summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13635 from fbuihuu/no-aliases-with-enableZbigniew Jędrzejewski-Szmek2019-10-281-2/+4
|\
| * shared/install: failing with -ELOOP can be due to the use of an alias in inst...Franck Bui2019-09-241-2/+4
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
|/
* core: rename ShutdownWatchdogSec to RebootWatchdogSecLuca Boccassi2019-07-231-1/+3
* core: add KExecWatchdogSec optionLuca Boccassi2019-07-231-0/+1
* core: expose new clean operation on the busLennart Poettering2019-07-111-0/+7
* pid1: tiny simplificationZbigniew Jędrzejewski-Szmek2019-07-101-1/+1
* core: use BUS_DEFINE_PROPERTY_GET() macro at more placesYu Watanabe2019-04-141-21/+1
* service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-0/+22
* core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-0/+3
* core: add a generic helper that forwards per-unit method calls from ManagerLennart Poettering2019-04-021-135/+51
* Merge pull request #12013 from yuwata/fix-switchroot-11997Zbigniew Jędrzejewski-Szmek2019-04-021-9/+4
|\
| * core: use _cleanup_free_ attribute and free_and_replace() macro in method_swi...Yu Watanabe2019-03-151-9/+4
* | core: add a common function for bus calls that return unit dbus pathLennart Poettering2019-04-021-40/+22
* | core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-1/+22
|/
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+1
* core: rename queued_message → pending_reload_messageLennart Poettering2018-11-131-2/+2
* pid1: add a new AbandonScope() method call on the Manager objectLennart Poettering2018-11-091-0/+25
* core: split environment block mantained by PID 1's Manager object in twoLennart Poettering2018-10-311-4/+28
* core: rename ManagerExitCode → ManagerObjectiveLennart Poettering2018-10-091-8/+8
* tree-wide: shorten error logging a bitYu Watanabe2018-08-071-2/+2
* Merge pull request #9687 from yuwata/rfe-9662Lennart Poettering2018-07-241-0/+6
|\
| * core: expose initrd related timestamps on busYu Watanabe2018-07-241-0/+6
* | core: normalize ShowStatusYu Watanabe2018-07-231-1/+1
|/
* Correct a number of trivial typos.Chris Lamb2018-06-181-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
* pid1: preserve current value of log target across re-{load,execution}Franck Bui2018-06-131-1/+14
* pid1: preserve current value of log level across re-{load,execution}Franck Bui2018-06-131-4/+14
* core: rename (and modernize) bus_unit_check_load_state() → bus_unit_validat...Lennart Poettering2018-06-111-3/+3
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-0/+1
* pid1: fix ShowStatus propertyZbigniew Jędrzejewski-Szmek2018-05-221-1/+21
* core: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-36/+2
* dbus-manager: introduce property_get_{hashmap,set}_size()Yu Watanabe2018-05-131-29/+11
* dbus-manager: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-92/+6
* systemd-analyze: make dump work for large # of unitsDavid Tardon2018-05-111-1/+24
* core: send NULL instead of empty stringYu Watanabe2018-05-111-1/+1
* Merge pull request #8815 from poettering/get-unit-by-cgroupLennart Poettering2018-05-021-2/+29
|\
| * core: add a new GetUnitByControlGroup() bus callLennart Poettering2018-04-251-0/+27
| * core: hide snapshot method calls from introspection dataLennart Poettering2018-04-251-2/+2
* | tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-15/+16
|/
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* core: add new dbus method GetDynamicUsersYu Watanabe2018-03-211-0/+45
* core: add new new bus call for migrating foreign processes to scope/service u...Lennart Poettering2018-02-121-0/+21
* core: generalize how we acquire the Unit objects for unit names in bus callsLennart Poettering2018-02-121-45/+62
* pid1: add option to disable service watchdogsJan Klötzke2018-01-221-0/+1
* core: rename dbus property StartLimitIntervalSec= to StartLimitIntervalUSec=Yu Watanabe2018-01-021-2/+4
* core: make "taint" string logic a bit more generic and output it at bootLennart Poettering2017-12-071-21/+5
* manager: introduce MANAGER_IS_FINISHED() macroLennart Poettering2017-11-211-1/+1