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
/
dbus-unit.c
Age
Commit message (
Expand
)
Author
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-08-28
cgroup: only check once when mode is UNIT_CHECK
Gao feng
2013-07-17
systemd,systemctl: export condition status and show failing condition
Zbigniew Jędrzejewski-Szmek
2013-07-11
core: simplify drop-in writing logic a bit
Lennart Poettering
2013-07-11
core: when writing drop-in files, name them directly after the property we set
Lennart Poettering
2013-07-10
user-sessions: rely on PID 1 to kill sessions
Lennart Poettering
2013-07-10
unit: save description/slice of transient units to /run
Lennart Poettering
2013-07-10
core: while we are reloading don't suppress bus signals
Lennart Poettering
2013-07-02
machined: sync to /run after job completed
Lennart Poettering
2013-07-01
core: add support to run transient units in arbitrary slices
Lennart Poettering
2013-07-01
core: move ControlGroup and Slice properties out of the dbus "Unit" interface
Lennart Poettering
2013-07-01
core: allow setting of the description string for transient units
Lennart Poettering
2013-06-28
core: add transient units
Lennart Poettering
2013-06-28
unit: make sure the dropins we write are high-priority
Lennart Poettering
2013-06-27
dbus: add infrastructure for changing multiple properties at once on units an...
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-18
core: expose a "Slice" property on Unit objects on the bus
Lennart Poettering
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-16
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-02
Replace s/Dropin/DropIn/
Zbigniew Jędrzejewski-Szmek
2013-04-01
Introspect and monitor dropin configuration
Oleksii Shevchuk
2013-03-18
Use bus_maybe_send_reply() where applicable
Colin Walters
2013-02-27
unit: rework resource management API
Lennart Poettering
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-01-19
unit: optionally allow making cgroup attribute changes persistent
Lennart Poettering
2013-01-18
systemctl: add new "get-cgroup-attr" to query current cgroup attribute value
Lennart Poettering
2013-01-14
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2013-01-06
core/dbus-unit: modernize style
Zbigniew Jędrzejewski-Szmek
2012-10-02
selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...
Lennart Poettering
2012-10-02
selinux: rework selinux access check logic
Lennart Poettering
2012-09-18
selinux: prefer source path over fragment path
Lennart Poettering
2012-09-18
selinux: add bus service access control
Daniel J Walsh
2012-09-13
man: fix a bunch of typos in docs
Thomas Hindoe Paaboel Andersen
2012-07-26
dbus-unit: expose PartOf/ConsistsOf properties
Michal Schmidt
2012-07-20
core: drop KillMode parameter from KillUnit() bus call
Lennart Poettering
2012-07-13
unit: rename BindTo= to BindsTo=
Lennart Poettering
2012-05-22
units: remove service sysv_path variable and replace it by generic unit_path
Lennart Poettering
2012-05-21
units: introduce new Documentation= field and make use of it everywhere
Lennart Poettering
2012-05-21
dbus-unit: always load the unit before handling a message for it
Michal Schmidt
2012-04-30
unit: add new dependency type RequiresMountsFor=
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