summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-16logind: allow Sleep() and CanSleep() dbus callsMike Yuan1-0/+8
2024-01-16network/queue: detach request from the queue only when the request is actuall...Yu Watanabe5-35/+36
2024-01-16network/queue: increase the reference counter of the request before processin...Yu Watanabe1-22/+20
2024-01-16user-util: honour PREFER_NSS flag in get_group_creds() the same way as we alr...Lennart Poettering1-7/+32
2024-01-16user-util: modernize get_user_creds() + get_group_creds()Lennart Poettering2-77/+80
2024-01-16creds-util: drop unnecessary includeLennart Poettering1-1/+0
2024-01-16creds-util: simplify offset calculation a bitLennart Poettering1-3/+2
2024-01-16bus-polkit: don't return positive in varlink_verify_polkit_async() just becau...Lennart Poettering1-4/+3
2024-01-16bus-polkit: explicitly cast away return value we ignoreLennart Poettering1-1/+1
2024-01-16bus-polkit: treat various well-known PK errors as deniedLennart Poettering1-2/+7
2024-01-16varlink: also honour new env var $SYSTEMD_VARLINK_LISTEN in varlink_server_li...Lennart Poettering2-0/+17
2024-01-16varlink-idl: prefix all varlink IDL debug lines wit "Varlink-IDL:"Lennart Poettering1-60/+63
2024-01-16network/route: introduce route_get_link() and use it in log_route_debug()Yu Watanabe1-16/+33
2024-01-16vmspawn: supply a serial TTY to the kernel by defaultSam Leonard2-14/+26
2024-01-16vmspawn: ignore firmwares with enrolled-keys by defaultSam Leonard1-1/+6
2024-01-16udev: even if a device is a zac device, scsi-$ID_SERIAL will be reserved for ...我超厉害2-3/+12
2024-01-16tree-wide: Load entry-token and layout.conf from /usr/lib/kernel/ as wellDaan De Meyer6-41/+55
2024-01-16test-network: add test case for removal of nexthop that is a member of a grou...Yu Watanabe2-0/+39
2024-01-16network/nexthop: drop dependent nexthops on removalYu Watanabe1-0/+26
2024-01-16network/nexthop: introduce a reverse map of nexthop group membersYu Watanabe2-0/+53
2024-01-16network/nexthop: read netlink message in nexthop_update_group()Yu Watanabe1-13/+10
2024-01-16network/nexthop: reorder elements in NextHopYu Watanabe1-7/+12
2024-01-16network/route: trivial cosmetic changesYu Watanabe1-4/+4
2024-01-16network/route: reorder getters in manager_rtnl_process_route()Yu Watanabe1-28/+36
2024-01-16network/route: reorder setter called in route_set_netlink_message()Yu Watanabe1-39/+43
2024-01-16network/route: reorder elements in Route object and add commentsYu Watanabe1-14/+15
2024-01-16network/route: relocate route_new() and friendsYu Watanabe2-68/+68
2024-01-15bus-socket: Clarify that inotify is supposed to watch all componentsDaan De Meyer1-11/+11
2024-01-15kernel-install: silence num kernels installedLudwig Nussel1-1/+1
2024-01-15kernel-install: fix context_copyLudwig Nussel1-16/+19
2024-01-15strv: introduce strv_copy_unless_empty()Ludwig Nussel2-0/+18
2024-01-15systemctl-is-system-running: display "offline" with --imageAntonio Alvarez Feijoo1-1/+1
2024-01-15test-network: add simple test case for DHCP relay on bridge interfaceYu Watanabe4-0/+41
2024-01-15resolve: on_transaction_stream_error() may free multiple transactionsYu Watanabe1-2/+13
2024-01-15test-network: try to flip interface state frequentlyYu Watanabe1-3/+22
2024-01-15network/link: automatically reconfigure interface on failureYu Watanabe2-1/+21
2024-01-15network/link: shorten code a bitYu Watanabe1-4/+2
2024-01-15network/route: do not read RTA_OIF twiceYu Watanabe1-44/+28
2024-01-15network/route-nexthop: store ifindex of the assigned interface in Route.nexth...Yu Watanabe1-5/+6
2024-01-15network/route: also use RouteNextHop for managing gatewayYu Watanabe8-76/+75
2024-01-15network/route-nexthop: introduce struct RouteNextHop and replace MultipathRou...Yu Watanabe4-85/+270
2024-01-15test: create /run/sshd in TEST-74-AUX-UTILSLuca Boccassi1-0/+2
2024-01-14man/systemd-sleep.conf: document the operation of s2h more thoroughlyMike Yuan1-13/+19
2024-01-14units: update Description= for systemd-sleep unitsMike Yuan3-3/+3
2024-01-14battery-util: raise log level for battery_is_discharging_and_lowMike Yuan1-2/+2
2024-01-14Fix gcc14 -Wcalloc-transposed-args warningsCristian Rodríguez4-7/+7
2024-01-13logind-dbus: refuse multiple jobs in method_do_shutdown_or_sleep tooMike Yuan1-0/+6
2024-01-13logind-dbus: minor modernizationMike Yuan1-4/+8
2024-01-13network/route-nexthop: make multipath_route_get_link() take fallback linkYu Watanabe3-30/+22
2024-01-13network/route-nexthop: do not update MultipathRoute objectYu Watanabe1-7/+17