opnsense-src/sys/boot/userboot/userboot
Peter Grehan fc1ae0bc42 Bring in some userboot changes from the bhyve branch to reduce diffs.
r238966
  Bump up the heap size to 1MB. With a few kernel modules, libstand
  zalloc and userboot seem to want to use ~600KB of heap space, which
  results in a segfault when malloc fails in bhyveload.

r241180
  Clarify comment about default number of FICL dictionary cells.

r241153
  Allow the number of FICL dictionary cells to be overridden.
  Loading a 7.3 ISO with userboot/amd64 takes up 10035 cells,
  overflowing the long-standing default of 10000.

  Bump userboot's value up to 15000 cells.

Reviewed by:	dteske (r238966,241180)
Obtained from:	NetApp
2013-01-08 03:27:37 +00:00
..
autoload.c
bootinfo.c
bootinfo32.c Remove unused variables. 2012-08-05 11:59:46 +00:00
bootinfo64.c
conf.c Teach userboot to boot from ISO image files. 2012-11-30 04:44:32 +00:00
copy.c Remove unused variables. 2012-08-05 11:59:46 +00:00
devicename.c Introduce new API to work with disks from the loader's drivers. 2012-08-05 12:15:15 +00:00
elf32_freebsd.c
elf64_freebsd.c
host.c
libuserboot.h Replace all references to loader_callbacks_v1 with loader_callbacks. 2012-10-03 17:20:34 +00:00
main.c Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
Makefile Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
userboot_cons.c
userboot_disk.c Add the flags parameter to the disk_open() function and DISK_F_NOCACHE 2012-10-21 12:14:58 +00:00
version