aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv
Commit message (Expand)AuthorAgeFilesLines
* Document the new nvlist_get_parent() function.Pawel Jakub Dawidek2014-09-251-1/+7
* Don't use nvl in case of a failure.Pawel Jakub Dawidek2014-09-181-1/+2
* Use non-recursive algorithm for traversing nvlists. This also removesPawel Jakub Dawidek2014-09-146-176/+306
* Remove the limit on descriptors that can be send in one nvlist.Pawel Jakub Dawidek2014-09-141-17/+96
* Include src.opts.mk after SHLIBDIR has been defined so libnv is installed toEnji Cooper2014-09-071-1/+2
* Use better type for i.Pawel Jakub Dawidek2014-09-031-2/+2
* Declare i.Pawel Jakub Dawidek2014-09-031-1/+1
* Fix descriptors leak in case of nvlist_xunpack() failure.Pawel Jakub Dawidek2014-09-031-1/+4
* Integrate lib/libnv into the build/kyuaEnji Cooper2014-08-058-0/+1429
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
* Correct a typo.Ryan Stone2014-05-171-1/+1
* libnv: Don't lose big-endian flag when receiving a message.Jilles Tjoelker2014-04-011-1/+1
* nv(3) was not in 10.0.Bryan Drewery2014-03-211-2/+2
* Assert input arguments to buf_send() and buf_recv().Pawel Jakub Dawidek2014-02-021-0/+7
* Fix sending empty nvlist.Pawel Jakub Dawidek2014-02-021-2/+2
* MFp4 @1189711:Pawel Jakub Dawidek2014-01-031-1/+3
* MFp4 @1189139:Pawel Jakub Dawidek2013-12-153-29/+5
* Fix double free().Pawel Jakub Dawidek2013-11-251-3/+1
* Bring in libnv library for managing name/value pairs. The following typesPawel Jakub Dawidek2013-11-1213-0/+5161