about summary refs log tree commit diff
path: root/src/stdio/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* remove cancellation points in stdioRich Felker2015-06-131-1/+1
* add O_CLOEXEC fallback for open and related functionsRich Felker2014-06-061-0/+2
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* greatly improve freopen behaviorRich Felker2012-10-241-8/+1
* add 'e' modifier (close-on-exec) to fopen and fdopenRich Felker2012-09-291-0/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* implement "low hanging fruit" from C11Rich Felker2012-08-251-2/+2
* make stdio open, read, and write operations cancellation pointsRich Felker2012-02-021-1/+1
* debloat: use __syscall instead of syscall where possibleRich Felker2011-04-171-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+34