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
bjh21
d308c5c5ed
Use MACHINE_CPU to find the architecture subdir, or MACHINE_ARCH if that
...
exists. Same algorithm as libc uses.
2001-02-16 16:58:27 +00:00
..
arch
Move arm32 over to using the shared ARM libkern.
2001-02-15 22:44:09 +00:00
__assert.c
…
__cmsg_alignbytes.c
…
__main.c
…
adddi3.c
…
anddi3.c
…
ashldi3.c
…
ashrdi3.c
…
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
…
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
…
Makefile
Use MACHINE_CPU to find the architecture subdir, or MACHINE_ARCH if that
2001-02-16 16:58:27 +00:00
Makefile.inc
Have recursive make invocations depend on the .MAKE pseudo-target so
2000-12-05 17:01:19 +00:00
max.c
…
mcount.c
…
md4c.c
in-kernel MD4 implementation, from libc
2000-12-08 06:29:23 +00:00
md5c.c
…
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
Update from libc.
2000-12-12 17:44:04 +00:00
quad.h
…
random.c
…
rindex.c
…
scanc.c
…
sha1.c
Prevent the compiler from blowing up on sparc64. From mrg.
2000-09-17 19:55:28 +00:00
skpc.c
…
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
…
subdi3.c
…
ucmpdi2.c
…
udivdi3.c
…
ulmax.c
…
ulmin.c
…
umoddi3.c
…
xordi3.c
…