aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fvwrite.c
Commit message (Expand)AuthorAgeFilesLines
* fflush: correct buffer handling in __sflushEd Maste2023-11-071-11/+2
* libc: remove unused errno.h includeEd Maste2023-11-071-1/+0
* fflush: correct buffer handling in __sflushDag-Erling Smørgrav2023-11-071-2/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* libc/stdio: only roll FILE state back on EINTRKonstantin Belousov2022-09-091-2/+3
* libc __sfvwrite(): roll back FILE buffer pointer on fflush errorKonstantin Belousov2022-03-141-2/+11
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Convert libc/stdio from K&R to ANSI CEd Maste2013-04-231-3/+1
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Eliminate dead store.Garrett Wollman2009-11-251-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-081-4/+1
* If handed a file pointer we can't write to, set errno properly to EBADFJordan K. Hubbard2004-03-021-1/+4
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-6/+6
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,Andrey A. Chernov2001-09-031-29/+4
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-1/+26
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Replace my original asprintf() and vasprintf() hacks with somethingPeter Wemm1998-07-081-1/+18
* 1) Restore back comment about snprintf()Andrey A. Chernov1997-12-241-7/+10
* Remove wrong comment about snprintf:Andrey A. Chernov1997-12-241-5/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-1/+6
* Code cleanup:-James Raynard1996-06-121-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+189