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
*
Fix compilation of profiled kernels by including <machine/lock.h>
phk
2000-10-14
1
-0
/
+1
*
Next round of fixes to the ia64 code. This includes simulated clock and
dfr
2000-10-04
14
-0
/
+1334
*
Back out previous revision now that sys/random.h is properly fixed.
jhb
2000-09-11
1
-2
/
+0
*
Add #include's of sys/proc.h and sys/param.h to silence a warning.
jhb
2000-09-11
1
-0
/
+2
*
Comment out unavailable call. This needs to be revisited when the entropy
markm
2000-06-25
1
-3
/
+4
*
Add $FreeBSD$
peter
2000-05-01
8
-1
/
+9
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-9
/
+9
*
Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert
peter
1999-12-10
2
-39
/
+20
*
Eliminate compiler warning.
archie
1999-12-01
4
-4
/
+4
*
In the extremely miniscule chance that read_random returns <= 0, don't try
dan
1999-11-29
1
-2
/
+6
*
Address the concerns of the ``randomness'' of the initial PRNG. Now, we
dan
1999-11-28
1
-14
/
+32
*
Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knob
dan
1999-11-28
1
-0
/
+89
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
4
-8
/
+8
*
Tempt fate and stop index from converting a const char * into a char *.
peter
1999-11-21
2
-18
/
+42
*
Move strto{u}[ql]() into their own libkern files.
phk
1999-11-03
4
-0
/
+487
*
$Id$ -> $FreeBSD$
peter
1999-08-28
36
-36
/
+36
*
Use the latest version of these files from OpenBSD.
imp
1999-08-10
2
-17
/
+22
*
Import strl{cat,cpy} from OpenBSD.
imp
1999-08-10
2
-0
/
+134
*
Add a fast version of bcmp which compares longwords at a time.
dfr
1999-06-19
1
-1
/
+93
*
Backed out the previous backout. We may as well have a version of ucmpdi2.c
bde
1999-06-02
1
-2
/
+2
*
Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switch
gibbs
1999-05-14
2
-4
/
+3
*
Add ucmpdi2.c to i386 libkern build. Its required for some quad
gibbs
1999-05-14
2
-3
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-4
/
+4
*
- Fix modulo bug.
nate
1998-12-01
1
-2
/
+2
*
Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel.
bde
1998-08-17
1
-8
/
+2
*
Changed to the C9x draft spelling of the (unsigned) integral type
bde
1998-07-14
1
-12
/
+12
*
#include sys/libkern.h instead of stdlib.h.
phk
1998-06-30
1
-2
/
+2
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
6
-0
/
+228
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-5
/
+5
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-2
/
+2
*
Rename some local variables to avoid shadowing other local variables.
phk
1997-11-07
1
-4
/
+4
*
Removed unused #includes.
bde
1997-08-02
5
-10
/
+5
*
Style optimization in newly added POSIX range []] conformance, redo
ache
1997-06-07
1
-6
/
+6
*
Add missing FNM_PERIOD check for '[' range
ache
1997-06-06
1
-4
/
+10
*
1) Now conforms POSIX.2 2.8.3.2 requirements about []] pattern
ache
1997-06-06
1
-11
/
+35
*
Fix a bug that caused some false mismatches when both FNM_PATHNAME
jdp
1997-04-29
1
-1
/
+2
*
Eliminate some function calls when locale not used
ache
1997-04-04
1
-6
/
+4
*
Speedup in case locale not used
ache
1997-04-04
1
-2
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
36
-36
/
+36
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
36
-36
/
+36
*
collate_range_cmp -> __collate_range_cmp
ache
1996-10-31
1
-3
/
+4
*
Unremoved used #include of <sys/systm.h> for the !GUPROF case.
bde
1996-10-25
1
-1
/
+4
*
GNU-style changes:
ache
1996-10-23
1
-10
/
+14
*
add flag FNM_ICASE for case insensitve search
wosch
1996-10-20
1
-1
/
+20
*
Improved non-statistical (GUPROF) profiling:
bde
1996-10-17
1
-72
/
+58
*
add simple srandom() and prototype
peter
1996-09-23
1
-2
/
+10
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
5
-10
/
+10
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
3
-8
/
+9
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
1
-10
/
+10
*
Removed sccsids and rcsids and added Id$ to save space like everything
bde
1996-08-28
3
-17
/
+5
[next]