..
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
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_net.c
Protect remaining references to 'debug' with NETIF_DEBUG.
2002-03-17 05:46:37 +00:00
dev_net.h
dev.c
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_sprintf.c
const! const!
2003-03-25 22:35:36 +00:00
ether.c
separate ether_sprintf() from the rest of ethernet support -- sometimes
2003-03-12 16:46:31 +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
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
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
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_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
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
lseek.c
Makefile
Build ffsv1 and ffsv2
2003-04-11 11:31:44 +00:00
Makefile.inc
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
Someone had a braino here; IP_TTL != IPDEFTTL. This caused the standalone
2002-04-23 09:16:09 +00:00
ufs_ls.c
Move some stuff into .rodata.
2003-03-18 19:20:09 +00:00
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
ustarfs.c
Move some stuff into .rodata.
2003-03-18 19:20:09 +00:00
ustarfs.h
vsprintf.c
write.c