index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcrlock: also write pcrlock policy as unencrypted credential to XBOOTLDR/ESP
Lennart Poettering
2024-01-22
1
-12
/
+156
*
tree-wide: link to docs.kernel.org for kernel documentation
nl6720
2024-01-22
2
-2
/
+2
*
core: path: Re-enter waiting if target is deactivating
Adrian Vovk
2024-01-21
1
-3
/
+3
*
network/route: update MTU of IPv6 route even if the kernel returns -EEXIST
Yu Watanabe
2024-01-20
1
-0
/
+13
*
Merge pull request #31004 from AdrianVovk/misc-cleanups
Mike Yuan
2024-01-20
9
-64
/
+51
|
\
|
*
fd-util: Close function for FD_TO_PTR
Adrian Vovk
2024-01-19
2
-5
/
+5
|
*
user-record: Add method to match whole perMachine entry
Adrian Vovk
2024-01-18
3
-48
/
+36
|
*
homework: Cleanup home_store_embedded_identity
Adrian Vovk
2024-01-18
4
-11
/
+10
*
|
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
9
-22
/
+45
|
\
\
|
*
|
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
1
-1
/
+1
|
\
\
\
|
*
|
|
dissect: fix typo
Antonio Alvarez Feijoo
2024-01-19
1
-1
/
+1
*
|
|
|
portable: log structured message when attach/detach succeeds
Luca Boccassi
2024-01-19
2
-0
/
+95
*
|
|
|
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
23
-121
/
+544
|
\
\
\
|
*
|
|
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
|
/
/
*
|
network: use strdup_or_null() where appropriate
Yu Watanabe
2024-01-19
2
-3
/
+3
[next]