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
*
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
*
Modify nvlist_get_parent() API to take additional cookie argument.
pjd
2015-01-30
3
-19
/
+41
*
If moving descriptor or binary data to an nvlist fails, we need to close the
pjd
2015-01-30
1
-5
/
+27
*
Convert libraries to use LIBADD
bapt
2014-11-25
1
-2
/
+1
*
fix typo, properly install a link to nv for nvlist_freev...
jmg
2014-10-27
1
-1
/
+1
*
Fix problem on big endian systems introduced in r271579 - when we were
pjd
2014-10-09
4
-40
/
+40
*
Document the new nvlist_get_parent() function.
pjd
2014-09-25
1
-1
/
+7
*
Don't use nvl in case of a failure.
pjd
2014-09-18
1
-1
/
+2
*
Use non-recursive algorithm for traversing nvlists. This also removes
pjd
2014-09-14
6
-176
/
+306
*
Remove the limit on descriptors that can be send in one nvlist.
pjd
2014-09-14
1
-17
/
+96
*
Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to
ngie
2014-09-07
1
-1
/
+2
*
Use better type for i.
pjd
2014-09-03
1
-2
/
+2
*
Declare i.
pjd
2014-09-03
1
-1
/
+1
*
Fix descriptors leak in case of nvlist_xunpack() failure.
pjd
2014-09-03
1
-1
/
+4
*
Integrate lib/libnv into the build/kyua
ngie
2014-08-05
8
-0
/
+1429
*
use .Mt to mark up email addresses consistently (part3)
bapt
2014-06-23
1
-1
/
+1
*
Correct a typo.
rstone
2014-05-17
1
-1
/
+1
*
libnv: Don't lose big-endian flag when receiving a message.
jilles
2014-04-01
1
-1
/
+1
*
nv(3) was not in 10.0.
bdrewery
2014-03-21
1
-2
/
+2
*
Assert input arguments to buf_send() and buf_recv().
pjd
2014-02-02
1
-0
/
+7
*
Fix sending empty nvlist.
pjd
2014-02-02
1
-2
/
+2
*
MFp4 @1189711:
pjd
2014-01-03
1
-1
/
+3
[next]