summaryrefslogtreecommitdiff
path: root/lib/libnv/msgio.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-06libnv: let nvlist_recv() pass flags to recv()Robert Wing
2019-07-16Use a platform-independent constant for PKG_MAX_SIZE.Mark Johnston
2019-04-15libnv: add support for nvlist_send()/nvlist_recv() on LinuxMariusz Zaborski
2018-12-14Allow bootstrapping libnv on macOS and LinuxAlex Richardson
2018-11-13Ensure that libnv can be used when kern.trap_enotcap=1.Mark Johnston
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-21Remove redundant initialization. Don't use variable - just return the value.Mariusz Zaborski
2014-09-14Remove the limit on descriptors that can be send in one nvlist.Pawel Jakub Dawidek
2014-02-02Assert input arguments to buf_send() and buf_recv().Pawel Jakub Dawidek
2014-02-02Fix sending empty nvlist.Pawel Jakub Dawidek
2013-12-15MFp4 @1189139:Pawel Jakub Dawidek
2013-11-12Bring in libnv library for managing name/value pairs. The following typesPawel Jakub Dawidek