Age | Commit message (Expand) | Author |
2008-04-21 | add OPTIONS+="event_timeout=<seconds>" | Kay Sievers |
2008-04-18 | allow setting of MODE="0000" | Kay Sievers |
2007-07-16 | allow SYMLINK== match | Kay Sievers |
2007-07-14 | add udev_rules_run() to handle RUN list | Kay Sievers |
2007-07-14 | add option to RUN key to ignore the return value of the program | Kay Sievers |
2007-06-22 | allow to disable the replacement of unusual characters | Kay Sievers |
2007-06-03 | add TEST=="<file>" key | Kay Sievers |
2007-03-16 | add link_priority to rule options, and store it in database | Kay Sievers |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers |
2006-08-28 | update source file headers | Kay Sievers |
2006-08-19 | consistent key naming to match only the event device or include all parent de... | Kay Sievers |
2006-06-07 | remove MODALIAS key and substitution | Kay Sievers |
2006-01-25 | rename apply_format() cause it is public now | Kay Sievers |
2006-01-24 | substitute format chars in RUN after rule matching | Andrey Borzenkov |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-11-05 | remove precompiled rules option | Kay Sievers |
2005-08-08 | add flag for reading of precompiled rules | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-07-20 | make SYSFS{} usable for all devices | Kay Sievers |
2005-07-16 | allow rules to have labels and skip to next label | Kay Sievers |
2005-07-12 | IMPORT: add {parent} to import the persistent data of the parent device | Kay Sievers |
2005-07-07 | add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives | Kay Sievers |
2005-07-05 | pack parsed rules list | Kay Sievers |
2005-07-04 | replace useless defines by inline text | Kay Sievers |
2005-07-04 | move rule matches to function | Kay Sievers |
2005-06-25 | IMPORT allow to import program returned keys into the env | Kay Sievers |
2005-06-25 | IMPORT=<file> allow to import a shell-var style config-file | Kay Sievers |
2005-06-24 | allow rules to be compiled to one binary file | Kay Sievers |
2005-06-20 | prepare for module loading rules and add MODALIAS key | Kay Sievers |
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers |
2005-06-05 | udev: allow final assignments := | Kay Sievers |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow to match against empty key values | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add ENV{} key to match agains environment variables | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] simplify sysfs_pair handling | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add a test and simplify debug statement | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support =, ==, !=, += for the key match and assignment | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add OPTION="last_rule" to skip any later rule | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org |