Date: Sun, 7 Sep 2003 02:13:45 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall killall.c Message-ID: <200309070913.h879Djwe031467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/09/07 02:13:45 PDT FreeBSD src repository Modified files: usr.bin/killall killall.c Log: Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so that we kill each process once, not once for every thread it owns. This avoids "No such process" warnings when killing threaded processes. Revision Changes Path 1.23 +4 -7 src/usr.bin/killall/killall.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309070913.h879Djwe031467>