| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #12508 from keszybz/no-root-checks | Yu Watanabe | 2019-06-06 | 2 | -15/+13 |
|\ |
|
| * | bootctl: drop must_be_root() checks | Zbigniew Jędrzejewski-Szmek | 2019-05-08 | 1 | -9/+8 |
| * | bless-boot: drop must_be_root() checks | Zbigniew Jędrzejewski-Szmek | 2019-05-08 | 1 | -6/+5 |
* | | sd-boot: Remove unnecessary call to GetEventLog | Joe Richey | 2019-06-03 | 1 | -54/+11 |
* | | bootctl: do not allow -x and -p to be used together | Zbigniew Jędrzejewski-Szmek | 2019-05-19 | 1 | -0/+6 |
* | | bootctl: add -x shortcut for --print-boot-path | Zbigniew Jędrzejewski-Szmek | 2019-05-19 | 1 | -5/+4 |
* | | bootclt: add missing column | Zbigniew Jędrzejewski-Szmek | 2019-05-19 | 1 | -1/+1 |
|/ |
|
* | codespell: fix spelling errors | Ben Boeckel | 2019-04-29 | 2 | -2/+2 |
* | scripts: use 4 space indentation | Zbigniew Jędrzejewski-Szmek | 2019-04-12 | 1 | -2/+2 |
* | bootctl: urlify .conf files | Zbigniew Jędrzejewski-Szmek | 2019-04-05 | 1 | -2/+10 |
* | bootctl: emit extra warning if the default boot entry is broken | Zbigniew Jędrzejewski-Szmek | 2019-04-05 | 1 | -6/+19 |
* | bootctl: check if files specified by boot entry exist, and warn if not | Zbigniew Jędrzejewski-Szmek | 2019-04-05 | 1 | -10/+31 |
* | bootctl: replace "type" with "source" in output | Zbigniew Jędrzejewski-Szmek | 2019-04-05 | 1 | -9/+5 |
* | tree-wide: use SD_ID128_UUID_FORMAT_STR as appropriate | Zbigniew Jędrzejewski-Szmek | 2019-04-05 | 1 | -4/+6 |
* | boot: use TAKE_PTR() where appropriate | Lennart Poettering | 2019-04-02 | 2 | -16/+8 |
* | tree-wide: use reallocarray() where appropriate | Lennart Poettering | 2019-04-02 | 1 | -1/+1 |
* | Merge pull request #11971 from keszybz/kernel-install-directory | Lennart Poettering | 2019-03-14 | 1 | -13/+25 |
|\ |
|
| * | bootctl: use path_join() to join paths | Zbigniew Jędrzejewski-Szmek | 2019-03-14 | 1 | -3/+3 |
| * | bootctl: create $BOOT/<machine-id> when installing sd-boot | Zbigniew Jędrzejewski-Szmek | 2019-03-12 | 1 | -11/+23 |
* | | boot: avoid 32-bit calculation for a 64-bit lvalue | Zbigniew Jędrzejewski-Szmek | 2019-03-12 | 2 | -1/+8 |
* | | efi: wrap some long lines | Zbigniew Jędrzejewski-Szmek | 2019-03-08 | 1 | -18/+38 |
|/ |
|
* | bootspec: move augmentation of loader-discovered entries into bootspec.c | Lennart Poettering | 2019-03-05 | 1 | -17/+5 |
* | bootctl: tweak 'list' output a bit | Lennart Poettering | 2019-03-05 | 1 | -2/+3 |
* | Merge pull request #11243 from poettering/nspawn-root-overlay | Zbigniew Jędrzejewski-Szmek | 2019-03-01 | 1 | -1/+1 |
|\ |
|
| * | copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r... | Lennart Poettering | 2019-03-01 | 1 | -1/+1 |
* | | meson: sort header list again | Lennart Poettering | 2019-03-01 | 1 | -1/+1 |
* | | stub: don't override LoaderDevicePartUUID EFI var | Lennart Poettering | 2019-03-01 | 1 | -3/+4 |
* | | stub: don't ask for variable data we actually don't care about | Lennart Poettering | 2019-03-01 | 1 | -4/+4 |
* | | stub: fix GUID to check EFI vars in | Lennart Poettering | 2019-03-01 | 1 | -4/+4 |
* | | efi: beef up efivar_get_xyz() to accept NULL return values | Lennart Poettering | 2019-03-01 | 2 | -3/+15 |
* | | sd-boot: don't print error string where there's no error code known | Lennart Poettering | 2019-03-01 | 1 | -1/+1 |
* | | sd-boot: also look for boot loader entries in the XBOOTLDR partition | Lennart Poettering | 2019-03-01 | 4 | -0/+344 |
* | | sd-boot: don't dereference NULL ptr if loaded_image_path is NULL | Lennart Poettering | 2019-03-01 | 1 | -1/+1 |
* | | sd-boot: pass device handle to config_entry_add_linux() | Lennart Poettering | 2019-03-01 | 1 | -3/+3 |
* | | bootctl: properly handle readdir() errors | Lennart Poettering | 2019-03-01 | 1 | -1/+1 |
* | | bootctl: let's make sure we always add empty line after EFI binary output | Lennart Poettering | 2019-03-01 | 1 | -4/+6 |
* | | boot-bless: port over to new $BOOT discovery calls | Lennart Poettering | 2019-03-01 | 1 | -75/+116 |
* | | bootctl: output where we found $BOOT | Lennart Poettering | 2019-03-01 | 1 | -2/+25 |
* | | bootctl: teach bootctl the new partition type | Lennart Poettering | 2019-03-01 | 1 | -113/+237 |
* | | bootspec: load entries from both the ESP and XBOOTLDR partitions | Lennart Poettering | 2019-03-01 | 1 | -2/+2 |
* | | bootctl: safety check for regular file when reading EFI images | Lennart Poettering | 2019-03-01 | 1 | -0/+4 |
* | | bootctl: use SYNTHETIC_ERRNO() where appropriate | Lennart Poettering | 2019-03-01 | 1 | -6/+3 |
|/ |
|
* | Make systemd-boot compliant with the Linux Boot / EFI Handover Protocol | Michael Niewöhner | 2019-02-20 | 2 | -69/+107 |
* | Revert "Set secure_boot flag in Kernel Zero-Page (#7482)" | Michael Niewöhner | 2019-02-20 | 3 | -14/+3 |
* | boot/efi: use a wildcard section copy for final EFI generation | YiFei Zhu | 2019-02-09 | 1 | -3/+1 |
* | tree-wide: use '"' instead of '\"' | Louis Taylor | 2019-01-17 | 1 | -1/+1 |
* | Remove 'inline' attributes from static functions in .c files (#11426) | Topi Miettinen | 2019-01-15 | 1 | -2/+2 |
* | tree-wide: use c99 static for array size declarations | Zbigniew Jędrzejewski-Szmek | 2019-01-04 | 2 | -2/+2 |
* | meson: generate version tag from git | Zbigniew Jędrzejewski-Szmek | 2018-12-21 | 3 | -8/+8 |
* | locale-util: prefix special glyph enum values with SPECIAL_GLYPH_ | Lennart Poettering | 2018-12-14 | 1 | -6/+6 |