From owner-cvs-all Wed Feb 14 13:56:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C81FF37B684; Wed, 14 Feb 2001 13:56:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ELu3G71475; Wed, 14 Feb 2001 13:56:03 -0800 (PST) (envelope-from peter) Message-Id: <200102142156.f1ELu3G71475@freefall.freebsd.org> From: Peter Wemm Date: Wed, 14 Feb 2001 13:56:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall killall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/02/14 13:56:03 PST Modified files: usr.bin/killall killall.c Log: Work around the p_comm[] size limit. If the user supplies more than 16 characters, only check the first 16 since that is all the kernel records. This isn't ideal, but it is probably the best we can do. Otherwise, "killall communicator-linux-4.76.bin" will not match the process as the kernel only records "communicator-lin". Revision Changes Path 1.11 +2 -2 src/usr.bin/killall/killall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message