Date: Mon, 28 Aug 2000 15:09:39 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall Makefile killall.1 killall.c killall.pl Message-ID: <200008282209.PAA28222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008282209.PAA28222>
