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 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
*
Cleaned up interrupt masking by declaring the state variable in a
bde
1996-08-28
1
-6
/
+5
*
Convert to newly aded collate compare function
ache
1996-08-12
1
-3
/
+3
*
Use collate for alpha character ranges
ache
1996-08-12
1
-1
/
+4
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-1
/
+1
*
Added index() which will be used shortly in some fixes to the ibcs2
nate
1996-06-07
1
-0
/
+53
*
removed:
phk
1996-05-02
1
-2
/
+2
*
Don't include <sys/types.h> when it isn't used.
bde
1996-04-19
1
-2
/
+1
*
Don't depend on <sys/types.h> including <sys/cdefs.h>.
bde
1996-04-19
1
-1
/
+2
*
Extend to handle all radix < 37
phk
1996-01-24
1
-1
/
+2
*
Moved BCD declarations to the correct header (libkern.h).
bde
1996-01-16
1
-25
/
+25
*
My wife is busy making me a new conical hat, so you don't need to
phk
1996-01-15
1
-2
/
+2
*
Add the bcd <-> bin and hex -> ascii tables.
phk
1996-01-15
1
-0
/
+34
*
recording cvs-1.6 file death
peter
1995-12-30
2
-193
/
+0
*
Copied mcount.c from the library again. #include'ing it via a relative
bde
1995-12-30
1
-3
/
+325
*
Implemented non-statistical kernel profiling. This is based on
bde
1995-12-29
1
-179
/
+3
*
Removed almost all traces of libkern.a. The objects that were in
bde
1995-12-26
1
-37
/
+0
*
Added prototypes.
bde
1995-12-26
2
-5
/
+15
*
Add-back strlen.c to the library in case a kernel is compiled without
nate
1995-12-19
1
-6
/
+5
*
Add qsort() to libkern, taken from libc.
phk
1995-11-08
2
-1
/
+175
*
Comment out, but don't delete stuff we don't use.
phk
1995-10-05
1
-6
/
+18
*
Rearrange the inner loop of scanc() to get better code on i*86's
bde
1995-07-11
1
-2
/
+10
*
Remove trailing whitespace.
rgrimes
1995-05-30
4
-8
/
+8
[next]