freebsd-dev/sys/boot/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
..
ficl boot: use -march=i386 for both i386 and amd64 builds 2012-10-20 16:57:23 +00:00
libstand Move the 64-bit _setjmp to lib/libstand. 2012-12-21 15:15:35 +00:00
test Add a callback function to userboot.so to fetch a list of environment 2012-11-12 22:38:54 +00:00
userboot Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
Makefile
userboot.h Add a callback function to userboot.so to fetch a list of environment 2012-11-12 22:38:54 +00:00