summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-2/+2
* MFC r314505:pfg2017-03-081-1/+2
* MFC r309369,310850,310853:tsoome2017-02-062-9/+9
* MFC r310267: Deduplicate loader vers.c Makefile rulesemaste2017-01-201-5/+0
* MFC r310225: Reduce boot loader version string duplicationemaste2017-01-171-7/+2
* MFC: r307316bapt2016-10-211-1/+2
* Link bcache into userboot.so, was not added in r298230allanjude2016-04-191-0/+1
* A new implementation of the loader block cacheallanjude2016-04-183-8/+40
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-2/+2
* Add more .NOMETA missed in r291320bdrewery2016-03-111-1/+1
* userboot: use MK_CTF=no to disable CTFemaste2016-02-291-1/+1
* Add vm_set_register() and vm_set_desc() callbacks. These callbacksmarcel2016-02-261-0/+15
* Check that the userboot version is at least 3, rather thanmarcel2016-02-261-9/+10
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-243-46/+0
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...allanjude2016-01-151-27/+0
* Make it possible to specify the path to userboot.so with the -b flag.jmallett2016-01-141-4/+8
* Only call init_zfs_bootenv() when the system was booted with ZFSallanjude2016-01-091-7/+12
* Update dependencies.bdrewery2016-01-091-1/+0
* Reduce libstand Makefile duplicationemaste2016-01-081-129/+5
* Add support for ZFS Boot Environments to userboot (for bhyve and others)allanjude2016-01-081-0/+55
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-01-071-1/+0
* DIRDEPS_BUILD: Update dependencies.bdrewery2015-12-071-0/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-015-0/+124
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-272-35/+2
* userboot: enable bzipfs supportavg2015-06-031-1/+2
* Reduce diffs between the three copies of libstand's Makefileemaste2015-04-231-19/+20
* sys/boot/userboot/libstand/libstand.a should also include strtoul.c;obrien2015-02-271-1/+1
* Quiesce warning about discarding a const qualifier in assignement.sbruno2014-08-081-2/+2
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-271-1/+1
* copyin/copyout should return 0 if they are truly emulating copyin/copyout beh...sbruno2014-07-221-2/+5
* Remove ia64.marcel2014-07-071-12/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Provide an alias for the userboot console and name it 'comconsole'.grehan2014-05-012-0/+46
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-251-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-133-3/+3
* howto_names: unify declarationroyger2014-03-111-23/+1
* Change the MK_ZFS != "no" case slightly to avoid a namegrehan2014-02-261-5/+3
* Slightly better revision of teaching userboot how to respect MK_CDDLsbruno2014-02-251-4/+4
* Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFSsbruno2014-02-251-0/+2
* ZFS boot support for bhyveload.grehan2014-02-226-15/+135
* Add support for FreeBSD/i386 guests under bhyve.jhb2014-02-056-68/+109
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-262-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
OpenPOWER on IntegriCloud