..
arch
On the 68010, don't bother with the by-8-longwords loop, instead
2001-09-06 21:30:15 +00:00
Makefile
Move _insque()/_remque() to libkern. Once remaining uses would
2001-08-12 08:35:31 +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
…
_que.c
Move _insque()/_remque() to libkern. Once remaining uses would
2001-08-12 08:35:31 +00:00
adddi3.c
…
anddi3.c
…
ashldi3.c
…
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
…
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
…
divdi3.c
…
ffs.c
…
htonl.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
htons.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
imax.c
…
imin.c
…
index.c
…
inet_addr.c
ctype-like functions are now in libkern.
2001-04-18 15:40:58 +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
…
libkern.h
restore bzero and bcmp prototypes for now -- this has to be hashed out.
2001-07-07 17:22:25 +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
md4c.c
in-kernel MD4 implementation, from libc
2000-12-08 06:29:23 +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
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
milieu.h
o IEEE 754 floating-point completion code.
2001-04-26 03:10:44 +00:00
min.c
…
moddi3.c
…
muldi3.c
…
negdi2.c
…
notdi2.c
…
ntohl.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
ntohs.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
pmatch.c
…
qdivrem.c
Update from libc.
2000-12-12 17:44:04 +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
convert to ansi knf, and fix a bug where the last arg was incorrectly
2001-08-09 08:03:34 +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
softfloat-macros.h
o IEEE 754 floating-point completion code.
2001-04-26 03:10:44 +00:00
softfloat-specialize.h
o IEEE 754 floating-point completion code.
2001-04-26 03:10:44 +00:00
softfloat.c
o IEEE 754 floating-point completion code.
2001-04-26 03:10:44 +00:00
softfloat.h
o IEEE 754 floating-point completion code.
2001-04-26 03:10:44 +00:00
strcasecmp.c
Add a strcasecmp(), modified from chopps's strncasecmp().
2000-11-01 19:37:18 +00:00
strcat.c
…
strchr.c
replace several special targets with stub .c files, as in libc/string
1998-08-04 05:01:58 +00:00
strcmp.c
…
strcpy.c
…
strlen.c
…
strncasecmp.c
…
strncmp.c
…
strncpy.c
…
strrchr.c
replace several special targets with stub .c files, as in libc/string
1998-08-04 05:01:58 +00:00
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
…