summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
AgeCommit message (Expand)Author
2016-01-14bus-util: print "systemctl --user" on user service managerWaLyong Cho
2015-12-10Merge pull request #2056 from evverx/expose-soft-limits-on-the-busLennart Poettering
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-30core: expose soft limits on the busEvgeny Vereshchagin
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-26core: rename Random* to RandomizedDelay*Zbigniew Jędrzejewski-Szmek
2015-11-18core: add new RandomSec= setting for time unitsLennart Poettering
2015-11-18bus-util: make sure --property=RemainAfterElapse=1 worksLennart Poettering
2015-11-18bus-util: add in forgotten error messagesLennart Poettering
2015-11-11execute: Add new PassEnvironment= directiveFilipe Brandenburger
2015-11-02Merge pull request #1690 from evverx/run-runtime-directoryLennart Poettering
2015-11-02Teach bus_append_unit_property_assignment() about 'Delegate' propertyFranck Bui
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-27run: can launch units with RuntimeDirectoryEvgeny Vereshchagin
2015-10-26run: can launch units with ProtectHomeEvgeny Vereshchagin
2015-10-25Merge pull request #1654 from poettering/util-libTom Gundersen
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24run: can launch units with ProtectSystemEvgeny Vereshchagin
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-20run: can launch units with ReadWriteDirectories, ReadOnlyDirectories, Inacces...Evgeny Vereshchagin
2015-10-20run: fix Environment parsingEvgeny Vereshchagin
2015-10-19Hook more properties for transient unitsNicolas Cornu
2015-10-17run: can launch units with OOMScoreAdjustEvgeny Vereshchagin
2015-10-15run: can launch units with TimerSlackNSecEvgeny Vereshchagin
2015-10-14systemd-run: can launch units with SyslogFacilityEvgeny Vereshchagin
2015-10-14systemd-run: can launch units with SyslogLevelEvgeny Vereshchagin
2015-10-13bus-util: change `Default`-chopping to `Limit`-searchingEvgeny Vereshchagin
2015-10-12core: manager: expose DefaultLimit* as properties on dbusEvgeny Vereshchagin
2015-10-12bus-util: add bus_property_get_rlimit (move from core/dbus_execute)Evgeny Vereshchagin
2015-10-09systemd-run can now launch units with SyslogIdentifierEvgeny Vereshchagin
2015-10-09systemd-run can now launch units with SyslogLevelPrefixEvgeny Vereshchagin
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-23Hook more properties for transient unitsNicolas Cornu
2015-09-14Merge pull request #1250 from g2p/masterLennart Poettering
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-11Hook more properties for transient unitsGabriel de Perthuis
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann