summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: Disable dmi_memory_id on arches without DMIwip/hadess/unsupported-dmiBastien Nocera2020-12-163-3/+10
* meson: Split off udev helper programs arrayBastien Nocera2020-12-161-1/+2
* udev: Extract RAM properties from DMI informationBastien Nocera2020-12-1611-0/+859
* tree-wide: fix typoYu Watanabe2020-12-163-4/+4
* test-login: skip consistency checks when logind is not activeZbigniew Jędrzejewski-Szmek2020-12-161-48/+54
* networkd: handle ignoring ll gateway being link llDevon Pringle2020-12-161-3/+13
* Merge pull request #17799 from yuwata/oss-fuzz-25353Zbigniew Jędrzejewski-Szmek2020-12-169-54/+66
|\
| * logs-show: refuse data which contain invalid fieldsYu Watanabe2020-12-161-12/+20
| * journal: refuse data which contain invalid fieldsYu Watanabe2020-12-162-0/+3
| * journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-167-42/+43
* | Translated using Weblate (Swedish)Luna Jernberg2020-12-161-15/+12
* | tree-wide: fix typoYu Watanabe2020-12-164-4/+4
* | Merge pull request #17859 from keszybz/hostnamed-export-hostname-origin-and-s...Yu Watanabe2020-12-1727-433/+598
|\ \
| * | hostnamed,shared/hostname-setup: expose the origin of the current hostnameZbigniew Jędrzejewski-Szmek2020-12-166-60/+168
| * | hostnamed: stop discriminating against "localhost" in /etc/hostnameZbigniew Jędrzejewski-Szmek2020-12-162-17/+6
| * | hostnamed: improve message about static hostnameZbigniew Jędrzejewski-Szmek2020-12-161-1/+4
| * | hostnamed: minor style cleanupsZbigniew Jędrzejewski-Szmek2020-12-162-8/+4
| * | hostnamed: when hostname is set to existing value, suppress notificationsZbigniew Jędrzejewski-Szmek2020-12-161-7/+11
| * | shared/hostname-setup: leave the terminator byte aloneZbigniew Jędrzejewski-Szmek2020-12-161-1/+1
| * | shared/hostname-setup: add mode where we check what would be set, without doingZbigniew Jędrzejewski-Szmek2020-12-165-17/+23
| * | Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-1620-280/+289
| * | hostnamed: fix return valueZbigniew Jędrzejewski-Szmek2020-12-161-2/+4
| * | hostnamed: expose the fallback-hostname setting as a const dbus propertyZbigniew Jędrzejewski-Szmek2020-12-162-0/+11
| * | man/hostnamectl,hostaned,hostname1: adjust the docs to match realityZbigniew Jędrzejewski-Szmek2020-12-164-89/+126
* | | sd-netlink: routing policy rule port to fib_rule_hdrSusant Sahani2020-12-173-71/+70
* | | resolved: always take a timestamp when first seeing a packetLennart Poettering2020-12-164-4/+5
* | | sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loopDan Streetman2020-12-161-1/+1
|/ /
* | coredumpctl: Add --debugger-args= optionMichal Fabik2020-12-163-38/+77
* | Merge pull request #17968 from yuwata/purge-libudevYu Watanabe2020-12-1628-463/+452
|\ \
| * | udev: drop license boilerplateYu Watanabe2020-12-161-9/+1
| * | rules: drop broken linksYu Watanabe2020-12-162-4/+0
| * | meson: do not link with libudevYu Watanabe2020-12-166-44/+36
| * | udev: drop unnecessary libudev-util.h inclusionsYu Watanabe2020-12-1610-10/+0
| * | udevadm: drop udev_queueYu Watanabe2020-12-161-9/+10
| * | udev: introduce udev_queue_is_empty() and udev_queue_init()Yu Watanabe2020-12-163-19/+34
| * | libudev: fix indentationYu Watanabe2020-12-161-1/+1
| * | libudev: drop unnecessary headers from libudev-util.cYu Watanabe2020-12-161-8/+0
| * | udev: use encode_devnode_name() instead of udev_util_encode_string()Yu Watanabe2020-12-163-7/+10
| * | udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friendsYu Watanabe2020-12-167-34/+34
| * | udev: move util_resolve_subsys_kernel() to udev-util.cYu Watanabe2020-12-168-97/+104
| * | udev: move util_replace_chars() to udev-util.cYu Watanabe2020-12-1610-66/+68
| * | udev: move util_path_encode() and rename it to escape_path()Yu Watanabe2020-12-163-36/+35
| * | udev: move util_replace_whitespace() to udev-util.cYu Watanabe2020-12-1610-119/+119
| |/
* | network: Allow to configure interface promiscuous modeSusant Sahani2020-12-156-4/+21
* | test: use modern qemu numa argumentsChristian Ehrhardt2020-12-162-1/+23
* | Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-1545-161/+410
|\ \
| * | bus-util: improve logging when we can't connect to the busLennart Poettering2020-12-151-6/+15
| * | stdio-bridge: add support for --system and --userLennart Poettering2020-12-151-3/+18
| * | man: document new ability to connect to user of containerLennart Poettering2020-12-152-4/+28
| * | sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering2020-12-158-22/+217