summaryrefslogtreecommitdiff
path: root/src/core/busname.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge v244 into tizenAdrian Szyndela1-1/+1
2020-03-27Merge v242 into tizenAdrian Szyndela1-4/+5
2020-03-26Merge v240 into tizenAdrian Szyndela1-7/+9
2020-03-26Merge v238 into tizenAdrian Szyndela1-1/+1
2020-02-26Merge v236 into tizensandbox/adrians/upgrade-to-236Adrian Szyndela1-5/+6
2020-02-26Merge v234 into tizenAdrian Szyndela1-7/+11
2018-11-05Remove kdbus interface headersubmit/tizen/20181106.112838accepted/tizen/unified/20181107.082157Michal Bloch1-1/+1
2017-07-23Drop busname unit typeZbigniew Jędrzejewski-Szmek1-1081/+0
2017-03-22packaging: Simplify kdbus setup for Tizen:UnifiedKarol Lewandowski1-6/+1
2017-03-14Never call unmap with MAP_FAILED. (#5590)Tobias Stoeckmann1-2/+2
2017-02-24Description : Apply dbus and kdbus for systemd 231wchang kim1-1/+1
2017-02-24Fix for Kdbus-disabled Profiles to avoid busname parsingKarol Lewandowski1-1/+6
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-11Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek1-0/+4
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering1-1/+1
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering1-0/+4
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering1-3/+3
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner1-6/+1
2016-05-04Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering1-0/+8
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering1-0/+8
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek1-2/+0
2016-05-01Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek1-1/+0
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering1-0/+10
2016-04-12core: remove ManagerRunningAs enumLennart Poettering1-2/+2
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt1-2/+0
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering1-11/+13
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering1-2/+6
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering1-11/+9
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-11-12core: drop "override" flag when building transactionsLennart Poettering1-1/+1
2015-10-27core: all unit types that watch control PIDs should use the same logicLennart Poettering1-4/+3
2015-10-27process-util: move a couple of process-related calls overLennart Poettering1-0/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-6/+7
2015-10-14core: log if the service to activate vanished before we activate itLennart Poettering1-0/+6
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering1-9/+4
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek1-13/+0
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-2/+1
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering1-1/+0
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt1-3/+0
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-2/+2
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen1-1/+1
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-2/+3
2015-05-13core: only set event source name when we create an event sourceLennart Poettering1-8/+12
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering1-2/+2
2015-05-11core,network: major per-object logging reworkLennart Poettering1-36/+30