summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shell-completion: add systemctl list-automountsDavid Tardon2022-07-252-1/+2
* man: document systemctl list-automountsDavid Tardon2022-07-251-0/+19
* systemctl: add list-automounts verbDavid Tardon2022-07-253-0/+188
* systemctl: simplify var. definition a bitDavid Tardon2022-07-251-5/+3
* systemctl: extract output of legend to a functionDavid Tardon2022-07-251-20/+17
* systemctl: drop unneeded conditionDavid Tardon2022-07-251-32/+32
* systemctl: reduce var. scope and shorten the code a bitDavid Tardon2022-07-251-17/+10
* boot: a couple of tweaks recommended by CoccinelleFrantisek Sumsal2022-07-252-8/+8
* systemctl: fix type used for array sizes to size_tLennart Poettering2022-07-251-10/+10
* Merge pull request #23991 from yuwata/udev-reloadLennart Poettering2022-07-2510-84/+158
|\
| * test-network: reload udevd when .link file is copied/removedYu Watanabe2022-07-231-10/+33
| * udev-builtin: logs when needs reloadingYu Watanabe2022-07-233-7/+21
| * udev: reload rules and builtins only when mtime of a config changedYu Watanabe2022-07-232-27/+33
| * udev: save stats of all udev rules fileYu Watanabe2022-07-235-12/+35
| * conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...Yu Watanabe2022-07-233-23/+30
| * udev: delay to start queued events on `udevadm control --start-exec-queue`Yu Watanabe2022-07-231-1/+1
| * udev: use event_reset_time_relative()Yu Watanabe2022-07-231-3/+4
| * udev: downgrade error level and mention that the error is ignoredYu Watanabe2022-07-231-1/+1
| * udev: fix error checkYu Watanabe2022-07-231-1/+1
* | sysctl: add --strict option to fail if sysctl does not existsQuentin Deslandes2022-07-256-6/+64
* | glibc: Remove #include <linux/fs.h> to resolve fsconfig_command/mount_attr co...Rudi Heitbaum2022-07-244-1/+18
* | unit-file: avoid (null) in debugging logsYu Watanabe2022-07-241-4/+1
* | Merge pull request #24020 from yuwata/network-rfkillYu Watanabe2022-07-2413-75/+456
|\ \
| * | network: do not try to bring up wifi interface if rfkill is activeYu Watanabe2022-07-233-2/+147
| * | network: also assign rfkill device to Wiphy objectYu Watanabe2022-07-233-0/+99
| * | network: assign corresponding sd-device object to Wiphy objectYu Watanabe2022-07-233-0/+81
| * | network: set wiphy name in wiphy_new()Yu Watanabe2022-07-231-27/+36
| * | network: add TODO about interface renamingYu Watanabe2022-07-231-0/+3
| * | network: unref sd-device object assigned to Link on remove ueventYu Watanabe2022-07-231-13/+14
| * | network: introduce a tiny wrapper for manager_udev_process_link()Yu Watanabe2022-07-233-24/+42
| * | network: rename Link.sd_device -> Link.devYu Watanabe2022-07-235-11/+11
| * | network: use device_unref_and_replace()Yu Watanabe2022-07-231-3/+1
| * | sd-device: introduce device_unref_and_replace()Yu Watanabe2022-07-232-0/+14
| * | sd-device: introduce device_clear_sysattr_cache()Yu Watanabe2022-07-232-0/+5
| * | sd-device: introduce device_get_sysattr_bool()Yu Watanabe2022-07-232-0/+15
| * | network: do not silently stop to process configuration on activation failureYu Watanabe2022-07-231-11/+4
* | | Merge pull request #23828 from yuwata/nfnl-cleanupsYu Watanabe2022-07-2412-497/+638
|\ \ \ | |_|/ |/| |
| * | sd-netlink: introduce sd_nfnl_{send,call}_batch()Yu Watanabe2022-07-243-91/+185
| * | sd-netlink: do not compare pointer with 0Yu Watanabe2022-07-241-1/+1
| * | firewall-util: introduce nfnl_close_expr_container() helper functionYu Watanabe2022-07-241-88/+40
| * | sd-netlink: merge sd_nfnl_nft_message_{new,del}_setelems_begin()Yu Watanabe2022-07-243-83/+52
| * | sd-netlink: drop unused sd_nfnl_nft_message_del_table()Yu Watanabe2022-07-232-23/+0
| * | sd-netlink: introduce sd_netlink_message_append_container_data()Yu Watanabe2022-07-235-41/+35
| * | sd-netlink: several cleanups for netfilterYu Watanabe2022-07-232-39/+52
| * | firewall-util: drop unnecessary string attributeYu Watanabe2022-07-231-4/+0
| * | firewall-util-nft: various cleanupsYu Watanabe2022-07-231-183/+333
| * | tree-wide: drop unnecessary inclusion of netlink-util.hYu Watanabe2022-07-234-4/+0
| * | sd-netlink: move rtnl_message_type_is_*() to netlink-message-rtnl.cYu Watanabe2022-07-232-40/+40
|/ /
* | man: Fix typocodefiles2022-07-231-5/+5
|/
* Merge pull request #24074 from yuwata/network-dhcp6-rapid-commitYu Watanabe2022-07-239-5/+81
|\