Age | Commit message (Expand) | Author |
2014-02-16 | core: check for return value from get_process_state | Yuxuan Shui |
2014-02-15 | sd-rtnl: always include linux/rtnetlink.h | Tom Gundersen |
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-13 | rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_... | Lennart Poettering |
2014-02-13 | rtnl: drop "sd_" prefix from cleanup macros | Lennart Poettering |
2014-02-13 | seccomp: fix build again if libseccomp is missing | Lennart Poettering |
2014-02-13 | core: make StopWhenUnneeded work in conjunction with units that fail | Lennart Poettering |
2014-02-13 | core: add a system-wide SystemCallArchitectures= setting | Lennart Poettering |
2014-02-13 | core: add SystemCallArchitectures= unit setting to allow disabling of non-native | Lennart Poettering |
2014-02-12 | core: fix build without libseccomp | Lennart Poettering |
2014-02-12 | core: rework syscall filter | Lennart Poettering |
2014-02-12 | syscallfilter: port to libseccomp | Ronny Chevalier |
2014-02-11 | journald: log provenience of signals | Zbigniew Jędrzejewski-Szmek |
2014-02-10 | nspawn,man: use a common vocabulary when referring to selinux security contexts | Lennart Poettering |
2014-02-10 | exec: Add support for ignoring errors on SELinuxContext by prefixing it with ... | Michael Scherer |
2014-02-10 | exec: Ignore the setting SELinuxContext if selinux is not enabled | Michael Scherer |
2014-02-10 | exec: Add SELinuxContext configuration item | Michael Scherer |
2014-02-10 | includes: remove duplicate includes | Tom Gundersen |
2014-02-08 | manager: fix initialization of plymouth socket | Zbigniew Jędrzejewski-Szmek |
2014-02-08 | core: use automatic cleanup in two functions | Zbigniew Jędrzejewski-Szmek |
2014-02-07 | core: when an already abandoned unit gets abandoned again generate a clean error | Lennart Poettering |
2014-02-07 | core: one step back again, for nspawn we actually can't wait for cgroups runn... | Lennart Poettering |
2014-02-07 | core: allow PIDs to be watched by two units at the same time | Lennart Poettering |
2014-02-07 | core: don't send duplicate SIGCONT when killing units | Lennart Poettering |
2014-02-07 | core: watch SIGCHLD more closely to track processes of units with no reliable... | Lennart Poettering |
2014-02-07 | core: fix warning | Thomas Hindoe Paaboel Andersen |
2014-02-06 | transaction: print more information about conflicting jobs | Zbigniew Jędrzejewski-Szmek |
2014-02-06 | core: only send SIGHUP when doing first kill, not when doing final sigkill | Lennart Poettering |
2014-02-05 | core: don't wait for non-control/non-main processes when killing processes on... | Lennart Poettering |
2014-02-05 | kill: fix error return | Lennart Poettering |
2014-02-05 | core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat... | Lennart Poettering |
2014-02-03 | conf-parser: warn when we open configuration files with weird access bits | Lennart Poettering |
2014-02-01 | bus: update kdbus.h (ABI break) | Kay Sievers |
2014-01-31 | core: fix oom check | Lennart Poettering |
2014-01-31 | core: introduce new stop protocol for unit scopes | Lennart Poettering |
2014-01-29 | core: in containers, don't wait for cgroup empty notifications which will nev... | Lennart Poettering |
2014-01-29 | core: use a bit more PID_FMT | 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-29 | core: introduce new KillMode=mixed which sends SIGTERM only to the main proce... | Lennart Poettering |
2014-01-28 | manager: remove "debugging" "feature" | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | manager: requeue the cylon eye for 5s later when a job finishes | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | manager: print ephemeral information about running jobs' timeouts (v2) | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | Revert "manager: print ephemeral information about running jobs' timeouts" | Kay Sievers |
2014-01-27 | manager: also turn on output on unit failure | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | manager: add systemd.show_status=auto mode | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | Replace mkostemp+unlink with open(O_TMPFILE) | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | bus: when we cannot bus activate a service because we go down, drop one | Lennart Poettering |