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
/
fread.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-01-25
apparently ansi c only required fread(3) to return 0 if size or nmembs == 0.
lukem
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-17
revert previous; if we examine SUS more closely we find that unless explictly...
lukem
1999-09-16
return (0) if size or count == 0 before check for _DIAGASSERT(buf != NULL).
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-02-03
remove obsolete register declarations
perry
1998-01-19
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
jtc
1997-07-13
Fix RCSID's
christos
1995-02-02
Merged with 4.4lite.
jtc
1993-12-14
Change from Chris Torek (via comp.std.c) to make fread() ANSI compliant.
jtc
1993-10-04
fread and fwrite both return size_t, not int.
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