Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen | |
now done for the pmax like for the arc in machine/cdefs.h | |||
1997-01-19 | put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which | Thomas Graichen | |
is then set in the libc Makefile for the mips (the mips linker can't handle them) | |||
1996-12-28 | 95% of common uses of these are incorrect and insecure. correct use is | Theo de Raadt | |
incredibly rare. Time for some education! | |||
1996-12-28 | suggest alternative in ld warn message | Theo de Raadt | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-12-04 | formatting error | Theo de Raadt | |
1996-11-19 | Formatting error spotted by Theo | Todd C. Miller | |
1996-11-13 | va_list is *not* void* all over... | Niklas Hallqvist | |
1996-10-28 | Verify that file pointer is writable | Thorsten Lockert | |
1996-10-28 | remove(3) should be able to remove empty directories | Thorsten Lockert | |
1996-10-27 | Set errno to EBADF when attempting to write to a file pointer opened read-only | Thorsten Lockert | |
1996-10-26 | Need <errno.h> | Thorsten Lockert | |
1996-10-26 | Set errno when trying to write to a read-only stream | Thorsten Lockert | |
1996-09-29 | Document printf addition. From Mark Diekhans (markd@grizzly.com). | michaels | |
1996-09-24 | Support XPG/3-style positional arguments in printf family. | michaels | |
From Mark Diekhans (markd@grizzly.com). | |||
1996-09-20 | Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
Clarify description of seek function and that the seek function accepts an fpos_t argument and not an off_t argument. | |||
1996-09-20 | From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
fwopen() argument type mis-described | |||
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-05 | issetugid backwards, duh; thanks bitblt | Theo de Raadt | |
1996-08-25 | use issetugid() | Theo de Raadt | |
1996-08-21 | explain why mktemp is unsafe | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-13 | ((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR) | Theo de Raadt | |
becomes ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) my guess at what proven@cygnus.com found | |||
1996-07-31 | int not size_t, checked against K&R pg247; netbsd pr#2664, ↵ | Theo de Raadt | |
msaitoh@spa.is.uec.ac.jp | |||
1996-05-27 | whoops | Theo de Raadt | |
1996-05-10 | torek fix to close old descriptor silently | Theo de Raadt | |
1996-03-25 | Add const qualifier to match prototype | Thorsten Lockert | |
1996-01-29 | typo; fix from norijuki soda; netbsd pr#1954 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |