1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib/tdb/common
Jeremy Allison a90ba70cbf Remove unecessary msync.
Jeremy.
(This used to be commit 0bae1ef3de)
2008-09-05 15:32:22 -07:00
..
dump.c r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
error.c r24340: Use standard data type uint32_t rather than tdb-specific u32. 2007-10-10 12:29:30 -05:00
freelist.c merged changes from v4-0-test 2008-01-18 15:46:15 +11:00
freelistcheck.c r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
io.c Remove unecessary msync. 2008-09-05 15:32:22 -07:00
lock.c Sync tdb with the tdb changes in ctdb. Spoke to tridge about 2008-01-11 15:08:37 -08:00
open.c Don't try ftruncate when the tdb is opened read-only 2008-01-16 21:18:26 +01:00
tdb_private.h merged changes from v4-0-test 2008-01-18 15:46:15 +11:00
tdb.c Attempt to fix bug 5684 2008-08-13 10:53:17 +02:00
transaction.c The msync manpage reports that msync *must* be called before munmap. Failure to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here. 2008-09-03 14:25:33 -04:00
traverse.c Convert in_transaction to a bool. Add the same fix Volker 2008-05-20 14:18:58 -07:00