freebsd-dev/sys/libkern
Peter Wemm c447342094 Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
1999-12-29 05:07:58 +00:00
..
alpha
adddi3.c
anddi3.c
arc4random.c In the extremely miniscule chance that read_random returns <= 0, don't try 1999-11-29 19:23:35 +00:00
ashldi3.c
ashrdi3.c
bcd.c
bcmp.c
cmpdi2.c
divdi3.c
ffs.c
fnmatch.c
index.c Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert 1999-12-10 17:38:41 +00:00
inet_ntoa.c
iordi3.c
locc.c
lshldi3.c
lshrdi3.c
mcount.c Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
moddi3.c
muldi3.c
negdi2.c
notdi2.c
qdivrem.c
qsort.c
quad.h
random.c
rindex.c Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert 1999-12-10 17:38:41 +00:00
scanc.c
skpc.c
strcat.c
strcmp.c
strcpy.c
strlcat.c
strlcpy.c
strlen.c
strncmp.c
strncpy.c
strsep.c
strtol.c Eliminate compiler warning. 1999-12-01 22:56:51 +00:00
strtoq.c Eliminate compiler warning. 1999-12-01 22:56:51 +00:00
strtoul.c Eliminate compiler warning. 1999-12-01 22:56:51 +00:00
strtouq.c Eliminate compiler warning. 1999-12-01 22:56:51 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
umoddi3.c
xordi3.c