index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.github
/
labeler.yml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-16
logind: allow Sleep() and CanSleep() dbus calls
Mike Yuan
1
-0
/
+8
2024-01-16
network/queue: detach request from the queue only when the request is actuall...
Yu Watanabe
5
-35
/
+36
2024-01-16
network/queue: increase the reference counter of the request before processin...
Yu Watanabe
1
-22
/
+20
2024-01-16
user-util: honour PREFER_NSS flag in get_group_creds() the same way as we alr...
Lennart Poettering
1
-7
/
+32
2024-01-16
user-util: modernize get_user_creds() + get_group_creds()
Lennart Poettering
2
-77
/
+80
2024-01-16
creds-util: drop unnecessary include
Lennart Poettering
1
-1
/
+0
2024-01-16
creds-util: simplify offset calculation a bit
Lennart Poettering
1
-3
/
+2
2024-01-16
bus-polkit: don't return positive in varlink_verify_polkit_async() just becau...
Lennart Poettering
1
-4
/
+3
2024-01-16
bus-polkit: explicitly cast away return value we ignore
Lennart Poettering
1
-1
/
+1
2024-01-16
bus-polkit: treat various well-known PK errors as denied
Lennart Poettering
1
-2
/
+7
2024-01-16
varlink: also honour new env var $SYSTEMD_VARLINK_LISTEN in varlink_server_li...
Lennart Poettering
2
-0
/
+17
2024-01-16
varlink-idl: prefix all varlink IDL debug lines wit "Varlink-IDL:"
Lennart Poettering
1
-60
/
+63
2024-01-16
network/route: introduce route_get_link() and use it in log_route_debug()
Yu Watanabe
1
-16
/
+33
2024-01-16
vmspawn: supply a serial TTY to the kernel by default
Sam Leonard
2
-14
/
+26
2024-01-16
vmspawn: ignore firmwares with enrolled-keys by default
Sam Leonard
1
-1
/
+6
2024-01-16
udev: even if a device is a zac device, scsi-$ID_SERIAL will be reserved for ...
我超厉害
2
-3
/
+12
2024-01-16
tree-wide: Load entry-token and layout.conf from /usr/lib/kernel/ as well
Daan De Meyer
6
-41
/
+55
2024-01-16
test-network: add test case for removal of nexthop that is a member of a grou...
Yu Watanabe
2
-0
/
+39
2024-01-16
network/nexthop: drop dependent nexthops on removal
Yu Watanabe
1
-0
/
+26
2024-01-16
network/nexthop: introduce a reverse map of nexthop group members
Yu Watanabe
2
-0
/
+53
2024-01-16
network/nexthop: read netlink message in nexthop_update_group()
Yu Watanabe
1
-13
/
+10
2024-01-16
network/nexthop: reorder elements in NextHop
Yu Watanabe
1
-7
/
+12
2024-01-16
network/route: trivial cosmetic changes
Yu Watanabe
1
-4
/
+4
2024-01-16
network/route: reorder getters in manager_rtnl_process_route()
Yu Watanabe
1
-28
/
+36
2024-01-16
network/route: reorder setter called in route_set_netlink_message()
Yu Watanabe
1
-39
/
+43
2024-01-16
network/route: reorder elements in Route object and add comments
Yu Watanabe
1
-14
/
+15
2024-01-16
network/route: relocate route_new() and friends
Yu Watanabe
2
-68
/
+68
2024-01-15
bus-socket: Clarify that inotify is supposed to watch all components
Daan De Meyer
1
-11
/
+11
2024-01-15
kernel-install: silence num kernels installed
Ludwig Nussel
1
-1
/
+1
2024-01-15
kernel-install: fix context_copy
Ludwig Nussel
1
-16
/
+19
2024-01-15
strv: introduce strv_copy_unless_empty()
Ludwig Nussel
2
-0
/
+18
2024-01-15
systemctl-is-system-running: display "offline" with --image
Antonio Alvarez Feijoo
1
-1
/
+1
2024-01-15
test-network: add simple test case for DHCP relay on bridge interface
Yu Watanabe
4
-0
/
+41
2024-01-15
resolve: on_transaction_stream_error() may free multiple transactions
Yu Watanabe
1
-2
/
+13
2024-01-15
test-network: try to flip interface state frequently
Yu Watanabe
1
-3
/
+22
2024-01-15
network/link: automatically reconfigure interface on failure
Yu Watanabe
2
-1
/
+21
2024-01-15
network/link: shorten code a bit
Yu Watanabe
1
-4
/
+2
2024-01-15
network/route: do not read RTA_OIF twice
Yu Watanabe
1
-44
/
+28
2024-01-15
network/route-nexthop: store ifindex of the assigned interface in Route.nexth...
Yu Watanabe
1
-5
/
+6
2024-01-15
network/route: also use RouteNextHop for managing gateway
Yu Watanabe
8
-76
/
+75
2024-01-15
network/route-nexthop: introduce struct RouteNextHop and replace MultipathRou...
Yu Watanabe
4
-85
/
+270
2024-01-15
test: create /run/sshd in TEST-74-AUX-UTILS
Luca Boccassi
1
-0
/
+2
2024-01-14
man/systemd-sleep.conf: document the operation of s2h more thoroughly
Mike Yuan
1
-13
/
+19
2024-01-14
units: update Description= for systemd-sleep units
Mike Yuan
3
-3
/
+3
2024-01-14
battery-util: raise log level for battery_is_discharging_and_low
Mike Yuan
1
-2
/
+2
2024-01-14
Fix gcc14 -Wcalloc-transposed-args warnings
Cristian Rodríguez
4
-7
/
+7
2024-01-13
logind-dbus: refuse multiple jobs in method_do_shutdown_or_sleep too
Mike Yuan
1
-0
/
+6
2024-01-13
logind-dbus: minor modernization
Mike Yuan
1
-4
/
+8
2024-01-13
network/route-nexthop: make multipath_route_get_link() take fallback link
Yu Watanabe
3
-30
/
+22
2024-01-13
network/route-nexthop: do not update MultipathRoute object
Yu Watanabe
1
-7
/
+17
[prev]
[next]