summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19namespace-util: introduce netns_acquire()Yu Watanabe2-0/+28
2024-01-19process-util: introduce FORK_NEW_NETNS for safe_fork()Yu Watanabe2-7/+9
2024-01-19namespace-util: downgrade log level in userns_acquire()Yu Watanabe1-5/+4
2024-01-19tree-wide: add short comments for namespace_open() and namespace_enter()Yu Watanabe10-23/+88
2024-01-19namespace-util: rename arguments to prefix 'ret_'Yu Watanabe2-33/+46
2024-01-19Revert "man: add missing <cmdsynopsis> wrapper"Antonio Alvarez Feijoo1-11/+11
2024-01-19network: use strdup_or_null() where appropriateYu Watanabe2-3/+3
2024-01-19virt: support detection of Apple Virtualization guests with cpuidBlack-Hole11-0/+1
2024-01-19network/route: introduce route_get_request()Yu Watanabe1-16/+27
2024-01-19network: adjust nexthops of dynamic routes before requestingYu Watanabe3-0/+20
2024-01-19network/route-nexthop: introduce route_adjust_nexthops() and route_nexthops_n...Yu Watanabe2-0/+113
2024-01-19network/route-nexthop: introduce route_nexthops_copy()Yu Watanabe6-11/+48
2024-01-19network/route-nexthop: use RTA_MULTIPATH when weight is not zeroYu Watanabe1-11/+17
2024-01-19Measure empty PK and KEK EFI varsAlberto Planas1-2/+2
2024-01-19network: Add L3MasterDevice= into routing policyNick Cao7-20/+112
2024-01-18man: explicitly say that portable1's Attach/Detach are synchronousLuca Boccassi1-2/+5
2024-01-18man: add more suggestions on how to use StartUnit and JobRemovedLuca Boccassi1-1/+7
2024-01-18networkd: Adding DHCPv4 private options to D-BUSNandakumar Raghavan1-0/+28
2024-01-18dissect-image: introduce new get_common_dissect_directory() helperLennart Poettering3-15/+35
2024-01-18man: don't suggest using pam_unix.so's use_authtok switchLennart Poettering3-4/+3
2024-01-17mime: also add magic-based mime type rules for our other binary filesLennart Poettering1-0/+18
2024-01-17mime: expose a mime type for encrypted credentialsLennart Poettering2-0/+40
2024-01-17vmspawn: include qemu cmdline in debug outputLennart Poettering1-0/+8
2024-01-17Restart the DHCPv4 client when max REQUEST attempts is reachedAndres Beltran1-18/+42
2024-01-17user-util: remove dead codeLuca Boccassi1-6/+0
2024-01-17run: strjoina is used, not sprintfMike Yuan1-3/+3
2024-01-17hibernate-util: log that we actually read /sys/power/resume* rather than cmdlineMike Yuan1-1/+2
2024-01-17varlink: introduce varlink_call_and_log() which calls and then logs an errorLennart Poettering6-29/+72
2024-01-17varlink: drop "ret_flags" parameter from varlink_call()Lennart Poettering9-29/+47
2024-01-17varlink: if varlink_call() is called with ret_error_id=NULL propagate error v...Lennart Poettering1-3/+19
2024-01-17varlink: in varlink_observe() correctly collect error parametersLennart Poettering1-0/+6
2024-01-17varlink: add helper that turns varlink errors back to errnos, client-sideLennart Poettering2-0/+41
2024-01-17logind-action: also check .target unit state when selecting sleep actionMike Yuan3-10/+22
2024-01-17macro: terminate the temporary VA_ARGS_FOREACH() array with a sentinelFrantisek Sumsal1-4/+4
2024-01-17ssh-generator: correct log level of one functionLennart Poettering1-1/+1
2024-01-17core/unit: check for correct function in vtableMike Yuan1-1/+1
2024-01-17meson: disable -Wnonnull-compareFrantisek Sumsal1-0/+1
2024-01-17sd-netlink: fix rtnl_resolve_link_alternative_name()Yu Watanabe2-1/+5
2024-01-17exec-credential: strv_extend() handles NULL strings gracefullyLennart Poettering1-3/+2
2024-01-17tree-wide: propagate the error we got from strv_extend_xyz() to the callerLennart Poettering6-15/+20
2024-01-17dbus-unit: don't eat up error codes needlesslyLennart Poettering1-1/+3
2024-01-17tree-wide: port over various pieces of code to strv_extend_many()Lennart Poettering12-101/+72
2024-01-17strv: add strv_extend_many() helperLennart Poettering3-0/+88
2024-01-17strv: remove strv_extend_front()Lennart Poettering3-38/+1
2024-01-17strv: modernize strv_insert()Lennart Poettering1-10/+12
2024-01-17Reorder arguments for calloc()-like functions, part #2Frantisek Sumsal4-7/+7
2024-01-17hwdb: Correct display rotation on Chuwi Ubook X N4100 (#24248)hfavisado1-0/+4
2024-01-17TEST-35-LOGIN: test changes to list-sessionsMike Yuan1-17/+19
2024-01-17loginctl: add --json= and -j, decouple list-* from --output=Mike Yuan3-35/+43
2024-01-17loginctl: show more info in list-sessions (ListSessionsEx())Mike Yuan1-26/+113