summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bootctl: show unique titlesZbigniew Jędrzejewski-Szmek2017-11-071-2/+2
| * bootctl: add listing of loader entriesZbigniew Jędrzejewski-Szmek2017-11-071-0/+119
| * sd-boot: simplify the implementation of entry uniquificationZbigniew Jędrzejewski-Szmek2017-10-231-46/+24
* | Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1921-0/+21
|/
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-044-5/+5
* "Don't fear the fsync()"Alan Jenkins2017-08-171-4/+10
* boot/efi: don't hard fail on error for tpm measure (#6473)Harald Hoyer2017-07-282-4/+2
* build-sys: rename SD_BOOT_LOG_TPM to ENABLE_TPMZbigniew Jędrzejewski-Szmek2017-07-184-4/+4
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-2/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* bootctl: allow non-root user to run `bootctl status` (#5964)Yu Watanabe2017-07-111-29/+37
* sd-boot: stub: Obtain PE section offsets from RAM, not disk (#6250)Matthew Garrett2017-07-035-81/+83
* tree-wide: drop assert.h includesZbigniew Jędrzejewski-Szmek2017-05-131-1/+0
* sd-boot: added shim signature/MOK validation (#5702)Max Resch2017-05-094-0/+307
* Merge pull request #5842 from keszybz/meson-status-and-conditionalsMichael Biebl2017-05-031-1/+1
|\
| * meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* | sd-boot: remove compiler warning (#5860)Max Resch2017-04-301-3/+3
* | sd-boot: remove unnecessary defines (#5848)Max Resch2017-04-291-4/+1
|/
* meson: add compiler flags for "--tpm" in EFI apps (#5829)Max Resch2017-04-281-0/+2
* meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-251-2/+2
* meson: define gnu_efi_arch for the arch efi name, fix ldsdir detectionZbigniew Jędrzejewski-Szmek2017-04-251-6/+15
* meson: use "sh -eu" and make .sh +x, .py -xZbigniew Jędrzejewski-Szmek2017-04-241-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-241-165/+166
* meson: use efi-includedir to look for headerZbigniew Jędrzejewski-Szmek2017-04-241-3/+2
* test-efi-create-disk.sh: allow running from separate build dir, hook up to mesonZbigniew Jędrzejewski-Szmek2017-04-241-1/+14
* meson: replace yes/no/auto with true/false/autoZbigniew Jędrzejewski-Szmek2017-04-241-2/+2
* meson: use join_paths consistentlyMichael Biebl2017-04-241-2/+2
* meson: add support for building efi modulesZbigniew Jędrzejewski-Szmek2017-04-242-0/+185