index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
4
-25
/
+7
*
shared/bus-map-properties: modernize map_basic() and bus_map_strv_sort()
Mike Yuan
2024-09-20
1
-29
/
+23
*
basic/macro: move DECIMAL_STR_FMT to shared/tests
Mike Yuan
2024-09-20
1
-0
/
+13
*
Add an extra debug log to dissect_image()
Daan De Meyer
2024-09-20
1
-0
/
+3
*
seccomp-util: pass negative fds as is to fsync() and friends
Yu Watanabe
2024-09-19
1
-7
/
+20
*
Merge pull request #34486 from DaanDeMeyer/test-process-util
Yu Watanabe
2024-09-19
1
-0
/
+38
|
\
|
*
Add ASSERT_OK_ZERO_ERRNO() and ASSERT_OK_EQ_ERRNO()
Daan De Meyer
2024-09-19
1
-0
/
+38
*
|
Merge pull request #34481 from yuwata/has-tpm2
Daan De Meyer
2024-09-19
4
-26
/
+34
|
\
\
|
*
|
tpm2-util: colorize output of 'systemd-analyze has-tpm2'
Yu Watanabe
2024-09-19
1
-14
/
+14
|
*
|
tpm2-util: update comment
Yu Watanabe
2024-09-19
1
-2
/
+2
|
*
|
tpm2-util: do not load tpm2 libraries when not interested in the existence of...
Yu Watanabe
2024-09-19
3
-9
/
+14
|
*
|
tpm2-util: introduce tpm2_is_fully_supported()
Yu Watanabe
2024-09-19
2
-1
/
+4
*
|
|
Merge pull request #34483 from yuwata/network-conf-parser-neighbor-nexthop
Daan De Meyer
2024-09-19
2
-3
/
+33
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
conf-parser: drop unnecessary temporary variable
Yu Watanabe
2024-09-18
1
-3
/
+2
|
*
|
conf-parser: introduce config_parse_in_addr_data()
Yu Watanabe
2024-09-18
2
-0
/
+31
|
|
/
*
|
nsresource: make sd_json_dispatch_field table static
Yu Watanabe
2024-09-18
1
-11
/
+23
*
|
creds-util: make sd_json_dispatch_field table static
Yu Watanabe
2024-09-18
1
-16
/
+12
|
/
*
conf-parser: use hashmap_ensure_put() at one more place
Yu Watanabe
2024-09-17
1
-5
/
+1
*
conf-parser: log errors in config_parse_many_files() and friends
Yu Watanabe
2024-09-17
1
-27
/
+22
*
Merge pull request #34443 from yuwata/network-sysctl-monitor-follow-ups
Yu Watanabe
2024-09-17
2
-2
/
+12
|
\
|
*
bpf-link: introduce bpf_ring_buffer_free() and friends
Yu Watanabe
2024-09-16
2
-2
/
+12
*
|
Fix generator logging
Daan De Meyer
2024-09-17
1
-2
/
+4
|
/
*
Merge pull request #34434 from poettering/bootctl-stub-paths
Yu Watanabe
2024-09-16
3
-23
/
+31
|
\
|
*
efivars: add helper that reads an fs path from an efi var
Lennart Poettering
2024-09-15
1
-4
/
+0
|
*
bootctl: show stub partition data too in "status" too
Lennart Poettering
2024-09-15
2
-19
/
+31
*
|
bootctl: show whether a PE file is an addon in 'booctl kernel-identify'
Lennart Poettering
2024-09-16
2
-0
/
+12
|
/
*
Merge pull request #34347 from poettering/uki-with-many-bootctl
Lennart Poettering
2024-09-15
5
-126
/
+333
|
\
|
*
bootspec: automatically filter non-native UKIs and add-ons when enumerating
Lennart Poettering
2024-09-12
1
-1
/
+7
|
*
bootspec: process multi-profile UKIs
Lennart Poettering
2024-09-12
2
-96
/
+248
|
*
pe-binary: add pe_is_native() for checking if PE is native
Lennart Poettering
2024-09-12
2
-0
/
+13
|
*
pe-binary: split pe_header_find_section() in two
Lennart Poettering
2024-09-12
2
-5
/
+15
|
*
pe-binary: split pe_read_section_data() into two
Lennart Poettering
2024-09-12
4
-27
/
+38
|
*
pe-binary: add helper pe_is_addon() for detecting whether we are looking at P...
Lennart Poettering
2024-09-12
2
-0
/
+15
*
|
Merge pull request #34405 from poettering/dns-domain-validate-fix
Yu Watanabe
2024-09-14
1
-20
/
+27
|
\
\
|
*
|
dns-domain: validate dns domain name max size based on unescaped, not escaped...
Lennart Poettering
2024-09-13
1
-10
/
+17
|
*
|
dns-domain: follow our current variable naming style
Lennart Poettering
2024-09-13
1
-16
/
+16
*
|
|
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
1
-1
/
+1
|
/
/
*
|
basic: split ifname related calls from format-util.h into format-ifname.h
Lennart Poettering
2024-09-13
1
-0
/
+1
*
|
seccomp-util: add recently added new syscalls to various seccomp groups, as a...
Lennart Poettering
2024-09-12
1
-0
/
+3
*
|
analyze: move "has-tpm2" from systemd-creds to systemd-analyze
Lennart Poettering
2024-09-12
2
-0
/
+34
|
/
*
tpm2-util: fix whitespace
Lennart Poettering
2024-09-11
1
-4
/
+4
*
cryptsetup: use the new crypt_token_set_external_path() API if available
Lennart Poettering
2024-09-10
2
-35
/
+21
*
shutdown: teach sync_with_progress() to optionally sync a specific fd only
Lennart Poettering
2024-09-09
2
-0
/
+23
*
core: Add support for PrivateUsers=identity
Daan De Meyer
2024-09-09
1
-0
/
+1
*
missing_network: drop unnecessary definition
Yu Watanabe
2024-09-09
1
-0
/
+1
*
dm-util: get rid of flex array in middle of structure
Lennart Poettering
2024-09-07
1
-9
/
+17
*
tpm2-util: introduce tpm2b_sensitive_data_erase_and_esys_freep() destructor
Lennart Poettering
2024-09-06
1
-9
/
+18
*
cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policy
Lennart Poettering
2024-09-06
5
-188
/
+401
*
tree-wide: use UTMPX_FILE rather than _PATH_UTMPX
Lennart Poettering
2024-09-06
2
-3
/
+3
*
Merge pull request #34279 from yuwata/ask-password
Lennart Poettering
2024-09-06
2
-8
/
+22
|
\
[next]