summaryrefslogtreecommitdiff
path: root/src/include/os.h
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+3
* WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-1/+6
* Boolean conversion pass over include.Keith Bostic2015-09-271-1/+1
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-1/+1
* WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
* SERVER-19751 Retry pthread_create on EAGAIN or EINTR.Michael Cahill2015-08-051-1/+1
* Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-241-6/+31
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-2/+2
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-0/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Explicitly test for WT_FALLOCATE_NOT_AVAILABLE, that way code doesn'tKeith Bostic2014-11-171-6/+6
* Refactor the fallocate call.Keith Bostic2014-11-171-1/+6
* Put the format's '%' in the string, so WT_SIZET_FMT looks likeKeith Bostic2014-10-201-2/+2
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-0/+6
* Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic2014-10-131-1/+1
* Rename functions, and fix error handlingMark Benvenuto2014-10-131-1/+1
* Use a separate file handle for file truncation & allocationMark Benvenuto2014-10-131-0/+2
* Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic2014-10-121-3/+0
* Make fallocate/posix_fallocate more configurable.Keith Bostic2014-10-121-0/+3
* Fix a few copyright notices, comment format.Keith Bostic2014-10-091-1/+0
* Initial Windows PortMark Benvenuto2014-10-081-0/+5
* Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic2014-10-071-1/+1
* Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic2014-10-071-2/+5
* Formatting cleanups after the wt_off_t change.Keith Bostic2014-10-031-4/+4
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-3/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Add assertions that LSM time calculations aren't wrapping, fix one case (afte...Michael Cahill2013-10-141-0/+5
* On some systems the system call can fail without setting errno. OnSusan LoVerso2013-07-101-0/+4
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-0/+2
* Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-111-1/+2
* Delay inserts so that writing chunks to disk doesn't fall too far behind.Michael Cahill2013-04-031-0/+4
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-5/+3
* Add a "maximum filesystem buffer cache" setting to files. After doing the sp...Michael Cahill2013-02-281-0/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-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-2/+2
* Review pass over errno handling -- probably still not correct, but it'sKeith Bostic2012-01-021-7/+17
* The SYSCALL_RETRY() macro was just wrong (it counted down, not up, andKeith Bostic2011-10-011-4/+7
* Add simple support for restarting system calls, open needs it, although theKeith Bostic2011-08-081-0/+28