Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-05-27 | Don't decrement the current character pointer past the beginning of the | Todd C. Miller | |
buffer passed in. Based on a patch from Mark Andrews. deraadt@ OK | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-02 | more pid_t use | Theo de Raadt | |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt | |
1998-04-14 | wrap Z->a and z->A; peter@netplex.com.au | Theo de Raadt | |
1998-03-04 | uninitialized case; bde | Theo de Raadt | |
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-06-20 | Add mkdtemp(3) | Todd C. Miller | |
1997-04-07 | Change a stat(2) -> lstat(2) to avoid symlink games. From Keith | Todd C. Miller | |
Bostic <bostic@bostic.com>. | |||
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-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |