summaryrefslogtreecommitdiff
path: root/udev.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-26[PATCH] fix udevd zombieskay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org1-13/+13
2005-04-26[PATCH] remove dbus code from core udev code as it's no longer needed to be t...greg@kroah.com1-10/+1
2005-04-26[PATCH] don't init namedev on removekay.sievers@vrfy.org1-11/+10
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-2/+4
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] blacklist pcmcia_socketkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udev - safer string handling - part fourkay.sievers@vrfy.org1-7/+8
2005-04-26[PATCH] udev - safer string handling - part threekay.sievers@vrfy.org1-28/+2
2005-04-26[PATCH] udev - allow all files in a directory as the configkay.sievers@vrfy.org1-2/+6
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 udevtest program to buildgreg@kroah.com1-1/+1
2005-04-26[PATCH] more logging.h cleanups to be a bit more flexible.greg@kroah.com1-3/+12
2005-04-26[PATCH] compile udevd with klibckay.sievers@vrfy.org1-4/+6
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-0/+5
2005-04-26[PATCH] rework the logging code so that each program logs with the proper nam...greg@kroah.com1-0/+2
2005-04-26[PATCH] udevd - next round of fixeskay.sievers@vrfy.org1-2/+0
2005-04-26[PATCH] rip out command line code from udev, now that we have udevinfo.greg@kroah.com1-221/+12
2005-04-26[PATCH] udev - reverse user query optionskay.sievers@vrfy.org1-31/+67
2005-04-26[PATCH] add udev logging to info logkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] add usb_host and pci_bus to the class blacklist.greg@kroah.com1-0/+2
2005-04-26[PATCH] Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515greg@kroah.com1-1/+2
2005-04-26[PATCH] Fix stupid gcc "optimization" of 1 character printk() calls.... Ick...greg@kroah.com1-2/+1
2005-04-26[PATCH] more advanced user query optionskay.sievers@vrfy.org1-7/+32
2005-04-26[PATCH] udev - advanced user query optionskay.sievers@vrfy.org1-16/+93
2005-04-26[PATCH] udev 012 old gcc fixuptiggi@infa.abo.fi1-1/+1
2005-04-26[PATCH] add IGNORE rule typechristophe@saout.de1-0/+3
2005-04-26[PATCH] small cleanupchristophe@saout.de1-1/+1
2005-04-26[PATCH] add a blacklist of class devices we do not want to look at.greg@kroah.com1-4/+16
2005-04-26[PATCH] mention user callable udev + options in man pagekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] make udev user callable to query the databasekay.sievers@vrfy.org1-13/+82
2005-04-26[PATCH] move the signal handling registration to after we have initialized en...greg@kroah.com1-4/+5
2005-04-26[PATCH] introduce signal handlermbuesch@freenet.de1-1/+22
2005-04-26[PATCH] proper cleanup on udevdb_init() failurembuesch@freenet.de1-1/+2
2005-04-26[PATCH] move all of the DBUS logic into one file and remove all of the #ifdef...greg@kroah.com1-63/+6
2005-04-26[PATCH] D-BUS patch for udev-008david@fubar.dk1-0/+64
2005-04-26[PATCH] get rid of the majority of the debug environment variables.greg@kroah.com1-10/+0
2005-04-26[PATCH] add support for a main udev config file, udev.conf.greg@kroah.com1-51/+9
2005-04-26[PATCH] changed the default location of the database to /udev/.udev.tdb to be...greg@kroah.com1-1/+1
2005-04-26[PATCH] overall whitespace + debug text conditioningkay.sievers@vrfy.org1-6/+5
2005-04-26[PATCH] change UDEV_SYSFS_PATH environment variable due to libsysfs change.greg@kroah.com1-1/+1
2005-04-26[PATCH] rename namedev.permissions and namedev.config to udev.permissions and...greg@kroah.com1-2/+2
2005-04-26[PATCH] more overrides of config info with env variables if in test mode.greg@kroah.com1-21/+34
2005-04-26[PATCH] make config files, sysfs root, and udev root configurable from config...greg@kroah.com1-16/+66
2005-04-26[PATCH] add version to debug log on startup.greg@kroah.com1-0/+2
2005-04-26[PATCH] add callout config type to udevpatmans@us.ibm.com1-1/+7
2005-04-26[PATCH] udevdb patchdsteklof@us.ibm.com1-5/+16
2005-04-26[PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com1-220/+14
2005-04-26[PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com1-83/+86