aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand: Remove a double word in a source code commentGordon Bergling2023-04-231-1/+1
* libsa: make single bit bitfields unsigned to avoid clang 16 warningDimitry Andric2023-04-221-2/+2
* stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34.John Baldwin2023-03-222-0/+6
* libsa: Add missing GNU-stack annotations to _setjmp.S.John Baldwin2023-03-225-0/+10
* stand: i386: take into account disk sector size for blk calculationKyle Evans2022-09-171-1/+2
* Adjust parse() definition in boot2 to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* loader.efi: add cross-reference to loader(8)Ed Maste2022-06-161-0/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-06-103-3/+3
* stand: zfs: handle holes at the tail end correctlyKyle Evans2022-04-241-0/+13
* libsa: Fix a typo in a panic messageGordon Bergling2022-04-231-1/+1
* loader: userboot: provide a getsecs() implementationKyle Evans2022-04-211-0/+12
* stand: libefi: swap /Pci() printing aroundKyle Evans2022-04-211-2/+2
* stand: Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* Unify zlib instances into one.Xin LI2022-04-1010-467/+1
* loader.4th(8): Fix a typo in the manual pageGordon Bergling2022-04-091-1/+1
* loader.efi: Improve the manual pageMateusz Piotrowski2022-04-041-11/+62
* gptboot.8: Fix a typo and fix lint warningsMateusz Piotrowski2022-03-221-3/+4
* efi: loader: Inline copy_finish function in amd64 trampolineDavid Sebek2022-01-094-26/+60
* Add clzdi2 to libsa on mips and powerpc, when built with gccDimitry Andric2021-12-221-0/+5
* Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson2021-12-221-1/+0
* ANSIify libsa functionsAlfonso2021-12-066-21/+9
* ficl: Fix a typo in a commentGordon Bergling2021-12-031-1/+1
* efi(8): Fix a typo in a source code commentGordon Bergling2021-11-111-1/+1
* loader: dev_net.c should use __func__ with printfToomas Soome2021-10-081-14/+16
* libsa: cstyle cleanup of dosfs.cToomas Soome2021-10-081-551/+566
* loader: cstyle cleanup of userboot/devicename.cToomas Soome2021-10-081-119/+123
* loader: cstyle cleanup of libsa/lseek.cToomas Soome2021-10-081-68/+69
* loader(8): fix path to be correct loader.4th.Warner Losh2021-10-081-2/+2
* loader: update autoboot description and move to loader.conf.5Daniel Gerzo2021-10-082-29/+43
* Disable PIE for MIPS BERI boot loaderMarcin Wojtas2021-10-081-0/+4
* Disable PIE for MIPS ubldrMarcin Wojtas2021-10-081-0/+4
* Disable PIE for powerpc bootloaders.Marcin Wojtas2021-10-084-0/+8
* Fix dateMateusz Piotrowski2021-10-081-1/+1
* Link efi programs with -pie rather than -sharedAlex Richardson2021-10-082-2/+2
* Ignore the .interp section in the arm64 EFI loaderAndrew Turner2021-10-081-0/+1
* Quiet int-to-pointer-cast warnings on i386 with GCC 9.John Baldwin2021-10-081-2/+2
* Update to today's dateWarner Losh2021-10-081-3/+1
* Very preliminary loader.efi(8) man pageWarner Losh2021-10-082-0/+55
* stand: use portable ln -n instead of ln -hAlex Richardson2021-10-081-1/+1
* Loader: explain the syntax of currdevAllan Jude2021-10-081-3/+9
* loader: implement GELI writesToomas Soome2021-10-086-46/+86
* loader: update zfsimpl.c from illumos review suggestionsToomas Soome2021-10-081-14/+22
* loader: provide u> and xemit words if neededToomas Soome2021-10-081-0/+23
* EFI loader: Don't free bcache for DEVT_DISK devsColin Percival2021-10-081-2/+4
* pkgfs_open: follow symlinksSimon J. Gerraty2021-10-081-1/+18
* stand/ficl 64-bit compatibilityBrandon Bergren2021-10-083-5/+8
* loader: cstyle cleanupToomas Soome2021-10-081-220/+241
* loader: crc32 is provided by libsaToomas Soome2021-10-082-4/+4
* Fix 64-bit build of libofw.Brandon Bergren2021-10-081-10/+10
* loader.efi: remove extra extern STWarner Losh2021-10-081-2/+0