index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
local-addresses: rename metric -> priority
Yu Watanabe
2024-01-20
3
-12
/
+13
*
test-local-addresses: several modernization
Yu Watanabe
2024-01-20
1
-15
/
+13
*
ptyfwd: when leaving a session with tinted background, clear to end of screen
Lennart Poettering
2024-01-20
2
-1
/
+4
*
run: the --background= switch expects an argument
Lennart Poettering
2024-01-20
1
-1
/
+1
*
Merge pull request #31016 from poettering/pid1-priority-rework
Lennart Poettering
2024-01-20
10
-22
/
+54
|
\
|
*
test: add integration test for Type=exec robustness
Lennart Poettering
2024-01-19
1
-0
/
+9
|
*
manager: order idle jobs
Lennart Poettering
2024-01-19
1
-2
/
+2
|
*
manager: renumber priorities
Lennart Poettering
2024-01-19
1
-6
/
+6
|
*
manager: process exec_fd (i.e. Type=exec) events before SIGCHLD events
Lennart Poettering
2024-01-19
2
-6
/
+7
|
*
core: maintain a single table with event source priorities
Lennart Poettering
2024-01-19
9
-21
/
+43
*
|
loginctl: add --json= and -j to help text
Mike Yuan
2024-01-19
1
-1
/
+4
*
|
cgtop: fix sscanf return code checks
Luca Boccassi
2024-01-19
1
-2
/
+2
*
|
Merge pull request #31022 from aafeijoo-suse/bash-completion-cryptenroll-2
Luca Boccassi
2024-01-19
3
-5
/
+10
|
\
\
|
*
|
dissect: fix typo
Antonio Alvarez Feijoo
2024-01-19
1
-1
/
+1
|
*
|
bash-completion: add missing options to systemd-dissect
Antonio Alvarez Feijoo
2024-01-19
1
-1
/
+3
|
*
|
bash-completion: add missing options to systemd-cryptenroll
Antonio Alvarez Feijoo
2024-01-19
1
-3
/
+6
*
|
|
portable: log structured message when attach/detach succeeds
Luca Boccassi
2024-01-19
3
-0
/
+115
*
|
|
man: clarify description of Attach/Detach flags
Luca Boccassi
2024-01-19
1
-4
/
+4
*
|
|
network: fix typo
Yu Watanabe
2024-01-19
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #31012 from YHNdnzj/pam-systemd-session-busy
Lennart Poettering
2024-01-19
1
-24
/
+32
|
\
\
|
*
|
pam_systemd: always check if session is busy
Mike Yuan
2024-01-19
1
-21
/
+21
|
*
|
pam_systemd: close pidfd after use
Mike Yuan
2024-01-19
1
-3
/
+11
*
|
|
Merge pull request #31013 from YHNdnzj/logind-modernization-split
Lennart Poettering
2024-01-19
2
-20
/
+9
|
\
\
\
|
*
|
|
logind-dbus: use SESSION_IS_{SELF,AUTO} instead of SEAT_* for sessions
Mike Yuan
2024-01-19
1
-2
/
+2
|
*
|
|
logind-user: use RET_GATHER more
Mike Yuan
2024-01-19
1
-18
/
+7
|
|
/
/
*
|
|
Merge pull request #31009 from yuwata/network-route-convert-before-requesting
Luca Boccassi
2024-01-19
8
-505
/
+336
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
network/route-nexthop: configure as a simple gateway when MultipathRoute= is ...
Yu Watanabe
2024-01-19
1
-0
/
+10
|
*
|
network/route: drop unnecessary ownership transfer
Yu Watanabe
2024-01-19
2
-17
/
+14
|
*
|
network/route-nexthop: drop unnecessary link arguments
Yu Watanabe
2024-01-19
3
-46
/
+30
|
*
|
network/route: convert route before requesting
Yu Watanabe
2024-01-19
7
-443
/
+283
|
*
|
network/route-nexthop: fix route_nexthop_copy()
Yu Watanabe
2024-01-19
1
-1
/
+1
|
|
/
*
|
boot: don't print error if device tree fixup protocol isn't supported
Clayton Craft
2024-01-19
1
-1
/
+2
*
|
Merge pull request #30956 from yuwata/nspawn-network-pass-wifi
Luca Boccassi
2024-01-19
25
-126
/
+565
|
\
\
|
*
|
test-13-NSPAWN: add more test case for passing network interfaces
Yu Watanabe
2024-01-19
2
-5
/
+21
|
*
|
nspawn-network: support passing wireless interface to container
Yu Watanabe
2024-01-19
1
-2
/
+118
|
*
|
nspawn-network: also check alternative names
Yu Watanabe
2024-01-19
1
-5
/
+34
|
*
|
nspawn-network: split out move_network_interface_one()
Yu Watanabe
2024-01-19
1
-25
/
+74
|
*
|
nspawn-network: split out move_back_network_interfaces()
Yu Watanabe
2024-01-19
3
-38
/
+81
|
*
|
sd-netlink: add policy for NL80211_ATTR_NETNS_FD
Yu Watanabe
2024-01-19
1
-0
/
+1
|
*
|
sd-netlink: introduce rtnl_rename_link()
Yu Watanabe
2024-01-19
3
-0
/
+52
|
*
|
sd-device: introduce device_get_sysattr_u32()
Yu Watanabe
2024-01-19
2
-0
/
+20
|
*
|
udev-util: introduce reset_cached_udev_availability()
Yu Watanabe
2024-01-19
2
-5
/
+11
|
*
|
namespace-util: introduce netns_acquire()
Yu Watanabe
2024-01-19
2
-0
/
+28
|
*
|
process-util: introduce FORK_NEW_NETNS for safe_fork()
Yu Watanabe
2024-01-19
2
-7
/
+9
|
*
|
namespace-util: downgrade log level in userns_acquire()
Yu Watanabe
2024-01-19
1
-5
/
+4
|
*
|
tree-wide: add short comments for namespace_open() and namespace_enter()
Yu Watanabe
2024-01-19
10
-23
/
+88
|
*
|
namespace-util: rename arguments to prefix 'ret_'
Yu Watanabe
2024-01-19
2
-33
/
+46
|
|
/
*
/
journalctl: consider shut down namespaced sd-journald instance synced
Frantisek Sumsal
2024-01-19
1
-18
/
+64
|
/
*
Revert "man: add missing <cmdsynopsis> wrapper"
Antonio Alvarez Feijoo
2024-01-19
1
-11
/
+11
*
network: use strdup_or_null() where appropriate
Yu Watanabe
2024-01-19
2
-3
/
+3
[next]