| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r286368: Remove guards around overwriting loader.rc and menu.rc | dteske | 2016-01-07 | 1 | -7/+1 |
* | MFC revisions 277693,278335,280382-280385,280923-280926,280931, | dteske | 2015-04-22 | 1 | -5/+1 |
* | MFC r264400,r265836: | ngie | 2014-12-31 | 1 | -1/+1 |
* | MFC r263005 by royger: howto_names: unify declaration | emaste | 2014-09-04 | 1 | -23/+1 |
* | MFC r262613: | dim | 2014-03-26 | 1 | -1/+3 |
* | - The method introduced as part of r234898 for not altering the boot path | marius | 2013-06-09 | 1 | -24/+24 |
* | zfs/sparc64 boot: fix booting after r242230 | avg | 2013-01-20 | 1 | -8/+12 |
* | Restore pre-r234898 printing of boot loader and path. | marius | 2012-12-16 | 1 | -3/+3 |
* | Fix build after r243245. | marius | 2012-11-19 | 1 | -6/+6 |
* | Hook in new files menusets.4th and manual. | dteske | 2012-11-07 | 1 | -1/+1 |
* | Slightly reduce an overhead for the open() call in the zfsloader. | ae | 2012-09-11 | 1 | -3/+3 |
* | Pull the tier-2 card and change the sparc64 ZFS loader to no longer probe | marius | 2012-07-27 | 1 | -9/+43 |
* | The loaddev environment variable is not modifiable once set, so it is not | marius | 2012-06-04 | 1 | -14/+16 |
* | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | gleb | 2012-05-25 | 1 | -2/+1 |
* | sparc64/zfs boot: take advantage of new libzfsboot capabilities | avg | 2012-05-12 | 2 | -58/+26 |
* | zfsboot/zfsloader: support accessing filesystems within a pool | avg | 2012-05-12 | 1 | -3/+12 |
* | Use a non-tricky approach for building and installing zfsboot sharing | marius | 2012-05-09 | 2 | -6/+2 |
* | sys/boot: add common CTASSERT definition | avg | 2012-05-09 | 1 | -6/+0 |
* | Add initial support for booting from ZFS on sparc64. At least on Sun Fire | marius | 2012-05-01 | 7 | -40/+260 |
* | Add a command for showing the heap usage. | marius | 2012-05-01 | 1 | -0/+12 |
* | - 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 |