.. |
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
|
…
|
|
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.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
|
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
|
…
|
|