aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
Commit message (Expand)AuthorAgeFilesLines
* loader.kboot: smbios: Add a comment about v3 entry point being favoredOlivier Certner2025-04-081-0/+4
* loader: Bump all versions to 3.0Warner Losh2024-08-011-0/+1
* stand: Remove obsolete junkWarner Losh2024-08-011-5/+0
* stand/kboot: Fix the linker script OUTPUT_FORMATAndrew Turner2024-07-151-1/+1
* kboot: kbootfdt: fix error handlingWarner Losh2024-04-161-7/+6
* kboot: Use is_linux_error to check mmap return errorWarner Losh2024-04-161-1/+1
* kboot: Print UEFI memory mapWarner Losh2024-04-161-0/+85
* kboot: hostfs -- check for llseek failure correctlyWarner Losh2024-04-161-3/+10
* kboot: Avoid UB in signed shiftWarner Losh2024-04-161-2/+3
* kboot: Create function for error checking.Warner Losh2024-04-161-4/+20
* loader/kboot: simplify linker set inclusion a littleWarner Losh2024-04-162-22/+0
* kboot: Centralize ldscript additionWarner Losh2024-04-167-6/+3
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-04-165-5/+0
* kboot: Implement write support for hostdiskWarner Losh2024-04-161-7/+8
* kboot: Fix zfs bootonce protocolWarner Losh2024-04-161-19/+14
* kboot: Add our own lua bindingsWarner Losh2024-04-162-0/+26
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-04-161-2/+0
* kboot: update copyright on these files.Warner Losh2024-04-164-0/+18
* kboot: Assert copyright hereWarner Losh2024-04-161-21/+4
* kboot: Move termios to libkbootWarner Losh2024-04-168-2/+2
* kboot: Move system calls to libkbootWarner Losh2024-04-1611-3/+3
* kboot: Move syscall stubs to libkbootWarner Losh2024-04-166-3/+5
* kboot: Cleanup libkern referenceWarner Losh2024-04-164-3/+7
* kboot: Move _start out of kboot and into libkbootWarner Losh2024-04-168-4/+19
* kboot: Move to kboot/kbootWarner Losh2024-04-1654-65/+73
* stand: Fix typo (triple S)Jose Luis Duran2024-04-161-1/+1
* stand: Automated cleanup of cdefs and other formattingWarner Losh2024-04-163-3/+0
* stand: Rename LIBFDT to LIBSAFDTMark Johnston2023-11-161-2/+2
* Trim various $FreeBSD$John Baldwin2023-10-241-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* kboot: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* Add comments for memory sizeVexedUXR2023-06-121-1/+1
* kboot: Add smbios supportWarner Losh2023-05-011-1/+106
* kboot: Fix an off by one errorWarner Losh2023-05-011-1/+1
* kboot: Add HOST_MAP_FAILED defineWarner Losh2023-05-011-0/+2
* stand/kboot: SimplifyWarner Losh2023-05-011-12/+8
* Parse /kboot.confWarner Losh2023-03-141-0/+27
* kboot: Fix hostdisk_overrideWarner Losh2023-03-021-23/+12
* kboot: Use MIN instead of minWarner Losh2023-03-021-3/+4
* kboot: Better default boot deviceWarner Losh2023-03-021-6/+7
* kboot: Hack for running on FreeBSD hostWarner Losh2023-03-022-0/+8
* loader: always install help filesMitchell Horne2023-02-031-0/+2
* kboot: Keep track of what's used in the segmentWarner Losh2023-02-031-10/+19
* kboot: Allocate a really big first segmentWarner Losh2023-02-031-3/+16
* kboot: Remove externsWarner Losh2023-02-032-4/+0
* kboot: Try to read UEFI memory from physical memory on aarch64Warner Losh2023-02-031-7/+44