summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keysKay Sievers2011-10-061-1/+1
* implement path_id, usb_id, input_id as built-in commandKay Sievers2011-08-051-2/+12
* rule-syntax-check.py: use print()Kay Sievers2011-05-311-3/+3
* libudev: device - use DEVMODE from kernel as the default modeKay Sievers2011-05-161-1/+1
* use /run/udev/ if possible and fall back to /dev/.udev/Kay Sievers2011-03-231-0/+1
* udevd: write full database file for (unsupported) renamed device nodesKay Sievers2010-12-142-0/+2
* Add automatic rules syntax checkMartin Pitt2010-09-212-0/+81
* fix tests and allow MODE=000Kay Sievers2010-05-201-5/+5
* warn when renaming kernel-provided nodes instead of adding symlinksKay Sievers2010-05-051-11/+0
* remove "ignore_remove" optionKay Sievers2010-04-131-10/+0
* remove "all_partitions" optionKay Sievers2010-04-131-43/+0
* update testsKay Sievers2010-01-272-343/+253
* udev-test.pl: catch-up with recent changesKay Sievers2009-11-161-23/+3
* test: catch possible bug in GOTO resolvingKay Sievers2009-09-071-2/+3
* change database file namesKay Sievers2009-08-191-2/+2
* Fix another relative path for the new working directory.Diego Elio 'Flameeyes' Pettenò2009-08-071-1/+1
* Replace the custom test-run target with the standard make check.Diego Elio 'Flameeyes' Pettenò2009-08-071-1/+1
* test: check string substitutions in OWNER and GROUPBenjamin Gilbert2009-05-221-3/+3
* use more efficient string copyingKay Sievers2009-05-201-9/+0
* remove format char string truncation syntaxKay Sievers2009-05-191-20/+1
* fix possible endless loop for GOTO to non-existent LABELKay Sievers2009-05-131-0/+11
* test: add test for empty and non-existent ATTRKay Sievers2009-02-052-0/+27
* fix NAME="" logicKay Sievers2009-01-301-19/+21
* string index - split nodes and childs to allow and unlimited number of childsKay Sievers2008-11-121-0/+8
* libudev: device - allocate envp array only onceKay Sievers2008-10-261-1/+2
* test: add RUN+="socket: ..." to a test to run monitor codeKay Sievers2008-10-261-2/+2
* fix $attr{[<subsystem>/<sysname>]<attribute>} substitutionKay Sievers2008-10-261-0/+10
* match KEY="A|B" without temporary string copyKay Sievers2008-10-251-0/+25
* replace in-memory rules array with match/action token listKay Sievers2008-10-231-25/+28
* test: fix a few unintentially wrongly written rules which cause parse errorsKay Sievers2008-10-171-11/+21
* test: move global ENV{ENV_KEY_TEST}="test" to local ruleKay Sievers2008-10-141-3/+5
* delete simple-build-check.shKay Sievers2008-10-141-38/+0
* test: replace last reference of "/class/*" devpathKay Sievers2008-09-291-2/+2
* test: add missing pci directory because of .gitignore *.7Kay Sievers2008-09-291257-1380/+2082
* test: replace ancient sysfs tree with recent oneKay Sievers2008-09-299189-526/+10026
* libudev: enumerate - split new() and scan()Kay Sievers2008-09-291-2/+2
* udev-test.pl: set non-zero exitcode if tests failAlan Jenkins2008-09-161-0/+4
* udev-test.pl: set udev_log="err"Kay Sievers2008-09-081-2/+2
* udev-test.pl: remove left-over comment from --valgrind optionKay Sievers2008-09-031-2/+0
* udev-test.pl: add --valgrind optionKay Sievers2008-09-011-17/+30
* use autotoolsKay Sievers2008-07-301-1/+1
* move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers2008-07-181-3/+3
* add substitution in MODE= fieldErik van Konijnenburg2008-05-191-4/+32
* fstab_import: add program to IMPORT matching fstab entryKay Sievers2008-04-211-1/+2
* allow setting of MODE="0000"Kay Sievers2008-04-181-0/+10
* test: remove duplicated EXTRA entryKay Sievers2008-03-211-1/+0
* extend hack to allow TEST=="*/start"Kay Sievers2008-03-141-0/+9
* test: add "subsystem" links to all devicesKay Sievers2008-03-14108-0/+99
* remove udevstartKay Sievers2007-11-131-61/+0
* accept relative path for TESTKay Sievers2007-08-161-0/+28