aboutsummaryrefslogtreecommitdiff
path: root/toys/kill.c
AgeCommit message (Collapse)Author
2012-02-26Teach lib/args.c that " " this option must take a _separate_ argument, so ↵Rob Landley
"kill -stop" and "kill -s top" aren't the same thing. Make kill.c use it, and remove leftover debug printfs.
2012-02-26Factor out common code between killall/kill and move it to lib/lib.c, plus ↵Rob Landley
cleanups on kill.c.
2012-02-21Add new kill toy. Used to send signals to a process or a process group.Daniel Walter