This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
lib
/
libkern
History
thorpej
0b07209248
Allow depend target to be parallized, from Andrew Wheadon
...
<andrew@wipux2.wifo.uni-mannheim.de>, PR
#3257
.
1997-03-07 00:50:30 +00:00
..
arch
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
1997-01-18 02:33:38 +00:00
__assert.c
…
__main.c
…
adddi3.c
…
anddi3.c
…
ashldi3.c
…
ashrdi3.c
…
bcmp.c
…
bzero.c
…
cmpdi2.c
…
divdi3.c
…
ffs.c
…
htonl.c
…
htons.c
…
imax.c
…
imin.c
…
iordi3.c
…
libkern.h
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
1997-01-18 02:33:38 +00:00
lmax.c
…
lmin.c
…
lshldi3.c
…
lshrdi3.c
…
Makefile
allow includers to specify library-specific CPP flags via ${LIB}MISCCPPFLAGS
1997-02-16 21:25:18 +00:00
Makefile.inc
Allow depend target to be parallized, from Andrew Wheadon
1997-03-07 00:50:30 +00:00
max.c
…
mcount.c
Move _MCOUNT_DECL prototype back here again (grmbl).
1996-12-07 12:58:25 +00:00
memcmp.c
…
memset.c
…
min.c
…
moddi3.c
…
muldi3.c
…
negdi2.c
…
notdi2.c
…
ntohl.c
…
ntohs.c
…
qdivrem.c
…
quad.h
…
random.c
include libkern.h, not types.h, to get prototype. (libkern.h includes types.h)
1996-11-13 19:30:39 +00:00
scanc.c
…
skpc.c
…
strcat.c
…
strchr.c
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
1997-01-18 02:33:38 +00:00
strcmp.c
…
strcpy.c
…
strlen.c
…
strncasecmp.c
…
strncmp.c
…
strncpy.c
…
subdi3.c
…
ucmpdi2.c
…
udivdi3.c
…
ulmax.c
…
ulmin.c
…
umoddi3.c
…
xordi3.c
…