aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libpfct: Fix PIC flagKristof Provost2021-04-171-1/+0
* libnv: Use PICFLAG rather than -fPICKristof Provost2021-04-101-1/+1
* libnv: Build PICKristof Provost2021-04-101-0/+1
* Fix libnv build post renameMatt Macy2020-06-271-1/+1
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* libnv: Remove -I${SRCTOP}/sysKyle Evans2018-08-091-1/+1
* No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileAlex Richardson2018-07-161-3/+0
* config(8): Fix broken ABIKyle Evans2018-07-061-0/+3
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-2/+2
* Add cnv API.Mariusz Zaborski2016-08-271-1/+2
* MFHGlen Barber2016-03-021-2/+0
|\
| * Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery2016-02-261-2/+0
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* 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