NetBSD/sys/lib/libkern
scw 03c573236d Replace the SuperH memcpy() with homebrewed code. The former seems to have
a subtle failure mode which can result in corruption of memory outside the
bounds of the destination buffer.
2002-10-22 12:25:18 +00:00
..
arch Replace the SuperH memcpy() with homebrewed code. The former seems to have 2002-10-22 12:25:18 +00:00
__assert.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
__cmsg_alignbytes.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
__main.c
_que.c Move _insque()/_remque() to libkern. Once remaining uses would 2001-08-12 08:35:31 +00:00
adddi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
anddi3.c
arc4random.c let this compile in the non KERNEL case without NRND. 2002-10-06 13:42:36 +00:00
ashldi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
ashrdi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
bcmp.c
bcopy.c
bswap16.c
bswap32.c
bswap64.c
bzero.c
cmpdi2.c
divdi3.c
ffs.c #undef ffs before the ffs() function definition, so that the name 2002-10-10 10:51:56 +00:00
htonl.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
htons.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
imax.c
imin.c
index.c
inet_addr.c
intoa.c
iordi3.c
libkern.h ESP output was drawing down the entropy pool at a ferocious rate, a 2002-10-06 08:51:44 +00:00
lmax.c
lmin.c
lshldi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
lshrdi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
Makefile Unconditionally add strstr.c. Bill Studenmund. 2002-10-04 20:00:00 +00:00
Makefile.inc Don't make clean and cleandir depend on the lib subdir. Just check for it's 2001-11-21 22:10:54 +00:00
max.c
mcount.c
md4c.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
md5c.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
milieu.h
min.c
moddi3.c
muldi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
negdi2.c
notdi2.c
ntohl.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
ntohs.c sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t). 2001-08-22 07:42:07 +00:00
pmatch.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
qdivrem.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
quad.h Sync with libc/quad: 2002-10-20 10:17:14 +00:00
random.c
rb.c Add RCS ids. 2002-10-08 11:58:54 +00:00
rb.h Add RCS ids. 2002-10-08 11:58:54 +00:00
rindex.c
scanc.c convert to ansi knf, and fix a bug where the last arg was incorrectly 2001-08-09 08:03:34 +00:00
sha1.c
skpc.c
softfloat-macros.h
softfloat-specialize.h
softfloat.c
softfloat.h
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncasecmp.c
strncmp.c
strncpy.c
strrchr.c
strstr.c need to include <sys/param.h> to get inline strlen() on vax; found 2002-10-08 21:45:36 +00:00
strtoul.c
subdi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
ucmpdi2.c
udivdi3.c
ulmax.c
ulmin.c
umoddi3.c
xordi3.c