summaryrefslogtreecommitdiff
path: root/bin/csh/proc.c
AgeCommit message (Collapse)Author
2000-06-28Use strtol(), not atoi() when converting a decimal string to an integer.Todd C. Miller
That way we can catch typos when people say 'kill -HUP 65Q' and not send the signal to process 65. Theo and myself.
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
syntax, sync documentation, no longer permit of full signal names in the "kill [-sig] pid" syntax, e.g. -SIGHUP; kleink
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