From owner-cvs-all@FreeBSD.ORG Thu Jun 17 20:49:04 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 B715716A4CE; Thu, 17 Jun 2004 20:49:04 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [81.176.202.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4473843D5C; Thu, 17 Jun 2004 20:49:04 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 390DC1706A; Fri, 18 Jun 2004 03:48:13 +0700 (NOVST) Date: Fri, 18 Jun 2004 03:48:13 +0700 From: Max Khon To: Ken Smith Message-ID: <20040617204813.GA10670@samodelkin.net> References: <200406170008.i5H08NDt085108@repoman.freebsd.org> <20040617173854.GJ61448@elvis.mu.org> <20040617182031.GA8170@samodelkin.net> <20040617184518.GB831@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040617184518.GB831@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.2i cc: Max Khon cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c uipc_syscalls.c src/usr.bin/netstat mbuf.c src/lib/libc/sys sendfile.2 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: Thu, 17 Jun 2004 20:49:04 -0000 Hi, Ken! On Thu, Jun 17, 2004 at 02:45:18PM -0400, Ken Smith wrote: > > > This will break scripts. > > > > > > Please back out the netstat change. > > > > No problems, but can you tell me which scripts or programs > > has become broken after this change? > > The scripts that are now potentially broken don't necessarily need to > be in the base system. I did not say that I am interested in base system scripts only :) > They could very well be scripts Alfred wrote > and uses himself for his own purposes. Once a branch goes into -STABLE > status we try to not make 'user-visible' changes to it unless they are > bugfixes or do not alter the way something had worked. As Bosko noted the change _adds_ a few lines to netstat -m output. Old output is not altered. Frankly speaking I can't imagine a script that could correctly parse netstat -m output before, but now is broken. /fjoe