summaryrefslogtreecommitdiff
path: root/src/boot
Commit message (Expand)AuthorAgeFilesLines
* bootctl: don't try to remove esp_path (#4407)Evgeny Vereshchagin2016-10-191-1/+1
* boot: fix `bootctl install` segfault (#4404)Yu Watanabe2016-10-191-1/+2
* sd-boot: trigger to record further logs to tcg 2.0 final event log area (#4302)Lans Zhang2016-10-091-0/+23
* bootctl: properly skip duplicate entries (#4048)Mantas Mikulėnas2016-08-301-1/+4
* Add enable_disable() helperZbigniew Jędrzejewski-Szmek2016-07-311-1/+1
* Merge pull request #3757 from poettering/efi-searchZbigniew Jędrzejewski-Szmek2016-07-251-183/+265
|\
| * bootctl: modernize install_loader_config()Lennart Poettering2016-07-211-25/+17
| * bootctl: various coding style updatesLennart Poettering2016-07-211-9/+8
| * bootctl: clean up get_file_version()Lennart Poettering2016-07-211-4/+6
| * bootctl: use F_TYPE_EQUAL() to compare statfs' .f_type fieldLennart Poettering2016-07-211-1/+3
| * bootctl: move toupper() implementation to string-util.hLennart Poettering2016-07-211-10/+1
| * bootctl: make use of STRV_FOREACH() where we canLennart Poettering2016-07-211-4/+4
| * bootctl: rework to use common verbs parsing, and add searching of ESP pathLennart Poettering2016-07-211-122/+220
| * bootctl: fix error message checkLennart Poettering2016-07-211-1/+1
| * bootctl: minor coding style improvementsLennart Poettering2016-07-211-8/+6
* | tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering2016-07-221-2/+2
|/
* bootctl: Always use upper case for "/EFI/BOOT" and "/EFI/BOOT/BOOT*.EFI".Alexander Kurtz2016-07-211-4/+4
* bootctl: Use lower case string constants in case-insensitive comparisons.Alexander Kurtz2016-07-211-1/+1
* sd-boot: Fix waiting for keyboard input (#3735)Jan Janssen2016-07-181-6/+2
* Various fixes for typos found by lintian (#3705)Michael Biebl2016-07-121-1/+1
* tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-091-4/+4
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-2/+2
* sd-boot: put hashed kernel command line in a PCR of the TPMHarald Hoyer2016-02-114-0/+359
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-1017-34/+0
* bootctl: replace readdir() loops with FOREACH_DIRENTMichal Sekletar2016-01-311-12/+4
* bootctl: use DRAW_TREE_RIGHT rather than hard-coded UTF-8 characterDaniel Mack2016-01-201-3/+3
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-167-11/+11
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-17/+15
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
* tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-10/+5
* bootctl: fix path in log messageKarel Zak2015-08-061-1/+1
* systemd-boot: sort /EFI/Linux/*.efi filesKay Sievers2015-07-301-8/+21
* Merge pull request #779 from poettering/fflush-and-checkDaniel Mack2015-07-291-4/+4
|\
| * tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-4/+4
* | sd-boot: stub - export LoaderDevicePartUUIDKay Sievers2015-07-294-24/+82
|/
* systemd-boot: fix whitespaceKay Sievers2015-07-261-3/+3
* Merge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2Kay Sievers2015-07-261-2/+15
|\
| * sd-boot:Show stub cmdline when editJose Carlos Venegas Munoz2015-07-201-2/+15
* | bootctl: add missing newlineKay Sievers2015-07-251-0/+2
|/
* sd-boot: ignore missing /etc/machine-idDavid Herrmann2015-07-151-1/+1
* boot: use BUILD_ID if VERSION_ID is not presentDavid Herrmann2015-07-091-2/+10
* boot: fix memleaks in os-release parserDavid Herrmann2015-07-091-3/+6
* bootctl: fix sdboot to systemd-bootMiguel Bernal Marin2015-07-041-1/+1
* bootctl: fix an error checkThomas Hindoe Paaboel Andersen2015-05-231-1/+1
* bootctl: ferror must be called before FILE is closedThomas Hindoe Paaboel Andersen2015-05-221-9/+7