summaryrefslogtreecommitdiff
path: root/src/cgroup-util.c
AgeCommit message (Collapse)Author
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering
cpu+cpuacct to the default
2011-08-21cgroup: when trimming cgroup trees, honour sticky bit of tasks fileLennart Poettering
2011-08-21cgroup: honour sticky bit when trimming cgroup treesLennart Poettering
2011-08-01util: place a couple of _likely_ around cache TLS varsLennart Poettering
2011-08-01util: various optimizations, using join()Lennart Poettering
2011-03-15cgroup: don't recheck all the time whether the systemd hierarchy is mounted, ↵Lennart Poettering
to make strace outputs nicer and save a few stat()s
2011-03-14pam: determine user cgroup tree from cgroup of PID 1Lennart Poettering
2011-03-03kill: always send SIGCONT after SIGTERMLennart Poettering
When we kill a process to terminate it make sure to send SIGCONT to ensure it is unpaused and processes the signal.
2011-01-22gcc: make gcc shut upLennart Poettering
2010-11-18cgroup: after killing cgroup processes, ensure the group is really dead ↵Lennart Poettering
gone. wait for 3s at max
2010-11-18cgroup: if we couldn't remove a cgroup after killing evertyhing in it then ↵Lennart Poettering
it's fine
2010-08-31service: rework killing logic so that we always kill the main process, even ↵Lennart Poettering
if it left our service cgroup Related to: http://bugzilla.redhat.com/show_bug.cgi?id=626477
2010-08-25cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering
This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch.
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-11clang: fix numerous little issues found with clang-analyzerLennart Poettering
2010-07-21pam: remove only sessions we ourselves created in the first placeLennart Poettering
2010-07-13cgroup: treat non-existing cgroups like empty ones, to deal with racesLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-12cgroup: implement cg_get_path nativelyLennart Poettering
2010-07-11cgroup: kill processes, not tasks and other cgroup changesLennart Poettering
2010-06-23minor typo fixesLennart Poettering
2010-06-21pam: implement systemd PAM module and generelize cgroup API for that a bitLennart Poettering