summaryrefslogtreecommitdiff
path: root/udev_db.c
AgeCommit message (Expand)Author
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