summaryrefslogtreecommitdiff
path: root/udev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Remove the last klibc specific line from the main udev codekay.sievers@vrfy.org2005-04-261-1/+0
* [PATCH] expose sysfs functions for sharing itkay.sievers@vrfy.org2005-04-261-35/+8
* [PATCH] sparse cleanups on the treegreg@kroah.com2005-04-261-0/+1
* [PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org2005-04-261-0/+10
* [PATCH] big cleanup of internal udev apikay.sievers@vrfy.org2005-04-261-12/+28
* [PATCH] close the syslogkay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] move assignments past local variablespatmans@us.ibm.com2005-04-261-2/+3
* [PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org2005-04-261-19/+33
* [PATCH] Fix build error with klibc due to recent changes.greg@kroah.com2005-04-261-0/+1
* [PATCH] mergegreg@kroah.com2005-04-261-1/+0
* [PATCH] fix asmlinkagembuesch@freenet.de2005-04-261-1/+1
* [PATCH] fix incompatible pointer type warningmbuesch@freenet.de2005-04-261-1/+1
* [PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org2005-04-261-6/+17
* [PATCH] handle only block and class deviceskay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org2005-04-261-88/+76
* [PATCH] fix UDEV_NO_SLEEPtrini@kernel.crashing.org2005-04-261-1/+4
* [PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org2005-04-261-24/+42
* [PATCH] Add 'asmlinkage' to udev-030trini@kernel.crashing.org2005-04-261-1/+1
* [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