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
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
2
-2
/
+2
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-1
/
+1
*
Slight overhaul of arc4random() and friends.
phk
2002-10-11
1
-22
/
+27
*
Hook up strsep(3) to libkern following a repo-copy by Peter. This will
rwatson
2002-10-10
1
-2
/
+2
*
Allow for multiple #includes of this file.
phk
2002-10-08
1
-0
/
+4
*
Import the libc fnmatch() into the kernel. This will be used by,
dd
2002-10-08
1
-20
/
+9
*
Fix a bunch of s/int */size_t */.
mux
2002-10-06
1
-2
/
+4
*
Use sys/libkern.h not /usr/include/string.h
peter
2002-09-06
2
-2
/
+2
*
Include sys/libkern.h for the kernel prototypes of these libkern functions
jhb
2002-08-22
8
-8
/
+8
*
Convert GNU variadic macros to the ISO 9X variety.
markm
2002-07-15
1
-1
/
+3
*
For some reason this didn't get added in my previous commit.
phk
2002-05-29
1
-0
/
+107
*
Remove bogus include of <machine/ansi.h>.
mike
2002-04-11
1
-1
/
+0
*
Remove 'register' keyword.
obrien
2002-03-21
3
-11
/
+11
*
Remove __P.
alfred
2002-03-20
4
-14
/
+14
*
DBA update: used the wrong of several NAI DBAs.
rwatson
2002-03-07
1
-1
/
+1
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
12
-169
/
+33
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
12
-16
/
+28
*
Add a 'strvalid()' call to libkern. Given a character pointer, and
rwatson
2002-02-18
1
-0
/
+55
*
* Remove __P and convert to ANSI prototypes.
obrien
2002-02-01
1
-1
/
+3
*
rcsid[]->__FBSDID
obrien
2001-11-07
3
-20
/
+11
*
Garbage call!
phk
2001-11-05
11
-810
/
+0
*
Implement these using mux1 and extr.u. I'll update the userland versions
dfr
2001-10-06
2
-14
/
+7
*
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
[next]