summaryrefslogtreecommitdiffstats
path: root/src/core/unit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: introduce a helper function to wrap unit_log_{success,failure}Zbigniew Jędrzejewski-Szmek2018-11-161-0/+7
* core: log a recognizable message when a unit succeeds, tooLennart Poettering2018-11-161-0/+1
* core: make log messages about unit processes exiting recognizableLennart Poettering2018-11-161-0/+1
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2018-11-161-0/+2
* core: move unit_status_emit_starting_stopping_reloading() and related calls t...Lennart Poettering2018-11-161-1/+0
* unit: replace three non-type-safe macros by type-safe inline functionsLennart Poettering2018-11-081-3/+9
* unit: make UNIT() cast function deal with NULL pointersLennart Poettering2018-11-081-1/+6
* core: split environment block mantained by PID 1's Manager object in twoLennart Poettering2018-10-311-1/+1
* core: rework serializationLennart Poettering2018-10-261-5/+0
* core: when deserializing state always use read_line(…, LONG_LINE_MAX, …)Lennart Poettering2018-10-261-1/+1
* core: implement per unit journal rate limitingAnita Zhang2018-10-181-0/+2
* core: support cgroup v2 device controllerRoman Gushchin2018-10-091-0/+3
* core: refactor bpf firewall support into a pseudo-controllerRoman Gushchin2018-10-091-8/+1
* Merge pull request #10094 from keszybz/wants-loadingLennart Poettering2018-10-051-2/+2
|\
| * pid1: drop unused path parameter to add_two_dependencies_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
| * pid1: drop now-unused path parameter to add_dependency_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
* | Make Watchdog Signal ConfigurableAnita Zhang2018-09-261-1/+1
|/
* core: rename function to better reflect semanticsZbigniew Jędrzejewski-Szmek2018-08-201-1/+1
* core: rework StopWhenUnneeded= logicLennart Poettering2018-08-101-0/+7
* tree-wide: use 'signed int' instead of 'int' for bit field variablesYu Watanabe2018-06-281-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-3/+3
* core: enumerate perpetual units in a separate per-unit-type methodLennart Poettering2018-06-071-1/+7
* core: add a new unit method "catchup()"Lennart Poettering2018-06-071-7/+10
* core: subscribe to /etc/localtime timezone changes and update timer elapsatio...Lennart Poettering2018-06-061-0/+3
* core: rework how we track service and scope PIDsLennart Poettering2018-06-051-1/+6
* core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering2018-06-011-1/+6
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-33/+10
* core: enforce that scope units can be started only onceLennart Poettering2018-04-271-0/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: delay adding target dependencies until all units are loaded and aliases...Michal Sekletar2018-03-231-0/+5
* Introduce _cleanup_(unit_freep)Zbigniew Jędrzejewski-Szmek2018-03-111-0/+1
* bpf: rework how we keep track and attach cgroup bpf programsLennart Poettering2018-02-211-2/+2
* Merge pull request #8175 from keszybz/gc-cleanupLennart Poettering2018-02-151-11/+10
|\
| * pid1: include the source unit in UnitRefZbigniew Jędrzejewski-Szmek2018-02-151-6/+6
| * pid1: rename unit_check_gc to unit_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-5/+4
* | core: add new new bus call for migrating foreign processes to scope/service u...Lennart Poettering2018-02-121-0/+2
* | cgroup: add a new "can_delegate" flag to the unit vtable, and set it for scop...Lennart Poettering2018-02-121-0/+3
|/
* selinux: make sure we never use /dev/null for making unit selinux access deci...Lennart Poettering2018-01-311-0/+2
* core: rework how we count the n_on_console counterLennart Poettering2018-01-241-0/+1
* core: add a new unit_needs_console() callLennart Poettering2018-01-241-0/+5
* core: rework how we track which PIDs to watch for a unitLennart Poettering2018-01-231-2/+4
* mount: forbid mount on path with symlinksAlan Jenkins2018-01-201-1/+1
* core: be stricter when handling PID files and MAINPID sd_notify() messagesLennart Poettering2018-01-111-1/+1
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-1/+1
* service: Don't stop unneeded units needed by restarted service (#7526)Michal Koutný2017-12-051-0/+4
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-10/+29
* core: warn about left-over processes in cgroup on unit startLennart Poettering2017-11-251-0/+2
* Merge pull request #7381 from poettering/cgroup-unified-delegate-reworkZbigniew Jędrzejewski-Szmek2017-11-221-0/+5
|\