aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
Commit message (Expand)AuthorAgeFilesLines
* kboot: kbootfdt: fix error handlingWarner Losh2024-03-111-7/+6
* kboot: Use is_linux_error to check mmap return errorWarner Losh2024-03-111-1/+1
* kboot: Print UEFI memory mapWarner Losh2024-03-111-0/+85
* kboot: hostfs -- check for llseek failure correctlyWarner Losh2024-03-111-3/+10
* kboot: Avoid UB in signed shiftWarner Losh2024-03-111-2/+3
* kboot: Create function for error checking.Warner Losh2024-03-111-4/+20
* loader/kboot: simplify linker set inclusion a littleWarner Losh2024-02-252-22/+0
* kboot: Centralize ldscript additionWarner Losh2024-02-257-6/+3
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-225-5/+0
* kboot: Implement write support for hostdiskWarner Losh2024-02-221-7/+8
* kboot: Fix zfs bootonce protocolWarner Losh2024-02-211-20/+15
* kboot: Add our own lua bindingsWarner Losh2024-02-162-0/+26
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-161-2/+0
* kboot: update copyright on these files.Warner Losh2024-01-284-0/+18
* kboot: Assert copyright hereWarner Losh2024-01-281-21/+4
* kboot: Move termios to libkbootWarner Losh2024-01-288-2/+2
* kboot: Move system calls to libkbootWarner Losh2024-01-2811-3/+3
* kboot: Move syscall stubs to libkbootWarner Losh2024-01-286-3/+5
* kboot: Cleanup libkern referenceWarner Losh2024-01-284-3/+7
* kboot: Move _start out of kboot and into libkbootWarner Losh2024-01-288-4/+19
* kboot: Move to kboot/kbootWarner Losh2024-01-2854-65/+73
* stand: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* stand: Rename LIBFDT to LIBSAFDTMark Johnston2023-11-071-2/+2
* Trim various $FreeBSD$John Baldwin2023-10-101-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
* kboot: Don't need an arch pointer to get segmentsWarner Losh2023-02-035-12/+8
* kboot: MI fixups to enable aarch64 bootingWarner Losh2023-02-031-8/+25
* kboot: Improve amd64 bootingWarner Losh2023-02-032-110/+262
* kboot: aarch64 trampoline implementationWarner Losh2023-02-032-55/+199