NetBSD/sys/lib/libsa
dsl 6a03bb6b37 Remove the code that tries to load the "ffs" kernel module during boot.
This is in line with the core decision than even modular kernels should
  contain the ffs code.
I've left in the code that tries to load "nfs" and "ext2fs", but it
  isn't clear that is necessary.
Removes a warning message that (usually) flashes past to fast to read.
AFAICT all the relevant kernels contain ffs (and nfs for that matter).
2012-05-21 21:34:16 +00:00
..
Makefile PR/45796: Evgeniy Ivanov minixfs3 support. 2012-01-16 18:44:13 +00:00
Makefile.inc Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +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 Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
cd9660.h
checkpasswd.c Pacify Clang -Wformat-security. 2011-01-06 02:45:13 +00:00
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 Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +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 Use %zd for ssize_t, and %zu for size_t. 2011-05-13 23:35:09 +00:00
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 add a LOAD_BACKWARDS flag on sections that might load backwards. 2010-08-25 16:30:01 +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
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 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 Remove the code that tries to load the "ffs" kernel module during boot. 2012-05-21 21:34:16 +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