NetBSD/sys/lib/libsa
mrg 696ab05f50 add (char *) cast to quieten GCC. 2006-05-20 19:40:46 +00:00
..
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 add (char *) cast to quieten GCC. 2006-05-20 19:40:46 +00:00
bootp.h
bootparam.c
bootparam.h
byteorder.c
byteorder.h
bzero.c
cd9660.c free -> dealloc 2006-01-25 18:27:23 +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
dev_net.h
disklabel.c
dkcksum.c
dosfs.c free -> dealloc 2006-01-25 18:27:23 +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
loadfile.h
loadfile_aout.c
loadfile_ecoff.c
loadfile_elf32.c Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out. 2006-04-06 09:25:58 +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 free -> dealloc 2006-01-25 18:27:23 +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
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 free -> dealloc 2006-01-25 18:27:23 +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 ssize_t -> size_t to match variable and functions. 2006-05-11 01:13:44 +00:00
ufs.h
ufs_ls.c free -> dealloc 2006-01-25 18:27:23 +00:00
ustarfs.c Don't omit int arguments in the K&R style function definitions. 2006-01-27 01:11:27 +00:00
ustarfs.h
vsprintf.c
write.c constify write prototype. 2006-01-13 22:32:10 +00:00