aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move the nvlist source and private includes from sys/kern to seperateMariusz Zaborski2015-07-041-4/+4
* Move nvlist documentation to the FreeBSD Kernel Developer's sections.Mariusz Zaborski2015-07-041-65/+0
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-021-3/+0
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add nvlist_flags() function, which returns nvlist's public flags.Mariusz Zaborski2015-05-011-0/+1
* Sort MLINKS alphabetically.Mariusz Zaborski2015-05-011-46/+46
* Remove the nvlist_.*[fv] functions.Mariusz Zaborski2015-04-291-82/+0
* Move libnv into the kernel and hook it into the kernel buildRyan Stone2015-03-011-3/+6
* Add function to force an nvlist into the error stateRyan Stone2015-03-011-0/+1
* Add missing nvlist_get_parent(3) link.Pawel Jakub Dawidek2015-01-301-0/+1
* fix typo, properly install a link to nv for nvlist_freev...John-Mark Gurney2014-10-271-1/+1
* Include src.opts.mk after SHLIBDIR has been defined so libnv is installed toEnji Cooper2014-09-071-1/+2
* Integrate lib/libnv into the build/kyuaEnji Cooper2014-08-051-0/+6
* Bring in libnv library for managing name/value pairs. The following typesPawel Jakub Dawidek2013-11-121-0/+161