summaryrefslogtreecommitdiffstats
path: root/src/udev/udev-rules.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udev-rules: add trace logs for GOTO and parent conditionsYu Watanabe15 hours1-5/+43
* udev-rules: update log messagesYu Watanabe15 hours1-185/+248
* udev-rules: ignore whole command result if it is too long and does not contai...Yu Watanabe15 hours1-2/+5
* udev-rules: introduce udev_replace_chars_and_log()Yu Watanabe15 hours1-35/+39
* udev-rules: add more trace logs for string matchYu Watanabe15 hours1-16/+65
* udev-rules: logs result of format substitutionYu Watanabe15 hours1-138/+105
* udev-rules: show original token string in log_event_error() and friendsYu Watanabe15 hours1-208/+250
* udev-rules: do not change maximum log level when running in test modeYu Watanabe3 days1-2/+9
* udev-rules: replace 'type *func()' -> 'type* func()'Yu Watanabe3 days1-3/+3
* udev: move enums to udev-def.hYu Watanabe2024-12-141-0/+1
* udev: several coding style fixesYu Watanabe2024-12-141-1/+1
* udev-rules: support case insensitive matchYu Watanabe2024-09-151-66/+104
* udev-rules: embed UdevRuleToken.attr_match_remove_trailing_whitespace flag in...Yu Watanabe2024-09-151-12/+14
* udev: rewrite token_match_attr() to make it easier for Coverity to understandYu Watanabe2024-06-121-15/+16
* udev-rules: pass the right error variableDavid Tardon2024-05-071-1/+1
* udev: do not update sysattr and sysctl value on testingYu Watanabe2024-04-041-12/+21
* udev: make udevadm test and test-builtin not destructiveYu Watanabe2024-03-291-2/+2
* udev: split out check that udev property can be updatedYu Watanabe2024-01-091-3/+1
* udev: make UdevEvent take reference to UdevWorkerYu Watanabe2023-12-241-47/+31
* udev: allow global properties in assignmentsDavid Tardon2023-11-131-21/+21
* udev-rules: use udev_get_property_value()David Tardon2023-11-131-3/+2
* udev: move declaration of ResolveNameTiming to udev-rules.cYu Watanabe2023-07-311-0/+9
* udev: move several functions from udev-util.c to relevant udevd source filesYu Watanabe2023-07-311-0/+74
* udev: split-out formatter and spawning commands from udev-event.cYu Watanabe2023-07-311-0/+2
* udev: move DEVICE_TRACE() to udev-trace.hYu Watanabe2023-07-311-0/+1
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-9/+2
* udev: add 'conf-virt' constant for confidential virtualization techDaniel P. Berrangé2023-07-061-0/+3
* udev: downgrade log level about style issuesYu Watanabe2023-06-051-9/+9
* udev-rules: terminate log messages with periodYu Watanabe2023-06-051-11/+11
* udev-rules: avoid issuing redundant diagnostics in verify modeDmitry V. Levin2023-05-181-1/+4
* udev: make udev_builtin_run() take UdevEvent*Yu Watanabe2023-05-161-1/+1
* udev-rules: fix negative match rule for SYMLINK and TAGYu Watanabe2023-04-261-2/+2
* sd-device,udev: tag must be a valid filenameYu Watanabe2023-04-071-5/+3
* sd-device,udev: refuse invalid devlink and store in normalized formYu Watanabe2023-04-071-11/+14
* udev-rules: replace ingrowing word extractor with extract_first_word()Yu Watanabe2023-04-071-13/+14
* udev-rules: rename variable "filename" -> "path"Yu Watanabe2023-04-071-7/+7
* udev-rules: add/update commentsYu Watanabe2023-04-071-4/+5
* udev-rules: add missing parenYu Watanabe2023-04-071-1/+1
* udev-rules: check tokens orderDmitry V. Levin2023-04-031-0/+17
* udev_rules_parse_file: do not ignore ENOENT when invoked by udevadm verifyDmitry V. Levin2023-03-291-1/+1
* Revert "udev_rules_parse_file: do not skip ENOENT"Zbigniew Jędrzejewski-Szmek2023-03-281-1/+5
* udev-rules: fix grammar in diagnostics about lines that have no effectDmitry V. Levin2023-03-271-3/+3
* udev-rules: extend the check for conflicting expressionsDmitry V. Levin2023-03-271-5/+22
* udev-rules: check token delimitersDmitry V. Levin2023-03-271-2/+50
* udev-rules: move udev_check_rule_line() invocationDmitry V. Levin2023-03-271-5/+6
* udev-rules: move udev_rules_parse_file() after udev_check_rule_line()Dmitry V. Levin2023-03-271-118/+118
* udev-rules: add another check for conflicting expressionsDmitry V. Levin2023-03-211-5/+37
* udev-rules: fix check for conflicting and duplicate expressionsDmitry V. Levin2023-03-191-5/+23
* Revert "udev: prepare memory for extra NUL termination for NULSTR"Dmitry V. Levin2023-03-191-3/+1
* udev-rules: check for conflicting and duplicate expressionsDmitry V. Levin2023-03-151-2/+78