summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fvwrite.c
AgeCommit message (Expand)Author
2021-07-22revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigatechristos
2021-07-19There's no need to adjust `iov' in the error path.christos
2021-07-16When fflush fails, adjust pointers and the io vectors. From RVP. Fixeschristos
2021-07-08Obey EINTR and return immediately adjusting for unwritten. From RVPchristos
2021-07-06Handle EINTR, from RVP.christos
2012-03-27- widen the internal read and write calls to match the syscallschristos
2012-03-15- ansify, knf.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-03-24Eliminate dead store. From Henning Petersen in PR 42776. Doesn't changedholland
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-25Lint is differentially far too picky...dsl
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2009-02-11Fix sign-compare issues.lukem
2007-02-02Instead of abusing stdio to get a signal-safe version of sprintf, provide one.christos
2006-10-27Add signal-safe versions of snprintf and vsnprintfchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-10-15Allocate space exponentially, not linearly.mycroft
1998-08-28add asprintf and vasprintf, originally written by Todd Miller for OpenBSDperry
1998-02-03remove obsolete register declarationsperry
1997-07-13Fix RCSID'schristos
1997-05-03Upon an attempt to write to a stream that can't be written to, set errnokleink
1996-03-29Add explict function return typesjtc
1995-02-02Merged with 4.4lite.jtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd