NetBSD/sys/lib/libsa
2003-04-01 21:09:32 +00:00
..
alloc.c KNR, removing ugly 'unsigned' variables. 2003-02-01 14:57:02 +00:00
arp.c
bcmp.c
bcopy.c
bootp.c no need to include "netif.h" anymore 2003-03-12 14:51:31 +00:00
bootp.h
bootparam.c Move global variables which are used only by bootparam here. 2003-03-19 17:18:07 +00:00
bootparam.h
byteorder.c
byteorder.h
bzero.c
cd9660.c
cd9660.h
checkpasswd.c
close.c
closeall.c
cread.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
dev_net.c
dev_net.h
dev.c
disklabel.c
dkcksum.c
dosfs.c
dosfs.h
errno.c
ether_sprintf.c const! const! 2003-03-25 22:35:36 +00:00
ether.c separate ether_sprintf() from the rest of ethernet support -- sometimes 2003-03-12 16:46:31 +00:00
exec.c
exit.c
files.c
fstat.c
getfile.c
gets.c
globals.c There is no point in initializing "rootpath" to "/". 2003-03-27 12:28:58 +00:00
in_cksum.c
ioctl.c
iodesc.h separate the netif interface from the rest of the networking code, 2003-03-12 14:49:19 +00:00
lfs.c Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and 2003-02-23 23:17:42 +00:00
lfs.h Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and 2003-02-23 23:17:42 +00:00
lfsv1.c Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and 2003-02-23 23:17:42 +00:00
lfsv2.c Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and 2003-02-23 23:17:42 +00:00
loadfile_aout.c
loadfile_ecoff.c
loadfile_elf32.c
loadfile_elf64.c
loadfile.c Introduce fdloadfile() to load an image from an open file descriptor; 2003-02-24 10:51:05 +00:00
loadfile.h Introduce fdloadfile() to load an image from an open file descriptor; 2003-02-24 10:51:05 +00:00
lseek.c
Makefile separate ether_sprintf() from the rest of ethernet support -- sometimes 2003-03-12 16:46:31 +00:00
Makefile.inc
memcmp.c
memcpy.c
memmove.c
memset.c
net.c
net.h remove stuff just moved to bootparam.c and some variables which are 2003-03-19 17:19:32 +00:00
netif.c separate the netif interface from the rest of the networking code, 2003-03-12 14:49:19 +00:00
netif.h separate the netif interface from the rest of the networking code, 2003-03-12 14:49:19 +00:00
nfs.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
nfs.h
nfsv2.h
nullfs.c
open.c Beautify a little 2003-02-01 14:54:22 +00:00
panic.c LIBSA_NO_CLOSE is LIBSA_NO_FS_CLOSE everywhere else. 2003-03-07 00:46:37 +00:00
printf.c
rarp.c no need to include "netif.h" anymore 2003-03-12 14:51:31 +00:00
read.c
rpc.c no need to include "netif.h" anymore 2003-03-12 14:51:31 +00:00
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
sprintf.c
stand.h constify a couple of pointers. 2003-04-01 21:09:32 +00:00
stat.c
strerror.c translate EACCES (happens with NFS) 2003-03-11 15:02:54 +00:00
subr_prf.c
tftp.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
tftp.h
twiddle.c
udp.c
ufs_ls.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
ufs.c Use the MAX() macro from <sys/param.h> instead of a local inline. Results 2003-02-23 22:47:43 +00:00
ufs.h
ustarfs.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
ustarfs.h
vsprintf.c
write.c