summaryrefslogtreecommitdiff
path: root/src/boot
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge pull request #9437 from poettering/sd-boot-countLennart Poettering3-0/+657
2018-10-19units: add simple boot check unitLennart Poettering1-0/+106
2018-10-19add "systemd-bless-boot-generator"Lennart Poettering1-0/+75
2018-10-19add new systemd-bless-boot.service that marks boots as successfulLennart Poettering1-0/+476
2018-10-20bootctl: include error cause in log messageYu Watanabe1-1/+1
2018-10-18efi: rework OFFSETOF() based on __builtin_offsetof()Lennart Poettering1-1/+1
2018-10-16sd-boot: factor out searching for loader entryLennart Poettering1-16/+23
2018-10-16sd-boot: also set an ID for the reboot-into-firmware entryLennart Poettering1-1/+3
2018-10-16sd-boot: write the IDs of all discovered entries to an EFI variableLennart Poettering3-1/+28
2018-10-16efi: make efivar_set_raw() buffer argument VOID*Lennart Poettering3-4/+4
2018-10-16sd-boot: add boot counting mechanismLennart Poettering1-16/+275
2018-10-16sd-boot: coding style fix, don't rely on C's downgrade-to-bool feature for nu...Lennart Poettering1-2/+2
2018-10-16sd-boot: remove left-over lgpl blurbLennart Poettering1-5/+0
2018-10-16sd-boot: simplify memory management in processing of unified kernel image a bitLennart Poettering1-5/+3
2018-10-16sd-boot: properly free all config entry fieldsLennart Poettering1-1/+6
2018-10-16sd-boot: rename ConfigEntry field 'file' to 'id'Lennart Poettering1-20/+20
2018-10-16sd-boot: break overly long function argument lists following our usual coding...Lennart Poettering1-13/+71
2018-10-16sd-boot: drop initialization of 'line' which we override in the next line anywayLennart Poettering1-3/+0
2018-10-16efi: explicity check for NULL in FreePoolp()Lennart Poettering1-1/+6
2018-10-16efi: add cleanup handler for closing file descriptorsLennart Poettering1-0/+7
2018-10-16efi: add poor man's offsetof() implementationLennart Poettering1-0/+1
2018-10-12console: avoid promotion to signed intDavid Tardon1-1/+1
2018-10-08bootctl: include boot entries discovered by the boot loader but not in $BOOT ...Lennart Poettering1-0/+16
2018-10-08bootctl: add new verbs for setting the default boot/oneshot entryLennart Poettering1-10/+64
2018-10-08bootctl: add auto-pagingLennart Poettering1-0/+15
2018-10-08bootctl: highlight various title/product fields in outputLennart Poettering1-4/+4
2018-10-08bootctl: unify the code which we use to show boot loader entriesLennart Poettering1-69/+56
2018-10-08bootctl: downgrade to log messages that aren't actually errorsLennart Poettering1-2/+2
2018-10-08bootctl: reword status/list section headers a bitLennart Poettering1-5/+5
2018-10-08bootctl: show 'Default Boot Entry' header only when we found somethingLennart Poettering1-5/+4
2018-10-08bootspec: remove redundant loggingLennart Poettering1-4/+2
2018-10-08bootctl: tiny shortificationLennart Poettering1-6/+5
2018-10-08bootctl: let's be paranoid and synchronize the ESP in full after all changesLennart Poettering1-0/+20
2018-10-08Merge pull request #10262 from keszybz/hibres-disableLennart Poettering1-0/+2
2018-10-02boot: change multiplication orderZbigniew Jędrzejewski-Szmek1-1/+1
2018-09-30meson: avoid calling the shell to resolve efi_libdirMike Gilbert1-3/+6
2018-09-30meson: use an array option for efi-ccMike Gilbert1-5/+5
2018-09-28meson: use the host architecture compiler/linker for src/boot/efiHelmut Grohne1-0/+6
2018-09-27bootspec: rename "filename" field to "id"Lennart Poettering1-0/+2
2018-09-13meson: disable _all_ tests when -Dtests=falseZbigniew Jędrzejewski-Szmek1-3/+5
2018-09-03boot/efi/stub.c: fix Dell LoadOptionsHarald Hoyer1-1/+1
2018-08-30tree-wide: use '#pragma once' for header guardYu Watanabe9-38/+9
2018-08-29sd-boot: fix header guardYu Watanabe1-1/+2
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-6/+13
2018-07-31meson: drop parens when appending to listZbigniew Jędrzejewski-Szmek1-2/+2
2018-07-23meson: drop redundant messagesYu Watanabe1-4/+0
2018-07-23tree-wide: drop empty lines in commentsYu Watanabe3-5/+0
2018-06-25Merge pull request #9398 from yuwata/lgtm-fixesLennart Poettering1-12/+2
2018-06-25boot: do not assume the last character in cmdline is a newlineZbigniew Jędrzejewski-Szmek1-6/+8
2018-06-25bootctl: drop dead codeYu Watanabe1-12/+2