index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libnv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove free'ing of an uninitialized variable
ngie
2016-01-04
1
-2
/
+0
*
Use `nitems(x)` macro instead of using hardcoded numbers for indices into
ngie
2016-01-04
1
-53
/
+59
*
Convert another `string` variable to `string_arr` missed in r293130
ngie
2016-01-04
1
-3
/
+3
*
Rename nitems and string variables to avoid collisions
ngie
2016-01-04
1
-105
/
+106
*
Add sys/types.h for for size_t, etc
ngie
2016-01-03
1
-0
/
+1
*
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.
bdrewery
2015-11-25
1
-1
/
+0
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
1
-2
/
+0
*
Add support for the arrays in nvlist library.
oshogbo
2015-08-15
2
-0
/
+1192
*
Move the nvlist source and private includes from sys/kern to seperate
oshogbo
2015-07-04
1
-4
/
+4
*
Move nvlist documentation to the FreeBSD Kernel Developer's sections.
oshogbo
2015-07-04
2
-756
/
+0
*
Let the nv.h and dnv.h includes be only in sys directory.
oshogbo
2015-07-02
9
-18
/
+15
*
Revert r284417 it is not necessary anymore
bapt
2015-06-15
1
-1
/
+1
*
Enforce overwritting SHLIBDIR
bapt
2015-06-15
1
-1
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+19
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
14
-4180
/
+2011
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
16
-216
/
+1865
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
1
-2
/
+2
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+1
|
*
|
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
|
New/updated dependencies
sjg
2014-05-05
1
-0
/
+18
*
|
|
|
Add test case for unpack with diffrent flags.
oshogbo
2015-05-02
1
-0
/
+35
*
|
|
|
Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to store
oshogbo
2015-05-02
1
-0
/
+2
*
|
|
|
Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.
oshogbo
2015-05-02
3
-11
/
+47
*
|
|
|
Add nvlist_flags() function, which returns nvlist's public flags.
oshogbo
2015-05-01
2
-1
/
+11
*
|
|
|
Sort MLINKS alphabetically.
oshogbo
2015-05-01
1
-46
/
+46
*
|
|
|
Remove the nvlist_.*[fv] functions.
oshogbo
2015-04-29
1
-82
/
+0
*
|
|
|
Remove the use of nvlist_.*[fv] functions from tests.
oshogbo
2015-04-29
2
-48
/
+24
*
|
|
|
Fix lib/libnv tests compilation with -std=c++11, by adding appropriate
dim
2015-03-08
2
-11
/
+11
*
|
|
|
Fix build of nv_tests.cc
rstone
2015-03-01
1
-1776
/
+0
*
|
|
|
Move libnv into the kernel and hook it into the kernel build
rstone
2015-03-01
9
-4385
/
+6
*
|
|
|
Add macros to make code compile in kernel
rstone
2015-03-01
8
-121
/
+349
*
|
|
|
Prevent creation of an invalid nvlist
rstone
2015-03-01
2
-0
/
+39
*
|
|
|
Don't allocate memory for operations that do not insert
rstone
2015-03-01
3
-178
/
+217
*
|
|
|
Add function to force an nvlist into the error state
rstone
2015-03-01
5
-1
/
+65
*
|
|
|
Extend the unit test to fix the bug caught in r277925
rstone
2015-03-01
1
-2
/
+19
*
|
|
|
Add tests for dnvlist_take_*
rstone
2015-03-01
1
-0
/
+288
*
|
|
|
Add tests for dnv_get_*
rstone
2015-03-01
2
-1
/
+292
*
|
|
|
Add tests for nvlist_free* functions
rstone
2015-03-01
1
-0
/
+206
*
|
|
|
Add tests for nvlist_take_*
rstone
2015-03-01
1
-0
/
+292
*
|
|
|
Add test cases for nvlist_move_*
rstone
2015-03-01
1
-0
/
+82
*
|
|
|
Add tests for nvlist_pack/unpack
rstone
2015-03-01
1
-0
/
+185
*
|
|
|
Add tests for nvlist_clone
rstone
2015-03-01
1
-0
/
+120
*
|
|
|
Tests of basic nvlist add functions
rstone
2015-03-01
2
-1
/
+2079
*
|
|
|
Revert r279422. My "apply patch and commit" script wasn't adding
rstone
2015-03-01
1
-3
/
+1
*
|
|
|
Tests of basic nvlist add functions
rstone
2015-03-01
1
-1
/
+3
*
|
|
|
Make libnv headers includable from C++
rstone
2015-03-01
2
-0
/
+8
*
|
|
|
Make gcc happy.
pjd
2015-01-30
1
-3
/
+12
*
|
|
|
Add missing nvlist_get_parent(3) link.
pjd
2015-01-30
1
-0
/
+1
*
|
|
|
Handle empty nvlists correctly.
pjd
2015-01-30
1
-16
/
+35
[next]