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
/
test
/
test-cgroup-util.c
Age
Commit message (
Expand
)
Author
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-07
tests: Skip test-cgroup-util test_mask_supported() when not running under sys...
Martin Pitt
2015-09-04
cgroup: always read the supported controllers from the root cgroup of the loc...
Lennart Poettering
2015-06-02
shared: Drop 'name=' prefix from SYSTEMD_CGROUP_CONTROLLER define.
Dimitri John Ledkov
2015-05-05
cgroup-util: be more strict when processing slice unit names
Lennart Poettering
2015-04-30
core: catch some special cases in cg_slice_to_path()
Lennart Poettering
2015-04-30
sd-bus,sd-login: add api for querying the slice within the the user systemd i...
Lennart Poettering
2015-04-30
core: rework cgroup path parse logic
Lennart Poettering
2015-04-29
sd-bus: properly handle creds that are known but undefined for a process
Lennart Poettering
2015-04-10
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-04
cg_path_get_user_unit(): Did not correctly parse user-unit templates.
Luke Shumaker
2014-11-28
treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1
Lennart Poettering
2014-08-30
cgroup-util: shorten cg_path_get_session
Zbigniew Jędrzejewski-Szmek
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-02-12
test: fix "make check"
Lennart Poettering
2013-12-24
bus: properly shift cgroup data returned from kdbus by the container's root b...
Lennart Poettering
2013-12-22
Fix extraction of _SYSTEMD_USER_UNIT
Zbigniew Jędrzejewski-Szmek
2013-12-11
journald: cache cgroup root path, instead of querying it on every incoming lo...
Lennart Poettering
2013-12-08
test: cgroup-util - do not fail if cpu controller is not available
Kay Sievers
2013-08-22
test: Make testing work on systems without or old systemd
Holger Hans Peter Freyther
2013-07-11
cgroup: simplify how instantiated units are mapped to cgroups
Lennart Poettering
2013-07-02
libsystemd-logind: fix detection of session/user/machine of a PID
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-05-03
cgroup: when escaping a cgroup object name, also escape names that start with...
Lennart Poettering
2013-05-01
cgls: add --machine/-M
Zbigniew Jędrzejewski-Szmek
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-22
nspawn: suffix the nspawn cgroups with ".nspawn"
Lennart Poettering
2013-04-16
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-15
bus: handle env vars safely
Lennart Poettering
2013-01-18
core/cgroup-util: simplify functions and add tests
Zbigniew Jędrzejewski-Szmek