freebsd-dev/lib/libnv
Pawel Jakub Dawidek 518eeaeeca MFp4 @1189139:
Get rid of the msg_peek() function, which has a problem.  If there was less
data in the socket buffer than requested by the caller, the function would busy
loop, as select(2) will always return immediately.

We can just receive nvlhdr now, because some time ago we splitted receive of
data from the receive of descriptors.

MFC after:	1 week
2013-12-15 22:58:09 +00:00
..
common_impl.h
dnv.h
dnvlist.c
Makefile
msgio.c MFp4 @1189139: 2013-12-15 22:58:09 +00:00
msgio.h MFp4 @1189139: 2013-12-15 22:58:09 +00:00
nv_impl.h
nv.3
nv.h
nvlist_impl.h
nvlist.c MFp4 @1189139: 2013-12-15 22:58:09 +00:00
nvpair_impl.h
nvpair.c