summaryrefslogtreecommitdiff
path: root/src/core/dbus-kill.c
Commit message (Collapse)AuthorAge
* includes: remove duplicate includesTom Gundersen2014-02-10
| | | | Found by the new check-includes make target.
* kill: fix error returnLennart Poettering2014-02-05
|
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when ↵Lennart Poettering2014-02-05
| | | | creating a transient service
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST ↵Lennart Poettering2013-12-22
| | | | where appropriate
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
| | | | | | | | | | | | | | | | | | | | | | This patch converts PID 1 to libsystemd-bus and thus drops the dependency on libdbus. The only remaining code using libdbus is a test case that validates our bus marshalling against libdbus' marshalling, and this dependency can be turned off. This patch also adds a couple of things to libsystem-bus, that are necessary to make the port work: - Synthesizing of "Disconnected" messages when bus connections are severed. - Support for attaching multiple vtables for the same interface on the same path. This patch also fixes the SetDefaultTarget() and GetDefaultTarget() bus calls which used an inappropriate signature. As a side effect we will now generate PropertiesChanged messages which carry property contents, rather than just invalidation information.
* logind: restore logic to kill user processes when session endsLennart Poettering2013-08-13
|
* core: make sure scope attributes survive a reloadLennart Poettering2013-07-30
|
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-30
|
* core: optionally send SIGHUP in addition to the configured kill signalLennart Poettering2013-07-30
| | | | This is useful to fake session ends for processes like shells.
* unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering2012-07-20