aboutsummaryrefslogtreecommitdiff
path: root/stand/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-052-4/+4
* Increase the size of the heap size available on sparc64 duringKurt Lidl2018-08-221-1/+1
* Older zfs boot blocks don't support symlinks. install the link toWarner Losh2018-07-231-1/+1
* Collapse zfsloader functionality back down into loader.Warner Losh2018-07-203-9/+7
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-081-1/+1
* Move ZFS files into libsaWarner Losh2018-07-082-2/+3
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-2/+0
* - Unbreak booting sparc64 kernels after the metadata unification inMarius Strobl2018-05-211-2/+2
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-132-7/+7
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-1/+0
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-121-2/+2
* stand: Fix build after r330249Kyle Evans2018-03-011-1/+1
* stand: Makefile SUBDIR cleanupKyle Evans2018-03-011-3/+1
* Add NO_OBJ to those directories that don't make anything.Warner Losh2018-02-261-0/+2
* Fix compilation with LOADER_DEBUG defined after r329725.Marius Strobl2018-02-211-1/+1
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-212-11/+5
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-132-346/+1
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-021-2/+2
* Centralize several variables.Warner Losh2018-02-022-3/+0
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-181-3/+1
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1
* Delcare md_load in libofw.h. Make all prototypes match for ofwWarner Losh2017-12-032-2/+1
* Remove stale dependency on ufsread.cWarner Losh2017-12-021-2/+0
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-201-1/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1413-0/+2266