summaryrefslogtreecommitdiff
path: root/stand/kboot
AgeCommit message (Expand)Author
2025-12-27loader: Use C99 initializations for file_formatWarner Losh
2025-12-10kboot: Explicitly use host:/procWarner Losh
2025-11-24stand: Rename ZFSSRC to SAZFSSRC to avoid confusionWarner Losh
2025-09-02Revert "stand: Use calloc instead of malloc for initialization of filesystem ...Warner Losh
2025-09-01stand: Use calloc instead of malloc for initialization of filesystem devswnull
2025-07-30kboot: Support reading the smbios vis sysfsAndrew Turner
2025-06-11Update tramp.S commenttropicahq
2025-05-30kboot: Create quit commandWarner Losh
2025-05-30stand: Retire arch_loadaddr using md_align, pending its replacementWarner Losh
2025-05-26stand/kboot: Remove _end forward declWarner Losh
2025-05-26kboot: Initialize archsw at compile timeWarner Losh
2025-04-17kboot: Add support for UEFI booting amd64Warner Losh
2025-04-17kboot: Implement data_from_kernel to read kernel variablesWarner Losh
2025-04-17kboot/amd64: Use efi_bi_loadsmap in bi_loadsmapWarner Losh
2025-04-17kboot/amd64: Use segs framework to find kernel locationWarner Losh
2025-04-17kboot/amd64: Use common routines for memory map parsingWarner Losh
2025-04-17kboot: Move common EFI stuff from aarch64 to libkbootWarner Losh
2025-04-17kboot: Method to populate the avail array from EFI mapWarner Losh
2025-04-17kboot: Account for machine specific paddingWarner Losh
2025-04-17kboot: Save the upper limit of the call stack.Warner Losh
2025-04-17kboot: format nitWarner Losh
2025-04-17kboot: Add option to parse 32-bit quantityWarner Losh
2025-04-17kboot: .note.GNU-stack is neededWarner Losh
2025-04-17kboot: Spell Reserved correctlyWarner Losh
2025-04-09kboot: Free prior segs in init_avail()Warner Losh
2025-04-09kboot: Start to move efi common routines to libkbootWarner Losh
2025-04-09kboot: Use roundup2 instead of expanding the (old) definiution of it inlineWarner Losh
2025-04-09termios: Do return EINVAL for bad action to tcsetattr()Warner Losh
2025-04-09kboot: Move str* util routines to libkbootWarner Losh
2025-04-09kboot: Move seg code into libkbootWarner Losh
2025-04-09kboot: Use SRCS+= instead of continuation linesWarner Losh
2025-03-11loader.kboot: smbios: Add a comment about v3 entry point being favoredOlivier Certner
2024-12-04stand/efi: move G(x) and M(x) macros to loader_efi.hAhmad Khalifa
2024-12-04stand: move 'staging' to loader_efi.hAhmad Khalifa
2024-12-04kboot/aarch64: remove redundant includeAhmad Khalifa
2024-12-04stand: move efi's bi_load into loader_efi.hAhmad Khalifa
2024-11-07loader.kboot: Build on amd64Warner Losh
2024-07-29loader: Bump all versions to 3.0Warner Losh
2024-07-29stand: Remove obsolete junkWarner Losh
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-22stand/kboot: Fix the linker script OUTPUT_FORMATAndrew Turner
2024-05-19kboot: Use C99 initialiers for hostconsole.Warner Losh
2024-05-19kboot: Initialize hostfs_root sooner (and remove kboot.conf)Warner Losh
2024-05-19kboot: Move console, acpi and smbios initWarner Losh
2024-03-11kboot: kbootfdt: fix error handlingWarner Losh
2024-03-11kboot: Use is_linux_error to check mmap return errorWarner Losh
2024-03-11kboot: Print UEFI memory mapWarner Losh
2024-03-11kboot: hostfs -- check for llseek failure correctlyWarner Losh
2024-03-11kboot: Avoid UB in signed shiftWarner Losh
2024-03-11kboot: Create function for error checking.Warner Losh