Age | Commit message (Expand) | Author |
2014-05-15 | core: close socket fds asynchronously | Zbigniew Jędrzejewski-Szmek |
2014-05-14 | core: sysvcompat - avoid repeated function call | Tom Gundersen |
2014-05-14 | core: sysvcompat - $network should be equivalent to network-online, rather th... | Tom Gundersen |
2014-04-24 | service: rename StartLimitAction enum to FailureAction | Michael Olbrich |
2014-04-24 | service: add FailureAction= option | Michael Olbrich |
2014-04-21 | service: add support for reboot argument when triggered by StartLimitAction= | Michael Olbrich |
2014-03-24 | service: don't take chkconfig priority into account | Lennart Poettering |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-19 | core: rework context initialization/destruction logic | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-17 | core, libsystemd, systemd, timedate, udev: spelling fixes | Miklos Vajna |
2014-03-16 | Use strlen even for constant strings | Josh Triplett |
2014-03-03 | core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings | Lennart Poettering |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering |
2014-02-20 | manager: be more precise in message about restart | Zbigniew Jędrzejewski-Szmek |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-18 | util: generalize code that checks whether PIDs are alive or unwaited for | Lennart Poettering |
2014-02-16 | core: check for return value from get_process_state | Yuxuan Shui |
2014-02-14 | core: fix detection of dead processes | Yuxuan Shui |
2014-02-14 | service: when we complain about a notify message we cannot map to main pid be... | Lennart Poettering |
2014-02-14 | service: if we don't know the main pid of a service, we cannot accept any not... | Lennart Poettering |
2014-02-07 | core: watch SIGCHLD more closely to track processes of units with no reliable... | Lennart Poettering |
2014-01-29 | core: make sure to always go through both SIGTERM and SIGKILL states of units | Lennart Poettering |
2014-01-29 | service: allow KillMode=mixed in conjunction with PAMName= | Lennart Poettering |
2014-01-27 | core: add function to tell when job will time out | Zbigniew Jędrzejewski-Szmek |
2014-01-07 | core: do not add implicit dbus.socket dependency | Kay Sievers |
2014-01-07 | core: --user -- add basic.target an sort against it like --system does | Kay Sievers |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2014-01-02 | core/service: check if mainpid matches only if it is set | Zbigniew Jędrzejewski-Szmek |
2014-01-02 | core/service: tweak messages on operation timeouts | Zbigniew Jędrzejewski-Szmek |
2013-12-25 | unit: include peer identity in description of per-connection socket-activated... | Lennart Poettering |
2013-12-22 | sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC | Lennart Poettering |
2013-12-22 | core: no need to list properties for PropertiesChanged messages anymore | Lennart Poettering |
2013-12-19 | service: don't send out PropertiesChanged message for each watchdog notification | Lennart Poettering |
2013-12-18 | service: watch main pid even in final states | Lennart Poettering |
2013-12-16 | systemctl: properly initialize and free sd_bus_error in "systemctl cat" | Lennart Poettering |
2013-12-12 | service: process watchdog timeouts with lowest priority | Lennart Poettering |
2013-12-12 | service: actually leave watchdog enabled in the states where it matters | Lennart Poettering |
2013-12-11 | service: clean up watchdog logic a bit | Lennart Poettering |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-12-01 | service: remove unneccesary Socket.got_socket_fd | Shawn Landden |
2013-11-30 | bus: include unique and well known names in credentials object | Lennart Poettering |
2013-11-28 | bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one call | Lennart Poettering |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-11-25 | service: fix handling of PID file inotify events | Lennart Poettering |
2013-11-22 | service: honour that for services RestartSec=0 means immediate restarts but T... | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |