From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 01:03:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DA78716A536
	for <cvs-src@freebsd.org>; Sun, 20 Aug 2006 01:03:30 +0000 (UTC)
	(envelope-from silby@silby.com)
Received: from relay03.pair.com (relay03.pair.com [209.68.5.17])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9EEE243D55
	for <cvs-src@freebsd.org>; Sun, 20 Aug 2006 01:03:29 +0000 (GMT)
	(envelope-from silby@silby.com)
Received: (qmail 90151 invoked from network); 20 Aug 2006 01:03:28 -0000
Received: from unknown (HELO localhost) (unknown)
	by unknown with SMTP; 20 Aug 2006 01:03:28 -0000
X-pair-Authenticated: 209.68.2.70
Date: Sat, 19 Aug 2006 20:04:00 -0500 (CDT)
From: Mike Silbersack <silby@silby.com>
To: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20060624.162505.1678771172.imp@bsdimp.com>
Message-ID: <20060819200148.S952@odysseus.silby.com>
References: <200606232341.k5NNf5Zm069547@repoman.freebsd.org>
	<20060624115603.25c962bc@it.buh.tecnik93.com>
	<20060624.162505.1678771172.imp@bsdimp.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: cvs-src@freebsd.org, itetcu@freebsd.org, src-committers@freebsd.org,
	cognet@freebsd.org, cvs-all@freebsd.org
Subject: __FreeBSD_version was: Re: cvs commit: src/sys/sys _timeval.h user.h
 src/sys/arm/include _types.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 01:03:30 -0000


On Sat, 24 Jun 2006, M. Warner Losh wrote:

> : I don't believe you should relay on being the only user.
> : At least please bump __FreeBSD_version.
>
> I'm pretty sure that he is the only FreeBSD/arm user that's using
> RELENG_6 :-).  We're using current at work, but will soon transition
> to RELENG_6, now that these patches have been MFC'd.  Of course, it
> wouldn't hurt to at least document this change in the sequence of
> version bumps on the 6.x timeline.  But the number of people affected
> can be counted on one hand, with fingers left over.
>
> Warner

Maybe this has been discussed in the past, but why don't we just have 
__FreeBSD_version auto-incremented every day?  It would be great for 
situations where we currently use it, and it's also be great for bug 
reports.

Mike "Silby" Silbersack

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 03:42:55 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 516B116A4DD;
	Sun, 20 Aug 2006 03:42:55 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CDB0D43D4C;
	Sun, 20 Aug 2006 03:42:54 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from localhost (localhost.village.org [127.0.0.1] (may be forged))
	by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k7K3fthg042442;
	Sat, 19 Aug 2006 21:41:55 -0600 (MDT) (envelope-from imp@bsdimp.com)
Date: Sat, 19 Aug 2006 21:41:59 -0600 (MDT)
Message-Id: <20060819.214159.1723235838.imp@bsdimp.com>
To: silby@silby.com
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20060819200148.S952@odysseus.silby.com>
References: <20060624115603.25c962bc@it.buh.tecnik93.com>
	<20060624.162505.1678771172.imp@bsdimp.com>
	<20060819200148.S952@odysseus.silby.com>
X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0
	(harmony.bsdimp.com [127.0.0.1]);
	Sat, 19 Aug 2006 21:41:55 -0600 (MDT)
Cc: cvs-src@freebsd.org, itetcu@freebsd.org, src-committers@freebsd.org,
	cognet@freebsd.org, cvs-all@freebsd.org
Subject: Re: __FreeBSD_version was: Re: cvs commit: src/sys/sys _timeval.h
 user.h src/sys/arm/include _types.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 03:42:55 -0000

In message: <20060819200148.S952@odysseus.silby.com>
            Mike Silbersack <silby@silby.com> writes:
: 
: On Sat, 24 Jun 2006, M. Warner Losh wrote:
: 
: > : I don't believe you should relay on being the only user.
: > : At least please bump __FreeBSD_version.
: >
: > I'm pretty sure that he is the only FreeBSD/arm user that's using
: > RELENG_6 :-).  We're using current at work, but will soon transition
: > to RELENG_6, now that these patches have been MFC'd.  Of course, it
: > wouldn't hurt to at least document this change in the sequence of
: > version bumps on the 6.x timeline.  But the number of people affected
: > can be counted on one hand, with fingers left over.
: >
: > Warner
: 
: Maybe this has been discussed in the past, but why don't we just have 
: __FreeBSD_version auto-incremented every day?  It would be great for 
: situations where we currently use it, and it's also be great for bug 
: reports.

That's been discussed to death, but you can't use the results of
'date' to do it, and it causes horrible repo churn if you commit a
change like this every day to multiple branches.  In short, it sounds
good, but when you go to actually implement you discover that it
really is lame.

Warner

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 03:59:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5E87016A4DA;
	Sun, 20 Aug 2006 03:59:54 +0000 (UTC) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABD643D45;
	Sun, 20 Aug 2006 03:59:54 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K3xrv4053342;
	Sun, 20 Aug 2006 03:59:53 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K3xrgc053341;
	Sun, 20 Aug 2006 03:59:53 GMT (envelope-from yar)
Message-Id: <200608200359.k7K3xrgc053341@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Sun, 20 Aug 2006 03:59:53 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/usr.sbin/arp arp.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 03:59:54 -0000

yar         2006-08-20 03:59:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/arp         arp.8 
  Log:
  MFC rev. 1.25:
  
    Enumerate all cases where -i is applicable.
  
  Revision  Changes    Path
  1.23.8.2  +3 -2      src/usr.sbin/arp/arp.8

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 04:06:42 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C63D116A4DE;
	Sun, 20 Aug 2006 04:06:42 +0000 (UTC)
	(envelope-from yar@comp.chem.msu.su)
Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4BB743D4C;
	Sun, 20 Aug 2006 04:06:41 +0000 (GMT)
	(envelope-from yar@comp.chem.msu.su)
Received: from comp.chem.msu.su (localhost [127.0.0.1])
	by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7K46bJQ033383;
	Sun, 20 Aug 2006 08:06:38 +0400 (MSD)
	(envelope-from yar@comp.chem.msu.su)
Received: (from yar@localhost)
	by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7K46bRL033382;
	Sun, 20 Aug 2006 08:06:37 +0400 (MSD) (envelope-from yar)
Date: Sun, 20 Aug 2006 08:06:37 +0400
From: Yar Tikhiy <yar@comp.chem.msu.su>
To: Garance A Drosehn <gad@FreeBSD.org>
Message-ID: <20060820040636.GA32859@comp.chem.msu.su>
References: <200608181210.k7ICAIme084410@repoman.freebsd.org>
	<86ejvet9m6.fsf@xps.des.no>
	<20060818143310.GA14203@comp.chem.msu.su>
	<20060818143508.GA2545@lor.one-eyed-alien.net>
	<20060818153744.GA14726@comp.chem.msu.su>
	<20060818154240.GA3050@lor.one-eyed-alien.net>
	<20060819083245.GA23574@comp.chem.msu.su>
	<p06230912c10d2672a534@[128.113.24.47]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <p06230912c10d2672a534@[128.113.24.47]>
User-Agent: Mutt/1.5.9i
Cc: Brooks Davis <brooks@one-eyed-alien.net>, Dag-Erling Sm?rgrav <des@des.no>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: moving pgrep and pkill
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 04:06:42 -0000

On Sat, Aug 19, 2006 at 04:48:51PM -0400, Garance A Drosehn wrote:
> At 12:32 PM +0400 8/19/06, Yar Tikhiy wrote:
> >On Fri, Aug 18, 2006, Brooks Davis wrote:
> > > On Fri, Aug 18, 2006, Yar Tikhiy wrote:
> > > > On Fri, Aug 18, 2006, Brooks Davis wrote:
> > > > > On Fri, Aug 18, 2006, Yar Tikhiy wrote:
> > > > > | On Fri, Aug 18, 2006, Dag-Erling Sm?rgrav wrote:
> > > > > | > In a commit msg, Yar Tikhiy <yar@FreeBSD.org> writes:
> > > > > | > >   Log:
> > > > > | > >   The ps(1) command is unfriendly to scripts by default
> > > > > | > >   because it limits the width of its output to the value
> > > > > | > >   of $COLUMNS, or what TIOCGWINSZ reports, or 79 columns.
> > > > > | > >   We should specify -ww to ps(1) so that it removes the
> > > > > | > >   limit and prints lines in full.  Otherwise very long
> > > > > | > >   command pathnames could be mishandled, e.g.,
> > > > > | > >   by _find_processes().
> > > > > | >
> > > > > | > or perhaps _find_processes() should use pgrep(1) instead
> > > > > | > of ps(1).
> > > > > |
> > > > > | I considered that but had to stick to ps(1) because pgrep
> > > > > | was in /usr/bin while ps was in /bin.  The use of /usr/bin
> > > > > | tools should be very limited in rc.subr(8).  OTOH, pgrep
> > > > > | uses /lib libs only, which makes it possible to transfer
> > > > > | pgrep+pkill to /bin if we can stand the growth of / by
> > > > > | some 50 kbytes.
> > > > >
> > > > > I think that's appropriate since pgrep is such an obvious
> > > > > fit for this sort of thing.  I think we'll want to consider
> > > > > compatability symlinks due to existing hardcoded paths in
> > > > > scripts.
> 
> 
> I do not mind if `pgrep' and `pkill' are moved to /bin.  Note
> that these were added to /usr because that's where they exist
> on NetBSD, OpenBSD, Solaris and Linux.  So we're not just
> talking about hardcoded-paths in a few scripts that FreeBSD
> users might have written for use only on FreeBSD.  So, I expect
> we will want symlinks to remain in /usr, forever, if we move
> the programs to /bin.
> 
> (Moving them does seem reasonable to me. I'm just saying why
> they were put in /usr in the first place...)

Thank you!  I'll add a comment to src/usr.bin/pkill/Makefile so that
the SYMLINKS lines aren't removed without thorough consideration.

-- 
Yar

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 04:25:22 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 299CF16A536;
	Sun, 20 Aug 2006 04:25:21 +0000 (UTC) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C473C43D45;
	Sun, 20 Aug 2006 04:25:20 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K4PKVb055709;
	Sun, 20 Aug 2006 04:25:20 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K4PKOw055708;
	Sun, 20 Aug 2006 04:25:20 GMT (envelope-from yar)
Message-Id: <200608200425.k7K4PKOw055708@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Sun, 20 Aug 2006 04:25:20 +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/usr.bin/pkill Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 04:25:22 -0000

yar         2006-08-20 04:25:20 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/pkill        Makefile 
  Log:
  Tell in a comment that the symlinks from /usr/bin are
  for compatibility with other OS types, too.
  
  Pointed out by:         gad
  
  Revision  Changes    Path
  1.7       +5 -0      src/usr.bin/pkill/Makefile

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 05:20:08 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D515916A4DA;
	Sun, 20 Aug 2006 05:20:08 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8491243D45;
	Sun, 20 Aug 2006 05:20:08 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K5K8cx067159;
	Sun, 20 Aug 2006 05:20:08 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K5K8ma067158;
	Sun, 20 Aug 2006 05:20:08 GMT (envelope-from imp)
Message-Id: <200608200520.k7K5K8ma067158@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 20 Aug 2006 05:20:08 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/usb usbdevs
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 05:20:09 -0000

imp         2006-08-20 05:20:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/usb          usbdevs 
  Log:
  MFC: Merge all the usb devices from current.  I need one, and there's
  no reason not to merge them all.
  
  Revision    Changes    Path
  1.232.2.16  +8 -0      src/sys/dev/usb/usbdevs

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 05:23:08 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 19B7B16A4DA;
	Sun, 20 Aug 2006 05:23:08 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C80CF43D45;
	Sun, 20 Aug 2006 05:23:07 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K5N7FD067399;
	Sun, 20 Aug 2006 05:23:07 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K5N7EK067398;
	Sun, 20 Aug 2006 05:23:07 GMT (envelope-from imp)
Message-Id: <200608200523.k7K5N7EK067398@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 20 Aug 2006 05:23:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/usb uplcom.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 05:23:08 -0000

imp         2006-08-20 05:23:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/usb          uplcom.c 
  Log:
  MFC:
          Radio Shack USB Cable
          Prolific Pharos
          Willcom W-SIM
          HAMLET exagerate XUR232
  
  No functional changes to the driver, so at worst, I've merged support
  for devices that didn't work before and though i think they should
  work now, they don't.  Please let me know if there are problems.
  
  Revision  Changes    Path
  1.29.2.3  +8 -0      src/sys/dev/usb/uplcom.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 05:42:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A288216A4DD;
	Sun, 20 Aug 2006 05:42:59 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9DA43D46;
	Sun, 20 Aug 2006 05:42:59 +0000 (GMT)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K5gxYi069307;
	Sun, 20 Aug 2006 05:42:59 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K5gxGC069306;
	Sun, 20 Aug 2006 05:42:59 GMT (envelope-from julian)
Message-Id: <200608200542.k7K5gxGC069306@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Sun, 20 Aug 2006 05:42:59 +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/ipfw ipfw.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 05:43:00 -0000

julian      2006-08-20 05:42:59 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw.8 
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.194     +1 -1      src/sbin/ipfw/ipfw.8

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 05:54:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 823D716A4DE;
	Sun, 20 Aug 2006 05:54:51 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A243F43D80;
	Sun, 20 Aug 2006 05:54:45 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K5sjNC069849;
	Sun, 20 Aug 2006 05:54:45 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K5sjtS069848;
	Sun, 20 Aug 2006 05:54:45 GMT (envelope-from imp)
Message-Id: <200608200554.k7K5sjtS069848@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 20 Aug 2006 05:54:45 +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/share/man/man4 uplcom.4
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 05:54:51 -0000

imp         2006-08-20 05:54:45 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       uplcom.4 
  Log:
  Add a few devices that have been added recently.
  
  Revision  Changes    Path
  1.14      +4 -0      src/share/man/man4/uplcom.4

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 05:56:01 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 11A1816A4DF;
	Sun, 20 Aug 2006 05:56:01 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C1D7043D5E;
	Sun, 20 Aug 2006 05:56:00 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K5u0Rc069965;
	Sun, 20 Aug 2006 05:56:00 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K5u0k3069964;
	Sun, 20 Aug 2006 05:56:00 GMT (envelope-from imp)
Message-Id: <200608200556.k7K5u0k3069964@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 20 Aug 2006 05:56:00 +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/share/man/man4 uplcom.4
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 05:56:01 -0000

imp         2006-08-20 05:56:00 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       uplcom.4 
  Log:
  Bump date, forgotten in 1.13
  
  Revision  Changes    Path
  1.15      +1 -1      src/share/man/man4/uplcom.4

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 06:31:24 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AE39616A4DD;
	Sun, 20 Aug 2006 06:31:24 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA5F43D46;
	Sun, 20 Aug 2006 06:31:24 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K6VO4g072792;
	Sun, 20 Aug 2006 06:31:24 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K6VONx072791;
	Sun, 20 Aug 2006 06:31:24 GMT (envelope-from imp)
Message-Id: <200608200631.k7K6VONx072791@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 20 Aug 2006 06:31:24 +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/bin/date netdate.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 06:31:24 -0000

imp         2006-08-20 06:31:24 UTC

  FreeBSD src repository

  Modified files:
    bin/date             netdate.c 
  Log:
  Use strlcpy in place of strncpy + setting the last character NUL.  To
  be safe, memset the entire msg to '0'.
  
  Revision  Changes    Path
  1.19      +2 -2      src/bin/date/netdate.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 06:32:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6AEE016A4E1;
	Sun, 20 Aug 2006 06:32:43 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3214E43D66;
	Sun, 20 Aug 2006 06:32:40 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K6WevZ072938;
	Sun, 20 Aug 2006 06:32:40 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K6WeFw072937;
	Sun, 20 Aug 2006 06:32:40 GMT (envelope-from imp)
Message-Id: <200608200632.k7K6WeFw072937@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Sun, 20 Aug 2006 06:32:40 +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/bin/df df.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 06:32:43 -0000

imp         2006-08-20 06:32:40 UTC

  FreeBSD src repository

  Modified files:
    bin/df               df.c 
  Log:
  Prefer strlcpy to strncpy.  In one case, this saves us from re-zeroing
  data that's alreday 0.  In another, it saves us from zeroing data that
  will be overwritten again.
  
  Revision  Changes    Path
  1.65      +2 -2      src/bin/df/df.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 06:58:35 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 206FF16A4DE;
	Sun, 20 Aug 2006 06:58:35 +0000 (UTC)
	(envelope-from phk@phk.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8BB43D46;
	Sun, 20 Aug 2006 06:58:34 +0000 (GMT)
	(envelope-from phk@phk.freebsd.dk)
Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2])
	by phk.freebsd.dk (Postfix) with ESMTP id C1160170C6;
	Sun, 20 Aug 2006 06:58:32 +0000 (UTC)
To: Mike Silbersack <silby@silby.com>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Sat, 19 Aug 2006 20:04:00 EST."
	<20060819200148.S952@odysseus.silby.com> 
Date: Sun, 20 Aug 2006 06:58:32 +0000
Message-ID: <64652.1156057112@critter.freebsd.dk>
Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org,
	itetcu@freebsd.org, cognet@freebsd.org, "M. Warner Losh" <imp@bsdimp.com>
Subject: Re: __FreeBSD_version was: Re: cvs commit: src/sys/sys _timeval.h
	user.h src/sys/arm/include _types.h 
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 06:58:35 -0000

In message <20060819200148.S952@odysseus.silby.com>, Mike Silbersack writes:
>
>On Sat, 24 Jun 2006, M. Warner Losh wrote:

>Maybe this has been discussed in the past, but why don't we just have 
>__FreeBSD_version auto-incremented every day?  It would be great for 
>situations where we currently use it, and it's also be great for bug 
>reports.

The traditional argument was "it's CVS bloat!"

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 09:31:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0D3F816A4DF;
	Sun, 20 Aug 2006 09:31:23 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F1B243D78;
	Sun, 20 Aug 2006 09:31:17 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7K9VHmb094597;
	Sun, 20 Aug 2006 09:31:17 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K9VHB9094596;
	Sun, 20 Aug 2006 09:31:17 GMT (envelope-from ru)
Message-Id: <200608200931.k7K9VHB9094596@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Sun, 20 Aug 2006 09:31:17 +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/sys/boot/common loader.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 09:31:23 -0000

ru          2006-08-20 09:31:17 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      loader.8 
  Log:
  Make the default "init_path" value breakable, so it fits on the
  screen's width, thus eliminating a groff(1) warning.
  
  Suggested by:   marck
  
  Revision  Changes    Path
  1.88      +1 -1      src/sys/boot/common/loader.8

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 10:29:09 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7224116A4DE;
	Sun, 20 Aug 2006 10:29:09 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1C45E43D45;
	Sun, 20 Aug 2006 10:29:09 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KAT8pk098727;
	Sun, 20 Aug 2006 10:29:08 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KAT8Z0098726;
	Sun, 20 Aug 2006 10:29:08 GMT (envelope-from cperciva)
Message-Id: <200608201029.k7KAT8Z0098726@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Sun, 20 Aug 2006 10:29:08 +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/sys/kern sys_process.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 10:29:09 -0000

cperciva    2006-08-20 10:29:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sys_process.c 
  Log:
  Fix a signedness bug.
  
  MFC after:      3 days
  Security:       Local DoS
  
  Revision  Changes    Path
  1.138     +1 -1      src/sys/kern/sys_process.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 10:52:45 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 EA53216A4E2;
	Sun, 20 Aug 2006 10:52:45 +0000 (UTC) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5362543D58;
	Sun, 20 Aug 2006 10:52:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KAqjPW000176;
	Sun, 20 Aug 2006 10:52:45 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KAqjcI000175;
	Sun, 20 Aug 2006 10:52:45 GMT (envelope-from pjd)
Message-Id: <200608201052.k7KAqjcI000175@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sun, 20 Aug 2006 10:52:45 +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/sys/ufs/ufs ufs_vnops.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 10:52:46 -0000

pjd         2006-08-20 10:52:45 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  Correct typo in comment.
  
  Revision  Changes    Path
  1.278     +1 -1      src/sys/ufs/ufs/ufs_vnops.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 13:23:55 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 70B3916A4E2;
	Sun, 20 Aug 2006 13:23:55 +0000 (UTC)
	(envelope-from Alexander@Leidinger.net)
Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C042C43D72;
	Sun, 20 Aug 2006 13:23:54 +0000 (GMT)
	(envelope-from Alexander@Leidinger.net)
Received: from Andro-Beta.Leidinger.net (p54A5E1AD.dip.t-dialin.net
	[84.165.225.173]) (authenticated bits=0)
	by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id
	k7KD6ebZ008062; Sun, 20 Aug 2006 15:06:41 +0200 (CEST)
	(envelope-from Alexander@Leidinger.net)
Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1])
	by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id
	k7KDNw1A074628; Sun, 20 Aug 2006 15:23:59 +0200 (CEST)
	(envelope-from Alexander@Leidinger.net)
Date: Sun, 20 Aug 2006 15:26:06 +0200
From: Alexander Leidinger <Alexander@Leidinger.net>
To: Suleiman Souhlal <ssouhlal@FreeBSD.org>
Message-ID: <20060820152606.736bc3c5@Magellan.Leidinger.net>
In-Reply-To: <200608191154.k7JBsJLf046031@repoman.freebsd.org>
References: <200608191154.k7JBsJLf046031@repoman.freebsd.org>
X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/compat/linux linux_emul.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 13:23:55 -0000

Quoting Suleiman Souhlal <ssouhlal@FreeBSD.org> (Sat, 19 Aug 2006 11:54:19 +0000 (UTC)):

> ssouhlal    2006-08-19 11:54:19 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/compat/linux     linux_emul.c 
>   Log:
>   MALLOC -> malloc and FREE -> free
>   
>   Submitted by:   rdivacky
>   Pointed out by: jhb

I really think we should add a "Sponsored by: Google ..." line to such
commits...

Bye,
Alexander.

-- 
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 13:50:27 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9833A16A4E0;
	Sun, 20 Aug 2006 13:50:27 +0000 (UTC)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC1343D49;
	Sun, 20 Aug 2006 13:50:27 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KDoRpH028752;
	Sun, 20 Aug 2006 13:50:27 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KDoR96028751;
	Sun, 20 Aug 2006 13:50:27 GMT (envelope-from netchild)
Message-Id: <200608201350.k7KDoR96028751@repoman.freebsd.org>
From: Alexander Leidinger <netchild@FreeBSD.org>
Date: Sun, 20 Aug 2006 13:50:27 +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/sys/compat/linux linux_misc.c src/sys/amd64/linux32
 linux32_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 13:50:27 -0000

netchild    2006-08-20 13:50:27 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c 
    sys/amd64/linux32    linux32_machdep.c 
  Log:
  Sync the MI parts for amd64 with i386 and remove the corresponding special
  handling for amd64 in the common code. The MD parts for amd64 are still
  outstanding, but at least this fixes some panics on amd64.
  
  Sponsored by:   Google SoC 2006
  Submitted by:   rdivacky
  Tested by:      bsam
  
  Revision  Changes    Path
  1.15      +89 -3     src/sys/amd64/linux32/linux32_machdep.c
  1.185     +1 -13     src/sys/compat/linux/linux_misc.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 15:49:55 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8FE2216A4DD;
	Sun, 20 Aug 2006 15:49:55 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EEE3F43D5E;
	Sun, 20 Aug 2006 15:49:53 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KFnrCJ036930;
	Sun, 20 Aug 2006 15:49:53 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KFnr02036929;
	Sun, 20 Aug 2006 15:49:53 GMT (envelope-from delphij)
Message-Id: <200608201549.k7KFnr02036929@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Sun, 20 Aug 2006 15:49:53 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: LESS
Cc: 
Subject: cvs commit: src/contrib/less - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 15:49:55 -0000

delphij     2006-08-20 15:49:53 UTC

  FreeBSD src repository

  src/contrib/less - Imported sources
  Update of /home/ncvs/src/contrib/less
  In directory repoman.freebsd.org:/tmp/cvs-serv36900
  
  Log Message:
  Import less v394
  
  Status:
  
  Vendor Tag:	LESS
  Release Tags:	v394
  		
  U src/contrib/less/input.c
  U src/contrib/less/regexp.h
  U src/contrib/less/edit.c
  U src/contrib/less/defines.o2
  U src/contrib/less/opttbl.c
  U src/contrib/less/less.nro
  N src/contrib/less/lessecho.nro
  U src/contrib/less/os.c
  U src/contrib/less/jump.c
  U src/contrib/less/brac.c
  U src/contrib/less/option.c
  U src/contrib/less/version.c
  U src/contrib/less/optfunc.c
  U src/contrib/less/position.c
  U src/contrib/less/INSTALL
  U src/contrib/less/ifile.c
  U src/contrib/less/charset.c
  U src/contrib/less/lesskey.nro
  C src/contrib/less/main.c
  C src/contrib/less/signal.c
  U src/contrib/less/regexp.c
  C src/contrib/less/less.h
  U src/contrib/less/less.hlp
  U src/contrib/less/Makefile.in
  C src/contrib/less/line.c
  C src/contrib/less/command.c
  U src/contrib/less/filename.c
  U src/contrib/less/mkinstalldirs
  C src/contrib/less/forwback.c
  N src/contrib/less/lessecho.man
  C src/contrib/less/search.c
  U src/contrib/less/mkfuncs.awk
  U src/contrib/less/option.h
  U src/contrib/less/configure
  U src/contrib/less/linenum.c
  U src/contrib/less/lglob.h
  N src/contrib/less/charset.h
  U src/contrib/less/cmdbuf.c
  U src/contrib/less/position.h
  U src/contrib/less/cmd.h
  U src/contrib/less/defines.ds
  U src/contrib/less/funcs.h
  U src/contrib/less/ttyin.c
  U src/contrib/less/README
  U src/contrib/less/lsystem.c
  U src/contrib/less/scrsize.c
  U src/contrib/less/tags.c
  U src/contrib/less/pckeys.h
  U src/contrib/less/NEWS
  U src/contrib/less/lesskey.c
  U src/contrib/less/Makefile.dsu
  U src/contrib/less/ch.c
  U src/contrib/less/configure.ac
  U src/contrib/less/defines.o9
  U src/contrib/less/lesskey.man
  U src/contrib/less/Makefile.dsg
  U src/contrib/less/Makefile.wnm
  U src/contrib/less/output.c
  U src/contrib/less/COPYING
  U src/contrib/less/help.c
  U src/contrib/less/lessecho.c
  U src/contrib/less/mkhelp.c
  U src/contrib/less/Makefile.wnb
  U src/contrib/less/defines.h.in
  C src/contrib/less/screen.c
  U src/contrib/less/decode.c
  U src/contrib/less/LICENSE
  U src/contrib/less/install.sh
  U src/contrib/less/lesskey.h
  U src/contrib/less/Makefile.aut
  U src/contrib/less/defines.wn
  U src/contrib/less/mark.c
  U src/contrib/less/Makefile.o9c
  U src/contrib/less/Makefile.o2e
  U src/contrib/less/Makefile.dsb
  C src/contrib/less/prompt.c
  U src/contrib/less/less.man
  U src/contrib/less/Makefile.o9u
  
  9 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jLESS:yesterday -jLESS src/contrib/less
  

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 15:50:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 ECDD316A4DF;
	Sun, 20 Aug 2006 15:50:51 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 827CC43D68;
	Sun, 20 Aug 2006 15:50:51 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KFopjB037082;
	Sun, 20 Aug 2006 15:50:51 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KFop2T037081;
	Sun, 20 Aug 2006 15:50:51 GMT (envelope-from delphij)
Message-Id: <200608201550.k7KFop2T037081@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Sun, 20 Aug 2006 15:50:51 +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/contrib/less command.c forwback.c less.h line.c
 main.c prompt.c screen.c search.c signal.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 15:50:52 -0000

delphij     2006-08-20 15:50:51 UTC

  FreeBSD src repository

  Modified files:
    contrib/less         command.c forwback.c less.h line.c main.c 
                         prompt.c screen.c search.c signal.c 
  Log:
  Resolve conflicts.
  
  Revision  Changes    Path
  1.6       +31 -20    src/contrib/less/command.c
  1.5       +3 -10     src/contrib/less/forwback.c
  1.6       +72 -23    src/contrib/less/less.h
  1.3       +576 -295  src/contrib/less/line.c
  1.5       +8 -6      src/contrib/less/main.c
  1.5       +21 -9     src/contrib/less/prompt.c
  1.5       +103 -126  src/contrib/less/screen.c
  1.6       +90 -40    src/contrib/less/search.c
  1.4       +4 -1      src/contrib/less/signal.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 15:52:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 26AD516A4DE;
	Sun, 20 Aug 2006 15:52:02 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3717543D7B;
	Sun, 20 Aug 2006 15:51:18 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KFpIun037194;
	Sun, 20 Aug 2006 15:51:18 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KFpIxx037193;
	Sun, 20 Aug 2006 15:51:18 GMT (envelope-from delphij)
Message-Id: <200608201551.k7KFpIxx037193@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Sun, 20 Aug 2006 15:51:18 +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/usr.bin/less defines.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 15:52:02 -0000

delphij     2006-08-20 15:51:18 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/less         defines.h 
  Log:
  Regen.
  
  Revision  Changes    Path
  1.6       +15 -2     src/usr.bin/less/defines.h

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 15:52:46 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0582216A501;
	Sun, 20 Aug 2006 15:52:46 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 533F443DA3;
	Sun, 20 Aug 2006 15:52:18 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KFqIjM037268;
	Sun, 20 Aug 2006 15:52:18 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KFqIfZ037267;
	Sun, 20 Aug 2006 15:52:18 GMT (envelope-from delphij)
Message-Id: <200608201552.k7KFqIfZ037267@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Sun, 20 Aug 2006 15:52:17 +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/usr.bin/lessecho Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 15:52:46 -0000

delphij     2006-08-20 15:52:17 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/lessecho     Makefile 
  Log:
  Hook lessecho(1) to build.
  
  Revision  Changes    Path
  1.4       +1 -1      src/usr.bin/lessecho/Makefile

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 16:13:01 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8008616A4DD;
	Sun, 20 Aug 2006 16:13:01 +0000 (UTC)
	(envelope-from brooks@lor.one-eyed-alien.net)
Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 92F0543D53;
	Sun, 20 Aug 2006 16:12:58 +0000 (GMT)
	(envelope-from brooks@lor.one-eyed-alien.net)
Received: from lor.one-eyed-alien.net ([12.207.12.9])
	by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP
	id <20060820161253m910086b0ae>; Sun, 20 Aug 2006 16:12:57 +0000
Received: from lor.one-eyed-alien.net (localhost [127.0.0.1])
	by lor.one-eyed-alien.net (8.13.6/8.13.6) with ESMTP id k7KGClNG042026; 
	Sun, 20 Aug 2006 11:12:47 -0500 (CDT)
	(envelope-from brooks@lor.one-eyed-alien.net)
Received: (from brooks@localhost)
	by lor.one-eyed-alien.net (8.13.6/8.13.6/Submit) id k7KGCkGb041202;
	Sun, 20 Aug 2006 11:12:46 -0500 (CDT) (envelope-from brooks)
Date: Sun, 20 Aug 2006 11:12:42 -0500
From: Brooks Davis <brooks@one-eyed-alien.net>
To: Yar Tikhiy <yar@comp.chem.msu.su>
Message-ID: <20060820161242.GB95726@lor.one-eyed-alien.net>
References: <200608181210.k7ICAIme084410@repoman.freebsd.org>
	<86ejvet9m6.fsf@xps.des.no>
	<20060818143310.GA14203@comp.chem.msu.su>
	<20060818143508.GA2545@lor.one-eyed-alien.net>
	<20060818153744.GA14726@comp.chem.msu.su>
	<20060818154240.GA3050@lor.one-eyed-alien.net>
	<20060819083245.GA23574@comp.chem.msu.su>
	<p06230912c10d2672a534@[128.113.24.47]>
	<20060820040636.GA32859@comp.chem.msu.su>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5"
Content-Disposition: inline
In-Reply-To: <20060820040636.GA32859@comp.chem.msu.su>
User-Agent: Mutt/1.5.11
Cc: src-committers@FreeBSD.org, Brooks Davis <brooks@one-eyed-alien.net>,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Garance A Drosehn <gad@FreeBSD.org>, Dag-Erling Sm?rgrav <des@des.no>
Subject: Re: moving pgrep and pkill
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 16:13:01 -0000


--s/l3CgOIzMHHjg/5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Aug 20, 2006 at 08:06:37AM +0400, Yar Tikhiy wrote:
> On Sat, Aug 19, 2006 at 04:48:51PM -0400, Garance A Drosehn wrote:
> > At 12:32 PM +0400 8/19/06, Yar Tikhiy wrote:
> > >On Fri, Aug 18, 2006, Brooks Davis wrote:
> > > > On Fri, Aug 18, 2006, Yar Tikhiy wrote:
> > > > > On Fri, Aug 18, 2006, Brooks Davis wrote:
> > > > > > On Fri, Aug 18, 2006, Yar Tikhiy wrote:
> > > > > > | On Fri, Aug 18, 2006, Dag-Erling Sm?rgrav wrote:
> > > > > > | > In a commit msg, Yar Tikhiy <yar@FreeBSD.org> writes:
> > > > > > | > >   Log:
> > > > > > | > >   The ps(1) command is unfriendly to scripts by default
> > > > > > | > >   because it limits the width of its output to the value
> > > > > > | > >   of $COLUMNS, or what TIOCGWINSZ reports, or 79 columns.
> > > > > > | > >   We should specify -ww to ps(1) so that it removes the
> > > > > > | > >   limit and prints lines in full.  Otherwise very long
> > > > > > | > >   command pathnames could be mishandled, e.g.,
> > > > > > | > >   by _find_processes().
> > > > > > | >
> > > > > > | > or perhaps _find_processes() should use pgrep(1) instead
> > > > > > | > of ps(1).
> > > > > > |
> > > > > > | I considered that but had to stick to ps(1) because pgrep
> > > > > > | was in /usr/bin while ps was in /bin.  The use of /usr/bin
> > > > > > | tools should be very limited in rc.subr(8).  OTOH, pgrep
> > > > > > | uses /lib libs only, which makes it possible to transfer
> > > > > > | pgrep+pkill to /bin if we can stand the growth of / by
> > > > > > | some 50 kbytes.
> > > > > >
> > > > > > I think that's appropriate since pgrep is such an obvious
> > > > > > fit for this sort of thing.  I think we'll want to consider
> > > > > > compatability symlinks due to existing hardcoded paths in
> > > > > > scripts.
> >=20
> >=20
> > I do not mind if `pgrep' and `pkill' are moved to /bin.  Note
> > that these were added to /usr because that's where they exist
> > on NetBSD, OpenBSD, Solaris and Linux.  So we're not just
> > talking about hardcoded-paths in a few scripts that FreeBSD
> > users might have written for use only on FreeBSD.  So, I expect
> > we will want symlinks to remain in /usr, forever, if we move
> > the programs to /bin.
> >=20
> > (Moving them does seem reasonable to me. I'm just saying why
> > they were put in /usr in the first place...)
>=20
> Thank you!  I'll add a comment to src/usr.bin/pkill/Makefile so that
> the SYMLINKS lines aren't removed without thorough consideration.

Sounds good.  I don't think it's a problem to have the compat links
around, we're talking two inodes after all. :)

-- Brooks

--s/l3CgOIzMHHjg/5
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6In6XY6L6fI4GtQRAorBAJ49y2GQiWAHLmfXwm7Tckl+cUlXLgCgokdw
dK+wB38ZyFPvb9nHZ4mTZ7g=
=lhxJ
-----END PGP SIGNATURE-----

--s/l3CgOIzMHHjg/5--

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 18:52:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8D2EE16A4DA;
	Sun, 20 Aug 2006 18:52:38 +0000 (UTC)
	(envelope-from danger@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4A2B843D46;
	Sun, 20 Aug 2006 18:52:38 +0000 (GMT)
	(envelope-from danger@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KIqctL057790;
	Sun, 20 Aug 2006 18:52:38 GMT
	(envelope-from danger@repoman.freebsd.org)
Received: (from danger@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KIqcnh057789;
	Sun, 20 Aug 2006 18:52:38 GMT (envelope-from danger)
Message-Id: <200608201852.k7KIqcnh057789@repoman.freebsd.org>
From: Daniel Gerzo <danger@FreeBSD.org>
Date: Sun, 20 Aug 2006 18:52:38 +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/usr.bin/calendar/calendars calendar.freebsd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 18:52:38 -0000

danger      2006-08-20 18:52:38 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.bin/calendar/calendars calendar.freebsd 
  Log:
  Add myself to the FreeBSD callendar. Ooops, it seems like I'm the
  second youngest.
  
  Approved by:    keramida (mentor)
  
  Revision  Changes    Path
  1.184     +1 -0      src/usr.bin/calendar/calendars/calendar.freebsd

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 18:55:52 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C8CC816A4DD;
	Sun, 20 Aug 2006 18:55:52 +0000 (UTC)
	(envelope-from keramida@FreeBSD.org)
Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0399343D45;
	Sun, 20 Aug 2006 18:55:51 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229])
	(authenticated bits=128)
	by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7KItJtd021298
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 20 Aug 2006 21:55:20 +0300
Received: from gothmog.pc (gothmog [127.0.0.1])
	by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7KItTWJ012063;
	Sun, 20 Aug 2006 21:55:29 +0300 (EEST)
	(envelope-from keramida@FreeBSD.org)
Received: (from giorgos@localhost)
	by gothmog.pc (8.13.7/8.13.7/Submit) id k7KItPMS012062;
	Sun, 20 Aug 2006 21:55:25 +0300 (EEST)
	(envelope-from keramida@FreeBSD.org)
Date: Sun, 20 Aug 2006 21:55:25 +0300
From: Giorgos Keramidas <keramida@FreeBSD.org>
To: Yar Tikhiy <yar@comp.chem.msu.su>
Message-ID: <20060820185525.GA12000@gothmog.pc>
References: <200608181210.k7ICAIme084410@repoman.freebsd.org>
	<86ejvet9m6.fsf@xps.des.no>
	<20060818143310.GA14203@comp.chem.msu.su>
	<20060818143508.GA2545@lor.one-eyed-alien.net>
	<20060818153744.GA14726@comp.chem.msu.su>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060818153744.GA14726@comp.chem.msu.su>
X-Hellug-MailScanner: Found to be clean
X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.32,
	required 5, autolearn=not spam, AWL -0.72, BAYES_00 -2.60,
	UNPARSEABLE_RELAY 0.00)
X-Hellug-MailScanner-From: keramida@freebsd.org
X-Spam-Status: No
Cc: Brooks Davis <brooks@one-eyed-alien.net>, Dag-Erling Sm?rgrav <des@des.no>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 18:55:52 -0000

On 2006-08-18 19:37, Yar Tikhiy <yar@comp.chem.msu.su> wrote:
> On Fri, Aug 18, 2006 at 09:35:08AM -0500, Brooks Davis wrote:
> > On Fri, Aug 18, 2006 at 06:33:11PM +0400, Yar Tikhiy wrote:
> > > On Fri, Aug 18, 2006 at 04:13:37PM +0200, Dag-Erling Sm?rgrav wrote:
> > > > Yar Tikhiy <yar@FreeBSD.org> writes:
> > > > >   Log:
> > > > >   The ps(1) command is unfriendly to scripts by default because
> > > > >   it limits the width of its output to the value of $COLUMNS, or
> > > > >   what TIOCGWINSZ reports, or 79 columns.  We should specify -ww
> > > > >   to ps(1) so that it removes the limit and prints lines in full.
> > > > >   Otherwise very long command pathnames could be mishandled, e.g.,
> > > > >   by _find_processes().
> > > > 
> > > > or perhaps _find_processes() should use pgrep(1) instead of ps(1).
> > > 
> > > I considered that but had to stick to ps(1) because pgrep was in
> > > /usr/bin while ps was in /bin.  The use of /usr/bin tools should
> > > be very limited in rc.subr(8).  OTOH, pgrep uses /lib libs only,
> > > which makes it possible to transfer pgrep+pkill to /bin if we can
> > > stand the growth of / by some 50 kbytes.
> > 
> > I think that's appropriate since pgrep is such an obvious fit for this
> > sort of thing.  I think we'll want to consider compatability symlinks
> > due to existing hardcoded paths in scripts.
> 
> Creating the compat symlinks should be as easy as adding the following
> lines to the Makefile:
> 
> SYMLINKS=	${BINDIR}/pgrep /usr/bin/pgrep
> SYMLINKS+=	${BINDIR}/pkill /usr/bin/pkill

Hmmm.  Shouldn't this be using ${DESTDIR} in the right-hand paths?


From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 19:28:45 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6E4E316A4DE;
	Sun, 20 Aug 2006 19:28:45 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB99543D66;
	Sun, 20 Aug 2006 19:28:43 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KJShCP060700;
	Sun, 20 Aug 2006 19:28:43 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KJSh90060699;
	Sun, 20 Aug 2006 19:28:43 GMT (envelope-from dwmalone)
Message-Id: <200608201928.k7KJSh90060699@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Sun, 20 Aug 2006 19:28:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/netinet in_pcb.h src/sys/netinet6 in6.h
 in6_pcb.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 19:28:45 -0000

dwmalone    2006-08-20 19:28:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          in_pcb.h 
    sys/netinet6         in6.h in6_pcb.c 
  Log:
  MFC: Make net.inet.ip.portrange.reservedhigh and
  net.inet.ip.portrange.reservedlow apply to IPv6 aswell as IPv4. Update
  a cut'n'paste comment so that it is a bit more up to date.
  
  Revision  Changes    Path
  1.80.2.4  +2 -0      src/sys/netinet/in_pcb.h
  1.36.2.7  +3 -25     src/sys/netinet6/in6.h
  1.62.2.3  +2 -1      src/sys/netinet6/in6_pcb.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 19:58:16 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 65BB016A4DA;
	Sun, 20 Aug 2006 19:58:16 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC4EF43D6A;
	Sun, 20 Aug 2006 19:58:15 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from localhost (localhost.village.org [127.0.0.1] (may be forged))
	by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k7KJtBUZ062430;
	Sun, 20 Aug 2006 13:55:12 -0600 (MDT) (envelope-from imp@bsdimp.com)
Date: Sun, 20 Aug 2006 13:55:17 -0600 (MDT)
Message-Id: <20060820.135517.1683995254.imp@bsdimp.com>
To: phk@phk.freebsd.dk
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <64652.1156057112@critter.freebsd.dk>
References: <20060819200148.S952@odysseus.silby.com>
	<64652.1156057112@critter.freebsd.dk>
X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0
	(harmony.bsdimp.com [127.0.0.1]);
	Sun, 20 Aug 2006 13:55:12 -0600 (MDT)
Cc: src-committers@freebsd.org, cvs-src@freebsd.org, silby@silby.com,
	cvs-all@freebsd.org, itetcu@freebsd.org, cognet@freebsd.org
Subject: Re: __FreeBSD_version was: Re: cvs commit: src/sys/sys _timeval.h
 user.h src/sys/arm/include _types.h 
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 19:58:16 -0000

In message: <64652.1156057112@critter.freebsd.dk>
            "Poul-Henning Kamp" <phk@phk.freebsd.dk> writes:
: In message <20060819200148.S952@odysseus.silby.com>, Mike Silbersack writes:
: >
: >On Sat, 24 Jun 2006, M. Warner Losh wrote:
: 
: >Maybe this has been discussed in the past, but why don't we just have 
: >__FreeBSD_version auto-incremented every day?  It would be great for 
: >situations where we currently use it, and it's also be great for bug 
: >reports.
: 
: The traditional argument was "it's CVS bloat!"

The other problem that comes into play is if someone updates only part
of the tree (say the kernel) and not this file.  Then you have version
skew..  of course, you'd have that regardless...

Warner

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 20:10:36 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B4DDE16A4DD;
	Sun, 20 Aug 2006 20:10:36 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7098C43D46;
	Sun, 20 Aug 2006 20:10:36 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KKAa7A065630;
	Sun, 20 Aug 2006 20:10:36 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KKAa2C065629;
	Sun, 20 Aug 2006 20:10:36 GMT (envelope-from dwmalone)
Message-Id: <200608202010.k7KKAa2C065629@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Sun, 20 Aug 2006 20:10:36 +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/ipfw ipfw2.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 20:10:36 -0000

dwmalone    2006-08-20 20:10:36 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw2.c 
  Log:
  Regigle parens to try and get the intended affect. This should fix people
  having trouble with the "me6" keyword. Also, we were using inet_pton on
  the wrong variable in one place.
  
  Reviewed by:    mlaier (previous version of patch)
  Obtained from:  Sascha Blank (inet_pton change)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.95      +6 -6      src/sbin/ipfw/ipfw2.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 20:25:56 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 852AF16A4E1;
	Sun, 20 Aug 2006 20:25:56 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFDD43D49;
	Sun, 20 Aug 2006 20:25:56 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KKPuve066407;
	Sun, 20 Aug 2006 20:25:56 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KKPuED066406;
	Sun, 20 Aug 2006 20:25:56 GMT (envelope-from maxim)
Message-Id: <200608202025.k7KKPuED066406@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Sun, 20 Aug 2006 20:25:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 20:25:56 -0000

maxim       2006-08-20 20:25:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/calendar/calendars calendar.history 
  Log:
  MFC rev. 1.34: fix the date of LZ 129 Hindenburg crash.
  
  Revision   Changes    Path
  1.31.10.3  +1 -1      src/usr.bin/calendar/calendars/calendar.history

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 20:27:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 76D1816A4DD;
	Sun, 20 Aug 2006 20:27:47 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7046D43D49;
	Sun, 20 Aug 2006 20:27:44 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KKRidv066479;
	Sun, 20 Aug 2006 20:27:44 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KKRixw066478;
	Sun, 20 Aug 2006 20:27:44 GMT (envelope-from maxim)
Message-Id: <200608202027.k7KKRixw066478@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Sun, 20 Aug 2006 20:27:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/usr.bin/hexdump parse.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 20:27:47 -0000

maxim       2006-08-20 20:27:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/hexdump      parse.c 
  Log:
  MFC rev. 1.14: simple strcpy/strcat replacement.
  
  Revision  Changes    Path
  1.13.8.1  +4 -3      src/usr.bin/hexdump/parse.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 20:29:35 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8F50216A4DA;
	Sun, 20 Aug 2006 20:29:35 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 492D943D4C;
	Sun, 20 Aug 2006 20:29:35 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KKTZJR066612;
	Sun, 20 Aug 2006 20:29:35 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KKTZLi066611;
	Sun, 20 Aug 2006 20:29:35 GMT (envelope-from maxim)
Message-Id: <200608202029.k7KKTZLi066611@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Sun, 20 Aug 2006 20:29:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.bin/hexdump parse.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 20:29:35 -0000

maxim       2006-08-20 20:29:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.bin/hexdump      parse.c 
  Log:
  MFC rev. 1.14: simple strcpy/strcat replacement.
  
  Revision  Changes    Path
  1.13.2.1  +4 -3      src/usr.bin/hexdump/parse.c

From owner-cvs-src@FreeBSD.ORG  Sun Aug 20 20:31:11 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1560516A4DD;
	Sun, 20 Aug 2006 20:31:11 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C51AC43D55;
	Sun, 20 Aug 2006 20:31:10 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KKVAH8066825;
	Sun, 20 Aug 2006 20:31:10 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KKVAdX066824;
	Sun, 20 Aug 2006 20:31:10 GMT (envelope-from maxim)
Message-Id: <200608202031.k7KKVAdX066824@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Sun, 20 Aug 2006 20:31:10 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/usr.bin/hexdump parse.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Aug 2006 20:31:11 -0000

maxim       2006-08-20 20:31:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    usr.bin/hexdump      parse.c 
  Log:
  MFC rev. 1.14: simple strcpy/strcat replacement.
  
  Revision  Changes    Path
  1.4.2.2   +4 -3      src/usr.bin/hexdump/parse.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:34:32 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8446216A4DF;
	Mon, 21 Aug 2006 00:34:32 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E0D1B43D5E;
	Mon, 21 Aug 2006 00:34:31 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0YVQA090842;
	Mon, 21 Aug 2006 00:34:31 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0YVKs090841;
	Mon, 21 Aug 2006 00:34:31 GMT (envelope-from alc)
Message-Id: <200608210034.k7L0YVKs090841@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:34:31 +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/sys/vm vm_page.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:34:32 -0000

alc         2006-08-21 00:34:31 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Page flags are reset on (re)allocation.  There is no need to clear any
  flags except for PG_ZERO in vm_page_free_toq().
  
  Revision  Changes    Path
  1.326     +0 -8      src/sys/vm/vm_page.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:46:11 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2052416A4EF;
	Mon, 21 Aug 2006 00:46:11 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C9A5A43D46;
	Mon, 21 Aug 2006 00:46:10 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0kA84091455;
	Mon, 21 Aug 2006 00:46:10 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0kAbj091454;
	Mon, 21 Aug 2006 00:46:10 GMT (envelope-from mjacob)
Message-Id: <200608210046.k7L0kAbj091454@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:46:10 +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/sys/dev/isp isp_ioctl.h isp_pci.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:46:11 -0000

mjacob      2006-08-21 00:46:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp_ioctl.h isp_pci.c 
  Log:
  Fix RELENG_4 code version- isp_roles wasn't getting initialized so
  it ended up defaulting to ISP_ROLE_NONE. My testing hadn't caught it
  because I was deliberatly setting role via ioctl.
  
  Thanks to user Toni for lending me an alpha to test this on.
  
  MFC after:      0 days
  
  Revision  Changes    Path
  1.18      +0 -3      src/sys/dev/isp/isp_ioctl.h
  1.120     +6 -0      src/sys/dev/isp/isp_pci.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:47:33 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 784AB16A4DD;
	Mon, 21 Aug 2006 00:47:33 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B63F43D5C;
	Mon, 21 Aug 2006 00:47:32 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0lW84099403;
	Mon, 21 Aug 2006 00:47:32 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0lWl4099402;
	Mon, 21 Aug 2006 00:47:32 GMT (envelope-from mjacob)
Message-Id: <200608210047.k7L0lWl4099402@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:47:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/isp isp_ioctl.h isp_pci.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:47:33 -0000

mjacob      2006-08-21 00:47:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/isp          isp_ioctl.h isp_pci.c 
  Log:
  MFC 1.120: Fix RELENG_4 code version- isp_roles wasn't getting
  initialized so it ended up defaulting to ISP_ROLE_NONE. My testing
  hadn't caught it because I was deliberatly setting role via ioctl.
  
  Revision   Changes    Path
  1.12.2.3   +0 -3      src/sys/dev/isp/isp_ioctl.h
  1.104.2.6  +6 -0      src/sys/dev/isp/isp_pci.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:48:06 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 511F216A4DA;
	Mon, 21 Aug 2006 00:48:06 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 063C943D46;
	Mon, 21 Aug 2006 00:48:06 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0m5tO099470;
	Mon, 21 Aug 2006 00:48:05 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0m5cF099469;
	Mon, 21 Aug 2006 00:48:05 GMT (envelope-from mjacob)
Message-Id: <200608210048.k7L0m5cF099469@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:48:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/dev/isp isp_ioctl.h isp_pci.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:48:06 -0000

mjacob      2006-08-21 00:48:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/isp          isp_ioctl.h isp_pci.c 
  Log:
  MFC 1.120: Fix RELENG_4 code version- isp_roles wasn't getting
  initialized so it ended up defaulting to ISP_ROLE_NONE. My testing
  hadn't caught it because I was deliberatly setting role via ioctl.
  
  Revision  Changes    Path
  1.11.2.5  +0 -3      src/sys/dev/isp/isp_ioctl.h
  1.98.2.7  +6 -0      src/sys/dev/isp/isp_pci.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:48:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 563D016A4DF;
	Mon, 21 Aug 2006 00:48:38 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EC0B143D5D;
	Mon, 21 Aug 2006 00:48:37 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0mbX2099540;
	Mon, 21 Aug 2006 00:48:37 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0mbfw099539;
	Mon, 21 Aug 2006 00:48:37 GMT (envelope-from mjacob)
Message-Id: <200608210048.k7L0mbfw099539@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:48:37 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/sys/dev/isp isp_ioctl.h isp_pci.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:48:38 -0000

mjacob      2006-08-21 00:48:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          isp_ioctl.h isp_pci.c 
  Log:
  MFC 1.120: Fix RELENG_4 code version- isp_roles wasn't getting
  initialized so it ended up defaulting to ISP_ROLE_NONE. My testing
  hadn't caught it because I was deliberatly setting role via ioctl.
  
  Revision  Changes    Path
  1.1.2.8   +0 -3      src/sys/dev/isp/isp_ioctl.h
  1.78.2.8  +6 -0      src/sys/dev/isp/isp_pci.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:55:06 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AAAEC16A4DA;
	Mon, 21 Aug 2006 00:55:06 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9368543D5E;
	Mon, 21 Aug 2006 00:55:05 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0t5PB099945;
	Mon, 21 Aug 2006 00:55:05 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0t5h3099944;
	Mon, 21 Aug 2006 00:55:05 GMT (envelope-from alc)
Message-Id: <200608210055.k7L0t5h3099944@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:55:05 +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/sys/vm vm_zeroidle.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:55:06 -0000

alc         2006-08-21 00:55:05 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_zeroidle.c 
  Log:
  vm_page_zero_idle()'s return value serves no purpose.  Eliminate it.
  
  Revision  Changes    Path
  1.38      +1 -2      src/sys/vm/vm_zeroidle.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 00:59:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6893E16A4DA;
	Mon, 21 Aug 2006 00:59:41 +0000 (UTC)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA0643D49;
	Mon, 21 Aug 2006 00:59:41 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L0xf8U000328;
	Mon, 21 Aug 2006 00:59:41 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L0xeoA000327;
	Mon, 21 Aug 2006 00:59:40 GMT (envelope-from bmah)
Message-Id: <200608210059.k7L0xeoA000327@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Mon, 21 Aug 2006 00:59:40 +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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 00:59:41 -0000

bmah        2006-08-21 00:59:40 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release note:  less v394.
  
  Updated release note:  IPFilter 4.1.13.
  
  Revision  Changes    Path
  1.962     +4 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 02:02:19 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0503116A4DA;
	Mon, 21 Aug 2006 02:02:19 +0000 (UTC)
	(envelope-from yar@comp.chem.msu.su)
Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 979B043D4C;
	Mon, 21 Aug 2006 02:02:17 +0000 (GMT)
	(envelope-from yar@comp.chem.msu.su)
Received: from comp.chem.msu.su (localhost [127.0.0.1])
	by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7L22DSR042425;
	Mon, 21 Aug 2006 06:02:13 +0400 (MSD)
	(envelope-from yar@comp.chem.msu.su)
Received: (from yar@localhost)
	by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7L228cS042422;
	Mon, 21 Aug 2006 06:02:08 +0400 (MSD) (envelope-from yar)
Date: Mon, 21 Aug 2006 06:02:08 +0400
From: Yar Tikhiy <yar@comp.chem.msu.su>
To: Giorgos Keramidas <keramida@FreeBSD.org>
Message-ID: <20060821020208.GD36875@comp.chem.msu.su>
References: <200608181210.k7ICAIme084410@repoman.freebsd.org>
	<86ejvet9m6.fsf@xps.des.no>
	<20060818143310.GA14203@comp.chem.msu.su>
	<20060818143508.GA2545@lor.one-eyed-alien.net>
	<20060818153744.GA14726@comp.chem.msu.su>
	<20060820185525.GA12000@gothmog.pc>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060820185525.GA12000@gothmog.pc>
User-Agent: Mutt/1.5.9i
Cc: Brooks Davis <brooks@one-eyed-alien.net>, Dag-Erling Sm?rgrav <des@des.no>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 02:02:19 -0000

On Sun, Aug 20, 2006 at 09:55:25PM +0300, Giorgos Keramidas wrote:
> On 2006-08-18 19:37, Yar Tikhiy <yar@comp.chem.msu.su> wrote:
> > On Fri, Aug 18, 2006 at 09:35:08AM -0500, Brooks Davis wrote:
> > > On Fri, Aug 18, 2006 at 06:33:11PM +0400, Yar Tikhiy wrote:
> > > > On Fri, Aug 18, 2006 at 04:13:37PM +0200, Dag-Erling Sm?rgrav wrote:
> > > > > Yar Tikhiy <yar@FreeBSD.org> writes:
> > > > > >   Log:
> > > > > >   The ps(1) command is unfriendly to scripts by default because
> > > > > >   it limits the width of its output to the value of $COLUMNS, or
> > > > > >   what TIOCGWINSZ reports, or 79 columns.  We should specify -ww
> > > > > >   to ps(1) so that it removes the limit and prints lines in full.
> > > > > >   Otherwise very long command pathnames could be mishandled, e.g.,
> > > > > >   by _find_processes().
> > > > > 
> > > > > or perhaps _find_processes() should use pgrep(1) instead of ps(1).
> > > > 
> > > > I considered that but had to stick to ps(1) because pgrep was in
> > > > /usr/bin while ps was in /bin.  The use of /usr/bin tools should
> > > > be very limited in rc.subr(8).  OTOH, pgrep uses /lib libs only,
> > > > which makes it possible to transfer pgrep+pkill to /bin if we can
> > > > stand the growth of / by some 50 kbytes.
> > > 
> > > I think that's appropriate since pgrep is such an obvious fit for this
> > > sort of thing.  I think we'll want to consider compatability symlinks
> > > due to existing hardcoded paths in scripts.
> > 
> > Creating the compat symlinks should be as easy as adding the following
> > lines to the Makefile:
> > 
> > SYMLINKS=	${BINDIR}/pgrep /usr/bin/pgrep
> > SYMLINKS+=	${BINDIR}/pkill /usr/bin/pkill
> 
> Hmmm.  Shouldn't this be using ${DESTDIR} in the right-hand paths?

I thought the same, peeked in /usr/share/mk/bsd.links.mk, and found
that it would take care of ${DESTDIR} internally.  I had to scratch
my head a couple of times before I got why ${DESTDIR} was prepended
to both paths in LINKS, but only to the right-hand path in SYMLINKS.
:-)

-- 
Yar

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 02:20:09 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9201B16A4DA;
	Mon, 21 Aug 2006 02:20:09 +0000 (UTC)
	(envelope-from keramida@ceid.upatras.gr)
Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4010843D68;
	Mon, 21 Aug 2006 02:20:01 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229])
	(authenticated bits=128)
	by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7L2Igeh010882
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 21 Aug 2006 05:18:46 +0300
Received: from gothmog.pc (gothmog [127.0.0.1])
	by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7L2IohN026435;
	Mon, 21 Aug 2006 05:18:52 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Received: (from giorgos@localhost)
	by gothmog.pc (8.13.7/8.13.7/Submit) id k7L2IlII026434;
	Mon, 21 Aug 2006 05:18:47 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Date: Mon, 21 Aug 2006 05:18:47 +0300
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Yar Tikhiy <yar@comp.chem.msu.su>
Message-ID: <20060821021846.GA26420@gothmog.pc>
References: <200608181210.k7ICAIme084410@repoman.freebsd.org>
	<86ejvet9m6.fsf@xps.des.no>
	<20060818143310.GA14203@comp.chem.msu.su>
	<20060818143508.GA2545@lor.one-eyed-alien.net>
	<20060818153744.GA14726@comp.chem.msu.su>
	<20060820185525.GA12000@gothmog.pc>
	<20060821020208.GD36875@comp.chem.msu.su>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060821020208.GD36875@comp.chem.msu.su>
X-Hellug-MailScanner: Found to be clean
X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.892,
	required 5, autolearn=not spam, AWL -0.29, BAYES_00 -2.60,
	UNPARSEABLE_RELAY 0.00)
X-Hellug-MailScanner-From: keramida@ceid.upatras.gr
X-Spam-Status: No
Cc: Brooks Davis <brooks@one-eyed-alien.net>, Dag-Erling Sm?rgrav <des@des.no>,
	src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org
Subject: Re: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 02:20:09 -0000

On 2006-08-21 06:02, Yar Tikhiy <yar@comp.chem.msu.su> wrote:
>On Sun, Aug 20, 2006 at 09:55:25PM +0300, Giorgos Keramidas wrote:
>>On 2006-08-18 19:37, Yar Tikhiy <yar@comp.chem.msu.su> wrote:
>>> Creating the compat symlinks should be as easy as adding the following
>>> lines to the Makefile:
>>>
>>> SYMLINKS=	${BINDIR}/pgrep /usr/bin/pgrep
>>> SYMLINKS+=	${BINDIR}/pkill /usr/bin/pkill
>>
>> Hmmm.  Shouldn't this be using ${DESTDIR} in the right-hand paths?
>
> I thought the same, peeked in /usr/share/mk/bsd.links.mk, and found
> that it would take care of ${DESTDIR} internally.  I had to scratch
> my head a couple of times before I got why ${DESTDIR} was prepended
> to both paths in LINKS, but only to the right-hand path in SYMLINKS.
> :-)

Ah!  I feel much better now, knowing that "make install" won't clobber
/usr/bin stuff when I use DESTDIR.  Thanks :)


From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 03:09:13 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5517816A4DA;
	Mon, 21 Aug 2006 03:09:13 +0000 (UTC) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CCCC943D5C;
	Mon, 21 Aug 2006 03:09:12 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L39CFK010689;
	Mon, 21 Aug 2006 03:09:12 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L39C4T010688;
	Mon, 21 Aug 2006 03:09:12 GMT (envelope-from yar)
Message-Id: <200608210309.k7L39C4T010688@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Mon, 21 Aug 2006 03:09:12 +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/bin/ps ps.1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 03:09:13 -0000

yar         2006-08-21 03:09:12 UTC

  FreeBSD src repository

  Modified files:
    bin/ps               ps.1 
  Log:
  For the sake of clarity, explicitly tell that comma and space
  characters can be included in a custom column title string --
  that's why it may appear at the end of a keyword list argument
  only.
  
  Revision  Changes    Path
  1.88      +3 -2      src/bin/ps/ps.1

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 06:09:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E306F16A4DA;
	Mon, 21 Aug 2006 06:09:46 +0000 (UTC) (envelope-from rabe@p-i-n.com)
Received: from dns.p-i-n.com (dns.p-i-n.com [145.253.185.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3201443D45;
	Mon, 21 Aug 2006 06:09:46 +0000 (GMT) (envelope-from rabe@p-i-n.com)
Received: from p-i-n.com (inside.p-i-n.com [129.10.9.21])
	by dns.p-i-n.com (8.12.9p2/8.12.9) with ESMTP id k7L69i81091856;
	Mon, 21 Aug 2006 08:09:44 +0200 (CEST) (envelope-from rabe@p-i-n.com)
Received: (from rabe@localhost) by p-i-n.com (8.11.6/8.11.6) id k7L69jQ49195;
	Mon, 21 Aug 2006 08:09:45 +0200 (CEST) (envelope-from rabe)
Date: Mon, 21 Aug 2006 08:09:45 +0200
From: "Raphael H. Becker" <rabe@p-i-n.com>
To: Florent Thoumie <flz@freebsd.org>
Message-ID: <20060821080945.A48690@p-i-n.com>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200601161951.k0GJpfNx017833@repoman.freebsd.org>;
	from flz@freebsd.org on Mon, Jan 16, 2006 at 07:51:41PM +0000
Organization: PHOENIX Pharmahandel AG & Co KG, Mannheim, Deutschland
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 06:09:47 -0000


Hi Florent,

PKGDIR is ambiguous in the context of ports and packages.

I set PKGDIR=/some/where/my/pkg in my /etc/profile which causes the
ports to fail badly creating any packages:

It is used in ports/Mk/bsd.port.mk:
# PKGDIR                - A directory containing any package creation
# files.
#                                 Default: ${MASTERDIR}
[...]
PKGDIR?=                ${MASTERDIR}

Havin set PKGDIR statically is a very bad idea here.


Regards
Raphael Becker

PS: I've googled around^W^Wused Google to search the web but it seems
there was no bugreport about this? Bug or feature?

On Mon, Jan 16, 2006 at 07:51:41PM +0000, Florent Thoumie wrote:
> flz         2006-01-16 19:51:41 UTC
> 
>   FreeBSD src repository (ports committer)
> 
>   Modified files:        (Branch: RELENG_5)
>     usr.sbin/pkg_install/info perform.c pkg_info.1 info.h main.c 
>     usr.sbin/pkg_install/add main.c add.h pkg_add.1 perform.c 
>     usr.sbin/pkg_install/lib lib.h url.c 
>   Log:
>   MFC:
>   
>     Add -K option to pkg_add and pkg_info.
>     This option saves packages to PKGDIR (if defined or current directory by default)
>     as they are downloaded.
>     Silent a warning when -n is used and package has a +DISPLAY file.
>   
>         src/usr.sbin/pkg_install/info/perform.c: rev 1.53 -> 1.54
>         src/usr.sbin/pkg_install/add/main.c: rev 1.65 -> 1.66
>         src/usr.sbin/pkg_install/lib/lib.h: rev 1.56 -> 1.57
>         src/usr.sbin/pkg_install/info/pkg_info.1: rev 1.55 -> 1.56
>         src/usr.sbin/pkg_install/add/add.h: rev 1.12 -> 1.13
>         src/usr.sbin/pkg_install/add/pkg_add.1: rev 1.68 -> 1.69
>         src/usr.sbin/pkg_install/add/perform.c: rev 1.78 -> 1.79
>         src/usr.sbin/pkg_install/info/info.h: rev 1.28 -> 1.29
>         src/usr.sbin/pkg_install/lib/url.c: rev 1.4 -> 1.5
>         src/usr.sbin/pkg_install/info/main.c: rev 1.48 -> 1.49
>   
>   Revision  Changes    Path
>   1.11.2.2  +1 -0      src/usr.sbin/pkg_install/add/add.h
>   1.59.2.6  +7 -3      src/usr.sbin/pkg_install/add/main.c
>   1.77.2.2  +7 -4      src/usr.sbin/pkg_install/add/perform.c
>   1.65.2.2  +12 -2     src/usr.sbin/pkg_install/add/pkg_add.1
>   1.27.2.1  +1 -0      src/usr.sbin/pkg_install/info/info.h
>   1.46.2.2  +7 -2      src/usr.sbin/pkg_install/info/main.c
>   1.53.2.1  +1 -1      src/usr.sbin/pkg_install/info/perform.c
>   1.53.2.2  +8 -2      src/usr.sbin/pkg_install/info/pkg_info.1
>   1.53.2.1  +1 -1      src/usr.sbin/pkg_install/lib/lib.h
>   1.4.4.1   +26 -3     src/usr.sbin/pkg_install/lib/url.c
> _______________________________________________
> cvs-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"

-- 
Mfg
Raphael Becker
-- 
PHOENIX Pharmahandel
Aktiengesellschaft & Co KG
Marketing Services

Tel: 0621 / 8505-536
Fax: 0621 / 8505-462
E-Mail: R.H.Becker@phoenix-ag.de


From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 06:27:29 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7FA5416A4DA;
	Mon, 21 Aug 2006 06:27:29 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC9D43D53;
	Mon, 21 Aug 2006 06:27:29 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L6RT6H031554;
	Mon, 21 Aug 2006 06:27:29 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L6RT1B031553;
	Mon, 21 Aug 2006 06:27:29 GMT (envelope-from alc)
Message-Id: <200608210627.k7L6RT1B031553@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Mon, 21 Aug 2006 06:27:28 +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/sys/sys sysctl.h src/sys/vm vm_object.c vm_pageq.c
 vm_zeroidle.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 06:27:29 -0000

alc         2006-08-21 06:27:28 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sysctl.h 
    sys/vm               vm_object.c vm_pageq.c vm_zeroidle.c 
  Log:
  Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h and
  eliminate their declarations from various source files.
  
  Revision  Changes    Path
  1.144     +2 -0      src/sys/sys/sysctl.h
  1.367     +0 -1      src/sys/vm/vm_object.c
  1.28      +0 -1      src/sys/vm/vm_pageq.c
  1.39      +0 -2      src/sys/vm/vm_zeroidle.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 07:59:52 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 47B9416A4DF;
	Mon, 21 Aug 2006 07:59:52 +0000 (UTC)
	(envelope-from ru@rambler-co.ru)
Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7468443D68;
	Mon, 21 Aug 2006 07:59:44 +0000 (GMT)
	(envelope-from ru@rambler-co.ru)
Received: from relay0.rambler.ru (localhost [127.0.0.1])
	by relay0.rambler.ru (Postfix) with ESMTP id 7EE045C55;
	Mon, 21 Aug 2006 11:59:43 +0400 (MSD)
Received: from edoofus.park.rambler.ru (unknown [81.19.65.108])
	by relay0.rambler.ru (Postfix) with ESMTP id 753A55C46;
	Mon, 21 Aug 2006 11:59:43 +0400 (MSD)
Received: (from ru@localhost)
	by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7L7xnFu022565;
	Mon, 21 Aug 2006 11:59:49 +0400 (MSD) (envelope-from ru)
Date: Mon, 21 Aug 2006 11:59:48 +0400
From: Ruslan Ermilov <ru@FreeBSD.org>
To: Yar Tikhiy <yar@comp.chem.msu.su>
Message-ID: <20060821075948.GA21154@rambler-co.ru>
References: <200608181210.k7ICAIme084410@repoman.freebsd.org>
	<86ejvet9m6.fsf@xps.des.no>
	<20060818143310.GA14203@comp.chem.msu.su>
	<20060818143508.GA2545@lor.one-eyed-alien.net>
	<20060818153744.GA14726@comp.chem.msu.su>
	<20060820185525.GA12000@gothmog.pc>
	<20060821020208.GD36875@comp.chem.msu.su>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L"
Content-Disposition: inline
In-Reply-To: <20060821020208.GD36875@comp.chem.msu.su>
User-Agent: Mutt/1.5.12-2006-07-14
X-Virus-Scanned: No virus found
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 07:59:52 -0000


--FCuugMFkClbJLl1L
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Aug 21, 2006 at 06:02:08AM +0400, Yar Tikhiy wrote:
> I thought the same, peeked in /usr/share/mk/bsd.links.mk, and found
> that it would take care of ${DESTDIR} internally.  I had to scratch
> my head a couple of times before I got why ${DESTDIR} was prepended
> to both paths in LINKS, but only to the right-hand path in SYMLINKS.
> :-)
>=20
It was left as an excercise for the curious.  :-)


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--FCuugMFkClbJLl1L
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6Wf0qRfpzJluFF4RAukBAKCd2ffCKM6zZbz4A0Rad3IaWystYACfVtd3
0qyHq0c1ltWUGONSBYfc5Ho=
=lhHl
-----END PGP SIGNATURE-----

--FCuugMFkClbJLl1L--

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 08:23:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 F3D6116A4E0;
	Mon, 21 Aug 2006 08:23:17 +0000 (UTC)
	(envelope-from blackend@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B14C043D4C;
	Mon, 21 Aug 2006 08:23:17 +0000 (GMT)
	(envelope-from blackend@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L8NH5i043070;
	Mon, 21 Aug 2006 08:23:17 GMT
	(envelope-from blackend@repoman.freebsd.org)
Received: (from blackend@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L8NHkK043069;
	Mon, 21 Aug 2006 08:23:17 GMT (envelope-from blackend)
Message-Id: <200608210823.k7L8NHkK043069@repoman.freebsd.org>
From: Marc Fonvieille <blackend@FreeBSD.org>
Date: Mon, 21 Aug 2006 08:23:17 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: CVSROOT access.doc_src
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 08:23:18 -0000

blackend    2006-08-21 08:23:17 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    .                    access.doc_src 
  Log:
  Per his request take dannyboy's commit bit into safekeeping.
  
  Approved by:    core (implicit) and doceng
  
  Revision  Changes    Path
  1.43      +0 -1      CVSROOT/access.doc_src

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 09:15:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9EB5E16A4DA;
	Mon, 21 Aug 2006 09:15:18 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 539B143D55;
	Mon, 21 Aug 2006 09:15:18 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L9FI8n062652;
	Mon, 21 Aug 2006 09:15:18 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L9FIpD062651;
	Mon, 21 Aug 2006 09:15:18 GMT (envelope-from ru)
Message-Id: <200608210915.k7L9FIpD062651@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 21 Aug 2006 09:15:18 +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/usr.sbin/sysinstall install.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 09:15:18 -0000

ru          2006-08-21 09:15:17 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  install.c 
  Log:
  Fix the output glitch.
  
  Revision  Changes    Path
  1.369     +1 -1      src/usr.sbin/sysinstall/install.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 09:26:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D0E3C16A4E2;
	Mon, 21 Aug 2006 09:26:02 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0F343D70;
	Mon, 21 Aug 2006 09:26:00 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L9PxQE063388;
	Mon, 21 Aug 2006 09:25:59 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L9Pxd4063387;
	Mon, 21 Aug 2006 09:25:59 GMT (envelope-from brueffer)
Message-Id: <200608210925.k7L9Pxd4063387@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Mon, 21 Aug 2006 09:25:59 +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/usr.sbin/sysinstall devices.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 09:26:02 -0000

brueffer    2006-08-21 09:25:59 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  devices.c 
  Log:
  Add several missing NIC drivers, remove two obsolete ones (el, ix).
  
  Approved by:    rwatson (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.169     +7 -2      src/usr.sbin/sysinstall/devices.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 09:43:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9084516A4E0;
	Mon, 21 Aug 2006 09:43:10 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFED43D55;
	Mon, 21 Aug 2006 09:42:54 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from smtp.xbsd.org (unknown [82.233.2.192])
	by smtp2-g19.free.fr (Postfix) with ESMTP id 245D275BAB;
	Mon, 21 Aug 2006 11:42:54 +0200 (CEST)
Received: from localhost (localhost.xbsd.org [127.0.0.1])
	by smtp.xbsd.org (Postfix) with ESMTP id 6913A11645;
	Mon, 21 Aug 2006 11:42:53 +0200 (CEST)
Received: from smtp.xbsd.org ([127.0.0.1])
	by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 26075-03; Mon, 21 Aug 2006 11:42:42 +0200 (CEST)
Received: from mayday.esat.net (mayday.esat.net [193.95.134.156])
	by smtp.xbsd.org (Postfix) with ESMTP id 0FDBE115E3;
	Mon, 21 Aug 2006 11:42:41 +0200 (CEST)
From: Florent Thoumie <flz@FreeBSD.org>
To: "Raphael H. Becker" <rabe@p-i-n.com>
In-Reply-To: <20060821080945.A48690@p-i-n.com>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-56gqJeAxDsVNwg7xe5fQ"
Date: Mon, 21 Aug 2006 10:42:56 +0100
Message-Id: <1156153377.53353.21.camel@mayday.esat.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
X-Virus-Scanned: amavisd-new at xbsd.org
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1
	src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1
	src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 09:43:10 -0000


--=-56gqJeAxDsVNwg7xe5fQ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2006-08-21 at 08:09 +0200, Raphael H. Becker wrote:
> Hi Florent,
>=20
> PKGDIR is ambiguous in the context of ports and packages.
>=20
> I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes the
> ports to fail badly creating any packages:
>=20
> It is used in ports/Mk/bsd.port.mk:
> # PKGDIR                - A directory containing any package creation
> # files.
> #                                 Default: ${MASTERDIR}
> [...]
> PKGDIR?=3D                ${MASTERDIR}
>=20
> Havin set PKGDIR statically is a very bad idea here.

Agreed, the name isn't really well-suited. I seem to recall I've been
advised to use that name because it had the same meaning in ports. I'm
not really sure about that anymore. PKG_CACHEDIR would probably be
better.

> PS: I've googled around^W^Wused Google to search the web but it seems
> there was no bugreport about this? Bug or feature?

Not everything happen via PR.

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-56gqJeAxDsVNwg7xe5fQ
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE6YAgMxEkbVFH3PQRAoVYAJ9wugdU9sK53fJP6U2VPlBxOrQ3NQCffyQg
IMpr+MKL7Olhhpq45YQgKmU=
=ulqS
-----END PGP SIGNATURE-----

--=-56gqJeAxDsVNwg7xe5fQ--


From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 10:39:14 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2A00716A4DA;
	Mon, 21 Aug 2006 10:39:14 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C0BC843D49;
	Mon, 21 Aug 2006 10:39:13 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LAdDaW072267;
	Mon, 21 Aug 2006 10:39:13 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LAdDW4072266;
	Mon, 21 Aug 2006 10:39:13 GMT (envelope-from dwmalone)
Message-Id: <200608211039.k7LAdDW4072266@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 10:39:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/netinet tcp_input.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 10:39:14 -0000

dwmalone    2006-08-21 10:39:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          tcp_input.c 
  Log:
  MFC: When we receive an out-of-window SYN for an "ESTABLISHED" connection,
  ACK the SYN as required by RFC793.
  
  Revision   Changes    Path
  1.281.2.8  +2 -0      src/sys/netinet/tcp_input.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 11:08:01 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BD21616A4DA;
	Mon, 21 Aug 2006 11:08:01 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E9ADB43D70;
	Mon, 21 Aug 2006 11:07:54 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id D1A4D1A4E0A;
	Mon, 21 Aug 2006 04:07:54 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id DBC5351619; Mon, 21 Aug 2006 07:07:53 -0400 (EDT)
Date: Mon, 21 Aug 2006 07:07:53 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: "Raphael H. Becker" <rabe@p-i-n.com>
Message-ID: <20060821110753.GA99959@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS"
Content-Disposition: inline
In-Reply-To: <20060821080945.A48690@p-i-n.com>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org,
	Florent Thoumie <flz@freebsd.org>
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 11:08:01 -0000


--qMm9M+Fa2AknHoGS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote:
>=20
> Hi Florent,
>=20
> PKGDIR is ambiguous in the context of ports and packages.
>=20
> I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes the
> ports to fail badly creating any packages:
>=20
> It is used in ports/Mk/bsd.port.mk:
> # PKGDIR                - A directory containing any package creation
> # files.
> #                                 Default: ${MASTERDIR}
> [...]
> PKGDIR?=3D                ${MASTERDIR}
>=20
> Havin set PKGDIR statically is a very bad idea here.

Yes, PKGDIR is incorrect in this usage.  The documented place where
packages are stored is:

# PACKAGES              - A top level directory where all packages go (rath=
er than
#                                 going locally to each port).
#                                 Default: ${PORTSDIR}/packages
#

> > flz         2006-01-16 19:51:41 UTC
> >=20
> >   FreeBSD src repository (ports committer)
> >=20
> >   Modified files:        (Branch: RELENG_5)
> >     usr.sbin/pkg_install/info perform.c pkg_info.1 info.h main.c=20
> >     usr.sbin/pkg_install/add main.c add.h pkg_add.1 perform.c=20
> >     usr.sbin/pkg_install/lib lib.h url.c=20
> >   Log:
> >   MFC:
> >  =20
> >     Add -K option to pkg_add and pkg_info.
> >     This option saves packages to PKGDIR (if defined or current directo=
ry by default)
> >     as they are downloaded.

--qMm9M+Fa2AknHoGS
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6ZQJWry0BWjoQKURAh2PAJ4k5pAjhz6u+7bTJ5qVXUW9hoBEfACgmEVs
WoPSKbyXkgFYUpvFQFhEX84=
=6OBB
-----END PGP SIGNATURE-----

--qMm9M+Fa2AknHoGS--

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 11:13:44 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1034616A4E0;
	Mon, 21 Aug 2006 11:13:44 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A62F343D4C;
	Mon, 21 Aug 2006 11:13:43 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 747C61A4E0D;
	Mon, 21 Aug 2006 04:13:43 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id C1AFA51619; Mon, 21 Aug 2006 07:13:42 -0400 (EDT)
Date: Mon, 21 Aug 2006 07:13:42 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Kris Kennaway <kris@obsecurity.org>
Message-ID: <20060821111342.GB99959@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK"
Content-Disposition: inline
In-Reply-To: <20060821110753.GA99959@xor.obsecurity.org>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org,
	Florent Thoumie <flz@freebsd.org>
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 11:13:44 -0000


--/NkBOFFp2J2Af1nK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Aug 21, 2006 at 07:07:53AM -0400, Kris Kennaway wrote:
> On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote:
> >=20
> > Hi Florent,
> >=20
> > PKGDIR is ambiguous in the context of ports and packages.
> >=20
> > I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes the
> > ports to fail badly creating any packages:
> >=20
> > It is used in ports/Mk/bsd.port.mk:
> > # PKGDIR                - A directory containing any package creation
> > # files.
> > #                                 Default: ${MASTERDIR}
> > [...]
> > PKGDIR?=3D                ${MASTERDIR}
> >=20
> > Havin set PKGDIR statically is a very bad idea here.
>=20
> Yes, PKGDIR is incorrect in this usage.  The documented place where
> packages are stored is:
>=20
> # PACKAGES              - A top level directory where all packages go (ra=
ther than
> #                                 going locally to each port).
> #                                 Default: ${PORTSDIR}/packages
> #

Note that packages are created by 'make package' in *subdirectories*
within this directory, as in the FTP site, i.e. All/, with Latest/,
${CATEGORY}/ links.  It would be best to be consistent with that
approach.

Kris

--/NkBOFFp2J2Af1nK
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6ZVmWry0BWjoQKURAkf2AKCGkHYTFMC+1NMvwzRRs1RMaCd3HQCgthry
iLAxuZMUCvLha1+5Zi0oLKY=
=zqGh
-----END PGP SIGNATURE-----

--/NkBOFFp2J2Af1nK--

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 11:27:15 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 08E1F16A4DA;
	Mon, 21 Aug 2006 11:27:15 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED4A243D46;
	Mon, 21 Aug 2006 11:27:13 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from smtp.xbsd.org (unknown [82.233.2.192])
	by smtp3-g19.free.fr (Postfix) with ESMTP id B31D8495C5;
	Mon, 21 Aug 2006 13:27:12 +0200 (CEST)
Received: from localhost (localhost.xbsd.org [127.0.0.1])
	by smtp.xbsd.org (Postfix) with ESMTP id 2036D11642;
	Mon, 21 Aug 2006 13:27:12 +0200 (CEST)
Received: from smtp.xbsd.org ([127.0.0.1])
	by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 26597-09; Mon, 21 Aug 2006 13:27:06 +0200 (CEST)
Received: from mayday.esat.net (mayday.esat.net [193.95.134.156])
	by smtp.xbsd.org (Postfix) with ESMTP id 7DBD011419;
	Mon, 21 Aug 2006 13:27:05 +0200 (CEST)
From: Florent Thoumie <flz@FreeBSD.org>
To: Kris Kennaway <kris@obsecurity.org>
In-Reply-To: <20060821110753.GA99959@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-jdufoOD1ijNKHbRI+TDg"
Date: Mon, 21 Aug 2006 12:27:20 +0100
Message-Id: <1156159640.53353.29.camel@mayday.esat.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
X-Virus-Scanned: amavisd-new at xbsd.org
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1
	src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1
	src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 11:27:15 -0000


--=-jdufoOD1ijNKHbRI+TDg
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2006-08-21 at 07:07 -0400, Kris Kennaway wrote:
> On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote:
> >=20
> > Hi Florent,
> >=20
> > PKGDIR is ambiguous in the context of ports and packages.
> >=20
> > I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes the
> > ports to fail badly creating any packages:
> >=20
> > It is used in ports/Mk/bsd.port.mk:
> > # PKGDIR                - A directory containing any package creation
> > # files.
> > #                                 Default: ${MASTERDIR}
> > [...]
> > PKGDIR?=3D                ${MASTERDIR}
> >=20
> > Havin set PKGDIR statically is a very bad idea here.
>=20
> Yes, PKGDIR is incorrect in this usage.  The documented place where
> packages are stored is:
>=20
> # PACKAGES              - A top level directory where all packages go (ra=
ther than
> #                                 going locally to each port).
> #                                 Default: ${PORTSDIR}/packages
> #

PACKAGES is a better choice than PKGDIR, but I'd like to avoid confusion
between "cached" packages (as in, copies of downloaded packages), and
"home-brewed" packages. That's why I was proposing PKG_CACHEDIR.

Moreover, I think there's no easy way to find the category of a package
before it is downloaded.

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-jdufoOD1ijNKHbRI+TDg
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE6ZiYMxEkbVFH3PQRAjeEAJ93zU7wJV9XIEPYHns36zlvpAXSvACeL2bK
ZorB0Mv6ms/FwGVL0UmxxO4=
=9THo
-----END PGP SIGNATURE-----

--=-jdufoOD1ijNKHbRI+TDg--


From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 11:55:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7952216A4DF;
	Mon, 21 Aug 2006 11:55:10 +0000 (UTC) (envelope-from stb@lassitu.de)
Received: from koef.zs64.net (koef.zs64.net [213.238.47.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 23FEB43D66;
	Mon, 21 Aug 2006 11:55:05 +0000 (GMT) (envelope-from stb@lassitu.de)
Received: (from stb@koef.zs64.net) (authenticated)
	by koef.zs64.net (8.13.8/8.13.7) with ESMTP id k7LBsrZ5011101
	(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO);
	Mon, 21 Aug 2006 13:55:04 +0200 (CEST) (envelope-from stb@lassitu.de)
In-Reply-To: <1156159640.53353.29.camel@mayday.esat.net>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
	<1156159640.53353.29.camel@mayday.esat.net>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <554420D3-22CD-4610-9ACB-015F43A43C9F@lassitu.de>
Content-Transfer-Encoding: 7bit
From: Stefan Bethke <stb@lassitu.de>
Date: Mon, 21 Aug 2006 13:54:52 +0200
To: Florent Thoumie <flz@freebsd.org>
X-Mailer: Apple Mail (2.752.2)
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 11:55:10 -0000

Am 21.08.2006 um 13:27 schrieb Florent Thoumie:
> On Mon, 2006-08-21 at 07:07 -0400, Kris Kennaway wrote:
>> Yes, PKGDIR is incorrect in this usage.  The documented place where
>> packages are stored is:
>>
>> # PACKAGES              - A top level directory where all packages  
>> go (rather than
>> #                                 going locally to each port).
>> #                                 Default: ${PORTSDIR}/packages
>> #
>
> PACKAGES is a better choice than PKGDIR, but I'd like to avoid  
> confusion
> between "cached" packages (as in, copies of downloaded packages), and
> "home-brewed" packages. That's why I was proposing PKG_CACHEDIR.
>
> Moreover, I think there's no easy way to find the category of a  
> package
> before it is downloaded.

They go into ${PACKAGES}/All, and symlinks are created in the  
category directories.


Stefan

-- 
Stefan Bethke <stb@lassitu.de>   Fon +49 170 346 0140



From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 11:57:09 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D523716A543;
	Mon, 21 Aug 2006 11:57:09 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 388BE43D6B;
	Mon, 21 Aug 2006 11:56:58 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 2401F1A4E0A;
	Mon, 21 Aug 2006 04:56:58 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 8E5F551305; Mon, 21 Aug 2006 07:56:57 -0400 (EDT)
Date: Mon, 21 Aug 2006 07:56:57 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Florent Thoumie <flz@FreeBSD.org>
Message-ID: <20060821115657.GA1425@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
	<1156159640.53353.29.camel@mayday.esat.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF"
Content-Disposition: inline
In-Reply-To: <1156159640.53353.29.camel@mayday.esat.net>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org,
	Kris Kennaway <kris@obsecurity.org>
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 11:57:10 -0000


--h31gzZEtNLTqOjlF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Aug 21, 2006 at 12:27:20PM +0100, Florent Thoumie wrote:
> On Mon, 2006-08-21 at 07:07 -0400, Kris Kennaway wrote:
> > On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote:
> > >=20
> > > Hi Florent,
> > >=20
> > > PKGDIR is ambiguous in the context of ports and packages.
> > >=20
> > > I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes the
> > > ports to fail badly creating any packages:
> > >=20
> > > It is used in ports/Mk/bsd.port.mk:
> > > # PKGDIR                - A directory containing any package creation
> > > # files.
> > > #                                 Default: ${MASTERDIR}
> > > [...]
> > > PKGDIR?=3D                ${MASTERDIR}
> > >=20
> > > Havin set PKGDIR statically is a very bad idea here.
> >=20
> > Yes, PKGDIR is incorrect in this usage.  The documented place where
> > packages are stored is:
> >=20
> > # PACKAGES              - A top level directory where all packages go (=
rather than
> > #                                 going locally to each port).
> > #                                 Default: ${PORTSDIR}/packages
> > #
>=20
> PACKAGES is a better choice than PKGDIR, but I'd like to avoid confusion
> between "cached" packages (as in, copies of downloaded packages), and
> "home-brewed" packages.=20

Not sure there is a need to; they're both just packages.

> That's why I was proposing PKG_CACHEDIR.
>=20
> Moreover, I think there's no easy way to find the category of a package
> before it is downloaded.

You don't need to, you can download it to All/, and then postprocess.

Kris

--h31gzZEtNLTqOjlF
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6Z+JWry0BWjoQKURApNCAJoDQu67kGt57Yi4A0W+48NInRzeygCg+hwa
BrLvEc5L58Bk03qs5fSKkFM=
=uLnG
-----END PGP SIGNATURE-----

--h31gzZEtNLTqOjlF--

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:16:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 53CB416A4DA;
	Mon, 21 Aug 2006 12:16:17 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4A343D45;
	Mon, 21 Aug 2006 12:16:16 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from smtp.xbsd.org (unknown [82.233.2.192])
	by smtp3-g19.free.fr (Postfix) with ESMTP id D64C449453;
	Mon, 21 Aug 2006 14:16:15 +0200 (CEST)
Received: from localhost (localhost.xbsd.org [127.0.0.1])
	by smtp.xbsd.org (Postfix) with ESMTP id 3D84C115E3;
	Mon, 21 Aug 2006 14:16:15 +0200 (CEST)
Received: from smtp.xbsd.org ([127.0.0.1])
	by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 26951-09; Mon, 21 Aug 2006 14:16:09 +0200 (CEST)
Received: from mayday.esat.net (mayday.esat.net [193.95.134.156])
	by smtp.xbsd.org (Postfix) with ESMTP id 33D9311415;
	Mon, 21 Aug 2006 14:16:07 +0200 (CEST)
From: Florent Thoumie <flz@FreeBSD.org>
To: Kris Kennaway <kris@obsecurity.org>
In-Reply-To: <20060821115657.GA1425@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
	<1156159640.53353.29.camel@mayday.esat.net>
	<20060821115657.GA1425@xor.obsecurity.org>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-qyEeAxUdC7OE8ukB1AkV"
Date: Mon, 21 Aug 2006 13:16:22 +0100
Message-Id: <1156162582.53353.37.camel@mayday.esat.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
X-Virus-Scanned: amavisd-new at xbsd.org
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1
	src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1
	src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:16:17 -0000


--=-qyEeAxUdC7OE8ukB1AkV
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2006-08-21 at 07:56 -0400, Kris Kennaway wrote:
> On Mon, Aug 21, 2006 at 12:27:20PM +0100, Florent Thoumie wrote:
> > On Mon, 2006-08-21 at 07:07 -0400, Kris Kennaway wrote:
> > > On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote:
> > > >=20
> > > > Hi Florent,
> > > >=20
> > > > PKGDIR is ambiguous in the context of ports and packages.
> > > >=20
> > > > I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes t=
he
> > > > ports to fail badly creating any packages:
> > > >=20
> > > > It is used in ports/Mk/bsd.port.mk:
> > > > # PKGDIR                - A directory containing any package creati=
on
> > > > # files.
> > > > #                                 Default: ${MASTERDIR}
> > > > [...]
> > > > PKGDIR?=3D                ${MASTERDIR}
> > > >=20
> > > > Havin set PKGDIR statically is a very bad idea here.
> > >=20
> > > Yes, PKGDIR is incorrect in this usage.  The documented place where
> > > packages are stored is:
> > >=20
> > > # PACKAGES              - A top level directory where all packages go=
 (rather than
> > > #                                 going locally to each port).
> > > #                                 Default: ${PORTSDIR}/packages
> > > #
> >=20
> > PACKAGES is a better choice than PKGDIR, but I'd like to avoid confusio=
n
> > between "cached" packages (as in, copies of downloaded packages), and
> > "home-brewed" packages.=20
>=20
> Not sure there is a need to; they're both just packages.

I think there is, or there should be another subdirectory under PACKAGES
to tell where the packages come from. Like what apt does, something like
${PACKAGES}/ftp.freebsd.org.packages.6.stable/All/blah.tbz.

You definitely don't want to mix packages from different sources, or
made from different ports trees.

> > That's why I was proposing PKG_CACHEDIR.
> >=20
> > Moreover, I think there's no easy way to find the category of a package
> > before it is downloaded.
>=20
> You don't need to, you can download it to All/, and then postprocess.

Right.

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-qyEeAxUdC7OE8ukB1AkV
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE6aQWMxEkbVFH3PQRAoqgAJ9q2Qi39rSJyMS8RF/HsDUa7R1+HgCfe9ep
5iU+cdEBezbpM9d25oUmdvs=
=9EOr
-----END PGP SIGNATURE-----

--=-qyEeAxUdC7OE8ukB1AkV--


From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:26:31 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C27A316A4DF;
	Mon, 21 Aug 2006 12:26:31 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7A8C943D55;
	Mon, 21 Aug 2006 12:26:31 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCQVHb081191;
	Mon, 21 Aug 2006 12:26:31 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCQVTG081190;
	Mon, 21 Aug 2006 12:26:31 GMT (envelope-from dwmalone)
Message-Id: <200608211226.k7LCQVTG081190@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:26:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sbin/dmesg dmesg.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:26:31 -0000

dwmalone    2006-08-21 12:26:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sbin/dmesg           dmesg.c 
  Log:
  Sync with -current:
  
  1.28: Avoid moving onto a new line while testing syslog prios.
  1.27: WARNS=6 cleanup.
  1.26: Print a usage message if a non-option is specified.
  1.25: Don't add integers to void pointers.
  
  Revision  Changes    Path
  1.24.2.1  +14 -8     src/sbin/dmesg/dmesg.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:27:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BAF6C16A4E2;
	Mon, 21 Aug 2006 12:27:50 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1B55643D69;
	Mon, 21 Aug 2006 12:27:48 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCRlYS081247;
	Mon, 21 Aug 2006 12:27:48 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCRlfT081246;
	Mon, 21 Aug 2006 12:27:47 GMT (envelope-from dwmalone)
Message-Id: <200608211227.k7LCRlfT081246@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:27:47 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/dev/acpica acpi_quirks
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:27:50 -0000

dwmalone    2006-08-21 12:27:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/acpica       acpi_quirks 
  Log:
  MFC: 1.6 quirk for a motherboard whose acpi timer runs too fast.
  
  Revision  Changes    Path
  1.3.2.3   +8 -0      src/sys/dev/acpica/acpi_quirks

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:28:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D876B16A4DF;
	Mon, 21 Aug 2006 12:28:58 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 91BA143D45;
	Mon, 21 Aug 2006 12:28:58 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCSwI0081305;
	Mon, 21 Aug 2006 12:28:58 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCSww7081304;
	Mon, 21 Aug 2006 12:28:58 GMT (envelope-from dwmalone)
Message-Id: <200608211228.k7LCSww7081304@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:28:58 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/net bpf.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:28:59 -0000

dwmalone    2006-08-21 12:28:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              bpf.c 
  Log:
  MFC: 1.170 Give the same timestamp for each packet to all BPF listeners.
  
  Revision    Changes    Path
  1.133.2.11  +35 -8     src/sys/net/bpf.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:29:32 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 031DA16A503;
	Mon, 21 Aug 2006 12:29:32 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC7D243D46;
	Mon, 21 Aug 2006 12:29:31 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCTV5Q081353;
	Mon, 21 Aug 2006 12:29:31 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCTVnJ081352;
	Mon, 21 Aug 2006 12:29:31 GMT (envelope-from dwmalone)
Message-Id: <200608211229.k7LCTVnJ081352@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:29:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/net bpf_filter.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:29:32 -0000

dwmalone    2006-08-21 12:29:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              bpf_filter.c 
  Log:
  MFC: 1.27 Avoid unwanted sign extension of indexed byte load in bpf code.
  
  Revision  Changes    Path
  1.22.2.2  +2 -2      src/sys/net/bpf_filter.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:34:04 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 620BA16A4DD;
	Mon, 21 Aug 2006 12:34:04 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CD0FD43D53;
	Mon, 21 Aug 2006 12:34:03 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCY3TD081686;
	Mon, 21 Aug 2006 12:34:03 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCY3vT081685;
	Mon, 21 Aug 2006 12:34:03 GMT (envelope-from dwmalone)
Message-Id: <200608211234.k7LCY3vT081685@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:34:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netinet6 in6.h in6_pcb.c src/sys/netinet
 in_pcb.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:34:04 -0000

dwmalone    2006-08-21 12:34:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet6         in6.h in6_pcb.c 
    sys/netinet          in_pcb.h 
  Log:
  MFC: Make net.inet.ip.portrange.reservedhigh and
  net.inet.ip.portrange.reservedlow apply to IPv6 aswell as IPv4. Update
  a cut'n'paste comment so that it is a bit more up to date.
  
  Revision  Changes    Path
  1.76.2.4  +2 -0      src/sys/netinet/in_pcb.h
  1.35.2.4  +3 -25     src/sys/netinet6/in6.h
  1.59.2.4  +2 -1      src/sys/netinet6/in6_pcb.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:36:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E5EA616A4DA;
	Mon, 21 Aug 2006 12:36:28 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCF8443D72;
	Mon, 21 Aug 2006 12:36:24 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCaOZp081810;
	Mon, 21 Aug 2006 12:36:24 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCaOL5081809;
	Mon, 21 Aug 2006 12:36:24 GMT (envelope-from dwmalone)
Message-Id: <200608211236.k7LCaOL5081809@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:36:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netinet tcp_input.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:36:29 -0000

dwmalone    2006-08-21 12:36:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          tcp_input.c 
  Log:
  MFC: 1.300 When we receive an out-of-window SYN for an "ESTABLISHED"
  connection, ACK the SYN as required by RFC793.
  
  Revision    Changes    Path
  1.252.2.22  +2 -0      src/sys/netinet/tcp_input.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:42:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BB86816A4E0;
	Mon, 21 Aug 2006 12:42:30 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E635F43D7D;
	Mon, 21 Aug 2006 12:42:26 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCgQe2082130;
	Mon, 21 Aug 2006 12:42:26 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCgQvU082129;
	Mon, 21 Aug 2006 12:42:26 GMT (envelope-from dwmalone)
Message-Id: <200608211242.k7LCgQvU082129@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:42:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/sys/net bpf.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:42:30 -0000

dwmalone    2006-08-21 12:42:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/net              bpf.c 
  Log:
  MFC: 1.170 Give the same timestamp for each packet to all BPF listeners.
  
  Revision   Changes    Path
  1.59.2.15  +26 -13    src/sys/net/bpf.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:42:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9340416A58F;
	Mon, 21 Aug 2006 12:42:57 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 51F9B43D49;
	Mon, 21 Aug 2006 12:42:53 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCgq9r082166;
	Mon, 21 Aug 2006 12:42:52 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCgqWY082165;
	Mon, 21 Aug 2006 12:42:52 GMT (envelope-from dwmalone)
Message-Id: <200608211242.k7LCgqWY082165@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:42:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/sys/net bpf_filter.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:42:57 -0000

dwmalone    2006-08-21 12:42:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/net              bpf_filter.c 
  Log:
  MFC: 1.27 Avoid unwanted sign extension of indexed byte load in bpf code.
  
  Revision  Changes    Path
  1.17.2.1  +3 -3      src/sys/net/bpf_filter.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:43:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 F3C7C16A4E2;
	Mon, 21 Aug 2006 12:43:25 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F2C9843D76;
	Mon, 21 Aug 2006 12:43:24 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LChO3t082215;
	Mon, 21 Aug 2006 12:43:24 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LChOXd082214;
	Mon, 21 Aug 2006 12:43:24 GMT (envelope-from dwmalone)
Message-Id: <200608211243.k7LChOXd082214@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:43:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/sys/netinet tcp_input.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:43:26 -0000

dwmalone    2006-08-21 12:43:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/netinet          tcp_input.c 
  Log:
  MFC: 1.300 When we receive an out-of-window SYN for an "ESTABLISHED"
  connection, ACK the SYN as required by RFC793.
  
  Revision    Changes    Path
  1.107.2.45  +2 -0      src/sys/netinet/tcp_input.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 12:45:20 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DD63C16A4DF;
	Mon, 21 Aug 2006 12:45:20 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8C68F43D55;
	Mon, 21 Aug 2006 12:45:20 +0000 (GMT) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LCjKUE082350;
	Mon, 21 Aug 2006 12:45:20 GMT (envelope-from kib@repoman.freebsd.org)
Received: (from kib@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LCjKKV082349;
	Mon, 21 Aug 2006 12:45:20 GMT (envelope-from kib)
Message-Id: <200608211245.k7LCjKKV082349@repoman.freebsd.org>
From: Konstantin Belousov <kib@FreeBSD.org>
Date: Mon, 21 Aug 2006 12:45:20 +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/share/man/man9 lock.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 12:45:21 -0000

kib         2006-08-21 12:45:20 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       lock.9 
  Log:
  Note that LK_UPGRADE may drop the shared lock before taking the
  exclusive one.
  
  Reviewed and edited by: tegge
  MFC after:      3 days
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.14      +2 -0      src/share/man/man9/lock.9

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 13:24:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C74C016A566;
	Mon, 21 Aug 2006 13:24:50 +0000 (UTC) (envelope-from ken@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 835AB43D7B;
	Mon, 21 Aug 2006 13:24:50 +0000 (GMT) (envelope-from ken@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LDOojH093213;
	Mon, 21 Aug 2006 13:24:50 GMT (envelope-from ken@repoman.freebsd.org)
Received: (from ken@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LDOoDh093212;
	Mon, 21 Aug 2006 13:24:50 GMT (envelope-from ken)
Message-Id: <200608211324.k7LDOoDh093212@repoman.freebsd.org>
From: "Kenneth D. Merry" <ken@FreeBSD.org>
Date: Mon, 21 Aug 2006 13:24:50 +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/camcontrol camcontrol.8 camcontrol.c
 src/sys/cam/scsi scsi_all.c scsi_all.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 13:24:51 -0000

ken         2006-08-21 13:24:50 UTC

  FreeBSD src repository

  Modified files:
    sbin/camcontrol      camcontrol.8 camcontrol.c 
    sys/cam/scsi         scsi_all.c scsi_all.h 
  Log:
  Implement 'camcontrol reportluns'.  This allows users to send the SCSI
  REPORT LUNS command to a device.
  
  camcontrol.[c8]:        Implement reportluns.  This tries to print the LUNs
                          out in a reasonable format.  Only the periph
                          addressing method has been tested, since very little
                          hardware that I know of supports the other methods.
  
  scsi_all.[ch]:          Revamp the report luns CDB structure and helper
                          functions.  This constitutes a little bit of an API
                          change, but since the old CDB length was 10 bytes,
                          and the REPORT LUNS CDB length is actually 12 bytes,
                          it's clear that no one was using this API in the
                          first place.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.42      +39 -1     src/sbin/camcontrol/camcontrol.8
  1.54      +261 -1    src/sbin/camcontrol/camcontrol.c
  1.49      +5 -3      src/sys/cam/scsi/scsi_all.c
  1.26      +30 -12    src/sys/cam/scsi/scsi_all.h

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 14:33:49 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CDAB916A4E0;
	Mon, 21 Aug 2006 14:33:49 +0000 (UTC)
	(envelope-from emaste@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A68E43D97;
	Mon, 21 Aug 2006 14:33:31 +0000 (GMT)
	(envelope-from emaste@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LEX4Od098581;
	Mon, 21 Aug 2006 14:33:04 GMT
	(envelope-from emaste@repoman.freebsd.org)
Received: (from emaste@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LEX4bM098580;
	Mon, 21 Aug 2006 14:33:04 GMT (envelope-from emaste)
Message-Id: <200608211433.k7LEX4bM098580@repoman.freebsd.org>
From: Ed Maste <emaste@FreeBSD.org>
Date: Mon, 21 Aug 2006 14:33:04 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/lib/libpthread/thread thr_rtld.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 14:33:49 -0000

emaste      2006-08-21 14:33:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libpthread/thread thr_rtld.c 
  Log:
  MFC r1.6 to RELENG_5:
    Don't attempt to initialize the rtld lock if it can't be malloc()'d.
  
    PR:   83452
  
  Revision  Changes    Path
  1.5.4.1   +7 -5      src/lib/libpthread/thread/thr_rtld.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 14:36:45 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E768916A4E0;
	Mon, 21 Aug 2006 14:36:45 +0000 (UTC)
	(envelope-from emaste@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B1AF043D7E;
	Mon, 21 Aug 2006 14:35:43 +0000 (GMT)
	(envelope-from emaste@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LEZWsQ098731;
	Mon, 21 Aug 2006 14:35:32 GMT
	(envelope-from emaste@repoman.freebsd.org)
Received: (from emaste@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LEZWIL098730;
	Mon, 21 Aug 2006 14:35:32 GMT (envelope-from emaste)
Message-Id: <200608211435.k7LEZWIL098730@repoman.freebsd.org>
From: Ed Maste <emaste@FreeBSD.org>
Date: Mon, 21 Aug 2006 14:35:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/lib/libpthread/thread thr_kern.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 14:36:46 -0000

emaste      2006-08-21 14:35:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libpthread/thread thr_kern.c 
  Log:
  MFC to RELENG_5 r1.117:
    Handle failure to malloc() part of the thread structure.
  
    PR:   83457
  
  r1.118:
    Allocate a thread's tcb last so it is easier to handle failures to
    malloc() siginfo.
  
    PR:   85468
  
  Revision   Changes    Path
  1.112.2.3  +20 -18    src/lib/libpthread/thread/thr_kern.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 14:46:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 86A8D16A4E6;
	Mon, 21 Aug 2006 14:46:23 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 993C243E2F;
	Mon, 21 Aug 2006 14:43:01 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LEgmDI099114;
	Mon, 21 Aug 2006 14:42:48 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LEgmgh099113;
	Mon, 21 Aug 2006 14:42:48 GMT (envelope-from cognet)
Message-Id: <200608211442.k7LEgmgh099113@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Mon, 21 Aug 2006 14:42:47 +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/lib/libc/arm/net htonl.S htons.S ntohl.S ntohs.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 14:46:23 -0000

cognet      2006-08-21 14:42:47 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/arm/net     htonl.S htons.S ntohl.S ntohs.S 
  Log:
  If __ARMEB__ is defined, we're already using the network byte order, so
  there's no need to to anything in the hton* functions, beside returning
  the parameter.
  
  Spotted out by: Oleksandr Tymoshenko <gonzo@freebsd.org>
  
  Revision  Changes    Path
  1.2       +2 -0      src/lib/libc/arm/net/htonl.S
  1.2       +2 -0      src/lib/libc/arm/net/htons.S
  1.2       +2 -0      src/lib/libc/arm/net/ntohl.S
  1.2       +2 -0      src/lib/libc/arm/net/ntohs.S

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 14:46:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CAF5016A51A;
	Mon, 21 Aug 2006 14:46:38 +0000 (UTC)
	(envelope-from avatar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 241A143E2E;
	Mon, 21 Aug 2006 14:43:15 +0000 (GMT)
	(envelope-from avatar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LEgwaQ099141;
	Mon, 21 Aug 2006 14:42:58 GMT
	(envelope-from avatar@repoman.freebsd.org)
Received: (from avatar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LEgwwt099140;
	Mon, 21 Aug 2006 14:42:58 GMT (envelope-from avatar)
Message-Id: <200608211442.k7LEgwwt099140@repoman.freebsd.org>
From: Tai-hwa Liang <avatar@FreeBSD.org>
Date: Mon, 21 Aug 2006 14:42:58 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src ObsoleteFiles.inc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 14:46:38 -0000

avatar      2006-08-21 14:42:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    .                    ObsoleteFiles.inc 
  Log:
  MFC (1.40, 1.41): Adding more antiques came from the RELENG_4(or prior) era:
  sbin/nfsd, sbin/mount_portal and sbin/kget.
  
  Revision  Changes    Path
  1.25.2.5  +8 -0      src/ObsoleteFiles.inc

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 14:52:48 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BDA4C16A4E0;
	Mon, 21 Aug 2006 14:52:48 +0000 (UTC)
	(envelope-from emaste@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0984E43DD8;
	Mon, 21 Aug 2006 14:51:22 +0000 (GMT)
	(envelope-from emaste@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LEpLX1099586;
	Mon, 21 Aug 2006 14:51:21 GMT
	(envelope-from emaste@repoman.freebsd.org)
Received: (from emaste@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LEpLMT099585;
	Mon, 21 Aug 2006 14:51:21 GMT (envelope-from emaste)
Message-Id: <200608211451.k7LEpLMT099585@repoman.freebsd.org>
From: Ed Maste <emaste@FreeBSD.org>
Date: Mon, 21 Aug 2006 14:51:21 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c
 thr_nanosleep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 14:52:48 -0000

emaste      2006-08-21 14:51:21 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c 
  Log:
  MFC thr_cond.c r1.53, thr_mutex.c r1.49, thr_nanosleep.c r1.25 to RELENG_5:
    Eliminate a race condition in timed waits (cv, mutex, and sleeps).
    MFC Candidate.
  
    PR:   93592
  
  Revision  Changes    Path
  1.51.2.2  +5 -5      src/lib/libpthread/thread/thr_cond.c
  1.45.2.2  +22 -24    src/lib/libpthread/thread/thr_mutex.c
  1.24.2.1  +3 -1      src/lib/libpthread/thread/thr_nanosleep.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 15:06:39 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 401A116A582;
	Mon, 21 Aug 2006 15:06:39 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0901343D70;
	Mon, 21 Aug 2006 15:06:39 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LF6cMY001833;
	Mon, 21 Aug 2006 15:06:38 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LF6cJH001832;
	Mon, 21 Aug 2006 15:06:38 GMT (envelope-from flz)
Message-Id: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Mon, 21 Aug 2006 15:06:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
 mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 15:06:39 -0000

flz         2006-08-21 15:06:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man5       rc.conf.5 
    etc/rc.d             Makefile 
  Added files:           (Branch: RELENG_6)
    etc/rc.d             mdconfig mdconfig2 
  Log:
  MFC:
  
    Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
    scripts. These scripts handle vnode backed md(4) devices.
  
    Two new variables have been introduced to be able to populate the md(4)
    device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).
  
    Use should be as easy as:
  
    mdconfig_md0="-t malloc -s 10m"
    mdconfig_md1="-t vnode -f /var/foo.img"
  
    See rc.conf(5) for more information and description of the additional
    variables.
  
        src/etc/rc.d/Makefile: rev 1.71 -> 1.72
        src/etc/rc.d/mdconfig: rev 1.3
        src/etc/rc.d/mdconfig2: rev 1.3
        src/share/man/man5/rc.conf.5: rev 1.296 -> 1.297
  
  Approved by:    cperciva (mentor)
  
  Revision    Changes    Path
  1.53.2.10   +1 -1      src/etc/rc.d/Makefile
  1.3.2.1     +200 -0    src/etc/rc.d/mdconfig (new)
  1.3.2.1     +231 -0    src/etc/rc.d/mdconfig2 (new)
  1.256.2.26  +88 -1     src/share/man/man5/rc.conf.5

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 15:59:56 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8B7A616A4DD;
	Mon, 21 Aug 2006 15:59:56 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D374443D7C;
	Mon, 21 Aug 2006 15:59:48 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LFxmMh004924;
	Mon, 21 Aug 2006 15:59:48 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LFxmAf004923;
	Mon, 21 Aug 2006 15:59:48 GMT (envelope-from dwmalone)
Message-Id: <200608211559.k7LFxmAf004923@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Mon, 21 Aug 2006 15:59:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/lib/libugidfw libugidfw.3 ugidfw.c ugidfw.h
 src/sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h
 src/tools/regression/mac/mac_bsdextended test_ugidfw.c src/usr.sbin/ugidfw
 ugidfw.8 ugidfw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 15:59:56 -0000

dwmalone    2006-08-21 15:59:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libugidfw        libugidfw.3 ugidfw.c ugidfw.h 
    sys/security/mac_bsdextended mac_bsdextended.c 
                                 mac_bsdextended.h 
    tools/regression/mac/mac_bsdextended test_ugidfw.c 
    usr.sbin/ugidfw      ugidfw.8 ugidfw.c 
  Log:
  Sync with -current:
  
  - allow matching on subject: ranges of uid, ranges of gid, jail id
    and object: ranges of uid, ranges of gid, filesystem, object is
    suid, object is sgid, object matches subject uid/gid, object type.
  
  This involves an ABI change between the kernel module and libugidfw,
  but no change between applications and ugidfw.
  
  Revision  Changes    Path
  1.7.2.1   +0 -10     src/lib/libugidfw/libugidfw.3
  1.10.2.1  +729 -167  src/lib/libugidfw/ugidfw.c
  1.4.8.1   +0 -3      src/lib/libugidfw/ugidfw.h
  1.25.2.3  +200 -304  src/sys/security/mac_bsdextended/mac_bsdextended.c
  1.5.2.1   +52 -10    src/sys/security/mac_bsdextended/mac_bsdextended.h
  1.2.2.1   +50 -8     src/tools/regression/mac/mac_bsdextended/test_ugidfw.c
  1.8.2.1   +195 -44   src/usr.sbin/ugidfw/ugidfw.8
  1.4.2.2   +1 -0      src/usr.sbin/ugidfw/ugidfw.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 16:31:37 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7C4C316A4DF;
	Mon, 21 Aug 2006 16:31:37 +0000 (UTC)
	(envelope-from brian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF0A743D82;
	Mon, 21 Aug 2006 16:31:31 +0000 (GMT)
	(envelope-from brian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LGVVBk009041;
	Mon, 21 Aug 2006 16:31:31 GMT
	(envelope-from brian@repoman.freebsd.org)
Received: (from brian@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LGVVWr009040;
	Mon, 21 Aug 2006 16:31:31 GMT (envelope-from brian)
Message-Id: <200608211631.k7LGVVWr009040@repoman.freebsd.org>
From: Brian Somers <brian@FreeBSD.org>
Date: Mon, 21 Aug 2006 16:31:31 +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/dhclient dhclient.8 dhclient.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 16:31:37 -0000

brian       2006-08-21 16:31:31 UTC

  FreeBSD src repository

  Modified files:
    sbin/dhclient        dhclient.8 dhclient.c 
  Log:
  Revert the addition of -p.  It's flawed in that dhclient should not run
  on an interface without carrier.  devd should be used instead to handle
  link up/down events.
  
  Put on the right path by:       brooks, sam
  
  Revision  Changes    Path
  1.8       +2 -10     src/sbin/dhclient/dhclient.8
  1.19      +5 -15     src/sbin/dhclient/dhclient.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 17:20:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B6EEF16A4E2;
	Mon, 21 Aug 2006 17:20:21 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 59A7C43D80;
	Mon, 21 Aug 2006 17:20:20 +0000 (GMT) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LHKKc8020807;
	Mon, 21 Aug 2006 17:20:20 GMT (envelope-from kib@repoman.freebsd.org)
Received: (from kib@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LHKJi3020806;
	Mon, 21 Aug 2006 17:20:19 GMT (envelope-from kib)
Message-Id: <200608211720.k7LHKJi3020806@repoman.freebsd.org>
From: Konstantin Belousov <kib@FreeBSD.org>
Date: Mon, 21 Aug 2006 17:20:19 +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/sys/ufs/ffs ffs_snapshot.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 17:20:21 -0000

kib         2006-08-21 17:20:19 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_snapshot.c 
  Log:
  While checking for update of snapshot file in the ffs_copyonwrite,
  first filter out metadata update. Otherwise, devfs vnode could be
  erronously interpreted as ufs one, causing further check of i_flags
  to use random memory.
  
  PR:     kern/100365
  Debugged and fix described by:  tegge
  Approved by:    pjd (mentor)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.128     +1 -1      src/sys/ufs/ffs/ffs_snapshot.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 17:32:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 02A9516A512;
	Mon, 21 Aug 2006 17:32:51 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B131343D70;
	Mon, 21 Aug 2006 17:32:50 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LHWoTV021590;
	Mon, 21 Aug 2006 17:32:50 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LHWoRd021589;
	Mon, 21 Aug 2006 17:32:50 GMT (envelope-from imp)
Message-Id: <200608211732.k7LHWoRd021589@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Mon, 21 Aug 2006 17:32:50 +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/sys/dev/iicbus if_ic.c iicbb.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 17:32:51 -0000

imp         2006-08-21 17:32:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iicbus       if_ic.c iicbb.c 
  Log:
  Minor style(9) treatment to make things a little more consistant
  within iicbus code.
  
  Revision  Changes    Path
  1.26      +3 -3      src/sys/dev/iicbus/if_ic.c
  1.15      +30 -17    src/sys/dev/iicbus/iicbb.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 18:25:44 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7A6D416A4DA;
	Mon, 21 Aug 2006 18:25:44 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 33AC343D49;
	Mon, 21 Aug 2006 18:25:44 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LIPiwo026089;
	Mon, 21 Aug 2006 18:25:44 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LIPipo026088;
	Mon, 21 Aug 2006 18:25:44 GMT (envelope-from marcel)
Message-Id: <200608211825.k7LIPipo026088@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Mon, 21 Aug 2006 18:25: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/gnu/usr.bin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 18:25:44 -0000

marcel      2006-08-21 18:25:43 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin          Makefile 
  Log:
  Build gperf(1) for/on PowerPC. There's no apparent reason not to
  build it and nothing can be found in the commit logs. We won't
  know if there are runtime problems, until we build it...
  
  Revision  Changes    Path
  1.89      +0 -2      src/gnu/usr.bin/Makefile

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 19:10:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E28FF16A4DF;
	Mon, 21 Aug 2006 19:10:58 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6352843D53;
	Mon, 21 Aug 2006 19:10:58 +0000 (GMT)
	(envelope-from jkim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LJAwjR030094;
	Mon, 21 Aug 2006 19:10:58 GMT
	(envelope-from jkim@repoman.freebsd.org)
Received: (from jkim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LJAwmN030093;
	Mon, 21 Aug 2006 19:10:58 GMT (envelope-from jkim)
Message-Id: <200608211910.k7LJAwmN030093@repoman.freebsd.org>
From: Jung-uk Kim <jkim@FreeBSD.org>
Date: Mon, 21 Aug 2006 19:10:58 +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/sys/pci agp_amd64.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 19:10:59 -0000

jkim        2006-08-21 19:10:58 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              agp_amd64.c 
  Log:
  Use aperture base address from north bridge.  Some BIOS does not encode
  misc. control registers correctly and it is inconsistent with north bridge.
  In fact, there are too many broken BIOS implementations out there and we
  cannot fix every possible combination but at least it is consistent with
  what we advertise with ioctl(2).
  
  Revision  Changes    Path
  1.12      +5 -10     src/sys/pci/agp_amd64.c

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 19:48:46 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 02C3716A4DD;
	Mon, 21 Aug 2006 19:48:46 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A125143D72;
	Mon, 21 Aug 2006 19:48:45 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LJmjVc033300;
	Mon, 21 Aug 2006 19:48:45 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LJmjMS033299;
	Mon, 21 Aug 2006 19:48:45 GMT (envelope-from marcel)
Message-Id: <200608211948.k7LJmjMS033299@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Mon, 21 Aug 2006 19:48:45 +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/usr.bin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 19:48:46 -0000

marcel      2006-08-21 19:48:45 UTC

  FreeBSD src repository

  Modified files:
    usr.bin              Makefile 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.295     +1 -6      src/usr.bin/Makefile

From owner-cvs-src@FreeBSD.ORG  Mon Aug 21 19:49:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A134516A4DA;
	Mon, 21 Aug 2006 19:49:58 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 26B5343D72;
	Mon, 21 Aug 2006 19:49:58 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7LJnwiK034660;
	Mon, 21 Aug 2006 19:49:58 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7LJnwhB034659;
	Mon, 21 Aug 2006 19:49:58 GMT (envelope-from marcel)
Message-Id: <200608211949.k7LJnwhB034659@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Mon, 21 Aug 2006 19:49:57 +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/usr.bin/uac Makefile uac.1 uac.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Aug 2006 19:49:58 -0000

marcel      2006-08-21 19:49:57 UTC

  FreeBSD src repository

  Removed files:
    usr.bin/uac          Makefile uac.1 uac.c 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.2       +0 -5      src/usr.bin/uac/Makefile (dead)
  1.13      +0 -107    src/usr.bin/uac/uac.1 (dead)
  1.4       +0 -133    src/usr.bin/uac/uac.c (dead)

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 00:26:42 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6236216A4DA;
	Tue, 22 Aug 2006 00:26:42 +0000 (UTC)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1E54143D49;
	Tue, 22 Aug 2006 00:26:42 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M0Qgpn064341;
	Tue, 22 Aug 2006 00:26:42 GMT
	(envelope-from thompsa@repoman.freebsd.org)
Received: (from thompsa@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M0Qfq4064340;
	Tue, 22 Aug 2006 00:26:41 GMT (envelope-from thompsa)
Message-Id: <200608220026.k7M0Qfq4064340@repoman.freebsd.org>
From: Andrew Thompson <thompsa@FreeBSD.org>
Date: Tue, 22 Aug 2006 00:26:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/net if_bridge.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 00:26:42 -0000

thompsa     2006-08-22 00:26:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_bridge.c 
  Log:
  MFC r1.76 - 1.78
  
   - Call bridge_span before dropping the lock
   - Tidy up unneeded lock asserts
  
  Revision   Changes    Path
  1.11.2.36  +2 -61     src/sys/net/if_bridge.c

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 02:32:49 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 09CAB16A4DA;
	Tue, 22 Aug 2006 02:32:49 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ABFE243D5F;
	Tue, 22 Aug 2006 02:32:48 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M2WmJJ080276;
	Tue, 22 Aug 2006 02:32:48 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M2WmCr080275;
	Tue, 22 Aug 2006 02:32:48 GMT (envelope-from yongari)
Message-Id: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Tue, 22 Aug 2006 02:32:48 +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/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 02:32:49 -0000

yongari     2006-08-22 02:32:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  It seems that em(4) misses Tx completion interrupts under certain
  conditions. The cause of missing Tx completion interrupts comes from
  Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
  If Tx interrupt moderation mechanism is the cause of false watchdog
  timeout error we should have to fix all device drivers that have Tx
  interrupt moderation capability. We may need more investigation
  for this issue. Anyway, the fix is the same for both cases.
  
  This should fix occasional watchdog timeout errors seen on a few
  systems.
  
  Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
  Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
  
  Revision  Changes    Path
  1.133     +12 -0     src/sys/dev/em/if_em.c

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 02:37:04 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 09F9B16A4DD;
	Tue, 22 Aug 2006 02:37:04 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 81A3843D49;
	Tue, 22 Aug 2006 02:37:03 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M2b3g2080568;
	Tue, 22 Aug 2006 02:37:03 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M2b3mg080567;
	Tue, 22 Aug 2006 02:37:03 GMT (envelope-from yongari)
Message-Id: <200608220237.k7M2b3mg080567@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Tue, 22 Aug 2006 02:37:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/sound/pci ich.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 02:37:04 -0000

yongari     2006-08-22 02:37:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/sound/pci    ich.c 
  Log:
  MFC: ich.c, 1.67 to RELENG_6:
   Add inverted amplifier sense quirks for Compaq Presario B3800
  
  Revision  Changes    Path
  1.53.2.8  +1 -0      src/sys/dev/sound/pci/ich.c

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 03:05:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CE78316A4E5;
	Tue, 22 Aug 2006 03:05:51 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 81E4243D4C;
	Tue, 22 Aug 2006 03:05:51 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M35p29083191;
	Tue, 22 Aug 2006 03:05:51 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M35pr3083190;
	Tue, 22 Aug 2006 03:05:51 GMT (envelope-from marcel)
Message-Id: <200608220305.k7M35pr3083190@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Tue, 22 Aug 2006 03:05:51 +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/sys/netsmb smb_crypt.c smb_iod.c smb_rq.c smb_rq.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 03:05:51 -0000

marcel      2006-08-22 03:05:51 UTC

  FreeBSD src repository

  Modified files:
    sys/netsmb           smb_crypt.c smb_iod.c smb_rq.c smb_rq.h 
  Log:
  Fix misalignment bugs caused by invalid type casts of pointers
  returned by md_reserve(). Space reserved by mb_reserve() is
  byte aligned and need to be used in conjunction with le16enc()
  and le32enc().
  
  Tested on: ia64
  
  Revision  Changes    Path
  1.10      +2 -2      src/sys/netsmb/smb_crypt.c
  1.17      +2 -2      src/sys/netsmb/smb_iod.c
  1.17      +4 -4      src/sys/netsmb/smb_rq.c
  1.5       +3 -3      src/sys/netsmb/smb_rq.h

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 03:22:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D61BC16A4DD;
	Tue, 22 Aug 2006 03:22:17 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9255743D49;
	Tue, 22 Aug 2006 03:22:17 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M3MHsP084067;
	Tue, 22 Aug 2006 03:22:17 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M3MHZs084066;
	Tue, 22 Aug 2006 03:22:17 GMT (envelope-from marcel)
Message-Id: <200608220322.k7M3MHZs084066@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Tue, 22 Aug 2006 03:22:17 +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/lib Makefile src/usr.bin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 03:22:17 -0000

marcel      2006-08-22 03:22:17 UTC

  FreeBSD src repository

  Modified files:
    lib                  Makefile 
    usr.bin              Makefile 
  Log:
  Build libsmb and smbutil on ia64.
  
  Revision  Changes    Path
  1.216     +4 -0      src/lib/Makefile
  1.296     +4 -0      src/usr.bin/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 03:31:25 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2D70416A4DF;
	Tue, 22 Aug 2006 03:31:25 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DDF5643D45;
	Tue, 22 Aug 2006 03:31:24 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M3VO6d084657;
	Tue, 22 Aug 2006 03:31:24 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M3VOmh084656;
	Tue, 22 Aug 2006 03:31:24 GMT (envelope-from marcel)
Message-Id: <200608220331.k7M3VOmh084656@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Tue, 22 Aug 2006 03:31:24 +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/usr.sbin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 03:31:25 -0000

marcel      2006-08-22 03:31:24 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin             Makefile 
  Log:
  Build mount_smbfs on ia64.
  
  Revision  Changes    Path
  1.359     +1 -0      src/usr.sbin/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:27:55 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AC9C016A4DE;
	Tue, 22 Aug 2006 07:27:55 +0000 (UTC)
	(envelope-from wes@opensail.org)
Received: from softweyr.homeunix.net (cpe-24-161-160-202.san.res.rr.com
	[24.161.160.202])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C4A4743D69;
	Tue, 22 Aug 2006 07:27:54 +0000 (GMT)
	(envelope-from wes@opensail.org)
Received: from [204.68.178.34] (gulliver.softweyr.com [204.68.178.34])
	(authenticated bits=0)
	by softweyr.homeunix.net (8.13.3/8.13.3) with ESMTP id k7M7Rmsv096432
	(version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO);
	Tue, 22 Aug 2006 00:27:52 -0700 (PDT)
	(envelope-from wes@opensail.org)
In-Reply-To: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
Content-Transfer-Encoding: 7bit
From: Wes Peters <wes@opensail.org>
Date: Tue, 22 Aug 2006 00:27:54 -0700
To: Florent Thoumie <flz@FreeBSD.org>
X-Mailer: Apple Mail (2.752.2)
X-Scanned-By: MIMEDefang 2.56 on 204.68.178.3
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
	mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:27:55 -0000


On Aug 21, 2006, at 8:06 AM, Florent Thoumie wrote:

> flz         2006-08-21 15:06:38 UTC
>
>   FreeBSD src repository
>
>   Modified files:        (Branch: RELENG_6)
>     share/man/man5       rc.conf.5
>     etc/rc.d             Makefile
>   Added files:           (Branch: RELENG_6)
>     etc/rc.d             mdconfig mdconfig2
>   Log:
>   MFC:
>
>     Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk 
> {,-own}
>     scripts. These scripts handle vnode backed md(4) devices.
>
>     Two new variables have been introduced to be able to populate  
> the md(4)
>     device once it has been mounted (mdconfig_*_files and  
> mdconfig_*_cmd).
>
>     Use should be as easy as:
>
>     mdconfig_md0="-t malloc -s 10m"
>     mdconfig_md1="-t vnode -f /var/foo.img"
>
>     See rc.conf(5) for more information and description of the  
> additional
>     variables.

Nice.  This is the elegant solution I missed with the original  
effort.  ;^)

--
            Where am I, and what am I doing in this handbasket?
Wes Peters                                                      
wes@softweyr.com


From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:51:11 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 70E4916A4E2;
	Tue, 22 Aug 2006 07:51:11 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D85C843D4C;
	Tue, 22 Aug 2006 07:51:10 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7pAda011359;
	Tue, 22 Aug 2006 07:51:10 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7pAde011358;
	Tue, 22 Aug 2006 07:51:10 GMT (envelope-from ru)
Message-Id: <200608220751.k7M7pAde011358@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 07:51:10 +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 Makefile.inc1 ObsoleteFiles.inc src/lib Makefile
 src/lib/libio Makefile alpha_sethae.c bwx.c io.c io.h swiz.c
 src/lib/libthr Makefile src/lib/libthr/arch/alpha Makefile.inc
 src/lib/libthr/arch/alpha/alpha pthread_md.c
 src/lib/libthr/arch/alpha/include ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:51:11 -0000

ru          2006-08-22 07:51:10 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 ObsoleteFiles.inc 
    lib                  Makefile 
    lib/libthr           Makefile 
    lib/libc_r           Makefile 
    lib/libpthread       Makefile 
    release              Makefile 
    rescue/rescue        Makefile 
    sbin/bsdlabel        Makefile 
    sbin/ggate           Makefile 
    sbin/ping            Makefile 
    usr.sbin/pnpinfo     Makefile 
    contrib/pnpinfo      pnpinfo.c 
    usr.sbin/crunch/crunchide Makefile 
    usr.sbin/traceroute  Makefile 
    secure/lib/libcrypto Makefile.inc 
    share/mk             bsd.cpu.mk bsd.endian.mk 
  Removed files:
    lib/libio            Makefile alpha_sethae.c bwx.c io.c io.h 
                         swiz.c 
    lib/libthr/arch/alpha Makefile.inc 
    lib/libthr/arch/alpha/alpha pthread_md.c 
    lib/libthr/arch/alpha/include pthread_md.h 
    lib/libc_r/arch/alpha _atomic_lock.S 
    lib/libpthread/arch/alpha Makefile.inc 
    lib/libpthread/arch/alpha/alpha context.S enter_uts.S 
                                    pthread_md.c 
    lib/libpthread/arch/alpha/include atomic_ops.h pthread_md.h 
    release/alpha        boot_crunch.conf mkisoimages.sh 
    secure/lib/libcrypto opensslconf-alpha.h 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.553     +0 -4      src/Makefile.inc1
  1.48      +2 -2      src/ObsoleteFiles.inc
  1.10      +0 -3      src/contrib/pnpinfo/pnpinfo.c
  1.217     +1 -5      src/lib/Makefile
  1.45      +1 -1      src/lib/libc_r/Makefile
  1.5       +0 -45     src/lib/libc_r/arch/alpha/_atomic_lock.S (dead)
  1.6       +0 -9      src/lib/libio/Makefile (dead)
  1.7       +0 -46     src/lib/libio/alpha_sethae.c (dead)
  1.7       +0 -244    src/lib/libio/bwx.c (dead)
  1.5       +0 -173    src/lib/libio/io.c (dead)
  1.3       +0 -48     src/lib/libio/io.h (dead)
  1.6       +0 -248    src/lib/libio/swiz.c (dead)
  1.59      +1 -1      src/lib/libpthread/Makefile
  1.3       +0 -5      src/lib/libpthread/arch/alpha/Makefile.inc (dead)
  1.3       +0 -353    src/lib/libpthread/arch/alpha/alpha/context.S (dead)
  1.4       +0 -42     src/lib/libpthread/arch/alpha/alpha/enter_uts.S (dead)
  1.3       +0 -76     src/lib/libpthread/arch/alpha/alpha/pthread_md.c (dead)
  1.4       +0 -75     src/lib/libpthread/arch/alpha/include/atomic_ops.h (dead)
  1.8       +0 -247    src/lib/libpthread/arch/alpha/include/pthread_md.h (dead)
  1.20      +2 -2      src/lib/libthr/Makefile
  1.3       +0 -5      src/lib/libthr/arch/alpha/Makefile.inc (dead)
  1.2       +0 -53     src/lib/libthr/arch/alpha/alpha/pthread_md.c (dead)
  1.2       +0 -75     src/lib/libthr/arch/alpha/include/pthread_md.h (dead)
  1.912     +0 -11     src/release/Makefile
  1.57      +0 -44     src/release/alpha/boot_crunch.conf (dead)
  1.12      +0 -72     src/release/alpha/mkisoimages.sh (dead)
  1.51      +0 -4      src/rescue/rescue/Makefile
  1.20      +1 -2      src/sbin/bsdlabel/Makefile
  1.6       +1 -1      src/sbin/ggate/Makefile
  1.20      +0 -3      src/sbin/ping/Makefile
  1.44      +0 -2      src/secure/lib/libcrypto/Makefile.inc
  1.6       +0 -177    src/secure/lib/libcrypto/opensslconf-alpha.h (dead)
  1.57      +0 -25     src/share/mk/bsd.cpu.mk
  1.3       +1 -2      src/share/mk/bsd.endian.mk
  1.8       +1 -1      src/usr.sbin/crunch/crunchide/Makefile
  1.12      +0 -5      src/usr.sbin/pnpinfo/Makefile
  1.22      +0 -5      src/usr.sbin/traceroute/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:55:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8575A16A4DA;
	Tue, 22 Aug 2006 07:55:43 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 959D543D83;
	Tue, 22 Aug 2006 07:55:16 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7tG4a011729;
	Tue, 22 Aug 2006 07:55:16 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7tGKP011728;
	Tue, 22 Aug 2006 07:55:16 GMT (envelope-from ru)
Message-Id: <200608220755.k7M7tGKP011728@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 07:55:15 +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/lib/libc Makefile src/lib/libc/alpha Makefile.inc
 SYS.h Symbol.map _fpmath.h arith.h src/lib/libc/alpha/gen
 Makefile.inc _ctx_start.S _set_tp.c _setjmp.S divrem.m4 fabs.S
 flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:55:43 -0000

ru          2006-08-22 07:55:15 UTC

  FreeBSD src repository

  Modified files:
    lib/libc             Makefile 
    lib/libc/stdio       findfp.c 
  Removed files:
    lib/libc/alpha       Makefile.inc SYS.h Symbol.map _fpmath.h 
                         arith.h 
    lib/libc/alpha/gen   Makefile.inc _ctx_start.S _set_tp.c 
                         _setjmp.S divrem.m4 fabs.S flt_rounds.c 
                         fpgetmask.c fpgetround.c fpgetsticky.c 
                         fpsetmask.c fpsetround.c infinity.c 
                         makecontext.c modf.c rfork_thread.S 
                         setjmp.S signalcontext.c sigsetjmp.S 
    lib/libc/alpha/net   Makefile.inc byte_swap_2.S byte_swap_4.S 
                         htonl.S htons.S ntohl.S ntohs.S 
    lib/libc/alpha/stdlib Makefile.inc 
    lib/libc/alpha/string Makefile.inc bcopy.S bzero.S ffs.S 
                          memcpy.S memmove.S 
    lib/libc/alpha/sys   Makefile.inc Ovfork.S brk.S cerror.S 
                         exect.S fork.S pipe.S ptrace.S sbrk.S 
                         setlogin.S sigreturn.S 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.68      +1 -2      src/lib/libc/Makefile
  1.10      +0 -8      src/lib/libc/alpha/Makefile.inc (dead)
  1.17      +0 -74     src/lib/libc/alpha/SYS.h (dead)
  1.2       +0 -77     src/lib/libc/alpha/Symbol.map (dead)
  1.7       +0 -49     src/lib/libc/alpha/_fpmath.h (dead)
  1.3       +0 -20     src/lib/libc/alpha/arith.h (dead)
  1.17      +0 -47     src/lib/libc/alpha/gen/Makefile.inc (dead)
  1.3       +0 -45     src/lib/libc/alpha/gen/_ctx_start.S (dead)
  1.3       +0 -40     src/lib/libc/alpha/gen/_set_tp.c (dead)
  1.10      +0 -127    src/lib/libc/alpha/gen/_setjmp.S (dead)
  1.5       +0 -198    src/lib/libc/alpha/gen/divrem.m4 (dead)
  1.4       +0 -36     src/lib/libc/alpha/gen/fabs.S (dead)
  1.5       +0 -60     src/lib/libc/alpha/gen/flt_rounds.c (dead)
  1.7       +0 -52     src/lib/libc/alpha/gen/fpgetmask.c (dead)
  1.7       +0 -52     src/lib/libc/alpha/gen/fpgetround.c (dead)
  1.6       +0 -52     src/lib/libc/alpha/gen/fpgetsticky.c (dead)
  1.6       +0 -54     src/lib/libc/alpha/gen/fpsetmask.c (dead)
  1.7       +0 -61     src/lib/libc/alpha/gen/fpsetround.c (dead)
  1.8       +0 -39     src/lib/libc/alpha/gen/infinity.c (dead)
  1.5       +0 -172    src/lib/libc/alpha/gen/makecontext.c (dead)
  1.4       +0 -107    src/lib/libc/alpha/gen/modf.c (dead)
  1.3       +0 -66     src/lib/libc/alpha/gen/rfork_thread.S (dead)
  1.18      +0 -138    src/lib/libc/alpha/gen/setjmp.S (dead)
  1.2       +0 -103    src/lib/libc/alpha/gen/signalcontext.c (dead)
  1.9       +0 -64     src/lib/libc/alpha/gen/sigsetjmp.S (dead)
  1.3       +0 -3      src/lib/libc/alpha/net/Makefile.inc (dead)
  1.4       +0 -49     src/lib/libc/alpha/net/byte_swap_2.S (dead)
  1.4       +0 -55     src/lib/libc/alpha/net/byte_swap_4.S (dead)
  1.4       +0 -36     src/lib/libc/alpha/net/htonl.S (dead)
  1.4       +0 -36     src/lib/libc/alpha/net/htons.S (dead)
  1.4       +0 -36     src/lib/libc/alpha/net/ntohl.S (dead)
  1.4       +0 -36     src/lib/libc/alpha/net/ntohs.S (dead)
  1.4       +0 -3      src/lib/libc/alpha/stdlib/Makefile.inc (dead)
  1.3       +0 -3      src/lib/libc/alpha/string/Makefile.inc (dead)
  1.3       +0 -289    src/lib/libc/alpha/string/bcopy.S (dead)
  1.3       +0 -111    src/lib/libc/alpha/string/bzero.S (dead)
  1.3       +0 -92     src/lib/libc/alpha/string/ffs.S (dead)
  1.3       +0 -8      src/lib/libc/alpha/string/memcpy.S (dead)
  1.3       +0 -7      src/lib/libc/alpha/string/memmove.S (dead)
  1.13      +0 -12     src/lib/libc/alpha/sys/Makefile.inc (dead)
  1.6       +0 -38     src/lib/libc/alpha/sys/Ovfork.S (dead)
  1.3       +0 -53     src/lib/libc/alpha/sys/brk.S (dead)
  1.7       +0 -56     src/lib/libc/alpha/sys/cerror.S (dead)
  1.3       +0 -38     src/lib/libc/alpha/sys/exect.S (dead)
  1.6       +0 -38     src/lib/libc/alpha/sys/fork.S (dead)
  1.6       +0 -40     src/lib/libc/alpha/sys/pipe.S (dead)
  1.3       +0 -40     src/lib/libc/alpha/sys/ptrace.S (dead)
  1.4       +0 -53     src/lib/libc/alpha/sys/sbrk.S (dead)
  1.5       +0 -40     src/lib/libc/alpha/sys/setlogin.S (dead)
  1.5       +0 -41     src/lib/libc/alpha/sys/sigreturn.S (dead)
  1.30      +1 -1      src/lib/libc/stdio/findfp.c

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:56:40 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C9F4A16A501;
	Tue, 22 Aug 2006 07:56:40 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DADD843D6B;
	Tue, 22 Aug 2006 07:56:34 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7uYmV011870;
	Tue, 22 Aug 2006 07:56:34 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7uYGv011869;
	Tue, 22 Aug 2006 07:56:34 GMT (envelope-from ru)
Message-Id: <200608220756.k7M7uYGv011869@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 07:56:34 +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/lib/msun/alpha Makefile.inc Symbol.map fenv.c
 fenv.h s_copysign.S s_copysignf.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:56:40 -0000

ru          2006-08-22 07:56:34 UTC

  FreeBSD src repository

  Removed files:
    lib/msun/alpha       Makefile.inc Symbol.map fenv.c fenv.h 
                         s_copysign.S s_copysignf.S 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.4       +0 -11     src/lib/msun/alpha/Makefile.inc (dead)
  1.2       +0 -13     src/lib/msun/alpha/Symbol.map (dead)
  1.3       +0 -144    src/lib/msun/alpha/fenv.c (dead)
  1.4       +0 -185    src/lib/msun/alpha/fenv.h (dead)
  1.3       +0 -45     src/lib/msun/alpha/s_copysign.S (dead)
  1.3       +0 -45     src/lib/msun/alpha/s_copysignf.S (dead)

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:57:12 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8D0F216A4E2;
	Tue, 22 Aug 2006 07:57:12 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C20AD43D6E;
	Tue, 22 Aug 2006 07:57:10 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7vAZQ011977;
	Tue, 22 Aug 2006 07:57:10 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7vADG011976;
	Tue, 22 Aug 2006 07:57:10 GMT (envelope-from ru)
Message-Id: <200608220757.k7M7vADG011976@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 07:57:10 +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/lib/csu/alpha Makefile crt1.c crti.S crtn.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:57:12 -0000

ru          2006-08-22 07:57:10 UTC

  FreeBSD src repository

  Removed files:
    lib/csu/alpha        Makefile crt1.c crti.S crtn.S 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.25      +0 -21     src/lib/csu/alpha/Makefile (dead)
  1.18      +0 -114    src/lib/csu/alpha/crt1.c (dead)
  1.4       +0 -53     src/lib/csu/alpha/crti.S (dead)
  1.4       +0 -45     src/lib/csu/alpha/crtn.S (dead)

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:59:06 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B73FE16A4E0;
	Tue, 22 Aug 2006 07:59:06 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D659443D58;
	Tue, 22 Aug 2006 07:58:55 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7wsvb012083;
	Tue, 22 Aug 2006 07:58:54 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7wsoR012082;
	Tue, 22 Aug 2006 07:58:54 GMT (envelope-from ru)
Message-Id: <200608220758.k7M7wsoR012082@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 07:58:54 +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/tools/regression/lib/msun Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:59:06 -0000

ru          2006-08-22 07:58:54 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/msun Makefile 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.6       +0 -3      src/tools/regression/lib/msun/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 07:59:55 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 15B9716A4DE;
	Tue, 22 Aug 2006 07:59:55 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 314EB43D8B;
	Tue, 22 Aug 2006 07:59:45 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7xjAr012143;
	Tue, 22 Aug 2006 07:59:45 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7xjn0012142;
	Tue, 22 Aug 2006 07:59:45 GMT (envelope-from ru)
Message-Id: <200608220759.k7M7xjn0012142@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 07:59:45 +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/libexec/rtld-elf/alpha Makefile.inc ld.so.script
 reloc.c rtld_machdep.h rtld_start.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 07:59:55 -0000

ru          2006-08-22 07:59:45 UTC

  FreeBSD src repository

  Removed files:
    libexec/rtld-elf/alpha Makefile.inc ld.so.script reloc.c 
                           rtld_machdep.h rtld_start.S 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.3       +0 -4      src/libexec/rtld-elf/alpha/Makefile.inc (dead)
  1.3       +0 -135    src/libexec/rtld-elf/alpha/ld.so.script (dead)
  1.23      +0 -531    src/libexec/rtld-elf/alpha/reloc.c (dead)
  1.11      +0 -78     src/libexec/rtld-elf/alpha/rtld_machdep.h (dead)
  1.7       +0 -211    src/libexec/rtld-elf/alpha/rtld_start.S (dead)

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 08:03:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1CE6616A5B3;
	Tue, 22 Aug 2006 08:03:02 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9E943D5F;
	Tue, 22 Aug 2006 08:03:01 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M831sT012753;
	Tue, 22 Aug 2006 08:03:01 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M8313m012735;
	Tue, 22 Aug 2006 08:03:01 GMT (envelope-from ru)
Message-Id: <200608220803.k7M8313m012735@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 08:03:01 +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/lib/libstand Makefile src/lib/libstand/alpha
 _setjmp.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 08:03:02 -0000

ru          2006-08-22 08:03:01 UTC

  FreeBSD src repository

  Modified files:
    lib/libstand         Makefile 
  Removed files:
    lib/libstand/alpha   _setjmp.S 
  Log:
  Remove alpha left-overs.
  
  Revision  Changes    Path
  1.56      +0 -50     src/lib/libstand/Makefile
  1.4       +0 -120    src/lib/libstand/alpha/_setjmp.S (dead)

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 08:22:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DE42E16A4DA;
	Tue, 22 Aug 2006 08:22:54 +0000 (UTC)
	(envelope-from ru@rambler-co.ru)
Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ECDAA43D72;
	Tue, 22 Aug 2006 08:22:31 +0000 (GMT)
	(envelope-from ru@rambler-co.ru)
Received: from relay0.rambler.ru (localhost [127.0.0.1])
	by relay0.rambler.ru (Postfix) with ESMTP id F18095E6B;
	Tue, 22 Aug 2006 12:22:29 +0400 (MSD)
Received: from edoofus.park.rambler.ru (unknown [81.19.65.108])
	by relay0.rambler.ru (Postfix) with ESMTP id B852B5DE9;
	Tue, 22 Aug 2006 12:22:29 +0400 (MSD)
Received: (from ru@localhost)
	by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7M8Mbl3042278;
	Tue, 22 Aug 2006 12:22:37 +0400 (MSD) (envelope-from ru)
Date: Tue, 22 Aug 2006 12:22:37 +0400
From: Ruslan Ermilov <ru@FreeBSD.org>
To: Pyun YongHyeon <yongari@FreeBSD.org>
Message-ID: <20060822082237.GC41304@rambler-co.ru>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/"
Content-Disposition: inline
In-Reply-To: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
User-Agent: Mutt/1.5.12-2006-07-14
X-Virus-Scanned: No virus found
Cc: cvs-src@FreeBSD.org, Gleb Smirnoff <glebius@FreeBSD.org>,
	cvs-all@FreeBSD.org, src-committers@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 08:22:55 -0000


--61jdw2sOBCFtR2d/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi Pyun,

On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
> yongari     2006-08-22 02:32:48 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     sys/dev/em           if_em.c=20
>   Log:
>   It seems that em(4) misses Tx completion interrupts under certain
>   conditions. The cause of missing Tx completion interrupts comes from
>   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
>   If Tx interrupt moderation mechanism is the cause of false watchdog
>   timeout error we should have to fix all device drivers that have Tx
>   interrupt moderation capability. We may need more investigation
>   for this issue. Anyway, the fix is the same for both cases.
>  =20
>   This should fix occasional watchdog timeout errors seen on a few
>   systems.
>  =20
>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
>  =20
>   Revision  Changes    Path
>   1.133     +12 -0     src/sys/dev/em/if_em.c
>=20
I agree this is a less painful way to recover, but it's still a
watchdog and it slows down the performance when it happens.  After
this commit, if there's a moderate number of missing Tx completion
interrupts (for some reason), even a diagnostic message won't be
printed.  This is bad -- users will "seem" to have working but
slow systems, without any indication of what causes this slowness.
I think a diagnostic message should still be printed in this case,
and adapter->watchdog_events should still be incrementd, we just
don't need to reinit the chip in this case.


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--61jdw2sOBCFtR2d/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6r7NqRfpzJluFF4RAqE2AJ9bagwyvLIIiYDYBRTGJTVmMJJxwACfU42J
FjyNVKdSO1yTMbg2gOzjrFM=
=iC2j
-----END PGP SIGNATURE-----

--61jdw2sOBCFtR2d/--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 08:25:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5017116A510;
	Tue, 22 Aug 2006 08:25:26 +0000 (UTC) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9A943DB3;
	Tue, 22 Aug 2006 08:25:18 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M8PHE1015208;
	Tue, 22 Aug 2006 08:25:17 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M8PHxj015207;
	Tue, 22 Aug 2006 08:25:17 GMT (envelope-from yar)
Message-Id: <200608220825.k7M8PHxj015207@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Tue, 22 Aug 2006 08:25:17 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/bin/ps ps.1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 08:25:26 -0000

yar         2006-08-22 08:25:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    bin/ps               ps.1 
  Log:
  MFC revs 1.87, 1.88:
  
  A column title, =foo, can only be at the end of the argument to -o.
  Multiple column titles can be changed with the same number of -o's.
  
  Revision  Changes    Path
  1.86.2.1  +8 -6      src/bin/ps/ps.1

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 09:38:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 4C6DB16A4DD;
	Tue, 22 Aug 2006 09:38:21 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E52EF43D46;
	Tue, 22 Aug 2006 09:38:20 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id C8B971A3C27;
	Tue, 22 Aug 2006 02:38:20 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 0883F513B2; Tue, 22 Aug 2006 05:38:20 -0400 (EDT)
Date: Tue, 22 Aug 2006 05:38:19 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Florent Thoumie <flz@FreeBSD.org>
Message-ID: <20060822093819.GA48419@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
	<1156159640.53353.29.camel@mayday.esat.net>
	<20060821115657.GA1425@xor.obsecurity.org>
	<1156162582.53353.37.camel@mayday.esat.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT"
Content-Disposition: inline
In-Reply-To: <1156162582.53353.37.camel@mayday.esat.net>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org,
	Kris Kennaway <kris@obsecurity.org>
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 09:38:21 -0000


--tKW2IUtsqtDRztdT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Aug 21, 2006 at 01:16:22PM +0100, Florent Thoumie wrote:
> On Mon, 2006-08-21 at 07:56 -0400, Kris Kennaway wrote:
> > On Mon, Aug 21, 2006 at 12:27:20PM +0100, Florent Thoumie wrote:
> > > On Mon, 2006-08-21 at 07:07 -0400, Kris Kennaway wrote:
> > > > On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote:
> > > > >=20
> > > > > Hi Florent,
> > > > >=20
> > > > > PKGDIR is ambiguous in the context of ports and packages.
> > > > >=20
> > > > > I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which causes=
 the
> > > > > ports to fail badly creating any packages:
> > > > >=20
> > > > > It is used in ports/Mk/bsd.port.mk:
> > > > > # PKGDIR                - A directory containing any package crea=
tion
> > > > > # files.
> > > > > #                                 Default: ${MASTERDIR}
> > > > > [...]
> > > > > PKGDIR?=3D                ${MASTERDIR}
> > > > >=20
> > > > > Havin set PKGDIR statically is a very bad idea here.
> > > >=20
> > > > Yes, PKGDIR is incorrect in this usage.  The documented place where
> > > > packages are stored is:
> > > >=20
> > > > # PACKAGES              - A top level directory where all packages =
go (rather than
> > > > #                                 going locally to each port).
> > > > #                                 Default: ${PORTSDIR}/packages
> > > > #
> > >=20
> > > PACKAGES is a better choice than PKGDIR, but I'd like to avoid confus=
ion
> > > between "cached" packages (as in, copies of downloaded packages), and
> > > "home-brewed" packages.=20
> >=20
> > Not sure there is a need to; they're both just packages.
>=20
> I think there is, or there should be another subdirectory under PACKAGES
> to tell where the packages come from. Like what apt does, something like
> ${PACKAGES}/ftp.freebsd.org.packages.6.stable/All/blah.tbz.
>=20
> You definitely don't want to mix packages from different sources, or
> made from different ports trees.

I don't really see the need for this; but if you want to go this route
there are other tools that also need to be taught about the proposed
new directory layout).

Kris

--tKW2IUtsqtDRztdT
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6tCLWry0BWjoQKURAlR5AKCBKdVkKhJvOm26dETQxST/yYcnYgCgx0Kn
phm40K69eZkdXIC16m4akvE=
=yCqp
-----END PGP SIGNATURE-----

--tKW2IUtsqtDRztdT--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 09:43:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7938516A4DE;
	Tue, 22 Aug 2006 09:43:54 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC8743D4C;
	Tue, 22 Aug 2006 09:43:54 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 10C6F1A3C1D;
	Tue, 22 Aug 2006 02:43:54 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 592DB513B2; Tue, 22 Aug 2006 05:43:53 -0400 (EDT)
Date: Tue, 22 Aug 2006 05:43:53 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Wes Peters <wes@opensail.org>
Message-ID: <20060822094353.GB48419@xor.obsecurity.org>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes"
Content-Disposition: inline
In-Reply-To: <1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Florent Thoumie <flz@FreeBSD.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
	mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 09:43:54 -0000


--jq0ap7NbKX2Kqbes
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 22, 2006 at 12:27:54AM -0700, Wes Peters wrote:
>=20
> On Aug 21, 2006, at 8:06 AM, Florent Thoumie wrote:
>=20
> >flz         2006-08-21 15:06:38 UTC
> >
> >  FreeBSD src repository
> >
> >  Modified files:        (Branch: RELENG_6)
> >    share/man/man5       rc.conf.5
> >    etc/rc.d             Makefile
> >  Added files:           (Branch: RELENG_6)
> >    etc/rc.d             mdconfig mdconfig2
> >  Log:
> >  MFC:
> >
> >    Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk=20
> >{,-own}
> >    scripts. These scripts handle vnode backed md(4) devices.
> >
> >    Two new variables have been introduced to be able to populate =20
> >the md(4)
> >    device once it has been mounted (mdconfig_*_files and =20
> >mdconfig_*_cmd).
> >
> >    Use should be as easy as:
> >
> >    mdconfig_md0=3D"-t malloc -s 10m"

We should consider adding "-o reserve" to malloc-backed md creation
where applicable (e.g. the md-backed /tmp creation) to avoid bogus PRs
from people who run their kernels out of memory by filling up /tmp.

Kris

--jq0ap7NbKX2Kqbes
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6tHZWry0BWjoQKURAkUKAJ91yhieDtYmZgqqCqXuJ3p7RM2JIACgt87r
X3UK3dL9RXUat6QsI3cC0Ck=
=nohc
-----END PGP SIGNATURE-----

--jq0ap7NbKX2Kqbes--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 09:44:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9594516A504;
	Tue, 22 Aug 2006 09:44:28 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 49C0C43D49;
	Tue, 22 Aug 2006 09:44:28 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 30E6D1A3C28;
	Tue, 22 Aug 2006 02:44:28 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id CB2CC53F2D; Tue, 22 Aug 2006 05:44:26 -0400 (EDT)
Date: Tue, 22 Aug 2006 05:44:26 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Kris Kennaway <kris@obsecurity.org>
Message-ID: <20060822094426.GA48626@xor.obsecurity.org>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
	<20060822094353.GB48419@xor.obsecurity.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2"
Content-Disposition: inline
In-Reply-To: <20060822094353.GB48419@xor.obsecurity.org>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Florent Thoumie <flz@FreeBSD.org>, Wes Peters <wes@opensail.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
	mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 09:44:28 -0000


--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 22, 2006 at 05:43:53AM -0400, Kris Kennaway wrote:
> On Tue, Aug 22, 2006 at 12:27:54AM -0700, Wes Peters wrote:
> >=20
> > On Aug 21, 2006, at 8:06 AM, Florent Thoumie wrote:
> >=20
> > >flz         2006-08-21 15:06:38 UTC
> > >
> > >  FreeBSD src repository
> > >
> > >  Modified files:        (Branch: RELENG_6)
> > >    share/man/man5       rc.conf.5
> > >    etc/rc.d             Makefile
> > >  Added files:           (Branch: RELENG_6)
> > >    etc/rc.d             mdconfig mdconfig2
> > >  Log:
> > >  MFC:
> > >
> > >    Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk=20
> > >{,-own}
> > >    scripts. These scripts handle vnode backed md(4) devices.
> > >
> > >    Two new variables have been introduced to be able to populate =20
> > >the md(4)
> > >    device once it has been mounted (mdconfig_*_files and =20
> > >mdconfig_*_cmd).
> > >
> > >    Use should be as easy as:
> > >
> > >    mdconfig_md0=3D"-t malloc -s 10m"
>=20
> We should consider adding "-o reserve" to malloc-backed md creation
> where applicable (e.g. the md-backed /tmp creation) to avoid bogus PRs
> from people who run their kernels out of memory by filling up /tmp.

Oops, I forgot they were already (correctly) fixed to use swap backing
(I think).

Kris

--UlVJffcvxoiEqYs2
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6tH6Wry0BWjoQKURAmLmAKCeHjGroL8hBPcTH+jAHIJ/ITHFPgCfZpvE
BanjJ+9ZHNBcIdSV06IP12Y=
=k83p
-----END PGP SIGNATURE-----

--UlVJffcvxoiEqYs2--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 09:45:16 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 30C2E16A4E1
	for <cvs-src@freebsd.org>; Tue, 22 Aug 2006 09:45:16 +0000 (UTC)
	(envelope-from pyunyh@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC2843D4C
	for <cvs-src@freebsd.org>; Tue, 22 Aug 2006 09:45:13 +0000 (GMT)
	(envelope-from pyunyh@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so2795325pye
	for <cvs-src@freebsd.org>; Tue, 22 Aug 2006 02:45:12 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent;
	b=uJ0YQwg8cpVR1BDpSKgDiTSAB9t4C9VD2JMTMbe4n7xf7y5XXT+qxphBaCbMUHEaruojc6BnUDAKYiSXLJlhaWImWAdzX8xn3qcCJkCMrJIPYUdVYxp43S6zU9ZhViEr/MLukX7ydq0633pdKgZT5rBO9HYSSad0MCwszR11uEM=
Received: by 10.35.29.6 with SMTP id g6mr15245683pyj;
	Tue, 22 Aug 2006 02:45:12 -0700 (PDT)
Received: from michelle.cdnetworks.co.kr ( [211.53.35.84])
	by mx.gmail.com with ESMTP id 20sm469462nzp.2006.08.22.02.45.09;
	Tue, 22 Aug 2006 02:45:11 -0700 (PDT)
Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr
	[127.0.0.1])
	by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id
	k7M9iq1P015234
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 22 Aug 2006 18:44:52 +0900 (KST)
	(envelope-from pyunyh@gmail.com)
Received: (from yongari@localhost)
	by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7M9iqav015233; 
	Tue, 22 Aug 2006 18:44:52 +0900 (KST)
	(envelope-from pyunyh@gmail.com)
Date: Tue, 22 Aug 2006 18:44:52 +0900
From: Pyun YongHyeon <pyunyh@gmail.com>
To: Ruslan Ermilov <ru@FreeBSD.org>
Message-ID: <20060822094452.GJ12848@cdnetworks.co.kr>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822082237.GC41304@rambler-co.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060822082237.GC41304@rambler-co.ru>
User-Agent: Mutt/1.4.2.1i
Cc: cvs-src@FreeBSD.org, Gleb Smirnoff <glebius@FreeBSD.org>,
	cvs-all@FreeBSD.org, src-committers@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: pyunyh@gmail.com
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 09:45:16 -0000

On Tue, Aug 22, 2006 at 12:22:37PM +0400, Ruslan Ermilov wrote:
 > Hi Pyun,
 > 
 > On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
 > > yongari     2006-08-22 02:32:48 UTC
 > > 
 > >   FreeBSD src repository
 > > 
 > >   Modified files:
 > >     sys/dev/em           if_em.c 
 > >   Log:
 > >   It seems that em(4) misses Tx completion interrupts under certain
 > >   conditions. The cause of missing Tx completion interrupts comes from
 > >   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
 > >   If Tx interrupt moderation mechanism is the cause of false watchdog
 > >   timeout error we should have to fix all device drivers that have Tx
 > >   interrupt moderation capability. We may need more investigation
 > >   for this issue. Anyway, the fix is the same for both cases.
 > >   
 > >   This should fix occasional watchdog timeout errors seen on a few
 > >   systems.
 > >   
 > >   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
 > >   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
 > >   
 > >   Revision  Changes    Path
 > >   1.133     +12 -0     src/sys/dev/em/if_em.c
 > > 
 > I agree this is a less painful way to recover, but it's still a
 > watchdog and it slows down the performance when it happens.  After
 > this commit, if there's a moderate number of missing Tx completion
 > interrupts (for some reason), even a diagnostic message won't be
 > printed.  This is bad -- users will "seem" to have working but
 > slow systems, without any indication of what causes this slowness.

It just reinvokes txeof handler and check whether there are pending Tx
descriptors in driver queue. If there are no pending Tx descriptors
it's false watchdog timeout and just return without resetting 
hardware. So there is no performance drop. Of course, if we are out of
Tx descriptors and missed Tx completion interrupts it would slow down
Tx process.
ATM I don't know what caused this missing Tx completion interrupt.
(chipset bug/Tx interrupt moderation or other bug)

 > I think a diagnostic message should still be printed in this case,
I have no objections on printing a diagnostic message. But if missing
Tx completion interrupts is normal consequences for these hardwares
it would give negative impresstion to users.

 > and adapter->watchdog_events should still be incrementd, we just
 > don't need to reinit the chip in this case.
 > 
adapter->watchdog_events is used to count output errors(if_oerrors).
If we know the watchog timeout is false we should not increment the
counter as we sucessfully transmitted it without errors.

Because it's hard to reproduce it I guess it only happens under
certain conditions. In addition we don't know how many Tx completion
interrupts are lost. If you think it should recover fast from the
above condition wihtout waiting for a watchdog timeout we could
embebd an em_txeof() into em_local_timer() to sweep up Tx
descriptors sucessfully transmitted.

-- 
Regards,
Pyun YongHyeon

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 09:49:27 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7885316A4DD;
	Tue, 22 Aug 2006 09:49:27 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BF15343D46;
	Tue, 22 Aug 2006 09:49:26 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from smtp.xbsd.org (unknown [82.233.2.192])
	by smtp3-g19.free.fr (Postfix) with ESMTP id D1A4C48F60;
	Tue, 22 Aug 2006 11:49:25 +0200 (CEST)
Received: from localhost (localhost.xbsd.org [127.0.0.1])
	by smtp.xbsd.org (Postfix) with ESMTP id 5098111458;
	Tue, 22 Aug 2006 11:49:25 +0200 (CEST)
Received: from smtp.xbsd.org ([127.0.0.1])
	by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 39579-08; Tue, 22 Aug 2006 11:49:17 +0200 (CEST)
Received: from mayday.esat.net (mayday.esat.net [193.95.134.156])
	by smtp.xbsd.org (Postfix) with ESMTP id 6FDF111415;
	Tue, 22 Aug 2006 11:49:16 +0200 (CEST)
From: Florent Thoumie <flz@FreeBSD.org>
To: Kris Kennaway <kris@obsecurity.org>
In-Reply-To: <20060822094426.GA48626@xor.obsecurity.org>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
	<20060822094353.GB48419@xor.obsecurity.org>
	<20060822094426.GA48626@xor.obsecurity.org>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-UNpfjXNGO2/sQ0khsVq8"
Date: Tue, 22 Aug 2006 10:49:08 +0100
Message-Id: <1156240148.53353.44.camel@mayday.esat.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
X-Virus-Scanned: amavisd-new at xbsd.org
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Wes Peters <wes@opensail.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
	mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 09:49:27 -0000


--=-UNpfjXNGO2/sQ0khsVq8
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2006-08-22 at 05:44 -0400, Kris Kennaway wrote:
> On Tue, Aug 22, 2006 at 05:43:53AM -0400, Kris Kennaway wrote:
> > On Tue, Aug 22, 2006 at 12:27:54AM -0700, Wes Peters wrote:
> > >=20
> > > On Aug 21, 2006, at 8:06 AM, Florent Thoumie wrote:
> > >=20
> > > >flz         2006-08-21 15:06:38 UTC
> > > >
> > > >  FreeBSD src repository
> > > >
> > > >  Modified files:        (Branch: RELENG_6)
> > > >    share/man/man5       rc.conf.5
> > > >    etc/rc.d             Makefile
> > > >  Added files:           (Branch: RELENG_6)
> > > >    etc/rc.d             mdconfig mdconfig2
> > > >  Log:
> > > >  MFC:
> > > >
> > > >    Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk=20
> > > >{,-own}
> > > >    scripts. These scripts handle vnode backed md(4) devices.
> > > >
> > > >    Two new variables have been introduced to be able to populate =20
> > > >the md(4)
> > > >    device once it has been mounted (mdconfig_*_files and =20
> > > >mdconfig_*_cmd).
> > > >
> > > >    Use should be as easy as:
> > > >
> > > >    mdconfig_md0=3D"-t malloc -s 10m"
> >=20
> > We should consider adding "-o reserve" to malloc-backed md creation
> > where applicable (e.g. the md-backed /tmp creation) to avoid bogus PRs
> > from people who run their kernels out of memory by filling up /tmp.
>=20
> Oops, I forgot they were already (correctly) fixed to use swap backing
> (I think).

Yeah, you can use swap, malloc and vnode backing. I don't see any
reference to a 'reserve' mount option, but since you explicitly give the
options in rc.conf, that would go in an example in rc.conf(5).

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-UNpfjXNGO2/sQ0khsVq8
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE6tMUMxEkbVFH3PQRAgnKAKCLcngQFKPLH7vZ9fbQaTwDo3m+lwCbBiL2
PhCUDLkiVuuAoGVwTfvJbDc=
=Ut3t
-----END PGP SIGNATURE-----

--=-UNpfjXNGO2/sQ0khsVq8--


From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 09:54:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E105F16A4DF;
	Tue, 22 Aug 2006 09:54:56 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 121B643D5C;
	Tue, 22 Aug 2006 09:54:53 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from smtp.xbsd.org (unknown [82.233.2.192])
	by smtp2-g19.free.fr (Postfix) with ESMTP id 00D1D759C7;
	Tue, 22 Aug 2006 11:54:52 +0200 (CEST)
Received: from localhost (localhost.xbsd.org [127.0.0.1])
	by smtp.xbsd.org (Postfix) with ESMTP id 594F7114B8;
	Tue, 22 Aug 2006 11:54:51 +0200 (CEST)
Received: from smtp.xbsd.org ([127.0.0.1])
	by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 39652-05; Tue, 22 Aug 2006 11:54:44 +0200 (CEST)
Received: from mayday.esat.net (mayday.esat.net [193.95.134.156])
	by smtp.xbsd.org (Postfix) with ESMTP id 69C0811458;
	Tue, 22 Aug 2006 11:54:43 +0200 (CEST)
From: Florent Thoumie <flz@FreeBSD.org>
To: Kris Kennaway <kris@obsecurity.org>
In-Reply-To: <20060822093819.GA48419@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
	<1156159640.53353.29.camel@mayday.esat.net>
	<20060821115657.GA1425@xor.obsecurity.org>
	<1156162582.53353.37.camel@mayday.esat.net>
	<20060822093819.GA48419@xor.obsecurity.org>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-C/LfteExxuF45P2ES8QA"
Date: Tue, 22 Aug 2006 10:54:41 +0100
Message-Id: <1156240481.53353.48.camel@mayday.esat.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
X-Virus-Scanned: amavisd-new at xbsd.org
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1
	src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1
	src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 09:54:57 -0000


--=-C/LfteExxuF45P2ES8QA
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2006-08-22 at 05:38 -0400, Kris Kennaway wrote:
> On Mon, Aug 21, 2006 at 01:16:22PM +0100, Florent Thoumie wrote:
> > On Mon, 2006-08-21 at 07:56 -0400, Kris Kennaway wrote:
> > > On Mon, Aug 21, 2006 at 12:27:20PM +0100, Florent Thoumie wrote:
> > > > On Mon, 2006-08-21 at 07:07 -0400, Kris Kennaway wrote:
> > > > > On Mon, Aug 21, 2006 at 08:09:45AM +0200, Raphael H. Becker wrote=
:
> > > > > >=20
> > > > > > Hi Florent,
> > > > > >=20
> > > > > > PKGDIR is ambiguous in the context of ports and packages.
> > > > > >=20
> > > > > > I set PKGDIR=3D/some/where/my/pkg in my /etc/profile which caus=
es the
> > > > > > ports to fail badly creating any packages:
> > > > > >=20
> > > > > > It is used in ports/Mk/bsd.port.mk:
> > > > > > # PKGDIR                - A directory containing any package cr=
eation
> > > > > > # files.
> > > > > > #                                 Default: ${MASTERDIR}
> > > > > > [...]
> > > > > > PKGDIR?=3D                ${MASTERDIR}
> > > > > >=20
> > > > > > Havin set PKGDIR statically is a very bad idea here.
> > > > >=20
> > > > > Yes, PKGDIR is incorrect in this usage.  The documented place whe=
re
> > > > > packages are stored is:
> > > > >=20
> > > > > # PACKAGES              - A top level directory where all package=
s go (rather than
> > > > > #                                 going locally to each port).
> > > > > #                                 Default: ${PORTSDIR}/packages
> > > > > #
> > > >=20
> > > > PACKAGES is a better choice than PKGDIR, but I'd like to avoid conf=
usion
> > > > between "cached" packages (as in, copies of downloaded packages), a=
nd
> > > > "home-brewed" packages.=20
> > >=20
> > > Not sure there is a need to; they're both just packages.
> >=20
> > I think there is, or there should be another subdirectory under PACKAGE=
S
> > to tell where the packages come from. Like what apt does, something lik=
e
> > ${PACKAGES}/ftp.freebsd.org.packages.6.stable/All/blah.tbz.
> >=20
> > You definitely don't want to mix packages from different sources, or
> > made from different ports trees.
>=20
> I don't really see the need for this; but if you want to go this route
> there are other tools that also need to be taught about the proposed
> new directory layout).

Hum, actually you can have PACKAGES=3D/blah/packages/homebrewed/ in
make.conf and PACKAGES=3D/blah/packages/freebsd/ in your environment, so I
guess it's fine.

I'll commit the s/PKG_DBDIR/PACKAGES/ change in a few minutes.

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-C/LfteExxuF45P2ES8QA
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE6tRhMxEkbVFH3PQRAhyVAJ99Z27EU86/1SsA+i+tr6btMd8cIgCdFL/H
hKXKSZ4i7TPjz9Xxi3ps5Q0=
=HBXY
-----END PGP SIGNATURE-----

--=-C/LfteExxuF45P2ES8QA--


From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 10:13:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3288416A4FA;
	Tue, 22 Aug 2006 10:13:23 +0000 (UTC)
	(envelope-from ru@rambler-co.ru)
Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 29A3643DFC;
	Tue, 22 Aug 2006 10:10:09 +0000 (GMT)
	(envelope-from ru@rambler-co.ru)
Received: from relay0.rambler.ru (localhost [127.0.0.1])
	by relay0.rambler.ru (Postfix) with ESMTP id F075A5F5B;
	Tue, 22 Aug 2006 14:10:04 +0400 (MSD)
Received: from edoofus.park.rambler.ru (unknown [81.19.65.108])
	by relay0.rambler.ru (Postfix) with ESMTP id CCD625F45;
	Tue, 22 Aug 2006 14:10:04 +0400 (MSD)
Received: (from ru@localhost)
	by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7MAACCv043644;
	Tue, 22 Aug 2006 14:10:12 +0400 (MSD) (envelope-from ru)
Date: Tue, 22 Aug 2006 14:10:12 +0400
From: Ruslan Ermilov <ru@freebsd.org>
To: Pyun YongHyeon <pyunyh@gmail.com>
Message-ID: <20060822101012.GC43494@rambler-co.ru>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822082237.GC41304@rambler-co.ru>
	<20060822094452.GJ12848@cdnetworks.co.kr>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ"
Content-Disposition: inline
In-Reply-To: <20060822094452.GJ12848@cdnetworks.co.kr>
User-Agent: Mutt/1.5.12-2006-07-14
X-Virus-Scanned: No virus found
Cc: cvs-src@freebsd.org, Gleb Smirnoff <glebius@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org,
	Pyun YongHyeon <yongari@freebsd.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 10:13:23 -0000


--MfFXiAuoTsnnDAfZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 22, 2006 at 06:44:52PM +0900, Pyun YongHyeon wrote:
> On Tue, Aug 22, 2006 at 12:22:37PM +0400, Ruslan Ermilov wrote:
>  > I agree this is a less painful way to recover, but it's still a
>  > watchdog and it slows down the performance when it happens.  After
>  > this commit, if there's a moderate number of missing Tx completion
>  > interrupts (for some reason), even a diagnostic message won't be
>  > printed.  This is bad -- users will "seem" to have working but
>  > slow systems, without any indication of what causes this slowness.
>=20
> It just reinvokes txeof handler and check whether there are pending Tx
> descriptors in driver queue. If there are no pending Tx descriptors
> it's false watchdog timeout and just return without resetting=20
> hardware.
>=20
This is all clear.

> So there is no performance drop.  Of course, if we are out of
> Tx descriptors and missed Tx completion interrupts it would slow down
> Tx process.
>=20
Yes, that's what I was talking about.

> ATM I don't know what caused this missing Tx completion interrupt.
> (chipset bug/Tx interrupt moderation or other bug)
>=20
>  > I think a diagnostic message should still be printed in this case,
> I have no objections on printing a diagnostic message. But if missing
> Tx completion interrupts is normal consequences for these hardwares
> it would give negative impresstion to users.
>=20
It would tell the true, like

em0: watchdog timeout (missed Tx interrupt) -- recovering

(Maybe under bootverbose only.)

>  > and adapter->watchdog_events should still be incrementd, we just
>  > don't need to reinit the chip in this case.
>  >=20
> adapter->watchdog_events is used to count output errors(if_oerrors).
> If we know the watchog timeout is false we should not increment the
> counter as we sucessfully transmitted it without errors.
>=20
It's still a watchdog event.  We can make it a separate counter,
like watchdog_tx_event, and not add it to oerrors, but still show
it in em_print_hw_stats().  It'd be useful to have this statistics
available.

> Because it's hard to reproduce it I guess it only happens under
> certain conditions. In addition we don't know how many Tx completion
> interrupts are lost. If you think it should recover fast from the
> above condition wihtout waiting for a watchdog timeout we could
> embebd an em_txeof() into em_local_timer() to sweep up Tx
> descriptors sucessfully transmitted.
>=20
That would make it look more like polling.  :-)

I'm pretty sure this problem is not unique to em(4).  Adding
these quirks to all known to be subject to this issue drivers
and gathering the statistics would be a good thing IMO.


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--MfFXiAuoTsnnDAfZ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6tgEqRfpzJluFF4RArASAJ9nDT8TyfNIQWW767mW954iyqGmfwCffJPl
8SqNXmfT8yE6wDOaSeqVb8c=
=uU82
-----END PGP SIGNATURE-----

--MfFXiAuoTsnnDAfZ--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 10:37:11 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 936C816A4DE;
	Tue, 22 Aug 2006 10:37:11 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 70A0043D64;
	Tue, 22 Aug 2006 10:37:04 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id 53BA81A3C29;
	Tue, 22 Aug 2006 03:37:04 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id A162551619; Tue, 22 Aug 2006 06:37:03 -0400 (EDT)
Date: Tue, 22 Aug 2006 06:37:03 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Florent Thoumie <flz@FreeBSD.org>
Message-ID: <20060822103703.GA50078@xor.obsecurity.org>
References: <200601161951.k0GJpfNx017833@repoman.freebsd.org>
	<20060821080945.A48690@p-i-n.com>
	<20060821110753.GA99959@xor.obsecurity.org>
	<1156159640.53353.29.camel@mayday.esat.net>
	<20060821115657.GA1425@xor.obsecurity.org>
	<1156162582.53353.37.camel@mayday.esat.net>
	<20060822093819.GA48419@xor.obsecurity.org>
	<1156240481.53353.48.camel@mayday.esat.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4"
Content-Disposition: inline
In-Reply-To: <1156240481.53353.48.camel@mayday.esat.net>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	"Raphael H. Becker" <rabe@p-i-n.com>, cvs-all@freebsd.org,
	Kris Kennaway <kris@obsecurity.org>
Subject: Re: PKGDIR ambiguous (was: cvs commit:
	src/usr.sbin/pkg_install/info info.h main.c perform.c
	pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c
	perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c)
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 10:37:11 -0000


--YiEDa0DAkWCtVeE4
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 22, 2006 at 10:54:41AM +0100, Florent Thoumie wrote:

> Hum, actually you can have PACKAGES=3D/blah/packages/homebrewed/ in
> make.conf and PACKAGES=3D/blah/packages/freebsd/ in your environment, so I
> guess it's fine.
>=20
> I'll commit the s/PKG_DBDIR/PACKAGES/ change in a few minutes.

Cool, thanks!

Kris

--YiEDa0DAkWCtVeE4
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6t5PWry0BWjoQKURAsC1AJ9J5SljOYy6SMYU8v0BP0jUKwGKkwCfYHx1
Tt7NfmlwEBluxAhBD3BzKmc=
=Mpcx
-----END PGP SIGNATURE-----

--YiEDa0DAkWCtVeE4--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 11:04:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2536D16A4DE;
	Tue, 22 Aug 2006 11:04:02 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD7043D58;
	Tue, 22 Aug 2006 11:04:01 +0000 (GMT) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MB417c036150;
	Tue, 22 Aug 2006 11:04:01 GMT (envelope-from kib@repoman.freebsd.org)
Received: (from kib@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MB41IG036149;
	Tue, 22 Aug 2006 11:04:01 GMT (envelope-from kib)
Message-Id: <200608221104.k7MB41IG036149@repoman.freebsd.org>
From: Konstantin Belousov <kib@FreeBSD.org>
Date: Tue, 22 Aug 2006 11:04:01 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 11:04:02 -0000

kib         2006-08-22 11:04:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/compat/linprocfs linprocfs.c 
  Log:
  MFC rev. 1.97:
  Lock the vnode around the call to VOP_GETATTR. Move the locked code
  and vn_fullpath (that call malloc(..., M_WAITOK)) from under the
  vm object lock, since sleep is not allowed while holding the mutex.
  
  Being there, wrap VOP_GETATTR call with conditional Giant aquire.
  Currently this is (almost) noop because pseudofs is Giant-locked.
  
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.89.2.5  +16 -5     src/sys/compat/linprocfs/linprocfs.c

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 11:12:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3D12016A4DE;
	Tue, 22 Aug 2006 11:12:10 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E2E0B43D8F;
	Tue, 22 Aug 2006 11:12:09 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MBC9R9037123;
	Tue, 22 Aug 2006 11:12:09 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MBC9te037122;
	Tue, 22 Aug 2006 11:12:09 GMT (envelope-from flz)
Message-Id: <200608221112.k7MBC9te037122@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Tue, 22 Aug 2006 11:12:09 +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/etc/rc.d Makefile ramdisk ramdisk-own src
 ObsoleteFiles.inc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 11:12:10 -0000

flz         2006-08-22 11:12:09 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             Makefile 
    .                    ObsoleteFiles.inc 
  Removed files:
    etc/rc.d             ramdisk ramdisk-own 
  Log:
  - Remove ramdisk rc.d scripts since they've been replaced by mdconfig{,2}.
  - Update ObsoleteFiles.inc.
  
  Approved by:    cperciva (mentor)
  
  Revision  Changes    Path
  1.49      +3 -0      src/ObsoleteFiles.inc
  1.75      +1 -1      src/etc/rc.d/Makefile
  1.5       +0 -68     src/etc/rc.d/ramdisk (dead)
  1.5       +0 -56     src/etc/rc.d/ramdisk-own (dead)

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 11:17:29 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B183616A4DA;
	Tue, 22 Aug 2006 11:17:29 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8073943D49;
	Tue, 22 Aug 2006 11:17:29 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MBHTxY038497;
	Tue, 22 Aug 2006 11:17:29 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MBHT3c038494;
	Tue, 22 Aug 2006 11:17:29 GMT (envelope-from flz)
Message-Id: <200608221117.k7MBHT3c038494@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Tue, 22 Aug 2006 11:17:29 +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/etc rc.subr src/etc/rc.d sshd src/share/man/man8
 rc.subr.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 11:17:29 -0000

flz         2006-08-22 11:17:29 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
    etc/rc.d             sshd 
    share/man/man8       rc.subr.8 
  Log:
  Backout this commit since it breaks startup and some scripts in
  certain conditions. I haven't been able to find a better solution yet:
  
      - Set a two read-only variables (${prefix} and ${etcdir}). This is
      especially useful when using /etc/rc.d scripts with third-party
      software installed from ports.
      - Fix rc.d/sshd to work with openssh from ports using ${etcdir}
      instead of hardcoded /etc.
      - Reflect prefix/etcdir changes in rc.subr.8.
  
          src/etc/rc.d/sshd: rev 1.9 -> 1.10
          src/etc/rc.subr: rev 1.51 -> 1.52
          src/share/man/man8/rc.subr.8: rev 1.11 -> 1.12
  
  Approved by:    cperciva (mentor)
  
  Revision  Changes    Path
  1.12      +16 -17    src/etc/rc.d/sshd
  1.68      +5 -30     src/etc/rc.subr
  1.16      +4 -30     src/share/man/man8/rc.subr.8

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 12:14:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E56EB16A4DE;
	Tue, 22 Aug 2006 12:14:57 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEC443D45;
	Tue, 22 Aug 2006 12:14:57 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MCEvx9046600;
	Tue, 22 Aug 2006 12:14:57 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MCEvgQ046599;
	Tue, 22 Aug 2006 12:14:57 GMT (envelope-from flz)
Message-Id: <200608221214.k7MCEvgQ046599@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Tue, 22 Aug 2006 12:14:57 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 12:14:58 -0000

flz         2006-08-22 12:14:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  rc.subr 
  Log:
  - Sync comment and variable names fixes with HEAD (removed accidentally two
  months ago during backout).
  
  Approved by:    cperciva (mentor)
  
  Revision   Changes    Path
  1.34.2.14  +15 -11    src/etc/rc.subr

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 14:16:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 31F2A16A4DE;
	Tue, 22 Aug 2006 14:16:59 +0000 (UTC) (envelope-from marck@rinet.ru)
Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BC3E743D6B;
	Tue, 22 Aug 2006 14:16:54 +0000 (GMT) (envelope-from marck@rinet.ru)
Received: from localhost (localhost [127.0.0.1])
	by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7MEGrc3029908;
	Tue, 22 Aug 2006 18:16:53 +0400 (MSD) (envelope-from marck@rinet.ru)
Date: Tue, 22 Aug 2006 18:16:53 +0400 (MSD)
From: Dmitry Morozovsky <marck@rinet.ru>
To: Kris Kennaway <kris@obsecurity.org>
In-Reply-To: <20060822094426.GA48626@xor.obsecurity.org>
Message-ID: <20060822181126.N27449@woozle.rinet.ru>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
	<20060822094353.GB48419@xor.obsecurity.org>
	<20060822094426.GA48626@xor.obsecurity.org>
X-NCC-RegID: ru.rinet
X-OpenPGP-Key-ID: 6B691B03
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2
	(woozle.rinet.ru [0.0.0.0]); Tue, 22 Aug 2006 18:16:53 +0400 (MSD)
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Florent Thoumie <flz@freebsd.org>, cvs-all@freebsd.org,
	Wes Peters <wes@opensail.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
 mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 14:16:59 -0000

On Tue, 22 Aug 2006, Kris Kennaway wrote:

KK> > > >    Use should be as easy as:
KK> > > >
KK> > > >    mdconfig_md0="-t malloc -s 10m"
KK> > 
KK> > We should consider adding "-o reserve" to malloc-backed md creation
KK> > where applicable (e.g. the md-backed /tmp creation) to avoid bogus PRs
KK> > from people who run their kernels out of memory by filling up /tmp.
KK> 
KK> Oops, I forgot they were already (correctly) fixed to use swap backing
KK> (I think).

Not yet, the default is still -M.  I had a patch for this, based on vm.nswapdev 
value, to use malloc-backed md only on swapless machines:

Index: rc.subr
===================================================================
RCS file: /home/ncvs/src/etc/rc.subr,v
retrieving revision 1.68
diff -u -r1.68 rc.subr
--- rc.subr     22 Aug 2006 11:17:28 -0000      1.68
+++ rc.subr     22 Aug 2006 14:15:36 -0000
@@ -1332,6 +1332,9 @@
        if [ -n "$3" ]; then
                flags="$3"
        fi
+       if [ `${SYSCTL_N} vm.nswapdev` = 0 ]; then
+               flags="-M $flags"
+       fi
        /sbin/mdmfs $flags -s $1 md $2
 }
 
Index: defaults/rc.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.294
diff -u -r1.294 rc.conf
--- defaults/rc.conf    17 Aug 2006 20:13:24 -0000      1.294
+++ defaults/rc.conf    22 Aug 2006 14:16:09 -0000
@@ -43,10 +43,10 @@
 removable_route_flush="NO" # Flush routes when removing an interface
 tmpmfs="AUTO"          # Set to YES to always create an mfs /tmp, NO to never
 tmpsize="20m"          # Size of mfs /tmp if created
-tmpmfs_flags="-S -M"   # Extra mdmfs options for the mfs /tmp
+tmpmfs_flags="-S"      # Extra mdmfs options for the mfs /tmp
 varmfs="AUTO"          # Set to YES to always create an mfs /var, NO to never
 varsize="32m"          # Size of mfs /var if created
-varmfs_flags="-S -M"   # Extra mount options for the mfs /var
+varmfs_flags="-S"      # Extra mount options for the mfs /var
 populate_var="AUTO"    # Set to YES to always (re)populate /var, NO to never
 cleanvar_enable="YES"  # Clean the /var directory
 local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.


Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 14:29:20 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5063416A4DD;
	Tue, 22 Aug 2006 14:29:20 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 077E443D5F;
	Tue, 22 Aug 2006 14:29:13 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from smtp.xbsd.org (unknown [82.233.2.192])
	by smtp3-g19.free.fr (Postfix) with ESMTP id 58F274946C;
	Tue, 22 Aug 2006 16:29:12 +0200 (CEST)
Received: from localhost (localhost.xbsd.org [127.0.0.1])
	by smtp.xbsd.org (Postfix) with ESMTP id 83B5711650;
	Tue, 22 Aug 2006 16:29:11 +0200 (CEST)
Received: from smtp.xbsd.org ([127.0.0.1])
	by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP
	id 41291-05; Tue, 22 Aug 2006 16:29:05 +0200 (CEST)
Received: from mayday.esat.net (mayday.esat.net [193.95.134.156])
	by smtp.xbsd.org (Postfix) with ESMTP id C57C611413;
	Tue, 22 Aug 2006 16:29:03 +0200 (CEST)
From: Florent Thoumie <flz@FreeBSD.org>
To: Dmitry Morozovsky <marck@rinet.ru>
In-Reply-To: <20060822181126.N27449@woozle.rinet.ru>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
	<20060822094353.GB48419@xor.obsecurity.org>
	<20060822094426.GA48626@xor.obsecurity.org>
	<20060822181126.N27449@woozle.rinet.ru>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-NBkek3NUz3UKzGNLnzF0"
Date: Tue, 22 Aug 2006 15:29:01 +0100
Message-Id: <1156256941.53353.87.camel@mayday.esat.net>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
X-Virus-Scanned: amavisd-new at xbsd.org
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Wes Peters <wes@opensail.org>, cvs-all@freebsd.org,
	Kris Kennaway <kris@obsecurity.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
	mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 14:29:20 -0000


--=-NBkek3NUz3UKzGNLnzF0
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2006-08-22 at 18:16 +0400, Dmitry Morozovsky wrote:
> On Tue, 22 Aug 2006, Kris Kennaway wrote:
>=20
> KK> > > >    Use should be as easy as:
> KK> > > >
> KK> > > >    mdconfig_md0=3D"-t malloc -s 10m"
> KK> >=20
> KK> > We should consider adding "-o reserve" to malloc-backed md creation
> KK> > where applicable (e.g. the md-backed /tmp creation) to avoid bogus =
PRs
> KK> > from people who run their kernels out of memory by filling up /tmp.
> KK>=20
> KK> Oops, I forgot they were already (correctly) fixed to use swap backin=
g
> KK> (I think).
>=20
> Not yet, the default is still -M.  I had a patch for this, based on vm.ns=
wapdev=20
> value, to use malloc-backed md only on swapless machines:

I don't know if it's correct, but rc.d/mdconfig{,2} don't use the
mount_md() subroutine in rc.subr. So, in this case, it's pointless.

--=20
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer

--=-NBkek3NUz3UKzGNLnzF0
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQBE6xStMxEkbVFH3PQRAkpZAJ0bqHNL3LcC6vzVnXZ7fh7W6MR8igCfV4PN
Nds5lqTMVsZevgDxwf8LANM=
=ZhMJ
-----END PGP SIGNATURE-----

--=-NBkek3NUz3UKzGNLnzF0--


From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 14:58:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DC5DE16A4DE;
	Tue, 22 Aug 2006 14:58:23 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 985EF43D49;
	Tue, 22 Aug 2006 14:58:23 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MEwNQG073084;
	Tue, 22 Aug 2006 14:58:23 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MEwNQh073083;
	Tue, 22 Aug 2006 14:58:23 GMT (envelope-from flz)
Message-Id: <200608221458.k7MEwNQh073083@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Tue, 22 Aug 2006 14:58:23 +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/etc/rc.d ypxfrd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 14:58:24 -0000

flz         2006-08-22 14:58:23 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             ypxfrd 
  Log:
  - Add ypserv to the REQUIRE list.
  
  Reported by:    David Thompson <dat1965@yahoo.com>
  Discussed on:   -rc (brooks)
  Approved by:    cperciva (mentor, implicit)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.7       +1 -1      src/etc/rc.d/ypxfrd

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 15:23:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 29F6216A4DF;
	Tue, 22 Aug 2006 15:23:41 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C52C643D4C;
	Tue, 22 Aug 2006 15:23:35 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k7MFNXoP068986
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 22 Aug 2006 19:23:34 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
Received: (from glebius@localhost)
	by cell.sick.ru (8.13.4/8.13.1/Submit) id k7MFNX0M068984;
	Tue, 22 Aug 2006 19:23:33 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
X-Authentication-Warning: cell.sick.ru: glebius set sender to
	glebius@FreeBSD.org using -f
Date: Tue, 22 Aug 2006 19:23:33 +0400
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Pyun YongHyeon <yongari@FreeBSD.org>
Message-ID: <20060822152333.GV96644@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
User-Agent: Mutt/1.5.6i
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 15:23:41 -0000

On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
P> yongari     2006-08-22 02:32:48 UTC
P> 
P>   FreeBSD src repository
P> 
P>   Modified files:
P>     sys/dev/em           if_em.c 
P>   Log:
P>   It seems that em(4) misses Tx completion interrupts under certain
P>   conditions. The cause of missing Tx completion interrupts comes from
P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
P>   If Tx interrupt moderation mechanism is the cause of false watchdog
P>   timeout error we should have to fix all device drivers that have Tx
P>   interrupt moderation capability. We may need more investigation
P>   for this issue. Anyway, the fix is the same for both cases.
P>   
P>   This should fix occasional watchdog timeout errors seen on a few
P>   systems.
P>   
P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >

This look like a workaround, not a fix the root of the problem. Several
people on net said that this problem disappears if debug.mpsafenet=0.
So I think there is a problem in FreeBSD or driver, not in chip.

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 15:26:05 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2A13916A4DA;
	Tue, 22 Aug 2006 15:26:05 +0000 (UTC)
	(envelope-from anderson@centtech.com)
Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B9D0743D53;
	Tue, 22 Aug 2006 15:26:04 +0000 (GMT)
	(envelope-from anderson@centtech.com)
Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220])
	by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k7MFQ3vE037361;
	Tue, 22 Aug 2006 10:26:03 -0500 (CDT)
	(envelope-from anderson@centtech.com)
Message-ID: <44EB220A.5000709@centtech.com>
Date: Tue, 22 Aug 2006 10:26:02 -0500
From: Eric Anderson <anderson@centtech.com>
User-Agent: Thunderbird 1.5.0.5 (X11/20060802)
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@freebsd.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
In-Reply-To: <20060822152333.GV96644@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.87.1/1708/Tue Aug 22 07:43:00 2006 on
	mh1.centtech.com
X-Virus-Status: Clean
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@freebsd.org,
	src-committers@freebsd.org, cvs-all@freebsd.org,
	Pyun YongHyeon <yongari@freebsd.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 15:26:05 -0000

On 08/22/06 10:23, Gleb Smirnoff wrote:
> On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
> P> yongari     2006-08-22 02:32:48 UTC
> P> 
> P>   FreeBSD src repository
> P> 
> P>   Modified files:
> P>     sys/dev/em           if_em.c 
> P>   Log:
> P>   It seems that em(4) misses Tx completion interrupts under certain
> P>   conditions. The cause of missing Tx completion interrupts comes from
> P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
> P>   If Tx interrupt moderation mechanism is the cause of false watchdog
> P>   timeout error we should have to fix all device drivers that have Tx
> P>   interrupt moderation capability. We may need more investigation
> P>   for this issue. Anyway, the fix is the same for both cases.
> P>   
> P>   This should fix occasional watchdog timeout errors seen on a few
> P>   systems.
> P>   
> P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
> P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
> 
> This look like a workaround, not a fix the root of the problem. Several
> people on net said that this problem disappears if debug.mpsafenet=0.
> So I think there is a problem in FreeBSD or driver, not in chip.
> 


And it also worked perfectly for a very very long time until 6.x tree. 
I went from 5-STABLE to 6-STABLE and started seeing it a lot ( a few 
times per day) on a couple servers.


Eric


-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 15:32:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8F79D16A4DE;
	Tue, 22 Aug 2006 15:32:18 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C913043D55;
	Tue, 22 Aug 2006 15:32:15 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k7MFWAgm069087
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 22 Aug 2006 19:32:11 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
Received: (from glebius@localhost)
	by cell.sick.ru (8.13.4/8.13.1/Submit) id k7MFWACo069086;
	Tue, 22 Aug 2006 19:32:10 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
X-Authentication-Warning: cell.sick.ru: glebius set sender to
	glebius@FreeBSD.org using -f
Date: Tue, 22 Aug 2006 19:32:10 +0400
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Eric Anderson <anderson@centtech.com>
Message-ID: <20060822153210.GW96644@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <44EB220A.5000709@centtech.com>
User-Agent: Mutt/1.5.6i
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 15:32:18 -0000

On Tue, Aug 22, 2006 at 10:26:02AM -0500, Eric Anderson wrote:
E> On 08/22/06 10:23, Gleb Smirnoff wrote:
E> >On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
E> >P> yongari     2006-08-22 02:32:48 UTC
E> >P> 
E> >P>   FreeBSD src repository
E> >P> 
E> >P>   Modified files:
E> >P>     sys/dev/em           if_em.c 
E> >P>   Log:
E> >P>   It seems that em(4) misses Tx completion interrupts under certain
E> >P>   conditions. The cause of missing Tx completion interrupts comes from
E> >P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
E> >P>   If Tx interrupt moderation mechanism is the cause of false watchdog
E> >P>   timeout error we should have to fix all device drivers that have Tx
E> >P>   interrupt moderation capability. We may need more investigation
E> >P>   for this issue. Anyway, the fix is the same for both cases.
E> >P>   
E> >P>   This should fix occasional watchdog timeout errors seen on a few
E> >P>   systems.
E> >P>   
E> >P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
E> >P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
E> >
E> >This look like a workaround, not a fix the root of the problem. Several
E> >people on net said that this problem disappears if debug.mpsafenet=0.
E> >So I think there is a problem in FreeBSD or driver, not in chip.
E> 
E> And it also worked perfectly for a very very long time until 6.x tree. 
E> I went from 5-STABLE to 6-STABLE and started seeing it a lot ( a few 
E> times per day) on a couple servers.

In 5-STABLE the watchdog events were not logged, but the watchdog was
processed.

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 15:35:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8C2E416A4DD;
	Tue, 22 Aug 2006 15:35:21 +0000 (UTC)
	(envelope-from anderson@centtech.com)
Received: from mh2.centtech.com (moat3.centtech.com [207.200.51.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 02DD643D45;
	Tue, 22 Aug 2006 15:35:20 +0000 (GMT)
	(envelope-from anderson@centtech.com)
Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220])
	by mh2.centtech.com (8.13.1/8.13.1) with ESMTP id k7MFZKMl045663;
	Tue, 22 Aug 2006 10:35:20 -0500 (CDT)
	(envelope-from anderson@centtech.com)
Message-ID: <44EB2437.5070206@centtech.com>
Date: Tue, 22 Aug 2006 10:35:19 -0500
From: Eric Anderson <anderson@centtech.com>
User-Agent: Thunderbird 1.5.0.5 (X11/20060802)
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
In-Reply-To: <20060822153210.GW96644@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.87.1/1708/Tue Aug 22 07:43:00 2006 on
	mh2.centtech.com
X-Virus-Status: Clean
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 15:35:21 -0000

On 08/22/06 10:32, Gleb Smirnoff wrote:
> On Tue, Aug 22, 2006 at 10:26:02AM -0500, Eric Anderson wrote:
> E> On 08/22/06 10:23, Gleb Smirnoff wrote:
> E> >On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
> E> >P> yongari     2006-08-22 02:32:48 UTC
> E> >P> 
> E> >P>   FreeBSD src repository
> E> >P> 
> E> >P>   Modified files:
> E> >P>     sys/dev/em           if_em.c 
> E> >P>   Log:
> E> >P>   It seems that em(4) misses Tx completion interrupts under certain
> E> >P>   conditions. The cause of missing Tx completion interrupts comes from
> E> >P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
> E> >P>   If Tx interrupt moderation mechanism is the cause of false watchdog
> E> >P>   timeout error we should have to fix all device drivers that have Tx
> E> >P>   interrupt moderation capability. We may need more investigation
> E> >P>   for this issue. Anyway, the fix is the same for both cases.
> E> >P>   
> E> >P>   This should fix occasional watchdog timeout errors seen on a few
> E> >P>   systems.
> E> >P>   
> E> >P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
> E> >P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
> E> >
> E> >This look like a workaround, not a fix the root of the problem. Several
> E> >people on net said that this problem disappears if debug.mpsafenet=0.
> E> >So I think there is a problem in FreeBSD or driver, not in chip.
> E> 
> E> And it also worked perfectly for a very very long time until 6.x tree. 
> E> I went from 5-STABLE to 6-STABLE and started seeing it a lot ( a few 
> E> times per day) on a couple servers.
> 
> In 5-STABLE the watchdog events were not logged, but the watchdog was
> processed.
> 


But my interface never seemed to disappear (I page if the interface goes 
down), and I'd still notice a link up/down, correct?

Eric


-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 16:21:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DCE8C16A4DF;
	Tue, 22 Aug 2006 16:21:17 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 96F9843D49;
	Tue, 22 Aug 2006 16:21:17 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MGLHZc083513;
	Tue, 22 Aug 2006 16:21:17 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MGLHjR083512;
	Tue, 22 Aug 2006 16:21:17 GMT (envelope-from ru)
Message-Id: <200608221621.k7MGLHjR083512@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 22 Aug 2006 16:21:17 +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/etc rc.initdiskless
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 16:21:18 -0000

ru          2006-08-22 16:21:17 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc.initdiskless 
  Log:
  Fix example:
  
  /conf/base/diskless_remount -> /conf/base/etc/diskless_remount
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.50      +13 -13    src/etc/rc.initdiskless

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 16:52:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 651CA16A4DD;
	Tue, 22 Aug 2006 16:52:43 +0000 (UTC)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 29A2743D45;
	Tue, 22 Aug 2006 16:52:43 +0000 (GMT)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MGqh2M092967;
	Tue, 22 Aug 2006 16:52:43 GMT
	(envelope-from rink@repoman.freebsd.org)
Received: (from rink@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MGqhOT092966;
	Tue, 22 Aug 2006 16:52:43 GMT (envelope-from rink)
Message-Id: <200608221652.k7MGqhOT092966@repoman.freebsd.org>
From: Rink Springer <rink@FreeBSD.org>
Date: Tue, 22 Aug 2006 16:52:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/conf files.i386 options src/sys/dev/fb
 boot_font.c src/sys/i386/conf NOTES src/sys/i386/i386 machdep.c
 pmap.c vm_machdep.c src/sys/i386/isa clock.c src/sys/i386/pci
 pci_cfgreg.c src/sys/i386/xbox pic16l.s xbox.c xboxfb.c ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 16:52:43 -0000

rink        2006-08-22 16:52:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/conf             files.i386 options 
    sys/dev/fb           boot_font.c 
    sys/i386/conf        NOTES 
    sys/i386/i386        machdep.c pmap.c vm_machdep.c 
    sys/i386/isa         clock.c 
    sys/i386/pci         pci_cfgreg.c 
    sys/isa              syscons_isa.c 
  Added files:           (Branch: RELENG_6)
    sys/i386/xbox        pic16l.s xbox.c xboxfb.c 
  Log:
  MFC: FreeBSD/xbox support, as per the patch posted to arch@
  
  A kernel with 'options XBOX' will be bootable on a Microsoft Xbox (it will do
  nothing extra if booted on a non-xbox i386)
  
  The /sys/i386/conf/XBOX kernel configuration file contains a kernel with
  support for all XBOX peripherals.
  
  Approved by:    imp (mentor)
  Reviewed by:    arch@ (no objection)
  
  Revision     Changes    Path
  1.538.2.10   +4 -0      src/sys/conf/files.i386
  1.510.2.15   +3 -0      src/sys/conf/options
  1.5.2.1      +0 -1      src/sys/dev/fb/boot_font.c
  1.1202.2.10  +14 -0     src/sys/i386/conf/NOTES
  1.616.2.7    +44 -0     src/sys/i386/i386/machdep.c
  1.523.2.7    +13 -0     src/sys/i386/i386/pmap.c
  1.259.2.4    +13 -0     src/sys/i386/i386/vm_machdep.c
  1.222.2.2    +10 -0     src/sys/i386/isa/clock.c
  1.116.2.1    +39 -0     src/sys/i386/pci/pci_cfgreg.c
  1.1.2.1      +202 -0    src/sys/i386/xbox/pic16l.s (new)
  1.4.2.1      +86 -0     src/sys/i386/xbox/xbox.c (new)
  1.4.2.1      +655 -0    src/sys/i386/xbox/xboxfb.c (new)
  1.27.2.1     +18 -0     src/sys/isa/syscons_isa.c

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 17:11:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 498D216A4DF;
	Tue, 22 Aug 2006 17:11:02 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E5AF043D72;
	Tue, 22 Aug 2006 17:10:59 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id F02051A3C31;
	Tue, 22 Aug 2006 10:10:58 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 98C25516F6; Tue, 22 Aug 2006 13:10:57 -0400 (EDT)
Date: Tue, 22 Aug 2006 13:10:57 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Dmitry Morozovsky <marck@rinet.ru>
Message-ID: <20060822171057.GA78986@xor.obsecurity.org>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
	<20060822094353.GB48419@xor.obsecurity.org>
	<20060822094426.GA48626@xor.obsecurity.org>
	<20060822181126.N27449@woozle.rinet.ru>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8"
Content-Disposition: inline
In-Reply-To: <20060822181126.N27449@woozle.rinet.ru>
User-Agent: Mutt/1.4.2.2i
Cc: src-committers@freebsd.org, Florent Thoumie <flz@freebsd.org>,
	cvs-src@freebsd.org, cvs-all@freebsd.org,
	Kris Kennaway <kris@obsecurity.org>, Wes Peters <wes@opensail.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
	mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 17:11:02 -0000


--MGYHOYXEY6WxJCY8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 22, 2006 at 06:16:53PM +0400, Dmitry Morozovsky wrote:
> On Tue, 22 Aug 2006, Kris Kennaway wrote:
>=20
> KK> > > >    Use should be as easy as:
> KK> > > >
> KK> > > >    mdconfig_md0=3D"-t malloc -s 10m"
> KK> >=20
> KK> > We should consider adding "-o reserve" to malloc-backed md creation
> KK> > where applicable (e.g. the md-backed /tmp creation) to avoid bogus =
PRs
> KK> > from people who run their kernels out of memory by filling up /tmp.
> KK>=20
> KK> Oops, I forgot they were already (correctly) fixed to use swap backing
> KK> (I think).
>=20
> Not yet, the default is still -M.  I had a patch for this, based on vm.ns=
wapdev=20
> value, to use malloc-backed md only on swapless machines:

What was the hold-up with committing it? :)

Kris

--MGYHOYXEY6WxJCY8
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE6zqhWry0BWjoQKURAmm8AJwNgFJYJrlx6TflAok+4FPeRaPGmgCghKdP
e+2dxTPhxlsOi2LMKtQR5xk=
=/VwG
-----END PGP SIGNATURE-----

--MGYHOYXEY6WxJCY8--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 18:53:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5E7BD16A4E0;
	Tue, 22 Aug 2006 18:53:26 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA7A43D45;
	Tue, 22 Aug 2006 18:53:25 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k7MIrDDn069966
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 22 Aug 2006 22:53:14 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
Received: (from glebius@localhost)
	by cell.sick.ru (8.13.4/8.13.1/Submit) id k7MIrDGn069965;
	Tue, 22 Aug 2006 22:53:13 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
X-Authentication-Warning: cell.sick.ru: glebius set sender to
	glebius@FreeBSD.org using -f
Date: Tue, 22 Aug 2006 22:53:13 +0400
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Eric Anderson <anderson@centtech.com>
Message-ID: <20060822185313.GX96644@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <44EB2437.5070206@centtech.com>
User-Agent: Mutt/1.5.6i
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 18:53:26 -0000

On Tue, Aug 22, 2006 at 10:35:19AM -0500, Eric Anderson wrote:
E> >E> >P> yongari     2006-08-22 02:32:48 UTC
E> >E> >P> 
E> >E> >P>   FreeBSD src repository
E> >E> >P> 
E> >E> >P>   Modified files:
E> >E> >P>     sys/dev/em           if_em.c 
E> >E> >P>   Log:
E> >E> >P>   It seems that em(4) misses Tx completion interrupts under certain
E> >E> >P>   conditions. The cause of missing Tx completion interrupts comes 
E> >from
E> >E> >P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset 
E> >bug.
E> >E> >P>   If Tx interrupt moderation mechanism is the cause of false 
E> >watchdog
E> >E> >P>   timeout error we should have to fix all device drivers that have 
E> >Tx
E> >E> >P>   interrupt moderation capability. We may need more investigation
E> >E> >P>   for this issue. Anyway, the fix is the same for both cases.
E> >E> >P>   
E> >E> >P>   This should fix occasional watchdog timeout errors seen on a few
E> >E> >P>   systems.
E> >E> >P>   
E> >E> >P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
E> >E> >P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
E> >E> >
E> >E> >This look like a workaround, not a fix the root of the problem. Several
E> >E> >people on net said that this problem disappears if debug.mpsafenet=0.
E> >E> >So I think there is a problem in FreeBSD or driver, not in chip.
E> >E> 
E> >E> And it also worked perfectly for a very very long time until 6.x tree. 
E> >E> I went from 5-STABLE to 6-STABLE and started seeing it a lot ( a few 
E> >E> times per day) on a couple servers.
E> >
E> >In 5-STABLE the watchdog events were not logged, but the watchdog was
E> >processed.
E> 
E> But my interface never seemed to disappear (I page if the interface goes 
E> down), and I'd still notice a link up/down, correct?

In 5-STABLE the interface up/down events were not logged, either.

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 18:58:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 41FE416A4DD;
	Tue, 22 Aug 2006 18:58:57 +0000 (UTC)
	(envelope-from anderson@centtech.com)
Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5B043D6D;
	Tue, 22 Aug 2006 18:58:50 +0000 (GMT)
	(envelope-from anderson@centtech.com)
Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220])
	by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k7MIwnna071489;
	Tue, 22 Aug 2006 13:58:49 -0500 (CDT)
	(envelope-from anderson@centtech.com)
Message-ID: <44EB53E8.4030107@centtech.com>
Date: Tue, 22 Aug 2006 13:58:48 -0500
From: Eric Anderson <anderson@centtech.com>
User-Agent: Thunderbird 1.5.0.5 (X11/20060802)
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>
In-Reply-To: <20060822185313.GX96644@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.87.1/1708/Tue Aug 22 07:43:00 2006 on
	mh1.centtech.com
X-Virus-Status: Clean
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 18:58:57 -0000

On 08/22/06 13:53, Gleb Smirnoff wrote:
> On Tue, Aug 22, 2006 at 10:35:19AM -0500, Eric Anderson wrote:
> E> >E> >P> yongari     2006-08-22 02:32:48 UTC
> E> >E> >P> 
> E> >E> >P>   FreeBSD src repository
> E> >E> >P> 
> E> >E> >P>   Modified files:
> E> >E> >P>     sys/dev/em           if_em.c 
> E> >E> >P>   Log:
> E> >E> >P>   It seems that em(4) misses Tx completion interrupts under certain
> E> >E> >P>   conditions. The cause of missing Tx completion interrupts comes 
> E> >from
> E> >E> >P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset 
> E> >bug.
> E> >E> >P>   If Tx interrupt moderation mechanism is the cause of false 
> E> >watchdog
> E> >E> >P>   timeout error we should have to fix all device drivers that have 
> E> >Tx
> E> >E> >P>   interrupt moderation capability. We may need more investigation
> E> >E> >P>   for this issue. Anyway, the fix is the same for both cases.
> E> >E> >P>   
> E> >E> >P>   This should fix occasional watchdog timeout errors seen on a few
> E> >E> >P>   systems.
> E> >E> >P>   
> E> >E> >P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
> E> >E> >P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
> E> >E> >
> E> >E> >This look like a workaround, not a fix the root of the problem. Several
> E> >E> >people on net said that this problem disappears if debug.mpsafenet=0.
> E> >E> >So I think there is a problem in FreeBSD or driver, not in chip.
> E> >E> 
> E> >E> And it also worked perfectly for a very very long time until 6.x tree. 
> E> >E> I went from 5-STABLE to 6-STABLE and started seeing it a lot ( a few 
> E> >E> times per day) on a couple servers.
> E> >
> E> >In 5-STABLE the watchdog events were not logged, but the watchdog was
> E> >processed.
> E> 
> E> But my interface never seemed to disappear (I page if the interface goes 
> E> down), and I'd still notice a link up/down, correct?
> 
> In 5-STABLE the interface up/down events were not logged, either.
> 


Ok.  Well, I just recalled that on a separate system (my workstation 
actually), I went from 6.1-R to 6-STABLE as of about 8 days ago, and it 
now exhibits the problem too, which hasn't happened before.

Eric


-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 19:02:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A07C916A4DD;
	Tue, 22 Aug 2006 19:02:30 +0000 (UTC) (envelope-from hausen@punkt.de)
Received: from kagate.punkt.de (kagate.punkt.de [217.29.33.131])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A375843D68;
	Tue, 22 Aug 2006 19:02:24 +0000 (GMT) (envelope-from hausen@punkt.de)
Received: from hugo10.ka.punkt.de (hugo10.ka.punkt.de [10.0.0.110])
	by kagate1.punkt.de with ESMTP id k7MJ2NqR020768;
	Tue, 22 Aug 2006 21:02:23 +0200 (CEST)
Received: from hugo10.ka.punkt.de (localhost [127.0.0.1])
	by hugo10.ka.punkt.de (8.12.10/8.12.10) with ESMTP id k7MJ2Na9089944;
	Tue, 22 Aug 2006 21:02:23 +0200 (CEST)
	(envelope-from ry93@hugo10.ka.punkt.de)
Received: (from ry93@localhost)
	by hugo10.ka.punkt.de (8.12.10/8.12.10/Submit) id k7MJ2NAd089943;
	Tue, 22 Aug 2006 21:02:23 +0200 (CEST) (envelope-from ry93)
Date: Tue, 22 Aug 2006 21:02:23 +0200
From: "Patrick M. Hausen" <hausen@punkt.de>
To: Gleb Smirnoff <glebius@FreeBSD.org>
Message-ID: <20060822190223.GB89314@hugo10.ka.punkt.de>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060822185313.GX96644@FreeBSD.org>
User-Agent: Mutt/1.5.10i
Cc: src-committers@FreeBSD.org, "Patrick M. Hausen" <hausen@punkt.de>,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 19:02:30 -0000

Hi, all!

On Tue, Aug 22, 2006 at 10:53:13PM +0400, Gleb Smirnoff wrote:

> In 5-STABLE the interface up/down events were not logged, either.

OK. But what could be a possible explanation for this:

em interface, FTPing a large file while putting disk and cpu/memory
load on the box -> occasional but easily reproducable complete hangs
of network communication (ssh, ping - no reaction). Every time a

em0: Missing Tx completion interrupt!

is logged.

fxp interface, otherwise same setup: no hang after FTPing for
hours. General network/bandwidth issues cannot be the cause,
because both interfaces were connected to a strictly 100 Mbit/s
infrastructure.

For the moment I'm not using em interfaces in these systems.
I could hook up one to "the net" for someone to log in remotely,
if that helps.

Thanks,
Patrick
-- 
punkt.de GmbH         Internet - Dienstleistungen - Beratung
Vorholzstr. 25        Tel. 0721 9109 -0 Fax: -100
76137 Karlsruhe       http://punkt.de

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 19:07:01 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AE2E816A4E1;
	Tue, 22 Aug 2006 19:07:01 +0000 (UTC) (envelope-from pav@FreeBSD.org)
Received: from hood.oook.cz (hood.oook.cz [195.250.137.134])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B0DEB43D60;
	Tue, 22 Aug 2006 19:07:00 +0000 (GMT) (envelope-from pav@FreeBSD.org)
Received: from ikaros.oook.cz (localhost [127.0.0.1])
	by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k7MJ6idQ092525
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 22 Aug 2006 21:06:44 +0200 (CEST)
	(envelope-from pav@FreeBSD.org)
Received: (from pav@localhost)
	by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k7MJ6g8F092524;
	Tue, 22 Aug 2006 21:06:42 +0200 (CEST)
	(envelope-from pav@FreeBSD.org)
X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org
	using -f
From: Pav Lucistnik <pav@FreeBSD.org>
To: Eric Anderson <anderson@centtech.com>
In-Reply-To: <44EB53E8.4030107@centtech.com>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org> <44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org> <44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>  <44EB53E8.4030107@centtech.com>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-pH/BvzHmH0dFHYY3TVee"
Date: Tue, 22 Aug 2006 21:06:42 +0200
Message-Id: <1156273602.91618.6.camel@ikaros.oook.cz>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port 
Cc: src-committers@FreeBSD.org, "Patrick M. Hausen" <hausen@punkt.de>,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Gleb Smirnoff <glebius@FreeBSD.org>, Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: pav@FreeBSD.org
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 19:07:01 -0000


--=-pH/BvzHmH0dFHYY3TVee
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: quoted-printable

Eric Anderson p=ED=B9e v =FAt 22. 08. 2006 v 13:58 -0500:
> On 08/22/06 13:53, Gleb Smirnoff wrote:
> > On Tue, Aug 22, 2006 at 10:35:19AM -0500, Eric Anderson wrote:
> > E> >E> >P> yongari     2006-08-22 02:32:48 UTC
> > E> >E> >P>=20
> > E> >E> >P>   FreeBSD src repository
> > E> >E> >P>=20
> > E> >E> >P>   Modified files:
> > E> >E> >P>     sys/dev/em           if_em.c=20
> > E> >E> >P>   Log:
> > E> >E> >P>   It seems that em(4) misses Tx completion interrupts under =
certain
> > E> >E> >P>   conditions. The cause of missing Tx completion interrupts =
comes=20
> > E> >from
> > E> >E> >P>   Tx interrupt moderation mechanism(delayed interrupts) or c=
hipset=20
> > E> >bug.
> > E> >E> >P>   If Tx interrupt moderation mechanism is the cause of false=
=20
> > E> >watchdog
> > E> >E> >P>   timeout error we should have to fix all device drivers tha=
t have=20
> > E> >Tx
> > E> >E> >P>   interrupt moderation capability. We may need more investig=
ation
> > E> >E> >P>   for this issue. Anyway, the fix is the same for both cases=
.
> > E> >E> >P>  =20
> > E> >E> >P>   This should fix occasional watchdog timeout errors seen on=
 a few
> > E> >E> >P>   systems.
> > E> >E> >P>  =20
> > E> >E> >P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt =
DOT de >
> > E> >E> >P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de=
 >
> > E> >E> >
> > E> >E> >This look like a workaround, not a fix the root of the problem.=
 Several
> > E> >E> >people on net said that this problem disappears if debug.mpsafe=
net=3D0.
> > E> >E> >So I think there is a problem in FreeBSD or driver, not in chip=
.
> > E> >E>=20
> > E> >E> And it also worked perfectly for a very very long time until 6.x=
 tree.=20
> > E> >E> I went from 5-STABLE to 6-STABLE and started seeing it a lot ( a=
 few=20
> > E> >E> times per day) on a couple servers.
> > E> >
> > E> >In 5-STABLE the watchdog events were not logged, but the watchdog w=
as
> > E> >processed.
> > E>=20
> > E> But my interface never seemed to disappear (I page if the interface =
goes=20
> > E> down), and I'd still notice a link up/down, correct?
> >=20
> > In 5-STABLE the interface up/down events were not logged, either.
> >=20
>=20
>=20
> Ok.  Well, I just recalled that on a separate system (my workstation=20
> actually), I went from 6.1-R to 6-STABLE as of about 8 days ago, and it=20
> now exhibits the problem too, which hasn't happened before.

Yes, there was an MFC of new em driver to 6-STABLE after 6.1-RELEASE.
I was badly hit by it too. But it appears only on some revisions of the
silicon...=20

--=20
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

Like 'Do Notte Buye Betamacks.' That was a prediction for 1972.

--=-pH/BvzHmH0dFHYY3TVee
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?=
	=?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?=
	=?ISO-8859-1?Q?_zpr=E1vy?=

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBE61XCntdYP8FOsoIRAkw9AJ4krOL/2YRTRUD/60tNJNaF48nHBgCgtMl6
Jebi/xX8wfaT+kdu+LvOfPo=
=5ADz
-----END PGP SIGNATURE-----

--=-pH/BvzHmH0dFHYY3TVee--

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 19:41:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3CA3D16A4DD;
	Tue, 22 Aug 2006 19:41:50 +0000 (UTC)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0A63043D46;
	Tue, 22 Aug 2006 19:41:50 +0000 (GMT)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MJfns3017869;
	Tue, 22 Aug 2006 19:41:49 GMT
	(envelope-from brooks@repoman.freebsd.org)
Received: (from brooks@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MJfnOO017868;
	Tue, 22 Aug 2006 19:41:49 GMT (envelope-from brooks)
Message-Id: <200608221941.k7MJfnOO017868@repoman.freebsd.org>
From: Brooks Davis <brooks@FreeBSD.org>
Date: Tue, 22 Aug 2006 19:41:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/etc network.subr pccard_ether src/etc/defaults
 rc.conf src/share/man/man5 rc.conf.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 19:41:50 -0000

brooks      2006-08-22 19:41:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  network.subr pccard_ether 
    etc/defaults         rc.conf 
    share/man/man5       rc.conf.5 
  Log:
  MFC: sync /etc/network.subr and /etc/pccard_ether and their defaults
  with HEAD.  Key changes include:
   - Support a limited set of punctuation in interface names ".-/+" by
     converting them to '_' before looking up interface variables.
   - Don't flush routes by default when an interface is removed.
   - Don't generate unnecessicary noise on startup when interfaces are
     renamed.
  
  PR:               conf/92433
  
  Revision    Changes    Path
  1.252.2.24  +3 -1      src/etc/defaults/rc.conf
  1.164.2.3   +117 -45   src/etc/network.subr
  1.45.2.3    +3 -1      src/etc/pccard_ether
  1.256.2.27  +30 -8     src/share/man/man5/rc.conf.5

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 20:37:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8E41916A4DD;
	Tue, 22 Aug 2006 20:37:28 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E2CEB43D49;
	Tue, 22 Aug 2006 20:37:26 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from localhost (localhost.village.org [127.0.0.1] (may be forged))
	by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k7MKa0WX044200;
	Tue, 22 Aug 2006 14:36:01 -0600 (MDT) (envelope-from imp@bsdimp.com)
Date: Tue, 22 Aug 2006 14:36:05 -0600 (MDT)
Message-Id: <20060822.143605.1102534622.imp@bsdimp.com>
To: ru@freebsd.org
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20060822101012.GC43494@rambler-co.ru>
References: <20060822082237.GC41304@rambler-co.ru>
	<20060822094452.GJ12848@cdnetworks.co.kr>
	<20060822101012.GC43494@rambler-co.ru>
X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0
	(harmony.bsdimp.com [127.0.0.1]);
	Tue, 22 Aug 2006 14:36:02 -0600 (MDT)
Cc: pyunyh@gmail.com, src-committers@freebsd.org, cvs-src@freebsd.org,
	cvs-all@freebsd.org, glebius@freebsd.org, yongari@freebsd.org
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 20:37:28 -0000

In message: <20060822101012.GC43494@rambler-co.ru>
            Ruslan Ermilov <ru@FreeBSD.org> writes:
: It's still a watchdog event.  We can make it a separate counter,
: like watchdog_tx_event, and not add it to oerrors, but still show
: it in em_print_hw_stats().  It'd be useful to have this statistics
: available.

I've noticed some drivers have started to export stats via sysctls in
the dev tree.  Maybe that's where it should go?

I've used it for cbb, for example, to report things that are usually
hidden behind bootverbose (more could be useful here):

dev.cbb.1.pribus: 6
dev.cbb.1.secbus: 7
dev.cbb.1.subbus: 7

the code is real simple in the init routine to hook up these sysctl to
a softc variable...

Warner

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 21:14:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 480CF16A4E5;
	Tue, 22 Aug 2006 21:14:30 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net
	[66.23.211.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 19F7443D73;
	Tue, 22 Aug 2006 21:14:28 +0000 (GMT) (envelope-from jhb@freebsd.org)
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7MLENEJ049343;
	Tue, 22 Aug 2006 17:14:23 -0400 (EDT) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: "M. Warner Losh" <imp@bsdimp.com>
Date: Tue, 22 Aug 2006 17:14:16 -0400
User-Agent: KMail/1.9.1
References: <20060822082237.GC41304@rambler-co.ru>
	<20060822101012.GC43494@rambler-co.ru>
	<20060822.143605.1102534622.imp@bsdimp.com>
In-Reply-To: <20060822.143605.1102534622.imp@bsdimp.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200608221714.17544.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]);
	Tue, 22 Aug 2006 17:14:24 -0400 (EDT)
X-Virus-Scanned: ClamAV 0.88.3/1708/Tue Aug 22 08:43:00 2006 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 
	autolearn=ham version=3.1.3
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx
Cc: pyunyh@gmail.com, src-committers@freebsd.org, cvs-src@freebsd.org,
	cvs-all@freebsd.org, glebius@freebsd.org, ru@freebsd.org,
	yongari@freebsd.org
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 21:14:30 -0000

On Tuesday 22 August 2006 16:36, M. Warner Losh wrote:
> In message: <20060822101012.GC43494@rambler-co.ru>
>             Ruslan Ermilov <ru@FreeBSD.org> writes:
> : It's still a watchdog event.  We can make it a separate counter,
> : like watchdog_tx_event, and not add it to oerrors, but still show
> : it in em_print_hw_stats().  It'd be useful to have this statistics
> : available.
> 
> I've noticed some drivers have started to export stats via sysctls in
> the dev tree.  Maybe that's where it should go?
> 
> I've used it for cbb, for example, to report things that are usually
> hidden behind bootverbose (more could be useful here):
> 
> dev.cbb.1.pribus: 6
> dev.cbb.1.secbus: 7
> dev.cbb.1.subbus: 7
> 
> the code is real simple in the init routine to hook up these sysctl to
> a softc variable...

em already has several:

dev.em.0.debug_info: -1
dev.em.0.stats: -1
dev.em.0.rx_int_delay: 0
dev.em.0.tx_int_delay: 66
dev.em.0.rx_abs_int_delay: 66
dev.em.0.tx_abs_int_delay: 66

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 21:58:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3F3BF16A4E1;
	Tue, 22 Aug 2006 21:58:17 +0000 (UTC) (envelope-from marck@rinet.ru)
Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 87B8843D45;
	Tue, 22 Aug 2006 21:58:16 +0000 (GMT) (envelope-from marck@rinet.ru)
Received: from localhost (localhost [127.0.0.1])
	by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7MLwF9u038758;
	Wed, 23 Aug 2006 01:58:15 +0400 (MSD) (envelope-from marck@rinet.ru)
Date: Wed, 23 Aug 2006 01:58:15 +0400 (MSD)
From: Dmitry Morozovsky <marck@rinet.ru>
To: Kris Kennaway <kris@obsecurity.org>
In-Reply-To: <20060822171057.GA78986@xor.obsecurity.org>
Message-ID: <20060823015642.L38724@woozle.rinet.ru>
References: <200608211506.k7LF6cJH001832@repoman.freebsd.org>
	<1DE9D506-0C4B-4CE7-8944-DC4C8AE640C7@opensail.org>
	<20060822094353.GB48419@xor.obsecurity.org>
	<20060822094426.GA48626@xor.obsecurity.org>
	<20060822181126.N27449@woozle.rinet.ru>
	<20060822171057.GA78986@xor.obsecurity.org>
X-NCC-RegID: ru.rinet
X-OpenPGP-Key-ID: 6B691B03
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2
	(woozle.rinet.ru [0.0.0.0]); Wed, 23 Aug 2006 01:58:15 +0400 (MSD)
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org,
	Florent Thoumie <flz@freebsd.org>, Wes Peters <wes@opensail.org>
Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile
 mdconfig mdconfig2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 21:58:17 -0000

On Tue, 22 Aug 2006, Kris Kennaway wrote:

KK> > KK> > We should consider adding "-o reserve" to malloc-backed md creation
KK> > KK> > where applicable (e.g. the md-backed /tmp creation) to avoid bogus PRs
KK> > KK> > from people who run their kernels out of memory by filling up /tmp.
KK> > KK> 
KK> > KK> Oops, I forgot they were already (correctly) fixed to use swap backing
KK> > KK> (I think).
KK> > 
KK> > Not yet, the default is still -M.  I had a patch for this, based on vm.nswapdev 
KK> > value, to use malloc-backed md only on swapless machines:
KK> 
KK> What was the hold-up with committing it? :)

1. /me not being an src committer
2. nobody acts either as advocate or against...
3. changes in md rc.d config in -current...

Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Tue Aug 22 23:49:37 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 431C916A4E2;
	Tue, 22 Aug 2006 23:49:37 +0000 (UTC)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F360D43D45;
	Tue, 22 Aug 2006 23:49:36 +0000 (GMT)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7MNnaZG053376;
	Tue, 22 Aug 2006 23:49:36 GMT
	(envelope-from thomas@repoman.freebsd.org)
Received: (from thomas@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7MNnaf6053375;
	Tue, 22 Aug 2006 23:49:36 GMT (envelope-from thomas)
Message-Id: <200608222349.k7MNnaf6053375@repoman.freebsd.org>
From: Thomas Quinot <thomas@FreeBSD.org>
Date: Tue, 22 Aug 2006 23:49:36 +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/ifconfig ifmedia.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Aug 2006 23:49:37 -0000

thomas      2006-08-22 23:49:36 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifmedia.c 
  Log:
  (media_status): Factor common code between IFM_ETHER and IFM_ATM cases.
  (print_media_word, print_media_word_ifconfig): Remove unnecessary
  goto following test for null desc.
  
  PR:             bin/102354
  Submitted by:   Ricardo Nabinger Sanchez <rnsanchez@gmail.com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.21      +9 -21     src/sbin/ifconfig/ifmedia.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 00:31:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1F19416A4E6
	for <cvs-src@freebsd.org>; Wed, 23 Aug 2006 00:31:21 +0000 (UTC)
	(envelope-from pyunyh@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D79EE43D67
	for <cvs-src@freebsd.org>; Wed, 23 Aug 2006 00:31:17 +0000 (GMT)
	(envelope-from pyunyh@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so3089395pye
	for <cvs-src@freebsd.org>; Tue, 22 Aug 2006 17:31:17 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent;
	b=kyNzqweII6OtMOqEOakaXBa2n7HiiCt6V2uE1ztkK1NQF9sWuEfdIa3je7U8lg9/Z1eHqDUCF7vbDn87+EMaNmDC2FnGdw7rWWwZyRq1HyaqgNgh6GmUKXFt/zibqOI7jqLWiB15HXh9tF3LJoOLa96vrYqMainzT3Yrzgfafdk=
Received: by 10.35.127.7 with SMTP id e7mr16612363pyn;
	Tue, 22 Aug 2006 17:31:16 -0700 (PDT)
Received: from michelle.cdnetworks.co.kr ( [211.53.35.84])
	by mx.gmail.com with ESMTP id 8sm3282527nzn.2006.08.22.17.31.14;
	Tue, 22 Aug 2006 17:31:16 -0700 (PDT)
Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr
	[127.0.0.1])
	by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id
	k7N0VAP8018148
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 23 Aug 2006 09:31:10 +0900 (KST)
	(envelope-from pyunyh@gmail.com)
Received: (from yongari@localhost)
	by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7N0V9re018147; 
	Wed, 23 Aug 2006 09:31:09 +0900 (KST)
	(envelope-from pyunyh@gmail.com)
Date: Wed, 23 Aug 2006 09:31:09 +0900
From: Pyun YongHyeon <pyunyh@gmail.com>
To: Gleb Smirnoff <glebius@FreeBSD.org>
Message-ID: <20060823003109.GB17902@cdnetworks.co.kr>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060822152333.GV96644@FreeBSD.org>
User-Agent: Mutt/1.4.2.1i
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: pyunyh@gmail.com
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 00:31:21 -0000

On Tue, Aug 22, 2006 at 07:23:33PM +0400, Gleb Smirnoff wrote:
 > On Tue, Aug 22, 2006 at 02:32:48AM +0000, Pyun YongHyeon wrote:
 > P> yongari     2006-08-22 02:32:48 UTC
 > P> 
 > P>   FreeBSD src repository
 > P> 
 > P>   Modified files:
 > P>     sys/dev/em           if_em.c 
 > P>   Log:
 > P>   It seems that em(4) misses Tx completion interrupts under certain
 > P>   conditions. The cause of missing Tx completion interrupts comes from
 > P>   Tx interrupt moderation mechanism(delayed interrupts) or chipset bug.
 > P>   If Tx interrupt moderation mechanism is the cause of false watchdog
 > P>   timeout error we should have to fix all device drivers that have Tx
 > P>   interrupt moderation capability. We may need more investigation
 > P>   for this issue. Anyway, the fix is the same for both cases.
 > P>   
 > P>   This should fix occasional watchdog timeout errors seen on a few
 > P>   systems.
 > P>   
 > P>   Reported by:    -net, Patrick M. Hausen < hausen AT punkt DOT de >
 > P>   Tested by:      Patrick M. Hausen < hausen AT punkt DOT de >
 > 
 > This look like a workaround, not a fix the root of the problem. Several
 > people on net said that this problem disappears if debug.mpsafenet=0.

I think that problem is different one. That problem happens when
interrupt is shared with other devices. In these configuration
em(4) misses lots of Tx completion interrupts and devices that
use the shared interrupt stop working in the long run.
It seems that debug.mpsafenet=0 mitigate the issue.

 > So I think there is a problem in FreeBSD or driver, not in chip.
 > 
Agreed. If my memory serve me right it introduced right after
switching to taskqueue(9) in interrupt handling(rev, 1.98).

-- 
Regards,
Pyun YongHyeon

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:28:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E863516A4DD;
	Wed, 23 Aug 2006 03:28:38 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B987B43D4C;
	Wed, 23 Aug 2006 03:28:38 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3Scqh086070;
	Wed, 23 Aug 2006 03:28:38 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3ScaK086067;
	Wed, 23 Aug 2006 03:28:38 GMT (envelope-from marcel)
Message-Id: <200608230328.k7N3ScaK086067@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:28:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Cc: 
Subject: cvs commit: src/contrib/gdb/gdb - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:28:39 -0000

marcel      2006-08-23 03:28:38 UTC

  FreeBSD src repository

  src/contrib/gdb/gdb - Imported sources
  Update of /home/ncvs/src/contrib/gdb/gdb
  In directory repoman.freebsd.org:/tmp/cvs-serv86024
  
  Log Message:
  Import files needed for PowerPC support and not included in the
  original GDB 6.1.1 import.
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	v6_1_1
  		
  N src/contrib/gdb/gdb/rs6000-tdep.c
  N src/contrib/gdb/gdb/rs6000-nat.c
  N src/contrib/gdb/gdb/config/rs6000/tm-rs6000ly.h
  N src/contrib/gdb/gdb/config/rs6000/tm-rs6000.h
  N src/contrib/gdb/gdb/config/rs6000/rs6000lynx.mt
  N src/contrib/gdb/gdb/config/rs6000/rs6000lynx.mh
  N src/contrib/gdb/gdb/config/rs6000/xm-rs6000.h
  N src/contrib/gdb/gdb/config/rs6000/rs6000.mh
  N src/contrib/gdb/gdb/config/rs6000/nm-rs6000ly.h
  N src/contrib/gdb/gdb/config/rs6000/nm-rs6000.h
  N src/contrib/gdb/gdb/config/rs6000/rs6000.mt
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:29:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8BF6616A4DE;
	Wed, 23 Aug 2006 03:29:59 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1B96943D5A;
	Wed, 23 Aug 2006 03:29:59 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3TrLB086365;
	Wed, 23 Aug 2006 03:29:58 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3TrdR086364;
	Wed, 23 Aug 2006 03:29:53 GMT (envelope-from gshapiro)
Message-Id: <200608230329.k7N3TrdR086364@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:29:53 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade PGPKEYS
 RELEASE_NOTES src/contrib/sendmail/cf README
 src/contrib/sendmail/cf/cf submit.cf submit.mc
 src/contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:29:59 -0000

gshapiro    2006-08-23 03:29:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/sendmail     FREEBSD-upgrade PGPKEYS RELEASE_NOTES 
    contrib/sendmail/cf  README 
    contrib/sendmail/cf/cf submit.cf submit.mc 
    contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib cidrexpand 
    contrib/sendmail/include/libmilter mfapi.h 
    contrib/sendmail/libmilter engine.c 
    contrib/sendmail/libmilter/docs xxfi_header.html 
    contrib/sendmail/libsm t-memstat.c 
    contrib/sendmail/src README bf.c collect.c conf.c daemon.c 
                         deliver.c domain.c envelope.c headers.c 
                         helpfile main.c map.c mci.c mime.c 
                         parseaddr.c queue.c savemail.c sendmail.h 
                         sfsasl.c sfsasl.h srvrsmtp.c tls.c util.c 
                         version.c 
  Log:
  MFC: sendmail 8.13.8
  
  Revision      Changes     Path
  1.28.2.2      +9 -5       src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.10.2.2  +1059 -577  src/contrib/sendmail/PGPKEYS
  1.1.1.24.2.2  +72 -2      src/contrib/sendmail/RELEASE_NOTES
  1.1.1.23.2.2  +13 -30     src/contrib/sendmail/cf/README
  1.1.1.14.2.2  +6 -6       src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.7.8.1   +1 -1       src/contrib/sendmail/cf/cf/submit.mc
  1.1.1.6.8.2   +5 -3       src/contrib/sendmail/cf/feature/dnsbl.m4
  1.1.1.3.14.2  +5 -3       src/contrib/sendmail/cf/feature/enhdnsbl.m4
  1.1.1.22.2.2  +3 -3       src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.24.2.2  +2 -2       src/contrib/sendmail/cf/m4/version.m4
  1.1.1.3.8.1   +13 -6      src/contrib/sendmail/contrib/cidrexpand
  1.1.1.11.2.1  +2 -2       src/contrib/sendmail/include/libmilter/mfapi.h
  1.1.1.3.8.1   +7 -6       src/contrib/sendmail/libmilter/docs/xxfi_header.html
  1.1.1.14.2.1  +9 -3       src/contrib/sendmail/libmilter/engine.c
  1.1.1.1.2.2   +7 -3       src/contrib/sendmail/libsm/t-memstat.c
  1.1.1.23.2.2  +14 -2      src/contrib/sendmail/src/README
  1.1.1.8.2.1   +5 -2       src/contrib/sendmail/src/bf.c
  1.1.1.21.2.3  +3 -1       src/contrib/sendmail/src/collect.c
  1.28.2.3      +3 -3       src/contrib/sendmail/src/conf.c
  1.1.1.21.2.2  +15 -12     src/contrib/sendmail/src/daemon.c
  1.1.1.23.2.4  +17 -4      src/contrib/sendmail/src/deliver.c
  1.1.1.16.2.1  +5 -9       src/contrib/sendmail/src/domain.c
  1.1.1.14.2.2  +8 -1       src/contrib/sendmail/src/envelope.c
  1.21.2.3      +5 -5       src/contrib/sendmail/src/headers.c
  1.1.1.7.2.2   +9 -9       src/contrib/sendmail/src/helpfile
  1.1.1.21.8.2  +21 -7      src/contrib/sendmail/src/main.c
  1.1.1.21.2.2  +5 -1       src/contrib/sendmail/src/map.c
  1.20.2.2      +10 -2      src/contrib/sendmail/src/mci.c
  1.1.1.13.2.4  +3 -3       src/contrib/sendmail/src/mime.c
  1.1.1.22.2.3  +12 -4      src/contrib/sendmail/src/parseaddr.c
  1.1.1.23.2.2  +27 -5      src/contrib/sendmail/src/queue.c
  1.17.2.3      +6 -6       src/contrib/sendmail/src/savemail.c
  1.1.1.26.2.4  +2 -2       src/contrib/sendmail/src/sendmail.h
  1.1.1.15.2.3  +12 -5      src/contrib/sendmail/src/sfsasl.c
  1.1.1.4.14.3  +4 -4       src/contrib/sendmail/src/sfsasl.h
  1.1.1.22.2.3  +27 -17     src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.11.2.2  +41 -4      src/contrib/sendmail/src/tls.c
  1.1.1.18.2.3  +11 -3      src/contrib/sendmail/src/util.c
  1.1.1.24.2.2  +2 -2       src/contrib/sendmail/src/version.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:30:33 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9C44B16A503;
	Wed, 23 Aug 2006 03:30:33 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 57CD043D4C;
	Wed, 23 Aug 2006 03:30:33 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3UXLR086462;
	Wed, 23 Aug 2006 03:30:33 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3UXrj086461;
	Wed, 23 Aug 2006 03:30:33 GMT (envelope-from marcel)
Message-Id: <200608230330.k7N3UXrj086461@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:30:33 +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/contrib/gdb FREEBSD-Xlist
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:30:33 -0000

marcel      2006-08-23 03:30:33 UTC

  FreeBSD src repository

  Modified files:
    contrib/gdb          FREEBSD-Xlist 
  Log:
  Update for PowerPC support. We need to keep rs6000 related files.
  
  Revision  Changes    Path
  1.7       +1 -3      src/contrib/gdb/FREEBSD-Xlist

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:31:01 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C571716A4DD;
	Wed, 23 Aug 2006 03:31:01 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1A89143D49;
	Wed, 23 Aug 2006 03:31:01 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3V0N9086557;
	Wed, 23 Aug 2006 03:31:00 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3V0xm086556;
	Wed, 23 Aug 2006 03:31:00 GMT (envelope-from gshapiro)
Message-Id: <200608230331.k7N3V0xm086556@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:31:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:31:01 -0000

gshapiro    2006-08-23 03:31:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/sendmail         freebsd.mc freebsd.submit.mc 
  Log:
  Forced commit to .mc files to force creation of new .cf files for mergemaster.
  
  Revision  Changes    Path
  1.30.2.2  +0 -0      src/etc/sendmail/freebsd.mc
  1.1.12.2  +0 -0      src/etc/sendmail/freebsd.submit.mc

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:34:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 813C016A4DE;
	Wed, 23 Aug 2006 03:34:59 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B7F5E43D5E;
	Wed, 23 Aug 2006 03:34:54 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3YsPx086970;
	Wed, 23 Aug 2006 03:34:54 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3YsDc086969;
	Wed, 23 Aug 2006 03:34:54 GMT (envelope-from gshapiro)
Message-Id: <200608230334.k7N3YsDc086969@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:34:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade PGPKEYS
 RELEASE_NOTES src/contrib/sendmail/cf README
 src/contrib/sendmail/cf/cf submit.cf submit.mc
 src/contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:34:59 -0000

gshapiro    2006-08-23 03:34:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    contrib/sendmail     FREEBSD-upgrade PGPKEYS RELEASE_NOTES 
    contrib/sendmail/cf  README 
    contrib/sendmail/cf/cf submit.cf submit.mc 
    contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib cidrexpand 
    contrib/sendmail/include/libmilter mfapi.h 
    contrib/sendmail/libmilter engine.c 
    contrib/sendmail/libmilter/docs xxfi_header.html 
    contrib/sendmail/libsm t-memstat.c 
    contrib/sendmail/src README bf.c collect.c conf.c daemon.c 
                         deliver.c domain.c envelope.c headers.c 
                         helpfile main.c map.c mci.c mime.c 
                         parseaddr.c queue.c savemail.c sendmail.h 
                         sfsasl.c sfsasl.h srvrsmtp.c tls.c util.c 
                         version.c 
  Log:
  MFC: sendmail 8.13.8
  
  Revision      Changes     Path
  1.26.2.4      +9 -5       src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.9.2.3   +1059 -577  src/contrib/sendmail/PGPKEYS
  1.1.1.22.2.4  +72 -2      src/contrib/sendmail/RELEASE_NOTES
  1.1.1.22.2.3  +13 -30     src/contrib/sendmail/cf/README
  1.1.1.12.2.4  +6 -6       src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.7.2.1   +1 -1       src/contrib/sendmail/cf/cf/submit.mc
  1.1.1.6.2.2   +5 -3       src/contrib/sendmail/cf/feature/dnsbl.m4
  1.1.1.3.8.2   +5 -3       src/contrib/sendmail/cf/feature/enhdnsbl.m4
  1.1.1.21.2.3  +3 -3       src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.22.2.4  +2 -2       src/contrib/sendmail/cf/m4/version.m4
  1.1.1.3.2.1   +13 -6      src/contrib/sendmail/contrib/cidrexpand
  1.1.1.10.2.2  +2 -2       src/contrib/sendmail/include/libmilter/mfapi.h
  1.1.1.3.2.1   +7 -6       src/contrib/sendmail/libmilter/docs/xxfi_header.html
  1.1.1.13.2.2  +9 -3       src/contrib/sendmail/libmilter/engine.c
  1.1.1.1.4.2   +7 -3       src/contrib/sendmail/libsm/t-memstat.c
  1.1.1.21.2.4  +14 -2      src/contrib/sendmail/src/README
  1.1.1.7.2.2   +5 -2       src/contrib/sendmail/src/bf.c
  1.1.1.19.2.5  +3 -1       src/contrib/sendmail/src/collect.c
  1.26.2.5      +3 -3       src/contrib/sendmail/src/conf.c
  1.1.1.19.2.4  +15 -12     src/contrib/sendmail/src/daemon.c
  1.1.1.21.2.6  +17 -4      src/contrib/sendmail/src/deliver.c
  1.1.1.14.2.3  +5 -9       src/contrib/sendmail/src/domain.c
  1.1.1.13.2.3  +8 -1       src/contrib/sendmail/src/envelope.c
  1.20.2.4      +5 -5       src/contrib/sendmail/src/headers.c
  1.1.1.6.8.3   +9 -9       src/contrib/sendmail/src/helpfile
  1.1.1.21.2.2  +21 -7      src/contrib/sendmail/src/main.c
  1.1.1.19.2.4  +5 -1       src/contrib/sendmail/src/map.c
  1.17.2.4      +10 -2      src/contrib/sendmail/src/mci.c
  1.1.1.12.2.5  +3 -3       src/contrib/sendmail/src/mime.c
  1.1.1.20.2.5  +12 -4      src/contrib/sendmail/src/parseaddr.c
  1.1.1.21.2.4  +27 -5      src/contrib/sendmail/src/queue.c
  1.16.2.4      +6 -6       src/contrib/sendmail/src/savemail.c
  1.1.1.23.2.6  +2 -2       src/contrib/sendmail/src/sendmail.h
  1.1.1.14.2.4  +12 -5      src/contrib/sendmail/src/sfsasl.c
  1.1.1.4.8.3   +4 -4       src/contrib/sendmail/src/sfsasl.h
  1.1.1.20.2.5  +27 -17     src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.9.2.4   +41 -4      src/contrib/sendmail/src/tls.c
  1.1.1.17.2.4  +11 -3      src/contrib/sendmail/src/util.c
  1.1.1.22.2.4  +2 -2       src/contrib/sendmail/src/version.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:35:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1F54716A501;
	Wed, 23 Aug 2006 03:35:41 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE22443D72;
	Wed, 23 Aug 2006 03:35:34 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3ZYAL087054;
	Wed, 23 Aug 2006 03:35:34 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3ZYCp087053;
	Wed, 23 Aug 2006 03:35:34 GMT (envelope-from gshapiro)
Message-Id: <200608230335.k7N3ZYCp087053@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:35:34 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:35:41 -0000

gshapiro    2006-08-23 03:35:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc/sendmail         freebsd.mc freebsd.submit.mc 
  Log:
  Forced commit to .mc files to force creation of new .cf files for mergemaster.
  
  Revision  Changes    Path
  1.29.2.2  +0 -0      src/etc/sendmail/freebsd.mc
  1.1.6.2   +0 -0      src/etc/sendmail/freebsd.submit.mc

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:39:13 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C7CEE16A4DD;
	Wed, 23 Aug 2006 03:39:13 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8207443D45;
	Wed, 23 Aug 2006 03:39:13 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3dDiH087441;
	Wed, 23 Aug 2006 03:39:13 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3dDHi087440;
	Wed, 23 Aug 2006 03:39:13 GMT (envelope-from gshapiro)
Message-Id: <200608230339.k7N3dDHi087440@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:39:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade PGPKEYS
 RELEASE_NOTES src/contrib/sendmail/cf README
 src/contrib/sendmail/cf/cf submit.cf submit.mc
 src/contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:39:14 -0000

gshapiro    2006-08-23 03:39:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    contrib/sendmail     FREEBSD-upgrade PGPKEYS RELEASE_NOTES 
    contrib/sendmail/cf  README 
    contrib/sendmail/cf/cf submit.cf submit.mc 
    contrib/sendmail/cf/feature dnsbl.m4 enhdnsbl.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib cidrexpand 
    contrib/sendmail/include/libmilter mfapi.h 
    contrib/sendmail/libmilter engine.c 
    contrib/sendmail/libmilter/docs xxfi_header.html 
    contrib/sendmail/libsm t-memstat.c 
    contrib/sendmail/src README bf.c collect.c conf.c daemon.c 
                         deliver.c domain.c envelope.c headers.c 
                         helpfile main.c map.c mci.c mime.c 
                         parseaddr.c queue.c savemail.c sendmail.h 
                         sfsasl.c sfsasl.h srvrsmtp.c tls.c util.c 
                         version.c 
  Log:
  MFC: sendmail 8.13.8
  
  Revision      Changes     Path
  1.1.2.26      +9 -5       src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.1.2.10  +1059 -577  src/contrib/sendmail/PGPKEYS
  1.1.1.3.2.22  +72 -2      src/contrib/sendmail/RELEASE_NOTES
  1.1.1.3.2.21  +13 -30     src/contrib/sendmail/cf/README
  1.1.1.1.2.15  +6 -6       src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.1.2.6   +1 -1       src/contrib/sendmail/cf/cf/submit.mc
  1.1.1.1.2.7   +5 -3       src/contrib/sendmail/cf/feature/dnsbl.m4
  1.1.1.1.2.4   +5 -3       src/contrib/sendmail/cf/feature/enhdnsbl.m4
  1.1.1.4.2.19  +3 -3       src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.3.2.22  +2 -2       src/contrib/sendmail/cf/m4/version.m4
  1.1.1.1.2.4   +13 -6      src/contrib/sendmail/contrib/cidrexpand
  1.1.1.1.2.11  +2 -2       src/contrib/sendmail/include/libmilter/mfapi.h
  1.1.1.1.2.4   +7 -6       src/contrib/sendmail/libmilter/docs/xxfi_header.html
  1.1.1.1.2.13  +9 -3       src/contrib/sendmail/libmilter/engine.c
  1.1.1.1.6.2   +7 -3       src/contrib/sendmail/libsm/t-memstat.c
  1.1.1.3.2.21  +14 -2      src/contrib/sendmail/src/README
  1.1.1.1.2.8   +5 -2       src/contrib/sendmail/src/bf.c
  1.1.1.4.2.19  +3 -1       src/contrib/sendmail/src/collect.c
  1.5.2.22      +3 -3       src/contrib/sendmail/src/conf.c
  1.1.1.3.2.19  +15 -12     src/contrib/sendmail/src/daemon.c
  1.1.1.3.2.23  +17 -4      src/contrib/sendmail/src/deliver.c
  1.1.1.3.2.13  +5 -9       src/contrib/sendmail/src/domain.c
  1.1.1.3.2.12  +8 -1       src/contrib/sendmail/src/envelope.c
  1.4.2.18      +5 -5       src/contrib/sendmail/src/headers.c
  1.1.1.1.2.7   +9 -9       src/contrib/sendmail/src/helpfile
  1.1.1.3.2.21  +21 -7      src/contrib/sendmail/src/main.c
  1.1.1.3.2.20  +5 -1       src/contrib/sendmail/src/map.c
  1.3.6.17      +10 -2      src/contrib/sendmail/src/mci.c
  1.1.1.3.2.13  +3 -3       src/contrib/sendmail/src/mime.c
  1.1.1.2.6.22  +12 -4      src/contrib/sendmail/src/parseaddr.c
  1.1.1.3.2.22  +27 -5      src/contrib/sendmail/src/queue.c
  1.4.2.15      +6 -6       src/contrib/sendmail/src/savemail.c
  1.1.1.4.2.25  +2 -2       src/contrib/sendmail/src/sendmail.h
  1.1.1.1.2.18  +12 -5      src/contrib/sendmail/src/sfsasl.c
  1.1.1.1.2.5   +4 -4       src/contrib/sendmail/src/sfsasl.h
  1.1.1.2.6.22  +27 -17     src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.1.2.11  +41 -4      src/contrib/sendmail/src/tls.c
  1.1.1.3.2.17  +11 -3      src/contrib/sendmail/src/util.c
  1.1.1.3.2.24  +2 -2       src/contrib/sendmail/src/version.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:40:19 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 4DAE916A4DD;
	Wed, 23 Aug 2006 03:40:19 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EEEE043D46;
	Wed, 23 Aug 2006 03:40:18 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3eIHO087523;
	Wed, 23 Aug 2006 03:40:18 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3eITh087522;
	Wed, 23 Aug 2006 03:40:18 GMT (envelope-from gshapiro)
Message-Id: <200608230340.k7N3eITh087522@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:40:18 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/etc/sendmail freebsd.mc freebsd.submit.mc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:40:19 -0000

gshapiro    2006-08-23 03:40:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    etc/sendmail         freebsd.mc freebsd.submit.mc 
  Log:
  Forced commit to .mc files to force creation of new .cf files for mergemaster.
  
  Revision   Changes    Path
  1.10.2.21  +0 -0      src/etc/sendmail/freebsd.mc
  1.1.2.3    +0 -0      src/etc/sendmail/freebsd.submit.mc

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:42:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A621D16A4DE;
	Wed, 23 Aug 2006 03:42:51 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3157D43D6D;
	Wed, 23 Aug 2006 03:42:36 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3gawO087727;
	Wed, 23 Aug 2006 03:42:36 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3gaTQ087726;
	Wed, 23 Aug 2006 03:42:36 GMT (envelope-from gshapiro)
Message-Id: <200608230342.k7N3gaTQ087726@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:42:36 +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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:42:51 -0000

gshapiro    2006-08-23 03:42:36 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  sendmail 8.13.8 has been merged to other version branches
  
  Revision  Changes    Path
  1.963     +1 -4      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:45:29 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 74C3F16A4EC;
	Wed, 23 Aug 2006 03:45:29 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 887F643D81;
	Wed, 23 Aug 2006 03:45:20 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3jK2x087883;
	Wed, 23 Aug 2006 03:45:20 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3jKoM087882;
	Wed, 23 Aug 2006 03:45:20 GMT (envelope-from gshapiro)
Message-Id: <200608230345.k7N3jKoM087882@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:45:20 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:45:29 -0000

gshapiro    2006-08-23 03:45:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  sendmail has been upgraded from 8.13.6 to 8.13.8
  
  Revision    Changes    Path
  1.883.2.32  +3 -0      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:47:06 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BABE216A4DA;
	Wed, 23 Aug 2006 03:47:06 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ECF9343D49;
	Wed, 23 Aug 2006 03:47:05 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3l5Vt087993;
	Wed, 23 Aug 2006 03:47:05 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3l5rU087992;
	Wed, 23 Aug 2006 03:47:05 GMT (envelope-from gshapiro)
Message-Id: <200608230347.k7N3l5rU087992@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:47:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:47:06 -0000

gshapiro    2006-08-23 03:47:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  sendmail has been upgraded from 8.13.6 to 8.13.8
  
  Revision    Changes    Path
  1.761.2.65  +3 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:48:06 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8B86116A4DA;
	Wed, 23 Aug 2006 03:48:06 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D049743D58;
	Wed, 23 Aug 2006 03:48:05 +0000 (GMT)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N3m5j6088158;
	Wed, 23 Aug 2006 03:48:05 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N3m58x088157;
	Wed, 23 Aug 2006 03:48:05 GMT (envelope-from gshapiro)
Message-Id: <200608230348.k7N3m58x088157@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Wed, 23 Aug 2006 03:48:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:48:06 -0000

gshapiro    2006-08-23 03:48:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  sendmail has been upgraded from 8.13.6 to 8.13.8
  
  Revision    Changes    Path
  1.22.2.435  +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 03:54:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6D1FB16A4E2;
	Wed, 23 Aug 2006 03:54:47 +0000 (UTC) (envelope-from jdp@polstra.com)
Received: from blake.polstra.com (blake.polstra.com [64.81.189.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6638B43D72;
	Wed, 23 Aug 2006 03:54:45 +0000 (GMT) (envelope-from jdp@polstra.com)
Received: from strings.polstra.com (strings.polstra.com [64.81.189.67])
	by blake.polstra.com (8.13.6/8.13.6) with ESMTP id k7N3siuO014028;
	Tue, 22 Aug 2006 20:54:44 -0700 (PDT) (envelope-from jdp@polstra.com)
Message-ID: <XFMail.20060822205444.jdp@polstra.com>
X-Mailer: XFMail 1.5.5 on FreeBSD
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <20060823003109.GB17902@cdnetworks.co.kr>
Date: Tue, 22 Aug 2006 20:54:44 -0700 (PDT)
From: John Polstra <jdp@polstra.com>
To: Pyun YongHyeon <pyunyh@gmail.com>
Cc: src-committers@FreeBSD.org, "Patrick M. Hausen" <hausen@punkt.de>,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Gleb Smirnoff <glebius@FreeBSD.org>, Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 03:54:47 -0000

On 23-Aug-2006 Pyun YongHyeon wrote:
> On Tue, Aug 22, 2006 at 07:23:33PM +0400, Gleb Smirnoff wrote:
> I think that problem is different one. That problem happens when
> interrupt is shared with other devices. In these configuration
> em(4) misses lots of Tx completion interrupts and devices that
> use the shared interrupt stop working in the long run.
> It seems that debug.mpsafenet=0 mitigate the issue.
> 
>  > So I think there is a problem in FreeBSD or driver, not in chip.
>  > 
> Agreed. If my memory serve me right it introduced right after
> switching to taskqueue(9) in interrupt handling(rev, 1.98).

I was wondering about something in connection with this.  The em
interrupt handler is now a "fast" handler, but the interrupt is still
allocated with bus_alloc_resource_any(..., RF_SHAREABLE).  If I
remember correctly, fast interrupts cannot be shared.  So, isn't it
wrong to allocate the interrupt with RF_SHAREABLE?

John

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 04:08:46 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3AF2116A4E0;
	Wed, 23 Aug 2006 04:08:46 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 18A9A43D45;
	Wed, 23 Aug 2006 04:08:44 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k7N48GN0008207;
	Tue, 22 Aug 2006 22:08:21 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <44EBD4AE.2060304@samsco.org>
Date: Tue, 22 Aug 2006 22:08:14 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
	rv:1.7.13) Gecko/20060414
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: John Polstra <jdp@polstra.com>
References: <XFMail.20060822205444.jdp@polstra.com>
In-Reply-To: <XFMail.20060822205444.jdp@polstra.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed 
	version=3.1.1
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org
Cc: Pyun YongHyeon <pyunyh@gmail.com>, src-committers@FreeBSD.org,
	"Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org, Gleb Smirnoff <glebius@FreeBSD.org>,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 04:08:46 -0000

John Polstra wrote:

> On 23-Aug-2006 Pyun YongHyeon wrote:
> 
>>On Tue, Aug 22, 2006 at 07:23:33PM +0400, Gleb Smirnoff wrote:
>>I think that problem is different one. That problem happens when
>>interrupt is shared with other devices. In these configuration
>>em(4) misses lots of Tx completion interrupts and devices that
>>use the shared interrupt stop working in the long run.
>>It seems that debug.mpsafenet=0 mitigate the issue.
>>
>> > So I think there is a problem in FreeBSD or driver, not in chip.
>> > 
>>Agreed. If my memory serve me right it introduced right after
>>switching to taskqueue(9) in interrupt handling(rev, 1.98).
> 
> 
> I was wondering about something in connection with this.  The em
> interrupt handler is now a "fast" handler, but the interrupt is still
> allocated with bus_alloc_resource_any(..., RF_SHAREABLE).  If I
> remember correctly, fast interrupts cannot be shared.  So, isn't it
> wrong to allocate the interrupt with RF_SHAREABLE?
> 
> John

Fast interrupts have been sharable as of about a year ago.

Scott


From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 05:59:52 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8B74A16A4DE;
	Wed, 23 Aug 2006 05:59:52 +0000 (UTC)
	(envelope-from nsouch@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 480AB43D45;
	Wed, 23 Aug 2006 05:59:52 +0000 (GMT)
	(envelope-from nsouch@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N5xqw9005365;
	Wed, 23 Aug 2006 05:59:52 GMT
	(envelope-from nsouch@repoman.freebsd.org)
Received: (from nsouch@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N5xql7005364;
	Wed, 23 Aug 2006 05:59:52 GMT (envelope-from nsouch)
Message-Id: <200608230559.k7N5xql7005364@repoman.freebsd.org>
From: Nicolas Souchu <nsouch@FreeBSD.org>
Date: Wed, 23 Aug 2006 05:59:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: CVSROOT access
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 05:59:52 -0000

nsouch      2006-08-23 05:59:52 UTC

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
  Commit bit idle. Remove myself.
  
  Approved by:    core
  
  Revision  Changes    Path
  1.787     +0 -1      CVSROOT/access

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 07:22:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7DEF116A4DA;
	Wed, 23 Aug 2006 07:22:26 +0000 (UTC)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D99C343D58;
	Wed, 23 Aug 2006 07:22:25 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N7MP1H012299;
	Wed, 23 Aug 2006 07:22:25 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N7MPeR012298;
	Wed, 23 Aug 2006 07:22:25 GMT (envelope-from davidxu)
Message-Id: <200608230722.k7N7MPeR012298@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Wed, 23 Aug 2006 07:22:25 +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/sys/kern kern_thr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 07:22:26 -0000

davidxu     2006-08-23 07:22:25 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thr.c 
  Log:
  POSIX requires that higher numerical values for the priority represent
  higher priorities, so we should reverse the passed value here.
  
  Revision  Changes    Path
  1.50      +39 -39    src/sys/kern/kern_thr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 09:54:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 62B5516A4E0;
	Wed, 23 Aug 2006 09:54:47 +0000 (UTC) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1224143D49;
	Wed, 23 Aug 2006 09:54:47 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7N9skBi041892;
	Wed, 23 Aug 2006 09:54:46 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7N9skJn041888;
	Wed, 23 Aug 2006 09:54:46 GMT (envelope-from yar)
Message-Id: <200608230954.k7N9skJn041888@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Wed, 23 Aug 2006 09:54:46 +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/lib/libutil login.conf.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 09:54:47 -0000

yar         2006-08-23 09:54:46 UTC

  FreeBSD src repository

  Modified files:
    lib/libutil          login.conf.5 
  Log:
  Recognize the existence of `auth' and `auth-type'
  capabilities but tell they do nothing in the base system.
  
  This is a late responce to
  http://docs.freebsd.org/cgi/mid.cgi?ED759F1DC5ADD74592DD063B1EDEDAF803ACD2B5
  .
  
  Obtained from:  OpenBSD (wording; with minor corrections)
  
  Revision  Changes    Path
  1.58      +6 -1      src/lib/libutil/login.conf.5

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 10:10:31 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 61AB116A4DE;
	Wed, 23 Aug 2006 10:10:31 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 566EB43D6B;
	Wed, 23 Aug 2006 10:10:28 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k7NAAMem074812
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 23 Aug 2006 14:10:22 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
Received: (from glebius@localhost)
	by cell.sick.ru (8.13.4/8.13.1/Submit) id k7NAALEp074811;
	Wed, 23 Aug 2006 14:10:21 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
X-Authentication-Warning: cell.sick.ru: glebius set sender to
	glebius@FreeBSD.org using -f
Date: Wed, 23 Aug 2006 14:10:21 +0400
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Eric Anderson <anderson@centtech.com>
Message-ID: <20060823101021.GI96644@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>
	<44EB53E8.4030107@centtech.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <44EB53E8.4030107@centtech.com>
User-Agent: Mutt/1.5.6i
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 10:10:31 -0000

On Tue, Aug 22, 2006 at 01:58:48PM -0500, Eric Anderson wrote:
E> Ok.  Well, I just recalled that on a separate system (my workstation 
E> actually), I went from 6.1-R to 6-STABLE as of about 8 days ago, and it 
E> now exhibits the problem too, which hasn't happened before.

Can you please show the 'pciconf -lv' line that corresponds to this NIC?

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 11:22:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A362F16A4DE;
	Wed, 23 Aug 2006 11:22:17 +0000 (UTC)
	(envelope-from anderson@centtech.com)
Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFAB43D81;
	Wed, 23 Aug 2006 11:22:15 +0000 (GMT)
	(envelope-from anderson@centtech.com)
Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220])
	by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k7NBMESl028440;
	Wed, 23 Aug 2006 06:22:14 -0500 (CDT)
	(envelope-from anderson@centtech.com)
Message-ID: <44EC3A66.3010202@centtech.com>
Date: Wed, 23 Aug 2006 06:22:14 -0500
From: Eric Anderson <anderson@centtech.com>
User-Agent: Thunderbird 1.5.0.5 (X11/20060802)
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@FreeBSD.org>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>
	<44EB53E8.4030107@centtech.com>
	<20060823101021.GI96644@FreeBSD.org>
In-Reply-To: <20060823101021.GI96644@FreeBSD.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.87.1/1715/Wed Aug 23 03:25:01 2006 on
	mh1.centtech.com
X-Virus-Status: Clean
Cc: "Patrick M. Hausen" <hausen@punkt.de>, cvs-src@FreeBSD.org,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 11:22:17 -0000

On 08/23/06 05:10, Gleb Smirnoff wrote:
> On Tue, Aug 22, 2006 at 01:58:48PM -0500, Eric Anderson wrote:
> E> Ok.  Well, I just recalled that on a separate system (my workstation 
> E> actually), I went from 6.1-R to 6-STABLE as of about 8 days ago, and it 
> E> now exhibits the problem too, which hasn't happened before.
> 
> Can you please show the 'pciconf -lv' line that corresponds to this NIC?
> 


em0@pci2:12:0:  class=0x020000 card=0x01441028 chip=0x100e8086 rev=0x02 
hdr=0x00
     vendor   = 'Intel Corporation'
     device   = '82540EM Gigabit Ethernet Controller'
     class    = network
     subclass = ethernet

FreeBSD proton.centtech.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 
08:42:00 CDT 2006

Eric



-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 11:31:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3F07416A4DF;
	Wed, 23 Aug 2006 11:31:28 +0000 (UTC)
	(envelope-from remko@freebsd.org)
Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 75DB443D4C;
	Wed, 23 Aug 2006 11:31:17 +0000 (GMT)
	(envelope-from remko@freebsd.org)
Received: from localhost (caelis.elvandar.org [217.148.169.59])
	by caelis.elvandar.org (Postfix) with ESMTP id 5E90B92FD6F;
	Wed, 23 Aug 2006 13:31:16 +0200 (CEST)
Received: from caelis.elvandar.org ([217.148.169.59])
	by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new,
	port 10024)
	with ESMTP id 23664-09; Wed, 23 Aug 2006 13:31:15 +0200 (CEST)
Message-ID: <44EC3C83.7030700@FreeBSD.org>
Date: Wed, 23 Aug 2006 13:31:15 +0200
From: Remko Lodder <remko@FreeBSD.org>
User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719)
MIME-Version: 1.0
To: Eric Anderson <anderson@centtech.com>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>	<20060822152333.GV96644@FreeBSD.org>	<44EB220A.5000709@centtech.com>	<20060822153210.GW96644@FreeBSD.org>	<44EB2437.5070206@centtech.com>	<20060822185313.GX96644@FreeBSD.org>	<44EB53E8.4030107@centtech.com>	<20060823101021.GI96644@FreeBSD.org>
	<44EC3A66.3010202@centtech.com>
In-Reply-To: <44EC3A66.3010202@centtech.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by the elvandar.org maildomain
Cc: src-committers@FreeBSD.org, "Patrick M. Hausen" <hausen@punkt.de>,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Gleb Smirnoff <glebius@FreeBSD.org>, Pyun YongHyeon <yongari@FreeBSD.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: remko@FreeBSD.org
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 11:31:28 -0000

Eric Anderson wrote:
> On 08/23/06 05:10, Gleb Smirnoff wrote:
>> On Tue, Aug 22, 2006 at 01:58:48PM -0500, Eric Anderson wrote:
>> E> Ok.  Well, I just recalled that on a separate system (my 
>> workstation E> actually), I went from 6.1-R to 6-STABLE as of about 8 
>> days ago, and it E> now exhibits the problem too, which hasn't 
>> happened before.
>>
>> Can you please show the 'pciconf -lv' line that corresponds to this NIC?
>>
> 
> 
> em0@pci2:12:0:  class=0x020000 card=0x01441028 chip=0x100e8086 rev=0x02 
> hdr=0x00
>     vendor   = 'Intel Corporation'
>     device   = '82540EM Gigabit Ethernet Controller'
>     class    = network
>     subclass = ethernet
> 
> FreeBSD proton.centtech.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 
> 08:42:00 CDT 2006
> 
> Eric
> 
> 
> 

Same issue here:

em0@pci0:9:0:   class=0x020000 card=0x11138086 chip=0x10768086 rev=0x00 
hdr=0x00
     vendor   = 'Intel Corporation'
     device   = '82547EI Gigabit Ethernet Controller'
     class    = network
     subclass = ethernet

FreeBSD guardian.elvandar.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Aug 
15 23:36:48 CEST 2006 [..] i386


-- 
Kind regards,

      Remko Lodder               ** remko@elvandar.org
      FreeBSD                    ** remko@FreeBSD.org

      /* Quis custodiet ipsos custodes */

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 11:33:25 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A948416A523;
	Wed, 23 Aug 2006 11:33:25 +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 17A5E43DD8;
	Wed, 23 Aug 2006 11:33:06 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NBWsC6065374;
	Wed, 23 Aug 2006 11:32:54 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NBWsRE065373;
	Wed, 23 Aug 2006 11:32:54 GMT (envelope-from glebius)
Message-Id: <200608231132.k7NBWsRE065373@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Wed, 23 Aug 2006 11:32:54 +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/sys/dev/bge if_bge.c if_bgereg.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 11:33:25 -0000

glebius     2006-08-23 11:32:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Pack several boolean fields into single bge_flags field.
  
  Revision  Changes    Path
  1.139     +36 -31    src/sys/dev/bge/if_bge.c
  1.52      +7 -6      src/sys/dev/bge/if_bgereg.h

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:06:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9039316A4DF;
	Wed, 23 Aug 2006 12:06:50 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6D10843D70;
	Wed, 23 Aug 2006 12:06:49 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NC6nIO068572;
	Wed, 23 Aug 2006 12:06:49 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NC6nUt068571;
	Wed, 23 Aug 2006 12:06:49 GMT (envelope-from ru)
Message-Id: <200608231206.k7NC6nUt068571@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:06:49 +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/lib/libdisk write_alpha_disk.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:06:50 -0000

ru          2006-08-23 12:06:49 UTC

  FreeBSD src repository

  Removed files:
    lib/libdisk          write_alpha_disk.c 
  Log:
  Remove alpha-specific stuff.
  
  Revision  Changes    Path
  1.13      +0 -88     src/lib/libdisk/write_alpha_disk.c (dead)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:07:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E956F16A51A;
	Wed, 23 Aug 2006 12:07:41 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A89AB43D49;
	Wed, 23 Aug 2006 12:07:41 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NC7fLk068716;
	Wed, 23 Aug 2006 12:07:41 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NC7f3I068715;
	Wed, 23 Aug 2006 12:07:41 GMT (envelope-from ru)
Message-Id: <200608231207.k7NC7f3I068715@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:07:41 +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/lib/libkvm kvm_alpha.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:07:42 -0000

ru          2006-08-23 12:07:41 UTC

  FreeBSD src repository

  Removed files:
    lib/libkvm           kvm_alpha.c 
  Log:
  Remove alpha-specific stuff.
  
  Revision  Changes    Path
  1.9       +0 -213    src/lib/libkvm/kvm_alpha.c (dead)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:08:27 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 98FA716A4DA;
	Wed, 23 Aug 2006 12:08:27 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B24043D5F;
	Wed, 23 Aug 2006 12:08:27 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NC8Rin068769;
	Wed, 23 Aug 2006 12:08:27 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NC8RJN068768;
	Wed, 23 Aug 2006 12:08:27 GMT (envelope-from ru)
Message-Id: <200608231208.k7NC8RJN068768@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:08:27 +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/lib/libthread_db/arch/alpha libc_r_md.c
	libpthread_md.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:08:27 -0000

ru          2006-08-23 12:08:27 UTC

  FreeBSD src repository

  Removed files:
    lib/libthread_db/arch/alpha libc_r_md.c libpthread_md.c 
  Log:
  Remove alpha-specific stuff.
  
  Revision  Changes    Path
  1.3       +0 -73     src/lib/libthread_db/arch/alpha/libc_r_md.c (dead)
  1.4       +0 -62     src/lib/libthread_db/arch/alpha/libpthread_md.c (dead)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:11:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C372516A4DE;
	Wed, 23 Aug 2006 12:11:18 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7695343D76;
	Wed, 23 Aug 2006 12:11:18 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NCBIP7069158;
	Wed, 23 Aug 2006 12:11:18 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NCBIsl069157;
	Wed, 23 Aug 2006 12:11:18 GMT (envelope-from ru)
Message-Id: <200608231211.k7NCBIsl069157@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:11:18 +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/usr.bin/gprof alpha.h gprof.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:11:18 -0000

ru          2006-08-23 12:11:18 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/gprof        gprof.h 
  Removed files:
    usr.bin/gprof        alpha.h 
  Log:
  Remove alpha-specific stuff.
  
  Revision  Changes    Path
  1.3       +0 -44     src/usr.bin/gprof/alpha.h (dead)
  1.25      +0 -3      src/usr.bin/gprof/gprof.h

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:12:09 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 10A9616A4DE;
	Wed, 23 Aug 2006 12:12:09 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1928E43D72;
	Wed, 23 Aug 2006 12:12:06 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NCC6FJ069221;
	Wed, 23 Aug 2006 12:12:06 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NCC6gI069220;
	Wed, 23 Aug 2006 12:12:06 GMT (envelope-from ru)
Message-Id: <200608231212.k7NCC6gI069220@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:12:06 +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/usr.bin/truss alpha-fbsd.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:12:09 -0000

ru          2006-08-23 12:12:06 UTC

  FreeBSD src repository

  Removed files:
    usr.bin/truss        alpha-fbsd.c 
  Log:
  Remove alpha-specific stuff.
  
  Revision  Changes    Path
  1.20      +0 -360    src/usr.bin/truss/alpha-fbsd.c (dead)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:12:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5074B16A4E1;
	Wed, 23 Aug 2006 12:12:57 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 01B4E43D70;
	Wed, 23 Aug 2006 12:12:57 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NCCuAG069265;
	Wed, 23 Aug 2006 12:12:56 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NCCurd069264;
	Wed, 23 Aug 2006 12:12:56 GMT (envelope-from ru)
Message-Id: <200608231212.k7NCCurd069264@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:12:56 +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/usr.bin/xlint/arch/alpha targparam.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:12:57 -0000

ru          2006-08-23 12:12:56 UTC

  FreeBSD src repository

  Removed files:
    usr.bin/xlint/arch/alpha targparam.h 
  Log:
  Remove alpha-specific stuff.
  
  Revision  Changes    Path
  1.2       +0 -53     src/usr.bin/xlint/arch/alpha/targparam.h (dead)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:14:27 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8079A16A4DA;
	Wed, 23 Aug 2006 12:14:27 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E00D643D49;
	Wed, 23 Aug 2006 12:14:26 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NCEQZQ069359;
	Wed, 23 Aug 2006 12:14:26 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NCEQUA069358;
	Wed, 23 Aug 2006 12:14:26 GMT (envelope-from ru)
Message-Id: <200608231214.k7NCEQUA069358@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:14:26 +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/gnu/usr.bin/gdb/arch/alpha Makefile config.h
 init.c src/gnu/usr.bin/gdb/kgdb trgt_alpha.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:14:27 -0000

ru          2006-08-23 12:14:26 UTC

  FreeBSD src repository

  Removed files:
    gnu/usr.bin/gdb/arch/alpha Makefile config.h init.c 
    gnu/usr.bin/gdb/kgdb trgt_alpha.c 
  Log:
  Remove alpha-specific stuff.
  
  Approved by:    marcel
  
  Revision  Changes    Path
  1.4       +0 -13     src/gnu/usr.bin/gdb/arch/alpha/Makefile (dead)
  1.4       +0 -553    src/gnu/usr.bin/gdb/arch/alpha/config.h (dead)
  1.3       +0 -228    src/gnu/usr.bin/gdb/arch/alpha/init.c (dead)
  1.5       +0 -183    src/gnu/usr.bin/gdb/kgdb/trgt_alpha.c (dead)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 12:42:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C82A416A4FE;
	Wed, 23 Aug 2006 12:42:30 +0000 (UTC)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 39A2643DC3;
	Wed, 23 Aug 2006 12:42:23 +0000 (GMT)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NCgM0I072699;
	Wed, 23 Aug 2006 12:42:22 GMT
	(envelope-from thomas@repoman.freebsd.org)
Received: (from thomas@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NCgM6k072698;
	Wed, 23 Aug 2006 12:42:22 GMT (envelope-from thomas)
Message-Id: <200608231242.k7NCgM6k072698@repoman.freebsd.org>
From: Thomas Quinot <thomas@FreeBSD.org>
Date: Wed, 23 Aug 2006 12:42:22 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sbin/dump dump.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 12:42:30 -0000

thomas      2006-08-23 12:42:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/dump            dump.8 
  Log:
  MFC rev. 1.74 to RELENG_6:
  Clarify documentation of '-L' command line switch.
  
  Revision  Changes    Path
  1.70.2.3  +2 -1      src/sbin/dump/dump.8

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 13:10:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6BBF616A4DE;
	Wed, 23 Aug 2006 13:10:02 +0000 (UTC) (envelope-from stb@lassitu.de)
Received: from koef.zs64.net (koef.zs64.net [213.238.47.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D8A7443D4C;
	Wed, 23 Aug 2006 13:10:01 +0000 (GMT) (envelope-from stb@lassitu.de)
Received: (from stb@koef.zs64.net) (authenticated)
	by koef.zs64.net (8.13.8/8.13.7) with ESMTP id k7ND9mgc065654
	(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO);
	Wed, 23 Aug 2006 15:09:59 +0200 (CEST) (envelope-from stb@lassitu.de)
In-Reply-To: <20060822190223.GB89314@hugo10.ka.punkt.de>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>
	<20060822190223.GB89314@hugo10.ka.punkt.de>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Message-Id: <F1B78FCF-7C22-436E-BAAE-57F2ACA45994@lassitu.de>
Content-Transfer-Encoding: 7bit
From: Stefan Bethke <stb@lassitu.de>
Date: Wed, 23 Aug 2006 15:09:11 +0200
To: "Patrick M. Hausen" <hausen@punkt.de>
X-Mailer: Apple Mail (2.752.2)
Cc: cvs-src@freebsd.org, Gleb Smirnoff <glebius@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org,
	Pyun YongHyeon <yongari@freebsd.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 13:10:02 -0000

Am 22.08.2006 um 21:02 schrieb Patrick M. Hausen:

> em interface, FTPing a large file while putting disk and cpu/memory
> load on the box -> occasional but easily reproducable complete hangs
> of network communication (ssh, ping - no reaction). Every time a
>
> em0: Missing Tx completion interrupt!
>
> is logged.

I have no idea whether the effect I'm seeing is related at all, but  
the description fits.  If I load the CPU (make world -j4 or gzip -9 </ 
dev/random >/dev/null), traffic over re0 stops and I get

Aug 22 09:30:20 diesel kernel: re0: watchdog timeout
Aug 22 09:30:20 diesel kernel: re0: link state changed to DOWN
Aug 22 09:30:23 diesel kernel: re0: link state changed to UP
Aug 22 09:30:35 diesel kernel: re0: watchdog timeout
Aug 22 09:30:35 diesel kernel: re0: link state changed to DOWN
Aug 22 09:30:39 diesel kernel: re0: link state changed to UP

until I stop the CPU hog; then, it appears to be working fine again.   
I've got two rl's in there as well, and they appear to be completely  
unaffected.

FreeBSD diesel 6.1-STABLE FreeBSD 6.1-STABLE #9: Fri Aug 18 00:32:12  
CEST 2006     root@diesel:/usr/obj/usr/src/sys/DIESEL  i386

rl0: <RealTek 8139 10/100BaseTX> port 0xe800-0xe8ff mem  
0xdfdff000-0xdfdff0ff irq 16 at device 0.0 on pci1
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:a1:b0:f0:aa:a2
rl1: <RealTek 8139 10/100BaseTX> port 0xec00-0xecff mem  
0xdfdfe000-0xdfdfe0ff irq 17 at device 5.0 on pci1
miibus1: <MII bus> on rl1
rlphy1: <RealTek internal media interface> on miibus1
rlphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl1: Ethernet address: 00:a1:b0:f0:a8:57
re0: <RealTek 8169SB/8110SB Single-chip Gigabit Ethernet> port  
0xea00-0xeaff mem 0xdfdfd000-0xdfdfd0ff irq 18 at device 10.0 on pci1
miibus2: <MII bus> on re0
rgephy0: <RTL8169S/8110S media interface> on miibus2
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,  
1000baseTX-FDX, auto
re0: Ethernet address: 00:01:29:2c:44:e9
re0: [FAST]

rl0@pci1:0:0:   class=0x020000 card=0x813910ec chip=0x813910ec  
rev=0x10 hdr=0x00
     vendor   = 'Realtek Semiconductor'
     device   = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
     class    = network
     subclass = ethernet
rl1@pci1:5:0:   class=0x020000 card=0x813910ec chip=0x813910ec  
rev=0x10 hdr=0x00
     vendor   = 'Realtek Semiconductor'
     device   = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
     class    = network
     subclass = ethernet
re0@pci1:10:0:  class=0x020000 card=0x100a15bd chip=0x816910ec  
rev=0x10 hdr=0x00
     vendor   = 'Realtek Semiconductor'
     device   = 'RTL8169 Gigabit Ethernet Adapter'
     class    = network
     subclass = ethernet


-- 
Stefan Bethke <stb@lassitu.de>   Fon +49 170 346 0140



From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 14:29:33 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 56E8E16A4DA;
	Wed, 23 Aug 2006 14:29:33 +0000 (UTC)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD7243D6A;
	Wed, 23 Aug 2006 14:29:18 +0000 (GMT)
	(envelope-from dwmalone@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NETIIr095748;
	Wed, 23 Aug 2006 14:29:18 GMT
	(envelope-from dwmalone@repoman.freebsd.org)
Received: (from dwmalone@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NETIKL095747;
	Wed, 23 Aug 2006 14:29:18 GMT (envelope-from dwmalone)
Message-Id: <200608231429.k7NETIKL095747@repoman.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Wed, 23 Aug 2006 14:29:18 +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/ipfw ipfw2.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 14:29:33 -0000

dwmalone    2006-08-23 14:29:18 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw2.c 
  Log:
  A pipe bandwidth of 10MBits/s should probably
  be understood as    10Mbits/s not 10MBytes/s.
  
  Submitted by:   Gavin McCullagh <gavin.mccullagh@nuim.ie>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.96      +2 -1      src/sbin/ipfw/ipfw2.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 15:37:14 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2914C16A4E0;
	Wed, 23 Aug 2006 15:37:14 +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 92FAB43D7F;
	Wed, 23 Aug 2006 15:37:07 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NFb7PQ001415;
	Wed, 23 Aug 2006 15:37:07 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NFb7rv001414;
	Wed, 23 Aug 2006 15:37:07 GMT (envelope-from glebius)
Message-Id: <200608231537.k7NFb7rv001414@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Wed, 23 Aug 2006 15:37:07 +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/sys/dev/mii brgphy.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 15:37:14 -0000

glebius     2006-08-23 15:37:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          brgphy.c 
  Log:
  Pack several boolean fields into single bge_flags field.
  
  Revision  Changes    Path
  1.45      +1 -1      src/sys/dev/mii/brgphy.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 15:59:44 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3C35B16A4E1;
	Wed, 23 Aug 2006 15:59:44 +0000 (UTC)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE0F343D68;
	Wed, 23 Aug 2006 15:59:43 +0000 (GMT)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NFxhcf013299;
	Wed, 23 Aug 2006 15:59:43 GMT
	(envelope-from thomas@repoman.freebsd.org)
Received: (from thomas@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NFxhwI013298;
	Wed, 23 Aug 2006 15:59:43 GMT (envelope-from thomas)
Message-Id: <200608231559.k7NFxhwI013298@repoman.freebsd.org>
From: Thomas Quinot <thomas@FreeBSD.org>
Date: Wed, 23 Aug 2006 15:59: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/usr.sbin/rpc.lockd lockd.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 15:59:44 -0000

thomas      2006-08-23 15:59:43 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.lockd   lockd.c 
  Log:
  Set alarm timer for grace period from the grace_period variable, instead
  of hard-coding a value of 10 seconds. Command line flag -g is thus now
  correctly taken into account.
  
  PR:             bin/102176
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +1 -1      src/usr.sbin/rpc.lockd/lockd.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 16:28:03 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DED3316A4DA;
	Wed, 23 Aug 2006 16:28:03 +0000 (UTC)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9E73143D76;
	Wed, 23 Aug 2006 16:28:03 +0000 (GMT)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NGS3fU016530;
	Wed, 23 Aug 2006 16:28:03 GMT
	(envelope-from rink@repoman.freebsd.org)
Received: (from rink@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NGS3Tv016529;
	Wed, 23 Aug 2006 16:28:03 GMT (envelope-from rink)
Message-Id: <200608231628.k7NGS3Tv016529@repoman.freebsd.org>
From: Rink Springer <rink@FreeBSD.org>
Date: Wed, 23 Aug 2006 16:28:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/i386/conf XBOX src/sys/i386/include xbox.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 16:28:04 -0000

rink        2006-08-23 16:28:03 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_6)
    sys/i386/conf        XBOX 
    sys/i386/include     xbox.h 
  Log:
  MFC: FreeBSD/xbox.
  
  Added files missed during the import.
  
  Reminded by:    ?yvind Kolbu <oyvind@kolbu.ws>
  Reviewed by:    imp
  Approved by:    imp
  
  Revision  Changes    Path
  1.7.2.1   +107 -0    src/sys/i386/conf/XBOX (new)
  1.3.2.1   +50 -0     src/sys/i386/include/xbox.h (new)

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 17:24:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 921F216A4DD;
	Wed, 23 Aug 2006 17:24:30 +0000 (UTC)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5002543D45;
	Wed, 23 Aug 2006 17:24:30 +0000 (GMT)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NHOUZG028554;
	Wed, 23 Aug 2006 17:24:30 GMT
	(envelope-from thomas@repoman.freebsd.org)
Received: (from thomas@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NHOUkQ028553;
	Wed, 23 Aug 2006 17:24:30 GMT (envelope-from thomas)
Message-Id: <200608231724.k7NHOUkQ028553@repoman.freebsd.org>
From: Thomas Quinot <thomas@FreeBSD.org>
Date: Wed, 23 Aug 2006 17:24:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/usr.sbin/rpc.lockd kern.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 17:24:30 -0000

thomas      2006-08-23 17:24:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/rpc.lockd   kern.c 
  Log:
  MFC revs 1.20 and 1.21 to RELENG_6:
  * Use setproctitle(3) to provide identification of the client and server
    processes
  * style fix of above.
  
  Revision  Changes    Path
  1.16.2.2  +2 -0      src/usr.sbin/rpc.lockd/kern.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 19:16:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AE8FF16A4DE;
	Wed, 23 Aug 2006 19:16:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 43B4E43D66;
	Wed, 23 Aug 2006 19:16:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NJGIZd038842;
	Wed, 23 Aug 2006 19:16:18 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NJGIZ9038841;
	Wed, 23 Aug 2006 19:16:18 GMT (envelope-from jhb)
Message-Id: <200608231916.k7NJGIZ9038841@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Wed, 23 Aug 2006 19:16:18 +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/gnu/usr.bin/gdb/kgdb trgt_amd64.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 19:16:18 -0000

jhb         2006-08-23 19:16:17 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb trgt_amd64.c 
  Log:
  Remove special handling for PC == 0.  With this, kgdb can now properly
  unwind across a page fault due to a null function pointer.  It does a
  better job than ddb now in fact.
  
  Reviewed by:    marcel
  MFC after:      3 days
  
  Revision  Changes    Path
  1.7       +1 -6      src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:01:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E54DC16A4DE;
	Wed, 23 Aug 2006 22:01:10 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA8943D49;
	Wed, 23 Aug 2006 22:01:10 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM1Anh023266;
	Wed, 23 Aug 2006 22:01:10 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM1AaQ023255;
	Wed, 23 Aug 2006 22:01:10 GMT (envelope-from cperciva)
Message-Id: <200608232201.k7NM1AaQ023255@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:01:09 +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/sys/net if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:01:11 -0000

cperciva    2006-08-23 22:01:09 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  
  Revision  Changes    Path
  1.125     +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:01:44 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D542716A4E5;
	Wed, 23 Aug 2006 22:01:44 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B16B43D49;
	Wed, 23 Aug 2006 22:01:44 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM1iWw023369;
	Wed, 23 Aug 2006 22:01:44 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM1iNM023368;
	Wed, 23 Aug 2006 22:01:44 GMT (envelope-from cperciva)
Message-Id: <200608232201.k7NM1iNM023368@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:01:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/net if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:01:44 -0000

cperciva    2006-08-23 22:01:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  
  Revision   Changes    Path
  1.119.2.3  +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:02:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2C88A16A4DA;
	Wed, 23 Aug 2006 22:02:26 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D5DCC43D4C;
	Wed, 23 Aug 2006 22:02:25 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM2PTi023545;
	Wed, 23 Aug 2006 22:02:25 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM2PoP023544;
	Wed, 23 Aug 2006 22:02:25 GMT (envelope-from cperciva)
Message-Id: <200608232202.k7NM2PoP023544@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:02:25 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6_1
Cc: 
Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:02:26 -0000

cperciva    2006-08-23 22:02:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6_1)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  Approved by:    so (cperciva)
  
  Revision        Changes    Path
  1.416.2.22.2.6  +3 -0      src/UPDATING
  1.69.2.11.2.6   +1 -1      src/sys/conf/newvers.sh
  1.119.2.2.2.1   +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:02:53 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A346016A584;
	Wed, 23 Aug 2006 22:02:53 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFFB43D55;
	Wed, 23 Aug 2006 22:02:53 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM2q2j023665;
	Wed, 23 Aug 2006 22:02:52 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM2qfo023663;
	Wed, 23 Aug 2006 22:02:52 GMT (envelope-from cperciva)
Message-Id: <200608232202.k7NM2qfo023663@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:02:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6_0
Cc: 
Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:02:53 -0000

cperciva    2006-08-23 22:02:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6_0)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  Approved by:    so (cperciva)
  
  Revision        Changes    Path
  1.416.2.3.2.15  +3 -0      src/UPDATING
  1.69.2.8.2.11   +1 -1      src/sys/conf/newvers.sh
  1.119.2.1.2.1   +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:03:56 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 33BCF16A4DE;
	Wed, 23 Aug 2006 22:03:56 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B9B5E43D53;
	Wed, 23 Aug 2006 22:03:55 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM3tZ7025102;
	Wed, 23 Aug 2006 22:03:55 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM3tBk025098;
	Wed, 23 Aug 2006 22:03:55 GMT (envelope-from cperciva)
Message-Id: <200608232203.k7NM3tBk025098@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:03:55 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/net if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:03:56 -0000

cperciva    2006-08-23 22:03:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  
  Revision   Changes    Path
  1.113.2.3  +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:04:29 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 F362F16A4DD;
	Wed, 23 Aug 2006 22:04:28 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AB41343D49;
	Wed, 23 Aug 2006 22:04:28 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM4SGs025239;
	Wed, 23 Aug 2006 22:04:28 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM4S6x025238;
	Wed, 23 Aug 2006 22:04:28 GMT (envelope-from cperciva)
Message-Id: <200608232204.k7NM4S6x025238@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:04:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5_5
Cc: 
Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:04:29 -0000

cperciva    2006-08-23 22:04:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_5)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  Approved by:    so (cperciva)
  
  Revision        Changes    Path
  1.342.2.35.2.3  +3 -0      src/UPDATING
  1.62.2.21.2.5   +1 -1      src/sys/conf/newvers.sh
  1.113.2.2.4.1   +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:04:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B8CB116A4DD;
	Wed, 23 Aug 2006 22:04:58 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4A243D49;
	Wed, 23 Aug 2006 22:04:58 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM4wSI025342;
	Wed, 23 Aug 2006 22:04:58 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM4woG025341;
	Wed, 23 Aug 2006 22:04:58 GMT (envelope-from cperciva)
Message-Id: <200608232204.k7NM4woG025341@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:04:58 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5_4
Cc: 
Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:04:58 -0000

cperciva    2006-08-23 22:04:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_4)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  Approved by:    so (cperciva)
  
  Revision         Changes    Path
  1.342.2.24.2.26  +3 -0      src/UPDATING
  1.62.2.18.2.22   +1 -1      src/sys/conf/newvers.sh
  1.113.2.2.2.1    +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:05:49 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CC7CB16A4E1;
	Wed, 23 Aug 2006 22:05:49 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B41943D46;
	Wed, 23 Aug 2006 22:05:49 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM5nJd025477;
	Wed, 23 Aug 2006 22:05:49 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM5nwX025476;
	Wed, 23 Aug 2006 22:05:49 GMT (envelope-from cperciva)
Message-Id: <200608232205.k7NM5nwX025476@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:05:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5_3
Cc: 
Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:05:49 -0000

cperciva    2006-08-23 22:05:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_3)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  Approved by:    so (cperciva)
  
  Revision         Changes    Path
  1.342.2.13.2.35  +3 -0      src/UPDATING
  1.62.2.15.2.37   +1 -1      src/sys/conf/newvers.sh
  1.113.2.1.2.1    +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:06:08 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CFDA816A580;
	Wed, 23 Aug 2006 22:06:08 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5D043D49;
	Wed, 23 Aug 2006 22:06:08 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM68nn025526;
	Wed, 23 Aug 2006 22:06:08 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM68ub025525;
	Wed, 23 Aug 2006 22:06:08 GMT (envelope-from cperciva)
Message-Id: <200608232206.k7NM68ub025525@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:06:08 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/sys/net if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:06:08 -0000

cperciva    2006-08-23 22:06:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  
  Revision   Changes    Path
  1.59.2.15  +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:06:42 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C4EB516A501;
	Wed, 23 Aug 2006 22:06:42 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D44CA43D69;
	Wed, 23 Aug 2006 22:06:40 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NM6eNo025607;
	Wed, 23 Aug 2006 22:06:40 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NM6eW2025606;
	Wed, 23 Aug 2006 22:06:40 GMT (envelope-from cperciva)
Message-Id: <200608232206.k7NM6eW2025606@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:06:40 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4_11
Cc: 
Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:06:42 -0000

cperciva    2006-08-23 22:06:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4_11)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/net              if_spppsubr.c 
  Log:
  Correct buffer overflow in the handling of LCP options in ppp(4)
  
  Security:       FreeBSD-SA-06:18.ppp
  Approved by:    so (cperciva)
  
  Revision        Changes    Path
  1.73.2.91.2.21  +3 -0      src/UPDATING
  1.44.2.39.2.24  +1 -1      src/sys/conf/newvers.sh
  1.59.2.13.10.1  +24 -12    src/sys/net/if_spppsubr.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 22:46:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5CC4E16A4DF;
	Wed, 23 Aug 2006 22:46:38 +0000 (UTC)
	(envelope-from ceri@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7FD43D60;
	Wed, 23 Aug 2006 22:44:40 +0000 (GMT)
	(envelope-from ceri@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NMi0J9027699;
	Wed, 23 Aug 2006 22:44:00 GMT
	(envelope-from ceri@repoman.freebsd.org)
Received: (from ceri@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NMi0sN027698;
	Wed, 23 Aug 2006 22:44:00 GMT (envelope-from ceri)
Message-Id: <200608232244.k7NMi0sN027698@repoman.freebsd.org>
From: Ceri Davies <ceri@FreeBSD.org>
Date: Wed, 23 Aug 2006 22:44:00 +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/fsdb fsdb.8 fsdb.c fsdbutil.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 22:46:38 -0000

ceri        2006-08-23 22:44:00 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsdb            fsdb.8 fsdb.c fsdbutil.c 
  Log:
  Allow fsdb to manipulate the birthtime entries on UFS2.
  
  Approved by:    jhb
  MFC after:      1 month
  
  Revision  Changes    Path
  1.30      +5 -3      src/sbin/fsdb/fsdb.8
  1.34      +18 -0     src/sbin/fsdb/fsdb.c
  1.20      +6 -0      src/sbin/fsdb/fsdbutil.c

From owner-cvs-src@FreeBSD.ORG  Wed Aug 23 23:51:31 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2107916A4DD;
	Wed, 23 Aug 2006 23:51:31 +0000 (UTC) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 310C943D5D;
	Wed, 23 Aug 2006 23:51:30 +0000 (GMT) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7NNpU3N032683;
	Wed, 23 Aug 2006 23:51:30 GMT (envelope-from rik@repoman.freebsd.org)
Received: (from rik@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7NNpU4m032682;
	Wed, 23 Aug 2006 23:51:30 GMT (envelope-from rik)
Message-Id: <200608232351.k7NNpU4m032682@repoman.freebsd.org>
From: Roman Kurakin <rik@FreeBSD.org>
Date: Wed, 23 Aug 2006 23:51:29 +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/share/examples/drivers make_pseudo_driver.sh
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Aug 2006 23:51:31 -0000

rik         2006-08-23 23:51:29 UTC

  FreeBSD src repository

  Modified files:
    share/examples/drivers make_pseudo_driver.sh 
  Log:
  Fix path for source file in files.FOO.
  
  Revision  Changes    Path
  1.13      +1 -1      src/share/examples/drivers/make_pseudo_driver.sh

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 02:36:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A311816A4DF;
	Thu, 24 Aug 2006 02:36:28 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 64AF543D64;
	Thu, 24 Aug 2006 02:36:27 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O2aRVH053387;
	Thu, 24 Aug 2006 02:36:27 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O2aRv7053386;
	Thu, 24 Aug 2006 02:36:27 GMT (envelope-from marcel)
Message-Id: <200608240236.k7O2aRv7053386@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Thu, 24 Aug 2006 02:36:27 +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/gnu/usr.bin/binutils/libbfd Makefile.powerpc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 02:36:28 -0000

marcel      2006-08-24 02:36:22 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/binutils/libbfd Makefile.powerpc 
  Log:
  Add rs6000 to the architectures on PowerPC. It's needed by gdb(1).
  
  Revision  Changes    Path
  1.9       +2 -0      src/gnu/usr.bin/binutils/libbfd/Makefile.powerpc

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 02:43:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 272CD16A4DA;
	Thu, 24 Aug 2006 02:43:23 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D0E9F43D45;
	Thu, 24 Aug 2006 02:43:22 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O2hMRv053785;
	Thu, 24 Aug 2006 02:43:22 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O2hMF2053782;
	Thu, 24 Aug 2006 02:43:22 GMT (envelope-from marcel)
Message-Id: <200608240243.k7O2hMF2053782@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Thu, 24 Aug 2006 02:43:21 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Cc: 
Subject: cvs commit: src/contrib/gdb/gdb - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 02:43:23 -0000

marcel      2006-08-24 02:43:21 UTC

  FreeBSD src repository

  src/contrib/gdb/gdb - Imported sources
  Update of /home/ncvs/src/contrib/gdb/gdb
  In directory repoman.freebsd.org:/tmp/cvs-serv53695
  
  Log Message:
  Add support for PowerPC. These files are added onto the FSF branch
  to avoid future conflicts.
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	v6_1_1
  		
  N src/contrib/gdb/gdb/ppcfbsd-tdep.h
  N src/contrib/gdb/gdb/ppcfbsd-tdep.c
  N src/contrib/gdb/gdb/ppcfbsd-nat.c
  N src/contrib/gdb/gdb/config/powerpc/nm-fbsd.h
  N src/contrib/gdb/gdb/config/powerpc/fbsd.mt
  N src/contrib/gdb/gdb/config/powerpc/fbsd.mh
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 02:44:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E76FB16A4DD;
	Thu, 24 Aug 2006 02:44:59 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 96C9343D4C;
	Thu, 24 Aug 2006 02:44:59 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O2ixL3053940;
	Thu, 24 Aug 2006 02:44:59 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O2ix4t053935;
	Thu, 24 Aug 2006 02:44:59 GMT (envelope-from marcel)
Message-Id: <200608240244.k7O2ix4t053935@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Thu, 24 Aug 2006 02:44:59 +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/gnu/usr.bin/gdb Makefile
 src/gnu/usr.bin/gdb/arch/powerpc Makefile config.h init.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 02:45:00 -0000

marcel      2006-08-24 02:44:59 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb      Makefile 
  Added files:
    gnu/usr.bin/gdb/arch/powerpc Makefile config.h init.c 
  Log:
  Add basic support for PowerPC. This excludes kgdb(1).
  
  Revision  Changes    Path
  1.10      +5 -1      src/gnu/usr.bin/gdb/Makefile
  1.1       +14 -0     src/gnu/usr.bin/gdb/arch/powerpc/Makefile (new)
  1.1       +553 -0    src/gnu/usr.bin/gdb/arch/powerpc/config.h (new)
  1.1       +228 -0    src/gnu/usr.bin/gdb/arch/powerpc/init.c (new)

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 05:06:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 97D3516A4DD
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 05:06:21 +0000 (UTC)
	(envelope-from pyunyh@gmail.com)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9727643D49
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 05:06:18 +0000 (GMT)
	(envelope-from pyunyh@gmail.com)
Received: by py-out-1112.google.com with SMTP id o67so503377pye
	for <cvs-src@freebsd.org>; Wed, 23 Aug 2006 22:06:18 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent;
	b=luN9tz4V9iFWzYck1G/eJEayXtUGhbpwLEl8KHedrFs3f670QctF+deFNGudPrOJ2nwBBpnNlx5LEFCAWUKzSOC3GHQO4+mGZVnthRFrTJAK7PThItkuVdLgw4P5Rw1ueCNMLX6X4CzrqOxCOAHn9fim2ld/FQLWDAjcaPowqHk=
Received: by 10.35.41.14 with SMTP id t14mr2004421pyj;
	Wed, 23 Aug 2006 22:06:18 -0700 (PDT)
Received: from michelle.cdnetworks.co.kr ( [211.53.35.84])
	by mx.gmail.com with ESMTP id 16sm2036nzo.2006.08.23.22.06.14;
	Wed, 23 Aug 2006 22:06:17 -0700 (PDT)
Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr
	[127.0.0.1])
	by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id
	k7O56Q3N023901
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 24 Aug 2006 14:06:26 +0900 (KST)
	(envelope-from pyunyh@gmail.com)
Received: (from yongari@localhost)
	by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k7O56MwI023900; 
	Thu, 24 Aug 2006 14:06:22 +0900 (KST)
	(envelope-from pyunyh@gmail.com)
Date: Thu, 24 Aug 2006 14:06:22 +0900
From: Pyun YongHyeon <pyunyh@gmail.com>
To: Stefan Bethke <stb@lassitu.de>
Message-ID: <20060824050622.GH22634@cdnetworks.co.kr>
References: <200608220232.k7M2WmCr080275@repoman.freebsd.org>
	<20060822152333.GV96644@FreeBSD.org>
	<44EB220A.5000709@centtech.com>
	<20060822153210.GW96644@FreeBSD.org>
	<44EB2437.5070206@centtech.com>
	<20060822185313.GX96644@FreeBSD.org>
	<20060822190223.GB89314@hugo10.ka.punkt.de>
	<F1B78FCF-7C22-436E-BAAE-57F2ACA45994@lassitu.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <F1B78FCF-7C22-436E-BAAE-57F2ACA45994@lassitu.de>
User-Agent: Mutt/1.4.2.1i
Cc: src-committers@freebsd.org, "Patrick M. Hausen" <hausen@punkt.de>,
	cvs-src@freebsd.org, cvs-all@freebsd.org,
	Gleb Smirnoff <glebius@freebsd.org>, Pyun YongHyeon <yongari@freebsd.org>
Subject: Re: cvs commit: src/sys/dev/em if_em.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: pyunyh@gmail.com
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 05:06:21 -0000

On Wed, Aug 23, 2006 at 03:09:11PM +0200, Stefan Bethke wrote:
 > Am 22.08.2006 um 21:02 schrieb Patrick M. Hausen:
 > 
 > >em interface, FTPing a large file while putting disk and cpu/memory
 > >load on the box -> occasional but easily reproducable complete hangs
 > >of network communication (ssh, ping - no reaction). Every time a
 > >
 > >em0: Missing Tx completion interrupt!
 > >
 > >is logged.
 > 
 > I have no idea whether the effect I'm seeing is related at all, but  
 > the description fits.  If I load the CPU (make world -j4 or gzip -9 </ 
 > dev/random >/dev/null), traffic over re0 stops and I get
 > 
 > Aug 22 09:30:20 diesel kernel: re0: watchdog timeout
 > Aug 22 09:30:20 diesel kernel: re0: link state changed to DOWN
 > Aug 22 09:30:23 diesel kernel: re0: link state changed to UP
 > Aug 22 09:30:35 diesel kernel: re0: watchdog timeout
 > Aug 22 09:30:35 diesel kernel: re0: link state changed to DOWN
 > Aug 22 09:30:39 diesel kernel: re0: link state changed to UP
 > 
 > until I stop the CPU hog; then, it appears to be working fine again.   
 > I've got two rl's in there as well, and they appear to be completely  
 > unaffected.
 > 

Hmm... I guess it's not related with above fake watchdog timeout
error. Because re(4) does not make use of Tx interrupt moderation
by default, it might be other issue.(You need to define
RE_TX_MODERATION to enable Tx interrupt moderation.)

There is a WIP version at the following URL.
http://people.freebsd.org/~yongari/re.link.patch

-- 
Regards,
Pyun YongHyeon

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 05:40:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7C71F16A4ED;
	Thu, 24 Aug 2006 05:40:17 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0D49343D46;
	Thu, 24 Aug 2006 05:40:17 +0000 (GMT)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O5eGoJ075157;
	Thu, 24 Aug 2006 05:40:16 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O5eGr0075156;
	Thu, 24 Aug 2006 05:40:16 GMT (envelope-from julian)
Message-Id: <200608240540.k7O5eGr0075156@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Thu, 24 Aug 2006 05:40:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src UPDATING src/sys/netinet ip_fastfwd.c ip_input.c
 ip_output.c src/sys/conf NOTES options src/sbin/ipfw ipfw.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 05:40:18 -0000

julian      2006-08-24 05:40:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    .                    UPDATING 
    sys/netinet          ip_fastfwd.c ip_input.c ip_output.c 
    sys/conf             NOTES options 
    sbin/ipfw            ipfw.8 
  Log:
  MFC: Remove IPFIREWALL_FORWARD_EXTENDED as an option.
  Allow that behaviour by default.
  Reviewed by:    glebius
  
  Revision     Changes    Path
  1.416.2.26   +5 -0      src/UPDATING
  1.175.2.9    +0 -8      src/sbin/ipfw/ipfw.8
  1.1325.2.18  +3 -7      src/sys/conf/NOTES
  1.510.2.16   +0 -5      src/sys/conf/options
  1.28.2.4     +1 -5      src/sys/netinet/ip_fastfwd.c
  1.301.2.9    +0 -4      src/sys/netinet/ip_input.c
  1.242.2.12   +5 -14     src/sys/netinet/ip_output.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 07:37:13 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BAEDC16A4DE;
	Thu, 24 Aug 2006 07:37:13 +0000 (UTC)
	(envelope-from guido@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5700F43D45;
	Thu, 24 Aug 2006 07:37:13 +0000 (GMT)
	(envelope-from guido@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O7bDpR085425;
	Thu, 24 Aug 2006 07:37:13 GMT
	(envelope-from guido@repoman.freebsd.org)
Received: (from guido@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O7bDMC085424;
	Thu, 24 Aug 2006 07:37:13 GMT (envelope-from guido)
Message-Id: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
From: Guido van Rooij <guido@FreeBSD.org>
Date: Thu, 24 Aug 2006 07:37:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c
 radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
 Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 07:37:13 -0000

guido       2006-08-24 07:37:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/ipfilter     HISTORY Makefile bpf_filter.c ip_fil.c 
                         ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c 
                         opts.h radix.c radix_ipf.h snoop.h 
    contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade 
    contrib/ipfilter/iplang iplang_l.l iplang_y.y 
    contrib/ipfilter/ipsd ipsd.c ipsdr.c sbpf.c 
    contrib/ipfilter/ipsend arp.c ip.c ipresend.c ipsend.c 
                            ipsopt.c iptest.c iptests.c larp.c 
                            lsock.c resend.c sbpf.c sdlpi.c 
                            slinux.c snit.c sock.c tcpip.h 
    contrib/ipfilter/l4check http.ok 
    contrib/ipfilter/lib Makefile addicmp.c addipopt.c binprint.c 
                         buildopts.c checkrev.c count4bits.c 
                         count6bits.c debug.c extras.c facpri.c 
                         facpri.h fill6bits.c flags.c genmask.c 
                         getline.c getnattype.c getport.c 
                         getproto.c hostmask.c hostnum.c 
                         icmpcode.c inet_addr.c initparse.c 
                         ionames.c ipft_ef.c ipft_hx.c ipft_pc.c 
                         ipft_sn.c ipft_td.c ipft_tx.c ipoptsec.c 
                         kmem.c kmem.h load_hash.c load_hashnode.c 
                         load_pool.c load_poolnode.c loglevel.c 
                         nat_setgroupmap.c natparse.c optname.c 
                         optprint.c optprintv6.c optvalue.c 
                         parse.c portname.c portnum.c ports.c 
                         print_toif.c printactivenat.c printaps.c 
                         printbuf.c printfr.c printfraginfo.c 
                         printhostmap.c printhostmask.c 
                         printifname.c printip.c printlog.c 
                         printmask.c printnat.c printpacket.c 
                         printportcmp.c printstate.c ratoi.c 
                         ratoui.c remove_hash.c remove_hashnode.c 
                         remove_pool.c remove_poolnode.c 
                         tcp_flags.c tcpflags.c tcpoptnames.c 
                         to_interface.c v6ionames.c v6optvalue.c 
                         verbose.c 
    contrib/ipfilter/man Makefile ipf.5 ipftest.1 ipmon.8 ipnat.5 
                         ipnat.8 mkfilters.1 
    contrib/ipfilter/perl ipf-mrtg.pl logfilter.pl 
    contrib/ipfilter/rules example.1 example.10 example.11 
                           example.12 example.13 example.2 
                           example.3 example.4 example.5 example.6 
                           example.7 example.8 example.9 
                           example.sr 
    contrib/ipfilter/samples proxy.c relay.c 
    contrib/ipfilter/test Makefile dotest itest natipftest 
                          test.format vfycksum.pl 
    contrib/ipfilter/test/expected bpf1 f13 f17 f7 f9 i1 i10 i11 
                                   i12 i14 i2 i4 i5 i6 i7 i8 i9 
                                   in1 in2 in5 in6 n1 n11 n2 n3 n4 
                                   n5 n6 n7 p1 p2 p3 
    contrib/ipfilter/test/input f13 f17 f2 f7 f9 
    contrib/ipfilter/test/regress bpf1 f13 f7 i1 i10 i11 i12 i14 
                                  i15 i2 i4 i5 i6 i7 i8 i9 in1 in2 
                                  in5 in6 p2.ipf 
    contrib/ipfilter/tools ipf.c ipf_y.y ipfcomp.c ipfs.c 
                           ipfstat.c ipftest.c ipmon.c ipnat.c 
                           ipnat_y.y ipsyncm.c ipsyncs.c lexer.c 
    sbin/ipf/ipf         Makefile 
    sbin/ipf/libipf      Makefile 
    sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_auth.h 
                                 ip_compat.h ip_fil.h 
                                 ip_fil_freebsd.c ip_frag.c 
                                 ip_frag.h ip_ftp_pxy.c 
                                 ip_htable.c ip_htable.h 
                                 ip_ipsec_pxy.c ip_irc_pxy.c 
                                 ip_log.c ip_lookup.c ip_lookup.h 
                                 ip_nat.c ip_nat.h 
                                 ip_netbios_pxy.c ip_pool.c 
                                 ip_pool.h ip_pptp_pxy.c 
                                 ip_proxy.c ip_proxy.h 
                                 ip_raudio_pxy.c ip_rcmd_pxy.c 
                                 ip_rpcb_pxy.c ip_scan.c ip_scan.h 
                                 ip_state.c ip_state.h ip_sync.c 
                                 ip_sync.h ipl.h mlfk_ipl.c 
  Log:
  MFC: ipfilter 4.1.13
  
  Revision      Changes    Path
  1.1.1.9.2.1   +36 -22    src/contrib/ipfilter/BSD/Makefile
  1.1.1.3.2.1   +1 -1      src/contrib/ipfilter/BSD/Makefile.ipsend
  1.1.1.6.2.1   +8 -0      src/contrib/ipfilter/BSD/kupgrade
  1.1.1.24.2.1  +161 -0    src/contrib/ipfilter/HISTORY
  1.4.2.1       +27 -4     src/contrib/ipfilter/Makefile
  1.3.2.1       +106 -29   src/contrib/ipfilter/bpf_filter.c
  1.3.2.1       +39 -6     src/contrib/ipfilter/ip_fil.c
  1.2.2.1       +3 -3      src/contrib/ipfilter/ipf.h
  1.2.2.1       +2 -2      src/contrib/ipfilter/iplang/iplang_l.l
  1.6.2.1       +11 -5     src/contrib/ipfilter/iplang/iplang_y.y
  1.2.2.1       +3 -2      src/contrib/ipfilter/ipmon.h
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsd/ipsd.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsd/ipsdr.c
  1.2.2.1       +16 -2     src/contrib/ipfilter/ipsd/sbpf.c
  1.2.2.1       +3 -3      src/contrib/ipfilter/ipsend/arp.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/ip.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/ipresend.c
  1.12.2.1      +4 -2      src/contrib/ipfilter/ipsend/ipsend.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/ipsopt.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/iptest.c
  1.10.2.1      +33 -4     src/contrib/ipfilter/ipsend/iptests.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/larp.c
  1.2.2.1       +4 -2      src/contrib/ipfilter/ipsend/lsock.c
  1.2.2.1       +7 -2      src/contrib/ipfilter/ipsend/resend.c
  1.6.2.1       +16 -2     src/contrib/ipfilter/ipsend/sbpf.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/sdlpi.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/slinux.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/snit.c
  1.15.2.1      +38 -9     src/contrib/ipfilter/ipsend/sock.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipsend/tcpip.h
  1.2.2.1       +2 -2      src/contrib/ipfilter/ipt.h
  1.2.2.1       +2 -2      src/contrib/ipfilter/kmem.h
  1.1.1.2.2.1   +1 -1      src/contrib/ipfilter/l4check/http.ok
  1.1.1.1.2.1   +3 -4      src/contrib/ipfilter/lib/Makefile
  1.2.2.1       +2 -75     src/contrib/ipfilter/lib/addicmp.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/addipopt.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/binprint.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/buildopts.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/checkrev.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/count4bits.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/count6bits.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/debug.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/extras.c
  1.2.2.1       +11 -27    src/contrib/ipfilter/lib/facpri.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/facpri.h
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/fill6bits.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/flags.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/genmask.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/getline.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/getnattype.c
  1.2.2.1       +28 -1     src/contrib/ipfilter/lib/getport.c
  1.2.2.1       +9 -1      src/contrib/ipfilter/lib/getproto.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/hostmask.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/hostnum.c
  1.2.2.1       +2 -27     src/contrib/ipfilter/lib/icmpcode.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/inet_addr.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/initparse.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/ionames.c
  1.2.2.1       +3 -3      src/contrib/ipfilter/lib/ipft_ef.c
  1.2.2.1       +6 -4      src/contrib/ipfilter/lib/ipft_hx.c
  1.2.2.1       +26 -9     src/contrib/ipfilter/lib/ipft_pc.c
  1.2.2.1       +3 -3      src/contrib/ipfilter/lib/ipft_sn.c
  1.2.2.1       +3 -3      src/contrib/ipfilter/lib/ipft_td.c
  1.3.2.1       +22 -34    src/contrib/ipfilter/lib/ipft_tx.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/ipoptsec.c
  1.2.2.1       +5 -4      src/contrib/ipfilter/lib/kmem.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/kmem.h
  1.2.2.1       +4 -4      src/contrib/ipfilter/lib/load_hash.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/load_hashnode.c
  1.2.2.1       +7 -4      src/contrib/ipfilter/lib/load_pool.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/load_poolnode.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/loglevel.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/nat_setgroupmap.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/natparse.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/optname.c
  1.2.2.1       +6 -2      src/contrib/ipfilter/lib/optprint.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/optprintv6.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/optvalue.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/parse.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/portname.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/portnum.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/ports.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/print_toif.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printactivenat.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printaps.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printbuf.c
  1.2.2.1       +59 -28    src/contrib/ipfilter/lib/printfr.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printfraginfo.c
  1.2.2.1       +5 -2      src/contrib/ipfilter/lib/printhostmap.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printhostmask.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printifname.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printip.c
  1.2.2.1       +7 -13     src/contrib/ipfilter/lib/printlog.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printmask.c
  1.2.2.1       +15 -33    src/contrib/ipfilter/lib/printnat.c
  1.2.2.1       +4 -3      src/contrib/ipfilter/lib/printpacket.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/printportcmp.c
  1.3.2.1       +3 -3      src/contrib/ipfilter/lib/printstate.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/ratoi.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/ratoui.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/remove_hash.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/remove_hashnode.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/remove_pool.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/remove_poolnode.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/tcp_flags.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/tcpflags.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/tcpoptnames.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/to_interface.c
  1.2.2.1       +3 -2      src/contrib/ipfilter/lib/v6ionames.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/v6optvalue.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/lib/verbose.c
  1.1.1.6.2.1   +3 -0      src/contrib/ipfilter/man/Makefile
  1.9.2.1       +6 -3      src/contrib/ipfilter/man/ipf.5
  1.6.2.1       +18 -2     src/contrib/ipfilter/man/ipftest.1
  1.15.2.1      +15 -2     src/contrib/ipfilter/man/ipmon.8
  1.2.2.1       +3 -2      src/contrib/ipfilter/man/ipnat.5
  1.2.2.1       +4 -4      src/contrib/ipfilter/man/ipnat.8
  1.2.2.1       +3 -1      src/contrib/ipfilter/man/mkfilters.1
  1.2.2.1       +2 -2      src/contrib/ipfilter/mlfk_rule.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/opts.h
  1.1.1.2.2.1   +1 -1      src/contrib/ipfilter/perl/ipf-mrtg.pl
  1.1.1.2.2.1   +1 -1      src/contrib/ipfilter/perl/logfilter.pl
  1.2.2.1       +8 -2      src/contrib/ipfilter/radix.c
  1.2.2.1       +10 -4     src/contrib/ipfilter/radix_ipf.h
  1.1.1.3.2.1   +0 -1      src/contrib/ipfilter/rules/example.1
  1.1.1.3.2.1   +0 -1      src/contrib/ipfilter/rules/example.10
  1.1.1.3.2.1   +0 -1      src/contrib/ipfilter/rules/example.11
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.12
  1.1.1.3.2.1   +0 -1      src/contrib/ipfilter/rules/example.13
  1.1.1.4.2.1   +0 -1      src/contrib/ipfilter/rules/example.2
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.3
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.4
  1.1.1.3.2.1   +0 -1      src/contrib/ipfilter/rules/example.5
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.6
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.7
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.8
  1.1.1.3.2.1   +0 -1      src/contrib/ipfilter/rules/example.9
  1.1.1.2.2.1   +0 -1      src/contrib/ipfilter/rules/example.sr
  1.2.2.1       +3 -4      src/contrib/ipfilter/samples/proxy.c
  1.3.2.1       +4 -4      src/contrib/ipfilter/samples/relay.c
  1.2.2.1       +2 -2      src/contrib/ipfilter/snoop.h
  1.1.1.13.2.1  +17 -15    src/contrib/ipfilter/test/Makefile
  1.1.1.3.2.1   +13 -7     src/contrib/ipfilter/test/dotest
  1.1.1.1.2.1   +4 -4      src/contrib/ipfilter/test/expected/bpf1
  1.1.1.2.14.1  +77 -1     src/contrib/ipfilter/test/expected/f13
  1.1.1.2.2.1   +1 -0      src/contrib/ipfilter/test/expected/f17
  1.1.1.1.34.1  +84 -0     src/contrib/ipfilter/test/expected/f7
  1.1.1.1.34.1  +54 -0     src/contrib/ipfilter/test/expected/f9
  1.1.1.3.2.1   +4 -2      src/contrib/ipfilter/test/expected/i1
  1.1.1.1.38.1  +1 -0      src/contrib/ipfilter/test/expected/i10
  1.1.1.3.2.1   +5 -2      src/contrib/ipfilter/test/expected/i11
  1.1.1.2.2.1   +13 -8     src/contrib/ipfilter/test/expected/i12
  1.1.1.1.2.1   +2 -0      src/contrib/ipfilter/test/expected/i14
  1.1.1.2.2.1   +1 -0      src/contrib/ipfilter/test/expected/i2
  1.1.1.2.2.1   +1 -0      src/contrib/ipfilter/test/expected/i4
  1.1.1.2.2.1   +4 -0      src/contrib/ipfilter/test/expected/i5
  1.1.1.2.2.1   +2 -0      src/contrib/ipfilter/test/expected/i6
  1.1.1.5.2.1   +5 -0      src/contrib/ipfilter/test/expected/i7
  1.1.1.1.38.1  +33 -0     src/contrib/ipfilter/test/expected/i8
  1.1.1.2.2.1   +10 -0     src/contrib/ipfilter/test/expected/i9
  1.1.1.4.2.1   +3 -0      src/contrib/ipfilter/test/expected/in1
  1.1.1.2.2.1   +6 -2      src/contrib/ipfilter/test/expected/in2
  1.1.1.1.2.1   +3 -1      src/contrib/ipfilter/test/expected/in5
  1.1.1.1.2.1   +4 -0      src/contrib/ipfilter/test/expected/in6
  1.1.1.3.2.1   +102 -102  src/contrib/ipfilter/test/expected/n1
  1.1.1.1.2.1   +48 -48    src/contrib/ipfilter/test/expected/n11
  1.1.1.1.34.1  +76 -76    src/contrib/ipfilter/test/expected/n2
  1.1.1.1.34.1  +10 -10    src/contrib/ipfilter/test/expected/n3
  1.1.1.2.2.1   +65 -65    src/contrib/ipfilter/test/expected/n4
  1.1.1.2.2.1   +324 -324  src/contrib/ipfilter/test/expected/n5
  1.1.1.1.16.1  +65 -65    src/contrib/ipfilter/test/expected/n6
  1.1.1.2.2.1   +27 -27    src/contrib/ipfilter/test/expected/n7
  1.1.1.1.2.1   +2 -0      src/contrib/ipfilter/test/expected/p1
  1.1.1.1.2.1   +6 -1      src/contrib/ipfilter/test/expected/p2
  1.1.1.1.2.1   +2 -0      src/contrib/ipfilter/test/expected/p3
  1.1.1.5.2.1   +47 -4     src/contrib/ipfilter/test/input/f13
  1.1.1.3.2.1   +13 -2     src/contrib/ipfilter/test/input/f17
  1.1.1.1.34.1  +2 -2      src/contrib/ipfilter/test/input/f2
  1.1.1.1.34.1  +6 -0      src/contrib/ipfilter/test/input/f7
  1.1.1.1.34.1  +3 -0      src/contrib/ipfilter/test/input/f9
  1.1.1.2.2.1   +8 -1      src/contrib/ipfilter/test/itest
  1.1.1.2.2.1   +2 -2      src/contrib/ipfilter/test/natipftest
  1.1.1.1.2.1   +2 -2      src/contrib/ipfilter/test/regress/bpf1
  1.1.1.1.34.1  +2 -0      src/contrib/ipfilter/test/regress/f13
  1.1.1.1.34.1  +3 -0      src/contrib/ipfilter/test/regress/f7
  1.1.1.3.2.1   +4 -2      src/contrib/ipfilter/test/regress/i1
  1.1.1.1.38.1  +1 -0      src/contrib/ipfilter/test/regress/i10
  1.1.1.3.2.1   +5 -2      src/contrib/ipfilter/test/regress/i11
  1.1.1.2.2.1   +2 -1      src/contrib/ipfilter/test/regress/i12
  1.1.1.1.2.1   +2 -0      src/contrib/ipfilter/test/regress/i14
  1.1.1.1.2.1   +0 -1      src/contrib/ipfilter/test/regress/i15
  1.1.1.2.2.1   +1 -0      src/contrib/ipfilter/test/regress/i2
  1.1.1.2.2.1   +1 -0      src/contrib/ipfilter/test/regress/i4
  1.1.1.1.38.1  +4 -0      src/contrib/ipfilter/test/regress/i5
  1.1.1.2.2.1   +2 -0      src/contrib/ipfilter/test/regress/i6
  1.1.1.2.14.1  +5 -0      src/contrib/ipfilter/test/regress/i7
  1.1.1.1.38.1  +31 -0     src/contrib/ipfilter/test/regress/i8
  1.1.1.2.2.1   +11 -1     src/contrib/ipfilter/test/regress/i9
  1.1.1.3.2.1   +5 -2      src/contrib/ipfilter/test/regress/in1
  1.1.1.2.2.1   +6 -2      src/contrib/ipfilter/test/regress/in2
  1.1.1.1.2.1   +7 -5      src/contrib/ipfilter/test/regress/in5
  1.1.1.1.2.1   +4 -0      src/contrib/ipfilter/test/regress/in6
  1.1.1.1.2.1   +1 -0      src/contrib/ipfilter/test/regress/p2.ipf
  1.1.1.1.2.1   +30 -16    src/contrib/ipfilter/test/test.format
  1.1.1.2.2.1   +10 -1     src/contrib/ipfilter/test/vfycksum.pl
  1.2.2.1       +12 -6     src/contrib/ipfilter/tools/ipf.c
  1.3.2.1       +57 -31    src/contrib/ipfilter/tools/ipf_y.y
  1.2.2.1       +3 -3      src/contrib/ipfilter/tools/ipfcomp.c
  1.3.2.1       +39 -18    src/contrib/ipfilter/tools/ipfs.c
  1.2.2.1       +13 -8     src/contrib/ipfilter/tools/ipfstat.c
  1.2.2.1       +51 -23    src/contrib/ipfilter/tools/ipftest.c
  1.4.2.1       +42 -23    src/contrib/ipfilter/tools/ipmon.c
  1.3.2.1       +2 -2      src/contrib/ipfilter/tools/ipnat.c
  1.2.2.1       +59 -21    src/contrib/ipfilter/tools/ipnat_y.y
  1.2.2.1       +7 -4      src/contrib/ipfilter/tools/ipsyncm.c
  1.2.2.1       +11 -9     src/contrib/ipfilter/tools/ipsyncs.c
  1.2.2.1       +3 -1      src/contrib/ipfilter/tools/lexer.c
  1.3.2.1       +2 -1      src/sbin/ipf/ipf/Makefile
  1.2.2.1       +4 -4      src/sbin/ipf/libipf/Makefile
  1.46.2.1      +529 -412  src/sys/contrib/ipfilter/netinet/fil.c
  1.40.2.1      +48 -40    src/sys/contrib/ipfilter/netinet/ip_auth.c
  1.14.2.1      +5 -3      src/sys/contrib/ipfilter/netinet/ip_auth.h
  1.28.2.1      +151 -23   src/sys/contrib/ipfilter/netinet/ip_compat.h
  1.31.2.1      +46 -12    src/sys/contrib/ipfilter/netinet/ip_fil.h
  1.1.1.1.2.1   +70 -24    src/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
  1.29.2.1      +15 -11    src/sys/contrib/ipfilter/netinet/ip_frag.c
  1.17.2.1      +6 -2      src/sys/contrib/ipfilter/netinet/ip_frag.h
  1.25.2.1      +14 -12    src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c
  1.2.2.1       +4 -7      src/sys/contrib/ipfilter/netinet/ip_htable.c
  1.1.1.1.2.1   +0 -2      src/sys/contrib/ipfilter/netinet/ip_htable.h
  1.1.1.2.2.1   +3 -5      src/sys/contrib/ipfilter/netinet/ip_ipsec_pxy.c
  1.1.1.1.2.1   +2 -4      src/sys/contrib/ipfilter/netinet/ip_irc_pxy.c
  1.29.2.1      +33 -14    src/sys/contrib/ipfilter/netinet/ip_log.c
  1.1.1.1.2.1   +12 -7     src/sys/contrib/ipfilter/netinet/ip_lookup.c
  1.1.1.1.2.1   +1 -3      src/sys/contrib/ipfilter/netinet/ip_lookup.h
  1.39.2.1      +167 -143  src/sys/contrib/ipfilter/netinet/ip_nat.c
  1.24.2.1      +4 -5      src/sys/contrib/ipfilter/netinet/ip_nat.h
  1.1.1.2.2.1   +6 -10     src/sys/contrib/ipfilter/netinet/ip_netbios_pxy.c
  1.1.1.1.2.1   +5 -7      src/sys/contrib/ipfilter/netinet/ip_pool.c
  1.1.1.1.2.1   +2 -4      src/sys/contrib/ipfilter/netinet/ip_pool.h
  1.1.1.1.2.1   +12 -12    src/sys/contrib/ipfilter/netinet/ip_pptp_pxy.c
  1.25.2.1      +20 -20    src/sys/contrib/ipfilter/netinet/ip_proxy.c
  1.15.2.1      +3 -3      src/sys/contrib/ipfilter/netinet/ip_proxy.h
  1.11.2.1      +3 -3      src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c
  1.12.2.1      +6 -4      src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c
  1.1.1.1.2.1   +1 -3      src/sys/contrib/ipfilter/netinet/ip_rpcb_pxy.c
  1.1.1.1.2.1   +12 -7     src/sys/contrib/ipfilter/netinet/ip_scan.c
  1.1.1.1.2.1   +2 -4      src/sys/contrib/ipfilter/netinet/ip_scan.h
  1.35.2.1      +204 -112  src/sys/contrib/ipfilter/netinet/ip_state.c
  1.17.2.1      +5 -5      src/sys/contrib/ipfilter/netinet/ip_state.h
  1.2.2.1       +25 -12    src/sys/contrib/ipfilter/netinet/ip_sync.c
  1.1.1.1.2.1   +3 -3      src/sys/contrib/ipfilter/netinet/ip_sync.h
  1.23.2.1      +5 -5      src/sys/contrib/ipfilter/netinet/ipl.h
  1.16.2.1      +64 -3     src/sys/contrib/ipfilter/netinet/mlfk_ipl.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 08:00:03 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 60B6A16A4DD;
	Thu, 24 Aug 2006 08:00:03 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8E743D4C;
	Thu, 24 Aug 2006 08:00:03 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O802Lw087199;
	Thu, 24 Aug 2006 08:00:02 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O802It087197;
	Thu, 24 Aug 2006 08:00:02 GMT (envelope-from ru)
Message-Id: <200608240800.k7O802It087197@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 24 Aug 2006 08:00:02 +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/sys/conf NOTES
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 08:00:03 -0000

ru          2006-08-24 08:00:02 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES 
  Log:
  Spellcheck.
  
  Revision  Changes    Path
  1.1379    +20 -20    src/sys/conf/NOTES

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 08:03:13 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6A50616A4DA;
	Thu, 24 Aug 2006 08:03:13 +0000 (UTC) (envelope-from rik@inse.ru)
Received: from mail.inse.ru (inse.ru [144.206.128.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A385A43D45;
	Thu, 24 Aug 2006 08:03:12 +0000 (GMT) (envelope-from rik@inse.ru)
Received: from [127.0.0.1] (www.inse.ru [144.206.128.1])
	by mail.inse.ru (Postfix) with ESMTP id 1DDB633C46;
	Thu, 24 Aug 2006 12:03:09 +0400 (MSD)
Message-ID: <44ED5EFA.3050808@inse.ru>
Date: Thu, 24 Aug 2006 12:10:34 +0400
From: Roman Kurakin <rik@inse.ru>
User-Agent: Thunderbird 1.5 (X11/20060119)
MIME-Version: 1.0
To: Colin Percival <cperciva@FreeBSD.org>
References: <200608232206.k7NM6eW2025606@repoman.freebsd.org>
In-Reply-To: <200608232206.k7NM6eW2025606@repoman.freebsd.org>
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/net
 if_spppsubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 08:03:13 -0000

Thanks!

rik

Colin Percival:
> cperciva    2006-08-23 22:06:40 UTC
>
>   FreeBSD src repository
>
>   Modified files:        (Branch: RELENG_4_11)
>     .                    UPDATING 
>     sys/conf             newvers.sh 
>     sys/net              if_spppsubr.c 
>   Log:
>   Correct buffer overflow in the handling of LCP options in ppp(4)
>   
>   Security:       FreeBSD-SA-06:18.ppp
>   Approved by:    so (cperciva)
>   
>   Revision        Changes    Path
>   1.73.2.91.2.21  +3 -0      src/UPDATING
>   1.44.2.39.2.24  +1 -1      src/sys/conf/newvers.sh
>   1.59.2.13.10.1  +24 -12    src/sys/net/if_spppsubr.c
>   


From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 09:14:03 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2FA6416A4DF;
	Thu, 24 Aug 2006 09:14:03 +0000 (UTC)
	(envelope-from ceri@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DA60A43D4C;
	Thu, 24 Aug 2006 09:14:02 +0000 (GMT)
	(envelope-from ceri@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7O9E2ux001693;
	Thu, 24 Aug 2006 09:14:02 GMT
	(envelope-from ceri@repoman.freebsd.org)
Received: (from ceri@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7O9E2hZ001692;
	Thu, 24 Aug 2006 09:14:02 GMT (envelope-from ceri)
Message-Id: <200608240914.k7O9E2hZ001692@repoman.freebsd.org>
From: Ceri Davies <ceri@FreeBSD.org>
Date: Thu, 24 Aug 2006 09:14:02 +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/fsdb fsdb.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 09:14:03 -0000

ceri        2006-08-24 09:14:02 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsdb            fsdb.8 
  Log:
  Add a note that the btime command only works on UFS2.
  
  Suggested by: maxim (who had also done the btime patch independently).
  
  Revision  Changes    Path
  1.31      +4 -1      src/sbin/fsdb/fsdb.8

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 10:16:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D7EDE16A4DE;
	Thu, 24 Aug 2006 10:16:10 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4897D43D6A;
	Thu, 24 Aug 2006 10:16:01 +0000 (GMT) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OAG11d058084;
	Thu, 24 Aug 2006 10:16:01 GMT (envelope-from kib@repoman.freebsd.org)
Received: (from kib@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OAG1VE058083;
	Thu, 24 Aug 2006 10:16:01 GMT (envelope-from kib)
Message-Id: <200608241016.k7OAG1VE058083@repoman.freebsd.org>
From: Konstantin Belousov <kib@FreeBSD.org>
Date: Thu, 24 Aug 2006 10:16:01 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/share/man/man9 lock.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 10:16:11 -0000

kib         2006-08-24 10:16:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man9       lock.9 
  Log:
  MFC rev.1.14:
  Note that LK_UPGRADE may drop the shared lock before taking the
  exclusive one.
  
  Reviewed and edited by: tegge
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.12.2.2  +2 -0      src/share/man/man9/lock.9

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 10:32:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9903316A4E1;
	Thu, 24 Aug 2006 10:32:41 +0000 (UTC) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 588D043D45;
	Thu, 24 Aug 2006 10:32:41 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OAWfrc058926;
	Thu, 24 Aug 2006 10:32:41 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OAWfam058925;
	Thu, 24 Aug 2006 10:32:41 GMT (envelope-from yar)
Message-Id: <200608241032.k7OAWfam058925@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Thu, 24 Aug 2006 10:32:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 10:32:41 -0000

yar         2006-08-24 10:32:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  rc.subr 
  Log:
  MFC rev 1.65:
  
    Allow for setting negative priority (niceness) when $foo_user is non-root.
    The order in _doit must be "nice su", not "su nice", for that.
    In addition, don't ignore the exit status from "cd $foo_chdir".
  
  Revision   Changes    Path
  1.34.2.15  +7 -2      src/etc/rc.subr

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 11:13:32 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1DC7416A4DD;
	Thu, 24 Aug 2006 11:13:32 +0000 (UTC) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E461443D4C;
	Thu, 24 Aug 2006 11:13:31 +0000 (GMT) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OBDV4J062891;
	Thu, 24 Aug 2006 11:13:31 GMT (envelope-from rik@repoman.freebsd.org)
Received: (from rik@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OBDVse062890;
	Thu, 24 Aug 2006 11:13:31 GMT (envelope-from rik)
Message-Id: <200608241113.k7OBDVse062890@repoman.freebsd.org>
From: Roman Kurakin <rik@FreeBSD.org>
Date: Thu, 24 Aug 2006 11:13:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/share/examples/drivers make_device_driver.sh
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 11:13:32 -0000

rik         2006-08-24 11:13:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/examples/drivers make_device_driver.sh 
  Log:
  MFC: -j 1.21 -j 1.24
  
    ----------------------------
    revision 1.24
    date: 2006/08/09 10:53:26;  author: rik;  state: Exp;  lines: +24 -3
    - Added 'files "files.FOO"' to config for inclusion of user specific files.
    - Added KDB option to config file (for DDB).
    - Added ability to compile custom kernel.
  
    Discussed with: julian@
    ----------------------------
    revision 1.23
    date: 2006/08/06 11:06:35;  author: rik;  state: Exp;  lines: +32 -19
    - Added ability to provide (optional) path to the kernel sources
    - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into
      corresponding file to be able to compile the kernel
    - Changed kernel configuration example with the driver: it is not produced by
      copying Generic but by including it
    - Changed from automatic module building to asking an user if it whants to
  
    Reviewed by:    julian@
    ----------------------------
    revision 1.22
    date: 2006/08/06 11:04:22;  author: rik;  state: Exp;  lines: +9 -12
    Fix compilation.
  
    Reviewed by:    julian@
    ----------------------------
  
  Requested by: yar@
  
  Revision   Changes    Path
  1.21.10.1  +63 -32    src/share/examples/drivers/make_device_driver.sh

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 11:17:48 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CB4CF16A4DE;
	Thu, 24 Aug 2006 11:17:48 +0000 (UTC) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7E143D5E;
	Thu, 24 Aug 2006 11:17:48 +0000 (GMT) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OBHmXJ063183;
	Thu, 24 Aug 2006 11:17:48 GMT (envelope-from rik@repoman.freebsd.org)
Received: (from rik@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OBHmTj063182;
	Thu, 24 Aug 2006 11:17:48 GMT (envelope-from rik)
Message-Id: <200608241117.k7OBHmTj063182@repoman.freebsd.org>
From: Roman Kurakin <rik@FreeBSD.org>
Date: Thu, 24 Aug 2006 11:17:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/share/examples/drivers make_pseudo_driver.sh
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 11:17:48 -0000

rik         2006-08-24 11:17:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/examples/drivers make_pseudo_driver.sh 
  Log:
  MFC: -j 1.10 -j 1.13
  
    ----------------------------
    revision 1.13
    date: 2006/08/23 23:51:29;  author: rik;  state: Exp;  lines: +1 -1
    Fix path for source file in files.FOO.
    ----------------------------
    revision 1.12
    date: 2006/08/09 21:23:42;  author: rik;  state: Exp;  lines: +122 -22
    - Added ability to provide (optional) path to the kernel sources
    - Added check of dirs used by example generator
    - Fixed path for ${s}/conf/files.FOO and include it via files
      directive from config file
    - Changed kernel configuration example with the driver: it is
      not produced by copying Generic but by including it
    - KDB is added to config (for DDB)
    - Added module building instead and fixed kernel building
  
    Reviewed by:  julian@
    ----------------------------
    revision 1.11
    date: 2006/08/09 20:57:24;  author: rik;  state: Exp;  lines: +57 -32
    Added copyright templete
    Fixed compilation
  
    Reviewed by:  julian@
    ----------------------------
  
  Requested by:   yar@
  
  Revision  Changes    Path
  1.10.2.1  +179 -54   src/share/examples/drivers/make_pseudo_driver.sh

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 11:18:39 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 4CCCF16A4F4;
	Thu, 24 Aug 2006 11:18:39 +0000 (UTC)
	(envelope-from kostikbel@gmail.com)
Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9291643D5A;
	Thu, 24 Aug 2006 11:18:30 +0000 (GMT)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua
	[10.1.1.148])
	by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k7OBILOS066152
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 24 Aug 2006 14:18:22 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1])
	by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id
	k7OBIN1Q007710; Thu, 24 Aug 2006 14:18:23 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
Received: (from kostik@localhost)
	by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k7OBIMK4007708; 
	Thu, 24 Aug 2006 14:18:22 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to
	kostikbel@gmail.com using -f
Date: Thu, 24 Aug 2006 14:18:22 +0300
From: Kostik Belousov <kostikbel@gmail.com>
To: Guido van Rooij <guido@freebsd.org>
Message-ID: <20060824111822.GF84619@deviant.kiev.zoral.com.ua>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="XStn23h1fwudRqtG"
Content-Disposition: inline
In-Reply-To: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.2i
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on fw.zoral.com.ua
X-Virus-Status: Clean
X-Spam-Status: No, score=1.4 required=5.0 tests=SPF_NEUTRAL, UNPARSEABLE_RELAY 
	autolearn=no version=3.1.4
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: RELENG_6 breakage ? [Was: Re: cvs commit: src/contrib/ipfilter ...]
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 11:18:39 -0000


--XStn23h1fwudRqtG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Aug 24, 2006 at 07:37:12AM +0000, Guido van Rooij wrote:
> guido       2006-08-24 07:37:12 UTC
>=20
>   Log:
>   MFC: ipfilter 4.1.13

=3D=3D=3D> sbin/ip6fw (depend)
rm -f .depend
mkdep -f .depend -a     /usr/bsd/src/sbin/ip6fw/ip6fw.c
echo ip6fw: /usr/obj/usr/bsd/src/tmp/usr/lib/libc.a  >> .depend
=3D=3D=3D> sbin/ipf (depend)
=3D=3D=3D> sbin/ipf/libipf (depend)
make: don't know how to make printproto.c. Stop
*** Error code 2

Stop in /usr/bsd/src/sbin/ipf.
*** Error code 1


--XStn23h1fwudRqtG
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7Yr9C3+MBN1Mb4gRAu4RAJ0W2j0SooECcKH+JWUE1YIl+gzxkACgrnMd
9tpB/rMFXgFX6nCrtfz2Vzw=
=t4F4
-----END PGP SIGNATURE-----

--XStn23h1fwudRqtG--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 13:00:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7AD3C16A4DD;
	Thu, 24 Aug 2006 13:00:58 +0000 (UTC)
	(envelope-from kostikbel@gmail.com)
Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C04D143D45;
	Thu, 24 Aug 2006 13:00:57 +0000 (GMT)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua
	[10.1.1.148])
	by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k7OD0pBV068749
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 24 Aug 2006 16:00:51 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1])
	by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id
	k7OD0rJF062925; Thu, 24 Aug 2006 16:00:53 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
Received: (from kostik@localhost)
	by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k7OD0qLW062924; 
	Thu, 24 Aug 2006 16:00:52 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to
	kostikbel@gmail.com using -f
Date: Thu, 24 Aug 2006 16:00:52 +0300
From: Kostik Belousov <kostikbel@gmail.com>
To: Julian Elischer <julian@freebsd.org>
Message-ID: <20060824130052.GG84619@deviant.kiev.zoral.com.ua>
References: <200608240540.k7O5eGr0075156@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="3607uds81ZQvwCD0"
Content-Disposition: inline
In-Reply-To: <200608240540.k7O5eGr0075156@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.2i
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on fw.zoral.com.ua
X-Virus-Status: Clean
X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE,
	SPF_NEUTRAL,UNPARSEABLE_RELAY autolearn=no version=3.1.4
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Another RELENG_6 breakage ? [Was: Re: cvs commit: src UPDATING
	src/sys/netinet ip_fastfwd.c ip_input.c ip_output.c
	src/sys/conf NOTES options src/sbin/ipfw ipfw.8]
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 13:00:58 -0000


--3607uds81ZQvwCD0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Aug 24, 2006 at 05:40:16AM +0000, Julian Elischer wrote:
> julian      2006-08-24 05:40:16 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:        (Branch: RELENG_6)
>     .                    UPDATING=20
>     sys/netinet          ip_fastfwd.c ip_input.c ip_output.c=20
>     sys/conf             NOTES options=20
>     sbin/ipfw            ipfw.8=20
>   Log:
>   MFC: Remove IPFIREWALL_FORWARD_EXTENDED as an option.
>   Allow that behaviour by default.
>   Reviewed by:    glebius

make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP=3D"cc -E" CC=3D"=
cc" xargs
 mkdep -a -f .newdep -O -pipe -march=3Dpentiumpro -Wall -Wredundant-decls -=
Wnested
-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline=
 -Wca
st-qual  -fformat-extensions -std=3Dc99 -g -nostdinc -I-  -I. -I/usr/bsd/sr=
c/sys -
I/usr/bsd/src/sys/contrib/altq -I/usr/bsd/src/sys/contrib/ipfilter -I/usr/b=
sd/src/sys/contrib/pf -I/usr/bsd/src/sys/contrib/dev/ath -I/usr/bsd/src/sys=
/contrib/dev/ath/freebsd -I/usr/bsd/src/sys/contrib/ngatm -I/usr/bsd/src/sy=
s/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno=
-common -finline-limit=3D8000 --param inline-unit-growth=3D100 --param larg=
e-function-growth=3D1000  -mno-align-long-strings -mpreferred-stack-boundar=
y=3D2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding
/usr/bsd/src/sys/netinet6/ip6_forward.c:33:23: opt_ip6fw.h: No such file or=
 directory
/usr/bsd/src/sys/netinet6/ip6_input.c:64:23: opt_ip6fw.h: No such file or d=
irectory
/usr/bsd/src/sys/netinet6/ip6_output.c:64:23: opt_ip6fw.h: No such file or =
directory
mkdep: compile failed
*** Error code 1

Stop in /usr/bsd/obj/usr/bsd/src/sys/POOMA.
*** Error code 1


--3607uds81ZQvwCD0
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7aMDC3+MBN1Mb4gRAh2NAJ9o+ulCdCiqrz6NXpB621sjYFYSqwCfdNBM
p+zD8/bYKAy1EQdTXAZA5Y0=
=DdsX
-----END PGP SIGNATURE-----

--3607uds81ZQvwCD0--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 13:20:14 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 063C116A4E6
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 13:20:13 +0000 (UTC)
	(envelope-from kabaev@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED00E43D68
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 13:20:05 +0000 (GMT)
	(envelope-from kabaev@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so328514nzn
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 06:20:05 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type;
	b=b35hTsANwhagrqSrP8XuaSQil5iP7o/kr4ZBgNTjDmhKu3AzjWacR2VNbFBj3v7y/gL+IwuKCs03yJGNLsWzFR+my235LE6rKwHD9GeM4FKqS8waTDJc10rMAefeeo3uAVJlX6bmvdwzIpWwmuoA6bmd8VRdsyjWCy21eeJd6GE=
Received: by 10.65.154.10 with SMTP id g10mr2142454qbo;
	Thu, 24 Aug 2006 06:20:04 -0700 (PDT)
Received: from kan.dnsalias.net ( [24.63.93.195])
	by mx.gmail.com with ESMTP id e16sm1401995qba.2006.08.24.06.20.03;
	Thu, 24 Aug 2006 06:20:04 -0700 (PDT)
Date: Thu, 24 Aug 2006 09:20:02 -0400
From: Alexander Kabaev <kabaev@gmail.com>
To: Guido van Rooij <guido@FreeBSD.org>
Message-ID: <20060824092002.44b90594@kan.dnsalias.net>
In-Reply-To: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="Sig_QZx/h8DMVa_nZKcFMl5hCF8";
	protocol="application/pgp-signature"; micalg=PGP-SHA1
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c 
 radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile        
 Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 13:20:14 -0000

--Sig_QZx/h8DMVa_nZKcFMl5hCF8
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Thu, 24 Aug 2006 07:37:12 +0000 (UTC)
Guido van Rooij <guido@FreeBSD.org> wrote:

> guido       2006-08-24 07:37:12 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:        (Branch: RELENG_6)
>     contrib/ipfilter     HISTORY Makefile bpf_filter.c ip_fil.c=20
>                          ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c=20
>                          opts.h radix.c radix_ipf.h snoop.h=20
>     contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade=20
>     contrib/ipfilter/iplang iplang_l.l iplang_y.y=20
>     contrib/ipfilter/ipsd ipsd.c ipsdr.c sbpf.c=20
>     contrib/ipfilter/ipsend arp.c ip.c ipresend.c ipsend.c=20
>                             ipsopt.c iptest.c iptests.c larp.c=20
>                             lsock.c resend.c sbpf.c sdlpi.c=20
>                             slinux.c snit.c sock.c tcpip.h=20
>     contrib/ipfilter/l4check http.ok=20
>     contrib/ipfilter/lib Makefile addicmp.c addipopt.c binprint.c=20
>                          buildopts.c checkrev.c count4bits.c=20
>                          count6bits.c debug.c extras.c facpri.c=20
>                          facpri.h fill6bits.c flags.c genmask.c=20
>                          getline.c getnattype.c getport.c=20
>                          getproto.c hostmask.c hostnum.c=20
>                          icmpcode.c inet_addr.c initparse.c=20
>                          ionames.c ipft_ef.c ipft_hx.c ipft_pc.c=20
>                          ipft_sn.c ipft_td.c ipft_tx.c ipoptsec.c=20
>                          kmem.c kmem.h load_hash.c load_hashnode.c=20
>                          load_pool.c load_poolnode.c loglevel.c=20
>                          nat_setgroupmap.c natparse.c optname.c=20
>                          optprint.c optprintv6.c optvalue.c=20
>                          parse.c portname.c portnum.c ports.c=20
>                          print_toif.c printactivenat.c printaps.c=20
>                          printbuf.c printfr.c printfraginfo.c=20
>                          printhostmap.c printhostmask.c=20
>                          printifname.c printip.c printlog.c=20
>                          printmask.c printnat.c printpacket.c=20
>                          printportcmp.c printstate.c ratoi.c=20
>                          ratoui.c remove_hash.c remove_hashnode.c=20
>                          remove_pool.c remove_poolnode.c=20
>                          tcp_flags.c tcpflags.c tcpoptnames.c=20
>                          to_interface.c v6ionames.c v6optvalue.c=20
>                          verbose.c=20
>     contrib/ipfilter/man Makefile ipf.5 ipftest.1 ipmon.8 ipnat.5=20
>                          ipnat.8 mkfilters.1=20
>     contrib/ipfilter/perl ipf-mrtg.pl logfilter.pl=20
>     contrib/ipfilter/rules example.1 example.10 example.11=20
>                            example.12 example.13 example.2=20
>                            example.3 example.4 example.5 example.6=20
>                            example.7 example.8 example.9=20
>                            example.sr=20
>     contrib/ipfilter/samples proxy.c relay.c=20
>     contrib/ipfilter/test Makefile dotest itest natipftest=20
>                           test.format vfycksum.pl=20
>     contrib/ipfilter/test/expected bpf1 f13 f17 f7 f9 i1 i10 i11=20
>                                    i12 i14 i2 i4 i5 i6 i7 i8 i9=20
>                                    in1 in2 in5 in6 n1 n11 n2 n3 n4=20
>                                    n5 n6 n7 p1 p2 p3=20
>     contrib/ipfilter/test/input f13 f17 f2 f7 f9=20
>     contrib/ipfilter/test/regress bpf1 f13 f7 i1 i10 i11 i12 i14=20
>                                   i15 i2 i4 i5 i6 i7 i8 i9 in1 in2=20
>                                   in5 in6 p2.ipf=20
>     contrib/ipfilter/tools ipf.c ipf_y.y ipfcomp.c ipfs.c=20
>                            ipfstat.c ipftest.c ipmon.c ipnat.c=20
>                            ipnat_y.y ipsyncm.c ipsyncs.c lexer.c=20
>     sbin/ipf/ipf         Makefile=20
>     sbin/ipf/libipf      Makefile=20
>     sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_auth.h=20
>                                  ip_compat.h ip_fil.h=20
>                                  ip_fil_freebsd.c ip_frag.c=20
>                                  ip_frag.h ip_ftp_pxy.c=20
>                                  ip_htable.c ip_htable.h=20
>                                  ip_ipsec_pxy.c ip_irc_pxy.c=20
>                                  ip_log.c ip_lookup.c ip_lookup.h=20
>                                  ip_nat.c ip_nat.h=20
>                                  ip_netbios_pxy.c ip_pool.c=20
>                                  ip_pool.h ip_pptp_pxy.c=20
>                                  ip_proxy.c ip_proxy.h=20
>                                  ip_raudio_pxy.c ip_rcmd_pxy.c=20
>                                  ip_rpcb_pxy.c ip_scan.c ip_scan.h=20
>                                  ip_state.c ip_state.h ip_sync.c=20
>                                  ip_sync.h ipl.h mlfk_ipl.c=20
>   Log:
>   MFC: ipfilter 4.1.13

This begs for a question: if ipfilter can not be updated without
breaking the tree anymore, does it belong there in the first place?

--=20
Alexander Kabaev

--Sig_QZx/h8DMVa_nZKcFMl5hCF8
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7aeCQ6z1jMm+XZYRAsXJAJ44zul0WUX78wfweEHVnn+r4+DoVACgriTm
vgI6VFsm43RwUZvzYbnDH8o=
=zID5
-----END PGP SIGNATURE-----

--Sig_QZx/h8DMVa_nZKcFMl5hCF8--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 13:31:34 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CAF5816A4DD;
	Thu, 24 Aug 2006 13:31:34 +0000 (UTC)
	(envelope-from guido@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 46BB243D6E;
	Thu, 24 Aug 2006 13:31:33 +0000 (GMT)
	(envelope-from guido@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ODVXhH081471;
	Thu, 24 Aug 2006 13:31:33 GMT
	(envelope-from guido@repoman.freebsd.org)
Received: (from guido@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ODVXaK081470;
	Thu, 24 Aug 2006 13:31:33 GMT (envelope-from guido)
Message-Id: <200608241331.k7ODVXaK081470@repoman.freebsd.org>
From: Guido van Rooij <guido@FreeBSD.org>
Date: Thu, 24 Aug 2006 13:31:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/contrib/ipfilter/lib printproto.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 13:31:34 -0000

guido       2006-08-24 13:31:32 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_6)
    contrib/ipfilter/lib printproto.c 
  Log:
  Add missing file from MFC
  
  Revision     Changes    Path
  1.1.1.1.2.1  +51 -0     src/contrib/ipfilter/lib/printproto.c (new)

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 13:32:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 05FD516A4E1;
	Thu, 24 Aug 2006 13:32:50 +0000 (UTC) (envelope-from guido@gvr.org)
Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6B20243D49;
	Thu, 24 Aug 2006 13:32:49 +0000 (GMT) (envelope-from guido@gvr.org)
Received: by gvr.gvr.org (Postfix, from userid 657)
	id 57397C134; Thu, 24 Aug 2006 15:32:48 +0200 (CEST)
Date: Thu, 24 Aug 2006 15:32:48 +0200
From: Guido van Rooij <guido@gvr.org>
To: Kostik Belousov <kostikbel@gmail.com>
Message-ID: <20060824133248.GA54374@gvr.gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824111822.GF84619@deviant.kiev.zoral.com.ua>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060824111822.GF84619@deviant.kiev.zoral.com.ua>
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: RELENG_6 breakage ? [Was: Re: cvs commit: src/contrib/ipfilter
	...]
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 13:32:50 -0000

On Thu, Aug 24, 2006 at 02:18:22PM +0300, Kostik Belousov wrote:
> On Thu, Aug 24, 2006 at 07:37:12AM +0000, Guido van Rooij wrote:
> > guido       2006-08-24 07:37:12 UTC
> > 
> >   Log:
> >   MFC: ipfilter 4.1.13
> 
> ===> sbin/ip6fw (depend)
> rm -f .depend
> mkdep -f .depend -a     /usr/bsd/src/sbin/ip6fw/ip6fw.c
> echo ip6fw: /usr/obj/usr/bsd/src/tmp/usr/lib/libc.a  >> .depend
> ===> sbin/ipf (depend)
> ===> sbin/ipf/libipf (depend)
> make: don't know how to make printproto.c. Stop
> *** Error code 2
> 
> Stop in /usr/bsd/src/sbin/ipf.
> *** Error code 1

That's what you get when you forget -N when diffing. I just fixed it
(hopefully).

My apologies.

-Guido

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 13:36:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 87D9216A4DE;
	Thu, 24 Aug 2006 13:36:30 +0000 (UTC) (envelope-from guido@gvr.org)
Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DAA7543D49;
	Thu, 24 Aug 2006 13:36:29 +0000 (GMT) (envelope-from guido@gvr.org)
Received: by gvr.gvr.org (Postfix, from userid 657)
	id D06DDC134; Thu, 24 Aug 2006 15:36:28 +0200 (CEST)
Date: Thu, 24 Aug 2006 15:36:28 +0200
From: Guido van Rooij <guido@gvr.org>
To: Alexander Kabaev <kabaev@gmail.com>
Message-ID: <20060824133628.GA54467@gvr.gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060824092002.44b90594@kan.dnsalias.net>
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 13:36:30 -0000

On Thu, Aug 24, 2006 at 09:20:02AM -0400, Alexander Kabaev wrote:
> On Thu, 24 Aug 2006 07:37:12 +0000 (UTC)
> Guido van Rooij <guido@FreeBSD.org> wrote:
> 
> > guido       2006-08-24 07:37:12 UTC
> > 

[..]

> >   Log:
> >   MFC: ipfilter 4.1.13
> 
> This begs for a question: if ipfilter can not be updated without
> breaking the tree anymore, does it belong there in the first place?

We could of course also get rid of the tree ;)

-Guido

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 14:07:03 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C78FD16A4DD;
	Thu, 24 Aug 2006 14:07:03 +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 0803F43D49;
	Thu, 24 Aug 2006 14:06:59 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OE6xUl086263;
	Thu, 24 Aug 2006 14:06:59 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OE6xCj086262;
	Thu, 24 Aug 2006 14:06:59 GMT (envelope-from glebius)
Message-Id: <200608241406.k7OE6xCj086262@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Thu, 24 Aug 2006 14:06:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/conf options
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 14:07:03 -0000

glebius     2006-08-24 14:06:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/conf             options 
  Log:
  Fix build breakage.
  
  Revision    Changes    Path
  1.510.2.17  +4 -0      src/sys/conf/options

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 14:10:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B120B16A4E2;
	Thu, 24 Aug 2006 14:10:10 +0000 (UTC)
	(envelope-from kostikbel@gmail.com)
Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9891443D49;
	Thu, 24 Aug 2006 14:10:09 +0000 (GMT)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua
	[10.1.1.148])
	by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k7OEA2WW070431
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 24 Aug 2006 17:10:02 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1])
	by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id
	k7OEA4N1068537; Thu, 24 Aug 2006 17:10:04 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
Received: (from kostik@localhost)
	by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k7OEA4OX068532; 
	Thu, 24 Aug 2006 17:10:04 +0300 (EEST)
	(envelope-from kostikbel@gmail.com)
X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to
	kostikbel@gmail.com using -f
Date: Thu, 24 Aug 2006 17:10:03 +0300
From: Kostik Belousov <kostikbel@gmail.com>
To: Guido van Rooij <guido@gvr.org>
Message-ID: <20060824141003.GI84619@deviant.kiev.zoral.com.ua>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824111822.GF84619@deviant.kiev.zoral.com.ua>
	<20060824133248.GA54374@gvr.gvr.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="jQIvE3yXcK9X9HBh"
Content-Disposition: inline
In-Reply-To: <20060824133248.GA54374@gvr.gvr.org>
User-Agent: Mutt/1.4.2.2i
X-Virus-Scanned: ClamAV version 0.88.4,
	clamav-milter version 0.88.4 on fw.zoral.com.ua
X-Virus-Status: Clean
X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE,
	SPF_NEUTRAL,UNPARSEABLE_RELAY autolearn=no version=3.1.4
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua
Cc: Kostik Belousov <kostikbel@gmail.com>, cvs-src@freebsd.org,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: RELENG_6 breakage ? [Was: Re: cvs commit: src/contrib/ipfilter
	...]
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 14:10:10 -0000


--jQIvE3yXcK9X9HBh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Aug 24, 2006 at 03:32:48PM +0200, Guido van Rooij wrote:
> On Thu, Aug 24, 2006 at 02:18:22PM +0300, Kostik Belousov wrote:
> > On Thu, Aug 24, 2006 at 07:37:12AM +0000, Guido van Rooij wrote:
> > > guido       2006-08-24 07:37:12 UTC
> > >=20
> > >   Log:
> > >   MFC: ipfilter 4.1.13
> >=20
> > =3D=3D=3D> sbin/ip6fw (depend)
> > rm -f .depend
> > mkdep -f .depend -a     /usr/bsd/src/sbin/ip6fw/ip6fw.c
> > echo ip6fw: /usr/obj/usr/bsd/src/tmp/usr/lib/libc.a  >> .depend
> > =3D=3D=3D> sbin/ipf (depend)
> > =3D=3D=3D> sbin/ipf/libipf (depend)
> > make: don't know how to make printproto.c. Stop
> > *** Error code 2
> >=20
> > Stop in /usr/bsd/src/sbin/ipf.
> > *** Error code 1
>=20
> That's what you get when you forget -N when diffing. I just fixed it
> (hopefully).
>=20
> My apologies.
>=20
> -Guido
Thanks !

--jQIvE3yXcK9X9HBh
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7bM7C3+MBN1Mb4gRAh1XAJ9cgompPv4b9Em0Ckh8/pqVvQjHUACgpo2l
UKHJBN/tb2vCQPHVpEupE30=
=GTvl
-----END PGP SIGNATURE-----

--jQIvE3yXcK9X9HBh--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 14:16:14 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 83A1A16A4E0
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 14:16:14 +0000 (UTC)
	(envelope-from kabaev@gmail.com)
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 99A3043D49
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 14:16:12 +0000 (GMT)
	(envelope-from kabaev@gmail.com)
Received: by nz-out-0102.google.com with SMTP id 13so342767nzn
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 07:16:12 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type;
	b=kx3kn2A/jFIaLnmkRhBdE+hA1JI/YSJ43UekEbEIbEyIADt8LgYJcQFeI5vgU1MVc+/9NZJiRqTA4gNHEaYeKVMW7y50PG4FKCUknz3s2FchMm8mKX/lJFyqmSAQzUE0n8fPcyARa1W4vW4dTIdcPmWJyi7g/uM3myd40cnlT2U=
Received: by 10.65.119.14 with SMTP id w14mr2237912qbm;
	Thu, 24 Aug 2006 07:16:12 -0700 (PDT)
Received: from kan.dnsalias.net ( [24.63.93.195])
	by mx.gmail.com with ESMTP id q13sm1449616qbq.2006.08.24.07.16.11;
	Thu, 24 Aug 2006 07:16:11 -0700 (PDT)
Date: Thu, 24 Aug 2006 10:16:06 -0400
From: Alexander Kabaev <kabaev@gmail.com>
To: Guido van Rooij <guido@gvr.org>
Message-ID: <20060824101606.414e8bf6@kan.dnsalias.net>
In-Reply-To: <20060824133628.GA54467@gvr.gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: multipart/signed; boundary=Sig_oxpXD+U5pA.g+E2n9RENdki;
	protocol="application/pgp-signature"; micalg=PGP-SHA1
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c
 radix_ipf.h
 snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade
 src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 14:16:14 -0000

--Sig_oxpXD+U5pA.g+E2n9RENdki
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Thu, 24 Aug 2006 15:36:28 +0200
Guido van Rooij <guido@gvr.org> wrote:

> On Thu, Aug 24, 2006 at 09:20:02AM -0400, Alexander Kabaev wrote:
> > On Thu, 24 Aug 2006 07:37:12 +0000 (UTC)
> > Guido van Rooij <guido@FreeBSD.org> wrote:
> >=20
> > > guido       2006-08-24 07:37:12 UTC
> > >=20
>=20
> [..]
>=20
> > >   Log:
> > >   MFC: ipfilter 4.1.13
> >=20
> > This begs for a question: if ipfilter can not be updated without
> > breaking the tree anymore, does it belong there in the first place?
>=20
> We could of course also get rid of the tree ;)
>=20
> -Guido
Tree without ipfilter or ipfilter without tree - this is a
technicality.

Seriously though, I wonder how ipfilter is being tested before being
checked in? Past two commits by you suggested that no testing was done
at all.=20

--=20
Alexander Kabaev

--Sig_oxpXD+U5pA.g+E2n9RENdki
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7bSpQ6z1jMm+XZYRAm2aAJ0TbyTO705yRQNfwCRCe9sa6xY3QACgopyF
6zFTLfIMloTBUNAXgpXG14E=
=ppaS
-----END PGP SIGNATURE-----

--Sig_oxpXD+U5pA.g+E2n9RENdki--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 14:41:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 119A316A4DA;
	Thu, 24 Aug 2006 14:41:17 +0000 (UTC)
	(envelope-from oleg@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BEDCB43D46;
	Thu, 24 Aug 2006 14:41:16 +0000 (GMT)
	(envelope-from oleg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OEfGDg088667;
	Thu, 24 Aug 2006 14:41:16 GMT
	(envelope-from oleg@repoman.freebsd.org)
Received: (from oleg@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OEfGOJ088666;
	Thu, 24 Aug 2006 14:41:16 GMT (envelope-from oleg)
Message-Id: <200608241441.k7OEfGOJ088666@repoman.freebsd.org>
From: Oleg Bulyzhin <oleg@FreeBSD.org>
Date: Thu, 24 Aug 2006 14:41:16 +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/sys/dev/bge if_bge.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 14:41:17 -0000

oleg        2006-08-24 14:41:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.
  Following issues should be resolved:
  - random watchdog timeouts (caused by concurrent phy access)
  - some link state issues
  - non working TX if media type was set explicitly
  
  PR:             kern/98738
  Approved by:    glebius (mentor)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.140     +24 -5     src/sys/dev/bge/if_bge.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 14:45:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 20FC616A4DF;
	Thu, 24 Aug 2006 14:45:58 +0000 (UTC)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF0F743D4C;
	Thu, 24 Aug 2006 14:45:57 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OEjv2T089128;
	Thu, 24 Aug 2006 14:45:57 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OEjvr4089127;
	Thu, 24 Aug 2006 14:45:57 GMT (envelope-from bmah)
Message-Id: <200608241445.k7OEjvr4089127@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Thu, 24 Aug 2006 14:45:57 +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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 14:45:58 -0000

bmah        2006-08-24 14:45:57 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release notes:  IPFIREWALL_FORWARD_EXTENDED removed (+MFC),
  fsdb(8) btime.
  
  Modified release notes: Changed Xbox note to only point to the
  platforms page (there are pointers to additional information
  there)...note MFC.
  
  MFCs noted:  IPFilter 4.1.13.
  
  Revision  Changes    Path
  1.964     +15 -4     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 14:47:33 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D805616A4DE;
	Thu, 24 Aug 2006 14:47:33 +0000 (UTC)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8F28B43D53;
	Thu, 24 Aug 2006 14:47:33 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OElXY9089249;
	Thu, 24 Aug 2006 14:47:33 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OElXDx089248;
	Thu, 24 Aug 2006 14:47:33 GMT (envelope-from bmah)
Message-Id: <200608241447.k7OElXDx089248@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Thu, 24 Aug 2006 14:47:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 14:47:34 -0000

bmah        2006-08-24 14:47:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:  Xbox support, IPFIREWALL_FORWARD_EXTENDED removed (behavior
  enabled by default), IPFilter 4.1.13.
  
  Revision    Changes    Path
  1.883.2.33  +15 -0     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 15:46:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1456716A4E5;
	Thu, 24 Aug 2006 15:46:30 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B21C043D53;
	Thu, 24 Aug 2006 15:46:29 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OFkTmZ000822;
	Thu, 24 Aug 2006 15:46:29 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OFkT77000821;
	Thu, 24 Aug 2006 15:46:29 GMT (envelope-from marcel)
Message-Id: <200608241546.k7OFkT77000821@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Thu, 24 Aug 2006 15:46:29 +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/gnu/usr.bin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 15:46:30 -0000

marcel      2006-08-24 15:46:29 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin          Makefile 
  Log:
  Build gdb on PowerPC.
  
  Revision  Changes    Path
  1.90      +1 -1      src/gnu/usr.bin/Makefile

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 16:03:40 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D48A416A4DF;
	Thu, 24 Aug 2006 16:03:40 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 353F043D49;
	Thu, 24 Aug 2006 16:03:39 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k7OG3XDK017879;
	Thu, 24 Aug 2006 10:03:38 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <44EDCDD4.6070709@samsco.org>
Date: Thu, 24 Aug 2006 10:03:32 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
	rv:1.7.7) Gecko/20050416
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Alexander Kabaev <kabaev@gmail.com>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>	<20060824092002.44b90594@kan.dnsalias.net>	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
In-Reply-To: <20060824101606.414e8bf6@kan.dnsalias.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed 
	version=3.1.1
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Guido van Rooij <guido@gvr.org>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c
 radix_ipf.h
 snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade
 src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 16:03:40 -0000

Alexander Kabaev wrote:

> On Thu, 24 Aug 2006 15:36:28 +0200
> Guido van Rooij <guido@gvr.org> wrote:
> 
> 
>>On Thu, Aug 24, 2006 at 09:20:02AM -0400, Alexander Kabaev wrote:
>>
>>>On Thu, 24 Aug 2006 07:37:12 +0000 (UTC)
>>>Guido van Rooij <guido@FreeBSD.org> wrote:
>>>
>>>
>>>>guido       2006-08-24 07:37:12 UTC
>>>>
>>
>>[..]
>>
>>
>>>>  Log:
>>>>  MFC: ipfilter 4.1.13
>>>
>>>This begs for a question: if ipfilter can not be updated without
>>>breaking the tree anymore, does it belong there in the first place?
>>
>>We could of course also get rid of the tree ;)
>>
>>-Guido
> 
> Tree without ipfilter or ipfilter without tree - this is a
> technicality.
> 
> Seriously though, I wonder how ipfilter is being tested before being
> checked in? Past two commits by you suggested that no testing was done
> at all. 
> 

Missing an added file when doing a check-in is a forgivable mistake, 
especially since Guido isn't the author and likely doesn't have as deep
of an understanding of the changes as the author does.  And, I do highly
appreciate that Guido is responding quickly to the problems.  The 
process with ipfilter still isn't perfect, but it's definitely an
improvement over the past.

Scott


From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 16:51:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E9E3A16A4DF;
	Thu, 24 Aug 2006 16:51:02 +0000 (UTC)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7808343D46;
	Thu, 24 Aug 2006 16:51:02 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OGp2lB013649;
	Thu, 24 Aug 2006 16:51:02 GMT
	(envelope-from emax@repoman.freebsd.org)
Received: (from emax@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OGp2lR013647;
	Thu, 24 Aug 2006 16:51:02 GMT (envelope-from emax)
Message-Id: <200608241651.k7OGp2lR013647@repoman.freebsd.org>
From: Maksim Yevmenkin <emax@FreeBSD.org>
Date: Thu, 24 Aug 2006 16:51:02 +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/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 16:51:03 -0000

emax        2006-08-24 16:51:02 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c 
  Log:
  Define mtu as u_int16_t not as int. This should fix problem with rfcomm
  on sparc64.
  
  Reported by:    Andrew Belashov <bel at orel dot ru>
  Tested by:      Andrew Belashov <bel at orel dot ru>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.23      +2 -1      src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 17:02:27 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3087C16A4E8;
	Thu, 24 Aug 2006 17:02:27 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8AFC043D58;
	Thu, 24 Aug 2006 17:02:26 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OH2QNY014427;
	Thu, 24 Aug 2006 17:02:26 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OH2Qqj014426;
	Thu, 24 Aug 2006 17:02:26 GMT (envelope-from imp)
Message-Id: <200608241702.k7OH2Qqj014426@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Thu, 24 Aug 2006 17:02:26 +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 Makefile.inc1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 17:02:27 -0000

imp         2006-08-24 17:02:26 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
  Log:
  Always make obj when building the libraries.  This never hurts, and
  helps some cross-architecture building tool installation patches that
  I'm developing.
  
  Revision  Changes    Path
  1.554     +4 -2      src/Makefile.inc1

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 17:09:55 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8347116A4F2;
	Thu, 24 Aug 2006 17:09:55 +0000 (UTC)
	(envelope-from danger@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2610843DAC;
	Thu, 24 Aug 2006 17:07:27 +0000 (GMT)
	(envelope-from danger@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OH7KRp016039;
	Thu, 24 Aug 2006 17:07:20 GMT
	(envelope-from danger@repoman.freebsd.org)
Received: (from danger@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OH7KSa016038;
	Thu, 24 Aug 2006 17:07:20 GMT (envelope-from danger)
Message-Id: <200608241707.k7OH7KSa016038@repoman.freebsd.org>
From: Daniel Gerzo <danger@FreeBSD.org>
Date: Thu, 24 Aug 2006 17:07:20 +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/share/man/man4 fast_ipsec.4 ipsec.4
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 17:09:55 -0000

danger      2006-08-24 17:07:20 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       fast_ipsec.4 ipsec.4 
  Log:
  - add note about IPSEC_FILTERGIF to fast_ipsec(4) and let the users know
    that it is not possible to use Fast IPsec in conjuction with KAME IPsec
  - add available kernel options to ipsec(4)
  - add reference for fast_ipsec(4) to ipsec(4)
  
  Reviewed by: trhodes (mentor), keramida (mentor)
  Approved by: keramida (mentor)
  
  Revision  Changes    Path
  1.5       +13 -1     src/share/man/man4/fast_ipsec.4
  1.19      +6 -1      src/share/man/man4/ipsec.4

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 17:42:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CE1D616A4DA;
	Thu, 24 Aug 2006 17:42:38 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 861C243D45;
	Thu, 24 Aug 2006 17:42:38 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OHgc5c019942;
	Thu, 24 Aug 2006 17:42:38 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OHgcMY019941;
	Thu, 24 Aug 2006 17:42:38 GMT (envelope-from rwatson)
Message-Id: <200608241742.k7OHgcMY019941@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 24 Aug 2006 17:42:38 +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/sys/security/audit audit_pipe.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 17:42:38 -0000

rwatson     2006-08-24 17:42:38 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit_pipe.c 
  Log:
  Add kqueue support to audit pipe pseudo-devices.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.8       +84 -0     src/sys/security/audit/audit_pipe.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 18:04:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 424BD16A4DD;
	Thu, 24 Aug 2006 18:04:50 +0000 (UTC)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C7DC643D49;
	Thu, 24 Aug 2006 18:04:49 +0000 (GMT)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OI4ncr022181;
	Thu, 24 Aug 2006 18:04:49 GMT
	(envelope-from obrien@repoman.freebsd.org)
Received: (from obrien@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OI4nKA022180;
	Thu, 24 Aug 2006 18:04:49 GMT (envelope-from obrien)
Message-Id: <200608241804.k7OI4nKA022180@repoman.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 24 Aug 2006 18:04:49 +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/share/mk bsd.port.mk
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 18:04:50 -0000

obrien      2006-08-24 18:04:49 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  Don't read in /etc/src.conf when building ports.
  
  Reported by:    obrien
  Submitted by:   ru
  
  Revision  Changes    Path
  1.308     +3 -0      src/share/mk/bsd.port.mk

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 18:52:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D191016A4E2;
	Thu, 24 Aug 2006 18:52:28 +0000 (UTC)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6180043D6A;
	Thu, 24 Aug 2006 18:52:28 +0000 (GMT)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OIqS22024522;
	Thu, 24 Aug 2006 18:52:28 GMT
	(envelope-from marius@repoman.freebsd.org)
Received: (from marius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OIqSp2024521;
	Thu, 24 Aug 2006 18:52:28 GMT (envelope-from marius)
Message-Id: <200608241852.k7OIqSp2024521@repoman.freebsd.org>
From: Marius Strobl <marius@FreeBSD.org>
Date: Thu, 24 Aug 2006 18:52:28 +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/sys/kern vfs_mount.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 18:52:28 -0000

marius      2006-08-24 18:52:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Fix a bug introduced with rev. 1.204; in vfs_donmount() use
  copyout(9) instead of copystr(9) for copying the errmsg from
  kernel- to user-space. This fixes a panic on sparc64 when
  using the nmount(2)-converted mountd(8).
  While at it, use bcopy(3) instead of strncpy(3) in the kernel-
  to kernel-space case for consistency with vfs_buildopts() and
  between kernel- to user-space and kernel- to kernel-space case.
  
  Revision  Changes    Path
  1.229     +4 -5      src/sys/kern/vfs_mount.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 19:33:27 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CB49716A4DE;
	Thu, 24 Aug 2006 19:33:27 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net
	[66.23.211.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 08C7643D45;
	Thu, 24 Aug 2006 19:33:26 +0000 (GMT) (envelope-from jhb@freebsd.org)
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7OJXKe4069072;
	Thu, 24 Aug 2006 15:33:24 -0400 (EDT) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Scott Long <scottl@samsco.org>
Date: Thu, 24 Aug 2006 15:22:42 -0400
User-Agent: KMail/1.9.1
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<44EDCDD4.6070709@samsco.org>
In-Reply-To: <44EDCDD4.6070709@samsco.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200608241522.43325.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]);
	Thu, 24 Aug 2006 15:33:24 -0400 (EDT)
X-Virus-Scanned: ClamAV 0.88.3/1726/Thu Aug 24 14:45:50 2006 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 
	autolearn=ham version=3.1.3
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Guido van Rooij <guido@gvr.org>,
	Alexander Kabaev <kabaev@gmail.com>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 19:33:27 -0000

On Thursday 24 August 2006 12:03, Scott Long wrote:
> Alexander Kabaev wrote:
> 
> > On Thu, 24 Aug 2006 15:36:28 +0200
> > Guido van Rooij <guido@gvr.org> wrote:
> > 
> > 
> >>On Thu, Aug 24, 2006 at 09:20:02AM -0400, Alexander Kabaev wrote:
> >>
> >>>On Thu, 24 Aug 2006 07:37:12 +0000 (UTC)
> >>>Guido van Rooij <guido@FreeBSD.org> wrote:
> >>>
> >>>
> >>>>guido       2006-08-24 07:37:12 UTC
> >>>>
> >>
> >>[..]
> >>
> >>
> >>>>  Log:
> >>>>  MFC: ipfilter 4.1.13
> >>>
> >>>This begs for a question: if ipfilter can not be updated without
> >>>breaking the tree anymore, does it belong there in the first place?
> >>
> >>We could of course also get rid of the tree ;)
> >>
> >>-Guido
> > 
> > Tree without ipfilter or ipfilter without tree - this is a
> > technicality.
> > 
> > Seriously though, I wonder how ipfilter is being tested before being
> > checked in? Past two commits by you suggested that no testing was done
> > at all. 
> > 
> 
> Missing an added file when doing a check-in is a forgivable mistake, 
> especially since Guido isn't the author and likely doesn't have as deep
> of an understanding of the changes as the author does.  And, I do highly
> appreciate that Guido is responding quickly to the problems.  The 
> process with ipfilter still isn't perfect, but it's definitely an
> improvement over the past.

Yes, this is the first import Guido has done, and I think it has gone well 
relatively speaking.  Overall I think ipfilter imports will become less 
eventful in the future than they have been in the past.

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 19:50:04 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E09CD16A4E0;
	Thu, 24 Aug 2006 19:50:03 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A2F3043D62;
	Thu, 24 Aug 2006 19:50:00 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OJo0PL028817;
	Thu, 24 Aug 2006 19:50:00 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OJo0DR028816;
	Thu, 24 Aug 2006 19:50:00 GMT (envelope-from ru)
Message-Id: <200608241950.k7OJo0DR028816@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 24 Aug 2006 19:50:00 +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/sys/netgraph ng_fec.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 19:50:04 -0000

ru          2006-08-24 19:50:00 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_fec.c 
  Log:
  Fix another fallout from the IF_LLADDR() type change.
  
  Spotted by:     mwlucas
  
  Revision  Changes    Path
  1.27      +2 -1      src/sys/netgraph/ng_fec.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 20:16:08 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 28B1816A4E1;
	Thu, 24 Aug 2006 20:16:08 +0000 (UTC)
	(envelope-from prvs=julian=3845287f1@elischer.org)
Received: from a50.ironport.com (a50.ironport.com [63.251.108.112])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B169E43D78;
	Thu, 24 Aug 2006 20:16:07 +0000 (GMT)
	(envelope-from prvs=julian=3845287f1@elischer.org)
Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229])
	by a50.ironport.com with ESMTP; 24 Aug 2006 13:16:07 -0700
Message-ID: <44EE0906.40705@elischer.org>
Date: Thu, 24 Aug 2006 13:16:06 -0700
From: Julian Elischer <julian@elischer.org>
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
	rv:1.7.13) Gecko/20060414
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Konstantin Belousov <kib@FreeBSD.org>
References: <200608241016.k7OAG1VE058083@repoman.freebsd.org>
In-Reply-To: <200608241016.k7OAG1VE058083@repoman.freebsd.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/man/man9 lock.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 20:16:08 -0000

Konstantin Belousov wrote:

>kib         2006-08-24 10:16:01 UTC
>
>  FreeBSD src repository
>
>  Modified files:        (Branch: RELENG_6)
>    share/man/man9       lock.9 
>  Log:
>  MFC rev.1.14:
>  Note that LK_UPGRADE may drop the shared lock before taking the
>  exclusive one.
>  
>  
>
excuse my ignorance but I though that the whole aim of an upgrade was to 
make sure that
you did NOT drop it before getting the exclusive lock..( or it fails and 
you back out and retry)

>  Reviewed and edited by: tegge
>  Approved by:    pjd (mentor)
>  
>  Revision  Changes    Path
>  1.12.2.2  +2 -0      src/share/man/man9/lock.9
>  
>

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 20:45:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D8C7B16A4EF;
	Thu, 24 Aug 2006 20:45:38 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA8E43D4C;
	Thu, 24 Aug 2006 20:45:38 +0000 (GMT)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OKjcni033422;
	Thu, 24 Aug 2006 20:45:38 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OKjc5N033421;
	Thu, 24 Aug 2006 20:45:38 GMT (envelope-from julian)
Message-Id: <200608242045.k7OKjc5N033421@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Thu, 24 Aug 2006 20:45:38 +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/bin/cp cp.1 cp.c extern.h utils.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 20:45:39 -0000

julian      2006-08-24 20:45:38 UTC

  FreeBSD src repository

  Modified files:
    bin/cp               cp.1 cp.c extern.h utils.c 
  Log:
  Add an option to allow copying of a hierarchy while linking he regular files.
  Bikeshedded to death on: hackers
  Submitted by:andersonatcenttech.com
  MFC in: 1 month
  
  Revision  Changes    Path
  1.34      +4 -2      src/bin/cp/cp.1
  1.54      +8 -2      src/bin/cp/cp.c
  1.21      +1 -1      src/bin/cp/extern.h
  1.47      +92 -77    src/bin/cp/utils.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 20:48:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8EFC616A4DD;
	Thu, 24 Aug 2006 20:48:18 +0000 (UTC)
	(envelope-from kris@obsecurity.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 14B5743D4C;
	Thu, 24 Aug 2006 20:48:18 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196])
	by elvis.mu.org (Postfix) with ESMTP id EE4AF1A4DD6;
	Thu, 24 Aug 2006 13:48:17 -0700 (PDT)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 71DF351A2C; Thu, 24 Aug 2006 16:48:16 -0400 (EDT)
Date: Thu, 24 Aug 2006 16:48:16 -0400
From: Kris Kennaway <kris@obsecurity.org>
To: Marius Strobl <marius@FreeBSD.org>
Message-ID: <20060824204816.GA52127@xor.obsecurity.org>
References: <200608241852.k7OIqSp2024521@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY"
Content-Disposition: inline
In-Reply-To: <200608241852.k7OIqSp2024521@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern vfs_mount.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 20:48:18 -0000


--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Thanks!

On Thu, Aug 24, 2006 at 06:52:28PM +0000, Marius Strobl wrote:
> marius      2006-08-24 18:52:28 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     sys/kern             vfs_mount.c=20
>   Log:
>   Fix a bug introduced with rev. 1.204; in vfs_donmount() use
>   copyout(9) instead of copystr(9) for copying the errmsg from
>   kernel- to user-space. This fixes a panic on sparc64 when
>   using the nmount(2)-converted mountd(8).
>   While at it, use bcopy(3) instead of strncpy(3) in the kernel-
>   to kernel-space case for consistency with vfs_buildopts() and
>   between kernel- to user-space and kernel- to kernel-space case.
>  =20
>   Revision  Changes    Path
>   1.229     +4 -5      src/sys/kern/vfs_mount.c
> http://cvsweb.FreeBSD.org/src/sys/kern/vfs_mount.c.diff?r1=3D1.228&r2=3D1=
.229
> | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> | RCS file: /usr/local/www/cvsroot/FreeBSD/src/sys/kern/vfs_mount.c,v
> | retrieving revision 1.228
> | retrieving revision 1.229
> | diff -u -p -r1.228 -r1.229
> | --- src/sys/kern/vfs_mount.c	2006/06/27 14:46:31	1.228
> | +++ src/sys/kern/vfs_mount.c	2006/08/24 18:52:28	1.229
> | @@ -35,7 +35,7 @@
> |   */
> | =20
> |  #include <sys/cdefs.h>
> | -__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/kern/vfs_mo=
unt.c,v 1.228 2006/06/27 14:46:31 jhb Exp $");
> | +__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/kern/vfs_mo=
unt.c,v 1.229 2006/08/24 18:52:28 marius Exp $");
> | =20
> |  #include <sys/param.h>
> |  #include <sys/conf.h>
> | @@ -693,14 +693,13 @@ bail:
> |  	if (errmsg_pos !=3D -1 && ((2 * errmsg_pos + 1) < fsoptions->uio_iovc=
nt)
> |  	    && errmsg_len > 0 && errmsg !=3D NULL) {
> |  		if (fsoptions->uio_segflg =3D=3D UIO_SYSSPACE) {
> | -			strncpy(fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base,
> | -			    errmsg,=20
> | +			bcopy(errmsg,
> | +			    fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base,
> |  			    fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len);
> |  		} else {
> | -			copystr(errmsg,
> | +			copyout(errmsg,
> |  			    fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base,
> | -			    fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len,
> | -			    NULL);
> | +			    fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len);
> |  		}=20
> |  	}
> | =20
>=20

--4Ckj6UjgE2iN1+kY
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7hCQWry0BWjoQKURAttRAKDUi9BXgVUPaefCyfa77dE3aN3qRwCg3qtl
YMDLGiOUnmwtBNMVwqrJhk4=
=eaex
-----END PGP SIGNATURE-----

--4Ckj6UjgE2iN1+kY--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 20:48:35 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 4218D16A5A5;
	Thu, 24 Aug 2006 20:48:35 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net
	[66.23.211.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54EFC43D58;
	Thu, 24 Aug 2006 20:48:34 +0000 (GMT) (envelope-from jhb@freebsd.org)
Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7OKmPmr069616;
	Thu, 24 Aug 2006 16:48:26 -0400 (EDT) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Julian Elischer <julian@elischer.org>
Date: Thu, 24 Aug 2006 16:47:55 -0400
User-Agent: KMail/1.9.1
References: <200608241016.k7OAG1VE058083@repoman.freebsd.org>
	<44EE0906.40705@elischer.org>
In-Reply-To: <44EE0906.40705@elischer.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200608241647.56391.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]);
	Thu, 24 Aug 2006 16:48:26 -0400 (EDT)
X-Virus-Scanned: ClamAV 0.88.3/1726/Thu Aug 24 14:45:50 2006 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 
	autolearn=ham version=3.1.3
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Konstantin Belousov <kib@freebsd.org>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/share/man/man9 lock.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 20:48:35 -0000

On Thursday 24 August 2006 16:16, Julian Elischer wrote:
> Konstantin Belousov wrote:
> 
> >kib         2006-08-24 10:16:01 UTC
> >
> >  FreeBSD src repository
> >
> >  Modified files:        (Branch: RELENG_6)
> >    share/man/man9       lock.9 
> >  Log:
> >  MFC rev.1.14:
> >  Note that LK_UPGRADE may drop the shared lock before taking the
> >  exclusive one.
> >  
> >  
> >
> excuse my ignorance but I though that the whole aim of an upgrade was to 
> make sure that
> you did NOT drop it before getting the exclusive lock..( or it fails and 
> you back out and retry)

This is why sx and rw locks only have a try_upgrade and not a blocking
upgrade.  The calling code can then do a sunlock and blocking xlock
and make sure they redo any needed checks, etc.

> >  Reviewed and edited by: tegge
> >  Approved by:    pjd (mentor)
> >  
> >  Revision  Changes    Path
> >  1.12.2.2  +2 -0      src/share/man/man9/lock.9
> >  
> >
> 

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 20:58:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0BE4E16A4DD;
	Thu, 24 Aug 2006 20:58:58 +0000 (UTC) (envelope-from guido@gvr.org)
Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE8943D6B;
	Thu, 24 Aug 2006 20:58:56 +0000 (GMT) (envelope-from guido@gvr.org)
Received: by gvr.gvr.org (Postfix, from userid 657)
	id DEF24C137; Thu, 24 Aug 2006 22:58:54 +0200 (CEST)
Date: Thu, 24 Aug 2006 22:58:54 +0200
From: Guido van Rooij <guido@gvr.org>
To: Alexander Kabaev <kabaev@gmail.com>
Message-ID: <20060824205854.GA59856@gvr.gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060824101606.414e8bf6@kan.dnsalias.net>
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 20:58:58 -0000

On Thu, Aug 24, 2006 at 10:16:06AM -0400, Alexander Kabaev wrote:
> Tree without ipfilter or ipfilter without tree - this is a
> technicality.
> 
> Seriously though, I wonder how ipfilter is being tested before being
> checked in? Past two commits by you suggested that no testing was done
> at all. 

You definately got it wrong.

-Guido

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 21:03:34 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BC5C616A4E1;
	Thu, 24 Aug 2006 21:03:34 +0000 (UTC) (envelope-from guido@gvr.org)
Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2039C43D4C;
	Thu, 24 Aug 2006 21:03:34 +0000 (GMT) (envelope-from guido@gvr.org)
Received: by gvr.gvr.org (Postfix, from userid 657)
	id 570C2C181; Thu, 24 Aug 2006 23:03:33 +0200 (CEST)
Date: Thu, 24 Aug 2006 23:03:33 +0200
From: Guido van Rooij <guido@gvr.org>
To: John Baldwin <jhb@freebsd.org>
Message-ID: <20060824210333.GB59856@gvr.gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<44EDCDD4.6070709@samsco.org> <200608241522.43325.jhb@freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200608241522.43325.jhb@freebsd.org>
Cc: cvs-src@freebsd.org, Scott Long <scottl@samsco.org>,
	src-committers@freebsd.org, Alexander Kabaev <kabaev@gmail.com>,
	cvs-all@freebsd.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 21:03:34 -0000

On Thu, Aug 24, 2006 at 03:22:42PM -0400, John Baldwin wrote:
> > >>>>  Log:
> > >>>>  MFC: ipfilter 4.1.13
> > >>>
> > >>>This begs for a question: if ipfilter can not be updated without
> > >>>breaking the tree anymore, does it belong there in the first place?
> > >>
> > >>We could of course also get rid of the tree ;)
> > >>
> > >>-Guido
> > > 
> > > Tree without ipfilter or ipfilter without tree - this is a
> > > technicality.
> > > 
> > > Seriously though, I wonder how ipfilter is being tested before being
> > > checked in? Past two commits by you suggested that no testing was done
> > > at all. 
> > > 
> > 
> > Missing an added file when doing a check-in is a forgivable mistake, 
> > especially since Guido isn't the author and likely doesn't have as deep
> > of an understanding of the changes as the author does.  And, I do highly
> > appreciate that Guido is responding quickly to the problems.  The 
> > process with ipfilter still isn't perfect, but it's definitely an
> > improvement over the past.
> 
> Yes, this is the first import Guido has done, and I think it has gone well 
> relatively speaking.  Overall I think ipfilter imports will become less 
> eventful in the future than they have been in the past.

Thanks (also to Scott). It wasn't my first though :-(

To all others: it was just a stupid mistake and I already apologized.

-Guido

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 21:09:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9962116A4DA;
	Thu, 24 Aug 2006 21:09:47 +0000 (UTC) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE3D43D82;
	Thu, 24 Aug 2006 21:09:40 +0000 (GMT) (envelope-from rik@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OL9dxI043672;
	Thu, 24 Aug 2006 21:09:39 GMT (envelope-from rik@repoman.freebsd.org)
Received: (from rik@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OL9dDa043671;
	Thu, 24 Aug 2006 21:09:39 GMT (envelope-from rik)
Message-Id: <200608242109.k7OL9dDa043671@repoman.freebsd.org>
From: Roman Kurakin <rik@FreeBSD.org>
Date: Thu, 24 Aug 2006 21:09:39 +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/sys/sys kobj.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 21:09:47 -0000

rik         2006-08-24 21:09:39 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              kobj.h 
  Log:
  Fix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.11      +3 -3      src/sys/sys/kobj.h

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 21:20:48 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D625916A4E1;
	Thu, 24 Aug 2006 21:20:48 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 19EF943D6D;
	Thu, 24 Aug 2006 21:20:45 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0)
	by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k7OLKb7I019354;
	Thu, 24 Aug 2006 15:20:42 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <44EE1820.9050709@samsco.org>
Date: Thu, 24 Aug 2006 15:20:32 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Guido van Rooij <guido@gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<44EDCDD4.6070709@samsco.org> <200608241522.43325.jhb@freebsd.org>
	<20060824210333.GB59856@gvr.gvr.org>
In-Reply-To: <20060824210333.GB59856@gvr.gvr.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=1.5 required=3.8 tests=SPF_SOFTFAIL autolearn=no 
	version=3.1.1
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org
Cc: cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org,
	Alexander Kabaev <kabaev@gmail.com>, John Baldwin <jhb@freebsd.org>
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c
 radix_ipf.h
 snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade
 src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 21:20:48 -0000

Guido van Rooij wrote:
> On Thu, Aug 24, 2006 at 03:22:42PM -0400, John Baldwin wrote:
> 
>>>>>>> Log:
>>>>>>> MFC: ipfilter 4.1.13
>>>>>>
>>>>>>This begs for a question: if ipfilter can not be updated without
>>>>>>breaking the tree anymore, does it belong there in the first place?
>>>>>
>>>>>We could of course also get rid of the tree ;)
>>>>>
>>>>>-Guido
>>>>
>>>>Tree without ipfilter or ipfilter without tree - this is a
>>>>technicality.
>>>>
>>>>Seriously though, I wonder how ipfilter is being tested before being
>>>>checked in? Past two commits by you suggested that no testing was done
>>>>at all. 
>>>>
>>>
>>>Missing an added file when doing a check-in is a forgivable mistake, 
>>>especially since Guido isn't the author and likely doesn't have as deep
>>>of an understanding of the changes as the author does.  And, I do highly
>>>appreciate that Guido is responding quickly to the problems.  The 
>>>process with ipfilter still isn't perfect, but it's definitely an
>>>improvement over the past.
>>
>>Yes, this is the first import Guido has done, and I think it has gone well 
>>relatively speaking.  Overall I think ipfilter imports will become less 
>>eventful in the future than they have been in the past.
> 
> 
> Thanks (also to Scott). It wasn't my first though :-(
> 
> To all others: it was just a stupid mistake and I already apologized.
> 
> -Guido

The key is to start with low expectations.  Now that you've made the 
mistake of doing a good job, expectations will raise accordingly =-)

Scott


From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 21:49:02 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E4FAB16A4DA;
	Thu, 24 Aug 2006 21:49:02 +0000 (UTC)
	(envelope-from tataz@tataz.chchile.org)
Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A66D43D6D;
	Thu, 24 Aug 2006 21:48:48 +0000 (GMT)
	(envelope-from tataz@tataz.chchile.org)
Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98])
	by smtp5-g19.free.fr (Postfix) with ESMTP id 3566619404;
	Thu, 24 Aug 2006 23:48:48 +0200 (CEST)
Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25])
	by tatooine.tataz.chchile.org (Postfix) with ESMTP id 0E4EF9C4F0;
	Thu, 24 Aug 2006 21:49:23 +0000 (UTC)
Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000)
	id F0249405D; Thu, 24 Aug 2006 23:49:22 +0200 (CEST)
Date: Thu, 24 Aug 2006 23:49:22 +0200
From: Jeremie Le Hen <jeremie@le-hen.org>
To: John Baldwin <jhb@FreeBSD.org>
Message-ID: <20060824214922.GK58048@obiwan.tataz.chchile.org>
References: <200608151742.k7FHgE5a035286@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200608151742.k7FHgE5a035286@repoman.freebsd.org>
User-Agent: Mutt/1.5.12-2006-07-14
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: [fbsd] cvs commit [HEAD] src/sys/sys sysent.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 21:49:03 -0000

John,

On Tue, Aug 15, 2006 at 05:42:14PM +0000, John Baldwin wrote:
> jhb         2006-08-15 17:42:14 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/sys              sysent.h 
>   Log:
>   Use SYS_AUE_<syscallname> to include the appropriate audit event identifier
>   for syscalls in kld's, even when compiled into the kernel statically.
>   Note that since this hardcodes the SYS_ prefix SYSCALL_MODULE_HELPER() now
>   only works for native ABI system calls.  Those are the only ones that
>   used the macro anyway, and I chose to not require a second argument to the
>   macro to specify the prefix or audit event directly.

I am trying to build a module containing a dummy syscall.  It uses
SYSCALL_MODULE_HELPER() and now fails to build with the following
error:
% sys_hello.c:73: error: `AUE_NULL' undeclared here (not in a function)
% sys_hello.c:73: error: initializer element is not constant
% sys_hello.c:73: error: (near initialization for `hello_syscall_mod.old_sysent.sy_auevent')
% sys_hello.c:73: error: initializer element is not constant
% sys_hello.c:73: error: (near initialization for `hello_syscall_mod.old_sysent')

What am I supposed to do ?

Thank you.
Regards,
-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 21:52:16 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9AB0D16A4DA;
	Thu, 24 Aug 2006 21:52:16 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2661843D5C;
	Thu, 24 Aug 2006 21:52:12 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OLqBG9045719;
	Thu, 24 Aug 2006 21:52:11 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OLqBUX045718;
	Thu, 24 Aug 2006 21:52:11 GMT (envelope-from marcel)
Message-Id: <200608242152.k7OLqBUX045718@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Thu, 24 Aug 2006 21:52:11 +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/sys/conf files.powerpc src/sys/powerpc/include
 gdb_machdep.h src/sys/powerpc/powerpc gdb_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 21:52:16 -0000

marcel      2006-08-24 21:52:11 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.powerpc 
  Added files:
    sys/powerpc/include  gdb_machdep.h 
    sys/powerpc/powerpc  gdb_machdep.c 
  Log:
  Add skeletal support for GDB. In particular gdb_cpu_getreg() needs
  implementing to make GDB support usable.
  
  Revision  Changes    Path
  1.58      +2 -0      src/sys/conf/files.powerpc
  1.1       +53 -0     src/sys/powerpc/include/gdb_machdep.h (new)
  1.1       +72 -0     src/sys/powerpc/powerpc/gdb_machdep.c (new)

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 21:53:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3BBBE16A4DA;
	Thu, 24 Aug 2006 21:53:50 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E1CB643D66;
	Thu, 24 Aug 2006 21:53:49 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OLrnoA045795;
	Thu, 24 Aug 2006 21:53:49 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OLrnmu045794;
	Thu, 24 Aug 2006 21:53:49 GMT (envelope-from marcel)
Message-Id: <200608242153.k7OLrnmu045794@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Thu, 24 Aug 2006 21:53:49 +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/gnu/usr.bin/gdb Makefile src/gnu/usr.bin/gdb/kgdb
 trgt_powerpc.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 21:53:50 -0000

marcel      2006-08-24 21:53:49 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb      Makefile 
  Added files:
    gnu/usr.bin/gdb/kgdb trgt_powerpc.c 
  Log:
  Add initial support for kgdb(1) on PowerPC.
  
  Revision  Changes    Path
  1.11      +1 -5      src/gnu/usr.bin/gdb/Makefile
  1.1       +185 -0    src/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c (new)

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 22:00:39 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8F7C816A4DD;
	Thu, 24 Aug 2006 22:00:39 +0000 (UTC)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0316243D7C;
	Thu, 24 Aug 2006 22:00:25 +0000 (GMT)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7OM0OCw046139;
	Thu, 24 Aug 2006 22:00:24 GMT
	(envelope-from marius@repoman.freebsd.org)
Received: (from marius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7OM0OHp046138;
	Thu, 24 Aug 2006 22:00:24 GMT (envelope-from marius)
Message-Id: <200608242200.k7OM0OHp046138@repoman.freebsd.org>
From: Marius Strobl <marius@FreeBSD.org>
Date: Thu, 24 Aug 2006 22:00:24 +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/sys/dev/fb creator.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 22:00:39 -0000

marius      2006-08-24 22:00:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fb           creator.c 
  Log:
  Remove the DPMS code in creator_blank_display(), as it causes some
  LCDs to blink in the V_DISPLAY_ON case, at least in combination with
  some 13W3-VGA-adaptors (what's exactly going on is unclear though,
  as it happens when all of H-sync, V-sync and video output are enabled
  and not touching the sync bits from the preset fixes it). Thus
  creator_blank_display() now is reduced to turning the video output
  on/off.
  Although that DPMS code did what the XFree86/Xorg sunffb(4x) does,
  it was questionable in the first place, as both implementations
  also turn(ed) off the video output on standby and suspend, thus most
  likely causing the monitor to turn off instead of entering standby
  or suspend as intended (at least my monitors don't).
  
  Reported and tested by: Patrick Reich
  MFC after:              3 days
  
  Revision  Changes    Path
  1.10      +0 -9      src/sys/dev/fb/creator.c

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 22:45:34 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1B2AA16A4DE;
	Thu, 24 Aug 2006 22:45:34 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net
	[66.23.211.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD4FE43D49;
	Thu, 24 Aug 2006 22:45:31 +0000 (GMT) (envelope-from jhb@freebsd.org)
Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7OMjUu3070327;
	Thu, 24 Aug 2006 18:45:30 -0400 (EDT) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Jeremie Le Hen <jeremie@le-hen.org>
Date: Thu, 24 Aug 2006 18:17:10 -0400
User-Agent: KMail/1.9.1
References: <200608151742.k7FHgE5a035286@repoman.freebsd.org>
	<20060824214922.GK58048@obiwan.tataz.chchile.org>
In-Reply-To: <20060824214922.GK58048@obiwan.tataz.chchile.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200608241817.11119.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]);
	Thu, 24 Aug 2006 18:45:30 -0400 (EDT)
X-Virus-Scanned: ClamAV 0.88.3/1726/Thu Aug 24 14:45:50 2006 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 
	autolearn=ham version=3.1.3
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: [fbsd] cvs commit [HEAD] src/sys/sys sysent.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 22:45:34 -0000

On Thursday 24 August 2006 17:49, Jeremie Le Hen wrote:
> John,
> 
> On Tue, Aug 15, 2006 at 05:42:14PM +0000, John Baldwin wrote:
> > jhb         2006-08-15 17:42:14 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     sys/sys              sysent.h 
> >   Log:
> >   Use SYS_AUE_<syscallname> to include the appropriate audit event identifier
> >   for syscalls in kld's, even when compiled into the kernel statically.
> >   Note that since this hardcodes the SYS_ prefix SYSCALL_MODULE_HELPER() now
> >   only works for native ABI system calls.  Those are the only ones that
> >   used the macro anyway, and I chose to not require a second argument to the
> >   macro to specify the prefix or audit event directly.
> 
> I am trying to build a module containing a dummy syscall.  It uses
> SYSCALL_MODULE_HELPER() and now fails to build with the following
> error:
> % sys_hello.c:73: error: `AUE_NULL' undeclared here (not in a function)
> % sys_hello.c:73: error: initializer element is not constant
> % sys_hello.c:73: error: (near initialization for `hello_syscall_mod.old_sysent.sy_auevent')
> % sys_hello.c:73: error: initializer element is not constant
> % sys_hello.c:73: error: (near initialization for `hello_syscall_mod.old_sysent')
> 
> What am I supposed to do ?

You should have sys/sysproto.h included (you can only use
SYSCALL_MODULE_HELPER for a NOSTD syscall in syscalls.master
as it assumes it can get syscallname_args as well as
SYS_AUE_syscallname both of which are in sys/sysproto.h).
sys/sysproto.h includes the prerequisite header for AUE_NULL.

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 22:45:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 936A316A4E0
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 22:45:58 +0000 (UTC)
	(envelope-from kabaev@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E3D7143D45
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 22:45:56 +0000 (GMT)
	(envelope-from kabaev@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so629069wxd
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 15:45:56 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type;
	b=Jo2MLigS0oW9wxrmnL4Xjzqz1oHWLcs+Vzsq7Tt217pyl7sJGeDgyRDEedK/BFwYcqa30jMgsdDYUnZgHbf4EjIV/oesaIFDH4FadXLSYxbCqXgV02Ysh7QAFIB/Oqbfyd1bttrvz5/fMR5PctFYe6RdGDYz2qpDSb/DOBJHaeo=
Received: by 10.70.18.11 with SMTP id 11mr3346975wxr;
	Thu, 24 Aug 2006 15:44:19 -0700 (PDT)
Received: from kan.dnsalias.net ( [24.63.93.195])
	by mx.gmail.com with ESMTP id i34sm2448176wxd.2006.08.24.15.44.17;
	Thu, 24 Aug 2006 15:44:18 -0700 (PDT)
Date: Thu, 24 Aug 2006 18:44:02 -0400
From: Alexander Kabaev <kabaev@gmail.com>
To: Guido van Rooij <guido@gvr.org>
Message-ID: <20060824184402.2ee29d79@kan.dnsalias.net>
In-Reply-To: <20060824205854.GA59856@gvr.gvr.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<20060824205854.GA59856@gvr.gvr.org>
X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: multipart/signed; boundary=Sig_jBl2gTky+axTaqKfc5jhAcV;
	protocol="application/pgp-signature"; micalg=PGP-SHA1
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c
 radix_ipf.h
 snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade
 src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 22:45:58 -0000

--Sig_jBl2gTky+axTaqKfc5jhAcV
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Thu, 24 Aug 2006 22:58:54 +0200
Guido van Rooij <guido@gvr.org> wrote:

> On Thu, Aug 24, 2006 at 10:16:06AM -0400, Alexander Kabaev wrote:
> > Tree without ipfilter or ipfilter without tree - this is a
> > technicality.
> >=20
> > Seriously though, I wonder how ipfilter is being tested before being
> > checked in? Past two commits by you suggested that no testing was
> > done at all.=20
>=20
> You definately got it wrong.
>=20
> -Guido

Guido,

I might have gotten it wrong, then I hope you won't take it too
personally. The mistake you made just shows how important it is to do a
buildworld _from freshly checked out sources_ after every major vendor
import.
--=20
Alexander Kabaev

--Sig_jBl2gTky+axTaqKfc5jhAcV
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7ivAQ6z1jMm+XZYRAnYRAKCTh2Rn3RngW0SR2Kx09PqQkVESvACgyz2S
Xiegs2oPmdHMeYENkVkbJn4=
=S8fh
-----END PGP SIGNATURE-----

--Sig_jBl2gTky+axTaqKfc5jhAcV--

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 23:00:13 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2EF0416A4E8;
	Thu, 24 Aug 2006 23:00:13 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5208843D64;
	Thu, 24 Aug 2006 23:00:04 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ON0468053052;
	Thu, 24 Aug 2006 23:00:04 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ON0360053051;
	Thu, 24 Aug 2006 23:00:03 GMT (envelope-from cognet)
Message-Id: <200608242300.k7ON0360053051@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Thu, 24 Aug 2006 23:00:03 +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/sys/arm/include elf.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 23:00:13 -0000

cognet      2006-08-24 23:00:03 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/include      elf.h 
  Log:
  Use ELFDATA2MSB if we're building big endian.
  
  Noticed by:     Oleksandr Tymoshenko <gonzo freebsd org>
  
  Revision  Changes    Path
  1.7       +4 -0      src/sys/arm/include/elf.h

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 23:35:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2CEAE16A4E7
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 23:35:21 +0000 (UTC)
	(envelope-from mattjreimer@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE40243D4C
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 23:35:19 +0000 (GMT)
	(envelope-from mattjreimer@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so641538wxd
	for <cvs-src@freebsd.org>; Thu, 24 Aug 2006 16:35:19 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=rXHg+hdTOZNsw/zt5kBozT8Di+8uQUgM+hNtN2WZFuysmyIOxqpdgX1K0hkjKViQcX6EOXy3gzsuBQi13w6ckoFShW51kUubjFiVzUCVxRJIxakaIN428TBEanMwHiYYukMxCputdwxP22aljf+Y22yX8I4pJoEUN4575tTvElE=
Received: by 10.90.113.20 with SMTP id l20mr491584agc;
	Thu, 24 Aug 2006 16:35:19 -0700 (PDT)
Received: by 10.90.25.19 with HTTP; Thu, 24 Aug 2006 16:35:19 -0700 (PDT)
Message-ID: <f383264b0608241635j20fc3302j1dc5273e64aa9303@mail.gmail.com>
Date: Thu, 24 Aug 2006 16:35:19 -0700
From: "Matt Reimer" <mattjreimer@gmail.com>
To: "Pyun YongHyeon" <yongari@freebsd.org>
In-Reply-To: <200608140150.k7E1osuf005683@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200608140150.k7E1osuf005683@repoman.freebsd.org>
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 23:35:21 -0000

On 8/13/06, Pyun YongHyeon <yongari@freebsd.org> wrote:
> yongari     2006-08-14 01:50:54 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/em           if_em.c if_em.h
>   Log:
>   Overhaul Rx path to recover from mbuf cluster allocation failure.
>    o Create one more spare DMA map for Rx handler to recover from
>      bus_dmamap_load_mbuf_sg(9) failure.
>    o Make sure to update status bit in Rx descriptors even if we failed
>      to allocate a new buffer. Previously it resulted in stuck condition
>      and em_handle_rxtx task took up all available CPU cycles.
[snip]

Does anyone have a RELENG_6 version of this patch? I'd like to test it.

Matt

From owner-cvs-src@FreeBSD.ORG  Thu Aug 24 23:51:29 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7561E16A4E0;
	Thu, 24 Aug 2006 23:51:29 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E7CB843D53;
	Thu, 24 Aug 2006 23:51:28 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ONpSPg057024;
	Thu, 24 Aug 2006 23:51:28 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ONpS2h057023;
	Thu, 24 Aug 2006 23:51:28 GMT (envelope-from cognet)
Message-Id: <200608242351.k7ONpS2h057023@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Thu, 24 Aug 2006 23:51:28 +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/sys/arm/arm cpufunc.c elf_trampoline.c identcpu.c
 src/sys/arm/conf EP80219 src/sys/arm/include armreg.h cpuconf.h
 cpufunc.h src/sys/arm/xscale/i80321 ep80219_machdep.c
 files.ep80219 files.i80219 i80321_intr.h i80321_pci.c i80321reg.h ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Aug 2006 23:51:29 -0000

cognet      2006-08-24 23:51:28 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          cpufunc.c elf_trampoline.c identcpu.c 
    sys/arm/include      armreg.h cpuconf.h cpufunc.h 
    sys/arm/xscale/i80321 i80321_intr.h i80321_pci.c i80321reg.h 
                          i80321var.h iq31244_machdep.c iq80321.c 
                          iq80321reg.h 
    sys/conf             options.arm 
  Added files:
    sys/arm/conf         EP80219 
    sys/arm/xscale/i80321 ep80219_machdep.c files.ep80219 
                          files.i80219 std.ep80219 std.i80219 
  Log:
  Finally bring it support for the i80219 XScale processor.
  
  Submitted by:   Max M. Boyarov <m.boyarov bsd by>
  
  Revision  Changes    Path
  1.11      +26 -15    src/sys/arm/arm/cpufunc.c
  1.13      +2 -1      src/sys/arm/arm/elf_trampoline.c
  1.8       +6 -0      src/sys/arm/arm/identcpu.c
  1.1       +118 -0    src/sys/arm/conf/EP80219 (new)
  1.4       +2 -0      src/sys/arm/include/armreg.h
  1.8       +5 -3      src/sys/arm/include/cpuconf.h
  1.9       +10 -7     src/sys/arm/include/cpufunc.h
  1.1       +521 -0    src/sys/arm/xscale/i80321/ep80219_machdep.c (new)
  1.1       +12 -0     src/sys/arm/xscale/i80321/files.ep80219 (new)
  1.1       +13 -0     src/sys/arm/xscale/i80321/files.i80219 (new)
  1.3       +12 -0     src/sys/arm/xscale/i80321/i80321_intr.h
  1.9       +1 -71     src/sys/arm/xscale/i80321/i80321_pci.c
  1.3       +43 -0     src/sys/arm/xscale/i80321/i80321reg.h
  1.4       +18 -0     src/sys/arm/xscale/i80321/i80321var.h
  1.23      +57 -0     src/sys/arm/xscale/i80321/iq31244_machdep.c
  1.14      +37 -0     src/sys/arm/xscale/i80321/iq80321.c
  1.3       +3 -0      src/sys/arm/xscale/i80321/iq80321reg.h
  1.1       +7 -0      src/sys/arm/xscale/i80321/std.ep80219 (new)
  1.1       +5 -0      src/sys/arm/xscale/i80321/std.i80219 (new)
  1.13      +1 -0      src/sys/conf/options.arm

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 00:21:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0DC8A16A4DA;
	Fri, 25 Aug 2006 00:21:50 +0000 (UTC)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BCC2443D49;
	Fri, 25 Aug 2006 00:21:49 +0000 (GMT)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P0Lnpf059834;
	Fri, 25 Aug 2006 00:21:49 GMT
	(envelope-from grehan@repoman.freebsd.org)
Received: (from grehan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P0LncJ059833;
	Fri, 25 Aug 2006 00:21:49 GMT (envelope-from grehan)
Message-Id: <200608250021.k7P0LncJ059833@repoman.freebsd.org>
From: Peter Grehan <grehan@FreeBSD.org>
Date: Fri, 25 Aug 2006 00:21:49 +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/sys/conf files.powerpc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 00:21:50 -0000

grehan      2006-08-25 00:21:48 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.powerpc 
  Log:
  Remove file that snuck in accidentally in Marcel's gdb commit.
  
  Revision  Changes    Path
  1.59      +0 -1      src/sys/conf/files.powerpc

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 00:34:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6D22C16A4DD;
	Fri, 25 Aug 2006 00:34:51 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 28A7943D45;
	Fri, 25 Aug 2006 00:34:51 +0000 (GMT) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P0Yo4A060640;
	Fri, 25 Aug 2006 00:34:51 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P0YoVa060639;
	Fri, 25 Aug 2006 00:34:50 GMT (envelope-from flz)
Message-Id: <200608250034.k7P0YoVa060639@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Fri, 25 Aug 2006 00:34:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/etc/rc.d ypxfrd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 00:34:51 -0000

flz         2006-08-25 00:34:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/rc.d             ypxfrd 
  Log:
  MFC: Add ypserv to the REQUIRE list.
  
        src/etc/rc.d/ypxfrd: rev 1.6 -> 1.7
  
  Reported by:    David Thompson <dat1965@yahoo.com>
  Discussed on:   -rc (brooks)
  
  Revision  Changes    Path
  1.6.2.1   +1 -1      src/etc/rc.d/ypxfrd

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 00:37:00 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9701516A4DF;
	Fri, 25 Aug 2006 00:37:00 +0000 (UTC)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B93DC43D5E;
	Fri, 25 Aug 2006 00:36:59 +0000 (GMT)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P0axGE060807;
	Fri, 25 Aug 2006 00:36:59 GMT
	(envelope-from trhodes@repoman.freebsd.org)
Received: (from trhodes@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P0axnd060806;
	Fri, 25 Aug 2006 00:36:59 GMT (envelope-from trhodes)
Message-Id: <200608250036.k7P0axnd060806@repoman.freebsd.org>
From: Tom Rhodes <trhodes@FreeBSD.org>
Date: Fri, 25 Aug 2006 00:36:59 +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/etc/etc.alpha ttys
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 00:37:00 -0000

trhodes     2006-08-25 00:36:59 UTC

  FreeBSD src repository

  Removed files:
    etc/etc.alpha        ttys 
  Log:
  Send more Alpha bits to the bin.
  
  Revision  Changes    Path
  1.12      +0 -311    src/etc/etc.alpha/ttys (dead)

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 01:27:24 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BA43E16A504;
	Fri, 25 Aug 2006 01:27:24 +0000 (UTC)
	(envelope-from anderson@centtech.com)
Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6477D43D46;
	Fri, 25 Aug 2006 01:27:24 +0000 (GMT)
	(envelope-from anderson@centtech.com)
Received: from [192.168.42.24] (andersonbox4.centtech.com [192.168.42.24])
	by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k7P1RNJY093892;
	Thu, 24 Aug 2006 20:27:23 -0500 (CDT)
	(envelope-from anderson@centtech.com)
Message-ID: <44EE51FB.1010403@centtech.com>
Date: Thu, 24 Aug 2006 20:27:23 -0500
From: Eric Anderson <anderson@centtech.com>
User-Agent: Thunderbird 1.5.0.5 (X11/20060802)
MIME-Version: 1.0
To: Julian Elischer <julian@freebsd.org>
References: <200608242045.k7OKjc5N033421@repoman.freebsd.org>
In-Reply-To: <200608242045.k7OKjc5N033421@repoman.freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.87.1/1726/Thu Aug 24 13:45:50 2006 on
	mh1.centtech.com
X-Virus-Status: Clean
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/bin/cp cp.1 cp.c extern.h utils.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 01:27:24 -0000

On 08/24/06 15:45, Julian Elischer wrote:
> julian      2006-08-24 20:45:38 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     bin/cp               cp.1 cp.c extern.h utils.c 
>   Log:
>   Add an option to allow copying of a hierarchy while linking he regular files.
>   Bikeshedded to death on: hackers
>   Submitted by:andersonatcenttech.com
>   MFC in: 1 month
>   
>   Revision  Changes    Path
>   1.34      +4 -2      src/bin/cp/cp.1
>   1.54      +8 -2      src/bin/cp/cp.c
>   1.21      +1 -1      src/bin/cp/extern.h
>   1.47      +92 -77    src/bin/cp/utils.c


Thanks!!!

Eric



-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 02:18:46 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 F27BF16A4DE;
	Fri, 25 Aug 2006 02:18:45 +0000 (UTC)
	(envelope-from marcel@xcllnt.net)
Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD4F43D46;
	Fri, 25 Aug 2006 02:18:45 +0000 (GMT)
	(envelope-from marcel@xcllnt.net)
Received: from [192.168.4.150] (pptp0.pn.xcllnt.net [192.168.4.150])
	by ns1.xcllnt.net (8.13.6/8.13.6) with ESMTP id k7P2IjcA081445;
	Thu, 24 Aug 2006 19:18:45 -0700 (PDT)
	(envelope-from marcel@xcllnt.net)
In-Reply-To: <200608250021.k7P0LncJ059833@repoman.freebsd.org>
References: <200608250021.k7P0LncJ059833@repoman.freebsd.org>
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <F35008A0-4873-4B12-87FB-74DBD80AA0DB@xcllnt.net>
Content-Transfer-Encoding: 7bit
From: Marcel Moolenaar <marcel@xcllnt.net>
Date: Thu, 24 Aug 2006 19:18:14 -0700
To: Peter Grehan <grehan@FreeBSD.org>
X-Mailer: Apple Mail (2.752.2)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/conf files.powerpc
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 02:18:46 -0000

On Aug 24, 2006, at 5:21 PM, Peter Grehan wrote:

> grehan      2006-08-25 00:21:48 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/conf             files.powerpc
>   Log:
>   Remove file that snuck in accidentally in Marcel's gdb commit.

Oops, thanks!

-- 
  Marcel Moolenaar         USPA: A-39004          marcel@xcllnt.net



From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 03:15:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7231916A4DE;
	Fri, 25 Aug 2006 03:15:28 +0000 (UTC)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CB4DB43D58;
	Fri, 25 Aug 2006 03:15:27 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P3FRSR079381;
	Fri, 25 Aug 2006 03:15:27 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P3FRgG079380;
	Fri, 25 Aug 2006 03:15:27 GMT (envelope-from davidxu)
Message-Id: <200608250315.k7P3FRgG079380@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Fri, 25 Aug 2006 03:15:27 +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/sys/sys proc.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 03:15:28 -0000

davidxu     2006-08-25 03:15:27 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
  Log:
  Add member kg_base_user_pri and flag TDF_UBORROWING, they will be used
  to support userland priority propagation for 1:1 threading.
  
  Revision  Changes    Path
  1.459     +4 -2      src/sys/sys/proc.h

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 04:36:19 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C387116A4DA;
	Fri, 25 Aug 2006 04:36:19 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F58343D45;
	Fri, 25 Aug 2006 04:36:19 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P4aJpS084523;
	Fri, 25 Aug 2006 04:36:19 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P4aJ3A084522;
	Fri, 25 Aug 2006 04:36:19 GMT (envelope-from alc)
Message-Id: <200608250436.k7P4aJ3A084522@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Fri, 25 Aug 2006 04:36:19 +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/sys/vm vm_page.h vm_pageq.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 04:36:19 -0000

alc         2006-08-25 04:36:19 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.h vm_pageq.c 
  Log:
  The return value from vm_pageq_add_new_page() is not used.  Eliminate it.
  
  Revision  Changes    Path
  1.142     +1 -1      src/sys/vm/vm_page.h
  1.29      +1 -2      src/sys/vm/vm_pageq.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 05:46:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D0D8116A4E7;
	Fri, 25 Aug 2006 05:46:54 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E867643D49;
	Fri, 25 Aug 2006 05:46:48 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P5kmAF097211;
	Fri, 25 Aug 2006 05:46:48 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P5kmYk097210;
	Fri, 25 Aug 2006 05:46:48 GMT (envelope-from maxim)
Message-Id: <200608250546.k7P5kmYk097210@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Fri, 25 Aug 2006 05:46:48 +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/restore tape.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 05:46:54 -0000

maxim       2006-08-25 05:46:48 UTC

  FreeBSD src repository

  Modified files:
    sbin/restore         tape.c 
  Log:
  A bunch of fixes from NetBSD:
  
  o Restore owner/group/mode/atime/mtime of symbolic links, rev. 1.30.
  o Extract file flags of symbolic link, rev. 1.42.
  o Call getfile() before altering file attributes.
    Open file with mode 0600 instead of 0666 so that file won't remain
    group or world readable/writable even if getfile() terminated.
    Move skipfile() before altering file attributes in IF{CHR,BLK} and
    IFIFO case for symmetry, rev. 1.32.
  o Use file mode 0600 when creating special file or fifo, revs. 1.33, 1.34.
  
  o Remove redundant -N check.
  
  PR:             bin/101660
  Submitted by:   Andrey V. Elsukov
  Obtained from:  NetBSD, enami@netbsd
  MFC after:      6 weeks
  
  Revision  Changes    Path
  1.45      +23 -17    src/sbin/restore/tape.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 05:47:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C987216A4DE;
	Fri, 25 Aug 2006 05:47:51 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 804C743D49;
	Fri, 25 Aug 2006 05:47:51 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from fledge.watson.org (fledge.watson.org [209.31.154.41])
	by cyrus.watson.org (Postfix) with ESMTP id F26C846DED;
	Fri, 25 Aug 2006 01:47:50 -0400 (EDT)
Date: Fri, 25 Aug 2006 06:47:50 +0100 (BST)
From: Robert Watson <rwatson@FreeBSD.org>
X-X-Sender: robert@fledge.watson.org
To: Julian Elischer <julian@elischer.org>
In-Reply-To: <44EE0906.40705@elischer.org>
Message-ID: <20060825064512.D38856@fledge.watson.org>
References: <200608241016.k7OAG1VE058083@repoman.freebsd.org>
	<44EE0906.40705@elischer.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Konstantin Belousov <kib@FreeBSD.org>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/man/man9 lock.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 05:47:51 -0000

On Thu, 24 Aug 2006, Julian Elischer wrote:

> Konstantin Belousov wrote:
>
>> kib         2006-08-24 10:16:01 UTC
>>
>>  FreeBSD src repository
>>
>>  Modified files:        (Branch: RELENG_6)
>>    share/man/man9       lock.9  Log:
>>  MFC rev.1.14:
>>  Note that LK_UPGRADE may drop the shared lock before taking the
>>  exclusive one.
>> 
> excuse my ignorance but I though that the whole aim of an upgrade was to 
> make sure that you did NOT drop it before getting the exclusive lock..( or 
> it fails and you back out and retry)

This is a feature and a bug. :-)

In order to avoid deadlock on upgrade, one of two things must happen:

- The upgrade must be able to fail -- i.e., sx(9)'s sx_try_upgrade().

- A race must be introduced in which the shared lock is released before an
   exclusive lock is acquired -- i.e., lockmgr(9)'s LK_UPGRADE.

Consumers of lockmgr(9) -- specifically, VFS, are aware of this.  Documenting 
it is good, however. :-)

Robert N M Watson
Computer Laboratory
University of Cambridge

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 06:12:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1149F16A4E0;
	Fri, 25 Aug 2006 06:12:54 +0000 (UTC)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D64CF43D45;
	Fri, 25 Aug 2006 06:12:53 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P6CrT2006887;
	Fri, 25 Aug 2006 06:12:53 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P6CrAs006886;
	Fri, 25 Aug 2006 06:12:53 GMT (envelope-from davidxu)
Message-Id: <200608250612.k7P6CrAs006886@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Fri, 25 Aug 2006 06:12:53 +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/sys/sys sched.h umtx.h src/sys/kern kern_umtx.c
 sched_4bsd.c sched_core.c sched_ule.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 06:12:54 -0000

davidxu     2006-08-25 06:12:53 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sched.h umtx.h 
    sys/kern             kern_umtx.c sched_4bsd.c sched_core.c 
                         sched_ule.c 
  Log:
  Add user priority loaning code to support priority propagation for
  1:1 threading's POSIX priority mutexes, the code is no-op unless
  priority-aware umtx code is committed.
  
  Revision  Changes    Path
  1.39      +5 -0      src/sys/kern/kern_umtx.c
  1.87      +56 -1     src/sys/kern/sched_4bsd.c
  1.10      +61 -6     src/sys/kern/sched_core.c
  1.165     +57 -1     src/sys/kern/sched_ule.c
  1.27      +4 -1      src/sys/sys/sched.h
  1.21      +1 -1      src/sys/sys/umtx.h

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 06:29:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3051916A4DA;
	Fri, 25 Aug 2006 06:29:17 +0000 (UTC)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E3C8443D45;
	Fri, 25 Aug 2006 06:29:16 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P6TG8s007628;
	Fri, 25 Aug 2006 06:29:16 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P6TGLp007627;
	Fri, 25 Aug 2006 06:29:16 GMT (envelope-from davidxu)
Message-Id: <200608250629.k7P6TGLp007627@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Fri, 25 Aug 2006 06:29:16 +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/sys/kern init_main.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 06:29:17 -0000

davidxu     2006-08-25 06:29:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             init_main.c 
  Log:
  Initialize kg_base_user_pri.
  
  Revision  Changes    Path
  1.265     +1 -0      src/sys/kern/init_main.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 07:30:25 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9C62316A4DA;
	Fri, 25 Aug 2006 07:30:25 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2C99943D5F;
	Fri, 25 Aug 2006 07:30:24 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P7UOJQ023082;
	Fri, 25 Aug 2006 07:30:24 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P7UOg0023080;
	Fri, 25 Aug 2006 07:30:24 GMT (envelope-from rwatson)
Message-Id: <200608250730.k7P7UOg0023080@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Fri, 25 Aug 2006 07:30:23 +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/sys/security/audit audit_bsm_token.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 07:30:25 -0000

rwatson     2006-08-25 07:30:23 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit_bsm_token.c 
  Log:
  Remove $P4$ from this file; other then temporarily P4-local work in
  progress the kernel audit code in CVS is considered authoritative.
  This will ease $P4$-related merging issues during the CVS loopback.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.5       +1 -2      src/sys/security/audit/audit_bsm_token.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 07:34:37 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 11CBF16A4DF;
	Fri, 25 Aug 2006 07:34:37 +0000 (UTC)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B904943D4C;
	Fri, 25 Aug 2006 07:34:36 +0000 (GMT)
	(envelope-from trhodes@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P7Yaje023409;
	Fri, 25 Aug 2006 07:34:36 GMT
	(envelope-from trhodes@repoman.freebsd.org)
Received: (from trhodes@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P7YacC023408;
	Fri, 25 Aug 2006 07:34:36 GMT (envelope-from trhodes)
Message-Id: <200608250734.k7P7YacC023408@repoman.freebsd.org>
From: Tom Rhodes <trhodes@FreeBSD.org>
Date: Fri, 25 Aug 2006 07:34:36 +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/etc/defaults periodic.conf src/etc/periodic/security
 410.logincheck Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 07:34:37 -0000

trhodes     2006-08-25 07:34:36 UTC

  FreeBSD src repository

  Modified files:
    etc/defaults         periodic.conf 
    etc/periodic/security Makefile 
  Added files:
    etc/periodic/security 410.logincheck 
  Log:
  Add login.conf checking to periodic security scripts.  If the login.conf file
  is not UID/GID 0, limits will be ignored and a strange error sent to auth.log.
  
  Head nod:       ru, rwatson
  
  Revision  Changes    Path
  1.39      +3 -0      src/etc/defaults/periodic.conf
  1.1       +52 -0     src/etc/periodic/security/410.logincheck (new)
  1.6       +1 -0      src/etc/periodic/security/Makefile

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 08:25:36 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 72A0E16A500;
	Fri, 25 Aug 2006 08:25:36 +0000 (UTC)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCAE43D46;
	Fri, 25 Aug 2006 08:25:36 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P8PaJR026995;
	Fri, 25 Aug 2006 08:25:36 GMT
	(envelope-from thompsa@repoman.freebsd.org)
Received: (from thompsa@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P8PaHt026994;
	Fri, 25 Aug 2006 08:25:36 GMT (envelope-from thompsa)
Message-Id: <200608250825.k7P8PaHt026994@repoman.freebsd.org>
From: Andrew Thompson <thompsa@FreeBSD.org>
Date: Fri, 25 Aug 2006 08:25:35 +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/sys/net if_vlan.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 08:25:36 -0000

thompsa     2006-08-25 08:25:35 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_vlan.c 
  Log:
  Fix spelling.
  
  Revision  Changes    Path
  1.114     +1 -1      src/sys/net/if_vlan.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 08:38:48 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E00C716A50A;
	Fri, 25 Aug 2006 08:38:48 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC8343D46;
	Fri, 25 Aug 2006 08:38:48 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P8cm2F027603;
	Fri, 25 Aug 2006 08:38:48 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P8cmcU027602;
	Fri, 25 Aug 2006 08:38:48 GMT (envelope-from ru)
Message-Id: <200608250838.k7P8cmcU027602@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 25 Aug 2006 08:38:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/etc rc.initdiskless
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 08:38:49 -0000

ru          2006-08-25 08:38:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  rc.initdiskless 
  Log:
  MFC: 1.50: Fix path to a file in an example.
  
  Revision  Changes    Path
  1.42.2.5  +13 -13    src/etc/rc.initdiskless

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 09:14:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 EA5D616A4E0;
	Fri, 25 Aug 2006 09:14:23 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A302043D4C;
	Fri, 25 Aug 2006 09:14:23 +0000 (GMT)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P9ENir037584;
	Fri, 25 Aug 2006 09:14:23 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P9ENrZ037583;
	Fri, 25 Aug 2006 09:14:23 GMT (envelope-from maxim)
Message-Id: <200608250914.k7P9ENrZ037583@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Fri, 25 Aug 2006 09:14:23 +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/restore tape.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 09:14:24 -0000

maxim       2006-08-25 09:14:23 UTC

  FreeBSD src repository

  Modified files:
    sbin/restore         tape.c 
  Log:
  o Fix style(9) for previous.
  
  Revision  Changes    Path
  1.46      +1 -1      src/sbin/restore/tape.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 09:33:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8F52A16A4DD;
	Fri, 25 Aug 2006 09:33:57 +0000 (UTC) (envelope-from sos@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 37AFC43D62;
	Fri, 25 Aug 2006 09:33:57 +0000 (GMT) (envelope-from sos@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P9XvvA037998;
	Fri, 25 Aug 2006 09:33:57 GMT (envelope-from sos@repoman.freebsd.org)
Received: (from sos@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P9XvTr037997;
	Fri, 25 Aug 2006 09:33:57 GMT (envelope-from sos)
Message-Id: <200608250933.k7P9XvTr037997@repoman.freebsd.org>
From: Søren Schmidt <sos@FreeBSD.org>
Date: Fri, 25 Aug 2006 09:33:57 +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/sys/dev/ata ata-raid.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 09:33:57 -0000

sos         2006-08-25 09:33:56 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-raid.c 
  Log:
  Properly initialize and destroy the RAID lock.
  Also dont mess with RAID's thats not attached yet and avoid panic.
  
  Revision  Changes    Path
  1.121     +4 -1      src/sys/dev/ata/ata-raid.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 09:42:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1A06F16A4E5;
	Fri, 25 Aug 2006 09:42:17 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CB70143D55;
	Fri, 25 Aug 2006 09:42:16 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P9gGT1038382;
	Fri, 25 Aug 2006 09:42:16 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P9gGlL038381;
	Fri, 25 Aug 2006 09:42:16 GMT (envelope-from ru)
Message-Id: <200608250942.k7P9gGlL038381@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 25 Aug 2006 09:42:16 +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/bin/cp utils.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 09:42:17 -0000

ru          2006-08-25 09:42:16 UTC

  FreeBSD src repository

  Modified files:
    bin/cp               utils.c 
  Log:
  Remove a stray -a option that probably sneaked in from julian's
  attempt to enter append mode twice in vi(1).  :-)
  
  Revision  Changes    Path
  1.48      +2 -2      src/bin/cp/utils.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 09:58:15 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1FA1D16A4E1;
	Fri, 25 Aug 2006 09:58:15 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C24AE43D53;
	Fri, 25 Aug 2006 09:58:14 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7P9wErk038717;
	Fri, 25 Aug 2006 09:58:14 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7P9wEDV038716;
	Fri, 25 Aug 2006 09:58:14 GMT (envelope-from ru)
Message-Id: <200608250958.k7P9wEDV038716@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 25 Aug 2006 09:58:14 +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/bin/cp cp.1 utils.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 09:58:15 -0000

ru          2006-08-25 09:58:14 UTC

  FreeBSD src repository

  Modified files:
    bin/cp               cp.1 utils.c 
  Log:
  - Fix options order.
  - Touch manpage's document date.
  
  Revision  Changes    Path
  1.35      +5 -5      src/bin/cp/cp.1
  1.49      +2 -2      src/bin/cp/utils.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 10:05:30 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E419D16A4DA;
	Fri, 25 Aug 2006 10:05:30 +0000 (UTC)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 60FC343D5A;
	Fri, 25 Aug 2006 10:05:30 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PA5UGH040141;
	Fri, 25 Aug 2006 10:05:30 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PA5Ud7040140;
	Fri, 25 Aug 2006 10:05:30 GMT (envelope-from davidxu)
Message-Id: <200608251005.k7PA5Ud7040140@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Fri, 25 Aug 2006 10:05:30 +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/sys/kern kern_thr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 10:05:31 -0000

davidxu     2006-08-25 10:05:30 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thr.c 
  Log:
  Same as previous change, the user provided priority should be reversed
  too.
  
  Revision  Changes    Path
  1.51      +2 -2      src/sys/kern/kern_thr.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 11:02:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5E3F316A4DE;
	Fri, 25 Aug 2006 11:02:43 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1897743D4C;
	Fri, 25 Aug 2006 11:02:43 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PB2gGH043253;
	Fri, 25 Aug 2006 11:02:42 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PB2gsM043252;
	Fri, 25 Aug 2006 11:02:42 GMT (envelope-from rwatson)
Message-Id: <200608251102.k7PB2gsM043252@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Fri, 25 Aug 2006 11:02:42 +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/sys/compat/linux linux_misc.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 11:02:43 -0000

rwatson     2006-08-25 11:02:42 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c 
  Log:
  Don't call suser_cred() directly from linux_sethostname(), as it just
  wraps userland_sysctl(), which performs necessary privilege checks as
  part of its normal operation.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.186     +0 -3      src/sys/compat/linux/linux_misc.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 11:59:56 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 EF54E16A4DA;
	Fri, 25 Aug 2006 11:59:56 +0000 (UTC)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A61A743D46;
	Fri, 25 Aug 2006 11:59:56 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PBxu2O047207;
	Fri, 25 Aug 2006 11:59:56 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PBxu9S047206;
	Fri, 25 Aug 2006 11:59:56 GMT (envelope-from netchild)
Message-Id: <200608251159.k7PBxu9S047206@repoman.freebsd.org>
From: Alexander Leidinger <netchild@FreeBSD.org>
Date: Fri, 25 Aug 2006 11:59:56 +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/sys/i386/linux linux_machdep.c src/sys/amd64/linux32
 linux32_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 11:59:57 -0000

netchild    2006-08-25 11:59:56 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/linux       linux_machdep.c 
    sys/amd64/linux32    linux32_machdep.c 
  Log:
  Emulate what vfork does instead of using it in linux_vfork. This way
  we can do the stuff we need to do with linux processes at fork and
  don't panic the kernel at exit of the child.
  
  Submitted by:   rdivacky
  Tested with:    tst-vfork* (glibc regression tests)
  Tested by:      netchild
  
  Revision  Changes    Path
  1.16      +12 -1     src/sys/amd64/linux32/linux32_machdep.c
  1.54      +13 -1     src/sys/i386/linux/linux_machdep.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 12:36:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 F01E816A4E0;
	Fri, 25 Aug 2006 12:36:54 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ADC6343D45;
	Fri, 25 Aug 2006 12:36:54 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PCasGC054593;
	Fri, 25 Aug 2006 12:36:54 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PCas3M054592;
	Fri, 25 Aug 2006 12:36:54 GMT (envelope-from cperciva)
Message-Id: <200608251236.k7PCas3M054592@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Fri, 25 Aug 2006 12:36:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/kern sys_process.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 12:36:55 -0000

cperciva    2006-08-25 12:36:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             sys_process.c 
  Log:
  MFC: Fix a signedness bug.
  
  Security:       Local DoS
  
  Revision   Changes    Path
  1.131.2.5  +1 -1      src/sys/kern/sys_process.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 12:38:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0CB1316A4DD;
	Fri, 25 Aug 2006 12:38:28 +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 93FD043D55;
	Fri, 25 Aug 2006 12:38:27 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PCcRMN054670;
	Fri, 25 Aug 2006 12:38:27 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PCcRXF054669;
	Fri, 25 Aug 2006 12:38:27 GMT (envelope-from glebius)
Message-Id: <200608251238.k7PCcRXF054669@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 25 Aug 2006 12:38:27 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 12:38:28 -0000

glebius     2006-08-25 12:38:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
  Log:
  Merge a bunch of changes from HEAD. The most significant are:
  
  - 6.1.4 driver merge
  - Fix RX path under mbuf shortage conditions
  - Fix TX path under mbuf shortage conditions
  
  Revision   Changes    Path
  1.65.2.18  +140 -85   src/sys/dev/em/if_em.c
  1.32.2.4   +1 -1      src/sys/dev/em/if_em.h
  1.16.2.3   +35 -32    src/sys/dev/em/if_em_hw.c
  1.15.2.4   +1 -0      src/sys/dev/em/if_em_hw.h

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 12:48:15 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 4475C16A4DD;
	Fri, 25 Aug 2006 12:48:15 +0000 (UTC) (envelope-from bms@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0A443D9C;
	Fri, 25 Aug 2006 12:47:58 +0000 (GMT) (envelope-from bms@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PClwjb062980;
	Fri, 25 Aug 2006 12:47:58 GMT (envelope-from bms@repoman.freebsd.org)
Received: (from bms@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PClwQD062979;
	Fri, 25 Aug 2006 12:47:58 GMT (envelope-from bms)
Message-Id: <200608251247.k7PClwQD062979@repoman.freebsd.org>
From: Bruce M Simpson <bms@FreeBSD.org>
Date: Fri, 25 Aug 2006 12:47:58 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/usr.bin/logger logger.1 logger.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 12:48:15 -0000

bms         2006-08-25 12:47:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/logger       logger.1 logger.c 
  Log:
  MFC: Add a new command-line option, -P, which allows the user to specify
  an arbitrary port to which syslog messages are to be sent.
  
  PR:             bin/54026
  
  Revision  Changes    Path
  1.16.2.1  +12 -1     src/usr.bin/logger/logger.1
  1.14.2.1  +16 -11    src/usr.bin/logger/logger.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 12:55:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 3340F16A4DD;
	Fri, 25 Aug 2006 12:55:51 +0000 (UTC) (envelope-from bms@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E4EA443D46;
	Fri, 25 Aug 2006 12:55:50 +0000 (GMT) (envelope-from bms@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PCtoGu063622;
	Fri, 25 Aug 2006 12:55:50 GMT (envelope-from bms@repoman.freebsd.org)
Received: (from bms@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PCtoL8063621;
	Fri, 25 Aug 2006 12:55:50 GMT (envelope-from bms)
Message-Id: <200608251255.k7PCtoL8063621@repoman.freebsd.org>
From: Bruce M Simpson <bms@FreeBSD.org>
Date: Fri, 25 Aug 2006 12:55:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sbin/reboot reboot.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 12:55:51 -0000

bms         2006-08-25 12:55:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/reboot          reboot.c 
  Log:
  MFC: Block a variety of signals which may affect reboot(8), before killing
  init(8), to avoid losing a race to them and dying before being able
  to call reboot(2).
  
  PR:             bin/64664
  Submitted by:   maxim
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.24.2.1  +16 -3     src/sbin/reboot/reboot.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 13:03:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6EEA916A4E6;
	Fri, 25 Aug 2006 13:03:26 +0000 (UTC) (envelope-from bms@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4902343DB8;
	Fri, 25 Aug 2006 13:02:23 +0000 (GMT) (envelope-from bms@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PD1YLP063987;
	Fri, 25 Aug 2006 13:01:34 GMT (envelope-from bms@repoman.freebsd.org)
Received: (from bms@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PD1YkG063986;
	Fri, 25 Aug 2006 13:01:34 GMT (envelope-from bms)
Message-Id: <200608251301.k7PD1YkG063986@repoman.freebsd.org>
From: Bruce M Simpson <bms@FreeBSD.org>
Date: Fri, 25 Aug 2006 13:01:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sys/dev/usb uscanner.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 13:03:26 -0000

bms         2006-08-25 13:01:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/usb          uscanner.c 
  Log:
  MFC: Add identifier for the Epson CX3650 all-in-one scanner function.
  This enables the scanner function on these devices to be detected
  and probed by uscanner(4), but only when ulpt is not loaded.
  
  PR:             usb/92462
  
  Revision  Changes    Path
  1.63.2.4  +1 -0      src/sys/dev/usb/uscanner.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 13:05:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 91DFB16A50C;
	Fri, 25 Aug 2006 13:05:47 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net
	[66.23.211.162])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58B9443D96;
	Fri, 25 Aug 2006 13:03:18 +0000 (GMT) (envelope-from jhb@freebsd.org)
Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7PD2m7c075428;
	Fri, 25 Aug 2006 09:02:48 -0400 (EDT) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Ruslan Ermilov <ru@freebsd.org>
Date: Fri, 25 Aug 2006 08:55:43 -0400
User-Agent: KMail/1.9.1
References: <200608250942.k7P9gGlL038381@repoman.freebsd.org>
In-Reply-To: <200608250942.k7P9gGlL038381@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200608250855.44332.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]);
	Fri, 25 Aug 2006 09:02:48 -0400 (EDT)
X-Virus-Scanned: ClamAV 0.88.3/1728/Fri Aug 25 01:55:58 2006 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 
	autolearn=ham version=3.1.3
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/bin/cp utils.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 13:05:47 -0000

On Friday 25 August 2006 05:42, Ruslan Ermilov wrote:
> ru          2006-08-25 09:42:16 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     bin/cp               utils.c 
>   Log:
>   Remove a stray -a option that probably sneaked in from julian's
>   attempt to enter append mode twice in vi(1).  :-)

The original -l patch included a -a shortcut to be compatible with gcp
which is probably where this came from.

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 13:38:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 670DE16A4DA;
	Fri, 25 Aug 2006 13:38:43 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D0D6043D72;
	Fri, 25 Aug 2006 13:38:42 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PDcgRx067105;
	Fri, 25 Aug 2006 13:38:42 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PDcgnu067104;
	Fri, 25 Aug 2006 13:38:42 GMT (envelope-from cognet)
Message-Id: <200608251338.k7PDcgnu067104@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Fri, 25 Aug 2006 13:38:42 +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/sys/arm/at91 if_ate.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 13:38:43 -0000

cognet      2006-08-25 13:38:42 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/at91         if_ate.c 
  Log:
  Do not create dma maps with bus_dmamap_create, as we call
  bus_dmamem_alloc later which will overwrite the value, leading to a small
  memory leak.
  
  Revision  Changes    Path
  1.10      +0 -5      src/sys/arm/at91/if_ate.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 15:10:46 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1190016A4DA;
	Fri, 25 Aug 2006 15:10:46 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C510943D6A;
	Fri, 25 Aug 2006 15:10:45 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PFAj2E079070;
	Fri, 25 Aug 2006 15:10:45 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PFAjEM079069;
	Fri, 25 Aug 2006 15:10:45 GMT (envelope-from cognet)
Message-Id: <200608251510.k7PFAjEM079069@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Fri, 25 Aug 2006 15:10:45 +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/sys/arm/arm busdma_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 15:10:46 -0000

cognet      2006-08-25 15:10:45 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          busdma_machdep.c 
  Log:
  Explicitely set the "allocbuffer" field to NULL when creating a new dmamap.
  
  Revision  Changes    Path
  1.27      +1 -0      src/sys/arm/arm/busdma_machdep.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 15:13:50 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 168D616A4DA;
	Fri, 25 Aug 2006 15:13:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA12443D46;
	Fri, 25 Aug 2006 15:13:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PFDnpx079303;
	Fri, 25 Aug 2006 15:13:49 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PFDnhP079302;
	Fri, 25 Aug 2006 15:13:49 GMT (envelope-from pjd)
Message-Id: <200608251513.k7PFDnhP079302@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Fri, 25 Aug 2006 15:13:49 +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/sys/kern vfs_mount.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 15:13:50 -0000

pjd         2006-08-25 15:13:49 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Fix comment.
  
  Revision  Changes    Path
  1.230     +1 -1      src/sys/kern/vfs_mount.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 15:19:48 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7B74B16A4DA;
	Fri, 25 Aug 2006 15:19:48 +0000 (UTC)
	(envelope-from ceri@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 39E0043D4C;
	Fri, 25 Aug 2006 15:19:48 +0000 (GMT)
	(envelope-from ceri@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PFJmOb081270;
	Fri, 25 Aug 2006 15:19:48 GMT
	(envelope-from ceri@repoman.freebsd.org)
Received: (from ceri@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PFJma7081266;
	Fri, 25 Aug 2006 15:19:48 GMT (envelope-from ceri)
Message-Id: <200608251519.k7PFJma7081266@repoman.freebsd.org>
From: Ceri Davies <ceri@FreeBSD.org>
Date: Fri, 25 Aug 2006 15:19:47 +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/lib/libc/sys kqueue.2
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 15:19:48 -0000

ceri        2006-08-25 15:19:47 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         kqueue.2 
  Log:
  Note that the system only allows a maximum of kern.kq_calloutmax timers.
  
  PR:             docs/102353
  Submitted by:   phk
  MFC after:      1 week
  
  Revision  Changes    Path
  1.43      +10 -1     src/lib/libc/sys/kqueue.2

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 16:20:19 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E60FC16A4F3;
	Fri, 25 Aug 2006 16:20:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1673F43D45;
	Fri, 25 Aug 2006 16:20:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PGKHuL094621;
	Fri, 25 Aug 2006 16:20:17 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PGKHA7094620;
	Fri, 25 Aug 2006 16:20:17 GMT (envelope-from jhb)
Message-Id: <200608251620.k7PGKHA7094620@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Fri, 25 Aug 2006 16:20:17 +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/gnu/usr.bin/gdb/kgdb kthr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 16:20:20 -0000

jhb         2006-08-25 16:20:17 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb kthr.c 
  Log:
  Use the pcb in stoppcbs[] if it is present for threads that were running
  on other CPUs in system when a dump is written.
  
  Submitted by:   ups
  Reviewed by:    marcel
  MFC after:      3 days
  
  Revision  Changes    Path
  1.4       +19 -2     src/gnu/usr.bin/gdb/kgdb/kthr.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 17:11:28 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 90C0016A4F0;
	Fri, 25 Aug 2006 17:11:28 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 34F3B43DAB;
	Fri, 25 Aug 2006 17:11:14 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PHB4gg011365;
	Fri, 25 Aug 2006 17:11:04 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PHB4hN011364;
	Fri, 25 Aug 2006 17:11:04 GMT (envelope-from mjacob)
Message-Id: <200608251711.k7PHB4hN011364@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Fri, 25 Aug 2006 17:11:04 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/sbin/dump main.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 17:11:28 -0000

mjacob      2006-08-25 17:11:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/dump            main.c 
  Log:
  MFC 1.64: If rawname returns NULL, deal with it appropriately.
  
  Revision  Changes    Path
  1.63.2.1  +2 -0      src/sbin/dump/main.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 17:53:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1B81816A4DA;
	Fri, 25 Aug 2006 17:53:18 +0000 (UTC)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB26A43D72;
	Fri, 25 Aug 2006 17:53:14 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PHrEmp013714;
	Fri, 25 Aug 2006 17:53:14 GMT
	(envelope-from emax@repoman.freebsd.org)
Received: (from emax@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PHrE0N013713;
	Fri, 25 Aug 2006 17:53:14 GMT (envelope-from emax)
Message-Id: <200608251753.k7PHrE0N013713@repoman.freebsd.org>
From: Maksim Yevmenkin <emax@FreeBSD.org>
Date: Fri, 25 Aug 2006 17:53:14 +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/sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c
	ng_btsocket_rfcomm.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 17:53:18 -0000

emax        2006-08-25 17:53:14 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph/bluetooth/socket ng_btsocket_l2cap.c 
                                  ng_btsocket_rfcomm.c 
  Log:
  - Catch up with ongoing rwatson's socket work;
  
  - Fix a couple of LORs and panics;
  
  - Temporarily remove the code that tries to cleanup sockets that stuck
    on accepting queues (both complete and incomplete). I'm taking an ostrich
    approach here until I find a better way to deal with sockets that were
    disconnected before accepting (i.e. while socket was on complete or
    incomplete accept queue).
  
  Revision  Changes    Path
  1.21      +29 -91    src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c
  1.24      +39 -93    src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 18:46:51 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 EFEC516A4DD;
	Fri, 25 Aug 2006 18:46:51 +0000 (UTC)
	(envelope-from prvs=julian=38535a252@elischer.org)
Received: from a50.ironport.com (a50.ironport.com [63.251.108.112])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 785A343D5F;
	Fri, 25 Aug 2006 18:46:51 +0000 (GMT)
	(envelope-from prvs=julian=38535a252@elischer.org)
Received: from unknown (HELO [192.168.2.6]) ([10.251.60.50])
	by a50.ironport.com with ESMTP; 25 Aug 2006 11:46:51 -0700
Message-ID: <44EF459A.2050509@elischer.org>
Date: Fri, 25 Aug 2006 11:46:50 -0700
From: Julian Elischer <julian@elischer.org>
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
	rv:1.7.13) Gecko/20060414
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: John Baldwin <jhb@FreeBSD.org>
References: <200608250942.k7P9gGlL038381@repoman.freebsd.org>
	<200608250855.44332.jhb@freebsd.org>
In-Reply-To: <200608250855.44332.jhb@freebsd.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Ruslan Ermilov <ru@FreeBSD.org>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/bin/cp utils.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 18:46:52 -0000

John Baldwin wrote:

>On Friday 25 August 2006 05:42, Ruslan Ermilov wrote:
>  
>
>>ru          2006-08-25 09:42:16 UTC
>>
>>  FreeBSD src repository
>>
>>  Modified files:
>>    bin/cp               utils.c 
>>  Log:
>>  Remove a stray -a option that probably sneaked in from julian's
>>  attempt to enter append mode twice in vi(1).  :-)
>>    
>>
>
>The original -l patch included a -a shortcut to be compatible with gcp
>which is probably where this came from.
>
>  
>

yep, when I removed the -a option I missed that one.

not sayign -a is bad (if it exists elsewhere there is an argument for 
having it)
but one functional change at a time, and -a can be achieved by other flags.


From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 19:04:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 93B3616A4DE;
	Fri, 25 Aug 2006 19:04:43 +0000 (UTC) (envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8CF43D64;
	Fri, 25 Aug 2006 19:04:43 +0000 (GMT) (envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PJ4hd0019474;
	Fri, 25 Aug 2006 19:04:43 GMT (envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PJ4hXN019473;
	Fri, 25 Aug 2006 19:04:43 GMT (envelope-from pav)
Message-Id: <200608251904.k7PJ4hXN019473@repoman.freebsd.org>
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Fri, 25 Aug 2006 19:04: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/share/man/man9 ithread.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 19:04:43 -0000

pav         2006-08-25 19:04:43 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    share/man/man9       ithread.9 
  Log:
  - Talk about memory allocation in interrupt context
  - Add uam to see also
  
  Submitted by:   Devon H. O'Dell <devon.odell@coyotepoint.com>
  
  Revision  Changes    Path
  1.12      +10 -2     src/share/man/man9/ithread.9

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 20:11:58 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 626F416A4DE;
	Fri, 25 Aug 2006 20:11:58 +0000 (UTC)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1BDB743D4C;
	Fri, 25 Aug 2006 20:11:58 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PKBvTj024867;
	Fri, 25 Aug 2006 20:11:57 GMT
	(envelope-from thompsa@repoman.freebsd.org)
Received: (from thompsa@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PKBv9K024866;
	Fri, 25 Aug 2006 20:11:57 GMT (envelope-from thompsa)
Message-Id: <200608252011.k7PKBv9K024866@repoman.freebsd.org>
From: Andrew Thompson <thompsa@FreeBSD.org>
Date: Fri, 25 Aug 2006 20:11:57 +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/sys/net if_bridge.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 20:11:58 -0000

thompsa     2006-08-25 20:11:57 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  The bridge cant hear its own transmissions so set IFF_SIMPLEX.
  
  PR:             kern/102361
  Tested by:      Radim Kolar <hsn@netmag.cz>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.79      +1 -1      src/sys/net/if_bridge.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 20:16:40 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 CF42016A4E5;
	Fri, 25 Aug 2006 20:16:40 +0000 (UTC)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8687043D49;
	Fri, 25 Aug 2006 20:16:40 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PKGexs025183;
	Fri, 25 Aug 2006 20:16:40 GMT
	(envelope-from thompsa@repoman.freebsd.org)
Received: (from thompsa@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PKGeTD025182;
	Fri, 25 Aug 2006 20:16:40 GMT (envelope-from thompsa)
Message-Id: <200608252016.k7PKGeTD025182@repoman.freebsd.org>
From: Andrew Thompson <thompsa@FreeBSD.org>
Date: Fri, 25 Aug 2006 20:16:40 +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/sys/net if_ethersubr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 20:16:40 -0000

thompsa     2006-08-25 20:16:40 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c 
  Log:
  Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured
  on member interfaces. This makes us the same as OpenBSD/NetBSD.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.218     +8 -8      src/sys/net/if_ethersubr.c

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 23:50:06 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E8AD016A4DE;
	Fri, 25 Aug 2006 23:50:05 +0000 (UTC) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 93F8E43D45;
	Fri, 25 Aug 2006 23:50:05 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PNo5NU052896;
	Fri, 25 Aug 2006 23:50:05 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PNo5Cn052895;
	Fri, 25 Aug 2006 23:50:05 GMT (envelope-from imp)
Message-Id: <200608252350.k7PNo5Cn052895@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Fri, 25 Aug 2006 23:50:05 +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/share/mk bsd.lib.mk
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 23:50:06 -0000

imp         2006-08-25 23:50:05 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.lib.mk 
  Log:
  Pass whatever the value of NM down to lorder.  This allows one to
  override NM in Makefiles when, for example, cross compiling and have
  that value be used by lorder.  NM normally isn't defined, so we pass a
  null value to lorder.  lorder says 'NM=${NM-nm}' which causes it to
  pickup the default value.
  
  Revision  Changes    Path
  1.176     +3 -3      src/share/mk/bsd.lib.mk

From owner-cvs-src@FreeBSD.ORG  Fri Aug 25 23:51:11 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A124F16A4DE;
	Fri, 25 Aug 2006 23:51:11 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5903643D45;
	Fri, 25 Aug 2006 23:51:11 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7PNpBEI053095;
	Fri, 25 Aug 2006 23:51:11 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7PNpBV5053094;
	Fri, 25 Aug 2006 23:51:11 GMT (envelope-from alc)
Message-Id: <200608252351.k7PNpBV5053094@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Fri, 25 Aug 2006 23:51:11 +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/sys/arm/include vmparam.h src/sys/ia64/include
 vmparam.h src/sys/powerpc/include vmparam.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Aug 2006 23:51:11 -0000

alc         2006-08-25 23:51:11 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/include      vmparam.h 
    sys/ia64/include     vmparam.h 
    sys/powerpc/include  vmparam.h 
  Log:
  Eliminate unused definitions.  (They came from NetBSD.)
  
  Discussed with: cognet, grehan, marcel
  
  Revision  Changes    Path
  1.7       +0 -9      src/sys/arm/include/vmparam.h
  1.12      +0 -8      src/sys/ia64/include/vmparam.h
  1.5       +0 -7      src/sys/powerpc/include/vmparam.h

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 02:09:12 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6745916A4DA;
	Sat, 26 Aug 2006 02:09:12 +0000 (UTC)
	(envelope-from peterjeremy@optushome.com.au)
Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au
	[211.29.132.197])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EE4EE43D46;
	Sat, 26 Aug 2006 02:08:59 +0000 (GMT)
	(envelope-from peterjeremy@optushome.com.au)
Received: from turion.vk2pj.dyndns.org
	(c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236])
	by mail16.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id
	k7Q28uNU020824
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
	Sat, 26 Aug 2006 12:08:56 +1000
Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1])
	by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k7Q28tud017672;
	Sat, 26 Aug 2006 12:08:56 +1000 (EST)
	(envelope-from peter@turion.vk2pj.dyndns.org)
Received: (from peter@localhost)
	by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k7Q28sxo017671;
	Sat, 26 Aug 2006 12:08:54 +1000 (EST) (envelope-from peter)
Date: Sat, 26 Aug 2006 12:08:54 +1000
From: Peter Jeremy <peterjeremy@optushome.com.au>
To: Alexander Kabaev <kabaev@gmail.com>
Message-ID: <20060826020854.GD16768@turion.vk2pj.dyndns.org>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<20060824205854.GA59856@gvr.gvr.org>
	<20060824184402.2ee29d79@kan.dnsalias.net>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="MAH+hnPXVZWQ5cD/"
Content-Disposition: inline
In-Reply-To: <20060824184402.2ee29d79@kan.dnsalias.net>
X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc
User-Agent: Mutt/1.5.12-2006-07-14
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Guido van Rooij <guido@gvr.org>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 02:09:12 -0000


--MAH+hnPXVZWQ5cD/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote:
>personally. The mistake you made just shows how important it is to do a
>buildworld _from freshly checked out sources_ after every major vendor
>import.

I'm not sure how doing this would have prevented the breakage.  It
might have allowed Guido to notice the breakage more quickly.

Guido made a mistake, has apologised and has corrected the problem in
less than 6 hours.  Doing a fresh checkout and a "make universe"
(since "make buildworld" is not always sufficient to catch breakage)
may not have been that much faster.

Overall, I'd like to thank Guido for his efforts.
--=20
Peter Jeremy

--MAH+hnPXVZWQ5cD/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE7602/opHv/APuIcRAhT9AJ0eBtz2c1RNwze8oCuuqxWqI/2ykQCdGdHe
wU4vZrZlAtDNUU/ZSHghxs0=
=Qt35
-----END PGP SIGNATURE-----

--MAH+hnPXVZWQ5cD/--

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 02:32:04 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1BD2E16A4DD;
	Sat, 26 Aug 2006 02:32:04 +0000 (UTC)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu
	[128.208.78.105])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9056C43D6D;
	Sat, 26 Aug 2006 02:31:59 +0000 (GMT)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu
	[127.0.0.1])
	by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id
	k7Q2VKJQ074576; Fri, 25 Aug 2006 19:31:20 -0700 (PDT)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: (from sgk@localhost)
	by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id
	k7Q2VKpJ074575; Fri, 25 Aug 2006 19:31:20 -0700 (PDT)
	(envelope-from sgk)
Date: Fri, 25 Aug 2006 19:31:20 -0700
From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Peter Jeremy <peterjeremy@optushome.com.au>
Message-ID: <20060826023120.GA74468@troutmask.apl.washington.edu>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<20060824205854.GA59856@gvr.gvr.org>
	<20060824184402.2ee29d79@kan.dnsalias.net>
	<20060826020854.GD16768@turion.vk2pj.dyndns.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060826020854.GD16768@turion.vk2pj.dyndns.org>
User-Agent: Mutt/1.4.2.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Guido van Rooij <guido@gvr.org>,
	Alexander Kabaev <kabaev@gmail.com>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 02:32:04 -0000

On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote:
> On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote:
> >personally. The mistake you made just shows how important it is to do a
> >buildworld _from freshly checked out sources_ after every major vendor
> >import.
> 
> I'm not sure how doing this would have prevented the breakage.  It
> might have allowed Guido to notice the breakage more quickly.

It would have caught the first problem, which I reported here
http://lists.freebsd.org/pipermail/freebsd-current/2006-August/065175.html.
This problem was fixed by kan as noted here
http://lists.freebsd.org/pipermail/cvs-src/2006-August/067536.html

Notice I reported the problem of Aug 16th.  Kan's patch was committed
on Aug 17th. 

> Guido made a mistake, has apologised and has corrected the problem in
> less than 6 hours.

He only corrected the second problem caused by his commit.

>  Doing a fresh checkout and a "make universe"
> (since "make buildworld" is not always sufficient to catch breakage)
> may not have been that much faster.

Huh?  If Guido had done a "make buildworld" or "make universe"
before he committed the source, then the problem would never have
existed.

-- 
Steve

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 02:43:24 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5666216A4DD;
	Sat, 26 Aug 2006 02:43:24 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 156FF43D4C;
	Sat, 26 Aug 2006 02:43:24 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7Q2hNnj078172;
	Sat, 26 Aug 2006 02:43:23 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7Q2hNC7078171;
	Sat, 26 Aug 2006 02:43:23 GMT (envelope-from alc)
Message-Id: <200608260243.k7Q2hNC7078171@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Sat, 26 Aug 2006 02:43:23 +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/sys/vm vm_contig.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 02:43:24 -0000

alc         2006-08-26 02:43:23 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_contig.c 
  Log:
  Prevent a call to contigmalloc() that asks for more physical memory than
  the machine has from causing a panic.
  
  Submitted by: Michael Plass
  PR: 101668
  MFC after: 3 days
  
  Revision  Changes    Path
  1.52      +1 -1      src/sys/vm/vm_contig.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 03:30:34 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D4E8A16A4DF
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 03:30:34 +0000 (UTC)
	(envelope-from thompsa@freebsd.org)
Received: from grunt2.ihug.co.nz (grunt2.ihug.co.nz [203.109.254.42])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 67C4D43D46
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 03:30:33 +0000 (GMT)
	(envelope-from thompsa@freebsd.org)
Received: from 203-109-251-39.static.bliink.ihug.co.nz (heff.fud.org.nz)
	[203.109.251.39] 
	by grunt2.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian))
	id 1GGosP-0006W1-00; Sat, 26 Aug 2006 15:30:29 +1200
Received: by heff.fud.org.nz (Postfix, from userid 1001)
	id 4B3861CC23; Sat, 26 Aug 2006 15:30:29 +1200 (NZST)
Date: Sat, 26 Aug 2006 15:30:29 +1200
From: Andrew Thompson <thompsa@freebsd.org>
To: Steve Kargl <sgk@troutmask.apl.washington.edu>
Message-ID: <20060826033029.GB80099@heff.fud.org.nz>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<20060824205854.GA59856@gvr.gvr.org>
	<20060824184402.2ee29d79@kan.dnsalias.net>
	<20060826020854.GD16768@turion.vk2pj.dyndns.org>
	<20060826023120.GA74468@troutmask.apl.washington.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060826023120.GA74468@troutmask.apl.washington.edu>
User-Agent: Mutt/1.5.11
Cc: src-committers@freebsd.org, Peter Jeremy <peterjeremy@optushome.com.au>,
	cvs-all@freebsd.org, cvs-src@freebsd.org, Guido van Rooij <guido@gvr.org>,
	Alexander Kabaev <kabaev@gmail.com>
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 03:30:34 -0000

On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote:
> On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote:
> > On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote:
> > >personally. The mistake you made just shows how important it is to do a
> > >buildworld _from freshly checked out sources_ after every major vendor
> > >import.
> > 
> > I'm not sure how doing this would have prevented the breakage.  It
> > might have allowed Guido to notice the breakage more quickly.
> 
> >  Doing a fresh checkout and a "make universe"
> > (since "make buildworld" is not always sufficient to catch breakage)
> > may not have been that much faster.
> 
> Huh?  If Guido had done a "make buildworld" or "make universe"
> before he committed the source, then the problem would never have
> existed.

Thats not true in this case. The problem was that a new file hadnt been
cvs added, the file was sitting in his tree so it built correctly, no
amount of "make buildworld" or "make universe" would have caught that,
let it go.


Andrew

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 03:51:45 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8689316A4DF
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 03:51:45 +0000 (UTC)
	(envelope-from kabaev@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 71A9243D58
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 03:51:43 +0000 (GMT)
	(envelope-from kabaev@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so1047257wxd
	for <cvs-src@freebsd.org>; Fri, 25 Aug 2006 20:51:42 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type;
	b=HAguuQDQvzFqGOZcWnP1J6ylS74Y350XE5Qzlf9gDs1v/tKw75BWzVZkoO8jMdZJo0tWvPwdHm41i79ri5X2mz6MVfQwHfIAsfQUcI8xcN5pTEcJ0L+jGEvenZn0BaFS9ZPVixx6LY0xAURanSyPxNFdzTLpOwlsuyHmGDyCi0M=
Received: by 10.70.38.19 with SMTP id l19mr5718605wxl;
	Fri, 25 Aug 2006 20:51:42 -0700 (PDT)
Received: from kan.dnsalias.net ( [24.63.93.195])
	by mx.gmail.com with ESMTP id 39sm5413097wrl.2006.08.25.20.51.42;
	Fri, 25 Aug 2006 20:51:42 -0700 (PDT)
Date: Fri, 25 Aug 2006 23:51:34 -0400
From: Alexander Kabaev <kabaev@gmail.com>
To: Andrew Thompson <thompsa@freebsd.org>
Message-ID: <20060825235134.1fecc2ff@kan.dnsalias.net>
In-Reply-To: <20060826033029.GB80099@heff.fud.org.nz>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<20060824205854.GA59856@gvr.gvr.org>
	<20060824184402.2ee29d79@kan.dnsalias.net>
	<20060826020854.GD16768@turion.vk2pj.dyndns.org>
	<20060826023120.GA74468@troutmask.apl.washington.edu>
	<20060826033029.GB80099@heff.fud.org.nz>
X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="Sig_pE0iKj=DyVlT+T+9MP6UgV_";
	protocol="application/pgp-signature"; micalg=PGP-SHA1
Cc: src-committers@freebsd.org, Peter Jeremy <peterjeremy@optushome.com.au>,
	cvs-all@freebsd.org, Steve Kargl <sgk@troutmask.apl.washington.edu>,
	cvs-src@freebsd.org, Guido van Rooij <guido@gvr.org>
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
 ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c
 radix_ipf.h
 snoop.h src/contrib/ipfilter/BSD Makefile Makefile.ipsend kupgrade
 src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 03:51:45 -0000

--Sig_pE0iKj=DyVlT+T+9MP6UgV_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Sat, 26 Aug 2006 15:30:29 +1200
Andrew Thompson <thompsa@freebsd.org> wrote:

> On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote:
> > On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote:
> > > On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote:
> > > >personally. The mistake you made just shows how important it is
> > > >to do a buildworld _from freshly checked out sources_ after
> > > >every major vendor import.
> > >=20
> > > I'm not sure how doing this would have prevented the breakage.  It
> > > might have allowed Guido to notice the breakage more quickly.
> >=20
> > >  Doing a fresh checkout and a "make universe"
> > > (since "make buildworld" is not always sufficient to catch
> > > breakage) may not have been that much faster.
> >=20
> > Huh?  If Guido had done a "make buildworld" or "make universe"
> > before he committed the source, then the problem would never have
> > existed.
>=20
> Thats not true in this case. The problem was that a new file hadnt
> been cvs added, the file was sitting in his tree so it built
> correctly, no amount of "make buildworld" or "make universe" would
> have caught that, let it go.
>=20
>=20
> Andrew

For the last time, what part of _freshly checked out sources_ needs
special explanation? Before that needs even more explanation, I'll even
take it further: the test should be done on local repo copy first
before 'real' one.

Even without an extensive test above, a simple 'cvs update' before
commit can be used to reveal all files that probably should either be
added to CVS or removed. It isn't hard to spot all files prefixed with
'?' in cvs output.

The original breakage in -current was caused by a bug that simple
compile test would have found. The compile test that clearly had not
been tried. Between that and RELENG6 breakage I find it hard to believe
that due attention has been paid doing ipfilter update work.

--=20
Alexander Kabaev

--Sig_pE0iKj=DyVlT+T+9MP6UgV_
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE78VNQ6z1jMm+XZYRAi8YAJwPpNIsPGCvxi1Tj9ljRylU4cIdzgCgovPL
gNTG2saNUGg4ptYtqMgqkxk=
=HX8g
-----END PGP SIGNATURE-----

--Sig_pE0iKj=DyVlT+T+9MP6UgV_--

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 08:04:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 EA29916A4E0;
	Sat, 26 Aug 2006 08:04:17 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A43043D49;
	Sat, 26 Aug 2006 08:04:17 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7Q84HmH022020;
	Sat, 26 Aug 2006 08:04:17 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7Q84HWR022019;
	Sat, 26 Aug 2006 08:04:17 GMT (envelope-from rwatson)
Message-Id: <200608260804.k7Q84HWR022019@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 26 Aug 2006 08:04:17 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: TrustedBSD
Cc: 
Subject: cvs commit: src/contrib/openbsm - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 08:04:18 -0000

rwatson     2006-08-26 08:04:17 UTC

  FreeBSD src repository

  src/contrib/openbsm - Imported sources
  Update of /home/ncvs/src/contrib/openbsm
  In directory repoman.freebsd.org:/tmp/cvs-serv19917
  
  Log Message:
  Vendor import of OpenBSM 1.0 alpha 9, with the following change history
  notes since the last import:
  
  OpenBSM 1.0 alpha 9
  
  - Rename many OpenBSM-specific constants and API elements containing the
    strings "BSM" and "bsm" to "AUDIT" and "audit", observing that this is true
    for almost all existing constants and APIs.
  - Instead of passing a per-instance cookie directly into all audit filter
    APIs, pass in the audit filter daemon state pointer, which is then used by
    the module using an audit_filter_{get,set}cookie() API.  This will allow
    future service APIs provided by the filter daemon to maintain their own
    state -- for example, per-module preselection state.
  
  OpenBSM 1.0 alpha 8
  
  - Correct typo in definition of AUR_INT.
  - Adopt OpenSolaris constant values for AUDIT_* configuration flags.
  - Arguments to au_to_exec_args() and au_to_exec_env() no longer const.
  - Add kernel versions of au_to_exec_args() and au_to_exec_env().
  - Fix exec argument type that is printed for env strings from 'arg' to 'env'.
  - New OpenBSM token version number assigned, constants added for other
    commonly seen version numbers.
  - OpenBSM-specific events assigned numbers in the 43xxx range to avoid future
    collisions with Solaris.  Darwin events renamed to AUE_DARWIN_foo, as they
    are now deprecated numberings.
  - autoconf now detects clock_gettime(), which is not available on Darwin.
  - praudit output fixes relating to arg32 and arg64 tokens.
  - Maximum record size updated to 64k-1 to match Solaris record size limit.
  - Various style and comment cleanups in include files.
  
  This is an MFC candidate to RELENG_6.
  
  Obtained from:	TrustedBSD Project
  
  Status:
  
  Vendor Tag:	TrustedBSD
  Release Tags:	OPENBSM_1_0_ALPHA_9
  		
  U src/contrib/openbsm/HISTORY
  U src/contrib/openbsm/LICENSE
  U src/contrib/openbsm/Makefile.am
  U src/contrib/openbsm/Makefile.in
  U src/contrib/openbsm/README
  U src/contrib/openbsm/TODO
  U src/contrib/openbsm/VERSION
  U src/contrib/openbsm/aclocal.m4
  U src/contrib/openbsm/autogen.sh
  U src/contrib/openbsm/configure
  U src/contrib/openbsm/configure.ac
  U src/contrib/openbsm/bin/Makefile.am
  U src/contrib/openbsm/bin/Makefile.in
  U src/contrib/openbsm/bin/audit/Makefile.am
  U src/contrib/openbsm/bin/audit/Makefile.in
  U src/contrib/openbsm/bin/audit/audit.8
  U src/contrib/openbsm/bin/audit/audit.c
  U src/contrib/openbsm/bin/auditd/Makefile.am
  U src/contrib/openbsm/bin/auditd/Makefile.in
  U src/contrib/openbsm/bin/auditd/audit_warn.c
  U src/contrib/openbsm/bin/auditd/auditd.8
  U src/contrib/openbsm/bin/auditd/auditd.c
  U src/contrib/openbsm/bin/auditd/auditd.h
  U src/contrib/openbsm/bin/auditfilterd/Makefile.am
  U src/contrib/openbsm/bin/auditfilterd/Makefile.in
  U src/contrib/openbsm/bin/auditfilterd/auditfilterd.8
  U src/contrib/openbsm/bin/auditfilterd/auditfilterd.c
  U src/contrib/openbsm/bin/auditfilterd/auditfilterd.h
  U src/contrib/openbsm/bin/auditfilterd/auditfilterd_conf.c
  U src/contrib/openbsm/bin/auditreduce/Makefile.am
  U src/contrib/openbsm/bin/auditreduce/Makefile.in
  U src/contrib/openbsm/bin/auditreduce/auditreduce.1
  U src/contrib/openbsm/bin/auditreduce/auditreduce.c
  U src/contrib/openbsm/bin/auditreduce/auditreduce.h
  U src/contrib/openbsm/bin/praudit/Makefile.am
  U src/contrib/openbsm/bin/praudit/Makefile.in
  U src/contrib/openbsm/bin/praudit/praudit.1
  U src/contrib/openbsm/bin/praudit/praudit.c
  U src/contrib/openbsm/bsm/Makefile.am
  U src/contrib/openbsm/bsm/Makefile.in
  U src/contrib/openbsm/bsm/audit.h
  U src/contrib/openbsm/bsm/audit_filter.h
  U src/contrib/openbsm/bsm/audit_internal.h
  U src/contrib/openbsm/bsm/audit_kevents.h
  U src/contrib/openbsm/bsm/audit_record.h
  U src/contrib/openbsm/bsm/audit_uevents.h
  U src/contrib/openbsm/bsm/libbsm.h
  U src/contrib/openbsm/compat/endian.h
  U src/contrib/openbsm/compat/queue.h
  U src/contrib/openbsm/config/config.guess
  U src/contrib/openbsm/config/config.h.in
  U src/contrib/openbsm/config/config.sub
  U src/contrib/openbsm/config/depcomp
  U src/contrib/openbsm/config/install-sh
  U src/contrib/openbsm/config/ltmain.sh
  U src/contrib/openbsm/config/missing
  U src/contrib/openbsm/etc/audit_class
  U src/contrib/openbsm/etc/audit_control
  C src/contrib/openbsm/etc/audit_event
  U src/contrib/openbsm/etc/audit_filter
  U src/contrib/openbsm/etc/audit_user
  U src/contrib/openbsm/etc/audit_warn
  U src/contrib/openbsm/libbsm/Makefile.am
  U src/contrib/openbsm/libbsm/Makefile.in
  U src/contrib/openbsm/libbsm/au_class.3
  U src/contrib/openbsm/libbsm/au_control.3
  U src/contrib/openbsm/libbsm/au_event.3
  U src/contrib/openbsm/libbsm/au_free_token.3
  U src/contrib/openbsm/libbsm/au_io.3
  U src/contrib/openbsm/libbsm/au_mask.3
  U src/contrib/openbsm/libbsm/au_open.3
  U src/contrib/openbsm/libbsm/au_token.3
  U src/contrib/openbsm/libbsm/au_user.3
  U src/contrib/openbsm/libbsm/audit_submit.3
  U src/contrib/openbsm/libbsm/bsm_audit.c
  U src/contrib/openbsm/libbsm/bsm_class.c
  U src/contrib/openbsm/libbsm/bsm_control.c
  U src/contrib/openbsm/libbsm/bsm_event.c
  U src/contrib/openbsm/libbsm/bsm_flags.c
  U src/contrib/openbsm/libbsm/bsm_io.c
  U src/contrib/openbsm/libbsm/bsm_mask.c
  U src/contrib/openbsm/libbsm/bsm_notify.c
  U src/contrib/openbsm/libbsm/bsm_token.c
  U src/contrib/openbsm/libbsm/bsm_user.c
  U src/contrib/openbsm/libbsm/libbsm.3
  U src/contrib/openbsm/libbsm/bsm_wrappers.c
  U src/contrib/openbsm/man/Makefile.am
  U src/contrib/openbsm/man/Makefile.in
  U src/contrib/openbsm/man/audit.2
  U src/contrib/openbsm/man/audit.log.5
  U src/contrib/openbsm/man/audit_class.5
  U src/contrib/openbsm/man/audit_control.5
  U src/contrib/openbsm/man/audit_event.5
  U src/contrib/openbsm/man/audit_user.5
  U src/contrib/openbsm/man/audit_warn.5
  U src/contrib/openbsm/man/auditctl.2
  U src/contrib/openbsm/man/auditon.2
  U src/contrib/openbsm/man/getaudit.2
  U src/contrib/openbsm/man/getauid.2
  U src/contrib/openbsm/man/setaudit.2
  U src/contrib/openbsm/man/setauid.2
  U src/contrib/openbsm/modules/Makefile.am
  U src/contrib/openbsm/modules/Makefile.in
  U src/contrib/openbsm/modules/auditfilter_noop/Makefile.am
  U src/contrib/openbsm/modules/auditfilter_noop/Makefile.in
  U src/contrib/openbsm/modules/auditfilter_noop/auditfilter_noop.c
  U src/contrib/openbsm/test/Makefile.am
  U src/contrib/openbsm/test/Makefile.in
  U src/contrib/openbsm/test/bsm/Makefile.am
  U src/contrib/openbsm/test/bsm/Makefile.in
  U src/contrib/openbsm/test/bsm/generate.c
  U src/contrib/openbsm/tools/Makefile.am
  U src/contrib/openbsm/tools/Makefile.in
  U src/contrib/openbsm/tools/audump.c
  
  1 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jTrustedBSD:yesterday -jTrustedBSD src/contrib/openbsm
  

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 08:08:48 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2953E16A4DF;
	Sat, 26 Aug 2006 08:08:48 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DA76C43D46;
	Sat, 26 Aug 2006 08:08:47 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7Q88lJP023106;
	Sat, 26 Aug 2006 08:08:47 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7Q88lHp023105;
	Sat, 26 Aug 2006 08:08:47 GMT (envelope-from rwatson)
Message-Id: <200608260808.k7Q88lHp023105@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 26 Aug 2006 08:08:47 +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/contrib/openbsm/etc audit_event
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 08:08:48 -0000

rwatson     2006-08-26 08:08:47 UTC

  FreeBSD src repository

  Modified files:
    contrib/openbsm/etc  audit_event 
  Log:
  Resolove conflicts from OpenBSM 1.0 alpha 9 into audit_event.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.4       +176 -115  src/contrib/openbsm/etc/audit_event

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 08:12:18 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 0D57D16A4DD;
	Sat, 26 Aug 2006 08:12:18 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD80743D46;
	Sat, 26 Aug 2006 08:12:17 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7Q8CH35023430;
	Sat, 26 Aug 2006 08:12:17 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7Q8CHOT023428;
	Sat, 26 Aug 2006 08:12:17 GMT (envelope-from rwatson)
Message-Id: <200608260812.k7Q8CHOT023428@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 26 Aug 2006 08:12:17 +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/contrib/openbsm/config config.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 08:12:18 -0000

rwatson     2006-08-26 08:12:17 UTC

  FreeBSD src repository

  Modified files:
    contrib/openbsm/config config.h 
  Log:
  Update for OpenBSM 1.0 alpha 9.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.3       +6 -3      src/contrib/openbsm/config/config.h

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 08:17:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 C41D116A4DA;
	Sat, 26 Aug 2006 08:17:59 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9253743D45;
	Sat, 26 Aug 2006 08:17:59 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7Q8HxsE023742;
	Sat, 26 Aug 2006 08:17:59 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7Q8HxHd023741;
	Sat, 26 Aug 2006 08:17:59 GMT (envelope-from rwatson)
Message-Id: <200608260817.k7Q8HxHd023741@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 26 Aug 2006 08:17:59 +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/sys/bsm audit.h audit_internal.h audit_kevents.h
 audit_record.h src/sys/security/audit audit_bsm.c audit_bsm_token.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 08:17:59 -0000

rwatson     2006-08-26 08:17:59 UTC

  FreeBSD src repository

  Modified files:
    sys/bsm              audit.h audit_internal.h audit_kevents.h 
                         audit_record.h 
    sys/security/audit   audit_bsm.c audit_bsm_token.c 
  Log:
  Update kernel OpenBSM parts, especially src/sys/bsm, for the OpenBSM
  1.0 alpha 9 import.  See the OpenBSM import commit message for a
  detailed summary of changes.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.5       +18 -13    src/sys/bsm/audit.h
  1.3       +9 -9      src/sys/bsm/audit_internal.h
  1.7       +184 -118  src/sys/bsm/audit_kevents.h
  1.4       +14 -4     src/sys/bsm/audit_record.h
  1.9       +1 -1      src/sys/security/audit/audit_bsm.c
  1.6       +3 -2      src/sys/security/audit/audit_bsm_token.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 08:27:57 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2909F16A4DE;
	Sat, 26 Aug 2006 08:27:57 +0000 (UTC)
	(envelope-from wb@freebie.xs4all.nl)
Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2496B43D45;
	Sat, 26 Aug 2006 08:27:55 +0000 (GMT)
	(envelope-from wb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253])
	by smtp-vbr10.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7Q8RqXN020576;
	Sat, 26 Aug 2006 10:27:53 +0200 (CEST)
	(envelope-from wb@freebie.xs4all.nl)
Received: from freebie.xs4all.nl (localhost [127.0.0.1])
	by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k7Q8RqlJ011958;
	Sat, 26 Aug 2006 10:27:52 +0200 (CEST)
	(envelope-from wb@freebie.xs4all.nl)
Received: (from wb@localhost)
	by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k7Q8Rq6V011957;
	Sat, 26 Aug 2006 10:27:52 +0200 (CEST) (envelope-from wb)
Date: Sat, 26 Aug 2006 10:27:52 +0200
From: Wilko Bulte <wb@freebie.xs4all.nl>
To: Steve Kargl <sgk@troutmask.apl.washington.edu>
Message-ID: <20060826082751.GA11942@freebie.xs4all.nl>
References: <200608240737.k7O7bDMC085424@repoman.freebsd.org>
	<20060824092002.44b90594@kan.dnsalias.net>
	<20060824133628.GA54467@gvr.gvr.org>
	<20060824101606.414e8bf6@kan.dnsalias.net>
	<20060824205854.GA59856@gvr.gvr.org>
	<20060824184402.2ee29d79@kan.dnsalias.net>
	<20060826020854.GD16768@turion.vk2pj.dyndns.org>
	<20060826023120.GA74468@troutmask.apl.washington.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060826023120.GA74468@troutmask.apl.washington.edu>
User-Agent: Mutt/1.5.11
X-Virus-Scanned: by XS4ALL Virus Scanner
Cc: src-committers@FreeBSD.ORG, Peter Jeremy <peterjeremy@optushome.com.au>,
	cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG, Guido van Rooij <guido@gvr.org>,
	Alexander Kabaev <kabaev@gmail.com>
Subject: Re: cvs commit: src/contrib/ipfilter HISTORY Makefile bpf_filter.c
	ip_fil.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h
	radix.c radix_ipf.h snoop.h src/contrib/ipfilter/BSD Makefile
	Makefile.ipsend kupgrade src/contrib/ipfilter/iplang iplang_l.l ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 08:27:57 -0000

On Fri, Aug 25, 2006 at 07:31:20PM -0700, Steve Kargl wrote..
> On Sat, Aug 26, 2006 at 12:08:54PM +1000, Peter Jeremy wrote:
> > On Thu, 2006-Aug-24 18:44:02 -0400, Alexander Kabaev wrote:
> > >personally. The mistake you made just shows how important it is to do a
> > >buildworld _from freshly checked out sources_ after every major vendor
> > >import.
> > 
> > I'm not sure how doing this would have prevented the breakage.  It
> > might have allowed Guido to notice the breakage more quickly.
> 
> It would have caught the first problem, which I reported here
> http://lists.freebsd.org/pipermail/freebsd-current/2006-August/065175.html.
> This problem was fixed by kan as noted here
> http://lists.freebsd.org/pipermail/cvs-src/2006-August/067536.html
> 
> Notice I reported the problem of Aug 16th.  Kan's patch was committed
> on Aug 17th. 
> 
> > Guido made a mistake, has apologised and has corrected the problem in
> > less than 6 hours.
> 
> He only corrected the second problem caused by his commit.

Can we please stop this moaning about Guido's work?  Mistakes do get
made, and in this case were fixed rapidly.

Please move on, nothing here to see anymore.

-- 
Wilko Bulte				wilko@FreeBSD.org

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 10:35:56 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E37DB16A4E6;
	Sat, 26 Aug 2006 10:35:56 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AA7DC43D76;
	Sat, 26 Aug 2006 10:35:54 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QAZsFm042845;
	Sat, 26 Aug 2006 10:35:54 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QAZsXs042844;
	Sat, 26 Aug 2006 10:35:54 GMT (envelope-from rwatson)
Message-Id: <200608261035.k7QAZsXs042844@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 26 Aug 2006 10:35:54 +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/contrib/openbsm FREEBSD-upgrade
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 10:35:57 -0000

rwatson     2006-08-26 10:35:54 UTC

  FreeBSD src repository

  Modified files:
    contrib/openbsm      FREEBSD-upgrade 
  Log:
  Update FreeBSD upgrade notes for OpenBSM.
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.6       +6 -2      src/contrib/openbsm/FREEBSD-upgrade

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 10:36:17 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 170DA16A4E2;
	Sat, 26 Aug 2006 10:36:17 +0000 (UTC)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C52FF43D68;
	Sat, 26 Aug 2006 10:36:16 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QAaGYW042881;
	Sat, 26 Aug 2006 10:36:16 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QAaG0U042880;
	Sat, 26 Aug 2006 10:36:16 GMT (envelope-from netchild)
Message-Id: <200608261036.k7QAaG0U042880@repoman.freebsd.org>
From: Alexander Leidinger <netchild@FreeBSD.org>
Date: Sat, 26 Aug 2006 10:36:16 +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/sys/compat/linux linux_futex.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 10:36:17 -0000

netchild    2006-08-26 10:36:16 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_futex.c 
  Log:
  Correct the number of retries in a futex_wake() call.
  
  Sponsored by:   Google SoC 2006
  Submitted by:   rdivacky
  
  Revision  Changes    Path
  1.4       +6 -2      src/sys/compat/linux/linux_futex.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 11:21:26 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 149F716A4DA;
	Sat, 26 Aug 2006 11:21:26 +0000 (UTC)
	(envelope-from ssouhlal@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2D5F43D45;
	Sat, 26 Aug 2006 11:21:25 +0000 (GMT)
	(envelope-from ssouhlal@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QBLP0i047514;
	Sat, 26 Aug 2006 11:21:25 GMT
	(envelope-from ssouhlal@repoman.freebsd.org)
Received: (from ssouhlal@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QBLPfm047513;
	Sat, 26 Aug 2006 11:21:25 GMT (envelope-from ssouhlal)
Message-Id: <200608261121.k7QBLPfm047513@repoman.freebsd.org>
From: Suleiman Souhlal <ssouhlal@FreeBSD.org>
Date: Sat, 26 Aug 2006 11:21:25 +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/sys/kern subr_witness.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 11:21:26 -0000

ssouhlal    2006-08-26 11:21:25 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
  Log:
  The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
  subr_taskqueue.c:r1.32
  
  Reported by:    rdivacky
  
  Revision  Changes    Path
  1.217     +1 -1      src/sys/kern/subr_witness.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 11:30:24 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D3F9816A4E0;
	Sat, 26 Aug 2006 11:30:24 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE1A43D45;
	Sat, 26 Aug 2006 11:30:24 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QBUOqQ047968;
	Sat, 26 Aug 2006 11:30:24 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QBUOtj047967;
	Sat, 26 Aug 2006 11:30:24 GMT (envelope-from cperciva)
Message-Id: <200608261130.k7QBUOtj047967@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Sat, 26 Aug 2006 11:30:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/usr.sbin/named Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 11:30:24 -0000

cperciva    2006-08-26 11:30:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/named       Makefile 
  Log:
  MFC rev. 1.42:  Undefine __DATE__ in order to avoid placing a build
  timestamp into /usr/sbin/{named, lwresd}.
  
  Revision  Changes    Path
  1.40.2.2  +3 -0      src/usr.sbin/named/Makefile

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 11:32:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 58FFA16A4DD;
	Sat, 26 Aug 2006 11:32:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B8CA543D64;
	Sat, 26 Aug 2006 11:32:40 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QBWeUP048130;
	Sat, 26 Aug 2006 11:32:40 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QBWe1P048129;
	Sat, 26 Aug 2006 11:32:40 GMT (envelope-from pjd)
Message-Id: <200608261132.k7QBWe1P048129@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sat, 26 Aug 2006 11:32:40 +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/share/man/man9 VFS_ROOT.9
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 11:32:41 -0000

pjd         2006-08-26 11:32:40 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       VFS_ROOT.9 
  Log:
  Update.
  
  Revision  Changes    Path
  1.11      +11 -3     src/share/man/man9/VFS_ROOT.9

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 11:32:53 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8E1B816A4DF;
	Sat, 26 Aug 2006 11:32:53 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F087543D5D;
	Sat, 26 Aug 2006 11:32:52 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QBWqBM048161;
	Sat, 26 Aug 2006 11:32:52 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QBWqou048160;
	Sat, 26 Aug 2006 11:32:52 GMT (envelope-from brueffer)
Message-Id: <200608261132.k7QBWqou048160@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sat, 26 Aug 2006 11:32:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 11:32:53 -0000

brueffer    2006-08-26 11:32:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:
  
  - em(4) updated to version 6.1.4
  - stge(4) added
  
  Revision    Changes    Path
  1.883.2.34  +9 -0      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 11:59:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 5941716A4DD;
	Sat, 26 Aug 2006 11:59:54 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (cell.sick.ru [217.72.144.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 72F3D43D79;
	Sat, 26 Aug 2006 11:59:53 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from cell.sick.ru (glebius@localhost [127.0.0.1])
	by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k7QBxpDs098093
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sat, 26 Aug 2006 15:59:52 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
Received: (from glebius@localhost)
	by cell.sick.ru (8.13.4/8.13.1/Submit) id k7QBxpjU098092;
	Sat, 26 Aug 2006 15:59:51 +0400 (MSD)
	(envelope-from glebius@FreeBSD.org)
X-Authentication-Warning: cell.sick.ru: glebius set sender to
	glebius@FreeBSD.org using -f
Date: Sat, 26 Aug 2006 15:59:51 +0400
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Suleiman Souhlal <ssouhlal@FreeBSD.org>
Message-ID: <20060826115951.GC76666@FreeBSD.org>
References: <200608261121.k7QBLPfm047513@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <200608261121.k7QBLPfm047513@repoman.freebsd.org>
User-Agent: Mutt/1.5.6i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern subr_witness.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 11:59:54 -0000

On Sat, Aug 26, 2006 at 11:21:25AM +0000, Suleiman Souhlal wrote:
S> ssouhlal    2006-08-26 11:21:25 UTC
S> 
S>   FreeBSD src repository
S> 
S>   Modified files:
S>     sys/kern             subr_witness.c 
S>   Log:
S>   The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
S>   subr_taskqueue.c:r1.32

Thanks. Afaik, this should be MFCed.

-- 
Totus tuus, Glebius.
GLEBIUS-RIPN GLEB-RIPE

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 13:32:32 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B873316A4DA;
	Sat, 26 Aug 2006 13:32:32 +0000 (UTC)
	(envelope-from ssouhlal@FreeBSD.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB9843D49;
	Sat, 26 Aug 2006 13:32:32 +0000 (GMT)
	(envelope-from ssouhlal@FreeBSD.org)
Received: from [192.168.250.2] (80-219-14-246.dclient.hispeed.ch
	[80.219.14.246]) by elvis.mu.org (Postfix) with ESMTP id 69C281A4E07;
	Sat, 26 Aug 2006 06:32:31 -0700 (PDT)
Message-ID: <44F04D43.6060305@FreeBSD.org>
Date: Sat, 26 Aug 2006 15:31:47 +0200
From: Suleiman Souhlal <ssouhlal@FreeBSD.org>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@FreeBSD.org>
References: <200608261121.k7QBLPfm047513@repoman.freebsd.org>
	<20060826115951.GC76666@FreeBSD.org>
In-Reply-To: <20060826115951.GC76666@FreeBSD.org>
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern subr_witness.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 13:32:32 -0000

Gleb Smirnoff wrote:
> On Sat, Aug 26, 2006 at 11:21:25AM +0000, Suleiman Souhlal wrote:
> S> ssouhlal    2006-08-26 11:21:25 UTC
> S> 
> S>   FreeBSD src repository
> S> 
> S>   Modified files:
> S>     sys/kern             subr_witness.c 
> S>   Log:
> S>   The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in
> S>   subr_taskqueue.c:r1.32
> 
> Thanks. Afaik, this should be MFCed.

Ok, I'll MFC in 3 days.

-- Suleiman


From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 14:00:43 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 1F95916A4E0;
	Sat, 26 Aug 2006 14:00:43 +0000 (UTC)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C916644287;
	Sat, 26 Aug 2006 14:00:42 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QE0gsl067838;
	Sat, 26 Aug 2006 14:00:42 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QE0gNv067837;
	Sat, 26 Aug 2006 14:00:42 GMT (envelope-from bmah)
Message-Id: <200608261400.k7QE0gNv067837@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Sat, 26 Aug 2006 14:00:42 +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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 14:00:43 -0000

bmah        2006-08-26 14:00:42 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release notes:  amdsmb(4), nfsmb(4), bpf(4) timestamp fix (+MFC),
  logger(1) -P (+MFC).
  
  MFCs noted:  em(4) 6.1.4, traceroute(8) -e, traceroute (8) complete
  ICMP unreacable decoding.
  
  Modified release notes:  OpenBSM 1.0alpha9.
  
  Revision  Changes    Path
  1.965     +18 -4     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 15:15:41 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BF04D16A5A2;
	Sat, 26 Aug 2006 15:15:41 +0000 (UTC)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 21853440EC;
	Sat, 26 Aug 2006 14:09:55 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QE9t3o069634;
	Sat, 26 Aug 2006 14:09:55 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QE9tLj069633;
	Sat, 26 Aug 2006 14:09:55 GMT (envelope-from bmah)
Message-Id: <200608261409.k7QE9tLj069633@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Sat, 26 Aug 2006 14:09:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 15:15:41 -0000

bmah        2006-08-26 14:09:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:  amdsmb(4), nfsmb(4), bpf(4) timestamp change, logger(1) -P,
  traceroute(8) -e, traceroute(8) complete ICMP unreachable message
  decoding.
  
  Revision    Changes    Path
  1.883.2.35  +22 -0     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 16:28:19 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DE1C816A4DA;
	Sat, 26 Aug 2006 16:28:19 +0000 (UTC)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 94A3443D58;
	Sat, 26 Aug 2006 16:28:19 +0000 (GMT)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QGSJpx079830;
	Sat, 26 Aug 2006 16:28:19 GMT
	(envelope-from marius@repoman.freebsd.org)
Received: (from marius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QGSJ9Z079829;
	Sat, 26 Aug 2006 16:28:19 GMT (envelope-from marius)
Message-Id: <200608261628.k7QGSJ9Z079829@repoman.freebsd.org>
From: Marius Strobl <marius@FreeBSD.org>
Date: Sat, 26 Aug 2006 16:28:19 +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/sys/kern vfs_mount.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 16:28:20 -0000

marius      2006-08-26 16:28:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Fix another bug introduced with rev. 1.204; in vfs_donmount() if
  the 'vfs_getopt(optlist, "errmsg", (void **)&errmsg, &errmsg_len)'
  call fails, 'errmsg' is left uninitialized, making the later tests
  against NULL meaningless, and the uses bogus. Thus initialize
  'errmsg' to NULL beforehand. [1]
  While at it, remove the superfluous assignment of 0 to 'errmsg_len'
  if the above mentioned call fails as it's already initialized to 0.
  
  Submitted by:   Michael Plass [1]
  
  Revision  Changes    Path
  1.231     +1 -2      src/sys/kern/vfs_mount.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 17:53:19 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 E80F416A4DA;
	Sat, 26 Aug 2006 17:53:19 +0000 (UTC)
	(envelope-from mohans@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A18E243D46;
	Sat, 26 Aug 2006 17:53:19 +0000 (GMT)
	(envelope-from mohans@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QHrJg3094139;
	Sat, 26 Aug 2006 17:53:19 GMT
	(envelope-from mohans@repoman.freebsd.org)
Received: (from mohans@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QHrJc3094135;
	Sat, 26 Aug 2006 17:53:19 GMT (envelope-from mohans)
Message-Id: <200608261753.k7QHrJc3094135@repoman.freebsd.org>
From: Mohan Srinivasan <mohans@FreeBSD.org>
Date: Sat, 26 Aug 2006 17:53:19 +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/sys/netinet tcp_subr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 17:53:20 -0000

mohans      2006-08-26 17:53:19 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Fix for a bug that causes the computation of "len" in tcp_output() to
  get messed up, resulting in an inconsistency between the TCP state
  and so_snd.
  
  Revision  Changes    Path
  1.255     +4 -0      src/sys/netinet/tcp_subr.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 17:59:31 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 A19B016A4DD;
	Sat, 26 Aug 2006 17:59:31 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 56A6243D55;
	Sat, 26 Aug 2006 17:59:31 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QHxV5V095363;
	Sat, 26 Aug 2006 17:59:31 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QHxV1m095362;
	Sat, 26 Aug 2006 17:59:31 GMT (envelope-from rwatson)
Message-Id: <200608261759.k7QHxV1m095362@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 26 Aug 2006 17:59:31 +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/share/man/man4 auditpipe.4 src/sys/security/audit
 audit_ioctl.h audit_pipe.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 17:59:31 -0000

rwatson     2006-08-26 17:59:31 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       auditpipe.4 
    sys/security/audit   audit_ioctl.h audit_pipe.c 
  Log:
  Allow the user process to query the kernel's notion of a maximum
  audit record size at run-time, which can be used by the user
  process to size the user space buffer it reads into from the audit
  pipe.
  
  Perforce change:        105098
  Obtained from:          TrustedBSD Project
  
  Revision  Changes    Path
  1.3       +4 -1      src/share/man/man4/auditpipe.4
  1.4       +1 -0      src/sys/security/audit/audit_ioctl.h
  1.9       +5 -0      src/sys/security/audit/audit_pipe.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 19:08:47 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 AF77316A4F1;
	Sat, 26 Aug 2006 19:08:47 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BC46D44371;
	Sat, 26 Aug 2006 18:39:18 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QIdITm099219;
	Sat, 26 Aug 2006 18:39:18 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QIdI8l099218;
	Sat, 26 Aug 2006 18:39:18 GMT (envelope-from mjacob)
Message-Id: <200608261839.k7QIdI8l099218@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sat, 26 Aug 2006 18:39:18 +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/sys/dev/ispfw asm_2400.h ispfw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 19:08:47 -0000

mjacob      2006-08-26 18:39:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ispfw        ispfw.c 
  Added files:
    sys/dev/ispfw        asm_2400.h 
  Log:
  Add QLogic 2400 (4Gb) firmware.
  
  Revision  Changes    Path
  1.1       +12229 -0  src/sys/dev/ispfw/asm_2400.h (new)
  1.18      +13 -1     src/sys/dev/ispfw/ispfw.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 19:09:23 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 8849A16A8E6;
	Sat, 26 Aug 2006 19:09:22 +0000 (UTC)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AF05A443D3;
	Sat, 26 Aug 2006 18:40:25 +0000 (GMT)
	(envelope-from mjacob@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QIePrr099993;
	Sat, 26 Aug 2006 18:40:25 GMT
	(envelope-from mjacob@repoman.freebsd.org)
Received: (from mjacob@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QIePQh099992;
	Sat, 26 Aug 2006 18:40:25 GMT (envelope-from mjacob)
Message-Id: <200608261840.k7QIePQh099992@repoman.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sat, 26 Aug 2006 18:40:25 +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/sys/modules/ispfw Makefile
 src/sys/modules/ispfw/isp_2400 Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 19:09:23 -0000

mjacob      2006-08-26 18:40:25 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/ispfw    Makefile 
  Added files:
    sys/modules/ispfw/isp_2400 Makefile 
  Log:
  Add 2400 f/w support.
  
  Revision  Changes    Path
  1.4       +1 -0      src/sys/modules/ispfw/Makefile
  1.1       +36 -0     src/sys/modules/ispfw/isp_2400/Makefile (new)

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 20:32:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 878D716A516;
	Sat, 26 Aug 2006 20:32:10 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4506B445EB;
	Sat, 26 Aug 2006 20:13:36 +0000 (GMT)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QKDafu009541;
	Sat, 26 Aug 2006 20:13:36 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QKDa3q009536;
	Sat, 26 Aug 2006 20:13:36 GMT (envelope-from csjp)
Message-Id: <200608262013.k7QKDa3q009536@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Sat, 26 Aug 2006 20:13:35 +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/sys/security/mac_mls mac_mls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 20:32:10 -0000

csjp        2006-08-26 20:13:35 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac_mls mac_mls.c 
  Log:
  Fix panic associated with file creation via RPC/NFS when the MLS policy
  is loaded. This problem stems from the fact that the policy is not properly
  initializing the mac label associated with the NFS daemon.
  
  Obtained from:  TrustedBSD Project
  Discussed with: rwatson
  
  Revision  Changes    Path
  1.76      +12 -0     src/sys/security/mac_mls/mac_mls.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 21:37:21 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 D15E016A4DD;
	Sat, 26 Aug 2006 21:37:21 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 94E87446B2;
	Sat, 26 Aug 2006 21:37:21 +0000 (GMT) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLbLR4024547;
	Sat, 26 Aug 2006 21:37:21 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLbLcq024546;
	Sat, 26 Aug 2006 21:37:21 GMT (envelope-from kan)
Message-Id: <200608262137.k7QLbLcq024546@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:37:21 +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/contrib/gcc builtins.c c-common.c c-common.h
 c-decl.c configure cppinit.c gcc.c toplev.c version.c
 src/contrib/gcc/config x-linux src/contrib/gcc/config/alpha
 alpha.c src/contrib/gcc/config/i386 i386.c i386.md ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 21:37:21 -0000

kan         2006-08-26 21:37:21 UTC

  FreeBSD src repository

  Modified files:
    contrib/gcc          builtins.c c-common.c c-common.h c-decl.c 
                         configure cppinit.c gcc.c toplev.c 
                         version.c 
    contrib/gcc/config/alpha alpha.c 
    contrib/gcc/config/i386 i386.c i386.md 
    contrib/gcc/cp       decl.c 
    contrib/gcc/f        g77spec.c 
  Added files:
    contrib/gcc/config   x-linux 
  Log:
  Resolve conflicts after GCC 3.4.6 20060825 import.
  
  Revision  Changes    Path
  1.10      +23 -14    src/contrib/gcc/builtins.c
  1.21      +12 -0     src/contrib/gcc/c-common.c
  1.8       +2 -0      src/contrib/gcc/c-common.h
  1.14      +46 -33    src/contrib/gcc/c-decl.c
  1.11      +22 -1     src/contrib/gcc/config/alpha/alpha.c
  1.23      +3 -2      src/contrib/gcc/config/i386/i386.c
  1.19      +8 -8      src/contrib/gcc/config/i386/i386.md
  1.3       +4 -0      src/contrib/gcc/config/x-linux (new)
  1.22      +39 -0     src/contrib/gcc/configure
  1.20      +87 -67    src/contrib/gcc/cp/decl.c
  1.9       +6 -2      src/contrib/gcc/cppinit.c
  1.5       +3 -3      src/contrib/gcc/f/g77spec.c
  1.41      +4 -2      src/contrib/gcc/gcc.c
  1.26      +6 -2      src/contrib/gcc/toplev.c
  1.13      +2 -2      src/contrib/gcc/version.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 22:12:24 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6E1E916A6E2
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 22:12:24 +0000 (UTC)
	(envelope-from kabaev@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E4F80447FF
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 21:55:10 +0000 (GMT)
	(envelope-from kabaev@gmail.com)
Received: by wx-out-0506.google.com with SMTP id i27so1236169wxd
	for <cvs-src@freebsd.org>; Sat, 26 Aug 2006 14:55:10 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type;
	b=BJsk4toevlTio2WJnDbow6SjOs3czYD8YDXWT8lGBb947+lWYQHEkda7c22KeQrOhyWyaWBPo0VWRe6OoSjjn6e8iN+WpVWdibtC7pDhLa8a6A65pLSPymJin/TCLUbUiZO1q60rFYvIdije/cWJt/aX8FTtUqtDOHedchCmBtA=
Received: by 10.70.69.2 with SMTP id r2mr6797085wxa;
	Sat, 26 Aug 2006 14:55:10 -0700 (PDT)
Received: from kan.dnsalias.net ( [24.63.93.195])
	by mx.gmail.com with ESMTP id 39sm6613670wrl.2006.08.26.14.55.09;
	Sat, 26 Aug 2006 14:55:10 -0700 (PDT)
Date: Sat, 26 Aug 2006 17:55:03 -0400
From: Alexander Kabaev <kabaev@gmail.com>
To: Alexander Kabaev <kan@FreeBSD.org>
Message-ID: <20060826175503.258374ce@kan.dnsalias.net>
In-Reply-To: <200608262137.k7QLbLcq024546@repoman.freebsd.org>
References: <200608262137.k7QLbLcq024546@repoman.freebsd.org>
X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd7.0)
Mime-Version: 1.0
Content-Type: multipart/signed; boundary=Sig_kCuatJjMq3xiKpQns5rV4tu;
	protocol="application/pgp-signature"; micalg=PGP-SHA1
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/gcc builtins.c c-common.c c-common.h 
 c-decl.c configure cppinit.c gcc.c toplev.c version.c        
 src/contrib/gcc/config x-linux src/contrib/gcc/config/alpha alpha.c
 src/contrib/gcc/config/i386 i386.c i386.md ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 22:12:24 -0000

--Sig_kCuatJjMq3xiKpQns5rV4tu
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Sat, 26 Aug 2006 21:37:21 +0000 (UTC)
Alexander Kabaev <kan@FreeBSD.org> wrote:

> kan         2006-08-26 21:37:21 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     contrib/gcc          builtins.c c-common.c c-common.h c-decl.c=20
>                          configure cppinit.c gcc.c toplev.c=20
>                          version.c=20
>     contrib/gcc/config/alpha alpha.c=20
>     contrib/gcc/config/i386 i386.c i386.md=20
>     contrib/gcc/cp       decl.c=20
>     contrib/gcc/f        g77spec.c=20
>   Added files:
>     contrib/gcc/config   x-linux=20
>   Log:
>   Resolve conflicts after GCC 3.4.6 20060825 import.
>  =20
>   Revision  Changes    Path
>   1.10      +23 -14    src/contrib/gcc/builtins.c
>   1.21      +12 -0     src/contrib/gcc/c-common.c
>   1.8       +2 -0      src/contrib/gcc/c-common.h
>   1.14      +46 -33    src/contrib/gcc/c-decl.c
>   1.11      +22 -1     src/contrib/gcc/config/alpha/alpha.c
>   1.23      +3 -2      src/contrib/gcc/config/i386/i386.c
>   1.19      +8 -8      src/contrib/gcc/config/i386/i386.md
>   1.3       +4 -0      src/contrib/gcc/config/x-linux (new)
>   1.22      +39 -0     src/contrib/gcc/configure
>   1.20      +87 -67    src/contrib/gcc/cp/decl.c
>   1.9       +6 -2      src/contrib/gcc/cppinit.c
>   1.5       +3 -3      src/contrib/gcc/f/g77spec.c
>   1.41      +4 -2      src/contrib/gcc/gcc.c
>   1.26      +6 -2      src/contrib/gcc/toplev.c
>   1.13      +2 -2      src/contrib/gcc/version.c

Hmm, import messages went info a nowhere land it seems. Correct files
did get into the CVS repo though.


--=20
Alexander Kabaev

--Sig_kCuatJjMq3xiKpQns5rV4tu
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE8MM8Q6z1jMm+XZYRAsCeAJ4sga7i2IQ6Oi7s+Oa6fr6m3d9odgCeJcO7
hyOzxqtqITA5iyjqhsn4qgI=
=Q3zv
-----END PGP SIGNATURE-----

--Sig_kCuatJjMq3xiKpQns5rV4tu--

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 22:45:11 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BE02716A4DF
	for <cvs-src@FreeBSD.org>; Sat, 26 Aug 2006 22:45:11 +0000 (UTC)
	(envelope-from silby@silby.com)
Received: from relay01.pair.com (relay01.pair.com [209.68.5.15])
	by mx1.FreeBSD.org (Postfix) with SMTP id 83ACF44DB5
	for <cvs-src@FreeBSD.org>; Sat, 26 Aug 2006 22:45:10 +0000 (GMT)
	(envelope-from silby@silby.com)
Received: (qmail 42521 invoked from network); 26 Aug 2006 22:45:08 -0000
Received: from unknown (HELO localhost) (unknown)
	by unknown with SMTP; 26 Aug 2006 22:45:08 -0000
X-pair-Authenticated: 209.68.2.70
Date: Sat, 26 Aug 2006 17:45:42 -0500 (CDT)
From: Mike Silbersack <silby@silby.com>
To: Alexander Kabaev <kabaev@gmail.com>
In-Reply-To: <20060826175503.258374ce@kan.dnsalias.net>
Message-ID: <20060826174502.N45391@odysseus.silby.com>
References: <200608262137.k7QLbLcq024546@repoman.freebsd.org>
	<20060826175503.258374ce@kan.dnsalias.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/gcc builtins.c c-common.c c-common.h 
 c-decl.c configure cppinit.c gcc.c toplev.c version.c        
 src/contrib/gcc/config x-linux src/contrib/gcc/config/alpha alpha.c
 src/contrib/gcc/config/i386 i386.c i386.md ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 22:45:11 -0000


On Sat, 26 Aug 2006, Alexander Kabaev wrote:

> Hmm, import messages went info a nowhere land it seems. Correct files
> did get into the CVS repo though.
>
>
> -- 
> Alexander Kabaev

Maybe in addition to breaking the build, ipfilter is somehow blocking 
large commit messages as well. :)

Mike "Silby" Silbersack

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 22:45:39 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 49E7D16A58D;
	Sat, 26 Aug 2006 22:45:39 +0000 (UTC) (envelope-from marck@rinet.ru)
Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8DF449F7;
	Sat, 26 Aug 2006 22:27:40 +0000 (GMT) (envelope-from marck@rinet.ru)
Received: from localhost (localhost [127.0.0.1])
	by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7QMRcLE067063;
	Sun, 27 Aug 2006 02:27:39 +0400 (MSD) (envelope-from marck@rinet.ru)
Date: Sun, 27 Aug 2006 02:27:38 +0400 (MSD)
From: Dmitry Morozovsky <marck@rinet.ru>
To: Alexander Kabaev <kabaev@gmail.com>
In-Reply-To: <20060826175503.258374ce@kan.dnsalias.net>
Message-ID: <20060827022657.W52784@woozle.rinet.ru>
References: <200608262137.k7QLbLcq024546@repoman.freebsd.org>
	<20060826175503.258374ce@kan.dnsalias.net>
X-NCC-RegID: ru.rinet
X-OpenPGP-Key-ID: 6B691B03
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2
	(woozle.rinet.ru [0.0.0.0]); Sun, 27 Aug 2006 02:27:39 +0400 (MSD)
Cc: Alexander Kabaev <kan@freebsd.org>, cvs-src@freebsd.org,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/contrib/gcc builtins.c c-common.c c-common.h 
 c-decl.c configure cppinit.c gcc.c toplev.c version.c src/contrib/gcc/config
 x-linux src/contrib/gcc/config/alpha alpha.c src/contrib/gcc/config/i386
 i386.c i386.md ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 22:45:39 -0000

On Sat, 26 Aug 2006, Alexander Kabaev wrote:

AK> 
AK> Hmm, import messages went info a nowhere land it seems. Correct files
AK> did get into the CVS repo though.

It seems there are some glitches in outgoing mail from at least repoman.

Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:02:38 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 93FBC16A4E0;
	Sat, 26 Aug 2006 23:02:38 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE84444CB;
	Sat, 26 Aug 2006 21:48:00 +0000 (GMT) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLm0A0025243;
	Sat, 26 Aug 2006 21:48:00 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLm0hp025242;
	Sat, 26 Aug 2006 21:48:00 GMT (envelope-from kan)
Message-Id: <200608262148.k7QLm0hp025242@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:48:00 +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/sys/crypto/sha2 sha2.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:02:38 -0000

kan         2006-08-26 21:48:00 UTC

  FreeBSD src repository

  Modified files:
    sys/crypto/sha2      sha2.c 
  Log:
  GCC 3.4.6 gets confused on this file and produces bogus warning.
  Shut it up.
  
  Revision  Changes    Path
  1.8       +1 -1      src/sys/crypto/sha2/sha2.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:16:36 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 9130616A4DF;
	Sat, 26 Aug 2006 23:16:36 +0000 (UTC)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8D643D93;
	Sat, 26 Aug 2006 23:16:36 +0000 (GMT)
	(envelope-from markus@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QNGaPN031938;
	Sat, 26 Aug 2006 23:16:36 GMT
	(envelope-from markus@repoman.freebsd.org)
Received: (from markus@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QNGaaK031937;
	Sat, 26 Aug 2006 23:16:36 GMT (envelope-from markus)
Message-Id: <200608262316.k7QNGaaK031937@repoman.freebsd.org>
From: Markus Brueffer <markus@FreeBSD.org>
Date: Sat, 26 Aug 2006 23:16:36 +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/lib/libsdp sdp.h util.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:16:36 -0000

markus      2006-08-26 23:16:36 UTC

  FreeBSD src repository

  Modified files:
    lib/libsdp           sdp.h util.c 
  Log:
  - Add new service class definitions and a new attribute identifier definition
  - Update URL of the Assigned Numbers document for SDP
  
  Approved by:    emax (mentor)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.7       +10 -3     src/lib/libsdp/sdp.h
  1.7       +9 -0      src/lib/libsdp/util.c

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:18:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 6E14816A4DD;
	Sat, 26 Aug 2006 23:18:59 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC4244748;
	Sat, 26 Aug 2006 21:30:00 +0000 (GMT) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLU0Rt023905;
	Sat, 26 Aug 2006 21:30:00 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLU0Y0023904;
	Sat, 26 Aug 2006 21:30:00 GMT (envelope-from kan)
Message-Id: <200608262130.k7QLU0Y0023904@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:30:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Cc: 
Subject: cvs commit: src/contrib/libstdc++ - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:18:59 -0000

kan         2006-08-26 21:30:00 UTC

  FreeBSD src repository

  src/contrib/libstdc++ - Imported sources
  Update of /home/ncvs/src/contrib/libstdc++
  In directory repoman.freebsd.org:/tmp/cvs-serv23882
  
  Log Message:
  Gcc 3.4.6 C++ support bits (as of 2006/08/25 #116475).
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	gcc_3_4_6_20060825_SVN116475
  		
  U src/contrib/libstdc++/configure.host
  U src/contrib/libstdc++/configure
  U src/contrib/libstdc++/Makefile.in
  U src/contrib/libstdc++/ChangeLog
  U src/contrib/libstdc++/linkage.m4
  U src/contrib/libstdc++/README
  U src/contrib/libstdc++/crossconfig.m4
  U src/contrib/libstdc++/acconfig.h
  U src/contrib/libstdc++/fragment.am
  U src/contrib/libstdc++/config.h.in
  U src/contrib/libstdc++/configure.ac
  U src/contrib/libstdc++/acinclude.m4
  U src/contrib/libstdc++/ChangeLog-2000
  U src/contrib/libstdc++/ChangeLog-2001
  U src/contrib/libstdc++/ChangeLog-2002
  U src/contrib/libstdc++/Makefile.am
  U src/contrib/libstdc++/ChangeLog-2003
  U src/contrib/libstdc++/ChangeLog-2004
  U src/contrib/libstdc++/aclocal.m4
  U src/contrib/libstdc++/libmath/signbit.c
  U src/contrib/libstdc++/libmath/stubs.c
  U src/contrib/libstdc++/libmath/Makefile.in
  U src/contrib/libstdc++/libmath/copysignf.c
  U src/contrib/libstdc++/libmath/mathconf.h
  U src/contrib/libstdc++/libmath/signbitf.c
  U src/contrib/libstdc++/libmath/Makefile.am
  U src/contrib/libstdc++/libmath/signbitl.c
  U src/contrib/libstdc++/include/Makefile.in
  U src/contrib/libstdc++/include/Makefile.am
  U src/contrib/libstdc++/include/stdc++.h
  U src/contrib/libstdc++/include/ext/pod_char_traits.h
  U src/contrib/libstdc++/include/ext/new_allocator.h
  U src/contrib/libstdc++/include/ext/hash_map
  U src/contrib/libstdc++/include/ext/hashtable.h
  U src/contrib/libstdc++/include/ext/hash_fun.h
  U src/contrib/libstdc++/include/ext/rb_tree
  U src/contrib/libstdc++/include/ext/algorithm
  U src/contrib/libstdc++/include/ext/enc_filebuf.h
  U src/contrib/libstdc++/include/ext/iterator
  U src/contrib/libstdc++/include/ext/stdio_sync_filebuf.h
  U src/contrib/libstdc++/include/ext/malloc_allocator.h
  U src/contrib/libstdc++/include/ext/hash_set
  U src/contrib/libstdc++/include/ext/slist
  U src/contrib/libstdc++/include/ext/pool_allocator.h
  U src/contrib/libstdc++/include/ext/functional
  U src/contrib/libstdc++/include/ext/numeric
  U src/contrib/libstdc++/include/ext/debug_allocator.h
  U src/contrib/libstdc++/include/ext/bitmap_allocator.h
  U src/contrib/libstdc++/include/ext/stdio_filebuf.h
  U src/contrib/libstdc++/include/ext/rope
  U src/contrib/libstdc++/include/ext/mt_allocator.h
  U src/contrib/libstdc++/include/ext/memory
  U src/contrib/libstdc++/include/ext/ropeimpl.h
  U src/contrib/libstdc++/include/bits/stl_algobase.h
  U src/contrib/libstdc++/include/bits/basic_ios.h
  U src/contrib/libstdc++/include/bits/stl_list.h
  U src/contrib/libstdc++/include/bits/stl_map.h
  U src/contrib/libstdc++/include/bits/gslice_array.h
  U src/contrib/libstdc++/include/bits/localefwd.h
  U src/contrib/libstdc++/include/bits/concurrence.h
  U src/contrib/libstdc++/include/bits/valarray_array.tcc
  U src/contrib/libstdc++/include/bits/valarray_after.h
  U src/contrib/libstdc++/include/bits/stl_queue.h
  U src/contrib/libstdc++/include/bits/gslice.h
  U src/contrib/libstdc++/include/bits/locale_facets.tcc
  U src/contrib/libstdc++/include/bits/locale_classes.h
  U src/contrib/libstdc++/include/bits/stl_set.h
  U src/contrib/libstdc++/include/bits/locale_facets.h
  U src/contrib/libstdc++/include/bits/stl_stack.h
  U src/contrib/libstdc++/include/bits/stl_heap.h
  U src/contrib/libstdc++/include/bits/stl_iterator_base_types.h
  U src/contrib/libstdc++/include/bits/indirect_array.h
  U src/contrib/libstdc++/include/bits/atomicity.h
  U src/contrib/libstdc++/include/bits/stl_raw_storage_iter.h
  U src/contrib/libstdc++/include/bits/stream_iterator.h
  U src/contrib/libstdc++/include/bits/allocator_traits.h
  U src/contrib/libstdc++/include/bits/basic_string.h
  U src/contrib/libstdc++/include/bits/stl_multimap.h
  U src/contrib/libstdc++/include/bits/stl_threads.h
  U src/contrib/libstdc++/include/bits/stl_pair.h
  U src/contrib/libstdc++/include/bits/basic_ios.tcc
  U src/contrib/libstdc++/include/bits/stl_uninitialized.h
  U src/contrib/libstdc++/include/bits/stl_vector.h
  U src/contrib/libstdc++/include/bits/stl_numeric.h
  U src/contrib/libstdc++/include/bits/ios_base.h
  U src/contrib/libstdc++/include/bits/stl_deque.h
  U src/contrib/libstdc++/include/bits/istream.tcc
  U src/contrib/libstdc++/include/bits/postypes.h
  U src/contrib/libstdc++/include/bits/codecvt.h
  U src/contrib/libstdc++/include/bits/stl_multiset.h
  U src/contrib/libstdc++/include/bits/mask_array.h
  U src/contrib/libstdc++/include/bits/slice_array.h
  U src/contrib/libstdc++/include/bits/ostream.tcc
  U src/contrib/libstdc++/include/bits/boost_concept_check.h
  U src/contrib/libstdc++/include/bits/sstream.tcc
  U src/contrib/libstdc++/include/bits/stl_iterator_base_funcs.h
  U src/contrib/libstdc++/include/bits/char_traits.h
  U src/contrib/libstdc++/include/bits/stl_algo.h
  U src/contrib/libstdc++/include/bits/stringfwd.h
  U src/contrib/libstdc++/include/bits/c++config
  U src/contrib/libstdc++/include/bits/stl_iterator.h
  U src/contrib/libstdc++/include/bits/valarray_array.h
  U src/contrib/libstdc++/include/bits/stl_tempbuf.h
  U src/contrib/libstdc++/include/bits/vector.tcc
  U src/contrib/libstdc++/include/bits/deque.tcc
  U src/contrib/libstdc++/include/bits/stl_bvector.h
  U src/contrib/libstdc++/include/bits/concept_check.h
  U src/contrib/libstdc++/include/bits/basic_string.tcc
  U src/contrib/libstdc++/include/bits/list.tcc
  U src/contrib/libstdc++/include/bits/streambuf_iterator.h
  U src/contrib/libstdc++/include/bits/valarray_before.h
  U src/contrib/libstdc++/include/bits/stl_construct.h
  U src/contrib/libstdc++/include/bits/type_traits.h
  U src/contrib/libstdc++/include/bits/allocator.h
  U src/contrib/libstdc++/include/bits/stl_function.h
  U src/contrib/libstdc++/include/bits/cpp_type_traits.h
  U src/contrib/libstdc++/include/bits/streambuf.tcc
  U src/contrib/libstdc++/include/bits/stl_tree.h
  U src/contrib/libstdc++/include/bits/fstream.tcc
  U src/contrib/libstdc++/include/bits/stl_relops.h
  U src/contrib/libstdc++/include/bits/functexcept.h
  U src/contrib/libstdc++/include/c/std_csignal.h
  U src/contrib/libstdc++/include/c/std_cstdlib.h
  U src/contrib/libstdc++/include/c/std_cstdio.h
  U src/contrib/libstdc++/include/c/std_cstdarg.h
  U src/contrib/libstdc++/include/c/std_cctype.h
  U src/contrib/libstdc++/include/c/std_cerrno.h
  U src/contrib/libstdc++/include/c/std_cmath.h
  U src/contrib/libstdc++/include/c/std_ciso646.h
  U src/contrib/libstdc++/include/c/std_ctime.h
  U src/contrib/libstdc++/include/c/std_clocale.h
  U src/contrib/libstdc++/include/c/std_climits.h
  U src/contrib/libstdc++/include/c/std_cassert.h
  U src/contrib/libstdc++/include/c/std_csetjmp.h
  U src/contrib/libstdc++/include/c/std_cwchar.h
  U src/contrib/libstdc++/include/c/std_cfloat.h
  U src/contrib/libstdc++/include/c/std_cstring.h
  U src/contrib/libstdc++/include/c/std_cstddef.h
  U src/contrib/libstdc++/include/c/std_cwctype.h
  U src/contrib/libstdc++/include/debug/hash_multimap.h
  U src/contrib/libstdc++/include/debug/hash_map
  U src/contrib/libstdc++/include/debug/hash_set.h
  U src/contrib/libstdc++/include/debug/set.h
  U src/contrib/libstdc++/include/debug/safe_sequence.h
  U src/contrib/libstdc++/include/debug/formatter.h
  U src/contrib/libstdc++/include/debug/bitset
  U src/contrib/libstdc++/include/debug/set
  U src/contrib/libstdc++/include/debug/multiset.h
  U src/contrib/libstdc++/include/debug/hash_multiset.h
  U src/contrib/libstdc++/include/debug/safe_base.h
  U src/contrib/libstdc++/include/debug/hash_set
  U src/contrib/libstdc++/include/debug/map
  U src/contrib/libstdc++/include/debug/multimap.h
  U src/contrib/libstdc++/include/debug/safe_iterator.tcc
  U src/contrib/libstdc++/include/debug/vector
  U src/contrib/libstdc++/include/debug/map.h
  U src/contrib/libstdc++/include/debug/deque
  U src/contrib/libstdc++/include/debug/hash_map.h
  U src/contrib/libstdc++/include/debug/string
  U src/contrib/libstdc++/include/debug/list
  U src/contrib/libstdc++/include/debug/debug.h
  U src/contrib/libstdc++/include/debug/safe_iterator.h
  U src/contrib/libstdc++/include/std/std_functional.h
  U src/contrib/libstdc++/include/std/std_valarray.h
  U src/contrib/libstdc++/include/std/std_iostream.h
  U src/contrib/libstdc++/include/std/std_queue.h
  U src/contrib/libstdc++/include/std/std_algorithm.h
  U src/contrib/libstdc++/include/std/std_streambuf.h
  U src/contrib/libstdc++/include/std/std_iterator.h
  U src/contrib/libstdc++/include/std/std_ios.h
  U src/contrib/libstdc++/include/std/std_bitset.h
  U src/contrib/libstdc++/include/std/std_iosfwd.h
  U src/contrib/libstdc++/include/std/std_set.h
  U src/contrib/libstdc++/include/std/std_iomanip.h
  U src/contrib/libstdc++/include/std/std_locale.h
  U src/contrib/libstdc++/include/std/std_limits.h
  U src/contrib/libstdc++/include/std/std_fstream.h
  U src/contrib/libstdc++/include/std/std_numeric.h
  U src/contrib/libstdc++/include/std/std_vector.h
  U src/contrib/libstdc++/include/std/std_deque.h
  U src/contrib/libstdc++/include/std/std_stdexcept.h
  U src/contrib/libstdc++/include/std/std_utility.h
  U src/contrib/libstdc++/include/std/std_stack.h
  U src/contrib/libstdc++/include/std/std_istream.h
  U src/contrib/libstdc++/include/std/std_string.h
  U src/contrib/libstdc++/include/std/std_complex.h
  U src/contrib/libstdc++/include/std/std_memory.h
  U src/contrib/libstdc++/include/std/std_ostream.h
  U src/contrib/libstdc++/include/std/std_list.h
  U src/contrib/libstdc++/include/std/std_map.h
  U src/contrib/libstdc++/include/std/std_sstream.h
  U src/contrib/libstdc++/include/c_compatibility/iso646.h
  U src/contrib/libstdc++/include/c_compatibility/math.h
  U src/contrib/libstdc++/include/c_compatibility/locale.h
  U src/contrib/libstdc++/include/c_compatibility/time.h
  U src/contrib/libstdc++/include/c_compatibility/limits.h
  U src/contrib/libstdc++/include/c_compatibility/assert.h
  U src/contrib/libstdc++/include/c_compatibility/setjmp.h
  U src/contrib/libstdc++/include/c_compatibility/wchar.h
  U src/contrib/libstdc++/include/c_compatibility/float.h
  U src/contrib/libstdc++/include/c_compatibility/string.h
  U src/contrib/libstdc++/include/c_compatibility/stddef.h
  U src/contrib/libstdc++/include/c_compatibility/wctype.h
  U src/contrib/libstdc++/include/c_compatibility/signal.h
  U src/contrib/libstdc++/include/c_compatibility/stdlib.h
  U src/contrib/libstdc++/include/c_compatibility/stdio.h
  U src/contrib/libstdc++/include/c_compatibility/stdarg.h
  U src/contrib/libstdc++/include/c_compatibility/ctype.h
  U src/contrib/libstdc++/include/c_compatibility/errno.h
  U src/contrib/libstdc++/include/c_std/std_csignal.h
  U src/contrib/libstdc++/include/c_std/std_cstdlib.h
  U src/contrib/libstdc++/include/c_std/std_cstdio.h
  U src/contrib/libstdc++/include/c_std/std_cstdarg.h
  U src/contrib/libstdc++/include/c_std/std_cctype.h
  U src/contrib/libstdc++/include/c_std/std_cerrno.h
  U src/contrib/libstdc++/include/c_std/std_cmath.h
  U src/contrib/libstdc++/include/c_std/std_ciso646.h
  U src/contrib/libstdc++/include/c_std/std_ctime.h
  U src/contrib/libstdc++/include/c_std/std_clocale.h
  U src/contrib/libstdc++/include/c_std/std_climits.h
  U src/contrib/libstdc++/include/c_std/std_cassert.h
  U src/contrib/libstdc++/include/c_std/cmath.tcc
  U src/contrib/libstdc++/include/c_std/std_csetjmp.h
  U src/contrib/libstdc++/include/c_std/std_cwchar.h
  U src/contrib/libstdc++/include/c_std/std_cfloat.h
  U src/contrib/libstdc++/include/c_std/std_cstring.h
  U src/contrib/libstdc++/include/c_std/std_cstddef.h
  U src/contrib/libstdc++/include/c_std/std_cwctype.h
  U src/contrib/libstdc++/include/backward/iterator.h
  U src/contrib/libstdc++/include/backward/new.h
  U src/contrib/libstdc++/include/backward/hashtable.h
  U src/contrib/libstdc++/include/backward/alloc.h
  U src/contrib/libstdc++/include/backward/set.h
  U src/contrib/libstdc++/include/backward/hash_set.h
  U src/contrib/libstdc++/include/backward/fstream.h
  U src/contrib/libstdc++/include/backward/tempbuf.h
  U src/contrib/libstdc++/include/backward/istream.h
  U src/contrib/libstdc++/include/backward/bvector.h
  U src/contrib/libstdc++/include/backward/stack.h
  U src/contrib/libstdc++/include/backward/rope.h
  U src/contrib/libstdc++/include/backward/complex.h
  U src/contrib/libstdc++/include/backward/ostream.h
  U src/contrib/libstdc++/include/backward/heap.h
  U src/contrib/libstdc++/include/backward/iostream.h
  U src/contrib/libstdc++/include/backward/function.h
  U src/contrib/libstdc++/include/backward/multimap.h
  U src/contrib/libstdc++/include/backward/stream.h
  U src/contrib/libstdc++/include/backward/pair.h
  U src/contrib/libstdc++/include/backward/iomanip.h
  U src/contrib/libstdc++/include/backward/slist.h
  U src/contrib/libstdc++/include/backward/strstream
  U src/contrib/libstdc++/include/backward/tree.h
  U src/contrib/libstdc++/include/backward/vector.h
  U src/contrib/libstdc++/include/backward/deque.h
  U src/contrib/libstdc++/include/backward/list.h
  U src/contrib/libstdc++/include/backward/backward_warning.h
  U src/contrib/libstdc++/include/backward/multiset.h
  U src/contrib/libstdc++/include/backward/defalloc.h
  U src/contrib/libstdc++/include/backward/map.h
  U src/contrib/libstdc++/include/backward/algobase.h
  U src/contrib/libstdc++/include/backward/hash_map.h
  U src/contrib/libstdc++/include/backward/algo.h
  U src/contrib/libstdc++/include/backward/queue.h
  U src/contrib/libstdc++/include/backward/streambuf.h
  U src/contrib/libstdc++/libsupc++/unwind-cxx.h
  U src/contrib/libstdc++/libsupc++/eh_type.cc
  U src/contrib/libstdc++/libsupc++/Makefile.in
  U src/contrib/libstdc++/libsupc++/tinfo2.cc
  U src/contrib/libstdc++/libsupc++/del_op.cc
  U src/contrib/libstdc++/libsupc++/eh_alloc.cc
  U src/contrib/libstdc++/libsupc++/eh_globals.cc
  U src/contrib/libstdc++/libsupc++/typeinfo
  U src/contrib/libstdc++/libsupc++/exception
  U src/contrib/libstdc++/libsupc++/pure.cc
  U src/contrib/libstdc++/libsupc++/new_opv.cc
  U src/contrib/libstdc++/libsupc++/eh_aux_runtime.cc
  U src/contrib/libstdc++/libsupc++/tinfo.cc
  U src/contrib/libstdc++/libsupc++/eh_throw.cc
  U src/contrib/libstdc++/libsupc++/tinfo.h
  U src/contrib/libstdc++/libsupc++/new_op.cc
  U src/contrib/libstdc++/libsupc++/del_opv.cc
  U src/contrib/libstdc++/libsupc++/eh_catch.cc
  U src/contrib/libstdc++/libsupc++/del_opnt.cc
  U src/contrib/libstdc++/libsupc++/exception_defines.h
  U src/contrib/libstdc++/libsupc++/vec.cc
  U src/contrib/libstdc++/libsupc++/new
  U src/contrib/libstdc++/libsupc++/guard.cc
  U src/contrib/libstdc++/libsupc++/eh_terminate.cc
  U src/contrib/libstdc++/libsupc++/eh_term_handler.cc
  U src/contrib/libstdc++/libsupc++/eh_exception.cc
  U src/contrib/libstdc++/libsupc++/vterminate.cc
  U src/contrib/libstdc++/libsupc++/new_opvnt.cc
  U src/contrib/libstdc++/libsupc++/cxxabi.h
  U src/contrib/libstdc++/libsupc++/new_handler.cc
  U src/contrib/libstdc++/libsupc++/Makefile.am
  U src/contrib/libstdc++/libsupc++/eh_personality.cc
  U src/contrib/libstdc++/libsupc++/eh_unex_handler.cc
  U src/contrib/libstdc++/libsupc++/new_opnt.cc
  U src/contrib/libstdc++/libsupc++/del_opvnt.cc
  U src/contrib/libstdc++/src/allocator-inst.cc
  U src/contrib/libstdc++/src/Makefile.in
  U src/contrib/libstdc++/src/complex_io.cc
  U src/contrib/libstdc++/src/localename.cc
  U src/contrib/libstdc++/src/limits.cc
  U src/contrib/libstdc++/src/ios_failure.cc
  U src/contrib/libstdc++/src/globals_locale.cc
  U src/contrib/libstdc++/src/locale-misc-inst.cc
  U src/contrib/libstdc++/src/streambuf-inst.cc
  U src/contrib/libstdc++/src/misc-inst.cc
  U src/contrib/libstdc++/src/concept-inst.cc
  U src/contrib/libstdc++/src/wstring-inst.cc
  U src/contrib/libstdc++/src/ios_locale.cc
  U src/contrib/libstdc++/src/fstream-inst.cc
  U src/contrib/libstdc++/src/istream-inst.cc
  U src/contrib/libstdc++/src/allocator.cc
  U src/contrib/libstdc++/src/string-inst.cc
  U src/contrib/libstdc++/src/locale_init.cc
  U src/contrib/libstdc++/src/io-inst.cc
  U src/contrib/libstdc++/src/ios.cc
  U src/contrib/libstdc++/src/ctype.cc
  U src/contrib/libstdc++/src/strstream.cc
  U src/contrib/libstdc++/src/ostream-inst.cc
  U src/contrib/libstdc++/src/functexcept.cc
  U src/contrib/libstdc++/src/sstream-inst.cc
  U src/contrib/libstdc++/src/valarray-inst.cc
  U src/contrib/libstdc++/src/locale.cc
  U src/contrib/libstdc++/src/tree.cc
  U src/contrib/libstdc++/src/wlocale-inst.cc
  U src/contrib/libstdc++/src/stdexcept.cc
  U src/contrib/libstdc++/src/locale-inst.cc
  U src/contrib/libstdc++/src/globals_io.cc
  U src/contrib/libstdc++/src/list.cc
  U src/contrib/libstdc++/src/ext-inst.cc
  U src/contrib/libstdc++/src/ios_init.cc
  U src/contrib/libstdc++/src/debug_list.cc
  U src/contrib/libstdc++/src/locale_facets.cc
  U src/contrib/libstdc++/src/Makefile.am
  U src/contrib/libstdc++/src/debug.cc
  U src/contrib/libstdc++/src/codecvt.cc
  U src/contrib/libstdc++/scripts/testsuite_flags.in
  U src/contrib/libstdc++/scripts/check_survey.in
  U src/contrib/libstdc++/scripts/extract_symvers
  U src/contrib/libstdc++/scripts/create_testsuite_files
  U src/contrib/libstdc++/scripts/check_performance
  U src/contrib/libstdc++/config/linker-map.dummy
  U src/contrib/libstdc++/config/linker-map.gnu
  U src/contrib/libstdc++/config/locale/gnu/c++locale_internal.h
  U src/contrib/libstdc++/config/locale/gnu/numeric_members.cc
  U src/contrib/libstdc++/config/locale/gnu/collate_members.cc
  U src/contrib/libstdc++/config/locale/gnu/ctype_members.cc
  U src/contrib/libstdc++/config/locale/gnu/c_locale.cc
  U src/contrib/libstdc++/config/locale/gnu/codecvt_members.cc
  U src/contrib/libstdc++/config/locale/gnu/messages_members.cc
  U src/contrib/libstdc++/config/locale/gnu/c_locale.h
  U src/contrib/libstdc++/config/locale/gnu/messages_members.h
  U src/contrib/libstdc++/config/locale/gnu/monetary_members.cc
  U src/contrib/libstdc++/config/locale/gnu/time_members.cc
  U src/contrib/libstdc++/config/locale/gnu/time_members.h
  U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/c_locale.cc
  U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/c_locale.h
  U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/messages_members.cc
  U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/messages_members.h
  U src/contrib/libstdc++/config/locale/ieee_1003.1-2001/codecvt_specializations.h
  U src/contrib/libstdc++/config/locale/generic/c++locale_internal.h
  U src/contrib/libstdc++/config/locale/generic/numeric_members.cc
  U src/contrib/libstdc++/config/locale/generic/collate_members.cc
  U src/contrib/libstdc++/config/locale/generic/ctype_members.cc
  U src/contrib/libstdc++/config/locale/generic/c_locale.cc
  U src/contrib/libstdc++/config/locale/generic/codecvt_members.cc
  U src/contrib/libstdc++/config/locale/generic/messages_members.cc
  U src/contrib/libstdc++/config/locale/generic/c_locale.h
  U src/contrib/libstdc++/config/locale/generic/messages_members.h
  U src/contrib/libstdc++/config/locale/generic/monetary_members.cc
  U src/contrib/libstdc++/config/locale/generic/time_members.cc
  U src/contrib/libstdc++/config/locale/generic/time_members.h
  U src/contrib/libstdc++/config/locale/generic/codecvt_specializations.h
  U src/contrib/libstdc++/config/allocator/malloc_allocator_base.h
  U src/contrib/libstdc++/config/allocator/mt_allocator_base.h
  U src/contrib/libstdc++/config/allocator/new_allocator_base.h
  U src/contrib/libstdc++/config/allocator/pool_allocator_base.h
  U src/contrib/libstdc++/config/allocator/bitmap_allocator_base.h
  U src/contrib/libstdc++/config/os/newlib/ctype_noninline.h
  U src/contrib/libstdc++/config/os/newlib/ctype_base.h
  U src/contrib/libstdc++/config/os/newlib/os_defines.h
  U src/contrib/libstdc++/config/os/newlib/ctype_inline.h
  U src/contrib/libstdc++/config/os/windiss/ctype_noninline.h
  U src/contrib/libstdc++/config/os/windiss/ctype_base.h
  U src/contrib/libstdc++/config/os/windiss/os_defines.h
  U src/contrib/libstdc++/config/os/windiss/ctype_inline.h
  U src/contrib/libstdc++/config/os/aix/ctype_noninline.h
  U src/contrib/libstdc++/config/os/aix/ctype_base.h
  U src/contrib/libstdc++/config/os/aix/os_defines.h
  U src/contrib/libstdc++/config/os/aix/atomicity.h
  U src/contrib/libstdc++/config/os/aix/ctype_inline.h
  U src/contrib/libstdc++/config/os/vxworks/ctype_noninline.h
  U src/contrib/libstdc++/config/os/vxworks/ctype_base.h
  U src/contrib/libstdc++/config/os/vxworks/os_defines.h
  U src/contrib/libstdc++/config/os/vxworks/ctype_inline.h
  U src/contrib/libstdc++/config/os/djgpp/ctype_noninline.h
  U src/contrib/libstdc++/config/os/djgpp/ctype_base.h
  U src/contrib/libstdc++/config/os/djgpp/os_defines.h
  U src/contrib/libstdc++/config/os/djgpp/ctype_inline.h
  U src/contrib/libstdc++/config/os/hpux/ctype_noninline.h
  U src/contrib/libstdc++/config/os/hpux/ctype_base.h
  U src/contrib/libstdc++/config/os/hpux/os_defines.h
  U src/contrib/libstdc++/config/os/hpux/ctype_inline.h
  U src/contrib/libstdc++/config/os/gnu-linux/ctype_noninline.h
  U src/contrib/libstdc++/config/os/gnu-linux/ctype_base.h
  U src/contrib/libstdc++/config/os/gnu-linux/os_defines.h
  U src/contrib/libstdc++/config/os/gnu-linux/ctype_inline.h
  U src/contrib/libstdc++/config/os/mingw32/ctype_noninline.h
  U src/contrib/libstdc++/config/os/mingw32/ctype_base.h
  U src/contrib/libstdc++/config/os/mingw32/os_defines.h
  U src/contrib/libstdc++/config/os/mingw32/ctype_inline.h
  U src/contrib/libstdc++/config/os/qnx/qnx6.1/ctype_noninline.h
  U src/contrib/libstdc++/config/os/qnx/qnx6.1/ctype_base.h
  U src/contrib/libstdc++/config/os/qnx/qnx6.1/os_defines.h
  U src/contrib/libstdc++/config/os/qnx/qnx6.1/ctype_inline.h
  U src/contrib/libstdc++/config/os/bsd/netbsd/ctype_noninline.h
  U src/contrib/libstdc++/config/os/bsd/netbsd/ctype_base.h
  U src/contrib/libstdc++/config/os/bsd/netbsd/os_defines.h
  U src/contrib/libstdc++/config/os/bsd/netbsd/ctype_inline.h
  U src/contrib/libstdc++/config/os/bsd/freebsd/ctype_noninline.h
  U src/contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h
  U src/contrib/libstdc++/config/os/bsd/freebsd/os_defines.h
  U src/contrib/libstdc++/config/os/bsd/freebsd/ctype_inline.h
  U src/contrib/libstdc++/config/os/tpf/ctype_noninline.h
  U src/contrib/libstdc++/config/os/tpf/ctype_base.h
  U src/contrib/libstdc++/config/os/tpf/os_defines.h
  U src/contrib/libstdc++/config/os/tpf/ctype_inline.h
  U src/contrib/libstdc++/config/os/irix/atomic_word.h
  U src/contrib/libstdc++/config/os/irix/atomicity.h
  U src/contrib/libstdc++/config/os/irix/irix5.2/ctype_noninline.h
  U src/contrib/libstdc++/config/os/irix/irix5.2/ctype_base.h
  U src/contrib/libstdc++/config/os/irix/irix5.2/os_defines.h
  U src/contrib/libstdc++/config/os/irix/irix5.2/atomicity.h
  U src/contrib/libstdc++/config/os/irix/irix5.2/ctype_inline.h
  U src/contrib/libstdc++/config/os/irix/irix6.5/ctype_noninline.h
  U src/contrib/libstdc++/config/os/irix/irix6.5/ctype_base.h
  U src/contrib/libstdc++/config/os/irix/irix6.5/os_defines.h
  U src/contrib/libstdc++/config/os/irix/irix6.5/atomicity.h
  U src/contrib/libstdc++/config/os/irix/irix6.5/ctype_inline.h
  U src/contrib/libstdc++/config/os/generic/ctype_noninline.h
  U src/contrib/libstdc++/config/os/generic/ctype_base.h
  U src/contrib/libstdc++/config/os/generic/os_defines.h
  U src/contrib/libstdc++/config/os/generic/ctype_inline.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.5/ctype_noninline.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.5/ctype_base.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.5/os_defines.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.5/ctype_inline.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.6/ctype_noninline.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.6/ctype_base.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.6/os_defines.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.6/ctype_inline.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.7/ctype_noninline.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.7/ctype_base.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.7/os_defines.h
  U src/contrib/libstdc++/config/os/solaris/solaris2.7/ctype_inline.h
  U src/contrib/libstdc++/config/cpu/powerpc/atomicity.h
  U src/contrib/libstdc++/config/cpu/cris/atomic_word.h
  U src/contrib/libstdc++/config/cpu/cris/atomicity.h
  U src/contrib/libstdc++/config/cpu/ia64/atomicity.h
  U src/contrib/libstdc++/config/cpu/alpha/atomicity.h
  U src/contrib/libstdc++/config/cpu/m68k/atomicity.h
  U src/contrib/libstdc++/config/cpu/hppa/atomicity.h
  U src/contrib/libstdc++/config/cpu/mips/atomicity.h
  U src/contrib/libstdc++/config/cpu/sparc/atomic_word.h
  U src/contrib/libstdc++/config/cpu/sparc/atomicity.h
  U src/contrib/libstdc++/config/cpu/i386/atomicity.h
  U src/contrib/libstdc++/config/cpu/i486/atomicity.h
  U src/contrib/libstdc++/config/cpu/generic/atomic_word.h
  U src/contrib/libstdc++/config/cpu/generic/atomicity.h
  U src/contrib/libstdc++/config/cpu/s390/atomicity.h
  U src/contrib/libstdc++/config/io/basic_file_stdio.cc
  U src/contrib/libstdc++/config/io/c_io_stdio.h
  U src/contrib/libstdc++/config/io/basic_file_stdio.h
  U src/contrib/libstdc++/config/abi/s390-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/alpha-freebsd5/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/x86_64-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/x86_64-linux-gnu/32/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/i386-freebsd4/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/i386-freebsd5/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/ia64-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/sparc-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/mips-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/powerpc-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/arm-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/sparc-freebsd5/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/m68k-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/alpha-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/s390x-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/hppa-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/i386-linux-gnu/baseline_symbols.txt
  U src/contrib/libstdc++/config/abi/i486-linux-gnu/baseline_symbols.txt
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:18:59 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 DDD3F16A4E6;
	Sat, 26 Aug 2006 23:18:59 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9218B44772;
	Sat, 26 Aug 2006 21:30:40 +0000 (GMT) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLUeB0024006;
	Sat, 26 Aug 2006 21:30:40 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLUen3024005;
	Sat, 26 Aug 2006 21:30:40 GMT (envelope-from kan)
Message-Id: <200608262130.k7QLUen3024005@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:30:40 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Cc: 
Subject: cvs commit: src/contrib/libf2c - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:19:00 -0000

kan         2006-08-26 21:30:40 UTC

  FreeBSD src repository

  src/contrib/libf2c - Imported sources
  Update of /home/ncvs/src/contrib/libf2c
  In directory repoman.freebsd.org:/tmp/cvs-serv23979
  
  Log Message:
  Gcc 3.4.6 F77 runtime support bits (as of 2006/08/25 #116475).
  .
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	gcc_3_4_6_20060825_SVN116475
  		
  U src/contrib/libf2c/changes.netlib
  U src/contrib/libf2c/configure
  U src/contrib/libf2c/Makefile.in
  U src/contrib/libf2c/disclaimer.netlib
  U src/contrib/libf2c/configure.in
  U src/contrib/libf2c/ChangeLog
  U src/contrib/libf2c/g2c.hin
  U src/contrib/libf2c/f2cext.c
  U src/contrib/libf2c/README
  U src/contrib/libf2c/f2c.h
  U src/contrib/libf2c/TODO
  U src/contrib/libf2c/permission.netlib
  U src/contrib/libf2c/readme.netlib
  U src/contrib/libf2c/aclocal.m4
  U src/contrib/libf2c/libF77/makefile.netlib
  U src/contrib/libf2c/libF77/r_imag.c
  U src/contrib/libf2c/libF77/pow_ri.c
  U src/contrib/libf2c/libF77/d_cosh.c
  U src/contrib/libf2c/libF77/dtime_.c
  U src/contrib/libf2c/libF77/d_sign.c
  U src/contrib/libf2c/libF77/pow_zi.c
  U src/contrib/libf2c/libF77/configure.in
  U src/contrib/libf2c/libF77/r_sqrt.c
  U src/contrib/libf2c/libF77/i_indx.c
  U src/contrib/libf2c/libF77/r_tanh.c
  U src/contrib/libf2c/libF77/r_int.c
  U src/contrib/libf2c/libF77/d_nint.c
  U src/contrib/libf2c/libF77/erf_.c
  U src/contrib/libf2c/libF77/lbitbits.c
  U src/contrib/libf2c/libF77/i_dim.c
  U src/contrib/libf2c/libF77/derfc_.c
  U src/contrib/libf2c/libF77/z_sqrt.c
  U src/contrib/libf2c/libF77/system_.c
  U src/contrib/libf2c/libF77/hl_le.c
  U src/contrib/libf2c/libF77/d_log.c
  U src/contrib/libf2c/libF77/h_len.c
  U src/contrib/libf2c/libF77/d_sin.c
  U src/contrib/libf2c/libF77/ef1cmc_.c
  U src/contrib/libf2c/libF77/r_tan.c
  U src/contrib/libf2c/libF77/F77_aloc.c
  U src/contrib/libf2c/libF77/r_cnjg.c
  U src/contrib/libf2c/libF77/signal1.h
  U src/contrib/libf2c/libF77/d_sinh.c
  U src/contrib/libf2c/libF77/r_cos.c
  U src/contrib/libf2c/libF77/README.netlib
  U src/contrib/libf2c/libF77/d_prod.c
  U src/contrib/libf2c/libF77/h_indx.c
  U src/contrib/libf2c/libF77/z_div.c
  U src/contrib/libf2c/libF77/z_cos.c
  U src/contrib/libf2c/libF77/erfc_.c
  U src/contrib/libf2c/libF77/hl_ge.c
  U src/contrib/libf2c/libF77/lbitshft.c
  U src/contrib/libf2c/libF77/r_abs.c
  U src/contrib/libf2c/libF77/z_abs.c
  U src/contrib/libf2c/libF77/d_exp.c
  U src/contrib/libf2c/libF77/sig_die.c
  U src/contrib/libf2c/libF77/r_atan.c
  U src/contrib/libf2c/libF77/r_acos.c
  U src/contrib/libf2c/libF77/s_stop.c
  U src/contrib/libf2c/libF77/d_dim.c
  U src/contrib/libf2c/libF77/r_cosh.c
  U src/contrib/libf2c/libF77/pow_ci.c
  U src/contrib/libf2c/libF77/h_dim.c
  U src/contrib/libf2c/libF77/r_sign.c
  U src/contrib/libf2c/libF77/c_log.c
  U src/contrib/libf2c/libF77/c_sin.c
  U src/contrib/libf2c/libF77/r_mod.c
  U src/contrib/libf2c/libF77/pow_zz.c
  U src/contrib/libf2c/libF77/f2ch.add
  U src/contrib/libf2c/libF77/r_nint.c
  U src/contrib/libf2c/libF77/s_copy.c
  U src/contrib/libf2c/libF77/setsig.c
  U src/contrib/libf2c/libF77/s_cmp.c
  U src/contrib/libf2c/libF77/d_lg10.c
  U src/contrib/libf2c/libF77/i_sign.c
  U src/contrib/libf2c/libF77/pow_dd.c
  U src/contrib/libf2c/libF77/i_abs.c
  U src/contrib/libf2c/libF77/derf_.c
  U src/contrib/libf2c/libF77/i_nint.c
  U src/contrib/libf2c/libF77/r_sinh.c
  U src/contrib/libf2c/libF77/main.c
  U src/contrib/libf2c/libF77/l_lt.c
  U src/contrib/libf2c/libF77/d_int.c
  U src/contrib/libf2c/libF77/d_asin.c
  U src/contrib/libf2c/libF77/c_exp.c
  U src/contrib/libf2c/libF77/Makefile.in
  U src/contrib/libf2c/libF77/h_sign.c
  U src/contrib/libf2c/libF77/getarg_.c
  U src/contrib/libf2c/libF77/h_nint.c
  U src/contrib/libf2c/libF77/l_gt.c
  U src/contrib/libf2c/libF77/Version.c
  U src/contrib/libf2c/libF77/d_tan.c
  U src/contrib/libf2c/libF77/pow_ii.c
  U src/contrib/libf2c/libF77/i_mod.c
  U src/contrib/libf2c/libF77/d_cos.c
  U src/contrib/libf2c/libF77/r_log.c
  U src/contrib/libf2c/libF77/pow_qq.c
  U src/contrib/libf2c/libF77/d_atn2.c
  U src/contrib/libf2c/libF77/d_abs.c
  U src/contrib/libf2c/libF77/r_sin.c
  U src/contrib/libf2c/libF77/z_log.c
  U src/contrib/libf2c/libF77/l_le.c
  U src/contrib/libf2c/libF77/i_dnnt.c
  U src/contrib/libf2c/libF77/h_abs.c
  U src/contrib/libf2c/libF77/d_imag.c
  U src/contrib/libf2c/libF77/qbitbits.c
  U src/contrib/libf2c/libF77/pow_di.c
  U src/contrib/libf2c/libF77/z_sin.c
  U src/contrib/libf2c/libF77/r_lg10.c
  U src/contrib/libf2c/libF77/setarg.c
  U src/contrib/libf2c/libF77/getenv_.c
  U src/contrib/libf2c/libF77/d_sqrt.c
  U src/contrib/libf2c/libF77/d_tanh.c
  U src/contrib/libf2c/libF77/Notice
  U src/contrib/libf2c/libF77/configure
  U src/contrib/libf2c/libF77/l_ge.c
  U src/contrib/libf2c/libF77/abort_.c
  U src/contrib/libf2c/libF77/cabs.c
  U src/contrib/libf2c/libF77/h_dnnt.c
  U src/contrib/libf2c/libF77/r_exp.c
  U src/contrib/libf2c/libF77/r_asin.c
  U src/contrib/libf2c/libF77/signal_.c
  U src/contrib/libf2c/libF77/d_mod.c
  U src/contrib/libf2c/libF77/s_rnge.c
  U src/contrib/libf2c/libF77/qbitshft.c
  U src/contrib/libf2c/libF77/d_cnjg.c
  U src/contrib/libf2c/libF77/c_div.c
  U src/contrib/libf2c/libF77/z_exp.c
  U src/contrib/libf2c/libF77/i_len.c
  U src/contrib/libf2c/libF77/c_cos.c
  U src/contrib/libf2c/libF77/h_mod.c
  U src/contrib/libf2c/libF77/s_cat.c
  U src/contrib/libf2c/libF77/s_paus.c
  U src/contrib/libf2c/libF77/r_dim.c
  U src/contrib/libf2c/libF77/c_sqrt.c
  U src/contrib/libf2c/libF77/ef1asc_.c
  U src/contrib/libf2c/libF77/etime_.c
  U src/contrib/libf2c/libF77/hl_lt.c
  U src/contrib/libf2c/libF77/c_abs.c
  U src/contrib/libf2c/libF77/exit_.c
  U src/contrib/libf2c/libF77/signal1.h0
  U src/contrib/libf2c/libF77/pow_hh.c
  U src/contrib/libf2c/libF77/iargc_.c
  U src/contrib/libf2c/libF77/r_atn2.c
  U src/contrib/libf2c/libF77/d_atan.c
  U src/contrib/libf2c/libF77/d_acos.c
  U src/contrib/libf2c/libF77/hl_gt.c
  U src/contrib/libf2c/libI77/configure
  U src/contrib/libf2c/libI77/dfe.c
  U src/contrib/libf2c/libI77/rsfe.c
  U src/contrib/libf2c/libI77/Notice
  U src/contrib/libf2c/libI77/Makefile.in
  U src/contrib/libf2c/libI77/open.c
  U src/contrib/libf2c/libI77/backspace.c
  U src/contrib/libf2c/libI77/wref.c
  U src/contrib/libf2c/libI77/close.c
  U src/contrib/libf2c/libI77/rsne.c
  U src/contrib/libf2c/libI77/rsli.c
  U src/contrib/libf2c/libI77/makefile.netlib
  U src/contrib/libf2c/libI77/rdfmt.c
  U src/contrib/libf2c/libI77/Version.c
  U src/contrib/libf2c/libI77/sfe.c
  U src/contrib/libf2c/libI77/util.c
  U src/contrib/libf2c/libI77/f2ch.add
  U src/contrib/libf2c/libI77/err.c
  U src/contrib/libf2c/libI77/configure.in
  U src/contrib/libf2c/libI77/stamp-h.in
  U src/contrib/libf2c/libI77/wsfe.c
  U src/contrib/libf2c/libI77/xwsne.c
  U src/contrib/libf2c/libI77/ftell_.c
  U src/contrib/libf2c/libI77/dolio.c
  U src/contrib/libf2c/libI77/lwrite.c
  U src/contrib/libf2c/libI77/README.netlib
  U src/contrib/libf2c/libI77/ilnw.c
  U src/contrib/libf2c/libI77/endfile.c
  U src/contrib/libf2c/libI77/fp.h
  U src/contrib/libf2c/libI77/wsle.c
  U src/contrib/libf2c/libI77/inquire.c
  U src/contrib/libf2c/libI77/typesize.c
  U src/contrib/libf2c/libI77/wsne.c
  U src/contrib/libf2c/libI77/fmtlib.c
  U src/contrib/libf2c/libI77/due.c
  U src/contrib/libf2c/libI77/config.h.in
  U src/contrib/libf2c/libI77/iio.c
  U src/contrib/libf2c/libI77/fio.h
  U src/contrib/libf2c/libI77/wrtfmt.c
  U src/contrib/libf2c/libI77/fmt.c
  U src/contrib/libf2c/libI77/lread.c
  U src/contrib/libf2c/libI77/rewind.c
  U src/contrib/libf2c/libI77/lio.h
  U src/contrib/libf2c/libI77/fmt.h
  U src/contrib/libf2c/libI77/sue.c
  U src/contrib/libf2c/libI77/uio.c
  U src/contrib/libf2c/libU77/sys_clock_.c
  U src/contrib/libf2c/libU77/unlink_.c
  U src/contrib/libf2c/libU77/vxttime_.c
  U src/contrib/libf2c/libU77/access_.c
  U src/contrib/libf2c/libU77/configure
  U src/contrib/libf2c/libU77/flush1_.c
  U src/contrib/libf2c/libU77/dtime_.c
  U src/contrib/libf2c/libU77/Makefile.in
  U src/contrib/libf2c/libU77/config.hin
  U src/contrib/libf2c/libU77/u77-test.f
  U src/contrib/libf2c/libU77/fnum_.c
  U src/contrib/libf2c/libU77/rename_.c
  U src/contrib/libf2c/libU77/srand_.c
  U src/contrib/libf2c/libU77/hostnm_.c
  U src/contrib/libf2c/libU77/mclock_.c
  U src/contrib/libf2c/libU77/sleep_.c
  U src/contrib/libf2c/libU77/ltime_.c
  U src/contrib/libf2c/libU77/getpid_.c
  U src/contrib/libf2c/libU77/date_.c
  U src/contrib/libf2c/libU77/isatty_.c
  U src/contrib/libf2c/libU77/symlnk_.c
  U src/contrib/libf2c/libU77/lnblnk_.c
  U src/contrib/libf2c/libU77/fstat_.c
  U src/contrib/libf2c/libU77/link_.c
  U src/contrib/libf2c/libU77/time_.c
  U src/contrib/libf2c/libU77/fputc_.c
  U src/contrib/libf2c/libU77/gmtime_.c
  U src/contrib/libf2c/libU77/Version.c
  U src/contrib/libf2c/libU77/idate_.c
  U src/contrib/libf2c/libU77/lstat_.c
  U src/contrib/libf2c/libU77/chdir_.c
  U src/contrib/libf2c/libU77/configure.in
  U src/contrib/libf2c/libU77/alarm_.c
  U src/contrib/libf2c/libU77/stamp-h.in
  U src/contrib/libf2c/libU77/gerror_.c
  U src/contrib/libf2c/libU77/ctime_.c
  U src/contrib/libf2c/libU77/getgid_.c
  U src/contrib/libf2c/libU77/etime_.c
  U src/contrib/libf2c/libU77/itime_.c
  U src/contrib/libf2c/libU77/PROJECTS
  U src/contrib/libf2c/libU77/perror_.c
  U src/contrib/libf2c/libU77/second_.c
  U src/contrib/libf2c/libU77/stat_.c
  U src/contrib/libf2c/libU77/ttynam_.c
  U src/contrib/libf2c/libU77/getcwd_.c
  U src/contrib/libf2c/libU77/README
  U src/contrib/libf2c/libU77/acconfig.h
  U src/contrib/libf2c/libU77/secnds_.c
  U src/contrib/libf2c/libU77/rand_.c
  U src/contrib/libf2c/libU77/umask_.c
  U src/contrib/libf2c/libU77/getuid_.c
  U src/contrib/libf2c/libU77/getlog_.c
  U src/contrib/libf2c/libU77/fdate_.c
  U src/contrib/libf2c/libU77/fgetc_.c
  U src/contrib/libf2c/libU77/vxtidate_.c
  U src/contrib/libf2c/libU77/chmod_.c
  U src/contrib/libf2c/libU77/kill_.c
  U src/contrib/libf2c/libU77/datetime_.c
  U src/contrib/libf2c/libU77/COPYING.LIB
  U src/contrib/libf2c/libU77/aclocal.m4
  U src/contrib/libf2c/libU77/irand_.c
  U src/contrib/libf2c/libU77/ierrno_.c
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:19:10 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 12C5116A647;
	Sat, 26 Aug 2006 23:19:05 +0000 (UTC)
	(envelope-from marck@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 267F5445F6;
	Sat, 26 Aug 2006 21:24:23 +0000 (GMT)
	(envelope-from marck@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLON0s023596;
	Sat, 26 Aug 2006 21:24:23 GMT
	(envelope-from marck@repoman.freebsd.org)
Received: (from marck@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLON3i023595;
	Sat, 26 Aug 2006 21:24:23 GMT (envelope-from marck)
Message-Id: <200608262124.k7QLON3i023595@repoman.freebsd.org>
From: Dmitry Morozovsky <marck@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:24:22 +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/share/man/man4 dummynet.4
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:19:10 -0000

marck       2006-08-26 21:24:22 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       dummynet.4 
  Log:
  Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +0 -2      src/share/man/man4/dummynet.4

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:19:46 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 BDDD716A508;
	Sat, 26 Aug 2006 23:19:46 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55E9244769;
	Sat, 26 Aug 2006 21:30:29 +0000 (GMT) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLUT6Z023968;
	Sat, 26 Aug 2006 21:30:29 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLUThu023967;
	Sat, 26 Aug 2006 21:30:29 GMT (envelope-from kan)
Message-Id: <200608262130.k7QLUThu023967@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:30:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Cc: 
Subject: cvs commit: src/contrib/libobjc - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:19:46 -0000

kan         2006-08-26 21:30:29 UTC

  FreeBSD src repository

  src/contrib/libobjc - Imported sources
  Update of /home/ncvs/src/contrib/libobjc
  In directory repoman.freebsd.org:/tmp/cvs-serv23954
  
  Log Message:
  Gcc 3.4.6 Objective C support bits (as of 2006/08/25 #116475).
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	gcc_3_4_6_20060825_SVN116475
  		
  U src/contrib/libobjc/thr-pthreads.c
  U src/contrib/libobjc/sendmsg.c
  U src/contrib/libobjc/configure
  U src/contrib/libobjc/Makefile.in
  U src/contrib/libobjc/init.c
  U src/contrib/libobjc/linking.m
  U src/contrib/libobjc/class.c
  U src/contrib/libobjc/thr-solaris.c
  U src/contrib/libobjc/thr-irix.c
  U src/contrib/libobjc/thr-vxworks.c
  U src/contrib/libobjc/thr-objc.c
  U src/contrib/libobjc/Protocol.m
  U src/contrib/libobjc/thr-decosf1.c
  U src/contrib/libobjc/libobjc.def
  U src/contrib/libobjc/THREADS.MACH
  U src/contrib/libobjc/selector.c
  U src/contrib/libobjc/makefile.dos
  U src/contrib/libobjc/hash.c
  U src/contrib/libobjc/libobjc_entry.c
  U src/contrib/libobjc/encoding.c
  U src/contrib/libobjc/objects.c
  U src/contrib/libobjc/thr-posix.c
  U src/contrib/libobjc/thr.c
  U src/contrib/libobjc/thr-win32.c
  U src/contrib/libobjc/thr-os2.c
  U src/contrib/libobjc/NXConstStr.m
  U src/contrib/libobjc/sarray.c
  U src/contrib/libobjc/thr-mach.c
  U src/contrib/libobjc/README.threads
  U src/contrib/libobjc/configure.in
  U src/contrib/libobjc/ChangeLog
  U src/contrib/libobjc/THREADS
  U src/contrib/libobjc/README
  U src/contrib/libobjc/thr-single.c
  U src/contrib/libobjc/config.h.in
  U src/contrib/libobjc/Object.m
  U src/contrib/libobjc/archive.c
  U src/contrib/libobjc/nil_method.c
  U src/contrib/libobjc/thr-rtems.c
  U src/contrib/libobjc/thr-dce.c
  U src/contrib/libobjc/gc.c
  U src/contrib/libobjc/misc.c
  U src/contrib/libobjc/aclocal.m4
  U src/contrib/libobjc/objc/Protocol.h
  U src/contrib/libobjc/objc/objc.h
  U src/contrib/libobjc/objc/thr.h
  U src/contrib/libobjc/objc/typedstream.h
  U src/contrib/libobjc/objc/sarray.h
  U src/contrib/libobjc/objc/runtime.h
  U src/contrib/libobjc/objc/hash.h
  U src/contrib/libobjc/objc/NXConstStr.h
  U src/contrib/libobjc/objc/objc-api.h
  U src/contrib/libobjc/objc/Object.h
  U src/contrib/libobjc/objc/encoding.h
  U src/contrib/libobjc/objc/objc-list.h
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Sat Aug 26 23:20:34 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 7BF5B16A4DF;
	Sat, 26 Aug 2006 23:20:34 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4534473B;
	Sat, 26 Aug 2006 21:29:42 +0000 (GMT) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7QLTgrs023874;
	Sat, 26 Aug 2006 21:29:42 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7QLTgUl023873;
	Sat, 26 Aug 2006 21:29:42 GMT (envelope-from kan)
Message-Id: <200608262129.k7QLTgUl023873@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Sat, 26 Aug 2006 21:29:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: FSF
Cc: 
Subject: cvs commit: src/contrib/gcc - Imported sources
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Aug 2006 23:20:34 -0000

kan         2006-08-26 21:29:42 UTC

  FreeBSD src repository

  src/contrib/gcc - Imported sources
  Update of /home/ncvs/src/contrib/gcc
  In directory repoman.freebsd.org:/tmp/cvs-serv23856
  
  Log Message:
  Gcc 3.4.6 as of 2006/08/25 #116475.
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	gcc_3_4_6_20060825_SVN116475
  		
  U src/contrib/gcc/cstamp-h.in
  U src/contrib/gcc/gmon.c
  U src/contrib/gcc/c-pretty-print.c
  U src/contrib/gcc/diagnostic.def
  U src/contrib/gcc/gbl-ctors.h
  U src/contrib/gcc/regmove.c
  U src/contrib/gcc/regrename.c
  U src/contrib/gcc/et-forest.c
  U src/contrib/gcc/unwind-dw2-fde.c
  U src/contrib/gcc/c-pretty-print.h
  U src/contrib/gcc/attribs.c
  U src/contrib/gcc/cppucnid.h
  U src/contrib/gcc/loop-unswitch.c
  U src/contrib/gcc/unroll.c
  U src/contrib/gcc/sched-ebb.c
  U src/contrib/gcc/et-forest.h
  U src/contrib/gcc/c-parse.in
  U src/contrib/gcc/configure.ac
  U src/contrib/gcc/local-alloc.c
  U src/contrib/gcc/function.c
  U src/contrib/gcc/langhooks.c
  U src/contrib/gcc/dwarf2asm.c
  U src/contrib/gcc/cppdefault.c
  U src/contrib/gcc/mkheaders.in
  U src/contrib/gcc/df.c
  U src/contrib/gcc/function.h
  U src/contrib/gcc/langhooks.h
  U src/contrib/gcc/dwarf2asm.h
  U src/contrib/gcc/print-rtl.c
  U src/contrib/gcc/cppdefault.h
  U src/contrib/gcc/df.h
  U src/contrib/gcc/sbitmap.c
  U src/contrib/gcc/sdbout.c
  U src/contrib/gcc/targhooks.c
  U src/contrib/gcc/ra.c
  U src/contrib/gcc/stor-layout.c
  U src/contrib/gcc/ra.h
  U src/contrib/gcc/tree-dump.c
  U src/contrib/gcc/sbitmap.h
  U src/contrib/gcc/sdbout.h
  U src/contrib/gcc/targhooks.h
  U src/contrib/gcc/tree-dump.h
  U src/contrib/gcc/read-rtl.c
  U src/contrib/gcc/gcse.c
  U src/contrib/gcc/machmode.h
  U src/contrib/gcc/hooks.c
  U src/contrib/gcc/mkdeps.c
  U src/contrib/gcc/vmsdbg.h
  U src/contrib/gcc/ra-colorize.c
  U src/contrib/gcc/ggc-simple.c
  U src/contrib/gcc/hooks.h
  U src/contrib/gcc/mkdeps.h
  U src/contrib/gcc/genrecog.c
  U src/contrib/gcc/alias.c
  U src/contrib/gcc/doloop.c
  U src/contrib/gcc/gen-protos.c
  U src/contrib/gcc/profile.c
  U src/contrib/gcc/flags.h
  U src/contrib/gcc/gthr-dce.h
  U src/contrib/gcc/gencheck.c
  U src/contrib/gcc/limitx.h
  U src/contrib/gcc/gccbug.in
  U src/contrib/gcc/tracer.c
  U src/contrib/gcc/gengtype.c
  U src/contrib/gcc/loop-unroll.c
  U src/contrib/gcc/unwind-c.c
  U src/contrib/gcc/ChangeLog.10
  U src/contrib/gcc/mkconfig.sh
  U src/contrib/gcc/unwind-compat.c
  U src/contrib/gcc/gengtype.h
  U src/contrib/gcc/mkmap-flat.awk
  U src/contrib/gcc/gthr-vxworks.h
  U src/contrib/gcc/README-fixinc
  U src/contrib/gcc/unwind-compat.h
  U src/contrib/gcc/c.opt
  U src/contrib/gcc/cgraph.c
  U src/contrib/gcc/gstab.h
  U src/contrib/gcc/ggc.h
  U src/contrib/gcc/c-lex.c
  U src/contrib/gcc/gthr-win32.h
  U src/contrib/gcc/cgraph.h
  U src/contrib/gcc/ONEWS
  U src/contrib/gcc/libfuncs.h
  U src/contrib/gcc/glimits.h
  U src/contrib/gcc/cfgloopmanip.c
  U src/contrib/gcc/c-typeck.c
  U src/contrib/gcc/coretypes.h
  U src/contrib/gcc/calls.c
  U src/contrib/gcc/insn-addr.h
  U src/contrib/gcc/c-pragma.c
  U src/contrib/gcc/optabs.c
  U src/contrib/gcc/rtl-error.c
  U src/contrib/gcc/unwind.inc
  U src/contrib/gcc/c-pragma.h
  U src/contrib/gcc/optabs.h
  U src/contrib/gcc/genmodes.c
  U src/contrib/gcc/predict.def
  U src/contrib/gcc/dwarf.h
  U src/contrib/gcc/tree.def
  U src/contrib/gcc/defaults.h
  U src/contrib/gcc/limity.h
  U src/contrib/gcc/postreload.c
  U src/contrib/gcc/cpppch.c
  U src/contrib/gcc/value-prof.c
  U src/contrib/gcc/expmed.c
  U src/contrib/gcc/bt-load.c
  U src/contrib/gcc/gengenrtl.c
  U src/contrib/gcc/value-prof.h
  U src/contrib/gcc/ggc-common.c
  U src/contrib/gcc/genflags.c
  U src/contrib/gcc/except.c
  U src/contrib/gcc/tree.c
  U src/contrib/gcc/stringpool.c
  U src/contrib/gcc/coverage.c
  U src/contrib/gcc/genopinit.c
  U src/contrib/gcc/except.h
  U src/contrib/gcc/emit-rtl.c
  U src/contrib/gcc/ra-build.c
  U src/contrib/gcc/coverage.h
  U src/contrib/gcc/unwind-dw2-fde.h
  U src/contrib/gcc/cselib.c
  U src/contrib/gcc/move-if-change
  U src/contrib/gcc/tree.h
  U src/contrib/gcc/c-opts.c
  U src/contrib/gcc/cselib.h
  U src/contrib/gcc/reload.c
  U src/contrib/gcc/cfgcleanup.c
  U src/contrib/gcc/simplify-rtx.c
  U src/contrib/gcc/loop.c
  U src/contrib/gcc/reload.h
  U src/contrib/gcc/bitmap.c
  U src/contrib/gcc/explow.c
  U src/contrib/gcc/loop.h
  U src/contrib/gcc/mips-tdump.c
  U src/contrib/gcc/bitmap.h
  C src/contrib/gcc/version.c
  U src/contrib/gcc/ra-debug.c
  U src/contrib/gcc/version.h
  U src/contrib/gcc/c-config-lang.in
  U src/contrib/gcc/target.h
  U src/contrib/gcc/cppspec.c
  U src/contrib/gcc/rtlanal.c
  C src/contrib/gcc/configure
  U src/contrib/gcc/FSFChangeLog
  U src/contrib/gcc/genpreds.c
  U src/contrib/gcc/mips-tfile.c
  U src/contrib/gcc/final.c
  U src/contrib/gcc/protoize.c
  U src/contrib/gcc/diagnostic.c
  U src/contrib/gcc/c-dump.c
  U src/contrib/gcc/cpphash.c
  U src/contrib/gcc/diagnostic.h
  C src/contrib/gcc/builtins.c
  U src/contrib/gcc/print-tree.c
  U src/contrib/gcc/genoutput.c
  U src/contrib/gcc/cpphash.h
  C src/contrib/gcc/gcc.c
  U src/contrib/gcc/cfglayout.c
  U src/contrib/gcc/lists.c
  U src/contrib/gcc/conflict.c
  U src/contrib/gcc/c-convert.c
  U src/contrib/gcc/gcc.h
  U src/contrib/gcc/cfglayout.h
  U src/contrib/gcc/line-map.c
  U src/contrib/gcc/cfghooks.c
  U src/contrib/gcc/input.h
  U src/contrib/gcc/gensupport.c
  U src/contrib/gcc/line-map.h
  U src/contrib/gcc/fold-const.c
  U src/contrib/gcc/cfghooks.h
  U src/contrib/gcc/common.opt
  U src/contrib/gcc/ggc-zone.c
  U src/contrib/gcc/unwind.h
  U src/contrib/gcc/ggc-page.c
  U src/contrib/gcc/gensupport.h
  U src/contrib/gcc/builtin-attrs.def
  U src/contrib/gcc/params.c
  U src/contrib/gcc/cfgloopanal.c
  U src/contrib/gcc/gencodes.c
  U src/contrib/gcc/params.h
  U src/contrib/gcc/cppucnid.tab
  U src/contrib/gcc/varasm.c
  U src/contrib/gcc/cppcharset.c
  U src/contrib/gcc/gcov.c
  U src/contrib/gcc/cppucnid.pl
  U src/contrib/gcc/debug.h
  U src/contrib/gcc/cfg.c
  U src/contrib/gcc/cppexp.c
  U src/contrib/gcc/genextract.c
  U src/contrib/gcc/genautomata.c
  C src/contrib/gcc/toplev.c
  U src/contrib/gcc/vmsdbgout.c
  U src/contrib/gcc/errors.c
  U src/contrib/gcc/opts.sh
  U src/contrib/gcc/reorg.c
  U src/contrib/gcc/toplev.h
  U src/contrib/gcc/errors.h
  U src/contrib/gcc/sched-deps.c
  U src/contrib/gcc/c-ppoutput.c
  U src/contrib/gcc/pretty-print.c
  U src/contrib/gcc/ra-rewrite.c
  U src/contrib/gcc/real.c
  U src/contrib/gcc/debug.c
  U src/contrib/gcc/pretty-print.h
  U src/contrib/gcc/COPYING
  U src/contrib/gcc/target-def.h
  U src/contrib/gcc/genemit.c
  U src/contrib/gcc/real.h
  U src/contrib/gcc/c-cppbuiltin.c
  U src/contrib/gcc/genmultilib
  U src/contrib/gcc/cgraphunit.c
  U src/contrib/gcc/cpptrad.c
  U src/contrib/gcc/genconfig.c
  U src/contrib/gcc/rtl.c
  U src/contrib/gcc/regclass.c
  U src/contrib/gcc/regs.h
  U src/contrib/gcc/stab.def
  U src/contrib/gcc/intl.c
  U src/contrib/gcc/ChangeLog
  U src/contrib/gcc/rtl.h
  U src/contrib/gcc/flow.c
  U src/contrib/gcc/intl.h
  U src/contrib/gcc/integrate.c
  U src/contrib/gcc/unwind-dw2-fde-glibc.c
  U src/contrib/gcc/tree-inline.c
  U src/contrib/gcc/conditions.h
  U src/contrib/gcc/tree-inline.h
  U src/contrib/gcc/hosthooks-def.h
  U src/contrib/gcc/sched-int.h
  U src/contrib/gcc/builtin-types.def
  U src/contrib/gcc/scan.c
  U src/contrib/gcc/integrate.h
  U src/contrib/gcc/scan.h
  U src/contrib/gcc/mode-classes.def
  U src/contrib/gcc/SERVICE
  U src/contrib/gcc/gengtype-lex.l
  U src/contrib/gcc/haifa-sched.c
  U src/contrib/gcc/cpperror.c
  U src/contrib/gcc/dominance.c
  U src/contrib/gcc/tree-optimize.c
  U src/contrib/gcc/dojump.c
  U src/contrib/gcc/dummy-conditions.c
  U src/contrib/gcc/gcov-io.c
  U src/contrib/gcc/ChangeLog.0
  U src/contrib/gcc/dbxout.c
  U src/contrib/gcc/ChangeLog.1
  U src/contrib/gcc/builtins.def
  U src/contrib/gcc/output.h
  U src/contrib/gcc/ChangeLog.2
  C src/contrib/gcc/cppinit.c
  U src/contrib/gcc/ChangeLog.3
  U src/contrib/gcc/gcov-io.h
  U src/contrib/gcc/ChangeLog.4
  U src/contrib/gcc/ChangeLog.5
  U src/contrib/gcc/cpplib.c
  U src/contrib/gcc/dbxout.h
  U src/contrib/gcc/ChangeLog.6
  U src/contrib/gcc/ChangeLog.7
  U src/contrib/gcc/unwind-dw2-fde-compat.c
  U src/contrib/gcc/ChangeLog.8
  U src/contrib/gcc/gsyslimits.h
  U src/contrib/gcc/combine.c
  U src/contrib/gcc/ChangeLog.9
  U src/contrib/gcc/cpplib.h
  U src/contrib/gcc/c-objc-common.c
  U src/contrib/gcc/bb-reorder.c
  U src/contrib/gcc/hosthooks.h
  U src/contrib/gcc/resource.c
  U src/contrib/gcc/gthr-single.h
  U src/contrib/gcc/cfgloop.c
  U src/contrib/gcc/system.h
  U src/contrib/gcc/gthr-gnat.c
  U src/contrib/gcc/cpplex.c
  U src/contrib/gcc/resource.h
  U src/contrib/gcc/ggc-none.c
  U src/contrib/gcc/caller-save.c
  U src/contrib/gcc/cfgloop.h
  U src/contrib/gcc/gthr-gnat.h
  U src/contrib/gcc/graph.c
  U src/contrib/gcc/cppmacro.c
  U src/contrib/gcc/graph.h
  U src/contrib/gcc/c-format.c
  C src/contrib/gcc/c-common.c
  U src/contrib/gcc/cse.c
  U src/contrib/gcc/fix-header.c
  U src/contrib/gcc/sibcall.c
  U src/contrib/gcc/scan-decls.c
  C src/contrib/gcc/c-common.h
  U src/contrib/gcc/web.c
  U src/contrib/gcc/scan-types.sh
  U src/contrib/gcc/config.gcc
  U src/contrib/gcc/reg-stack.c
  U src/contrib/gcc/tlink.c
  U src/contrib/gcc/genpeep.c
  U src/contrib/gcc/main.c
  U src/contrib/gcc/stub-objc.c
  U src/contrib/gcc/fixproto
  U src/contrib/gcc/hashtable.c
  U src/contrib/gcc/aclocal.m4
  U src/contrib/gcc/xcoffout.c
  U src/contrib/gcc/hashtable.h
  U src/contrib/gcc/config.host
  U src/contrib/gcc/gthr-rtems.h
  U src/contrib/gcc/Makefile.in
  U src/contrib/gcc/xcoffout.h
  U src/contrib/gcc/unwind-sjlj.c
  U src/contrib/gcc/gccspec.c
  U src/contrib/gcc/basic-block.h
  U src/contrib/gcc/sys-protos.h
  U src/contrib/gcc/loop-init.c
  U src/contrib/gcc/sched-rgn.c
  U src/contrib/gcc/stack.h
  U src/contrib/gcc/xcoff.h
  U src/contrib/gcc/unwind-pe.h
  U src/contrib/gcc/rtl.def
  U src/contrib/gcc/README.Portability
  U src/contrib/gcc/gthr-solaris.h
  U src/contrib/gcc/c-common.def
  U src/contrib/gcc/FSFChangeLog.10
  U src/contrib/gcc/c-tree.h
  U src/contrib/gcc/FSFChangeLog.11
  U src/contrib/gcc/LANGUAGES
  U src/contrib/gcc/libgcov.c
  U src/contrib/gcc/sched-vis.c
  U src/contrib/gcc/sys-types.h
  U src/contrib/gcc/mkmap-symver.awk
  U src/contrib/gcc/config.in
  U src/contrib/gcc/machmode.def
  U src/contrib/gcc/c-pch.c
  U src/contrib/gcc/cfganal.c
  U src/contrib/gcc/hwint.h
  U src/contrib/gcc/global.c
  U src/contrib/gcc/crtstuff.c
  U src/contrib/gcc/c-incpath.h
  U src/contrib/gcc/ifcvt.c
  U src/contrib/gcc/alloc-pool.c
  U src/contrib/gcc/gthr-posix.c
  U src/contrib/gcc/gdbinit.in
  U src/contrib/gcc/genconstants.c
  U src/contrib/gcc/c-incpath.c
  U src/contrib/gcc/alloc-pool.h
  U src/contrib/gcc/c-semantics.c
  U src/contrib/gcc/gthr-posix.h
  U src/contrib/gcc/jump.c
  U src/contrib/gcc/dwarf2out.c
  U src/contrib/gcc/expr.c
  U src/contrib/gcc/cfgbuild.c
  U src/contrib/gcc/libgcc-darwin.ver
  U src/contrib/gcc/dwarf2out.h
  U src/contrib/gcc/expr.h
  U src/contrib/gcc/longlong.h
  U src/contrib/gcc/libgcc-std.ver
  U src/contrib/gcc/opts.c
  U src/contrib/gcc/gcov-iov.c
  U src/contrib/gcc/dwarf2.h
  U src/contrib/gcc/opts.h
  U src/contrib/gcc/genattrtab.c
  U src/contrib/gcc/genattrtab.h
  U src/contrib/gcc/genconditions.c
  U src/contrib/gcc/genattr.c
  U src/contrib/gcc/varray.c
  U src/contrib/gcc/cppfiles.c
  U src/contrib/gcc/libgcc2.c
  U src/contrib/gcc/sreal.c
  U src/contrib/gcc/gsyms.h
  U src/contrib/gcc/varray.h
  U src/contrib/gcc/libgcc2.h
  U src/contrib/gcc/sreal.h
  U src/contrib/gcc/typeclass.h
  U src/contrib/gcc/stmt.c
  U src/contrib/gcc/tsystem.h
  U src/contrib/gcc/unwind-dw2-fde-darwin.c
  U src/contrib/gcc/cfgrtl.c
  U src/contrib/gcc/config.build
  U src/contrib/gcc/timevar.def
  U src/contrib/gcc/gengtype-yacc.y
  U src/contrib/gcc/hard-reg-set.h
  U src/contrib/gcc/gthr-aix.h
  U src/contrib/gcc/predict.c
  U src/contrib/gcc/prefix.c
  U src/contrib/gcc/unwind-dw2.c
  U src/contrib/gcc/host-default.c
  U src/contrib/gcc/mklibgcc.in
  U src/contrib/gcc/params.def
  U src/contrib/gcc/predict.h
  U src/contrib/gcc/recog.c
  U src/contrib/gcc/gcov-dump.c
  U src/contrib/gcc/c-lang.c
  U src/contrib/gcc/prefix.h
  U src/contrib/gcc/recog.h
  U src/contrib/gcc/c-aux-info.c
  U src/contrib/gcc/collect2.c
  U src/contrib/gcc/timevar.c
  U src/contrib/gcc/gthr.h
  U src/contrib/gcc/ChangeLog.lib
  U src/contrib/gcc/lcm.c
  U src/contrib/gcc/collect2.h
  U src/contrib/gcc/timevar.h
  U src/contrib/gcc/convert.c
  U src/contrib/gcc/fp-test.c
  U src/contrib/gcc/convert.h
  U src/contrib/gcc/langhooks-def.h
  C src/contrib/gcc/c-decl.c
  U src/contrib/gcc/reload1.c
  U src/contrib/gcc/sort-protos
  U src/contrib/gcc/c-errors.c
  U src/contrib/gcc/COPYING.LIB
  U src/contrib/gcc/choose-temp.c
  U src/contrib/gcc/make-temp-file.c
  U src/contrib/gcc/concat.c
  U src/contrib/gcc/cp-demangle.c
  U src/contrib/gcc/hex.c
  U src/contrib/gcc/cp-demangle.h
  U src/contrib/gcc/cp-demint.c
  U src/contrib/gcc/cplus-dem.c
  U src/contrib/gcc/dyn-string.c
  U src/contrib/gcc/fibheap.c
  U src/contrib/gcc/getpwd.c
  U src/contrib/gcc/hashtab.c
  U src/contrib/gcc/getruntime.c
  U src/contrib/gcc/lbasename.c
  U src/contrib/gcc/md5.c
  U src/contrib/gcc/obstack.c
  U src/contrib/gcc/partition.c
  U src/contrib/gcc/pex-common.h
  U src/contrib/gcc/pex-unix.c
  U src/contrib/gcc/physmem.c
  U src/contrib/gcc/splay-tree.c
  U src/contrib/gcc/xexit.c
  U src/contrib/gcc/xmalloc.c
  U src/contrib/gcc/xmemdup.c
  U src/contrib/gcc/xstrdup.c
  U src/contrib/gcc/xstrerror.c
  U src/contrib/gcc/ansidecl.h
  U src/contrib/gcc/demangle.h
  U src/contrib/gcc/dyn-string.h
  U src/contrib/gcc/md5.h
  U src/contrib/gcc/fibheap.h
  U src/contrib/gcc/filenames.h
  U src/contrib/gcc/hashtab.h
  U src/contrib/gcc/libiberty.h
  U src/contrib/gcc/obstack.h
  U src/contrib/gcc/partition.h
  U src/contrib/gcc/splay-tree.h
  U src/contrib/gcc/symcat.h
  U src/contrib/gcc/doc/sourcebuild.texi
  U src/contrib/gcc/doc/collect2.texi
  U src/contrib/gcc/doc/cpp.texi
  U src/contrib/gcc/doc/compat.texi
  U src/contrib/gcc/doc/standards.texi
  U src/contrib/gcc/doc/fragments.texi
  U src/contrib/gcc/doc/extend.texi
  U src/contrib/gcc/doc/configfiles.texi
  U src/contrib/gcc/doc/cppenv.texi
  U src/contrib/gcc/doc/gcc.texi
  U src/contrib/gcc/doc/passes.texi
  U src/contrib/gcc/doc/cppinternals.texi
  U src/contrib/gcc/doc/portability.texi
  U src/contrib/gcc/doc/gccint.texi
  U src/contrib/gcc/doc/bugreport.texi
  U src/contrib/gcc/doc/headerdirs.texi
  U src/contrib/gcc/doc/trouble.texi
  U src/contrib/gcc/doc/makefile.texi
  U src/contrib/gcc/doc/objc.texi
  U src/contrib/gcc/doc/contribute.texi
  U src/contrib/gcc/doc/c-tree.texi
  U src/contrib/gcc/doc/configterms.texi
  U src/contrib/gcc/doc/tm.texi
  U src/contrib/gcc/doc/libgcc.texi
  U src/contrib/gcc/doc/cppopts.texi
  U src/contrib/gcc/doc/gnu.texi
  U src/contrib/gcc/doc/invoke.texi
  U src/contrib/gcc/doc/gcov.texi
  U src/contrib/gcc/doc/md.texi
  U src/contrib/gcc/doc/interface.texi
  U src/contrib/gcc/doc/contrib.texi
  U src/contrib/gcc/doc/service.texi
  U src/contrib/gcc/doc/rtl.texi
  U src/contrib/gcc/doc/frontends.texi
  U src/contrib/gcc/doc/hostconfig.texi
  U src/contrib/gcc/doc/gty.texi
  U src/contrib/gcc/doc/languages.texi
  U src/contrib/gcc/doc/include/funding.texi
  U src/contrib/gcc/doc/include/gcc-common.texi
  U src/contrib/gcc/doc/include/gpl.texi
  U src/contrib/gcc/doc/include/texinfo.tex
  U src/contrib/gcc/doc/include/fdl.texi
  U src/contrib/gcc/f/Make-lang.in
  U src/contrib/gcc/f/storag.c
  U src/contrib/gcc/f/bld.c
  U src/contrib/gcc/f/bad.def
  U src/contrib/gcc/f/intdoc.in
  U src/contrib/gcc/f/storag.h
  U src/contrib/gcc/f/symbol.c
  U src/contrib/gcc/f/bld.h
  U src/contrib/gcc/f/symbol.h
  U src/contrib/gcc/f/implic.c
  U src/contrib/gcc/f/intrin.def
  U src/contrib/gcc/f/intdoc.c
  U src/contrib/gcc/f/lang-specs.h
  U src/contrib/gcc/f/implic.h
  U src/contrib/gcc/f/str-2t.fin
  U src/contrib/gcc/f/src.c
  U src/contrib/gcc/f/stb.c
  U src/contrib/gcc/f/ansify.c
  U src/contrib/gcc/f/std.c
  U src/contrib/gcc/f/info.c
  U src/contrib/gcc/f/src.h
  U src/contrib/gcc/f/stb.h
  U src/contrib/gcc/f/std.h
  U src/contrib/gcc/f/info.h
  U src/contrib/gcc/f/global.c
  U src/contrib/gcc/f/lang.opt
  U src/contrib/gcc/f/intrin.c
  U src/contrib/gcc/f/global.h
  U src/contrib/gcc/f/ChangeLog
  U src/contrib/gcc/f/stp.c
  U src/contrib/gcc/f/bugs0.texi
  U src/contrib/gcc/f/str-io.fin
  U src/contrib/gcc/f/intrin.h
  U src/contrib/gcc/f/str.c
  U src/contrib/gcc/f/data.c
  U src/contrib/gcc/f/stt.c
  U src/contrib/gcc/f/where.c
  U src/contrib/gcc/f/stp.h
  U src/contrib/gcc/f/stv.c
  U src/contrib/gcc/f/str.h
  U src/contrib/gcc/f/data.h
  U src/contrib/gcc/f/expr.c
  U src/contrib/gcc/f/proj.h
  C src/contrib/gcc/f/g77spec.c
  U src/contrib/gcc/f/stt.h
  U src/contrib/gcc/f/where.h
  U src/contrib/gcc/f/stv.h
  U src/contrib/gcc/f/invoke.texi
  U src/contrib/gcc/f/news0.texi
  U src/contrib/gcc/f/expr.h
  U src/contrib/gcc/f/fini.c
  U src/contrib/gcc/f/info-b.def
  U src/contrib/gcc/f/target.c
  U src/contrib/gcc/f/equiv.c
  U src/contrib/gcc/f/ffe.texi
  U src/contrib/gcc/f/g77.texi
  U src/contrib/gcc/f/target.h
  U src/contrib/gcc/f/equiv.h
  U src/contrib/gcc/f/info-k.def
  U src/contrib/gcc/f/ChangeLog.0
  U src/contrib/gcc/f/top.c
  U src/contrib/gcc/f/RELEASE-PREP
  U src/contrib/gcc/f/str-fo.fin
  U src/contrib/gcc/f/malloc.c
  U src/contrib/gcc/f/intdoc.texi
  U src/contrib/gcc/f/top.h
  U src/contrib/gcc/f/config-lang.in
  U src/contrib/gcc/f/root.texi
  U src/contrib/gcc/f/info-w.def
  U src/contrib/gcc/f/malloc.h
  U src/contrib/gcc/f/com-rt.def
  U src/contrib/gcc/f/str-nq.fin
  U src/contrib/gcc/f/name.c
  U src/contrib/gcc/f/type.c
  U src/contrib/gcc/f/name.h
  U src/contrib/gcc/f/st.c
  U src/contrib/gcc/f/bad.c
  U src/contrib/gcc/f/type.h
  U src/contrib/gcc/f/bugs.texi
  U src/contrib/gcc/f/sta.c
  U src/contrib/gcc/f/bld-op.def
  U src/contrib/gcc/f/stc.c
  U src/contrib/gcc/f/st.h
  U src/contrib/gcc/f/bad.h
  U src/contrib/gcc/f/ste.c
  U src/contrib/gcc/f/sta.h
  U src/contrib/gcc/f/lab.c
  U src/contrib/gcc/f/stc.h
  U src/contrib/gcc/f/ste.h
  U src/contrib/gcc/f/news.texi
  U src/contrib/gcc/f/lab.h
  U src/contrib/gcc/f/sts.c
  U src/contrib/gcc/f/parse.c
  U src/contrib/gcc/f/stu.c
  U src/contrib/gcc/f/stw.c
  U src/contrib/gcc/f/bit.c
  U src/contrib/gcc/f/com.c
  U src/contrib/gcc/f/str-op.fin
  U src/contrib/gcc/f/sts.h
  U src/contrib/gcc/f/stu.h
  U src/contrib/gcc/f/symbol.def
  U src/contrib/gcc/f/str-ot.fin
  U src/contrib/gcc/f/stw.h
  U src/contrib/gcc/f/bit.h
  U src/contrib/gcc/f/com.h
  U src/contrib/gcc/f/str-1t.fin
  U src/contrib/gcc/f/lex.c
  U src/contrib/gcc/f/lex.h
  U src/contrib/gcc/ginclude/stddef.h
  U src/contrib/gcc/ginclude/iso646.h
  U src/contrib/gcc/ginclude/stdarg.h
  U src/contrib/gcc/ginclude/float.h
  U src/contrib/gcc/ginclude/varargs.h
  U src/contrib/gcc/ginclude/stdbool.h
  U src/contrib/gcc/objc/Make-lang.in
  U src/contrib/gcc/objc/lang-specs.h
  U src/contrib/gcc/objc/objc-act.c
  U src/contrib/gcc/objc/objc-tree.def
  U src/contrib/gcc/objc/objc-act.h
  U src/contrib/gcc/objc/config-lang.in
  U src/contrib/gcc/objc/README
  U src/contrib/gcc/objc/objc-lang.c
  U src/contrib/gcc/cp/lang-specs.h
  U src/contrib/gcc/cp/typeck.c
  U src/contrib/gcc/cp/optimize.c
  U src/contrib/gcc/cp/ChangeLog.1
  U src/contrib/gcc/cp/init.c
  U src/contrib/gcc/cp/ChangeLog.2
  U src/contrib/gcc/cp/class.c
  U src/contrib/gcc/cp/repo.c
  U src/contrib/gcc/cp/ChangeLog.3
  C src/contrib/gcc/cp/decl.c
  U src/contrib/gcc/cp/cxx-pretty-print.c
  U src/contrib/gcc/cp/config-lang.in
  U src/contrib/gcc/cp/cfns.gperf
  U src/contrib/gcc/cp/call.c
  U src/contrib/gcc/cp/cp-tree.def
  U src/contrib/gcc/cp/decl.h
  U src/contrib/gcc/cp/ptree.c
  U src/contrib/gcc/cp/Make-lang.in
  U src/contrib/gcc/cp/method.c
  U src/contrib/gcc/cp/rtti.c
  U src/contrib/gcc/cp/g++spec.c
  U src/contrib/gcc/cp/except.c
  U src/contrib/gcc/cp/error.c
  U src/contrib/gcc/cp/operators.def
  U src/contrib/gcc/cp/NEWS
  U src/contrib/gcc/cp/cvt.c
  U src/contrib/gcc/cp/tree.c
  U src/contrib/gcc/cp/mangle.c
  U src/contrib/gcc/cp/cp-tree.h
  U src/contrib/gcc/cp/dump.c
  U src/contrib/gcc/cp/search.c
  U src/contrib/gcc/cp/ChangeLog
  U src/contrib/gcc/cp/friend.c
  U src/contrib/gcc/cp/expr.c
  U src/contrib/gcc/cp/ChangeLog.egcs
  U src/contrib/gcc/cp/cp-lang.c
  U src/contrib/gcc/cp/typeck2.c
  U src/contrib/gcc/cp/pt.c
  U src/contrib/gcc/cp/cxx-pretty-print.h
  U src/contrib/gcc/cp/semantics.c
  U src/contrib/gcc/cp/name-lookup.c
  U src/contrib/gcc/cp/lex.c
  U src/contrib/gcc/cp/decl2.c
  U src/contrib/gcc/cp/name-lookup.h
  U src/contrib/gcc/cp/parser.c
  U src/contrib/gcc/cp/lex.h
  U src/contrib/gcc/config/t-slibgcc-sld
  U src/contrib/gcc/config/t-netbsd
  U src/contrib/gcc/config/t-libc-ok
  U src/contrib/gcc/config/lynx-ng.h
  U src/contrib/gcc/config/svr4.h
  U src/contrib/gcc/config/linux.h
  U src/contrib/gcc/config/t-darwin
  U src/contrib/gcc/config/t-libgcc-pic
  U src/contrib/gcc/config/x-interix
  U src/contrib/gcc/config/t-slibgcc-darwin
  U src/contrib/gcc/config/dbxcoff.h
  U src/contrib/gcc/config/elfos.h
  U src/contrib/gcc/config/t-svr4
  U src/contrib/gcc/config/t-openbsd-thread
  U src/contrib/gcc/config/libgloss.h
  U src/contrib/gcc/config/windiss.h
  U src/contrib/gcc/config/interix.h
  U src/contrib/gcc/config/gofast.h
  U src/contrib/gcc/config/netbsd-aout.h
  U src/contrib/gcc/config/darwin-crt2.c
  U src/contrib/gcc/config/gnu.h
  U src/contrib/gcc/config/rtems.h
  N src/contrib/gcc/config/x-solaris
  U src/contrib/gcc/config/t-vxworks
  U src/contrib/gcc/config/darwin-c.c
  U src/contrib/gcc/config/linux-aout.h
  U src/contrib/gcc/config/t-libunwind
  U src/contrib/gcc/config/darwin-protos.h
  U src/contrib/gcc/config/t-libunwind-elf
  U src/contrib/gcc/config/darwin.c
  U src/contrib/gcc/config/sol2.h
  U src/contrib/gcc/config/freebsd-nthr.h
  U src/contrib/gcc/config/darwin.h
  U src/contrib/gcc/config/usegas.h
  U src/contrib/gcc/config/kaos.h
  U src/contrib/gcc/config/t-slibgcc-nolc-override
  U src/contrib/gcc/config/svr3.h
  U src/contrib/gcc/config/kfreebsdgnu.h
  U src/contrib/gcc/config/dbxelf.h
  U src/contrib/gcc/config/t-gnu
  U src/contrib/gcc/config/t-openbsd
  U src/contrib/gcc/config/t-rtems
  U src/contrib/gcc/config/fp-bit.c
  N src/contrib/gcc/config/host-solaris.c
  U src/contrib/gcc/config/dbx.h
  U src/contrib/gcc/config/vxlib.c
  U src/contrib/gcc/config/t-linux-gnulibc1
  U src/contrib/gcc/config/lynx.h
  U src/contrib/gcc/config/fp-bit.h
  U src/contrib/gcc/config/t-freebsd-thread
  U src/contrib/gcc/config/udivmodsi4.c
  U src/contrib/gcc/config/t-freebsd
  U src/contrib/gcc/config/t-kfreebsd-gnu
  U src/contrib/gcc/config/openbsd.h
  U src/contrib/gcc/config/udivmod.c
  U src/contrib/gcc/config/ptx4.h
  U src/contrib/gcc/config/openbsd-oldgas.h
  C src/contrib/gcc/config/freebsd-spec.h
  U src/contrib/gcc/config/tm-dwarf2.h
  U src/contrib/gcc/config/interix3.h
  N src/contrib/gcc/config/host-linux.c
  U src/contrib/gcc/config/libgcc-glibc.ver
  U src/contrib/gcc/config/README
  U src/contrib/gcc/config/freebsd.h
  U src/contrib/gcc/config/t-linux
  U src/contrib/gcc/config/divmod.c
  C src/contrib/gcc/config/x-linux
  U src/contrib/gcc/config/netbsd.h
  U src/contrib/gcc/config/t-slibgcc-elf-ver
  U src/contrib/gcc/config/netbsd-elf.h
  U src/contrib/gcc/config/vxworks.h
  U src/contrib/gcc/config/alpha/vms_tramp.asm
  U src/contrib/gcc/config/alpha/vms-ld.c
  U src/contrib/gcc/config/alpha/linux.h
  U src/contrib/gcc/config/alpha/t-alpha
  U src/contrib/gcc/config/alpha/vms-dwarf2eh.asm
  U src/contrib/gcc/config/alpha/va_list.h
  U src/contrib/gcc/config/alpha/lib1funcs.asm
  U src/contrib/gcc/config/alpha/t-unicosmk
  U src/contrib/gcc/config/alpha/linux-elf.h
  U src/contrib/gcc/config/alpha/vms.h
  U src/contrib/gcc/config/alpha/elf.h
  U src/contrib/gcc/config/alpha/vms-crt0.c
  U src/contrib/gcc/config/alpha/ev4.md
  U src/contrib/gcc/config/alpha/ev6.md
  U src/contrib/gcc/config/alpha/vms-cc.c
  C src/contrib/gcc/config/alpha/alpha.c
  U src/contrib/gcc/config/alpha/vms-psxcrt0-64.c
  U src/contrib/gcc/config/alpha/vms-dwarf2.asm
  U src/contrib/gcc/config/alpha/alpha.h
  U src/contrib/gcc/config/alpha/t-crtfm
  U src/contrib/gcc/config/alpha/openbsd.h
  U src/contrib/gcc/config/alpha/gnu.h
  U src/contrib/gcc/config/alpha/t-vms64
  U src/contrib/gcc/config/alpha/vms-crt0-64.c
  U src/contrib/gcc/config/alpha/alpha.md
  U src/contrib/gcc/config/alpha/alpha-modes.def
  U src/contrib/gcc/config/alpha/vms-psxcrt0.c
  U src/contrib/gcc/config/alpha/ev5.md
  U src/contrib/gcc/config/alpha/alpha-protos.h
  U src/contrib/gcc/config/alpha/freebsd.h
  U src/contrib/gcc/config/alpha/qrnnd.asm
  U src/contrib/gcc/config/alpha/crtfastmath.c
  U src/contrib/gcc/config/alpha/osf5.h
  U src/contrib/gcc/config/alpha/netbsd.h
  U src/contrib/gcc/config/alpha/vms64.h
  U src/contrib/gcc/config/alpha/t-vms
  U src/contrib/gcc/config/alpha/t-ieee
  U src/contrib/gcc/config/alpha/x-vms
  U src/contrib/gcc/config/alpha/t-osf4
  U src/contrib/gcc/config/alpha/t-osf-pthread
  U src/contrib/gcc/config/alpha/osf.h
  U src/contrib/gcc/config/alpha/xm-vms.h
  U src/contrib/gcc/config/alpha/unicosmk.h
  U src/contrib/gcc/config/frv/frv-modes.def
  U src/contrib/gcc/config/frv/frvbegin.c
  U src/contrib/gcc/config/frv/frv.h
  U src/contrib/gcc/config/frv/ulltod.c
  U src/contrib/gcc/config/frv/ulltof.c
  U src/contrib/gcc/config/frv/cmovd.c
  U src/contrib/gcc/config/frv/frv.md
  U src/contrib/gcc/config/frv/cmovh.c
  U src/contrib/gcc/config/frv/t-frv
  U src/contrib/gcc/config/frv/umodi.c
  U src/contrib/gcc/config/frv/lib1funcs.asm
  U src/contrib/gcc/config/frv/frv-asm.h
  U src/contrib/gcc/config/frv/uitod.c
  U src/contrib/gcc/config/frv/frv-protos.h
  U src/contrib/gcc/config/frv/frvend.c
  U src/contrib/gcc/config/frv/frv-abi.h
  U src/contrib/gcc/config/frv/uitof.c
  U src/contrib/gcc/config/frv/modi.c
  U src/contrib/gcc/config/frv/cmovw.c
  U src/contrib/gcc/config/frv/frv.c
  U src/contrib/gcc/config/s390/t-crtstuff
  U src/contrib/gcc/config/s390/s390.c
  U src/contrib/gcc/config/s390/tpf.h
  U src/contrib/gcc/config/s390/libgcc-glibc.ver
  U src/contrib/gcc/config/s390/s390-modes.def
  U src/contrib/gcc/config/s390/fixdfdi.h
  U src/contrib/gcc/config/s390/s390.h
  U src/contrib/gcc/config/s390/linux.h
  U src/contrib/gcc/config/s390/s390-protos.h
  U src/contrib/gcc/config/s390/2064.md
  U src/contrib/gcc/config/s390/t-linux64
  U src/contrib/gcc/config/s390/t-tpf
  U src/contrib/gcc/config/s390/2084.md
  U src/contrib/gcc/config/s390/s390x.h
  U src/contrib/gcc/config/s390/s390.md
  U src/contrib/gcc/config/ia64/t-glibc-libunwind
  U src/contrib/gcc/config/ia64/libgcc-ia64.ver
  U src/contrib/gcc/config/ia64/crti.asm
  U src/contrib/gcc/config/ia64/t-glibc
  U src/contrib/gcc/config/ia64/ia64.c
  U src/contrib/gcc/config/ia64/crtn.asm
  U src/contrib/gcc/config/ia64/linux.h
  U src/contrib/gcc/config/ia64/t-hpux
  U src/contrib/gcc/config/ia64/itanium1.md
  U src/contrib/gcc/config/ia64/unwind-ia64.c
  U src/contrib/gcc/config/ia64/itanium2.md
  U src/contrib/gcc/config/ia64/ia64.h
  U src/contrib/gcc/config/ia64/unwind-ia64.h
  U src/contrib/gcc/config/ia64/elf.h
  U src/contrib/gcc/config/ia64/fde-glibc.c
  U src/contrib/gcc/config/ia64/crtend.asm
  U src/contrib/gcc/config/ia64/freebsd.h
  U src/contrib/gcc/config/ia64/crtfastmath.c
  U src/contrib/gcc/config/ia64/ia64.md
  U src/contrib/gcc/config/ia64/quadlib.c
  U src/contrib/gcc/config/ia64/ia64-c.c
  U src/contrib/gcc/config/ia64/t-ia64
  U src/contrib/gcc/config/ia64/ia64-modes.def
  U src/contrib/gcc/config/ia64/hpux.h
  U src/contrib/gcc/config/ia64/sysv4.h
  U src/contrib/gcc/config/ia64/lib1funcs.asm
  U src/contrib/gcc/config/ia64/crtbegin.asm
  U src/contrib/gcc/config/ia64/ia64intrin.h
  U src/contrib/gcc/config/ia64/ia64-protos.h
  U src/contrib/gcc/config/sparc/hypersparc.md
  U src/contrib/gcc/config/sparc/t-sol2
  U src/contrib/gcc/config/sparc/litecoff.h
  U src/contrib/gcc/config/sparc/lite.h
  U src/contrib/gcc/config/sparc/linux.h
  U src/contrib/gcc/config/sparc/sp64-elf.h
  U src/contrib/gcc/config/sparc/supersparc.md
  U src/contrib/gcc/config/sparc/sol2-ci.asm
  U src/contrib/gcc/config/sparc/cypress.md
  U src/contrib/gcc/config/sparc/t-sparclite
  U src/contrib/gcc/config/sparc/openbsd1-64.h
  U src/contrib/gcc/config/sparc/sp64-aout.h
  U src/contrib/gcc/config/sparc/t-sp86x
  U src/contrib/gcc/config/sparc/openbsd64.h
  U src/contrib/gcc/config/sparc/pbd.h
  U src/contrib/gcc/config/sparc/t-openbsd
  U src/contrib/gcc/config/sparc/sol2-cn.asm
  U src/contrib/gcc/config/sparc/sol2-64.h
  U src/contrib/gcc/config/sparc/elf.h
  U src/contrib/gcc/config/sparc/aout.h
  U src/contrib/gcc/config/sparc/sol2-c1.asm
  U src/contrib/gcc/config/sparc/openbsd.h
  U src/contrib/gcc/config/sparc/t-crtfm
  U src/contrib/gcc/config/sparc/libgcc-sparc-glibc.ver
  U src/contrib/gcc/config/sparc/sparc.c
  U src/contrib/gcc/config/sparc/sol2-gas-bi.h
  U src/contrib/gcc/config/sparc/sparc.md
  U src/contrib/gcc/config/sparc/ultra3.md
  U src/contrib/gcc/config/sparc/t-linux64
  U src/contrib/gcc/config/sparc/sparc-protos.h
  U src/contrib/gcc/config/sparc/sp86x-elf.h
  U src/contrib/gcc/config/sparc/sysv4-only.h
  U src/contrib/gcc/config/sparc/biarch64.h
  U src/contrib/gcc/config/sparc/ultra1_2.md
  U src/contrib/gcc/config/sparc/t-netbsd64
  U src/contrib/gcc/config/sparc/sol2-bi.h
  U src/contrib/gcc/config/sparc/sol2-gld-bi.h
  U src/contrib/gcc/config/sparc/gmon-sol2.c
  U src/contrib/gcc/config/sparc/sparc.h
  U src/contrib/gcc/config/sparc/linux64.h
  U src/contrib/gcc/config/sparc/freebsd.h
  U src/contrib/gcc/config/sparc/crtfastmath.c
  U src/contrib/gcc/config/sparc/lb1spc.asm
  U src/contrib/gcc/config/sparc/sol2.h
  U src/contrib/gcc/config/sparc/rtemself.h
  U src/contrib/gcc/config/sparc/t-elf
  U src/contrib/gcc/config/sparc/t-sol2-64
  U src/contrib/gcc/config/sparc/sol2-gld.h
  U src/contrib/gcc/config/sparc/netbsd-elf.h
  U src/contrib/gcc/config/sparc/liteelf.h
  U src/contrib/gcc/config/sparc/sparc-modes.def
  U src/contrib/gcc/config/sparc/sol26-sld.h
  U src/contrib/gcc/config/sparc/lb1spl.asm
  U src/contrib/gcc/config/sparc/sparclet.md
  U src/contrib/gcc/config/sparc/sysv4.h
  U src/contrib/gcc/config/i386/svr3dbx.h
  U src/contrib/gcc/config/i386/ppro.md
  U src/contrib/gcc/config/i386/k6.md
  U src/contrib/gcc/config/i386/i386.h
  U src/contrib/gcc/config/i386/t-sol2
  U src/contrib/gcc/config/i386/i386-modes.def
  U src/contrib/gcc/config/i386/lynx-ng.h
  U src/contrib/gcc/config/i386/cygming.h
  U src/contrib/gcc/config/i386/t-interix
  U src/contrib/gcc/config/i386/t-udk
  U src/contrib/gcc/config/i386/linux.h
  U src/contrib/gcc/config/i386/cygwin.h
  C src/contrib/gcc/config/i386/i386.md
  U src/contrib/gcc/config/i386/i386-interix.h
  U src/contrib/gcc/config/i386/sysv4-cpp.h
  U src/contrib/gcc/config/i386/sol2-c1.asm
  U src/contrib/gcc/config/i386/sco5.h
  U src/contrib/gcc/config/i386/t-rtems-i386
  U src/contrib/gcc/config/i386/cygwin1.c
  U src/contrib/gcc/config/i386/pmmintrin.h
  U src/contrib/gcc/config/i386/vsta.h
  U src/contrib/gcc/config/i386/moss.h
  U src/contrib/gcc/config/i386/uwin.h
  U src/contrib/gcc/config/i386/unix.h
  U src/contrib/gcc/config/i386/kaos-i386.h
  U src/contrib/gcc/config/i386/ptx4-i.h
  U src/contrib/gcc/config/i386/xmmintrin.h
  U src/contrib/gcc/config/i386/xm-djgpp.h
  U src/contrib/gcc/config/i386/att.h
  U src/contrib/gcc/config/i386/svr3z.ifile
  U src/contrib/gcc/config/i386/netbsd64.h
  U src/contrib/gcc/config/i386/gnu.h
  U src/contrib/gcc/config/i386/winnt.c
  U src/contrib/gcc/config/i386/beos-elf.h
  U src/contrib/gcc/config/i386/linux-aout.h
  U src/contrib/gcc/config/i386/mmintrin.h
  U src/contrib/gcc/config/i386/t-uwin
  U src/contrib/gcc/config/i386/t-vxworks
  U src/contrib/gcc/config/i386/t-mingw32
  U src/contrib/gcc/config/i386/t-beos
  U src/contrib/gcc/config/i386/djgpp.h
  U src/contrib/gcc/config/i386/xm-mingw32.h
  U src/contrib/gcc/config/i386/x-mingw32
  U src/contrib/gcc/config/i386/t-svr3dbx
  U src/contrib/gcc/config/i386/mach.h
  U src/contrib/gcc/config/i386/bsd.h
  U src/contrib/gcc/config/i386/t-cygming
  U src/contrib/gcc/config/i386/i386-interix3.h
  U src/contrib/gcc/config/i386/linux64.h
  U src/contrib/gcc/config/i386/gas.h
  U src/contrib/gcc/config/i386/sol2.h
  U src/contrib/gcc/config/i386/t-crtstuff
  U src/contrib/gcc/config/i386/xm-cygwin.h
  U src/contrib/gcc/config/i386/gstabs.h
  U src/contrib/gcc/config/i386/darwin.h
  U src/contrib/gcc/config/i386/mingw32.h
  U src/contrib/gcc/config/i386/sysv3.h
  U src/contrib/gcc/config/i386/cygwin.asm
  U src/contrib/gcc/config/i386/sysv5.h
  U src/contrib/gcc/config/i386/kfreebsdgnu.h
  U src/contrib/gcc/config/i386/sol2-ci.asm
  U src/contrib/gcc/config/i386/emmintrin.h
  U src/contrib/gcc/config/i386/t-nto
  U src/contrib/gcc/config/i386/libgcc-x86_64-glibc.ver
  U src/contrib/gcc/config/i386/t-openbsd
  U src/contrib/gcc/config/i386/sol2-cn.asm
  U src/contrib/gcc/config/i386/t-cygwin
  U src/contrib/gcc/config/i386/uwin.asm
  U src/contrib/gcc/config/i386/x86-64.h
  U src/contrib/gcc/config/i386/cygwin2.c
  U src/contrib/gcc/config/i386/i386-protos.h
  U src/contrib/gcc/config/i386/t-djgpp
  U src/contrib/gcc/config/i386/sol2-gc1.asm
  U src/contrib/gcc/config/i386/udk.h
  U src/contrib/gcc/config/i386/freebsd64.h
  U src/contrib/gcc/config/i386/t-linux64
  U src/contrib/gcc/config/i386/t-sco5
  U src/contrib/gcc/config/i386/svr3gas.h
  U src/contrib/gcc/config/i386/pentium.md
  U src/contrib/gcc/config/i386/openbsd.h
  U src/contrib/gcc/config/i386/lynx.h
  U src/contrib/gcc/config/i386/t-i386elf
  U src/contrib/gcc/config/i386/svr3.ifile
  U src/contrib/gcc/config/i386/athlon.md
  U src/contrib/gcc/config/i386/gthr-win32.c
  U src/contrib/gcc/config/i386/i386-aout.h
  U src/contrib/gcc/config/i386/t-crtpic
  U src/contrib/gcc/config/i386/nto.h
  U src/contrib/gcc/config/i386/biarch64.h
  U src/contrib/gcc/config/i386/i386-coff.h
  U src/contrib/gcc/config/i386/gmon-sol2.c
  U src/contrib/gcc/config/i386/freebsd.h
  U src/contrib/gcc/config/i386/netbsd.h
  U src/contrib/gcc/config/i386/freebsd-aout.h
  U src/contrib/gcc/config/i386/i386elf.h
  U src/contrib/gcc/config/i386/rtemself.h
  U src/contrib/gcc/config/i386/netbsd-elf.h
  U src/contrib/gcc/config/i386/vxworks.h
  U src/contrib/gcc/config/i386/crtdll.h
  C src/contrib/gcc/config/i386/i386.c
  U src/contrib/gcc/config/i386/sysv4.h
  U src/contrib/gcc/config/rs6000/host-darwin.c
  U src/contrib/gcc/config/rs6000/power4.md
  U src/contrib/gcc/config/rs6000/altivec-defs.h
  U src/contrib/gcc/config/rs6000/t-netbsd
  U src/contrib/gcc/config/rs6000/t-fprules
  U src/contrib/gcc/config/rs6000/6xx.md
  U src/contrib/gcc/config/rs6000/linux.h
  U src/contrib/gcc/config/rs6000/t-darwin
  U src/contrib/gcc/config/rs6000/t-ppcos
  U src/contrib/gcc/config/rs6000/eabi.h
  U src/contrib/gcc/config/rs6000/t-spe
  U src/contrib/gcc/config/rs6000/x-darwin
  U src/contrib/gcc/config/rs6000/darwin-ldouble.c
  U src/contrib/gcc/config/rs6000/t-rs6000
  U src/contrib/gcc/config/rs6000/xcoff.h
  U src/contrib/gcc/config/rs6000/eabialtivec.h
  U src/contrib/gcc/config/rs6000/linuxspe.h
  U src/contrib/gcc/config/rs6000/tramp.asm
  U src/contrib/gcc/config/rs6000/8540.md
  U src/contrib/gcc/config/rs6000/sol-cn.asm
  U src/contrib/gcc/config/rs6000/603.md
  U src/contrib/gcc/config/rs6000/kaos-ppc.h
  U src/contrib/gcc/config/rs6000/sol-ci.asm
  U src/contrib/gcc/config/rs6000/windiss.h
  U src/contrib/gcc/config/rs6000/lynxbase.h
  U src/contrib/gcc/config/rs6000/darwin-ldouble-shared.c
  U src/contrib/gcc/config/rs6000/libgcc-ppc64.ver
  U src/contrib/gcc/config/rs6000/aix41.h
  U src/contrib/gcc/config/rs6000/mpc.md
  U src/contrib/gcc/config/rs6000/beos.h
  U src/contrib/gcc/config/rs6000/aix43.h
  U src/contrib/gcc/config/rs6000/t-newas
  U src/contrib/gcc/config/rs6000/gnu.h
  U src/contrib/gcc/config/rs6000/rtems.h
  U src/contrib/gcc/config/rs6000/default64.h
  U src/contrib/gcc/config/rs6000/t-vxworks
  U src/contrib/gcc/config/rs6000/7xx.md
  U src/contrib/gcc/config/rs6000/spe.md
  U src/contrib/gcc/config/rs6000/t-beos
  U src/contrib/gcc/config/rs6000/rs6000-c.c
  U src/contrib/gcc/config/rs6000/crtsavres.asm
  U src/contrib/gcc/config/rs6000/rios2.md
  U src/contrib/gcc/config/rs6000/linuxaltivec.h
  U src/contrib/gcc/config/rs6000/linux64.h
  U src/contrib/gcc/config/rs6000/7450.md
  U src/contrib/gcc/config/rs6000/linux-unwind.h
  U src/contrib/gcc/config/rs6000/t-ppcendian
  U src/contrib/gcc/config/rs6000/440.md
  U src/contrib/gcc/config/rs6000/eabi-ci.asm
  U src/contrib/gcc/config/rs6000/darwin.h
  U src/contrib/gcc/config/rs6000/rs6000.c
  U src/contrib/gcc/config/rs6000/eabi-cn.asm
  U src/contrib/gcc/config/rs6000/aix52.h
  U src/contrib/gcc/config/rs6000/eabi.asm
  U src/contrib/gcc/config/rs6000/rs6000.h
  U src/contrib/gcc/config/rs6000/ppc-asm.h
  U src/contrib/gcc/config/rs6000/darwin-tramp.asm
  U src/contrib/gcc/config/rs6000/altivec.md
  U src/contrib/gcc/config/rs6000/rios1.md
  U src/contrib/gcc/config/rs6000/t-aix43
  U src/contrib/gcc/config/rs6000/t-rtems
  U src/contrib/gcc/config/rs6000/rs6000-protos.h
  U src/contrib/gcc/config/rs6000/rs6000.md
  U src/contrib/gcc/config/rs6000/rs6000-modes.def
  U src/contrib/gcc/config/rs6000/rs64.md
  U src/contrib/gcc/config/rs6000/eabisim.h
  U src/contrib/gcc/config/rs6000/sysv4le.h
  U src/contrib/gcc/config/rs6000/t-linux64
  U src/contrib/gcc/config/rs6000/spe.h
  U src/contrib/gcc/config/rs6000/t-ppcgas
  U src/contrib/gcc/config/rs6000/x-linux64
  U src/contrib/gcc/config/rs6000/ppc64-fp.c
  U src/contrib/gcc/config/rs6000/power5.md
  U src/contrib/gcc/config/rs6000/lynx.h
  U src/contrib/gcc/config/rs6000/biarch64.h
  U src/contrib/gcc/config/rs6000/t-aix52
  U src/contrib/gcc/config/rs6000/eabispe.h
  U src/contrib/gcc/config/rs6000/t-ppccomm
  U src/contrib/gcc/config/rs6000/freebsd.h
  U src/contrib/gcc/config/rs6000/milli.exp
  U src/contrib/gcc/config/rs6000/netbsd.h
  U src/contrib/gcc/config/rs6000/aix.h
  U src/contrib/gcc/config/rs6000/vxworks.h
  U src/contrib/gcc/config/rs6000/40x.md
  U src/contrib/gcc/config/rs6000/altivec.h
  U src/contrib/gcc/config/rs6000/aix51.h
  U src/contrib/gcc/config/rs6000/sysv4.h
  U src/contrib/gcc/config/arm/uclinux-elf.h
  U src/contrib/gcc/config/arm/t-netbsd
  U src/contrib/gcc/config/arm/ecos-elf.h
  U src/contrib/gcc/config/arm/semi.h
  U src/contrib/gcc/config/arm/t-xscale-elf
  U src/contrib/gcc/config/arm/iwmmxt.md
  U src/contrib/gcc/config/arm/t-arm-elf
  U src/contrib/gcc/config/arm/unknown-elf.h
  U src/contrib/gcc/config/arm/linux-elf.h
  U src/contrib/gcc/config/arm/t-xscale-coff
  U src/contrib/gcc/config/arm/t-arm-coff
  U src/contrib/gcc/config/arm/t-rtems
  U src/contrib/gcc/config/arm/kaos-arm.h
  U src/contrib/gcc/config/arm/elf.h
  U src/contrib/gcc/config/arm/aout.h
  U src/contrib/gcc/config/arm/t-semi
  U src/contrib/gcc/config/arm/README-interworking
  U src/contrib/gcc/config/arm/ieee754-df.S
  U src/contrib/gcc/config/arm/arm.c
  U src/contrib/gcc/config/arm/coff.h
  U src/contrib/gcc/config/arm/strongarm-pe.h
  U src/contrib/gcc/config/arm/lib1funcs.asm
  U src/contrib/gcc/config/arm/arm.h
  U src/contrib/gcc/config/arm/semiaof.h
  U src/contrib/gcc/config/arm/crti.asm
  U src/contrib/gcc/config/arm/arm.md
  U src/contrib/gcc/config/arm/kaos-strongarm.h
  U src/contrib/gcc/config/arm/t-strongarm-pe
  U src/contrib/gcc/config/arm/xscale-coff.h
  U src/contrib/gcc/config/arm/arm-modes.def
  U src/contrib/gcc/config/arm/t-strongarm-elf
  U src/contrib/gcc/config/arm/mmintrin.h
  U src/contrib/gcc/config/arm/rtems-elf.h
  U src/contrib/gcc/config/arm/t-vxworks
  U src/contrib/gcc/config/arm/pe.c
  U src/contrib/gcc/config/arm/crtn.asm
  U src/contrib/gcc/config/arm/arm-protos.h
  U src/contrib/gcc/config/arm/pe.h
  U src/contrib/gcc/config/arm/aof.h
  U src/contrib/gcc/config/arm/linux-gas.h
  U src/contrib/gcc/config/arm/wince-pe.h
  U src/contrib/gcc/config/arm/freebsd.h
  U src/contrib/gcc/config/arm/t-linux
  U src/contrib/gcc/config/arm/netbsd.h
  U src/contrib/gcc/config/arm/fpa.md
  U src/contrib/gcc/config/arm/t-pe
  U src/contrib/gcc/config/arm/cirrus.md
  U src/contrib/gcc/config/arm/strongarm-elf.h
  U src/contrib/gcc/config/arm/t-wince-pe
  U src/contrib/gcc/config/arm/netbsd-elf.h
  U src/contrib/gcc/config/arm/vxworks.h
  U src/contrib/gcc/config/arm/xscale-elf.h
  U src/contrib/gcc/config/arm/strongarm-coff.h
  U src/contrib/gcc/config/arm/ieee754-sf.S
  
  16 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jFSF:yesterday -jFSF src/contrib/gcc