aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1413-2266/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-102-16/+7
* Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh2017-11-102-2/+1
* Remove LOADER_ZFS_SUPPORT as a Makefile variableWarner Losh2017-11-103-9/+7
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-12/+12
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-1/+1
* Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honoredWarner Losh2017-10-302-5/+3
* Use defs.mk defins in most MD codeWarner Losh2017-10-302-11/+13
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-1/+0
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-221-1/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-24/+2
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-8/+0
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-4/+2
* Move ufsread.cWarner Losh2017-10-121-1/+3
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-3/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-091-2/+2
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Prefer ${LIBSTAND} to -lstandWarner Losh2017-10-091-1/+1
* loader: r316585 did miss sparc/ofwToomas Soome2017-04-101-10/+18
* Fix sparc64 build broken by r316343 and r316076Allan Jude2017-04-021-0/+3
* Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper2017-03-281-2/+2
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-1/+1
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-5/+2
* Reduce boot loader version string duplicationEd Maste2016-12-181-4/+2
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-021-2/+2
* Stop closing the network device when netbooting for loaders using the commonBaptiste Daroussin2016-10-131-4/+0
* sys/boot: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-261-3/+3
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-061-7/+1
* Fix fallouts from r284590Baptiste Daroussin2015-06-191-0/+1
* Fix the loader for sparc64.Andreas Tobler2015-05-011-3/+3
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-031-0/+1
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-021-6/+1
* 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