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.c
Age
Commit message (
Expand
)
Author
2013-11-22
cgroups: Cache controller masks and optimize queues.
David Strauss
2013-11-09
systemd: fix memory leak in cgroup code
Zbigniew Jędrzejewski-Szmek
2013-11-06
Comment spelling fixes.
David Strauss
2013-11-06
cgroup: run PID 1 in the root cgroup
Lennart Poettering
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-09-25
cgroup: if we do a cgroup operation then do something on all supported contro...
Lennart Poettering
2013-09-23
cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie...
Lennart Poettering
2013-09-17
cgroup: get rid of MemorySoftLimit=
Lennart Poettering
2013-09-16
cgroup: add missing equals for BlockIOWeight
Gao feng
2013-09-13
core/cgroup: first print then free
Lukas Nykryn
2013-09-13
cgroup: fix incorrectly setting memory cgroup
Gao feng
2013-09-13
cgroup: correct the log information
Gao feng
2013-09-13
cgroup: add the missing setting of variable's value
Gao feng
2013-08-28
Do not realloc strings, which are already in the hashmap as keys
Harald Hoyer
2013-08-28
Revert "cgroup.c: check return value of unit_realize_cgroup_now()"
Harald Hoyer
2013-08-23
cgroup.c: check return value of unit_realize_cgroup_now()
Harald Hoyer
2013-07-11
cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=
Lennart Poettering
2013-07-11
cgroup: don't ever try to destroy the cgroup of the root slice
Lennart Poettering
2013-07-11
cgroup: don't move systemd into systems.slice when running as --user instance
Lennart Poettering
2013-07-10
cgroup: downgrade error message when we cannot remove a cgroup to debug
Lennart Poettering
2013-07-02
core: don't consider a unit's cgroup empty if only a subcgroup runs empty
Lennart Poettering
2013-07-01
cgroup: implicitly add units to GC queue when their cgroups run empty
Lennart Poettering
2013-07-01
cgroup: readd proper cgroup empty tracking
Lennart Poettering
2013-06-27
core: general cgroup rework
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-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-08
cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup...
Lennart Poettering
2013-03-22
cgroup: minor optimization
Lennart Poettering
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2012-09-18
core: move ManagerRunningAs to shared
Zbigniew Jędrzejewski-Szmek
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-13
util: rename join() to strjoin()
Lennart Poettering
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
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-16
cgroup: if a controller is not available don't try to create cgroups in its h...
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