NetBSD/sys/lib/libsa
2014-02-20 00:29:03 +00:00
..
alloc.c Fix printf formating in ifdef DEBUG sections. 2011-07-30 03:43:20 +00:00
arp.c
bootp.c
bootp.h
bootparam.c
bootparam.h
byteorder.c
byteorder.h
cd9660.c Fix cd9660_read() to not read past the end of the file. This would result 2012-07-23 00:49:20 +00:00
cd9660.h
checkpasswd.c
close.c
closeall.c
cread.c Let's not use uninitialized variables to write to random memory 2013-10-13 20:09:02 +00:00
dev_net.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
dev_net.h
dev.c
disklabel.c
dkcksum.c
dosfs.c use new function to avoid array overflow 2013-10-20 17:15:42 +00:00
dosfs.h
errno.c
ether_sprintf.c
ether.c
exit.c
ext2fs.c XXX: gcc initializations 2013-10-20 17:17:30 +00:00
ext2fs.h
ffsv1.c Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
ffsv2.c Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
files.c
fnmatch.c PR/45796: Evgeniy Ivanov minixfs3 support. 2012-01-16 18:44:13 +00:00
fstat.c
getfile.c
gets.c
globals.c Make libsa fsmod string pointer const. 2014-01-05 21:38:25 +00:00
ioctl.c
iodesc.h
ip_cksum.c
ip.c
lfs.h
lfsv1.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
lfsv2.c Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
loadfile_aout.c Casting to void is the canonical way of marking a variable as 2014-02-20 00:29:03 +00:00
loadfile_ecoff.c
loadfile_elf32.c Fix a use-after-free (well, dealloc actually) issue. 2013-11-27 17:33:03 +00:00
loadfile_elf64.c
loadfile.c
loadfile.h
lookup_elf32.c
lookup_elf64.c
ls.c Fix a bug that libsa ls doesn't work in case of filename with directory path. 2012-03-02 12:08:44 +00:00
lseek.c
Makefile Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago. 2014-01-12 15:19:57 +00:00
Makefile.inc Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS. 2012-12-12 15:12:11 +00:00
minixfs3.c make a gcc unitialized variable 2013-11-03 00:44:34 +00:00
minixfs3.h Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of 2013-06-23 07:28:36 +00:00
net.c
net.h
netif.c remove unused 2013-10-20 17:16:57 +00:00
netif.h
nfs.c Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
nfs.h
nfsv2.h
nullfs.c Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
open.c
panic.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
printf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
qsort.c
rarp.c
read.c
rpc.c
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
sprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
stand.h Make libsa fsmod string pointer const. 2014-01-05 21:38:25 +00:00
stat.c
strerror.c
subr_prf.c intmax_t might be long long, handle accordingly. from christos 2013-12-24 22:26:21 +00:00
tftp.c Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
tftp.h
twiddle.c
udp.c
ufs.c XXX: gcc initializations 2013-10-20 17:17:30 +00:00
ufs.h Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
ustarfs.c Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
ustarfs.h
vsprintf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
write.c