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
*
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
2
-5
/
+5
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
2
-15
/
+15
*
measure: fix typo
Yu Watanabe
2024-10-23
1
-1
/
+1
*
measure: Take SizeOfImage into account as well for .linux section
Daan De Meyer
2024-10-20
1
-0
/
+33
*
boot/efi/log: always include filename, line, and function in log message
Yu Watanabe
2024-10-12
2
-18
/
+13
*
boot/efi/smbios: initialize output parameters if entries not found
Yu Watanabe
2024-10-12
1
-9
/
+22
*
boot/efi: trivial coding style cleanups
Yu Watanabe
2024-10-12
2
-8
/
+6
*
boot: Add log_info and log_debug
anonymix007
2024-10-11
2
-9
/
+11
*
boot: Add smbios_populate_raw_info
anonymix007
2024-10-11
2
-0
/
+73
*
boot: Move smbios-related functions to a separate file
anonymix007
2024-10-11
7
-182
/
+200
*
boot: Add xcalloc and xcalloc_multiply
anonymix007
2024-10-11
1
-0
/
+15
*
boot: Add EFI_STATUS_IS_ERROR macro
anonymix007
2024-10-11
1
-0
/
+2
*
boot: Add bswap_{16,32}
anonymix007
2024-10-11
1
-0
/
+3
*
boot: Add be32toh
anonymix007
2024-10-11
1
-0
/
+6
*
smbios: make code more readable by introducing a "limit" pointer
Lennart Poettering
2024-10-11
1
-2
/
+3
*
smbios: move validation of SMBIOS table sizes fully into get_smbios_table()
Lennart Poettering
2024-10-11
1
-7
/
+11
*
Merge pull request #34687 from DaanDeMeyer/mkosi
Yu Watanabe
2024-10-09
4
-30
/
+37
|
\
|
*
boot: Introduce file_size and use it when we're working with file_offset
Daan De Meyer
2024-10-09
3
-8
/
+15
|
*
boot: Rename pe section size to memory_size
Daan De Meyer
2024-10-09
4
-27
/
+27
*
|
stub: reindent lines
Yu Watanabe
2024-10-09
1
-4
/
+4
|
/
*
stub: Add support for .initrd addon files
Tobias Fleig
2024-10-09
1
-6
/
+74
*
Use case insensitive comparison for the machine's architechture
Daniel Martinez
2024-10-06
1
-1
/
+1
*
boot: use INC_SAFE where appropriate
Mike Yuan
2024-09-20
1
-1
/
+1
*
tpm2-util: do not load tpm2 libraries when not interested in the existence of...
Yu Watanabe
2024-09-19
1
-2
/
+1
*
tpm2-util: introduce tpm2_is_fully_supported()
Yu Watanabe
2024-09-19
1
-1
/
+1
*
efi: fix typo
Yu Watanabe
2024-09-19
1
-2
/
+2
*
bootctl: also show current/default/oneshot entry literally in output
Lennart Poettering
2024-09-15
1
-1
/
+13
*
bootctl: add --print-loader-path + --print-stub-path
Lennart Poettering
2024-09-15
1
-2
/
+89
*
efivars: add helper that reads an fs path from an efi var
Lennart Poettering
2024-09-15
2
-16
/
+21
*
bootctl: show stub partition data too in "status" too
Lennart Poettering
2024-09-15
1
-30
/
+44
*
boot: Make initrd_prepare() semantically equivalent to combine_initrds()
Daan De Meyer
2024-09-15
1
-16
/
+44
*
boot: Use TAKE_STRUCT() in one more place
Daan De Meyer
2024-09-15
1
-2
/
+1
*
stub: add StubDevicePartUUID/StubImageIdentifier
Lennart Poettering
2024-09-11
2
-1
/
+15
*
stub: tweak setting of common Loader* EFI vars
Lennart Poettering
2024-09-11
1
-3
/
+4
*
bootctl: show new sd-boot/sd-stub feature flags
Lennart Poettering
2024-09-11
1
-0
/
+2
*
meson: increase default number of available sections for the stub
Lennart Poettering
2024-09-10
1
-2
/
+10
*
boot: don't hardcode drop-in paths at multiple places
Lennart Poettering
2024-09-10
1
-6
/
+12
*
boot: synthesize a separate menu entry from each .profile section
Lennart Poettering
2024-09-10
1
-93
/
+197
*
boot: only open type2 ukis once when parsing
Lennart Poettering
2024-09-10
3
-51
/
+45
*
stub: add ability to place multiple alternative PE sections of a specific typ...
Lennart Poettering
2024-09-10
1
-70
/
+234
*
efi: teach PE parsing support for ".profile" sections
Lennart Poettering
2024-09-10
2
-49
/
+199
*
efi: add free_and_xstrdup16() helper modelled after free_and_strdup() in user...
Lennart Poettering
2024-09-10
2
-0
/
+23
*
measure: introduce support for a new ".profile" section
Lennart Poettering
2024-09-06
1
-2
/
+5
*
uki: add new ".profile" PE section type
Lennart Poettering
2024-09-06
1
-1
/
+1
*
efi: add file_handle_read() helper that reads from a file handle
Lennart Poettering
2024-09-02
2
-10
/
+26
*
efi: return pointer to processed string in strtolower8()/strtolower16()
Lennart Poettering
2024-09-02
2
-8
/
+9
*
stub: restore random seed update logic
Vitaly Kuznetsov
2024-08-27
1
-6
/
+3
*
boot: use MAX() where appropriate
Lennart Poettering
2024-08-22
1
-1
/
+1
*
bootctl: don't load etc/machine-info from cwd
Alyssa Ross
2024-08-21
1
-1
/
+1
*
basic|boot: silence Wunterminated-string-initialization gcc15 warnings
Cristian Rodríguez
2024-08-07
1
-1
/
+1
[next]