Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-10 | includes: remove duplicate includes | Tom Gundersen | |
Found by the new check-includes make target. | |||
2014-02-05 | kill: fix error return | Lennart Poettering | |
2014-02-05 | core: allow User=, Group=, Nice=, Environment=, Type= to be passed when ↵ | Lennart Poettering | |
creating a transient service | |||
2013-12-22 | bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST ↵ | Lennart Poettering | |
where appropriate | |||
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering | |
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. | |||
2013-08-13 | logind: restore logic to kill user processes when session ends | Lennart Poettering | |
2013-07-30 | core: make sure scope attributes survive a reload | Lennart Poettering | |
2013-07-30 | core: open up SendSIGHUP property for transient units | Lennart Poettering | |
2013-07-30 | core: optionally send SIGHUP in addition to the configured kill signal | Lennart Poettering | |
This is useful to fake session ends for processes like shells. | |||
2012-07-20 | unit: split off KillContext from ExecContext containing only kill definitions | Lennart Poettering | |