From owner-cvs-all@FreeBSD.ORG Fri Dec 31 09:26:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5776516A4CE for ; Fri, 31 Dec 2004 09:26:12 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD3743D39 for ; Fri, 31 Dec 2004 09:26:11 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iBV9N6H5007524 for cvs-all@FreeBSD.org.checked; Fri, 31 Dec 2004 12:23:06 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iBV9K8fA007478; Fri, 31 Dec 2004 12:20:09 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41D51799.6050204@cronyx.ru> Date: Fri, 31 Dec 2004 12:10:49 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Robert Watson References: <200412310032.iBV0WoHw053276@repoman.freebsd.org> In-Reply-To: <200412310032.iBV0WoHw053276@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/netstat ipx.c main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 09:26:12 -0000 Robert Watson: >rwatson 2004-12-31 00:32:50 UTC > > FreeBSD src repository > > Modified files: > usr.bin/netstat ipx.c main.c > Log: > Update netstat(1) for recent conversion of netipx to queue(9) from > home-brew linked lists. Read in the ipxpcb_list structure first in > order to find the first pcb pointer. Then follow the chain as > before, only the termination condition is a NULL next pointer > rather than a next pointer equal to the original offset. > Please look on my variant of this code that was done for you changes long time ago. Current diff with HEAD could be found online here: http://people.freebsd.org/~rik/rik_netperf_20041231-3.pch rik > > Revision Changes Path > 1.21 +23 -3 src/usr.bin/netstat/ipx.c > 1.71 +1 -1 src/usr.bin/netstat/main.c > >