NetBSD/sys/lib/libsa
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
..
alloc.c Correct recently exposed printf format problem. 2010-12-25 01:08:44 +00:00
arp.c Remove __P(). 2009-01-17 14:00:36 +00:00
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 Remove __P(). 2009-01-17 14:00:36 +00:00
bootparam.c Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder). 2009-10-21 23:12:09 +00:00
bootparam.h
byteorder.c
byteorder.h
cd9660.c Allow multiple path separators between/after directory names. 2010-10-18 11:08:26 +00:00
cd9660.h
checkpasswd.c Pacify Clang -Wformat-security. 2011-01-06 02:45:13 +00:00
close.c
closeall.c
cread.c Fix build problems caused by crc32 addition to libkern. Also, this makes 2009-03-25 18:41:06 +00:00
dev_net.c print the correct error code if nfs_mount() fails. 2010-08-08 18:38:31 +00:00
dev_net.h Remove __P(). 2009-01-17 14:00:36 +00:00
dev.c
disklabel.c
dkcksum.c
dosfs.c msdosfs -> msdos 2008-11-24 11:27:20 +00:00
dosfs.h
errno.c
ether_sprintf.c
ether.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
exec.c Don't abuse INSECURE for allowing exec() to load files not owned by uid 0. 2009-12-29 20:21:45 +00:00
exit.c
ext2fs.c Zero the in-memory super block after allocation. It contains a pointer 2011-01-02 21:37:01 +00:00
ext2fs.h
ffsv1.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ffsv2.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
files.c
fstat.c
getfile.c
gets.c
globals.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ioctl.c
iodesc.h Remove __P(). 2009-01-17 14:00:36 +00:00
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 For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
lfsv2.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
loadfile_aout.c Change include of <sys/exec.h> to <sys/exec_aout.h> since these files want 2009-08-16 13:26:16 +00:00
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 Add a prototype. 2010-02-11 21:28:16 +00:00
lookup_elf64.c Utility function to lookup a symbol value in an elf symbol table - allows, 2010-02-10 21:54:47 +00:00
lseek.c
Makefile Separate the IP and UDP code paths inside libsa, so I can add HTTP booting 2011-05-11 16:23:40 +00:00
Makefile.inc Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
net.c fix sign-compare issue 2009-04-11 10:57:55 +00:00
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 Remove __P(). 2009-01-17 14:00:36 +00:00
netif.h Remove __P(). 2009-01-17 14:00:36 +00:00
nfs.c Remove __P(). 2009-01-17 14:00:36 +00:00
nfs.h
nfsv2.h
nullfs.c
open.c
panic.c
printf.c
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 Remove __P(). 2009-01-17 14:00:36 +00:00
rpc.h Remove __P(). 2009-01-17 14:00:36 +00:00
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
sprintf.c
stand.h Move HEXDIGIT to mvme68k's sboot. It seems to be the only user. 2011-02-25 00:17:35 +00:00
stat.c
strerror.c
subr_prf.c KNF a bit. 2011-05-20 16:33:07 +00:00
tftp.c Separate the IP and UDP code paths inside libsa, so I can add HTTP booting 2011-05-11 16:23:40 +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_ls.c
ufs.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ufs.h
ustarfs.c Remove __P(). 2009-01-17 14:00:36 +00:00
ustarfs.h
vsprintf.c
write.c