log toys/kill.c @ 562:4d802d438983

age author description
Sun, 26 Feb 2012 16:11:25 -0600 Rob Landley Teach lib/args.c that " " this option must take a _separate_ argument, so "kill -stop" and "kill -s top" aren't the same thing. Make kill.c use it, and remove leftover debug printfs.
Sun, 26 Feb 2012 13:48:00 -0600 Rob Landley Factor out common code between killall/kill and move it to lib/lib.c, plus cleanups on kill.c.
Tue, 21 Feb 2012 19:45:19 -0600 Daniel Walter Add new kill toy. Used to send signals to a process or a process group.