summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2018-05-31efi: explicitly cast physical address to UINTN when converting to/from pointersLennart Poettering3-3/+3
2018-05-04meson: also try to search gnu-efi based on EFI_MACHINE_TYPE_NAME (#8900)Yu Watanabe1-8/+13
2018-04-24tree-wide: avoid assignment of r just to use in a comparisonZbigniew Jędrzejewski-Szmek1-2/+1
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2-26/+0
2018-03-13boot: also use _cleanup_freepool_ in util.cZbigniew Jędrzejewski-Szmek1-18/+14
2018-03-13sd-boot: introduce _cleanup_freepool_Zbigniew Jędrzejewski-Szmek7-154/+99
2018-03-07Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek4-1/+149
2018-03-07Merge pull request #7817 from medhefgo/systemd-bootZbigniew Jędrzejewski-Szmek4-124/+176
2018-03-07systemd-boot: fix off-by-one buffer overrunZbigniew Jędrzejewski-Szmek1-3/+2
2018-03-07systemd-boot: reduce indentation in config_entry_add_linux()Zbigniew Jędrzejewski-Szmek1-94/+95
2018-03-07systemd-boot: Try harder not to add ourselves to the listJan Janssen1-4/+24
2018-02-23Add missing double quote from log message (#8257)antizealot13371-1/+1
2018-02-20tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering1-2/+3
2018-02-03bootctl: synchronize bootctl code with sd-boot codeHenrique Dante de Almeida1-0/+1
2018-02-03boot/efi: improve automatic mode handlingHenrique Dante de Almeida1-2/+62
2018-02-03boot/efi: add console-mode boot option to change resolutionHenrique Dante de Almeida3-1/+88
2018-01-28systemd-boot: Make automatic entries configurableJan Janssen1-6/+38
2018-01-28systemd-boot: Return EFI_STATUS instead of INTN for file_read()Jan Janssen4-23/+23
2018-01-25boot/efi: TPM V2 fix for GetEventLog EFI functionRaphael Vogelgsang1-1/+4
2018-01-15bootctl: report StubInfo if presentДамјан Георгиевски1-1/+4
2018-01-15EFI stub: add StubInfo if non-existantДамјан Георгиевски1-0/+3
2018-01-15EFI stub: add LoaderFirmwareInfo, LoaderFirmwareType if non-existantДамјан Георгиевски1-0/+14
2018-01-15EFI stub: add LoaderImageIdentifier if non-existantДамјан Георгиевски1-0/+7
2018-01-15Merge pull request #7855 from poettering/log-h-includesZbigniew Jędrzejewski-Szmek1-0/+2
2018-01-11bootctl: add newline after printf (#7856)winnerman-pythian1-1/+1
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+2
2017-12-25separate flags from shebangbleep_blop1-1/+2
2017-12-25sd-boot, udev: trivial condition simplificationsYu Watanabe1-1/+1
2017-12-19bootctl: silence warning about signed/unsigned comparisonZbigniew Jędrzejewski-Szmek1-1/+1
2017-12-15Merge pull request #7631 from cgwalters/systemctl-offlineLennart Poettering1-6/+6
2017-12-14verbs: Rename VERB_OFFLINE to VERB_ONLINE_ONLY, expand MUSTBEROOTColin Walters1-6/+6
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-1/+2
2017-12-12Merge pull request #7611 from poettering/bootspec-fixesZbigniew Jędrzejewski-Szmek1-42/+54
2017-12-11verbs: add a new VERB_MUSTBEROOT flagLennart Poettering1-14/+6
2017-12-11tree-wide: unify logging of "Must be root" messageLennart Poettering1-9/+0
2017-12-11bootctl: don't trip up in "bootctl status" when we can't find the ESP because...Lennart Poettering1-6/+10
2017-12-11efi: rework find_esp() error propagation/logging a bitLennart Poettering1-13/+38
2017-12-11tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering1-2/+2
2017-12-07boot/efi: fixup TPM V2 measuring and logging (#7568)Harald Hoyer1-23/+58
2017-12-06Set secure_boot flag in Kernel Zero-Page (#7482)Max Resch3-3/+14
2017-11-28shim: fix logically dead codeZbigniew Jędrzejewski-Szmek1-9/+4
2017-11-28boot/shim: fix char ** vs char * mismatchZbigniew Jędrzejewski-Szmek1-2/+2
2017-11-28boot/efi: fix NULL dereferenceZbigniew Jędrzejewski-Szmek1-7/+7
2017-11-20Merge pull request #7154 from keszybz/bootspecLennart Poettering2-258/+191
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek21-0/+21
2017-11-19bootctl: add a convenient way to print the path to EFIZbigniew Jędrzejewski-Szmek1-2/+17
2017-11-19bootctl: rename r2 and r to r and kZbigniew Jędrzejewski-Szmek1-23/+23
2017-11-07bootctl: move find_esp() to sharedZbigniew Jędrzejewski-Szmek1-193/+14