summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fileio: when reading a full file into memory, refuse inner NUL bytesLennart Poettering2018-12-173-12/+25
* NEWS: mention DynamicTransmitLoadBalancing=Yu Watanabe2018-12-171-7/+8
* Merge pull request #11142 from ssahani/bond-dynamic-tlbYu Watanabe2018-12-178-1/+39
|\
| * networkd: Bond - AllSlavesActive fix parserSusant Sahani2018-12-151-1/+1
| * netdev bond: add support to configure tlb_dynamic_lbSusant Sahani2018-12-158-0/+38
* | Fixed small typo in 70-mouse.hwdbClaudius Ellsel2018-12-161-1/+1
* | core/mount: minimize impact on mount storm.NeilBrown2018-12-162-7/+76
* | Merge pull request #11143 from keszybz/enable-symlinkLennart Poettering2018-12-1612-96/+110
|\ \
| * | shared/install: ignore symlinks which have lower priority than the unit fileZbigniew Jędrzejewski-Szmek2018-12-131-6/+23
| * | shared/install: add some more debugging infoZbigniew Jędrzejewski-Szmek2018-12-131-2/+8
| * | shared/install: remove two conditionals which are always falseZbigniew Jędrzejewski-Szmek2018-12-131-14/+6
| * | shared/install: mark UnitFileInstallInfo* as const where appropriateZbigniew Jędrzejewski-Szmek2018-12-121-6/+6
| * | Mark *data and *userdata params to specifier_printf() as constZbigniew Jędrzejewski-Szmek2018-12-1211-70/+69
* | | Revert "lldp: add test coverage for sd_lldp_get_neighbors() with multiple nei...Filipe Brandenburger2018-12-151-130/+0
* | | Merge pull request #11137 from poettering/bogus-id128Filipe Brandenburger2018-12-154-8/+21
|\ \ \
| * | | hostnamed: filter out all-zero and all-0xFF DMI ProductUUIDsLennart Poettering2018-12-151-2/+6
| * | | sd-id128: add helpers to check fo all-0xFF idsLennart Poettering2018-12-152-0/+9
| * | | sd-id128: slightly reorder function prototypesLennart Poettering2018-12-151-2/+3
| * | | sd-128: base SD_ID128_MAKE() macro on existing SD_ID128_ARRAY() macroLennart Poettering2018-12-151-4/+4
| * | | fstab-generator: remove spurious newlineLennart Poettering2018-12-151-1/+0
* | | | Merge pull request #11140 from filbranden/lldpcmp1Lennart Poettering2018-12-153-15/+139
|\ \ \ \ | |/ / / |/| | |
| * | | lldp: simplify compare_func, using ?: to chain comparisonsFilipe Brandenburger2018-12-142-15/+9
| * | | lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger2018-12-141-0/+130
* | | | mkosi: update libqrencode in Debian configAlexey Bogdanenko2018-12-151-1/+1
|/ / /
* | | Merge pull request #11160 from poettering/read-line-more-testsChris Down2018-12-142-0/+39
|\ \ \
| * | | tests: add a test that checks read_line() properly handles line endings at EOFLennart Poettering2018-12-141-0/+36
| * | | fileio: fail early if we can't return the number of bytes we read anymore in ...Lennart Poettering2018-12-141-0/+3
|/ / /
* | | pid1: fix free of uninitialized pointer in unit_fail_if_noncanonical()Zbigniew Jędrzejewski-Szmek2018-12-141-1/+1
* | | man: add note about systemd-vconsole-setup.service and tty as input/outputZbigniew Jędrzejewski-Szmek2018-12-141-1/+7
* | | tree-wide: s/time-out/timeout/gZbigniew Jędrzejewski-Szmek2018-12-148-12/+12
* | | in-addr-util: fix undefined result for in4_addr_netmask_to_prefixlen(<0.0.0.0>)Thomas Haller2018-12-142-2/+2
* | | add device hwdb for IdeaPad Miix510-12ISKBruce Zhang2018-12-141-1/+3
* | | fileio: make read_line() handle various line endings correctlyLennart Poettering2018-12-142-8/+81
* | | Merge pull request #11147 from yuwata/bash-completion-machinectlZbigniew Jędrzejewski-Szmek2018-12-146-11/+69
|\ \ \
| * | | bash-completion: nspawn: support recently added optionsYu Watanabe2018-12-141-3/+32
| * | | bash-completion: run: support recently added optionsYu Watanabe2018-12-141-2/+14
| * | | bash-completion: systemctl: use --output=help to show suggestionsYu Watanabe2018-12-141-2/+1
| * | | bash-completion: journalctl: use --output=help to show suggestionsYu Watanabe2018-12-141-1/+1
| * | | bash-completion: journalctl: drop deprecated --new-id128 optionYu Watanabe2018-12-141-1/+1
| * | | bash-completion: loginctl: suggest argument for --machine optionYu Watanabe2018-12-141-0/+9
| * | | bash-completion: loginctl: suggest argument for --output optionYu Watanabe2018-12-141-0/+3
| * | | bash-completion: machinectl: suggest arguments for --verify and --formatYu Watanabe2018-12-141-1/+7
| * | | bash-completion: machinectl: support import-fsYu Watanabe2018-12-141-1/+1
* | | | bash-completion: busctl: support --json and -j optionYu Watanabe2018-12-141-2/+6
* | | | Merge pull request #11145 from yuwata/bash-completion-bootctlZbigniew Jędrzejewski-Szmek2018-12-141-1/+36
|\ \ \ \
| * | | | bash-completion: bootctl: support set-default and set-oneshotYu Watanabe2018-12-141-0/+20
| * | | | bash-completion: bootctl: suggest argument for --path optionYu Watanabe2018-12-141-0/+15
| * | | | bash-completion: bootctl: add one missing optionYu Watanabe2018-12-141-1/+1
| |/ / /
* | | | sd-netlink: set destroy_callback only if asynchronous call succeedsYu Watanabe2018-12-143-5/+8
* | | | Merge pull request #11152 from keszybz/meson-user-unit-symlinksZbigniew Jędrzejewski-Szmek2018-12-149-9/+105
|\ \ \ \