chiark / gitweb /
update RELEASE-NOTES
[elogind.git] / udev.c
2005-07-06 Kay Sieversrename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
2005-07-05 Kay Sieverspack parsed rules list
2005-06-25 Kay Sieversunify execute_command() and execute_program()
2005-06-22 Kay Sieversfix the fix and change the file to wait for to the...
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-21 Kay Sieversfix udevstart and let all events trvel trough udev
2005-06-15 Kay Sieversudevd: control log-priority of the running daemon with...
2005-06-14 Hannes Reineckeudev: fix netdev RUN handling
2005-06-05 Kay Sieversudev: handle all events - not only class and block...
2005-06-05 Kay Sieversvolume_id: use udev-provided log-level
2005-06-05 Kay Sieversudev: move dev.d/ handling to external helper
2005-06-05 Kay Sieversudevd: listen for netlink events
2005-04-27 kay.sievers@vrfy.org[PATCH] export DEVNAME to RUN-key executed programs
2005-04-27 kay.sievers@vrfy.org[PATCH] add RUN key to be able to run rule based notifi...
2005-04-27 kay.sievers@vrfy.org[PATCH] move execute_program to utils + add action...
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] rename namedev_dev to udev_rule
2005-04-27 kay.sievers@vrfy.org[PATCH] correct enum device_type
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] split udev and udevstart
2005-04-27 kay.sievers@vrfy.org[PATCH] rename LOG to USE_LOG in all places
2005-04-27 kay.sievers@vrfy.org[PATCH] allow unlimitied count of symlinks
2005-04-27 kay.sievers@vrfy.org[PATCH] correct udev_init_device
2005-04-27 kay.sievers@vrfy.org[PATCH] determine device type in udev_init_device()
2005-04-27 kay.sievers@vrfy.org[PATCH] switch device type to enum
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
next