Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-11 | unused code and variables | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-23 | kill printf builtin. no reason to be a builtin, but furthermore, the | Theo de Raadt | |
handling of format strings is quite non-compliant. | |||
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. | |||
2003-05-12 | add s_strl{cat,cpy} prototypes; ok tedu@ | Jason Peel | |
2003-05-12 | s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED. | Jason Peel | |
ok tedu@ | |||
2003-05-12 | strstr() prototype shouldn't be here; kill NOTUSED and an extra newline; | Jason Peel | |
ok tdeval@, tedu@ | |||
2003-04-15 | remove final call to Strcpy/s_strcpy; some help from tedu | Theo de Raadt | |
2003-04-08 | Strcat/s_strcat is unused | Theo de Raadt | |
2003-01-08 | bring in strlcpy and strlcat-like things for dealing with Char types, | Theo de Raadt | |
this fixes at least 15 buffer overflows; some help from dhartmei. Anyone want to go do the same in ksh, and help with some of the while (*s++ = *p++) loops in here? | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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. | |||
1996-11-02 | Update from NetBSD (christos) | Todd C. Miller | |
Quote all imported environment variables. | |||
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |