summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* core, job: fix breakage of ordering dependencies by systemctl reload commandHATAYAMA Daisuke2019-11-041-3/+3
* tree-wide: drop double newlineYu Watanabe2019-11-041-2/+0
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-042-2/+0
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-045-5/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-045-5/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop libkmod.h when module-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-042-3/+0
* tree-wide: drop capability.h when capability-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop glob.h when glob-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-0410-10/+0
* Merge pull request #13909 from poettering/env-copy-pidYu Watanabe2019-11-031-3/+23
|\
| * pid1: rework environment block copy logicLennart Poettering2019-11-011-3/+23
* | cgroup: add missing OOM check, and shorten code a bitLennart Poettering2019-11-011-6/+6
* | cpuset: fix indentation and log about OOM we otherwise ignoreLennart Poettering2019-11-011-2/+4
* | cgroup: add some basic OOM safety where it was missingLennart Poettering2019-11-011-5/+3
|/
* tree-wide: drop missing.hYu Watanabe2019-10-3112-14/+5
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-301-6/+24
|\
| * pid1: log the reason why restart will or will not happenZbigniew Jędrzejewski-Szmek2019-10-291-6/+24
* | core: drop 'wants' parameter from unit_add_node_dependency()Franck Bui2019-10-285-18/+8
* | swap: do not make swap units wanted by its device unit anymoreFranck Bui2019-10-281-6/+5
* | Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek2019-10-284-11/+45
|\ \ | |/
| * scope: Support RuntimeMaxSec= directive in scope unitsPhilip Withnall2019-10-284-2/+23
| * scope: Refactor timer handling on coldplugPhilip Withnall2019-07-291-5/+17
| * dbus-scope: Factor out common UNIT(s) castPhilip Withnall2019-07-291-4/+5
* | pid1: order .automount units after local-fs-pre.targetZbigniew Jędrzejewski-Szmek2019-10-281-0/+4
* | Merge pull request #13635 from fbuihuu/no-aliases-with-enableZbigniew Jędrzejewski-Szmek2019-10-281-2/+4
|\ \
| * | shared/install: failing with -ELOOP can be due to the use of an alias in inst...Franck Bui2019-09-241-2/+4
* | | Merge pull request #13836 from systemd/assert-cleanups-and-constificationYu Watanabe2019-10-251-1/+1
|\ \ \
| * | | Move PLYMOUTH_SOCKET define to def.h and nuke plymouth-util.hZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* | | | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-245-13/+18
|/ / /
* | | Merge pull request #13743 from anitazha/dropin_all_the_thingsChris Down2019-10-161-0/+5
|\ \ \
| * | | shared/dropin: support -.service.d/ top level drop-in for service unitsAnita Zhang2019-10-151-1/+1
| * | | core: disallow using '-.service' as a service nameAnita Zhang2019-10-071-0/+5
* | | | Merge pull request #13784 from keszybz/constify-unit-pointersYu Watanabe2019-10-173-37/+36
|\ \ \ \
| * | | | core/load-fragment: remove unnecessary intializationZbigniew Jędrzejewski-Szmek2019-10-161-1/+1
| * | | | core/load-fragment: constify Unit* arguments where possibleZbigniew Jędrzejewski-Szmek2019-10-161-31/+31
| * | | | core: mark unit_*_printf() functions as taking a const Unit*Zbigniew Jędrzejewski-Szmek2019-10-162-5/+4
* | | | | Merge pull request #13754 from claudiozz/masterAnita Zhang2019-10-161-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow restart for oneshot unitsClaudio Zumbo2019-10-161-2/+3
* | | | | core: pass around pointer, not structZbigniew Jędrzejewski-Szmek2019-10-111-4/+4
* | | | | core: adjust load functions for other unit types to be more like serviceZbigniew Jędrzejewski-Szmek2019-10-119-117/+117
* | | | | core: simplify unit_load() a bitZbigniew Jędrzejewski-Szmek2019-10-111-9/+4
* | | | | core/service: use common implementation of unit_load_fragment_and_dropin()Zbigniew Jędrzejewski-Szmek2019-10-111-24/+7
* | | | | core: turn unit_load_fragment_and_dropin_optional() into a flagZbigniew Jędrzejewski-Szmek2019-10-1112-42/+21
|/ / / /
* | | | fs-util: introduce inotify_add_watch_and_warn() helperFranck Bui2019-10-052-20/+27
|/ / /
* | | Merge pull request #13690 from cdown/cgroup_reworkZbigniew Jędrzejewski-Szmek2019-10-038-59/+220
|\ \ \
| * | | cgroup: analyze: Report memory configurations that deviate from systemdChris Down2019-10-038-22/+63
| * | | cgroup: analyze: Match standard dump formatChris Down2019-10-031-42/+42