summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4199 from dvdhrm/hwdb-orderLennart Poettering2016-10-063-34/+88
|\
| * sd-hwdb: order properties by originDavid Herrmann2016-09-211-15/+28
| * hwdb: store file-name and file-number with propertiesDavid Herrmann2016-09-212-14/+50
| * sd-hwdb: fix child/value offset calculationDavid Herrmann2016-09-211-9/+14
* | networkd: fix coding style (#4294)Susant Sahani2016-10-061-4/+3
* | journald, ratelimit: fix inaccurate message suppression in journal_rate_limit...Yuki Inoguchi2016-10-061-1/+1
* | networkd: use BridgeFDB as well on bridge ports (#4253)Tobias Jungel2016-10-052-21/+28
* | seccomp: add support for the s390 architecture (#4287)hbrueckner2016-10-051-0/+22
* | nspawn: add log message to let users know that nspawn needs an empty /dev dir...Djalal Harouni2016-10-051-0/+6
* | tree-wide: remove consecutive duplicate words in commentsStefan Schweter2016-10-046-6/+6
* | list: LIST_INSERT_BEFORE: update head if necessary (#4261)Michael Olbrich2016-10-042-0/+25
* | automount: make sure the expire event is restarted after a daemon-reload (#4265)Michael Olbrich2016-10-041-0/+5
* | nspawn: set shared propagation mode for the containerAlban Crequy2016-10-031-0/+14
* | core: do not try to create /run/systemd/transient in test modeZbigniew Jędrzejewski-Szmek2016-10-011-3/+5
* | analyze-verify: honour $SYSTEMD_UNIT_PATH, allow system paths to be ignoredZbigniew Jędrzejewski-Szmek2016-10-011-3/+14
* | core: complain if Before= dep on .device is declaredZbigniew Jędrzejewski-Szmek2016-10-011-0/+5
* | systemctl: Add --wait option to wait until started units terminate againMartin Pitt2016-10-011-3/+165
* | nss-resolve: return NOTFOUND instead of UNAVAIL on resolution errorsMartin Pitt2016-10-011-3/+6
* | nss-resolve: simplify error handlingMartin Pitt2016-10-011-3/+1
* | 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
* | networkd: fix "parametres" typo (#4244)Elias Probst2016-09-301-1/+1
* | Merge pull request #4225 from keszybz/coredumpMartin Pitt2016-09-303-180/+245
|\ \
| * | coredump,catalog: give better notice when a core file is truncatedZbigniew Jędrzejewski-Szmek2016-09-282-13/+19
| * | coredump: log if the core is too large to store or generate backtraceZbigniew Jędrzejewski-Szmek2016-09-281-16/+23
| * | coredumpctl: delay the "on tty" refusal until as late as possibleZbigniew Jędrzejewski-Szmek2016-09-281-23/+43
| * | coredumpctl: tighten print_field() codeZbigniew Jędrzejewski-Szmek2016-09-281-43/+66
| * | coredumpctl: rework presence reportingZbigniew Jędrzejewski-Szmek2016-09-281-6/+17
| * | coredumpctl: report corefile presence properlyZbigniew Jędrzejewski-Szmek2016-09-281-8/+16
| * | coredumpctl: report user unit properlyZbigniew Jędrzejewski-Szmek2016-09-281-1/+1
| * | coredumpctl: fix spurious "more than one entry matches" warningZbigniew Jędrzejewski-Szmek2016-09-281-1/+1
| * | coredumpctl: fix handling of files written to fdZbigniew Jędrzejewski-Szmek2016-09-281-9/+9
| * | coredump: remove Storage=both optionZbigniew Jędrzejewski-Szmek2016-09-282-81/+71
* | | resolved: don't query domain-limited DNS servers for other domains (#3621)Martin Pitt2016-09-304-0/+41
* | | 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
* | | If the notification message length is 0, ignore the message (#4237)Jorge Niedbalski2016-09-291-0/+4
|/ /
* | journal: add stdout_stream_scan() comment (#4102)Vito Caputo2016-09-281-0/+3
* | Merge pull request #4185 from endocode/djalal-sandbox-first-protection-v1Evgeny Vereshchagin2016-09-2821-249/+1244
|\ \
| * | test: make sure that {readonly|inaccessible|readwrite}paths disconnect mount ...Djalal Harouni2016-09-271-0/+11
| * | test: add tests for simple ReadOnlyPaths= caseDjalal Harouni2016-09-271-0/+5
| * | test: add CAP_MKNOD tests for PrivateDevices=Djalal Harouni2016-09-251-0/+10
| * | core: Use @raw-io syscall group to filter I/O syscalls when PrivateDevices= i...Djalal Harouni2016-09-251-20/+35
| * | core:namespace: simplify ProtectHome= implementationDjalal Harouni2016-09-251-22/+53
| * | core: simplify ProtectSystem= implementationDjalal Harouni2016-09-251-58/+113
| * | core:sandbox: add more /proc/* entries to ProtectKernelTunables=Djalal Harouni2016-09-251-0/+11
| * | core:namespace: simplify mount calculationDjalal Harouni2016-09-251-12/+34
| * | core:namespace: put paths protected by ProtectKernelTunables= inDjalal Harouni2016-09-251-19/+35
| * | core:namespace: minor improvements to append_mounts()Djalal Harouni2016-09-251-4/+4