pkill - Optimize pgrep -F
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 9 Nov 2013 17:08:47 +0000 (09:08 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 9 Nov 2013 17:08:47 +0000 (09:08 -0800)
commit9a8c8446fd111593cffd64e6e10cac4dc87b0db7
tree79a9656f8c7347d5aac434c9aee0f3a6418451d7
parent12cdc371fb859682eda7d1c26c5059920a7cf118
pkill - Optimize pgrep -F

* Ask for a specific process instead of pulling down all processes when
  -F <pidfile> is specified.  This is much much faster.
usr.bin/pkill/pkill.c