NetBSD/sys/lib/libkern
bjh21 6c97e2bd78 Initial commit of arm26 port 2000-05-09 21:55:44 +00:00
..
arch Initial commit of arm26 port 2000-05-09 21:55:44 +00:00
Makefile make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
Makefile.inc Revert STRIPPROG -> STRIP 2000-02-01 05:25:24 +00:00
__assert.c Don't prototype __assert() if not STANDALONE - <sys/systm.h> has already 2000-03-29 03:19:52 +00:00
__cmsg_alignbytes.c change copyright notice from 3-clause TNF -> 4-clause TNF. 2000-04-19 15:16:02 +00:00
__main.c
adddi3.c sync with libc 1998-03-27 01:29:58 +00:00
anddi3.c sync with libc 1998-03-27 01:29:58 +00:00
ashldi3.c sync with libc 1998-03-27 01:29:58 +00:00
ashrdi3.c sync with libc 1999-09-10 13:21:14 +00:00
bcmp.c Sync with src/lib/libc/string/bcmp.c 1999-04-01 00:30:39 +00:00
bcopy.c sync with libc 1998-03-27 01:29:58 +00:00
bswap16.c Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
bswap32.c Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
bswap64.c Sync with libc version. 1999-02-05 16:34:13 +00:00
bzero.c update bzero.c to stub from libc/string 1998-08-04 06:27:08 +00:00
cmpdi2.c sync with libc 1998-03-27 01:29:58 +00:00
divdi3.c sync with libc 1998-03-27 01:29:58 +00:00
ffs.c sync with libc 1998-03-27 01:29:58 +00:00
htonl.c sync with libc 1998-03-27 01:29:58 +00:00
htons.c sync with libc 1998-03-27 01:29:58 +00:00
imax.c
imin.c
index.c sync with libc 1998-03-27 01:29:58 +00:00
inet_addr.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
intoa.c move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, 1999-05-07 14:49:52 +00:00
iordi3.c sync with libc 1998-03-27 01:29:58 +00:00
libkern.h __predict_true() the expressions passed to the assert family, so 2000-05-08 23:33:15 +00:00
lmax.c
lmin.c
lshldi3.c sync with libc 1998-03-27 01:29:58 +00:00
lshrdi3.c sync with libc 1998-03-27 01:29:58 +00:00
max.c
mcount.c update from libc; RCSID, register. 1999-01-17 01:30:06 +00:00
md5c.c Include <lib/libkern/libkern.h> after sys/param.h, to avoid warnings 1999-10-16 19:06:48 +00:00
memchr.c sync with libc 1998-03-27 01:29:58 +00:00
memcmp.c sync with libc 1998-03-27 01:29:58 +00:00
memcpy.c replace several special targets with stub .c files, as in libc/string 1998-08-04 05:01:58 +00:00
memmove.c replace several special targets with stub .c files, as in libc/string 1998-08-04 05:01:58 +00:00
memset.c Fix "unused variable `c'" warning. (From Julian Coleman) 1998-09-14 11:50:59 +00:00
min.c
moddi3.c sync with libc 1998-03-27 01:29:58 +00:00
muldi3.c sync with libc 1998-03-27 01:29:58 +00:00
negdi2.c sync with libc 1998-03-27 01:29:58 +00:00
notdi2.c sync with libc 1998-03-27 01:29:58 +00:00
ntohl.c sync with libc 1998-03-27 01:29:58 +00:00
ntohs.c sync with libc 1998-03-27 01:29:58 +00:00
pmatch.c Add a small string pattern matching function to facilitate pcmcia cis string 1998-06-21 18:43:35 +00:00
qdivrem.c sync with libc 1999-09-10 13:21:14 +00:00
quad.h Use __GNUC_PREREQ__(). 2000-05-05 00:20:22 +00:00
random.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
rindex.c sync with libc 1998-03-27 01:29:58 +00:00
scanc.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
sha1.c Include <lib/libkern/libkern.h> instead of <sys/systm.h>. 1999-09-16 00:06:46 +00:00
skpc.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
strcat.c sync with libc 1998-03-27 01:29:58 +00:00
strchr.c replace several special targets with stub .c files, as in libc/string 1998-08-04 05:01:58 +00:00
strcmp.c sync with libc 1998-03-27 01:29:58 +00:00
strcpy.c sync with libc 1998-03-27 01:29:58 +00:00
strlen.c sync with libc 1998-03-27 01:29:58 +00:00
strncasecmp.c sync with libc 1998-03-27 01:29:58 +00:00
strncmp.c sync with libc 1998-03-27 01:29:58 +00:00
strncpy.c sync with libc 1998-03-27 01:29:58 +00:00
strrchr.c replace several special targets with stub .c files, as in libc/string 1998-08-04 05:01:58 +00:00
strtoul.c Copied from arch/arm32/arm32/strtoul.c,v 1999-11-29 22:51:19 +00:00
subdi3.c sync with libc 1998-03-27 01:29:58 +00:00
ucmpdi2.c sync with libc 1998-03-27 01:29:58 +00:00
udivdi3.c sync with libc 1998-03-27 01:29:58 +00:00
ulmax.c
ulmin.c
umoddi3.c sync with libc 1998-03-27 01:29:58 +00:00
xordi3.c sync with libc 1998-03-27 01:29:58 +00:00