.. |
Makefile
|
Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 and
|
2003-02-23 23:17:42 +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
|
Remove bogus check for bogus netmask.
|
2003-02-25 14:42:30 +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
|
…
|
|
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
|
…
|
|
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
|
…
|
|
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
|
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.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
|
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
|
…
|
|
lseek.c
|
…
|
|
memcmp.c
|
…
|
|
memcpy.c
|
…
|
|
memmove.c
|
…
|
|
memset.c
|
…
|
|
net.c
|
…
|
|
net.h
|
…
|
|
netif.c
|
remove trailing \n in panic(). approved perry.
|
2002-09-27 15:35:29 +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
|
Beautify a little
|
2003-02-01 14:54:22 +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
|
Save some space
|
2003-02-01 14:53:38 +00:00 |
subr_prf.c
|
Add a missing "static".
|
2002-02-17 23:19:00 +00:00 |
tftp.c
|
PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a
|
2003-01-12 18:59:15 +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
|
Use the MAX() macro from <sys/param.h> instead of a local inline. Results
|
2003-02-23 22:47:43 +00:00 |
ufs.h
|
…
|
|
ufs_ls.c
|
We can't use <string.h> for standalone programs;
|
2003-02-23 12:31:29 +00:00 |
ustarfs.c
|
fix comment
|
2002-05-10 11:07:01 +00:00 |
ustarfs.h
|
…
|
|
vsprintf.c
|
…
|
|
write.c
|
…
|
|