| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Back out last revision that unnecessarily changed valid assembler | ru | 2004-05-14 | 6 | -1606/+1601 |
* | Partly back out last revision that unnecessarily changed valid | ru | 2004-05-14 | 1 | -236/+236 |
* | Fix a potential stack buffer overflow on systems whose ACPI OEMID | jdp | 2004-05-14 | 1 | -2/+2 |
* | Convert block comments into C-style that is understood by cpp(1). | ru | 2004-04-29 | 1 | -204/+210 |
* | Thanks to David's patches, we can now simplify these makefiles | ru | 2004-04-28 | 5 | -18/+14 |
* | Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 1 | -1/+2 |
* | Switch to using C99 comments in assembler preprocessed with cpp(1). | ru | 2004-04-28 | 1 | -414/+414 |
* | - Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 3 | -666/+167 |
* | Temporary precaution measure until repocopy requests are | ru | 2004-04-28 | 1 | -5/+7 |
* | After talking to Bruce Evans and reading more standards specs, | ru | 2004-04-28 | 6 | -1601/+1606 |
* | Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 2 | -290/+290 |
* | Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 1 | -94/+96 |
* | - Use C (and CPP) style comments for assembler-with-cpp sources, | ru | 2004-04-28 | 2 | -346/+347 |
* | Removed now redundant CLEANFILES assignments. | ru | 2004-04-27 | 5 | -6/+0 |