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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give compilers a stronger hint to inline the functions
kargl
2015-03-01
4
-8
/
+16
*
When j0() and j1() were converted to j0f() and j1f(), the threshold
kargl
2015-03-01
2
-16
/
+16
*
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
*
Avoid lookup of CODESET aliases using uninitialized path
kan
2015-02-28
1
-0
/
+8
*
nice(): Put back old return value, keeping [EPERM] error.
jilles
2015-02-28
2
-12
/
+19
*
Fix typo. Note that this is mostly innocent, since libthr no longer
kib
2015-02-27
1
-1
/
+1
*
eui64_line(): plug memory leak.
pfg
2015-02-27
1
-0
/
+1
*
Remove an obsolete comment in devstat(3) about the accuracy of the
ken
2015-02-27
1
-21
/
+3
*
Hint out check for unsigned negative values.
pfg
2015-02-27
1
-1
/
+1
*
Use pthread_mutex_trylock(3) to implement mtx_trylock(3).
kib
2015-02-26
1
-1
/
+1
*
Check that the pointer to the thread return value is not NULL before
kib
2015-02-26
1
-1
/
+2
*
Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common.
kib
2015-02-25
1
-3
/
+4
*
Adjust wording slightly to emphasize that random(3) should not be used for
cperciva
2015-02-25
1
-3
/
+2
*
Fix several problems found by Coverity.
ken
2015-02-25
1
-1
/
+1
*
msun: drop unnecessary checks (part 2).
pfg
2015-02-24
4
-4
/
+4
*
Significant upgrades to sa(4) and mt(1).
ken
2015-02-23
5
-0
/
+1347
*
setmode(3): Make sure that setmode sets errno on failure.
pfg
2015-02-22
2
-20
/
+47
*
nice(): Correct return value and [EPERM] error.
jilles
2015-02-22
2
-5
/
+32
*
msun: drop unnecessary checks.
pfg
2015-02-22
4
-4
/
+4
*
Prevent NULL pointer de-reference.
pfg
2015-02-21
1
-1
/
+1
*
regex(3): Fix uninitialized pointer values.
pfg
2015-02-20
2
-3
/
+3
*
tab vs spaces.
pfg
2015-02-20
1
-2
/
+2
*
dbm_delete(3) correct man page to match current behaviour.
pfg
2015-02-20
1
-4
/
+2
*
Fix small memleaks in nis_passwd() and nis_group().
pfg
2015-02-20
2
-2
/
+6
*
fix spelling, add comma and remove BUGS section.. it provided no useful
jmg
2015-02-19
1
-17
/
+3
*
libc: clean some set-but-not-used errors.
pfg
2015-02-18
3
-7
/
+1
*
ulimit(3): simplify.
pfg
2015-02-17
1
-10
/
+8
*
Update elftoolchain to upstream revision 3163
emaste
2015-02-17
1
-1
/
+1
*
compress,gzip,xz: Preserve timestamps with nanosecond precision.
jilles
2015-02-17
1
-0
/
+1
*
Restore the extern qualifier on __cleanup.
kib
2015-02-17
1
-1
/
+1
*
Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signal
marius
2015-02-16
3
-4
/
+11
*
rexec(3): prevent uninitialized access to "port" variable.
pfg
2015-02-16
1
-4
/
+4
*
Replace strcpy() with strlcpy()
pfg
2015-02-15
1
-1
/
+1
[next]