summaryrefslogtreecommitdiffstats
path: root/meson_options.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-11timer: add unit tests for DeferReactivationMatteo Croce4-0/+41
2024-10-11timer: introduce DeferReactivation settingArthur Shau10-8/+56
2024-10-11TEST-17-UDEV: also check if /run/udev/links.lock/ is empty on settleYu Watanabe1-0/+14
2024-10-11udev-node: drop unnecessary manager side cleaning up logic for stack directoryYu Watanabe4-52/+0
2024-10-11udev-node: drop workaround for by-diskseq symlinksYu Watanabe2-87/+4
2024-10-11udev-node: remove lockfile and stack directory when not necessary if possibleYu Watanabe1-26/+47
2024-10-11test: Add tests for SHA1anonymix0072-0/+59
2024-10-11fundamental: Import SHA1 implementation from libxcryptanonymix0075-0/+329
2024-10-11macro: Add DISABLE_WARNING_STRINGOP_OVERREADanonymix0072-0/+5
2024-10-11report bpf_current_task_under_cgroup() errors to userspaceMatteo Croce1-4/+8
2024-10-11systemd-update-helper: Show executed commands if debug logging is enabledDaan De Meyer1-0/+4
2024-10-11network/route: use log_section_warning() moreYu Watanabe2-46/+28
2024-10-11network/route: use generic [Route] section parser moreYu Watanabe3-152/+56
2024-10-11network/route: use log_syntax_parse_error() moreYu Watanabe1-41/+19
2024-10-11network/route-nexthop: use generic [Route] section parser moreYu Watanabe5-128/+43
2024-10-11network/route-nexthop: use log_syntax_parse_error()Yu Watanabe1-16/+6
2024-10-11network/route-metric: merge conf parsers for route metricYu Watanabe5-100/+105
2024-10-11network/route-metric: use log_syntax_parse_error()Yu Watanabe1-25/+12
2024-10-11network/address: several cleanups for config_parse_address()Yu Watanabe3-41/+36
2024-10-11network/address: warn but ignore Broadcast= setting for an IPv6 addressYu Watanabe1-6/+0
2024-10-11network/address: use log_section_warning() moreYu Watanabe1-12/+13
2024-10-11network/routing-policy-rule: use in_addr_prefix for From= and To=Yu Watanabe4-78/+44
2024-10-11conf-parser: introduce config_parse_in_addr_prefix()Yu Watanabe2-1/+39
2024-10-11in-addr-util: rename in_addr_prefix_from_string_auto_internal() -> _full()Yu Watanabe4-5/+5
2024-10-11hwdb: fix key toggle touchpad and programmable buttom for Positivo V142N (#34...Lucas Adriano Salles1-0/+2
2024-10-11core/service: add missing serialization for extra fdsMike Yuan1-0/+38
2024-10-11core/service: use array rather than list for extra fds, limit max numberMike Yuan3-118/+76
2024-10-11core/service: use LIST_HEAD where appropriateMike Yuan1-1/+1
2024-10-11time-util: use saturate_add for usec_add()Mike Yuan1-5/+1
2024-10-11shared/bus-util: re-break comment, insert missing newline before caseMike Yuan1-2/+3
2024-10-11fundamental: Add EFI_GUID userspace definitionanonymix0072-22/+29
2024-10-11boot: Add log_info and log_debuganonymix0072-9/+11
2024-10-11boot: Add smbios_populate_raw_infoanonymix0072-0/+73
2024-10-11boot: Move smbios-related functions to a separate fileanonymix0077-182/+200
2024-10-11boot: Add xcalloc and xcalloc_multiplyanonymix0071-0/+15
2024-10-11boot: Add EFI_STATUS_IS_ERROR macroanonymix0071-0/+2
2024-10-11boot: Add bswap_{16,32}anonymix0071-0/+3
2024-10-11boot: Add be32tohanonymix0071-0/+6
2024-10-11seccomp: allowlist uretprobe() syscallLennart Poettering1-0/+1
2024-10-11smbios: make code more readable by introducing a "limit" pointerLennart Poettering1-2/+3
2024-10-11smbios: move validation of SMBIOS table sizes fully into get_smbios_table()Lennart Poettering1-7/+11
2024-10-11stdio-bridge: Use customized log message for forwarding busDaan De Meyer1-1/+1
2024-10-11stdio-bridge: Use bus_log_connect_error()Daan De Meyer1-1/+1
2024-10-11bus-util: Move geteuid() check out of bus_connect_system_systemd()Daan De Meyer1-7/+6
2024-10-11bus-util: Drop fallback to system/user bus if manager bus doesn't workDaan De Meyer1-3/+3
2024-10-11update-utmp: Make reconnect logic more robustDaan De Meyer1-20/+25