Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify the strings in regerror.c and make use of the strlcpy() | 2020-12-30 | 1 | -14/+14 | |
| | | | | | | return value to avoid a redundant strlen() call. from miod, ok millert | ||||
* | delete old lint ARGSUSED comments | 2015-11-01 | 1 | -2/+1 | |
| | |||||
* | zap rcsid | 2005-08-05 | 1 | -8/+1 | |
| | |||||
* | remove useless comments, once used for header file generation and delete | 2004-11-30 | 1 | -33/+2 | |
| | | | | parameter names from prototypes. ok millert@ | ||||
* | ansify and deregister; no change in obj code. ok millert@ | 2004-10-17 | 1 | -15/+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. | ||||
* | remaining easy snprintf conversions | 2002-05-25 | 1 | -6/+8 | |
| | |||||
* | try to use strlcpy and snprintf more; ok various | 2002-05-24 | 1 | -2/+2 | |
| | |||||
* | 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 | -2/+2 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -3/+2 | |
| | |||||
* | some -Wall | 1998-03-19 | 1 | -18/+18 | |
| | |||||
* | - cast usages of *printf() to void since we don't check return val | 1997-04-28 | 1 | -12/+14 | |
| | | | | | | - 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 | ||||
* | 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 | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+186 | |