about summary refs log tree commit diff
path: root/src/stdio/__stdio_read.c
Commit message (Expand)AuthorAgeFilesLines
* clean up stdio_impl.hRich Felker2012-11-081-0/+1
* avoid using pthread cleanup push/pop in stdio when not neededRich Felker2012-05-251-3/+7
* make stdio open, read, and write operations cancellation pointsRich Felker2012-02-021-1/+10
* work around a nasty bug in linux readv syscallRich Felker2011-04-091-3/+4
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-1/+17
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+6