summaryrefslogtreecommitdiff
path: root/udev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mention user callable udev + options in man pagekay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] make udev user callable to query the databasekay.sievers@vrfy.org2005-04-261-13/+82
* [PATCH] move the signal handling registration to after we have initialized en...greg@kroah.com2005-04-261-4/+5
* [PATCH] introduce signal handlermbuesch@freenet.de2005-04-261-1/+22
* [PATCH] proper cleanup on udevdb_init() failurembuesch@freenet.de2005-04-261-1/+2
* [PATCH] move all of the DBUS logic into one file and remove all of the #ifdef...greg@kroah.com2005-04-261-63/+6
* [PATCH] D-BUS patch for udev-008david@fubar.dk2005-04-261-0/+64
* [PATCH] get rid of the majority of the debug environment variables.greg@kroah.com2005-04-261-10/+0
* [PATCH] add support for a main udev config file, udev.conf.greg@kroah.com2005-04-261-51/+9
* [PATCH] changed the default location of the database to /udev/.udev.tdb to be...greg@kroah.com2005-04-261-1/+1
* [PATCH] overall whitespace + debug text conditioningkay.sievers@vrfy.org2005-04-261-6/+5
* [PATCH] change UDEV_SYSFS_PATH environment variable due to libsysfs change.greg@kroah.com2005-04-261-1/+1
* [PATCH] rename namedev.permissions and namedev.config to udev.permissions and...greg@kroah.com2005-04-261-2/+2
* [PATCH] more overrides of config info with env variables if in test mode.greg@kroah.com2005-04-261-21/+34
* [PATCH] make config files, sysfs root, and udev root configurable from config...greg@kroah.com2005-04-261-16/+66
* [PATCH] add version to debug log on startup.greg@kroah.com2005-04-261-0/+2
* [PATCH] add callout config type to udevpatmans@us.ibm.com2005-04-261-1/+7
* [PATCH] udevdb patchdsteklof@us.ibm.com2005-04-261-5/+16
* [PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com2005-04-261-220/+14
* [PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com2005-04-261-83/+86
* [PATCH] add initial libsysfs support...greg@kroah.com2005-04-261-6/+12
* [PATCH] Initial namedev parsing of config filesgreg@kroah.com2005-04-261-0/+3
* [PATCH] sleep for 2 seconds to give the kernel a chance to actually create th...greg@kroah.com2005-04-261-0/+5
* [PATCH] remove now works!greg@kroah.com2005-04-261-5/+32
* [PATCH] restructure code to be able to actually get remove_node() to work.greg@kroah.com2005-04-261-38/+39
* [PATCH] Creating nodes actually works.greg@kroah.com2005-04-261-10/+197
* added initial files.Greg KH2005-04-261-0/+83