aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1424-3243/+0
* Use proper include file. While <boot/userboot/userboot.h> works, itWarner Losh2017-11-131-1/+1
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-102-3/+2
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-4/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-4/+3
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-304-37/+2
* We don't need to build a special ficl for userboot.Warner Losh2017-10-303-75/+1
* Use defs.mk values for userbootWarner Losh2017-10-304-22/+19
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-0/+5
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-8/+0
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-4/+1
* Kill the userboot copy of libstand.Warner Losh2017-10-124-26/+3
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-7/+2
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-1/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-091-4/+2
* Define SASRC and use itWarner Losh2017-10-094-3/+7
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-181-0/+1
* loader: r316585 did miss userboot updateToomas Soome2017-04-092-2/+18
* loader: disk_cleanup was left in userboot_disk.cToomas Soome2017-03-201-1/+0
* loader: remove open_disk cacheToomas Soome2017-03-161-2/+2
* Split the ficl CFLAGS when they refer to an arch-specific include path.Pedro F. Giffuni2017-03-011-1/+2
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-2/+2
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-302-9/+9
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-5/+0
* Reduce boot loader version string duplicationEd Maste2016-12-181-7/+2
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-192-0/+11
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-082-10/+16
* Fix build WITHOUT_FORTHBaptiste Daroussin2016-10-141-1/+2
* Disable loop unrolling in skein for sys/bootAllan Jude2016-10-061-0/+3
* Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPUToomas Soome2016-08-241-1/+1
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-183-2/+8
* Link bcache into userboot.so, was not added in r298230Allan Jude2016-04-191-0/+1
* A new implementation of the loader block cacheAllan Jude2016-04-183-8/+40
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-111-1/+1
* userboot: use MK_CTF=no to disable CTFEd Maste2016-02-291-1/+1
* Add vm_set_register() and vm_set_desc() callbacks. These callbacksMarcel Moolenaar2016-02-261-0/+15
* Check that the userboot version is at least 3, rather thanMarcel Moolenaar2016-02-261-9/+10
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-243-46/+0
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...Allan Jude2016-01-151-27/+0
* Make it possible to specify the path to userboot.so with the -b flag.Juli Mallett2016-01-141-4/+8
* Only call init_zfs_bootenv() when the system was booted with ZFSAllan Jude2016-01-091-7/+12
* Update dependencies.Bryan Drewery2016-01-091-1/+0
* Reduce libstand Makefile duplicationEd Maste2016-01-081-129/+5
* Add support for ZFS Boot Environments to userboot (for bhyve and others)Allan Jude2016-01-081-0/+55
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-01-071-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2015-12-071-0/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-015-0/+124
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-272-35/+2
* userboot: enable bzipfs supportAndriy Gapon2015-06-031-1/+2