aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
...
* loader: remove left over call to unsetenv()Toomas Soome2021-01-061-1/+0
* loader: rewrite vidc_install_fontToomas Soome2021-01-061-32/+34
* loader: only use vidc_install_font() with vga controllerToomas Soome2021-01-043-0/+17
* loader: vidc_load_palette() does not need argumentsToomas Soome2021-01-041-2/+2
* loader: fix powerpc build with gfx_fbToomas Soome2021-01-044-2/+164
* loader: fix mips build with gfx_fbToomas Soome2021-01-042-1/+83
* loader: fix uboot build with gfx_fbToomas Soome2021-01-032-1/+81
* loader: fix build on non-x86 platformsToomas Soome2021-01-021-5/+5
* loader: implement framebuffer consoleToomas Soome2021-01-0249-398/+6065
* efi loader: fix typos in a commentEric van Gyzen2021-01-011-4/+4
* stand: fix WITHOUT_FORTH/WITHOUT_LOADER_LUA buildKyle Evans2021-01-011-1/+7
* stand: properly declare subdir deps or .WAIT, do parallel buildKyle Evans2020-12-315-6/+59
* lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans2020-12-313-1/+33
* libsa: xdrproc_t should return boolToomas Soome2020-12-271-1/+1
* 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