summaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PowerPC] Remove obsolete MK_LOADER_FORCE_LEBrandon Bergren2020-09-151-6/+0
* stand/ficl 64-bit compatibilityBrandon Bergren2020-09-143-5/+8
* Only set WARNS if not definedKyle Evans2020-09-113-3/+3
* Ignore the .interp section in the arm64 EFI loaderAndrew Turner2020-09-101-0/+1
* stand/efihttp: Work around a bug in edk2 http instance reconfigurationD Scott Phillips2020-09-091-0/+16
* Fix 64-bit build of libofw.Brandon Bergren2020-09-081-10/+10
* Quiet int-to-pointer-cast warnings on i386 with GCC 9.John Baldwin2020-09-041-2/+2
* Update to today's dateWarner Losh2020-09-011-3/+1
* Add defines for OpenZFS variablesWarner Losh2020-09-011-0/+3
* Very preliminary loader.efi(8) man pageWarner Losh2020-09-012-0/+55
* Document boot1.efiWarner Losh2020-09-012-0/+102
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-297-45/+96
* Create CFLAGS_EARLY.file for boot loader.Warner Losh2020-08-281-0/+5
* Declare time()Warner Losh2020-08-281-0/+5