| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the loader side of support for preloading ELF relocatable object | iedowse | 2004-08-29 | 8 | -1/+550 |
* | Separate out the ELF relocation code from the ELF loader, and add | iedowse | 2004-08-28 | 6 | -35/+294 |
* | Add a few helper functions for zeroing kernel space and reading | iedowse | 2004-08-28 | 3 | -37/+82 |
* | 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 |
* | Trim EOL white spaces. | maxim | 2004-08-22 | 1 | -5/+4 |
* | Check a return code from read(2) correctly. | maxim | 2004-08-22 | 1 | -1/+1 |
* | Part 2 of fixing the boot code: gcc 3.4 fixes. | marcel | 2004-08-22 | 2 | -2/+2 |
* | Part 1 of fixing the boot code: binutils 2.15 fixes. | marcel | 2004-08-22 | 2 | -1/+202 |
* | Temporary bandaid to help sparc64 systems with ATA disks boot. Recent | kensmith | 2004-08-19 | 1 | -1/+3 |
* | Remove NOMAN so loader man pages are installed. | grehan | 2004-08-18 | 2 | -2/+0 |
* | Bump the manpage date. | maxim | 2004-08-18 | 1 | -1/+1 |
* | Retire hw.pci.allow_unsupported_io_range. | maxim | 2004-08-18 | 2 | -11/+0 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 11 | -15/+15 |
* | Catch up with change to <machine/pte.h>. | marcel | 2004-08-10 | 2 | -18/+16 |
* | remove /boot/kernel from the default path.. There is already code that | jmg | 2004-08-06 | 2 | -2/+3 |
* | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | kan | 2004-08-05 | 2 | -5/+9 |
* | Add PowerPC bridge instruction flag to the assembler to help out | grehan | 2004-08-02 | 2 | -0/+6 |
* | G5 support: handle the case where the OpenFirmware memory array uses | grehan | 2004-08-02 | 3 | -29/+90 |
* | Fix new compiler error (s/bcopy/memcpy/). | nyan | 2004-07-30 | 4 | -9/+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 |
* | Correct a documentation bug. | ceri | 2004-07-29 | 1 | -1/+1 |
* | Correct typo in a comment. | ceri | 2004-07-29 | 1 | -1/+1 |
* | Define our own memcpy here instead of relying on GCC to provide one. | kan | 2004-07-28 | 2 | -8/+0 |
* | o Support the REL32LSB relocation. It's in the ELF file from which | marcel | 2004-07-20 | 2 | -18/+36 |
* | Fix the creation of EFI images that got broken by the import of | marcel | 2004-07-20 | 4 | -6/+6 |
* | Rename snd_pcm as sound. | tanimura | 2004-07-16 | 1 | -1/+1 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 3 | -29/+1 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 3 | -1/+29 |
* | Use a linker script for the loader. This avoids issues with | grehan | 2004-07-08 | 4 | -4/+284 |
* | Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn't | grehan | 2004-07-08 | 2 | -90/+0 |
* | All hell breaks loose if the loader image is released before | grehan | 2004-07-08 | 1 | -1/+3 |
* | Correctly calculate size of memory to be mapped when copying. Removal | grehan | 2004-07-08 | 1 | -1/+3 |
* | Extract entry point from elf header before releasing the heap. | grehan | 2004-07-08 | 1 | -1/+3 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+2 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -1/+1 |
* | Fixed what appeared to be a hard sentence break. | ru | 2004-07-02 | 1 | -2/+2 |
* | When building a kernel or the loader, let the hostname be overridden | ps | 2004-07-01 | 1 | -1/+1 |
* | Remove the entry for configuring pcm0 mixer channels. | josef | 2004-06-24 | 1 | -1/+0 |
* | Throw out pfsync and pflog, the modules were removed | brueffer | 2004-06-22 | 1 | -2/+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 |
* | Document the possibility of setting default values for | josef | 2004-06-20 | 1 | -0/+1 |
* | Save a couple of bytes for the SIO case. | phk | 2004-06-17 | 1 | -4/+2 |
* | Fix another beak. | phk | 2004-06-17 | 1 | -1/+1 |
* | Unspam sys/boot, the dev_t commit should not have touched these. | phk | 2004-06-16 | 6 | -8/+8 |
* | My new keyboard can't spell. | phk | 2004-06-16 | 1 | -1/+1 |