index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #34403 from poettering/askpw-per-user
Lennart Poettering
2024-10-21
2
-31
/
+38
|
\
|
*
core: modernize askpw handling a bit
Lennart Poettering
2024-10-21
2
-31
/
+38
*
|
Merge pull request #34787 from yuwata/core-ip-address-allow-deny
Lennart Poettering
2024-10-21
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
core/cgroup: fix IPAddressAllow=/IPAddressDeny= set through DBus
Yu Watanabe
2024-10-16
1
-3
/
+4
*
|
pid1: close fds we receive via sd_notify() and cannot make use of asynchronously
Lennart Poettering
2024-10-17
1
-1
/
+1
*
|
fdset: optionally, close remaining fds asynchronously
Lennart Poettering
2024-10-17
2
-2
/
+2
*
|
Reformat load-fragment-gperf.gperf.in
Ryan Wilson
2024-10-17
1
-527
/
+527
*
|
cgroup: Add ManagedOOMMemoryPressureDurationSec= override setting for units
Ryan Wilson
2024-10-17
8
-3
/
+92
*
|
pid1: add env var to override default mount rate limit interval
xujing
2024-10-16
1
-3
/
+11
*
|
core: move debug logging from _can_live_mount() functions to caller
Lennart Poettering
2024-10-16
3
-19
/
+9
*
|
core: one more Mount -> LiveMount rename
Luca Boccassi
2024-10-16
1
-1
/
+1
|
/
*
core: do not fail if ignorable img.v/ vpick dir is missing
Luca Boccassi
2024-10-15
1
-0
/
+4
*
core/manager: pass soft-reboot count to generators
Mike Yuan
2024-10-15
1
-0
/
+6
*
core/manager: minor cleanup for generator_path_any() and friends
Mike Yuan
2024-10-15
1
-26
/
+32
*
timer: introduce DeferReactivation setting
Arthur Shau
2024-10-11
4
-7
/
+22
*
core/service: add missing serialization for extra fds
Mike Yuan
2024-10-11
1
-0
/
+38
*
core/service: use array rather than list for extra fds, limit max number
Mike Yuan
2024-10-11
3
-118
/
+76
*
core/service: use LIST_HEAD where appropriate
Mike Yuan
2024-10-11
1
-1
/
+1
*
core/manager-serialize: drop serialization for Manager.ready_sent
Mike Yuan
2024-10-11
1
-11
/
+1
*
core/manager: still send out STATUS=Ready for user manager
Mike Yuan
2024-10-11
1
-7
/
+7
*
core/mount: fix typo
Yu Watanabe
2024-10-09
1
-1
/
+1
*
namespace: rename drop_unused_mounts() → sort_and_drop_unused_mounts()
Lennart Poettering
2024-10-09
1
-3
/
+3
*
Merge pull request #34679 from DaanDeMeyer/bus-log
Daan De Meyer
2024-10-09
1
-4
/
+16
|
\
|
*
core: Log in more scenarios about which process initiated an operation
Daan De Meyer
2024-10-09
1
-0
/
+12
|
*
core: Bump log level of reexecute request to notice
Daan De Meyer
2024-10-09
1
-4
/
+4
*
|
Merge pull request #34656 from yuwata/private-users
Lennart Poettering
2024-10-09
5
-14
/
+14
|
\
\
|
*
|
core: drop implicit support of PrivateTmp=off
Yu Watanabe
2024-10-09
5
-6
/
+6
|
*
|
core: drop implicit support of PrivateUsers=off
Yu Watanabe
2024-10-08
4
-8
/
+8
*
|
|
Merge pull request #34651 from yuwata/polkit-transient-unit
Lennart Poettering
2024-10-09
5
-62
/
+95
|
\
\
\
|
*
|
|
core/dbus: pass transient unit name metadata to polkit
Renjaya Raga Zenta
2024-10-08
1
-1
/
+8
|
*
|
|
core/dbus: add assertions
Yu Watanabe
2024-10-08
1
-0
/
+12
|
*
|
|
core/dbus: introduce bus_verify_manage_units_async_impl()
Yu Watanabe
2024-10-08
2
-21
/
+33
|
*
|
|
core/dbus: move bus_verify_xyz() to dbus-util.c
Yu Watanabe
2024-10-08
5
-49
/
+51
*
|
|
|
Merge pull request #34593 from Werkov/deprecate-aux-scopes
Lennart Poettering
2024-10-09
1
-1
/
+6
|
\
\
\
\
|
*
|
|
|
core/manager: Deprecate StartAuxiliaryScope() method
Michal Koutný
2024-10-08
1
-1
/
+6
*
|
|
|
|
Merge pull request #34671 from yuwata/memory
Lennart Poettering
2024-10-09
1
-1
/
+5
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
core: suppress one debugging log
Yu Watanabe
2024-10-08
1
-1
/
+5
|
|
|
/
/
|
|
/
|
|
*
/
|
|
mount: optimize mountinfo traversal by decoupling device discovery
Chen Guanqiao
2024-10-08
1
-1
/
+6
|
/
/
/
*
|
|
Merge pull request #34674 from yuwata/reallocarray
Luca Boccassi
2024-10-08
3
-32
/
+11
|
\
\
\
|
*
|
|
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
3
-28
/
+10
|
*
|
|
core: use memdup_suffix0() at one more place
Yu Watanabe
2024-10-08
1
-4
/
+1
*
|
|
|
Merge pull request #34556 from ryantimwilson/extra-fds
Lennart Poettering
2024-10-08
8
-46
/
+234
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add ExtraFileDescriptor property to StartTransientUnit dbus API
Ryan Wilson
2024-10-07
8
-46
/
+234
*
|
|
|
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
2
-2
/
+0
*
|
|
|
Merge pull request #34408 from Werkov/fix-device-limits
Yu Watanabe
2024-10-07
2
-10
/
+10
|
\
\
\
\
|
*
|
|
|
core/cgroup: Apply IODevice*= directives in configured order
Michal Koutný
2024-09-24
2
-10
/
+10
*
|
|
|
|
core: warn if a generator is world-writable
Lukas Nykryn
2024-10-07
1
-1
/
+1
*
|
|
|
|
path-lookup: deduplicate xdg_user_*() with sd_path_lookup()
Mike Yuan
2024-10-06
3
-5
/
+6
|
|
/
/
/
|
/
|
|
|
*
|
|
|
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #34610 from poettering/exec-start-single-line
Luca Boccassi
2024-10-03
1
-1
/
+5
|
\
\
\
[next]