summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-03build-sys: bump/correct library versionsLennart Poettering1-1/+1
2013-07-03logind/machined: properly notice when units are gc'edLennart Poettering4-1/+83
2013-07-03build-sys: rename LEGACY to NOLEGACY to better reflect meaningDavid Coppa2-4/+4
2013-07-02replace tabs with spaces in various filesJason St. John4-10/+9
2013-07-02journald: drop (deleted) from _EXE= fieldsZbigniew Jędrzejewski-Szmek1-1/+11
2013-07-02man: improve grammar and word formatting in numerous man pagesJason St. John4-6/+6
2013-07-03hwdb: allow to query arbitrary keysKay Sievers1-0/+7
2013-07-02machine: fix -Wmaybe-uninitialized warningDave Reisner1-1/+1
2013-07-02machined: check correct return value for NULLDave Reisner1-1/+1
2013-07-02machine: fix scope allocationLennart Poettering1-2/+2
2013-07-02core: make GC more aggressiveLennart Poettering3-19/+6
2013-07-02logind: after deserializatio readd systemd units to unit-to-object hashmap co...Lennart Poettering3-60/+72
2013-07-02login: pass correct boolean type to libdbusLennart Poettering1-1/+1
2013-07-02dbus-scope: initialize variable before accessingDave Reisner1-1/+1
2013-07-02core: don't consider a unit's cgroup empty if only a subcgroup runs emptyLennart Poettering1-7/+6
2013-07-02machined: sync to /run after job completedLennart Poettering4-15/+31
2013-07-02machined: relax access to GetMachine()Lennart Poettering1-0/+4
2013-07-02nspawn: use the corect method signature for CreateMachine()Lennart Poettering2-11/+5
2013-07-02machined: fix bus path unescapingLennart Poettering1-1/+1
2013-07-02machined: split out machine registration stuff from logindLennart Poettering16-837/+2183
2013-07-02libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering4-78/+60
2013-07-02keymap: Asus -- do not overwrite explicitely kernel driver defined keysKay Sievers1-7/+0
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering19-1106/+992
2013-07-02scope: fix state string tableLennart Poettering1-1/+1
2013-07-02scope: implement reset-failed commandLennart Poettering1-0/+13
2013-07-02core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering3-9/+21
2013-07-02scope: make TimeoutStopUSec= settable for transient unitsLennart Poettering1-0/+15
2013-07-01keymap: remove non-existing driver string matchesKay Sievers1-2/+0
2013-07-01hwdb: add --device=<device-id> and --filter=<key name glob>Kay Sievers5-10/+38
2013-07-01hwdb: remove support for (not fully implemented) conditional propertiesKay Sievers2-15/+9
2013-07-01core: add support to run transient units in arbitrary slicesLennart Poettering2-2/+41
2013-07-01core: parse Slice= from the unit type specific unit file sectionLennart Poettering1-2/+2
2013-07-01scope: properly implement passive validity checking of PIDs field when creati...Lennart Poettering1-4/+8
2013-07-01core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering8-6/+24
2013-07-01core: allow setting of the description string for transient unitsLennart Poettering4-19/+75
2013-07-01core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering14-31/+933
2013-07-01systemctl: show per-unit cgroup tree correctly following the new propertyLennart Poettering1-33/+19
2013-07-01snapshot: snapshots are just a special kind of transient units nowLennart Poettering2-15/+16
2013-07-01dbus: expose cgroup properties in introspection everywhereLennart Poettering6-1/+6
2013-07-01service: correct service bus introspection for timeoutsLennart Poettering1-5/+5
2013-07-01cgroup: implicitly add units to GC queue when their cgroups run emptyLennart Poettering1-2/+6
2013-07-01cgroup: readd proper cgroup empty trackingLennart Poettering2-10/+22
2013-06-28main: fix loading of default targetLennart Poettering1-1/+1
2013-06-28keymap: Add Samsung Series 3장동준2-0/+2
2013-06-28core: add transient unitsLennart Poettering18-52/+541
2013-06-28dbus: fix minor memory leak when sending job change signalsLennart Poettering1-25/+17
2013-06-28unit: make sure the dropins we write are high-priorityLennart Poettering4-8/+7
2013-06-27dbus: hookup runtime property changes for mouns, services, sockets, swaps tooLennart Poettering12-0/+132
2013-06-27dbus: make DeviceAllow=/DevicePolicy= writableLennart Poettering2-0/+142
2013-06-27dbus: make more cgroup attributes runtime settableLennart Poettering4-8/+127