index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
fvwrite.c
Age
Commit message (
Expand
)
Author
2009-11-09
Fix the handle locking in stdio to use flockfile/funlockfile
Kurt Miller
2009-10-22
Back out previous commit, as it caused too much growth for the install
Philip Guenthe
2009-10-21
Fix the handle locking in stdio to use flockfile/funlockfile
Philip Guenthe
2005-08-08
zap remaining rcsid.
Marc Espie
2004-09-28
deregister + ansify, no change in object code. ok deraadt@ millert@
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-07-09
a first pass at -Wall
Theo de Raadt
1999-08-07
Local changes that should not have gone in
Todd C. Miller
1999-08-07
If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk
Todd C. Miller
1998-11-20
Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org
Todd C. Miller
1998-08-14
realloc repair
Theo de Raadt
1997-11-30
Deal with realloc() failure in v?asprintf()
Todd C. Miller
1997-11-29
Implement asprintf(3) and vasprintf(3) functions similar to the
Todd C. Miller
1996-10-26
Need <errno.h>
Thorsten Lockert
1996-10-26
Set errno when trying to write to a read-only stream
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt