chiark / gitweb /
firmware.sh: remove needless '/'
[elogind.git] / udev_rules.c
2006-07-04 Kay Sieversremove broken %e enumeration
2006-06-07 Kay Sieversremove MODALIAS key and substitution
2006-04-28 Kay Sieversvol_id: fix logging from libvolume_id's log function
2006-04-24 Kay Sieversallow NAME=="value" to check for already assigned value
2006-04-15 Kay Sieversapply format char to variables exported by ENV
2006-04-11 Matt Kraaifix typo in error message
2006-04-05 Kay Sieversmerge device event handling and make database content...
2006-03-07 Kay Sieverswarn about %e, MODALIAS, $modalias
2006-02-15 Kay Sieversexit WAIT_FOR_SYSFS if the whole device goes away
2006-01-31 Kay Sieversmake WAIT_FOR_SYSFS usable in non "wait-only" rules
2006-01-29 Kay Sieverslet SYSFS{} look at the device, not only the parent...
2006-01-27 Kay Sieversremove redundant substitution of RUN key
2006-01-25 Kay Sieversrename apply_format() cause it is public now
2006-01-24 Andrey Borzenkovsubstitute format chars in RUN after rule matching
2006-01-16 Kay Sieversfix BUS, ID, $id usage
2006-01-13 Kay Sieversbetter log test and comments
2006-01-09 Kay Sieversreplace libsysfs
2005-11-16 Kay Sieversremove "udev_db" option from config file
2005-11-12 Kay Sieversremove all built-in wait_for_sysfs logic
2005-11-07 Marco d'Itriadd strerror() to error logs
2005-09-14 Olivier Blinfix a debug text typo in udev_rules.c
2005-08-29 Kay Sieverscheck the udevdb before assigning a new %e
2005-08-28 Kay Sieversrename ...trailing_char() to ...trailing_chars()
2005-08-28 Kay Sieversstart to enforce plain ascii or valid utf8
2005-08-27 Kay Sieversdon't store devpath in udevdb, we don't need it
2005-08-27 Kay Sieversadd and use name_list_cleanup() for cleaning up the...
2005-08-27 Kay Sieverschange parameter order of udev_db_search_name()
2005-08-26 Kay Sieversstore ENV{key}="value" exported keys in the database
2005-08-16 Kay SieversENV{TEST}=="1" compares and ENV{TEST}="1" sets the...
2005-08-15 Kay Sieverscleanup some debug output and move to info level +...
2005-08-13 Kay SieversMerge rsync.kernel.org/pub/scm/linux/hotplug/udev
2005-08-12 Kay Sieversfix more compiler warnings ...
2005-08-11 Kay Sieversmove some logging to the info level
2005-08-11 Kay Sieversallow logging of all output from executed tools
2005-08-08 Kay Sieversswitch some strlcpy's to memcpy
2005-08-04 Kay Sieversread sysfs attribute also from parent class device
2005-07-22 Kay Sieversmove code to its own files
2005-07-20 Kay Sieversmake SYSFS{} usable for all devices
2005-07-16 Kay Sieversallow rules to have labels and skip to next label
2005-07-16 Kay Sieversthread unknown ENV{key} match as empty value
2005-07-14 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-07-14 Anton Faryginfix typo in GROUP value application
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-12 Kay Sieversremember mapped rules state
2005-07-07 Kay Sieversfix symlink values separated by multiple spaces
2005-07-07 Kay Sieversupdate RELEASE-NOTES
2005-07-07 Kay Sieversfix default-name handling and NAME="" rules
2005-07-07 Kay Sieversadd WAIT_FOR_SYSFS key to loop until a file in sysfs...
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