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