summaryrefslogtreecommitdiff
path: root/udev_rules.c
AgeCommit message (Expand)Author
2005-08-29check the udevdb before assigning a new %eKay Sievers
2005-08-28rename ...trailing_char() to ...trailing_chars()Kay Sievers
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers
2005-08-27don't store devpath in udevdb, we don't need itKay Sievers
2005-08-27add and use name_list_cleanup() for cleaning up the string listsKay Sievers
2005-08-27change parameter order of udev_db_search_name()Kay Sievers
2005-08-26store ENV{key}="value" exported keys in the databaseKay Sievers
2005-08-16ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environmentKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-13fix more compiler warnings ...Kay Sievers
2005-08-11move some logging to the info levelKay Sievers
2005-08-11allow logging of all output from executed toolsKay Sievers
2005-08-08switch some strlcpy's to memcpyKay Sievers
2005-08-05read sysfs attribute also from parent class deviceKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-20make SYSFS{} usable for all devicesKay Sievers
2005-07-16allow rules to have labels and skip to next labelKay Sievers
2005-07-16thread unknown ENV{key} match as empty valueKay Sievers
2005-07-14fix typo in GROUP value applicationAnton Farygin
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers
2005-07-12allow multiple values to be matched with KEY=="value1|value2"Kay Sievers
2005-07-12remember mapped rules stateKay Sievers
2005-07-07fix symlink values separated by multiple spacesKay Sievers
2005-07-07update RELEASE-NOTESKay Sievers
2005-07-07fix default-name handling and NAME="" rulesKay Sievers
2005-07-07add WAIT_FOR_SYSFS key to loop until a file in sysfs arrivesKay Sievers
2005-07-05pack parsed rules listKay Sievers
2005-07-04replace useless defines by inline textKay Sievers
2005-07-04move rule matches to functionKay Sievers
2005-07-03allow OPTIONS to be recognized for /sys/modules /sys/devices eventsKay Sievers
2005-06-27add ID_TYPE to the id probersKay Sievers
2005-06-26store the imported device information in the udevdbKay Sievers
2005-06-25IMPORT allow to import program returned keys into the envKay Sievers
2005-06-25unify execute_command() and execute_program()Kay Sievers
2005-06-25IMPORT=<file> allow to import a shell-var style config-fileKay Sievers
2005-06-24allow rules to be compiled to one binary fileKay Sievers
2005-06-20prepare for module loading rules and add MODALIAS keyKay Sievers
2005-06-05udev: handle all events - not only class and block devicesKay Sievers
2005-06-05udev: clear lists if a new value is assignedKay Sievers
2005-06-05udev: allow final assignments :=Kay Sievers
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org
2005-04-26[PATCH] correct correction for error path for PROGRAM executionkay.sievers@vrfy.org
2005-04-26[PATCH] correct error path for PROGRAM executionkay.sievers@vrfy.org
2005-04-26[PATCH] check for strlen()==0 before accessing strlen()-1kay.sievers@vrfy.org
2005-04-26[PATCH] allow to match against empty key valueskay.sievers@vrfy.org
2005-04-26[PATCH] read %s{}-sysfs values at any device in the chainkay.sievers@vrfy.org
2005-04-26[PATCH] udev_rules.c: don't change sysfs_device while walking up the device c...kay.sievers@vrfy.org
2005-04-26[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org