aboutsummaryrefslogtreecommitdiff
path: root/stand/common/bootstrap.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* loader: Change version calculation to be more consistent.Stephen J. Kiernan2023-04-191-0/+1
* kboot: Don't need an arch pointer to get segmentsWarner Losh2023-02-031-3/+0
* stand: Separate base and cli parts of nvstoreWarner Losh2023-01-131-31/+0
* stand: create common set_currdevWarner Losh2023-01-111-0/+1
* stand: Move dev_cleanup into libsaWarner Losh2023-01-111-2/+0
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-111-1/+2
* kboot: Add md_addr to metadataWarner Losh2022-12-041-0/+1
* stand: Add interp_has_builtin_cmd to see if we have a commandWarner Losh2022-09-011-0/+1
* Add support for module_verboseSimon J. Gerraty2022-02-131-0/+8
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2021-12-141-0/+3
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-0/+4
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-081-0/+3
* stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-211-0/+2
* stand/common: Add file_addbuf()Colin Percival2021-06-211-0/+1
* loader: implement framebuffer consoleToomas Soome2021-01-021-0/+5
* loader: cstyle cleanup of bootstrap.h did miss a bitToomas Soome2020-11-081-3/+3
* loader: cstyle cleanup of bootstrap.hToomas Soome2020-11-081-119/+133
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-0/+31
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-291-1/+0
* stand: remove redundant declarationsKyle Evans2020-06-231-2/+0
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-7/+5
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-0/+7
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-011-0/+8
* Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh2018-07-131-2/+0
* bootprog_info is generated in vers.c. Move it's definition toWarner Losh2018-06-141-0/+5
* stand: One more trivial consolidation (setting environment from howto)Kyle Evans2018-06-091-0/+1
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-091-0/+1
* Fix build of stand with base gccDimitry Andric2018-05-311-1/+0
* loader: command_errmsg should be constToomas Soome2018-04-161-1/+1
* Apply r228478 (CTASSERT => _Static_assert()) to stand bootstrap.hConrad Meyer2018-03-211-4/+2
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-8/+8
* Move simple interpreter 'perform' into interp.c and call itWarner Losh2018-02-071-0/+2
* Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh2018-01-311-5/+5
* loader: support for mixed-endianness ELF/loader and POWER8Wojciech Macek2018-01-291-0/+3
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-2/+2
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+5
* Fix regression with lua importWarner Losh2017-12-111-5/+1
* Const poison a couple of interfaces.Warner Losh2017-12-081-2/+2
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+334