.. |
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
|
Fix compilation on Alpha with ARP_DEBUG.
|
2001-10-18 19:00:38 +00:00 |
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
|
libkern.h now has the ctype routines.
|
2001-04-05 04:39:02 +00:00 |
cd9660.h
|
…
|
|
checkpasswd.c
|
…
|
|
close.c
|
…
|
|
closeall.c
|
…
|
|
cread.c
|
Fix tyop in comment.
|
2000-11-26 03:31:20 +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
|
dos_unmount is only is dos_close is present but so conditionalize it like
|
2000-11-09 01:55:31 +00:00 |
dosfs.h
|
Add a standalone MS-DOS file system reader package, lifted
|
2000-11-02 00:25:05 +00:00 |
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
|
Add a small version of memmove() for libsa.
|
2001-09-02 07:04:16 +00:00 |
memset.c
|
…
|
|
net.c
|
Split the UDP routines out of net.c.
|
2000-10-25 01:49:55 +00:00 |
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
|
…
|
|