summaryrefslogtreecommitdiff
path: root/udev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix udevd zombieskay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org2005-04-261-13/+13
* [PATCH] remove dbus code from core udev code as it's no longer needed to be t...greg@kroah.com2005-04-261-10/+1
* [PATCH] don't init namedev on removekay.sievers@vrfy.org2005-04-261-11/+10
* [PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org2005-04-261-2/+4
* [PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] blacklist pcmcia_socketkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] udev - safer string handling - part fourkay.sievers@vrfy.org2005-04-261-7/+8
* [PATCH] udev - safer string handling - part threekay.sievers@vrfy.org2005-04-261-28/+2
* [PATCH] udev - allow all files in a directory as the configkay.sievers@vrfy.org2005-04-261-2/+6
* [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 udevtest program to buildgreg@kroah.com2005-04-261-1/+1
* [PATCH] more logging.h cleanups to be a bit more flexible.greg@kroah.com2005-04-261-3/+12
* [PATCH] compile udevd with klibckay.sievers@vrfy.org2005-04-261-4/+6
* [PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com2005-04-261-0/+5
* [PATCH] rework the logging code so that each program logs with the proper nam...greg@kroah.com2005-04-261-0/+2
* [PATCH] udevd - next round of fixeskay.sievers@vrfy.org2005-04-261-2/+0
* [PATCH] rip out command line code from udev, now that we have udevinfo.greg@kroah.com2005-04-261-221/+12
* [PATCH] udev - reverse user query optionskay.sievers@vrfy.org2005-04-261-31/+67
* [PATCH] add udev logging to info logkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] add usb_host and pci_bus to the class blacklist.greg@kroah.com2005-04-261-0/+2
* [PATCH] Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515greg@kroah.com2005-04-261-1/+2
* [PATCH] Fix stupid gcc "optimization" of 1 character printk() calls.... Ick...greg@kroah.com2005-04-261-2/+1
* [PATCH] more advanced user query optionskay.sievers@vrfy.org2005-04-261-7/+32
* [PATCH] udev - advanced user query optionskay.sievers@vrfy.org2005-04-261-16/+93
* [PATCH] udev 012 old gcc fixuptiggi@infa.abo.fi2005-04-261-1/+1
* [PATCH] add IGNORE rule typechristophe@saout.de2005-04-261-0/+3
* [PATCH] small cleanupchristophe@saout.de2005-04-261-1/+1
* [PATCH] add a blacklist of class devices we do not want to look at.greg@kroah.com2005-04-261-4/+16
* [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