index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+2
*
tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()
Yu Watanabe
2021-02-09
2
-59
/
+2
*
fundamental: move several macros and functions into src/fundamental/
Yu Watanabe
2021-02-09
5
-96
/
+11
*
boot: Replace efivar_set() persistent argument with flags argument
Daan De Meyer
2021-02-04
5
-45
/
+47
*
boot: Add startswith() and endswith() functions with no_case variants
Daan De Meyer
2021-02-02
3
-12
/
+66
*
boot: Drop unnecessary braces
Daan De Meyer
2021-02-02
1
-2
/
+1
*
boot: Fix void pointer arithmetic warning
Daan De Meyer
2021-02-02
1
-1
/
+1
*
boot: Replace raw efivar gets with typed variants
Daan De Meyer
2021-02-02
1
-21
/
+15
*
boot: Add efivar_get/set_uint64_le() functions
Daan De Meyer
2021-02-02
2
-0
/
+65
*
boot: Rename efivar_get/set_int() to efivar_get/set_uint_string()
Daan De Meyer
2021-02-02
3
-9
/
+9
*
boot: Tighten scope of variables used in loops
Daan De Meyer
2021-02-02
9
-101
/
+70
*
boot: Add efivar_get_boolean_u8()
Daan De Meyer
2021-02-02
3
-5
/
+17
*
boot: Make all efivar util functions take the guid as an argument
Daan De Meyer
2021-01-31
4
-44
/
+50
*
boot: Turn all guid constants into C99 compound initializers
Daan De Meyer
2021-01-31
10
-60
/
+56
*
boot: Enable C99
Daan De Meyer
2021-01-31
1
-2
/
+2
*
boot: Move Secure Boot logic to new file
Daan De Meyer
2021-01-31
8
-27
/
+30
*
sd-boot: Add missing includes
Daan De Meyer
2021-01-31
8
-0
/
+15
*
sd-boot: Make internal functions static
Daan De Meyer
2021-01-31
3
-4
/
+4
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
3
-18
/
+17
*
tree-wide: add spdx header on all scripts and helpers
Zbigniew Jędrzejewski-Szmek
2021-01-28
1
-0
/
+1
*
boot: at least one of os_name_pretty or os_name exists in this block
Yu Watanabe
2021-01-12
1
-2
/
+2
*
A typo fix in bootctl.c (#18106)
Endre Szabo
2020-12-30
1
-1
/
+1
*
efi: Only use arm flags if supported
Andrew Balmos
2020-12-15
1
-1
/
+7
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
31
-31
/
+31
*
headers: use custom LicenseRef- spdx tag for various "public domain" files
Zbigniew Jędrzejewski-Szmek
2020-10-29
2
-1
/
+2
*
headers: add spdx tags to imported files with a known license
Zbigniew Jędrzejewski-Szmek
2020-10-29
1
-0
/
+2
*
tree-wide: use the usual SPDX header for our own files
Zbigniew Jędrzejewski-Szmek
2020-10-29
1
-0
/
+2
*
bootctl: add @current/@oneshot/@default targets to set-default/set-oneshot
Дамјан Георгиевски
2020-10-20
1
-8
/
+33
*
bootctl: separate boot loader specific commands in man and --help
Lennart Poettering
2020-10-14
1
-17
/
+19
*
boot/efi: Explicitly specify void in parameter list
Marco Wang
2020-10-06
1
-1
/
+1
*
bootctl: handle if LoaderSystemToken is invalid for some reason
Lennart Poettering
2020-09-14
1
-1
/
+3
*
bootctl: don't accidentally propagate errors in "bootctl status"
Lennart Poettering
2020-09-10
1
-5
/
+5
*
tree-wide: drop pointless zero initialization (#16884)
fangxiuning
2020-08-28
1
-2
/
+2
*
Merge pull request #16687 from DaanDeMeyer/bootloader-machine-id
Zbigniew Jędrzejewski-Szmek
2020-08-18
1
-43
/
+4
|
\
|
*
bootctl: Remove dependency on machine-id.
Daan De Meyer
2020-08-10
1
-43
/
+4
*
|
bless-boot: add missing verb to --help
Zbigniew Jędrzejewski-Szmek
2020-08-05
1
-0
/
+1
|
/
*
sd-boot: Add small comments after device-specific key macros
Paul Cercueil
2020-06-18
1
-4
/
+4
*
sd-boot: Work around malformed CR key code
Paul Cercueil
2020-06-15
1
-0
/
+4
*
bootctl: add simple, low-level reboot-to-firmware verb for controlling the flag
Lennart Poettering
2020-05-29
1
-2
/
+39
*
bootctl: show reboot-to-firmware info, too
Lennart Poettering
2020-05-29
1
-0
/
+12
*
efi: cache LoaderEntries EFI variable
Lennart Poettering
2020-05-29
1
-1
/
+8
*
sd-boot: fix menu ordering with boot counting
Daniel Fullmer
2020-05-26
1
-8
/
+8
*
tree-wide: fix bad errno checks
Zbigniew Jędrzejewski-Szmek
2020-05-20
1
-1
/
+1
*
tree-wide: fix spelling errors
Frantisek Sumsal
2020-04-21
1
-1
/
+1
*
tree-wide: spellcheck using codespell
Zbigniew Jędrzejewski-Szmek
2020-04-16
1
-1
/
+1
*
sd-boot: Add → as alternative to boot selected entry
Jan Janssen
2020-04-15
1
-0
/
+1
*
Remove unneded {}s
Zbigniew Jędrzejewski-Szmek
2020-04-13
1
-2
/
+1
*
bootctl: fix assert issue
Lennart Poettering
2020-04-09
1
-1
/
+1
*
*: use _cleanup_close_ with fdopen() where trivial
Vito Caputo
2020-03-31
1
-5
/
+4
*
boot: Ensure ARM UEFI binary does not contain FP/SIMD instructions
James T. Lee
2020-03-08
1
-0
/
+2
[next]