summaryrefslogtreecommitdiff
path: root/stand/common/bootstrap.h
AgeCommit message (Expand)Author
2025-07-21stand: Add print_delay environment variable in loaderAymeric Wibo
2025-05-30stand: Retire arch_loadaddr using md_align, pending its replacementWarner Losh
2025-05-26stand: Update commentWarner Losh
2025-01-24stand: file_loadraw: make 'type' a const char *Ahmad Khalifa
2025-01-24stand: remove unnecessary checks for "elfN kernel"Ahmad Khalifa
2024-12-04stand: further restrict f_kernphys_relocatable and f_tg_kernel_supportAhmad Khalifa
2024-09-20stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa
2024-07-11loader: Load a splash screen if "splash" variable is definedEmmanuel Vadot
2024-05-19loader: separate lang init from scripting initWarner Losh
2024-02-21loader: Retire CTASSERTWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-19loader: Change version calculation to be more consistent.Stephen J. Kiernan
2023-02-03kboot: Don't need an arch pointer to get segmentsWarner Losh
2023-01-13stand: Separate base and cli parts of nvstoreWarner Losh
2023-01-11stand: create common set_currdevWarner Losh
2023-01-11stand: Move dev_cleanup into libsaWarner Losh
2023-01-11stand: Create common gen_setcurrdev and replace codeWarner Losh
2022-12-04kboot: Add md_addr to metadataWarner Losh
2022-09-01stand: Add interp_has_builtin_cmd to see if we have a commandWarner Losh
2022-02-13Add support for module_verboseSimon J. Gerraty
2021-12-14loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh
2021-09-08loader: implement mount/unmount rootfsToomas Soome
2021-08-08amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov
2021-06-20stand/common: Add support for timestamp logging (tslog)Colin Percival
2021-06-20stand/common: Add file_addbuf()Colin Percival
2021-01-02loader: implement framebuffer consoleToomas Soome
2020-11-08loader: cstyle cleanup of bootstrap.h did miss a bitToomas Soome
2020-11-08loader: cstyle cleanup of bootstrap.hToomas Soome
2020-09-21loader: zfs should support bootonce an nextbootToomas Soome
2020-08-29zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty
2020-06-23stand: remove redundant declarationsKyle Evans
2020-03-08veloader use vectx API for kernel and modulesSimon J. Gerraty
2019-02-26Enable veriexec for loaderSimon J. Gerraty
2018-09-01userboot: handle guest interpreter mismatches more intelligentlyKyle Evans
2018-07-13Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh
2018-06-14bootprog_info is generated in vers.c. Move it's definition toWarner Losh
2018-06-09stand: One more trivial consolidation (setting environment from howto)Kyle Evans
2018-06-09stand: Consolidate checking for boot flags driven by environment varsKyle Evans
2018-05-31Fix build of stand with base gccDimitry Andric
2018-04-16loader: command_errmsg should be constToomas Soome
2018-03-21Apply r228478 (CTASSERT => _Static_assert()) to stand bootstrap.hConrad Meyer
2018-03-13Prefer uintXX_t to u_intXX_tWarner Losh
2018-02-07Move simple interpreter 'perform' into interp.c and call itWarner Losh
2018-01-31Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh
2018-01-29loader: support for mixed-endianness ELF/loader and POWER8Wojciech Macek
2017-12-19Interact is always called with NULL. Simplify code a little byWarner Losh
2017-12-12Revert r326792, r326784, r326772, r326712Warner Losh
2017-12-11Fix regression with lua importWarner Losh
2017-12-08Const poison a couple of interfaces.Warner Losh
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh