aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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-493/+2802
* [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-109/+108
* 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
* Fix compilation error for install.c in loaderStephen J. Kiernan2020-07-311-5/+1
* loader: Avoid -Wpointer-to-int cast warnings for Arm and RISC-VJessica Clarke2020-07-262-2/+2
* Revert that!Simon J. Gerraty2020-07-192-12/+3
* Oops missed Makefile.configSimon J. Gerraty2020-07-192-3/+12
* loader: cstyle cleanupToomas Soome2020-07-191-219/+240
* Really fix cleandir after r362973Mitchell Horne2020-07-141-1/+2
* Loader: explain the syntax of currdevAllan Jude2020-07-131-3/+9
* loader: implement GELI writesToomas Soome2020-07-116-46/+85
* Properly backout r362998Warner Losh2020-07-101-4/+4
* Revert r362998, r326999 while a better compatibility strategy is devised.Scott Long2020-07-091-1/+1
* loader: setting vdev size based on label asize is not workingToomas Soome2020-07-091-4/+54
* Fix a example/docs typo from r362998, no functional change.Scott Long2020-07-071-1/+1