From owner-cvs-src@FreeBSD.ORG Tue Sep 7 07:53:39 2004 Return-Path: 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 F2B0716A4CE; Tue, 7 Sep 2004 07:53:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FD243D48; Tue, 7 Sep 2004 07:53:38 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i877rcni016048; Tue, 7 Sep 2004 07:53:38 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i877rcMZ016047; Tue, 7 Sep 2004 07:53:38 GMT (envelope-from roam) Message-Id: <200409070753.i877rcMZ016047@repoman.freebsd.org> From: Peter Pentchev Date: Tue, 7 Sep 2004 07:53:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/sockstat sockstat.1 sockstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 07 Sep 2004 07:53:39 -0000 roam 2004-09-07 07:53:38 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) usr.bin/sockstat sockstat.1 sockstat.c Log: MFC sockstat.c rev. 1.10 and sockstat.1 rev. 1.19: Do not display bogus entries for sockets in the TIME_WAIT or similar states that no longer have a corresponding file descriptor - until now, sockstat would mostly randomly match null kern.file.*.xf_data fields with the first mostly-closed socket. Approved by: re (rwatson) Revision Changes Path 1.18.8.1 +16 -1 src/usr.bin/sockstat/sockstat.1 1.9.4.1 +2 -0 src/usr.bin/sockstat/sockstat.c