summaryrefslogtreecommitdiffstats
path: root/src/network/networkctl-dump-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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