summaryrefslogtreecommitdiff
path: root/src/include/os.h
AgeCommit message (Expand)Author
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