summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_write.c
AgeCommit message (Expand)AuthorLines
2015-06-13remove cancellation points in stdioRich Felker-13/+1
2014-03-24always initialize thread pointer at program startRich Felker-7/+3
2012-11-08clean up stdio_impl.hRich Felker-0/+1
2012-05-25avoid using pthread cleanup push/pop in stdio when not neededRich Felker-3/+7
2012-04-17also ensure that write buffer is bounded when __stdio_write returnsRich Felker-0/+1
2012-02-02make stdio open, read, and write operations cancellation pointsRich Felker-3/+17
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-4/+25
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9