| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the hostname we got from DHCP to the kernel so that machines can | wollman | 2005-04-17 | 1 | -0/+1 |
* | Extend a local buffer to prevent an overflow of the XSDT address. | njl | 2005-04-16 | 1 | -1/+1 |
* | MFi386: revision 1.20. | nyan | 2005-04-14 | 1 | -1/+1 |
* | Fix 'implicit int' instance. | stefanf | 2005-04-09 | 1 | -1/+1 |
* | Fix buidling of boot blocks for pc98 with new links. | imp | 2005-04-03 | 1 | -3/+11 |
* | Ensure GCC does not use FP registers in integer code. | obrien | 2005-03-15 | 3 | -1/+4 |
* | Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT, | kan | 2005-03-12 | 1 | -0/+24 |
* | Don't try to use 'typedef struct foo' if just 'struct foo' makes more sense | stefanf | 2005-03-07 | 2 | -25/+1 |
* | Fix typos in a comment. | stefanf | 2005-03-06 | 1 | -1/+1 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 2 | -4/+12 |
* | Remove unused variables. | marius | 2005-03-02 | 1 | -3/+0 |
* | Document the new default init_path. | des | 2005-02-17 | 1 | -1/+1 |
* | Add /rescue/init to the default init_path, before /stand/sysinstall. | des | 2005-02-17 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). | des | 2005-02-08 | 1 | -2/+2 |
* | Insert an explicit McAfee license, as we use a stock two-clause BSD | rwatson | 2005-01-30 | 1 | -5/+26 |
* | Only update the boot sector when there is a valid drive number provided. | peadar | 2005-01-09 | 1 | -14/+15 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 27 | -28/+31 |
* | Remove obsolete note about the boot loader not being ready for stable. | imp | 2005-01-05 | 1 | -10/+0 |
* | NOFORTH -> NO_FORTH | ru | 2004-12-21 | 9 | -9/+9 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 3 | -3/+3 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 21 | -21/+21 |
* | The 'start' command processes loader.conf variables, not loader.rc. | imp | 2004-12-06 | 1 | -1/+1 |
* | Fix a bunch of stack leaks. These were theoretically harmless, except that | scottl | 2004-12-01 | 1 | -5/+11 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 12 | -52/+0 |
* | Instead of just not defining a bunch of words when TESTMAIN is set, provide | scottl | 2004-11-30 | 2 | -14/+45 |
* | MFi386: revisions 1.77 and 1.78. | nyan | 2004-11-29 | 1 | -2/+2 |
* | MFi386: revision 1.38. | nyan | 2004-11-29 | 1 | -5/+10 |
* | Pick up loader.rc from its old home. | ru | 2004-11-29 | 1 | -1/+1 |
* | Disable the beastie menu. It offends some and annoys everyone else, and I'm | scottl | 2004-11-29 | 2 | -18/+1 |
* | o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}() | marcel | 2004-11-28 | 4 | -55/+31 |
* | Add efimd.c. This file contains MD code used by the EFI library. While | marcel | 2004-11-28 | 2 | -2/+47 |
* | - If the COMSPEED is set to 0, then don't try to initialize the serial port | jhb | 2004-11-24 | 1 | -10/+10 |
* | Fix comments for serial I/O function prototypes that were broken in the | jhb | 2004-11-24 | 1 | -5/+10 |
* | This file was repocopied to src/sys/boot/ia64/efi. | marcel | 2004-11-23 | 6 | -1127/+0 |
* | Unhook the loader subdirectory. The ia64 EFI loader is now build | marcel | 2004-11-23 | 1 | -1/+1 |
* | Hookup the efi subdirectory. | marcel | 2004-11-23 | 1 | -1/+1 |
* | This file was repocopied from src/sys/boot/efi/loader. | marcel | 2004-11-23 | 1 | -38/+32 |
* | Visit the efi subdirectory before we visit the machine-specific | marcel | 2004-11-23 | 1 | -5/+5 |
* | Remove struct ia64_itir and use a plain old uint64_t instead. | marcel | 2004-11-21 | 2 | -6/+8 |
* | There's no reason for "read" and "echo" commands to not | ru | 2004-11-13 | 1 | -2/+2 |
* | Pass the "?" command output through the pager. | ru | 2004-11-12 | 1 | -4/+15 |
* | Remove a pre-tier-1 kernel compatability helper. This means a 6.x loader | peter | 2004-11-08 | 1 | -2/+0 |
* | Document "loader_color" variable. | krion | 2004-11-07 | 2 | -1/+7 |
* | Clean up the comments, rewording, adding missing punctuation | keramida | 2004-11-06 | 1 | -35/+26 |
* | Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USB | brooks | 2004-10-30 | 1 | -0/+10 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 7 | -7/+7 |
* | Collapse several adjacent .if's into .if/.elif. | ru | 2004-10-24 | 1 | -10/+7 |
* | ELF64 support is not needed on pc98. | nyan | 2004-10-24 | 1 | -1/+5 |
* | MFi386: revision 1.4. | nyan | 2004-10-24 | 1 | -1/+9 |