NetBSD/sys/lib/libsa
he fdcc1ff67a We need char* for pointer arithmetic. 2007-03-05 14:49:04 +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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 Oops, committed wrong copy of file in previous revision. 2001-10-31 20:22:22 +00:00
bzero.c
cd9660.c We need char* for pointer arithmetic. 2007-03-05 14:49:04 +00:00
cd9660.h
checkpasswd.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
close.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spilling 2006-12-02 00:38:22 +00:00
dosfs.h
errno.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffsv1.c
ffsv2.c
files.c
fstat.c
getfile.c
gets.c
globals.c There is no point in initializing "rootpath" to "/". 2003-03-27 12:28:58 +00:00
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
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 Add missing newlines to debug messages. 2007-02-25 04:46:32 +00:00
nfs.h
nfsv2.h
nullfs.c
open.c
panic.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 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 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 We need char* for pointer arithmetic. 2007-03-05 14:49:04 +00:00
ustarfs.h
vsprintf.c
write.c