summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variable.ru2006-11-161-2/+1
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-4/+4
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-0/+3
* Add an 'smap' command that dumps out the BIOS SMAP.jhb2006-09-281-0/+7
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* For the cases when loading bzip2-compressed kernels enabled use lastsobomax2005-12-211-2/+3
* If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range tosobomax2005-12-191-2/+13
* Add back some bits.scottl2005-10-302-1/+18
* Cause all flags passed by boot2 to set the respective loader(8)ru2005-09-221-1/+1
* Scan static SMBIOS structures and export the following environmentjkim2005-07-141-0/+3
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* - Add support to the loader for multiple consoles.jhb2005-05-271-4/+8
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-8/+0
* Pick up loader.rc from its old home.ru2004-11-291-1/+1
* Disable the beastie menu. It offends some and annoys everyone else, and I'mscottl2004-11-292-18/+1
* Respect RB_MULTIPLE flag.simokawa2004-10-221-0/+2
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-301-1/+1
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-291-0/+4
* Fixed misspellings of 0 as NULL.bde2004-03-141-2/+2
* For some reason crt0.o needs to be linked first for pxeboot(8) toru2004-02-271-2/+5
* Clean CLEANFILES.ru2004-02-121-1/+1
* kzip(8) is long dead.ru2004-02-111-2/+0
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-13/+8
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-4/+0
* Untangle building of AMD64 boot code.ru2004-02-071-1/+1
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-42/+21
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Only include ../Makefile.inc once in loader/Makefile.ru2004-02-061-3/+1
* With the beastie menu a problem was introduced in which selecting adcs2003-11-211-3/+0
* Use __FBSDID().obrien2003-08-252-4/+6
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyscottl2003-05-312-1/+21
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-301-0/+1
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-012-0/+4
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Don't call INT 12H anymore in boot program.iwasaki2002-10-011-0/+4
* Revert previous untested revision. The i386 loader consists of three parts:jhb2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itspeter2002-08-291-1/+1
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-292-5/+0
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-211-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-1/+1
* -ffreestanding is the word for /sys.obrien2002-05-101-0/+1
* Install files via FILES, there's no reason to compare them before installing.ru2002-04-171-18/+6
OpenPOWER on IntegriCloud