Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a callback function to userboot.so to fetch a list of environment | neel | 2012-11-12 | 1 | -1/+15 |
| | | | | | | variables and pass them to the kernel. Reviewed by: dfr | ||||
* | Replace all references to loader_callbacks_v1 with loader_callbacks. | ae | 2012-10-03 | 1 | -2/+2 |
| | | | | Suggested by: grehan@ | ||||
* | Bump USERBOOT_VERSION. | ae | 2012-08-05 | 1 | -1/+1 |
| | | | | Requested by: dfr | ||||
* | Introduce new API to work with disks from the loader's drivers. | ae | 2012-08-05 | 1 | -0/+26 |
| | | | | | | | It uses new API from the part.c to work with partition tables. Update userboot's disk driver to use new API. Note that struct loader_callbacks_v1 has changed. | ||||
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 1 | -0/+428 |
as a shared library. This is intended to be used by BHyVe to load FreeBSD kernels into new virtual machines. |