Age | Commit message (Expand) | Author |
2007-03-16 | add link_priority to rule options, and store it in database | Kay Sievers |
2007-02-25 | fix udev attribute names with a colon | Theodoros V. Kalamatianos |
2007-02-24 | update DRIVER== changes | Kay Sievers |
2007-02-01 | exclude parent devices from DRIVER== match | Kay Sievers |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers |
2006-09-20 | fix spelling in deprecation warning | Kay Sievers |
2006-09-18 | don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules | Kay Sievers |
2006-09-18 | warn if a PHYSEDV* key, the "device" link, or a parent attribute is used | Kay Sievers |
2006-08-28 | update source file headers | Kay Sievers |
2006-08-20 | always expect KEY{value} on ATTR, ATTRS, ENV keys | Kay Sievers |
2006-08-20 | fix typo in SUBSYSTEMS key parsing | Kay Sievers |
2006-08-20 | introduce ATTR{file}="value" to set sysfs attributes | Kay Sievers |
2006-08-20 | skip rule, if too may keys of the same type are used | Kay Sievers |
2006-08-19 | consistent key naming to match only the event device or include all parent de... | Kay Sievers |
2006-08-13 | don't report an error on overlong comment lines | Kay Sievers |
2006-06-07 | remove MODALIAS key and substitution | Kay Sievers |
2006-05-01 | add more warnings for invalid key operations | Kay Sievers |
2006-04-24 | allow NAME=="value" to check for already assigned value | Kay Sievers |
2006-03-21 | fix spelling error in debug string | Kay Sievers |
2006-01-26 | find programs in /lib/udev for IMPORT if {program} is not given | Kay Sievers |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-11-07 | move some logging from dbg() to info() | Marco d'Itri |
2005-11-07 | add strerror() to error logs | Marco d'Itri |
2005-11-07 | let NAME="" supress node creation, but do RUN keys | Kay Sievers |
2005-11-05 | remove precompiled rules option | Kay Sievers |
2005-10-27 | fix the new warnings I asked for | Kay Sievers |
2005-08-15 | cleanup some debug output and move to info level + unify select() loops | Kay Sievers |
2005-08-08 | add flag for reading of precompiled rules | Kay Sievers |
2005-08-08 | allow clean shutdown of udevd | Kay Sievers |
2005-08-08 | switch some strlcpy's to memcpy | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-07-17 | add padding to rules structure | 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-12 | remember mapped rules state | Kay Sievers |
2005-07-07 | fix typo in group assignment | Kay Sievers |
2005-07-07 | fix default-name handling and NAME="" rules | Kay Sievers |
2005-07-07 | add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives | Kay Sievers |
2005-07-06 | don't resolve OWNER, GROUP on precompile if string contains %, $ | 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-30 | prepare RELEASE-NOTES | 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 |