NetBSD/sys/lib/libsa
dholland dcd34a91c5 Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
   ROOTINO -> UFS_ROOTINO
   WINO -> UFS_WINO
   NXADDR -> UFS_NXADDR
   NDADDR -> UFS_NDADDR
   NIADDR -> UFS_NIADDR
   MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
   MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.

No functional change intended.
2013-01-22 09:39:11 +00:00
..
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
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
dev.c
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
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.c
ether_sprintf.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.c
ip_cksum.c
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.c
loadfile.h
loadfile_aout.c
loadfile_ecoff.c
loadfile_elf32.c
loadfile_elf64.c
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
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
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
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
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