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 a warning in bsearch(). Like index() etc, it de-qualifies its
peter
2001-09-10
1
-1
/
+1
*
Fixed some typos, verboseness and misformatting in comments.
bde
2001-08-30
1
-10
/
+8
*
Minor improvements to arc4random():
silby
2001-08-30
1
-4
/
+29
*
We do not have UPAGES following the tail end of the user VM space anymore.
peter
2001-08-08
1
-1
/
+1
*
Sync to OpenBSD (update comment and minor style change).
kris
2001-07-24
1
-3
/
+4
*
A set of changes to reduce the number of include files the kernel
julian
2001-07-08
2
-3
/
+5
*
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
obrien
2001-05-24
3
-2
/
+14
*
Add function prototypes and base module for kernel side iconv library.
bp
2001-04-09
3
-0
/
+671
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-0
/
+83
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-1
/
+0
*
- Reverse the order of two loop invariant to ensure strlcat() does not
jedgar
2001-01-17
1
-3
/
+6
*
Convert all instances of:
benno
2001-01-12
12
-12
/
+12
*
Add __ucmpdi2 prototype to quelch a warning.
phk
2000-12-07
1
-0
/
+1
*
Recouple arc4random(9) to the entropy device. This works whether the
markm
2000-12-02
1
-2
/
+4
*
add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)
alfred
2000-11-25
1
-0
/
+14
*
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
[next]