summaryrefslogtreecommitdiff
path: root/src/core/swap.c
Commit message (Expand)AuthorAgeFilesLines
...
* | path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
|/
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+1
* core: use _cleanup_set_free_ instread of _cleanup_(set_freep)Yu Watanabe2018-05-141-1/+1
* core: use automatic cleanup moreDavid Tardon2018-05-121-7/+3
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8175 from keszybz/gc-cleanupLennart Poettering2018-02-151-3/+6
|\
| * pid1: rename unit_check_gc to unit_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-3/+6
* | Merge pull request #8125 from poettering/cgroups-migrateZbigniew Jędrzejewski-Szmek2018-02-151-1/+0
|\ \
| * | core: fold manager_set_exec_params() into unit_set_exec_params()Lennart Poettering2018-02-121-1/+0
| |/
* | tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-1/+1
|/
* core: remove unnecessary initializationYu Watanabe2018-02-091-1/+1
* core: make ExecRuntime be manager managed objectYu Watanabe2018-02-061-4/+5
* core/swap: dump TimeoutSec=Yu Watanabe2018-01-301-0/+5
* mount,swap: write event loop priority as "SD_EVENT_PRIORITY_NORMAL-x"Lennart Poettering2018-01-231-1/+1
* core: warn about left-over processes in cgroup on unit startLennart Poettering2017-11-251-0/+2
* core: unify common code for preparing for forking off unit processesLennart Poettering2017-11-211-18/+7
* core/swap: load() should fail when neither of corresponding unit file nor /pr...Yu Watanabe2017-11-201-1/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-0/+2
* core: track why unit dependencies came to beLennart Poettering2017-11-101-7/+7
* core: log unit failure with type-specific result codeLennart Poettering2017-09-271-0/+3
* swap: introduce SWAP_STATE_WITH_PROCESS() similar to MOUNT_STATE_WITH_PROCESS()Lennart Poettering2017-09-261-12/+11
* swap: adjust swap.c in a similar way to what we just did to mount.cLennart Poettering2017-09-261-51/+45
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-4/+5
* core: make sure to dump cgroup context when unit_dump() is called for all uni...Lennart Poettering2017-09-221-0/+1
* core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXINGLennart Poettering2017-08-101-1/+1
* core: introduce unit_set_exec_params()Lennart Poettering2017-08-101-3/+1
* core: manager_set_exec_params() cannot fail, hence make it voidLennart Poettering2017-08-101-3/+1
* execute: also fold the cgroup delegate bit into ExecFlagsLennart Poettering2017-08-101-1/+1
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-6/+7
* swap: make use of IN_SET()Franck Bui2017-06-261-29/+29
* swap: make use of manager_get_unit() in swap.cFranck Bui2017-06-261-7/+7
* core: make unit_free() accept NULL pointersLennart Poettering2016-12-011-1/+1
* core: allow to redirect confirmation messages to a different consoleFranck Bui2016-11-171-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* unit: unify some code with new unit_new_for_name() callLennart Poettering2016-11-021-5/+1
* Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek2016-10-111-0/+5
|\
| * core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+5
* | core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering2016-10-101-1/+1
|/
* core: add RemoveIPC= settingLennart Poettering2016-08-191-0/+2
* core: remember first unit failure, not last unit failureLennart Poettering2016-08-041-4/+4
* core: turn various execution flags into a proper flags parameterLennart Poettering2016-08-041-7/+5
* core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering2016-07-221-1/+14
* Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering2016-05-041-1/+9
|\
| * core: move enforcement of the start limit into per-unit-type code againLennart Poettering2016-05-021-1/+9
* | Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-2/+0
* | Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-1/+0
|/
* core,systemctl: add bus API to retrieve processes of a unitLennart Poettering2016-04-221-0/+10
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-2/+2