index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
cgroup-util.h
Age
Commit message (
Expand
)
Author
2014-12-10
scope: make attachment of initial PIDs a bit more robust
Lennart Poettering
2014-11-05
core: introduce new Delegate=yes/no property controlling creation of cgroup s...
Lennart Poettering
2014-02-17
core: find the closest parent slice that has a specfic cgroup controller enab...
Lennart Poettering
2013-12-24
bus: properly shift cgroup data returned from kdbus by the container's root b...
Lennart Poettering
2013-12-11
journald: cache cgroup root path, instead of querying it on every incoming lo...
Lennart Poettering
2013-11-08
Remove dead code and unexport some calls
Lennart Poettering
2013-09-25
cgroup: if we do a cgroup operation then do something on all supported contro...
Lennart Poettering
2013-07-04
disable the cgroups release agent when shutting down
Kay Sievers
2013-07-01
core: add new "scope" unit type for making a unit of pre-existing processes
Lennart Poettering
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-06-21
login: add an api to determine the slice a PID is located in to libsystemd-login
Lennart Poettering
2013-06-20
logind: add infrastructure to keep track of machines, and move to slices
Lennart Poettering
2013-06-17
core: add new .slice unit type for partitioning systems
Lennart Poettering
2013-06-06
cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacement
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-01
cgls: add --machine/-M
Zbigniew Jędrzejewski-Szmek
2013-04-30
cgroup: do not allow manipulating the cgroup path of units within the systemd...
Lennart Poettering
2013-04-24
cgroup: always validate cgroup controller names
Lennart Poettering
2013-04-22
cgroup: make sure all our cgroup objects have a suffix and are properly escaped
Lennart Poettering
2013-04-16
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-15
core: always create /user and /machine top-level cgroup dirs
Lennart Poettering
2013-04-15
bus: handle env vars safely
Lennart Poettering
2013-01-19
cgroup: additional validity checks for cgroup attribute names
Lennart Poettering
2013-01-18
core/cgroup-util: simplify functions and add tests
Zbigniew Jędrzejewski-Szmek
2013-01-18
journal: log _SYSTEMD_USER_UNIT for user session units
Mirco Tischler
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2012-12-24
systemctl: don't show cgroup field for a unit if cgroup is empty
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-05-30
build-sys: fix built with --disable-logind
Lennart Poettering
2012-04-16
logind: remove redundant entries from logind's default controller lists too
Lennart Poettering
2012-04-16
cgroup: if a controller is not available don't try to create cgroups in its h...
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
move cgroup-util.[ch] to shared/
Kay Sievers