summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: move the main loop body out to a new functionZbigniew Jędrzejewski-Szmek2016-10-081-460/+430
* nspawn: check env var first, detect secondZbigniew Jędrzejewski-Szmek2016-10-081-7/+7
* path-util: add a function to peek into a container and guess systemd versionZbigniew Jędrzejewski-Szmek2016-10-083-0/+89
* networkd: remote checksum offload for vxlan (#4110)Susant Sahani2016-10-073-0/+12
* architecture: Add support for the RISC-V architecture. (#4305)rwmjones2016-10-072-0/+22
* 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-063-27/+37
* tree-wide: drop some misleading compiler warningsLennart Poettering2016-10-062-2/+2
* core: leave PAM stub process around with GIDs updatedLennart Poettering2016-10-061-2/+8
* sd-bus: add DNS errors to the errno translation tableLennart Poettering2016-10-061-0/+19
* resolved: properly handle BADCOOKIE DNS errorLennart Poettering2016-10-062-0/+2
* sd-bus: add a few missing entries to the error translation tablesLennart Poettering2016-10-061-0/+3
* sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering2016-10-064-5/+25
* Merge pull request #4280 from giuseppe/unprivileged-userLennart Poettering2016-10-066-6/+37
|\
| * core: do not fail in a container if we can't use setgroupsGiuseppe Scrivano2016-10-064-3/+31
| * audit: disable if cannot create NETLINK_AUDIT socketGiuseppe Scrivano2016-10-061-2/+5
| * Fix typoGiuseppe Scrivano2016-10-051-1/+1
* | 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