summaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* lualoader: fix lua-lint runKyle Evans2020-12-171-1/+1
* lualoader: cli: provide a show-module-options loader commandKyle Evans2020-12-174-2/+91
* Drop EFI_STAGING_SIZE back down to 64MWarner Losh2020-12-171-3/+1
* loader: allow loader to accept zfs feature com.delphix:bookmark_writtenToomas Soome2020-12-151-0/+1
* loader: allow loader to accept zfs feature com.datto:bookmark_v2Toomas Soome2020-12-151-0/+1
* loader: Ignore the .interp section on RISC-VJessica Clarke2020-12-141-0/+1
* loader: Print autoboot countdown immediately, not at 9Jessica Clarke2020-12-141-2/+3
* stand: liblua: add a pager moduleKyle Evans2020-12-124-1/+92
* lualoader: config: fix module enabled checkKyle Evans2020-12-121-1/+1
* lualoader: provide module-manipulation commandsKyle Evans2020-12-124-10/+129
* Properly define the bool type in the BSD kernel shim.Hans Petter Selasky2020-12-071-1/+6
* loader: xdr_array is missing countToomas Soome2020-12-071-120/+245
* Add missing busdma prototypes for load and unload and implement dummy syncHans Petter Selasky2020-12-072-4/+21
* Tidy up code a bit. Add missing section comments.Hans Petter Selasky2020-12-071-12/+20
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-053-0/+16
* Fix mis-spelled macro in the kernel shim.Hans Petter Selasky2020-12-041-1/+1
* Add more macros, types and prototypes for building kernel code into bootloaders.Hans Petter Selasky2020-12-041-1/+17
* Fix definition of int64_t and uint64_t when long is 64-bit. This gets the kernelHans Petter Selasky2020-12-041-0/+8
* ficl: make dump a bit friendlierToomas Soome2020-12-011-6/+32
* ficl: instead of pad, emit can use local variableToomas Soome2020-12-011-1/+1
* Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with theMaxim Sobolev2020-11-251-5/+3
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-181-2/+5
* zfsboot: add prototype for main()Toomas Soome2020-11-151-0/+2
* loader: cstyle cleanup of console.cToomas Soome2020-11-141-173/+187
* loader: cstyle cleanup of bootstrap.h did miss a bitToomas Soome2020-11-081-3/+3
* loader: cstyle cleanup of bootstrap.hToomas Soome2020-11-081-119/+133
* loader: add aarch64 support for zstdWarner Losh2020-10-281-2/+0
* loader: revert r342161 and r342151Toomas Soome2020-10-221-18/+4
* Add 'netserver' command to EFI loader.Michal Meloun2020-10-141-0/+35
* Use adrp in the arm64 efi loaderAndrew Turner2020-10-131-5/+10
* Force __BMI__ experimental instructions off.Warner Losh2020-10-131-0/+1
* Add back org.freebsd:zstd_compress to features_for_readWarner Losh2020-10-131-2/+0
* Turn off zstd on aarch64Warner Losh2020-10-132-1/+11
* Add zstd support to the boot loader.Warner Losh2020-10-124-3/+66
* Link efi programs with -pie rather than -sharedAlex Richardson2020-10-122-2/+2
* loader: edd_device_path_v3 is too smallToomas Soome2020-10-121-18/+1
* Fix a few mandoc issuesGordon Bergling2020-10-093-10/+16
* lualoader: improve the design of the brand-/logo- mechanismKyle Evans2020-10-047-138/+171
* Correct the documented size of kern.msgbufsizeMateusz Piotrowski2020-10-021-2/+2
* lualoader: clear up some luacheck warningsKyle Evans2020-10-013-4/+4
* Implement some time variables from kernelWarner Losh2020-09-292-0/+38
* Report the kernel console on the boot screenWarner Losh2020-09-282-0/+45
* Fix video on PCI heuristicWarner Losh2020-09-281-2/+4
* loader: fix non-zfs buildToomas Soome2020-09-233-1/+5
* loader: zfs_probe_dev should pick first matching zfs poolToomas Soome2020-09-232-2/+4
* Work around cp breakage in current from last weekWarner Losh2020-09-232-2/+2
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-221-4/+4
* Tweak ficl definition from r365724Brandon Bergren2020-09-221-1/+1
* stand/reloc_elf: Handle relative relocations for arm{,64} and riscvD Scott Phillips2020-09-211-1/+10
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-2125-494/+2803