| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add support to the loader for multiple consoles. | John Baldwin | 2005-05-27 | 5 | -53/+146 |
* | Fix a warning by adding a missing 'const'. | John Baldwin | 2005-05-27 | 2 | -2/+2 |
* | Print out the commands from /boot.config after parsing them so that they | John Baldwin | 2005-05-27 | 3 | -3/+3 |
* | Since the BAT mapping was removed a long time back, it can't | Peter Grehan | 2005-05-24 | 1 | -1/+6 |
* | Remove unused variables. Remove prototype for function that does not exist. | Philippe Charnier | 2005-05-20 | 1 | -4/+1 |
* | Extend `autoboot_delay' handling - is this variable is set to -1 don't allow | Maxim Sobolev | 2005-05-19 | 4 | -29/+70 |
* | Change ofw_readin/ofw_copyin to map the entire region before | Peter Grehan | 2005-05-19 | 1 | -24/+74 |
* | Whitespace only: kill trailing spaces. | Maxim Sobolev | 2005-05-19 | 1 | -15/+14 |
* | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 1 | -1/+1 |
* | Remove ifdef PC98. | Yoshihiro Takahashi | 2005-05-08 | 23 | -1133/+12 |
* | Merged from libi386/biosdisk.c revisions 1.37 and 1.41. | Yoshihiro Takahashi | 2005-05-08 | 1 | -3/+6 |
* | Use DOSMID_386BSD rather than DOSPTYP_386BSD. | Yoshihiro Takahashi | 2005-05-08 | 1 | -1/+1 |
* | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED | Ruslan Ermilov | 2005-04-25 | 1 | -5/+28 |
* | Pass the hostname we got from DHCP to the kernel so that machines can | Garrett Wollman | 2005-04-17 | 1 | -0/+1 |
* | Extend a local buffer to prevent an overflow of the XSDT address. | Nate Lawson | 2005-04-16 | 1 | -1/+1 |
* | MFi386: revision 1.20. | Yoshihiro Takahashi | 2005-04-14 | 1 | -1/+1 |
* | Fix 'implicit int' instance. | Stefan Farfeleder | 2005-04-09 | 1 | -1/+1 |
* | Fix buidling of boot blocks for pc98 with new links. | Warner Losh | 2005-04-03 | 1 | -3/+11 |
* | Ensure GCC does not use FP registers in integer code. | David E. O'Brien | 2005-03-15 | 3 | -1/+4 |
* | Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT, | Alexander Kabaev | 2005-03-12 | 1 | -0/+24 |
* | Don't try to use 'typedef struct foo' if just 'struct foo' makes more sense | Stefan Farfeleder | 2005-03-07 | 2 | -25/+1 |
* | Fix typos in a comment. | Stefan Farfeleder | 2005-03-06 | 1 | -1/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 2 | -4/+12 |
* | Remove unused variables. | Marius Strobl | 2005-03-02 | 1 | -3/+0 |
* | Document the new default init_path. | Dag-Erling Smørgrav | 2005-02-17 | 1 | -1/+1 |
* | Add /rescue/init to the default init_path, before /stand/sysinstall. | Dag-Erling Smørgrav | 2005-02-17 | 1 | -1/+1 |
* | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
* | Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). | Dag-Erling Smørgrav | 2005-02-08 | 1 | -2/+2 |
* | Insert an explicit McAfee license, as we use a stock two-clause BSD | Robert Watson | 2005-01-30 | 1 | -5/+26 |
* | 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 |