summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | shared/install: log syntax error for invalid DefaultInstance=Zbigniew Jędrzejewski-Szmek2019-12-161-1/+2
| * | | | | shared/install: provide a nicer error message for invalid WantedBy=/Required=...Zbigniew Jędrzejewski-Szmek2019-12-132-1/+14
| * | | | | shared/install: remove duplicated checkZbigniew Jędrzejewski-Szmek2019-12-131-3/+0
| | |_|/ / | |/| | |
* | | | | random-util: call initialize_srand() after fork()Yu Watanabe2019-12-171-1/+13
* | | | | Merge pull request #14351 from yuwata/util-constify-strv-xxxAnita Zhang2019-12-172-40/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | util: constify arguments of strv_xxx()Yu Watanabe2019-12-162-40/+40
| |/ / /
* | | | efivars: properly NUL terminate EFI variables when readingLennart Poettering2019-12-161-2/+2
* | | | basic/tmpfile: avoid maybe-uninitialized warning in mkostemp_safe()Thomas Haller2019-12-161-1/+1
* | | | Merge pull request #14261 from keszybz/loop-utils-and-efivarsLennart Poettering2019-12-165-56/+68
|\ \ \ \
| * | | | shared/loop-util: spin on open() returning ENOENT tooZbigniew Jędrzejewski-Szmek2019-12-151-7/+13
| * | | | basic/efivars: do not return EIO if an efivar read is shorten than fstat sizeZbigniew Jędrzejewski-Szmek2019-12-151-6/+7
| * | | | shared/efi-loader: add some debugging statementsZbigniew Jędrzejewski-Szmek2019-12-151-4/+7
| * | | | shared/loop-util: spin on LOOP_CTL_REMOVEZbigniew Jędrzejewski-Szmek2019-12-151-6/+15
| * | | | shared/loop-util: fix error handling in loop_device_make_full()Zbigniew Jędrzejewski-Szmek2019-12-151-31/+26
| * | | | shared/loop-util: drop inline function with one useZbigniew Jędrzejewski-Szmek2019-12-062-5/+1
| * | | | shared/loop-util: fix leak of fd in error pathZbigniew Jędrzejewski-Szmek2019-12-061-2/+2
| * | | | shared/loop-util: operate on the right fdZbigniew Jędrzejewski-Szmek2019-12-061-1/+1
| * | | | networkd: check return valueZbigniew Jędrzejewski-Szmek2019-12-051-1/+3
* | | | | Merge pull request #14196 from keszybz/gpt-auto-generator-debuggingLennart Poettering2019-12-162-166/+174
|\ \ \ \ \
| * | | | | gpt-auto-generator: rename function for clarityZbigniew Jędrzejewski-Szmek2019-11-301-5/+6
| * | | | | bootlctl: show LoaderDevicePartUUID information in statusZbigniew Jędrzejewski-Szmek2019-11-301-10/+16
| * | | | | gpt-auto-generator: make it easier to notice if boot loader support is missingZbigniew Jędrzejewski-Szmek2019-11-301-1/+2
| * | | | | gpt-auto-generator: use write_drop_in_format() helper and downgrade failureZbigniew Jędrzejewski-Szmek2019-11-301-11/+9
| * | | | | gpt-auto-generator: improve debug messages a bitZbigniew Jędrzejewski-Szmek2019-11-301-2/+5
| * | | | | gpt-auto-generator: move functions aroundZbigniew Jędrzejewski-Szmek2019-11-281-142/+141
* | | | | | networkctl: show alternative namesYu Watanabe2019-12-161-0/+16
* | | | | | network: make Name= in [Match] support alternative names of interfacesYu Watanabe2019-12-169-19/+114
* | | | | | udev: support AlternativeName= setting in .link fileYu Watanabe2019-12-167-0/+109
* | | | | | util: introduce ifname_valid_full()Yu Watanabe2019-12-163-4/+14
* | | | | | test: add a test for sd_netlink_message_{append,read}_strv()Yu Watanabe2019-12-161-0/+31
* | | | | | sd-netlink: introduce sd_netlink_message_append_strv()Yu Watanabe2019-12-162-0/+30
* | | | | | sd-netlink: introduce sd_netlink_message_read_strv()Yu Watanabe2019-12-162-1/+60
* | | | | | sd-netlink: support IFLA_PROP_LIST and IFLA_ALT_IFNAME attributesYu Watanabe2019-12-154-4/+22
* | | | | | linux: update headersYu Watanabe2019-12-1511-754/+802
| |_|/ / / |/| | | |
* | | | | nspawn: fix overlay with automatic temporary treeLennart Poettering2019-12-131-17/+41
* | | | | blockdev-util: rework get_block_device()Lennart Poettering2019-12-131-14/+18
* | | | | Merge pull request #13915 from ddstreet/ipv6_mtuYu Watanabe2019-12-132-8/+54
|\ \ \ \ \
| * | | | | network: set ipv6 mtu after link-up or device mtu changeDan Streetman2019-12-052-8/+54
* | | | | | Merge pull request #14320 from yuwata/network-tc-fq_codel-moreYu Watanabe2019-12-135-9/+290
|\ \ \ \ \ \
| * | | | | | network: tc: support more attributes for FQ-CoDelYu Watanabe2019-12-125-9/+290
* | | | | | | Merge pull request #14269 from DaanDeMeyer/enable-mounts-on-rootLennart Poettering2019-12-133-61/+58
|\ \ \ \ \ \ \
| * | | | | | | nspawn-mount: Use FLAGS_SET to check flags.Daan De Meyer2019-12-121-14/+14
| * | | | | | | nspawn: Only bind-mount directory when necessary.Daan De Meyer2019-12-121-7/+7
| * | | | | | | nspawn-mount: Remove unused parametersDaan De Meyer2019-12-123-33/+12
| * | | | | | | nspawn: Enable specifying root as the mount target directory.Daan De Meyer2019-12-123-13/+31
* | | | | | | | nspawn: allow combination of private-network and network-namespace-pathShengjing Zhu2019-12-121-3/+3
* | | | | | | | Merge pull request #14321 from yuwata/network-generator-14319Lennart Poettering2019-12-121-4/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | network-generator: allow empty hostnameYu Watanabe2019-12-121-4/+6
* | | | | | | | Merge pull request #14305 from ssahani/tc-fqYu Watanabe2019-12-128-12/+146
|\ \ \ \ \ \ \ \
| * | | | | | | | network tc: inroduce FQ - Fair Queue traffic policingSusant Sahani2019-12-126-0/+116