summaryrefslogtreecommitdiff
path: root/lib/libnv/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-07-22libnv: bump library versionKristof Provost
2022-07-21namespace nv names, version libnv and libnvpair library symbolsReid Linnemann
2021-04-17libpfct: Fix PIC flagKristof Provost
2021-04-10libnv: Use PICFLAG rather than -fPICKristof Provost
2021-04-10libnv: Build PICKristof Provost
2020-06-27Fix libnv build post renameMatt Macy
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2018-08-09libnv: Remove -I${SRCTOP}/sysKyle Evans
2018-07-16No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileAlex Richardson
2018-07-06config(8): Fix broken ABIKyle Evans
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-08-27Add cnv API.Mariusz Zaborski
2016-03-02MFHGlen Barber
2016-02-26Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery
2016-02-04First pass through library packaging.Glen Barber
2015-07-04Move the nvlist source and private includes from sys/kern to seperateMariusz Zaborski
2015-07-04Move nvlist documentation to the FreeBSD Kernel Developer's sections.Mariusz Zaborski
2015-07-02Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2015-05-01Add nvlist_flags() function, which returns nvlist's public flags.Mariusz Zaborski
2015-05-01Sort MLINKS alphabetically.Mariusz Zaborski
2015-04-29Remove the nvlist_.*[fv] functions.Mariusz Zaborski
2015-03-01Move libnv into the kernel and hook it into the kernel buildRyan Stone
2015-03-01Add function to force an nvlist into the error stateRyan Stone
2015-01-30Add missing nvlist_get_parent(3) link.Pawel Jakub Dawidek
2014-10-27fix typo, properly install a link to nv for nvlist_freev...John-Mark Gurney
2014-09-07Include src.opts.mk after SHLIBDIR has been defined so libnv is installed toEnji Cooper
2014-08-05Integrate lib/libnv into the build/kyuaEnji Cooper
2013-11-12Bring in libnv library for managing name/value pairs. The following typesPawel Jakub Dawidek