aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot/libkboot
Commit message (Expand)AuthorAgeFilesLines
* kboot: Implement data_from_kernel to read kernel variablesWarner Losh2025-04-172-0/+293
* kboot: Move common EFI stuff from aarch64 to libkbootWarner Losh2025-04-172-26/+162
* kboot: Method to populate the avail array from EFI mapWarner Losh2025-04-171-0/+37
* kboot: Save the upper limit of the call stack.Warner Losh2025-04-171-0/+3
* kboot: Add option to parse 32-bit quantityWarner Losh2025-04-171-0/+13
* kboot: .note.GNU-stack is neededWarner Losh2025-04-173-0/+6
* kboot: Spell Reserved correctlyWarner Losh2025-04-171-2/+1
* kboot: Free prior segs in init_avail()Warner Losh2025-04-091-0/+1
* kboot: Start to move efi common routines to libkbootWarner Losh2025-04-092-0/+101
* termios: Do return EINVAL for bad action to tcsetattr()Warner Losh2025-04-091-1/+1
* kboot: Move str* util routines to libkbootWarner Losh2025-04-092-0/+47
* kboot: Move seg code into libkbootWarner Losh2025-04-092-0/+369
* kboot: Use SRCS+= instead of continuation linesWarner Losh2025-04-091-4/+4
* kboot: update copyright on these files.Warner Losh2024-01-281-0/+6
* kboot: Move termios to libkbootWarner Losh2024-01-282-1/+68
* kboot: Move system calls to libkbootWarner Losh2024-01-282-1/+167
* kboot: Move syscall stubs to libkbootWarner Losh2024-01-284-1/+82
* kboot: Cleanup libkern referenceWarner Losh2024-01-282-0/+6
* kboot: Move _start out of kboot and into libkbootWarner Losh2024-01-285-0/+184