NetBSD/sys/lib/libkern
sommerfeld 5348dfb6ac Have recursive make invocations depend on the .MAKE pseudo-target so
make knows to handle them specially.
2000-12-05 17:01:19 +00:00
..
arch Sync with libc: make function exit one instruction faster, and function one 2000-11-28 15:26:34 +00:00
Makefile make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
Makefile.inc Have recursive make invocations depend on the .MAKE pseudo-target so 2000-12-05 17:01:19 +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
anddi3.c
ashldi3.c
ashrdi3.c sync with libc 1999-09-10 13:21:14 +00:00
bcmp.c
bcopy.c
bswap16.c
bswap32.c
bswap64.c
bzero.c
cmpdi2.c
divdi3.c
ffs.c
htonl.c
htons.c
imax.c
imin.c
index.c
inet_addr.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
intoa.c
iordi3.c
libkern.h Add a strcasecmp(), modified from chopps's strncasecmp(). 2000-11-01 19:37:18 +00:00
lmax.c
lmin.c
lshldi3.c
lshrdi3.c
max.c
mcount.c Move the Alpha _mcount() into a .S file so that it can be 2000-09-05 16:28:30 +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
memcmp.c
memcpy.c
memmove.c
memset.c
min.c
moddi3.c
muldi3.c
negdi2.c
notdi2.c
ntohl.c
ntohs.c
pmatch.c
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
scanc.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
sha1.c Prevent the compiler from blowing up on sparc64. From mrg. 2000-09-17 19:55:28 +00:00
skpc.c Kill some more register declarations. 2000-03-30 12:19:46 +00:00
strcasecmp.c Add a strcasecmp(), modified from chopps's strncasecmp(). 2000-11-01 19:37:18 +00:00
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncasecmp.c
strncmp.c
strncpy.c
strrchr.c
strtoul.c fix the null pointer access bug when arg2 (char **endptr) == NULL 2000-05-25 01:22:41 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
ulmax.c
ulmin.c
umoddi3.c
xordi3.c