summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2013-07-15man: add FILES section to systemd-journald.service(8)Zbigniew Jędrzejewski-Szmek
2013-07-15systemd: do not output status messages once gettys are runningZbigniew Jędrzejewski-Szmek
2013-07-12unit: check correct variable after strdupLukas Nykryn
2013-07-11core: simplify drop-in writing logic a bitLennart Poettering
2013-07-11core: when writing drop-in files, name them directly after the property we setLennart Poettering
2013-07-11cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=Lennart Poettering
2013-07-11cgroup: simplify how instantiated units are mapped to cgroupsLennart Poettering
2013-07-11cgroup: don't ever try to destroy the cgroup of the root sliceLennart Poettering
2013-07-11cgroup: don't move systemd into systems.slice when running as --user instanceLennart Poettering
2013-07-11core: implicitly create a per-template slice for all instantiated units by de...Lennart Poettering
2013-07-11basic SO_REUSEPORT supportShawn Landden
2013-07-11core: grant user@.service instances write access to their own cgroupLennart Poettering
2013-07-11core: rearrange if blocks a bitLennart Poettering
2013-07-11shutdown: avoid malloc() if we canLennart Poettering
2013-07-11shutdown: fix /proc/cmdline reading of 'quiet'Kay Sievers
2013-07-10core: uninstall cgroup agent only if we are running outside of a containerLennart Poettering
2013-07-10user-sessions: rely on PID 1 to kill sessionsLennart Poettering
2013-07-10unit: when deserializing cgroup path add it back into cgroup hashmapLennart Poettering
2013-07-10unit: save description/slice of transient units to /runLennart Poettering
2013-07-10core: send out "Reloading" signal before and after doing a full reload/reexec...Lennart Poettering
2013-07-10scope: don't require an initialized PIDs set when deserializingLennart Poettering
2013-07-10core: while we are reloading don't suppress bus signalsLennart Poettering
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering
2013-07-10cgroup: downgrade error message when we cannot remove a cgroup to debugLennart Poettering
2013-07-05tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek
2013-07-05suppress status message output at shutdown when 'quiet' is givenKay Sievers
2013-07-04disable the cgroups release agent when shutting downKay Sievers
2013-07-04core/mount.c:mount_dump(): don't segfault, if mount is not mounted anymoreHarald Hoyer
2013-07-02replace tabs with spaces in various filesJason St. John
2013-07-02man: improve grammar and word formatting in numerous man pagesJason St. John
2013-07-02core: make GC more aggressiveLennart Poettering
2013-07-02dbus-scope: initialize variable before accessingDave Reisner
2013-07-02core: don't consider a unit's cgroup empty if only a subcgroup runs emptyLennart Poettering
2013-07-02machined: sync to /run after job completedLennart Poettering
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering
2013-07-02scope: fix state string tableLennart Poettering
2013-07-02scope: implement reset-failed commandLennart Poettering
2013-07-02core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering
2013-07-02scope: make TimeoutStopUSec= settable for transient unitsLennart Poettering
2013-07-01core: add support to run transient units in arbitrary slicesLennart Poettering
2013-07-01core: parse Slice= from the unit type specific unit file sectionLennart Poettering
2013-07-01scope: properly implement passive validity checking of PIDs field when creati...Lennart Poettering
2013-07-01core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering
2013-07-01core: allow setting of the description string for transient unitsLennart Poettering
2013-07-01core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering
2013-07-01snapshot: snapshots are just a special kind of transient units nowLennart Poettering
2013-07-01dbus: expose cgroup properties in introspection everywhereLennart Poettering
2013-07-01service: correct service bus introspection for timeoutsLennart Poettering
2013-07-01cgroup: implicitly add units to GC queue when their cgroups run emptyLennart Poettering
2013-07-01cgroup: readd proper cgroup empty trackingLennart Poettering