| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r337549: libnv: Remove -I${SRCTOP}/sys | Kyle Evans | 2018-08-10 | 1 | -1/+1 |
| * | MFC r304910, r304912, r304915, r304952, r325019, r328164, r331094, r332664, | Kyle Evans | 2018-07-16 | 4 | -18/+140 |
| * | MFC r304908-r304909 | Kyle Evans | 2018-07-16 | 3 | -1/+1511 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 3 | -6/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 3 | -0/+6 |
| * | MFC r323851: | Mariusz Zaborski | 2017-10-21 | 1 | -1/+0 |
| * | MFC r319156,r319159: | Enji Cooper | 2017-06-01 | 2 | -1/+2 |
| * | MFC r312452-r312512: | Enji Cooper | 2017-02-10 | 1 | -2/+2 |
| * | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | Enji Cooper | 2016-05-04 | 1 | -4/+0 |
| * | MFH | Glen Barber | 2016-03-10 | 1 | -0/+24 |
| |\ |
|
| | * | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 1 | -0/+24 |
| * | | MFH | Glen Barber | 2016-03-02 | 1 | -2/+0 |
| |\| |
|
| | * | Remove WARNS inherited fine by ../Makefile.inc. | Bryan Drewery | 2016-02-26 | 1 | -2/+0 |
| * | | First pass through library packaging. | Glen Barber | 2016-02-04 | 1 | -0/+1 |
| * | | First pass to fix the 'tests' packages. | Glen Barber | 2016-02-02 | 1 | -0/+4 |
| |/ |
|
| * | Remove free'ing of an uninitialized variable | Enji Cooper | 2016-01-04 | 1 | -2/+0 |
| * | Use `nitems(x)` macro instead of using hardcoded numbers for indices into | Enji Cooper | 2016-01-04 | 1 | -53/+59 |
| * | Convert another `string` variable to `string_arr` missed in r293130 | Enji Cooper | 2016-01-04 | 1 | -3/+3 |
| * | Rename nitems and string variables to avoid collisions | Enji Cooper | 2016-01-04 | 1 | -105/+106 |
| * | Add sys/types.h for for size_t, etc | Enji Cooper | 2016-01-03 | 1 | -0/+1 |
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
| * | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -2/+0 |
| * | Add support for the arrays in nvlist library. | Mariusz Zaborski | 2015-08-15 | 2 | -0/+1192 |
| * | Move the nvlist source and private includes from sys/kern to seperate | Mariusz Zaborski | 2015-07-04 | 1 | -4/+4 |
| * | Move nvlist documentation to the FreeBSD Kernel Developer's sections. | Mariusz Zaborski | 2015-07-04 | 2 | -756/+0 |
| * | Let the nv.h and dnv.h includes be only in sys directory. | Mariusz Zaborski | 2015-07-02 | 9 | -18/+15 |
| * | Revert r284417 it is not necessary anymore | Baptiste Daroussin | 2015-06-15 | 1 | -1/+1 |
| * | Enforce overwritting SHLIBDIR | Baptiste Daroussin | 2015-06-15 | 1 | -1/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+19 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 14 | -4180/+2011 |
| | |\
| |/
|/| |
|
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 16 | -216/+1865 |
| | |\ |
|
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -2/+2 |
| | |\ \ |
|
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+1 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | | New/updated dependencies | Simon J. Gerraty | 2014-05-05 | 1 | -0/+18 |
| * | | | | Add test case for unpack with diffrent flags. | Mariusz Zaborski | 2015-05-02 | 1 | -0/+35 |
| * | | | | Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to store | Mariusz Zaborski | 2015-05-02 | 1 | -0/+2 |
| * | | | | Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno. | Mariusz Zaborski | 2015-05-02 | 3 | -11/+47 |
| * | | | | Add nvlist_flags() function, which returns nvlist's public flags. | Mariusz Zaborski | 2015-05-01 | 2 | -1/+11 |
| * | | | | Sort MLINKS alphabetically. | Mariusz Zaborski | 2015-05-01 | 1 | -46/+46 |
| * | | | | Remove the nvlist_.*[fv] functions. | Mariusz Zaborski | 2015-04-29 | 1 | -82/+0 |
| * | | | | Remove the use of nvlist_.*[fv] functions from tests. | Mariusz Zaborski | 2015-04-29 | 2 | -48/+24 |
| * | | | | Fix lib/libnv tests compilation with -std=c++11, by adding appropriate | Dimitry Andric | 2015-03-08 | 2 | -11/+11 |
| * | | | | Fix build of nv_tests.cc | Ryan Stone | 2015-03-01 | 1 | -1776/+0 |
| * | | | | Move libnv into the kernel and hook it into the kernel build | Ryan Stone | 2015-03-01 | 9 | -4385/+6 |
| * | | | | Add macros to make code compile in kernel | Ryan Stone | 2015-03-01 | 8 | -121/+349 |
| * | | | | Prevent creation of an invalid nvlist | Ryan Stone | 2015-03-01 | 2 | -0/+39 |
| * | | | | Don't allocate memory for operations that do not insert | Ryan Stone | 2015-03-01 | 3 | -176/+215 |
| * | | | | Add function to force an nvlist into the error state | Ryan Stone | 2015-03-01 | 5 | -1/+65 |