.. |
arch
|
Find the udivrem.m4 in the proper directory.
|
1999-05-09 18:51:36 +00:00 |
Makefile
|
move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,
|
1999-05-07 14:49:52 +00:00 |
Makefile.inc
|
Build libraries for kernel/standalone code from within their compilation
|
1999-05-07 14:28:50 +00:00 |
__assert.c
|
make libkern compile in userland - for testing purposes
|
1999-04-13 19:00:30 +00:00 |
__main.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
adddi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
anddi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ashldi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ashrdi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
bcmp.c
|
Sync with src/lib/libc/string/bcmp.c
|
1999-04-01 00:30:39 +00:00 |
bcopy.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
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
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
divdi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ffs.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
htonl.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
htons.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
imax.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
imin.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
index.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
inet_addr.c
|
make libkern compile in userland - for testing purposes
|
1999-04-13 19:00:30 +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
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
libkern.h
|
move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,
|
1999-05-07 14:49:52 +00:00 |
lmax.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
lmin.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
lshldi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
lshrdi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
max.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
mcount.c
|
update from libc; RCSID, register.
|
1999-01-17 01:30:06 +00:00 |
md5c.c
|
Check for _STANDALONE as well as _KERNEL to make it compile again. Fold
|
1999-02-04 15:26:42 +00:00 |
memchr.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
memcmp.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
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 |
min.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
moddi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
muldi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
negdi2.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
notdi2.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ntohl.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ntohs.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
pmatch.c
|
Add a small string pattern matching function to facilitate pcmcia cis string
|
1998-06-21 18:43:35 +00:00 |
qdivrem.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
quad.h
|
Some more 64-bit cleanup. Now everything compiles.
|
1998-08-30 15:32:16 +00:00 |
random.c
|
include libkern.h, not types.h, to get prototype. (libkern.h includes types.h)
|
1996-11-13 19:30:39 +00:00 |
rindex.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
scanc.c
|
second and third args to scanc() (string and table) are not and should not
|
1996-10-24 23:50:31 +00:00 |
sha1.c
|
Allocating a byte-array and then accessing it as 32-bit integers just won't work
|
1999-05-09 00:22:46 +00:00 |
skpc.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
strcat.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strchr.c
|
replace several special targets with stub .c files, as in libc/string
|
1998-08-04 05:01:58 +00:00 |
strcmp.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strcpy.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strlen.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strncasecmp.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strncmp.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strncpy.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
strrchr.c
|
replace several special targets with stub .c files, as in libc/string
|
1998-08-04 05:01:58 +00:00 |
subdi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ucmpdi2.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
udivdi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
ulmax.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
ulmin.c
|
- Add missing prototypes
|
1996-03-14 18:52:03 +00:00 |
umoddi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |
xordi3.c
|
sync with libc
|
1998-03-27 01:29:58 +00:00 |