aboutsummaryrefslogtreecommitdiffstats
path: root/udev_rules_parse.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-1/+7
2005-08-08add flag for reading of precompiled rulesKay Sievers1-7/+10
2005-08-08allow clean shutdown of udevdKay Sievers1-6/+8
2005-08-08switch some strlcpy's to memcpyKay Sievers1-1/+9
2005-07-22move code to its own filesKay Sievers1-3/+0
2005-07-17add padding to rules structureKay Sievers1-0/+6
2005-07-16allow rules to have labels and skip to next labelKay Sievers1-1/+38
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers1-3/+10
2005-07-12remember mapped rules stateKay Sievers1-0/+1
2005-07-07fix typo in group assignmentKay Sievers1-1/+1
2005-07-07fix default-name handling and NAME="" rulesKay Sievers1-1/+6
2005-07-07add WAIT_FOR_SYSFS key to loop until a file in sysfs arrivesKay Sievers1-0/+6
2005-07-06don't resolve OWNER, GROUP on precompile if string contains %, $Kay Sievers1-2/+2
2005-07-05pack parsed rules listKay Sievers1-326/+322
2005-07-04replace useless defines by inline textKay Sievers1-39/+39
2005-07-04move rule matches to functionKay Sievers1-3/+3
2005-06-30prepare RELEASE-NOTESKay Sievers1-1/+18
2005-06-25IMPORT allow to import program returned keys into the envKay Sievers1-2/+6
2005-06-25IMPORT=<file> allow to import a shell-var style config-fileKay Sievers1-0/+7
2005-06-24allow rules to be compiled to one binary fileKay Sievers1-12/+77
2005-06-20prepare for module loading rules and add MODALIAS keyKay Sievers1-0/+14
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-5/+3
2005-06-05udev: allow final assignments :=Kay Sievers1-0/+11
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-0/+13
2005-04-26[PATCH] allow to match against empty key valueskay.sievers@vrfy.org1-8/+1
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-11/+10
2005-04-26[PATCH] change call_foreach_file to return a listkay.sievers@vrfy.org1-4/+13
2005-04-26[PATCH] add ENV{} key to match agains environment variableskay.sievers@vrfy.org1-2/+22
2005-04-26[PATCH] simplify sysfs_pair handlingkay.sievers@vrfy.org1-23/+18
2005-04-26[PATCH] add a test and simplify debug statementkay.sievers@vrfy.org1-19/+8
2005-04-26[PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org1-49/+142
2005-04-26[PATCH] add OPTION="last_rule" to skip any later rulekay.sievers@vrfy.org1-0/+4
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org1-0/+365