NetBSD/sys/lib/libsa
martin e7f80397d9 Make the check in close() for a non-deflatable file mode symetric to
the one in open().
Avoids dealloc() calls on NULL.
2013-04-14 22:23:28 +00:00
..
alloc.c Fix printf formating in ifdef DEBUG sections. 2011-07-30 03:43:20 +00:00
arp.c
bootp.c Separate the IP and UDP code paths inside libsa, so I can add HTTP booting 2011-05-11 16:23:40 +00:00
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 Pacify Clang -Wformat-security. 2011-01-06 02:45:13 +00:00
close.c
closeall.c
cread.c Make the check in close() for a non-deflatable file mode symetric to 2013-04-14 22:23:28 +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 Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
dosfs.h
errno.c
ether_sprintf.c
ether.c
exec.c
exit.c
ext2fs.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +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 Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
ioctl.c
iodesc.h
ip_cksum.c
ip.c Use %zd for ssize_t, and %zu for size_t. 2011-05-13 23:35:09 +00:00
lfs.h
lfsv1.c Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
lfsv2.c Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
loadfile_aout.c
loadfile_ecoff.c
loadfile_elf32.c revert bad whitespace change. 2011-02-17 21:15:31 +00:00
loadfile_elf64.c
loadfile.c
loadfile.h add a LOAD_BACKWARDS flag on sections that might load backwards. 2010-08-25 16:30:01 +00:00
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 Deal with optional HAVE_GCC. 2012-08-10 16:05:26 +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 PR/45796: Evgeniy Ivanov minixfs3 support. 2012-01-16 18:44:13 +00:00
minixfs3.h PR/45796: Evgeniy Ivanov minixfs3 support. 2012-01-16 18:44:13 +00:00
net.c
net.h Separate the IP and UDP code paths inside libsa, so I can add HTTP booting 2011-05-11 16:23:40 +00:00
netif.c
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 Separate the IP and UDP code paths inside libsa, so I can add HTTP booting 2011-05-11 16:23:40 +00:00
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 Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +00:00
stat.c
strerror.c
subr_prf.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +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 Separate the IP and UDP code paths inside libsa, so I can add HTTP booting 2011-05-11 16:23:40 +00:00
ufs.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +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