index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson_options.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
timer: add unit tests for DeferReactivation
Matteo Croce
4
-0
/
+41
2024-10-11
timer: introduce DeferReactivation setting
Arthur Shau
10
-8
/
+56
2024-10-11
TEST-17-UDEV: also check if /run/udev/links.lock/ is empty on settle
Yu Watanabe
1
-0
/
+14
2024-10-11
udev-node: drop unnecessary manager side cleaning up logic for stack directory
Yu Watanabe
4
-52
/
+0
2024-10-11
udev-node: drop workaround for by-diskseq symlinks
Yu Watanabe
2
-87
/
+4
2024-10-11
udev-node: remove lockfile and stack directory when not necessary if possible
Yu Watanabe
1
-26
/
+47
2024-10-11
test: Add tests for SHA1
anonymix007
2
-0
/
+59
2024-10-11
fundamental: Import SHA1 implementation from libxcrypt
anonymix007
5
-0
/
+329
2024-10-11
macro: Add DISABLE_WARNING_STRINGOP_OVERREAD
anonymix007
2
-0
/
+5
2024-10-11
report bpf_current_task_under_cgroup() errors to userspace
Matteo Croce
1
-4
/
+8
2024-10-11
systemd-update-helper: Show executed commands if debug logging is enabled
Daan De Meyer
1
-0
/
+4
2024-10-11
network/route: use log_section_warning() more
Yu Watanabe
2
-46
/
+28
2024-10-11
network/route: use generic [Route] section parser more
Yu Watanabe
3
-152
/
+56
2024-10-11
network/route: use log_syntax_parse_error() more
Yu Watanabe
1
-41
/
+19
2024-10-11
network/route-nexthop: use generic [Route] section parser more
Yu Watanabe
5
-128
/
+43
2024-10-11
network/route-nexthop: use log_syntax_parse_error()
Yu Watanabe
1
-16
/
+6
2024-10-11
network/route-metric: merge conf parsers for route metric
Yu Watanabe
5
-100
/
+105
2024-10-11
network/route-metric: use log_syntax_parse_error()
Yu Watanabe
1
-25
/
+12
2024-10-11
network/address: several cleanups for config_parse_address()
Yu Watanabe
3
-41
/
+36
2024-10-11
network/address: warn but ignore Broadcast= setting for an IPv6 address
Yu Watanabe
1
-6
/
+0
2024-10-11
network/address: use log_section_warning() more
Yu Watanabe
1
-12
/
+13
2024-10-11
network/routing-policy-rule: use in_addr_prefix for From= and To=
Yu Watanabe
4
-78
/
+44
2024-10-11
conf-parser: introduce config_parse_in_addr_prefix()
Yu Watanabe
2
-1
/
+39
2024-10-11
in-addr-util: rename in_addr_prefix_from_string_auto_internal() -> _full()
Yu Watanabe
4
-5
/
+5
2024-10-11
hwdb: fix key toggle touchpad and programmable buttom for Positivo V142N (#34...
Lucas Adriano Salles
1
-0
/
+2
2024-10-11
core/service: add missing serialization for extra fds
Mike Yuan
1
-0
/
+38
2024-10-11
core/service: use array rather than list for extra fds, limit max number
Mike Yuan
3
-118
/
+76
2024-10-11
core/service: use LIST_HEAD where appropriate
Mike Yuan
1
-1
/
+1
2024-10-11
time-util: use saturate_add for usec_add()
Mike Yuan
1
-5
/
+1
2024-10-11
shared/bus-util: re-break comment, insert missing newline before case
Mike Yuan
1
-2
/
+3
2024-10-11
fundamental: Add EFI_GUID userspace definition
anonymix007
2
-22
/
+29
2024-10-11
boot: Add log_info and log_debug
anonymix007
2
-9
/
+11
2024-10-11
boot: Add smbios_populate_raw_info
anonymix007
2
-0
/
+73
2024-10-11
boot: Move smbios-related functions to a separate file
anonymix007
7
-182
/
+200
2024-10-11
boot: Add xcalloc and xcalloc_multiply
anonymix007
1
-0
/
+15
2024-10-11
boot: Add EFI_STATUS_IS_ERROR macro
anonymix007
1
-0
/
+2
2024-10-11
boot: Add bswap_{16,32}
anonymix007
1
-0
/
+3
2024-10-11
boot: Add be32toh
anonymix007
1
-0
/
+6
2024-10-11
seccomp: allowlist uretprobe() syscall
Lennart Poettering
1
-0
/
+1
2024-10-11
smbios: make code more readable by introducing a "limit" pointer
Lennart Poettering
1
-2
/
+3
2024-10-11
smbios: move validation of SMBIOS table sizes fully into get_smbios_table()
Lennart Poettering
1
-7
/
+11
2024-10-11
stdio-bridge: Use customized log message for forwarding bus
Daan De Meyer
1
-1
/
+1
2024-10-11
stdio-bridge: Use bus_log_connect_error()
Daan De Meyer
1
-1
/
+1
2024-10-11
bus-util: Move geteuid() check out of bus_connect_system_systemd()
Daan De Meyer
1
-7
/
+6
2024-10-11
bus-util: Drop fallback to system/user bus if manager bus doesn't work
Daan De Meyer
1
-3
/
+3
2024-10-11
update-utmp: Make reconnect logic more robust
Daan De Meyer
1
-20
/
+25