summaryrefslogtreecommitdiff
path: root/src/include/os.h
AgeCommit message (Expand)Author
2014-10-15MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic
2014-10-13Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic
2014-10-13Rename functions, and fix error handlingMark Benvenuto
2014-10-13Use a separate file handle for file truncation & allocationMark Benvenuto
2014-10-12Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic
2014-10-12Make fallocate/posix_fallocate more configurable.Keith Bostic
2014-10-09Fix a few copyright notices, comment format.Keith Bostic
2014-10-08Initial Windows PortMark Benvenuto
2014-10-07Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic
2014-10-07Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic
2014-10-03Formatting cleanups after the wt_off_t change.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-10-14Add assertions that LSM time calculations aren't wrapping, fix one case (afte...Michael Cahill
2013-07-10On some systems the system call can fail without setting errno. OnSusan LoVerso
2013-05-11Support for a new configuration option, file_extend, that extends the fileKeith Bostic
2013-05-11Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic
2013-04-03Delay inserts so that writing chunks to disk doesn't fall too far behind.Michael Cahill
2013-03-04Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic
2013-02-28Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-02Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standardKeith Bostic
2012-01-02Review pass over errno handling -- probably still not correct, but it'sKeith Bostic
2011-10-01The SYSCALL_RETRY() macro was just wrong (it counted down, not up, andKeith Bostic
2011-08-08Add simple support for restarting system calls, open needs it, although theKeith Bostic