Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | back out my last change to avoid the __warn_references on the mips - it's | 1997-01-20 | 4 | -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 which | 1997-01-19 | 4 | -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 is | 1996-12-28 | 3 | -9/+32 | ||
| | | | | incredibly rare. Time for some education! | |||||
* | suggest alternative in ld warn message | 1996-12-28 | 1 | -2/+3 | ||
| | ||||||
* | Clean up lint and compile warnings | 1996-12-14 | 1 | -9/+6 | ||
| | ||||||
* | formatting error | 1996-12-04 | 1 | -2/+2 | ||
| | ||||||
* | Formatting error spotted by Theo | 1996-11-19 | 1 | -2/+2 | ||
| | ||||||
* | va_list is *not* void* all over... | 1996-11-13 | 1 | -18/+23 | ||
| | ||||||
* | Verify that file pointer is writable | 1996-10-28 | 2 | -2/+14 | ||
| | ||||||
* | remove(3) should be able to remove empty directories | 1996-10-28 | 1 | -2/+9 | ||
| | ||||||
* | Set errno to EBADF when attempting to write to a file pointer opened read-only | 1996-10-27 | 1 | -2/+5 | ||
| | ||||||
* | Need <errno.h> | 1996-10-26 | 1 | -1/+2 | ||
| | ||||||
* | Set errno when trying to write to a read-only stream | 1996-10-26 | 1 | -2/+4 | ||
| | ||||||
* | Document printf addition. From Mark Diekhans (markd@grizzly.com). | 1996-09-29 | 1 | -1/+16 | ||
| | ||||||
* | Support XPG/3-style positional arguments in printf family. | 1996-09-24 | 1 | -23/+409 | ||
| | | | | From Mark Diekhans (markd@grizzly.com). | |||||
* | Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>: | 1996-09-20 | 1 | -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>: | 1996-09-20 | 1 | -2/+2 | ||
| | | | | fwopen() argument type mis-described | |||||
* | Remove dead code | 1996-09-15 | 2 | -5/+4 | ||
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | |||||
* | issetugid backwards, duh; thanks bitblt | 1996-09-05 | 1 | -2/+2 | ||
| | ||||||
* | use issetugid() | 1996-08-25 | 1 | -2/+2 | ||
| | ||||||
* | explain why mktemp is unsafe | 1996-08-21 | 1 | -1/+7 | ||
| | ||||||
* | Fix RCS ids | 1996-08-19 | 91 | -461/+91 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | ((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR) | 1996-08-13 | 1 | -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.jp | 1996-07-31 | 1 | -1/+1 | ||
| | ||||||
* | whoops | 1996-05-27 | 1 | -2/+2 | ||
| | ||||||
* | torek fix to close old descriptor silently | 1996-05-10 | 1 | -3/+3 | ||
| | ||||||
* | Add const qualifier to match prototype | 1996-03-25 | 1 | -1/+1 | ||
| | ||||||
* | typo; fix from norijuki soda; netbsd pr#1954 | 1996-01-29 | 1 | -2/+2 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 91 | -0/+11110 | ||