summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/ |/|
* | Merge pull request #12755 from keszybz/short-identifiersLennart Poettering2019-07-1112-69/+115
|\ \
| * | Use unit->id instead of description in messagesZbigniew Jędrzejewski-Szmek2019-07-104-5/+15
| * | Add config and kernel commandline option to use short identifiersZbigniew Jędrzejewski-Szmek2019-07-108-63/+99
| * | pid1: tiny simplificationZbigniew Jędrzejewski-Szmek2019-07-101-1/+1
* | | Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-112-3/+3
|\ \ \
| * | | tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-042-3/+3
* | | | Merge pull request #12939 from yuwata/lgtm-fixesLennart Poettering2019-07-105-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | tree-wide: introduce strerror_safe()Yu Watanabe2019-07-055-5/+6
| |/ /
* | | pid1: fix serialization/deserialization of commmands with spacesZbigniew Jędrzejewski-Szmek2019-07-091-2/+4
* | | pid1: use monotonic timestamp in dump if realtime is not availableZbigniew Jędrzejewski-Szmek2019-07-041-3/+5
* | | basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek2019-07-043-4/+4
|/ /
* | Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-282-25/+25
* | Reindent some things for readabilityZbigniew Jędrzejewski-Szmek2019-06-281-1/+2
* | Merge pull request #12889 from keszybz/analyze-conditionYu Watanabe2019-06-284-8/+15
|\ \ | |/ |/|
| * core: skip whitespace after "|" and "!" in the condition parserZbigniew Jędrzejewski-Szmek2019-06-271-4/+4
| * analyze: add 'condition' verbZbigniew Jędrzejewski-Szmek2019-06-271-0/+1
| * core: do not enumerate units in MANAGER_TEST_RUN_MINIMAL modeZbigniew Jędrzejewski-Szmek2019-06-261-0/+6
| * core: move assert before actual use of the variableZbigniew Jędrzejewski-Szmek2019-06-261-4/+4
* | execute: drop SYNTHETIC_ERRNO because error code was received from the apply_...Michal Sekletar2019-06-251-1/+1
|/