summaryrefslogtreecommitdiff
path: root/bin/csh/proc.c
AgeCommit message (Expand)Author
2003-09-19When sanity checking signal numbers, error out on signal >= NSIG,Todd C. Miller
2003-06-11de-register and ansify functionsTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-07Strlcpy improvements. ok deraadt@Ted Unangst
2003-01-08bring in strlcpy and strlcat-like things for dealing with Char types,Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01KNFTheo de Raadt
2000-06-28Use strtol(), not atoi() when converting a decimal string to an integer.Todd C. Miller
1998-12-21correct built-in killTheo de Raadt
1998-12-21like kill(1), have csh builtin handle -SIGxxx names; kleinkTheo de Raadt
1998-05-17do not advance pointer that free() will happen toTheo de Raadt
1998-05-13support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]"Theo de Raadt
1997-09-22err.[ch] -> error.[ch] and fix err/warn usage.Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt