summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-unit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: link to docs.kernel.org for kernel documentationnl67202022-07-041-1/+1
* core: update to use new-style sd-bus macrosamarjargal2022-04-111-91/+61
* Fix typos in user-util.c and dbus-unit.cнаб2022-03-291-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+1
* core: do not return 'skipped' when Condition*= fail with StartUnitWithFlags()Luca Boccassi2022-03-101-4/+0
* pid1: export cgroup ID among per-unit cgroup informationLennart Poettering2022-02-111-0/+1
* pid1,cgroup-show: ignore -EOPNOTSUPP in cg_read_pid()Yu Watanabe2022-01-181-2/+6
* core: add missing dependency DBus propertiesYu Watanabe2022-01-161-2/+4
* core: add StartUnitWithFlags DBUS methodLuca Boccassi2021-12-071-2/+22
* core: prefix functions to avoid identical static function namesChristian Göttsche2021-11-201-14/+14
* core: replace slice dependencies as they get addedAnita Zhang2021-11-101-1/+1
* core: drop "const" from NeedsDaemonReload unit dbus propertyLennart Poettering2021-09-291-1/+1
* Fix typo in dbus property name ("OnSuccesJobMode")Vladimir Panteleev2021-08-181-1/+2
* core: add MemoryAvailable unit propertyLuca Boccassi2021-06-081-0/+25
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-1/+1
* core: implement Uphold= dependency typeLennart Poettering2021-05-251-0/+1
* core: add new OnSuccess= dependency typeLennart Poettering2021-05-251-0/+7
* core: add new PropagateStopTo= dependency (and inverse)Lennart Poettering2021-05-251-0/+4
* core: add a reverse dep for OnFailure=Lennart Poettering2021-05-251-0/+1
* core: convert Slice= into a proper dependency (and add a back dependency)Lennart Poettering2021-05-251-1/+2
* core: split dependency types into atomsLennart Poettering2021-05-251-25/+31
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-071-1/+3
|\
| * core,journald: use quoted commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-1/+3
* | Add D-Bus property exposing Ctrl-Alt-Delete action (#19217)Flos Lonicerae2021-04-231-5/+5
* | tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-13/+13
|/
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-3/+3
* Merge pull request #18481 from keszybz/rpm-restart-post-transZbigniew Jędrzejewski-Szmek2021-02-161-51/+157
|\
| * core: wrap long linesZbigniew Jędrzejewski-Szmek2021-02-151-8/+10
| * core: add EnqueueMarkedJobs method to reload/restart marked unitsZbigniew Jędrzejewski-Szmek2021-02-151-39/+53
| * core: allow Markers to be set using set-propertyZbigniew Jędrzejewski-Szmek2021-02-151-0/+57
| * core/dbus-unit: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2021-02-151-4/+3
| * core: add Unit.Markers propertyZbigniew Jędrzejewski-Szmek2021-02-151-0/+34
* | core: slightly improve error message on load errorsLennart Poettering2021-02-131-1/+2
|/
* core: do not initialize variable which is unconditionally set belowZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-181-32/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-8/+4
* core: remove support for ConditionNull=Lennart Poettering2020-08-201-15/+7
* shared: split out property get helpersLennart Poettering2020-06-301-1/+1
* core: store unit aliases in a separate setZbigniew Jędrzejewski-Szmek2020-06-101-4/+8
* tree-wide: use _cleanup_set_free_ where appropriateZbigniew Jędrzejewski-Szmek2020-05-061-1/+1
* core: introduce support for cgroup freezerMichal Sekletár2020-04-301-0/+104
* manager: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-161-16/+114
* core: move bus-util include out of selinux-access headerChristian Göttsche2020-02-041-0/+1
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-0/+1
* core: be more restrictive on the dependency types we allow to be created tran...Lennart Poettering2020-01-091-0/+15
* cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-241-0/+48
* pid1: rename start_limit to start_ratelimitZbigniew Jędrzejewski-Szmek2019-09-201-6/+6
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-0/+1