summaryrefslogtreecommitdiffstats
path: root/source/tdb/spinlock.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Tidyups to remove warnings on tdb standalone code.Jeremy Allison2001-12-111-1/+1
| | | | Jeremy.
* PPC spinlocks work again. Sorry, my bad.Anton Blanchard2001-10-061-1/+1
|
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-291-12/+12
| | | | header files.
* Add missing gcc memory barriers, this bug showed up when doing aAnton Blanchard2001-08-191-16/+43
| | | | | | heavy netbench run. :) Rework ppc spinlocks to be faster.
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-0/+403
a --with-spinlocks option to configure, this does mean the on-disk tdb format has changed, so 2.2alphaX sites will need to re-create their tdb's. The upside is no more tdb fragmentation and a +5% on netbench. Swings and roundabouts.... Jeremy.