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
*
Add a SCTP socket option to limit the cwnd for each path.
tuexen
2015-03-10
1
-0
/
+3
*
According to POSIX.1-2008, the Bessel functions of second kind
kargl
2015-03-10
7
-47
/
+77
*
Fix Ivy Bridge+ MEM_UOPS_RETIRED counters
rstone
2015-03-10
4
-98
/
+72
*
Use the correct event table for Haswell Xeon events
rstone
2015-03-10
1
-1
/
+1
*
Fix Sandy Bridge+ hwpmc branch counters
rstone
2015-03-10
6
-329
/
+230
*
Add manpage for Haswell Xeon pmc implementation
rstone
2015-03-10
2
-0
/
+976
*
Fix a typo in comment and explain the reason.
jkim
2015-03-09
1
-1
/
+1
*
Fix loader on PowerPC following r279784. It turns out that, due to .PATH
nwhitehorn
2015-03-09
3
-7
/
+105
*
Fix contraction and unnecessary commas in function arguments.
loos
2015-03-08
1
-21
/
+21
*
Save and restore non-volatile floating-point registers during longjmp().
nwhitehorn
2015-03-08
6
-0
/
+236
*
Add a new ioctl to allow the setting of GPIO pin names.
loos
2015-03-08
3
-2
/
+29
*
Fix lib/libnv tests compilation with -std=c++11, by adding appropriate
dim
2015-03-08
2
-11
/
+11
*
forgot to bump date, and replace contraction (igor)...
jmg
2015-03-07
1
-2
/
+2
*
make things a bit more clear.. we worked together on language..
jmg
2015-03-06
1
-0
/
+2
*
compat_passwd(): yet another uninitialized access to stayopen.
pfg
2015-03-06
1
-1
/
+1
*
qsort(3): small style(9) cleanups.
pfg
2015-03-05
1
-10
/
+10
*
qsort(3): enhance to handle 32-bit aligned data on 64-bit systems
pfg
2015-03-05
1
-12
/
+21
*
Add density code for DAT-72, and notes on DAT-160.
ken
2015-03-03
1
-0
/
+17
*
Lower warnings to please gcc 4.2
bapt
2015-03-03
1
-1
/
+1
*
Update libucl to git version 8d3b186
bapt
2015-03-02
1
-2
/
+3
*
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
[next]