summaryrefslogtreecommitdiff
path: root/tdb/tdb.h
AgeCommit message (Collapse)Author
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org
This makes the udev operation completely lockless by storing a file for every node in /dev/.udevdb/* This solved the problem with deadlocking concurrent udev processes waiting for each other to release the file lock under heavy load.
2005-04-26[PATCH] signal fixes due to klibc update.greg@kroah.com
2005-04-26[PATCH] fix some compiler warnings in the tdb code.greg@kroah.com
2005-04-26[PATCH] klibc makefile fixesarnd@arndb.de
2005-04-26[PATCH] Added tdb code from latest cvs version in the samba treegreg@kroah.com