.. |
Makefile
|
apply -Wno-pointer-sign with GCC4.
|
2006-05-12 03:29:11 +00:00 |
Makefile.inc
|
Add the source directory of zlib in the include paths so that cread.c can
|
2006-01-26 14:05:49 +00:00 |
alloc.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
arp.c
|
…
|
|
bcopy.c
|
…
|
|
bootp.c
|
Make a few debug outputs only happen when debugging.
|
2007-10-01 13:15:06 +00:00 |
bootp.h
|
…
|
|
bootparam.c
|
…
|
|
bootparam.h
|
…
|
|
byteorder.c
|
…
|
|
byteorder.h
|
…
|
|
bzero.c
|
…
|
|
cd9660.c
|
We need char* for pointer arithmetic.
|
2007-03-05 14:49:04 +00:00 |
cd9660.h
|
…
|
|
checkpasswd.c
|
…
|
|
close.c
|
…
|
|
closeall.c
|
…
|
|
cread.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
dev.c
|
…
|
|
dev_net.c
|
Include "bootp.h" for a function declaration of bootp().
|
2007-10-27 12:19:41 +00:00 |
dev_net.h
|
Add an extern decl of try_bootp variable here since MD sources could set it.
|
2007-10-27 12:21:17 +00:00 |
disklabel.c
|
…
|
|
dkcksum.c
|
…
|
|
dosfs.c
|
make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spilling
|
2006-12-02 00:38:22 +00:00 |
dosfs.h
|
…
|
|
errno.c
|
…
|
|
ether.c
|
…
|
|
ether_sprintf.c
|
PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h
|
2006-01-24 17:07:19 +00:00 |
exec.c
|
…
|
|
exit.c
|
…
|
|
ffsv1.c
|
…
|
|
ffsv2.c
|
…
|
|
files.c
|
…
|
|
fstat.c
|
…
|
|
getfile.c
|
…
|
|
gets.c
|
…
|
|
globals.c
|
…
|
|
ioctl.c
|
…
|
|
iodesc.h
|
…
|
|
ip_cksum.c
|
Changing len from int to size_t caused an infinite loop. Noticed by chuq.
|
2006-01-25 13:46:09 +00:00 |
lfs.h
|
…
|
|
lfsv1.c
|
…
|
|
lfsv2.c
|
…
|
|
loadfile.c
|
in fdloadfile(), fail if we can't read the entire exec header.
|
2006-12-09 22:11:36 +00:00 |
loadfile.h
|
Add a MARK_DATA marker containing the effective VA of the first loaded
|
2007-06-05 08:48:49 +00:00 |
loadfile_aout.c
|
loadfile_*() must set errno when it returns -1.
|
2007-11-23 04:32:14 +00:00 |
loadfile_ecoff.c
|
loadfile_*() must set errno when it returns -1.
|
2007-11-23 04:32:14 +00:00 |
loadfile_elf32.c
|
loadfile_*() must set errno when it returns -1.
|
2007-11-23 04:32:14 +00:00 |
loadfile_elf64.c
|
…
|
|
lseek.c
|
…
|
|
memcmp.c
|
…
|
|
memcpy.c
|
…
|
|
memmove.c
|
…
|
|
memset.c
|
…
|
|
net.c
|
Adjust code so that it will work when _STANDALONE isn't defined.
|
2006-01-21 10:06:06 +00:00 |
net.h
|
PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h
|
2006-01-24 17:07:19 +00:00 |
netif.c
|
…
|
|
netif.h
|
…
|
|
nfs.c
|
Add missing newlines to debug messages.
|
2007-02-25 04:46:32 +00:00 |
nfs.h
|
…
|
|
nfsv2.h
|
…
|
|
nullfs.c
|
…
|
|
open.c
|
…
|
|
panic.c
|
…
|
|
printf.c
|
…
|
|
qsort.c
|
…
|
|
rarp.c
|
…
|
|
read.c
|
…
|
|
rpc.c
|
Adjust code so that it will work when _STANDALONE isn't defined.
|
2006-01-21 10:06:06 +00:00 |
rpc.h
|
Adjust code so that it will work when _STANDALONE isn't defined.
|
2006-01-21 10:06:06 +00:00 |
rpcv2.h
|
…
|
|
saerrno.h
|
loadfile_*() must set errno when it returns -1.
|
2007-11-23 04:32:14 +00:00 |
saioctl.h
|
…
|
|
snprintf.c
|
…
|
|
sprintf.c
|
…
|
|
stand.h
|
Sync alloc/dealloc prototypes with unsigned int -> size_t change.
|
2006-01-25 22:44:37 +00:00 |
stat.c
|
…
|
|
strerror.c
|
…
|
|
subr_prf.c
|
/* fall through */ -> /* FALLTHROUGH */
|
2006-01-27 02:28:36 +00:00 |
tftp.c
|
We need char* for pointer arithmetic.
|
2007-03-05 14:49:04 +00:00 |
tftp.h
|
…
|
|
twiddle.c
|
…
|
|
udp.c
|
PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h
|
2006-01-24 17:07:19 +00:00 |
ufs.c
|
When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and
|
2007-09-29 21:36:56 +00:00 |
ufs.h
|
…
|
|
ufs_ls.c
|
free -> dealloc
|
2006-01-25 18:27:23 +00:00 |
ustarfs.c
|
x68k's floppy is 8*2 sect/cyl, not 18*2 sect/cyl.
|
2007-11-11 13:23:07 +00:00 |
ustarfs.h
|
…
|
|
vsprintf.c
|
…
|
|
write.c
|
constify write prototype.
|
2006-01-13 22:32:10 +00:00 |