summaryrefslogtreecommitdiffstats
path: root/lib/libnv
Commit message (Expand)AuthorAgeFilesLines
* MFC r319156,r319159:ngie2017-06-012-1/+2
* MFC r312452-r312512:ngie2017-02-101-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-4/+0
* MFHgjb2016-03-101-0/+24
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+24
* | MFHgjb2016-03-021-2/+0
|\ \ | |/
| * Remove WARNS inherited fine by ../Makefile.inc.bdrewery2016-02-261-2/+0
* | First pass through library packaging.gjb2016-02-041-0/+1
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+4
|/
* Remove free'ing of an uninitialized variablengie2016-01-041-2/+0
* Use `nitems(x)` macro instead of using hardcoded numbers for indices intongie2016-01-041-53/+59
* Convert another `string` variable to `string_arr` missed in r293130ngie2016-01-041-3/+3
* Rename nitems and string variables to avoid collisionsngie2016-01-041-105/+106
* Add sys/types.h for for size_t, etcngie2016-01-031-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* Add support for the arrays in nvlist library.oshogbo2015-08-152-0/+1192
* Move the nvlist source and private includes from sys/kern to seperateoshogbo2015-07-041-4/+4
* Move nvlist documentation to the FreeBSD Kernel Developer's sections.oshogbo2015-07-042-756/+0
* Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-029-18/+15
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2714-4180/+2011
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1916-216/+1865
| |\
| * \ Merge head from 7/28sjg2014-08-191-2/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+1
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | New/updated dependenciessjg2014-05-051-0/+18
* | | | Add test case for unpack with diffrent flags.oshogbo2015-05-021-0/+35
* | | | Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeoshogbo2015-05-021-0/+2
* | | | Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-023-11/+47
* | | | Add nvlist_flags() function, which returns nvlist's public flags.oshogbo2015-05-012-1/+11
* | | | Sort MLINKS alphabetically.oshogbo2015-05-011-46/+46
* | | | Remove the nvlist_.*[fv] functions.oshogbo2015-04-291-82/+0
* | | | Remove the use of nvlist_.*[fv] functions from tests.oshogbo2015-04-292-48/+24
* | | | Fix lib/libnv tests compilation with -std=c++11, by adding appropriatedim2015-03-082-11/+11
* | | | Fix build of nv_tests.ccrstone2015-03-011-1776/+0
* | | | Move libnv into the kernel and hook it into the kernel buildrstone2015-03-019-4385/+6
* | | | Add macros to make code compile in kernelrstone2015-03-018-121/+349
* | | | Prevent creation of an invalid nvlistrstone2015-03-012-0/+39
* | | | Don't allocate memory for operations that do not insertrstone2015-03-013-178/+217
* | | | Add function to force an nvlist into the error staterstone2015-03-015-1/+65
* | | | Extend the unit test to fix the bug caught in r277925rstone2015-03-011-2/+19
* | | | Add tests for dnvlist_take_*rstone2015-03-011-0/+288
* | | | Add tests for dnv_get_*rstone2015-03-012-1/+292
* | | | Add tests for nvlist_free* functionsrstone2015-03-011-0/+206
* | | | Add tests for nvlist_take_*rstone2015-03-011-0/+292
* | | | Add test cases for nvlist_move_*rstone2015-03-011-0/+82
OpenPOWER on IntegriCloud