| Commit message (Expand) | Author | Age | Files | Lines |
| * | Trap invalid sector size 0 in disk probe, refusing to add such a | Wes Peters | 2004-09-21 | 1 | -0/+4 |
| * | Remove useless include of <machine/fpu.h>. | Marcel Moolenaar | 2004-09-18 | 2 | -4/+0 |
| * | A long, long time ago in a CVS branch far away (specifically, HEAD prior | John Baldwin | 2004-09-18 | 2 | -6/+6 |
| * | MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS). | Yoshihiro Takahashi | 2004-09-18 | 1 | -0/+1 |
| * | Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes the | Ken Smith | 2004-09-08 | 1 | -3/+1 |
| * | Add the loader side of support for preloading ELF relocatable object | Ian Dowse | 2004-08-29 | 8 | -1/+550 |
| * | Separate out the ELF relocation code from the ELF loader, and add | Ian Dowse | 2004-08-28 | 6 | -35/+294 |
| * | Add a few helper functions for zeroing kernel space and reading | Ian Dowse | 2004-08-28 | 3 | -37/+82 |
| * | Don't be too smart, just try packet mode of INT13 first. | Yaroslav Tykhiy | 2004-08-28 | 2 | -5/+9 |
| * | Try packet mode of INT13 on a hard disk first if not prohibited by | Yaroslav Tykhiy | 2004-08-28 | 1 | -19/+21 |
| * | B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with | Yaroslav Tykhiy | 2004-08-27 | 2 | -4/+4 |
| * | In conjunction with having boot0cfg(8) default boot0 to packet mode. | David E. O'Brien | 2004-08-27 | 1 | -1/+1 |
| * | Trim EOL white spaces. | Maxim Konovalov | 2004-08-22 | 1 | -5/+4 |
| * | Check a return code from read(2) correctly. | Maxim Konovalov | 2004-08-22 | 1 | -1/+1 |
| * | Part 2 of fixing the boot code: gcc 3.4 fixes. | Marcel Moolenaar | 2004-08-22 | 2 | -2/+2 |
| * | Part 1 of fixing the boot code: binutils 2.15 fixes. | Marcel Moolenaar | 2004-08-22 | 2 | -1/+202 |
| * | Temporary bandaid to help sparc64 systems with ATA disks boot. Recent | Ken Smith | 2004-08-19 | 1 | -1/+3 |
| * | Remove NOMAN so loader man pages are installed. | Peter Grehan | 2004-08-18 | 2 | -2/+0 |
| * | Bump the manpage date. | Maxim Konovalov | 2004-08-18 | 1 | -1/+1 |
| * | Retire hw.pci.allow_unsupported_io_range. | Maxim Konovalov | 2004-08-18 | 2 | -11/+0 |
| * | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 11 | -15/+15 |
| * | Catch up with change to <machine/pte.h>. | Marcel Moolenaar | 2004-08-10 | 2 | -18/+16 |
| * | remove /boot/kernel from the default path.. There is already code that | John-Mark Gurney | 2004-08-06 | 2 | -2/+3 |
| * | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | Alexander Kabaev | 2004-08-05 | 2 | -5/+9 |
| * | Add PowerPC bridge instruction flag to the assembler to help out | Peter Grehan | 2004-08-02 | 2 | -0/+6 |
| * | G5 support: handle the case where the OpenFirmware memory array uses | Peter Grehan | 2004-08-02 | 3 | -29/+90 |
| * | Fix new compiler error (s/bcopy/memcpy/). | Yoshihiro Takahashi | 2004-07-30 | 4 | -9/+9 |
| * | Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimization | Alexander Kabaev | 2004-07-30 | 2 | -2/+6 |
| * | Clean up local memcpy implementation to take void * parameters. | Alexander Kabaev | 2004-07-30 | 2 | -6/+12 |
| * | Correct a documentation bug. | Ceri Davies | 2004-07-29 | 1 | -1/+1 |
| * | Correct typo in a comment. | Ceri Davies | 2004-07-29 | 1 | -1/+1 |
| * | Define our own memcpy here instead of relying on GCC to provide one. | Alexander Kabaev | 2004-07-28 | 2 | -8/+0 |
| * | o Support the REL32LSB relocation. It's in the ELF file from which | Marcel Moolenaar | 2004-07-20 | 2 | -18/+36 |
| * | Fix the creation of EFI images that got broken by the import of | Marcel Moolenaar | 2004-07-20 | 4 | -6/+6 |
| * | Rename snd_pcm as sound. | Seigo Tanimura | 2004-07-16 | 1 | -1/+1 |
| * | Change the following environment variables to kernel options: | Brian Somers | 2004-07-08 | 3 | -29/+1 |
| * | Change the following kernel options to environment variables: | Brian Somers | 2004-07-08 | 3 | -1/+29 |
| * | Use a linker script for the loader. This avoids issues with | Peter Grehan | 2004-07-08 | 4 | -4/+284 |
| * | Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn't | Peter Grehan | 2004-07-08 | 2 | -90/+0 |
| * | All hell breaks loose if the loader image is released before | Peter Grehan | 2004-07-08 | 1 | -1/+3 |
| * | Correctly calculate size of memory to be mapped when copying. Removal | Peter Grehan | 2004-07-08 | 1 | -1/+3 |
| * | Extract entry point from elf header before releasing the heap. | Peter Grehan | 2004-07-08 | 1 | -1/+3 |
| * | mdoc(7) fixes. | Ruslan Ermilov | 2004-07-07 | 1 | -2/+2 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -1/+1 |
| * | Fixed what appeared to be a hard sentence break. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+2 |
| * | When building a kernel or the loader, let the hostname be overridden | Paul Saab | 2004-07-01 | 1 | -1/+1 |
| * | Remove the entry for configuring pcm0 mixer channels. | Josef El-Rayes | 2004-06-24 | 1 | -1/+0 |
| * | Throw out pfsync and pflog, the modules were removed | Christian Brueffer | 2004-06-22 | 1 | -2/+0 |
| * | Update the copyright to use a 3 clause BSD license rather than one that | John Baldwin | 2004-06-22 | 1 | -9/+23 |
| * | Remove a bogus increment of %di when scanning the list of loader paths. | John Baldwin | 2004-06-22 | 1 | -1/+0 |