summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* core: check the right variable for failed open()Łukasz Stelmach2014-05-081-1/+1
* doc: corrections to words and formsJan Engelhardt2014-05-081-1/+1
* load-fragment: minor cleanupLennart Poettering2014-05-061-2/+1
* build-sys: move async.[ch] to src/sharedLennart Poettering2014-05-052-121/+0
* core: require cgroups filesystem to be availableKay Sievers2014-05-053-26/+4
* async: add asynchronous close() callLennart Poettering2014-05-022-0/+24
* machine-id: only look into KVM uuid when we are not running in aLennart Poettering2014-04-281-26/+27
* job: add waiting jobs to run queue in unit_coldplugBrandon Philips2014-04-261-0/+3
* core: reindent {selinux, ima, smack}-setup.cWill Woods2014-04-262-131/+131
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-2511-2/+217
* core: make sure we always write changed cgroup attributes to the cgroupfsLennart Poettering2014-04-251-0/+13
* service: rename StartLimitAction enum to FailureActionMichael Olbrich2014-04-246-36/+36
* service: add FailureAction= optionMichael Olbrich2014-04-244-14/+29
* service: add support for reboot argument when triggered by StartLimitAction=Michael Olbrich2014-04-214-0/+19
* Handle Unix domain socket connections from outside our namespace v2Zbigniew Jędrzejewski-Szmek2014-04-201-8/+14
* Revert "Handle Unix domain socket connections from outside our namespace"Kay Sievers2014-04-191-14/+10
* core: minor typo fixAli H. Caliskan2014-04-181-1/+1
* Handle Unix domain socket connections from outside our namespaceEelco Dolstra2014-04-171-10/+14
* core: Make sure a stamp file exists for all Persistent=true timersThomas Bächler2014-04-121-16/+24
* reduce the amount of messages logged to /dev/kmsg when "debug" is specifiedKay Sievers2014-04-061-7/+2
* core: do not read system boot timestamps in systemd --user modeKay Sievers2014-03-261-1/+1
* core: don't try to relabel mounts before we loaded the policyLennart Poettering2014-03-241-1/+4
* core: remove tcpwrap supportLennart Poettering2014-03-248-135/+3
* service: don't take chkconfig priority into accountLennart Poettering2014-03-241-16/+9
* core: add a setting to globally control the default for timer unit accuracyLennart Poettering2014-03-246-1/+9
* timer: support timers that can resume the system from suspendLennart Poettering2014-03-245-29/+86
* systemctl: show last trigger time in "systemctl list-timers"Lennart Poettering2014-03-241-0/+2
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-243-5/+5
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-248-11/+66
* timer: add timer persistance (aka anacron-like behaviour)Lennart Poettering2014-03-214-32/+121
* unit: turn off mount propagation for udevdLennart Poettering2014-03-202-23/+27
* core: move notify sockets to /run and $XDG_RUNTIME_DIRLennart Poettering2014-03-191-21/+25
* core: make sure we can combine DevicePolicy=closed with PrivateDevices=yesLennart Poettering2014-03-191-5/+11
* core: rework context initialization/destruction logicLennart Poettering2014-03-198-183/+181
* core: when PrivateTmp= is set for a unit, make sure to order it after /tmp an...Lennart Poettering2014-03-191-5/+16
* core: Beef up PrivateDevices=Lennart Poettering2014-03-191-35/+93
* core: expose missing busname properties on the busLennart Poettering2014-03-192-2/+4
* core: by default .busname units should be activatingLennart Poettering2014-03-191-0/+1
* busname: introduce Activating directiveDaniel Mack2014-03-193-21/+39
* core: add new AcceptFD= setting to .busname unitsLennart Poettering2014-03-183-4/+12
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-1817-190/+88
* core: drop CAP_MKNOD when PrivateDevices= is setLennart Poettering2014-03-181-0/+3
* core: remount /sys/fs/cgroup/ read-only after we mounted all controllersLennart Poettering2014-03-181-0/+4
* cgroup: it's not OK to invoke alloca() in loopsLennart Poettering2014-03-181-6/+14
* core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna2014-03-172-2/+2
* Use strlen even for constant stringsJosh Triplett2014-03-162-2/+2
* Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek2014-03-141-5/+3
* machine-id-setup: use path_kill_slashes and modernizationsZbigniew Jędrzejewski-Szmek2014-03-141-6/+6
* machine-id: add --root option to operate on an alternate fs treeGreg KH2014-03-143-18/+30
* socket.c: make use of union sockaddr_unionDaniel Buch2014-03-121-7/+1