summaryrefslogtreecommitdiff
path: root/src/test-cgroup.c
Commit message (Collapse)AuthorAge
* kill: always send SIGCONT after SIGTERMLennart Poettering2011-03-03
| | | | | When we kill a process to terminate it make sure to send SIGCONT to ensure it is unpaused and processes the signal.
* service: rework killing logic so that we always kill the main process, even ↵Lennart Poettering2010-08-31
| | | | | | | | if it left our service cgroup Related to: http://bugzilla.redhat.com/show_bug.cgi?id=626477
* cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering2010-08-25
| | | | | This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch.
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-14
|
* cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering2010-07-12
|
* cgroup: kill processes, not tasks and other cgroup changesLennart Poettering2010-07-11
|
* pam: implement systemd PAM module and generelize cgroup API for that a bitLennart Poettering2010-06-21