summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-05-02async: add asynchronous close() callLennart Poettering
2014-04-28machine-id: only look into KVM uuid when we are not running in aLennart Poettering
2014-04-26job: add waiting jobs to run queue in unit_coldplugBrandon Philips
2014-04-26core: reindent {selinux, ima, smack}-setup.cWill Woods
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-04-25core: make sure we always write changed cgroup attributes to the cgroupfsLennart Poettering
2014-04-24service: rename StartLimitAction enum to FailureActionMichael Olbrich
2014-04-24service: add FailureAction= optionMichael Olbrich
2014-04-21service: add support for reboot argument when triggered by StartLimitAction=Michael Olbrich
2014-04-19Handle Unix domain socket connections from outside our namespace v2Zbigniew Jędrzejewski-Szmek
2014-04-19Revert "Handle Unix domain socket connections from outside our namespace"Kay Sievers
2014-04-17core: minor typo fixAli H. Caliskan
2014-04-16Handle Unix domain socket connections from outside our namespaceEelco Dolstra
2014-04-12core: Make sure a stamp file exists for all Persistent=true timersThomas Bächler
2014-04-06reduce the amount of messages logged to /dev/kmsg when "debug" is specifiedKay Sievers
2014-03-26core: do not read system boot timestamps in systemd --user modeKay Sievers
2014-03-24core: don't try to relabel mounts before we loaded the policyLennart Poettering
2014-03-24core: remove tcpwrap supportLennart Poettering
2014-03-24service: don't take chkconfig priority into accountLennart Poettering
2014-03-24core: add a setting to globally control the default for timer unit accuracyLennart Poettering
2014-03-24timer: support timers that can resume the system from suspendLennart Poettering
2014-03-24systemctl: show last trigger time in "systemctl list-timers"Lennart Poettering
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-21timer: add timer persistance (aka anacron-like behaviour)Lennart Poettering
2014-03-20unit: turn off mount propagation for udevdLennart Poettering
2014-03-19core: move notify sockets to /run and $XDG_RUNTIME_DIRLennart Poettering
2014-03-19core: make sure we can combine DevicePolicy=closed with PrivateDevices=yesLennart Poettering
2014-03-19core: rework context initialization/destruction logicLennart Poettering
2014-03-19core: when PrivateTmp= is set for a unit, make sure to order it after /tmp an...Lennart Poettering
2014-03-19core: Beef up PrivateDevices=Lennart Poettering
2014-03-19core: expose missing busname properties on the busLennart Poettering
2014-03-19core: by default .busname units should be activatingLennart Poettering
2014-03-19busname: introduce Activating directiveDaniel Mack
2014-03-18core: add new AcceptFD= setting to .busname unitsLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-18core: drop CAP_MKNOD when PrivateDevices= is setLennart Poettering
2014-03-18core: remount /sys/fs/cgroup/ read-only after we mounted all controllersLennart Poettering
2014-03-18cgroup: it's not OK to invoke alloca() in loopsLennart Poettering
2014-03-17core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-14Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek
2014-03-14machine-id-setup: use path_kill_slashes and modernizationsZbigniew Jędrzejewski-Szmek
2014-03-14machine-id: add --root option to operate on an alternate fs treeGreg KH
2014-03-12socket.c: make use of union sockaddr_unionDaniel Buch
2014-03-12manager: use system state enum where appropriateLennart Poettering
2014-03-12core: introduce system state enumLennart Poettering
2014-03-11core: support globbing matches in DeviceAllow= when checking for device groupsLennart Poettering
2014-03-11dbus: suppress duplicate and misleading messagesLennart Poettering
2014-03-08fix off by one error in array index assertionDave Reisner