summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fall back to now(CLOCK_MONOTONIC) if CLOCK_BOOTTIME unsupported (#...Lubomir Rintel2016-04-172-2/+2
* tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek2016-04-161-4/+2
* systemctl/core: ignore masked units in preset-allZbigniew Jędrzejewski-Szmek2016-04-161-5/+7
* tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked"Zbigniew Jędrzejewski-Szmek2016-04-162-2/+2
* core/mount-setup.c: also relabel /dev/shm for selinux (#3039)Harald Hoyer2016-04-141-0/+1
* tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek2016-04-131-7/+6
* basic/util: silence stupid gcc warnings about unitialized variableZbigniew Jędrzejewski-Szmek2016-04-132-8/+10
* Merge pull request #2973 from poettering/search-pathMartin Pitt2016-04-1232-434/+398
|\
| * core: make sure we always free the list of changesLennart Poettering2016-04-121-6/+18
| * core: keep track of the mtime of the transient unit file we wroteLennart Poettering2016-04-121-0/+2
| * core: make sure we generate a nicer error when a linked unit is attempted to ...Lennart Poettering2016-04-121-15/+20
| * core: optimize unit_write_drop_in a bitLennart Poettering2016-04-121-3/+5
| * core: when creating a drop-in snippet, add a comment explaining this to itLennart Poettering2016-04-121-2/+5
| * core,systemctl: add new "systemctl revert" commandLennart Poettering2016-04-122-0/+32
| * tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering2016-04-123-6/+7
| * systemctl: don't confuse sysv code with generated unitsLennart Poettering2016-04-121-2/+2
| * core: rework reboot parameter logic a bitLennart Poettering2016-04-122-8/+13
| * core: be more paranoid when mixing umask and fopen()Lennart Poettering2016-04-122-3/+4
| * core: rework how transient unit files and property drop-ins workLennart Poettering2016-04-124-18/+72
| * install: rename generator_paths() → generator_binary_paths()Lennart Poettering2016-04-121-1/+1
| * core: move flushing of generated unit files to path-lookup.cLennart Poettering2016-04-121-14/+2
| * core: minor coding style fixLennart Poettering2016-04-121-4/+4
| * install: introduce a new unit file state "transient"Lennart Poettering2016-04-121-2/+2
| * core: modernize manager_build_unit_patch_cache() a bitLennart Poettering2016-04-121-15/+8
| * core: don't reorder drop-ins when changing propertiesLennart Poettering2016-04-121-1/+0
| * core: don't drop transient drop-ins when loading the restLennart Poettering2016-04-121-2/+11
| * core: rework logic to drop duplicate and non-existing items from search pathLennart Poettering2016-04-121-0/+2
| * path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f...Lennart Poettering2016-04-121-13/+2
| * core: add a separate unit directory for transient unitsLennart Poettering2016-04-122-33/+35
| * core: reuse manager_get_runtime_prefix() at more placesLennart Poettering2016-04-122-20/+10
| * core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-127-23/+17
| * core: remove ManagerRunningAs enumLennart Poettering2016-04-1220-153/+124
| * core: when enabling a generated unit file, return a clean errorLennart Poettering2016-04-121-2/+6
| * core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering2016-04-126-124/+30
* | load-fragment: Resolve specifiers in DeviceAllow (#3019)Nicolas Braud-Santoni2016-04-121-5/+14
|/
* Do not report masked units as changed (#2921)Zbigniew Jędrzejewski-Szmek2016-04-122-37/+33
* core/service: only search for pid if loading from file failedZbigniew Jędrzejewski-Szmek2016-04-081-4/+3
* core/service: drop return value that is always ignored anywayZbigniew Jędrzejewski-Szmek2016-04-081-17/+11
* shutdown: use (void)Zbigniew Jędrzejewski-Szmek2016-04-081-1/+1
* import: use (void) moreZbigniew Jędrzejewski-Szmek2016-04-081-5/+3
* core: downgrade warning about duplicate device names againVladimir Panteleev2016-04-071-1/+1
* Merge pull request #2970 from msekletar/machine-id-prefix-rootaZbigniew Jędrzejewski-Szmek2016-04-061-24/+4
|\
| * machine-id-setup: simplify by using prefix_rootaMichal Sekletar2016-04-061-24/+4
* | rpm triggers: add note about minimum supported versionZbigniew Jędrzejewski-Szmek2016-04-021-0/+2
|/
* core: improve error message when starting template without instanceLukas Nykryn2016-03-301-1/+5
* Merge pull request #2903 from keszybz/cgroup2-v3Zbigniew Jędrzejewski-Szmek2016-03-293-5/+7
|\
| * core: update invoke_sigchld_event() to handle NULL ->sigchld_event()Tejun Heo2016-03-261-1/+3
| * core: update populated event handling in unified hierarchyTejun Heo2016-03-261-3/+3
| * cgroup2: use new fstype for unified hierarchyAlban Crequy2016-03-261-1/+1
* | core: ShutdownWatchdogSec=infinity disables the watchdog logic tooEvgeny Vereshchagin2016-03-291-1/+1