index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
/
efi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Add BCD unit test
Jan Janssen
2021-12-11
3
-4
/
+193
*
boot: Remove unused memmem_safe
Jan Janssen
2021-12-11
2
-21
/
+0
*
boot: Add BCD store parser
Jan Janssen
2021-12-11
4
-29
/
+314
*
boot: Make OFFSETOF lowercase
Jan Janssen
2021-12-11
4
-7
/
+7
*
boot: Add strncasecmpa helper function
Jan Janssen
2021-12-11
2
-0
/
+25
*
meson: Fix gnu-efi detection for clang
Jan Janssen
2021-12-11
1
-0
/
+1
*
Merge pull request #21570 from AdrianVovk/stub-global-creds
Zbigniew Jędrzejewski-Szmek
2021-12-11
3
-21
/
+45
|
\
|
*
stub: Load credentials from \loader\credentials\*.cred
Adrian Vovk
2021-12-10
3
-19
/
+43
|
*
stub: Properly null-terminate filenames in pack_cpio_one
Adrian Vovk
2021-12-08
1
-2
/
+2
*
|
meson: Auto detect efi-ld
Jan Janssen
2021-12-11
1
-2
/
+11
|
/
*
Merge pull request #21264 from medhefgo/boot-lto
Zbigniew Jędrzejewski-Szmek
2021-12-07
2
-26
/
+51
|
\
|
*
sd-boot: Always add TextInputEx to wait queue if available
Jan Janssen
2021-11-29
1
-3
/
+3
|
*
sd-boot: Add LTO support
Jan Janssen
2021-11-29
1
-3
/
+11
|
*
sd-boot: Let compiler figure out libgcc location
Jan Janssen
2021-11-29
1
-2
/
+1
|
*
sd-boot: Let the compiler invoke the linker for us
Jan Janssen
2021-11-29
1
-21
/
+39
*
|
Merge pull request #21307 from medhefgo/boot-alloc
Zbigniew Jędrzejewski-Szmek
2021-12-07
13
-245
/
+143
|
\
\
|
*
|
sd-boot: Use non-failing allocators everywhere else
Jan Janssen
2021-11-29
12
-119
/
+35
|
*
|
sd-boot: Simplify path creation
Jan Janssen
2021-11-29
1
-8
/
+4
|
*
|
sd-boot: Make stra_to_path/stra_to_str non-failing
Jan Janssen
2021-11-29
4
-38
/
+28
|
*
|
sd-boot: Use non-failing allocators in boot.c
Jan Janssen
2021-11-29
1
-82
/
+55
|
*
|
sd-boot: Add non-failing allocators
Jan Janssen
2021-11-29
1
-0
/
+23
|
|
/
*
|
tree-wide: fix typo
Yu Watanabe
2021-12-01
1
-1
/
+1
*
|
tree-wide: fix typo
Yu Watanabe
2021-11-30
1
-1
/
+1
*
|
sd-boot: Fix assert failure in random-seed.c
Jan Janssen
2021-11-29
1
-6
/
+3
|
/
*
meson: Rename compile_args to efi_cfalgs
Jan Janssen
2021-11-28
1
-8
/
+8
*
meson: Default to sbat-distro=auto
Jan Janssen
2021-11-28
1
-2
/
+4
*
meson: Use fs module
Jan Janssen
2021-11-14
1
-2
/
+2
*
boot: line-break magic[] array to match osrel[] line breaks
Lennart Poettering
2021-11-11
1
-2
/
+3
*
boot: when we can't boot use the right boot loader entry display title in log...
Lennart Poettering
2021-11-11
1
-1
/
+1
*
boot: clean up unified boot loader entry name/version extraction
Lennart Poettering
2021-11-11
1
-45
/
+67
*
boot: const arguments should be const
Lennart Poettering
2021-11-11
1
-2
/
+2
*
boot: ternary op is your friend
Lennart Poettering
2021-11-11
1
-6
/
+2
*
boot: add comments what closely related ConfigEntry fields are about
Lennart Poettering
2021-11-11
1
-4
/
+4
*
meson: Rework gnu-efi detection
Jan Janssen
2021-11-10
1
-283
/
+274
*
sd-boot: Add .osrel section
Jan Janssen
2021-11-05
2
-4
/
+11
*
sd-boot: Fix efi_arch checks
Jan Janssen
2021-11-04
1
-2
/
+2
*
sd-boot: Detect supported compile args
Jan Janssen
2021-11-04
1
-19
/
+28
*
sd-boot: Add some link flags
Jan Janssen
2021-11-04
2
-16
/
+3
*
sd-stub: Fix possible memory leak
Jan Janssen
2021-11-04
1
-8
/
+4
*
sd-boot: Check for existence of required pe sections
Jan Janssen
2021-11-04
2
-17
/
+30
*
sd-boot: Move optional header verification into verify_pe
Jan Janssen
2021-11-04
1
-10
/
+4
*
sd-boot: Use FLAGS_SET
Jan Janssen
2021-11-04
4
-8
/
+8
*
sd-boot: Always compile with -ffreestanding and -fshort-wchar
Jan Janssen
2021-11-04
1
-2
/
+3
*
sd-boot: Save and restore console attributes
Jan Janssen
2021-11-04
1
-1
/
+8
*
sd-boot: Add support to boot last selected entry
Jan Janssen
2021-10-29
1
-5
/
+44
*
sd-boot: Allow glob patterns for default and oneshot EFI vars too
Jan Janssen
2021-10-29
1
-23
/
+11
*
sd-boot: Keep all EFI var loading together
Jan Janssen
2021-10-29
1
-40
/
+33
*
sd-boot: Add keys to reboot into firmware interface
Jan Janssen
2021-10-22
1
-20
/
+41
*
sd-boot: Be more precise about secure boot modes
Jan Janssen
2021-10-22
3
-5
/
+23
*
Merge pull request #21065 from keszybz/efi-warnings
Zbigniew Jędrzejewski-Szmek
2021-10-21
2
-3
/
+3
|
\
[next]