summaryrefslogtreecommitdiff
path: root/udev.c
AgeCommit message (Expand)Author
2005-04-26[PATCH] export DEVNAME regardless of the state of udev_dev_dkay.sievers@vrfy.org
2005-04-26[PATCH] check earlier if we should run as udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] remove double initializationkay.sievers@vrfy.org
2005-04-26[PATCH] add -V option to udev to print the version numberkay.sievers@vrfy.org
2005-04-26[PATCH] handle /etc/hotplug.d/ only if the event comes from udevdkay.sievers@vrfy.org
2005-04-26[PATCH] trivial cleanups and change some commentskay.sievers@vrfy.org
2005-04-26[PATCH] remove unused variableskay.sievers@vrfy.org
2005-04-26[PATCH] use blacklist on device "remove" and remove dev.d/ call code duplicationkay.sievers@vrfy.org
2005-04-26[PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org
2005-04-26fixups to get back to proper patch orderGreg KH
2005-04-26[PATCH] don't call dev.d/ scripts twice, if directory = subsystemkay.sievers@vrfy.org
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org
2005-04-26[PATCH] fix spurious valgrind warning in udev.greg@kroah.com
2005-04-26[PATCH] DEVNAME on device removalsjoerd@spring.luon.net
2005-04-26[PATCH] handle whole hotplug event with udevd/udevkay.sievers@vrfy.org
2005-04-26[PATCH] integrate wait_for_sysfs in udevkay.sievers@vrfy.org
2005-04-26[PATCH] export DEVNAME on remove eventkay.sievers@vrfy.org
2005-04-26[PATCH] export udev_log flag to the environmentkay.sievers@vrfy.org
2005-04-26[PATCH] disable logging for udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org
2005-04-26[PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org
2005-04-26[PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org
2005-04-26[PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org
2005-04-26[PATCH] let udev act as udevstart if argv[1] == "udevstart"kay.sievers@vrfy.org
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org
2005-04-26[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org
2005-04-26[PATCH] Remove the last klibc specific line from the main udev codekay.sievers@vrfy.org
2005-04-26[PATCH] expose sysfs functions for sharing itkay.sievers@vrfy.org
2005-04-26[PATCH] sparse cleanups on the treegreg@kroah.com
2005-04-26[PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org
2005-04-26[PATCH] close the syslogkay.sievers@vrfy.org
2005-04-26[PATCH] move assignments past local variablespatmans@us.ibm.com
2005-04-26[PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org
2005-04-26[PATCH] Fix build error with klibc due to recent changes.greg@kroah.com
2005-04-26[PATCH] mergegreg@kroah.com
2005-04-26[PATCH] fix asmlinkagembuesch@freenet.de
2005-04-26[PATCH] fix incompatible pointer type warningmbuesch@freenet.de
2005-04-26[PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org
2005-04-26[PATCH] handle only block and class deviceskay.sievers@vrfy.org
2005-04-26[PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] fix UDEV_NO_SLEEPtrini@kernel.crashing.org
2005-04-26[PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org
2005-04-26[PATCH] Add 'asmlinkage' to udev-030trini@kernel.crashing.org
2005-04-26[PATCH] fix udevd zombieskay.sievers@vrfy.org
2005-04-26[PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org
2005-04-26[PATCH] remove dbus code from core udev code as it's no longer needed to be t...greg@kroah.com
2005-04-26[PATCH] don't init namedev on removekay.sievers@vrfy.org
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org