summaryrefslogtreecommitdiff
path: root/src/os_posix/os_stdio.c
Commit message (Expand)AuthorAgeFilesLines
* Make --with-spinlock=pthread_logging option compile again.Keith Bostic2015-04-021-14/+8
* Initialize mode. #1785Susan LoVerso2015-03-241-0/+1
* Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-16/+14
* Remove WT_UNUSED(session), it's used.Keith Bostic2015-03-221-2/+0
* If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-201-7/+19
* I broke the Windows code linting the POSIX code, fix it up.Keith Bostic2015-03-201-6/+6
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-8/+67
* Windows wants FILE handles in binary mode, add a mode argument toKeith Bostic2015-03-201-2/+17
* Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-201-0/+50