summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17354 from dtardon/udev-cleanupZbigniew Jędrzejewski-Szmek2020-10-152-17/+8
|\
| * udev-rules: drop pointless castDavid Tardon2020-10-141-8/+8
| * udev-ctrl: drop workaround for old kernel bugDavid Tardon2020-10-141-9/+0
* | sd-bus: break the loop in bus_ensure_running() if the bus is not connectingZbigniew Jędrzejewski-Szmek2020-10-151-2/+3
* | network: warn if dynamic gateway is specified but corresponding protocol is d...Yu Watanabe2020-10-151-1/+14
* | network: introduce network_adjust_dhcp()Yu Watanabe2020-10-153-16/+30
* | network: introduce network_adjust_ipv6_accept_ra()Yu Watanabe2020-10-155-29/+22
* | network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-154-5/+32
* | network: determine a [Route] section will be used or not by gateway family in...Yu Watanabe2020-10-152-4/+2
* | network: when Gateway=_dhcp, assume gateway family based on other settingsYu Watanabe2020-10-151-13/+30
* | network: rename Gateway=_dhcp6 -> Gateway=_ipv6raYu Watanabe2020-10-151-2/+2
* | network: rename gateway_from_dhcp -> gateway_from_dhcp_or_raYu Watanabe2020-10-144-10/+10
* | Merge pull request #17351 from poettering/exec-rt-typo-fixLennart Poettering2020-10-142-6/+37
|\ \
| * | core: debug log about received fdsLennart Poettering2020-10-141-0/+18
| * | execute: make sure some more functions follow coding styleLennart Poettering2020-10-141-5/+18
| * | execute: fix single character typoLennart Poettering2020-10-141-1/+1
* | | Merge pull request #17350 from poettering/bus-read-arrayLennart Poettering2020-10-141-1/+6
|\ \ \
| * | | sd-bus: initialize return values on success in sd_bus_message_read_array()Lennart Poettering2020-10-141-1/+6
* | | | bootctl: separate boot loader specific commands in man and --helpLennart Poettering2020-10-141-17/+19
| |_|/ |/| |
* | | Merge pull request #17270 from keszybz/less-secure-modeLennart Poettering2020-10-142-70/+119
|\ \ \
| * | | pager: make pager secure when under euid is changed or explicitly requestedZbigniew Jędrzejewski-Szmek2020-10-141-21/+42
| * | | test-login: always test sd_pid_get_owner_uid(), modernizeZbigniew Jędrzejewski-Szmek2020-10-131-61/+70
| * | | pager: set $LESSSECURE whenver we invoke a pagerLennart Poettering2020-10-071-2/+21
* | | | Merge pull request #17188 from keszybz/envvars-posixLennart Poettering2020-10-144-49/+100
|\ \ \ \
| * | | | systemctl: ignore invalid variables in import-environmentZbigniew Jędrzejewski-Szmek2020-10-121-3/+18
| * | | | basic/env-util: (mostly) follow POSIX for what variable names are allowedZbigniew Jędrzejewski-Szmek2020-10-123-27/+41
| * | | | test-env-util: print function headersZbigniew Jędrzejewski-Szmek2020-10-121-20/+42
* | | | | Merge pull request #16968 from yuwata/remove-old-device-on-move-eventLennart Poettering2020-10-146-124/+225
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | udev: do not update return value on failureYu Watanabe2020-09-151-1/+0
| * | | | udev: allow to match OriginalName= with renamed interface nameYu Watanabe2020-09-151-19/+8
| * | | | udev: re-assign ID_NET_DRIVER=, ID_NET_LINK_FILE=, ID_NET_NAME= properties on...Yu Watanabe2020-09-151-3/+27
| * | | | Revert "udev: import the full db on MOVE events for devices without dev_t"Yu Watanabe2020-09-151-9/+2
| * | | | udev: split link_config_apply() into small piecesYu Watanabe2020-09-152-88/+158
| * | | | ethtool: constify arguments for ethtool_set_xxx()Yu Watanabe2020-09-152-8/+8
| * | | | core/device: remove .device unit corresponding to DEVPATH_OLDYu Watanabe2020-09-151-0/+26
* | | | | Merge pull request #17338 from poettering/close-rangeLennart Poettering2020-10-145-6/+239
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | test-fd-util: add test case for close_all_fd()Lennart Poettering2020-10-141-0/+96
| * | | | fd-util: port close_all_fds() to close_range()Lennart Poettering2020-10-141-0/+90
| * | | | missing: add close_range() wrapperLennart Poettering2020-10-141-0/+46
| * | | | seccomp: allowlist close_range() by default in @basic-ioLennart Poettering2020-10-141-0/+1
| * | | | alloc-util: avoid allocating zero size memory blocksLennart Poettering2020-10-141-6/+6
* | | | | Merge pull request #17342 from yuwata/network-dhcp-ipv4-acd-fixesYu Watanabe2020-10-145-21/+65
|\ \ \ \ \
| * | | | | network: update MAC address in IPv4ACD client for DHCP4Yu Watanabe2020-10-141-0/+32
| * | | | | network: also stop IPv4ACD client in link_stop_clients()Yu Watanabe2020-10-141-0/+6
| * | | | | network: stop IPv4ACD client for DHCPv4 when lease is expriredYu Watanabe2020-10-141-0/+3
| * | | | | network: move IPv4ACD client for DHCPv4 from Network to Link objectYu Watanabe2020-10-145-24/+27
| * | | | | network: voidify link_stop_clients() in link_enter_failed()Yu Watanabe2020-10-141-1/+1
* | | | | | Merge pull request #17267 from yuwata/hashmap_put_strdupZbigniew Jędrzejewski-Szmek2020-10-146-14/+32
|\ \ \ \ \ \
| * | | | | | sd-device: use trivial_hash_ops_free_free for managing match sysattrs or prop...Yu Watanabe2020-10-131-2/+2
| * | | | | | util: introduce two trivial hash_opsYu Watanabe2020-10-132-0/+15