chiark / gitweb /
fix cdrom symlink problem in gentoo rules
[elogind.git] / udev_rules.c
2005-07-05 Kay Sieverspack parsed rules list
2005-07-04 Kay Sieversreplace useless defines by inline text
2005-07-04 Kay Sieversmove rule matches to function
2005-07-03 Kay Sieversallow OPTIONS to be recognized for /sys/modules /sys...
2005-06-27 Kay Sieversadd ID_TYPE to the id probers
2005-06-26 Kay Sieversstore the imported device information in the udevdb
2005-06-25 Kay SieversIMPORT allow to import program returned keys into the env
2005-06-25 Kay Sieversunify execute_command() and execute_program()
2005-06-25 Kay SieversIMPORT=<file> allow to import a shell-var style config...
2005-06-24 Kay Sieversallow rules to be compiled to one binary file
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: handle all events - not only class and block...
2005-06-05 Kay Sieversudev: clear lists if a new value is assigned
2005-06-05 Kay Sieversudev: allow final assignments :=
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] move execute_program to utils + add action...
2005-04-27 kay.sievers@vrfy.org[PATCH] correct correction for error path for PROGRAM...
2005-04-27 kay.sievers@vrfy.org[PATCH] correct error path for PROGRAM execution
2005-04-27 kay.sievers@vrfy.org[PATCH] check for strlen()==0 before accessing strlen()-1
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] udev_rules.c: don't change sysfs_device while...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove untrusted chars read from sysfs-values...
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] correct rule match for devices without a physic...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove unneeded code, libsysfs does this for us
2005-04-27 kay.sievers@vrfy.org[PATCH] add ENV{} key to match agains environment variables
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify sysfs_pair handling
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] rename namedev_dev to udev_rule