summaryrefslogtreecommitdiff
path: root/src/os_posix/os_fsync.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-7/+0
* Use #ifdef, not #if for HAVE_POSIX_FADVISE, autoconf doesn't defineKeith Bostic2013-03-011-1/+1
* Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill2013-02-281-3/+10
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-071-1/+1
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standardKeith Bostic2012-01-021-1/+1
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-2/+1
* automatically prepend verbose messages with their particular tag lineKeith Bostic2011-11-291-1/+1
* The SYSCALL_RETRY() macro was just wrong (it counted down, not up, andKeith Bostic2011-10-011-2/+3
* Add simple support for restarting system calls, open needs it, although theKeith Bostic2011-08-081-2/+3
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-2/+0
* Use a C99 variadic macro to simplify WT_VERBOSE.Michael Cahill2011-06-271-2/+1
* Change WT_VERBOSE to take a session as its first argument, that's the primaryKeith Bostic2011-06-261-1/+1
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-1/+1
* Treating the statistics fields as an array makes it too easy to walk off theKeith Bostic2011-04-081-1/+1
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-3/+4
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Restructure the tree to ease merge.Michael Cahill2011-02-011-0/+29