chiark / gitweb /
udev: handle all events - not only class and block devices
[elogind.git] / udev_remove.c
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...