index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
sd_bus_request_name.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
Revert "Revert "test: add test case for systemd-update-utmp vs daemon-reexec""
Mike Yuan
1
-0
/
+13
2023-08-28
login: Properly handle -EIO in session_leave_vt
msizanoen
1
-0
/
+17
2023-08-28
sd-radv: fix memory leak
Susant Sahani
1
-0
/
+1
2023-08-28
meson: restore specifications of dependency on version_h
Zbigniew Jędrzejewski-Szmek
2
-3
/
+5
2023-08-28
test-dhcp-client: add temporary workaround for assertion failure
Luca Boccassi
1
-1
/
+3
2023-08-28
boot: don't pass kernel cmdline option to UKIs which have the very same line ...
Lennart Poettering
1
-1
/
+10
2023-08-28
99-systemd.rules.in: tag PTP devices with systemd
Chris Patterson
1
-0
/
+2
2023-08-28
sd-dhcp-client: make client initially in stopped state
Yu Watanabe
2
-15
/
+17
2023-08-28
pkg.m4 macro needs brackets
Michael Vasseur
1
-1
/
+1
2023-08-28
man/gpt-auto-generator: avoid saying "negative" for boolean
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2023-08-27
man: Fix typo in config file example for ukify
Alvin Alvarado
1
-1
/
+1
2023-08-26
meson: drop "versiondep" object
Zbigniew Jędrzejewski-Szmek
2
-9
/
+7
2023-08-26
meson: simplify version_tag handling
Zbigniew Jędrzejewski-Szmek
1
-20
/
+17
2023-08-26
Update 60-sensor.hwdb (#28804)
Juno Computers
1
-0
/
+1
2023-08-26
meson: Bring back use of vcs_tag
Jan Janssen
3
-23
/
+28
2023-08-26
mount/mount-tool: return correct errno
Mike Yuan
1
-1
/
+1
2023-08-25
network: sd-radv - Introduce pref64 support (RFC8781)
Susant Sahani
9
-0
/
+424
2023-08-25
Limit rlim_max in rlimit_nofile_safe() to nr_open
Daan De Meyer
1
-1
/
+5
2023-08-25
mkfs-util: Set FORK_REOPEN_LOG
Daan De Meyer
1
-1
/
+1
2023-08-24
cryptenroll: change man page example to remove leading 0x and lowercase hex
Dan Streetman
1
-2
/
+2
2023-08-24
tpm2: wrap (7) in UINT32_C()
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: add tpm2_pcr_values_has_(any|all)_values() functions
Dan Streetman
3
-6
/
+25
2023-08-24
tpm2: remove unnecessary void* cast
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: make logging level consistent at debug for some functions
Dan Streetman
1
-6
/
+6
2023-08-24
tpm2: use switch() instead of if-else
Dan Streetman
1
-9
/
+18
2023-08-24
tpm2: use table for openssl<->tpm2 ecc curve id mappings
Dan Streetman
1
-20
/
+26
2023-08-24
openssl: use new(char, size) instead of malloc(size)
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: use memcpy_safe() instead of memcpy()
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: remove ret_ prefix from input/output params
Dan Streetman
1
-12
/
+12
2023-08-24
tpm2: split TPM2_PCR_VALUE_MAKE() over multiple lines
Dan Streetman
1
-1
/
+7
2023-08-24
tpm2: use strempty()
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: check pcr value hash != 0 before looking up hash algorithm name
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: simplify call to asprintf()
Dan Streetman
1
-3
/
+1
2023-08-24
tpm2: put !isempty() check inside previous !isempty() check
Dan Streetman
1
-13
/
+13
2023-08-24
tpm2: use SIZE_MAX instead of strlen() for unhexmem()
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: in tpm2_pcr_values_valid() use FOREACH_ARRAY()
Dan Streetman
1
-65
/
+52
2023-08-24
tpm2: in validator functions, return false instead of assert failure
Dan Streetman
1
-2
/
+6
2023-08-24
tpm2: move cast from lhs to rhs in uint16_t/int comparison
Dan Streetman
1
-1
/
+1
2023-08-24
tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functions
Dan Streetman
3
-11
/
+11
2023-08-24
tpm2: change *alg_to_* functions to use switch()
Dan Streetman
1
-15
/
+24
2023-08-24
nspawn: check validity of the internal interface name only explicitly specified
Yu Watanabe
2
-13
/
+15
2023-08-24
man/repart: use <filename> and add missing <para>
Zbigniew Jędrzejewski-Szmek
1
-4
/
+7
2023-08-24
gpt: move basic header/partition structure of GPT into common code
Lennart Poettering
3
-33
/
+56
2023-08-24
alloc-util: add free_many() helper
Lennart Poettering
9
-30
/
+21
2023-08-24
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
11
-12
/
+12
2023-08-24
fundemental: split out UKI defines into its own header
Lennart Poettering
6
-26
/
+32
2023-08-24
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
14
-149
/
+149
2023-08-24
json: add json_variant_set_fieldb() helper
Lennart Poettering
4
-17
/
+28
2023-08-24
json: rename json_append() → json_variant_merge_objectb()
Lennart Poettering
11
-53
/
+46
2023-08-24
tree-wide: use json_variant_append_arrayb() at many places
Lennart Poettering
5
-77
/
+51
[next]