summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: if the start command vanishes during runtime don't hit an assertLennart Poettering2016-10-211-1/+9
* journald,core: add short comments we we keep reopening /dev/console all the timeLennart Poettering2016-10-201-0/+5
* Merge pull request #4417 from keszybz/man-and-rlimitLennart Poettering2016-10-202-4/+4
|\
| * pid1: downgrade some rlimit warningsZbigniew Jędrzejewski-Szmek2016-10-202-4/+4
* | core: let's upgrade the log level for service processes dying of signal (#4415)Lennart Poettering2016-10-201-1/+8
* | core/exec: add a named-descriptor option ("fd") for streams (#4179)Luca Bruno2016-10-187-27/+282
|/
* Merge pull request #4392 from keszybz/running-timersLennart Poettering2016-10-171-0/+2
|\
| * core/timer: reset next_elapse_*time when timer is not waitingZbigniew Jędrzejewski-Szmek2016-10-171-0/+2
* | pid1: do not use mtime==0 as sign of masking (#4388)Zbigniew Jędrzejewski-Szmek2016-10-171-8/+12
* | tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek2016-10-173-22/+6
* | tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-175-16/+7
|/
* core: make settings for unified cgroup hierarchy supersede the ones for legac...Tejun Heo2016-10-151-31/+29
* core: make sure to dump ProtectKernelModules= valueDjalal Harouni2016-10-121-0/+2
* core: check protect_kernel_modules and private_devices in order to setup NNPDjalal Harouni2016-10-121-0/+2
* core:sandbox: lets make /lib/modules/ inaccessible on ProtectKernelModules=Djalal Harouni2016-10-123-23/+56
* core:sandbox: remove CAP_SYS_RAWIO on PrivateDevices=yesDjalal Harouni2016-10-121-1/+1
* core:sandbox: Add ProtectKernelModules= optionDjalal Harouni2016-10-125-1/+61
* Allow block and char classes in DeviceAllow bus properties (#4353)Zbigniew Jędrzejewski-Szmek2016-10-121-3/+1
* core/main: get rid from excess check of ACTION_TEST (#4350)0xAX2016-10-111-4/+3
* core: chown() any TTY used for stdin, not just when StandardInput=tty is used...Lennart Poettering2016-10-111-1/+1
* Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek2016-10-1121-9/+273
|\
| * core: add "invocation ID" concept to service managerLennart Poettering2016-10-0721-9/+273
* | Merge pull request #4337 from poettering/exit-codeZbigniew Jędrzejewski-Szmek2016-10-116-28/+31
|\ \
| * | core: simplify if branches a bitLennart Poettering2016-10-101-3/+4
| * | core: make use of IN_SET() in various places in mount.cLennart Poettering2016-10-101-18/+21
| * | core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering2016-10-105-5/+5
| * | core: lower exit status "level" at one placeLennart Poettering2016-10-101-1/+1
| * | exit-status: kill is_clean_exit_lsb(), move logic to sysv-generatorLennart Poettering2016-10-101-2/+1
* | | main: use strdup instead of free_and_strdup to initialize default unit (#4335)0xAX2016-10-101-3/+3
|/ /
* | tree-wide: pass return value of make_null_stdio() to warning instead of errno...0xAX2016-10-101-2/+3
* | main: initialize default unit little later (#4321)0xAX2016-10-101-8/+10
* | tree-wide: print warning in a failure case of make_null_stdio() (#4320)0xAX2016-10-101-1/+2
|/
* core: only warn on short reads on signal fdZbigniew Jędrzejewski-Szmek2016-10-071-5/+8
* manager: tighten incoming notification message checksLennart Poettering2016-10-071-2/+8
* manager: be stricter with incomining notifications, warn properly about too l...Lennart Poettering2016-10-071-2/+2
* manager: don't ever busy loop when we get a notification message we can't pro...Lennart Poettering2016-10-071-7/+6
* core: add possibility to set action for ctrl-alt-del burst (#4105)Lukáš Nykrýn2016-10-074-14/+57
* user-util: rework maybe_setgroups() a bitLennart Poettering2016-10-061-4/+6
* core: leave PAM stub process around with GIDs updatedLennart Poettering2016-10-061-2/+8
* core: do not fail in a container if we can't use setgroupsGiuseppe Scrivano2016-10-061-1/+1
* Fix typoGiuseppe Scrivano2016-10-051-1/+1
* tree-wide: remove consecutive duplicate words in commentsStefan Schweter2016-10-042-2/+2
* automount: make sure the expire event is restarted after a daemon-reload (#4265)Michael Olbrich2016-10-041-0/+5
* core: do not try to create /run/systemd/transient in test modeZbigniew Jędrzejewski-Szmek2016-10-011-3/+5
* core: complain if Before= dep on .device is declaredZbigniew Jędrzejewski-Szmek2016-10-011-0/+5
* core: update warning messageZbigniew Jędrzejewski-Szmek2016-10-011-1/+1
* core: get rid of unneeded state variableZbigniew Jędrzejewski-Szmek2016-10-011-11/+4
* pid1: more informative error message for ignored notificationsZbigniew Jędrzejewski-Szmek2016-09-291-2/+8
* pid1: process zero-length notification messages againZbigniew Jędrzejewski-Szmek2016-09-291-9/+6
* pid1: don't return any error in manager_dispatch_notify_fd() (#4240)Franck Bui2016-09-291-4/+9