summaryrefslogtreecommitdiffstats
path: root/src/udev (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-211-1/+1
* test: quote paths to executablesYu Watanabe2024-09-181-1/+2
* udev-rules: support case insensitive matchYu Watanabe2024-09-154-89/+146
* udev-rules: embed UdevRuleToken.attr_match_remove_trailing_whitespace flag in...Yu Watanabe2024-09-151-12/+14
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-133-11/+8
* udev/ata_id: export read look-ahead valuesTomas Bzatek2024-09-101-0/+4
* Fix grammar in udevadm settle timeout messagemarginaldev2024-09-081-1/+1
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-2/+10
* udev-ctrl: drop unused next_datagram_size_fd() callMike Yuan2024-09-041-6/+0
* udev-ctrl: add missing size check of received messageMike Yuan2024-09-041-3/+8
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-012-7/+4
* udevadm/info: also show driver subsystem and device IDYu Watanabe2024-08-271-2/+21
* sd-device: make device_get_device_id() publicYu Watanabe2024-08-273-7/+7
* Merge pull request #34102 from yuwata/udev-net_idYu Watanabe2024-08-231-19/+18
|\
| * udev/net_id: update log messagesYu Watanabe2024-08-231-12/+12
| * udev/net_id: move naming scheme checkYu Watanabe2024-08-231-7/+6
* | udevadm/test,test-builtin: enable debugging logs by default againYu Watanabe2024-08-232-0/+2
|/
* udev-builtin-net_id: ignore firmware_node/sun == 0Etienne Champetier2024-08-231-1/+5
* udev-builtin-net_id: add NAMING_DEVICETREE_PORT_ALIASES to check of_node of n...Matthias Schiffer2024-08-151-8/+17
* udevadm-info: support json output for --attribute-walkYu Watanabe2024-08-051-3/+107
* udevadm-info: trival cleanupsYu Watanabe2024-08-051-6/+7
* udevadm: fix typoYu Watanabe2024-08-021-1/+1
* sd-device-monitor: rename device_monitor_send_device() -> device_monitor_send()Yu Watanabe2024-08-022-2/+2
* udev: manage only socket address of device monitorYu Watanabe2024-08-021-7/+6
* sd-device-monitor: bind socket in device_monitor_new_full()Yu Watanabe2024-08-021-8/+0
* udev-builtin-net_id: use firmware_node/sun for ID_NET_NAME_SLOTEtienne Champetier2024-07-211-10/+62
* terminal-util: split out color macros/helpers into its own headerLennart Poettering2024-07-192-0/+2
* Merge pull request #32868 from keszybz/more-whomificationYu Watanabe2024-06-194-4/+4
|\
| * various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-194-4/+4
* | udev-spawn: fix typo and simplify codeAntonio Alvarez Feijoo2024-06-191-3/+2
|/
* fs-util: add simple open_mkdir() wrapperLennart Poettering2024-06-152-2/+2
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-13/+13
* udev: rewrite token_match_attr() to make it easier for Coverity to understandYu Watanabe2024-06-121-15/+16
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-121-1/+1
* udev-rules: pass the right error variableDavid Tardon2024-05-071-1/+1
* tree-wise: several cleanups for loggingYu Watanabe2024-04-304-10/+10
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-259-30/+14
* udev: fix assignment of ret_truncatedYu Watanabe2024-04-181-1/+2
* udevadm-control: add --load-credentials optionYu Watanabe2024-04-161-16/+35
* udevadm-control: split out send_control_commands()Yu Watanabe2024-04-161-10/+22
* udevadm-control: check if control command really specifiedYu Watanabe2024-04-161-4/+15
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-091-1/+2
* tree-wide: drop several remaining license headersYu Watanabe2024-04-083-32/+1
* Merge pull request #31131 from poettering/dlopen-kmodLuca Boccassi2024-04-062-14/+15
|\
| * libkmod: turn into dlopen() dependencyLennart Poettering2024-04-042-14/+15
* | Merge pull request #32085 from yuwata/udev-check-processingLuca Boccassi2024-04-051-1/+1
|\ \
| * | tree-wide: use device_is_processed() moreYu Watanabe2024-04-041-1/+1
| |/
* | udevadm-test: also show security labels if specifiedYu Watanabe2024-04-041-0/+7
* | udev: do not update sysattr and sysctl value on testingYu Watanabe2024-04-041-12/+21
* | udevadm-test: insert missing line breakYu Watanabe2024-04-041-1/+1
|/