index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fundamental
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
stub: add StubDevicePartUUID/StubImageIdentifier
Lennart Poettering
2024-09-11
1
-0
/
+1
*
boot: synthesize a separate menu entry from each .profile section
Lennart Poettering
2024-09-10
2
-0
/
+4
*
stub: add ability to place multiple alternative PE sections of a specific typ...
Lennart Poettering
2024-09-10
2
-0
/
+4
*
uki: add new ".profile" PE section type
Lennart Poettering
2024-09-06
2
-0
/
+2
*
Fix detection of TDX confidential VM on Azure platform
Daniel P. Berrangé
2024-07-30
1
-0
/
+1
*
stub: Add support for .ucode EFI addons
Tobias Fleig
2024-07-08
1
-0
/
+3
*
iovec-util: make "struct iovec" and some helpers also available in EFI mode
Lennart Poettering
2024-06-26
2
-0
/
+38
*
macro: move PTR_TO_SIZE() macros to fundamental
Lennart Poettering
2024-06-26
1
-0
/
+3
*
macro: also move FOREACH_ARRAY()/FOREACH_ELEMENT() to fundamental
Lennart Poettering
2024-06-26
1
-0
/
+12
*
macro: move sizeof_field() macro into src/fundamental/
Lennart Poettering
2024-06-26
1
-0
/
+3
*
macro-fundamental: correct comment and remove trailing ';' for macro
Mike Yuan
2024-06-15
1
-2
/
+2
*
fundamental: declare flex array updated for gcc15 and clang 19
Cristian Rodríguez
2024-06-14
1
-0
/
+5
*
stub: Add support for .ucode UKI section
Tobias Fleig
2024-04-19
2
-0
/
+2
*
basic: Add some sha256 helper functions
Adrian Vovk
2024-02-13
3
-2
/
+2
*
fundamental: Add overflow-safe math helpers
Adrian Vovk
2024-02-13
1
-1
/
+25
*
string-util-fundamental: postfix -> suffix, use streq
Mike Yuan
2024-01-04
2
-10
/
+10
*
stub: pick up confexts from the ESP as well
Lennart Poettering
2024-01-03
1
-0
/
+1
*
fundamental: prefer byte swap builtins over byte swapping manually
Rose
2024-01-03
1
-9
/
+2
*
macro-fundamental: add U64_{K,M,G}B
Mike Yuan
2023-12-13
1
-0
/
+4
*
string-util: add on_off
Sam Leonard
2023-11-02
1
-0
/
+4
*
Merge pull request #29601 from yuwata/mmap-check-overflow
Luca Boccassi
2023-10-24
1
-1
/
+34
|
\
|
*
macro: introduce several helper functions for alignment
Yu Watanabe
2023-10-19
1
-0
/
+33
|
*
macro: paranoia about overflow
Yu Watanabe
2023-10-19
1
-1
/
+1
*
|
tpm2: move event tag sd-boot/sd-stub to make measurements with into src/funda...
Lennart Poettering
2023-10-20
1
-0
/
+6
|
/
*
sd-boot: add way to disable the 100ms delay when timeout=0
Emil Velikov
2023-10-17
1
-0
/
+1
*
Merge pull request #29502 from keszybz/sd-boot-config-tweaks
Luca Boccassi
2023-10-13
1
-0
/
+72
|
\
|
*
basic/macro.h: move a bunch of stuff to macro-fundamental.h
Zbigniew Jędrzejewski-Szmek
2023-10-07
1
-0
/
+72
*
|
stub: add support for dtb addons
Luca Boccassi
2023-10-09
1
-0
/
+1
*
|
Move CLEANUP_ARRAY to src/fundamental
Luca Boccassi
2023-10-09
1
-0
/
+36
|
/
*
macro: use __builtin_unreachable on NDEBUG
NRK
2023-10-03
1
-1
/
+1
*
memory-util: move memzero() to src/fundamental/ to share with UEFI
Lennart Poettering
2023-10-02
1
-0
/
+6
*
elf2efi: Add --copy-sections option
Jan Janssen
2023-09-29
1
-2
/
+8
*
boot: use separate SBAT project names for stub and boot
Luca Boccassi
2023-09-19
2
-4
/
+16
*
uki: document section name size limit
Lennart Poettering
2023-09-05
1
-0
/
+4
*
Merge pull request #28948 from poettering/tpm2-duplicate-pcr-names
Luca Boccassi
2023-08-28
4
-20
/
+48
|
\
|
*
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
2023-08-24
1
-0
/
+0
|
*
fundemental: split out UKI defines into its own header
Lennart Poettering
2023-08-24
4
-26
/
+30
|
*
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
1
-11
/
+35
*
|
meson: Bring back use of vcs_tag
Jan Janssen
2023-08-26
1
-0
/
+1
|
/
*
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
1
-2
/
+0
*
fundamental: share constants for confidential virt detection
Daniel P. Berrangé
2023-07-14
1
-0
/
+72
*
efi: add a bunch of reported EFI loader/stub feature flags
Lennart Poettering
2023-07-05
1
-0
/
+4
*
boot: measure .sbat section
Luca Boccassi
2023-06-30
2
-0
/
+2
*
test-macro: add ROUND_UP() macro for rounding up to next multiple
Lennart Poettering
2023-06-02
1
-1
/
+10
*
stub/measure: document and measure .uname UKI section
Luca Boccassi
2023-05-24
2
-0
/
+2
*
Merge pull request #27113 from keszybz/variable-expansion-rework
Zbigniew Jędrzejewski-Szmek
2023-04-24
1
-0
/
+59
|
\
|
*
basic/logarithm: add popcount() wrapper
Zbigniew Jędrzejewski-Szmek
2023-04-24
1
-0
/
+59
*
|
tree-wide: replace __alignof__() with alignof()
Yu Watanabe
2023-04-14
1
-5
/
+6
|
/
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
boot: Bring back bootloader builds
Jan Janssen
2023-03-10
1
-0
/
+2
[next]