aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnv: Add nvlist_append_*_array() family of functions.Mariusz Zaborski2018-06-182-0/+121
* libnv: add regression test for r335344.Mariusz Zaborski2018-06-181-0/+1
* libnv: Remove nvlist argument from cnvlist_{take,free}_* functions.Mariusz Zaborski2018-06-181-18/+18
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-263-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Remove redundant initialization. Don't use variable - just return the value.Mariusz Zaborski2017-09-211-1/+0
* 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
* :dnvlist_get_string__default_value: fix a bogus string comparison testEnji Cooper2017-05-291-1/+1
* :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)Enji Cooper2017-05-291-0/+1
* lib/libnv/tests/dnv_test: fix memory leaks for memory allocated viaEnji Cooper2017-05-291-0/+5
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-2/+2
* Fix style issue in the cnv API.Mariusz Zaborski2016-08-272-5/+4
* Add cnv API.Mariusz Zaborski2016-08-273-1/+1512
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+24
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+24
* | 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
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Remove free'ing of an uninitialized variableEnji Cooper2016-01-041-2/+0
* Use `nitems(x)` macro instead of using hardcoded numbers for indices intoEnji Cooper2016-01-041-53/+59
* Convert another `string` variable to `string_arr` missed in r293130Enji Cooper2016-01-041-3/+3
* Rename nitems and string variables to avoid collisionsEnji Cooper2016-01-041-105/+106
* Add sys/types.h for for size_t, etcEnji Cooper2016-01-031-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add support for the arrays in nvlist library.Mariusz Zaborski2015-08-152-0/+1192
* 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-042-756/+0
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-029-18/+15
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2714-4180/+2011
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1916-216/+1865
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | New/updated dependenciesSimon J. Gerraty2014-05-051-0/+18
* | | | Add test case for unpack with diffrent flags.Mariusz Zaborski2015-05-021-0/+35
* | | | Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeMariusz Zaborski2015-05-021-0/+2
* | | | Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski2015-05-023-11/+47
* | | | Add nvlist_flags() function, which returns nvlist's public flags.Mariusz Zaborski2015-05-012-1/+11
* | | | Sort MLINKS alphabetically.Mariusz Zaborski2015-05-011-46/+46