index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
unit.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/unit: introduce unit_set_debug_invocation()
Mike Yuan
2024-09-04
1
-1
/
+2
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-3
/
+11
*
service: add 'debug' option to RestartMode=
Luca Boccassi
2024-08-27
1
-1
/
+6
*
core: move check for combination of PAMName= + KillMode= to unit_verify_conte...
Mike Yuan
2024-08-26
1
-6
/
+6
*
core/unit: unit_is_filtered() -> unit_passes_filter() and invert logic
Mike Yuan
2024-08-17
1
-1
/
+1
*
core/unit: rename set_unit_path() -> setenv_unit_path()
Mike Yuan
2024-08-17
1
-1
/
+1
*
core: Clean up includes a little
Daan De Meyer
2024-08-14
1
-3
/
+0
*
core: Introduce unit_is_filtered()
Daan De Meyer
2024-08-14
1
-0
/
+2
*
core/unit: unexport cg_kill log funcs, rather take in bool
Mike Yuan
2024-08-02
1
-4
/
+1
*
core/unit: merge use of LOG_CONTEXT_SET_LOG_LEVEL into LOG_CONTEXT_PUSH_UNIT
Mike Yuan
2024-07-31
1
-6
/
+7
*
core: pin notify sender through pidfd (potentially SCM_PIDFD)
Mike Yuan
2024-07-22
1
-1
/
+1
*
core/unit: introduce unit_freezer_complete, correctly report end state
Mike Yuan
2024-07-17
1
-2
/
+1
*
core/unit: introduce unit_set_freezer_state, make logging consistent
Mike Yuan
2024-07-17
1
-0
/
+1
*
core/unit: rename a few more vars for unit_next_freezer_state()
Mike Yuan
2024-07-17
1
-1
/
+1
*
core/unit: rename freezer "target" to "objective"
Mike Yuan
2024-07-17
1
-1
/
+1
*
core: make unit_can_freeze take const Unit*
Mike Yuan
2024-07-17
1
-2
/
+2
*
core/unit: drop pointless unit_freezer_state wrapper
Mike Yuan
2024-07-17
1
-1
/
+0
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-2
/
+2
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-3
/
+3
*
Fix confusion between killer and prey
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
core: clean up OnFailure= and OnSuccess= handling a bit
Mike Yuan
2024-06-09
1
-1
/
+1
*
manager: add socket for receiving handoff timestamps from forked children
Lennart Poettering
2024-04-25
1
-0
/
+3
*
core/unit: use IN_SET at one more place
Mike Yuan
2024-04-14
1
-1
/
+1
*
core: introduce UNIT_IS_LOAD_ERROR helper
Mike Yuan
2024-03-23
1
-0
/
+4
*
core: notify supervisor over targets we reach, as we reach them
Lennart Poettering
2024-03-14
1
-0
/
+3
*
core: split out cgroup specific state fields from Unit → CGroupRuntime
Lennart Poettering
2024-02-16
1
-83
/
+13
*
Merge pull request #31039 from AdrianVovk/slice-freeze-thaw
Lennart Poettering
2024-01-31
1
-10
/
+5
|
\
|
*
core: Rework recursive freeze/thaw
Adrian Vovk
2024-01-30
1
-10
/
+5
*
|
core/unit: update outdated comment
Yu Watanabe
2024-01-27
1
-2
/
+2
*
|
core: introduce unit_unwatch_pidref_done() helper function
Yu Watanabe
2024-01-25
1
-0
/
+1
*
|
core/unit: split out unit_kill_one()
Yu Watanabe
2024-01-25
1
-1
/
+1
*
|
core: use helper functions like unit_main_pid() in unit_kill_context()
Yu Watanabe
2024-01-24
1
-1
/
+1
*
|
core: introduce unit_main_pid_full() which optionally provides if the PID is ...
Yu Watanabe
2024-01-24
1
-2
/
+5
*
|
core: constify PidRef arguments
Yu Watanabe
2024-01-24
1
-3
/
+3
|
/
*
core: add WantsMountsFor=
Luca Boccassi
2023-11-29
1
-4
/
+17
*
core: generalize memory accounting attribute handling
Mike Yuan
2023-11-13
1
-5
/
+2
*
cgroup: add support for memory.swap.peak
Florian Schmaus
2023-11-11
1
-0
/
+3
*
cgroup: add support for memory.peak
Florian Schmaus
2023-11-06
1
-0
/
+3
*
unit: Move three helpers to unit.h
Daan De Meyer
2023-10-20
1
-0
/
+4
*
core: port unit/process kill logic to pidref
Lennart Poettering
2023-10-18
1
-2
/
+3
*
core: ensure execute/spawn functions can work without Unit object
Luca Boccassi
2023-10-12
1
-2
/
+0
*
core: refactor compare_job_priority()
Lennart Poettering
2023-10-07
1
-0
/
+2
*
pid1: serialize pidrefs as pidfds if possible
Lennart Poettering
2023-10-05
1
-1
/
+0
*
core: move pid watch/unwatch logic of the service manager to pidfd
Lennart Poettering
2023-09-28
1
-5
/
+7
*
Merge pull request #29249 from poettering/pid1-error-message
Luca Boccassi
2023-09-28
1
-0
/
+2
|
\
|
*
core: generalize service_arm_timer() for all unit types
Lennart Poettering
2023-09-27
1
-0
/
+2
*
|
pid1: add SurviveFinalKillSignal= to skip units on final sigterm/sigkill spree
Luca Boccassi
2023-09-28
1
-0
/
+3
|
/
*
core: port unit_fork_helper_process() and unit_fork_and_watch_rm_rf() to PidRef
Lennart Poettering
2023-09-18
1
-2
/
+2
*
core: port unit_main_pid() + unit_control_pid() to PidRef and drop unit_kill_...
Lennart Poettering
2023-09-18
1
-8
/
+5
*
core: port over unit_kill_context() to PidRef
Lennart Poettering
2023-09-18
1
-3
/
+4
[next]