.. |
Makefile
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +00:00 |
Makefile.inc
|
Make 'dependall' generate dependencies in these libraries.
|
2003-11-07 23:34:28 +00:00 |
alloc.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
arp.c
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +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
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +00:00 |
bootp.h
|
…
|
|
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
|
Oops, missed a semicolon.
|
2005-06-13 12:06:36 +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
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +00:00 |
close.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
closeall.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
cread.c
|
remove license clauses 3 and 4 from my cpoyright notices
|
2004-03-24 17:26:53 +00:00 |
dev.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
dev_net.c
|
…
|
|
dev_net.h
|
…
|
|
disklabel.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
dkcksum.c
|
constification fixes.
|
2004-06-30 13:59:22 +00:00 |
dosfs.c
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +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.c
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +00:00 |
ether_sprintf.c
|
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
|
2005-05-17 04:14:57 +00:00 |
exec.c
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
exit.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
ffsv1.c
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
ffsv2.c
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
files.c
|
…
|
|
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
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
iodesc.h
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +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.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 |
loadfile_aout.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
loadfile_ecoff.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
loadfile_elf32.c
|
rearrange free's and add a missing one.
|
2005-07-14 02:36:49 +00:00 |
loadfile_elf64.c
|
…
|
|
lseek.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
memcmp.c
|
Another attempt to get libsa to contain the right things.
|
2003-09-01 12:28:03 +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
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
net.h
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
netif.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +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
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +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
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
open.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
panic.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
printf.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
qsort.c
|
Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of
|
2004-05-19 23:37:41 +00:00 |
rarp.c
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +00:00 |
read.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
rpc.c
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +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
|
Remove bcmp(). Use memcmp() instead.
|
2005-06-13 12:11:07 +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
|
DECONST -> UNCONST
|
2004-07-01 19:04:43 +00:00 |
subr_prf.c
|
Provide HEXDIGITS as well (needed on mvme68k/stand)
|
2005-05-23 19:05:00 +00:00 |
tftp.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
tftp.h
|
remove license clauses 3 and 4 from my cpoyright notices
|
2004-03-24 17:26:53 +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
|
Fix signed/unsigned warnings.
|
2003-08-31 22:40:13 +00:00 |
ufs.c
|
64 bit inode changes.
|
2005-08-19 02:04:03 +00:00 |
ufs.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ufs_ls.c
|
64 bit inode changes.
|
2005-08-19 02:04:03 +00:00 |
ustarfs.c
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +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
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |