aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot/test/test.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Make it possible to specify the path to userboot.so with the -b flag.Juli Mallett2016-01-141-4/+8
* copyin/copyout should return 0 if they are truly emulating copyin/copyout beh...Sean Bruno2014-07-221-2/+5
* Add a callback function to userboot.so to fetch a list of environmentNeel Natu2012-11-121-1/+15
* Replace all references to loader_callbacks_v1 with loader_callbacks.Andrey V. Elsukov2012-10-031-2/+2
* Bump USERBOOT_VERSION.Andrey V. Elsukov2012-08-051-1/+1
* Introduce new API to work with disks from the loader's drivers.Andrey V. Elsukov2012-08-051-0/+26
* Add a version of the FreeBSD bootloader which can run in userland, packagedDoug Rabson2011-06-301-0/+428