index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
fvwrite.c
Age
Commit message (
Expand
)
Author
2021-07-22
revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate
christos
2021-07-19
There's no need to adjust `iov' in the error path.
christos
2021-07-16
When fflush fails, adjust pointers and the io vectors. From RVP. Fixes
christos
2021-07-08
Obey EINTR and return immediately adjusting for unwritten. From RVP
christos
2021-07-06
Handle EINTR, from RVP.
christos
2012-03-27
- widen the internal read and write calls to match the syscalls
christos
2012-03-15
- ansify, knf.
christos
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2011-03-24
Eliminate dead store. From Henning Petersen in PR 42776. Doesn't change
dholland
2009-10-25
revert some of dsl's changes to make things build on i386; he can undo what
christos
2009-10-25
Lint is differentially far too picky...
dsl
2009-10-24
Remove a load of pointless casts - one that even lint doesn't bleat about.
dsl
2009-02-11
Fix sign-compare issues.
lukem
2007-02-02
Instead of abusing stdio to get a signal-safe version of sprintf, provide one.
christos
2006-10-27
Add signal-safe versions of snprintf and vsnprintf
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-18
Merge the nathanw_sa branch.
thorpej
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-15
delint
christos
1998-10-15
Allocate space exponentially, not linearly.
mycroft
1998-08-28
add asprintf and vasprintf, originally written by Todd Miller for OpenBSD
perry
1998-02-03
remove obsolete register declarations
perry
1997-07-13
Fix RCSID's
christos
1997-05-03
Upon an attempt to write to a stream that can't be written to, set errno
kleink
1996-03-29
Add explict function return types
jtc
1995-02-02
Merged with 4.4lite.
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd