summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-1416-27/+27
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* efi: explicitly cast physical address to UINTN when converting to/from pointersLennart Poettering2018-05-313-3/+3
* meson: also try to search gnu-efi based on EFI_MACHINE_TYPE_NAME (#8900)Yu Watanabe2018-05-041-8/+13
* tree-wide: avoid assignment of r just to use in a comparisonZbigniew Jędrzejewski-Szmek2018-04-241-2/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-062-26/+0
* boot: also use _cleanup_freepool_ in util.cZbigniew Jędrzejewski-Szmek2018-03-131-18/+14
* sd-boot: introduce _cleanup_freepool_Zbigniew Jędrzejewski-Szmek2018-03-137-154/+99
* Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek2018-03-074-1/+149
|\
| * bootctl: synchronize bootctl code with sd-boot codeHenrique Dante de Almeida2018-02-031-0/+1
| * boot/efi: improve automatic mode handlingHenrique Dante de Almeida2018-02-031-2/+62
| * boot/efi: add console-mode boot option to change resolutionHenrique Dante de Almeida2018-02-033-1/+88
* | Merge pull request #7817 from medhefgo/systemd-bootZbigniew Jędrzejewski-Szmek2018-03-074-124/+176
|\ \
| * | systemd-boot: fix off-by-one buffer overrunZbigniew Jędrzejewski-Szmek2018-03-071-3/+2
| * | systemd-boot: reduce indentation in config_entry_add_linux()Zbigniew Jędrzejewski-Szmek2018-03-071-94/+95
| * | systemd-boot: Try harder not to add ourselves to the listJan Janssen2018-03-071-4/+24
| * | systemd-boot: Make automatic entries configurableJan Janssen2018-01-281-6/+38
| * | systemd-boot: Return EFI_STATUS instead of INTN for file_read()Jan Janssen2018-01-284-23/+23
| |/
* | Add missing double quote from log message (#8257)antizealot13372018-02-231-1/+1
* | tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering2018-02-201-2/+3
|/
* boot/efi: TPM V2 fix for GetEventLog EFI functionRaphael Vogelgsang2018-01-251-1/+4
* bootctl: report StubInfo if presentДамјан Георгиевски2018-01-151-1/+4
* EFI stub: add StubInfo if non-existantДамјан Георгиевски2018-01-151-0/+3
* EFI stub: add LoaderFirmwareInfo, LoaderFirmwareType if non-existantДамјан Георгиевски2018-01-151-0/+14
* EFI stub: add LoaderImageIdentifier if non-existantДамјан Георгиевски2018-01-151-0/+7
* Merge pull request #7855 from poettering/log-h-includesZbigniew Jędrzejewski-Szmek2018-01-151-0/+2
|\
| * log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* | bootctl: add newline after printf (#7856)winnerman-pythian2018-01-111-1/+1
|/
* separate flags from shebangbleep_blop2017-12-251-1/+2
* sd-boot, udev: trivial condition simplificationsYu Watanabe2017-12-251-1/+1
* bootctl: silence warning about signed/unsigned comparisonZbigniew Jędrzejewski-Szmek2017-12-191-1/+1
* Merge pull request #7631 from cgwalters/systemctl-offlineLennart Poettering2017-12-151-6/+6
|\
| * verbs: Rename VERB_OFFLINE to VERB_ONLINE_ONLY, expand MUSTBEROOTColin Walters2017-12-141-6/+6
* | tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+2
|/
* Merge pull request #7611 from poettering/bootspec-fixesZbigniew Jędrzejewski-Szmek2017-12-121-42/+54
|\
| * verbs: add a new VERB_MUSTBEROOT flagLennart Poettering2017-12-111-14/+6
| * tree-wide: unify logging of "Must be root" messageLennart Poettering2017-12-111-9/+0
| * bootctl: don't trip up in "bootctl status" when we can't find the ESP because...Lennart Poettering2017-12-111-6/+10
| * efi: rework find_esp() error propagation/logging a bitLennart Poettering2017-12-111-13/+38
* | tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-2/+2
|/
* boot/efi: fixup TPM V2 measuring and logging (#7568)Harald Hoyer2017-12-071-23/+58
* Set secure_boot flag in Kernel Zero-Page (#7482)Max Resch2017-12-063-3/+14
* shim: fix logically dead codeZbigniew Jędrzejewski-Szmek2017-11-281-9/+4
* boot/shim: fix char ** vs char * mismatchZbigniew Jędrzejewski-Szmek2017-11-281-2/+2
* boot/efi: fix NULL dereferenceZbigniew Jędrzejewski-Szmek2017-11-281-7/+7
* Merge pull request #7154 from keszybz/bootspecLennart Poettering2017-11-202-258/+191
|\
| * bootctl: add a convenient way to print the path to EFIZbigniew Jędrzejewski-Szmek2017-11-191-2/+17
| * bootctl: rename r2 and r to r and kZbigniew Jędrzejewski-Szmek2017-11-191-23/+23
| * bootctl: move find_esp() to sharedZbigniew Jędrzejewski-Szmek2017-11-071-193/+14