Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deregister + ansify, no change in object code. ok deraadt@ millert@ | 2004-09-28 | 1 | -18/+8 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Don't decrement the current character pointer past the beginning of the | 2002-05-27 | 1 | -3/+3 | |
| | | | | buffer passed in. Based on a patch from Mark Andrews. deraadt@ OK | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | more pid_t use | 2002-01-02 | 1 | -2/+3 | |
| | |||||
* | add mkstemp(char *template, int suffixlen) interface | 1998-06-30 | 1 | -12/+34 | |
| | |||||
* | wrap Z->a and z->A; peter@netplex.com.au | 1998-04-14 | 1 | -2/+4 | |
| | |||||
* | uninitialized case; bde | 1998-03-04 | 1 | -2/+3 | |
| | |||||
* | 1) Don't truncate the input string when a directory cannot be stat'd | 1997-10-07 | 1 | -15/+17 | |
| | | | | | 2) Use traditional mktemp(3) semantics. Don't return an error if directories in the path don't exist yet for mktemp(3) only. | ||||
* | Add mkdtemp(3) | 1997-06-20 | 1 | -7/+24 | |
| | |||||
* | Change a stat(2) -> lstat(2) to avoid symlink games. From Keith | 1997-04-07 | 1 | -2/+2 | |
| | | | | Bostic <bostic@bostic.com>. | ||||
* | Pull in stdlib.h for arc4random prototype. | 1997-02-10 | 1 | -1/+2 | |
| | |||||
* | pre-pad with random alphabetic letters instead of digit 0 | 1997-02-07 | 1 | -5/+17 | |
| | |||||
* | back out my last change to avoid the __warn_references on the mips - it's | 1997-01-20 | 1 | -3/+1 | |
| | | | | 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 | 1 | -1/+3 | |
| | | | | | 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 | 1 | -2/+15 | |
| | | | | incredibly rare. Time for some education! | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -6/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+133 | |