aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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-229/+250
* 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
* Migrate the feature of excluding RAM pages to use "excludelist"Scott Long2020-07-071-4/+4
* loader: geli_dev_ioctl does return huge mediasizeToomas Soome2020-07-071-1/+1
* Fix cleandir target post r362973Mitchell Horne2020-07-061-1/+1
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-0611-8/+598
* loader: zfs reader does not need BOOT2 bitsToomas Soome2020-07-021-28/+0
* loader: potential memory leak and check return valuesToomas Soome2020-07-021-2/+12
* boot1.efi: use malloc family from libsaToomas Soome2020-06-301-36/+16
* loader: can not read zfs pool with slog removedToomas Soome2020-06-261-2/+12
* stand: remove redundant declarationsKyle Evans2020-06-233-3/+1
* Revert r362466Baptiste Daroussin2020-06-222-4/+4
* Improve wording to be more precise and clear.Hans Petter Selasky2020-06-212-4/+4
* loader: libofw build is missing sys/list.h after r362431Toomas Soome2020-06-201-0/+1
* loader: fix libofw build after r362431Toomas Soome2020-06-201-1/+1
* loader: create single zfs nextboot implementationToomas Soome2020-06-2013-1179/+1401
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-2/+10
* loader: r362262 did miss the pathlen checkToomas Soome2020-06-171-1/+1
* loader: strings in nvlist are counted strings, not c-stringsToomas Soome2020-06-171-62/+83
* loader: vidc_init should also erase the screenToomas Soome2020-06-171-5/+2
* boot2: need to expand tab output and mask getcharToomas Soome2020-06-161-2/+28
* loader: zfs_cmd.c does not really compile without libzfs.hToomas Soome2020-06-161-3/+0
* loader: variable i is unused without MBR/GPT support built inToomas Soome2020-06-161-3/+2
* zfsboot: cstyle cleanupToomas Soome2020-06-141-644/+673
* loader.efi: update console after gfx mode changeToomas Soome2020-06-141-0/+3
* Minor cleanup of initialized variablesSimon J. Gerraty2020-06-121-3/+3
* Fix the efi serial console in the Arm models.Andrew Turner2020-06-101-12/+9
* loader: install allow for more complete device spec in urlSimon J. Gerraty2020-06-081-19/+62
* lualoader: drop the filename and word "LUA" from errorsKyle Evans2020-06-031-1/+1
* gptboot.efi: align secbuf to 4KMitchell Horne2020-06-031-1/+1
* stand/uboot: fix setting of gateip.s_addrSimon J. Gerraty2020-06-011-1/+1
* lualoader: improve drawer error handlingKyle Evans2020-06-011-0/+8
* Fix libstand build breakage after r361298.John Baldwin2020-05-201-6/+6
* loader: fix userboot's ability to detect a guest's interpreterKyle Evans2020-05-201-1/+10
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-128-29/+1
* Avoid using non-portable dd conv=osync optionAlex Richardson2020-05-113-3/+3
* loader: vdev_read() can corrupt memoryToomas Soome2020-05-091-7/+21
* Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset.Andrew Turner2020-05-051-0/+2
* As with r352446 align blocks in boot1.efiAndrew Turner2020-05-051-5/+5
* Redo r360540 to retain the ifndef sparc code, not delete it.Warner Losh2020-05-011-4/+10
* Remove more stray sparc64 ifdefs.Warner Losh2020-05-011-18/+4