summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
2003-05-29section reorder;Jason McIntyre
2003-05-14add missing prototype; ok deraadt@Jason Peel
2003-05-12ansify functions, eliminating prototype declaration warnings; ok deraadt@Jason Peel
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
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
2003-05-12cpu -> CPUJason McIntyre
2003-05-12fix overflow in implicit constant conversion; ok millert@Jason Peel
2003-05-08NUL-terminate the buffer returned by readlink() before we use it to Strlcpy()Vincent Labrecque
2003-04-30strvis -> strnvisVincent Labrecque
2003-04-28typos;Jason McIntyre
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-04-07Strlcpy improvements. ok deraadt@Ted Unangst
2003-03-09grammar fixesDavid Krause
2003-01-08bring in strlcpy and strlcat-like things for dealing with Char types,Theo de Raadt
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-07-24Fix a bug I inadvertanly introduced while fixing the last problem in here.Todd C. Miller
2002-07-15Remove 1024 directory entry limit for tenex-style file completion.Todd C. Miller
2002-06-09knfTodd T. Fries
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17A couple temporary workarounds for vax toolchain bugs.Hugh Graham
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-14Avoid overflow in usage percent calculation. ok deraadt@Thomas Nordin
2002-02-01avoid SEGV on out-of-range argument reference ("echo $020129163642").Jun-ichiro itojun Hagino
2001-12-01KNFTheo de Raadt
2001-11-13o) start new sentence on a new line;Mike Pechkin
2001-08-02pet peeve, insure vs ensureHugh Graham
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-25unsmoke drugs.Artur Grabowski
2001-06-25fix obvious warnings.Artur Grabowski
2001-06-22mark signal races, and remove junkTheo de Raadt
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2000-12-22repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)Theo de Raadt
2000-11-09- Some section shuffling: conform to the standard order documented in mdoc(7)Aaron Campbell
2000-11-09Insert some missing commas.Aaron Campbell
2000-10-30Use mkstemp(3) for here document (<<) temporary files instead of $$Todd C. Miller
2000-10-19Where we talk about $$, also say mention that PIDs are not safe to use forAaron Campbell
2000-09-04even better fix for importpath(); from christos@zoulas.com; millert@ okMichael Shalayeff
2000-08-30prevent core dumps when stderror() is called before reslab is initializedMichael Shalayeff
2000-06-28Use strtol(), not atoi() when converting a decimal string to an integer.Todd C. Miller
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
2000-01-18Formatting fix; form@Aaron Campbell
1999-10-05correct to show our current path situationEric Jackson