summaryrefslogtreecommitdiff
path: root/src/shared/cgroup-util.c
Commit message (Expand)AuthorAge
* nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering2015-01-05
* scope: make attachment of initial PIDs a bit more robustLennart Poettering2014-12-10
* cgroup-util: Don't send SIGCONT after SIGKILLRoss Lagerwall2014-11-30
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* cgroup-util: shorten cg_path_get_sessionZbigniew Jędrzejewski-Szmek2014-08-30
* cgroup: never try to create files in cgroupfs, only open them for writingLennart Poettering2014-08-15
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* condense assignment and path_kill_slashes callsDave Reisner2014-04-21
* Use strlen even for constant stringsJosh Triplett2014-03-16
* doc: update punctuationJan Engelhardt2014-02-17
* core: find the closest parent slice that has a specfic cgroup controller enab...Lennart Poettering2014-02-17
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-11
* cgroup: make sure to properly send SIGCONT to all processes of a cgroup if th...Lennart Poettering2014-02-07
* bus: add API calls for connecting to starter busLennart Poettering2014-01-27
* shared: procfs_file_alloca: handle pid==0Simon Peeters2014-01-05
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-26
* bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering2013-12-24
* Fix extraction of _SYSTEMD_USER_UNITZbigniew Jędrzejewski-Szmek2013-12-22
* __thread --> thread_local for C11 compatShawn Landden2013-12-17
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-11
* bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering2013-12-03
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* cgroup: there's no point in labelling cgroupfs dirs, so let's not do thatLennart Poettering2013-10-02
* cgroup: when referencing cgroup controller trees allow omission of the pathLennart Poettering2013-09-26
* util: add macro for iterating through all prefixes of a pathLennart Poettering2013-09-25
* cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering2013-09-25
* Verify validity of session name when received from outsideZbigniew Jędrzejewski-Szmek2013-09-16
* cgroup: simplify how instantiated units are mapped to cgroupsLennart Poettering2013-07-11
* cgroup: when uninstalling agent, actually turn it off firstLennart Poettering2013-07-10
* disable the cgroups release agent when shutting downKay Sievers2013-07-04
* libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering2013-07-02
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-01
* core: general cgroup reworkLennart Poettering2013-06-27
* login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2013-06-21
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-20
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-17
* cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacementLennart Poettering2013-06-06
* cgroup: when escaping a cgroup object name, also escape names that start with...Lennart Poettering2013-05-03
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* cgls: add --machine/-MZbigniew Jędrzejewski-Szmek2013-05-01
* cgroup: make cg_pid_get_path() work properly for co-mounted controllers and n...Lennart Poettering2013-04-30
* cgroup: do not allow manipulating the cgroup path of units within the systemd...Lennart Poettering2013-04-30
* Use attribute(unused) in PROTECT_ERRNOZbigniew Jędrzejewski-Szmek2013-04-25
* cgroup: always validate cgroup controller namesLennart Poettering2013-04-24
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-22
* nspawn: suffix the nspawn cgroups with ".nspawn"Lennart Poettering2013-04-22
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-16