chiark / gitweb /
volume_id: split raid and filesystem detection
[elogind.git] / udev_add.c
2006-02-03 Kay Sieversinclude sys/socket.h for klibc build
2006-01-25 Kay Sieversudevtest: add udev_rules_apply_format() to RUN keys
2006-01-09 Kay Sieversreplace libsysfs
2005-12-17 Kay Sieversadd DEVLINKS to the event environment
2005-12-16 Kay Sieversremove default settings in udev.conf
2005-11-16 Kay Sieversremove "udev_db" option from config file
2005-11-12 Kay Sieversremove all built-in wait_for_sysfs logic
2005-11-07 Marco d'Itrimove some logging from dbg() to info()
2005-11-07 Marco d'Itriadd strerror() to error logs
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-03 Kay Sieversfake also kernel-name if we renamed a netif
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-18 Kay Sieversremove device node, when type block/char has changed
2005-06-05 Kay Sieversudev: handle all events - not only class and block...
2005-04-27 kay.sievers@vrfy.org[PATCH] selinux: fix handling during creation of symlinks
2005-04-27 tklauser@access... [PATCH] fix stupid all_partitions bug
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] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] fix bad typo that prevents the GROUP to be...
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 Greg KHselinux merge fixups again...
2005-04-27 kay.sievers@vrfy.org[PATCH] don't lookup "root" in the userdb
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] remove Makefile magic for klibc integration
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 Greg KHmore merge fixups, looks like i missed a selinux patch...
2005-04-27 pebenito@gentoo.org[PATCH] udev selinux fix
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] introduce OPTIONS=ignore_device, ignore_remove...
2005-04-27 kay.sievers@vrfy.org[PATCH] fix special file mode mask for temporary device...
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] selinux: cleanup udev integration
2005-04-27 mbuesch@freenet.de[PATCH] The attached patch fixes the code path if named...
2005-04-27 kay.sievers@vrfy.org[PATCH] handle renamed network interfaces properly...
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify permission application
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] 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 kay.sievers@vrfy.org[PATCH] improve klibc fixup integration
2005-04-27 kay.sievers@vrfy.org[PATCH] $local user
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] remove sleeps from udev as it is external now
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...