freebsd-dev/sys/boot/common
Marius Strobl e4846391da In moduledir_readhints() cast the value returned by sizeof() to ssize_t
when checking whether it's greater than a struct stat st_size in order
to also catch the case when st_size is -1. Previously this check didn't
trigger on sparc64 when st_size is -1 (as it's the case for a file on
a bzipfs, TFTP server etc.), causing the content of the linker hints
file to be copied to memory referenced by a null-pointer.

PR:		91231
MFC after:	1 week
2006-01-12 13:18:49 +00:00
..
bcache.c
boot.c Extend `autoboot_delay' handling - is this variable is set to -1 don't allow 2005-05-19 23:03:02 +00:00
bootstrap.h Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
commands.c
console.c Fix a comparison that broke ``set console=vidconsole'' and even the 2005-07-29 12:47:42 +00:00
dev_net.c
dev_net.h
devopen.c
help.common Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: 2005-09-22 15:06:58 +00:00
interp_backslash.c
interp_forth.c
interp_parse.c
interp.c
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
load_elf.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
load.c
loader.8 Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: 2005-09-22 15:06:58 +00:00
ls.c
Makefile.inc
merge_help.awk
misc.c
module.c In moduledir_readhints() cast the value returned by sizeof() to ssize_t 2006-01-12 13:18:49 +00:00
newvers.sh
panic.c
pnp.c
pnpdata
reloc_elf32.c
reloc_elf64.c
reloc_elf.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
ufsread.c