mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 21:53:16 -04:00
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 |
||
|---|---|---|
| .. | ||
| autoload.c | ||
| bootinfo.c | ||
| bootinfo32.c | ||
| bootinfo64.c | ||
| conf.c | ||
| copy.c | ||
| devicename.c | ||
| elf32_freebsd.c | ||
| elf64_freebsd.c | ||
| host.c | ||
| libuserboot.h | ||
| main.c | ||
| Makefile | ||
| userboot_cons.c | ||
| userboot_disk.c | ||
| version | ||