aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv
Commit message (Expand)AuthorAgeFilesLines
* :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
* | | | Remove the nvlist_.*[fv] functions.Mariusz Zaborski2015-04-291-82/+0
* | | | Remove the use of nvlist_.*[fv] functions from tests.Mariusz Zaborski2015-04-292-48/+24
* | | | Fix lib/libnv tests compilation with -std=c++11, by adding appropriateDimitry Andric2015-03-082-11/+11
* | | | Fix build of nv_tests.ccRyan Stone2015-03-011-1776/+0
* | | | Move libnv into the kernel and hook it into the kernel buildRyan Stone2015-03-019-4385/+6
* | | | Add macros to make code compile in kernelRyan Stone2015-03-018-121/+349
* | | | Prevent creation of an invalid nvlistRyan Stone2015-03-012-0/+39
* | | | Don't allocate memory for operations that do not insertRyan Stone2015-03-013-178/+217
* | | | Add function to force an nvlist into the error stateRyan Stone2015-03-015-1/+65
* | | | Extend the unit test to fix the bug caught in r277925Ryan Stone2015-03-011-2/+19
* | | | Add tests for dnvlist_take_*Ryan Stone2015-03-011-0/+288