summaryrefslogtreecommitdiff
path: root/src/core/path.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-051-1/+1
* core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-1/+1
* core: unify code for checking whether unit to trigger is loadedLennart Poettering2019-03-181-6/+3
* core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz()Lennart Poettering2019-03-181-1/+1
* core: whenever we change state of a unit, force out PropertiesChanged bus signalLennart Poettering2018-12-011-0/+4
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* core: introduce a helper function to wrap unit_log_{success,failure}Zbigniew Jędrzejewski-Szmek2018-11-161-5/+1
* core: log a recognizable message when a unit succeeds, tooLennart Poettering2018-11-161-1/+3
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2018-11-161-1/+1
* core: rework serializationLennart Poettering2018-10-261-2/+3
* pid1: drop unused path parameter to add_two_dependencies_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-2/+2
* pid1: drop now-unused path parameter to add_dependency_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* 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-081-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-101-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