opnsense-src/sys/boot/userboot/userboot
Toomas Soome 792ee5d5f2 Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU
As the support for large blocks was enabled in loader zfs code, the
heap in userboot was left not changed, resulting with failure of detecting
and accessing zfs pools for bhyve virtual machines.

This fix does set the heap to use same amount of memory as the zfsloader
is using. To make it possible to test and verify loader functions, bhyve
is providing very useful option, but it also means, we like to keep feature
parity with [zfs]loader as close as possible.

PR:		212038
Reported by:	dfh0522@gmail.com
Reviewed by:	allanjude, grehan
Approved by:	allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D7635
2016-08-24 16:40:29 +00:00
..
autoload.c
biossmap.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
bootinfo.c howto_names: unify declaration 2014-03-11 10:13:06 +00:00
bootinfo32.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
bootinfo64.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
conf.c userboot: enable bzipfs support 2015-06-03 10:10:00 +00:00
copy.c Remove unused variables. 2012-08-05 11:59:46 +00:00
devicename.c Quiesce warning about discarding a const qualifier in assignement. 2014-08-08 21:47:47 +00:00
elf32_freebsd.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
elf64_freebsd.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
host.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
libuserboot.h Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
main.c Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU 2016-08-24 16:40:29 +00:00
Makefile Add SHA512, skein, large blocks support for loader zfs. 2016-08-18 00:37:07 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
userboot_cons.c Provide an alias for the userboot console and name it 'comconsole'. 2014-05-01 00:12:24 +00:00
userboot_disk.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
version