Age | Commit message (Expand) | Author |
2014-11-28 | core: convert log_unit_*() to log_unit_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-10-28 | service: add missing state table entry | Lennart Poettering |
2014-10-28 | core: send sigabrt on watchdog timeout to get the stacktrace | Umut Tezduyar Lindskog |
2014-10-22 | sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b... | Daniel Mack |
2014-10-12 | Set $NOTIFY_SOCKET for control procs if NotifyAccess=all | Brandon L Black |
2014-10-09 | service: enter SERVICE_STOP_SIGTERM state after getting "STOPPING=1" | Michal Schmidt |
2014-09-19 | socket: introduce SELinuxContextFromNet option | Michal Sekletar |
2014-09-08 | service: hook up custom endpoint logic | Daniel Mack |
2014-09-05 | exec: factor out most function arguments of exec_spawn() to ExecParameters | Daniel Mack |
2014-08-22 | core: add support for a configurable system-wide start-up timeout | Lennart Poettering |
2014-08-21 | service: allow services of Type=oneshot that specify no ExecStart= commands | Lennart Poettering |
2014-08-21 | service: use the right timeout for stop processes we fork | Lennart Poettering |
2014-08-21 | core: allow informing systemd about service status changes with RELOADING=1 a... | Lennart Poettering |
2014-08-21 | service,strv: introduce strv_find_startswith() and make use of it | Lennart Poettering |
2014-08-21 | service: don't invoke functions at the same time as declaring variables | Lennart Poettering |
2014-08-21 | service: remove some pointless linebreaks, to make things more readable | Lennart Poettering |
2014-08-21 | service: asynchronous_close() already checks for negative parameters, no need... | Lennart Poettering |
2014-08-21 | core: unify how we generate the prefix string when dumping unit state | Lennart Poettering |
2014-07-18 | core: show timeouts when watchdog howls | Zbigniew Jędrzejewski-Szmek |
2014-07-07 | service: flush status text and errno values each time a service is started | Lennart Poettering |
2014-07-07 | service: don't accept negative ERRNO= notification messages | Lennart Poettering |
2014-07-07 | service: minor modernization | Lennart Poettering |
2014-07-07 | core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status... | Miguel Angel Ajo |
2014-07-03 | core: introduce exit_status_set_is_empty() to make things a bit easier to read | Lennart Poettering |
2014-07-03 | exit-status: rename ExitStatusSet's "code" field to "status" | Lennart Poettering |
2014-07-03 | core: introduce new RestartForceExitStatus= service setting | Lennart Poettering |
2014-06-07 | Remove sysv parser from service.c | Thomas Hindoe Paaboel Andersen |
2014-06-05 | core: introduce new Restart=on-abnormal setting | Lennart Poettering |
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 |