NetBSD/sys/lib/libsa
jmcneill e63dca36f8 Only define DEFAULT_TIMEOUT if it is not already defined. 2021-10-17 14:12:21 +00:00
..
Makefile add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
Makefile.inc remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds 2020-09-07 03:09:53 +00:00
alloc.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
arp.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
atoi.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
bootcfg.c Only define DEFAULT_TIMEOUT if it is not already defined. 2021-10-17 14:12:21 +00:00
bootcfg.h Remove banner printing code from bootloaders, add it to libsa. 2021-09-07 11:41:31 +00:00
bootp.c Go back ot using 0x%x instead of %#x because we don't always support the 2019-04-05 20:09:29 +00:00
bootp.h fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
bootparam.c fix sign-compare and sign-passing errors. 2019-04-02 22:25:10 +00:00
bootparam.h
byteorder.c
byteorder.h
cd9660.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
cd9660.h
checkpasswd.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
close.c
closeall.c
cread.c
dev.c
dev_net.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
dev_net.h
disklabel.c in getdisklabel() swap the other-endian disklabel, #ifdef LIBSA_DISKLABEL_EI 2021-05-26 04:28:15 +00:00
dosfs.c To support big partitions we need to make sure all byte offsets are calculated 2020-01-22 06:11:28 +00:00
dosfs.h
errno.c
ether.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
ether_sprintf.c
exit.c
ext2fs.c Use dp->e2d_namlen rather than strlen(dp->e2d_name) in ext2fs_ls(). 2020-01-24 13:20:33 +00:00
ext2fs.h
ffs_bswap.c add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
ffsv1.c add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
ffsv2.c add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
files.c
fnmatch.c
fstat.c
getfile.c
gets.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
globals.c
ioctl.c
iodesc.h
ip.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
ip_cksum.c
lfs.h
lfsv1.c add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
lfsv2.c add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
loadfile.c Capture the endianness of the ELF file loaded in 'netbsd_elf_data', the 2021-05-21 21:52:15 +00:00
loadfile.h Capture the endianness of the ELF file loaded in 'netbsd_elf_data', the 2021-05-21 21:52:15 +00:00
loadfile_aout.c
loadfile_ecoff.c
loadfile_elf32.c Elf64_Phdr::p_offset is 64 bits, not 32 2020-09-13 13:31:36 +00:00
loadfile_elf64.c
lookup_elf32.c
lookup_elf64.c
ls.c
ls.h
lseek.c
minixfs3.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
minixfs3.h
net.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
net.h fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
netif.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
netif.h
nfs.c Make a debug printf compile for all platforms 2020-01-26 10:13:10 +00:00
nfs.h
nfsv2.h
nullfs.c
open.c
panic.c
printf.c
qsort.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
rarp.c Go back ot using 0x%x instead of %#x because we don't always support the 2019-04-05 20:09:29 +00:00
read.c
rpc.c Go back ot using 0x%x instead of %#x because we don't always support the 2019-04-05 20:09:29 +00:00
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
stand.h move bi-endian disklabel support from the kernel and libsa into libkern. 2021-05-17 08:50:36 +00:00
stat.c
strerror.c
subr_prf.c Make libsa's vsnprintf() work as expected when passed a NULL 2020-06-06 15:45:47 +00:00
tftp.c Twiddle also for data transfer for seek. 2021-03-26 10:35:08 +00:00
tftp.h
twiddle.c Add a slow twiddle option. This speeds up a pmax netboot by 15% and 2020-09-29 00:13:12 +00:00
udp.c fix warnings, printf formats, etc. 2019-03-31 20:08:45 +00:00
ufs.c add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
ufs.h add bi-endian support to the libsa ufs reader and enable it in efiboot. 2021-05-27 06:54:44 +00:00
ustarfs.c apply the strncmp hack only to !clang. requested by tnn. 2019-11-21 21:45:34 +00:00
ustarfs.h
write.c