summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/test
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobbdrewery2013-09-291-1/+1
| | | | | | | | | | | | | | | WITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in their make.conf. Ports now use this knob. make[7]: "/usr/src/share/mk/bsd.own.mk" line 466: WITH_SSP and WITHOUT_SSP can't both be set. This is similar to previous cleanup done in r188895 Approved by: bapt Reviewed by: jlh (earlier version) Approved by: re (marius) MFC after: 1 week
* 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-302-0/+443
as a shared library. This is intended to be used by BHyVe to load FreeBSD kernels into new virtual machines.
OpenPOWER on IntegriCloud