summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29708 from DaanDeMeyer/bootctl-alwaysDaan De Meyer2023-10-251-2/+0
|\
| * meson: Always build systemd-measureDaan De Meyer2023-10-251-1/+0
| * meson: Always build bootctlDaan De Meyer2023-10-251-1/+0
* | Merge pull request #29601 from yuwata/mmap-check-overflowLuca Boccassi2023-10-241-1/+1
|\ \ | |/ |/|
| * tree-wide: check if return value of lseek() and friends is negativeYu Watanabe2023-10-191-1/+1
* | stub: Ignore the boot counter when looking for .extra.d directoryValentin David2023-10-201-0/+29
* | tpm2: move event tag sd-boot/sd-stub to make measurements with into src/funda...Lennart Poettering2023-10-202-6/+2
* | Merge pull request #29617 from keszybz/efi-no-xmalloc0Luca Boccassi2023-10-192-10/+3
|\ \ | |/ |/|
| * efi: drop unused xmalloc0()Zbigniew Jędrzejewski-Szmek2023-10-191-6/+0
| * efi: do not memzero fields before initializing themZbigniew Jędrzejewski-Szmek2023-10-191-4/+3
* | tree-wide: fix typoYu Watanabe2023-10-181-1/+1
* | sd-boot: add way to disable the 100ms delay when timeout=0Emil Velikov2023-10-173-20/+60
* | bootctl, sd-boot: cross document the menu-hidden/force ABIEmil Velikov2023-10-172-3/+14
|/
* stub: NULL checks for DeviceHandle and FilePathLukas2023-10-161-15/+19
* fuzz: Add fuzzer for efi conf/osrel parsingJan Janssen2023-10-152-0/+29
* boot: Fix OOB reads in conf/osrel parsingJan Janssen2023-10-152-1/+3
* boot: Move line_get_key_value to efi-stringJan Janssen2023-10-154-74/+128
* boot: Move parse_boolean to efi-stringJan Janssen2023-10-156-38/+50
* test: Remove unnecessary test prefixJan Janssen2023-10-151-1/+1
* Merge pull request #29502 from keszybz/sd-boot-config-tweaksLuca Boccassi2023-10-131-246/+210
|\
| * efi/boot: rename ConfigEntry to BootEntryZbigniew Jędrzejewski-Szmek2023-10-121-69/+69
| * efi/boot: adjust grammar and punctuation in commentsZbigniew Jędrzejewski-Szmek2023-10-121-14/+15
| * efi/boot: use "else if" instead of explicit "continue"Zbigniew Jędrzejewski-Szmek2023-10-121-93/+34
| * efi/boot: make timeout changes relative to current valueZbigniew Jędrzejewski-Szmek2023-10-121-12/+14
| * efi/boot: split out helper to reduce duplicate formatting codeZbigniew Jędrzejewski-Szmek2023-10-121-25/+15
| * sd-boot: when rebooting or powering off, save config stateZbigniew Jędrzejewski-Szmek2023-10-121-29/+60
| * efi/boot: use DEFINE_TRIVIAL_CLEANUP_FUNC() in one more placeZbigniew Jędrzejewski-Szmek2023-10-121-6/+5
* | docs: clarify difference between kernel stub and sd-stub in UEFI docLuca Boccassi2023-10-111-0/+7
* | boot: measure loader.conf in PCR5Luca Boccassi2023-10-091-3/+16
* | stub: measure all cmdline addons togetherLuca Boccassi2023-10-091-11/+17
* | stub: add support for dtb addonsLuca Boccassi2023-10-092-52/+207
* | efi: add xmemdupLuca Boccassi2023-10-091-0/+5
* | efi: add EFI_TCG2_TAGGED_EVENT and helpersLuca Boccassi2023-10-093-0/+90
|/
* sd-boot: add auto-reboot and auto-poweroff entriesEmil Velikov2023-10-061-3/+57
* sd-boot: sprinkle some ", ignoring" trailing messagesEmil Velikov2023-10-061-9/+13
* sd-boot: remove unneeded false assignmentEmil Velikov2023-10-061-1/+0
* sd-boot: cast away reboot_into_firmware() return typeEmil Velikov2023-10-061-1/+1
* bootctl: remove all our non-volatile variables on uninstallEmil Velikov2023-10-051-0/+2
* sd-boot: introduce and use efivar_unset()Emil Velikov2023-10-053-5/+22
* stub: drop empty lineLennart Poettering2023-10-041-1/+0
* docs: fix typo in UEFI_SECURITY.mdLuca Boccassi2023-10-041-1/+1
* tree-wide: fix typoYu Watanabe2023-10-042-2/+2
* tpm2: downgrade most log functions from error to debugDan Streetman2023-10-031-1/+1
* docs: fix spelling in UEFI_SECURITY.mdLuca Boccassi2023-10-031-2/+2
* docs: rephrase sentence about UKIs in UEFI_SECURITY.mdLuca Boccassi2023-10-031-7/+9
* docs: rephrase sentence about addons measuring in UEFI_SECURITY.mdLuca Boccassi2023-10-031-3/+2
* docs: rename src/boot/efi/SECURITY.md as UEFI_SECURITY.mdLuca Boccassi2023-10-021-0/+0
* doc: add compiler hardening details to UEFI SECURITY.mdLuca Boccassi2023-10-021-0/+15
* Merge pull request #29405 from poettering/boot-xmalloc0Lennart Poettering2023-10-024-6/+13
|\
| * util: add xmalloc0() helperLennart Poettering2023-10-022-4/+8