NetBSD/sys/lib/libsa
maxv 556958a38c Make sure we're loading a relocatable binary, to give the user a chance to
correct the kernel name if he mistakenly typed pkboot on a static kernel,
without having to reboot the machine (currently the prekern sees it's a
static kernel and panics).
2017-12-21 14:28:39 +00:00
..
Makefile remove a bunch of "@echo done" from the tail of rules. these messages 2016-03-22 08:25:22 +00:00
Makefile.inc remove a bunch of "@echo done" from the tail of rules. these messages 2016-03-22 08:25:22 +00:00
alloc.c Remove the ALLOC_FIRST_FIT and ALLOC_TRACE options. This is a rather simple 2016-06-05 13:44:48 +00:00
arp.c
atoi.c Unify all arch/*/stand's atoi() to MI libsa. 2014-08-10 07:40:49 +00:00
bootcfg.c Unify all arch/*/stand's atoi() to MI libsa. 2014-08-10 07:40:49 +00:00
bootcfg.h
bootp.c Fix typo. 2016-06-25 04:53:32 +00:00
bootp.h
bootparam.c
bootparam.h
byteorder.c
byteorder.h
cd9660.c
cd9660.h
checkpasswd.c Check bounds on input. From Michael Plass. 2016-09-05 21:11:11 +00:00
close.c
closeall.c
cread.c Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation. 2016-01-17 04:35:42 +00:00
dev.c
dev_net.c
dev_net.h
disklabel.c
dkcksum.c
dosfs.c PR/50952: David Binderman: Clarify expression 2016-03-11 18:38:25 +00:00
dosfs.h
errno.c
ether.c
ether_sprintf.c
exit.c
ext2fs.c delete now unused function . 2016-08-21 08:27:57 +00:00
ext2fs.h
ffsv1.c
ffsv2.c
files.c
fnmatch.c
fstat.c
getfile.c PR 51200 gets in libsa considered harmful: use kgets 2016-06-11 06:58:42 +00:00
gets.c PR 51200 gets in libsa considered harmful: remove gets() from libsa. 2016-08-27 06:31:42 +00:00
globals.c
ioctl.c
iodesc.h
ip.c
ip_cksum.c
lfs.h
lfsv1.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
lfsv2.c Hack up dinode usage to be 64 vs. 32 as needed. Part 1. 2015-08-12 18:28:00 +00:00
loadfile.c
loadfile.h Add a new option in libsa, to load dynamic binaries. A separate function 2017-10-07 10:26:38 +00:00
loadfile_aout.c
loadfile_ecoff.c
loadfile_elf32.c Make sure we're loading a relocatable binary, to give the user a chance to 2017-12-21 14:28:39 +00:00
loadfile_elf64.c
lookup_elf32.c
lookup_elf64.c
ls.c
ls.h
lseek.c
minixfs3.c
minixfs3.h
net.c
net.h
netif.c
netif.h
nfs.c
nfs.h
nfsv2.h
nullfs.c
open.c
panic.c
printf.c
qsort.c
rarp.c
read.c
rpc.c
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
stand.h Remove gets() from here too. 2016-08-27 18:59:18 +00:00
stat.c
strerror.c
subr_prf.c Revert stupid and untested changes. There was no extra copy in the macros. 2014-08-30 14:24:02 +00:00
tftp.c
tftp.h
twiddle.c
udp.c
ufs.c Add new accessors for the d_type and d_namlen fields of struct lfs_direct. 2015-09-01 06:16:58 +00:00
ufs.h
ustarfs.c
ustarfs.h
write.c