From owner-cvs-all Mon Aug 28 15: 9:41 2000 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 8A58F37B422; Mon, 28 Aug 2000 15:09:39 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA28222; Mon, 28 Aug 2000 15:09:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200008282209.PAA28222@freefall.freebsd.org> From: Peter Wemm Date: Mon, 28 Aug 2000 15:09:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall Makefile killall.1 killall.c killall.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/08/28 15:09:39 PDT Modified files: usr.bin/killall Makefile killall.1 killall.c Removed files: usr.bin/killall killall.pl Log: After positive feedback from a few folks, activate a switchover to using killall.c instead of the perl version that depends on procfs. The C version uses sysctl(). The program is based on a hack that was originally written about 6 years ago and has evolved somewhat since then. (which is why it is a superset of killall.pl, rather than being a clone.) With apologies to: wosch Revision Changes Path 1.4 +2 -7 src/usr.bin/killall/Makefile 1.12 +32 -18 src/usr.bin/killall/killall.1 1.5 +5 -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