tdb: Write zero data using 8k buffer in transaction_expand_file()
[metze/samba/wip.git] / lib / tdb / common / mutex.c
2017-04-27 Ralph Boehmetdb: runtime check for robust mutexes may hang in threa...
2016-11-29 Volker Lendecketdb: Fix mutexes on FreeBSD
2016-11-29 Volker Lendecketdb: Only mmap the mutex area if not already mmap'ed
2016-11-29 Volker Lendecketdb: NULL out tdb->mutexes in tdb_mutex_munmap
2016-06-29 Jeremy Allisons3: tdb: On some platforms pthread_mutex_trylock()...
2016-04-12 Volker Lendecketdb mutex check: Fix CID 1358473 Uninitialized scalar...
2016-04-11 Uri Simchonitdb: rework cleanup logic in tdb_runtime_check_for_robu...
2016-03-29 Ralph Boehmetdb: avoid a race condition when checking for robust...
2015-03-26 Jeremy Allisonlib: tdb: Use sigaction when testing for robust mutexes.
2015-03-25 Andreas SchneiderRevert "lib: tdb: Use sigaction when testing for robust...
2015-03-24 Jeremy Allisonlib: tdb: Use sigaction when testing for robust mutexes.
2014-11-26 Volker Lendecketdb: Fix tdb_runtime_check_for_robust_mutexes()
2014-05-22 Volker Lendecketdb: add TDB_MUTEX_LOCKING support