NetBSD/sys/lib/libkern
briggs b2566d8735 Provide a strtoul() implementation based on the one in libc instead of the
totally different version that was here.  This version, of course, has an
BSD license on it while the old one did not.  This one also compiles down
to tighter code--the smaller the better for libkern & libsa.
2003-06-07 02:52:33 +00:00
..
arch Significantly faster memcpy/memmove/bcopy and memset/bzero 2003-04-15 22:49:50 +00:00
Makefile add strl{cpy,cat} to libkern. code from lib/libc/string (originally from openbsd). 2003-05-15 13:50:35 +00:00
Makefile.inc Add lint infrastructure 2002-11-02 07:48:17 +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
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 When MEMCOPY is defined, don't bother checking if a backwards-copy is 2003-04-07 21:04:19 +00:00
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
htons.c
imax.c
imin.c
index.c
inet_addr.c
intoa.c
iordi3.c
libkern.h add strl{cpy,cat} to libkern. code from lib/libc/string (originally from openbsd). 2003-05-15 13:50:35 +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
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 don't define TRUE and FALSE locally. 2003-04-22 15:10:04 +00:00
min.c
moddi3.c
muldi3.c Sync with libc/quad: 2002-10-20 10:17:14 +00:00
negdi2.c
notdi2.c
ntohl.c
ntohs.c
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
sha1.c
skpc.c
softfloat-macros.h
softfloat-specialize.h
softfloat.c Wrap this file in "#ifndef _STANDALONE". 2002-12-05 17:12:06 +00:00
softfloat.h
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlcat.c latest copyright notice (more loose). noted by wiz 2003-05-15 15:02:52 +00:00
strlcpy.c latest copyright notice (more loose). noted by wiz 2003-05-15 15:02:52 +00:00
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 Provide a strtoul() implementation based on the one in libc instead of the 2003-06-07 02:52:33 +00:00
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