Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | shared/install: log syntax error for invalid DefaultInstance= | Zbigniew Jędrzejewski-Szmek | 2019-12-16 | 1 | -1/+2 | |
| * | | | | | shared/install: provide a nicer error message for invalid WantedBy=/Required=... | Zbigniew Jędrzejewski-Szmek | 2019-12-13 | 2 | -1/+14 | |
| * | | | | | shared/install: remove duplicated check | Zbigniew Jędrzejewski-Szmek | 2019-12-13 | 1 | -3/+0 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | random-util: call initialize_srand() after fork() | Yu Watanabe | 2019-12-17 | 1 | -1/+13 | |
* | | | | | Merge pull request #14351 from yuwata/util-constify-strv-xxx | Anita Zhang | 2019-12-17 | 2 | -40/+40 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | util: constify arguments of strv_xxx() | Yu Watanabe | 2019-12-16 | 2 | -40/+40 | |
| |/ / / | ||||||
* | | | | efivars: properly NUL terminate EFI variables when reading | Lennart Poettering | 2019-12-16 | 1 | -2/+2 | |
* | | | | basic/tmpfile: avoid maybe-uninitialized warning in mkostemp_safe() | Thomas Haller | 2019-12-16 | 1 | -1/+1 | |
* | | | | Merge pull request #14261 from keszybz/loop-utils-and-efivars | Lennart Poettering | 2019-12-16 | 5 | -56/+68 | |
|\ \ \ \ | ||||||
| * | | | | shared/loop-util: spin on open() returning ENOENT too | Zbigniew Jędrzejewski-Szmek | 2019-12-15 | 1 | -7/+13 | |
| * | | | | basic/efivars: do not return EIO if an efivar read is shorten than fstat size | Zbigniew Jędrzejewski-Szmek | 2019-12-15 | 1 | -6/+7 | |
| * | | | | shared/efi-loader: add some debugging statements | Zbigniew Jędrzejewski-Szmek | 2019-12-15 | 1 | -4/+7 | |
| * | | | | shared/loop-util: spin on LOOP_CTL_REMOVE | Zbigniew Jędrzejewski-Szmek | 2019-12-15 | 1 | -6/+15 | |
| * | | | | shared/loop-util: fix error handling in loop_device_make_full() | Zbigniew Jędrzejewski-Szmek | 2019-12-15 | 1 | -31/+26 | |
| * | | | | shared/loop-util: drop inline function with one use | Zbigniew Jędrzejewski-Szmek | 2019-12-06 | 2 | -5/+1 | |
| * | | | | shared/loop-util: fix leak of fd in error path | Zbigniew Jędrzejewski-Szmek | 2019-12-06 | 1 | -2/+2 | |
| * | | | | shared/loop-util: operate on the right fd | Zbigniew Jędrzejewski-Szmek | 2019-12-06 | 1 | -1/+1 | |
| * | | | | networkd: check return value | Zbigniew Jędrzejewski-Szmek | 2019-12-05 | 1 | -1/+3 | |
* | | | | | Merge pull request #14196 from keszybz/gpt-auto-generator-debugging | Lennart Poettering | 2019-12-16 | 2 | -166/+174 | |
|\ \ \ \ \ | ||||||
| * | | | | | gpt-auto-generator: rename function for clarity | Zbigniew Jędrzejewski-Szmek | 2019-11-30 | 1 | -5/+6 | |
| * | | | | | bootlctl: show LoaderDevicePartUUID information in status | Zbigniew Jędrzejewski-Szmek | 2019-11-30 | 1 | -10/+16 | |
| * | | | | | gpt-auto-generator: make it easier to notice if boot loader support is missing | Zbigniew Jędrzejewski-Szmek | 2019-11-30 | 1 | -1/+2 | |
| * | | | | | gpt-auto-generator: use write_drop_in_format() helper and downgrade failure | Zbigniew Jędrzejewski-Szmek | 2019-11-30 | 1 | -11/+9 | |
| * | | | | | gpt-auto-generator: improve debug messages a bit | Zbigniew Jędrzejewski-Szmek | 2019-11-30 | 1 | -2/+5 | |
| * | | | | | gpt-auto-generator: move functions around | Zbigniew Jędrzejewski-Szmek | 2019-11-28 | 1 | -142/+141 | |
* | | | | | | networkctl: show alternative names | Yu Watanabe | 2019-12-16 | 1 | -0/+16 | |
* | | | | | | network: make Name= in [Match] support alternative names of interfaces | Yu Watanabe | 2019-12-16 | 9 | -19/+114 | |
* | | | | | | udev: support AlternativeName= setting in .link file | Yu Watanabe | 2019-12-16 | 7 | -0/+109 | |
* | | | | | | util: introduce ifname_valid_full() | Yu Watanabe | 2019-12-16 | 3 | -4/+14 | |
* | | | | | | test: add a test for sd_netlink_message_{append,read}_strv() | Yu Watanabe | 2019-12-16 | 1 | -0/+31 | |
* | | | | | | sd-netlink: introduce sd_netlink_message_append_strv() | Yu Watanabe | 2019-12-16 | 2 | -0/+30 | |
* | | | | | | sd-netlink: introduce sd_netlink_message_read_strv() | Yu Watanabe | 2019-12-16 | 2 | -1/+60 | |
* | | | | | | sd-netlink: support IFLA_PROP_LIST and IFLA_ALT_IFNAME attributes | Yu Watanabe | 2019-12-15 | 4 | -4/+22 | |
* | | | | | | linux: update headers | Yu Watanabe | 2019-12-15 | 11 | -754/+802 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | nspawn: fix overlay with automatic temporary tree | Lennart Poettering | 2019-12-13 | 1 | -17/+41 | |
* | | | | | blockdev-util: rework get_block_device() | Lennart Poettering | 2019-12-13 | 1 | -14/+18 | |
* | | | | | Merge pull request #13915 from ddstreet/ipv6_mtu | Yu Watanabe | 2019-12-13 | 2 | -8/+54 | |
|\ \ \ \ \ | ||||||
| * | | | | | network: set ipv6 mtu after link-up or device mtu change | Dan Streetman | 2019-12-05 | 2 | -8/+54 | |
* | | | | | | Merge pull request #14320 from yuwata/network-tc-fq_codel-more | Yu Watanabe | 2019-12-13 | 5 | -9/+290 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | network: tc: support more attributes for FQ-CoDel | Yu Watanabe | 2019-12-12 | 5 | -9/+290 | |
* | | | | | | | Merge pull request #14269 from DaanDeMeyer/enable-mounts-on-root | Lennart Poettering | 2019-12-13 | 3 | -61/+58 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | nspawn-mount: Use FLAGS_SET to check flags. | Daan De Meyer | 2019-12-12 | 1 | -14/+14 | |
| * | | | | | | | nspawn: Only bind-mount directory when necessary. | Daan De Meyer | 2019-12-12 | 1 | -7/+7 | |
| * | | | | | | | nspawn-mount: Remove unused parameters | Daan De Meyer | 2019-12-12 | 3 | -33/+12 | |
| * | | | | | | | nspawn: Enable specifying root as the mount target directory. | Daan De Meyer | 2019-12-12 | 3 | -13/+31 | |
* | | | | | | | | nspawn: allow combination of private-network and network-namespace-path | Shengjing Zhu | 2019-12-12 | 1 | -3/+3 | |
* | | | | | | | | Merge pull request #14321 from yuwata/network-generator-14319 | Lennart Poettering | 2019-12-12 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | network-generator: allow empty hostname | Yu Watanabe | 2019-12-12 | 1 | -4/+6 | |
* | | | | | | | | Merge pull request #14305 from ssahani/tc-fq | Yu Watanabe | 2019-12-12 | 8 | -12/+146 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | network tc: inroduce FQ - Fair Queue traffic policing | Susant Sahani | 2019-12-12 | 6 | -0/+116 |