about summary refs log tree commit diff
path: root/src/stdio/__stdio_write.c
Commit message (Expand)AuthorAgeFilesLines
* remove cancellation points in stdioRich Felker2015-06-131-13/+1
* always initialize thread pointer at program startRich Felker2014-03-241-7/+3
* 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
* also ensure that write buffer is bounded when __stdio_write returnsRich Felker2012-04-171-0/+1
* make stdio open, read, and write operations cancellation pointsRich Felker2012-02-021-3/+17
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-4/+25
* 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/+9