chiark / gitweb /
[PATCH] Fix gentoo bug #76056 (fb device group permissions.)
[elogind.git] / udev.c
2005-04-27 kay.sievers@vrfy.org[PATCH] handle renamed network interfaces properly...
2005-04-27 kay.sievers@vrfy.org[PATCH] complete removal of explicit udev permissions...
2005-04-27 kay.sievers@vrfy.org[PATCH] klibc supports LOG_PID now, so remove our own...
2005-04-27 Greg KHbleah, more merge fixes...
2005-04-27 kay.sievers@vrfy.org[PATCH] export DEVNAME regardless of the state of udev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] check earlier if we should run as udevstart
2005-04-27 kay.sievers@vrfy.org[PATCH] remove double initialization
2005-04-27 kay.sievers@vrfy.org[PATCH] add -V option to udev to print the version...
2005-04-27 kay.sievers@vrfy.org[PATCH] handle /etc/hotplug.d/ only if the event comes...
2005-04-27 kay.sievers@vrfy.org[PATCH] trivial cleanups and change some comments
2005-04-27 kay.sievers@vrfy.org[PATCH] remove unused variables
2005-04-27 kay.sievers@vrfy.org[PATCH] use blacklist on device "remove" and remove...
2005-04-27 kay.sievers@vrfy.org[PATCH] don't call the hotplug scripts with a test run
2005-04-27 Greg KHfixups to get back to proper patch order
2005-04-27 kay.sievers@vrfy.org[PATCH] don't call dev.d/ scripts twice, if directory...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 greg@kroah.com[PATCH] fix spurious valgrind warning in udev.
2005-04-27 sjoerd@spring.luon.net[PATCH] DEVNAME on device removal
2005-04-27 kay.sievers@vrfy.org[PATCH] handle whole hotplug event with udevd/udev
2005-04-27 kay.sievers@vrfy.org[PATCH] integrate wait_for_sysfs in udev
2005-04-27 kay.sievers@vrfy.org[PATCH] export DEVNAME on remove event
2005-04-27 kay.sievers@vrfy.org[PATCH] export udev_log flag to the environment
2005-04-27 kay.sievers@vrfy.org[PATCH] disable logging for udevstart
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udevdb* to udev_db*
2005-04-27 kay.sievers@vrfy.org[PATCH] Make dev.d/ handling a separate processing...
2005-04-27 kay.sievers@vrfy.org[PATCH] make the udev object available to more processi...
2005-04-27 kay.sievers@vrfy.org[PATCH] add ACTION to udev object to expose it to the...
2005-04-27 kay.sievers@vrfy.org[PATCH] let udev act as udevstart if argv[1] == "udevstart"
2005-04-27 kay.sievers@vrfy.org[PATCH] replace tdb database by simple lockless file...
2005-04-27 kay.sievers@vrfy.org[PATCH] Don't use any syslog() in signal handler, cause...
2005-04-27 kay.sievers@vrfy.org[PATCH] Remove the last klibc specific line from the...
2005-04-27 kay.sievers@vrfy.org[PATCH] expose sysfs functions for sharing it
2005-04-27 greg@kroah.com[PATCH] sparse cleanups on the tree
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup netif handling and netif-dev.d/ events
2005-04-27 kay.sievers@vrfy.org[PATCH] big cleanup of internal udev api
2005-04-27 kay.sievers@vrfy.org[PATCH] close the syslog
2005-04-27 patmans@us.ibm.com[PATCH] move assignments past local variables
2005-04-27 kay.sievers@vrfy.org[PATCH] remove sleeps from udev as it is external now
2005-04-27 greg@kroah.com[PATCH] Fix build error with klibc due to recent changes.
2005-04-27 greg@kroah.com[PATCH] merge
2005-04-27 mbuesch@freenet.de[PATCH] fix asmlinkage
2005-04-27 mbuesch@freenet.de[PATCH] fix incompatible pointer type warning
2005-04-27 kay.sievers@vrfy.org[PATCH] prevent deadlocks on an corrupt udev database
2005-04-27 kay.sievers@vrfy.org[PATCH] handle only block and class devices
2005-04-27 kay.sievers@vrfy.org[PATCH] Fix naming ethernet devices in udevstart
2005-04-27 trini@kernel.crash... [PATCH] fix UDEV_NO_SLEEP
2005-04-27 trini@kernel.crash... [PATCH] Make udev/udevstart be one binary
2005-04-27 trini@kernel.crash... [PATCH] Add 'asmlinkage' to udev-030
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udevd zombies
2005-04-27 kay.sievers@vrfy.org[PATCH] hmm, handle net devices with udev?
2005-04-27 greg@kroah.com[PATCH] remove dbus code from core udev code as it...
2005-04-27 kay.sievers@vrfy.org[PATCH] don't init namedev on remove
2005-04-27 kay.sievers@vrfy.org[PATCH] replace fgets() with mmap() and introduce udev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] overall trivial trivial cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] blacklist pcmcia_socket
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part four
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part three
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - allow all files in a directory as the...
2005-04-27 greg@kroah.com[PATCH] force udev to include the internal version...
2005-04-27 patmans@us.ibm.com[PATCH] udev use new libsysfs header file location
2005-04-27 greg@kroah.com[PATCH] add udevtest program to build
2005-04-27 greg@kroah.com[PATCH] more logging.h cleanups to be a bit more flexible.
2005-04-27 kay.sievers@vrfy.org[PATCH] compile udevd with klibc
2005-04-27 greg@kroah.com[PATCH] fix log option code so that it actually works...
2005-04-27 greg@kroah.com[PATCH] rework the logging code so that each program...
2005-04-27 kay.sievers@vrfy.org[PATCH] udevd - next round of fixes
2005-04-27 greg@kroah.com[PATCH] rip out command line code from udev, now that...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - reverse user query options
2005-04-27 kay.sievers@vrfy.org[PATCH] add udev logging to info log
2005-04-27 greg@kroah.com[PATCH] add usb_host and pci_bus to the class blacklist.
2005-04-27 greg@kroah.com[PATCH] Cset exclude: greg@kroah.com|ChangeSet|20040113...
2005-04-27 greg@kroah.com[PATCH] Fix stupid gcc "optimization" of 1 character...
2005-04-27 kay.sievers@vrfy.org[PATCH] more advanced user query options
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - advanced user query options
2005-04-27 tiggi@infa.abo.fi[PATCH] udev 012 old gcc fixup
2005-04-27 christophe@saout.de[PATCH] add IGNORE rule type
2005-04-27 christophe@saout.de[PATCH] small cleanup
2005-04-27 greg@kroah.com[PATCH] add a blacklist of class devices we do not...
2005-04-27 kay.sievers@vrfy.org[PATCH] mention user callable udev + options in man...
2005-04-27 kay.sievers@vrfy.org[PATCH] make udev user callable to query the database
2005-04-27 greg@kroah.com[PATCH] move the signal handling registration to after...
2005-04-27 mbuesch@freenet.de[PATCH] introduce signal handler
2005-04-27 mbuesch@freenet.de[PATCH] proper cleanup on udevdb_init() failure
2005-04-27 greg@kroah.com[PATCH] move all of the DBUS logic into one file and...
2005-04-27 david@fubar.dk[PATCH] D-BUS patch for udev-008
2005-04-27 greg@kroah.com[PATCH] get rid of the majority of the debug environmen...
2005-04-27 greg@kroah.com[PATCH] add support for a main udev config file, udev...
2005-04-27 greg@kroah.com[PATCH] changed the default location of the database...
2005-04-27 kay.sievers@vrfy.org[PATCH] overall whitespace + debug text conditioning
2005-04-27 greg@kroah.com[PATCH] change UDEV_SYSFS_PATH environment variable...
2005-04-27 greg@kroah.com[PATCH] rename namedev.permissions and namedev.config...
2005-04-27 greg@kroah.com[PATCH] more overrides of config info with env variable...
2005-04-27 greg@kroah.com[PATCH] make config files, sysfs root, and udev root...
2005-04-27 greg@kroah.com[PATCH] add version to debug log on startup.
2005-04-27 patmans@us.ibm.com[PATCH] add callout config type to udev
2005-04-27 dsteklof@us.ibm.com[PATCH] udevdb patch
2005-04-27 greg@kroah.com[PATCH] split udev main logic into udev-add and udev...
2005-04-27 greg@kroah.com[PATCH] Clean up the namedev interface a bit, making...
2005-04-27 greg@kroah.com[PATCH] add initial libsysfs support...
2005-04-27 greg@kroah.com[PATCH] Initial namedev parsing of config files
next