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
/
core
/
cgroup.h
Age
Commit message (
Expand
)
Author
2015-09-16
cgroup: add support for net_cls controllers
Daniel Mack
2015-09-11
cgroup: unify how we invalidate cgroup controller settings
Lennart Poettering
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-04
core: split up manager_get_unit_by_pid()
Lennart Poettering
2015-09-01
core: unified cgroup hierarchy support
Lennart Poettering
2015-09-01
units: enable waiting for unit termination in certain cases
Lennart Poettering
2015-03-02
core: expose consumed CPU time per unit
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-12
Add missing includes in header files
Thomas Hindoe Paaboel Andersen
2014-12-10
scope: make attachment of initial PIDs a bit more robust
Lennart Poettering
2014-12-09
core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...
Lennart Poettering
2014-11-05
core: introduce new Delegate=yes/no property controlling creation of cgroup s...
Lennart Poettering
2014-05-22
cgroups: simplify CPUQuota= logic
Lennart Poettering
2014-05-22
cgroup: rework startup logic
Lennart Poettering
2014-05-22
core: add startup resource control option
WaLyong Cho
2014-04-25
core: expose CFS CPU time quota as high-level unit properties
Lennart Poettering
2014-02-17
core: rework cgroup mask propagation
Lennart Poettering
2013-11-22
cgroups: Cache controller masks and optimize queues.
David Strauss
2013-09-17
cgroup: get rid of MemorySoftLimit=
Lennart Poettering
2013-07-01
cgroup: readd proper cgroup empty tracking
Lennart Poettering
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-05-03
service: explicitly remove control/ subcgroup after each control command
Lennart Poettering
2012-04-16
logind: remove redundant entries from logind's default controller lists too
Lennart Poettering
2012-04-16
manager: remove unavailable/redundant entries from default controllers list
Lennart Poettering
2012-04-13
service: place control command in subcgroup control/
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers