| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change from '#' to "//" comment character to allow CPP preprocessing. | phk | 2004-04-27 | 5 | -1295/+500 |
* | Use a more compact syntax for passing the "binary" options to 'ld'. | obrien | 2004-04-25 | 6 | -6/+6 |
* | Simplify the building of our i386 'binary' boot components by directly | obrien | 2004-04-25 | 6 | -35/+12 |
* | Fix a last second typo in 'vi' that caused a problem. | obrien | 2004-04-20 | 2 | -4/+4 |
* | White space style cleanup. | obrien | 2004-04-20 | 5 | -109/+109 |
* | MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch. | obrien | 2004-04-19 | 2 | -36/+48 |
* | Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'. | obrien | 2004-03-26 | 3 | -0/+981 |
* | Fixed misspellings of 0 as NULL. | bde | 2004-03-14 | 1 | -2/+2 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 2 | -0/+20 |
* | For some reason crt0.o needs to be linked first for pxeboot(8) to | ru | 2004-02-27 | 1 | -2/+5 |