aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand: share bootinfo.c between EFI and KBOOTWarner Losh2023-02-032-467/+4
* kboot: aarch64 bi_loadsmapWarner Losh2023-02-031-0/+19
* kboot: bi_loadsmap for amd64Warner Losh2023-02-031-0/+19
* kboot: Powerpc provide bi_loadsmapWarner Losh2023-02-031-0/+6
* kboot: Define bi_loadsmap for loading memory mapsWarner Losh2023-02-031-0/+2
* kboot: Call enumerate_memory_arch()Warner Losh2023-02-031-0/+1
* kboot: Update amd64 to use enumerate_memory_arch()Warner Losh2023-02-031-20/+20
* kboot: aarch64 memory enumeration enumerate_memory_arch()Warner Losh2023-02-031-0/+154
* kboot: Add powerpc stub for enumerate_memory_arch()Warner Losh2023-02-032-1/+12
* kboot: space_avail -- how much space exists from 'start' to end of segmentWarner Losh2023-02-032-0/+20
* kboot: Add parsing of /proc/iomem into seg.cWarner Losh2023-02-032-0/+151