Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop a const-bomb on regexec. It's probably not a good idea to remove a | 2018-07-11 | 1 | -4/+3 | |
| | | | | | | const promise when processing it in the regex engine. Minor tweak and OK schwarze@ | ||||
* | Userland reallocarray() audit. | 2014-10-11 | 1 | -2/+3 | |
| | | | | | | | Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@ | ||||
* | silence some warnings by adding prototypes, casts, and headers as | 2013-04-17 | 1 | -3/+5 | |
| | | | | appropriate. in regex, stop using the struct hack for a fixed size array | ||||
* | zap rcsid | 2005-08-05 | 1 | -8/+1 | |
| | |||||
* | remove useless comments, once used for header file generation and delete | 2004-11-30 | 1 | -9/+1 | |
| | | | | parameter names from prototypes. ok millert@ | ||||
* | ansify and deregister; no change in obj code. ok millert@ | 2004-10-17 | 1 | -8/+4 | |
| | |||||
* | 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. | ||||
* | Remove dead code and variables | 1997-04-30 | 1 | -3/+1 | |
| | |||||
* | - cast usages of *printf() to void since we don't check return val | 1997-04-28 | 1 | -14/+22 | |
| | | | | | | - move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags | ||||
* | long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way) | 1997-04-12 | 1 | -14/+14 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -3/+1 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -9/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | Make a proper lvalue in INC | 1996-03-25 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+187 | |