summaryrefslogtreecommitdiff
path: root/src/shared/cgroup-util.c
Commit message (Expand)AuthorAge
* 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
* bus: handle env vars safelyLennart Poettering2013-04-15
* cgroup: clean-upsLennart Poettering2013-04-08
* cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup...Lennart Poettering2013-04-08
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-03
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* use strneq instead of strncmpThomas Hindoe Paaboel Andersen2013-02-13
* cgroup: additional validity checks for cgroup attribute namesLennart Poettering2013-01-19
* core/cgroup-util: simplify functions and add testsZbigniew Jędrzejewski-Szmek2013-01-18