| Commit message (Expand) | Author | Age | Files | Lines |
* | - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries from | marius | 2011-07-02 | 1 | -25/+63 |
* | Include forgotten framework changes to get some of the new menu files install... | julian | 2011-05-30 | 1 | -1/+2 |
* | New boot loader menus from Devin Teske. | julian | 2011-05-28 | 1 | -0/+6 |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -70/+1 |
* | Revert rev 165325. The arch_maphint interface hasn't been in use for | marcel | 2011-04-03 | 1 | -46/+0 |
* | Partially revert r203829; as it turns out what the PowerPC OFW loader did | marius | 2010-10-29 | 1 | -4/+4 |
* | Merge from powerpc: | marius | 2010-09-16 | 1 | -33/+27 |
* | Use -Wl,-N instead of the undocumented -N option for GCC. | ed | 2010-06-03 | 1 | -1/+1 |
* | Add support for SPARC64 V (and where it already makes sense for other | marius | 2010-05-02 | 1 | -2/+6 |
* | Some machines can not only consist of CPUs running at different speeds | marius | 2010-02-20 | 1 | -1/+1 |
* | Correct the panic strings introduced in r203830 to match their arguments. | marius | 2010-02-13 | 1 | -4/+4 |
* | Use the SUNW,{d,i}tlb-load methods for entering locked TLB entries like | marius | 2010-02-13 | 1 | -48/+26 |
* | - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmware | marius | 2010-02-13 | 1 | -34/+115 |
* | - Add code allowing a network device to only be open and closed once | marius | 2010-01-09 | 1 | -1/+5 |
* | Execute the cleanup handlers before jumping to the kernel just | marius | 2009-12-24 | 1 | -0/+2 |
* | Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabs | marius | 2009-12-24 | 1 | -1/+0 |
* | Fix masking of TTE bits; the TD_*_MASK macros need shifting via the | marius | 2009-04-14 | 1 | -5/+7 |
* | Fix whitespace. | marius | 2009-04-13 | 1 | -3/+3 |
* | Fix build when WITH_SSP is set explicitly. | ru | 2009-02-21 | 1 | -2/+1 |
* | - Use the generally more appropriate PROM base rather than the | marius | 2009-02-10 | 1 | -4/+4 |
* | Disable ATAPI DMA as it's once again broken in that it causes data | marius | 2008-10-05 | 1 | -1/+1 |
* | Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocating | marius | 2008-09-10 | 1 | -0/+110 |
* | USIII and beyond CPUs have stricter requirements when it comes | marius | 2008-09-08 | 1 | -1/+2 |
* | Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u(). | marius | 2008-09-04 | 1 | -2/+10 |
* | - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work around | marius | 2008-08-30 | 1 | -21/+60 |
* | cosmetic changes and style fixes | marius | 2008-08-22 | 1 | -4/+7 |
* | - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There's | marius | 2008-08-07 | 2 | -122/+109 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 2 | -0/+4 |
* | - Make better use of the global chosen, memory and mmu handles instead | marius | 2007-06-17 | 1 | -52/+78 |
* | - Remove dupe and unused declarations and prototypes. | marius | 2007-06-16 | 1 | -67/+54 |
* | add an interface for passing the entire kernel size up front to the | kmacy | 2006-12-18 | 1 | -1/+50 |
* | remove CDDL derive hcall.S | kmacy | 2006-11-23 | 1 | -986/+0 |
* | Don't unconditionally compile-in the bcache code. It's only used on | marcel | 2006-11-02 | 1 | -2/+0 |
* | unbreak sparc64 loader build | kmacy | 2006-10-09 | 1 | -1/+0 |
* | add sun4v support to the sparc64 boot loader | kmacy | 2006-10-09 | 2 | -8/+1093 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | ru | 2005-09-22 | 1 | -2/+8 |
* | - Change the code that determines whether to use a serial console and | marius | 2005-08-15 | 1 | -17/+41 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 3 | -3/+3 |
* | NOFORTH -> NO_FORTH | ru | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -4/+0 |
* | Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes the | kensmith | 2004-09-08 | 1 | -3/+1 |
* | Temporary bandaid to help sparc64 systems with ATA disks boot. Recent | kensmith | 2004-08-19 | 1 | -1/+3 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 3 | -3/+3 |
* | To quote the submitter: | marcel | 2004-04-04 | 1 | -3/+15 |
* | _start.S -> _start.s as the latter is pure asm file. | ru | 2004-02-11 | 2 | -9/+1 |
* | Since loader(8) on SPARC64 is a pure ELF executable (as opposed | ru | 2004-02-10 | 1 | -1/+0 |
* | MFi386. | ru | 2004-02-09 | 3 | -52/+28 |
* | Convert to __FBSDID. | obrien | 2004-01-04 | 3 | -4/+7 |