Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC 261504: | jhb | 2014-06-12 | 1 | -0/+1 |
| | | | | Add support for FreeBSD/i386 guests under bhyve. | ||||
* | Add the loader side of support for preloading ELF relocatable object | iedowse | 2004-08-29 | 1 | -0/+6 |
format modules, which are currently only used on the amd64 platform. This initial implementation just parses enough of the module to allow it to extract dependencies and load all the bits into the right place in memory, so the kernel must still do the full relocation and linking. The details of the loaded sections are passed to the kernel by supplying a copy of the ELF section header table as module metadata with the MODINFOMD_SHDR tag. |