aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot
Commit message (Expand)AuthorAgeFilesLines
* sys/boot/userboot/libstand/libstand.a should also include strtoul.c;David E. O'Brien2015-02-271-1/+1
* Quiesce warning about discarding a const qualifier in assignement.Sean Bruno2014-08-081-2/+2
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* copyin/copyout should return 0 if they are truly emulating copyin/copyout beh...Sean Bruno2014-07-221-2/+5
* Remove ia64.Marcel Moolenaar2014-07-071-12/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Provide an alias for the userboot console and name it 'comconsole'.Peter Grehan2014-05-012-0/+46
* Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-251-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-133-3/+3
* howto_names: unify declarationRoger Pau Monné2014-03-111-23/+1
* Change the MK_ZFS != "no" case slightly to avoid a namePeter Grehan2014-02-261-5/+3
* Slightly better revision of teaching userboot how to respect MK_CDDLSean Bruno2014-02-251-4/+4
* Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFSSean Bruno2014-02-251-0/+2
* ZFS boot support for bhyveload.Peter Grehan2014-02-226-15/+135
* Add support for FreeBSD/i386 guests under bhyve.John Baldwin2014-02-056-68/+109
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-262-2/+2
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobBryan Drewery2013-09-293-3/+3
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov2013-02-201-0/+1
* Bring in some userboot changes from the bhyve branch to reduce diffs.Peter Grehan2013-01-082-2/+3
* Move the 64-bit _setjmp to lib/libstand.Rui Paulo2012-12-212-94/+1
* Teach userboot to boot from ISO image files.Neel Natu2012-11-302-4/+7
* Add a callback function to userboot.so to fetch a list of environmentNeel Natu2012-11-123-2/+42
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEAndrey V. Elsukov2012-10-211-2/+2
* boot: use -march=i386 for both i386 and amd64 buildsAndriy Gapon2012-10-201-1/+2
* Replace all references to loader_callbacks_v1 with loader_callbacks.Andrey V. Elsukov2012-10-034-6/+6
* Almost each time when loader opens a file, this leads to callingAndrey V. Elsukov2012-09-291-0/+1
* Bump USERBOOT_VERSION.Andrey V. Elsukov2012-08-053-2/+5
* Introduce new API to work with disks from the loader's drivers.Andrey V. Elsukov2012-08-055-93/+102
* Remove unused variables.Andrey V. Elsukov2012-08-052-2/+1
* MFV: Update zlib to 1.2.7.Xin LI2012-06-211-6/+11
* Merge index() and strchr() together.Ed Schouten2012-01-031-4/+4
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapMarius Strobl2011-07-011-1/+1
* Add a version of the FreeBSD bootloader which can run in userland, packagedDoug Rabson2011-06-3023-0/+3202