Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-12 | tree-wide: add new SIGNAL_VALID() macro-like function that validates signal ↵ | Lennart Poettering | |
numbers And port all code over to use it. | |||
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | |
Sort the includes accoding to the new coding style. | |||
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering | |
No functional changes. | |||
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 | |