NetBSD/sys/lib/libsa
he 97b6d5bf4f Conditionalize declaration of local variable ``i'', now that the
code which uses it is also conditionalized.
2003-04-02 19:47:25 +00:00
..
Makefile separate ether_sprintf() from the rest of ethernet support -- sometimes 2003-03-12 16:46:31 +00:00
Makefile.inc
alloc.c KNR, removing ugly 'unsigned' variables. 2003-02-01 14:57:02 +00:00
arp.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
bcmp.c
bcopy.c
bootp.c no need to include "netif.h" anymore 2003-03-12 14:51:31 +00:00
bootp.h * Add a NetBSD Vendor Class Identifier option as proposed on tech-net 2002-03-20 23:10:39 +00:00
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
close.c
closeall.c
cread.c Move some stuff into .rodata. 2003-03-18 19:20:09 +00:00
dev.c
dev_net.c Protect remaining references to 'debug' with NETIF_DEBUG. 2002-03-17 05:46:37 +00:00
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
exit.c use exit(int), not exit(void), consistently - even if the arg has no meaning. 2002-06-01 11:40:31 +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.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39: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 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.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
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 Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK. 2002-05-28 14:30:53 +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 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 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 Someone had a braino here; IP_TTL != IPDEFTTL. This caused the standalone 2002-04-23 09:16:09 +00:00
ufs.c Conditionalize declaration of local variable ``i'', now that the 2003-04-02 19:47:25 +00:00
ufs.h
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