chiark / gitweb /
update to udev-084/doc/writing_udev_rules
[elogind.git] / udev_remove.c
2006-01-10 Kay Sieversadd DEVLINKS to "remove" event
2006-01-09 Kay Sieversreplace libsysfs
2005-12-17 Kay Sieversadd DEVLINKS to the event environment
2005-11-22 Scott James Remnantmove delete_path() to utils
2005-11-16 Kay Sieversremove "udev_db" option from config file
2005-11-10 Kay Sieversfix tests and remove no longer useful stuff
2005-11-07 Marco d'Itrimove some logging from dbg() to info()
2005-11-07 Marco d'Itriadd strerror() to error logs
2005-11-05 Kay Sieversexport DEVNAME on "remove" only if we really got a...
2005-08-15 Kay Sieverscleanup some debug output and move to info level +...
2005-07-22 Kay Sieversmove code to its own files
2005-07-05 Kay Sieverscreate udevdb files only if somehting interesting happened
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-05 Kay Sieversudev: handle all events - not only class and block...
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 jkluebs@luebsphoto.com[PATCH] This patch causes the remove handler to check...
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] replace weird defines by real code
2005-04-27 kay.sievers@vrfy.org[PATCH] allow unlimitied count of symlinks
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup db functions
2005-04-27 kay.sievers@vrfy.org[PATCH] switch device type to enum
2005-04-27 kay.sievers@vrfy.org[PATCH] switch major/minor to dev_t
2005-04-27 kay.sievers@vrfy.org[PATCH] remove the device node only if the major/minor...
2005-04-27 kay.sievers@vrfy.org[PATCH] create /block/*/range count of partitons for...
2005-04-27 kay.sievers@vrfy.org[PATCH] provide temporary device node for callouts...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 kay.sievers@vrfy.org[PATCH] add NAME{ignore_remove} attribute
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] replace tdb database by simple lockless file...
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] prevent deadlocks on an corrupt udev database
2005-04-27 greg@kroah.com[PATCH] rename files to have '_' instead of '-' in...