NetBSD/sys/lib/libsa
martin 34718fb25a Protect opt_*.h include by _KERNEL_OPT 2003-06-23 14:17:24 +00:00
..
Makefile Build ffsv1 and ffsv2 2003-04-11 11:31:44 +00:00
Makefile.inc
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 Fix broken build due too the move of the cd9660 and msdosfs kernel source code. 2002-12-30 16:41:53 +00:00
cd9660.h
checkpasswd.c Add interface to boot password checking code that takes password parameter. 2003-04-15 22:26:42 +00:00
close.c
closeall.c
cread.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
dev.c
dev_net.c
dev_net.h
disklabel.c
dkcksum.c
dosfs.c Fix broken build due too the move of the cd9660 and msdosfs kernel source code. 2002-12-30 16:41:53 +00:00
dosfs.h
errno.c
ether.c separate ether_sprintf() from the rest of ethernet support -- sometimes 2003-03-12 16:46:31 +00:00
ether_sprintf.c const! const! 2003-03-25 22:35:36 +00:00
exec.c Protect opt_*.h include by _KERNEL_OPT 2003-06-23 14:17:24 +00:00
exit.c
ffsv1.c Files to build ffsv1 and ffsv2 versions of ufs.c 2003-04-11 11:28:54 +00:00
ffsv2.c Files to build ffsv1 and ffsv2 versions of ufs.c 2003-04-11 11:28:54 +00:00
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.h Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and 2003-02-23 23:17:42 +00:00
lfsv1.c Use common ffs/lfs file ufs.c instead of lfs specific version. 2003-04-11 11:27:06 +00:00
lfsv2.c Use common ffs/lfs file ufs.c instead of lfs specific version. 2003-04-11 11:27:06 +00:00
loadfile.c Introduce fdloadfile() to load an image from an open file descriptor; 2003-02-24 10:51:05 +00:00
loadfile.h Allow the default location of "machine/loadfile_machdep.h" to be 2003-04-29 13:03:55 +00:00
loadfile_aout.c Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. 2002-12-10 17:14:02 +00:00
loadfile_ecoff.c
loadfile_elf32.c
loadfile_elf64.c
lseek.c
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 Fix prototypes of null_read and null_write, change to return errno values. 2003-04-10 14:44:05 +00:00
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 Add interface to boot password checking code that takes password parameter. 2003-04-15 22:26:42 +00:00
stat.c
strerror.c translate EACCES (happens with NFS) 2003-03-11 15:02:54 +00:00
subr_prf.c Remove two unused variable to fix a build problem. 2003-04-27 11:12:14 +00:00
tftp.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
tftp.h PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a 2003-01-12 18:59:15 +00:00
twiddle.c
udp.c
ufs.c Merge in lfs.c, use defines to build ffsv1, ffsv2, lfsv1 or lfsv2. 2003-04-11 11:24:49 +00:00
ufs.h Add externs for ffsv1_xxx and ffsv2_xxx 2003-04-11 11:30:12 +00:00
ufs_ls.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
ustarfs.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
ustarfs.h
vsprintf.c
write.c