index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
os.h
Age
Commit message (
Expand
)
Author
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-10-14
Add assertions that LSM time calculations aren't wrapping, fix one case (afte...
Michael Cahill
2013-07-10
On some systems the system call can fail without setting errno. On
Susan LoVerso
2013-05-11
Support for a new configuration option, file_extend, that extends the file
Keith Bostic
2013-05-11
Rename the WT_FH.file_size field to be WT_FH.size.
Keith Bostic
2013-04-03
Delay inserts so that writing chunks to disk doesn't fall too far behind.
Michael Cahill
2013-03-04
Replace os_cache_max configuration and behavior with calls to: (1)
Keith Bostic
2013-02-28
Add a "maximum filesystem buffer cache" setting to files. After doing the sp...
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2012-01-02
Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standard
Keith Bostic
2012-01-02
Review pass over errno handling -- probably still not correct, but it's
Keith Bostic
2011-10-01
The SYSCALL_RETRY() macro was just wrong (it counted down, not up, and
Keith Bostic
2011-08-08
Add simple support for restarting system calls, open needs it, although the
Keith Bostic