summaryrefslogtreecommitdiffstats
path: root/src/boot/bootctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-3/+0
* bootctl: optionally install .signed efi fileДамјан Георгиевски2021-12-081-4/+18
* bootctl: use new red/green check/cross mark helpers at two placesLennart Poettering2021-11-231-4/+2
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-4/+1
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-2/+2
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-2/+2
* | sd-boot: Add support to boot last selected entryJan Janssen2021-10-291-1/+1
|/
* bootctl: refuse parsing unknown special '@' entry idsLennart Poettering2021-10-271-2/+16
* sd-boot: Be more precise about secure boot modesJan Janssen2021-10-221-2/+4
* Merge pull request #20776 from medhefgo/boot-timeoutLennart Poettering2021-10-111-10/+61
|\
| * bootctl: Add set-timeout verbJan Janssen2021-10-081-10/+61
* | tree-wide: remove a few unnecessary inclusions of ftw.hLennart Poettering2021-10-071-1/+0
|/
* basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
* basic: split out sync() family of calls from fs-util.[ch] into new c/h fileLennart Poettering2021-10-051-4/+4
* boot: automatically load drop-in EFI drivers off the ESPLennart Poettering2021-09-231-0/+1
* bootctl: Fix update not adding EFI entry if Boot IDs are non-consecutiveAnssi Hannula2021-09-231-1/+1
* tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering2021-08-201-7/+6
* tree-wide: use memmem_safe()Lennart Poettering2021-08-101-1/+1
* memory-util: add mempmem_safe()Lennart Poettering2021-08-101-2/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* bootctl: tweak "bootctl update" to be a NOP when boot loader is already curre...Lennart Poettering2021-07-301-17/+32
* docs: improve wording when mentioning the acronym "ESP"nl67202021-07-091-1/+1
* bootctl: print SystemdOptions from efivarfs if newer than our cacheZbigniew Jędrzejewski-Szmek2021-06-151-6/+17
* Inline some inerator variablesZbigniew Jędrzejewski-Szmek2021-06-151-15/+10
* basic/efivars: replace dynanamic creation of efivar names with static stringsZbigniew Jędrzejewski-Szmek2021-06-151-34/+38
* bootctl: same entry path check case-insensitivezsien2021-05-111-1/+5
* bootctl: take --make-machine-id-directory=yes|no|auto and make/remove \$MACHI...наб2021-05-051-11/+105
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+1
* util: add helpers for generating colored check mark glyphs from boolsLennart Poettering2021-03-021-2/+2
* bootctl: show whether the firmware has TPM2 supportLennart Poettering2021-02-111-0/+1
* tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()Yu Watanabe2021-02-091-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+7
* A typo fix in bootctl.c (#18106)Endre Szabo2020-12-301-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* bootctl: add @current/@oneshot/@default targets to set-default/set-oneshotДамјан Георгиевски2020-10-201-8/+33
* bootctl: separate boot loader specific commands in man and --helpLennart Poettering2020-10-141-17/+19
* bootctl: handle if LoaderSystemToken is invalid for some reasonLennart Poettering2020-09-141-1/+3
* bootctl: don't accidentally propagate errors in "bootctl status"Lennart Poettering2020-09-101-5/+5
* tree-wide: drop pointless zero initialization (#16884)fangxiuning2020-08-281-2/+2
* bootctl: Remove dependency on machine-id.Daan De Meyer2020-08-101-43/+4
* bootctl: add simple, low-level reboot-to-firmware verb for controlling the flagLennart Poettering2020-05-291-2/+39
* bootctl: show reboot-to-firmware info, tooLennart Poettering2020-05-291-0/+12
* efi: cache LoaderEntries EFI variableLennart Poettering2020-05-291-1/+8
* tree-wide: fix bad errno checksZbigniew Jędrzejewski-Szmek2020-05-201-1/+1
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* bootctl: fix assert issueLennart Poettering2020-04-091-1/+1
* *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+4
* bootlctl: show LoaderDevicePartUUID information in statusZbigniew Jędrzejewski-Szmek2019-11-301-10/+16
* bootctl: make 'random-seed' handle inability to write system token EFI variab...Lennart Poettering2019-11-211-4/+28