From owner-cvs-src@FreeBSD.ORG Tue Feb 24 15:34:06 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 3959C16A4D0 for ; Tue, 24 Feb 2004 15:34:06 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EABF43D39 for ; Tue, 24 Feb 2004 15:34:05 -0800 (PST) (envelope-from andre@freebsd.org) Received: (qmail 55959 invoked from network); 24 Feb 2004 23:34:04 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 24 Feb 2004 23:34:04 -0000 Message-ID: <403BDF65.FBA00380@freebsd.org> Date: Wed, 25 Feb 2004 00:33:57 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway References: <200402241527.i1OFRgdm072232@repoman.freebsd.org> <403B6FBB.F1BD933C@freebsd.org> <403B7157.8030502@freebsd.org> <20040224171706.GA59202@troutmask.apl.washington.edu> <403B8853.45CBEE28@pipeline.ch> <20040224201942.GA53334@xor.obsecurity.org> <403BCD4D.C61D211E@freebsd.org> <20040224223404.GA55257@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Steve Kargl Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_var.h 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, 24 Feb 2004 23:34:06 -0000 Kris Kennaway wrote: > > On Tue, Feb 24, 2004 at 11:16:45PM +0100, Andre Oppermann wrote: > > Is there a way to get list of all ports using libkvm from Bento? > > A quick grep of the 4.x logs from the build that just finished shows > the following 80 ports. > > FSViewer.app-0.2.5_1 and-1.0.9_1 ascpu-1.9 asmem-1.10 asmon-0.60_1 > blimitd-0.1_1 bubblemon-dockapp-1.40_1 caudium12-1.2.26_1 > doomlegacy-1.32b4_1 dpkg-1.9.21_2 emacs-21.3_2 epplets-0.7_2 > ethereal-0.10.0a_2 fetchmail-6.2.5_1 freecolor-0.8.3 fwbuilder-1.1.2_2 > ganglia-monitor-core-2.5.6 gdb-5.3_1,1 gdb-act-5.3_1,1 > gkrellm-1.2.13_2 gkrellm-2.1.25_1 gnunet-0.6.1_1 gnustep-base-1.8.0_1 > ifstat-1.1 ipex-2.4.2 ja-emcws-21.3_4 jailer-1.1.2 jailutils-0.5.4 > kdebase-3.2.0_1 lavaps-1.20 lcdproc-0.4.3_2 libfwbuilder-1.0.2_3 > libgtop2-2.0.8_1 libstatgrab-0.8.2 lsof-4.70 mbrowse-0.3.1_1 > memgrep-0.8.0 mopd-2.5.3 mrt-2.2.2a muse-0.2 nagios-plugins-1.3.1_1 > net-snmp-5.1_1 netsaint-plugins-1.2.9.4_3 ntp-4.2.0_1 oidentd-2.0.7_4 > pbs-2.2p11 php4-nms-4.3.4_6 pidentd-2.8.5 pkill-0.2 pmap-20021014 > sge-5.3.5.20040120_1 sgeee-5.3.5.20040120_1 superkaramba-0.33_3 > termlog-1.0.3 tethereal-0.10.0a_2 top-3.5.13 ucd-snmp-4.2.6_3 > upclient-5.0.b8_2 userinfo-1.10a whowatch-1.4 wmblueclock-0.0 > wmbluecpu-0.4 wmcpuload-1.0.1 wmcube-0.98_1 wmcube-gdk-0.98p2_2 > wminet-2.0.3 wmmemfree-0.7 wmmemload-0.1.6 wmmemmon-1.0.0 wmmon-1.0b2 > wmnet-1.2 wmupmon-0.1.1a_1 xcpustate-2.5 > xfce4-systemload-plugin-0.3.3_1 xosview-1.8.0 xperfmon++-2.0 > xperfmon++-3.1 xsysinfo-1.4a yawho-1.2 zh-xemacs-20.4_2 Only those that access struct tcpcb need to be recompiled to keep working. From a quick guessimate only a few seem to fit this: memgrep, net-snmp and top (many of the list I've never heard of). Why zh-xemacs links to libkvm is beyond me... -- Andre