| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only update the boot sector when there is a valid drive number provided. | Peter Edwards | 2005-01-09 | 1 | -14/+15 |
| * | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 27 | -28/+31 |
| * | Remove obsolete note about the boot loader not being ready for stable. | Warner Losh | 2005-01-05 | 1 | -10/+0 |
| * | NOFORTH -> NO_FORTH | Ruslan Ermilov | 2004-12-21 | 9 | -9/+9 |
| * | NOSHARED -> NO_SHARED | Ruslan Ermilov | 2004-12-21 | 3 | -3/+3 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 21 | -21/+21 |
| * | The 'start' command processes loader.conf variables, not loader.rc. | Warner Losh | 2004-12-06 | 1 | -1/+1 |
| * | Fix a bunch of stack leaks. These were theoretically harmless, except that | Scott Long | 2004-12-01 | 1 | -5/+11 |
| * | Remove the last vestiges of the userconfig option. None of this actually | Scott Long | 2004-12-01 | 12 | -52/+0 |
| * | Instead of just not defining a bunch of words when TESTMAIN is set, provide | Scott Long | 2004-11-30 | 2 | -14/+45 |
| * | MFi386: revisions 1.77 and 1.78. | Yoshihiro Takahashi | 2004-11-29 | 1 | -2/+2 |
| * | MFi386: revision 1.38. | Yoshihiro Takahashi | 2004-11-29 | 1 | -5/+10 |
| * | Pick up loader.rc from its old home. | Ruslan Ermilov | 2004-11-29 | 1 | -1/+1 |
| * | Disable the beastie menu. It offends some and annoys everyone else, and I'm | Scott Long | 2004-11-29 | 2 | -18/+1 |
| * | o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}() | Marcel Moolenaar | 2004-11-28 | 4 | -55/+31 |
| * | Add efimd.c. This file contains MD code used by the EFI library. While | Marcel Moolenaar | 2004-11-28 | 2 | -2/+47 |
| * | - If the COMSPEED is set to 0, then don't try to initialize the serial port | John Baldwin | 2004-11-24 | 1 | -10/+10 |
| * | Fix comments for serial I/O function prototypes that were broken in the | John Baldwin | 2004-11-24 | 1 | -5/+10 |
| * | This file was repocopied to src/sys/boot/ia64/efi. | Marcel Moolenaar | 2004-11-23 | 6 | -1127/+0 |
| * | Unhook the loader subdirectory. The ia64 EFI loader is now build | Marcel Moolenaar | 2004-11-23 | 1 | -1/+1 |
| * | Hookup the efi subdirectory. | Marcel Moolenaar | 2004-11-23 | 1 | -1/+1 |
| * | This file was repocopied from src/sys/boot/efi/loader. | Marcel Moolenaar | 2004-11-23 | 1 | -38/+32 |
| * | Visit the efi subdirectory before we visit the machine-specific | Marcel Moolenaar | 2004-11-23 | 1 | -5/+5 |
| * | Remove struct ia64_itir and use a plain old uint64_t instead. | Marcel Moolenaar | 2004-11-21 | 2 | -6/+8 |
| * | There's no reason for "read" and "echo" commands to not | Ruslan Ermilov | 2004-11-13 | 1 | -2/+2 |
| * | Pass the "?" command output through the pager. | Ruslan Ermilov | 2004-11-12 | 1 | -4/+15 |
| * | Remove a pre-tier-1 kernel compatability helper. This means a 6.x loader | Peter Wemm | 2004-11-08 | 1 | -2/+0 |
| * | Document "loader_color" variable. | Kirill Ponomarev | 2004-11-07 | 2 | -1/+7 |
| * | Clean up the comments, rewording, adding missing punctuation | Giorgos Keramidas | 2004-11-06 | 1 | -35/+26 |
| * | Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USB | Brooks Davis | 2004-10-30 | 1 | -0/+10 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 7 | -7/+7 |
| * | Collapse several adjacent .if's into .if/.elif. | Ruslan Ermilov | 2004-10-24 | 1 | -10/+7 |
| * | ELF64 support is not needed on pc98. | Yoshihiro Takahashi | 2004-10-24 | 1 | -1/+5 |
| * | MFi386: revision 1.4. | Yoshihiro Takahashi | 2004-10-24 | 1 | -1/+9 |
| * | MFi386: Set bi_basemem and bi_extmem variables. | Yoshihiro Takahashi | 2004-10-24 | 1 | -0/+6 |
| * | MFi386: Add support for preloading ELF relocatable object format modules. | Yoshihiro Takahashi | 2004-10-24 | 1 | -0/+2 |
| * | Respect RB_MULTIPLE flag. | Hidetoshi Shimokawa | 2004-10-22 | 1 | -0/+2 |
| * | - Add FireWire subclass and OHCI interface. | Hidetoshi Shimokawa | 2004-10-22 | 2 | -23/+75 |
| * | document host_start_mem. | Warner Losh | 2004-10-15 | 1 | -0/+12 |
| * | Polish the last change. | Ruslan Ermilov | 2004-10-15 | 1 | -5/+5 |
| * | Document hw.{pci,acpi}.host_start_mem | Warner Losh | 2004-10-15 | 1 | -0/+9 |
| * | Back out changes which were introduced to delay mounting root file system. | Pawel Jakub Dawidek | 2004-10-05 | 2 | -9/+0 |
| * | Use the correct printf specifier. | Stefan Farfeleder | 2004-10-03 | 1 | -1/+3 |
| * | Document MD commands. | Ruslan Ermilov | 2004-10-01 | 1 | -0/+25 |
| * | The "autoboot" command also has a third (optional) parameter. | Ruslan Ermilov | 2004-10-01 | 2 | -2/+9 |
| * | Don't give instructions on how to disable ACPI in the MI section. | Ruslan Ermilov | 2004-09-30 | 1 | -5/+0 |
| * | Setting "kernel" to an absolute path is a bad idea because | Ruslan Ermilov | 2004-09-30 | 1 | -2/+2 |
| * | Bring this file more up to date. | Ruslan Ermilov | 2004-09-30 | 1 | -12/+29 |
| * | Retire now useless userconfig_script_*. | Ruslan Ermilov | 2004-09-30 | 3 | -17/+2 |
| * | The value of $interpret is "OK", in uppercase. | Ruslan Ermilov | 2004-09-30 | 1 | -1/+1 |