summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11083 from poettering/nspawn-settings-fixesZbigniew Jędrzejewski-Szmek2018-12-111-97/+93
|\
| * nspawn: move most validation checks and configuration mangling into verify_ar...Lennart Poettering2018-12-101-76/+60
| * nspawn: split out code parsing env vars into a function of its ownLennart Poettering2018-12-101-17/+27
| * nspawn: move cg_unified_flush() invocation out of parse_argv()Lennart Poettering2018-12-101-4/+6
* | cgroup: correct mangling of return valuesLennart Poettering2018-12-101-2/+2
* | cgroup: call cg_all_unified() right before using the resultLennart Poettering2018-12-101-4/+3
* | Merge pull request #11105 from keszybz/path-parsingLennart Poettering2018-12-105-8/+26
|\ \
| * | Use VLA instead of allocaZbigniew Jędrzejewski-Szmek2018-12-101-2/+1
| * | pid1: fix (harmless) off-by-one in PATH_MAX comparisonZbigniew Jędrzejewski-Szmek2018-12-101-1/+1
| * | basic/path-util: line-break PATH_FOREACH_PREFIX macrosZbigniew Jędrzejewski-Szmek2018-12-101-4/+16
| * | When parsing paths, reject anything above PATH_MAXZbigniew Jędrzejewski-Szmek2018-12-101-0/+7
| * | core/device: fix typoZbigniew Jędrzejewski-Szmek2018-12-071-1/+1
* | | network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-1011-55/+71
* | | pid1: set Description even for devices which don't exist yetZbigniew Jędrzejewski-Szmek2018-12-101-15/+33
| |/ |/|
* | Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...Lennart Poettering2018-12-105-25/+59
|\ \
| * | fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFSFranck Bui2018-12-102-4/+22
| * | fs-util: rename safe_transition() into unsafe_transition()Franck Bui2018-12-101-6/+6
| * | tmpfiles: use CHASE_WARN in addition to CHASE_SAFEFranck Bui2018-12-101-8/+4
| * | fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are metFranck Bui2018-12-104-8/+12
| * | fs-util: add new CHASE_WARN flag to chase_symlinks()Franck Bui2018-11-302-3/+19
* | | Merge pull request #10897 from keszybz/etc-fstab-parsingLennart Poettering2018-12-1018-180/+403
|\ \ \
| * | | basic/hostname-util: do truncation last when cleaning upZbigniew Jędrzejewski-Szmek2018-12-102-3/+3
| * | | Partially unify hostname_is_valid() and dns_name_is_valid()Zbigniew Jędrzejewski-Szmek2018-12-104-24/+46
| * | | resolve: reject host names with leading or trailing dashes in /etc/hostsZbigniew Jędrzejewski-Szmek2018-12-1015-117/+193
| * | | resolved: rework parsing of /etc/hostsZbigniew Jędrzejewski-Szmek2018-12-102-38/+98
| * | | test-dns-domain: print function namesZbigniew Jędrzejewski-Szmek2018-12-051-0/+57
| * | | test-resolved-etc-hosts: when parsing an external file, skip other testsZbigniew Jędrzejewski-Szmek2018-12-051-24/+32
* | | | Merge pull request #11093 from yuwata/update-python-scripts-for-lgtmLennart Poettering2018-12-101-5/+5
|\ \ \ \
| * | | | tree-wide: drop header for emacs from python scriptsYu Watanabe2018-12-101-5/+5
* | | | | systemctl: check triggering units only for stopped unitsYu Watanabe2018-12-101-2/+9
* | | | | networkd: Static neighbor supportWilliam A. Kennington III2018-12-098-0/+325
* | | | | networkd: Use only a generic CONFIGURING stateWilliam A. Kennington III2018-12-092-23/+18
* | | | | networkd: Track address configurationWilliam A. Kennington III2018-12-092-2/+11
|/ / / /
* | | | Merge pull request #10931 from yuwata/daemon-utilZbigniew Jędrzejewski-Szmek2018-12-0913-319/+274
|\ \ \ \
| * | | | journal-remote: define main through macroYu Watanabe2018-12-081-38/+45
| * | | | journal-remote: destroy RemoteServer object by using _cleanup_ attributeYu Watanabe2018-12-083-6/+3
| * | | | journal-upload: define main through macroYu Watanabe2018-12-081-29/+24
| * | | | journal-upload: use _cleanup_ attribute to clear uploaderYu Watanabe2018-12-081-3/+1
| * | | | journal-gateway: define main through macroYu Watanabe2018-12-081-70/+68
| * | | | journal-gateway: use _cleanup_ attribute to stop microhttpd daemonYu Watanabe2018-12-082-4/+3
| * | | | wait-online: define main through macroYu Watanabe2018-12-081-28/+21
| * | | | timesync: define main through macroYu Watanabe2018-12-081-39/+27
| * | | | network: define main through macroYu Watanabe2018-12-081-55/+31
| * | | | resolve: define main through macroYu Watanabe2018-12-081-45/+26
| * | | | sd-daemon: add notify_start() and notify_on_cleanup() helper functionYu Watanabe2018-12-082-0/+23
| * | | | meson: rename sd_event_c to sd_event_sourcesYu Watanabe2018-12-081-2/+2
* | | | | mount-point: honour AT_SYMLINK_FOLLOW correctlyLennart Poettering2018-12-081-1/+1
|/ / / /
* | | | Merge pull request #11055 from poettering/resolved-close-fixLennart Poettering2018-12-087-89/+163
|\ \ \ \
| * | | | resolved: drop unused field structureLennart Poettering2018-12-071-1/+0
| * | | | resolved: implicitly disconnect a stream from its server when a stream is closedLennart Poettering2018-12-072-5/+3