aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* MFC r205662 + r212066 (except efi part):Xin LI2010-09-071-1/+1
* Enable the ability to build ZFS into the loader so that /boot/zfsloaderJohn Baldwin2010-03-231-5/+5
* MFC 200216,200219:John Baldwin2009-12-181-7/+12
* MFC 199714Robert Noland2009-12-071-12/+18
* comment out zfs support until I have time for a proper fixKip Macy2009-06-131-5/+5
* - enable building of loader by defaultKip Macy2009-06-101-1/+3
* reverse previous commit ...Kip Macy2009-06-051-1/+2
* roll zfs loader support under MK_ZFS to enable / disable consistentlyKip Macy2009-06-051-2/+1
* Import ZFS loader support missed in the initial MFCKip Macy2009-05-233-13/+62
* MFC:John Baldwin2009-03-192-1/+4
* MFC: Initialize the vm86 structure to a known-good state, specificallyJohn Baldwin2008-08-151-0/+5
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-011-2/+1
* MFp4: add FireWire/dcons support in loader for i386/amd64.Hidetoshi Shimokawa2007-05-293-3/+22
* Remove an unused variable.Ruslan Ermilov2006-11-161-2/+1
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-021-4/+4
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-0/+3
* Add an 'smap' command that dumps out the BIOS SMAP.John Baldwin2006-09-281-0/+7
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* For the cases when loading bzip2-compressed kernels enabled use lastMaxim Sobolev2005-12-211-2/+3
* If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range toMaxim Sobolev2005-12-191-2/+13
* Add back some bits.Scott Long2005-10-302-1/+18
* Cause all flags passed by boot2 to set the respective loader(8)Ruslan Ermilov2005-09-221-1/+1
* Scan static SMBIOS structures and export the following environmentJung-uk Kim2005-07-141-0/+3
* Temperarly disable building in the bzip2 support by default so we can fitDavid E. O'Brien2005-06-011-1/+1
* Put bzip2 support on equal footing with gzip support.David E. O'Brien2005-05-311-1/+1
* - Add support to the loader for multiple consoles.John Baldwin2005-05-271-4/+8
* NOFORTH -> NO_FORTHRuslan Ermilov2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-8/+0
* Pick up loader.rc from its old home.Ruslan Ermilov2004-11-291-1/+1
* Disable the beastie menu. It offends some and annoys everyone else, and I'mScott Long2004-11-292-18/+1
* Respect RB_MULTIPLE flag.Hidetoshi Shimokawa2004-10-221-0/+2
* Document boot_cdrom, boot_multicons, and boot_serial.Ruslan Ermilov2004-09-301-1/+1
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-291-0/+4
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-141-2/+2
* For some reason crt0.o needs to be linked first for pxeboot(8) toRuslan Ermilov2004-02-271-2/+5
* Clean CLEANFILES.Ruslan Ermilov2004-02-121-1/+1
* kzip(8) is long dead.Ruslan Ermilov2004-02-111-2/+0
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-091-13/+8
* Argh, unbreak "make depend" for AMD64.Ruslan Ermilov2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.Ruslan Ermilov2004-02-071-4/+0
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-071-1/+1
* First round of cleanups to sys/boot/ makefiles:Ruslan Ermilov2004-02-061-42/+21
* Inherit BINDIR from a parent Makefile.inc.Ruslan Ermilov2004-02-061-1/+0
* Only include ../Makefile.inc once in loader/Makefile.Ruslan Ermilov2004-02-061-3/+1
* With the beastie menu a problem was introduced in which selecting aDaniel C. Sobral2003-11-211-3/+0
* Use __FBSDID().David E. O'Brien2003-08-252-4/+6
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-261-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-301-0/+1