.. |
alloc.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
arp.c
|
remove trailing \n in panic(). approved perry.
|
2002-09-27 15:35:29 +00:00 |
bcmp.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
bcopy.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
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
|
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
|
make 'path' argument to cd9660_open 'const char *' and fix the fallout.
|
2003-08-21 00:00:52 +00:00 |
cd9660.h
|
make 'path' argument to cd9660_open 'const char *' and fix the fallout.
|
2003-08-21 00:00:52 +00:00 |
checkpasswd.c
|
Add interface to boot password checking code that takes password parameter.
|
2003-04-15 22:26:42 +00:00 |
close.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
closeall.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
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
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
disklabel.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
dkcksum.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
dosfs.c
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
dosfs.h
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
errno.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
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
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
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
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
getfile.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
gets.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
globals.c
|
There is no point in initializing "rootpath" to "/".
|
2003-03-27 12:28:58 +00:00 |
in_cksum.c
|
|
|
ioctl.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
iodesc.h
|
separate the netif interface from the rest of the networking code,
|
2003-03-12 14:49:19 +00:00 |
lfs.h
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +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
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +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 |
loadfile.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +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
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
Makefile
|
Build ffsv1 and ffsv2
|
2003-04-11 11:31:44 +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 |
memcmp.c
|
An ever sneakier way of making memcmp and bcmp use the same code:
|
2003-08-27 22:53:18 +00:00 |
memcpy.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
memmove.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
memset.c
|
|
|
net.c
|
Split the UDP routines out of net.c.
|
2000-10-25 01:49:55 +00:00 |
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
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
nfs.h
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
nfsv2.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
nullfs.c
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
open.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
panic.c
|
LIBSA_NO_CLOSE is LIBSA_NO_FS_CLOSE everywhere else.
|
2003-03-07 00:46:37 +00:00 |
printf.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
rarp.c
|
no need to include "netif.h" anymore
|
2003-03-12 14:51:31 +00:00 |
read.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
rpc.c
|
no need to include "netif.h" anymore
|
2003-03-12 14:51:31 +00:00 |
rpc.h
|
|
|
rpcv2.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
saerrno.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
saioctl.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
snprintf.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
sprintf.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
stand.h
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
stat.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
strerror.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
subr_prf.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tftp.c
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
tftp.h
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
twiddle.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
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 UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ufs.c
|
Use memset not bzero to help shrink alpha bootxx_lfs
|
2003-08-27 22:42:08 +00:00 |
ufs.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ustarfs.c
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
ustarfs.h
|
make 'path' argument to ufs_open 'const char *' and fix the fallout.
|
2003-08-18 15:45:27 +00:00 |
vsprintf.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
write.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |