summaryrefslogtreecommitdiff
path: root/udev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] export DEVNAME regardless of the state of udev_dev_dkay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] check earlier if we should run as udevstartkay.sievers@vrfy.org2005-04-261-8/+8
* [PATCH] remove double initializationkay.sievers@vrfy.org2005-04-261-4/+4
* [PATCH] add -V option to udev to print the version numberkay.sievers@vrfy.org2005-04-261-1/+7
* [PATCH] handle /etc/hotplug.d/ only if the event comes from udevdkay.sievers@vrfy.org2005-04-261-0/+4
* [PATCH] trivial cleanups and change some commentskay.sievers@vrfy.org2005-04-261-3/+8
* [PATCH] remove unused variableskay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] use blacklist on device "remove" and remove dev.d/ call code duplicationkay.sievers@vrfy.org2005-04-261-14/+13
* [PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org2005-04-261-1/+1
* fixups to get back to proper patch orderGreg KH2005-04-261-5/+0
* [PATCH] don't call dev.d/ scripts twice, if directory = subsystemkay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org2005-04-261-4/+4
* [PATCH] fix spurious valgrind warning in udev.greg@kroah.com2005-04-261-0/+1
* [PATCH] DEVNAME on device removalsjoerd@spring.luon.net2005-04-261-0/+4
* [PATCH] handle whole hotplug event with udevd/udevkay.sievers@vrfy.org2005-04-261-8/+36
* [PATCH] integrate wait_for_sysfs in udevkay.sievers@vrfy.org2005-04-261-91/+95
* [PATCH] export DEVNAME on remove eventkay.sievers@vrfy.org2005-04-261-2/+5
* [PATCH] export udev_log flag to the environmentkay.sievers@vrfy.org2005-04-261-1/+9
* [PATCH] disable logging for udevstartkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org2005-04-261-2/+1
* [PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org2005-04-261-3/+6
* [PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org2005-04-261-9/+0
* [PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org2005-04-261-4/+4
* [PATCH] let udev act as udevstart if argv[1] == "udevstart"kay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org2005-04-261-10/+1
* [PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org2005-04-261-4/+1
* [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