summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
1997-04-0310 X's for mktemp() and mkstemp().Todd C. Miller
1997-02-12more XXXX for mktempTheo de Raadt
1997-02-10Pull in stdlib.h for arc4random prototype.Todd C. Miller
1997-02-07pre-pad with random alphabetic letters instead of digit 0Theo de Raadt
1997-01-20back out my last change to avoid the __warn_references on the mips - it'sThomas Graichen
1997-01-19put all the __warn_references behind a #ifndef NO_WARN_REFERENCES whichThomas Graichen
1996-12-2895% of common uses of these are incorrect and insecure. correct use isTheo de Raadt
1996-12-28suggest alternative in ld warn messageTheo de Raadt
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-12-04formatting errorTheo de Raadt
1996-11-19Formatting error spotted by TheoTodd C. Miller
1996-11-13va_list is *not* void* all over...Niklas Hallqvist
1996-10-28Verify that file pointer is writableThorsten Lockert
1996-10-28remove(3) should be able to remove empty directoriesThorsten Lockert
1996-10-27Set errno to EBADF when attempting to write to a file pointer opened read-onlyThorsten Lockert
1996-10-26Need <errno.h>Thorsten Lockert
1996-10-26Set errno when trying to write to a read-only streamThorsten Lockert
1996-09-29Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels
1996-09-24Support XPG/3-style positional arguments in printf family.michaels
1996-09-20Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-20From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-09-05issetugid backwards, duh; thanks bitbltTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-21explain why mktemp is unsafeTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-13((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)Theo de Raadt
1996-07-31int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec...Theo de Raadt
1996-05-27whoopsTheo de Raadt
1996-05-10torek fix to close old descriptor silentlyTheo de Raadt
1996-03-25Add const qualifier to match prototypeThorsten Lockert
1996-01-29typo; fix from norijuki soda; netbsd pr#1954Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt