summaryrefslogtreecommitdiffstats
path: root/shell-completion/bash/udevadm (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-03core: apply LogLevelMax to messages about unitsRyan Hendrickson9-138/+178
2021-05-03Document the need to do journalctl --flush for persistent logging (#19481)Luca Adrian L2-0/+10
2021-05-03Revert "sysusers/firstboot: temporarily disable LoadCredential"Luca Boccassi2-14/+10
2021-05-01test: fix a yet another pipefail + pipe raceFrantisek Sumsal1-2/+2
2021-04-30test: explicitly pull resolved/networkd in TEST-01-BASICFrantisek Sumsal1-0/+1
2021-04-30Use BIOS characteristics to distinguish EC2 bare-metal from VMsNoah Meyerhans1-4/+61
2021-04-30machine-id-setup: generate machine-id from DMI product ID on Amazon EC2Bertrand Jacquin1-4/+5
2021-04-30test: don't mask "supporting" services in TEST-01-BASICFrantisek Sumsal1-6/+12
2021-04-30virt: detect Amazon EC2 Nitro instanceBertrand Jacquin5-4/+15
2021-04-30sd-bus: fix vtable named argument logicYu Watanabe3-100/+132
2021-04-30test: add a simple test for udev watchYu Watanabe2-1/+76
2021-04-30test: generate debugging logs for udev testsYu Watanabe4-1/+8
2021-04-30test: run udev tests after currently queued events are finishedYu Watanabe1-0/+2
2021-04-30udev,sd_device: also save map from device ID to watch handle in /run/udev/watchYu Watanabe7-109/+183
2021-04-30udev: make udev_watch_end() noop when device does not have devnameYu Watanabe2-8/+6
2021-04-30sd-device: cleanup sd_device_get_subsystem()Yu Watanabe2-40/+44
2021-04-30sd-device: drop sysname_set flagYu Watanabe2-9/+5
2021-04-30sd-device: minor optimization for sd_device_new_from_device_id()Yu Watanabe1-6/+5
2021-04-30sd-device: check the validity of device idYu Watanabe1-0/+3
2021-04-30sd-device: rename device_get_id_filename() -> device_get_device_id()Yu Watanabe6-39/+39
2021-04-30udev: refuse to enable inotify watch on remove eventYu Watanabe3-8/+35
2021-04-30udev: also propagate error in udev_rules_apply_to_event() on remove eventYu Watanabe1-6/+6
2021-04-30udev: shorten code a bitYu Watanabe1-5/+1
2021-04-30udev: drop unused variableYu Watanabe1-5/+0
2021-04-30sd-device: drop doubled empty linesYu Watanabe1-1/+0
2021-04-30udev: do not store inotify fd in a global variableYu Watanabe7-74/+72
2021-04-30network: do not bring up CAN interface on configureYu Watanabe1-0/+4
2021-04-30network: make CAN device follow activation policyYu Watanabe1-10/+9
2021-04-30network: introduce link_activate()Yu Watanabe2-7/+17
2021-04-30network: do not try to configure address or etc on can deviceYu Watanabe3-0/+25
2021-04-30network: can: shorten code a bitYu Watanabe1-13/+5
2021-04-30network: can: do not warn if link does not exist anymoreYu Watanabe1-1/+5
2021-04-30network: drop duplicated link_up_can()Yu Watanabe3-45/+4
2021-04-30Clarify that these values are in bytesSteve Bonds1-5/+10
2021-04-30test-network: set DNS= and NTP= for DHCP serverYu Watanabe3-0/+9
2021-04-30man: importd also provides the option of import-fs for machinectl (#19477)syyhao19941-1/+1
2021-04-30kernel-insteall: do not remove the first slash in $ENTRY_DIRYu Watanabe1-1/+5
2021-04-29network: neighbor: use sd_netlink_message_read_data() at one more placeYu Watanabe1-30/+7
2021-04-29network: introduce log_neighbor_debug()Yu Watanabe1-34/+35
2021-04-29network: reduce indentation in log_address_debug() or friendsYu Watanabe4-70/+74
2021-04-29ether-addr-util: introduce ether_addr_to_string_alloc()Yu Watanabe2-0/+17
2021-04-29systemd-coredump: Add conflict with shutdown.targetAlexander Sverdlin1-0/+2
2021-04-29udev: allow onboard index up to 65535Viktor Mihajlovski3-9/+21
2021-04-29man: document new dbus methodLennart Poettering1-12/+16
2021-04-29hostnamectl: add --json= switch for JSON outputLennart Poettering2-2/+48
2021-04-29hostnamed: add Describe() call to hostnamed, returning all props a JSONLennart Poettering1-0/+108
2021-04-29hostnamed: drop unused enumsLennart Poettering1-3/+2
2021-04-29hostnamed: split out how we determine the hostname a bitLennart Poettering1-27/+32
2021-04-29hostnamed: refactor vendor/model querying a bit, reuse functionLennart Poettering1-25/+44
2021-04-29hostnamed: use byte array when we need a byte arrayLennart Poettering1-1/+1