summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* pid1: log the reason why restart will or will not happenZbigniew Jędrzejewski-Szmek2019-10-291-6/+24
* 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
* core: take random seed from boot loader and credit it to kernel entropy poolLennart Poettering2019-07-254-1/+121
* core: try to reopen /dev/kmsg again right after mounting /devLennart Poettering2019-07-241-0/+5
* Merge pull request #13118 from bluca/shutdown_watchdog_kexecLennart Poettering2019-07-244-13/+29
|\
| * core: rename ShutdownWatchdogSec to RebootWatchdogSecLuca Boccassi2019-07-234-8/+12
| * core: add KExecWatchdogSec optionLuca Boccassi2019-07-234-6/+18
* | core: add spdx header to all-units.hLennart Poettering2019-07-241-0/+1
|/
* Merge pull request #13096 from keszybz/unit-loadingZbigniew Jędrzejewski-Szmek2019-07-1910-30/+27
|\
| * Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-198-3/+9
| * pid1: get rid of unit_supported() helperZbigniew Jędrzejewski-Szmek2019-07-192-7/+3
| * pid1: do not say "(null)" if no disabled controllersZbigniew Jędrzejewski-Szmek2019-07-191-1/+1
| * pid1: simplify timestamp buffer declarationZbigniew Jędrzejewski-Szmek2019-07-191-14/+8
| * pid1: kill unit_file_find_dropin_paths() helperZbigniew Jędrzejewski-Szmek2019-07-171-5/+6
* | pid1: order jobs that execute processes with lower priorityZbigniew Jędrzejewski-Szmek2019-07-191-5/+5
* | core: set shutdown watchdog on kexec tooLuca Boccassi2019-07-181-1/+1
* | mount: rename update_parameters_proc_self_mount_info() → update_parameters_...Lennart Poettering2019-07-181-4/+4
* | swap: scan /proc/swaps before processing waitid() resultsLennart Poettering2019-07-181-3/+15
* | mount: rescan /proc/self/mountinfo before processing waitid() resultsLennart Poettering2019-07-181-3/+27
* | mount: simplify /proc/self/mountinfo handlerLennart Poettering2019-07-181-22/+26
* | job: make the run queue order deterministicMichael Olbrich2019-07-186-8/+58
* | core: never propagate reload failure to service resultLennart Poettering2019-07-181-1/+1
|/
* core: ExecCondition= for servicesAnita Zhang2019-07-178-18/+115
* pid1: make sure to restore correct default values for some rlimitsFranck Bui2019-07-171-60/+106
* Merge pull request #13076 from keszybz/pr/13062Zbigniew Jędrzejewski-Szmek2019-07-161-88/+81
|\
| * pid1: split out another helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-42/+41
| * pid1: split out helper func for two similar code pathsZbigniew Jędrzejewski-Szmek2019-07-161-46/+40
* | Merge pull request #13063 from keszybz/cgroup-path-fixesLennart Poettering2019-07-162-2/+2
|\ \
| * | Apply empty_to_root() in three more spots for safetyZbigniew Jędrzejewski-Szmek2019-07-151-1/+1
| * | pid1: fix GetUnitProcessesZbigniew Jędrzejewski-Szmek2019-07-151-1/+1
| |/
* | tree-wide: drop duplicated blank linesYu Watanabe2019-07-152-2/+0
|/
* Merge pull request #13037 from poettering/shutdown-log-fixesYu Watanabe2019-07-132-28/+15
|\
| * main: use sysctl_writef() where appropriateLennart Poettering2019-07-131-18/+2
| * killall: bump log message about unkilled processes to LOG_WARNINGLennart Poettering2019-07-131-10/+13
* | tree-wide: some more [static] related fixesLennart Poettering2019-07-123-12/+16
|/
* Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering2019-07-121-5/+8
|\
| * pid1: shorten dump output a bit by not repeating unit id twiceZbigniew Jędrzejewski-Szmek2019-07-111-5/+8
* | tree-wide: get rid of strappend()Lennart Poettering2019-07-125-9/+9
* | tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-113-8/+5
* | Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering2019-07-113-104/+106
|\ \
| * | core: Check transaction against execution cyclesMichal Koutný2019-06-261-17/+30
| * | core: Extract job ordering logicMichal Koutný2019-06-262-87/+76
* | | core: expose per-service cleaning properties on the bus, tooLennart Poettering2019-07-111-0/+2
* | | core: expose new clean operation on the busLennart Poettering2019-07-113-0/+114
* | | core: add type of resource string tableLennart Poettering2019-07-112-0/+19
* | | core: hook up timer unit type with clean operationLennart Poettering2019-07-111-0/+38
* | | core: hook up service unit type with the new clean operationLennart Poettering2019-07-115-9/+181
* | | core: add generic "clean" operation to unitsLennart Poettering2019-07-113-0/+71
| |/ |/|