aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* ZFS: remove duplicate "com.datto:encryption" from loaderMatt Macy2020-08-271-1/+0
* libsa: only skein_block.c is using SKEIN_LOOPToomas Soome2020-08-261-2/+2
* ZFS: whitelist zstd and encryption in the loaderMatt Macy2020-08-251-0/+2
* Fix userboot after r364355Matt Macy2020-08-251-1/+1
* Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson2020-08-241-1/+0
* When we have a command returned by zfs_nextboot() that is longerGleb Smirnoff2020-08-201-1/+6
* libsa: smbios: Parse the chassis type and export it as smbios.chassis.typeEmmanuel Vadot2020-08-201-0/+85
* libsa: remove leftover whitespaceToomas Soome2020-08-191-1/+1
* libsa: make env_discard() publicToomas Soome2020-08-192-3/+2
* libsa: cstyle cleanup for environment.cToomas Soome2020-08-191-119/+118
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-187-81/+212
* Fix stand/newvers.sh with zsh in sh modeAlex Richardson2020-08-121-2/+4
* Allow overriding the tool used for stripping binariesAlex Richardson2020-08-111-1/+1
* stand: use portable ln -n instead of ln -hAlex Richardson2020-08-061-1/+1