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
/
basic
/
cgroup-util.c
Age
Commit message (
Expand
)
Author
2016-10-13
nspawn: cleanup and chown the synced cgroup hierarchy (#4223)
Evgeny Vereshchagin
2016-10-07
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-10-07
util: use SPECIAL_ROOT_SLICE macro where appropriate
Lennart Poettering
2016-08-19
Merge pull request #3965 from htejun/systemd-controller-on-unified
Zbigniew Jędrzejewski-Szmek
2016-08-17
core: use the unified hierarchy for the systemd cgroup controller hierarchy
Tejun Heo
2016-08-15
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-08-07
core: add cgroup CPU controller support on the unified hierarchy
Tejun Heo
2016-07-25
Merge pull request #3589 from brauner/cgroup_namespace
Lennart Poettering
2016-07-20
cgroup: suppress sending follow-up SIGCONT after sending SIGCONT/SIGKILL anyway
Lennart Poettering
2016-07-20
core: when forcibly killing/aborting left-over unit processes log about it
Lennart Poettering
2016-07-09
cgroup: detect cgroup namespaces
Christian Brauner
2016-05-18
core: add support for IOReadIOPSMax and IOWriteIOPSMax
Tejun Heo
2016-05-18
core: introduce CGroupIOLimitType enums
Tejun Heo
2016-05-05
core: add io controller support on the unified hierarchy
Tejun Heo
2016-03-26
core: update populated event handling in unified hierarchy
Tejun Heo
2016-03-26
cgroup2: use new fstype for unified hierarchy
Alban Crequy
2016-02-23
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-10
cgroup: remove support for NetClass= directive
Daniel Mack
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-13
tree-wide: check if errno is greater than zero (2)
Zbigniew Jędrzejewski-Szmek
2016-01-13
tree-wide: check if errno is greater then zero
Zbigniew Jędrzejewski-Szmek
2016-01-12
tree-wide: use xsprintf() where applicable
Daniel Mack
2015-12-02
tests: turn check if manager cannot be intialized into macro
Zbigniew Jędrzejewski-Szmek
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.h
Lennart Poettering
2015-10-27
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-26
util-lib: split out user/group/uid/gid calls into user-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-10-24
util: split out extract_first_word() and related calls into extract-word.[ch]
Lennart Poettering
2015-09-16
cgroup: add support for net_cls controllers
Daniel Mack
2015-09-11
core: refactor cpu shares/blockio weight cgroup logic
Lennart Poettering
2015-09-10
core: add support for the "pids" cgroup controller
Lennart Poettering
2015-09-08
cgroups: make sure the "devices" controller's enum is named the same way as t...
Lennart Poettering
2015-09-08
cgroup-util: fix devices controller
Martin Pitt
2015-09-04
nspawn: enable all controllers we can for the "payload" subcgroup we create
Lennart Poettering
2015-09-04
cgroup: always read the supported controllers from the root cgroup of the loc...
Lennart Poettering
2015-09-04
cgroup: fix potential access of uninitialized variable
Lennart Poettering
2015-09-04
cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...
Lennart Poettering
2015-09-04
cgroup: fix potential bad memory access
Lennart Poettering
2015-09-04
cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroups
Lennart Poettering
2015-09-04
cgroup: when comparing agent paths, use path_equal()
Lennart Poettering
2015-09-04
cgroup: move controller to dirname translation into join_path_legacy()
Lennart Poettering
2015-09-04
macro: introduce new PID_TO_PTR macros and make use of them
Lennart Poettering
[next]