chiark / gitweb /
volume_id: update ext detection
[elogind.git] / udev_db.c
2007-08-26 Kay Sieverstrack "move" events to rename database and failed files
2007-04-06 Kay Sieversudevinfo: export all information stored in database
2007-03-23 Kay Sieversudevinfo: relax check for the correct device if looked...
2007-03-21 Kay Sieversudevtest: add --force mode
2007-03-18 Kay Sieverspriority based symlink handling
2007-03-17 Kay Sieversread list of devices from index, make index private...
2007-03-16 Kay Sieverscleanup already existing db-entries and db-index on...
2007-03-16 Kay Sieverspick actual valid device in udev_db_lookup_name
2007-03-16 Kay Sieversadd link_priority to rule options, and store it in...
2007-03-16 Kay Sieversstore devpath with the usual leading slash
2007-03-15 Kay Sieversmaintain index over device-names to devpath relation
2007-03-14 Kay Sieversencode db-file names, instead of just replacing '/'
2007-01-23 Sergey Vlasovunlink old database file before creating a new one
2006-08-27 Kay Sieversupdate source file headers
2006-08-24 Kay Sieversrename major/minor variable to maj/min to avoid warning
2006-08-23 Kay Sieversudev_db.c: include <sys/stat.h>
2006-08-21 Kay Sieversdb: don't create a db file for only a node name to...
2006-08-19 Kay Sieversconsistent key naming to match only the event device...
2006-08-18 Kay Sieversdb: store devpath - node relationship for all devices
2006-01-09 Kay Sieversreplace libsysfs
2005-12-20 Kay Sieversdon't log error if database does not exist
2005-11-24 Kay Sieversmerge two consecutive static strlcat's
2005-11-16 Kay Sieversremove "udev_db" option from config file
2005-11-07 Marco d'Itrimove some logging from dbg() to info()
2005-11-07 Marco d'Itriadd strerror() to error logs
2005-08-27 Kay Sieversdon't store devpath in udevdb, we don't need it
2005-08-27 Kay Sieverschange parameter order of udev_db_search_name()
2005-08-27 Kay Sieversprepare for new HAL udevdb dump
2005-08-26 Kay Sieversfix lookup for name in the udevdb, it should return...
2005-08-15 Kay Sieverscleanup some debug output and move to info level +...
2005-08-13 Kay SieversMerge rsync.kernel.org/pub/scm/linux/hotplug/udev
2005-08-12 Kay Sieversfix more compiler warnings ...
2005-08-08 Kay Sieversswitch some strlcpy's to memcpy
2005-07-22 Kay Sieversmove code to its own files
2005-07-05 Kay Sieverscreate udevdb files only if somehting interesting happened
2005-06-26 Kay Sieversstore the imported device information in the udevdb
2005-04-27 kay.sievers@vrfy.org[PATCH] fix klibc's broken strlcpy/strlcat
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] udev_volume_id: version 39
2005-04-27 kay.sievers@vrfy.org[PATCH] udevinfo -d: speed-up device dump
2005-04-27 kay.sievers@vrfy.org[PATCH] allow unlimitied count of symlinks
2005-04-27 kay.sievers@vrfy.org[PATCH] unmap db-file after use
2005-04-27 kay.sievers@vrfy.org[PATCH] udevinfo: print devpath -> node relationship...
2005-04-27 kay.sievers@vrfy.org[PATCH] trivial rename of some variables
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup db functions
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] fix -Wsign-compare warnings
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*