summaryrefslogtreecommitdiff
path: root/udev_db.c
AgeCommit message (Expand)Author
2007-04-06udevinfo: export all information stored in databaseKay Sievers
2007-03-23udevinfo: relax check for the correct device if looked up by nameKay Sievers
2007-03-21udevtest: add --force modeKay Sievers
2007-03-18priority based symlink handlingKay Sievers
2007-03-17read list of devices from index, make index private to databaseKay Sievers
2007-03-16cleanup already existing db-entries and db-index on device updateKay Sievers
2007-03-16pick actual valid device in udev_db_lookup_nameKay Sievers
2007-03-16add link_priority to rule options, and store it in databaseKay Sievers
2007-03-16store devpath with the usual leading slashKay Sievers
2007-03-15maintain index over device-names to devpath relationKay Sievers
2007-03-14encode db-file names, instead of just replacing '/'Kay Sievers
2007-01-23unlink old database file before creating a new oneSergey Vlasov
2006-08-28update source file headersKay Sievers
2006-08-24rename major/minor variable to maj/min to avoid warningKay Sievers
2006-08-24udev_db.c: include <sys/stat.h>Kay Sievers
2006-08-21db: don't create a db file for only a node name to storeKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers
2006-08-18db: store devpath - node relationship for all devicesKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-12-20don't log error if database does not existKay Sievers
2005-11-24merge two consecutive static strlcat'sKay Sievers
2005-11-16remove "udev_db" option from config fileKay Sievers
2005-11-07move some logging from dbg() to info()Marco d'Itri
2005-11-07add strerror() to error logsMarco d'Itri
2005-08-27don't store devpath in udevdb, we don't need itKay Sievers
2005-08-27change parameter order of udev_db_search_name()Kay Sievers
2005-08-27prepare for new HAL udevdb dumpKay Sievers
2005-08-26fix lookup for name in the udevdb, it should return the devpathKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-13fix more compiler warnings ...Kay Sievers
2005-08-08switch some strlcpy's to memcpyKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-05create udevdb files only if somehting interesting happenedKay Sievers
2005-06-26store the imported device information in the udevdbKay Sievers
2005-04-26[PATCH] fix klibc's broken strlcpy/strlcatkay.sievers@vrfy.org
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org
2005-04-26[PATCH] udev_volume_id: version 39kay.sievers@vrfy.org
2005-04-26[PATCH] udevinfo -d: speed-up device dumpkay.sievers@vrfy.org
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org
2005-04-26[PATCH] unmap db-file after usekay.sievers@vrfy.org
2005-04-26[PATCH] udevinfo: print devpath -> node relationship for all deviceskay.sievers@vrfy.org
2005-04-26[PATCH] trivial rename of some variableskay.sievers@vrfy.org
2005-04-26[PATCH] cleanup db functionskay.sievers@vrfy.org
2005-04-26[PATCH] switch major/minor to dev_tkay.sievers@vrfy.org
2005-04-26[PATCH] remove the device node only if the major/minor number matcheskay.sievers@vrfy.org
2005-04-26[PATCH] fix -Wsign-compare warningskay.sievers@vrfy.org
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org
2005-04-26[PATCH] add NAME{ignore_remove} attributekay.sievers@vrfy.org
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org