freebsd-dev/sys/boot/common
Tim Kientzle 3e256ed764 Add mem_load_raw() for loading data from another location in memory.
This will be used by some upcoming changes to loader(8) FDT
handling to allow it to use an FDT provided by an earlier
boot stage the same as an FDT loaded from disk.
2013-02-18 23:13:13 +00:00
..
bcache.c
boot.c
bootstrap.h Add mem_load_raw() for loading data from another location in memory. 2013-02-18 23:13:13 +00:00
commands.c
console.c boot/console: handle consoles that fail to probe 2012-10-06 20:01:17 +00:00
crc32.c
crc32.h
dev_net.c
dev_net.h
devopen.c
disk.c When loader tries to open GPT partition, but partition table is not GPT, 2012-10-22 11:01:43 +00:00
disk.h Add the flags parameter to the disk_open() function and DISK_F_NOCACHE 2012-10-21 12:14:58 +00:00
gpt.c
gpt.h
help.common
interp_backslash.c
interp_forth.c Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
interp_parse.c
interp.c Remove new-line characters from the include() errors to make it consistent 2012-10-25 15:45:32 +00:00
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c Don't return an error if a kld does not contain any modules (e.g. a 2012-06-20 21:06:51 +00:00
load_elf.c Fix loading of kernel modules at boot time for powerpc64. 2012-09-08 20:00:31 +00:00
loader.8 As discussed on -current, remove the hardcoded default maxswzone. 2012-08-14 17:01:21 +00:00
ls.c
Makefile.inc Hook in new files menusets.4th and manual. 2012-11-07 02:14:03 +00:00
md.c
merge_help.awk
misc.c
module.c Add mem_load_raw() for loading data from another location in memory. 2013-02-18 23:13:13 +00:00
newvers.sh
panic.c
part.c Add bootcamp support to the loader. 2013-02-10 19:27:17 +00:00
part.h Create the interface to work with various partition tables from the 2012-08-05 11:29:44 +00:00
pnp.c
reloc_elf32.c
reloc_elf64.c
reloc_elf.c Implement elfN(reloc) for powerpc. With this change the kernel is now able to 2012-09-21 18:21:31 +00:00
ufsread.c
util.c
util.h