aboutsummaryrefslogtreecommitdiffstats
path: root/udev_rules.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-14fix a debug text typo in udev_rules.cOlivier Blin1-1/+1
2005-08-29check the udevdb before assigning a new %eKay Sievers1-8/+53
2005-08-28rename ...trailing_char() to ...trailing_chars()Kay Sievers1-2/+2
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers1-3/+18
2005-08-27don't store devpath in udevdb, we don't need itKay Sievers1-1/+1
2005-08-27add and use name_list_cleanup() for cleaning up the string listsKay Sievers1-21/+3
2005-08-27change parameter order of udev_db_search_name()Kay Sievers1-8/+11
2005-08-26store ENV{key}="value" exported keys in the databaseKay Sievers1-0/+1
2005-08-16ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environmentKay Sievers1-36/+45
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-5/+3
2005-08-13fix more compiler warnings ...Kay Sievers1-3/+3
2005-08-11move some logging to the info levelKay Sievers1-3/+3
2005-08-11allow logging of all output from executed toolsKay Sievers1-2/+4
2005-08-08switch some strlcpy's to memcpyKay Sievers1-1/+2
2005-08-05read sysfs attribute also from parent class deviceKay Sievers1-0/+7
2005-07-22move code to its own filesKay Sievers1-56/+0
2005-07-20make SYSFS{} usable for all devicesKay Sievers1-3/+19
2005-07-16allow rules to have labels and skip to next labelKay Sievers1-0/+5
2005-07-16thread unknown ENV{key} match as empty valueKay Sievers1-2/+2
2005-07-14fix typo in GROUP value applicationAnton Farygin1-1/+1
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers1-3/+48
2005-07-12allow multiple values to be matched with KEY=="value1|value2"Kay Sievers1-16/+27
2005-07-12remember mapped rules stateKay Sievers1-1/+1
2005-07-07fix symlink values separated by multiple spacesKay Sievers1-3/+9
2005-07-07update RELEASE-NOTESKay Sievers1-0/+1
2005-07-07fix default-name handling and NAME="" rulesKay Sievers1-3/+4
2005-07-07add WAIT_FOR_SYSFS key to loop until a file in sysfs arrivesKay Sievers1-3/+41
2005-07-05pack parsed rules listKay Sievers1-125/+121
2005-07-04replace useless defines by inline textKay Sievers1-26/+24
2005-07-04move rule matches to functionKay Sievers1-138/+48
2005-07-03allow OPTIONS to be recognized for /sys/modules /sys/devices eventsKay Sievers1-3/+0
2005-06-27add ID_TYPE to the id probersKay Sievers1-1/+1
2005-06-26store the imported device information in the udevdbKay Sievers1-11/+17
2005-06-25IMPORT allow to import program returned keys into the envKay Sievers1-10/+25
2005-06-25unify execute_command() and execute_program()Kay Sievers1-125/+30
2005-06-25IMPORT=<file> allow to import a shell-var style config-fileKay Sievers1-2/+153
2005-06-24allow rules to be compiled to one binary fileKay Sievers1-3/+12
2005-06-20prepare for module loading rules and add MODALIAS keyKay Sievers1-49/+167
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-120/+76
2005-06-05udev: clear lists if a new value is assignedKay Sievers1-0/+18
2005-06-05udev: allow final assignments :=Kay Sievers1-5/+15
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-5/+143
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org1-21/+27
2005-04-26[PATCH] correct correction for error path for PROGRAM executionkay.sievers@vrfy.org1-3/+2
2005-04-26[PATCH] correct error path for PROGRAM executionkay.sievers@vrfy.org1-3/+5
2005-04-26[PATCH] check for strlen()==0 before accessing strlen()-1kay.sievers@vrfy.org1-3/+4
2005-04-26[PATCH] allow to match against empty key valueskay.sievers@vrfy.org1-32/+22
2005-04-26[PATCH] read %s{}-sysfs values at any device in the chainkay.sievers@vrfy.org1-2/+12
2005-04-26[PATCH] udev_rules.c: don't change sysfs_device while walking up the device c...kay.sievers@vrfy.org1-13/+15
2005-04-26[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org1-82/+61
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-12/+12
2005-04-26[PATCH] correct rule match for devices without a physical devicekay.sievers@vrfy.org1-5/+5
2005-04-26[PATCH] remove unneeded code, libsysfs does this for uskay.sievers@vrfy.org1-16/+1
2005-04-26[PATCH] add ENV{} key to match agains environment variableskay.sievers@vrfy.org1-28/+43
2005-04-26[PATCH] simplify sysfs_pair handlingkay.sievers@vrfy.org1-9/+10
2005-04-26[PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org1-34/+74
2005-04-26[PATCH] add OPTION="last_rule" to skip any later rulekay.sievers@vrfy.org1-0/+6
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org1-0/+778