aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Provide a shim layer in loader to condense the Open Firmware device tree toNathan Whitehorn2015-03-091-1/+2
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-192-4/+0
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-1/+1
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-082-0/+4
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* howto_names: unify declarationRoger Pau Monné2014-03-111-23/+1
* For now, clang spells -mcmodel=medlow as -mcmodel=small.Dimitry Andric2014-02-211-1/+3
* - The method introduced as part of r234898 for not altering the boot pathMarius Strobl2013-06-091-24/+24
* zfs/sparc64 boot: fix booting after r242230Andriy Gapon2013-01-201-8/+12
* Restore pre-r234898 printing of boot loader and path.Marius Strobl2012-12-161-3/+3
* Fix build after r243245.Marius Strobl2012-11-191-6/+6
* Hook in new files menusets.4th and manual.Devin Teske2012-11-071-1/+1
* Slightly reduce an overhead for the open() call in the zfsloader.Andrey V. Elsukov2012-09-111-3/+3
* Pull the tier-2 card and change the sparc64 ZFS loader to no longer probeMarius Strobl2012-07-271-9/+43
* The loaddev environment variable is not modifiable once set, so it is notMarius Strobl2012-06-041-14/+16
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-251-2/+1
* sparc64/zfs boot: take advantage of new libzfsboot capabilitiesAndriy Gapon2012-05-122-58/+26
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-121-3/+12
* Use a non-tricky approach for building and installing zfsboot sharingMarius Strobl2012-05-092-6/+2
* sys/boot: add common CTASSERT definitionAndriy Gapon2012-05-091-6/+0
* Add initial support for booting from ZFS on sparc64. At least on Sun FireMarius Strobl2012-05-017-40/+260
* Add a command for showing the heap usage.Marius Strobl2012-05-011-0/+12
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries fromMarius Strobl2011-07-021-25/+63
* Include forgotten framework changes to get some of the new menu files install...Julian Elischer2011-05-301-1/+2
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-0/+6
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-70/+1
* Revert rev 165325. The arch_maphint interface hasn't been in use forMarcel Moolenaar2011-04-031-46/+0
* Partially revert r203829; as it turns out what the PowerPC OFW loader didMarius Strobl2010-10-291-4/+4
* Merge from powerpc:Marius Strobl2010-09-161-33/+27
* Use -Wl,-N instead of the undocumented -N option for GCC.Ed Schouten2010-06-031-1/+1
* Add support for SPARC64 V (and where it already makes sense for otherMarius Strobl2010-05-021-2/+6
* Some machines can not only consist of CPUs running at different speedsMarius Strobl2010-02-201-1/+1
* Correct the panic strings introduced in r203830 to match their arguments.Marius Strobl2010-02-131-4/+4
* Use the SUNW,{d,i}tlb-load methods for entering locked TLB entries likeMarius Strobl2010-02-131-48/+26
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwareMarius Strobl2010-02-131-34/+115
* - Add code allowing a network device to only be open and closed onceMarius Strobl2010-01-091-1/+5
* Execute the cleanup handlers before jumping to the kernel justMarius Strobl2009-12-241-0/+2
* Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabsMarius Strobl2009-12-241-1/+0
* Fix masking of TTE bits; the TD_*_MASK macros need shifting via theMarius Strobl2009-04-141-5/+7
* Fix whitespace.Marius Strobl2009-04-131-3/+3
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* - Use the generally more appropriate PROM base rather than theMarius Strobl2009-02-101-4/+4
* Disable ATAPI DMA as it's once again broken in that it causes dataMarius Strobl2008-10-051-1/+1
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingMarius Strobl2008-09-101-0/+110
* USIII and beyond CPUs have stricter requirements when it comesMarius Strobl2008-09-081-1/+2
* Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u().Marius Strobl2008-09-041-2/+10
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundMarius Strobl2008-08-301-21/+60
* cosmetic changes and style fixesMarius Strobl2008-08-221-4/+7
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'sMarius Strobl2008-08-072-122/+109