Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Tidyups to remove warnings on tdb standalone code. | Jeremy Allison | 2001-12-11 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | PPC spinlocks work again. Sorry, my bad. | Anton Blanchard | 2001-10-06 | 1 | -1/+1 |
| | |||||
* | Renamed rwlock_t type to tdb_rwlock_t to avoid conflict with Solaris 8 | Tim Potter | 2001-08-29 | 1 | -12/+12 |
| | | | | header files. | ||||
* | Add missing gcc memory barriers, this bug showed up when doing a | Anton Blanchard | 2001-08-19 | 1 | -16/+43 |
| | | | | | | heavy netbench run. :) Rework ppc spinlocks to be faster. | ||||
* | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 2000-12-06 | 1 | -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. |