chiark / gitweb /
remove precompiled rules option
[elogind.git] / udev_config.c
2005-08-28 Kay Sieversrename ...trailing_char() to ...trailing_chars()
2005-08-08 Kay Sieversswitch some strlcpy's to memcpy
2005-07-22 Kay Sieversmove code to its own files
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-05 Kay Sieversudev: handle all events - not only class and block...
2005-06-05 Kay Sieversudev: move dev.d/ handling to external helper
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] fix klibc's broken strlcpy/strlcat
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] test-suite: remove UDEV_TEST, it's not needed...
2005-04-27 kay.sievers@vrfy.org[PATCH] support =, ==, !=, += for the key match and...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename namedev_dev to udev_rule
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] remove useless warning if udev.conf contains...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove default_* permissions from udev.conf...
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiline rules by backslash at the end...
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify rules file by setting default mode...
2005-04-27 kay.sievers@vrfy.org[PATCH] complete removal of explicit udev permissions...
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify permission handling
2005-04-27 kay.sievers@vrfy.org[PATCH] don't call the hotplug scripts with a test run
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 kay.sievers@vrfy.org[PATCH] replace tdb database by simple lockless file...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove sleeps from udev as it is external now
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udev segfaults with bad permissions file
2005-04-27 arun@codemovers.org[PATCH] udev - read long lines from config files overfl...
2005-04-27 ogasawara@osdl.org[PATCH] evaluate getenv() return value for udev_config.c
2005-04-27 kay.sievers@vrfy.org[PATCH] udev default config layout changes
2005-04-27 kay.sievers@vrfy.org[PATCH] DEVPATH for netdev
2005-04-27 kay.sievers@vrfy.org[PATCH] netdev - udevdb+dev.d changes
2005-04-27 kay.sievers@vrfy.org[PATCH] replace fgets() with mmap() and introduce udev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename strn*() macros to strmax
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part two
2005-04-27 greg@kroah.com[PATCH] force udev to include the internal version...
2005-04-27 patmans@us.ibm.com[PATCH] udev use new libsysfs header file location
2005-04-27 greg@kroah.com[PATCH] add support for UDEV_NO_SLEEP env variable...
2005-04-27 greg@kroah.com[PATCH] fix log option code so that it actually works...
2005-04-27 azarah@nosferatu... [PATCH] make logging a config option
2005-04-27 greg@kroah.com[PATCH] move get_pair to udev_config.c because udevinfo...
2005-04-27 kay.sievers@vrfy.org[PATCH] set default owner/group in db - update
2005-04-27 hannal@us.ibm.com[PATCH] set default owner/group in db.
2005-04-27 kay.sievers@vrfy.org[PATCH] add udev logging to info log
2005-04-27 greg@kroah.com[PATCH] get rid of the majority of the debug environmen...
2005-04-27 greg@kroah.com[PATCH] add support for a main udev config file, udev...