summaryrefslogtreecommitdiff
path: root/src/os_posix/os_ftruncate.c
Commit message (Expand)AuthorAgeFilesLines
* Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic2014-10-121-12/+5
* Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic2014-10-071-5/+12
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* whitespaceKeith Bostic2013-05-161-1/+1
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-1/+1
* Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-111-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-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
* The SYSCALL_RETRY() macro was just wrong (it counted down, not up, andKeith Bostic2011-10-011-3/+3
* Add simple support for restarting system calls, open needs it, although theKeith Bostic2011-08-081-2/+5
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-1/+1
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-6/+2
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Truncate the file if the last blocks of the file appear on the free-list.Keith Bostic2011-02-031-0/+30