aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv/nvpair.c
Commit message (Expand)AuthorAgeFilesLines
* Move libnv into the kernel and hook it into the kernel buildRyan Stone2015-03-011-1349/+0
* Add macros to make code compile in kernelRyan Stone2015-03-011-44/+83
* Prevent creation of an invalid nvlistRyan Stone2015-03-011-0/+6
* If moving descriptor or binary data to an nvlist fails, we need to close thePawel Jakub Dawidek2015-01-301-5/+27
* Fix problem on big endian systems introduced in r271579 - when we werePawel Jakub Dawidek2014-10-091-16/+16
* 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-141-121/+69
* 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-121-0/+1335