summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | cgroup: Allow checking systemd-internal limits against the kernelChris Down2019-10-031-0/+120
* | | | pid1: restore the original environment passed by the kernel when switching to...Franck Bui2019-10-031-2/+6
* | | | cgroup: fix typo in BPF firewall support warning messageMike Kazantsev2019-10-031-1/+1
|/ / /
* | | Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-035-3/+8
|\ \ \
| * | | util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-161-1/+2
| * | | util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-165-1/+5
| * | | basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | | | Merge pull request #13696 from keszybz/keep-dhcp-on-restartZbigniew Jędrzejewski-Szmek2019-10-0313-36/+99
|\ \ \ \
| * | | | core: rework how logging level is calculated for kill operationsZbigniew Jędrzejewski-Szmek2019-10-021-5/+9
| * | | | core: add support for RestartKillSignal= to override signal used for restart ...Zbigniew Jędrzejewski-Szmek2019-10-0210-10/+73
| * | | | core: add helper function to check job statusZbigniew Jędrzejewski-Szmek2019-10-015-10/+8
| * | | | core: remove unused prototypesZbigniew Jędrzejewski-Szmek2019-10-011-2/+0
| * | | | core: minor formatting adjustmentZbigniew Jędrzejewski-Szmek2019-10-011-9/+9
* | | | | pid1: fix DefaultTasksMax initializationFranck Bui2019-10-031-3/+1
* | | | | src/core/automount: use DirectoryMode when calling mkdir -pDan Streetman2019-10-021-1/+1
* | | | | Merge pull request #13691 from mrc0mmand/coverity-fixesChris Down2019-10-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | execute: explicitly ignore fd_wait_for_event()'s return valueFrantisek Sumsal2019-10-011-1/+1
* | | | | cgroup: Mark memory protections as explicitly set in transient unitsChris Down2019-09-301-16/+48
* | | | | cgroup: Respect DefaultMemoryMin when setting memory.minChris Down2019-09-301-1/+1
* | | | | cgroup: Check ancestor memory min for unified memory configChris Down2019-09-301-1/+1