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
Age
Commit message (
Expand
)
Author
1999-11-14
missing ;
explorer
1999-09-26
xref symlink(7)
jdolecek
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
1999-08-22
No need for "namespace.h".
kleink
1999-03-22
Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
garbled
1999-03-19
braces for gcc-2.8.1
christos
1999-03-19
include <fcntl.h> instead of <sys/file.h>
christos
1999-03-09
Functionally back out namespace.h revision 1.7 and perror.c revision 1.15;
kleink
1999-03-08
Const poisoning.
kleink
1999-01-28
stderr is not always but initially unbuffered.
kleink
1999-01-28
Per ANSI C, place the error message on the stderr stream rather than on
kleink
1999-01-12
* Add const keywords to function arguments as appropriate.
kleink
1999-01-06
When reopening in append mode, seek to the end of file in order to have the
kleink
1998-11-20
Need to wrap stdio stream locking around the function body. On the bright
kleink
1998-11-20
Deploy stdio stream locking.
kleink
1998-11-18
Oops, don't need <errno.h> any more.
kleink
1998-11-18
* Wrap file locking around the function body in order to have fseek() and
kleink
1998-11-17
revert previous change; this reveals another bug in lints LINTED option.
christos
1998-11-15
delint
christos
1998-11-15
This is ugly. There is a const castaway inside the print macro, so we cannot
christos
1998-11-15
st_blksize cannot be negative
christos
1998-11-15
change len from size_t to int so that len = fp->_r does not get promoted
christos
1998-10-25
Don't return immediately if EOF encountered while matching format string white
kleink
1998-10-18
Backed out previous fclose(NULL) change.
dbj
1998-10-18
Fix pr lib/6322
dbj
1998-10-18
Replace use of getdtablesize() with (the non-deprecated) sysconf(), hence no
kleink
1998-10-16
Need "namespace.h" for getdtablesize().
kleink
1998-10-16
Need an internal name for fgetln().
kleink
1998-10-15
Make sure we free the buffer in all error cases.
mycroft
1998-10-15
Allocate space exponentially, not linearly.
mycroft
1998-10-14
Need "namespace.h".
kleink
1998-10-13
Need an internal name for isatty().
kleink
1998-10-13
Need internal names for isinf() and isnan().
kleink
1998-10-13
Need internal names for snprintf() and vsnprintf().
kleink
1998-10-13
Need an internal name for fdopen().
kleink
1998-09-14
Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PR
tv
1998-09-09
Make the fseek() return value description match XSH5 (again).
kleink
1998-09-09
Typo; from Michael Richardson <mcr@sandelman.ottawa.on.ca> in PR misc/6053.
kleink
1998-09-09
Since perror() must be reentrant, change the storage class of the buffer used
kleink
1998-09-09
Perform stdio stream locking as appropriate.
kleink
1998-09-08
s/c_plusplus/__cplusplus/
kleink
1998-09-08
s/NULL/NUL/ where appropriate.
kleink
1998-09-07
Deploy stdio stream locking as necessary.
kleink
1998-09-07
Sloppy stdio stream lock tracking.
kleink
1998-09-07
Minor KNF nit.
kleink
1998-09-06
Sloppy stdio stream lock tracking.
kleink
1998-08-30
make sure asprintf and vasprintf get MLINKS to printf.3
perry
[next]