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
*
Merge pull request #22835 from keszybz/foreach_string-inline-iterator
Yu Watanabe
2022-03-23
1
-5
/
+4
|
\
|
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-5
/
+4
*
|
Merge pull request #22791 from keszybz/bootctl-invert-order
Lennart Poettering
2022-03-23
1
-21
/
+13
|
\
\
|
|
/
|
/
|
|
*
sd-boot+bootctl: invert order of entries w/o sort-key
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-4
/
+4
|
*
efi: use CMP() more
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-17
/
+9
*
|
boot: fix typo
Yu Watanabe
2022-03-23
1
-1
/
+1
*
|
bootctl: automatically write out $BOOT/entries/standard.srel
Lennart Poettering
2022-03-22
1
-1
/
+43
*
|
bootctl: generalize open_tmpfile_linkable() use a bit
Lennart Poettering
2022-03-22
1
-13
/
+4
*
|
bootctl: load /etc/kernel/install.conf's $layout field, too
Lennart Poettering
2022-03-21
1
-12
/
+49
*
|
bootctl: $KERNEL_INSTALL_MACHINE_ID + $KERNEL_INSTALL_LAYOUT are deprecated
Lennart Poettering
2022-03-21
1
-5
/
+8
*
|
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
2
-4
/
+0
*
|
boot: Draw unicode separator line for status messages
Jan Janssen
2022-03-18
1
-25
/
+45
*
|
Merge pull request #22519 from poettering/boot-order-title-revert
Zbigniew Jędrzejewski-Szmek
2022-03-18
2
-30
/
+65
|
\
|
|
*
sd-boot: add comments highlighting type 1 vs. type 2
Lennart Poettering
2022-03-18
1
-0
/
+4
|
*
sd-boot: make use of new "sort-key" boot loader spec field
Lennart Poettering
2022-03-18
2
-19
/
+60
|
*
Revert "boot: Change boot entry sorting"
Lennart Poettering
2022-03-18
1
-29
/
+19
*
|
shared: split out ESP/XBOOTLDR search stuff from bootspec.c
Lennart Poettering
2022-03-18
2
-0
/
+2
|
/
*
bootctl: add comment, explaining when verb_install() is called
Lennart Poettering
2022-03-18
1
-0
/
+2
*
bootctl: use faccessat() more
Lennart Poettering
2022-03-18
1
-2
/
+2
*
bootctl: fix typo
Lennart Poettering
2022-03-18
1
-1
/
+1
*
tree-wide: fix duplicated words
Michael Biebl
2022-03-18
1
-1
/
+1
*
Merge pull request #22761 from poettering/pcr-fix
Lennart Poettering
2022-03-16
7
-28
/
+53
|
\
|
*
sd-boot: measure kernel cmdline into PCR 12 rather than 8
Lennart Poettering
2022-03-16
7
-24
/
+48
|
*
boot: use UINT32 as type for PCR indexes
Lennart Poettering
2022-03-16
2
-3
/
+2
|
*
boot: drop const from EFI_PHYSICAL_ADDRESS parameter
Lennart Poettering
2022-03-16
2
-3
/
+5
*
|
Merge pull request #22765 from medhefgo/test
Yu Watanabe
2022-03-16
1
-2
/
+1
|
\
\
|
*
|
test: Use C11 UTF-16 string literal
Jan Janssen
2022-03-16
1
-2
/
+1
|
|
/
*
/
sd-boot: disable bitlocker reboot feature for now
Lennart Poettering
2022-03-16
1
-1
/
+4
|
/
*
bootctl: update to new kernel-install semantics
Lennart Poettering
2022-03-11
1
-121
/
+196
*
sd-stub: do not print warning if filesystem is not supported
Alfonso Sánchez-Beato
2022-03-04
1
-3
/
+19
*
core: check size before mmap
Tobias Stoeckmann
2022-03-03
1
-1
/
+1
*
boot: Handle shift and logo keys too
Jan Janssen
2022-02-22
3
-15
/
+22
*
boot: Properly check status code of console_key_read
Jan Janssen
2022-02-22
1
-11
/
+30
*
boot: suppress XBOOTLDR if same device as ESP when enumerating entries
Lennart Poettering
2022-02-14
2
-21
/
+45
*
bootctl: show more information about boot entry state in list
Lennart Poettering
2022-02-14
1
-9
/
+45
*
bootspec: also collect/mark the "selected" boot entry (i.e. the one currently...
Lennart Poettering
2022-02-14
1
-5
/
+13
*
bootspec: parse/show devicetree-overlay field too
Lennart Poettering
2022-02-14
1
-0
/
+8
*
Revert "bootctl: Ignore boot entries (continue #22041)"
Lennart Poettering
2022-02-14
1
-1
/
+1
*
boot: Correctly check the return value of CheckEvent
Jan Janssen
2022-02-11
1
-1
/
+1
*
sd-boot: don't use TSC in virtualized environments
Lennart Poettering
2022-02-08
1
-0
/
+29
*
sd-boot: return 0 (not 1) from ticks_read() in fallback implementation
Lennart Poettering
2022-02-08
1
-2
/
+1
*
sd-boot: encapsulate freq cache in ticks_freq()
Lennart Poettering
2022-02-08
1
-8
/
+10
*
sd-boot: don't export ticks_read() and ticks_freq()
Lennart Poettering
2022-02-08
2
-8
/
+6
*
sd-boot: add overflow check to TSC reads
Lennart Poettering
2022-02-08
1
-0
/
+4
*
sd-boot: split out TSC/time API
Lennart Poettering
2022-02-08
6
-65
/
+80
*
boot: Fix some error messages
Jan Janssen
2022-02-03
1
-2
/
+2
*
boot: fix pretty nasty typo
Lennart Poettering
2022-02-03
1
-1
/
+1
*
sd-boot: rename LOADER_STUB → LOADER_UNIFIED_LINUX
Lennart Poettering
2022-02-03
1
-8
/
+8
*
efi: use assert_se() instead of assert() to guard for OOM issues in EFI code
Lennart Poettering
2022-02-01
2
-8
/
+7
*
fundamental: support assert_se() in EFI mode too
Lennart Poettering
2022-02-01
1
-4
/
+1
[next]