summaryrefslogtreecommitdiff
path: root/udev_config.c
Commit message (Expand)AuthorAgeFilesLines
* move code to its own filesKay Sievers2005-07-221-3/+1
* udev: handle all events - not only class and block devicesKay Sievers2005-06-051-6/+0
* udev: move dev.d/ handling to external helperKay Sievers2005-06-051-37/+0
* [PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org2005-04-261-0/+7
* [PATCH] fix klibc's broken strlcpy/strlcatkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org2005-04-261-4/+4
* [PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org2005-04-261-45/+57
* [PATCH] test-suite: remove UDEV_TEST, it's not needed anymorekay.sievers@vrfy.org2005-04-261-14/+4
* [PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org2005-04-261-19/+61
* [PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org2005-04-261-6/+3
* [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org2005-04-261-17/+16
* [PATCH] remove useless warning if udev.conf contains keys not read by udev it...kay.sievers@vrfy.org2005-04-261-3/+0
* [PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org2005-04-261-22/+0
* [PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org2005-04-261-48/+6
* [PATCH] simplify rules file by setting default mode to 0660kay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org2005-04-261-10/+0
* [PATCH] simplify permission handlingkay.sievers@vrfy.org2005-04-261-18/+21
* [PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org2005-04-261-1/+7
* [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org2005-04-261-9/+10
* [PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org2005-04-261-6/+0
* [PATCH] fix udev segfaults with bad permissions filekay.sievers@vrfy.org2005-04-261-5/+3
* [PATCH] udev - read long lines from config files overflow fixarun@codemovers.org2005-04-261-17/+23
* [PATCH] evaluate getenv() return value for udev_config.cogasawara@osdl.org2005-04-261-2/+8
* [PATCH] udev default config layout changeskay.sievers@vrfy.org2005-04-261-41/+65
* [PATCH] DEVPATH for netdevkay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org2005-04-261-0/+5
* [PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org2005-04-261-11/+21
* [PATCH] rename strn*() macros to strmaxkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] udev - safer string handling - part twokay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] force udev to include the internal version of libsysfs and never the ...greg@kroah.com2005-04-261-1/+1
* [PATCH] udev use new libsysfs header file locationpatmans@us.ibm.com2005-04-261-1/+1
* [PATCH] add support for UDEV_NO_SLEEP env variable so Gentoo people will be h...greg@kroah.com2005-04-261-0/+5
* [PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com2005-04-261-5/+20
* [PATCH] make logging a config optionazarah@nosferatu.za.org2005-04-261-0/+5
* [PATCH] move get_pair to udev_config.c because udevinfo doesn't need all of n...greg@kroah.com2005-04-261-2/+37
* [PATCH] set default owner/group in db - updatekay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] set default owner/group in db.hannal@us.ibm.com2005-04-261-0/+4
* [PATCH] add udev logging to info logkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] get rid of the majority of the debug environment variables.greg@kroah.com2005-04-261-38/+12
* [PATCH] add support for a main udev config file, udev.conf.greg@kroah.com2005-04-261-0/+195