summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot
Commit message (Expand)AuthorAgeFilesLines
* MFC r257532 (by adrian):dim2013-12-302-2/+2
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobbdrewery2013-09-293-3/+3
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-201-0/+1
* Bring in some userboot changes from the bhyve branch to reduce diffs.grehan2013-01-082-2/+3
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-212-94/+1
* Teach userboot to boot from ISO image files.neel2012-11-302-4/+7
* Add a callback function to userboot.so to fetch a list of environmentneel2012-11-123-2/+42
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-211-2/+2
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-1/+2
* Replace all references to loader_callbacks_v1 with loader_callbacks.ae2012-10-034-6/+6
* Almost each time when loader opens a file, this leads to callingae2012-09-291-0/+1
* Bump USERBOOT_VERSION.ae2012-08-053-2/+5
* Introduce new API to work with disks from the loader's drivers.ae2012-08-055-93/+102
* Remove unused variables.ae2012-08-052-2/+1
* MFV: Update zlib to 1.2.7.delphij2012-06-211-6/+11
* Merge index() and strchr() together.ed2012-01-031-4/+4
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapmarius2011-07-011-1/+1
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-3023-0/+3202
OpenPOWER on IntegriCloud