summaryrefslogtreecommitdiffstats
path: root/man/udev_list_entry.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-01condition: change ConditionKernelVersion= so that =/!= mean literal string co...Lennart Poettering2-4/+4
2022-09-01condition: allow literal string compares in SMBIOS conditionLennart Poettering1-1/+1
2022-09-01condition: allow fnmatch() matches in ConditionKernelVersion=Lennart Poettering2-27/+27
2022-09-01compare: add macro for operator charsetLennart Poettering2-2/+5
2022-09-01compare: propagate errors of fnmatch() as errorsLennart Poettering1-2/+7
2022-09-01compare: support textual operators, and port analyze over to itLennart Poettering3-16/+19
2022-09-01compare: add two new operators "==" and "<>"Lennart Poettering2-29/+35
2022-09-01compare: rework table in parse_compare_operator() to be array of structsLennart Poettering1-23/+22
2022-09-01condition: allow fnmatch compares for ConditionOSRelease=Lennart Poettering3-8/+11
2022-09-01compare: add flag for parse_compare_operator() to do equality/inequality comp...Lennart Poettering3-11/+33
2022-09-01compare: add a proper flags field for parse_compare_operator()Lennart Poettering3-9/+14
2022-09-01compare: drop use of FNM_EXTMATCH for nowLennart Poettering1-2/+2
2022-09-01comapre: add generic implementation for comapring with verscmp+fnmatchLennart Poettering3-5/+26
2022-09-01compare: move test_order() → compare-operator.[ch]Lennart Poettering3-27/+29
2022-09-01condition: split out order operator enumLennart Poettering4-77/+112
2022-09-01github: update differential shellcheck to v3.0.1Yu Watanabe1-1/+1
2022-09-01loop-util: use DEVNUM_FORMAT_STR moreLennart Poettering1-3/+3
2022-09-01loop-util: move resize partition ioctl call to blockdev-util.[ch]Lennart Poettering3-15/+42
2022-09-01man: remove reference to mkinitrdAntonio Alvarez Feijoo1-2/+4
2022-09-01build(deps): bump meson from 0.63.0 to 0.63.1 in /.github/workflowsdependabot[bot]1-3/+3
2022-09-01build(deps): bump github/super-linter from 4.9.5 to 4.9.6dependabot[bot]1-1/+1
2022-09-01build(deps): bump redhat-plumbers-in-action/advanced-issue-labelerdependabot[bot]1-1/+1
2022-09-01update TODOLennart Poettering1-0/+3
2022-09-01tree-wide: Use "unmet" for condition checks, not "failed"Colin Walters5-10/+10
2022-08-31udevadm-settle: improve logs when we cannot access /run/udev/controlYu Watanabe1-2/+5
2022-08-31update TODOLennart Poettering1-0/+4
2022-08-31tree-wide: Use devnum helpers in a few more placesJan Janssen4-5/+8
2022-08-31test: don't mistake error for successLennart Poettering1-9/+9
2022-08-31shellcheck/labeler: disable on systemd-securityLuca Boccassi2-0/+2
2022-08-31condition: properly handle fnmatch() errors in ConditionHostLennart Poettering1-1/+7
2022-08-31path-util: return error if fnmatch() failsLennart Poettering1-1/+4
2022-08-31test-29-portable: enable debugging logs of udevdYu Watanabe1-0/+2
2022-08-31test-29-portable: extend timeout for slower environmentYu Watanabe1-0/+11
2022-08-31dissect-image: add environment variable to control timeout for waiting devlin...Yu Watanabe2-1/+23
2022-08-31udev-util: make device_wait_for_initialization() take relative timeoutYu Watanabe4-16/+14
2022-08-31udev-util: replace device_new_from_dev_path() with sd_device_new_from_devname()Yu Watanabe1-29/+6
2022-08-31hashmap: add comment explaining that set_fnmatch() handles fnmatch() errors a...Lennart Poettering1-0/+2
2022-08-30hwdb: fix Dell Professional Sound Bar AE515 scancode (#24497)Swapnil Devesh1-1/+1
2022-08-30meson: Compile with -Werror=format-signednessJan Janssen1-1/+1
2022-08-30tree-wide: Fix field width specifier warningsJan Janssen8-16/+17
2022-08-30tree-wide: Fix format specifier warnings for %xJan Janssen11-22/+22
2022-08-30tree-wide: Fix a some remaining format warnings by castingJan Janssen4-8/+14
2022-08-30tree-wide: Mark some constants as unsignedJan Janssen6-11/+11
2022-08-30journal: Show grcrypt error message instead of a raw codeJan Janssen1-2/+2
2022-08-30efivars: Parse into unsignedJan Janssen1-1/+2
2022-08-30tree-wide: Use correct format specifiersJan Janssen55-102/+102
2022-08-29hwdb: Force release calculator key on all HP Victus laptopsLockBlock-dev1-0/+4
2022-08-29homed: don't use stat() data from an unrelated inodeLennart Poettering1-1/+1
2022-08-29strv: modernize strv_fnmatch() a bitLennart Poettering2-8/+21
2022-08-29loopback: use ERRNO_IS_PRIVILEGE() where appropriateLennart Poettering1-1/+1