summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* NOFORTH -> NO_FORTHRuslan Ermilov2004-12-219-9/+9
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-213-3/+3
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-2121-21/+21
* The 'start' command processes loader.conf variables, not loader.rc.Warner Losh2004-12-061-1/+1
* Fix a bunch of stack leaks. These were theoretically harmless, except thatScott Long2004-12-011-5/+11
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-0112-52/+0
* Instead of just not defining a bunch of words when TESTMAIN is set, provideScott Long2004-11-302-14/+45
* MFi386: revisions 1.77 and 1.78.Yoshihiro Takahashi2004-11-291-2/+2
* MFi386: revision 1.38.Yoshihiro Takahashi2004-11-291-5/+10
* 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
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()Marcel Moolenaar2004-11-284-55/+31
* Add efimd.c. This file contains MD code used by the EFI library. WhileMarcel Moolenaar2004-11-282-2/+47
* - If the COMSPEED is set to 0, then don't try to initialize the serial portJohn Baldwin2004-11-241-10/+10
* Fix comments for serial I/O function prototypes that were broken in theJohn Baldwin2004-11-241-5/+10
* This file was repocopied to src/sys/boot/ia64/efi.Marcel Moolenaar2004-11-236-1127/+0
* Unhook the loader subdirectory. The ia64 EFI loader is now buildMarcel Moolenaar2004-11-231-1/+1
* Hookup the efi subdirectory.Marcel Moolenaar2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.Marcel Moolenaar2004-11-231-38/+32
* Visit the efi subdirectory before we visit the machine-specificMarcel Moolenaar2004-11-231-5/+5
* Remove struct ia64_itir and use a plain old uint64_t instead.Marcel Moolenaar2004-11-212-6/+8
* There's no reason for "read" and "echo" commands to notRuslan Ermilov2004-11-131-2/+2
* Pass the "?" command output through the pager.Ruslan Ermilov2004-11-121-4/+15
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderPeter Wemm2004-11-081-2/+0
* Document "loader_color" variable.Kirill Ponomarev2004-11-072-1/+7
* Clean up the comments, rewording, adding missing punctuationGiorgos Keramidas2004-11-061-35/+26
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBBrooks Davis2004-10-301-0/+10
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-247-7/+7
* Collapse several adjacent .if's into .if/.elif.Ruslan Ermilov2004-10-241-10/+7
* ELF64 support is not needed on pc98.Yoshihiro Takahashi2004-10-241-1/+5
* MFi386: revision 1.4.Yoshihiro Takahashi2004-10-241-1/+9
* MFi386: Set bi_basemem and bi_extmem variables.Yoshihiro Takahashi2004-10-241-0/+6
* MFi386: Add support for preloading ELF relocatable object format modules.Yoshihiro Takahashi2004-10-241-0/+2
* Respect RB_MULTIPLE flag.Hidetoshi Shimokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.Hidetoshi Shimokawa2004-10-222-23/+75
* document host_start_mem.Warner Losh2004-10-151-0/+12
* Polish the last change.Ruslan Ermilov2004-10-151-5/+5
* Document hw.{pci,acpi}.host_start_memWarner Losh2004-10-151-0/+9
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-052-9/+0
* Use the correct printf specifier.Stefan Farfeleder2004-10-031-1/+3
* Document MD commands.Ruslan Ermilov2004-10-011-0/+25
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-012-2/+9
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
* Setting "kernel" to an absolute path is a bad idea becauseRuslan Ermilov2004-09-301-2/+2
* Bring this file more up to date.Ruslan Ermilov2004-09-301-12/+29
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-303-17/+2
* The value of $interpret is "OK", in uppercase.Ruslan Ermilov2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-302-2/+6
* Setting dump device from loader(8) has not been supported since 2002.Ruslan Ermilov2004-09-302-8/+0
* The default value of "bootfile" has been "kernel" since 2000.Ruslan Ermilov2004-09-301-1/+1