index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
unit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core,journal: drop unnecessary !! casts
Frantisek Sumsal
2023-10-25
1
-1
/
+1
*
Merge pull request #29630 from DaanDeMeyer/manager-json
Daan De Meyer
2023-10-20
1
-0
/
+12
|
\
|
*
unit: Move three helpers to unit.h
Daan De Meyer
2023-10-20
1
-0
/
+12
*
|
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
|
/
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-1
/
+1
*
core: port unit/process kill logic to pidref
Lennart Poettering
2023-10-18
1
-15
/
+21
*
pidref: add new pidref_is_self() helper
Lennart Poettering
2023-10-18
1
-1
/
+1
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-8
/
+8
*
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
1
-1
/
+1
*
cgroup: turn device cgroup controller "rwm" strings into proper flags
Lennart Poettering
2023-10-18
1
-4
/
+4
*
core: add systemd-executor binary
Luca Boccassi
2023-10-12
1
-1
/
+8
*
core: add serialization/deserialization for ExecParameters
Luca Boccassi
2023-10-12
1
-1
/
+1
*
core: ensure execute/spawn functions can work without Unit object
Luca Boccassi
2023-10-12
1
-15
/
+8
*
core: ensure execute/spawn functions can work without manager object
Luca Boccassi
2023-10-12
1
-0
/
+16
*
core: refactor compare_job_priority()
Lennart Poettering
2023-10-07
1
-0
/
+32
*
Merge pull request #29482 from poettering/cgroup-func-rename
Yu Watanabe
2023-10-07
1
-8
/
+5
|
\
|
*
cgroup: rename cgroup_modify_nft_set() → unit_modify_nft_set()
Lennart Poettering
2023-10-06
1
-4
/
+1
|
*
cgroup: rename cgroup_add_* to cgroup_context_*
Lennart Poettering
2023-10-06
1
-4
/
+4
*
|
tree-wide: use path_simplify_alloc() more
Yu Watanabe
2023-10-07
1
-5
/
+5
|
/
*
Merge pull request #29458 from poettering/serialize-pidref
Lennart Poettering
2023-10-05
1
-14
/
+0
|
\
|
*
pid1: serialize pidrefs as pidfds if possible
Lennart Poettering
2023-10-05
1
-14
/
+0
*
|
cgroup-util: drop "controller" argument from various cgroup helper calls
Lennart Poettering
2023-10-05
1
-12
/
+21
|
/
*
core: move pid watch/unwatch logic of the service manager to pidfd
Lennart Poettering
2023-09-28
1
-71
/
+119
*
Merge pull request #29249 from poettering/pid1-error-message
Luca Boccassi
2023-09-28
1
-0
/
+43
|
\
|
*
core: generalize service_arm_timer() for all unit types
Lennart Poettering
2023-09-27
1
-0
/
+43
*
|
core: mark units as need daemon-reload if unit file operations are
Mike Yuan
2023-09-28
1
-3
/
+7
*
|
core/unit: use RET_GATHER in one more function
Mike Yuan
2023-09-27
1
-21
/
+10
*
|
core: add user and group to NFTSet=
Topi Miettinen
2023-09-27
1
-0
/
+46
*
|
core: firewall integration of cgroups with NFTSet=
Topi Miettinen
2023-09-27
1
-0
/
+4
|
/
*
core: port unit_fork_helper_process() and unit_fork_and_watch_rm_rf() to PidRef
Lennart Poettering
2023-09-18
1
-7
/
+23
*
core: port unit_main_pid() + unit_control_pid() to PidRef and drop unit_kill_...
Lennart Poettering
2023-09-18
1
-42
/
+36
*
core: port over unit_kill_context() to PidRef
Lennart Poettering
2023-09-18
1
-16
/
+16
*
manager: move various fields that declare unit defaults into a new structure ...
Lennart Poettering
2023-09-08
1
-15
/
+22
*
core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...
Yu Watanabe
2023-09-06
1
-1
/
+1
*
core: rename credential.[ch] -> exec-credential.[ch]
Yu Watanabe
2023-09-06
1
-1
/
+1
*
alloc-util: add free_many() helper
Lennart Poettering
2023-08-24
1
-2
/
+1
*
Merge pull request #28787 from yuwata/credential-next
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-20
/
+6
|
\
|
*
core/credential: split out unit_add_default_credential_dependencies()
Yu Watanabe
2023-08-22
1
-20
/
+5
|
*
core: split out functions and definitions from execute.[ch] to credential.[ch]
Yu Watanabe
2023-08-22
1
-0
/
+1
*
|
core: simplify get_process_umask() invocation
Lennart Poettering
2023-08-22
1
-1
/
+1
|
/
*
core: allow to pass EINVAL to unit_add_two_dependencies()
Luca Boccassi
2023-08-11
1
-7
/
+12
*
Revert "core: add IgnoreOnSoftReboot= unit option"
Luca Boccassi
2023-07-23
1
-34
/
+7
*
core: add IgnoreOnSoftReboot= unit option
Luca Boccassi
2023-07-21
1
-7
/
+34
*
Merge pull request #28226 from mrc0mmand/coverity-fixes
Luca Boccassi
2023-07-02
1
-3
/
+1
|
\
|
*
unit: drop an unused assignment
Frantisek Sumsal
2023-07-02
1
-3
/
+1
*
|
mount: make unit_start() mount ratelimiting check generic
Lennart Poettering
2023-06-30
1
-3
/
+8
*
|
unit: don't encode literally which unit types to generate audit events for
Lennart Poettering
2023-06-30
1
-7
/
+6
|
/
*
execude: include RuntimeScope field in ExecParameters
Lennart Poettering
2023-06-28
1
-0
/
+2
*
pid1: use FORK_DEATHSIG where appropriate
Lennart Poettering
2023-06-22
1
-3
/
+1
*
core: Add RootEphemeral= setting
Daan De Meyer
2023-06-21
1
-1
/
+1
[next]