From owner-cvs-src@FreeBSD.ORG Wed Apr 5 12:30:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC1A16A401; Wed, 5 Apr 2006 12:30:43 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5470C43D53; Wed, 5 Apr 2006 12:30:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k35CUhS4095387; Wed, 5 Apr 2006 12:30:43 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k35CUhW4095386; Wed, 5 Apr 2006 12:30:43 GMT (envelope-from glebius) Message-Id: <200604051230.k35CUhW4095386@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 5 Apr 2006 12:30:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ping ping.8 ping.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 12:30:43 -0000 glebius 2006-04-05 12:30:43 UTC FreeBSD src repository Modified files: sbin/ping ping.8 ping.c Log: Add a new feature to ping(8) - possibility to specify maximum wait time for a packet. This allows to: - Count number of packets received before and after specified time. - Shorten time of execution of 'ping -c 1' scripts. Submitted by: Lytochkin Boris Revision Changes Path 1.54 +7 -1 src/sbin/ping/ping.8 1.109 +28 -7 src/sbin/ping/ping.c