Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-09 | use "(off_t)-1" instead of "-1L" (!) | flipk | |
1997-10-08 | Use lstat() not stat() so we catch dangling symlinks, hubertf@netbsd.org | Todd C. Miller | |
Also, update the man page to correspond to reality. | |||
1997-10-07 | 1) Don't truncate the input string when a directory cannot be stat'd | Todd C. Miller | |
2) Use traditional mktemp(3) semantics. Don't return an error if directories in the path don't exist yet for mktemp(3) only. | |||
1997-09-26 | Man link for mkdtemp(3). | Todd C. Miller | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-08 | Don't tell people to cast NULL to a specific pointer type. | Todd C. Miller | |
1997-06-30 | snprintf(3) is not non-portable (it is part of XPG4) it is just | Todd C. Miller | |
not availalble on older systems. | |||
1997-06-20 | Add mkdtemp(3) | Todd C. Miller | |
1997-06-13 | + an Xr | Theo de Raadt | |
1997-06-05 | Xr rmdir | Theo de Raadt | |
1997-05-31 | Need <errno.h> | Thorsten Lockert | |
1997-05-31 | Set errno to EBADF when trying to write to a stream not open for writing; | Thorsten Lockert | |
required by POSIX | |||
1997-04-07 | Change a stat(2) -> lstat(2) to avoid symlink games. From Keith | Todd C. Miller | |
Bostic <bostic@bostic.com>. | |||
1997-04-03 | 10 X's for mktemp() and mkstemp(). | Todd C. Miller | |
1997-02-12 | more XXXX for mktemp | Theo de Raadt | |
1997-02-10 | Pull in stdlib.h for arc4random prototype. | Todd C. Miller | |
1997-02-07 | pre-pad with random alphabetic letters instead of digit 0 | Theo de Raadt | |
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 | |