chiark / gitweb /
use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
[elogind.git] / udev_rules_parse.c
2005-11-07 Marco d'Itrimove some logging from dbg() to info()
2005-11-07 Marco d'Itriadd strerror() to error logs
2005-11-07 Kay Sieverslet NAME="" supress node creation, but do RUN keys
2005-11-05 Kay Sieversremove precompiled rules option
2005-10-27 Kay Sieversfix the new warnings I asked for
2005-08-15 Kay Sieverscleanup some debug output and move to info level +...
2005-08-08 Kay Sieversadd flag for reading of precompiled rules
2005-08-08 Kay Sieversallow clean shutdown of udevd
2005-08-08 Kay Sieversswitch some strlcpy's to memcpy
2005-07-22 Kay Sieversmove code to its own files
2005-07-17 Kay Sieversadd padding to rules structure
2005-07-16 Kay Sieversallow rules to have labels and skip to next label
2005-07-14 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-07-12 Kay SieversIMPORT: add {parent} to import the persistent data...
2005-07-12 Kay Sieversremember mapped rules state
2005-07-07 Kay Sieversfix typo in group assignment
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-06 Kay Sieversdon't resolve OWNER, GROUP on precompile if string...
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-06-30 Kay Sieversprepare RELEASE-NOTES
2005-06-25 Kay SieversIMPORT allow to import program returned keys into the env
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: 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] allow to match against empty key values
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] change call_foreach_file to return a list
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] add a test and simplify debug statement
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