NetBSD/sys/lib/libsa
thorpej cad7e97082 Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within
libsa depend on them, to it seems rather silly to have to build an additional
library (e.g. libkern) to get them.
1999-11-11 18:11:25 +00:00
..
alloc.c don't bother initializing 'freelist' -- it can be bss 1999-05-28 19:31:51 +00:00
arp.c
bcmp.c It's no use having a memcmp() that calls bcmp() if there's no bcmp() in 1999-04-01 05:12:20 +00:00
bcopy.c #undef bcopy, so that this will still compile if LIBSA_USE_MEMCPY is defined 1999-03-30 22:03:47 +00:00
bootp.c Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to pass 1999-02-12 10:56:18 +00:00
bootp.h Add missing prototypes. 1999-02-11 09:10:43 +00:00
bootparam.c
bootparam.h
bzero.c add simple (small) implementations of memset and bzero. the versions 1999-03-30 22:01:15 +00:00
cd9660.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
cd9660.h
checkpasswd.c add a function to verify a password against an in-core md5 sum 1999-09-09 15:52:37 +00:00
close.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
closeall.c
cread.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
dev_net.c move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, 1999-05-07 14:49:52 +00:00
dev_net.h Changes to compile the next68k bootblocks with 1999-03-26 15:41:38 +00:00
dev.c move errno to its own file; if you just need errno, you don't need dev.c's fns 1999-03-30 21:59:58 +00:00
disklabel.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
dkcksum.c
errno.c move errno to its own file; if you just need errno, you don't need dev.c's fns 1999-03-30 21:59:58 +00:00
ether.c
exec.c
exit.c We can't prototype exit() publically because it might take an argument or 1999-02-12 10:51:28 +00:00
fstat.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
getfile.c
gets.c
globals.c
in_cksum.c Add missing prototypes. 1999-02-11 09:10:43 +00:00
ioctl.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
iodesc.h
lfs.c Remove prototype for find_inode(). 1999-08-19 00:19:16 +00:00
lfs.h Add a standalone LFS implementation. Currently not merged with ufs (FFS), 1999-08-18 20:04:39 +00:00
loadfile.c Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
loadfile.h MI loadfile (used by i386, pmax and sparc shortly) 1999-04-28 09:08:50 +00:00
lseek.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
Makefile Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within 1999-11-11 18:11:25 +00:00
Makefile.inc Build libraries for kernel/standalone code from within their compilation 1999-05-07 14:28:50 +00:00
memcmp.c
memcpy.c replace memcpy() implementation (which just called bcopy()) with 1999-03-31 01:39:16 +00:00
memset.c add simple (small) implementations of memset and bzero. the versions 1999-03-30 22:01:15 +00:00
net.c move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, 1999-05-07 14:49:52 +00:00
net.h move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, 1999-05-07 14:49:52 +00:00
netif.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
netif.h
nfs.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
nfs.h
nfsv2.h
nullfs.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
open.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
panic.c Nuke local prototype for closeall(). Add a new define LIBSA_NO_CLOSE so that 1999-04-28 13:24:12 +00:00
printf.c Split the printf variants into separate files. 1999-02-13 20:56:57 +00:00
rarp.c
read.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00
rpc.c
rpc.h
rpcv2.h
saerrno.h Separate the userland and libsa errno declarations from <sys/errno.h> into 1999-01-12 03:08:14 +00:00
saioctl.h
snprintf.c Split the printf variants into separate files. 1999-02-13 20:56:57 +00:00
sprintf.c Split the printf variants into separate files. 1999-02-13 20:56:57 +00:00
stand.h Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within 1999-11-11 18:11:25 +00:00
stat.c
strcmp.c Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within 1999-11-11 18:11:25 +00:00
strerror.c
strlen.c Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within 1999-11-11 18:11:25 +00:00
strncmp.c Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within 1999-11-11 18:11:25 +00:00
subr_prf.c set lflag when printing pointers with %p 1999-04-20 23:04:17 +00:00
tftp.c fix damage in error handling crept in in 1.4 1999-07-12 12:34:57 +00:00
tftp.h move TFTP filesystem from i386/stand/libsa here, it is mi 1999-02-24 19:24:56 +00:00
twiddle.c Nuke obsolete printf comment. 1999-06-22 22:09:49 +00:00
ufs_ls.c move "ls" utility from i386/stand/libsa here 1999-04-14 11:32:50 +00:00
ufs.c note that these files should be easily diffable (until they share common code 1999-08-18 21:33:50 +00:00
ufs.h move "ls" utility from i386/stand/libsa here 1999-04-14 11:32:50 +00:00
ustarfs.c Fix error flow that was broken 10 days ago in the previous commit. 1999-09-20 11:58:15 +00:00
ustarfs.h tfs -> ustarfs 1998-09-24 05:23:33 +00:00
vsprintf.c Split the printf variants into separate files. 1999-02-13 20:56:57 +00:00
write.c Make a bunch of backward-compatible changes to the boot blocks which allow 1999-03-31 01:50:25 +00:00