NetBSD/sys/lib/libsa
thorpej 2699791533 Do not #include "/usr/include/arpa/tftp.h" directly. Doing so is
VERY BAD for cross-compiling.
2002-09-16 16:53:45 +00:00
..
Makefile Move files[] from globals.c to its own file. Including all of globals.o 2002-03-15 13:23:34 +00:00
Makefile.inc Don't make clean and cleandir depend on the lib subdir. Just check for it's 2001-11-21 22:10:54 +00:00
alloc.c
arp.c
bcmp.c
bcopy.c
bootp.c * Add a NetBSD Vendor Class Identifier option as proposed on tech-net 2002-03-20 23:10:39 +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
bootparam.h
byteorder.c Add standalone 64-bit to/from {big,little}-endian routines. 2001-10-31 20:19:52 +00:00
byteorder.h Oops, committed wrong copy of file in previous revision. 2001-10-31 20:22:22 +00:00
bzero.c
cd9660.c
cd9660.h
checkpasswd.c
close.c
closeall.c
cread.c
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
dosfs.h
errno.c
ether.c
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 Move files[] from globals.c to its own file. Including all of globals.o 2002-03-15 13:23:34 +00:00
fstat.c
getfile.c
gets.c
globals.c Move files[] from globals.c to its own file. Including all of globals.o 2002-03-15 13:23:34 +00:00
in_cksum.c
ioctl.c
iodesc.h
lfs.c Remove two shadowed variables, one of which was set to what it was 2002-05-07 02:02:41 +00:00
lfs.h
loadfile.c Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
loadfile.h Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
loadfile_aout.c Not all ports use the `offset' in their calulations and on those platforms 2002-02-11 20:25:56 +00:00
loadfile_ecoff.c Not all ports use the `offset' in their calulations and on those platforms 2002-02-11 20:25:56 +00:00
loadfile_elf32.c Not all ports use the `offset' in their calulations and on those platforms 2002-02-11 20:25:56 +00:00
loadfile_elf64.c Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
lseek.c
memcmp.c
memcpy.c
memmove.c
memset.c
net.c
net.h
netif.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
netif.h
nfs.c
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 Move files[] from open.c to globals.c, so that it's possible to 2002-02-23 05:44:24 +00:00
panic.c
printf.c
rarp.c
read.c
rpc.c
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
sprintf.c
stand.h use exit(int), not exit(void), consistently - even if the arg has no meaning. 2002-06-01 11:40:31 +00:00
stat.c
strerror.c Add EOFFSET. 2002-02-17 23:18:32 +00:00
subr_prf.c Add a missing "static". 2002-02-17 23:19:00 +00:00
tftp.c Do not #include "/usr/include/arpa/tftp.h" directly. Doing so is 2002-09-16 16:53:45 +00:00
tftp.h
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
ufs.h
ufs_ls.c Don't bother testing if a uint8_t is > 256 -- that test is always false. 2002-05-09 02:44:39 +00:00
ustarfs.c fix comment 2002-05-10 11:07:01 +00:00
ustarfs.h
vsprintf.c
write.c