asomers 5efc9173fa 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
2014-08-20 19:30:58 +00:00
..
2013-07-28 18:44:17 +00:00
2014-07-15 17:26:43 +00:00
2014-08-20 19:30:58 +00:00
2012-11-29 05:16:50 +00:00
2014-02-11 13:33:03 +00:00
2014-03-22 11:43:35 +00:00
2014-07-21 23:23:20 +00:00
2014-01-02 01:44:14 +00:00
2014-04-23 09:22:24 +00:00
2014-07-15 23:20:25 +00:00
2014-05-14 16:18:08 +00:00
2014-02-18 20:27:17 +00:00
2014-08-15 03:52:40 +00:00
2014-01-02 13:46:33 +00:00
2014-07-20 00:34:54 +00:00
2013-07-18 05:46:33 +00:00
2014-08-16 13:06:11 +00:00
2014-06-23 22:35:41 +00:00
2014-02-11 08:20:45 +00:00
2014-08-16 01:06:23 +00:00
2014-05-07 16:53:42 +00:00
2014-08-16 13:20:44 +00:00
2013-01-01 18:28:21 +00:00
2014-08-11 06:54:07 +00:00
2014-08-06 23:33:16 +00:00
2014-08-16 13:47:04 +00:00
2013-05-13 18:13:50 +00:00
2014-04-29 03:49:40 +00:00
2014-08-06 17:38:35 +00:00
2013-03-19 21:40:14 +00:00
2013-12-25 15:40:15 +00:00
2014-07-04 06:03:54 +00:00
2013-05-16 21:04:56 +00:00
2012-11-15 15:06:21 +00:00