index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
dbus-manager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: move pid watch/unwatch logic of the service manager to pidfd
Lennart Poettering
2023-09-28
1
-6
/
+6
*
core: mark units as need daemon-reload if unit file operations are
Mike Yuan
2023-09-28
1
-0
/
+6
*
manager: move various fields that declare unit defaults into a new structure ...
Lennart Poettering
2023-09-08
1
-55
/
+55
*
core,systemctl: refuse switching root if we're not in initrd
Mike Yuan
2023-09-02
1
-11
/
+16
*
core,systemctl: refuse switching root to current root properly
Mike Yuan
2023-09-02
1
-1
/
+8
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-2
/
+2
*
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
1
-0
/
+1
*
dbus: add 'ConfidentialVirtualization' property to manager object
Daniel P. Berrangé
2023-07-06
1
-0
/
+23
*
core/dbus-manager: also show DefaultIOAccounting and DefaultIPAccounting
licunlong
2023-06-19
1
-0
/
+2
*
pid1: add "soft-reboot" reboot method
Lennart Poettering
2023-06-02
1
-1
/
+45
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
manager: restrict Dump*() to privileged callers or ratelimit
Luca Boccassi
2023-05-19
1
-2
/
+32
*
core: Make sure systemctl exit <X> works outside of a container
Daan De Meyer
2023-05-12
1
-3
/
+0
*
pid1: unify implemenation of /run/ disk space safety check a bit
Lennart Poettering
2023-04-29
1
-16
/
+42
*
core/systemctl: when switching root default to /sysroot/
Lennart Poettering
2023-04-29
1
-9
/
+15
*
Merge pull request #27027 from dtardon/unit-file-list-cleanup
Lennart Poettering
2023-04-13
1
-11
/
+5
|
\
|
*
dbus-manager: use _cleanup_ for UnitFileList hash
David Tardon
2023-03-28
1
-11
/
+5
*
|
Merge pull request #27033 from dtardon/array-cleanup
Yu Watanabe
2023-04-12
1
-63
/
+41
|
\
\
|
*
|
dbus-manager: use CLEANUP_ARRAY
David Tardon
2023-04-11
1
-11
/
+7
|
*
|
dbus-manager: use CLEANUP_ARRAY
David Tardon
2023-04-11
1
-52
/
+34
|
|
/
*
/
pid1: add DumpFileDescriptorStore() bus call that returns fdstore content info
Lennart Poettering
2023-03-29
1
-0
/
+9
|
/
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
Merge pull request #26784 from DaanDeMeyer/chase-fix
Daan De Meyer
2023-03-15
1
-1
/
+1
|
\
|
*
chase-symlinks: Remove unused ret_fd arguments
Daan De Meyer
2023-03-14
1
-1
/
+1
*
|
core: fix "(null)" in output
Zbigniew Jędrzejewski-Szmek
2023-03-15
1
-1
/
+1
|
/
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-14
/
+14
*
pid1: add unit file settings to control memory pressure logic
Lennart Poettering
2023-03-01
1
-0
/
+2
*
systemctl: print better message if default target is masked
David Tardon
2023-02-27
1
-0
/
+2
*
tree-wide: port various things over to CLEANUP_ARRAY()
Lennart Poettering
2023-02-23
1
-11
/
+8
*
pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...
Lennart Poettering
2023-02-17
1
-0
/
+5
*
manager: improve message about Reload/Reexec requests
Zbigniew Jędrzejewski-Szmek
2023-02-08
1
-2
/
+4
*
process-util: add helper to verify a pid via its pidfd
Luca Boccassi
2023-01-20
1
-11
/
+10
*
core: add GetUnitByPIDFD method and use it in systemctl
Luca Boccassi
2023-01-18
1
-0
/
+62
*
core: use chase_symlinks_and_access() where appropriate
Lennart Poettering
2022-12-23
1
-12
/
+4
*
core: tighten validation checks in SwitchRoot() dbus call
Lennart Poettering
2022-12-23
1
-2
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
Manager: also log caller of daemon-reexec
Luca Boccassi
2022-12-15
1
-4
/
+8
*
manager: add option to rate limit daemon-reload
Luca Boccassi
2022-12-13
1
-0
/
+8
*
manager: log unit/pid of sender when Reload() is called
Luca Boccassi
2022-12-13
1
-0
/
+26
*
core: use correct scope of looking up units
Yu Watanabe
2022-12-07
1
-7
/
+4
*
Merge pull request #25437 from YHNdnzj/systemctl-disable-warn-statically-enab...
Zbigniew Jędrzejewski-Szmek
2022-12-05
1
-5
/
+16
|
\
|
*
systemctl: warn if trying to disable a unit with no install info
Mike Yuan
2022-12-03
1
-5
/
+16
*
|
dbus-manager: add comments about booleans in function calls
Mike Yuan
2022-11-19
1
-14
/
+14
|
/
*
core: fix memleak in GetUnitFileLinks method
Yu Watanabe
2022-11-02
1
-5
/
+11
*
core: give a nicer error message on invalid aliases
Jacek Migacz
2022-10-25
1
-0
/
+25
*
systemctl,manager: refuse linking unit files underneath the search paths
Zbigniew Jędrzejewski-Szmek
2022-10-24
1
-0
/
+5
*
Make comment about coordinating offline and online installation symmetric
Zbigniew Jędrzejewski-Szmek
2022-10-20
1
-3
/
+2
*
Merge pull request #25004 from keszybz/transient-drop-ins
Luca Boccassi
2022-10-18
1
-1
/
+1
|
\
|
*
manager: allow transient units to have drop-ins
Zbigniew Jędrzejewski-Szmek
2022-10-16
1
-1
/
+1
*
|
Merge pull request #25007 from keszybz/rename-dbus-dump
Zbigniew Jędrzejewski-Szmek
2022-10-18
1
-4
/
+21
|
\
\
[next]