Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering | |
2015-09-21 | core: extend KillUnit() to return error when no unit was killed | Jan Synacek | |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering | |
No functional changes. | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-01-29 | core: introduce new KillMode=mixed which sends SIGTERM only to the main ↵ | Lennart Poettering | |
process, but SIGKILL to all daemon processes This should fix some race with terminating systemd --user, where the system systemd instance might race against the user systemd instance when sending SIGTERM. | |||
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 | |