NetBSD/sys/lib/libsa
christos 85b802e791 Put the standard NetBSD copyright on this file. Approved by John Brezak
via a message on LinkedIn.
2024-02-27 16:09:19 +00:00
..
Makefile Drop -O[01] hacks for vax; no longer necessary for patched GCC 10 2023-10-07 12:15:49 +00:00
Makefile.inc explicitly pass COPTS 2023-08-30 18:47:56 +00:00
alloc.c
arp.c
atoi.c
bootcfg.c fix typos, mainly s/comand/command/ 2022-01-05 16:01:54 +00:00
bootcfg.h Remove banner printing code from bootloaders, add it to libsa. 2021-09-07 11:41:31 +00:00
bootp.c
bootp.h
bootparam.c
bootparam.h
byteorder.c
byteorder.h
cd9660.c
cd9660.h
checkpasswd.c
close.c
closeall.c
cread.c Add /* FALLTHROUGH */ comment for sure. 2023-06-14 00:28:55 +00:00
dev.c
dev_net.c
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
dosfs.h
errno.c
ether.c
ether_sprintf.c
exit.c
ext2fs.c Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is 2022-04-29 07:42:07 +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 Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
ffsv2.c Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
files.c Don't load filessytem module for filesystem that was found but isn't used 2022-04-24 06:52:59 +00:00
fnmatch.c
fstat.c
getfile.c
gets.c
globals.c Don't load filessytem module for filesystem that was found but isn't used 2022-04-24 06:52:59 +00:00
ioctl.c
iodesc.h
ip.c alredy -> already 2022-07-08 07:02:47 +00:00
ip_cksum.c
lfs.h
lfsv1.c Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
lfsv2.c Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +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 Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is 2022-04-29 07:42:07 +00:00
minixfs3.h
net.c
net.h
netif.c netif_open: Fail with ENXIO instead of panic if no netif available 2023-09-14 03:08:31 +00:00
netif.h Put the standard NetBSD copyright on this file. Approved by John Brezak 2024-02-27 16:09:19 +00:00
nfs.c libsa: nfs: Fix NFS_NOSYMLINK option for previous 2023-12-14 05:39:00 +00:00
nfs.h
nfsv2.h Add NFSv3 support. Try NFSv3 and fall back to NFSv2. 2023-12-12 09:12:55 +00:00
nfsv3.h Add NFSv3 support. Try NFSv3 and fall back to NFSv2. 2023-12-12 09:12:55 +00:00
nullfs.c
open.c
panic.c
printf.c
qsort.c
rarp.c
read.c
rpc.c
rpc.h
rpcv2.h Add NFSv3 support. Try NFSv3 and fall back to NFSv2. 2023-12-12 09:12:55 +00:00
saerrno.h
saioctl.h Ask driver about sector size to support reading superblocks from fixed 2022-04-24 06:48:15 +00:00
snprintf.c
stand.h Now, NULL is always defined correctly, as we include <sys/param.h> above. 2022-04-30 09:24:05 +00:00
stat.c
strerror.c
subr_prf.c libsa/printf: Do not fetch long va_arg as long long. 2023-05-29 03:56:52 +00:00
tftp.c Consistently use ntohs() instead of htons() when converting from 2022-08-07 05:51:55 +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
ufs.c fix clang build 2022-12-01 18:06:09 +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
ustarfs.h
write.c