From owner-cvs-sbin Tue Dec 10 06:41:26 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05206 for cvs-sbin-outgoing; Tue, 10 Dec 1996 06:41:26 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA05194; Tue, 10 Dec 1996 06:41:24 -0800 (PST) Date: Tue, 10 Dec 1996 06:41:24 -0800 (PST) From: Bruce Evans Message-Id: <199612101441.GAA05194@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/10 06:41:23 Modified: sbin/ping ping.c Log: Cleaned up recent SIGINFO changes. Simplified average calculations. This also fixes potential overflow errors and minor rounding inconsistencies (always round to nearest now). Don't lose more SIGINFOs than necessary. Print \r at the start of the status message. This clears the dots that are sometimes left by ping -f. Reviewed by: sef Revision Changes Path 1.14 +19 -24 src/sbin/ping/ping.c