summaryrefslogtreecommitdiff
path: root/src/core/manager.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* pid1: preserve current value of log target across re-{load,execution}Franck Bui2018-06-131-0/+5
* pid1: preserve current value of log level across re-{load,execution}Franck Bui2018-06-131-0/+6
* core: subscribe to /etc/localtime timezone changes and update timer elapsatio...Lennart Poettering2018-06-061-0/+6
* fix race between daemon-reload and other commandsDavid Tardon2018-05-191-0/+3
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+1
* core/manager: make manager_enumerate() staticZbigniew Jędrzejewski-Szmek2018-04-241-1/+0
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-0/+1
|\
| * core/manager: split out function to verify that unit is loaded and not maskedZbigniew Jędrzejewski-Szmek2018-04-161-0/+1
* | tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
|/
* core: don't include libmount.h in a header file (#8580)Michael Olbrich2018-03-261-1/+2
* core: delay adding target dependencies until all units are loaded and aliases...Michal Sekletar2018-03-231-0/+3
* Make MANAGER_TEST_RUN_MINIMAL just allocate data structuresZbigniew Jędrzejewski-Szmek2018-03-111-4/+5
* Introduce _cleanup_(manager_freep)Zbigniew Jędrzejewski-Szmek2018-03-111-0/+1
* core: delay bus name synchronization after reload/reexec into a later event l...Lennart Poettering2018-02-121-0/+2
* core: rework how we connect to the busLennart Poettering2018-02-121-0/+1
* core: fold manager_set_exec_params() into unit_set_exec_params()Lennart Poettering2018-02-121-2/+0
* core: make ExecRuntime be manager managed objectYu Watanabe2018-02-061-0/+3
* Merge pull request #7991 from poettering/n-on-consoleZbigniew Jędrzejewski-Szmek2018-01-251-0/+3
|\
| * core: rework how we count the n_on_console counterLennart Poettering2018-01-241-0/+3
* | Merge pull request #7915 from poettering/pids-max-tweakZbigniew Jędrzejewski-Szmek2018-01-251-0/+3
|\ \ | |/ |/|
| * core: propagate TasksMax= on the root slice to sysctlsLennart Poettering2018-01-221-0/+3
* | core: rework how we track which PIDs to watch for a unitLennart Poettering2018-01-231-9/+14
* | pid1: rework how we dispatch SIGCHLD and other signalsLennart Poettering2018-01-231-0/+2
* | manager: add MANAGER_IS_RUNNING() for checking whether the manager is runningLennart Poettering2018-01-231-0/+3
* | pid1: add option to disable service watchdogsJan Klötzke2018-01-221-0/+1
|/
* core: delay logging the taint string until after basic.target is reached (#7935)Zbigniew Jędrzejewski-Szmek2018-01-211-0/+4
* core: make "taint" string logic a bit more generic and output it at bootLennart Poettering2017-12-071-0/+2
* manager: introduce MANAGER_IS_FINISHED() macroLennart Poettering2017-11-211-0/+2
* manager: add manager_get_dump_string()Lennart Poettering2017-11-211-0/+1
* core: add manager_dump() call, and make it output timestamp dataLennart Poettering2017-11-211-0/+1
* manager: rework the timestamps logic, so that they are an enum-index arrayLennart Poettering2017-11-211-13/+22
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: in --user mode, report READY=1 as soon as basic.target is reached (#7102)Zbigniew Jędrzejewski-Szmek2017-10-241-0/+2
* core: make gc_marker unsigned (#7004)Zbigniew Jędrzejewski-Szmek2017-10-051-1/+1
* core: usually our enum's _INVALID and _MAX special values are named after the...Lennart Poettering2017-10-021-1/+1
* cgroup: after determining that a cgroup is empty, asynchronously dispatch thisLennart Poettering2017-09-271-2/+7
* core: rename cgroup_queue → cgroup_realize_queueLennart Poettering2017-09-271-1/+1
* manager: hook up IP accounting defaultsDaniel Mack2017-09-221-0/+1
* cgroup: add fields to accommodate eBPF related detailsDaniel Mack2017-09-221-0/+1
* Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek2017-09-191-2/+12
* core: manager_set_exec_params() cannot fail, hence make it voidLennart Poettering2017-08-101-1/+1
* core: propagate reload from RELOADING=1 notification (#6550)Jouke Witteveen2017-08-071-0/+1
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-1/+4
* Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering2016-11-181-1/+5
|\
| * core: add 'c' in confirmation_spawn to resume the boot processFranck Bui2016-11-171-0/+2
| * core: allow to redirect confirmation messages to a different consoleFranck Bui2016-11-171-1/+3
* | core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-2/+3
* | core: drop n_in_gc_queue field of Manager structureLennart Poettering2016-11-161-1/+0
|/
* core: use emergency_action for ctr+alt+del burstLukas Nykryn2016-10-211-12/+1