.. |
Makefile
|
…
|
|
Makefile.inc
|
…
|
|
alloc.c
|
…
|
|
arp.c
|
Kill extra declaration of bcea[]. It's also defined in globals.c.
|
1995-08-04 01:17:26 +00:00 |
bcopy.c
|
various type fixups
|
1995-04-22 13:46:50 +00:00 |
bootp.c
|
cast ptrs to longs.
|
1995-04-22 13:47:52 +00:00 |
bootp.h
|
…
|
|
bootparam.c
|
Support functions for NFS boot (get server address and root path).
|
1995-06-27 15:32:40 +00:00 |
bootparam.h
|
Support functions for NFS boot (get server address and root path).
|
1995-06-27 15:32:40 +00:00 |
close.c
|
Avoid calling device-close routine when open() not completed. Otherwise you
|
1995-09-06 19:53:27 +00:00 |
dev.c
|
be more careful with types, also pull in headers where necessary.
|
1994-10-30 21:43:03 +00:00 |
dev_net.c
|
Add bcea[] here now that is is gone from arp.c
|
1995-08-08 20:59:07 +00:00 |
dev_net.h
|
Have netboot!
|
1995-06-09 22:02:39 +00:00 |
disklabel.c
|
…
|
|
ether.c
|
Various:
|
1995-02-20 11:04:00 +00:00 |
exec.c
|
Fix off-by-one error when padding text segment.
|
1995-08-04 07:37:03 +00:00 |
exit.c
|
note properly whether or not functions return, etc.
|
1995-04-22 13:51:19 +00:00 |
getfile.c
|
…
|
|
gets.c
|
…
|
|
globals.c
|
…
|
|
if_ether.h
|
Various cleanup, including:
|
1995-06-12 00:46:47 +00:00 |
in_cksum.c
|
cast pointers to longs
|
1995-04-22 13:53:48 +00:00 |
ioctl.c
|
be more careful with types, also pull in headers where necessary.
|
1994-10-30 21:43:03 +00:00 |
iodesc.h
|
…
|
|
lseek.c
|
…
|
|
net.c
|
Various:
|
1995-02-20 11:04:00 +00:00 |
net.h
|
Pad HEADER_SIZE for alignment.
|
1995-06-27 15:23:18 +00:00 |
netif.c
|
Define netif_debug in here.
|
1995-02-20 00:19:09 +00:00 |
netif.h
|
Add a driver hook to the `netif' structure.
|
1995-09-03 20:49:38 +00:00 |
nfs.c
|
Can not use htonl() in static initializers. (Fixes PR 1188)
|
1995-07-03 04:56:33 +00:00 |
nfs.h
|
…
|
|
open.c
|
Avoid calling device-close routine when open() not completed. Otherwise you
|
1995-09-06 19:53:27 +00:00 |
printf.c
|
Merge an sprintf() in.
|
1995-09-03 20:51:21 +00:00 |
rarp.c
|
Fix ARP opcode, add more debugging prints.
|
1995-06-27 15:27:24 +00:00 |
read.c
|
Add a generic twiddler.
|
1995-02-21 06:33:22 +00:00 |
rpc.c
|
Build all RPC requests with AUTH_UNIX (thanks to Chuck Silvers)
|
1995-07-03 02:59:16 +00:00 |
rpc.h
|
Modified to do less copying, and to allow determination of
|
1995-06-27 15:28:58 +00:00 |
saerrno.h
|
Add EFTYPE.
|
1995-02-21 07:52:45 +00:00 |
saioctl.h
|
…
|
|
stand.h
|
first arg to open() is a 'const char *'. pointed out by David Brownlee
|
1995-04-30 03:57:54 +00:00 |
stat.c
|
…
|
|
strerror.c
|
Fix bogus numerical conversion by using sprintf();
|
1995-09-03 20:56:14 +00:00 |
ufs.c
|
Add a generic twiddler.
|
1995-02-21 06:33:22 +00:00 |
ufs.h
|
…
|
|
write.c
|
Add a generic twiddler.
|
1995-02-21 06:33:22 +00:00 |