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
*
Disable non-explicit sbatvars autodetection for cross builds.
James Hilliard
2021-07-11
1
-1
/
+1
*
docs: improve wording when mentioning the acronym "ESP"
nl6720
2021-07-09
1
-1
/
+1
*
bootctl: print SystemdOptions from efivarfs if newer than our cache
Zbigniew Jędrzejewski-Szmek
2021-06-15
1
-6
/
+17
*
Inline some inerator variables
Zbigniew Jędrzejewski-Szmek
2021-06-15
1
-15
/
+10
*
basic/efivars: replace dynanamic creation of efivar names with static strings
Zbigniew Jędrzejewski-Szmek
2021-06-15
3
-36
/
+40
*
meson: do not share compiler flags except for emitting warnings
Yu Watanabe
2021-06-08
1
-0
/
+1
*
efi: drop glibc header and use pre-defined macros
Yu Watanabe
2021-06-03
2
-3
/
+1
*
meson: enable more warnings when building efi binary
Yu Watanabe
2021-06-02
1
-14
/
+18
*
efi: constify several arguments of functions which handle loader entries
Yu Watanabe
2021-06-02
1
-21
/
+20
*
efi: drop const qualifiers from arguments in uefi_call_wrapper()
Yu Watanabe
2021-06-02
2
-7
/
+7
*
efi: add const qualifier to EFI variable handling functions
Yu Watanabe
2021-06-02
2
-8
/
+8
*
efi: add const qualifier to string utils
Yu Watanabe
2021-06-02
2
-8
/
+8
*
efi: include endian.h to handle endian correctly
Yu Watanabe
2021-06-02
1
-0
/
+2
*
efi: do not use _STRING_ARCH_unaligned macro
Yu Watanabe
2021-06-02
1
-3
/
+6
*
efi: use meson object directly instead of going through 'substs'
Zbigniew Jędrzejewski-Szmek
2021-05-19
1
-2
/
+2
*
meson: use jinja2 for rpm templates
Zbigniew Jędrzejewski-Szmek
2021-05-19
1
-1
/
+1
*
meson: print autodetected sbat fields
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-0
/
+1
*
meson: call find_program() once and reuse the variable everywhere
Zbigniew Jędrzejewski-Szmek
2021-05-14
1
-4
/
+5
*
Merge pull request #19506 from xnox/ship-stub-elf
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-19
/
+22
|
\
|
*
meson: rework test-efi-disk.img creation to not require variables
Zbigniew Jędrzejewski-Szmek
2021-05-10
1
-21
/
+20
|
*
boot/efi: add --build-id=sha1 to ELF efi objects
Dimitri John Ledkov
2021-05-10
1
-0
/
+1
|
*
boot/efi: install ELF linux.elf.stub in addition to PE linux.efi.stub
Dimitri John Ledkov
2021-05-10
1
-4
/
+7
*
|
bootctl: same entry path check case-insensitive
zsien
2021-05-11
1
-1
/
+5
|
/
*
boot: add optional EFI SBAT support
Dimitri John Ledkov
2021-05-07
2
-0
/
+44
*
boot/efi: add ARM (THUMB) and RISCV64 machine types
Dimitri John Ledkov
2021-05-06
1
-1
/
+5
*
Merge pull request #19507 from nabijaczleweli/bootctlpsko-lite
Yu Watanabe
2021-05-06
1
-11
/
+105
|
\
|
*
bootctl: take --make-machine-id-directory=yes|no|auto and make/remove \$MACHI...
наб
2021-05-05
1
-11
/
+105
*
|
meson: make one check shorter
Zbigniew Jędrzejewski-Szmek
2021-05-04
1
-1
/
+1
|
/
*
boot/efi: compile on riscv64
Emil Renner Berthing
2021-04-22
1
-3
/
+3
*
src: shellcheck-ify shell scripts
Frantisek Sumsal
2021-04-20
1
-2
/
+3
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
5
-7
/
+7
*
meson: fix warning about comparison between different types
Yu Watanabe
2021-03-22
1
-7
/
+5
*
systemd-boot: LLVM/lld does not support PE/COFF relocations. Bail out with an...
tpgxyz
2021-03-19
1
-1
/
+8
*
boot: Move console declarations to missing_efi.h
Daan De Meyer
2021-03-13
3
-61
/
+69
*
efi: introduce UINT32_MAX and UINT64_MAX
Yu Watanabe
2021-03-04
2
-24
/
+30
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
util: add helpers for generating colored check mark glyphs from bools
Lennart Poettering
2021-03-02
1
-2
/
+2
*
efi stub: accept it if our loaded image has no FilePath field set
Lennart Poettering
2021-02-23
1
-2
/
+8
*
bootctl: show whether the firmware has TPM2 support
Lennart Poettering
2021-02-11
1
-0
/
+1
*
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
[next]