summaryrefslogtreecommitdiff
path: root/bin/csh/extern.h
AgeCommit message (Collapse)Author
2005-12-11unused code and variablesTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-23kill printf builtin. no reason to be a builtin, but furthermore, theTheo de Raadt
handling of format strings is quite non-compliant.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-12add s_strl{cat,cpy} prototypes; ok tedu@Jason Peel
2003-05-12s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED.Jason Peel
ok tedu@
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
ok tdeval@, tedu@
2003-04-15remove final call to Strcpy/s_strcpy; some help from teduTheo de Raadt
2003-04-08Strcat/s_strcat is unusedTheo de Raadt
2003-01-08bring 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-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part 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-02Update from NetBSD (christos)Todd C. Miller
Quote all imported environment variables.
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt