summaryrefslogtreecommitdiffstats
path: root/src/core/path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: add a couple of more error cases that should result in "bad-setting"Lennart Poettering2018-06-111-1/+1
* Merge pull request #9158 from poettering/notify-auto-reloadZbigniew Jędrzejewski-Szmek2018-06-051-1/+1
|\
| * core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering2018-06-011-1/+1
* | path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
|/
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core/path: add one more assertZbigniew Jędrzejewski-Szmek2018-02-261-1/+2
* core/path: implement transient path unitYu Watanabe2017-12-151-1/+5
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: track why unit dependencies came to beLennart Poettering2017-11-101-17/+25
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-2/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-8/+7
* core: log unit failure with type-specific result codeLennart Poettering2017-09-271-0/+3
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+4
* core: remember first unit failure, not last unit failureLennart Poettering2016-08-041-1/+1
* core: move enforcement of the start limit into per-unit-type code againLennart Poettering2016-05-021-0/+8
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* import: use (void) moreZbigniew Jędrzejewski-Szmek2016-04-091-5/+3
* core: use correct enumThomas Hindoe Paaboel Andersen2016-02-111-1/+1
* core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering2016-02-111-2/+14
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-2/+1
* core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering2015-11-111-11/+9
* util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-9/+10
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-9/+0
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+0
* core: include unit in path state transition debug logging.Vito Caputo2015-07-111-1/+1
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-23/+13
* core: annotate event sourcesTom Gundersen2015-04-291-0/+2
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-10/+4
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-4/+10
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-241-2/+2
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-101-24/+8
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-3/+3
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-2/+2
* core: nicer message when inotify watches are exhaustedZbigniew Jędrzejewski-Szmek2014-07-171-1/+2
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-5/+1
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-071-2/+2