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
/
sys
/
libkern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with userland variant.
delphij
2014-11-17
1
-5
/
+3
*
Add a complete implementation of MurmurHash3. Tweak both implementations
des
2014-10-18
1
-12
/
+70
*
Remove duplicated code.
delphij
2014-10-16
1
-0
/
+4
*
Change the PF hash from Jenkins to Murmur3. In forwarding tests
gnn
2014-10-10
1
-0
/
+74
*
Add explicit_bzero(3) and its kernel counterpart.
delphij
2014-10-07
1
-0
/
+24
*
Use __DECONST to avoid compiler warnings (and thus build failures)
bz
2014-09-08
1
-2
/
+2
*
Add support for gdb's memory searching capabilities to our in-kernel gdb
benno
2014-09-05
1
-0
/
+62
*
Bring in the new automounter, similar to what's provided in most other
trasz
2014-08-17
1
-0
/
+51
*
Fix unwind-info errors in our hand-written arm assembler code.
ian
2014-08-01
1
-10
/
+10
*
Remove ia64.
marcel
2014-07-07
12
-1273
/
+0
*
Use strcasecmp() instead of strcmp() when checking user-supplied encoding
jhb
2014-06-09
2
-4
/
+4
*
Fix typo
eadler
2013-11-29
1
-1
/
+1
*
Fix typo
eadler
2013-11-29
1
-1
/
+1
*
Fix ixp425 boot2 with ARM EABI:
andrew
2013-09-29
2
-0
/
+14
*
Fix watchdog pretimeout.
alfred
2013-07-27
1
-0
/
+47
*
Attempt to mitigate poor initialization of arc4 by one-shot
ache
2013-04-19
1
-1
/
+4
*
Add __aeabi_memset to libkern, implemented using memset, as clang may
andrew
2013-03-16
1
-0
/
+49
*
Add END to ARM libkern assembly functions
andrew
2013-03-16
4
-1
/
+19
*
Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be
andrew
2013-03-16
1
-0
/
+58
*
Add __aeabi_memcpy to libkern as clang may generate calls to it.
andrew
2013-03-10
1
-0
/
+37
*
Add __aeabi_ulcmp to allow building of the LINT kernel.
andrew
2013-01-23
2
-0
/
+17
*
Add the required __aeabi_* functions the kernel uses when built for ARM EABI
andrew
2013-01-17
3
-0
/
+128
*
Sync strlcpy with userland version.
delphij
2012-11-03
1
-33
/
+17
*
Sync strlen with userland implementation.
delphij
2012-11-03
1
-13
/
+98
*
s/ is is / is /g
eadler
2012-09-14
1
-1
/
+1
*
- Move jenkins.h to jenkins_hash.c
glebius
2012-09-04
2
-185
/
+463
*
Fix unloading of libiconv module.
mjg
2012-06-11
1
-2
/
+4
*
Use strcmp that I replaced by accident.
kevlo
2012-05-21
1
-3
/
+3
*
Fix broken ref count
kevlo
2012-05-21
1
-0
/
+1
*
Fix improper handling of variadic args with ICDEBUG
kevlo
2012-05-21
1
-3
/
+1
*
Remove dead code
kevlo
2012-05-21
1
-5
/
+3
*
Remove second consts in r233288 in order to appease C++ compilers.
marius
2012-03-26
1
-10
/
+10
*
Declare the CRC lookup-tables const as they hardly should change at
marius
2012-03-21
1
-10
/
+10
*
Implement extensions on top of standards instead of the other way around.
ed
2012-01-03
2
-14
/
+2
*
Use strchr() and strrchr().
ed
2012-01-02
1
-2
/
+2
*
Remove the now unused skpc() function.
ed
2012-01-01
1
-49
/
+0
*
Introducing memcchr(3).
ed
2012-01-01
1
-0
/
+115
*
retire libkern gets
avg
2011-12-17
1
-77
/
+0
*
Add unicode support to msdosfs and smbfs; original pathes from imura,
kevlo
2011-11-18
2
-0
/
+552
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add strnlen() to libkern.
jkim
2011-10-04
1
-0
/
+42
*
Fix typos - remove duplicate "is".
brucec
2011-02-23
1
-1
/
+1
*
Add support for asterisk characters when filling in the GELI password
ed
2010-11-14
1
-1
/
+9
*
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general
attilio
2010-09-24
2
-0
/
+403
*
Provide memchr() in the libkern.
raj
2010-06-02
1
-0
/
+51
*
Switch to our preferred 2-clause BSD license.
joel
2010-04-07
3
-21
/
+3
*
Start copyright notice with /*-
joel
2010-04-07
2
-2
/
+2
*
Move inet_aton() (specular to inet_ntoa(), already present in libkern)
attilio
2009-11-12
1
-0
/
+136
*
done method is supposed to return int.
delphij
2009-06-22
1
-1
/
+1
*
Split tolower/toupper code from usual xlat16 kiconv table, and make it
delphij
2009-06-22
3
-24
/
+168
[next]