summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* core: factor root_directory application out of apply_working_directoryJoerg Behrmann2019-06-251-10/+28
* core: move config_parse_* functions to a shared moduleFrantisek Sumsal2019-06-253-191/+203
* core: mention why we do migration for everything but ConfigurationDirectory=Lennart Poettering2019-06-251-1/+5
* core: log when we convert from DynamicUser=1 to =0 or vice versaLennart Poettering2019-06-251-0/+8
* Merge pull request #12869 from poettering/dynamic-user-re-migrateLennart Poettering2019-06-251-19/+54
|\
| * core: migrate service directories back from private if neededLennart Poettering2019-06-241-0/+32
| * core: add missing space to DynamicUser=1 directory commentLennart Poettering2019-06-241-19/+22
* | bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-2510-3/+285
* | Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2019-06-251-1/+1
|\ \
| * | tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-1/+1
| |/