chiark / gitweb /
rule-generator: net - whitelist NICs that violate MAC local scheme
[elogind.git] / test / udev-test.pl
2009-02-05 Kay Sieverstest: add test for empty and non-existent ATTR
2009-01-30 Kay Sieversfix NAME="" logic
2008-11-12 Kay Sieversstring index - split nodes and childs to allow and...
2008-10-26 Kay Sieverslibudev: device - allocate envp array only once
2008-10-26 Kay Sieverstest: add RUN+="socket: ..." to a test to run monitor...
2008-10-26 Kay Sieversfix $attr{[<subsystem>/<sysname>]<attribute>} substitution
2008-10-25 Kay Sieversmatch KEY="A|B" without temporary string copy
2008-10-22 Kay Sieversreplace in-memory rules array with match/action token...
2008-10-17 Kay Sieverstest: fix a few unintentially wrongly written rules...
2008-10-14 Kay Sieverstest: move global ENV{ENV_KEY_TEST}="test" to local...
2008-09-29 Kay Sieverstest: replace last reference of "/class/*" devpath
2008-09-29 Kay Sieverstest: add missing pci directory because of .gitignore *.7
2008-09-29 Kay Sieverstest: replace ancient sysfs tree with recent one
2008-09-29 Kay Sieverslibudev: enumerate - split new() and scan()
2008-09-16 Alan Jenkinsudev-test.pl: set non-zero exitcode if tests fail
2008-09-08 Kay Sieversudev-test.pl: set udev_log="err"
2008-09-03 Kay Sieversudev-test.pl: remove left-over comment from --valgrind...
2008-09-01 Kay Sieversudev-test.pl: add --valgrind option
2008-07-29 Kay Sieversuse autotools
2008-07-18 Kay Sieversmove default rules from /etc/udev/rules.d/ to /lib...
2008-05-19 Erik van Konijnenburgadd substitution in MODE= field
2008-04-18 Kay Sieversallow setting of MODE="0000"
2008-03-14 Kay Sieversextend hack to allow TEST=="*/start"
2007-08-16 Kay Sieversaccept relative path for TEST
2007-07-25 Kay Sieversrestore behavior of NAME==
2007-07-16 Kay Sieversallow SYMLINK== match
2007-06-03 Kay Sieversadd "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2007-05-21 Kay Sieversreplace_chars: replace % character
2007-02-25 Kay Sieversadd test for an attribute which contains an operator...
2006-12-08 Kay Sieversrename "udev.c" to "test-udev.c" - it is only for testing
2006-09-05 Kay Sieverslet $attr{symlink} return the last element of the path
2006-09-04 Kay Sieversfix ENV{TEST}="Test: $env{TEST}"
2006-08-20 Kay Sieversuse new key names in test programs
2006-08-20 Kay Sieversskip rule, if too may keys of the same type are used
2006-08-19 Kay Sieversconsistent key naming to match only the event device...
2006-08-13 Kay Sieversdon't report an error on overlong comment lines
2006-07-04 Kay Sieversremove broken %e enumeration
2006-06-14 Kay Sieversdon't remove symlinks if they are already there
2006-04-24 Kay Sieversallow NAME=="value" to check for already assigned value
2006-01-26 Kay Sieversdon't add $SUBSYSTEM automatically as $1 to programs
2006-01-16 Kay Sieversfix BUS, ID, $id usage
2006-01-09 Kay Sieversreplace libsysfs
2005-11-16 Kay Sieversremove "udev_db" option from config file
2005-11-10 Kay Sieversfix tests and remove no longer useful stuff
2005-08-29 Kay Sieversudev_test.pl: we replace untrusted chars with '_'
2005-08-28 Kay Sieversstart to enforce plain ascii or valid utf8
2005-08-16 Kay SieversENV{TEST}=="1" compares and ENV{TEST}="1" sets the...
2005-07-16 Kay Sieversallow rules to have labels and skip to next label
2005-07-14 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-07-12 Kay SieversIMPORT: add {parent} to import the persistent data...
2005-07-12 Kay Sieversallow multiple values to be matched with KEY=="value1...
2005-07-07 Kay Sieversfix symlink values separated by multiple spaces
2005-07-07 Kay Sieversfix typo in group assignment
2005-06-30 Kay Sieversprepare RELEASE-NOTES
2005-06-25 Kay SieversIMPORT allow to import program returned keys into the env
2005-06-25 Kay SieversIMPORT=<file> allow to import a shell-var style config...
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-19 Kay Sieversprepare for module loading rules and add MODALIAS key
2005-06-05 Kay Sieversudev: clear lists if a new value is assigned
2005-06-05 Kay Sieversudev: allow final assignments :=
2005-05-10 Greg KHUpdate permissions on test scripts so they will run...
2005-04-27 tklauser@access... [PATCH] fix stupid all_partitions bug
2005-04-27 kay.sievers@vrfy.org[PATCH] udev-test.pl: add test for DEVNAME export to...
2005-04-27 kay.sievers@vrfy.org[PATCH] add RUN key to be able to run rule based notifi...
2005-04-27 kay.sievers@vrfy.org[PATCH] allow to match against empty key values
2005-04-27 kay.sievers@vrfy.org[PATCH] read %s{}-sysfs values at any device in the...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove untrusted chars read from sysfs-values...
2005-04-27 kay.sievers@vrfy.org[PATCH] test-suite: remove UDEV_TEST, it's not needed...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev-test.pl: use more common user/group names
2005-04-27 kay.sievers@vrfy.org[PATCH] udev-test.pl: add a test where the group cannot...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev-test.pl: add check for textual uid/gid
2005-04-27 kay.sievers@vrfy.org[PATCH] add ENV{} key to match agains environment variables
2005-04-27 kay.sievers@vrfy.org[PATCH] add a test and simplify debug statement
2005-04-27 kay.sievers@vrfy.org[PATCH] support =, ==, !=, += for the key match and...
2005-04-27 kay.sievers@vrfy.org[PATCH] add OPTION="last_rule" to skip any later rule
2005-04-27 kay.sievers@vrfy.org[PATCH] remove PLACE key match
2005-04-27 kay.sievers@vrfy.org[PATCH] udev-test.pl: remove useless tests
2005-04-27 kay.sievers@vrfy.org[PATCH] namedev: skip backslashes only if followed...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove the device node only if the major/minor...
2005-04-27 kay.sievers@vrfy.org[PATCH] introduce OPTIONS=ignore_device, ignore_remove...
2005-04-27 patmans@us.ibm.com[PATCH] fix test for temporary nodes
2005-04-27 kay.sievers@vrfy.org[PATCH] fix special file mode mask for temporary device...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevstart: simplify "dev" file searching
2005-04-27 kay.sievers@vrfy.org[PATCH] add %P modifier to query the node name of the...
2005-04-27 kay.sievers@vrfy.org[PATCH] provide temporary device node for callouts...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove default_* permissions from udev.conf...
2005-04-27 kay.sievers@vrfy.org[PATCH] update Fedora config files and add some more...
2005-04-27 kay.sievers@vrfy.org[PATCH] allow permissions only rules
2005-04-27 kay.sievers@vrfy.org[PATCH] add SUBSYSTEM rule to catch all block devices...
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiline rules by backslash at the end...
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify rules file by setting default mode...
2005-04-27 kay.sievers@vrfy.org[PATCH] complete removal of explicit udev permissions...
2005-04-27 Greg KHbleah, more merge fixes...
2005-04-27 kay.sievers@vrfy.org[PATCH] don't call the hotplug scripts with a test run
2005-04-27 Greg KHfixups to get back to proper patch order
2005-04-27 greg@kroah.com[PATCH] comment out ability to run udev-test.pl with...
2005-04-27 kay.sievers@vrfy.org[PATCH] add NAME{ignore_remove} attribute
2005-04-27 kay.sievers@vrfy.org[PATCH] support DRIVER as a rule key
2005-04-27 kay.sievers@vrfy.org[PATCH] support SUBSYSTEM as a rule key
2005-04-27 kay.sievers@vrfy.org[PATCH] replace tdb database by simple lockless file...
next