freebsd-dev/usr.bin/killall
Konstantin Belousov c517bc1502 Once in a month, when the moon is full, killall mistakenly considers
living process as a zombie and refuses to kill it. The cause is that
the code masks ki_stat with SZOMB to compare with SZOMB, but ki_stat
is not a mask.

Possibly reported by:	cperciva
MFC after:	3 days
2012-06-30 16:36:22 +00:00
..
killall.1 Add a -I flag which requests confirmation before action, like what is done 2012-06-27 00:50:25 +00:00
killall.c Once in a month, when the moon is full, killall mistakenly considers 2012-06-30 16:36:22 +00:00
Makefile Add libjail, a (somewhat) simpler interface to the jail_set and jail_get 2009-06-24 18:18:35 +00:00