aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add tests for dnv_get_*Ryan Stone2015-03-012-1/+292
* | | | Add tests for nvlist_free* functionsRyan Stone2015-03-011-0/+206
* | | | Add tests for nvlist_take_*Ryan Stone2015-03-011-0/+292
* | | | Add test cases for nvlist_move_*Ryan Stone2015-03-011-0/+82
* | | | Add tests for nvlist_pack/unpackRyan Stone2015-03-011-0/+185
* | | | Add tests for nvlist_cloneRyan Stone2015-03-011-0/+120
* | | | Tests of basic nvlist add functionsRyan Stone2015-03-012-1/+2079
* | | | Revert r279422. My "apply patch and commit" script wasn't addingRyan Stone2015-03-011-3/+1
* | | | Tests of basic nvlist add functionsRyan Stone2015-03-011-1/+3
* | | | Make libnv headers includable from C++Ryan Stone2015-03-012-0/+8
* | | | Make gcc happy.Pawel Jakub Dawidek2015-01-301-3/+12
* | | | Add missing nvlist_get_parent(3) link.Pawel Jakub Dawidek2015-01-301-0/+1
* | | | Handle empty nvlists correctly.Pawel Jakub Dawidek2015-01-301-16/+35
* | | | Modify nvlist_get_parent() API to take additional cookie argument.Pawel Jakub Dawidek2015-01-303-19/+41
* | | | If moving descriptor or binary data to an nvlist fails, we need to close thePawel Jakub Dawidek2015-01-301-5/+27
* | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | fix typo, properly install a link to nv for nvlist_freev...John-Mark Gurney2014-10-271-1/+1
* | | Fix problem on big endian systems introduced in r271579 - when we werePawel Jakub Dawidek2014-10-094-40/+40
* | | Document the new nvlist_get_parent() function.Pawel Jakub Dawidek2014-09-251-1/+7
* | | Don't use nvl in case of a failure.Pawel Jakub Dawidek2014-09-181-1/+2
* | | Use non-recursive algorithm for traversing nvlists. This also removesPawel Jakub Dawidek2014-09-146-176/+306
* | | Remove the limit on descriptors that can be send in one nvlist.Pawel Jakub Dawidek2014-09-141-17/+96
* | | Include src.opts.mk after SHLIBDIR has been defined so libnv is installed toEnji Cooper2014-09-071-1/+2
* | | Use better type for i.Pawel Jakub Dawidek2014-09-031-2/+2
* | | Declare i.Pawel Jakub Dawidek2014-09-031-1/+1
* | | Fix descriptors leak in case of nvlist_xunpack() failure.Pawel Jakub Dawidek2014-09-031-1/+4