summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* back out my last change to avoid the __warn_references on the mips - it'sgraichen1997-01-204-12/+4
| | | | now done for the pmax like for the arc in machine/cdefs.h
* put all the __warn_references behind a #ifndef NO_WARN_REFERENCES whichgraichen1997-01-194-4/+12
| | | | | is then set in the libc Makefile for the mips (the mips linker can't handle them)
* 95% of common uses of these are incorrect and insecure. correct use isderaadt1996-12-283-9/+32
| | | | incredibly rare. Time for some education!
* suggest alternative in ld warn messagederaadt1996-12-281-2/+3
|
* Clean up lint and compile warningstholo1996-12-141-9/+6
|
* formatting errorderaadt1996-12-041-2/+2
|
* Formatting error spotted by Theomillert1996-11-191-2/+2
|
* va_list is *not* void* all over...niklas1996-11-131-18/+23
|
* Verify that file pointer is writabletholo1996-10-282-2/+14
|
* remove(3) should be able to remove empty directoriestholo1996-10-281-2/+9
|
* Set errno to EBADF when attempting to write to a file pointer opened read-onlytholo1996-10-271-2/+5
|
* Need <errno.h>tholo1996-10-261-1/+2
|
* Set errno when trying to write to a read-only streamtholo1996-10-261-2/+4
|
* Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels1996-09-291-1/+16
|
* Support XPG/3-style positional arguments in printf family.michaels1996-09-241-23/+409
| | | | From Mark Diekhans (markd@grizzly.com).
* Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>:tholo1996-09-201-4/+6
| | | | | Clarify description of seek function and that the seek function accepts an fpos_t argument and not an off_t argument.
* From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:tholo1996-09-201-2/+2
| | | | fwopen() argument type mis-described
* Remove dead codetholo1996-09-152-5/+4
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* issetugid backwards, duh; thanks bitbltderaadt1996-09-051-2/+2
|
* use issetugid()deraadt1996-08-251-2/+2
|
* explain why mktemp is unsafederaadt1996-08-211-1/+7
|
* Fix RCS idstholo1996-08-1991-461/+91
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* ((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)deraadt1996-08-131-1/+1
| | | | | | becomes ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) my guess at what proven@cygnus.com found
* int not size_t, checked against K&R pg247; netbsd pr#2664, msaitoh@spa.is.uec.ac.jpderaadt1996-07-311-1/+1
|
* whoopsderaadt1996-05-271-2/+2
|
* torek fix to close old descriptor silentlyderaadt1996-05-101-3/+3
|
* Add const qualifier to match prototypetholo1996-03-251-1/+1
|
* typo; fix from norijuki soda; netbsd pr#1954deraadt1996-01-291-2/+2
|
* initial import of NetBSD treederaadt1995-10-1891-0/+11110