Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-28 | Use 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-21 | correct built-in kill | Theo de Raadt | |
1998-12-21 | like kill(1), have csh builtin handle -SIGxxx names; kleink | Theo de Raadt | |
1998-05-17 | do not advance pointer that free() will happen to | Theo de Raadt | |
1998-05-13 | support 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-22 | err.[ch] -> error.[ch] and fix err/warn usage. | Todd C. Miller | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |