summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-0527-28/+31
* Remove obsolete note about the boot loader not being ready for stable.imp2005-01-051-10/+0
* NOFORTH -> NO_FORTHru2004-12-219-9/+9
* NOSHARED -> NO_SHAREDru2004-12-213-3/+3
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2121-21/+21
* The 'start' command processes loader.conf variables, not loader.rc.imp2004-12-061-1/+1
* Fix a bunch of stack leaks. These were theoretically harmless, except thatscottl2004-12-011-5/+11
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-0112-52/+0
* Instead of just not defining a bunch of words when TESTMAIN is set, providescottl2004-11-302-14/+45
* MFi386: revisions 1.77 and 1.78.nyan2004-11-291-2/+2
* MFi386: revision 1.38.nyan2004-11-291-5/+10
* 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
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-284-55/+31
* Add efimd.c. This file contains MD code used by the EFI library. Whilemarcel2004-11-282-2/+47
* - If the COMSPEED is set to 0, then don't try to initialize the serial portjhb2004-11-241-10/+10
* Fix comments for serial I/O function prototypes that were broken in thejhb2004-11-241-5/+10
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-236-1127/+0
* Unhook the loader subdirectory. The ia64 EFI loader is now buildmarcel2004-11-231-1/+1
* Hookup the efi subdirectory.marcel2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Visit the efi subdirectory before we visit the machine-specificmarcel2004-11-231-5/+5
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-212-6/+8
* There's no reason for "read" and "echo" commands to notru2004-11-131-2/+2
* Pass the "?" command output through the pager.ru2004-11-121-4/+15
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderpeter2004-11-081-2/+0
* Document "loader_color" variable.krion2004-11-072-1/+7
* Clean up the comments, rewording, adding missing punctuationkeramida2004-11-061-35/+26
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBbrooks2004-10-301-0/+10
* For variables that are only checked with defined(), don't provideru2004-10-247-7/+7
* Collapse several adjacent .if's into .if/.elif.ru2004-10-241-10/+7
* ELF64 support is not needed on pc98.nyan2004-10-241-1/+5
* MFi386: revision 1.4.nyan2004-10-241-1/+9
* MFi386: Set bi_basemem and bi_extmem variables.nyan2004-10-241-0/+6
* MFi386: Add support for preloading ELF relocatable object format modules.nyan2004-10-241-0/+2
* Respect RB_MULTIPLE flag.simokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.simokawa2004-10-222-23/+75
* document host_start_mem.imp2004-10-151-0/+12
* Polish the last change.ru2004-10-151-5/+5
* Document hw.{pci,acpi}.host_start_memimp2004-10-151-0/+9
* Back out changes which were introduced to delay mounting root file system.pjd2004-10-052-9/+0
* Use the correct printf specifier.stefanf2004-10-031-1/+3
* Document MD commands.ru2004-10-011-0/+25
* The "autoboot" command also has a third (optional) parameter.ru2004-10-012-2/+9
* Don't give instructions on how to disable ACPI in the MI section.ru2004-09-301-5/+0
* Setting "kernel" to an absolute path is a bad idea becauseru2004-09-301-2/+2
* Bring this file more up to date.ru2004-09-301-12/+29
* Retire now useless userconfig_script_*.ru2004-09-303-17/+2
* The value of $interpret is "OK", in uppercase.ru2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatru2004-09-302-2/+6
OpenPOWER on IntegriCloud