]> git.ipfire.org Git - thirdparty/systemd.git/history - src/shared/cgroup-util.c
core: general cgroup rework
[thirdparty/systemd.git] / src / shared / cgroup-util.c
2013-06-27  Lennart Poetteringcore: general cgroup rework
2013-06-20  Lennart Poetteringlogin: add an api to determine the slice a PID is locat...
2013-06-20  Lennart Poetteringlogind: add infrastructure to keep track of machines...
2013-06-17  Lennart Poetteringcore: add new .slice unit type for partitioning systems
2013-06-06  Lennart Poetteringcgroup: the "tasks" attribute is obsolete, cgroup.procs...
2013-05-03  Lennart Poetteringcgroup: when escaping a cgroup object name, also escape...
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-05-01  Zbigniew Jędrzejew... cgls: add --machine/-M
2013-04-30  Lennart Poetteringcgroup: make cg_pid_get_path() work properly for co...
2013-04-30  Lennart Poetteringcgroup: do not allow manipulating the cgroup path of...
2013-04-26  Zbigniew Jędrzejew... Use attribute(unused) in PROTECT_ERRNO
2013-04-24  Lennart Poetteringcgroup: always validate cgroup controller names
2013-04-23  Lennart Poetteringcgroup: make sure all our cgroup objects have a suffix...
2013-04-23  Lennart Poetteringnspawn: suffix the nspawn cgroups with ".nspawn"
2013-04-18  Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-16  Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-15  Lennart Poetteringbus: handle env vars safely
2013-04-08  Lennart Poetteringcgroup: clean-ups
2013-04-08  Lennart Poetteringcgroup: always keep access mode of 'tasks' and 'cgroup...
2013-04-03  Lennart Poetteringutil: rename write_one_line_file() to write_string_file()
2013-02-14  Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-12  Thomas Hindoe Paab... use strneq instead of strncmp
2013-01-19  Lennart Poetteringcgroup: additional validity checks for cgroup attribute...
2013-01-18  Zbigniew Jędrzejew... core/cgroup-util: simplify functions and add tests
2013-01-18  Zbigniew Jędrzejew... core/group-util: merge two functions
2013-01-18  Mirco Tischlerjournal: log _SYSTEMD_USER_UNIT for user session units
2013-01-14  Lennart Poetteringcore: add bus API and systemctl commands for altering...
2013-01-07  Tom GundersenMerge nss-myhostname
2012-12-23  Lennart Poetteringsystemctl: don't show cgroup field for a unit if cgroup...
2012-07-13  Lennart Poetteringutil: rename join() to strjoin()
2012-05-30  Lennart Poetteringbuild-sys: fix built with --disable-logind
2012-05-08  Kay Sieversutil: split-out path-util.[ch]
2012-05-03  Lennart Poetteringcgroup: fix alloca() misuse in cg_shorten_controllers()
2012-04-17  Kay Sieverssilence a bunch of gcc warnings
2012-04-16  Lennart Poetteringlogind: remove redundant entries from logind's default...
2012-04-16  Lennart Poetteringsystemctl: show main and control PID explicitly in...
2012-04-16  Lennart Poetteringcgls: don't show empty cgroups by default
2012-04-16  Lennart Poetteringcgroup: if a controller is not available don't try...
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-11  Kay Sieverssplit selinux label operations out of cgroup-util,...
2012-04-10  Kay Sieversrename basic.la to shared.la and put selinux deps in...
2012-04-10  Kay Sieversmove cgroup-util.[ch] to shared/