| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 3 | -3/+3 |
* | Scan static SMBIOS structures and export the following environment | jkim | 2005-07-14 | 4 | -1/+182 |
* | Temperarly disable building in the bzip2 support by default so we can fit | obrien | 2005-06-01 | 1 | -1/+1 |
* | Put bzip2 support on equal footing with gzip support. | obrien | 2005-05-31 | 1 | -1/+1 |
* | - Add support to the loader for multiple consoles. | jhb | 2005-05-27 | 2 | -9/+39 |
* | Fix a warning by adding a missing 'const'. | jhb | 2005-05-27 | 2 | -2/+2 |
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 2 | -2/+2 |
* | Remove unused variables. Remove prototype for function that does not exist. | charnier | 2005-05-20 | 1 | -4/+1 |
* | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED | ru | 2005-04-25 | 1 | -5/+28 |
* | 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 |
* | Fix 'implicit int' instance. | stefanf | 2005-04-09 | 1 | -1/+1 |
* | 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 |
* | Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). | des | 2005-02-08 | 1 | -2/+2 |
* | Only update the boot sector when there is a valid drive number provided. | peadar | 2005-01-09 | 1 | -14/+15 |
* | NOFORTH -> NO_FORTH | ru | 2004-12-21 | 1 | -1/+1 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 7 | -7/+7 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 2 | -12/+0 |
* | 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 |
* | - 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 |
* | Remove a pre-tier-1 kernel compatability helper. This means a 6.x loader | peter | 2004-11-08 | 1 | -2/+0 |
* | Clean up the comments, rewording, adding missing punctuation | keramida | 2004-11-06 | 1 | -35/+26 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Respect RB_MULTIPLE flag. | simokawa | 2004-10-22 | 1 | -0/+2 |
* | - Add FireWire subclass and OHCI interface. | simokawa | 2004-10-22 | 2 | -23/+75 |
* | Document boot_cdrom, boot_multicons, and boot_serial. | ru | 2004-09-30 | 1 | -1/+1 |
* | Trap invalid sector size 0 in disk probe, refusing to add such a | wes | 2004-09-21 | 1 | -0/+4 |
* | A long, long time ago in a CVS branch far away (specifically, HEAD prior | jhb | 2004-09-18 | 2 | -6/+6 |
* | Add the loader side of support for preloading ELF relocatable object | iedowse | 2004-08-29 | 3 | -0/+20 |
* | Don't be too smart, just try packet mode of INT13 first. | yar | 2004-08-28 | 2 | -5/+9 |
* | Try packet mode of INT13 on a hard disk first if not prohibited by | yar | 2004-08-28 | 1 | -19/+21 |
* | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | yar | 2004-08-27 | 2 | -4/+4 |
* | In conjunction with having boot0cfg(8) default boot0 to packet mode. | obrien | 2004-08-27 | 1 | -1/+1 |
* | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | kan | 2004-08-05 | 2 | -5/+9 |
* | Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimization | kan | 2004-07-30 | 2 | -2/+6 |
* | Clean up local memcpy implementation to take void * parameters. | kan | 2004-07-30 | 2 | -6/+12 |
* | Define our own memcpy here instead of relying on GCC to provide one. | kan | 2004-07-28 | 2 | -8/+0 |
* | Update the copyright to use a 3 clause BSD license rather than one that | jhb | 2004-06-22 | 1 | -10/+24 |
* | Remove a bogus increment of %di when scanning the list of loader paths. | jhb | 2004-06-22 | 1 | -1/+0 |
* | Save a couple of bytes for the SIO case. | phk | 2004-06-17 | 1 | -4/+2 |
* | Unspam sys/boot, the dev_t commit should not have touched these. | phk | 2004-06-16 | 3 | -5/+5 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 3 | -5/+5 |
* | Premptively fix GCC3.4 issue: add break; after empty default: clauses. | phk | 2004-06-16 | 1 | -0/+1 |
* | Merge boot0 and boot0sio so they behave the same. | phk | 2004-06-11 | 1 | -42/+17 |
* | Some embedded platforms have no keyboard controller. Give up waiting | phk | 2004-06-02 | 1 | -4/+11 |
* | Use the correct location of the EBDA for searching for the RSDP. | njl | 2004-05-25 | 1 | -7/+9 |