summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: add new ConditionNeedsUpdate= unit conditionLennart Poettering2014-06-132-0/+34
* condition: minor modernizationsLennart Poettering2014-06-131-4/+3
* machine-id-setup: fix array size of parametersLennart Poettering2014-06-101-1/+1
* Fix spelling mistake, proces -> processColin Ian King2014-06-071-1/+1
* Remove sysv parser from service.cThomas Hindoe Paaboel Andersen2014-06-073-999/+1
* core: allow transient mount unitsTom Gundersen2014-06-072-1/+65
* fix warningsThomas Hindoe Paaboel Andersen2014-06-061-1/+1
* namespace: cover /boot with ProtectSystem= againLennart Poettering2014-06-061-2/+2
* namespace: beef up read-only bind mount logicLennart Poettering2014-06-061-12/+16
* namespace: also include /root in ProtectHome=Lennart Poettering2014-06-051-2/+2
* namespace: when setting up an inaccessible mount point, unmounting everything...Lennart Poettering2014-06-051-0/+6
* umount: modernizationsLennart Poettering2014-06-051-38/+27
* core: introduce new Restart=on-abnormal settingLennart Poettering2014-06-052-3/+5
* kdbus: when uploading bus name policy, resolve users/groups out-of-processLennart Poettering2014-06-057-98/+437
* core: don't include /boot in effect of ProtectSystem=Lennart Poettering2014-06-051-2/+2
* socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...Lennart Poettering2014-06-054-79/+215
* core: make sure we properly parse ProtectHome= and ProtectSystem=Lennart Poettering2014-06-041-2/+2
* core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...Lennart Poettering2014-06-048-47/+112
* core: provide /dev/ptmx as symlink in PrivateDevices= execution environmentsLennart Poettering2014-06-041-1/+4
* core: make sure PrivateDevices= makes /dev/log availableLennart Poettering2014-06-041-1/+4
* socket: add new Symlinks= option for socket unitsLennart Poettering2014-06-046-8/+134
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-044-29/+54
* core: add new ReadOnlySystem= and ProtectedHome= settings for service unitsLennart Poettering2014-06-038-3/+103
* virt: rework container detection logicLennart Poettering2014-05-281-0/+12
* build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2014-05-282-5/+1
* Fix several small typosJonathan Boulle2014-05-251-3/+3
* core: timer - switch to touch_file()Kay Sievers2014-05-241-19/+2
* shared: rename hwclock.[ch] to clock-util.[ch]Kay Sievers2014-05-242-7/+7
* socket: properly handle if our service vanished during runtimeLennart Poettering2014-05-221-0/+6
* core: remove unused varsLennart Poettering2014-05-221-2/+0
* core: never consider failure when reading drop-ins fatalLennart Poettering2014-05-221-29/+13
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-2210-132/+19
* cgroups: always propagate controller membership to siblings, for all controllersLennart Poettering2014-05-221-8/+2
* cgroup: rework startup logicLennart Poettering2014-05-228-178/+110
* core: add startup resource control optionWaLyong Cho2014-05-229-12/+202
* logind: don't apply RemoveIPC= to system usersLennart Poettering2014-05-211-0/+2
* core: Filter by state behind the D-Bus API, not in the systemctl client.David Strauss2014-05-182-1/+27
* fix spelling of privilegeNis Martensen2014-05-183-3/+3
* core: let selinux_setup() load policy more than onceWill Woods2014-05-161-7/+7
* core: make sure to serialize jobs for all unitsLennart Poettering2014-05-162-25/+21
* selinux: fix build for non-selinux systemsLennart Poettering2014-05-151-1/+0
* core: close socket fds asynchronouslyZbigniew Jędrzejewski-Szmek2014-05-151-2/+3
* Make sure that keys are properly removed from hashmapZbigniew Jędrzejewski-Szmek2014-05-151-2/+10
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-156-12/+13
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-151-0/+2
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-12/+17
* core: no need to pass bus object to selinux access check calls anymoreLennart Poettering2014-05-147-49/+51
* core: sysvcompat - avoid repeated function callTom Gundersen2014-05-141-2/+5
* core: sysvcompat - $network should be equivalent to network-online, rather th...Tom Gundersen2014-05-141-2/+6
* job: always add waiting jobs to run queue during coldplugMichael Marineau2014-05-121-3/+3