Alan Somers cdfa64aaeb Convert devd's client socket to type SOCK_SEQPACKET.
This change consists of two merges from projects/zfsd/head along with the
addition of an ATF test case for the new functionality.

sbin/devd/tests/Makefile
sbin/devd/tests/client_test.c
	Add ATF test cases for reading events from both devd socket types.

r266519:
sbin/devd/devd.8
sbin/devd/devd.cc
	Create a new socket, of type SOCK_SEQPACKET, for communicating with
	clients. SOCK_SEQPACKET sockets preserve record boundaries,
	simplying code in the client. The old SOCK_STREAM socket is retained
	for backwards-compatibility with existing clients.

r269993:
sbin/devd/devd.8
	Fix grammar bug.

CR:		https://reviews.freebsd.org/rS266519
MFC after:	5 days
Sponsored by:	Spectra Logic
2014-08-14 22:33:56 +00:00
..
2014-05-21 20:30:52 +00:00
2013-06-15 20:29:07 +00:00
2012-01-07 16:10:32 +00:00
2013-10-22 06:53:01 +00:00
2014-03-14 02:58:48 +00:00
2013-12-03 04:32:02 +00:00
2013-05-10 13:57:44 +00:00
2012-07-13 06:46:09 +00:00
rpc
2013-12-03 04:03:19 +00:00
2013-12-13 22:58:57 +00:00