summaryrefslogtreecommitdiffstats
path: root/source3/tdb/spinlock.c
Commit message (Collapse)AuthorAgeFilesLines
* r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach2007-10-101-17/+0
| | | | | the fastest clock available on uniprocessors. (This used to be commit d44862928206b524f826bd7c2997ab5353c0b6a0)
* r15448: New autoconf macro to test for sysconf variables.James Peach2007-10-101-1/+9
| | | | (This used to be commit a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4)
* r2924: Another #if that should be an #ifdef.Tim Potter2007-10-101-2/+2
| | | | (This used to be commit b6193f6d52a148c05b6b7cc33553f3b8ff94b64e)
* merge tdb changes from samba4 - this means tdb is now under the LGPL, as ↵Andrew Tridgell2004-03-281-11/+17
| | | | | | discussed and agreed previously (This used to be commit 9d1a08d65c4235a2a3941bba5b71631c4c35c9b7)
* IRIX spinlock patch from James Peach <jpeach@sgi.com>.Jeremy Allison2003-12-091-0/+45
| | | | | Jeremy. (This used to be commit 1ae1987a002716e8aa0d4bc0dd68f580ad762e47)
* fixed spinlocks in tdbAndrew Tridgell2003-10-181-1/+1
| | | | | I still wouldn't recommend them, but at least they now work (This used to be commit 76992e7d1655ed15d61254f2be651db020ec4f5e)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+1
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Tidyups to remove warnings on tdb standalone code.Jeremy Allison2001-12-111-1/+1
| | | | | Jeremy. (This used to be commit b03aaddcf35dee93556013eaac9d99bc0f22256a)
* PPC spinlocks work again. Sorry, my bad.Anton Blanchard2001-10-061-1/+1
| | | | (This used to be commit 6612abf8270c9c697fdb528aba3af07ea5be7f33)
* Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8Tim Potter2001-08-291-12/+12
| | | | | header files. (This used to be commit 888c852f01cec89b380fdf2564444b86d396c442)
* 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. (This used to be commit a58b89d33979f53daa2573c31eba024a26c46502)
* 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. (This used to be commit 9dea7b7c257db487f8ced7dad3fce92fba03ea91)