diff options
author | asomers <asomers@FreeBSD.org> | 2014-08-20 19:30:58 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2014-08-20 19:30:58 +0000 |
commit | 5efc9173fa69c32dee331f42b6cd63d4b6da7125 (patch) | |
tree | e64aea80c5435b53868f359df601e6d7d94814c1 /LOCKS | |
parent | 5bf7922115ddce77e69847da1481003b4d7834c7 (diff) | |
download | FreeBSD-src-5efc9173fa69c32dee331f42b6cd63d4b6da7125.zip FreeBSD-src-5efc9173fa69c32dee331f42b6cd63d4b6da7125.tar.gz |
MFC devd-related changes
r270004
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.
r270019 (from bz)
Remove bogus ; at the end of the if condition in order to unbreak gcc builds
after r270004.
MFC after: 4 days
X-MFX with: r270004
Diffstat (limited to 'LOCKS')
0 files changed, 0 insertions, 0 deletions