aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Remove kgzip and kgzldr.Xin LI2019-05-249-466/+0
* Initialize a variable to fix build with GCC.Jung-uk Kim2019-05-231-1/+1
* Remove yet another unused variable.Jung-uk Kim2019-05-231-1/+0
* loader: Remove unused variableEmmanuel Vadot2019-05-231-1/+1
* loader: Add pnp functions for autoloading modules based on linker.hintsEmmanuel Vadot2019-05-233-12/+566
* stand: TARGET_ARCH is spelled MACHINE_ARCH in MakefilesJustin Hibbits2019-05-211-1/+1
* stand/powerpc: Only build loader.kboot for powerpc64Justin Hibbits2019-05-211-0/+3
* Unbreak the build when `ELF_VERBOSE` is defined after r348005Enji Cooper2019-05-211-1/+1
* [PowerPC64] stand: fix build using clang 8 as compilerLeandro Lupori2019-05-208-11/+18
* loader: fix memory handling errors in module.cToomas Soome2019-05-131-2/+17
* loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome2019-05-094-15/+15
* loader: no-TERM_EMU is broken nowToomas Soome2019-05-092-4/+10
* loader: ptable_print() needs two tabs sometimesToomas Soome2019-05-091-6/+20
* loader: implement proper 8 char tab stopsToomas Soome2019-05-092-8/+12
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-081-2/+2
* command_bcache() does not use argvToomas Soome2019-05-071-1/+1
* loader: bcache code does not need to check argument for free()Toomas Soome2019-05-071-4/+2
* loader: use safer DPRINTF body for non-debug caseToomas Soome2019-05-071-1/+1
* Simplify boot1 allocation of handles.Warner Losh2019-05-061-25/+8
* Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh2019-05-063-14/+26
* We only ever need one devinfo per handle. So allocate it outside ofWarner Losh2019-05-061-12/+12
* Reach over and pull in devpath.c from libefiWarner Losh2019-05-062-63/+4
* loader: validate sectorsize argument in disk_open()Toomas Soome2019-05-051-0/+4
* Use SRC+= rather than SRC=Warner Losh2019-05-031-1/+1
* Substitute boot1 with ${BOOT1}Warner Losh2019-05-031-6/+7
* When we can't get memory, trying again right away is going toWarner Losh2019-05-031-1/+1
* Remove stray '*'Warner Losh2019-05-031-1/+1
* stand: correct mis-merge from r346879Kyle Evans2019-05-021-14/+0
* Use D_PARTISGPT rather than bare 255Warner Losh2019-05-011-3/+3
* Add a paragraph that mentions gptboot having an interactive mode, andIan Lepore2019-04-301-1/+15
* zfsboot: to detect disk size, use GPT information firstToomas Soome2019-04-301-0/+32
* Implement uefi_ignore_boot_mgr env variable.Warner Losh2019-04-291-29/+35
* Implement uefi_rootdevWarner Losh2019-04-291-2/+24
* Read in and parse /efi/freebsd/loader.env from the boot device'sWarner Losh2019-04-291-0/+106
* loader: implement map-vdisk and unmap-vdisk commandsToomas Soome2019-04-265-1/+437
* Add the proper range of years for Netflix's copyright on thisWarner Losh2019-04-251-1/+1
* Move initialization of the block device handles earlier (we're justWarner Losh2019-04-251-18/+19
* Add efi_freebsd_delenvWarner Losh2019-04-252-1/+8
* loader: fdt: Add fdt_is_setup functionEmmanuel Vadot2019-04-253-1/+13
* Restore the ability to open a raw disk or partition in loader(8).Ian Lepore2019-04-251-2/+14
* Create boot_img as a global variableWarner Losh2019-04-224-24/+20
* Move setting of console earlier in boot.Warner Losh2019-04-221-12/+12
* Start to reduce the number of #ifdef EFI_ZFS_BOOTWarner Losh2019-04-204-15/+9
* Add wrapper functions to convert strings to EFI_DEVICE_PATHWarner Losh2019-04-192-8/+52
* Add UEFI definitions related to converting string to DEVICE_PATHWarner Losh2019-04-191-0/+20
* Add define for CONST.Warner Losh2019-04-191-0/+1
* Minor tweak to the debugWarner Losh2019-04-181-1/+1
* Add efi_delenvWarner Losh2019-04-182-0/+19
* Add a more generic efi_setenv function.Warner Losh2019-04-182-0/+20
* stand: refactor overlay loading a little bitKyle Evans2019-04-116-4/+32