summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/test/test.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a callback function to userboot.so to fetch a list of environmentneel2012-11-121-1/+15
| | | | | | variables and pass them to the kernel. Reviewed by: dfr
* Replace all references to loader_callbacks_v1 with loader_callbacks.ae2012-10-031-2/+2
| | | | Suggested by: grehan@
* Bump USERBOOT_VERSION.ae2012-08-051-1/+1
| | | | Requested by: dfr
* Introduce new API to work with disks from the loader's drivers.ae2012-08-051-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, packageddfr2011-06-301-0/+428
as a shared library. This is intended to be used by BHyVe to load FreeBSD kernels into new virtual machines.
OpenPOWER on IntegriCloud