From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 00:23:40 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7B69E16A41A;
	Sun, 11 Nov 2007 00:23:40 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4CCFC13C481;
	Sun, 11 Nov 2007 00:23:40 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAB0Nep0018055;
	Sun, 11 Nov 2007 00:23:40 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAB0NeLN018054;
	Sun, 11 Nov 2007 00:23:40 GMT (envelope-from sam)
Message-Id: <200711110023.lAB0NeLN018054@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 00:23:40 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/usb if_zyd.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, 11 Nov 2007 00:23:40 -0000

sam         2007-11-11 00:23:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/usb          if_zyd.c 
  Log:
  MFC 1.7: fix a typo in rx radiotap's flags
  
  Approved by:    re (gnn)
  
  Revision  Changes    Path
  1.4.2.2   +1 -1      src/sys/dev/usb/if_zyd.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 00:24:44 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 23E9416A417;
	Sun, 11 Nov 2007 00:24:44 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E959513C480;
	Sun, 11 Nov 2007 00:24:43 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAB0OhBu018101;
	Sun, 11 Nov 2007 00:24:43 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAB0Oh6V018100;
	Sun, 11 Nov 2007 00:24:43 GMT (envelope-from sam)
Message-Id: <200711110024.lAB0Oh6V018100@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 00:24:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/usb if_zydfw.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, 11 Nov 2007 00:24:44 -0000

sam         2007-11-11 00:24:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/usb          if_zydfw.h 
  Log:
  MFC 1.2: upgrade zd1211b firmware; fixes reset problem
  
  Approved by:    re (gnn)
  
  Revision  Changes    Path
  1.1.2.1   +471 -512  src/sys/dev/usb/if_zydfw.h

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 01:16:52 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7A65E16A419;
	Sun, 11 Nov 2007 01:16:52 +0000 (UTC)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 61B1A13C480;
	Sun, 11 Nov 2007 01:16:52 +0000 (UTC)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAB1Gql9030080;
	Sun, 11 Nov 2007 01:16:52 GMT
	(envelope-from mlaier@repoman.freebsd.org)
Received: (from mlaier@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAB1GqRr030079;
	Sun, 11 Nov 2007 01:16:52 GMT (envelope-from mlaier)
Message-Id: <200711110116.lAB1GqRr030079@repoman.freebsd.org>
From: Max Laier <mlaier@FreeBSD.org>
Date: Sun, 11 Nov 2007 01:16: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: src/share/examples/pf Makefile ackpri faq-example1
 faq-example2 faq-example3 pf.conf queue1 queue2 queue3 queue4
 spamd src/etc Makefile pf.conf
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 01:16:52 -0000

mlaier      2007-11-11 01:16:52 UTC

  FreeBSD src repository

  Modified files:
    share/examples/pf    Makefile ackpri faq-example1 faq-example2 
                         faq-example3 queue1 queue2 queue3 queue4 
                         spamd 
    etc                  Makefile 
  Added files:
    share/examples/pf    pf.conf 
  Removed files:
    etc                  pf.conf 
  Log:
  Update pf examples from OpenBSD to catch up with new stateful defaults and
  other syntax changes.  Move pf.conf from /etc to examples, too.
  
  Revision  Changes    Path
  1.365     +1 -1      src/etc/Makefile
  1.4       +0 -83     src/etc/pf.conf (dead)
  1.4       +1 -0      src/share/examples/pf/Makefile
  1.2       +3 -5      src/share/examples/pf/ackpri
  1.2       +25 -22    src/share/examples/pf/faq-example1
  1.2       +10 -10    src/share/examples/pf/faq-example2
  1.2       +29 -31    src/share/examples/pf/faq-example3
  1.1       +34 -0     src/share/examples/pf/pf.conf (new)
  1.2       +6 -8      src/share/examples/pf/queue1
  1.2       +7 -7      src/share/examples/pf/queue2
  1.2       +4 -4      src/share/examples/pf/queue3
  1.2       +0 -0      src/share/examples/pf/queue4
  1.2       +2 -2      src/share/examples/pf/spamd

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 02:16:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EF55716A419;
	Sun, 11 Nov 2007 02:16:00 +0000 (UTC)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id D6A7313C4A7;
	Sun, 11 Nov 2007 02:16:00 +0000 (UTC)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAB2G0Gc033525;
	Sun, 11 Nov 2007 02:16:00 GMT
	(envelope-from mlaier@repoman.freebsd.org)
Received: (from mlaier@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAB2G06e033524;
	Sun, 11 Nov 2007 02:16:00 GMT (envelope-from mlaier)
Message-Id: <200711110216.lAB2G06e033524@repoman.freebsd.org>
From: Max Laier <mlaier@FreeBSD.org>
Date: Sun, 11 Nov 2007 02:16:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/share/examples/pf Makefile ackpri faq-example1
 faq-example2 faq-example3 pf.conf queue1 queue2 queue3 spamd
 src/etc Makefile pf.conf
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 02:16:01 -0000

mlaier      2007-11-11 02:16:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    share/examples/pf    Makefile ackpri faq-example1 faq-example2 
                         faq-example3 queue1 queue2 queue3 spamd 
    etc                  Makefile 
  Added files:           (Branch: RELENG_7)
    share/examples/pf    pf.conf 
  Removed files:         (Branch: RELENG_7)
    etc                  pf.conf 
  Log:
  MFC:
    Update pf examples from OpenBSD to catch up with new stateful defaults and
    other syntax changes.  Move pf.conf from /etc to examples, too.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.360.2.2  +1 -1      src/etc/Makefile
  1.3.2.1    +0 -83     src/etc/pf.conf (dead)
  1.3.10.1   +1 -0      src/share/examples/pf/Makefile
  1.1.12.1   +3 -5      src/share/examples/pf/ackpri
  1.1.12.1   +25 -22    src/share/examples/pf/faq-example1
  1.1.12.1   +10 -10    src/share/examples/pf/faq-example2
  1.1.12.1   +29 -31    src/share/examples/pf/faq-example3
  1.1.2.1    +34 -0     src/share/examples/pf/pf.conf (new)
  1.1.12.1   +6 -8      src/share/examples/pf/queue1
  1.1.12.1   +7 -7      src/share/examples/pf/queue2
  1.1.12.1   +4 -4      src/share/examples/pf/queue3
  1.1.12.1   +2 -2      src/share/examples/pf/spamd

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 02:25:17 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4DF5A16A418
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 02:25:17 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd2mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 1E44E13C4B8
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 02:25:17 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd2mr3so.prod.shaw.ca
	(pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon
	(Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004))
	with ESMTP id <0JRB00M03LDUIG70@l-daemon> for cvs-src@FreeBSD.org; Sat,
	10 Nov 2007 19:25:06 -0700 (MST)
Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147])
	by pd2mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05
	(built Sep
	5 2006)) with ESMTP id <0JRB00K45LDU2910@pd2mr3so.prod.shaw.ca> for
	cvs-src@FreeBSD.org; Sat, 10 Nov 2007 19:25:06 -0700 (MST)
Received: from hexahedron.daemonology.net ([24.82.201.197])
	by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5
	2006))
	with SMTP id <0JRB00GMTLDTAM20@l-daemon> for cvs-src@FreeBSD.org; Sat,
	10 Nov 2007 19:25:06 -0700 (MST)
Received: (qmail 1374 invoked from network); Sun, 11 Nov 2007 02:25:03 +0000
Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1)
	by localhost with SMTP; Sun, 11 Nov 2007 02:25:03 +0000
Date: Sat, 10 Nov 2007 18:25:03 -0800
From: Colin Percival <cperciva@freebsd.org>
In-reply-to: <4735008D.7030600@FreeBSD.org>
To: Maxim Sobolev <sobomax@FreeBSD.org>
Message-id: <473667FF.2010005@freebsd.org>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
X-Enigmail-Version: 0.95.0
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4735008D.7030600@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (X11/20071102)
Cc: cvs-src@FreeBSD.org, Kris Kennaway <kris@FreeBSD.org>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
 mp_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, 11 Nov 2007 02:25:17 -0000

Maxim Sobolev wrote:
> For what it is worth I think Nate has the correct point. We should not
> force this setting upon each and every user if it can realistically
> affect only 0.0001% of our userbase.

We're not forcing anything -- it's configurable via loader.conf.  All
we're talking about is changing the default value.

> By the way, I wonder how sun4v (aka Niagara) fares in this respect. As
> long as I know, they use similar concept, when 8 physical cores can run
> 32 threads. Should we disable it by default there as well? ;-)

I haven't seen any experiments done on sun4v, but I'm less concerned about
it since I believe sun4v boxes are used more often for large computing jobs
rather than for interactive logins with many untrusted users.  Of course,
if/when we have scheduler support for keeping different users on separate
cores, this should be applied to sun4v as well.

Colin Percival

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 02:27:51 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 508EB16A418
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 02:27:51 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd2mo2so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 2224313C491
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 02:27:51 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd2mr1so.prod.shaw.ca
	(pd2mr1so-qfe3.prod.shaw.ca [10.0.141.110]) by l-daemon
	(Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004))
	with ESMTP id <0JRB00571LGF6ED0@l-daemon> for cvs-src@FreeBSD.org; Sat,
	10 Nov 2007 19:26:39 -0700 (MST)
Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80])
	by pd2mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05
	(built Sep
	5 2006)) with ESMTP id <0JRB00CVKLGELP20@pd2mr1so.prod.shaw.ca> for
	cvs-src@FreeBSD.org; Sat, 10 Nov 2007 19:26:39 -0700 (MST)
Received: from hexahedron.daemonology.net ([24.82.201.197])
	by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15
	2004))
	with SMTP id <0JRB00NHJLG91I20@l-daemon> for cvs-src@FreeBSD.org; Sat,
	10 Nov 2007 19:26:38 -0700 (MST)
Received: (qmail 1388 invoked from network); Sun, 11 Nov 2007 02:26:32 +0000
Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1)
	by localhost with SMTP; Sun, 11 Nov 2007 02:26:32 +0000
Date: Sat, 10 Nov 2007 18:26:31 -0800
From: Colin Percival <cperciva@freebsd.org>
In-reply-to: <47349F8D.5040509@FreeBSD.org>
To: Kris Kennaway <kris@FreeBSD.org>
Message-id: <47366857.7050802@freebsd.org>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
X-Enigmail-Version: 0.95.0
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47340B7F.6040505@freebsd.org>
	<47349F8D.5040509@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (X11/20071102)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
 mp_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, 11 Nov 2007 02:27:51 -0000

Kris Kennaway wrote:
> Colin Percival wrote:
>> To quote core@, whom I agree with on this point:
>>   We think this decision should be revisited once at least one of the
>>   following occur: new crypto code is made available by crypto vendors to
>>   address cache-related attacks, or sufficient work is performed on
>>   scheduling and protection mechanisms to prevent the attack from being
>>   exploited.
>>
>> When I have time, I'm working on a cryptographic library ...
> 
> Sounds possibly infeasible and at the very least a long way off.  Is it
> appropriate to continue to leave hyperthreading disabled for the
> indefinite future pending the completion of a library you hope to one
> day write?

You seem to be ignoring the second half of core's criteria for revisiting
this decision: "or sufficient work is performed on scheduling and protection
mechanisms to prevent the attack from being exploited".  This certainly
seems to be the route which involves less work -- but since my expertise is
in cryptography rather than schedulers, I can only work on the cryptographic
option.

Colin Percival


From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 02:54:26 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 98AB716A417;
	Sun, 11 Nov 2007 02:54:26 +0000 (UTC)
	(envelope-from max@love2party.net)
Received: from moutng.kundenserver.de (moutng.kundenserver.de
	[212.227.126.188])
	by mx1.freebsd.org (Postfix) with ESMTP id 131DF13C491;
	Sun, 11 Nov 2007 02:54:26 +0000 (UTC)
	(envelope-from max@love2party.net)
Received: from amd64.laiers.local (dslb-088-066-025-148.pools.arcor-ip.net
	[88.66.25.148])
	by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis)
	id 0ML2xA-1Ir2xI3GD2-0005E3; Sun, 11 Nov 2007 03:53:50 +0100
From: Max Laier <max@love2party.net>
Organization: FreeBSD
To: Maxim Sobolev <sobomax@freebsd.org>
Date: Sun, 11 Nov 2007 03:53:34 +0100
User-Agent: KMail/1.9.7
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<20071110190555.I35816@delplex.bde.org>
	<47357937.6080400@FreeBSD.org>
In-Reply-To: <47357937.6080400@FreeBSD.org>
X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGd<hB5S>u+2];
	R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart3225888.mB67qsGIbI";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200711110353.45378.max@love2party.net>
X-Provags-ID: V01U2FsdGVkX18bYR5oGkwAz6sIiZnZ8FETaXUJeBuiDmntJyc
	/ujAQZrohUnneoIOOt9/QxiNHeJHjJ7lK9O4Vwx4c3YDARjaMI
	rFBK+2d2BHtuzEevSqPoyuYyQJVvd5jOV+QneP32Is=
Cc: src-committers@freebsd.org, Bruce Evans <brde@optusnet.com.au>,
	cvs-src@freebsd.org, Kris Kennaway <kris@freebsd.org>,
	cvs-all@freebsd.org, Colin Percival <cperciva@freebsd.org>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
	mp_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, 11 Nov 2007 02:54:26 -0000

--nextPart3225888.mB67qsGIbI
Content-Type: multipart/mixed;
  boundary="Boundary-01=_06mNHqxpNSQ1xV/"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_06mNHqxpNSQ1xV/
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Saturday 10 November 2007, Maxim Sobolev wrote:
> Bruce Evans wrote:
> > Off is a good default since hyperthreading seems to be a
> > pessimization in most casts.
>
> Well, actually it all depends on workload and scheduling. I believe ULE
> is expected to improve things quite a bit in scheduling department.
> However, even with ol'good SCHED_BSD we measured noticeable performance
> increase (15-25%) in CPU intensive real-world tasks  with HTT enabled
> on 2-way SMP Xeon system. It was in 2004, both CPUs and schedules
> should have been improved since that time.

How about something along the lines of the attached?  Completely untested=20
and my first time to touch sysinstall, but it seems to make sense to give=20
the first time user a tiny hint/choice like that.  Would be nice to first=20
check if we are even HTT-capable - how do you figure that out again?

=2D-=20
/"\  Best regards,                      | mlaier@freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier@EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News

--Boundary-01=_06mNHqxpNSQ1xV/
Content-Type: text/x-diff; charset="iso-8859-1"; name="htt.sysinstall.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="htt.sysinstall.diff"

Index: config.c
=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: /home/ncvs/src/usr.sbin/sysinstall/config.c,v
retrieving revision 1.242.2.1
diff -u -r1.242.2.1 config.c
=2D-- config.c	1 Nov 2007 13:07:28 -0000	1.242.2.1
+++ config.c	11 Nov 2007 02:45:56 -0000
@@ -956,6 +956,27 @@
 }=20
 #endif
=20
+#if defined(__i386__) || defined(__amd64__)
+int
+configHTT(dialogMenuItem *self)
+{
+    FILE *ldconf;
+
+    ldconf =3D fopen("/boot/loader.conf", "a");
+    if (ldconf =3D=3D NULL) {
+	msgConfirm("Unable to open /boot/loader.conf.  Please set\n"
+                   "machdep.hyperthreading_allowed=3D1 manually.\n");
+	return DITEM_FAILURE;
+    }
+
+    fprintf(ldconf, "# --- Generated by sysinstall ---\n");
+    fprintf(ldconf, "machdep.hyperthreading_allowed=3D1\n");
+    fclose(ldconf);
+
+    return DITEM_SUCCESS;
+}=20
+#endif
+
 int
 configMTAPostfix(dialogMenuItem *self)
 {
Index: install.c
=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: /home/ncvs/src/usr.sbin/sysinstall/install.c,v
retrieving revision 1.373
diff -u -r1.373 install.c
=2D-- install.c	25 Jun 2007 16:37:16 -0000	1.373
+++ install.c	11 Nov 2007 02:42:15 -0000
@@ -713,6 +713,14 @@
     }
 #endif
=20
+#if defined(__i386__) || defined(__amd64__)
+    dialog_clear_norefresh();
+    if (!msgNoYes("Would you like to enable HyperThreading despite possibl=
e security issues?\n"
+                  "Consult 'FreeBSD-SA-05:09.htt' for details.\n")) {
+        (void)configHTT(self);
+    }
+#endif
+
     /* Now would be a good time to checkpoint the configuration data */
     configRC_conf();
     sync();
Index: sysinstall.h
=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: /home/ncvs/src/usr.sbin/sysinstall/sysinstall.h,v
retrieving revision 1.274
diff -u -r1.274 sysinstall.h
=2D-- sysinstall.h	25 Jun 2007 16:37:16 -0000	1.274
+++ sysinstall.h	11 Nov 2007 02:46:53 -0000
@@ -560,6 +560,9 @@
 extern int	checkLoaderACPI(void);
 extern int	configLoaderACPI(int);
 #endif
+#if defined(__i386__) || defined(__amd64__)
+extern int	configHTT(dialogMenuItem *self);
+#endif
=20
 /* devices.c */
 extern DMenu	*deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(d=
ialogMenuItem *d),

--Boundary-01=_06mNHqxpNSQ1xV/--

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQBHNm65XyyEoT62BG0RAhYdAJ4zfaDJbpkHf69jPloJbbeF4bQDMQCfZql6
cHRmk1wRW/LikwalW5uoWtY=
=XSv9
-----END PGP SIGNATURE-----

--nextPart3225888.mB67qsGIbI--

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 03:07:21 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6645016A417;
	Sun, 11 Nov 2007 03:07:21 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b])
	by mx1.freebsd.org (Postfix) with ESMTP id A0BAD13C4C1;
	Sun, 11 Nov 2007 03:07:19 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Message-ID: <473671E5.9080603@FreeBSD.org>
Date: Sun, 11 Nov 2007 04:07:17 +0100
From: Kris Kennaway <kris@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: Colin Percival <cperciva@freebsd.org>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47340B7F.6040505@freebsd.org>
	<47349F8D.5040509@FreeBSD.org> <47366857.7050802@freebsd.org>
In-Reply-To: <47366857.7050802@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; 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/amd64/amd64 mp_machdep.c src/sys/i386/i386
 mp_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, 11 Nov 2007 03:07:21 -0000

Colin Percival wrote:
> Kris Kennaway wrote:
>> Colin Percival wrote:
>>> To quote core@, whom I agree with on this point:
>>>   We think this decision should be revisited once at least one of the
>>>   following occur: new crypto code is made available by crypto vendors to
>>>   address cache-related attacks, or sufficient work is performed on
>>>   scheduling and protection mechanisms to prevent the attack from being
>>>   exploited.
>>>
>>> When I have time, I'm working on a cryptographic library ...
>> Sounds possibly infeasible and at the very least a long way off.  Is it
>> appropriate to continue to leave hyperthreading disabled for the
>> indefinite future pending the completion of a library you hope to one
>> day write?
> 
> You seem to be ignoring the second half of core's criteria for revisiting
> this decision: "or sufficient work is performed on scheduling and protection
> mechanisms to prevent the attack from being exploited".  This certainly
> seems to be the route which involves less work -- but since my expertise is
> in cryptography rather than schedulers, I can only work on the cryptographic
> option.
> 
> Colin Percival

On the contrary, my response is the same.  If you wanted to solve this 
problem by modifying the scheduler or developing a protection API you 
could have put some effort into solving it over the past 2 years, 
soliciting help from the community when you needed it.  It seems more 
likely to me that you have just lost interest in solving the problem, 
which leaves FreeBSD stuck in an indefinite wait state.

Do you have a concrete proposal for bringing this problem to a 
conclusion, other than hoping that either you will one day be motivated 
(financially or otherwise) to work on it yourself, or that someone else 
will step in and solve the problem instead?

Kris


From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 03:47:17 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A97CD16A417
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 03:47:17 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd3mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A8F313C4A6
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 03:47:17 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd2mr6so.prod.shaw.ca (pd2mr6so-qfe3.prod.shaw.ca [10.0.141.9])
	by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15
	2004))
	with ESMTP id <0JRB00JAPP6GGX40@l-daemon> for cvs-src@FreeBSD.org; Sat,
	10 Nov 2007 20:47:04 -0700 (MST)
Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146])
	by pd2mr6so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05
	(built Sep
	5 2006)) with ESMTP id <0JRB0031RP6GOA40@pd2mr6so.prod.shaw.ca> for
	cvs-src@FreeBSD.org; Sat, 10 Nov 2007 20:47:04 -0700 (MST)
Received: from hexahedron.daemonology.net ([24.82.201.197])
	by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5
	2006))
	with SMTP id <0JRB00JQXP6F9J20@l-daemon> for cvs-src@FreeBSD.org; Sat,
	10 Nov 2007 20:47:04 -0700 (MST)
Received: (qmail 1610 invoked from network); Sun, 11 Nov 2007 03:47:01 +0000
Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1)
	by localhost with SMTP; Sun, 11 Nov 2007 03:47:01 +0000
Date: Sat, 10 Nov 2007 19:47:01 -0800
From: Colin Percival <cperciva@freebsd.org>
In-reply-to: <473671E5.9080603@FreeBSD.org>
To: Kris Kennaway <kris@FreeBSD.org>
Message-id: <47367B35.7050806@freebsd.org>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
X-Enigmail-Version: 0.95.0
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47340B7F.6040505@freebsd.org>
	<47349F8D.5040509@FreeBSD.org> <47366857.7050802@freebsd.org>
	<473671E5.9080603@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (X11/20071102)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
 mp_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, 11 Nov 2007 03:47:17 -0000

Kris Kennaway wrote:
> Do you have a concrete proposal for bringing this problem to a
> conclusion, other than hoping that either you will one day be motivated
> (financially or otherwise) to work on it yourself, or that someone else
> will step in and solve the problem instead?

No, I have no concrete proposal for bringing this problem to a conclusion
aside from hoping that either I or someone else will work on it.

Colin Percival

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 06:02:03 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B930716A469
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 06:02:03 +0000 (UTC)
	(envelope-from dougb@FreeBSD.org)
Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4])
	by mx1.freebsd.org (Postfix) with SMTP id 63E4713C4B5
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 06:02:03 +0000 (UTC)
	(envelope-from dougb@FreeBSD.org)
Received: (qmail 1984 invoked by uid 399); 11 Nov 2007 06:01:48 -0000
Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1)
	by localhost with ESMTP; 11 Nov 2007 06:01:48 -0000
X-Originating-IP: 127.0.0.1
Date: Sat, 10 Nov 2007 22:01:46 -0800 (PST)
From: Doug Barton <dougb@FreeBSD.org>
To: Max Laier <mlaier@FreeBSD.org>
In-Reply-To: <200711110116.lAB1GqRr030079@repoman.freebsd.org>
Message-ID: <alpine.BSF.0.99999.0711102200040.15336@qbhto.arg>
References: <200711110116.lAB1GqRr030079@repoman.freebsd.org>
User-Agent: Alpine 0.99999 (BSF 796 2007-11-08)
X-message-flag: Outlook -- Not just for spreading viruses anymore!
X-OpenPGP-Key-ID: 0xD5B2F0FB
Organization: http://www.FreeBSD.org/
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/examples/pf Makefile ackpri faq-example1
 faq-example2 faq-example3 pf.conf queue1 queue2 queue3 queue4 
 spamd src/etc Makefile pf.conf
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 06:02:03 -0000

On Sun, 11 Nov 2007, Max Laier wrote:

> mlaier      2007-11-11 01:16:52 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    share/examples/pf    Makefile ackpri faq-example1 faq-example2
>                         faq-example3 queue1 queue2 queue3 queue4
>                         spamd
>    etc                  Makefile
>  Added files:
>    share/examples/pf    pf.conf
>  Removed files:
>    etc                  pf.conf
>  Log:
>  Update pf examples from OpenBSD to catch up with new stateful defaults and
>  other syntax changes.  Move pf.conf from /etc to examples, too.

In regards to the last bit, it seems to me that moving pf.conf (which I 
agree is a good idea) should be a repo-copy, not a delete/add. I also 
think that this change requires an update to pf.conf.5, and 
ObsoleteFiles.inc.

If any of this has been done already and I missed it, I apologize for the 
noise.

Doug


>  Revision  Changes    Path
>  1.365     +1 -1      src/etc/Makefile
>  1.4       +0 -83     src/etc/pf.conf (dead)
>  1.4       +1 -0      src/share/examples/pf/Makefile
>  1.2       +3 -5      src/share/examples/pf/ackpri
>  1.2       +25 -22    src/share/examples/pf/faq-example1
>  1.2       +10 -10    src/share/examples/pf/faq-example2
>  1.2       +29 -31    src/share/examples/pf/faq-example3
>  1.1       +34 -0     src/share/examples/pf/pf.conf (new)
>  1.2       +6 -8      src/share/examples/pf/queue1
>  1.2       +7 -7      src/share/examples/pf/queue2
>  1.2       +4 -4      src/share/examples/pf/queue3
>  1.2       +0 -0      src/share/examples/pf/queue4
>  1.2       +2 -2      src/share/examples/pf/spamd
>
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/Makefile.diff?&r1=1.364&r2=1.365&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/pf.conf
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/Makefile.diff?&r1=1.3&r2=1.4&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/ackpri.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/faq-example1.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/faq-example2.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/faq-example3.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/pf.conf
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/queue1.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/queue2.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/queue3.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/queue4.diff?&r1=1.1&r2=1.2&f=h
> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/examples/pf/spamd.diff?&r1=1.1&r2=1.2&f=h
>
>

-- 

     This .signature sanitized for your protection


From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 06:36:12 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD0FF16A417;
	Sun, 11 Nov 2007 06:36:12 +0000 (UTC)
	(envelope-from max@love2party.net)
Received: from moutng.kundenserver.de (moutng.kundenserver.de
	[212.227.126.171])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F34F13C48E;
	Sun, 11 Nov 2007 06:36:12 +0000 (UTC)
	(envelope-from max@love2party.net)
Received: from amd64.laiers.local (dslb-088-066-025-148.pools.arcor-ip.net
	[88.66.25.148])
	by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis)
	id 0MKwtQ-1Ir6CN39iZ-0001c6; Sun, 11 Nov 2007 07:21:36 +0100
From: Max Laier <max@love2party.net>
Organization: FreeBSD
To: Doug Barton <dougb@freebsd.org>
Date: Sun, 11 Nov 2007 07:21:22 +0100
User-Agent: KMail/1.9.7
References: <200711110116.lAB1GqRr030079@repoman.freebsd.org>
	<alpine.BSF.0.99999.0711102200040.15336@qbhto.arg>
In-Reply-To: <alpine.BSF.0.99999.0711102200040.15336@qbhto.arg>
X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGd<hB5S>u+2];
	R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart4074443.Rq2nao8WPq";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200711110721.33559.max@love2party.net>
X-Provags-ID: V01U2FsdGVkX195BUg9g3r8NHKLl9dHDqubUEkItp6hiUGAwie
	AE28PmtTqL91RyKqa82F4lXpRtbK+SafbUSvRFznaGEY52So1h
	Q8ihqXKvrKiB5eSSJMsJAwcc7ItNdiHWb/3x1Zcs5o=
Cc: cvs-src@freebsd.org, Max Laier <mlaier@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/share/examples/pf Makefile ackpri faq-example1
	faq-example2 faq-example3 pf.conf queue1 queue2 queue3 queue4
	spamd src/etc Makefile pf.conf
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 06:36:12 -0000

--nextPart4074443.Rq2nao8WPq
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Sunday 11 November 2007, Doug Barton wrote:
> On Sun, 11 Nov 2007, Max Laier wrote:
> > mlaier      2007-11-11 01:16:52 UTC
> >
> >  FreeBSD src repository
> >
> >  Modified files:
> >    share/examples/pf    Makefile ackpri faq-example1 faq-example2
> >                         faq-example3 queue1 queue2 queue3 queue4
> >                         spamd
> >    etc                  Makefile
> >  Added files:
> >    share/examples/pf    pf.conf
> >  Removed files:
> >    etc                  pf.conf
> >  Log:
> >  Update pf examples from OpenBSD to catch up with new stateful
> > defaults and other syntax changes.  Move pf.conf from /etc to
> > examples, too.
>
> In regards to the last bit, it seems to me that moving pf.conf (which I
> agree is a good idea) should be a repo-copy, not a delete/add. I also
> think that this change requires an update to pf.conf.5, and
> ObsoleteFiles.inc.

I didn't do a repo-copy as there is really no history to preserve.  As for=
=20
the pf.conf.5 changes - what do you have in mind?  I don't see what=20
should be changed.  /etc/pf.conf is still the default location for the=20
ruleset (as set by defaults/rc.conf) and there is already a pointer to=20
the examples.  ObsoleteFiles.inc doesn't make sense at all, as there=20
should be an /etc/pf.conf.  The whole point of this is that you can have=20
your own ruleset and not have it overwritten every time you run=20
mergemaster.  In contrast to other default settings we install in /etc=20
the pf.conf example doesn't have any function as is - thus the desire for=20
human interaction which is the point of this commit.

> If any of this has been done already and I missed it, I apologize for
> the noise.

=2D-=20
/"\  Best regards,                      | mlaier@freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier@EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQBHNp9tXyyEoT62BG0RAjg4AJ4jMwWj7iX1O4+TKZRt3at9yASmQwCfZ7sG
KeP1EF5sreV6VXdsM2t7QCM=
=aX2w
-----END PGP SIGNATURE-----

--nextPart4074443.Rq2nao8WPq--

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 08:12:21 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C0D8516A517;
	Sun, 11 Nov 2007 08:12:21 +0000 (UTC)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9AEC313C4A6;
	Sun, 11 Nov 2007 08:12:21 +0000 (UTC)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAB8CLkN072749;
	Sun, 11 Nov 2007 08:12:21 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAB8CLt2072748;
	Sun, 11 Nov 2007 08:12:21 GMT (envelope-from keramida)
Message-Id: <200711110812.lAB8CLt2072748@repoman.freebsd.org>
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Sun, 11 Nov 2007 08:12: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/sbin/mdconfig mdconfig.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, 11 Nov 2007 08:12:21 -0000

keramida    2007-11-11 08:12:21 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    sbin/mdconfig        mdconfig.8 
  Log:
  * Expand the example descriptions, fix mdoc-bugs in
    "(-a and -t vnode are implied)"
    and reuse it near the cd9660 example.
  * Spell 'backing store' as two words.
  
  Revision  Changes    Path
  1.39      +20 -9     src/sbin/mdconfig/mdconfig.8

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 08:14:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1B5A416A41A;
	Sun, 11 Nov 2007 08:14:23 +0000 (UTC)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id EA16113C4B0;
	Sun, 11 Nov 2007 08:14:22 +0000 (UTC)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAB8EMGX072817;
	Sun, 11 Nov 2007 08:14:22 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAB8EMg1072816;
	Sun, 11 Nov 2007 08:14:22 GMT (envelope-from keramida)
Message-Id: <200711110814.lAB8EMg1072816@repoman.freebsd.org>
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Sun, 11 Nov 2007 08:14: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/sbin/mdconfig mdconfig.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, 11 Nov 2007 08:14:23 -0000

keramida    2007-11-11 08:14:22 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    sbin/mdconfig        mdconfig.8 
  Log:
  Forced commit to note that the previous change was...
  
  Reviewed by:    ceri
  
  Revision  Changes    Path
  1.40      +0 -0      src/sbin/mdconfig/mdconfig.8

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 10:37:14 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 475DF16A41B;
	Sun, 11 Nov 2007 10:37:14 +0000 (UTC)
	(envelope-from simon@benji.nitro.dk)
Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38])
	by mx1.freebsd.org (Postfix) with ESMTP id E9A6B13C4A7;
	Sun, 11 Nov 2007 10:37:13 +0000 (UTC)
	(envelope-from simon@benji.nitro.dk)
Received: from benji.nitro.dk (unknown [192.168.3.39])
	by mx.nitro.dk (Postfix) with ESMTP id BE3032DC911;
	Sun, 11 Nov 2007 10:20:45 +0000 (UTC)
Received: by benji.nitro.dk (Postfix, from userid 2000)
	id 93B19FE1A; Sun, 11 Nov 2007 11:20:45 +0100 (CET)
Date: Sun, 11 Nov 2007 11:20:45 +0100
From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: d@delphij.net
Message-ID: <20071111102044.GB1020@zaphod.nitro.dk>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4734B629.4010001@delphij.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4734B629.4010001@delphij.net>
User-Agent: Mutt/1.5.16 (2007-06-09)
Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG,
	Kris Kennaway <kris@FreeBSD.ORG>, cvs-all@FreeBSD.ORG,
	Colin Percival <cperciva@FreeBSD.ORG>, Nate Lawson <nate@root.org>
Subject: Re: OpenSSL import [was: cvs commit: src/sys/amd64/amd64
	mp_machdep.c src/sys/i386/i386 mp_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, 11 Nov 2007 10:37:14 -0000

On 2007.11.09 11:34:01 -0800, Xin LI wrote:

> > [1] OpenSSL 0.9.7h, change 10/2005 by Matthew D. Wood of Intel,
> > http://www.openssl.org/news/changelog.html
> > [2] OpenSSL 0.9.8f, change 10/2007 by Matthew D. Wood of Intel,
> > http://www.openssl.org/news/changelog.html
> 
> Sorry for hijacking this thread, are we going to import a new OpenSSL
> release?  Sounds like we have to do a full package build if we want to
> do that...

For both RELENG_6 and RELENG_7, not unless somebody comes up with very
strong arguments to do so.  The risk of blowing things up this late in
the release cycle is just to great.

The latest 0.9.8 security issue was fixed with patch rather than
complete new import to avoid disruptions to the 7.x release process.

My current plan is to import the new OpenSSL 0.9.8 release into HEAD
after 7.0 has been released, and them MFC to RELENG_7 if possble
later.

-- 
Simon L. Nielsen
Hat: OpenSSL maintainer/janitor

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 10:57:08 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0819816A419
	for <cvs-src@freebsd.org>; Sun, 11 Nov 2007 10:57:08 +0000 (UTC)
	(envelope-from dominique.goncalves@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E64713C480
	for <cvs-src@freebsd.org>; Sun, 11 Nov 2007 10:57:07 +0000 (UTC)
	(envelope-from dominique.goncalves@gmail.com)
Received: by nf-out-0910.google.com with SMTP id b2so735572nfb
	for <cvs-src@freebsd.org>; Sun, 11 Nov 2007 02:56:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	bh=qRa4NZaXHJx5KW/0i1CIyqcSx/2tFbwFlsl1ICo3wZY=;
	b=DfHdAEAhGbMjuGsKiqtkJ0b7JroWTd9ZGkYxdJTDP7VMSSsm6WjvMQ0U5JMPPRhRD9N/0t3KcQruLwmzQI1BXEjXh3BXFRI7E56/k3vOZfl6IOZXi7IC6TGrOEW1nT9deXh9juf7iaxikW9rnvkLDjCnMnk5IsxLqVDVkVaGDNU=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=Mkq/3IDLrCSsoQ0xgio5hjNehWVtLEMRMW74lO6eoKFzjHrqDnN6rDIRQ0mPxyskyjH/tZPKJvSMFPj3KEN02Tq4gozv0E5bO/mIr+eLaRwpPDMdHucf5RPSqDb8oSI5eHhU43n1rE64d8oxedxnuSfxVjWaGGnABJMk7iLiD3E=
Received: by 10.78.156.6 with SMTP id d6mr4196608hue.1194774950177;
	Sun, 11 Nov 2007 01:55:50 -0800 (PST)
Received: by 10.78.158.18 with HTTP; Sun, 11 Nov 2007 01:55:49 -0800 (PST)
Message-ID: <7daacbbe0711110155x7b94c4a7ua5d2996f851181b3@mail.gmail.com>
Date: Sun, 11 Nov 2007 10:55:49 +0100
From: "Dominique Goncalves" <dominique.goncalves@gmail.com>
To: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" <sos@freebsd.org>
In-Reply-To: <200710311959.l9VJxrvn019414@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
References: <200710311959.l9VJxrvn019414@repoman.freebsd.org>
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c atapi-cd.c atapi-cd.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, 11 Nov 2007 10:57:08 -0000

Hi,

On Oct 31, 2007 8:59 PM, S=F8ren Schmidt <sos@freebsd.org> wrote:
> sos         2007-10-31 19:59:53 UTC
>
>   FreeBSD src repository
>
>   Modified files:        (Branch: RELENG_7)
>     sys/dev/ata          ata-chipset.c atapi-cd.c atapi-cd.h
>   Log:
>   MFC:
>   Add SATA ATAPI support for AHCI controllers.
>
>   Approved by: re@
>
>   Revision   Changes    Path
>   1.202.2.2  +30 -11    src/sys/dev/ata/ata-chipset.c
>   1.193.2.1  +22 -25    src/sys/dev/ata/atapi-cd.c
>   1.46.2.1   +1 -0      src/sys/dev/ata/atapi-cd.h
> _______________________________________________
> cvs-src@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org"
>

This commit has broken using a root filesystem on a livecd (with freesbie2)
The kernel boot fines until it tries to mount the root filesystem and
print a prompt with manual root filesystem specification, the command
'?' only prints acd0
My fstab contains:
/dev/iso9660/FreeSBIE / cd9660 ro 0 0

My kernel config is GENERIC more GEOM_LOBEL and GEOM_UZIP

Let me know if you need more information
Thanks in advance
Regards.

--=20
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 11:40:04 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 51F1116A417;
	Sun, 11 Nov 2007 11:40:04 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2BDDB13C48D;
	Sun, 11 Nov 2007 11:40:04 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABBe4I3004557;
	Sun, 11 Nov 2007 11:40:04 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABBe4kS004556;
	Sun, 11 Nov 2007 11:40:04 GMT (envelope-from remko)
Message-Id: <200711111140.lABBe4kS004556@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Sun, 11 Nov 2007 11:40: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/share/man/man4 axe.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, 11 Nov 2007 11:40:04 -0000

remko       2007-11-11 11:40:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man4       axe.4 
  Log:
  MFC rev 1.14 axe.4
  
    Specify which Dlink chip is supported (D-Link DUB-E100 ver A) because
    others (D-Link DUB-E100 ver B1) are not.
  
    PR: docs/109664
    Submitted by: Martin Nilsson<martin at mullet dot se>
    Patch by: asmodai
  
  Revision  Changes    Path
  1.9.2.4   +2 -2      src/share/man/man4/axe.4

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 11:50:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 83D9316A417;
	Sun, 11 Nov 2007 11:50:46 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E7F013C49D;
	Sun, 11 Nov 2007 11:50:46 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABBokKi005151;
	Sun, 11 Nov 2007 11:50:46 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABBok8j005150;
	Sun, 11 Nov 2007 11:50:46 GMT (envelope-from remko)
Message-Id: <200711111150.lABBok8j005150@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Sun, 11 Nov 2007 11:50:46 +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/man4 tty.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, 11 Nov 2007 11:50:46 -0000

remko       2007-11-11 11:50:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man4       tty.4 
  Log:
  MFC rev 1.23 tty.4
  
    Fix reference within TIOCNOTTY from TIOSCTTY to TIOCSCTTY.
  
    PR: docs/114058
    Submitted by: David Sanderson <dsanderson at panasas dot com>
    Approved by: re (bmah)
  
  Revision  Changes    Path
  1.22.2.1  +2 -2      src/share/man/man4/tty.4

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 11:55:17 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4B9E616A41B;
	Sun, 11 Nov 2007 11:55:17 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2682113C48D;
	Sun, 11 Nov 2007 11:55:17 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABBtHGR005351;
	Sun, 11 Nov 2007 11:55:17 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABBtGBB005350;
	Sun, 11 Nov 2007 11:55:16 GMT (envelope-from remko)
Message-Id: <200711111155.lABBtGBB005350@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Sun, 11 Nov 2007 11:55: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/share/man/man7 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, 11 Nov 2007 11:55:17 -0000

remko       2007-11-11 11:55:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man7       Makefile 
  Log:
  MFC rev 1.32 Makefile
  
  This MLINKS security with securelevel, this is one of the things
  that was for:
  
  PR:             docs/104402 (this change is not within the PR itself)
  
  Revision  Changes    Path
  1.29.8.2  +1 -0      src/share/man/man7/Makefile

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 11:57:12 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 62BB416A468;
	Sun, 11 Nov 2007 11:57:12 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3D5BF13C491;
	Sun, 11 Nov 2007 11:57:12 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABBvCAK005446;
	Sun, 11 Nov 2007 11:57:12 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABBvB3R005445;
	Sun, 11 Nov 2007 11:57:11 GMT (envelope-from remko)
Message-Id: <200711111157.lABBvB3R005445@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Sun, 11 Nov 2007 11:57:11 +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/libc/net getaddrinfo.3
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 11:57:12 -0000

remko       2007-11-11 11:57:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/net         getaddrinfo.3 
  Log:
  MFC rev 1.33 getaddrinfo.3
  
    Document getaddrinfo(3)'s AI_ADDRCONFIG
  
    PR: docs/78357
    Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
    Patch by: asmodai
  
  Revision  Changes    Path
  1.32.2.1  +67 -6     src/lib/libc/net/getaddrinfo.3

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 12:30:56 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9381616A47B;
	Sun, 11 Nov 2007 12:30:56 +0000 (UTC)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6C5AF13C48E;
	Sun, 11 Nov 2007 12:30:56 +0000 (UTC)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABCUuxq012893;
	Sun, 11 Nov 2007 12:30:56 GMT
	(envelope-from marius@repoman.freebsd.org)
Received: (from marius@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABCUuQ2012892;
	Sun, 11 Nov 2007 12:30:56 GMT (envelope-from marius)
Message-Id: <200711111230.lABCUuQ2012892@repoman.freebsd.org>
From: Marius Strobl <marius@FreeBSD.org>
Date: Sun, 11 Nov 2007 12:30: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/sun4v/include pcpu.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, 11 Nov 2007 12:30:56 -0000

marius      2007-11-11 12:30:56 UTC

  FreeBSD src repository

  Modified files:
    sys/sun4v/include    pcpu.h 
  Log:
  Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.
  
  Revision  Changes    Path
  1.10      +1 -1      src/sys/sun4v/include/pcpu.h

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 14:45:35 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 88BE316A419;
	Sun, 11 Nov 2007 14:45:35 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6682713C4AA;
	Sun, 11 Nov 2007 14:45:35 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABEjZOv037234;
	Sun, 11 Nov 2007 14:45:35 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABEjZh3037233;
	Sun, 11 Nov 2007 14:45:35 GMT (envelope-from scottl)
Message-Id: <200711111445.lABEjZh3037233@repoman.freebsd.org>
From: Scott Long <scottl@FreeBSD.org>
Date: Sun, 11 Nov 2007 14:45: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/dev/esp esp_sbus.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, 11 Nov 2007 14:45:35 -0000

scottl      2007-11-11 14:45:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/esp          esp_sbus.c 
  Log:
  The ESP driver isn't really MPSAFE, so don't mark it that it is.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/dev/esp/esp_sbus.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:06:45 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4079C16A4D4;
	Sun, 11 Nov 2007 17:06:45 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 32FED13C48A;
	Sun, 11 Nov 2007 17:06:45 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABH6jeB058502;
	Sun, 11 Nov 2007 17:06:45 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABH6jtg058501;
	Sun, 11 Nov 2007 17:06:45 GMT (envelope-from gshapiro)
Message-Id: <200711111706.lABH6jtg058501@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:06:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/contrib/sendmail CACerts FREEBSD-upgrade INSTALL
 RELEASE_NOTES src/contrib/sendmail/cf/cf submit.cf
 src/contrib/sendmail/cf/feature ldap_routing.m4 src/contrib/sendmail/cf/m4
 proto.m4 version.m4 src/contrib/sendmail/contrib buildvirtuser ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 17:06:45 -0000

gshapiro    2007-11-11 17:06:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    contrib/sendmail     CACerts FREEBSD-upgrade INSTALL 
                         RELEASE_NOTES 
    contrib/sendmail/cf/cf submit.cf 
    contrib/sendmail/cf/feature ldap_routing.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib buildvirtuser 
    contrib/sendmail/doc/op op.me 
    contrib/sendmail/editmap editmap.c 
    contrib/sendmail/include/sm conf.h ldap.h tailq.h 
    contrib/sendmail/libmilter engine.c listener.c main.c 
                               monitor.c smfi.c 
    contrib/sendmail/libmilter/docs xxfi_unknown.html 
    contrib/sendmail/libsm ldap.c mpeix.c 
    contrib/sendmail/makemap makemap.c 
    contrib/sendmail/praliases praliases.c 
    contrib/sendmail/src Makefile.m4 conf.c deliver.c envelope.c 
                         headers.c macro.c main.c map.c milter.c 
                         mime.c parseaddr.c queue.c readcf.c 
                         recipient.c sendmail.8 sendmail.h 
                         sm_resolve.c srvrsmtp.c usersmtp.c util.c 
                         version.c 
    contrib/sendmail/vacation vacation.c 
    release/doc/en_US.ISO8859-1/relnotes article.sgml 
  Log:
  MFC: sendmail 8.14.2
  
  Approved by:    re (kensmith)
  
  Revision      Changes    Path
  1.1.1.1.20.1  +73 -139   src/contrib/sendmail/CACerts
  1.33.2.1      +5 -5      src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.5.24.1  +7 -7      src/contrib/sendmail/INSTALL
  1.1.1.28.2.1  +66 -1     src/contrib/sendmail/RELEASE_NOTES
  1.1.1.18.2.1  +4 -4      src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.6.18.1  +2 -2      src/contrib/sendmail/cf/feature/ldap_routing.m4
  1.1.1.25.2.1  +5 -5      src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.28.2.1  +2 -2      src/contrib/sendmail/cf/m4/version.m4
  1.1.1.8.18.1  +33 -21    src/contrib/sendmail/contrib/buildvirtuser
  1.1.1.25.2.1  +17 -6     src/contrib/sendmail/doc/op/op.me
  1.1.1.5.10.1  +2 -2      src/contrib/sendmail/editmap/editmap.c
  1.1.1.15.2.1  +4 -1      src/contrib/sendmail/include/sm/conf.h
  1.1.1.7.2.1   +6 -2      src/contrib/sendmail/include/sm/ldap.h
  1.1.1.1.8.1   +4 -0      src/contrib/sendmail/include/sm/tailq.h
  1.1.1.1.8.1   +3 -3      src/contrib/sendmail/libmilter/docs/xxfi_unknown.html
  1.1.1.18.2.1  +1 -1      src/contrib/sendmail/libmilter/engine.c
  1.1.1.20.2.1  +1 -1      src/contrib/sendmail/libmilter/listener.c
  1.1.1.15.2.1  +1 -1      src/contrib/sendmail/libmilter/main.c
  1.1.1.1.8.1   +2 -0      src/contrib/sendmail/libmilter/monitor.c
  1.1.1.9.2.1   +3 -3      src/contrib/sendmail/libmilter/smfi.c
  1.1.1.12.2.1  +19 -16    src/contrib/sendmail/libsm/ldap.c
  1.1.1.3.24.1  +2 -2      src/contrib/sendmail/libsm/mpeix.c
  1.13.10.1     +2 -2      src/contrib/sendmail/makemap/makemap.c
  1.12.22.1     +2 -2      src/contrib/sendmail/praliases/praliases.c
  1.1.1.12.2.1  +1 -1      src/contrib/sendmail/src/Makefile.m4
  1.31.2.1      +31 -12    src/contrib/sendmail/src/conf.c
  1.1.1.26.2.1  +5 -2      src/contrib/sendmail/src/deliver.c
  1.1.1.17.2.1  +21 -2     src/contrib/sendmail/src/envelope.c
  1.24.2.1      +7 -5      src/contrib/sendmail/src/headers.c
  1.1.1.11.2.1  +65 -5     src/contrib/sendmail/src/macro.c
  1.1.1.25.2.1  +28 -2     src/contrib/sendmail/src/main.c
  1.1.1.24.2.1  +167 -150  src/contrib/sendmail/src/map.c
  1.1.1.23.2.1  +17 -40    src/contrib/sendmail/src/milter.c
  1.1.1.16.2.1  +9 -5      src/contrib/sendmail/src/mime.c
  1.1.1.25.2.1  +2 -2      src/contrib/sendmail/src/parseaddr.c
  1.1.1.27.2.1  +12 -4     src/contrib/sendmail/src/queue.c
  1.1.1.25.2.1  +11 -1     src/contrib/sendmail/src/readcf.c
  1.1.1.16.2.1  +7 -1      src/contrib/sendmail/src/recipient.c
  1.13.18.1     +4 -4      src/contrib/sendmail/src/sendmail.8
  1.1.1.29.2.1  +25 -10    src/contrib/sendmail/src/sendmail.h
  1.1.1.8.2.1   +8 -2      src/contrib/sendmail/src/sm_resolve.c
  1.1.1.26.2.1  +55 -19    src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.23.2.1  +4 -3      src/contrib/sendmail/src/usersmtp.c
  1.1.1.21.2.1  +25 -10    src/contrib/sendmail/src/util.c
  1.1.1.28.2.1  +2 -2      src/contrib/sendmail/src/version.c
  1.1.1.14.2.1  +2 -2      src/contrib/sendmail/vacation/vacation.c
  1.1068.2.13   +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/article.sgml

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:07:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7FE4F16A4A9;
	Sun, 11 Nov 2007 17:07:38 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7227113C4B7;
	Sun, 11 Nov 2007 17:07:38 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABH7ch5058909;
	Sun, 11 Nov 2007 17:07:38 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABH7c8p058908;
	Sun, 11 Nov 2007 17:07:38 GMT (envelope-from gshapiro)
Message-Id: <200711111707.lABH7c8p058908@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:07: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/contrib/sendmail CACerts FREEBSD-upgrade INSTALL
 RELEASE_NOTES src/contrib/sendmail/cf/cf submit.cf
 src/contrib/sendmail/cf/feature ldap_routing.m4 src/contrib/sendmail/cf/m4
 proto.m4 version.m4 src/contrib/sendmail/contrib buildvirtuser ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 17:07:38 -0000

gshapiro    2007-11-11 17:07:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/sendmail     CACerts FREEBSD-upgrade INSTALL 
                         RELEASE_NOTES 
    contrib/sendmail/cf/cf submit.cf 
    contrib/sendmail/cf/feature ldap_routing.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib buildvirtuser 
    contrib/sendmail/doc/op op.me 
    contrib/sendmail/editmap editmap.c 
    contrib/sendmail/include/sm conf.h ldap.h tailq.h 
    contrib/sendmail/libmilter engine.c listener.c main.c 
                               monitor.c smfi.c 
    contrib/sendmail/libmilter/docs xxfi_unknown.html 
    contrib/sendmail/libsm ldap.c mpeix.c 
    contrib/sendmail/makemap makemap.c 
    contrib/sendmail/praliases praliases.c 
    contrib/sendmail/src Makefile.m4 conf.c deliver.c envelope.c 
                         headers.c macro.c main.c map.c milter.c 
                         mime.c parseaddr.c queue.c readcf.c 
                         recipient.c sendmail.8 sendmail.h 
                         sm_resolve.c srvrsmtp.c usersmtp.c util.c 
                         version.c 
    contrib/sendmail/vacation vacation.c 
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC: sendmail 8.14.2
  
  Approved by:    re (kensmith)
  
  Revision      Changes    Path
  1.1.1.1.10.1  +73 -139   src/contrib/sendmail/CACerts
  1.28.2.4      +5 -5      src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.5.14.1  +7 -7      src/contrib/sendmail/INSTALL
  1.1.1.24.2.4  +66 -1     src/contrib/sendmail/RELEASE_NOTES
  1.1.1.14.2.4  +4 -4      src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.6.8.1   +2 -2      src/contrib/sendmail/cf/feature/ldap_routing.m4
  1.1.1.22.2.4  +5 -5      src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.24.2.4  +2 -2      src/contrib/sendmail/cf/m4/version.m4
  1.1.1.8.8.1   +33 -21    src/contrib/sendmail/contrib/buildvirtuser
  1.1.1.23.2.3  +17 -6     src/contrib/sendmail/doc/op/op.me
  1.1.1.5.2.1   +2 -2      src/contrib/sendmail/editmap/editmap.c
  1.1.1.13.2.3  +4 -1      src/contrib/sendmail/include/sm/conf.h
  1.1.1.5.8.3   +6 -2      src/contrib/sendmail/include/sm/ldap.h
  1.1.1.1.2.2   +4 -0      src/contrib/sendmail/include/sm/tailq.h
  1.1.1.1.2.2   +3 -3      src/contrib/sendmail/libmilter/docs/xxfi_unknown.html
  1.1.1.14.2.4  +1 -1      src/contrib/sendmail/libmilter/engine.c
  1.1.1.16.2.4  +1 -1      src/contrib/sendmail/libmilter/listener.c
  1.1.1.12.8.3  +1 -1      src/contrib/sendmail/libmilter/main.c
  1.1.1.1.2.2   +2 -0      src/contrib/sendmail/libmilter/monitor.c
  1.1.1.7.2.3   +3 -3      src/contrib/sendmail/libmilter/smfi.c
  1.1.1.10.2.3  +19 -16    src/contrib/sendmail/libsm/ldap.c
  1.1.1.3.14.1  +2 -2      src/contrib/sendmail/libsm/mpeix.c
  1.13.2.1      +2 -2      src/contrib/sendmail/makemap/makemap.c
  1.12.12.1     +2 -2      src/contrib/sendmail/praliases/praliases.c
  1.1.1.11.8.2  +1 -1      src/contrib/sendmail/src/Makefile.m4
  1.28.2.5      +31 -12    src/contrib/sendmail/src/conf.c
  1.1.1.23.2.6  +5 -2      src/contrib/sendmail/src/deliver.c
  1.1.1.14.2.4  +21 -2     src/contrib/sendmail/src/envelope.c
  1.21.2.5      +7 -5      src/contrib/sendmail/src/headers.c
  1.1.1.10.8.2  +65 -5     src/contrib/sendmail/src/macro.c
  1.1.1.21.8.4  +28 -2     src/contrib/sendmail/src/main.c
  1.1.1.21.2.4  +167 -150  src/contrib/sendmail/src/map.c
  1.1.1.21.2.3  +17 -40    src/contrib/sendmail/src/milter.c
  1.1.1.13.2.6  +9 -5      src/contrib/sendmail/src/mime.c
  1.1.1.22.2.5  +2 -2      src/contrib/sendmail/src/parseaddr.c
  1.1.1.23.2.4  +12 -4     src/contrib/sendmail/src/queue.c
  1.1.1.23.2.3  +11 -1     src/contrib/sendmail/src/readcf.c
  1.1.1.15.2.2  +7 -1      src/contrib/sendmail/src/recipient.c
  1.13.8.1      +4 -4      src/contrib/sendmail/src/sendmail.8
  1.1.1.26.2.6  +25 -10    src/contrib/sendmail/src/sendmail.h
  1.1.1.7.2.2   +8 -2      src/contrib/sendmail/src/sm_resolve.c
  1.1.1.22.2.5  +55 -19    src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.21.2.4  +4 -3      src/contrib/sendmail/src/usersmtp.c
  1.1.1.18.2.5  +25 -10    src/contrib/sendmail/src/util.c
  1.1.1.24.2.4  +2 -2      src/contrib/sendmail/src/version.c
  1.1.1.13.2.2  +2 -2      src/contrib/sendmail/vacation/vacation.c
  1.883.2.87    +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:08:47 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4E0A216A417;
	Sun, 11 Nov 2007 17:08:47 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E95D13C4BF;
	Sun, 11 Nov 2007 17:08:47 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABH8l2H059308;
	Sun, 11 Nov 2007 17:08:47 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABH8lBG059307;
	Sun, 11 Nov 2007 17:08:47 GMT (envelope-from gshapiro)
Message-Id: <200711111708.lABH8lBG059307@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:08: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/contrib/sendmail CACerts FREEBSD-upgrade INSTALL
 RELEASE_NOTES src/contrib/sendmail/cf/cf submit.cf
 src/contrib/sendmail/cf/feature ldap_routing.m4 src/contrib/sendmail/cf/m4
 proto.m4 version.m4 src/contrib/sendmail/contrib buildvirtuser ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 17:08:47 -0000

gshapiro    2007-11-11 17:08:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    contrib/sendmail     CACerts FREEBSD-upgrade INSTALL 
                         RELEASE_NOTES 
    contrib/sendmail/cf/cf submit.cf 
    contrib/sendmail/cf/feature ldap_routing.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib buildvirtuser 
    contrib/sendmail/doc/op op.me 
    contrib/sendmail/editmap editmap.c 
    contrib/sendmail/include/sm conf.h ldap.h tailq.h 
    contrib/sendmail/libmilter engine.c listener.c main.c 
                               monitor.c smfi.c 
    contrib/sendmail/libmilter/docs xxfi_unknown.html 
    contrib/sendmail/libsm ldap.c mpeix.c 
    contrib/sendmail/makemap makemap.c 
    contrib/sendmail/praliases praliases.c 
    contrib/sendmail/src Makefile.m4 conf.c deliver.c envelope.c 
                         headers.c macro.c main.c map.c milter.c 
                         mime.c parseaddr.c queue.c readcf.c 
                         recipient.c sendmail.8 sendmail.h 
                         sm_resolve.c srvrsmtp.c usersmtp.c util.c 
                         version.c 
    contrib/sendmail/vacation vacation.c 
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC: sendmail 8.14.2
  
  Revision      Changes    Path
  1.1.1.1.4.1   +73 -139   src/contrib/sendmail/CACerts
  1.26.2.6      +5 -5      src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.5.8.1   +7 -7      src/contrib/sendmail/INSTALL
  1.1.1.22.2.6  +66 -1     src/contrib/sendmail/RELEASE_NOTES
  1.1.1.12.2.6  +4 -4      src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.6.2.1   +2 -2      src/contrib/sendmail/cf/feature/ldap_routing.m4
  1.1.1.21.2.5  +5 -5      src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.22.2.6  +2 -2      src/contrib/sendmail/cf/m4/version.m4
  1.1.1.8.2.1   +33 -21    src/contrib/sendmail/contrib/buildvirtuser
  1.1.1.22.2.4  +17 -6     src/contrib/sendmail/doc/op/op.me
  1.1.1.4.8.2   +2 -2      src/contrib/sendmail/editmap/editmap.c
  1.1.1.11.2.5  +4 -1      src/contrib/sendmail/include/sm/conf.h
  1.1.1.5.2.3   +6 -2      src/contrib/sendmail/include/sm/ldap.h
  1.1.1.1.4.2   +4 -0      src/contrib/sendmail/include/sm/tailq.h
  1.1.1.1.4.2   +3 -3      src/contrib/sendmail/libmilter/docs/xxfi_unknown.html
  1.1.1.13.2.5  +1 -1      src/contrib/sendmail/libmilter/engine.c
  1.1.1.15.2.5  +1 -1      src/contrib/sendmail/libmilter/listener.c
  1.1.1.12.2.3  +1 -1      src/contrib/sendmail/libmilter/main.c
  1.1.1.1.4.2   +2 -0      src/contrib/sendmail/libmilter/monitor.c
  1.1.1.6.2.4   +3 -3      src/contrib/sendmail/libmilter/smfi.c
  1.1.1.8.2.5   +19 -16    src/contrib/sendmail/libsm/ldap.c
  1.1.1.3.8.1   +2 -2      src/contrib/sendmail/libsm/mpeix.c
  1.12.2.2      +2 -2      src/contrib/sendmail/makemap/makemap.c
  1.12.6.1      +2 -2      src/contrib/sendmail/praliases/praliases.c
  1.1.1.11.2.2  +1 -1      src/contrib/sendmail/src/Makefile.m4
  1.26.2.7      +31 -12    src/contrib/sendmail/src/conf.c
  1.1.1.21.2.8  +5 -2      src/contrib/sendmail/src/deliver.c
  1.1.1.13.2.5  +21 -2     src/contrib/sendmail/src/envelope.c
  1.20.2.6      +7 -5      src/contrib/sendmail/src/headers.c
  1.1.1.10.2.2  +65 -5     src/contrib/sendmail/src/macro.c
  1.1.1.21.2.4  +28 -2     src/contrib/sendmail/src/main.c
  1.1.1.19.2.6  +167 -150  src/contrib/sendmail/src/map.c
  1.1.1.19.2.5  +17 -40    src/contrib/sendmail/src/milter.c
  1.1.1.12.2.7  +9 -5      src/contrib/sendmail/src/mime.c
  1.1.1.20.2.7  +2 -2      src/contrib/sendmail/src/parseaddr.c
  1.1.1.21.2.6  +12 -4     src/contrib/sendmail/src/queue.c
  1.1.1.22.2.4  +11 -1     src/contrib/sendmail/src/readcf.c
  1.1.1.14.2.3  +7 -1      src/contrib/sendmail/src/recipient.c
  1.13.2.1      +4 -4      src/contrib/sendmail/src/sendmail.8
  1.1.1.23.2.8  +25 -10    src/contrib/sendmail/src/sendmail.h
  1.1.1.6.2.3   +8 -2      src/contrib/sendmail/src/sm_resolve.c
  1.1.1.20.2.7  +55 -19    src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.18.2.6  +4 -3      src/contrib/sendmail/src/usersmtp.c
  1.1.1.17.2.6  +25 -10    src/contrib/sendmail/src/util.c
  1.1.1.22.2.6  +2 -2      src/contrib/sendmail/src/version.c
  1.1.1.12.2.3  +2 -2      src/contrib/sendmail/vacation/vacation.c
  1.761.2.84    +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:09:13 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D848316A473;
	Sun, 11 Nov 2007 17:09:13 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B791213C4BA;
	Sun, 11 Nov 2007 17:09:13 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABH9DJo059698;
	Sun, 11 Nov 2007 17:09:13 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABH9Dj8059697;
	Sun, 11 Nov 2007 17:09:13 GMT (envelope-from gshapiro)
Message-Id: <200711111709.lABH9Dj8059697@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:09: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 CACerts FREEBSD-upgrade INSTALL
 RELEASE_NOTES src/contrib/sendmail/cf/cf submit.cf
 src/contrib/sendmail/cf/feature ldap_routing.m4 src/contrib/sendmail/cf/m4
 proto.m4 version.m4 src/contrib/sendmail/contrib buildvirtuser ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 17:09:14 -0000

gshapiro    2007-11-11 17:09:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    contrib/sendmail     CACerts FREEBSD-upgrade INSTALL 
                         RELEASE_NOTES 
    contrib/sendmail/cf/cf submit.cf 
    contrib/sendmail/cf/feature ldap_routing.m4 
    contrib/sendmail/cf/m4 proto.m4 version.m4 
    contrib/sendmail/contrib buildvirtuser 
    contrib/sendmail/doc/op op.me 
    contrib/sendmail/editmap editmap.c 
    contrib/sendmail/include/sm conf.h ldap.h tailq.h 
    contrib/sendmail/libmilter engine.c listener.c main.c 
                               monitor.c smfi.c 
    contrib/sendmail/libmilter/docs xxfi_unknown.html 
    contrib/sendmail/libsm ldap.c mpeix.c 
    contrib/sendmail/makemap makemap.c 
    contrib/sendmail/praliases praliases.c 
    contrib/sendmail/src Makefile.m4 conf.c deliver.c envelope.c 
                         headers.c macro.c main.c map.c milter.c 
                         mime.c parseaddr.c queue.c readcf.c 
                         recipient.c sendmail.8 sendmail.h 
                         sm_resolve.c srvrsmtp.c usersmtp.c util.c 
                         version.c 
    contrib/sendmail/vacation vacation.c 
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC: sendmail 8.14.2
  
  Revision      Changes    Path
  1.1.1.1.2.2   +73 -139   src/contrib/sendmail/CACerts
  1.1.2.28      +5 -5      src/contrib/sendmail/FREEBSD-upgrade
  1.1.1.1.2.5   +7 -7      src/contrib/sendmail/INSTALL
  1.1.1.3.2.24  +66 -1     src/contrib/sendmail/RELEASE_NOTES
  1.1.1.1.2.17  +4 -4      src/contrib/sendmail/cf/cf/submit.cf
  1.1.1.1.2.5   +2 -2      src/contrib/sendmail/cf/feature/ldap_routing.m4
  1.1.1.4.2.21  +5 -5      src/contrib/sendmail/cf/m4/proto.m4
  1.1.1.3.2.24  +2 -2      src/contrib/sendmail/cf/m4/version.m4
  1.1.1.1.2.7   +33 -21    src/contrib/sendmail/contrib/buildvirtuser
  1.1.1.3.2.22  +17 -6     src/contrib/sendmail/doc/op/op.me
  1.1.1.1.2.4   +2 -2      src/contrib/sendmail/editmap/editmap.c
  1.1.1.1.2.15  +4 -1      src/contrib/sendmail/include/sm/conf.h
  1.1.1.1.2.6   +6 -2      src/contrib/sendmail/include/sm/ldap.h
  1.1.1.1.6.2   +4 -0      src/contrib/sendmail/include/sm/tailq.h
  1.1.1.1.6.2   +3 -3      src/contrib/sendmail/libmilter/docs/xxfi_unknown.html
  1.1.1.1.2.16  +1 -1      src/contrib/sendmail/libmilter/engine.c
  1.1.1.1.2.19  +1 -1      src/contrib/sendmail/libmilter/listener.c
  1.1.1.1.2.14  +1 -1      src/contrib/sendmail/libmilter/main.c
  1.1.1.1.6.2   +2 -0      src/contrib/sendmail/libmilter/monitor.c
  1.1.1.1.2.9   +3 -3      src/contrib/sendmail/libmilter/smfi.c
  1.1.1.1.2.11  +19 -16    src/contrib/sendmail/libsm/ldap.c
  1.1.1.1.2.3   +2 -2      src/contrib/sendmail/libsm/mpeix.c
  1.3.6.9       +2 -2      src/contrib/sendmail/makemap/makemap.c
  1.3.6.8       +2 -2      src/contrib/sendmail/praliases/praliases.c
  1.1.1.3.2.10  +1 -1      src/contrib/sendmail/src/Makefile.m4
  1.5.2.24      +31 -12    src/contrib/sendmail/src/conf.c
  1.1.1.3.2.25  +5 -2      src/contrib/sendmail/src/deliver.c
  1.1.1.3.2.14  +21 -2     src/contrib/sendmail/src/envelope.c
  1.4.2.20      +7 -5      src/contrib/sendmail/src/headers.c
  1.1.1.2.6.8   +65 -5     src/contrib/sendmail/src/macro.c
  1.1.1.3.2.23  +28 -2     src/contrib/sendmail/src/main.c
  1.1.1.3.2.22  +167 -150  src/contrib/sendmail/src/map.c
  1.1.1.1.2.24  +17 -40    src/contrib/sendmail/src/milter.c
  1.1.1.3.2.15  +9 -5      src/contrib/sendmail/src/mime.c
  1.1.1.2.6.24  +2 -2      src/contrib/sendmail/src/parseaddr.c
  1.1.1.3.2.24  +12 -4     src/contrib/sendmail/src/queue.c
  1.1.1.4.2.22  +11 -1     src/contrib/sendmail/src/readcf.c
  1.1.1.3.2.14  +7 -1      src/contrib/sendmail/src/recipient.c
  1.3.6.10      +4 -4      src/contrib/sendmail/src/sendmail.8
  1.1.1.4.2.27  +25 -10    src/contrib/sendmail/src/sendmail.h
  1.1.1.1.2.7   +8 -2      src/contrib/sendmail/src/sm_resolve.c
  1.1.1.2.6.24  +55 -19    src/contrib/sendmail/src/srvrsmtp.c
  1.1.1.3.2.20  +4 -3      src/contrib/sendmail/src/usersmtp.c
  1.1.1.3.2.19  +25 -10    src/contrib/sendmail/src/util.c
  1.1.1.3.2.26  +2 -2      src/contrib/sendmail/src/version.c
  1.1.1.1.2.14  +2 -2      src/contrib/sendmail/vacation/vacation.c
  1.22.2.446    +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:16:57 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0898A16A41A;
	Sun, 11 Nov 2007 17:16:57 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id DA07C13C4A6;
	Sun, 11 Nov 2007 17:16:56 +0000 (UTC)
	(envelope-from gshapiro@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHGulF060016;
	Sun, 11 Nov 2007 17:16:56 GMT
	(envelope-from gshapiro@repoman.freebsd.org)
Received: (from gshapiro@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHGus8060014;
	Sun, 11 Nov 2007 17:16:56 GMT (envelope-from gshapiro)
Message-Id: <200711111716.lABHGus8060014@repoman.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:16: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/release/doc/en_US.ISO8859-1/relnotes article.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: Sun, 11 Nov 2007 17:16:57 -0000

gshapiro    2007-11-11 17:16:55 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes article.sgml 
  Log:
  sendmail 8.14.2 has been merged to RELENG_[7654].
  
  Revision  Changes    Path
  1.1074    +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/article.sgml

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:32:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 931C016A476;
	Sun, 11 Nov 2007 17:32:30 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 71B7413C4B9;
	Sun, 11 Nov 2007 17:32:30 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHWUBg060741;
	Sun, 11 Nov 2007 17:32:30 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHWUaw060740;
	Sun, 11 Nov 2007 17:32:30 GMT (envelope-from sam)
Message-Id: <200711111732.lABHWUaw060740@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:32:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/net80211 ieee80211_proto.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, 11 Nov 2007 17:32:30 -0000

sam         2007-11-11 17:32:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/net80211         ieee80211_proto.c 
  Log:
  MFC 1.43: don't try to re-associate after a parameter change
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.42.2.1  +1 -11     src/sys/net80211/ieee80211_proto.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:34:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C8BB416A420;
	Sun, 11 Nov 2007 17:34:38 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A1EA913C48D;
	Sun, 11 Nov 2007 17:34:38 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHYcqa060848;
	Sun, 11 Nov 2007 17:34:38 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHYcvl060847;
	Sun, 11 Nov 2007 17:34:38 GMT (envelope-from sam)
Message-Id: <200711111734.lABHYcvl060847@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:34:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.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, 11 Nov 2007 17:34:38 -0000

sam         2007-11-11 17:34:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/net80211         ieee80211_ioctl.h 
  Log:
  MFC 1.25: correct channel flags returned by IEEE80211_IOC_STA_INFO
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.24.2.1  +1 -1      src/sys/net80211/ieee80211_ioctl.h

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:44:37 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 323D516A468;
	Sun, 11 Nov 2007 17:44:37 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 261BC13C481;
	Sun, 11 Nov 2007 17:44:37 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHiaWR061339;
	Sun, 11 Nov 2007 17:44:36 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHiaUA061338;
	Sun, 11 Nov 2007 17:44:36 GMT (envelope-from sam)
Message-Id: <200711111744.lABHiaUA061338@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:44:36 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/net80211 ieee80211.h ieee80211_freebsd.c
 ieee80211_freebsd.h ieee80211_ht.c ieee80211_ht.h
 ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h
 ieee80211_node.c ieee80211_node.h ieee80211_output.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, 11 Nov 2007 17:44:37 -0000

sam         2007-11-11 17:44:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/net80211         ieee80211.h ieee80211_freebsd.c 
                         ieee80211_freebsd.h ieee80211_ht.c 
                         ieee80211_ht.h ieee80211_input.c 
                         ieee80211_ioctl.c ieee80211_ioctl.h 
                         ieee80211_node.c ieee80211_node.h 
                         ieee80211_output.c ieee80211_proto.c 
                         ieee80211_proto.h ieee80211_scan_ap.c 
                         ieee80211_scan_sta.c ieee80211_var.h 
  Log:
  MFC: sync 11n support with vap code base
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.15.2.1   +17 -13    src/sys/net80211/ieee80211.h
  1.16.2.1   +21 -0     src/sys/net80211/ieee80211_freebsd.c
  1.15.2.1   +8 -0      src/sys/net80211/ieee80211_freebsd.h
  1.4.2.1    +686 -193  src/sys/net80211/ieee80211_ht.c
  1.2.2.1    +15 -5     src/sys/net80211/ieee80211_ht.h
  1.113.2.1  +95 -3     src/sys/net80211/ieee80211_input.c
  1.57.2.1   +32 -0     src/sys/net80211/ieee80211_ioctl.c
  1.24.2.2   +22 -2     src/sys/net80211/ieee80211_ioctl.h
  1.88.2.1   +40 -14    src/sys/net80211/ieee80211_node.c
  1.29.2.1   +7 -0      src/sys/net80211/ieee80211_node.h
  1.54.2.1   +55 -37    src/sys/net80211/ieee80211_output.c
  1.42.2.2   +3 -1      src/sys/net80211/ieee80211_proto.c
  1.26.2.1   +10 -0     src/sys/net80211/ieee80211_proto.h
  1.1.2.1    +2 -1      src/sys/net80211/ieee80211_scan_ap.c
  1.4.2.1    +2 -1      src/sys/net80211/ieee80211_scan_sta.c
  1.52.2.1   +21 -2     src/sys/net80211/ieee80211_var.h

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:46:06 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CA4A516A41A;
	Sun, 11 Nov 2007 17:46:06 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A8FF113C4A7;
	Sun, 11 Nov 2007 17:46:06 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHk693061456;
	Sun, 11 Nov 2007 17:46:06 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHk6Gg061448;
	Sun, 11 Nov 2007 17:46:06 GMT (envelope-from sam)
Message-Id: <200711111746.lABHk6Gg061448@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:45:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sbin/ifconfig ifconfig.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, 11 Nov 2007 17:46:06 -0000

sam         2007-11-11 17:45:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/ifconfig        ifconfig.8 
  Log:
  MFC 1.143: minor wireless-related corrections
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.142.2.1  +18 -10    src/sbin/ifconfig/ifconfig.8

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:47:07 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 54A6C16A41A;
	Sun, 11 Nov 2007 17:47:07 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 32C2713C4B3;
	Sun, 11 Nov 2007 17:47:07 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHl7Ql061505;
	Sun, 11 Nov 2007 17:47:07 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHl7GK061504;
	Sun, 11 Nov 2007 17:47:07 GMT (envelope-from sam)
Message-Id: <200711111747.lABHl7GK061504@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:47:06 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sbin/ifconfig ifieee80211.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, 11 Nov 2007 17:47:07 -0000

sam         2007-11-11 17:47:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/ifconfig        ifieee80211.c 
  Log:
  MFC 1.48: sync with vap code base; updates for 11n support and some
            general code cleanups
  
  Approved by:    re (kensmith)
  
  Revision  Changes     Path
  1.47.2.1  +1125 -495  src/sbin/ifconfig/ifieee80211.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:48:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3978916A420;
	Sun, 11 Nov 2007 17:48:18 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E886813C4B7;
	Sun, 11 Nov 2007 17:48:17 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHmHc0061576;
	Sun, 11 Nov 2007 17:48:17 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHmHvD061575;
	Sun, 11 Nov 2007 17:48:17 GMT (envelope-from sam)
Message-Id: <200711111748.lABHmHvD061575@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:48:17 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/tools/tools/net80211/wlanstats 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: Sun, 11 Nov 2007 17:48:18 -0000

sam         2007-11-11 17:48:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    tools/tools/net80211/wlanstats main.c 
  Log:
  MFC 1.2: add -o ampdu; remove noise from default stat list
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.1.4.1   +7 -2      src/tools/tools/net80211/wlanstats/main.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:48:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1F6D016A420;
	Sun, 11 Nov 2007 17:48:49 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id F233D13C491;
	Sun, 11 Nov 2007 17:48:48 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHmmsl061610;
	Sun, 11 Nov 2007 17:48:48 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHmmED061609;
	Sun, 11 Nov 2007 17:48:48 GMT (envelope-from sam)
Message-Id: <200711111748.lABHmmED061609@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:48:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/tools/tools/net80211/wlanstats statfoo.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, 11 Nov 2007 17:48:49 -0000

sam         2007-11-11 17:48:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    tools/tools/net80211/wlanstats statfoo.c 
  Log:
  MFC 1.2: align stats printed out w/o any args
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.1.4.1   +10 -2     src/tools/tools/net80211/wlanstats/statfoo.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:49:50 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8F3B016A419;
	Sun, 11 Nov 2007 17:49:50 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6D9F313C4B9;
	Sun, 11 Nov 2007 17:49:50 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHnoj9061791;
	Sun, 11 Nov 2007 17:49:50 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHnoUO061790;
	Sun, 11 Nov 2007 17:49:50 GMT (envelope-from sam)
Message-Id: <200711111749.lABHnoUO061790@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:49:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/tools/tools/net80211/wlanstats wlanstats.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, 11 Nov 2007 17:49:50 -0000

sam         2007-11-11 17:49:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    tools/tools/net80211/wlanstats wlanstats.c 
  Log:
  sync with 11n changes
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.4.2.1   +217 -147  src/tools/tools/net80211/wlanstats/wlanstats.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 17:52:32 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D75CB16A419;
	Sun, 11 Nov 2007 17:52:32 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id ACD4213C4C3;
	Sun, 11 Nov 2007 17:52:32 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABHqWHO061972;
	Sun, 11 Nov 2007 17:52:32 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABHqWRT061971;
	Sun, 11 Nov 2007 17:52:32 GMT (envelope-from sam)
Message-Id: <200711111752.lABHqWRT061971@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sun, 11 Nov 2007 17:52:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/net80211 ieee80211_ht.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, 11 Nov 2007 17:52:33 -0000

sam         2007-11-11 17:52:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/net80211         ieee80211_ht.c 
  Log:
  MFC 1.6: correct termination check doing amsdu de-aggregation
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.4.2.2   +3 -4      src/sys/net80211/ieee80211_ht.c

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 18:22:55 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1700C16A46B
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 18:22:55 +0000 (UTC)
	(envelope-from nate@root.org)
Received: from root.org (root.org [67.118.192.226])
	by mx1.freebsd.org (Postfix) with ESMTP id BEBE413C4BE
	for <cvs-src@FreeBSD.org>; Sun, 11 Nov 2007 18:22:54 +0000 (UTC)
	(envelope-from nate@root.org)
Received: (qmail 29774 invoked from network); 11 Nov 2007 18:22:43 -0000
Received: from unknown (HELO ?192.168.1.77?) (nate-mail@71.141.139.72)
	by root.org with ESMTPA; 11 Nov 2007 18:22:43 -0000
Message-ID: <47374870.1080706@root.org>
Date: Sun, 11 Nov 2007 10:22:40 -0800
From: Nate Lawson <nate@root.org>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Colin Percival <cperciva@freebsd.org>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4735008D.7030600@FreeBSD.org> <473667FF.2010005@freebsd.org>
In-Reply-To: <473667FF.2010005@freebsd.org>
X-Enigmail-Version: 0.95.5
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: Maxim Sobolev <sobomax@FreeBSD.org>, Kris Kennaway <kris@FreeBSD.org>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
 mp_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, 11 Nov 2007 18:22:55 -0000

Colin Percival wrote:
> Maxim Sobolev wrote:
>> By the way, I wonder how sun4v (aka Niagara) fares in this respect. As
>> long as I know, they use similar concept, when 8 physical cores can run
>> 32 threads. Should we disable it by default there as well? ;-)
> 
> I haven't seen any experiments done on sun4v, but I'm less concerned about
> it since I believe sun4v boxes are used more often for large computing jobs
> rather than for interactive logins with many untrusted users.  Of course,
> if/when we have scheduler support for keeping different users on separate
> cores, this should be applied to sun4v as well.

I don't think locking threads to cores by uid solves the general
problem.  Consider a web server, where processes run as the same uid but
represent different customers.  What we need is for the software
components that deal with secrets (keys, passwords, etc.) to be able to
specify "don't switch me out until I'm done" for a short quantum.
Restricting access to that mechanism would also be needed to prevent
DoS, same as realtime scheduling.

-- 
Nate

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 19:38:42 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0CA7016A421;
	Sun, 11 Nov 2007 19:38:42 +0000 (UTC)
	(envelope-from flata@magnesium.net)
Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E13213C4A7;
	Sun, 11 Nov 2007 19:38:41 +0000 (UTC)
	(envelope-from flata@magnesium.net)
Received: by toxic.magnesium.net (Postfix, from userid 1212)
	id A89B1DA827; Sun, 11 Nov 2007 11:39:07 -0800 (PST)
Date: Sun, 11 Nov 2007 09:39:07 -1000
From: Juli Mallett <jmallett@FreeBSD.org>
To: Nate Lawson <nate@root.org>
Message-ID: <20071111193907.GA24725@toxic.magnesium.net>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4735008D.7030600@FreeBSD.org> <473667FF.2010005@freebsd.org>
	<47374870.1080706@root.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <47374870.1080706@root.org>
User-Agent: Mutt/1.5.15 (2007-04-06)
Cc: Maxim Sobolev <sobomax@FreeBSD.org>, src-committers@FreeBSD.org,
	cvs-src@FreeBSD.org, Kris Kennaway <kris@FreeBSD.org>,
	cvs-all@FreeBSD.org, Colin Percival <cperciva@freebsd.org>
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
	mp_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, 11 Nov 2007 19:38:42 -0000

* Nate Lawson <nate@root.org> [ 2007-11-11 ]
	[ Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c ]
> Colin Percival wrote:
> > Maxim Sobolev wrote:
> >> By the way, I wonder how sun4v (aka Niagara) fares in this respect. As
> >> long as I know, they use similar concept, when 8 physical cores can run
> >> 32 threads. Should we disable it by default there as well? ;-)
> > 
> > I haven't seen any experiments done on sun4v, but I'm less concerned about
> > it since I believe sun4v boxes are used more often for large computing jobs
> > rather than for interactive logins with many untrusted users.  Of course,
> > if/when we have scheduler support for keeping different users on separate
> > cores, this should be applied to sun4v as well.
> 
> I don't think locking threads to cores by uid solves the general
> problem.  Consider a web server, where processes run as the same uid but
> represent different customers.  What we need is for the software
> components that deal with secrets (keys, passwords, etc.) to be able to
> specify "don't switch me out until I'm done" for a short quantum.
> Restricting access to that mechanism would also be needed to prevent
> DoS, same as realtime scheduling.

If you really want to do that sort of thing, I don't think you want to trust
userland code with it.  You could put the sensitive parts of crypto routines in
the kernel and run them in a critical section, but I'm not sure it's worth it.
We could also let a process request that if we do context switch it out, we
cover its tracks a little, assuming we can come up with a mechanism to do that
(whether there's a direct one or whether we have to have some code that does
some nonsense to overwrite whatever caches.)  You could even give such a process
a shorter quantum to account for the extra time that would need spent
immediately after context switching out from it.  If it's doable, that seems far
better to any specialization of the code or requiring any sort of extra
credentials.  Doesn't solve the HTT case, though.  If we were to just move the
compromisable functionality to the kernel, it would be easy for it to require
that any cores which share its branch prediction table, caches, etc., not have
anything running at the time it goes into its critical section.

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 19:40:47 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 768C716A419;
	Sun, 11 Nov 2007 19:40:47 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 54A4F13C480;
	Sun, 11 Nov 2007 19:40:47 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABJelrE068720;
	Sun, 11 Nov 2007 19:40:47 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABJelAb068719;
	Sun, 11 Nov 2007 19:40:47 GMT (envelope-from brueffer)
Message-Id: <200711111940.lABJelAb068719@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sun, 11 Nov 2007 19:40: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/share/man/man9 rmlock.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: Sun, 11 Nov 2007 19:40:47 -0000

brueffer    2007-11-11 19:40:47 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       rmlock.9 
  Log:
  More cleanup.
  
  Revision  Changes    Path
  1.4       +14 -12    src/share/man/man9/rmlock.9

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 20:14:45 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3988316A477
	for <cvs-src@freebsd.org>; Sun, 11 Nov 2007 20:14:45 +0000 (UTC)
	(envelope-from kip.macy@gmail.com)
Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187])
	by mx1.freebsd.org (Postfix) with ESMTP id 135CD13C4A8
	for <cvs-src@freebsd.org>; Sun, 11 Nov 2007 20:14:44 +0000 (UTC)
	(envelope-from kip.macy@gmail.com)
Received: by rv-out-0910.google.com with SMTP id l15so909557rvb
	for <cvs-src@freebsd.org>; Sun, 11 Nov 2007 12:14:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	bh=VoqtHh3VKXLUEo19zQDhww1Exih9ONZP5mrCvlVluqM=;
	b=lK33eRrimr+BgRCvJOq+kpE6PZtp77yZYRIHfWtXiovOQ9GLW9SdUncCJq3/npOhnvzFJBYL28cXb/OyyPu3LzqLS4qEdWFdj85uZGyHTD80MgjOuztYCj0MxS46OGC7rXLU26W3bEXSDY9FHvSVJO/S+XDzGgSDC2QnJnbqeHM=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=uKlJhoZLIT0cynOtRkhmZkf98HY8hzGxxz/SRFNt04f6DXr1MfyLlr91jW0NEyZVwbBEDA/ixzG3AdyX6n34+JdC6bkZ8LUTcU/KnX4b+9+plfFkgK2QpmfmI4Dsb0RQf1p1WgFKPOQry7hiuHtSIudZBeaKMy5VpB6zuN7e9Fg=
Received: by 10.115.106.7 with SMTP id i7mr991577wam.1194812078414;
	Sun, 11 Nov 2007 12:14:38 -0800 (PST)
Received: by 10.114.13.15 with HTTP; Sun, 11 Nov 2007 12:14:38 -0800 (PST)
Message-ID: <b1fa29170711111214g15e3f16yf288f4cd528af9fe@mail.gmail.com>
Date: Sun, 11 Nov 2007 12:14:38 -0800
From: "Kip Macy" <kip.macy@gmail.com>
To: "Marius Strobl" <marius@freebsd.org>
In-Reply-To: <200711111230.lABCUuQ2012892@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200711111230.lABCUuQ2012892@repoman.freebsd.org>
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/sun4v/include pcpu.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, 11 Nov 2007 20:14:45 -0000

Thanks.

 -Kip

On Nov 11, 2007 4:30 AM, Marius Strobl <marius@freebsd.org> wrote:
> marius      2007-11-11 12:30:56 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/sun4v/include    pcpu.h
>   Log:
>   Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.
>
>   Revision  Changes    Path
>   1.10      +1 -1      src/sys/sun4v/include/pcpu.h
>

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 20:57:09 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 113F716A46B;
	Sun, 11 Nov 2007 20:57:09 +0000 (UTC)
	(envelope-from brix@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id DFFE113C48D;
	Sun, 11 Nov 2007 20:57:08 +0000 (UTC)
	(envelope-from brix@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABKv8g6081675;
	Sun, 11 Nov 2007 20:57:08 GMT
	(envelope-from brix@repoman.freebsd.org)
Received: (from brix@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABKv8Kv081674;
	Sun, 11 Nov 2007 20:57:08 GMT (envelope-from brix)
Message-Id: <200711112057.lABKv8Kv081674@repoman.freebsd.org>
From: Henrik Brix Andersen <brix@FreeBSD.org>
Date: Sun, 11 Nov 2007 20:57: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/dev/usb usb_quirks.c 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, 11 Nov 2007 20:57:09 -0000

brix        2007-11-11 20:57:08 UTC

  FreeBSD src repository (ports committer)

  Modified files:
    sys/dev/usb          usb_quirks.c usbdevs 
  Log:
  Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.
  
  PR:             usb/116057
  Approved by:    imp, erwin (mentor)
  
  Revision  Changes    Path
  1.64      +4 -2      src/sys/dev/usb/usb_quirks.c
  1.333     +3 -2      src/sys/dev/usb/usbdevs

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 22:52:31 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EA02A16A417;
	Sun, 11 Nov 2007 22:52:31 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id BE7DF13C491;
	Sun, 11 Nov 2007 22:52:31 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABMqVex089194;
	Sun, 11 Nov 2007 22:52:31 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABMqVtC089193;
	Sun, 11 Nov 2007 22:52:31 GMT (envelope-from csjp)
Message-Id: <200711112252.lABMqVtC089193@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Sun, 11 Nov 2007 22:52:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/etc/defaults devfs.rules
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 22:52:32 -0000

csjp        2007-11-11 22:52:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    etc/defaults         devfs.rules 
  Log:
  MFC revision 1.5
  Un-break logins to jailed environments when PTS is in use.
  
  Approved by:    re@ (kensmith)
  
  Revision  Changes    Path
  1.4.2.1   +2 -0      src/etc/defaults/devfs.rules

From owner-cvs-src@FreeBSD.ORG  Sun Nov 11 22:56:13 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0A65016A473;
	Sun, 11 Nov 2007 22:56:13 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id D3D4413C4AC;
	Sun, 11 Nov 2007 22:56:12 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lABMuCcS089357;
	Sun, 11 Nov 2007 22:56:12 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lABMuCUY089356;
	Sun, 11 Nov 2007 22:56:12 GMT (envelope-from csjp)
Message-Id: <200711112256.lABMuCUY089356@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Sun, 11 Nov 2007 22:56: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/etc/defaults devfs.rules
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 11 Nov 2007 22:56:13 -0000

csjp        2007-11-11 22:56:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/defaults         devfs.rules 
  Log:
  MFC revision 1.5
  Un-break logins to jailed environments when PTS is in use.
  
  Revision  Changes    Path
  1.3.8.2   +2 -0      src/etc/defaults/devfs.rules

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 02:38:58 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6403C16A419;
	Mon, 12 Nov 2007 02:38:58 +0000 (UTC) (envelope-from mezz7@cox.net)
Received: from eastrmmtai112.cox.net (eastrmmtai112.cox.net [68.230.240.31])
	by mx1.freebsd.org (Postfix) with ESMTP id CDDFC13C4C1;
	Mon, 12 Nov 2007 02:38:57 +0000 (UTC) (envelope-from mezz7@cox.net)
Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao107.cox.net
	(InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id
	<20071112003737.BEWI27298.eastrmmtao107.cox.net@eastrmimpo03.cox.net>;
	Sun, 11 Nov 2007 19:37:37 -0500
Received: from mezz.mezzweb.com ([24.255.149.218])
	by eastrmimpo03.cox.net with bizsmtp
	id Bccp1Y00F4iy4EG0000000; Sun, 11 Nov 2007 19:36:50 -0500
Date: Sun, 11 Nov 2007 18:42:08 -0600
To: "Simon L. Nielsen" <simon@freebsd.org>
From: "Jeremy Messenger" <mezz7@cox.net>
Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii
MIME-Version: 1.0
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4734B629.4010001@delphij.net>
	<20071111102044.GB1020@zaphod.nitro.dk>
Content-Transfer-Encoding: 7bit
Message-ID: <op.t1nlkiky9aq2h7@mezz.mezzweb.com>
In-Reply-To: <20071111102044.GB1020@zaphod.nitro.dk>
User-Agent: Opera Mail/9.24 (Linux)
Cc: src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org,
	Kris Kennaway <kris@freebsd.org>, cvs-all@freebsd.org,
	Colin Percival <cperciva@freebsd.org>, Nate Lawson <nate@root.org>
Subject: Re: OpenSSL import [was: cvs commit: src/sys/amd64/amd64
	mp_machdep.c src/sys/i386/i386 mp_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: Mon, 12 Nov 2007 02:38:58 -0000

On Sun, 11 Nov 2007 04:20:45 -0600, Simon L. Nielsen <simon@FreeBSD.org>  
wrote:

> On 2007.11.09 11:34:01 -0800, Xin LI wrote:
>
>> > [1] OpenSSL 0.9.7h, change 10/2005 by Matthew D. Wood of Intel,
>> > http://www.openssl.org/news/changelog.html
>> > [2] OpenSSL 0.9.8f, change 10/2007 by Matthew D. Wood of Intel,
>> > http://www.openssl.org/news/changelog.html
>>
>> Sorry for hijacking this thread, are we going to import a new OpenSSL
>> release?  Sounds like we have to do a full package build if we want to
>> do that...
>
> For both RELENG_6 and RELENG_7, not unless somebody comes up with very
> strong arguments to do so.  The risk of blowing things up this late in
> the release cycle is just to great.
>
> The latest 0.9.8 security issue was fixed with patch rather than
> complete new import to avoid disruptions to the 7.x release process.
>
> My current plan is to import the new OpenSSL 0.9.8 release into HEAD
> after 7.0 has been released, and them MFC to RELENG_7 if possble
> later.

While I am here, I am wondering why we don't have openssl.pc import and  
install (maybe /usr/libdata/pkgconfig)? I think, OpenBSD does install  
openssl.pc. I think it would be nice if FreeBSD has openssl.pc too for I  
don't have to add hacks in ports tree to workaround of openssl.pc doesn't  
exist.

Cheers,
Mezz


-- 
mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 03:59:12 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC2DB16A417;
	Mon, 12 Nov 2007 03:59:12 +0000 (UTC)
	(envelope-from brooks@lor.one-eyed-alien.net)
Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net
	[IPv6:2001:4830:1200:a1::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F91513C4BD;
	Mon, 12 Nov 2007 03:59:12 +0000 (UTC)
	(envelope-from brooks@lor.one-eyed-alien.net)
Received: from lor.one-eyed-alien.net (localhost [127.0.0.1])
	by lor.one-eyed-alien.net (8.14.1/8.13.8) with ESMTP id lAC3xAI5058950; 
	Sun, 11 Nov 2007 21:59:10 -0600 (CST)
	(envelope-from brooks@lor.one-eyed-alien.net)
Received: (from brooks@localhost)
	by lor.one-eyed-alien.net (8.14.1/8.13.8/Submit) id lAC3xAw9058949;
	Sun, 11 Nov 2007 21:59:10 -0600 (CST) (envelope-from brooks)
Date: Sun, 11 Nov 2007 21:59:10 -0600
From: Brooks Davis <brooks@FreeBSD.org>
To: Colin Percival <cperciva@FreeBSD.org>
Message-ID: <20071112035910.GA58802@lor.one-eyed-alien.net>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4735008D.7030600@FreeBSD.org> <473667FF.2010005@freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/"
Content-Disposition: inline
In-Reply-To: <473667FF.2010005@freebsd.org>
User-Agent: Mutt/1.5.16 (2007-06-09)
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0
	(lor.one-eyed-alien.net [127.0.0.1]);
	Sun, 11 Nov 2007 21:59:11 -0600 (CST)
Cc: Maxim Sobolev <sobomax@FreeBSD.org>, src-committers@FreeBSD.org,
	cvs-src@FreeBSD.org, Kris Kennaway <kris@FreeBSD.org>,
	cvs-all@FreeBSD.org, Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
	mp_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: Mon, 12 Nov 2007 03:59:13 -0000


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

On Sat, Nov 10, 2007 at 06:25:03PM -0800, Colin Percival wrote:
> Maxim Sobolev wrote:
> > For what it is worth I think Nate has the correct point. We should not
> > force this setting upon each and every user if it can realistically
> > affect only 0.0001% of our userbase.
>=20
> We're not forcing anything -- it's configurable via loader.conf.  All
> we're talking about is changing the default value.
>=20
> > By the way, I wonder how sun4v (aka Niagara) fares in this respect. As
> > long as I know, they use similar concept, when 8 physical cores can run
> > 32 threads. Should we disable it by default there as well? ;-)
>=20
> I haven't seen any experiments done on sun4v, but I'm less concerned about
> it since I believe sun4v boxes are used more often for large computing jo=
bs
> rather than for interactive logins with many untrusted users.  Of course,
> if/when we have scheduler support for keeping different users on separate
> cores, this should be applied to sun4v as well.

Actually, webhosting is probably the most common use of sun4v systems.
As such, I'd expect that virtual hosting with large numbers of untrusted
users running code on the same machine to be fairly common.

-- Brooks

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

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

iD8DBQFHN8+NXY6L6fI4GtQRAnwJAJ91HiskMHTZlFkemjYwIKC/Y10j5gCeK/83
Z8HSY5NFvF7bOXBM6GFD4g0=
=PSCY
-----END PGP SIGNATURE-----

--pWyiEgJYm5f9v55/--

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 04:47:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9F2B116A41A;
	Mon, 12 Nov 2007 04:47:59 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 8D26213C4A5;
	Mon, 12 Nov 2007 04:47:59 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAC4lweZ029043;
	Mon, 12 Nov 2007 04:47:58 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAC4lwua029042;
	Mon, 12 Nov 2007 04:47:58 GMT (envelope-from cperciva)
Message-Id: <200711120447.lAC4lwua029042@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Mon, 12 Nov 2007 04:47: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/etc freebsd-update.conf src/share/man/man5
 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8
 freebsd-update.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: Mon, 12 Nov 2007 04:47:59 -0000

cperciva    2007-11-12 04:47:57 UTC

  FreeBSD src repository

  Modified files:
    etc                  freebsd-update.conf 
    share/man/man5       freebsd-update.conf.5 
    usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh 
  Log:
  Add support for "freebsd-update -r newrelease upgrade" -- binary
  upgrading to new releases.  Important parts of this code include
   * automatically determining which optional components (e.g., src,
  info, proflibs) are installed.
   * merging changes in files which are modified locally and have
  changed between the currently running and new release.
   * prompting the user to rebuild all 3rd party software before
  deleting old shared libraries.
  
  Yes, this is compatible with "freebsd-update rollback" -- you can
  test a new -BETA and roll back to the old release if you don't
  like it.
  
  Subject to re@ approval, this will be MFCed before 7.0-BETA3 and
  6.3-RC1.
  
  MFC after:      2 days
  
  Revision  Changes    Path
  1.2       +11 -1     src/etc/freebsd-update.conf
  1.3       +27 -1     src/share/man/man5/freebsd-update.conf.5
  1.4       +13 -3     src/usr.sbin/freebsd-update/freebsd-update.8
  1.10      +837 -61   src/usr.sbin/freebsd-update/freebsd-update.sh

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 09:07:24 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9C8D516A420;
	Mon, 12 Nov 2007 09:07:24 +0000 (UTC) (envelope-from des@des.no)
Received: from tim.des.no (tim.des.no [194.63.250.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 4D7FD13C4A3;
	Mon, 12 Nov 2007 09:07:24 +0000 (UTC) (envelope-from des@des.no)
Received: from tim.des.no (localhost [127.0.0.1])
	by spam.des.no (Postfix) with ESMTP id 2A5D92094;
	Mon, 12 Nov 2007 10:06:55 +0100 (CET)
X-Spam-Tests: AWL
X-Spam-Learn: disabled
X-Spam-Score: -0.1/3.0
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no
Received: from ds4.des.no (des.no [80.203.243.180])
	by smtp.des.no (Postfix) with ESMTP id A18B32093;
	Mon, 12 Nov 2007 10:06:54 +0100 (CET)
Received: by ds4.des.no (Postfix, from userid 1001)
	id 87618844AB; Mon, 12 Nov 2007 10:06:52 +0100 (CET)
From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To: Colin Percival <cperciva@FreeBSD.org>
References: <200711120447.lAC4lwua029042@repoman.freebsd.org>
Date: Mon, 12 Nov 2007 10:06:50 +0100
In-Reply-To: <200711120447.lAC4lwua029042@repoman.freebsd.org> (Colin
	Percival's message of "Mon\, 12 Nov 2007 04\:47\:58 +0000 \(UTC\)")
Message-ID: <86r6ivj0id.fsf@ds4.des.no>
User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc freebsd-update.conf src/share/man/man5
	freebsd-update.conf.5 src/usr.sbin/freebsd-update
	freebsd-update.8 freebsd-update.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: Mon, 12 Nov 2007 09:07:24 -0000

Colin Percival <cperciva@FreeBSD.org> writes:
>   Log:
>   Add support for "freebsd-update -r newrelease upgrade" -- binary
>   upgrading to new releases.  Important parts of this code include
>    * automatically determining which optional components (e.g., src,
>   info, proflibs) are installed.
>    * merging changes in files which are modified locally and have
>   changed between the currently running and new release.
>    * prompting the user to rebuild all 3rd party software before
>   deleting old shared libraries.

So, let's say you have a 6.2 box (predating this change) and want to
update to 6.3, what would the procedure be?  Install a newer
freebsd-update from ports?  Or will the newer freebsd-update be
distributed as a binary update for older releases?

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 09:17:01 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E35AB16A41A
	for <cvs-src@FreeBSD.org>; Mon, 12 Nov 2007 09:17:01 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd2mo2so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])
	by mx1.freebsd.org (Postfix) with ESMTP id BB9BD13C4BA
	for <cvs-src@FreeBSD.org>; Mon, 12 Nov 2007 09:17:01 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd3mr1so.prod.shaw.ca
	(pd3mr1so-qfe3.prod.shaw.ca [10.0.141.177]) by l-daemon
	(Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004))
	with ESMTP id <0JRD00DDVZ41BG90@l-daemon> for cvs-src@FreeBSD.org; Mon,
	12 Nov 2007 02:16:49 -0700 (MST)
Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7])
	by pd3mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05
	(built Sep
	5 2006)) with ESMTP id <0JRD002UZZ40X900@pd3mr1so.prod.shaw.ca> for
	cvs-src@FreeBSD.org; Mon, 12 Nov 2007 02:16:49 -0700 (MST)
Received: from hexahedron.daemonology.net ([24.82.201.197])
	by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15
	2004))
	with SMTP id <0JRD0092DZ3ZCE60@l-daemon> for cvs-src@FreeBSD.org; Mon,
	12 Nov 2007 02:16:48 -0700 (MST)
Received: (qmail 18958 invoked from network); Mon, 12 Nov 2007 09:16:45 +0000
Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1)
	by localhost with SMTP; Mon, 12 Nov 2007 09:16:45 +0000
Date: Mon, 12 Nov 2007 01:16:45 -0800
From: Colin Percival <cperciva@freebsd.org>
In-reply-to: <86r6ivj0id.fsf@ds4.des.no>
To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= <des@des.no>
Message-id: <473819FD.2000602@freebsd.org>
MIME-version: 1.0
Content-type: text/plain; charset=UTF-8
Content-transfer-encoding: 8BIT
X-Enigmail-Version: 0.95.0
References: <200711120447.lAC4lwua029042@repoman.freebsd.org>
	<86r6ivj0id.fsf@ds4.des.no>
User-Agent: Thunderbird 2.0.0.6 (X11/20071102)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc freebsd-update.conf src/share/man/man5
 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8
 freebsd-update.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: Mon, 12 Nov 2007 09:17:02 -0000

Dag-Erling Smørgrav wrote:
> So, let's say you have a 6.2 box (predating this change) and want to
> update to 6.3, what would the procedure be?  Install a newer
> freebsd-update from ports?  Or will the newer freebsd-update be
> distributed as a binary update for older releases?

The updated freebsd-update script can be downloaded from my web
server on pre-{6.3-RC1, 7.0-BETA3} systems, as I explain in the
instructions I provided on using freebsd-update to perform such
upgrades:

http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html
http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html

My understanding is that the upcoming release announcements will
point to these instructions (just like the 6.2-RELEASE announcement
pointed to my 6.1-to-6.2 upgrade script).

Colin Percival

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 14:45:40 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3579F16A417
	for <cvs-src@freebsd.org>; Mon, 12 Nov 2007 14:45:40 +0000 (UTC)
	(envelope-from cokane@freebsd.org)
Received: from QMTA05.emeryville.ca.mail.comcast.net
	(qmta05.emeryville.ca.mail.comcast.net [76.96.30.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 1224D13C48E
	for <cvs-src@freebsd.org>; Mon, 12 Nov 2007 14:45:39 +0000 (UTC)
	(envelope-from cokane@freebsd.org)
Received: from OMTA13.emeryville.ca.mail.comcast.net ([76.96.30.52])
	by QMTA05.emeryville.ca.mail.comcast.net with smtp
	id Bong1Y00P17UAYk0105n00; Mon, 12 Nov 2007 14:33:54 +0000
Received: from discordia ([24.60.136.97])
	by OMTA13.emeryville.ca.mail.comcast.net with comcast
	id BqZs1Y00426FYqY0000000; Mon, 12 Nov 2007 14:33:54 +0000
X-Authority-Analysis: v=1.0 c=1 a=FEoIkVp1fVo5Py5DHSYA:9
	a=tr61m51Tl3qYU03Dn6IA:7 a=N3YxQFZpepXuRLscYhzosaTU68EA:4
	a=xfNXT5P86egA:10
Received: by discordia (Postfix, from userid 103)
	id 5BA3016B559; Mon, 12 Nov 2007 09:33:49 -0500 (EST)
X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia
X-Spam-Level: 
X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00
	autolearn=ham version=3.1.8-gr1
Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by discordia (Postfix) with ESMTP id A3D6116B557;
	Mon, 12 Nov 2007 09:33:35 -0500 (EST)
Message-ID: <4738643E.6030403@FreeBSD.org>
Date: Mon, 12 Nov 2007 09:33:34 -0500
From: Coleman Kane <cokane@FreeBSD.org>
Organization: The FreeBSD Project
User-Agent: Thunderbird 2.0.0.6 (X11/20071104)
MIME-Version: 1.0
To: Brooks Davis <brooks@FreeBSD.org>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4735008D.7030600@FreeBSD.org> <473667FF.2010005@freebsd.org>
	<20071112035910.GA58802@lor.one-eyed-alien.net>
In-Reply-To: <20071112035910.GA58802@lor.one-eyed-alien.net>
X-Enigmail-Version: 0.96a
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Cc: Maxim Sobolev <sobomax@FreeBSD.org>, src-committers@FreeBSD.org,
	cvs-src@FreeBSD.org, Kris Kennaway <kris@FreeBSD.org>,
	cvs-all@FreeBSD.org, Colin Percival <cperciva@FreeBSD.org>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
 mp_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: cokane@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: Mon, 12 Nov 2007 14:45:40 -0000

Brooks Davis wrote:
> On Sat, Nov 10, 2007 at 06:25:03PM -0800, Colin Percival wrote:
>   
>> Maxim Sobolev wrote:
>>     
>>> For what it is worth I think Nate has the correct point. We should not
>>> force this setting upon each and every user if it can realistically
>>> affect only 0.0001% of our userbase.
>>>       
>> We're not forcing anything -- it's configurable via loader.conf.  All
>> we're talking about is changing the default value.
>>
>>     
>>> By the way, I wonder how sun4v (aka Niagara) fares in this respect. As
>>> long as I know, they use similar concept, when 8 physical cores can run
>>> 32 threads. Should we disable it by default there as well? ;-)
>>>       
>> I haven't seen any experiments done on sun4v, but I'm less concerned about
>> it since I believe sun4v boxes are used more often for large computing jobs
>> rather than for interactive logins with many untrusted users.  Of course,
>> if/when we have scheduler support for keeping different users on separate
>> cores, this should be applied to sun4v as well.
>>     
>
> Actually, webhosting is probably the most common use of sun4v systems.
> As such, I'd expect that virtual hosting with large numbers of untrusted
> users running code on the same machine to be fairly common.
>
> -- Brooks
>   
I second this. As a person who actually participated in their "Try and
you don't have to buy" program, they pitched the system as basically
tuned for a LAMP server (I guess that's FAMP for us, heh). Reading
reviews and tech docs, the platform seems pretty tuned to that workload.

--
Coleman Kane


From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 15:44:03 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BE2D916A417;
	Mon, 12 Nov 2007 15:44:03 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 954A413C4AA;
	Mon, 12 Nov 2007 15:44:03 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACFi19K010948;
	Mon, 12 Nov 2007 15:44:01 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACFi1C0010947;
	Mon, 12 Nov 2007 15:44:01 GMT (envelope-from remko)
Message-Id: <200711121544.lACFi1C0010947@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Mon, 12 Nov 2007 15:44: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/sys/dev/re if_re.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, 12 Nov 2007 15:44:03 -0000

remko       2007-11-12 15:44:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
  Log:
  Add support for D-Link DGE-528(T) Rev.B1
  
  PR:             112774
  Submitted by:   Denis Fortin <fortin at acm dot org>
  Approved by:    imp (mentor), yongari
  MFC After:      3 days
  
  Revision  Changes    Path
  1.96      +2 -0      src/sys/dev/re/if_re.c

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 15:59:05 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C3DA016A417;
	Mon, 12 Nov 2007 15:59:05 +0000 (UTC) (envelope-from sam@errno.com)
Received: from ebb.errno.com (ebb.errno.com [69.12.149.25])
	by mx1.freebsd.org (Postfix) with ESMTP id 969F313C4B5;
	Mon, 12 Nov 2007 15:59:05 +0000 (UTC) (envelope-from sam@errno.com)
Received: from trouble.errno.com (trouble.errno.com [10.0.0.248])
	(authenticated bits=0)
	by ebb.errno.com (8.13.6/8.12.6) with ESMTP id lACFwnTt015727
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 12 Nov 2007 07:58:49 -0800 (PST) (envelope-from sam@errno.com)
Message-ID: <4738783A.4050101@errno.com>
Date: Mon, 12 Nov 2007 07:58:50 -0800
From: Sam Leffler <sam@errno.com>
User-Agent: Thunderbird 2.0.0.6 (X11/20070814)
MIME-Version: 1.0
To: Colin Percival <cperciva@FreeBSD.org>
References: <200711120447.lAC4lwua029042@repoman.freebsd.org>
	<86r6ivj0id.fsf@ds4.des.no> <473819FD.2000602@freebsd.org>
In-Reply-To: <473819FD.2000602@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-DCC-dcc-servers-Metrics: om; whitelist
Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/etc freebsd-update.conf src/share/man/man5
 freebsd-update.conf.5
 src/usr.sbin/freebsd-update freebsd-update.8 freebsd-update.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: Mon, 12 Nov 2007 15:59:05 -0000

Colin Percival wrote:
> Dag-Erling Smørgrav wrote:
>   
>> So, let's say you have a 6.2 box (predating this change) and want to
>> update to 6.3, what would the procedure be?  Install a newer
>> freebsd-update from ports?  Or will the newer freebsd-update be
>> distributed as a binary update for older releases?
>>     
>
> The updated freebsd-update script can be downloaded from my web
> server on pre-{6.3-RC1, 7.0-BETA3} systems, as I explain in the
> instructions I provided on using freebsd-update to perform such
> upgrades:
>
> http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html
> http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html
>
> My understanding is that the upcoming release announcements will
> point to these instructions (just like the 6.2-RELEASE announcement
> pointed to my 6.1-to-6.2 upgrade script).
>
>   

If this is to be an officially blessed part of the system all materials 
should be hosted on www.freebsd.org; not your personal web site.

    Sam


From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 16:09:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 64AAD16A479;
	Mon, 12 Nov 2007 16:09:46 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E61013C4B3;
	Mon, 12 Nov 2007 16:09:46 +0000 (UTC) (envelope-from kan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACG9kb5015207;
	Mon, 12 Nov 2007 16:09:46 GMT (envelope-from kan@repoman.freebsd.org)
Received: (from kan@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACG9kdw015206;
	Mon, 12 Nov 2007 16:09:46 GMT (envelope-from kan)
Message-Id: <200711121609.lACG9kdw015206@repoman.freebsd.org>
From: Alexander Kabaev <kan@FreeBSD.org>
Date: Mon, 12 Nov 2007 16:09:46 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/usb ukbd.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, 12 Nov 2007 16:09:46 -0000

kan         2007-11-12 16:09:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/usb          ukbd.c 
  Log:
  MFC revisions
    1.75: Make ukbd_getc respect non-blocking behavior if one is requested;
    1.76: Do not pass an address of local stack variable to
          usbd_set_report_async.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.72.2.2  +14 -10    src/sys/dev/usb/ukbd.c

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 17:05:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A91EA16A417;
	Mon, 12 Nov 2007 17:05:38 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 826F013C481;
	Mon, 12 Nov 2007 17:05:38 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACH5chW028104;
	Mon, 12 Nov 2007 17:05:38 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACH5cQX028103;
	Mon, 12 Nov 2007 17:05:38 GMT (envelope-from sam)
Message-Id: <200711121705.lACH5cQX028103@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Mon, 12 Nov 2007 17:05:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/net80211 ieee80211_scan_sta.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, 12 Nov 2007 17:05:38 -0000

sam         2007-11-12 17:05:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/net80211         ieee80211_scan_sta.c 
  Log:
  MFC 1.6: correct handling of off-channel frames
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.4.2.2   +37 -12    src/sys/net80211/ieee80211_scan_sta.c

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 17:33:08 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8F8B416A468;
	Mon, 12 Nov 2007 17:33:08 +0000 (UTC)
	(envelope-from jeff@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 68ED713C4C6;
	Mon, 12 Nov 2007 17:33:08 +0000 (UTC)
	(envelope-from jeff@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACHX8hC029173;
	Mon, 12 Nov 2007 17:33:08 GMT
	(envelope-from jeff@repoman.freebsd.org)
Received: (from jeff@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACHX8Ck029172;
	Mon, 12 Nov 2007 17:33:08 GMT (envelope-from jeff)
Message-Id: <200711121733.lACHX8Ck029172@repoman.freebsd.org>
From: Jeff Roberson <jeff@FreeBSD.org>
Date: Mon, 12 Nov 2007 17:33: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/tools/sched schedgraph.py
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 12 Nov 2007 17:33:08 -0000

jeff        2007-11-12 17:33:08 UTC

  FreeBSD src repository

  Modified files:
    tools/sched          schedgraph.py 
  Log:
   - Fix the ktr header regexp so we match lines with very large indexes.
   - Add support for messages where cpu load is added to a remote cpu.
   - print unmatched lines to stdout
  
  Revision  Changes    Path
  1.13      +19 -4     src/tools/sched/schedgraph.py

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 17:52:01 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A87316A418;
	Mon, 12 Nov 2007 17:52:01 +0000 (UTC)
	(envelope-from rpaulo@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 1317013C4B0;
	Mon, 12 Nov 2007 17:52:01 +0000 (UTC)
	(envelope-from rpaulo@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACHq0lV031568;
	Mon, 12 Nov 2007 17:52:00 GMT
	(envelope-from rpaulo@repoman.freebsd.org)
Received: (from rpaulo@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACHq0PD031567;
	Mon, 12 Nov 2007 17:52:00 GMT (envelope-from rpaulo)
Message-Id: <200711121752.lACHq0PD031567@repoman.freebsd.org>
From: Rui Paulo <rpaulo@FreeBSD.org>
Date: Mon, 12 Nov 2007 17:52: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 Makefile asmc.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: Mon, 12 Nov 2007 17:52:01 -0000

rpaulo      2007-11-12 17:52:00 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
  Added files:
    share/man/man4       asmc.4 
  Log:
  Manual page for the asmc driver.
  
  Approved by:    njl (mentor)
  
  Revision  Changes    Path
  1.398     +2 -0      src/share/man/man4/Makefile
  1.1       +154 -0    src/share/man/man4/asmc.4 (new)

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 18:57:34 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6F5DE16A41A;
	Mon, 12 Nov 2007 18:57:34 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4750F13C4B8;
	Mon, 12 Nov 2007 18:57:34 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACIvYAo035515;
	Mon, 12 Nov 2007 18:57:34 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACIvY70035514;
	Mon, 12 Nov 2007 18:57:34 GMT (envelope-from delphij)
Message-Id: <200711121857.lACIvY70035514@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Mon, 12 Nov 2007 18:57: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/sys/fs/tmpfs tmpfs_vfsops.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, 12 Nov 2007 18:57:34 -0000

delphij     2007-11-12 18:57:33 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/tmpfs         tmpfs_vfsops.c 
  Log:
  Correct a stack overflow which will trigger panics when
  mode= is specified, caused by incorrect format string
  specified to vfs_scanopt() and subsequently vsscanf().
  
  Pointed out by: kib
  Submitted by:   des
  
  Revision  Changes    Path
  1.12      +1 -1      src/sys/fs/tmpfs/tmpfs_vfsops.c

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 19:59:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3890A16A418;
	Mon, 12 Nov 2007 19:59:23 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 106A013C4B5;
	Mon, 12 Nov 2007 19:59:23 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACJxMjf039163;
	Mon, 12 Nov 2007 19:59:22 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACJxMnL039162;
	Mon, 12 Nov 2007 19:59:22 GMT (envelope-from brueffer)
Message-Id: <200711121959.lACJxMnL039162@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Mon, 12 Nov 2007 19:59: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 asmc.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: Mon, 12 Nov 2007 19:59:23 -0000

brueffer    2007-11-12 19:59:22 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       asmc.4 
  Log:
  Some cleanup.
  
  Revision  Changes    Path
  1.2       +13 -11    src/share/man/man4/asmc.4

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 20:02:21 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9261616A417;
	Mon, 12 Nov 2007 20:02:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 834FA13C4C2;
	Mon, 12 Nov 2007 20:02:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACK2LG9039341;
	Mon, 12 Nov 2007 20:02:21 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACK2LPg039340;
	Mon, 12 Nov 2007 20:02:21 GMT (envelope-from jhb)
Message-Id: <200711122002.lACK2LPg039340@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Mon, 12 Nov 2007 20:02: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/usr.bin/write write.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, 12 Nov 2007 20:02:21 -0000

jhb         2007-11-12 20:02:21 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/write        write.c 
  Log:
  write(1) needs to strip off the leading /dev/ from the tty name for the
  current tty as returned from ttyname(3) so it can try to avoid writing to
  the current tty if possible.  Previously, it did this by trimming off any
  leading directory (effectively performing a basename(3) on the path
  returned from ttyname(3)).  However, this chopped off too much of the path
  for ttys who have directories in their name such as pts(4).  Instead, just
  strip off the leading /dev/ from the path returned by ttyname(3).  This
  fixes write(1) when using pts(4).
  
  MFC after:      1 week
  Reported by:    rwatson
  
  Revision  Changes    Path
  1.19      +2 -3      src/usr.bin/write/write.c

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 21:51:40 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 19ADE16A418;
	Mon, 12 Nov 2007 21:51:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 06C6013C4AA;
	Mon, 12 Nov 2007 21:51:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACLpdO1058126;
	Mon, 12 Nov 2007 21:51:39 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACLpds7058125;
	Mon, 12 Nov 2007 21:51:39 GMT (envelope-from jhb)
Message-Id: <200711122151.lACLpds7058125@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Mon, 12 Nov 2007 21:51: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/sys param.h src/sys/conf files files.amd64
 files.i386 files.pc98 kmod.mk src/sys/dev/agp agp.c agp_ali.c
 agp_amd.c agp_amd64.c agp_ati.c agp_i810.c agp_if.m agp_intel.c
 agp_nvidia.c agp_sis.c agp_via.c agppriv.h agpvar.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, 12 Nov 2007 21:51:40 -0000

jhb         2007-11-12 21:51:38 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              param.h 
    sys/conf             files files.amd64 files.i386 files.pc98 
                         kmod.mk 
    sys/dev/agp          agp.c agp_ali.c agp_amd.c agp_amd64.c 
                         agp_ati.c agp_i810.c agp_if.m agp_intel.c 
                         agp_nvidia.c agp_sis.c agp_via.c 
                         agppriv.h agpvar.h 
    sys/dev/drm          drmP.h drm_agpsupport.c 
    sys/modules/agp      Makefile 
  Removed files:
    sys/pci              agp.c agp_ali.c agp_amd.c agp_amd64.c 
                         agp_ati.c agp_i810.c agp_if.m agp_intel.c 
                         agp_nvidia.c agp_sis.c agp_via.c 
                         agppriv.h agpreg.h agpvar.h 
  Log:
  Move the agp(4) driver from sys/pci to sys/dev/agp.  __FreeBSD_version was
  bumped to 800004 to note the change though userland apps should not be
  affected since they use <sys/agpio.h> rather than the headers in
  sys/dev/agp.
  
  Discussed with: anholt
  Repocopy by:    simon
  
  Revision  Changes    Path
  1.1251    +2 -2      src/sys/conf/files
  1.114     +3 -3      src/sys/conf/files.amd64
  1.587     +9 -9      src/sys/conf/files.i386
  1.358     +7 -7      src/sys/conf/files.pc98
  1.220     +2 -2      src/sys/conf/kmod.mk
  1.58      +3 -3      src/sys/dev/agp/agp.c
  1.20      +2 -2      src/sys/dev/agp/agp_ali.c
  1.25      +2 -2      src/sys/dev/agp/agp_amd.c
  1.16      +2 -2      src/sys/dev/agp/agp_amd64.c
  1.5       +2 -2      src/sys/dev/agp/agp_ati.c
  1.43      +2 -2      src/sys/dev/agp/agp_i810.c
  1.4       +2 -2      src/sys/dev/agp/agp_if.m
  1.36      +2 -2      src/sys/dev/agp/agp_intel.c
  1.13      +2 -2      src/sys/dev/agp/agp_nvidia.c
  1.22      +2 -2      src/sys/dev/agp/agp_sis.c
  1.26      +2 -2      src/sys/dev/agp/agp_via.c
  1.8       +1 -1      src/sys/dev/agp/agppriv.h
  1.4       +1 -1      src/sys/dev/agp/agpvar.h
  1.19      +4 -0      src/sys/dev/drm/drmP.h
  1.7       +4 -0      src/sys/dev/drm/drm_agpsupport.c
  1.19      +2 -2      src/sys/modules/agp/Makefile
  1.58      +0 -975    src/sys/pci/agp.c (dead)
  1.20      +0 -273    src/sys/pci/agp_ali.c (dead)
  1.25      +0 -417    src/sys/pci/agp_amd.c (dead)
  1.16      +0 -517    src/sys/pci/agp_amd64.c (dead)
  1.5       +0 -386    src/sys/pci/agp_ati.c (dead)
  1.43      +0 -1003   src/sys/pci/agp_i810.c (dead)
  1.4       +0 -134    src/sys/pci/agp_if.m (dead)
  1.36      +0 -439    src/sys/pci/agp_intel.c (dead)
  1.13      +0 -462    src/sys/pci/agp_nvidia.c (dead)
  1.22      +0 -293    src/sys/pci/agp_sis.c (dead)
  1.26      +0 -427    src/sys/pci/agp_via.c (dead)
  1.8       +0 -112    src/sys/pci/agppriv.h (dead)
  1.20      +0 -328    src/sys/pci/agpreg.h (dead)
  1.4       +0 -125    src/sys/pci/agpvar.h (dead)
  1.314     +1 -1      src/sys/sys/param.h

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 23:47:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 357E416A421;
	Mon, 12 Nov 2007 23:47:49 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 0E5BD13C48E;
	Mon, 12 Nov 2007 23:47:49 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACNlmqi067405;
	Mon, 12 Nov 2007 23:47:48 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACNlmYo067404;
	Mon, 12 Nov 2007 23:47:48 GMT (envelope-from bz)
Message-Id: <200711122347.lACNlmYo067404@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Mon, 12 Nov 2007 23:47: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/netipsec keysock.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, 12 Nov 2007 23:47:49 -0000

bz          2007-11-12 23:47:48 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         keysock.c 
  Log:
  Add a missing priv check in key_attach to prevent non-su users
  from messing with the spdb and sadb.
  
  Problem sneaked in with the fast_ipsec+v6->ipsec merger by no
  longer going via raw_usrreqs.pr_attach.
  
  Reported by:    Pawel Worach
  Identified by:  rwatson
  Reviewed by:    rwatson
  MFC after:      3 days
  
  Revision  Changes    Path
  1.19      +7 -0      src/sys/netipsec/keysock.c

From owner-cvs-src@FreeBSD.ORG  Mon Nov 12 23:53:43 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EBE0016A417;
	Mon, 12 Nov 2007 23:53:43 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C5B3213C49D;
	Mon, 12 Nov 2007 23:53:43 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACNrhHV067750;
	Mon, 12 Nov 2007 23:53:43 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACNrh2P067749;
	Mon, 12 Nov 2007 23:53:43 GMT (envelope-from bz)
Message-Id: <200711122353.lACNrh2P067749@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Mon, 12 Nov 2007 23:53: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/sys/boot/i386/libi386 biosdisk.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, 12 Nov 2007 23:53:44 -0000

bz          2007-11-12 23:53:43 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 biosdisk.c 
  Log:
  Though we are currently not interested in the EDD3 flag,
  Enhanced Disk Drive Specification Ver 3.0 defines that the version
  of extension in AH would be 30h.
  Correct the check for that to be >=30h instead of >3h.
  MFC after:      2 months
  
  Revision  Changes    Path
  1.54      +1 -1      src/sys/boot/i386/libi386/biosdisk.c

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 00:45:26 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3AD2A16A420
	for <cvs-src@FreeBSD.org>; Tue, 13 Nov 2007 00:45:26 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd4mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 1438813C4E3
	for <cvs-src@FreeBSD.org>; Tue, 13 Nov 2007 00:45:26 +0000 (UTC)
	(envelope-from cperciva@freebsd.org)
Received: from pd3mr6so.prod.shaw.ca (pd3mr6so-qfe3.prod.shaw.ca [10.0.141.21])
	by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15
	2004))
	with ESMTP id <0JRF009JI5ZU9QC0@l-daemon> for cvs-src@FreeBSD.org; Mon,
	12 Nov 2007 17:43:06 -0700 (MST)
Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151])
	by pd3mr6so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05
	(built Sep
	5 2006)) with ESMTP id <0JRF00H6G5ZUKB00@pd3mr6so.prod.shaw.ca> for
	cvs-src@FreeBSD.org; Mon, 12 Nov 2007 17:43:07 -0700 (MST)
Received: from hexahedron.daemonology.net ([24.82.201.197])
	by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15
	2004))
	with SMTP id <0JRF00IN85ZSY370@l-daemon> for cvs-src@FreeBSD.org; Mon,
	12 Nov 2007 17:43:05 -0700 (MST)
Received: (qmail 2422 invoked from network); Tue, 13 Nov 2007 00:42:57 +0000
Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1)
	by localhost with SMTP; Tue, 13 Nov 2007 00:42:57 +0000
Date: Mon, 12 Nov 2007 16:42:56 -0800
From: Colin Percival <cperciva@freebsd.org>
In-reply-to: <4738783A.4050101@errno.com>
To: Sam Leffler <sam@errno.com>
Message-id: <4738F310.1030609@freebsd.org>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
X-Enigmail-Version: 0.95.0
References: <200711120447.lAC4lwua029042@repoman.freebsd.org>
	<86r6ivj0id.fsf@ds4.des.no> <473819FD.2000602@freebsd.org>
	<4738783A.4050101@errno.com>
User-Agent: Thunderbird 2.0.0.6 (X11/20071102)
Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>,
	src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/etc freebsd-update.conf src/share/man/man5
 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8
 freebsd-update.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: Tue, 13 Nov 2007 00:45:26 -0000

Sam Leffler wrote:
> Colin Percival wrote:
>> The updated freebsd-update script can be downloaded from my web
>> server on pre-{6.3-RC1, 7.0-BETA3} systems, as I explain in the
>> instructions I provided on using freebsd-update to perform such
>> upgrades:
>>
>> http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html
>>
>> http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html
>>
>> My understanding is that the upcoming release announcements will
>> point to these instructions (just like the 6.2-RELEASE announcement
>> pointed to my 6.1-to-6.2 upgrade script).
> 
> If this is to be an officially blessed part of the system all materials
> should be hosted on www.freebsd.org; not your personal web site.

I'm hosting the script on my web site as a stop-gap measure since in the
future they will (obviously) already have it installed.  I suppose that
I could have put it onto security.freebsd.org instead, but since my web
site is hosted on the same server as update1.freebsd.org I didn't really
see much point.

As for where the documentation goes -- I have no objection to having this
turned into official FreeBSD documentation in the doc tree.  Given my lack
of experience in the doc tree, however, it seemed to me that posting this
to my blog was by far the easiest and fastest way to make the information
available.

Colin Percival

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 01:30:40 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C502B16A417;
	Tue, 13 Nov 2007 01:30:40 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9F55613C491;
	Tue, 13 Nov 2007 01:30:40 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAD1UeH5083129;
	Tue, 13 Nov 2007 01:30:40 GMT (envelope-from jb@repoman.freebsd.org)
Received: (from jb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAD1UeiA083128;
	Tue, 13 Nov 2007 01:30:40 GMT (envelope-from jb)
Message-Id: <200711130130.lAD1UeiA083128@repoman.freebsd.org>
From: John Birrell <jb@FreeBSD.org>
Date: Tue, 13 Nov 2007 01:30: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/usr.sbin/pciconf cap.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, 13 Nov 2007 01:30:40 -0000

jb          2007-11-13 01:30:40 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pciconf     cap.c 
  Log:
  Include agpreg.h from it's new location.
  
  Revision  Changes    Path
  1.5       +1 -1      src/usr.sbin/pciconf/cap.c

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 04:10:31 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2BEA916A417;
	Tue, 13 Nov 2007 04:10:31 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 063E113C4A5;
	Tue, 13 Nov 2007 04:10:31 +0000 (UTC)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAD4AU5l019935;
	Tue, 13 Nov 2007 04:10:30 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAD4AUYX019934;
	Tue, 13 Nov 2007 04:10:30 GMT (envelope-from csjp)
Message-Id: <200711130410.lAD4AUYX019934@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Tue, 13 Nov 2007 04:10: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/etc/defaults devfs.rules
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 13 Nov 2007 04:10:31 -0000

csjp        2007-11-13 04:10:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/defaults         devfs.rules 
  Log:
  Back out the last change, RELENG_6 doesn't have PTS support yet and
  its not clear when it will come in.  So un-hiding these devices has
  no effect.
  
  Reported by:    delphij
  
  Revision  Changes    Path
  1.3.8.3   +0 -2      src/etc/defaults/devfs.rules

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 08:59:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 02FC516A41A;
	Tue, 13 Nov 2007 08:59:30 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E683113C4C2;
	Tue, 13 Nov 2007 08:59:29 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAD8xTB3063762;
	Tue, 13 Nov 2007 08:59:29 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAD8xTPt063761;
	Tue, 13 Nov 2007 08:59:29 GMT (envelope-from bz)
Message-Id: <200711130859.lAD8xTPt063761@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Tue, 13 Nov 2007 08:59: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/tools/regression/priv Makefile main.c main.h
 priv_netinet_ipsec.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, 13 Nov 2007 08:59:30 -0000

bz          2007-11-13 08:59:29 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/priv Makefile main.c main.h 
  Added files:
    tools/regression/priv priv_netinet_ipsec.c 
  Log:
  In sys/netipsec/keysock.c rev. 1.19 a missing priv check was added.
  Before that non-su users were able to open pfkey sockets as well.
  
  Add a regression test so we can detect such problems in an automated way
  in the future.
  
  Revision  Changes    Path
  1.3       +1 -0      src/tools/regression/priv/Makefile
  1.3       +3 -0      src/tools/regression/priv/main.c
  1.3       +4 -0      src/tools/regression/priv/main.h
  1.1       +85 -0     src/tools/regression/priv/priv_netinet_ipsec.c (new)

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 11:23:53 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 946A116A420;
	Tue, 13 Nov 2007 11:23:53 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B7CE13C4B5;
	Tue, 13 Nov 2007 11:23:53 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADBNrWv072692;
	Tue, 13 Nov 2007 11:23:53 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADBNrER072682;
	Tue, 13 Nov 2007 11:23:53 GMT (envelope-from ru)
Message-Id: <200711131123.lADBNrER072682@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Nov 2007 11:23: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: src/share/man/man4 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, 13 Nov 2007 11:23:53 -0000

ru          2007-11-13 11:23:52 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
  Log:
  Sort.
  
  Revision  Changes    Path
  1.399     +1 -1      src/share/man/man4/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 11:31:53 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EE18116A417;
	Tue, 13 Nov 2007 11:31:53 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C586313C4A6;
	Tue, 13 Nov 2007 11:31:53 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADBVrqr073261;
	Tue, 13 Nov 2007 11:31:53 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADBVrBw073260;
	Tue, 13 Nov 2007 11:31:53 GMT (envelope-from ru)
Message-Id: <200711131131.lADBVrBw073260@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Nov 2007 11:31: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/share/man/man4 asmc.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: Tue, 13 Nov 2007 11:31:54 -0000

ru          2007-11-13 11:31:53 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       asmc.4 
  Log:
  Assorted tiny mdoc(7) fixes:
  
  - Sort sections.
  - Fix xrefs.
  - Fix some misusages of some macros.
  
  Revision  Changes    Path
  1.3       +10 -10    src/share/man/man4/asmc.4

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 11:34:26 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 165ED16A41B;
	Tue, 13 Nov 2007 11:34:26 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id DD2E913C4A6;
	Tue, 13 Nov 2007 11:34:20 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADBYKnh073370;
	Tue, 13 Nov 2007 11:34:20 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADBYKEB073369;
	Tue, 13 Nov 2007 11:34:20 GMT (envelope-from ru)
Message-Id: <200711131134.lADBYKEB073369@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Nov 2007 11:34: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/tee tee.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, 13 Nov 2007 11:34:26 -0000

ru          2007-11-13 11:34:20 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tee          tee.1 
  Log:
  - Steal short description from POSIX; it's more technical and was
    easier to translate.
  - Fix some markup nits.
  
  Revision  Changes    Path
  1.8       +4 -4      src/usr.bin/tee/tee.1

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 15:19:36 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8245216A419;
	Tue, 13 Nov 2007 15:19:36 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5AD4913C4B7;
	Tue, 13 Nov 2007 15:19:36 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADFJakB096322;
	Tue, 13 Nov 2007 15:19:36 GMT
	(envelope-from luigi@repoman.freebsd.org)
Received: (from luigi@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADFJaZc096321;
	Tue, 13 Nov 2007 15:19:36 GMT (envelope-from luigi)
Message-Id: <200711131519.lADFJaZc096321@repoman.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Tue, 13 Nov 2007 15:19:35 +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/picobsd/build picobsd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 13 Nov 2007 15:19:36 -0000

luigi       2007-11-13 15:19:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    release/picobsd/build picobsd 
  Log:
  correct a minor bug when printing the list of files excluded.
  This does not prevent the build but it is nicer to do it right.
  (the problem affects also HEAD and RELENG_7 but there is probably
  a lot more to be fixed there in order to produce buildable picobsd
  images).
  
  Revision  Changes    Path
  1.37.2.2  +1 -1      src/release/picobsd/build/picobsd

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 15:23:11 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 525AE16A419;
	Tue, 13 Nov 2007 15:23:11 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 29D6113C4B2;
	Tue, 13 Nov 2007 15:23:11 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADFNBW9096545;
	Tue, 13 Nov 2007 15:23:11 GMT
	(envelope-from luigi@repoman.freebsd.org)
Received: (from luigi@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADFNBmR096544;
	Tue, 13 Nov 2007 15:23:11 GMT (envelope-from luigi)
Message-Id: <200711131523.lADFNBmR096544@repoman.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Tue, 13 Nov 2007 15:23:10 +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/picobsd/tinyware/login 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, 13 Nov 2007 15:23:11 -0000

luigi       2007-11-13 15:23:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    release/picobsd/tinyware/login Makefile 
  Log:
  Unbreak building picobsd's login now that login_access.c is not
  more available in usr.bin/login (fixes to HEAD and RELENG_7 will
  be committed after i have cleaned up the picobsd build infrastructure).
  
  Revision  Changes    Path
  1.4.2.1   +2 -2      src/release/picobsd/tinyware/login/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 15:47:57 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6020116A419;
	Tue, 13 Nov 2007 15:47:57 +0000 (UTC)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5064113C48A;
	Tue, 13 Nov 2007 15:47:57 +0000 (UTC)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADFltbo015559;
	Tue, 13 Nov 2007 15:47:55 GMT
	(envelope-from grehan@repoman.freebsd.org)
Received: (from grehan@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADFltWx015558;
	Tue, 13 Nov 2007 15:47:55 GMT (envelope-from grehan)
Message-Id: <200711131547.lADFltWx015558@repoman.freebsd.org>
From: Peter Grehan <grehan@FreeBSD.org>
Date: Tue, 13 Nov 2007 15:47:55 +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/powerpc/include md_var.h src/sys/powerpc/powerpc
 clock.c 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: Tue, 13 Nov 2007 15:47:57 -0000

grehan      2007-11-13 15:47:55 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/include  md_var.h 
    sys/powerpc/powerpc  clock.c machdep.c 
  Log:
  Split decr_init() into two, with the section that reads the timebase
  frequency from OpenFirmware moved out and into a routine that is called
  from cpu_startup().
  
  This allows correct reporting of the CPU clockspeed when printing out
  CPU information at boot time.
  
  Reported by:    numerous
  Reviewed by:    marcel
  MFC after:      1 day
  
  Revision  Changes    Path
  1.30      +1 -0      src/sys/powerpc/include/md_var.h
  1.29      +7 -3      src/sys/powerpc/powerpc/clock.c
  1.105     +6 -1      src/sys/powerpc/powerpc/machdep.c

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 16:13:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4F7AF16A417;
	Tue, 13 Nov 2007 16:13:00 +0000 (UTC)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 28E3113C4A6;
	Tue, 13 Nov 2007 16:13:00 +0000 (UTC)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADGCxMl017927;
	Tue, 13 Nov 2007 16:12:59 GMT
	(envelope-from rink@repoman.freebsd.org)
Received: (from rink@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADGCx87017926;
	Tue, 13 Nov 2007 16:12:59 GMT (envelope-from rink)
Message-Id: <200711131612.lADGCx87017926@repoman.freebsd.org>
From: Rink Springer <rink@FreeBSD.org>
Date: Tue, 13 Nov 2007 16:12: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/dev/wpi if_wpi.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, 13 Nov 2007 16:13:00 -0000

rink        2007-11-13 16:12:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/wpi          if_wpi.c 
  Log:
  Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect
  that the driver will handle WEP encryption. However, this does not seem to be
  implemented by this driver (or maybe the chipset doesn't support it?)
  
  Removing the flag makes my wpi card work using wpa_supplicant(8) on a
  network with 802.1x security (without this change it authenticated fine, but
  tcpdump only saw garbage packets)
  
  Reviewed by:    benjsc, imp (mentor)
  Approved by:    imp (mentor), sam
  
  Revision  Changes    Path
  1.3       +1 -2      src/sys/dev/wpi/if_wpi.c

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 16:21:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 31DFE16A419;
	Tue, 13 Nov 2007 16:21:23 +0000 (UTC)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 0BBB813C4A8;
	Tue, 13 Nov 2007 16:21:23 +0000 (UTC)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADGLMRR018296;
	Tue, 13 Nov 2007 16:21:22 GMT
	(envelope-from brooks@repoman.freebsd.org)
Received: (from brooks@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADGLM8Z018295;
	Tue, 13 Nov 2007 16:21:22 GMT (envelope-from brooks)
Message-Id: <200711131621.lADGLM8Z018295@repoman.freebsd.org>
From: Brooks Davis <brooks@FreeBSD.org>
Date: Tue, 13 Nov 2007 16:21: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: 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: Tue, 13 Nov 2007 16:21:23 -0000

brooks      2007-11-13 16:21:22 UTC

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
  Forced commit to note that bushman (Michael Bushkov) is free from
  mentorship.
  
  Approved by:    core (implicit)
  
  Revision  Changes    Path
  1.844     +0 -0      CVSROOT/access

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 16:27:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 890AE16A421;
	Tue, 13 Nov 2007 16:27:30 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 61F0213C4B0;
	Tue, 13 Nov 2007 16:27:30 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADGRUsl018943;
	Tue, 13 Nov 2007 16:27:30 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADGRU7t018942;
	Tue, 13 Nov 2007 16:27:30 GMT (envelope-from brueffer)
Message-Id: <200711131627.lADGRU7t018942@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Tue, 13 Nov 2007 16:27: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/release/doc/en_US.ISO8859-1/hardware article.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: Tue, 13 Nov 2007 16:27:30 -0000

brueffer    2007-11-13 16:27:30 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/hardware article.sgml 
  Log:
  Document hardware wpi(4) supports.
  
  Revision  Changes    Path
  1.327     +3 -0      src/release/doc/en_US.ISO8859-1/hardware/article.sgml

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 16:40:24 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 49C7B16A418;
	Tue, 13 Nov 2007 16:40:24 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2252713C4BE;
	Tue, 13 Nov 2007 16:40:24 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADGeOBK019536;
	Tue, 13 Nov 2007 16:40:24 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADGeNPm019535;
	Tue, 13 Nov 2007 16:40:23 GMT (envelope-from brueffer)
Message-Id: <200711131640.lADGeNPm019535@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Tue, 13 Nov 2007 16:40: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/share/man/man4 wpi.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: Tue, 13 Nov 2007 16:40:24 -0000

brueffer    2007-11-13 16:40:23 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       wpi.4 
  Log:
  Cleanup, mostly typo fixes.
  
  Revision  Changes    Path
  1.2       +8 -6      src/share/man/man4/wpi.4

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 16:42:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6475716A41A;
	Tue, 13 Nov 2007 16:42:23 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E30B13C4B3;
	Tue, 13 Nov 2007 16:42:23 +0000 (UTC)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADGgNpg019629;
	Tue, 13 Nov 2007 16:42:23 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADGgNBO019628;
	Tue, 13 Nov 2007 16:42:23 GMT (envelope-from brueffer)
Message-Id: <200711131642.lADGgNBO019628@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Tue, 13 Nov 2007 16:42: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 ipw.4 iwi.4 wlan.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: Tue, 13 Nov 2007 16:42:23 -0000

brueffer    2007-11-13 16:42:22 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ipw.4 iwi.4 wlan.4 
  Log:
  Xref wpi(4).
  
  Revision  Changes    Path
  1.17      +1 -0      src/share/man/man4/ipw.4
  1.19      +1 -0      src/share/man/man4/iwi.4
  1.14      +2 -0      src/share/man/man4/wlan.4

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 18:54:36 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0F3CF16A421;
	Tue, 13 Nov 2007 18:54:36 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id DE26313C4A7;
	Tue, 13 Nov 2007 18:54:35 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADIsZq7035545;
	Tue, 13 Nov 2007 18:54:35 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADIsZGm035544;
	Tue, 13 Nov 2007 18:54:35 GMT (envelope-from delphij)
Message-Id: <200711131854.lADIsZGm035544@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Tue, 13 Nov 2007 18:54: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/contrib/less 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: Tue, 13 Nov 2007 18:54:36 -0000

delphij     2007-11-13 18:54:35 UTC

  FreeBSD src repository

  Added files:
    contrib/less         FREEBSD-upgrade 
  Log:
  Add instructions about how to upgrade less in base system
  
  Revision  Changes    Path
  1.1       +24 -0     src/contrib/less/FREEBSD-upgrade (new)

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 19:34:07 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 41D6C16A41A;
	Tue, 13 Nov 2007 19:34:07 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 1D1F113C45D;
	Tue, 13 Nov 2007 19:34:07 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADJY6NP038415;
	Tue, 13 Nov 2007 19:34:06 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADJY6L6038414;
	Tue, 13 Nov 2007 19:34:06 GMT (envelope-from maxim)
Message-Id: <200711131934.lADJY6L6038414@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Tue, 13 Nov 2007 19:34: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/sys/fs/ntfs ntfs_ihash.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, 13 Nov 2007 19:34:07 -0000

maxim       2007-11-13 19:34:06 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/ntfs          ntfs_ihash.c 
  Log:
  o Do not leak inodes hash table at module unload.
  
  PR:             kern/118017
  Submitted by:   Ighighi
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +1 -0      src/sys/fs/ntfs/ntfs_ihash.c

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 20:26:28 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4940516A41A;
	Tue, 13 Nov 2007 20:26:28 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 25B3013C459;
	Tue, 13 Nov 2007 20:26:28 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADKQSW0042375;
	Tue, 13 Nov 2007 20:26:28 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADKQRTm042374;
	Tue, 13 Nov 2007 20:26:27 GMT (envelope-from ru)
Message-Id: <200711132026.lADKQRTm042374@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Nov 2007 20:26: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/share/man/man9 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, 13 Nov 2007 20:26:28 -0000

ru          2007-11-13 20:26:27 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       Makefile 
  Log:
  Sort.
  
  Revision  Changes    Path
  1.316     +8 -8      src/share/man/man9/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 21:14:37 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1A1A516A41B;
	Tue, 13 Nov 2007 21:14:37 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219])
	by mx1.freebsd.org (Postfix) with ESMTP id 7BD6113C458;
	Tue, 13 Nov 2007 21:14:36 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (unverified [66.23.211.162]) 
	by speedfactory.net (SurgeMail 3.8p) with ESMTP id 219142763-1834499 
	for multiple; Tue, 13 Nov 2007 16:15:06 -0500
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id lADLE1mj062204;
	Tue, 13 Nov 2007 16:14:09 -0500 (EST) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: John Birrell <jb@freebsd.org>
Date: Tue, 13 Nov 2007 12:11:33 -0500
User-Agent: KMail/1.9.6
References: <200711130130.lAD1UeiA083128@repoman.freebsd.org>
In-Reply-To: <200711130130.lAD1UeiA083128@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200711131211.34457.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, 13 Nov 2007 16:14:09 -0500 (EST)
X-Virus-Scanned: ClamAV 0.91.2/4768/Tue Nov 13 12:25:08 2007 on
	server.baldwin.cx
X-Virus-Status: Clean
X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00,
	DATE_IN_PAST_03_06 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/usr.sbin/pciconf cap.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, 13 Nov 2007 21:14:37 -0000

On Monday 12 November 2007 08:30:40 pm John Birrell wrote:
> jb          2007-11-13 01:30:40 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.sbin/pciconf     cap.c 
>   Log:
>   Include agpreg.h from it's new location.

Sorry. :(

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 21:14:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D3A5816A418;
	Tue, 13 Nov 2007 21:14:38 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219])
	by mx1.freebsd.org (Postfix) with ESMTP id 4259713C474;
	Tue, 13 Nov 2007 21:14:37 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (unverified [66.23.211.162]) 
	by speedfactory.net (SurgeMail 3.8p) with ESMTP id 219142772-1834499 
	for multiple; Tue, 13 Nov 2007 16:15:10 -0500
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id lADLE1mk062204;
	Tue, 13 Nov 2007 16:14:16 -0500 (EST) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: John Birrell <jb@freebsd.org>
Date: Tue, 13 Nov 2007 15:10:51 -0500
User-Agent: KMail/1.9.6
References: <200711130130.lAD1UeiA083128@repoman.freebsd.org>
In-Reply-To: <200711130130.lAD1UeiA083128@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200711131510.52143.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, 13 Nov 2007 16:14:16 -0500 (EST)
X-Virus-Scanned: ClamAV 0.91.2/4768/Tue Nov 13 12:25:08 2007 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/usr.sbin/pciconf cap.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, 13 Nov 2007 21:14:38 -0000

On Monday 12 November 2007 08:30:40 pm John Birrell wrote:
> jb          2007-11-13 01:30:40 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.sbin/pciconf     cap.c 
>   Log:
>   Include agpreg.h from it's new location.
>   
>   Revision  Changes    Path
>   1.5       +1 -1      src/usr.sbin/pciconf/cap.c

Sorry. :(

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Tue Nov 13 23:00:26 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 66A0316A41B;
	Tue, 13 Nov 2007 23:00:26 +0000 (UTC)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E60113C4BE;
	Tue, 13 Nov 2007 23:00:26 +0000 (UTC)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lADN0OVU073238;
	Tue, 13 Nov 2007 23:00:24 GMT
	(envelope-from peter@repoman.freebsd.org)
Received: (from peter@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lADN0Ofn073237;
	Tue, 13 Nov 2007 23:00:24 GMT (envelope-from peter)
Message-Id: <200711132300.lADN0Ofn073237@repoman.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Tue, 13 Nov 2007 23: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/i386/i386 locore.s machdep.c mp_machdep.c
 pmap.c src/sys/i386/include pmap.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, 13 Nov 2007 23:00:26 -0000

peter       2007-11-13 23:00:24 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        locore.s machdep.c mp_machdep.c pmap.c 
    sys/i386/include     pmap.h 
  Log:
  Drastically simplify the i386 pcpu backend by merging parts of the
  amd64 mechanism over.  Instead of page table hackery that isn't
  actually needed, just use 'struct pcpu __pcpu[MAXCPU]' for backing like
  all the other platforms do.  Get rid of 'struct privatespace' and a
  while mess of #ifdef SMP garbage that set it up.  As a bonus, this
  returns the 4MB of KVA that we stole to implement it the old way.
  This also allows you to read the pcpu data for each cpu when reading a
  minidump.
  
  Background information:  Originally, pcpu stuff was implemented as having
  per-cpu page tables and magic to make different data structures appear
  at the same actual address.  In order to share page tables, we switched
  to using the GDT and %fs/%gs to access it.  But we still did the evil
  magic to set it up for the old way.  The "idle stacks" are not used
  for the idle process anymore and are just used for a few functions during
  bootup, then ignored.  (excercise for reader: free these afterwards).
  
  Revision  Changes    Path
  1.189     +0 -65     src/sys/i386/i386/locore.s
  1.661     +2 -9      src/sys/i386/i386/machdep.c
  1.282     +22 -45    src/sys/i386/i386/mp_machdep.c
  1.598     +0 -10     src/sys/i386/i386/pmap.c
  1.129     +1 -12     src/sys/i386/include/pmap.h

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 01:10:12 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BAC8516A418;
	Wed, 14 Nov 2007 01:10:12 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A41413C46E;
	Wed, 14 Nov 2007 01:10:12 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE1ACiS091341;
	Wed, 14 Nov 2007 01:10:12 GMT
	(envelope-from kris@repoman.freebsd.org)
Received: (from kris@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE1ACma091340;
	Wed, 14 Nov 2007 01:10:12 GMT (envelope-from kris)
Message-Id: <200711140110.lAE1ACma091340@repoman.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Wed, 14 Nov 2007 01:10:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/include pthread.h src/lib/libthr/thread thr_init.c
 thr_mutex.c thr_private.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, 14 Nov 2007 01:10:12 -0000

kris        2007-11-14 01:10:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    include              pthread.h 
    lib/libthr/thread    thr_init.c thr_mutex.c thr_private.h 
  Log:
  MFC: Add support for non-portable adaptive mutexes, as well as experimental
  support for spinning/yielding loops.
  
  Approved by: re@ (kensmith)
  
  Revision  Changes    Path
  1.40.2.1  +2 -0      src/include/pthread.h
  1.46.2.1  +9 -1      src/lib/libthr/thread/thr_init.c
  1.54.2.1  +73 -24    src/lib/libthr/thread/thr_mutex.c
  1.78.2.1  +4 -1      src/lib/libthr/thread/thr_private.h

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 04:49:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 80B4416A421;
	Wed, 14 Nov 2007 04:49:00 +0000 (UTC)
	(envelope-from jkoshy@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E89E13C45B;
	Wed, 14 Nov 2007 04:49:00 +0000 (UTC)
	(envelope-from jkoshy@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE4n0kD013397;
	Wed, 14 Nov 2007 04:49:00 GMT
	(envelope-from jkoshy@repoman.freebsd.org)
Received: (from jkoshy@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE4n0c8013396;
	Wed, 14 Nov 2007 04:49:00 GMT (envelope-from jkoshy)
Message-Id: <200711140449.lAE4n0c8013396@repoman.freebsd.org>
From: Joseph Koshy <jkoshy@FreeBSD.org>
Date: Wed, 14 Nov 2007 04:48: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/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: Wed, 14 Nov 2007 04:49:00 -0000

jkoshy      2007-11-14 04:48:59 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
  Log:
  Reserve a bit for use when capturing callchains.
  
  Revision  Changes    Path
  1.494     +1 -0      src/sys/sys/proc.h

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 05:10:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CFD9016A419;
	Wed, 14 Nov 2007 05:10:46 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C4BA813C457;
	Wed, 14 Nov 2007 05:10:46 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE5AkDw019476;
	Wed, 14 Nov 2007 05:10:46 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE5AkXt019475;
	Wed, 14 Nov 2007 05:10:46 GMT (envelope-from cperciva)
Message-Id: <200711140510.lAE5AkXt019475@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 14 Nov 2007 05:10:46 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/etc freebsd-update.conf src/share/man/man5
 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8
 freebsd-update.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, 14 Nov 2007 05:10:46 -0000

cperciva    2007-11-14 05:10:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    etc                  freebsd-update.conf 
    share/man/man5       freebsd-update.conf.5 
    usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh 
  Log:
  MFC addition of "freebsd-update upgrade".
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.1.4.1   +11 -1     src/etc/freebsd-update.conf
  1.2.2.1   +27 -1     src/share/man/man5/freebsd-update.conf.5
  1.3.2.1   +13 -3     src/usr.sbin/freebsd-update/freebsd-update.8
  1.8.2.1   +851 -63   src/usr.sbin/freebsd-update/freebsd-update.sh

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 05:20:29 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5C0DD16A418;
	Wed, 14 Nov 2007 05:20:29 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4F89413C44B;
	Wed, 14 Nov 2007 05:20:29 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE5KTvw019898;
	Wed, 14 Nov 2007 05:20:29 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE5KT1k019897;
	Wed, 14 Nov 2007 05:20:29 GMT (envelope-from cperciva)
Message-Id: <200711140520.lAE5KT1k019897@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Wed, 14 Nov 2007 05:20:28 +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 freebsd-update.conf src/share/man/man5
 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8
 freebsd-update.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, 14 Nov 2007 05:20:29 -0000

cperciva    2007-11-14 05:20:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  freebsd-update.conf 
    share/man/man5       freebsd-update.conf.5 
    usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh 
  Log:
  Sync with HEAD: MFC "freebsd-update upgrade", mdoc fixes.
  
  Revision  Changes    Path
  1.1.2.2   +11 -1     src/etc/freebsd-update.conf
  1.1.2.2   +36 -8     src/share/man/man5/freebsd-update.conf.5
  1.1.2.3   +14 -4     src/usr.sbin/freebsd-update/freebsd-update.8
  1.2.2.7   +851 -63   src/usr.sbin/freebsd-update/freebsd-update.sh

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 05:42:55 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 81A4E16A418;
	Wed, 14 Nov 2007 05:42:55 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7650513C45B;
	Wed, 14 Nov 2007 05:42:55 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE5gtmL020769;
	Wed, 14 Nov 2007 05:42:55 GMT
	(envelope-from luigi@repoman.freebsd.org)
Received: (from luigi@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE5gtQd020768;
	Wed, 14 Nov 2007 05:42:55 GMT (envelope-from luigi)
Message-Id: <200711140542.lAE5gtQd020768@repoman.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Nov 2007 05:42: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/release/picobsd/bridge PICOBSD crunch.conf
 src/release/picobsd/build Makefile.conf picobsd
 src/release/picobsd/tinyware/login 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: Wed, 14 Nov 2007 05:42:55 -0000

luigi       2007-11-14 05:42:54 UTC

  FreeBSD src repository

  Modified files:
    release/picobsd/bridge PICOBSD crunch.conf 
    release/picobsd/build Makefile.conf picobsd 
    release/picobsd/tinyware/login Makefile 
  Log:
  Fix picobsd builds. Changes include:
  - use proper make configuration for the build, using
    ${BINMAKE} as evaluated by ${VERSION}/src/Makefile
  - remove -lmytinfo from crunch.conf
  - remove support for login_access in tinyware/login
  - remove "machine i386" from the kernel config file
  
  It might actually be interesting to extend the script to do
  a cross build for !i386 ...
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.20      +0 -1      src/release/picobsd/bridge/PICOBSD
  1.22      +2 -1      src/release/picobsd/bridge/crunch.conf
  1.19      +4 -3      src/release/picobsd/build/Makefile.conf
  1.40      +6 -5      src/release/picobsd/build/picobsd
  1.6       +3 -3      src/release/picobsd/tinyware/login/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 05:43:56 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 137E416A417;
	Wed, 14 Nov 2007 05:43:56 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 09FDB13C467;
	Wed, 14 Nov 2007 05:43:56 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE5hteh020824;
	Wed, 14 Nov 2007 05:43:55 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE5ht3O020823;
	Wed, 14 Nov 2007 05:43:55 GMT (envelope-from julian)
Message-Id: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Wed, 14 Nov 2007 05:43:55 +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/bios apm.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, 14 Nov 2007 05:43:56 -0000

julian      2007-11-14 05:43:55 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/bios        apm.c 
  Log:
  Apply the same sort of locking done in
     sys/dev/acpica/acpi.c rev 1.196 a while ago:
  
  Grab Giant around calls to DEVICE_SUSPEND/RESUME in
  acpi_SetSleepState().
  If we are resuming non-MPSAFE drivers, they need Giant held for them.
  This may fix some obscure suspend/resume problems.  It has fixed keyrate
  setting problems that were triggered by cardbus (MPSAFE) changing the
  ordering for syscons resume (non-MPSAFE).  Also, add some asserts that
  Giant is held in our suspend/resume and shutdown methods.
  
  Submitted by: Marko Zec
  
  Revision  Changes    Path
  1.149     +10 -0     src/sys/i386/bios/apm.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 06:04:58 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7429E16A41B;
	Wed, 14 Nov 2007 06:04:58 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 518E713C45B;
	Wed, 14 Nov 2007 06:04:58 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE64wtL022870;
	Wed, 14 Nov 2007 06:04:58 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE64wRf022869;
	Wed, 14 Nov 2007 06:04:58 GMT (envelope-from julian)
Message-Id: <200711140604.lAE64wRf022869@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Wed, 14 Nov 2007 06:04: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/kern kern_exec.c kern_thread.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, 14 Nov 2007 06:04:58 -0000

julian      2007-11-14 06:04:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c kern_thread.c 
  Log:
  Make sure there is a good default thread name for all threads.
  
  Revision  Changes    Path
  1.311     +1 -0      src/sys/kern/kern_exec.c
  1.258     +1 -0      src/sys/kern/kern_thread.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 06:21:25 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3EF9216A420;
	Wed, 14 Nov 2007 06:21:25 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3173B13C448;
	Wed, 14 Nov 2007 06:21:25 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE6LPUp023722;
	Wed, 14 Nov 2007 06:21:25 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE6LOOB023721;
	Wed, 14 Nov 2007 06:21:24 GMT (envelope-from julian)
Message-Id: <200711140621.lAE6LOOB023721@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Wed, 14 Nov 2007 06:21: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/kern kern_clock.c kern_kse.c kern_lock.c
 kern_mutex.c kern_rwlock.c kern_switch.c kern_sx.c kern_synch.c
 p1003_1b.c sched_4bsd.c sched_ule.c subr_pcpu.c subr_sleepqueue.c
 subr_turnstile.c sys_generic.c src/sys/amd64/amd64 trap.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, 14 Nov 2007 06:21:25 -0000

julian      2007-11-14 06:21:24 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_clock.c kern_kse.c kern_lock.c 
                         kern_mutex.c kern_rwlock.c kern_switch.c 
                         kern_sx.c kern_synch.c p1003_1b.c 
                         sched_4bsd.c sched_ule.c subr_pcpu.c 
                         subr_sleepqueue.c subr_turnstile.c 
                         sys_generic.c 
    sys/amd64/amd64      trap.c 
    sys/arm/arm          trap.c 
    sys/i386/i386        trap.c 
    sys/ia64/ia64        trap.c 
    sys/powerpc/powerpc  trap.c 
    sys/sun4v/sun4v      trap.c 
  Log:
  generally we are interested in what thread did something as
  opposed to what process. Since threads by default have teh name of the
  process unless over-written with more useful information, just print the
  thread name instead.
  
  Revision  Changes    Path
  1.320     +2 -2      src/sys/amd64/amd64/trap.c
  1.36      +4 -4      src/sys/arm/arm/trap.c
  1.308     +2 -2      src/sys/i386/i386/trap.c
  1.129     +3 -3      src/sys/ia64/ia64/trap.c
  1.203     +1 -1      src/sys/kern/kern_clock.c
  1.237     +2 -2      src/sys/kern/kern_kse.c
  1.111     +1 -1      src/sys/kern/kern_lock.c
  1.199     +1 -1      src/sys/kern/kern_mutex.c
  1.29      +1 -1      src/sys/kern/kern_rwlock.c
  1.138     +3 -3      src/sys/kern/kern_switch.c
  1.56      +1 -1      src/sys/kern/kern_sx.c
  1.303     +5 -5      src/sys/kern/kern_synch.c
  1.37      +1 -1      src/sys/kern/p1003_1b.c
  1.110     +10 -10    src/sys/kern/sched_4bsd.c
  1.217     +9 -9      src/sys/kern/sched_ule.c
  1.10      +3 -3      src/sys/kern/subr_pcpu.c
  1.40      +5 -5      src/sys/kern/subr_sleepqueue.c
  1.170     +4 -4      src/sys/kern/subr_turnstile.c
  1.159     +1 -1      src/sys/kern/sys_generic.c
  1.68      +1 -1      src/sys/powerpc/powerpc/trap.c
  1.16      +1 -1      src/sys/sun4v/sun4v/trap.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 06:32:33 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 94F9316A417;
	Wed, 14 Nov 2007 06:32:33 +0000 (UTC)
	(envelope-from jroberson@chesapeake.net)
Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com
	[216.240.101.25])
	by mx1.freebsd.org (Postfix) with ESMTP id 465D813C468;
	Wed, 14 Nov 2007 06:32:33 +0000 (UTC)
	(envelope-from jroberson@chesapeake.net)
Received: from [192.168.1.107] (cpe-24-94-75-93.hawaii.res.rr.com
	[24.94.75.93]) (authenticated bits=0)
	by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id
	lAE6WU2E079077; Wed, 14 Nov 2007 01:32:31 -0500 (EST)
	(envelope-from jroberson@chesapeake.net)
Date: Tue, 13 Nov 2007 20:34:03 -1000 (HST)
From: Jeff Roberson <jroberson@chesapeake.net>
X-X-Sender: jroberson@desktop
To: Julian Elischer <julian@FreeBSD.org>
In-Reply-To: <200711140621.lAE6LOOB023721@repoman.freebsd.org>
Message-ID: <20071113203342.W71035@desktop>
References: <200711140621.lAE6LOOB023721@repoman.freebsd.org>
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/sys/kern kern_clock.c kern_kse.c kern_lock.c 
 kern_mutex.c kern_rwlock.c kern_switch.c kern_sx.c kern_synch.c 
 p1003_1b.c sched_4bsd.c sched_ule.c subr_pcpu.c subr_sleepqueue.c 
 subr_turnstile.c sys_generic.c src/sys/amd64/amd64 trap.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, 14 Nov 2007 06:32:33 -0000

On Wed, 14 Nov 2007, Julian Elischer wrote:

> julian      2007-11-14 06:21:24 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/kern             kern_clock.c kern_kse.c kern_lock.c
>                         kern_mutex.c kern_rwlock.c kern_switch.c
>                         kern_sx.c kern_synch.c p1003_1b.c
>                         sched_4bsd.c sched_ule.c subr_pcpu.c
>                         subr_sleepqueue.c subr_turnstile.c
>                         sys_generic.c
>    sys/amd64/amd64      trap.c
>    sys/arm/arm          trap.c
>    sys/i386/i386        trap.c
>    sys/ia64/ia64        trap.c
>    sys/powerpc/powerpc  trap.c
>    sys/sun4v/sun4v      trap.c
>  Log:
>  generally we are interested in what thread did something as
>  opposed to what process. Since threads by default have teh name of the
>  process unless over-written with more useful information, just print the
>  thread name instead.

Thank you.  This will make debugging easier.

>
>  Revision  Changes    Path
>  1.320     +2 -2      src/sys/amd64/amd64/trap.c
>  1.36      +4 -4      src/sys/arm/arm/trap.c
>  1.308     +2 -2      src/sys/i386/i386/trap.c
>  1.129     +3 -3      src/sys/ia64/ia64/trap.c
>  1.203     +1 -1      src/sys/kern/kern_clock.c
>  1.237     +2 -2      src/sys/kern/kern_kse.c
>  1.111     +1 -1      src/sys/kern/kern_lock.c
>  1.199     +1 -1      src/sys/kern/kern_mutex.c
>  1.29      +1 -1      src/sys/kern/kern_rwlock.c
>  1.138     +3 -3      src/sys/kern/kern_switch.c
>  1.56      +1 -1      src/sys/kern/kern_sx.c
>  1.303     +5 -5      src/sys/kern/kern_synch.c
>  1.37      +1 -1      src/sys/kern/p1003_1b.c
>  1.110     +10 -10    src/sys/kern/sched_4bsd.c
>  1.217     +9 -9      src/sys/kern/sched_ule.c
>  1.10      +3 -3      src/sys/kern/subr_pcpu.c
>  1.40      +5 -5      src/sys/kern/subr_sleepqueue.c
>  1.170     +4 -4      src/sys/kern/subr_turnstile.c
>  1.159     +1 -1      src/sys/kern/sys_generic.c
>  1.68      +1 -1      src/sys/powerpc/powerpc/trap.c
>  1.16      +1 -1      src/sys/sun4v/sun4v/trap.c
>

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 06:51:35 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1FCC716A46C;
	Wed, 14 Nov 2007 06:51:35 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E19C413C4CC;
	Wed, 14 Nov 2007 06:51:34 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE6pXCq025044;
	Wed, 14 Nov 2007 06:51:33 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE6pXSQ025043;
	Wed, 14 Nov 2007 06:51:33 GMT (envelope-from julian)
Message-Id: <200711140651.lAE6pXSQ025043@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Wed, 14 Nov 2007 06:51: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/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c
 src/sys/powerpc/powerpc trap.c src/sys/kern imgact_elf.c
 kern_fork.c kern_ktrace.c kern_synch.c kern_thread.c
 subr_sleepqueue.c subr_trap.c 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: Wed, 14 Nov 2007 06:51:35 -0000

julian      2007-11-14 06:51:33 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      trap.c 
    sys/i386/i386        trap.c 
    sys/powerpc/powerpc  trap.c 
    sys/kern             imgact_elf.c kern_fork.c kern_ktrace.c 
                         kern_synch.c kern_thread.c 
                         subr_sleepqueue.c subr_trap.c 
                         subr_witness.c 
  Log:
  A bunch more files that should probably print out a thread name
  instead of a process name.
  
  Revision  Changes    Path
  1.321     +3 -3      src/sys/amd64/amd64/trap.c
  1.309     +2 -2      src/sys/i386/i386/trap.c
  1.180     +2 -2      src/sys/kern/imgact_elf.c
  1.288     +2 -2      src/sys/kern/kern_fork.c
  1.123     +1 -1      src/sys/kern/kern_ktrace.c
  1.304     +4 -4      src/sys/kern/kern_synch.c
  1.259     +1 -1      src/sys/kern/kern_thread.c
  1.41      +1 -1      src/sys/kern/subr_sleepqueue.c
  1.300     +1 -1      src/sys/kern/subr_trap.c
  1.237     +1 -1      src/sys/kern/subr_witness.c
  1.69      +3 -3      src/sys/powerpc/powerpc/trap.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 07:38:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 12B7116A469;
	Wed, 14 Nov 2007 07:38:23 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E469313C46A;
	Wed, 14 Nov 2007 07:38:22 +0000 (UTC)
	(envelope-from luigi@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE7cMIs027949;
	Wed, 14 Nov 2007 07:38:22 GMT
	(envelope-from luigi@repoman.freebsd.org)
Received: (from luigi@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE7cMBk027948;
	Wed, 14 Nov 2007 07:38:22 GMT (envelope-from luigi)
Message-Id: <200711140738.lAE7cMBk027948@repoman.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Nov 2007 07:38: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/release/picobsd/build picobsd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 14 Nov 2007 07:38:23 -0000

luigi       2007-11-14 07:38:22 UTC

  FreeBSD src repository

  Modified files:
    release/picobsd/build picobsd 
  Log:
  Fix build of the "package" target, ignoring non existing
  floppy types (in fact, we have only one left!)
  Also cleanup some code, using || and && in some places, and
  using "export VAR=value" instead of two separate lines.
  
  Revision  Changes    Path
  1.41      +39 -41    src/release/picobsd/build/picobsd

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 09:52:16 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B7FCE16A421;
	Wed, 14 Nov 2007 09:52:16 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 92D8B13C442;
	Wed, 14 Nov 2007 09:52:16 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE9qGY5049346;
	Wed, 14 Nov 2007 09:52:16 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE9qGhJ049345;
	Wed, 14 Nov 2007 09:52:16 GMT (envelope-from remko)
Message-Id: <200711140952.lAE9qGhJ049345@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Wed, 14 Nov 2007 09:52: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/sys/pci nfsmb.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, 14 Nov 2007 09:52:16 -0000

remko       2007-11-14 09:52:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/pci              nfsmb.c 
  Log:
  MFC rev 1.7 nfsmb.c
  
    Add SMB support for the MCP61 chipset.
  
    PR: 108830
    Submitted by: Edwin Mons <freebsd at edwinm dot ik dot nu>
    Approbed by: imp (mentor)
  
  Approved by:    imp (mentor, implicit)
  
  Revision  Changes    Path
  1.2.2.4   +3 -0      src/sys/pci/nfsmb.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 09:54:48 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E693616A417;
	Wed, 14 Nov 2007 09:54:48 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C0FA913C459;
	Wed, 14 Nov 2007 09:54:48 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE9smfW049412;
	Wed, 14 Nov 2007 09:54:48 GMT
	(envelope-from kris@repoman.freebsd.org)
Received: (from kris@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE9smWB049411;
	Wed, 14 Nov 2007 09:54:48 GMT (envelope-from kris)
Message-Id: <200711140954.lAE9smWB049411@repoman.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Wed, 14 Nov 2007 09:54:48 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/lib/libkse/thread thr_mutex.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, 14 Nov 2007 09:54:49 -0000

kris        2007-11-14 09:54:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libkse/thread    thr_mutex.c 
  Log:
  MFC: Add support for non-portable adaptive mutexes, as well as experimental
  support for spinning/yielding loops.
  
  Approved by: re@ (kensmith)
  
  Revision  Changes    Path
  1.53.2.1  +3 -0      src/lib/libkse/thread/thr_mutex.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 10:01:33 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 575BF16A41B;
	Wed, 14 Nov 2007 10:01:33 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b])
	by mx1.freebsd.org (Postfix) with ESMTP id 2DBF313C467;
	Wed, 14 Nov 2007 10:01:31 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Message-ID: <473AC77C.40903@FreeBSD.org>
Date: Wed, 14 Nov 2007 11:01:32 +0100
From: Kris Kennaway <kris@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: Julian Elischer <julian@FreeBSD.org>
References: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
In-Reply-To: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; 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/i386/bios apm.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, 14 Nov 2007 10:01:33 -0000

Julian Elischer wrote:
> julian      2007-11-14 05:43:55 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/i386/bios        apm.c 
>   Log:
>   Apply the same sort of locking done in
>      sys/dev/acpica/acpi.c rev 1.196 a while ago:
>   
>   Grab Giant around calls to DEVICE_SUSPEND/RESUME in
>   acpi_SetSleepState().
>   If we are resuming non-MPSAFE drivers, they need Giant held for them.
>   This may fix some obscure suspend/resume problems.  It has fixed keyrate
>   setting problems that were triggered by cardbus (MPSAFE) changing the
>   ordering for syscons resume (non-MPSAFE).  Also, add some asserts that
>   Giant is held in our suspend/resume and shutdown methods.
>   
>   Submitted by: Marko Zec
>   
>   Revision  Changes    Path
>   1.149     +10 -0     src/sys/i386/bios/apm.c

Why are we adding new unconditional giant acquisitions to the tree? 
Devices indicate whether or not they are mpsafe, why can't this be made 
conditional?

Kris

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 11:25:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4C36116A417;
	Wed, 14 Nov 2007 11:25:59 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2457713C46E;
	Wed, 14 Nov 2007 11:25:59 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEBPxMx056077;
	Wed, 14 Nov 2007 11:25:59 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEBPwDP056076;
	Wed, 14 Nov 2007 11:25:58 GMT (envelope-from glebius)
Message-Id: <200711141125.lAEBPwDP056076@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Wed, 14 Nov 2007 11:25: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/netgraph netgraph.h ng_base.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, 14 Nov 2007 11:25:59 -0000

glebius     2007-11-14 11:25:58 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         netgraph.h ng_base.c 
  Log:
  - Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
    removing some copy&pasted code.
  - Reduce copy and paste in ng_apply_item().
  - Resurrect ng_send_fn() as a valid symbol, not a define.
  
  Reviewed by:    mav, julian
  
  Revision  Changes    Path
  1.70      +7 -15     src/sys/netgraph/netgraph.h
  1.139     +36 -77    src/sys/netgraph/ng_base.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 11:52:45 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 553BB16A41B;
	Wed, 14 Nov 2007 11:52:45 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2D24A13C478;
	Wed, 14 Nov 2007 11:52:45 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEBqjAE057091;
	Wed, 14 Nov 2007 11:52:45 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEBqjCN057090;
	Wed, 14 Nov 2007 11:52:45 GMT (envelope-from bz)
Message-Id: <200711141152.lAEBqjCN057090@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Wed, 14 Nov 2007 11:52:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/netipsec keysock.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, 14 Nov 2007 11:52:45 -0000

bz          2007-11-14 11:52:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netipsec         keysock.c 
  Log:
  MFC: rev 1.19 sys/netipsec/keysock.c
  
    Add a missing priv check in key_attach to prevent non-su users
    from messing with the spdb and sadb.
  
    Problem sneaked in with the fast_ipsec+v6->ipsec merger by no
    longer going via raw_usrreqs.pr_attach.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.18.2.1  +7 -0      src/sys/netipsec/keysock.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 12:29:10 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 087ED16A419;
	Wed, 14 Nov 2007 12:29:10 +0000 (UTC)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id D3F3213C4C5;
	Wed, 14 Nov 2007 12:29:09 +0000 (UTC)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAECT9N6059759;
	Wed, 14 Nov 2007 12:29:09 GMT
	(envelope-from nyan@repoman.freebsd.org)
Received: (from nyan@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAECT97M059758;
	Wed, 14 Nov 2007 12:29:09 GMT (envelope-from nyan)
Message-Id: <200711141229.lAECT97M059758@repoman.freebsd.org>
From: Takahashi Yoshihiro <nyan@FreeBSD.org>
Date: Wed, 14 Nov 2007 12:29: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/pc98/pc98 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: Wed, 14 Nov 2007 12:29:10 -0000

nyan        2007-11-14 12:29:09 UTC

  FreeBSD src repository

  Modified files:
    sys/pc98/pc98        machdep.c 
  Log:
  MFi386: revision 1.661
  
    Drastically simplify the i386 pcpu backend by merging parts of the
    amd64 mechanism over.
  
  Revision  Changes    Path
  1.398     +2 -9      src/sys/pc98/pc98/machdep.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 12:51:03 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 39C1816A418;
	Wed, 14 Nov 2007 12:51:03 +0000 (UTC)
	(envelope-from benjsc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 10E5113C45A;
	Wed, 14 Nov 2007 12:51:03 +0000 (UTC)
	(envelope-from benjsc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAECp2vC069448;
	Wed, 14 Nov 2007 12:51:02 GMT
	(envelope-from benjsc@repoman.freebsd.org)
Received: (from benjsc@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAECp2sE069447;
	Wed, 14 Nov 2007 12:51:02 GMT (envelope-from benjsc)
Message-Id: <200711141251.lAECp2sE069447@repoman.freebsd.org>
From: Benjamin Close <benjsc@FreeBSD.org>
Date: Wed, 14 Nov 2007 12: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/share/man/man4 wpi.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: Wed, 14 Nov 2007 12:51:03 -0000

benjsc      2007-11-14 12:51:02 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       wpi.4 
  Log:
  Add wlan_amrr to the required devices/modules
  
  Submitted By: glebius
  
  Revision  Changes    Path
  1.3       +2 -0      src/share/man/man4/wpi.4

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 15:28:25 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 68D2B16A41B;
	Wed, 14 Nov 2007 15:28:25 +0000 (UTC) (envelope-from zec@icir.org)
Received: from zec2.tel.fer.hr (zec2.tel.fer.hr [161.53.19.79])
	by mx1.freebsd.org (Postfix) with ESMTP id E2FEB13C4E3;
	Wed, 14 Nov 2007 15:28:24 +0000 (UTC) (envelope-from zec@icir.org)
Received: from localhost (localhost [127.0.0.1])
	by zec2.tel.fer.hr (8.14.1/8.14.1) with ESMTP id lAEGFbR9001021;
	Wed, 14 Nov 2007 16:15:37 GMT (envelope-from zec@icir.org)
From: Marko Zec <zec@icir.org>
To: cvs-src@freebsd.org
Date: Wed, 14 Nov 2007 16:15:36 +0000
User-Agent: KMail/1.9.7
References: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
	<473AC77C.40903@FreeBSD.org>
In-Reply-To: <473AC77C.40903@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200711141615.36829.zec@icir.org>
Cc: Kris Kennaway <kris@freebsd.org>, src-committers@freebsd.org,
	Julian Elischer <julian@freebsd.org>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/i386/bios apm.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, 14 Nov 2007 15:28:25 -0000

On Wednesday 14 November 2007 10:01:32 Kris Kennaway wrote:
> Julian Elischer wrote:
> > julian      2007-11-14 05:43:55 UTC
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sys/i386/bios        apm.c
> >   Log:
> >   Apply the same sort of locking done in
> >      sys/dev/acpica/acpi.c rev 1.196 a while ago:
> >
> >   Grab Giant around calls to DEVICE_SUSPEND/RESUME in
> >   acpi_SetSleepState().
> >   If we are resuming non-MPSAFE drivers, they need Giant held for
> > them. This may fix some obscure suspend/resume problems.  It has
> > fixed keyrate setting problems that were triggered by cardbus
> > (MPSAFE) changing the ordering for syscons resume (non-MPSAFE). 
> > Also, add some asserts that Giant is held in our suspend/resume and
> > shutdown methods.
> >
> >   Submitted by: Marko Zec
> >
> >   Revision  Changes    Path
> >   1.149     +10 -0     src/sys/i386/bios/apm.c
>
> Why are we adding new unconditional giant acquisitions to the tree?
> Devices indicate whether or not they are mpsafe, why can't this be
> made conditional?

In this case APM is the initiator, i.e. it is attempting to suspend / 
resume all devices in the tree.  If Giant is not held at that point, 
suspend handlers for non-mpsafe won't get executed, and as a result 
many such devices (USB in particular) won't work once the machine wakes 
up.  ACPI does exactly the same thing already.

Though I'm not sure if I've answered your question...

Marko

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 16:33:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5EF4A16A46C
	for <cvs-src@freebsd.org>; Wed, 14 Nov 2007 16:33:59 +0000 (UTC)
	(envelope-from nate@root.org)
Received: from root.org (root.org [67.118.192.226])
	by mx1.freebsd.org (Postfix) with ESMTP id F30B813C478
	for <cvs-src@freebsd.org>; Wed, 14 Nov 2007 16:33:58 +0000 (UTC)
	(envelope-from nate@root.org)
Received: (qmail 64575 invoked from network); 14 Nov 2007 16:33:58 -0000
Received: from adsl-71-141-123-117.dsl.snfc21.pacbell.net (HELO
	?192.168.1.77?) (nate-mail@71.141.123.117)
	by root.org with ESMTPA; 14 Nov 2007 16:33:58 -0000
Message-ID: <473B236F.1030001@root.org>
Date: Wed, 14 Nov 2007 08:33:51 -0800
From: Nate Lawson <nate@root.org>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Marko Zec <zec@icir.org>
References: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
	<473AC77C.40903@FreeBSD.org> <200711141615.36829.zec@icir.org>
In-Reply-To: <200711141615.36829.zec@icir.org>
X-Enigmail-Version: 0.95.5
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org, Kris Kennaway <kris@freebsd.org>,
	src-committers@freebsd.org, Julian Elischer <julian@freebsd.org>,
	cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/i386/bios apm.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, 14 Nov 2007 16:33:59 -0000

Marko Zec wrote:
> On Wednesday 14 November 2007 10:01:32 Kris Kennaway wrote:
>> Julian Elischer wrote:
>>> julian      2007-11-14 05:43:55 UTC
>>>
>>>   FreeBSD src repository
>>>
>>>   Modified files:
>>>     sys/i386/bios        apm.c
>>>   Log:
>>>   Apply the same sort of locking done in
>>>      sys/dev/acpica/acpi.c rev 1.196 a while ago:
>>>
>>>   Grab Giant around calls to DEVICE_SUSPEND/RESUME in
>>>   acpi_SetSleepState().
>>>   If we are resuming non-MPSAFE drivers, they need Giant held for
>>> them. This may fix some obscure suspend/resume problems.  It has
>>> fixed keyrate setting problems that were triggered by cardbus
>>> (MPSAFE) changing the ordering for syscons resume (non-MPSAFE). 
>>> Also, add some asserts that Giant is held in our suspend/resume and
>>> shutdown methods.
>>>
>>>   Submitted by: Marko Zec
>>>
>>>   Revision  Changes    Path
>>>   1.149     +10 -0     src/sys/i386/bios/apm.c
>> Why are we adding new unconditional giant acquisitions to the tree?
>> Devices indicate whether or not they are mpsafe, why can't this be
>> made conditional?
> 
> In this case APM is the initiator, i.e. it is attempting to suspend / 
> resume all devices in the tree.  If Giant is not held at that point, 
> suspend handlers for non-mpsafe won't get executed, and as a result 
> many such devices (USB in particular) won't work once the machine wakes 
> up.  ACPI does exactly the same thing already.
> 
> Though I'm not sure if I've answered your question...

The problem is also that newbus is not mpsafe.  But really, this is a
different problem than ordinary locking.  For suspend on SMP, we really
have to stop all auxiliary CPUs and make the kernel single threaded, not
just acquire Giant.  So there really should be a "go single CPU" call
after basic validation is done but before suspending.  Since drivers can
return an error ("don't suspend now"), we probably always want to do
this path with Giant held since it's easier to back out than restarting
all CPUs.

-- 
Nate

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 16:41:31 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8F49716A41A;
	Wed, 14 Nov 2007 16:41:31 +0000 (UTC)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7CC3D13C481;
	Wed, 14 Nov 2007 16:41:31 +0000 (UTC)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEGfVjr083684;
	Wed, 14 Nov 2007 16:41:31 GMT
	(envelope-from grehan@repoman.freebsd.org)
Received: (from grehan@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEGfVbG083683;
	Wed, 14 Nov 2007 16:41:31 GMT (envelope-from grehan)
Message-Id: <200711141641.lAEGfVbG083683@repoman.freebsd.org>
From: Peter Grehan <grehan@FreeBSD.org>
Date: Wed, 14 Nov 2007 16:41:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/powerpc/include md_var.h src/sys/powerpc/powerpc
 clock.c 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: Wed, 14 Nov 2007 16:41:31 -0000

grehan      2007-11-14 16:41:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/powerpc/include  md_var.h 
    sys/powerpc/powerpc  clock.c machdep.c 
  Log:
  MFC:
    Split decr_init() into two, with the section that reads the timebase
    frequency from OpenFirmware moved out and into a routine that is called
    from cpu_startup().
  
    This allows correct reporting of the CPU clockspeed when printing out
    CPU information at boot time.
  
  Approved by: re (Ken Smith)
  
  Revision   Changes    Path
  1.29.2.1   +2 -1      src/sys/powerpc/include/md_var.h
  1.28.2.1   +8 -4      src/sys/powerpc/powerpc/clock.c
  1.103.2.1  +7 -2      src/sys/powerpc/powerpc/machdep.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 17:15:42 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3654516A417;
	Wed, 14 Nov 2007 17:15:42 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219])
	by mx1.freebsd.org (Postfix) with ESMTP id F1D7A13C4BB;
	Wed, 14 Nov 2007 17:15:39 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (unverified [66.23.211.162]) 
	by speedfactory.net (SurgeMail 3.8p) with ESMTP id 219281686-1834499 
	for multiple; Wed, 14 Nov 2007 12:16:18 -0500
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id lAEHFNRb071350;
	Wed, 14 Nov 2007 12:15:24 -0500 (EST) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Kris Kennaway <kris@freebsd.org>
Date: Wed, 14 Nov 2007 11:31:56 -0500
User-Agent: KMail/1.9.6
References: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
	<473AC77C.40903@FreeBSD.org>
In-Reply-To: <473AC77C.40903@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200711141131.57204.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]);
	Wed, 14 Nov 2007 12:15:24 -0500 (EST)
X-Virus-Scanned: ClamAV 0.91.2/4779/Wed Nov 14 09:06:18 2007 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,
	Julian Elischer <julian@freebsd.org>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/i386/bios apm.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, 14 Nov 2007 17:15:42 -0000

On Wednesday 14 November 2007 05:01:32 am Kris Kennaway wrote:
> Julian Elischer wrote:
> > julian      2007-11-14 05:43:55 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     sys/i386/bios        apm.c 
> >   Log:
> >   Apply the same sort of locking done in
> >      sys/dev/acpica/acpi.c rev 1.196 a while ago:
> >   
> >   Grab Giant around calls to DEVICE_SUSPEND/RESUME in
> >   acpi_SetSleepState().
> >   If we are resuming non-MPSAFE drivers, they need Giant held for them.
> >   This may fix some obscure suspend/resume problems.  It has fixed keyrate
> >   setting problems that were triggered by cardbus (MPSAFE) changing the
> >   ordering for syscons resume (non-MPSAFE).  Also, add some asserts that
> >   Giant is held in our suspend/resume and shutdown methods.
> >   
> >   Submitted by: Marko Zec
> >   
> >   Revision  Changes    Path
> >   1.149     +10 -0     src/sys/i386/bios/apm.c
> 
> Why are we adding new unconditional giant acquisitions to the tree? 
> Devices indicate whether or not they are mpsafe, why can't this be made 
> conditional?

Actually, we have no way in new-bus to mark new-bus operations like bus 
enumeration, etc. MPSAFE, and much of it is not (e.g. 
attach/detach/suspend/resume, etc. functions).  Additionally, making this 
conditional would require a scheme where you acquire Giant when you walk down 
the tree into a non-MPSAFE driver which would add complication to many (if 
not all) bus drivers.  Considering the rarity of suspend/resume (not a 
critical-path) the overhead of adding all that may not be worth it.  At some 
point when we do have locking for all device driver operations this can be 
removed, but it won't really hurt anything to leave it as it is for now.

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 19:18:43 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8EB7A16A41A;
	Wed, 14 Nov 2007 19:18:43 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 65FE413C4D9;
	Wed, 14 Nov 2007 19:18:43 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEJIfMS002157;
	Wed, 14 Nov 2007 19:18:42 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEJIfmN002156;
	Wed, 14 Nov 2007 19:18:41 GMT (envelope-from ru)
Message-Id: <200711141918.lAEJIfmN002156@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Nov 2007 19:18:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/usr.bin/killall killall.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, 14 Nov 2007 19:18:43 -0000

ru          2007-11-14 19:18:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/killall      killall.c 
  Log:
  MFC: 1.32: Fix numerous bugs when parsing options and arguments.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.31.18.1  +19 -9     src/usr.bin/killall/killall.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 19:22:43 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 57A7416A419;
	Wed, 14 Nov 2007 19:22:43 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2E99B13C48A;
	Wed, 14 Nov 2007 19:22:43 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEJMgd0002379;
	Wed, 14 Nov 2007 19:22:42 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEJMgPb002378;
	Wed, 14 Nov 2007 19:22:42 GMT (envelope-from ru)
Message-Id: <200711141922.lAEJMgPb002378@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Nov 2007 19:22:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/usr.bin/killall killall.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: Wed, 14 Nov 2007 19:22:43 -0000

ru          2007-11-14 19:22:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/killall      killall.1 
  Log:
  MFC: 1.35: Fix documentation to match code.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.34.10.1  +15 -21    src/usr.bin/killall/killall.1

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 19:24:10 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B1BFE16A418;
	Wed, 14 Nov 2007 19:24:10 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 887B313C4DD;
	Wed, 14 Nov 2007 19:24:10 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEJOA7b002451;
	Wed, 14 Nov 2007 19:24:10 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEJOAKj002450;
	Wed, 14 Nov 2007 19:24:10 GMT (envelope-from ru)
Message-Id: <200711141924.lAEJOAKj002450@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Nov 2007 19:24:10 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/usr.bin/file2c file2c.1 file2c.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, 14 Nov 2007 19:24:10 -0000

ru          2007-11-14 19:24:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/file2c       file2c.1 file2c.c 
  Log:
  MFC: Apply style(9) to usage(), fix markup of the manpage.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.13.2.1  +4 -6      src/usr.bin/file2c/file2c.1
  1.10.2.1  +1 -1      src/usr.bin/file2c/file2c.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 19:25:05 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 75A2216A41A;
	Wed, 14 Nov 2007 19:25:05 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 63F6B13C48A;
	Wed, 14 Nov 2007 19:25:05 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEJP5eN002852;
	Wed, 14 Nov 2007 19:25:05 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEJP515002851;
	Wed, 14 Nov 2007 19:25:05 GMT (envelope-from ru)
Message-Id: <200711141925.lAEJP515002851@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Nov 2007 19:25:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/bin/mv mv.1 src/usr.bin/lockf lockf.1
 src/usr.bin/xstr xstr.1 src/usr.bin/tftp tftp.1 src/usr.bin/passwd
 passwd.1 src/usr.bin/tee tee.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: Wed, 14 Nov 2007 19:25:05 -0000

ru          2007-11-14 19:25:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    bin/mv               mv.1 
    usr.bin/lockf        lockf.1 
    usr.bin/xstr         xstr.1 
    usr.bin/tftp         tftp.1 
    usr.bin/passwd       passwd.1 
    usr.bin/tee          tee.1 
  Log:
  MFC: Fix various markup nits.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.29.2.1   +1 -1      src/bin/mv/mv.1
  1.18.2.2   +5 -3      src/usr.bin/lockf/lockf.1
  1.32.2.1   +5 -2      src/usr.bin/passwd/passwd.1
  1.7.10.1   +4 -4      src/usr.bin/tee/tee.1
  1.19.10.1  +32 -30    src/usr.bin/tftp/tftp.1
  1.12.10.1  +16 -12    src/usr.bin/xstr/xstr.1

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 19:40:56 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8B74B16A417;
	Wed, 14 Nov 2007 19:40:56 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 602B913C455;
	Wed, 14 Nov 2007 19:40:56 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEJeu82003485;
	Wed, 14 Nov 2007 19:40:56 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEJeuxP003484;
	Wed, 14 Nov 2007 19:40:56 GMT (envelope-from remko)
Message-Id: <200711141940.lAEJeuxP003484@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Wed, 14 Nov 2007 19:40:56 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/pci nfsmb.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, 14 Nov 2007 19:40:56 -0000

remko       2007-11-14 19:40:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/pci              nfsmb.c 
  Log:
  MFC rev 1.7 nfsmb.c
  
    Add SMB support for the MCP61 chipset.
  
    PR: 108830
    Submitted by: Edwin Mons <freebsd at edwinm dot ik dot nu>
    Approbed by: imp (mentor)
  
  Approved by:    imp (mentor, implicit)
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.6.2.1   +3 -0      src/sys/pci/nfsmb.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 20:21:54 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC6CB16A418;
	Wed, 14 Nov 2007 20:21:54 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C805A13C458;
	Wed, 14 Nov 2007 20:21:54 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEKLsA4006341;
	Wed, 14 Nov 2007 20:21:54 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEKLsrh006340;
	Wed, 14 Nov 2007 20:21:54 GMT (envelope-from marcel)
Message-Id: <200711142021.lAEKLsrh006340@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Wed, 14 Nov 2007 20:21: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/amd64/amd64 vm_machdep.c src/sys/arm/arm
 vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64
 machdep.c vm_machdep.c src/sys/kern kern_thread.c
 src/sys/powerpc/powerpc vm_machdep.c src/sys/sparc64/sparc64 ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 14 Nov 2007 20:21:55 -0000

marcel      2007-11-14 20:21:54 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      vm_machdep.c 
    sys/arm/arm          vm_machdep.c 
    sys/i386/i386        vm_machdep.c 
    sys/ia64/ia64        machdep.c vm_machdep.c 
    sys/kern             kern_thread.c 
    sys/powerpc/powerpc  vm_machdep.c 
    sys/sparc64/sparc64  vm_machdep.c 
    sys/sun4v/sun4v      vm_machdep.c 
    sys/sys              proc.h 
  Log:
  o  Rename cpu_thread_setup() to cpu_thread_alloc() to better
     communicate that it relates to (is called by) thread_alloc()
  o  Add cpu_thread_free() which is called from thread_free()
     to counter-act cpu_thread_alloc().
  
  i386:   Have cpu_thread_free() call cpu_thread_clean() to
          preserve behaviour.
  ia64:   Have cpu_thread_free() call mtx_destroy() for the
          mutex initialized in cpu_thread_alloc().
  
  PR: ia64/118024
  
  Revision  Changes    Path
  1.256     +6 -1      src/sys/amd64/amd64/vm_machdep.c
  1.35      +8 -3      src/sys/arm/arm/vm_machdep.c
  1.284     +8 -1      src/sys/i386/i386/vm_machdep.c
  1.227     +1 -1      src/sys/ia64/ia64/machdep.c
  1.95      +8 -1      src/sys/ia64/ia64/vm_machdep.c
  1.260     +2 -2      src/sys/kern/kern_thread.c
  1.117     +6 -1      src/sys/powerpc/powerpc/vm_machdep.c
  1.77      +7 -2      src/sys/sparc64/sparc64/vm_machdep.c
  1.8       +7 -2      src/sys/sun4v/sun4v/vm_machdep.c
  1.495     +2 -1      src/sys/sys/proc.h

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 20:24:35 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5537416A469;
	Wed, 14 Nov 2007 20:24:35 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 040E113C478;
	Wed, 14 Nov 2007 20:24:34 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from localhost (localhost [127.0.0.1])
	by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lAEKNWmL022777;
	Wed, 14 Nov 2007 13:23:32 -0700 (MST) (envelope-from imp@bsdimp.com)
Date: Wed, 14 Nov 2007 13:23:32 -0700 (MST)
Message-Id: <20071114.132332.74728138.imp@bsdimp.com>
To: kris@FreeBSD.org
From: Warner Losh <imp@bsdimp.com>
In-Reply-To: <473AC77C.40903@FreeBSD.org>
References: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
	<473AC77C.40903@FreeBSD.org>
X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, julian@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/i386/bios apm.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, 14 Nov 2007 20:24:35 -0000

From: Kris Kennaway <kris@FreeBSD.org>
Subject: Re: cvs commit: src/sys/i386/bios apm.c
Date: Wed, 14 Nov 2007 11:01:32 +0100

> Julian Elischer wrote:
> > julian      2007-11-14 05:43:55 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     sys/i386/bios        apm.c 
> >   Log:
> >   Apply the same sort of locking done in
> >      sys/dev/acpica/acpi.c rev 1.196 a while ago:
> >   
> >   Grab Giant around calls to DEVICE_SUSPEND/RESUME in
> >   acpi_SetSleepState().
> >   If we are resuming non-MPSAFE drivers, they need Giant held for them.
> >   This may fix some obscure suspend/resume problems.  It has fixed keyrate
> >   setting problems that were triggered by cardbus (MPSAFE) changing the
> >   ordering for syscons resume (non-MPSAFE).  Also, add some asserts that
> >   Giant is held in our suspend/resume and shutdown methods.
> >   
> >   Submitted by: Marko Zec
> >   
> >   Revision  Changes    Path
> >   1.149     +10 -0     src/sys/i386/bios/apm.c
> 
> Why are we adding new unconditional giant acquisitions to the tree? 
> Devices indicate whether or not they are mpsafe, why can't this be made 
> conditional?

Because newbus isn't yet mp safe.

Warner

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 21:19:15 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1CAE16A417;
	Wed, 14 Nov 2007 21:19:15 +0000 (UTC)
	(envelope-from brix@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C9BAE13C469;
	Wed, 14 Nov 2007 21:19:15 +0000 (UTC)
	(envelope-from brix@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAELJFKI018282;
	Wed, 14 Nov 2007 21:19:15 GMT
	(envelope-from brix@repoman.freebsd.org)
Received: (from brix@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAELJFUM018281;
	Wed, 14 Nov 2007 21:19:15 GMT (envelope-from brix)
Message-Id: <200711142119.lAELJFUM018281@repoman.freebsd.org>
From: Henrik Brix Andersen <brix@FreeBSD.org>
Date: Wed, 14 Nov 2007 21:19: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/etc/rc.d hostapd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 14 Nov 2007 21:19:16 -0000

brix        2007-11-14 21:19:15 UTC

  FreeBSD src repository (ports committer)

  Modified files:
    etc/rc.d             hostapd 
  Log:
  Add reload functionality.
  
  PR:             conf/116659
  Approved by:    sam, erwin (mentor)
  
  Revision  Changes    Path
  1.2       +3 -1      src/etc/rc.d/hostapd

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 21:21:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25E3816A417;
	Wed, 14 Nov 2007 21:21:49 +0000 (UTC)
	(envelope-from attilio@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id F1F4213C4E1;
	Wed, 14 Nov 2007 21:21:48 +0000 (UTC)
	(envelope-from attilio@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAELLmTU018475;
	Wed, 14 Nov 2007 21:21:48 GMT
	(envelope-from attilio@repoman.freebsd.org)
Received: (from attilio@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAELLmo4018474;
	Wed, 14 Nov 2007 21:21:48 GMT (envelope-from attilio)
Message-Id: <200711142121.lAELLmo4018474@repoman.freebsd.org>
From: Attilio Rao <attilio@FreeBSD.org>
Date: Wed, 14 Nov 2007 21:21: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/kern kern_rwlock.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, 14 Nov 2007 21:21:49 -0000

attilio     2007-11-14 21:21:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_rwlock.c 
  Log:
  Remove a bogus KASSERT which will prevent rwlock to be acquired
  recursively in exclusive mode with debugging kernels.
  
  Submitted by: kmacy
  Approved by: jeff
  
  Revision  Changes    Path
  1.30      +0 -3      src/sys/kern/kern_rwlock.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 21:28:48 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CD40616A41A;
	Wed, 14 Nov 2007 21:28:48 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A4C4913C468;
	Wed, 14 Nov 2007 21:28:48 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAELSmTG018706;
	Wed, 14 Nov 2007 21:28:48 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAELSmRp018705;
	Wed, 14 Nov 2007 21:28:48 GMT (envelope-from sam)
Message-Id: <200711142128.lAELSmRp018705@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Wed, 14 Nov 2007 21:28: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/net80211 ieee80211.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, 14 Nov 2007 21:28:48 -0000

sam         2007-11-14 21:28:48 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211.h 
  Log:
  correct MIMO power save action frame format;
  this one really is from the D2.04 spec
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.17      +8 -2      src/sys/net80211/ieee80211.h

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 22:58:37 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2385F16A417;
	Wed, 14 Nov 2007 22:58:37 +0000 (UTC)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id EF95013C468;
	Wed, 14 Nov 2007 22:58:36 +0000 (UTC)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAEMwabL027242;
	Wed, 14 Nov 2007 22:58:36 GMT
	(envelope-from obrien@repoman.freebsd.org)
Received: (from obrien@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAEMwafp027241;
	Wed, 14 Nov 2007 22:58:36 GMT (envelope-from obrien)
Message-Id: <200711142258.lAEMwafp027241@repoman.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Wed, 14 Nov 2007 22:58:36 +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 i386fbsd-nat.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, 14 Nov 2007 22:58:37 -0000

obrien      2007-11-14 22:58:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: FSF)
    contrib/gdb/gdb      i386fbsd-nat.c 
  Log:
  Bring in FSF revision 1.9 (Change type of ps_strings from int to u_long).
  This fixes a situation where GDB gives incorrect backtraces when a signal
  handler is in the call chain.
  
  Submitted by:   Stu Grossman <grossman@juniper.net>
  
  Revision  Changes    Path
  1.1.1.3   +1 -1      src/contrib/gdb/gdb/i386fbsd-nat.c

From owner-cvs-src@FreeBSD.ORG  Wed Nov 14 23:33:42 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2F42016A420;
	Wed, 14 Nov 2007 23:33:42 +0000 (UTC)
	(envelope-from attilio@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 07BC413C474;
	Wed, 14 Nov 2007 23:33:42 +0000 (UTC)
	(envelope-from attilio@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAENXfNE030485;
	Wed, 14 Nov 2007 23:33:41 GMT
	(envelope-from attilio@repoman.freebsd.org)
Received: (from attilio@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAENXfpj030484;
	Wed, 14 Nov 2007 23:33:41 GMT (envelope-from attilio)
Message-Id: <200711142333.lAENXfpj030484@repoman.freebsd.org>
From: Attilio Rao <attilio@FreeBSD.org>
Date: Wed, 14 Nov 2007 23:33:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/kern kern_rwlock.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, 14 Nov 2007 23:33:42 -0000

attilio     2007-11-14 23:33:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_rwlock.c 
  Log:
  MFC: revision 1.30
  
  Approved by: re
  
  Revision  Changes    Path
  1.28.4.1  +0 -3      src/sys/kern/kern_rwlock.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 02:13:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1331A16A41A;
	Thu, 15 Nov 2007 02:13:46 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E0B8013C465;
	Thu, 15 Nov 2007 02:13:45 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF2Dj5w081096;
	Thu, 15 Nov 2007 02:13:45 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAF2DjC0081095;
	Thu, 15 Nov 2007 02:13:45 GMT (envelope-from julian)
Message-Id: <200711150213.lAF2DjC0081095@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Thu, 15 Nov 2007 02:13: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/kern kern_fork.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, 15 Nov 2007 02:13:46 -0000

julian      2007-11-15 02:13:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  When forking, the new thread deserves a name too. Don't just use the
  td_startcopy section as it is not the right thing to do
  in other cases (e.g. if starting a new thread from one that is already named).
  
  Revision  Changes    Path
  1.289     +1 -0      src/sys/kern/kern_fork.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 06:23:33 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EE13816A41A;
	Thu, 15 Nov 2007 06:23:33 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id CA47813C447;
	Thu, 15 Nov 2007 06:23:33 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF6NXD1010862;
	Thu, 15 Nov 2007 06:23:33 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAF6NX8F010861;
	Thu, 15 Nov 2007 06:23:33 GMT (envelope-from ru)
Message-Id: <200711150623.lAF6NX8F010861@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Nov 2007 06:23: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/sbin/geom/class/journal gjournal.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, 15 Nov 2007 06:23:34 -0000

ru          2007-11-15 06:23:33 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/journal gjournal.8 
  Log:
  Revise the markup and apply some wordsmithing.
  
  Reviewed by:    pjd
  MFC after:      3 days
  
  Revision  Changes    Path
  1.2       +27 -24    src/sbin/geom/class/journal/gjournal.8

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 06:31:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A175C16A418;
	Thu, 15 Nov 2007 06:31:18 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7D4F513C455;
	Thu, 15 Nov 2007 06:31:18 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF6VIvF011163;
	Thu, 15 Nov 2007 06:31:18 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAF6VIpV011162;
	Thu, 15 Nov 2007 06:31:18 GMT (envelope-from ru)
Message-Id: <200711150631.lAF6VIpV011162@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Nov 2007 06:31: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/geom/class/journal gjournal.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, 15 Nov 2007 06:31:18 -0000

ru          2007-11-15 06:31:18 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/journal gjournal.8 
  Log:
  Briefly document what the -c option of the "label" command does.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.3       +3 -1      src/sbin/geom/class/journal/gjournal.8

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 06:35:27 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CF57316A41A;
	Thu, 15 Nov 2007 06:35:27 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A99C713C447;
	Thu, 15 Nov 2007 06:35:27 +0000 (UTC)
	(envelope-from julian@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF6ZRoo011393;
	Thu, 15 Nov 2007 06:35:27 GMT
	(envelope-from julian@repoman.freebsd.org)
Received: (from julian@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAF6ZRjf011392;
	Thu, 15 Nov 2007 06:35:27 GMT (envelope-from julian)
Message-Id: <200711150635.lAF6ZRjf011392@repoman.freebsd.org>
From: Julian Elischer <julian@FreeBSD.org>
Date: Thu, 15 Nov 2007 06:35: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/kern kern_kse.c kern_thr.c kern_thread.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, 15 Nov 2007 06:35:28 -0000

julian      2007-11-15 06:35:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kse.c kern_thr.c kern_thread.c 
  Log:
  This time REALLY copy the name from the proc to the thread as a default.
  
  Revision  Changes    Path
  1.238     +1 -0      src/sys/kern/kern_kse.c
  1.64      +1 -0      src/sys/kern/kern_thr.c
  1.261     +0 -1      src/sys/kern/kern_thread.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 07:10:05 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 41A7016A474;
	Thu, 15 Nov 2007 07:10:05 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 1D71313C469;
	Thu, 15 Nov 2007 07:10:05 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF7A4F6013894;
	Thu, 15 Nov 2007 07:10:05 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAF7A4pY013893;
	Thu, 15 Nov 2007 07:10:04 GMT (envelope-from remko)
Message-Id: <200711150710.lAF7A4pY013893@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Thu, 15 Nov 2007 07:10: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/sys/dev/re if_re.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, 15 Nov 2007 07:10:05 -0000

remko       2007-11-15 07:10:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/re           if_re.c 
  Log:
  MFC rev 1.96 if_re.c
  
    Add support for D-Link DGE-528(T) Rev.B1
  
    PR:           112774
    Submitted by: Denis Fortin <fortin at acm dot org>
    Approved by:  imp (mentor), yongari
    MFC After:    3 days
  
  Approved by:    imp (mentor, implicit)
  
  Revision   Changes    Path
  1.46.2.35  +2 -0      src/sys/dev/re/if_re.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 07:31:12 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2D8D716A418;
	Thu, 15 Nov 2007 07:31:12 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 0935C13C45A;
	Thu, 15 Nov 2007 07:31:12 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAF7VBTG014666;
	Thu, 15 Nov 2007 07:31:11 GMT (envelope-from se@repoman.freebsd.org)
Received: (from se@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAF7VB04014665;
	Thu, 15 Nov 2007 07:31:11 GMT (envelope-from se)
Message-Id: <200711150731.lAF7VB04014665@repoman.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Thu, 15 Nov 2007 07:31: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/usr.bin/lsvfs lsvfs.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, 15 Nov 2007 07:31:12 -0000

se          2007-11-15 07:31:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/lsvfs        lsvfs.c 
  Log:
  Fix (uncritical) potential buffer overflow: the length of "buf" was not
  extended when "jaiL" was added to fmt_flags().
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +1 -1      src/usr.bin/lsvfs/lsvfs.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 10:38:07 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6D0BB16A417;
	Thu, 15 Nov 2007 10:38:07 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4855013C44B;
	Thu, 15 Nov 2007 10:38:07 +0000 (UTC) (envelope-from kib@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFAc7K8034926;
	Thu, 15 Nov 2007 10:38:07 GMT (envelope-from kib@repoman.freebsd.org)
Received: (from kib@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFAc7BT034925;
	Thu, 15 Nov 2007 10:38:07 GMT (envelope-from kib)
Message-Id: <200711151038.lAFAc7BT034925@repoman.freebsd.org>
From: Konstantin Belousov <kib@FreeBSD.org>
Date: Thu, 15 Nov 2007 10:38:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.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, 15 Nov 2007 10:38:07 -0000

kib         2007-11-15 10:38:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/compat/linux     linux_ioctl.c linux_ioctl.h 
  Log:
  MFC rev. 1.139 of src/sys/compat/linux/linux_ioctl.c,
      rev. 1.27 of src/sys/compat/linux/linux_ioctl.h:
  
  Implement  LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.138.2.1  +11 -0     src/sys/compat/linux/linux_ioctl.c
  1.26.2.1   +4 -1      src/sys/compat/linux/linux_ioctl.h

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 14:16:20 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9D3BA16A41B;
	Thu, 15 Nov 2007 14:16:20 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7565E13C448;
	Thu, 15 Nov 2007 14:16:20 +0000 (UTC)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFEGKcp059041;
	Thu, 15 Nov 2007 14:16:20 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFEGKJ6059040;
	Thu, 15 Nov 2007 14:16:20 GMT (envelope-from glebius)
Message-Id: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Thu, 15 Nov 2007 14:16: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/sys/kern kern_kse.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, 15 Nov 2007 14:16:20 -0000

glebius     2007-11-15 14:16:20 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kse.c 
  Log:
  Fix build.
  
  Revision  Changes    Path
  1.239     +1 -1      src/sys/kern/kern_kse.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 14:20:08 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 38E9616A46E;
	Thu, 15 Nov 2007 14:20:08 +0000 (UTC) (envelope-from rrs@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 10EC413C468;
	Thu, 15 Nov 2007 14:20:08 +0000 (UTC) (envelope-from rrs@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFEK7oB059304;
	Thu, 15 Nov 2007 14:20:07 GMT (envelope-from rrs@repoman.freebsd.org)
Received: (from rrs@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFEK79n059303;
	Thu, 15 Nov 2007 14:20:07 GMT (envelope-from rrs)
Message-Id: <200711151420.lAFEK79n059303@repoman.freebsd.org>
From: Randall Stewart <rrs@FreeBSD.org>
Date: Thu, 15 Nov 2007 14:20: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/kern kern_thread.c src/sys/sys eventhandler.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, 15 Nov 2007 14:20:08 -0000

rrs         2007-11-15 14:20:07 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
    sys/sys              eventhandler.h 
  Log:
  - Adds event handlers for process_ctor,process_dtor, process_init,
    process_fini, thread_ctor, thread_dtor, thread_init, thread_fini. This
    will allow us to extend dynamically areas in proc/thread for dtrace ;-)
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.262     +5 -1      src/sys/kern/kern_thread.c
  1.38      +18 -1     src/sys/sys/eventhandler.h

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 14:21:37 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 43DA816A46B;
	Thu, 15 Nov 2007 14:21:37 +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 A2C8613C4AC;
	Thu, 15 Nov 2007 14:21:35 +0000 (UTC)
	(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 C46404A73C;
	Thu, 15 Nov 2007 09:23:27 -0500 (EST)
Date: Thu, 15 Nov 2007 14:21:31 +0000 (GMT)
From: Robert Watson <rwatson@FreeBSD.org>
X-X-Sender: robert@fledge.watson.org
To: Randall Stewart <rrs@FreeBSD.org>
In-Reply-To: <200711151420.lAFEK79n059303@repoman.freebsd.org>
Message-ID: <20071115142039.N82897@fledge.watson.org>
References: <200711151420.lAFEK79n059303@repoman.freebsd.org>
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/sys/kern kern_thread.c src/sys/sys
	eventhandler.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, 15 Nov 2007 14:21:37 -0000


On Thu, 15 Nov 2007, Randall Stewart wrote:

>  - Adds event handlers for process_ctor,process_dtor, process_init,
>    process_fini, thread_ctor, thread_dtor, thread_init, thread_fini. This
>    will allow us to extend dynamically areas in proc/thread for dtrace ;-)

... and use these hooks instead of custom hooks in a few more places in the 
kernel, such as for audit, which should clean things up a bit.

Robert N M Watson
Computer Laboratory
University of Cambridge

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 15:03:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9255116A417;
	Thu, 15 Nov 2007 15:03:18 +0000 (UTC) (envelope-from rrs@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 696AD13C468;
	Thu, 15 Nov 2007 15:03:18 +0000 (UTC) (envelope-from rrs@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFF3Ioe062102;
	Thu, 15 Nov 2007 15:03:18 GMT (envelope-from rrs@repoman.freebsd.org)
Received: (from rrs@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFF3I2w062101;
	Thu, 15 Nov 2007 15:03:18 GMT (envelope-from rrs)
Message-Id: <200711151503.lAFF3I2w062101@repoman.freebsd.org>
From: Randall Stewart <rrs@FreeBSD.org>
Date: Thu, 15 Nov 2007 15:03:18 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/netinet sctp_indata.c sctputil.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, 15 Nov 2007 15:03:18 -0000

rrs         2007-11-15 15:03:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          sctp_indata.c sctputil.c 
  Log:
  - Fixes a bug in rwnd handling that would cause an incorrect rwnd
    advertisement during low mem conditions.
  - Fixes a compile error on mac-os (signedness stuff).
  - Touches up some comments.
  
  Approved by:    re@freebsd.org (Ken Smith)
  
  Revision  Changes    Path
  1.45.2.2  +2 -2      src/sys/netinet/sctp_indata.c
  1.65.2.3  +6 -6      src/sys/netinet/sctputil.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 15:14:16 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E150916A41B;
	Thu, 15 Nov 2007 15:14:16 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B8E1C13C457;
	Thu, 15 Nov 2007 15:14:16 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFFEGTU062535;
	Thu, 15 Nov 2007 15:14:16 GMT (envelope-from se@repoman.freebsd.org)
Received: (from se@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFFEGpM062534;
	Thu, 15 Nov 2007 15:14:16 GMT (envelope-from se)
Message-Id: <200711151514.lAFFEGpM062534@repoman.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Thu, 15 Nov 2007 15:14:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/usr.bin/locate/locate updatedb.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, 15 Nov 2007 15:14:17 -0000

se          2007-11-15 15:14:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/locate/locate updatedb.sh 
  Log:
  Add ZFS to list of file system types to scan when building the locate db.
  
  Approved by:    re (ken)
  
  Revision  Changes    Path
  1.20.2.1  +2 -2      src/usr.bin/locate/locate/updatedb.sh

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 15:18:45 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1D2C016A41B;
	Thu, 15 Nov 2007 15:18:45 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E86D713C46B;
	Thu, 15 Nov 2007 15:18:44 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFFIitq063204;
	Thu, 15 Nov 2007 15:18:44 GMT (envelope-from se@repoman.freebsd.org)
Received: (from se@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFFIiOa063203;
	Thu, 15 Nov 2007 15:18:44 GMT (envelope-from se)
Message-Id: <200711151518.lAFFIiOa063203@repoman.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Thu, 15 Nov 2007 15:18:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/usr.bin/lsvfs lsvfs.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, 15 Nov 2007 15:18:45 -0000

se          2007-11-15 15:18:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/lsvfs        lsvfs.c 
  Log:
  MFC: Increase string buffer to account for addition of "jail" to flags.
  
  Approved by:    re (ken)
  
  Revision  Changes    Path
  1.18.2.1  +1 -1      src/usr.bin/lsvfs/lsvfs.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 15:46:36 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CBD9016A417;
	Thu, 15 Nov 2007 15:46:36 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A1D2013C4D1;
	Thu, 15 Nov 2007 15:46:36 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFFkanR064595;
	Thu, 15 Nov 2007 15:46:36 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFFka6u064594;
	Thu, 15 Nov 2007 15:46:36 GMT (envelope-from kensmith)
Message-Id: <200711151546.lAFFka6u064594@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Thu, 15 Nov 2007 15:46:36 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.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, 15 Nov 2007 15:46:36 -0000

kensmith    2007-11-15 15:46:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/sysinstall  dist.c dist.h menus.c 
  Log:
  MFC another adjustment to the X related distributions based on xorg-7.3
  layout.  xorg-printserver still exists in the ports tree but it's marked
  as depreciated and scheduled for removal.
  
  Versions MFCed:
          dist.c:         1.252
          dist.h:         1.70
          menus.c:        1.428
  
  Approved by:    re (bmah)
  
  Revision   Changes    Path
  1.249.2.3  +0 -1      src/usr.sbin/sysinstall/dist.c
  1.67.2.3   +0 -1      src/usr.sbin/sysinstall/dist.h
  1.425.2.3  +0 -2      src/usr.sbin/sysinstall/menus.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 15:57:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3208F16A418;
	Thu, 15 Nov 2007 15:57:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 069FE13C4C5;
	Thu, 15 Nov 2007 15:57:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFFuxsk064960;
	Thu, 15 Nov 2007 15:56:59 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFFuxHn064959;
	Thu, 15 Nov 2007 15:56:59 GMT (envelope-from jhb)
Message-Id: <200711151556.lAFFuxHn064959@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 15 Nov 2007 15:56:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/bin/ps ps.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, 15 Nov 2007 15:57:00 -0000

jhb         2007-11-15 15:56:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    bin/ps               ps.c 
  Log:
  MFC: Teach ps(1) to parse pts TT values for the -t flag.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.111.2.1  +23 -9     src/bin/ps/ps.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:18:05 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1E6A16A46C;
	Thu, 15 Nov 2007 16:18:05 +0000 (UTC)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id DFEE913C447;
	Thu, 15 Nov 2007 16:18:05 +0000 (UTC)
	(envelope-from rink@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGI5N1066942;
	Thu, 15 Nov 2007 16:18:05 GMT
	(envelope-from rink@repoman.freebsd.org)
Received: (from rink@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGI5tb066941;
	Thu, 15 Nov 2007 16:18:05 GMT (envelope-from rink)
Message-Id: <200711151618.lAFGI5tb066941@repoman.freebsd.org>
From: Rink Springer <rink@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:18:05 +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/libdisk open_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: Thu, 15 Nov 2007 16:18:06 -0000

rink        2007-11-15 16:18:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libdisk          open_disk.c 
  Log:
  MFC
  
  Approved by:    imp (mentor)
  
  rink        2007-08-05 16:55:40 UTC
  
    FreeBSD src repository
  
    Modified files:
      lib/libdisk          open_disk.c
    Log:
    Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.
    Previously, any parse error will result in the calling program exiting with an
    unpleasant message. This change will cause libdisk to issue a warning and
    ignore lines it cannot parse instead of bluntly terminating the unfortunate
    enough program.
  
    This change will allow you to use sysinstall if you have a NTFS parition with
    a space in the name (such as 'Win Xp'). In such a case, a line like the
    following will appear in the kern.geom.conftxt output:
  
    2 LABEL ntfs/Win Xp 209818635264 512 i 0 o 0
  
    As the fields are space-separated, libdisk would go beserk and exit the program.
    This would happen if using FreeBSD 7.0 snapshot images (as GEOM_LABEL is in
    the installation kernel as well), thus making it impossible to install FreeBSD
    without renaming your NTFS paritions.
  
    Reported by:    Dwight Berendse <dwight at berendse dot org>
    Nod from:       phk
    Reviewed by:    imp
    Approved by:    re (bmah), imp (mentor)
    MFC after:      1 month
  
    Revision  Changes    Path
    1.11      +38 -19    src/lib/libdisk/open_disk.c
  
  Revision  Changes    Path
  1.10.2.1  +38 -19    src/lib/libdisk/open_disk.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:23:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 14A0616A468;
	Thu, 15 Nov 2007 16:23:00 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E086913C465;
	Thu, 15 Nov 2007 16:22:59 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGMxHq067330;
	Thu, 15 Nov 2007 16:22:59 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGMxdT067329;
	Thu, 15 Nov 2007 16:22:59 GMT (envelope-from rwatson)
Message-Id: <200711151622.lAFGMxdT067329@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:22: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.amd64 ttys src/etc/etc.arm ttys
 src/etc/etc.i386 ttys src/etc/etc.ia64 ttys src/etc/etc.powerpc
 ttys src/etc/etc.sparc64 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: Thu, 15 Nov 2007 16:23:00 -0000

rwatson     2007-11-15 16:22:59 UTC

  FreeBSD src repository

  Modified files:
    etc/etc.amd64        ttys 
    etc/etc.arm          ttys 
    etc/etc.i386         ttys 
    etc/etc.ia64         ttys 
    etc/etc.powerpc      ttys 
    etc/etc.sparc64      ttys 
  Log:
  Add ttys lines for pts/0-pts/255.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.12      +256 -0    src/etc/etc.amd64/ttys
  1.5       +256 -0    src/etc/etc.arm/ttys
  1.12      +256 -0    src/etc/etc.i386/ttys
  1.7       +256 -0    src/etc/etc.ia64/ttys
  1.6       +256 -0    src/etc/etc.powerpc/ttys
  1.15      +256 -0    src/etc/etc.sparc64/ttys

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:23:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D6B2116A41A;
	Thu, 15 Nov 2007 16:23:38 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id ADBF813C509;
	Thu, 15 Nov 2007 16:23:38 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGNcbA067376;
	Thu, 15 Nov 2007 16:23:38 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGNcOJ067375;
	Thu, 15 Nov 2007 16:23:38 GMT (envelope-from scottl)
Message-Id: <200711151623.lAFGNcOJ067375@repoman.freebsd.org>
From: Scott Long <scottl@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:23: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/cam/scsi 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: Thu, 15 Nov 2007 16:23:39 -0000

scottl      2007-11-15 16:23:38 UTC

  FreeBSD src repository

  Modified files:
    sys/cam/scsi         scsi_all.h 
  Log:
  Fix a change in the previous commit that was actually a type-o.
  
  Revision  Changes    Path
  1.30      +1 -1      src/sys/cam/scsi/scsi_all.h

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:28:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4D7AD16A417;
	Thu, 15 Nov 2007 16:28:00 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 24AE613C468;
	Thu, 15 Nov 2007 16:28:00 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGS0X0067559;
	Thu, 15 Nov 2007 16:28:00 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGS0hD067558;
	Thu, 15 Nov 2007 16:28:00 GMT (envelope-from scottl)
Message-Id: <200711151628.lAFGS0hD067558@repoman.freebsd.org>
From: Scott Long <scottl@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:27:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/cam/scsi 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: Thu, 15 Nov 2007 16:28:00 -0000

scottl      2007-11-15 16:27:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/cam/scsi         scsi_all.h 
  Log:
  MFC rev 1.29: Add structures and definitions to support new drivers.
  
  Approved by: re
  
  Revision  Changes    Path
  1.28.2.1  +109 -0    src/sys/cam/scsi/scsi_all.h

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:29:33 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DB12B16A417;
	Thu, 15 Nov 2007 16:29:33 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B299013C45A;
	Thu, 15 Nov 2007 16:29:33 +0000 (UTC)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGTX6g067630;
	Thu, 15 Nov 2007 16:29:33 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGTXrB067629;
	Thu, 15 Nov 2007 16:29:33 GMT (envelope-from scottl)
Message-Id: <200711151629.lAFGTXrB067629@repoman.freebsd.org>
From: Scott Long <scottl@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:29:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/sys ata.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, 15 Nov 2007 16:29:34 -0000

scottl      2007-11-15 16:29:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sys              ata.h 
  Log:
  MFC rev 1.37: Add ATA defintions
  
  Approved by: re
  
  Revision  Changes    Path
  1.36.2.1  +9 -0      src/sys/sys/ata.h

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:58:45 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EFD2716A41A;
	Thu, 15 Nov 2007 16:58:45 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C5A5E13C45A;
	Thu, 15 Nov 2007 16:58:45 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGwjLe077499;
	Thu, 15 Nov 2007 16:58:45 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGwj3I077498;
	Thu, 15 Nov 2007 16:58:45 GMT (envelope-from kensmith)
Message-Id: <200711151658.lAFGwj3I077498@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:58:45 +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/sysinstall dist.c dist.h menus.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, 15 Nov 2007 16:58:46 -0000

kensmith    2007-11-15 16:58:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/sysinstall  dist.c dist.h menus.c 
  Log:
  MFC another adjustment to the X related distributions based on xorg-7.3
  layout.  xorg-printserver still exists in the ports tree but it's marked
  as depreciated and scheduled for removal.
  
  Versions MFCed:
          dist.c:         1.252
          dist.h:         1.70
          menus.c:        1.428
  
  Revision    Changes    Path
  1.239.2.7   +0 -1      src/usr.sbin/sysinstall/dist.c
  1.65.2.3    +0 -1      src/usr.sbin/sysinstall/dist.h
  1.410.2.12  +0 -2      src/usr.sbin/sysinstall/menus.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:59:29 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7A05C16A41A;
	Thu, 15 Nov 2007 16:59:29 +0000 (UTC)
	(envelope-from ariff@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 50B6713C45A;
	Thu, 15 Nov 2007 16:59:29 +0000 (UTC)
	(envelope-from ariff@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGxT3B077546;
	Thu, 15 Nov 2007 16:59:29 GMT
	(envelope-from ariff@repoman.freebsd.org)
Received: (from ariff@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGxT2A077545;
	Thu, 15 Nov 2007 16:59:29 GMT (envelope-from ariff)
Message-Id: <200711151659.lAFGxT2A077545@repoman.freebsd.org>
From: Ariff Abdullah <ariff@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:59:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/sound/pci t4dwave.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, 15 Nov 2007 16:59:29 -0000

ariff       2007-11-15 16:59:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/sound/pci    t4dwave.c 
  Log:
  MFC (revision 1.54):
  
  Limit total playback channels to just 1, for ALi M5451.
  The reliability of it's multi DAC / playback channels is
  not that good. Enabling vchans make the bug more visible
  since playback allocation will look for possible free
  hardware channels first (i.e: the next DAC, the very first
  has been consumed by vchan mixer) which in this case has
  been proven faulty.
  
  Reported / Tested by:   Sascha Klauder
  Approved by:            re (kensmith)
  
  Revision  Changes    Path
  1.53.2.1  +23 -3     src/sys/dev/sound/pci/t4dwave.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 16:59:55 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7653016A475;
	Thu, 15 Nov 2007 16:59:55 +0000 (UTC)
	(envelope-from ariff@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B8B413C448;
	Thu, 15 Nov 2007 16:59:55 +0000 (UTC)
	(envelope-from ariff@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFGxtVP077576;
	Thu, 15 Nov 2007 16:59:55 GMT
	(envelope-from ariff@repoman.freebsd.org)
Received: (from ariff@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFGxtmv077575;
	Thu, 15 Nov 2007 16:59:55 GMT (envelope-from ariff)
Message-Id: <200711151659.lAFGxtmv077575@repoman.freebsd.org>
From: Ariff Abdullah <ariff@FreeBSD.org>
Date: Thu, 15 Nov 2007 16:59: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/dev/sound/pci t4dwave.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, 15 Nov 2007 16:59:55 -0000

ariff       2007-11-15 16:59:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/sound/pci    t4dwave.c 
  Log:
  MFC (revision 1.54):
  
  Limit total playback channels to just 1, for ALi M5451.
  The reliability of it's multi DAC / playback channels is
  not that good. Enabling vchans make the bug more visible
  since playback allocation will look for possible free
  hardware channels first (i.e: the next DAC, the very first
  has been consumed by vchan mixer) which in this case has
  been proven faulty.
  
  Reported / Tested by:   Sascha Klauder
  
  Revision  Changes    Path
  1.48.2.1  +23 -3     src/sys/dev/sound/pci/t4dwave.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 17:10:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B7AF916A46D;
	Thu, 15 Nov 2007 17:10:18 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 8D3F813C448;
	Thu, 15 Nov 2007 17:10:18 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFHAIKT080708;
	Thu, 15 Nov 2007 17:10:18 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFHAI4U080707;
	Thu, 15 Nov 2007 17:10:18 GMT (envelope-from kensmith)
Message-Id: <200711151710.lAFHAI4U080707@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Thu, 15 Nov 2007 17:10:18 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/conf newvers.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, 15 Nov 2007 17:10:18 -0000

kensmith    2007-11-15 17:10:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/conf             newvers.sh 
  Log:
  Get ready for BETA3 builds.
  
  Approved by:    re (implicit)
  
  Revision  Changes    Path
  1.72.2.4  +1 -1      src/sys/conf/newvers.sh

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 17:45:48 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0A95E16A419;
	Thu, 15 Nov 2007 17:45:47 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E973F13C478;
	Thu, 15 Nov 2007 17:45:46 +0000 (UTC)
	(envelope-from remko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFHjk21082622;
	Thu, 15 Nov 2007 17:45:46 GMT
	(envelope-from remko@repoman.freebsd.org)
Received: (from remko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFHjkCn082621;
	Thu, 15 Nov 2007 17:45:46 GMT (envelope-from remko)
Message-Id: <200711151745.lAFHjkCn082621@repoman.freebsd.org>
From: Remko Lodder <remko@FreeBSD.org>
Date: Thu, 15 Nov 2007 17:45:46 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/re if_re.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, 15 Nov 2007 17:45:48 -0000

remko       2007-11-15 17:45:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/re           if_re.c 
  Log:
  MFC rev 1.96 if_re.c
  
    Add support for D-Link DGE-528(T) Rev.B1
  
    PR:           112774
    Submitted by: Denis Fortin <fortin at acm dot org>
    Approved by:  imp (mentor), yongari
    MFC After:    3 days
  
  Approved by:    imp (mentor, implicit)
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.95.2.1  +2 -0      src/sys/dev/re/if_re.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 17:48:15 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 40CE016A420
	for <cvs-src@FreeBSD.org>; Thu, 15 Nov 2007 17:48:15 +0000 (UTC)
	(envelope-from julian@elischer.org)
Received: from outU.internet-mail-service.net (outU.internet-mail-service.net
	[216.240.47.244])
	by mx1.freebsd.org (Postfix) with ESMTP id 242DE13C45A
	for <cvs-src@FreeBSD.org>; Thu, 15 Nov 2007 17:48:15 +0000 (UTC)
	(envelope-from julian@elischer.org)
Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160)
	by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP;
	Thu, 15 Nov 2007 09:48:14 -0800
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38])
	by idiom.com (Postfix) with ESMTP id 206A9126A2C;
	Thu, 15 Nov 2007 09:48:14 -0800 (PST)
Message-ID: <473C865D.8070809@elischer.org>
Date: Thu, 15 Nov 2007 09:48:13 -0800
From: Julian Elischer <julian@elischer.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@FreeBSD.org>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
In-Reply-To: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; 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 kern_kse.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, 15 Nov 2007 17:48:15 -0000

Gleb Smirnoff wrote:
> glebius     2007-11-15 14:16:20 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             kern_kse.c 
>   Log:
>   Fix build.
>   
>   Revision  Changes    Path
>   1.239     +1 -1      src/sys/kern/kern_kse.c


thanks.. I need to remember to stop applying patches 
from build tree to checkin tree by hand.

the trouble is I can't commit from my current test machine (no 
internet access) so after testing, I make a patch and move to 
to my commit machine, where I can commit it, but
when it's a small patch, one is always tempted to 
do it by hand and then ...

Julian, repeat after me..

"no matter how small the change, use diff + patch to move it across."


From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 18:14:56 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D8A8016A418;
	Thu, 15 Nov 2007 18:14:56 +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 9A94613C43E;
	Thu, 15 Nov 2007 18:14:55 +0000 (UTC)
	(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.14.1/8.14.1) with ESMTP id
	lAFIE1UM017145; Thu, 15 Nov 2007 10:14:01 -0800 (PST)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: (from sgk@localhost)
	by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id
	lAFIE1nx017144; Thu, 15 Nov 2007 10:14:01 -0800 (PST)
	(envelope-from sgk)
Date: Thu, 15 Nov 2007 10:14:01 -0800
From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Julian Elischer <julian@elischer.org>
Message-ID: <20071115181401.GA17094@troutmask.apl.washington.edu>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
	<473C865D.8070809@elischer.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <473C865D.8070809@elischer.org>
User-Agent: Mutt/1.4.2.3i
Cc: cvs-src@freebsd.org, Gleb Smirnoff <glebius@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 18:14:57 -0000

On Thu, Nov 15, 2007 at 09:48:13AM -0800, Julian Elischer wrote:
> Gleb Smirnoff wrote:
> >glebius     2007-11-15 14:16:20 UTC
> >
> >  FreeBSD src repository
> >
> >  Modified files:
> >    sys/kern             kern_kse.c 
> >  Log:
> >  Fix build.
> 
> thanks.. I need to remember to stop applying patches 
> from build tree to checkin tree by hand.
> 
> the trouble is I can't commit from my current test machine (no 
> internet access) so after testing, I make a patch and move to 
> to my commit machine, where I can commit it, but
> when it's a small patch, one is always tempted to 
> do it by hand and then ...
> 
> Julian, repeat after me..
> 
> "no matter how small the change, use diff + patch to move it across."

After applying the patch on your commit machine, is it too
difficult to actually retest before committing?  This would
catch the broken commit before it becomes a Tinderbox issue.

Seems to be a QA problem on your part.

-- 
Steve

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 18:29:56 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5232416A469
	for <cvs-src@freebsd.org>; Thu, 15 Nov 2007 18:29:56 +0000 (UTC)
	(envelope-from julian@elischer.org)
Received: from outG.internet-mail-service.net (outG.internet-mail-service.net
	[216.240.47.230])
	by mx1.freebsd.org (Postfix) with ESMTP id 326E413C48A
	for <cvs-src@freebsd.org>; Thu, 15 Nov 2007 18:29:56 +0000 (UTC)
	(envelope-from julian@elischer.org)
Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160)
	by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP;
	Thu, 15 Nov 2007 10:29:52 -0800
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38])
	by idiom.com (Postfix) with ESMTP id 8D438126A2D;
	Thu, 15 Nov 2007 10:29:51 -0800 (PST)
Message-ID: <473C901F.1080906@elischer.org>
Date: Thu, 15 Nov 2007 10:29:51 -0800
From: Julian Elischer <julian@elischer.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: Steve Kargl <sgk@troutmask.apl.washington.edu>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
	<473C865D.8070809@elischer.org>
	<20071115181401.GA17094@troutmask.apl.washington.edu>
In-Reply-To: <20071115181401.GA17094@troutmask.apl.washington.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org, Gleb Smirnoff <glebius@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 18:29:56 -0000

Steve Kargl wrote:
> On Thu, Nov 15, 2007 at 09:48:13AM -0800, Julian Elischer wrote:
>> Gleb Smirnoff wrote:
>>> glebius     2007-11-15 14:16:20 UTC
>>>
>>>  FreeBSD src repository
>>>
>>>  Modified files:
>>>    sys/kern             kern_kse.c 
>>>  Log:
>>>  Fix build.
>> thanks.. I need to remember to stop applying patches 
>> from build tree to checkin tree by hand.
>>
>> the trouble is I can't commit from my current test machine (no 
>> internet access) so after testing, I make a patch and move to 
>> to my commit machine, where I can commit it, but
>> when it's a small patch, one is always tempted to 
>> do it by hand and then ...
>>
>> Julian, repeat after me..
>>
>> "no matter how small the change, use diff + patch to move it across."
> 
> After applying the patch on your commit machine, is it too
> difficult to actually retest before committing?  This would
> catch the broken commit before it becomes a Tinderbox issue.
> 
> Seems to be a QA problem on your part.

yes.. but I can't do a compile from my mac. (my commit machine).
The answer is to be rigorous about how I move the patch from the build
machine to the commit machine.

This is a temporary situation. new infrastructure will let me commit 
from my build machine again.




> 


From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 18:59:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB1B116A417;
	Thu, 15 Nov 2007 18:59:46 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C1C5713C461;
	Thu, 15 Nov 2007 18:59:46 +0000 (UTC) (envelope-from se@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFIxkbj086573;
	Thu, 15 Nov 2007 18:59:46 GMT (envelope-from se@repoman.freebsd.org)
Received: (from se@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFIxkHM086572;
	Thu, 15 Nov 2007 18:59:46 GMT (envelope-from se)
Message-Id: <200711151859.lAFIxkHM086572@repoman.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Thu, 15 Nov 2007 18:59:46 +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/lsvfs lsvfs.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, 15 Nov 2007 18:59:47 -0000

se          2007-11-15 18:59:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/lsvfs        lsvfs.c 
  Log:
  MFC: Extend buffer to match maximum possible string length.
  
  Revision   Changes    Path
  1.17.14.1  +1 -1      src/usr.bin/lsvfs/lsvfs.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:27:13 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1481B16A421;
	Thu, 15 Nov 2007 19:27:13 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id F1F2013C474;
	Thu, 15 Nov 2007 19:27:12 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJRCxS090518;
	Thu, 15 Nov 2007 19:27:12 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJRCtg090517;
	Thu, 15 Nov 2007 19:27:12 GMT (envelope-from rwatson)
Message-Id: <200711151927.lAFJRCtg090517@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:27: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/openbsm HISTORY Makefile.in README TODO
 VERSION aclocal.m4 configure configure.ac src/contrib/openbsm/bin
 Makefile.in src/contrib/openbsm/bin/audit Makefile.in audit.8
 audit.c src/contrib/openbsm/bin/auditd Makefile.in audit_warn.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, 15 Nov 2007 19:27:13 -0000

rwatson     2007-11-15 19:27:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/openbsm      HISTORY Makefile.in README TODO VERSION 
                         aclocal.m4 configure configure.ac 
    contrib/openbsm/bin  Makefile.in 
    contrib/openbsm/bin/audit Makefile.in audit.8 audit.c 
    contrib/openbsm/bin/auditd Makefile.in audit_warn.c auditd.8 
                               auditd.c auditd.h 
    contrib/openbsm/bin/auditfilterd Makefile.in auditfilterd.8 
                                     auditfilterd.c 
    contrib/openbsm/bin/auditreduce Makefile.in auditreduce.1 
                                    auditreduce.c 
    contrib/openbsm/bin/praudit Makefile.in praudit.1 praudit.c 
    contrib/openbsm/bsm  Makefile.in libbsm.h 
    contrib/openbsm/config config.h config.h.in ltmain.sh 
    contrib/openbsm/etc  audit_class audit_control audit_event 
                         audit_user audit_warn 
    contrib/openbsm/libbsm Makefile.in au_class.3 au_control.3 
                           au_event.3 au_free_token.3 au_io.3 
                           au_mask.3 au_open.3 au_token.3 
                           au_user.3 audit_submit.3 bsm_event.c 
                           bsm_io.c bsm_notify.c bsm_token.c 
                           bsm_wrappers.c libbsm.3 
    contrib/openbsm/man  Makefile.in audit.2 audit.log.5 
                         audit_class.5 audit_control.5 
                         audit_event.5 audit_user.5 audit_warn.5 
                         auditctl.2 auditon.2 getaudit.2 getauid.2 
                         setaudit.2 setauid.2 
    contrib/openbsm/modules Makefile.in 
    contrib/openbsm/modules/auditfilter_noop Makefile.in 
    contrib/openbsm/test Makefile.in 
    contrib/openbsm/test/bsm Makefile.in generate.c 
    contrib/openbsm/test/reference arg32_record data_record 
                                   file_record in_addr_record 
                                   ip_record ipc_record 
                                   iport_record opaque_record 
                                   path_record process32_record 
                                   return32_record seq_record 
                                   subject32_record 
                                   subject32ex_record 
                                   subject32ex_token-IPv4 
                                   subject32ex_token-IPv6 
                                   text_record 
    contrib/openbsm/tools Makefile.in audump.c 
  Added files:           (Branch: RELENG_6)
    contrib/openbsm/compat clock_gettime.h 
    contrib/openbsm/test/reference process32ex_record-IPv4 
                                   process32ex_record-IPv6 
                                   process32ex_token-IPv4 
                                   process32ex_token-IPv6 
                                   process64_record 
                                   process64_token 
                                   process64ex_record-IPv4 
                                   process64ex_record-IPv6 
                                   process64ex_token-IPv4 
                                   process64ex_token-IPv6 
                                   zonename_record zonename_token 
  Removed files:         (Branch: RELENG_6)
    contrib/openbsm/test/reference process32ex_record 
                                   process32ex_token 
  Log:
  Merge OpenBSM 1.0 from HEAD to RELENG_6:
  
    OpenBSM 1.0
  
    - Fix bug in auditreduce(8) which resulted in a memory fault/crash when
      the user specified an event name with -m.
    - Remove AU_.* hard-coded audit class constants, as udit classes are now
      entirely dynamically configured using /etc/security/audit_class.
  
    OpenBSM 1.0 alpha 15
  
    - Fix bug when processing in_addr_ex tokens.
    - Restore the behavior of printing the string/text specified while
      auditing arg32 tokens.
    - Synchronized audit event list to Solaris, picking up the *at(2) system call
      definitions, now required for FreeBSD and Linux.  Added additional events
      for *at(2) system calls not present in Solaris.
    - Bugs in auditreduce(8) fixed allowing partial date strings to be used in
      filtering events.
  
    OpenBSM 1.0 alpha 14
  
    - Fix endian issues when processing IPv6 addresses for extended subject
      and process tokens.
    - gcc41 warnings clean.
    - Teach audit_submit(3) about getaudit_addr(2).
    - Add support for zonename tokens.
  
    OpenBSM 1.0 alpha 13
  
    - compat/clock_gettime.h now provides a compatibility implementation of
      clock_gettime(), which fixes building on Mac OS X.
    - Countless man page improvements, markup fixes, content fixs, etc.
    - XML printing support via "praudit -x".
    - audit.log.5 expanded to include additional BSM token types.
    - Added encoding and decoding routines for process64_ex, process32_ex,
      subject32_ex, header64, and attr64 tokens.
    - Additional audit event identifiers for listen, mlockall/munlockall,
      getpath, POSIX message queues, and mandatory access control.
  
  Revision     Changes      Path
  1.1.1.5.2.3  +39 -1       src/contrib/openbsm/HISTORY
  1.1.1.2.2.2  +77 -64      src/contrib/openbsm/Makefile.in
  1.1.1.6.2.2  +29 -15      src/contrib/openbsm/README
  1.1.1.3.2.3  +1 -2        src/contrib/openbsm/TODO
  1.1.1.6.2.3  +1 -1        src/contrib/openbsm/VERSION
  1.1.1.1.2.2  +888 -475    src/contrib/openbsm/aclocal.m4
  1.1.1.2.2.2  +69 -59      src/contrib/openbsm/bin/Makefile.in
  1.1.1.1.2.2  +71 -61      src/contrib/openbsm/bin/audit/Makefile.in
  1.1.1.3.2.2  +26 -30      src/contrib/openbsm/bin/audit/audit.8
  1.1.1.4.2.3  +1 -5        src/contrib/openbsm/bin/audit/audit.c
  1.1.1.1.2.2  +71 -61      src/contrib/openbsm/bin/auditd/Makefile.in
  1.1.1.2.2.3  +1 -5        src/contrib/openbsm/bin/auditd/audit_warn.c
  1.1.1.2.2.3  +46 -38      src/contrib/openbsm/bin/auditd/auditd.8
  1.1.1.7.2.3  +3 -7        src/contrib/openbsm/bin/auditd/auditd.c
  1.1.1.2.2.3  +1 -5        src/contrib/openbsm/bin/auditd/auditd.h
  1.1.1.1.2.2  +71 -61      src/contrib/openbsm/bin/auditfilterd/Makefile.in
  1.1.1.1.2.2  +20 -13      src/contrib/openbsm/bin/auditfilterd/auditfilterd.8
  1.1.1.2.2.2  +6 -2        src/contrib/openbsm/bin/auditfilterd/auditfilterd.c
  1.1.1.1.2.2  +71 -61      src/contrib/openbsm/bin/auditreduce/Makefile.in
  1.1.1.3.2.3  +79 -69      src/contrib/openbsm/bin/auditreduce/auditreduce.1
  1.1.1.3.2.3  +4 -2        src/contrib/openbsm/bin/auditreduce/auditreduce.c
  1.1.1.1.2.2  +71 -61      src/contrib/openbsm/bin/praudit/Makefile.in
  1.1.1.2.2.2  +50 -29      src/contrib/openbsm/bin/praudit/praudit.1
  1.1.1.2.2.2  +36 -15      src/contrib/openbsm/bin/praudit/praudit.c
  1.1.1.2.2.2  +57 -50      src/contrib/openbsm/bsm/Makefile.in
  1.1.1.6.2.3  +51 -3       src/contrib/openbsm/bsm/libbsm.h
  1.1.1.1.4.1  +54 -0       src/contrib/openbsm/compat/clock_gettime.h (new)
  1.3.2.3      +6 -6        src/contrib/openbsm/config/config.h
  1.1.1.3.2.3  +1 -1        src/contrib/openbsm/config/config.h.in
  1.1.1.2.2.2  +149 -82     src/contrib/openbsm/config/ltmain.sh
  1.1.1.5.2.3  +6713 -7092  src/contrib/openbsm/configure
  1.1.1.5.2.3  +2 -2        src/contrib/openbsm/configure.ac
  1.2.2.2      +2 -4        src/contrib/openbsm/etc/audit_class
  1.2.2.3      +0 -1        src/contrib/openbsm/etc/audit_control
  1.4.2.3      +89 -15      src/contrib/openbsm/etc/audit_event
  1.2.2.2      +1 -1        src/contrib/openbsm/etc/audit_user
  1.2.2.2      +1 -1        src/contrib/openbsm/etc/audit_warn
  1.1.1.2.2.2  +72 -62      src/contrib/openbsm/libbsm/Makefile.in
  1.1.1.1.2.2  +32 -20      src/contrib/openbsm/libbsm/au_class.3
  1.1.1.2.2.3  +64 -32      src/contrib/openbsm/libbsm/au_control.3
  1.1.1.2.2.2  +46 -28      src/contrib/openbsm/libbsm/au_event.3
  1.1.1.2.2.2  +26 -20      src/contrib/openbsm/libbsm/au_free_token.3
  1.1.1.1.2.2  +39 -22      src/contrib/openbsm/libbsm/au_io.3
  1.1.1.2.2.2  +49 -33      src/contrib/openbsm/libbsm/au_mask.3
  1.1.1.1.2.3  +26 -19      src/contrib/openbsm/libbsm/au_open.3
  1.1.1.4.2.2  +109 -72     src/contrib/openbsm/libbsm/au_token.3
  1.1.1.2.2.2  +52 -32      src/contrib/openbsm/libbsm/au_user.3
  1.1.1.1.2.2  +18 -12      src/contrib/openbsm/libbsm/audit_submit.3
  1.1.1.2.2.2  +3 -3        src/contrib/openbsm/libbsm/bsm_event.c
  1.1.1.4.2.3  +2133 -503   src/contrib/openbsm/libbsm/bsm_io.c
  1.1.1.4.2.2  +4 -3        src/contrib/openbsm/libbsm/bsm_notify.c
  1.1.1.7.2.3  +214 -34     src/contrib/openbsm/libbsm/bsm_token.c
  1.1.1.4.2.2  +24 -5       src/contrib/openbsm/libbsm/bsm_wrappers.c
  1.1.1.3.2.3  +21 -13      src/contrib/openbsm/libbsm/libbsm.3
  1.1.1.1.2.2  +56 -47      src/contrib/openbsm/man/Makefile.in
  1.1.1.1.2.2  +23 -15      src/contrib/openbsm/man/audit.2
  1.1.1.5.2.2  +346 -295    src/contrib/openbsm/man/audit.log.5
  1.1.1.2.2.2  +26 -17      src/contrib/openbsm/man/audit_class.5
  1.1.1.2.2.3  +76 -58      src/contrib/openbsm/man/audit_control.5
  1.1.1.2.2.2  +28 -22      src/contrib/openbsm/man/audit_event.5
  1.1.1.2.2.2  +50 -23      src/contrib/openbsm/man/audit_user.5
  1.1.1.2.2.2  +26 -19      src/contrib/openbsm/man/audit_warn.5
  1.1.1.2.2.2  +18 -17      src/contrib/openbsm/man/auditctl.2
  1.1.1.2.2.3  +115 -62     src/contrib/openbsm/man/auditon.2
  1.1.1.2.2.2  +23 -18      src/contrib/openbsm/man/getaudit.2
  1.1.1.2.2.2  +21 -18      src/contrib/openbsm/man/getauid.2
  1.1.1.2.2.2  +24 -20      src/contrib/openbsm/man/setaudit.2
  1.1.1.2.2.2  +21 -18      src/contrib/openbsm/man/setauid.2
  1.1.1.1.2.2  +69 -59      src/contrib/openbsm/modules/Makefile.in
  1.1.1.1.2.2  +73 -61      src/contrib/openbsm/modules/auditfilter_noop/Makefile.in
  1.1.1.1.2.2  +69 -59      src/contrib/openbsm/test/Makefile.in
  1.1.1.1.2.2  +68 -58      src/contrib/openbsm/test/bsm/Makefile.in
  1.1.1.3.2.2  +176 -14     src/contrib/openbsm/test/bsm/generate.c
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/arg32_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/data_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/file_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/in_addr_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/ip_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/ipc_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/iport_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/opaque_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/path_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/process32_record
  1.1.1.1.2.2  +0 -2        src/contrib/openbsm/test/reference/process32ex_record (dead)
  1.1.1.1.4.1  +2 -0        src/contrib/openbsm/test/reference/process32ex_record-IPv4 (new)
  1.1.1.1.4.1  +2 -0        src/contrib/openbsm/test/reference/process32ex_record-IPv6 (new)
  1.1.1.1.2.2  +0 -1        src/contrib/openbsm/test/reference/process32ex_token (dead)
  1.1.1.1.4.1  +1 -0        src/contrib/openbsm/test/reference/process32ex_token-IPv4 (new)
  1.1.1.1.4.1  +1 -0        src/contrib/openbsm/test/reference/process32ex_token-IPv6 (new)
  1.1.1.1.4.1  +2 -0        src/contrib/openbsm/test/reference/process64_record (new)
  1.1.1.1.4.1  +1 -0        src/contrib/openbsm/test/reference/process64_token (new)
  1.1.1.1.4.1  +2 -0        src/contrib/openbsm/test/reference/process64ex_record-IPv4 (new)
  1.1.1.1.4.1  +2 -0        src/contrib/openbsm/test/reference/process64ex_record-IPv6 (new)
  1.1.1.1.4.1  +1 -0        src/contrib/openbsm/test/reference/process64ex_token-IPv4 (new)
  1.1.1.1.4.1  +1 -0        src/contrib/openbsm/test/reference/process64ex_token-IPv6 (new)
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/return32_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/seq_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/subject32_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/subject32ex_record
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/subject32ex_token-IPv4
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/subject32ex_token-IPv6
  1.1.1.1.2.2  +1 -1        src/contrib/openbsm/test/reference/text_record
  1.1.1.1.4.1  +2 -0        src/contrib/openbsm/test/reference/zonename_record (new)
  1.1.1.1.4.1  +1 -0        src/contrib/openbsm/test/reference/zonename_token (new)
  1.1.1.2.2.2  +68 -58      src/contrib/openbsm/tools/Makefile.in
  1.1.1.2.2.3  +2 -2        src/contrib/openbsm/tools/audump.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:28:32 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8CD0516A420;
	Thu, 15 Nov 2007 19:28:32 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A7AD13C458;
	Thu, 15 Nov 2007 19:28:32 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJSWXM090578;
	Thu, 15 Nov 2007 19:28:32 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJSWwO090577;
	Thu, 15 Nov 2007 19:28:32 GMT (envelope-from rwatson)
Message-Id: <200711151928.lAFJSWwO090577@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:28: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/bsm audit.h audit_internal.h audit_kevents.h
 audit_record.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, 15 Nov 2007 19:28:32 -0000

rwatson     2007-11-15 19:28:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/bsm              audit.h audit_internal.h audit_kevents.h 
                         audit_record.h 
  Log:
  Merge OpenBSM 1.0 parts into src/sys/bsm in RELENG_6:
  
    - Remove AU_.* hard-coded audit class constants, as udit classes are now
      entirely dynamically configured using /etc/security/audit_class.
    - Synchronized audit event list to Solaris, picking up the *at(2) system call
      definitions, now required for FreeBSD and Linux.  Added additional events
      for *at(2) system calls not present in Solaris.
    - Add support for zonename tokens.
    - Additional audit event identifiers for listen, mlockall/munlockall,
      getpath, POSIX message queues, and mandatory access control.
  
  Revision  Changes    Path
  1.1.2.3   +1 -43     src/sys/bsm/audit.h
  1.4.2.3   +1 -5      src/sys/bsm/audit_internal.h
  1.2.2.3   +110 -40   src/sys/bsm/audit_kevents.h
  1.5.2.3   +5 -5      src/sys/bsm/audit_record.h

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:29:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 986EF16A418;
	Thu, 15 Nov 2007 19:29:39 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6E78513C457;
	Thu, 15 Nov 2007 19:29:39 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJTdDm090624;
	Thu, 15 Nov 2007 19:29:39 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJTdo9090623;
	Thu, 15 Nov 2007 19:29:39 GMT (envelope-from rwatson)
Message-Id: <200711151929.lAFJTdo9090623@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:29:39 +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/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: Thu, 15 Nov 2007 19:29:39 -0000

rwatson     2007-11-15 19:29:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit_bsm_token.c 
  Log:
  Merge audit_bsm_token.c:1.11 from HEAD to RELENG_6:
  
    Merge OpenBSM 1.0 alpha 14 changes to src/sys/security/audit:
  
    - au_to_attr64(), au_to_process64(), au_to_subject64(),
      au_to_subject64_ex(), au_to_zonename(), au_to_header64_tm().
    - Extended address token fixes.
  
  Revision  Changes    Path
  1.7.2.6   +184 -13   src/sys/security/audit/audit_bsm_token.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:30:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6A18216A417;
	Thu, 15 Nov 2007 19:30:38 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3FDCD13C46B;
	Thu, 15 Nov 2007 19:30:38 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJUcD1090727;
	Thu, 15 Nov 2007 19:30:38 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJUcYo090726;
	Thu, 15 Nov 2007 19:30:38 GMT (envelope-from rwatson)
Message-Id: <200711151930.lAFJUcYo090726@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:30:37 +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/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: Thu, 15 Nov 2007 19:30:38 -0000

rwatson     2007-11-15 19:30:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit_bsm_token.c 
  Log:
  Merge audit_bsm_token.c:1.12 from HEAD to RELENG_6:
  
    Remove $P4$ that snuck into CVS from Perforce.
  
  Revision  Changes    Path
  1.7.2.7   +0 -1      src/sys/security/audit/audit_bsm_token.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:31:16 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 230AF16A418;
	Thu, 15 Nov 2007 19:31:16 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id ED2FC13C465;
	Thu, 15 Nov 2007 19:31:15 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJVFO3090799;
	Thu, 15 Nov 2007 19:31:15 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJVFGu090798;
	Thu, 15 Nov 2007 19:31:15 GMT (envelope-from rwatson)
Message-Id: <200711151931.lAFJVFGu090798@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:31:15 +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/security/audit audit.c audit_bsm_klib.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, 15 Nov 2007 19:31:16 -0000

rwatson     2007-11-15 19:31:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit.c audit_bsm_klib.c 
  Log:
  Merge audit.c:1.35, audit_bsm_klib.c:1.8 from HEAD to RELENG_6:
  
    Replace use of AU_NULL with 0 when no audit classes are in use; this
    supports the removal of hard-coded audit class constants in OpenBSM
    1.0.  All audit classes are now dynamically configured via the
    audit_class database.
  
  Revision   Changes    Path
  1.18.2.10  +2 -2      src/sys/security/audit/audit.c
  1.4.2.4    +2 -2      src/sys/security/audit/audit_bsm_klib.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:39:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CFC7716A418;
	Thu, 15 Nov 2007 19:39:49 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9C55213C505;
	Thu, 15 Nov 2007 19:39:49 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJdnTA091092;
	Thu, 15 Nov 2007 19:39:49 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJdnSF091091;
	Thu, 15 Nov 2007 19:39:49 GMT (envelope-from rwatson)
Message-Id: <200711151939.lAFJdnSF091091@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:39: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/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: Thu, 15 Nov 2007 19:39:49 -0000

rwatson     2007-11-15 19:39:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit_bsm_token.c 
  Log:
  Merge audit_bsm_token.c:1.13 from HEAD to RELENG_6:
  
    synchronize white space to congruent user-space code in OpenBSM.
  
  Revision  Changes    Path
  1.7.2.8   +2 -0      src/sys/security/audit/audit_bsm_token.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:48:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9785E16A418;
	Thu, 15 Nov 2007 19:48:30 +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 65B2613C514;
	Thu, 15 Nov 2007 19:48:30 +0000 (UTC)
	(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 493B247018;
	Thu, 15 Nov 2007 14:50:24 -0500 (EST)
Date: Thu, 15 Nov 2007 19:48:25 +0000 (GMT)
From: Robert Watson <rwatson@FreeBSD.org>
X-X-Sender: robert@fledge.watson.org
To: Julian Elischer <julian@elischer.org>
In-Reply-To: <473C901F.1080906@elischer.org>
Message-ID: <20071115194710.L82897@fledge.watson.org>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
	<473C865D.8070809@elischer.org>
	<20071115181401.GA17094@troutmask.apl.washington.edu>
	<473C901F.1080906@elischer.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: cvs-src@freebsd.org, Gleb Smirnoff <glebius@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org,
	Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 19:48:30 -0000


On Thu, 15 Nov 2007, Julian Elischer wrote:

>>> "no matter how small the change, use diff + patch to move it across."
>> 
>> After applying the patch on your commit machine, is it too difficult to 
>> actually retest before committing?  This would catch the broken commit 
>> before it becomes a Tinderbox issue.
>> 
>> Seems to be a QA problem on your part.
>
> yes.. but I can't do a compile from my mac. (my commit machine). The answer 
> is to be rigorous about how I move the patch from the build machine to the 
> commit machine.
>
> This is a temporary situation. new infrastructure will let me commit from my 
> build machine again.

I find having a copy of Parallels (or VMWare) around very useful for precisely 
this situation -- it means that even when I have only the Mac around I can 
easily do a local test build.  The various VM packages certainly have their 
limitations, but they're far better than nothing.

Robert N M Watson
Computer Laboratory
University of Cambridge

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 19:59:55 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C5F1416A419;
	Thu, 15 Nov 2007 19:59:55 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9B82513C442;
	Thu, 15 Nov 2007 19:59:55 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFJxt4U092258;
	Thu, 15 Nov 2007 19:59:55 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFJxtsQ092256;
	Thu, 15 Nov 2007 19:59:55 GMT (envelope-from rwatson)
Message-Id: <200711151959.lAFJxtsQ092256@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 19:59: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/security/audit audit.c audit_arg.c audit_bsm.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, 15 Nov 2007 19:59:55 -0000

rwatson     2007-11-15 19:59:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit.c audit_arg.c audit_bsm.c 
  Log:
  Merge audit.c:1.31, audit_arg.c:1.14, audit_bsm.c:1.18 from HEAD to
  RELENG_6:
  
    Clean up, and sometimes remove, a number of audit-related implementation
    comments.
  
  Note that because of other unrelated changes in HEAD, some portions of
  audit.c:1.31 can't be merged verbatim (or at all).
  
  Revision   Changes    Path
  1.18.2.11  +1 -28     src/sys/security/audit/audit.c
  1.6.2.8    +1 -1      src/sys/security/audit/audit_arg.c
  1.10.2.10  +0 -3      src/sys/security/audit/audit_bsm.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:06:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D543B16A420;
	Thu, 15 Nov 2007 20:06:59 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id AB18613C505;
	Thu, 15 Nov 2007 20:06:59 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFK6xrG095214;
	Thu, 15 Nov 2007 20:06:59 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFK6xZP095213;
	Thu, 15 Nov 2007 20:06:59 GMT (envelope-from rwatson)
Message-Id: <200711152006.lAFK6xZP095213@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Thu, 15 Nov 2007 20:06: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/sys/security/audit audit.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, 15 Nov 2007 20:06:59 -0000

rwatson     2007-11-15 20:06:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/security/audit   audit.c 
  Log:
  Merge audit.c:1.32 from HEAD to RELENG_6:
  
    Spell statistics more correctly in comments.
  
  Revision   Changes    Path
  1.18.2.12  +1 -1      src/sys/security/audit/audit.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:08:15 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6EA6816A473;
	Thu, 15 Nov 2007 20:08:15 +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 C033613C4C4;
	Thu, 15 Nov 2007 20:08:13 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAFK8Ain027094;
	Thu, 15 Nov 2007 13:08:10 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473CA723.9000409@samsco.org>
Date: Thu, 15 Nov 2007 13:08:03 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: Robert Watson <rwatson@FreeBSD.org>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
	<473C865D.8070809@elischer.org>
	<20071115181401.GA17094@troutmask.apl.washington.edu>
	<473C901F.1080906@elischer.org>
	<20071115194710.L82897@fledge.watson.org>
In-Reply-To: <20071115194710.L82897@fledge.watson.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Thu, 15 Nov 2007 13:08:10 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Gleb Smirnoff <glebius@FreeBSD.org>, Julian Elischer <julian@elischer.org>,
	Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 20:08:15 -0000

Robert Watson wrote:
> 
> On Thu, 15 Nov 2007, Julian Elischer wrote:
> 
>>>> "no matter how small the change, use diff + patch to move it across."
>>>
>>> After applying the patch on your commit machine, is it too difficult 
>>> to actually retest before committing?  This would catch the broken 
>>> commit before it becomes a Tinderbox issue.
>>>
>>> Seems to be a QA problem on your part.
>>
>> yes.. but I can't do a compile from my mac. (my commit machine). The 
>> answer is to be rigorous about how I move the patch from the build 
>> machine to the commit machine.
>>
>> This is a temporary situation. new infrastructure will let me commit 
>> from my build machine again.
> 
> I find having a copy of Parallels (or VMWare) around very useful for 
> precisely this situation -- it means that even when I have only the Mac 
> around I can easily do a local test build.  The various VM packages 
> certainly have their limitations, but they're far better than nothing.
> 

And to be fair, there are habitual build breakers and there are
non-habitual build breakers.  Julian, IMHO, falls mostly into the
latter category, yet I see people focus on him disproportionally.
Funny.  Kinda.  Not.

Scott


From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:17:02 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 00FEC16A417;
	Thu, 15 Nov 2007 20:17:02 +0000 (UTC)
	(envelope-from simon@zaphod.nitro.dk)
Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38])
	by mx1.freebsd.org (Postfix) with ESMTP id A751013C44B;
	Thu, 15 Nov 2007 20:17:01 +0000 (UTC)
	(envelope-from simon@zaphod.nitro.dk)
Received: from zaphod.nitro.dk (unknown [192.168.3.39])
	by mx.nitro.dk (Postfix) with ESMTP id 6494A2DCB62;
	Thu, 15 Nov 2007 20:00:44 +0000 (UTC)
Received: by zaphod.nitro.dk (Postfix, from userid 3000)
	id 53CA411458; Thu, 15 Nov 2007 21:00:44 +0100 (CET)
Date: Thu, 15 Nov 2007 21:00:44 +0100
From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Jeremy Messenger <mezz7@cox.net>
Message-ID: <20071115200043.GB1150@zaphod.nitro.dk>
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4734B629.4010001@delphij.net>
	<20071111102044.GB1020@zaphod.nitro.dk>
	<op.t1nlkiky9aq2h7@mezz.mezzweb.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <op.t1nlkiky9aq2h7@mezz.mezzweb.com>
User-Agent: Mutt/1.5.16 (2007-06-09)
Cc: src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org,
	Kris Kennaway <kris@freebsd.org>, cvs-all@freebsd.org,
	Colin Percival <cperciva@freebsd.org>, Nate Lawson <nate@root.org>
Subject: Re: OpenSSL import [was: cvs commit: src/sys/amd64/amd64
	mp_machdep.c src/sys/i386/i386 mp_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, 15 Nov 2007 20:17:02 -0000

On 2007.11.11 18:42:08 -0600, Jeremy Messenger wrote:

> While I am here, I am wondering why we don't have openssl.pc import and 
> install (maybe /usr/libdata/pkgconfig)? I think, OpenBSD does install 
> openssl.pc. I think it would be nice if FreeBSD has openssl.pc too for I 
> don't have to add hacks in ports tree to workaround of openssl.pc doesn't 
> exist.

It's not intentionally that the .pc files are not installed.

>From what I can see the .pc files are generated and not just
distributed with OpenSSL and installed.  Since we in the base system
doesn't use the OpenSSL build framework/toos somebody(tm) needs to
find a good way to do this with our build framework.

I will try to have a look at this at some point in a not too distant
future, but no promises of when.  If it's important to anybody,
patches are accepted :-).

-- 
Simon L. Nielsen

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:18:27 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D508216A419;
	Thu, 15 Nov 2007 20:18:27 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id AAC1A13C4DD;
	Thu, 15 Nov 2007 20:18:27 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFKIRLj095818;
	Thu, 15 Nov 2007 20:18:27 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFKIRNO095817;
	Thu, 15 Nov 2007 20:18:27 GMT (envelope-from jhb)
Message-Id: <200711152018.lAFKIRNO095817@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 15 Nov 2007 20:18:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/kern tty_pty.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, 15 Nov 2007 20:18:27 -0000

jhb         2007-11-15 20:18:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             tty_pty.c 
  Log:
  MFC: Make it easier to add more ptys to the pty(4) driver.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.152.2.1  +13 -20    src/sys/kern/tty_pty.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:20:56 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 044DC16A420;
	Thu, 15 Nov 2007 20:20:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id CEA6C13C461;
	Thu, 15 Nov 2007 20:20:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFKKtvl095999;
	Thu, 15 Nov 2007 20:20:55 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFKKtqu095998;
	Thu, 15 Nov 2007 20:20:55 GMT (envelope-from jhb)
Message-Id: <200711152020.lAFKKtqu095998@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 15 Nov 2007 20:20:55 +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 tty_pty.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, 15 Nov 2007 20:20:56 -0000

jhb         2007-11-15 20:20:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             tty_pty.c 
  Log:
  MFC: Make it easier to add more ptys to the pty(4) driver.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.137.2.6  +13 -20    src/sys/kern/tty_pty.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:31:24 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E708516A41A;
	Thu, 15 Nov 2007 20:31:24 +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 A569E13C458;
	Thu, 15 Nov 2007 20:31:24 +0000 (UTC)
	(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.14.1/8.14.1) with ESMTP id
	lAFKUVhw019026; Thu, 15 Nov 2007 12:30:31 -0800 (PST)
	(envelope-from sgk@troutmask.apl.washington.edu)
Received: (from sgk@localhost)
	by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id
	lAFKUV6m019025; Thu, 15 Nov 2007 12:30:31 -0800 (PST)
	(envelope-from sgk)
Date: Thu, 15 Nov 2007 12:30:31 -0800
From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: Scott Long <scottl@samsco.org>
Message-ID: <20071115203031.GB18739@troutmask.apl.washington.edu>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
	<473C865D.8070809@elischer.org>
	<20071115181401.GA17094@troutmask.apl.washington.edu>
	<473C901F.1080906@elischer.org>
	<20071115194710.L82897@fledge.watson.org>
	<473CA723.9000409@samsco.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <473CA723.9000409@samsco.org>
User-Agent: Mutt/1.4.2.3i
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Gleb Smirnoff <glebius@FreeBSD.org>, Robert Watson <rwatson@FreeBSD.org>,
	Julian Elischer <julian@elischer.org>
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 20:31:25 -0000

On Thu, Nov 15, 2007 at 01:08:03PM -0700, Scott Long wrote:
> Robert Watson wrote:
> >On Thu, 15 Nov 2007, Julian Elischer wrote:
> >>>>"no matter how small the change, use diff + patch to move it across."
> >>>
> >>>After applying the patch on your commit machine, is it too difficult 
> >>>to actually retest before committing?  This would catch the broken 
> >>>commit before it becomes a Tinderbox issue.
> >>>
> >>>Seems to be a QA problem on your part.
> >>
> >>yes.. but I can't do a compile from my mac. (my commit machine). The 
> >>answer is to be rigorous about how I move the patch from the build 
> >>machine to the commit machine.
> >>
> >>This is a temporary situation. new infrastructure will let me commit 
> >>from my build machine again.
> >
> >I find having a copy of Parallels (or VMWare) around very useful for 
> >precisely this situation -- it means that even when I have only the Mac 
> >around I can easily do a local test build.  The various VM packages 
> >certainly have their limitations, but they're far better than nothing.
> 
> And to be fair, there are habitual build breakers and there are
> non-habitual build breakers.  Julian, IMHO, falls mostly into the
> latter category, yet I see people focus on him disproportionally.
> Funny.  Kinda.  Not.

I'm not focusing on Julian.  I'm focusing on the process.  No one
should be committing a patch that touchs functioning code to src/
without proper testing.  Moving a patch from a build machine to
a commit machine and then having to hand apply the patch is prone
to error. 

-- 
Steve

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:39:22 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6F64416A505;
	Thu, 15 Nov 2007 20:39:22 +0000 (UTC)
	(envelope-from remko@elvandar.org)
Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56])
	by mx1.freebsd.org (Postfix) with ESMTP id 1D71A13C469;
	Thu, 15 Nov 2007 20:39:21 +0000 (UTC)
	(envelope-from remko@elvandar.org)
Received: from localhost ([127.0.0.1] helo=galain.elvandar.org)
	by galain.elvandar.org with esmtpa (Exim 4.67)
	(envelope-from <remko@elvandar.org>)
	id 1IslUW-0000ZR-Lt; Thu, 15 Nov 2007 21:39:12 +0100
Received: from 195.64.94.120 (SquirrelMail authenticated user remko)
	by galain.elvandar.org with HTTP;
	Thu, 15 Nov 2007 21:39:12 +0100 (CET)
Message-ID: <64387.195.64.94.120.1195159152.squirrel@galain.elvandar.org>
Date: Thu, 15 Nov 2007 21:39:12 +0100 (CET)
From: "Remko Lodder" <remko@elvandar.org>
To: "Steve Kargl" <sgk@troutmask.apl.washington.edu>
User-Agent: SquirrelMail/1.4.11
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Cc: Scott Long <scottl@samsco.org>, src-committers@freebsd.org,
	cvs-src@freebsd.org, cvs-all@freebsd.org,
	Gleb Smirnoff <glebius@freebsd.org>, Robert Watson <rwatson@freebsd.org>,
	Julian Elischer <julian@elischer.org>
Subject: Re: cvs commit: src/sys/kern kern_kse.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: remko@elvandar.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: Thu, 15 Nov 2007 20:39:22 -0000


On Thu, November 15, 2007 9:30 pm, Steve Kargl wrote:
> On Thu, Nov 15, 2007 at 01:08:03PM -0700, Scott Long wrote:
>> Robert Watson wrote:
>> >On Thu, 15 Nov 2007, Julian Elischer wrote:
>> >>>>"no matter how small the change, use diff + patch to move it
>> across."
>> >>>
>> >>>After applying the patch on your commit machine, is it too difficult
>> >>>to actually retest before committing?  This would catch the broken
>> >>>commit before it becomes a Tinderbox issue.
>> >>>
>> >>>Seems to be a QA problem on your part.
>> >>
>> >>yes.. but I can't do a compile from my mac. (my commit machine). The
>> >>answer is to be rigorous about how I move the patch from the build
>> >>machine to the commit machine.
>> >>
>> >>This is a temporary situation. new infrastructure will let me commit
>> >>from my build machine again.
>> >
>> >I find having a copy of Parallels (or VMWare) around very useful for
>> >precisely this situation -- it means that even when I have only the Mac
>> >around I can easily do a local test build.  The various VM packages
>> >certainly have their limitations, but they're far better than nothing.
>>
>> And to be fair, there are habitual build breakers and there are
>> non-habitual build breakers.  Julian, IMHO, falls mostly into the
>> latter category, yet I see people focus on him disproportionally.
>> Funny.  Kinda.  Not.
>
> I'm not focusing on Julian.  I'm focusing on the process.  No one
> should be committing a patch that touchs functioning code to src/
> without proper testing.  Moving a patch from a build machine to
> a commit machine and then having to hand apply the patch is prone
> to error.
>
> --
> Steve
>

And we all make mistakes and things like that Just Happen [tm]. I think
that most patches are tested very well in between and the fact that we
dont have a lot of breakages (at least not in my experience) proves that.
No need to sharpen the rules or something, the world is already one sharp
rule :-)

Cheers
remko

-- 
/"\   Best regards,                      | remko@FreeBSD.org
\ /   Remko Lodder                       | remko@EFnet
 X    http://www.evilcoder.org/          |
/ \   ASCII Ribbon Campaign              | Against HTML Mail and News



From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 20:54:53 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3D3F916A418
	for <cvs-src@freebsd.org>; Thu, 15 Nov 2007 20:54:53 +0000 (UTC)
	(envelope-from julian@elischer.org)
Received: from outH.internet-mail-service.net (outH.internet-mail-service.net
	[216.240.47.231])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DB7C13C442
	for <cvs-src@freebsd.org>; Thu, 15 Nov 2007 20:54:51 +0000 (UTC)
	(envelope-from julian@elischer.org)
Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160)
	by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP;
	Thu, 15 Nov 2007 12:54:51 -0800
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
X-Client-Authorized: MaGic Cook1e
Received: from julian-mac.elischer.org (nat.ironport.com [63.251.108.100])
	by idiom.com (Postfix) with ESMTP id 547E1126A2C;
	Thu, 15 Nov 2007 12:54:50 -0800 (PST)
Message-ID: <473CB21A.1000501@elischer.org>
Date: Thu, 15 Nov 2007 12:54:50 -0800
From: Julian Elischer <julian@elischer.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: Robert Watson <rwatson@FreeBSD.org>
References: <200711151416.lAFEGKJ6059040@repoman.freebsd.org>
	<473C865D.8070809@elischer.org>
	<20071115181401.GA17094@troutmask.apl.washington.edu>
	<473C901F.1080906@elischer.org>
	<20071115194710.L82897@fledge.watson.org>
In-Reply-To: <20071115194710.L82897@fledge.watson.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org, Gleb Smirnoff <glebius@freebsd.org>,
	src-committers@freebsd.org, cvs-all@freebsd.org,
	Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 20:54:53 -0000

Robert Watson wrote:
> 
> On Thu, 15 Nov 2007, Julian Elischer wrote:
> 
>>>> "no matter how small the change, use diff + patch to move it across."
>>>
>>> After applying the patch on your commit machine, is it too difficult 
>>> to actually retest before committing?  This would catch the broken 
>>> commit before it becomes a Tinderbox issue.
>>>
>>> Seems to be a QA problem on your part.
>>
>> yes.. but I can't do a compile from my mac. (my commit machine). The 
>> answer is to be rigorous about how I move the patch from the build 
>> machine to the commit machine.
>>
>> This is a temporary situation. new infrastructure will let me commit 
>> from my build machine again.
> 
> I find having a copy of Parallels (or VMWare) around very useful for 
> precisely this situation -- it means that even when I have only the Mac 
> around I can easily do a local test build.  The various VM packages 
> certainly have their limitations, but they're far better than nothing.
> 

It's a PPC

> Robert N M Watson
> Computer Laboratory
> University of Cambridge


From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 21:45:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6893316A418;
	Thu, 15 Nov 2007 21:45:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3DF1113C455;
	Thu, 15 Nov 2007 21:45:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFLjILN017712;
	Thu, 15 Nov 2007 21:45:18 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFLjIDp017711;
	Thu, 15 Nov 2007 21:45:18 GMT (envelope-from jhb)
Message-Id: <200711152145.lAFLjIDp017711@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 15 Nov 2007 21:45: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/kern kern_kthread.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, 15 Nov 2007 21:45:18 -0000

jhb         2007-11-15 21:45:17 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_kthread.c 
  Log:
  Acquire the process mutex and spin locks before calling thread_exit() in
  kthread_exit() to fix panics when using INVARIANTS.
  
  Revision  Changes    Path
  1.44      +8 -1      src/sys/kern/kern_kthread.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 22:00:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7817C16A41B;
	Thu, 15 Nov 2007 22:00:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 504AC13C448;
	Thu, 15 Nov 2007 22:00:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFM0xFu018461;
	Thu, 15 Nov 2007 22:00:59 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFM0xCF018460;
	Thu, 15 Nov 2007 22:00:59 GMT (envelope-from jhb)
Message-Id: <200711152200.lAFM0xCF018460@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 15 Nov 2007 22:00: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/amd64/amd64 db_trace.c exception.S machdep.c
 trap.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, 15 Nov 2007 22:00:59 -0000

jhb         2007-11-15 22:00:57 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_trace.c exception.S machdep.c trap.c 
  Log:
  Add support for cross double fault frames in stack traces:
  - Populate the register values for the trapframe put on the stack by the
    double fault handler.
  - Teach DDB's trace routine to treat a double fault like other trap frames.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.81      +2 -1      src/sys/amd64/amd64/db_trace.c
  1.130     +19 -1     src/sys/amd64/amd64/exception.S
  1.678     +0 -1      src/sys/amd64/amd64/machdep.c
  1.322     +5 -2      src/sys/amd64/amd64/trap.c

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 22:26:44 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9140716A46C;
	Thu, 15 Nov 2007 22:26:44 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B27F13C44B;
	Thu, 15 Nov 2007 22:26:43 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (unverified [66.23.211.162]) 
	by speedfactory.net (SurgeMail 3.8p) with ESMTP id 219540313-1834499 
	for multiple; Thu, 15 Nov 2007 17:27:32 -0500
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id lAFMQYVO085685;
	Thu, 15 Nov 2007 17:26:34 -0500 (EST) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: src-committers@freebsd.org
Date: Thu, 15 Nov 2007 17:08:23 -0500
User-Agent: KMail/1.9.6
References: <200711152200.lAFM0xCF018460@repoman.freebsd.org>
In-Reply-To: <200711152200.lAFM0xCF018460@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200711151708.23974.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, 15 Nov 2007 17:26:35 -0500 (EST)
X-Virus-Scanned: ClamAV 0.91.2/4806/Thu Nov 15 14:47:22 2007 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, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/amd64/amd64 db_trace.c exception.S
	machdep.c trap.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, 15 Nov 2007 22:26:44 -0000

On Thursday 15 November 2007 05:00:57 pm John Baldwin wrote:
> jhb         2007-11-15 22:00:57 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/amd64/amd64      db_trace.c exception.S machdep.c trap.c 
>   Log:
>   Add support for cross double fault frames in stack traces:
>   - Populate the register values for the trapframe put on the stack by the
>     double fault handler.
>   - Teach DDB's trace routine to treat a double fault like other trap 
frames.
>   
>   MFC after:      3 days

As an aside, because amd64 uses much saner stack frames than i386, kgdb will 
trace across a double fault just fine w/o any further patches if the kernel 
has this fix.

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 22:32:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 15F4716A417;
	Thu, 15 Nov 2007 22:32:39 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 1B07B13C447;
	Thu, 15 Nov 2007 22:32:36 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Message-ID: <473CC907.3070007@FreeBSD.org>
Date: Thu, 15 Nov 2007 23:32:39 +0100
From: Kris Kennaway <kris@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: John Baldwin <jhb@freebsd.org>
References: <200711152200.lAFM0xCF018460@repoman.freebsd.org>
	<200711151708.23974.jhb@freebsd.org>
In-Reply-To: <200711151708.23974.jhb@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-15; 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/amd64/amd64 db_trace.c exception.S machdep.c
 trap.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, 15 Nov 2007 22:32:39 -0000

John Baldwin wrote:
> On Thursday 15 November 2007 05:00:57 pm John Baldwin wrote:
>> jhb         2007-11-15 22:00:57 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     sys/amd64/amd64      db_trace.c exception.S machdep.c trap.c 
>>   Log:
>>   Add support for cross double fault frames in stack traces:
>>   - Populate the register values for the trapframe put on the stack by the
>>     double fault handler.
>>   - Teach DDB's trace routine to treat a double fault like other trap 
> frames.
>>   
>>   MFC after:      3 days
> 
> As an aside, because amd64 uses much saner stack frames than i386, kgdb will 
> trace across a double fault just fine w/o any further patches if the kernel 
> has this fix.
> 

Nice.

Kris

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 22:39:15 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A652616A420;
	Thu, 15 Nov 2007 22:39:15 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7F95813C46E;
	Thu, 15 Nov 2007 22:39:15 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFMdFNh025881;
	Thu, 15 Nov 2007 22:39:15 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFMdFYL025880;
	Thu, 15 Nov 2007 22:39:15 GMT (envelope-from ru)
Message-Id: <200711152239.lAFMdFYL025880@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Nov 2007 22:39: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/net Makefile.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: Thu, 15 Nov 2007 22:39:15 -0000

ru          2007-11-15 22:39:15 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         Makefile.inc 
  Log:
  Fix bad rule and bad dependency for nsparser.h that can
  cause the build to fail because y.tab.c can have a more
  recent modification time than y.tab.h, and the bad rule
  relied on the opposite.
  
  (The last write to y.tab.c by yacc(1) happens after the
  last write to y.tab.h, according to truss(1).)
  
  Reported by:    kensmith
  
  Revision  Changes    Path
  1.70      +3 -6      src/lib/libc/net/Makefile.inc

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 22:47:32 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5DE9F16A421;
	Thu, 15 Nov 2007 22:47:32 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id CB0A913C4AC;
	Thu, 15 Nov 2007 22:47:30 +0000 (UTC)
	(envelope-from kris@FreeBSD.org)
Message-ID: <473CCC84.2040506@FreeBSD.org>
Date: Thu, 15 Nov 2007 23:47:32 +0100
From: Kris Kennaway <kris@FreeBSD.org>
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
MIME-Version: 1.0
To: John Baldwin <jhb@freebsd.org>
References: <200711140543.lAE5ht3O020823@repoman.freebsd.org>
	<473AC77C.40903@FreeBSD.org> <200711141131.57204.jhb@freebsd.org>
In-Reply-To: <200711141131.57204.jhb@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org, src-committers@freebsd.org,
	Julian Elischer <julian@freebsd.org>, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/i386/bios apm.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, 15 Nov 2007 22:47:32 -0000

John Baldwin wrote:
> On Wednesday 14 November 2007 05:01:32 am Kris Kennaway wrote:
>> Julian Elischer wrote:
>>> julian      2007-11-14 05:43:55 UTC
>>>
>>>   FreeBSD src repository
>>>
>>>   Modified files:
>>>     sys/i386/bios        apm.c 
>>>   Log:
>>>   Apply the same sort of locking done in
>>>      sys/dev/acpica/acpi.c rev 1.196 a while ago:
>>>   
>>>   Grab Giant around calls to DEVICE_SUSPEND/RESUME in
>>>   acpi_SetSleepState().
>>>   If we are resuming non-MPSAFE drivers, they need Giant held for them.
>>>   This may fix some obscure suspend/resume problems.  It has fixed keyrate
>>>   setting problems that were triggered by cardbus (MPSAFE) changing the
>>>   ordering for syscons resume (non-MPSAFE).  Also, add some asserts that
>>>   Giant is held in our suspend/resume and shutdown methods.
>>>   
>>>   Submitted by: Marko Zec
>>>   
>>>   Revision  Changes    Path
>>>   1.149     +10 -0     src/sys/i386/bios/apm.c
>> Why are we adding new unconditional giant acquisitions to the tree? 
>> Devices indicate whether or not they are mpsafe, why can't this be made 
>> conditional?
> 
> Actually, we have no way in new-bus to mark new-bus operations like bus 
> enumeration, etc. MPSAFE, and much of it is not (e.g. 
> attach/detach/suspend/resume, etc. functions).  Additionally, making this 
> conditional would require a scheme where you acquire Giant when you walk down 
> the tree into a non-MPSAFE driver which would add complication to many (if 
> not all) bus drivers.  Considering the rarity of suspend/resume (not a 
> critical-path) the overhead of adding all that may not be worth it.  At some 
> point when we do have locking for all device driver operations this can be 
> removed, but it won't really hurt anything to leave it as it is for now.

OK thanks for the explanation.

Kris

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 22:52:03 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2422416A418;
	Thu, 15 Nov 2007 22:52:03 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219])
	by mx1.freebsd.org (Postfix) with ESMTP id 8364013C447;
	Thu, 15 Nov 2007 22:52:02 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from server.baldwin.cx (unverified [66.23.211.162]) 
	by speedfactory.net (SurgeMail 3.8p) with ESMTP id 219545198-1834499 
	for multiple; Thu, 15 Nov 2007 17:52:40 -0500
Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id lAFMpgAl085962;
	Thu, 15 Nov 2007 17:51:42 -0500 (EST) (envelope-from jhb@freebsd.org)
From: John Baldwin <jhb@freebsd.org>
To: Kris Kennaway <kris@freebsd.org>
Date: Thu, 15 Nov 2007 17:50:26 -0500
User-Agent: KMail/1.9.6
References: <200711152200.lAFM0xCF018460@repoman.freebsd.org>
	<200711151708.23974.jhb@freebsd.org> <473CC907.3070007@FreeBSD.org>
In-Reply-To: <473CC907.3070007@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200711151750.27613.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, 15 Nov 2007 17:51:42 -0500 (EST)
X-Virus-Scanned: ClamAV 0.91.2/4806/Thu Nov 15 14:47:22 2007 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/sys/amd64/amd64 db_trace.c exception.S
	machdep.c trap.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, 15 Nov 2007 22:52:03 -0000

On Thursday 15 November 2007 05:32:39 pm Kris Kennaway wrote:
> John Baldwin wrote:
> > On Thursday 15 November 2007 05:00:57 pm John Baldwin wrote:
> >> jhb         2007-11-15 22:00:57 UTC
> >>
> >>   FreeBSD src repository
> >>
> >>   Modified files:
> >>     sys/amd64/amd64      db_trace.c exception.S machdep.c trap.c 
> >>   Log:
> >>   Add support for cross double fault frames in stack traces:
> >>   - Populate the register values for the trapframe put on the stack by 
the
> >>     double fault handler.
> >>   - Teach DDB's trace routine to treat a double fault like other trap 
> > frames.
> >>   
> >>   MFC after:      3 days
> > 
> > As an aside, because amd64 uses much saner stack frames than i386, kgdb 
will 
> > trace across a double fault just fine w/o any further patches if the 
kernel 
> > has this fix.
> > 
> 
> Nice.

I'm working on fixing kgdb on i386 to cross double faults as well.  It's a 
good bit nastier as I have to do evil things to find the tss for the CPU and 
read the registers out of that, but I hope to test it tomorrow.

-- 
John Baldwin

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 23:06:06 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8877B16A418;
	Thu, 15 Nov 2007 23:06:06 +0000 (UTC)
	(envelope-from ambrisko@ambrisko.com)
Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43])
	by mx1.freebsd.org (Postfix) with ESMTP id 5364213C459;
	Thu, 15 Nov 2007 23:03:57 +0000 (UTC)
	(envelope-from ambrisko@ambrisko.com)
Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2])
	by ironport2.ambrisko.com with ESMTP; 15 Nov 2007 14:28:49 -0800
Received: from ambrisko.com (localhost [127.0.0.1])
	by www.ambrisko.com (8.14.1/8.12.11) with ESMTP id lAFMYqFK041778;
	Thu, 15 Nov 2007 14:34:52 -0800 (PST)
	(envelope-from ambrisko@ambrisko.com)
Received: (from ambrisko@localhost)
	by ambrisko.com (8.14.1/8.13.1/Submit) id lAFMYqAJ041777;
	Thu, 15 Nov 2007 14:34:52 -0800 (PST) (envelope-from ambrisko)
From: Doug Ambrisko <ambrisko@ambrisko.com>
Message-Id: <200711152234.lAFMYqAJ041777@ambrisko.com>
In-Reply-To: <473CB21A.1000501@elischer.org>
To: Julian Elischer <julian@elischer.org>
Date: Thu, 15 Nov 2007 14:34:52 -0800 (PST)
X-Mailer: ELM [version 2.4ME+ PL94b (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Gleb Smirnoff <glebius@FreeBSD.org>, Robert Watson <rwatson@FreeBSD.org>,
	Steve Kargl <sgk@troutmask.apl.washington.edu>
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 15 Nov 2007 23:06:06 -0000

Julian Elischer writes:
| Robert Watson wrote:
| > On Thu, 15 Nov 2007, Julian Elischer wrote:
| >>>> "no matter how small the change, use diff + patch to move it across."
| >>>
| >>> After applying the patch on your commit machine, is it too difficult
| >>> to actually retest before committing?  This would catch the broken
| >>> commit before it becomes a Tinderbox issue.
| >>>
| >>> Seems to be a QA problem on your part.
| >>
| >> yes.. but I can't do a compile from my mac. (my commit machine). The
| >> answer is to be rigorous about how I move the patch from the build
| >> machine to the commit machine.
| >>
| >> This is a temporary situation. new infrastructure will let me commit
| >> from my build machine again.
| >
| > I find having a copy of Parallels (or VMWare) around very useful for
| > precisely this situation -- it means that even when I have only the Mac
| > around I can easily do a local test build.  The various VM packages
| > certainly have their limitations, but they're far better than nothing.
|
| It's a PPC

Bochs is free and emulates on pretty much whatever.  Even with emulation
it is probably much faster then some machines we used to use. 

Doug A.

From owner-cvs-src@FreeBSD.ORG  Thu Nov 15 23:59:36 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DAB2416A419;
	Thu, 15 Nov 2007 23:59:36 +0000 (UTC) (envelope-from jfv@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B48B313C467;
	Thu, 15 Nov 2007 23:59:36 +0000 (UTC) (envelope-from jfv@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAFNxaw0029983;
	Thu, 15 Nov 2007 23:59:36 GMT (envelope-from jfv@repoman.freebsd.org)
Received: (from jfv@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAFNxaGX029982;
	Thu, 15 Nov 2007 23:59:36 GMT (envelope-from jfv)
Message-Id: <200711152359.lAFNxaGX029982@repoman.freebsd.org>
From: Jack F Vogel <jfv@FreeBSD.org>
Date: Thu, 15 Nov 2007 23:59: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/sys/dev/ichwd ichwd.c ichwd.h src/sys/dev/usb
 ehci_pci.c uhci_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: Thu, 15 Nov 2007 23:59:37 -0000

jfv         2007-11-15 23:59:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ichwd        ichwd.c ichwd.h 
    sys/dev/usb          ehci_pci.c uhci_pci.c 
  Log:
  Add PCI device support for Intel S7000FC4UR in usb and ichwd, systems
  will not install without the usb changes in the install kernel, so I
  would like to MFC this in time for 7.0 RC
  
  MFC: 3 days
  
  Revision  Changes    Path
  1.11      +1 -0      src/sys/dev/ichwd/ichwd.c
  1.5       +1 -0      src/sys/dev/ichwd/ichwd.h
  1.29      +4 -0      src/sys/dev/usb/ehci_pci.c
  1.62      +20 -0     src/sys/dev/usb/uhci_pci.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 01:35:02 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1D8AE16A417;
	Fri, 16 Nov 2007 01:35:02 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85])
	by mx1.freebsd.org (Postfix) with ESMTP id D13CB13C457;
	Fri, 16 Nov 2007 01:35:01 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from localhost (localhost [127.0.0.1])
	by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lAG1XgCJ005322;
	Thu, 15 Nov 2007 18:33:42 -0700 (MST) (envelope-from imp@bsdimp.com)
Date: Thu, 15 Nov 2007 18:33:12 -0700 (MST)
Message-Id: <20071115.183312.619299480.imp@bsdimp.com>
To: rwatson@FreeBSD.org
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20071115194710.L82897@fledge.watson.org>
References: <20071115181401.GA17094@troutmask.apl.washington.edu>
	<473C901F.1080906@elischer.org>
	<20071115194710.L82897@fledge.watson.org>
X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	glebius@FreeBSD.org, julian@elischer.org, sgk@troutmask.apl.washington.edu
Subject: Re: cvs commit: src/sys/kern kern_kse.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, 16 Nov 2007 01:35:02 -0000

In message: <20071115194710.L82897@fledge.watson.org>
            Robert Watson <rwatson@FreeBSD.org> writes:
: 
: On Thu, 15 Nov 2007, Julian Elischer wrote:
: 
: >>> "no matter how small the change, use diff + patch to move it across."
: >> 
: >> After applying the patch on your commit machine, is it too difficult to 
: >> actually retest before committing?  This would catch the broken commit 
: >> before it becomes a Tinderbox issue.
: >> 
: >> Seems to be a QA problem on your part.
: >
: > yes.. but I can't do a compile from my mac. (my commit machine). The answer 
: > is to be rigorous about how I move the patch from the build machine to the 
: > commit machine.
: >
: > This is a temporary situation. new infrastructure will let me commit from my 
: > build machine again.
: 
: I find having a copy of Parallels (or VMWare) around very useful for precisely 
: this situation -- it means that even when I have only the Mac around I can 
: easily do a local test build.  The various VM packages certainly have their 
: limitations, but they're far better than nothing.

I've always found that no matter how much testing i do, sometimes
accidents happen.  The only way to be sure is to test, commit and then
checkout in a clean tree the change you made and test again...

Warner

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 04:03:09 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0C66316A418;
	Fri, 16 Nov 2007 04:03:09 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E072F13C455;
	Fri, 16 Nov 2007 04:03:08 +0000 (UTC)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAG438Bh053980;
	Fri, 16 Nov 2007 04:03:08 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAG438oX053979;
	Fri, 16 Nov 2007 04:03:08 GMT (envelope-from marcel)
Message-Id: <200711160403.lAG438oX053979@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Fri, 16 Nov 2007 04:03: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 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: Fri, 16 Nov 2007 04:03:09 -0000

marcel      2007-11-16 04:03:08 UTC

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
  Log:
  Catch up to changes in rescue on ia64.
  
  Revision  Changes    Path
  1.118     +6 -0      src/ObsoleteFiles.inc

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 04:29:02 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1D8616A417;
	Fri, 16 Nov 2007 04:29:01 +0000 (UTC)
	(envelope-from fjoe@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id CA5C813C46B;
	Fri, 16 Nov 2007 04:29:01 +0000 (UTC)
	(envelope-from fjoe@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAG4T1Oc054866;
	Fri, 16 Nov 2007 04:29:01 GMT
	(envelope-from fjoe@repoman.freebsd.org)
Received: (from fjoe@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAG4T1Vj054865;
	Fri, 16 Nov 2007 04:29:01 GMT (envelope-from fjoe)
Message-Id: <200711160429.lAG4T1Vj054865@repoman.freebsd.org>
From: Max Khon <fjoe@FreeBSD.org>
Date: Fri, 16 Nov 2007 04:29: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/contrib/binutils/gas as.h tc.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, 16 Nov 2007 04:29:02 -0000

fjoe        2007-11-16 04:29:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/binutils/gas as.h tc.h 
  Log:
  MFC:
  
  Import two binutils header files from FSF 2.15 branch.
  These fix binutils compilation on i386/amd64 with GCC 4.1 and
  have no other effect.
  
  This fixes RELENG_6 build on RELENG_7/HEAD.
  
  Approved by:    re (kensmith)
  
  Revision     Changes    Path
  1.1.1.8.8.1  +17 -1     src/contrib/binutils/gas/as.h
  1.1.1.5.8.1  +0 -19     src/contrib/binutils/gas/tc.h

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 05:07:55 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 976C016A419;
	Fri, 16 Nov 2007 05:07:55 +0000 (UTC) (envelope-from mezz7@cox.net)
Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7])
	by mx1.freebsd.org (Postfix) with ESMTP id CF4C213C455;
	Fri, 16 Nov 2007 05:07:54 +0000 (UTC) (envelope-from mezz7@cox.net)
Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net
	(InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP
	id <20071116050750.HWYZ5378.eastrmmtao101.cox.net@eastrmimpo02.cox.net>;
	Fri, 16 Nov 2007 00:07:50 -0500
Received: from mezz.mezzweb.com ([24.255.149.218])
	by eastrmimpo02.cox.net with bizsmtp
	id DH7k1Y0064iy4EG0000000; Fri, 16 Nov 2007 00:07:45 -0500
Date: Thu, 15 Nov 2007 23:12:18 -0600
To: "Simon L. Nielsen" <simon@freebsd.org>
From: "Jeremy Messenger" <mezz7@cox.net>
Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii
MIME-Version: 1.0
References: <200711081945.lA8JjKcW080540@repoman.freebsd.org>
	<47337724.9040108@FreeBSD.org> <47337940.6040909@root.org>
	<47340B74.9070004@freebsd.org> <4734B13C.6050008@root.org>
	<4734B629.4010001@delphij.net>
	<20071111102044.GB1020@zaphod.nitro.dk>
	<op.t1nlkiky9aq2h7@mezz.mezzweb.com>
	<20071115200043.GB1150@zaphod.nitro.dk>
Content-Transfer-Encoding: Quoted-Printable
Message-ID: <op.t1vcqsds9aq2h7@mezz.mezzweb.com>
In-Reply-To: <20071115200043.GB1150@zaphod.nitro.dk>
User-Agent: Opera Mail/9.24 (Linux)
Cc: src-committers@freebsd.org, d@delphij.net, cvs-src@freebsd.org,
	Kris Kennaway <kris@freebsd.org>, cvs-all@freebsd.org,
	Colin Percival <cperciva@freebsd.org>, Nate Lawson <nate@root.org>
Subject: Re: OpenSSL import [was: cvs commit: src/sys/amd64/amd64
	mp_machdep.c src/sys/i386/i386 mp_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, 16 Nov 2007 05:07:55 -0000

On Thu, 15 Nov 2007 14:00:44 -0600, Simon L. Nielsen <simon@FreeBSD.org>=
  =

wrote:

> On 2007.11.11 18:42:08 -0600, Jeremy Messenger wrote:
>
>> While I am here, I am wondering why we don't have openssl.pc import a=
nd
>> install (maybe /usr/libdata/pkgconfig)? I think, OpenBSD does install=

>> openssl.pc. I think it would be nice if FreeBSD has openssl.pc too fo=
r I
>> don't have to add hacks in ports tree to workaround of openssl.pc  =

>> doesn't
>> exist.
>
> It's not intentionally that the .pc files are not installed.
>
> From what I can see the .pc files are generated and not just
> distributed with OpenSSL and installed.  Since we in the base system
> doesn't use the OpenSSL build framework/toos somebody(tm) needs to
> find a good way to do this with our build framework.

Ah, I see now that it uses Makefile to generate three *.pc files. I don'=
t  =

know exactly how our build framework works. Is it possible to import the=
  =

*.pc files on your own by copy from Makefile or you prefer to use  =

openssl's Makefile?

> I will try to have a look at this at some point in a not too distant
> future, but no promises of when.  If it's important to anybody,
> patches are accepted :-).

Cool thanks!

When we have these *.pc files installed, then I am thinking about tweak =
in  =

ports/Mk/bsd.openssl.mk by add something like  =

PKG_CONFIG_PATH=3D/usr/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig =
in  =

the WITH_OPENSSL_BASE area. I don't know if it will working yet, but we =
 =

will see.

--

After thinking about that more... One thing that got me a bit worry abou=
t  =

get complicate. If there is other stuff in our base system also need to =
 =

install *.pc file. Let's say bind9.pc (I make up). When a user want to u=
se  =

OpenSSL from base system but want to use bind9 from ports rather than ba=
se  =

system, then that PKG_CONFIG_PATH won't work very well unless we rename =
 =

the name of *.pc file to something like openssl-base.pc. I don't know  =

which we should:

   1) Forget about install *.pc files, hack in ports tree.
   2) Go ahead change the name of *.pc file and install these,
      then add simpler hack in ports tree.
   3) Do anyone have any better suggest?

I personal like #2, because it is a lot easier to hack in configure to  =

change the name from openssl to openssl-base than #1 way like I did with=
  =

net-p2p/transmission/files/patch-configure .. But... I am up for the vot=
e.  =

:-)

Cheers,
Mezz


-- =

mezz7@cox.net  -  mezz@FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia@FreeBSD.org

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 07:18:13 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A50916A420;
	Fri, 16 Nov 2007 07:18:13 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 19C7013C448;
	Fri, 16 Nov 2007 07:18:13 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAG7IC22080853;
	Fri, 16 Nov 2007 07:18:12 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAG7ICBc080852;
	Fri, 16 Nov 2007 07:18:12 GMT (envelope-from ru)
Message-Id: <200711160718.lAG7ICBc080852@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 16 Nov 2007 07:18:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/lib/libc/net Makefile.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: Fri, 16 Nov 2007 07:18:13 -0000

ru          2007-11-16 07:18:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/net         Makefile.inc 
  Log:
  MFC: 1.70: Fix bad rule and bad dependency for nsparser.h that can
  cause the build to fail by "replacing" it with bsd.dep.mk rules.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.69.2.1  +3 -6      src/lib/libc/net/Makefile.inc

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 07:55:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2D50516A41B;
	Fri, 16 Nov 2007 07:55:59 +0000 (UTC)
	(envelope-from rermilov@team.vega.ru)
Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14])
	by mx1.freebsd.org (Postfix) with ESMTP id D3E0C13C44B;
	Fri, 16 Nov 2007 07:55:51 +0000 (UTC)
	(envelope-from rermilov@team.vega.ru)
Received: from [87.242.97.68] (port=61261 helo=edoofus.dev.vega.ru)
	by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.68 (FreeBSD)) (envelope-from <rermilov@team.vega.ru>)
	id 1IsvP3-0004sy-E6; Fri, 16 Nov 2007 07:14:13 +0000
Received: from edoofus.dev.vega.ru (localhost [127.0.0.1])
	by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id lAG7DBTO068635;
	Fri, 16 Nov 2007 10:13:11 +0300 (MSK)
	(envelope-from rermilov@team.vega.ru)
Received: (from ru@localhost)
	by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id lAG7DB40068634;
	Fri, 16 Nov 2007 10:13:11 +0300 (MSK)
	(envelope-from rermilov@team.vega.ru)
X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to
	rermilov@team.vega.ru using -f
Date: Fri, 16 Nov 2007 10:13:11 +0300
From: Ruslan Ermilov <ru@freebsd.org>
To: Max Khon <fjoe@freebsd.org>
Message-ID: <20071116071311.GA68323@team.vega.ru>
References: <200711160429.lAG4T1Vj054865@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200711160429.lAG4T1Vj054865@repoman.freebsd.org>
User-Agent: Mutt/1.5.16 (2007-06-09)
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/contrib/binutils/gas as.h tc.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, 16 Nov 2007 07:55:59 -0000

On Fri, Nov 16, 2007 at 04:29:01AM +0000, Max Khon wrote:
> fjoe        2007-11-16 04:29:01 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:        (Branch: RELENG_6)
>     contrib/binutils/gas as.h tc.h 
>   Log:
>   MFC:
>   
>   Import two binutils header files from FSF 2.15 branch.
>   These fix binutils compilation on i386/amd64 with GCC 4.1 and
>   have no other effect.
>   
>   This fixes RELENG_6 build on RELENG_7/HEAD.
>   
>   Approved by:    re (kensmith)
>   
>   Revision     Changes    Path
>   1.1.1.8.8.1  +17 -1     src/contrib/binutils/gas/as.h
>   1.1.1.5.8.1  +0 -19     src/contrib/binutils/gas/tc.h
> 
Thank you!


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

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 10:25:37 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 03BC516A419;
	Fri, 16 Nov 2007 10:25:37 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E391D13C4B8;
	Fri, 16 Nov 2007 10:25:36 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGAPaMJ008934;
	Fri, 16 Nov 2007 10:25:36 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGAPab4008933;
	Fri, 16 Nov 2007 10:25:36 GMT (envelope-from yongari)
Message-Id: <200711161025.lAGAPab4008933@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Fri, 16 Nov 2007 10:25: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/sys/dev/mii amphy.c nsphy.c rlphy.c tdkphy.c
 ukphy_subr.c src/sys/dev/dc dcphy.c src/sys/dev/txp if_txp.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, 16 Nov 2007 10:25:37 -0000

yongari     2007-11-16 10:25:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          amphy.c nsphy.c rlphy.c tdkphy.c 
                         ukphy_subr.c 
    sys/dev/dc           dcphy.c 
    sys/dev/txp          if_txp.c 
  Log:
  IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
  priorities of the technologies supported by 802.3 Selector Field
  value.
  
  1000BASE-T full duplex
  1000BASE-T
  100BASE-T2 full duplex
  100BASE-TX full duplex
  100BASE-T2
  100BASE-T4
  100BASE-TX
  10BASE-T full duplex
  10BAST-T
  
  However PHY drivers didn't honor the order such that 100BASE-T4 had
  higher priority than 100BASE-TX full duplex. Fix that long standing
  bugs such that have PHY drivers choose the highest common denominator
  ability.
  Fix a bug in dcphy which inadvertently aceepts 100BASE-T4.
  
  PR:     92599
  
  Revision  Changes    Path
  1.33      +4 -4      src/sys/dev/dc/dcphy.c
  1.23      +3 -3      src/sys/dev/mii/amphy.c
  1.29      +3 -3      src/sys/dev/mii/nsphy.c
  1.32      +3 -3      src/sys/dev/mii/rlphy.c
  1.23      +3 -3      src/sys/dev/mii/tdkphy.c
  1.10      +2 -2      src/sys/dev/mii/ukphy_subr.c
  1.47      +3 -3      src/sys/dev/txp/if_txp.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 10:32:13 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 04B3A16A418;
	Fri, 16 Nov 2007 10:32:13 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id CD2D613C46B;
	Fri, 16 Nov 2007 10:32:12 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGAWCVV009239;
	Fri, 16 Nov 2007 10:32:12 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGAWC3l009238;
	Fri, 16 Nov 2007 10:32:12 GMT (envelope-from yongari)
Message-Id: <200711161032.lAGAWC3l009238@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Fri, 16 Nov 2007 10:32: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/dev/txp if_txp.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, 16 Nov 2007 10:32:13 -0000

yongari     2007-11-16 10:32:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/txp          if_txp.c 
  Log:
  Read MII_ANAR register and get common denominator ability.
  
  PR:     92599
  
  Revision  Changes    Path
  1.48      +6 -1      src/sys/dev/txp/if_txp.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 10:39:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC40D16A418;
	Fri, 16 Nov 2007 10:39:18 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B242013C45B;
	Fri, 16 Nov 2007 10:39:18 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGAdIUV009520;
	Fri, 16 Nov 2007 10:39:18 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGAdIkP009519;
	Fri, 16 Nov 2007 10:39:18 GMT (envelope-from yongari)
Message-Id: <200711161039.lAGAdIkP009519@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Fri, 16 Nov 2007 10: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/mii e1000phy.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, 16 Nov 2007 10:39:19 -0000

yongari     2007-11-16 10:39:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          e1000phy.c 
  Log:
  Reset autonegotation timer if media option is not IFM_AUTO.
  Make mii_ticks advance, autonegiation is retried every
  mii_anegticks seconds.
  
  Revision  Changes    Path
  1.20      +5 -1      src/sys/dev/mii/e1000phy.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 11:22:18 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C4DFA16A41A;
	Fri, 16 Nov 2007 11:22:18 +0000 (UTC)
	(envelope-from avatar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B0B6113C461;
	Fri, 16 Nov 2007 11:22:18 +0000 (UTC)
	(envelope-from avatar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGBMIpJ012452;
	Fri, 16 Nov 2007 11:22:18 GMT
	(envelope-from avatar@repoman.freebsd.org)
Received: (from avatar@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGBMIxa012451;
	Fri, 16 Nov 2007 11:22:18 GMT (envelope-from avatar)
Message-Id: <200711161122.lAGBMIxa012451@repoman.freebsd.org>
From: Tai-hwa Liang <avatar@FreeBSD.org>
Date: Fri, 16 Nov 2007 11:22: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/an if_an.c if_anreg.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, 16 Nov 2007 11:22:18 -0000

avatar      2007-11-16 11:22:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/an           if_an.c if_anreg.h 
  Log:
  MFP4(128855, 129015):
  - Trying to eliminate another racing by replacing the timeout(9) with
    callout APIs.  In addition to that, the callout_drain() in an_detach()
    help us to avoid a possible panic-on-free due to the callout API tries
    to lock a destroyed mutex.
  - In an_stats_update(), check the return value of an_read_record(). This
    should reduce the chance of device removal(PCCARD) panic [2].
  - Adding a comment to state the fact that an_stats_update() is now called
    via callout(9) with a lock held [2].
  
  Submitted by:   jhb [1], ambrisko [2]
  Reviewed by:    jhb, ambrisko
  Reported by:    dhw
  Tested by:      dhw
  MFC after:      3 days
  
  Revision  Changes    Path
  1.85      +17 -10    src/sys/dev/an/if_an.c
  1.24      +1 -1      src/sys/dev/an/if_anreg.h

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 13:14:28 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 263AE16A419;
	Fri, 16 Nov 2007 13:14:28 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id EA8E113C474;
	Fri, 16 Nov 2007 13:14:27 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGDERYi027541;
	Fri, 16 Nov 2007 13:14:27 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGDERAd027540;
	Fri, 16 Nov 2007 13:14:27 GMT (envelope-from kensmith)
Message-Id: <200711161314.lAGDERAd027540@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Fri, 16 Nov 2007 13:14: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/release 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, 16 Nov 2007 13:14:28 -0000

kensmith    2007-11-16 13:14:27 UTC

  FreeBSD src repository

  Modified files:
    release              Makefile 
  Log:
  The i386 disc1 size wandered above what fits on 650Mb media which has been
  our target previously.  So i386 joins the others that have switched over
  to a separate livefs iso image.
  
  Revision  Changes    Path
  1.927     +1 -0      src/release/Makefile

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 13:33:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E423816A419;
	Fri, 16 Nov 2007 13:33:38 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B3BE613C448;
	Fri, 16 Nov 2007 13:33:38 +0000 (UTC)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGDXc6r028558;
	Fri, 16 Nov 2007 13:33:38 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGDXcpV028557;
	Fri, 16 Nov 2007 13:33:38 GMT (envelope-from kensmith)
Message-Id: <200711161333.lAGDXcpV028557@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Fri, 16 Nov 2007 13:33:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/release 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, 16 Nov 2007 13:33:39 -0000

kensmith    2007-11-16 13:33:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    release              Makefile 
  Log:
  Insta-MFC of v1.927 so it can be part of 7.0-BETA3 build.  Shift i386
  (and pc98, it's over disc1 size target as well) over to having a separate
  livefs iso image.
  
  Approved by:    re (rwatson)
  
  Revision   Changes    Path
  1.924.2.2  +1 -0      src/release/Makefile

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 13:57:41 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B9E7E16A468;
	Fri, 16 Nov 2007 13:57:41 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id A0F8913C44B;
	Fri, 16 Nov 2007 13:57:41 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGDvf3q029468;
	Fri, 16 Nov 2007 13:57:41 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGDvf0M029467;
	Fri, 16 Nov 2007 13:57:41 GMT (envelope-from cperciva)
Message-Id: <200711161357.lAGDvf0M029467@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Fri, 16 Nov 2007 13:57: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/usr.sbin/freebsd-update freebsd-update.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: Fri, 16 Nov 2007 13:57:41 -0000

cperciva    2007-11-16 13:57:41 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/freebsd-update freebsd-update.sh 
  Log:
  Fix "freebsd-update rollback" applied to minor-version upgrades:  Old
  shared object files which have the same name as currently-installed
  shared object files should be reinstalled after binaries are rolled
  back.  The order for rolling back updates is therefore
  1. Install any old shared object files which can be installed without
  overwriting a new shared object file.
  2. Rollback everything which isn't a shared object or kernel file.
  3. Rollback any shared object files which we didn't deal with in (1).
  4. Rollback to the old kernel.
  
  Bug reported by:        Jan Henrik Sylvester
  MFC after:              3 days
  
  Revision  Changes    Path
  1.11      +16 -2     src/usr.sbin/freebsd-update/freebsd-update.sh

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 14:00:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 72F0116A418;
	Fri, 16 Nov 2007 14:00:23 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 41DBE13C442;
	Fri, 16 Nov 2007 14:00:23 +0000 (UTC)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGE0MQ7029642;
	Fri, 16 Nov 2007 14:00:22 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGE0MxR029641;
	Fri, 16 Nov 2007 14:00:22 GMT (envelope-from cperciva)
Message-Id: <200711161400.lAGE0MxR029641@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Fri, 16 Nov 2007 14:00: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/usr.sbin/freebsd-update freebsd-update.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: Fri, 16 Nov 2007 14:00:23 -0000

cperciva    2007-11-16 14:00:22 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/freebsd-update freebsd-update.sh 
  Log:
  Add change missing from previous commit: Remove temporary file.
  
  Revision  Changes    Path
  1.12      +1 -1      src/usr.sbin/freebsd-update/freebsd-update.sh

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 15:13:12 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7FDA116A417;
	Fri, 16 Nov 2007 15:13:12 +0000 (UTC)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4D64C13C44B;
	Fri, 16 Nov 2007 15:13:12 +0000 (UTC)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGFDCOT034952;
	Fri, 16 Nov 2007 15:13:12 GMT
	(envelope-from emax@repoman.freebsd.org)
Received: (from emax@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGFDCqb034951;
	Fri, 16 Nov 2007 15:13:12 GMT (envelope-from emax)
Message-Id: <200711161513.lAGFDCqb034951@repoman.freebsd.org>
From: Maksim Yevmenkin <emax@FreeBSD.org>
Date: Fri, 16 Nov 2007 15:13: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/lib/libsdp search.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, 16 Nov 2007 15:13:12 -0000

emax        2007-11-16 15:13:12 UTC

  FreeBSD src repository

  Modified files:
    lib/libsdp           search.c 
  Log:
  Fix bug in handling SDP continuation state.
  
  Reported by:    Eric Millbrandt emillbrandt at coldhaus dot com
  MFC after:      3 days
  
  Revision  Changes    Path
  1.8       +5 -5      src/lib/libsdp/search.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 15:51:48 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 24D4716A419;
	Fri, 16 Nov 2007 15:51:48 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E634913C43E;
	Fri, 16 Nov 2007 15:51:47 +0000 (UTC) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGFplTV036462;
	Fri, 16 Nov 2007 15:51:47 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGFplff036461;
	Fri, 16 Nov 2007 15:51:47 GMT (envelope-from sam)
Message-Id: <200711161551.lAGFplff036461@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Fri, 16 Nov 2007 15:51: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/sys/dev/nfe if_nfe.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, 16 Nov 2007 15:51:48 -0000

sam         2007-11-16 15:51:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nfe          if_nfe.c 
  Log:
  use the private task q thread instead of the shared system thread
  
  Reviewed by:    yongari
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +5 -6      src/sys/dev/nfe/if_nfe.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 16:15:47 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7DBD016A418;
	Fri, 16 Nov 2007 16:15:47 +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 051E013C458;
	Fri, 16 Nov 2007 16:15:46 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGGFTWE033947;
	Fri, 16 Nov 2007 09:15:29 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473DC220.6030809@samsco.org>
Date: Fri, 16 Nov 2007 09:15:28 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: SXren Schmidt <sos@FreeBSD.org>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
In-Reply-To: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 09:15:29 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 16:15:47 -0000

SXren Schmidt wrote:
> sos         2007-10-26 08:59:24 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/ata          atapi-cd.c atapi-cd.h 
>   Log:
>   Update the way we get the mode pages on probe.
>   
>   Revision  Changes    Path
>   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
>   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h

Just curious, what was the motivation for changing from doing a
TUR to doing a MODE_SENSE in g_access?  Your new code now relies
on what I'd consider is a fairly obscure feature of the SFF-8020i
spec, and one that contradicts the MMC and SPC specs that are now
used as the normative references for packet commands.  There's at
least once case, the virtual CDROM emulator in Parallels, that
appears not to support this feature, and I'd bet pretty heavily
that there are a number of real devices that won't support it
either.

Without reverting to the old TUR code, an easy way forward is to
not fail the g_access command for the MST_FMT_NONE case.  This is
generally incorrect anyways as it just means that the device can't
specifically identify the media though it knows that the media is
inserted and valid.  Since this constant evaluates to 0x00, ignoring
it will also allow devices that don't support it to still work.  The
only side effect is that devices that don't support it will also not
be able to report MST_NO_DISC.  These devices will get handled later
as a side effect of reporting a bogus media size.

Ultimately, I do think that the code needs to go back to using a TUR
and interpreting sense, asc, and ascq codes correctly.  The code prior
to 10/26 looks like it does this, so again I'm curious as to what
motivated the change.

Scott


From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 16:39:28 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8E84816A41A;
	Fri, 16 Nov 2007 16:39:28 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 5B5F013C467;
	Fri, 16 Nov 2007 16:39:28 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGGdSlK039311;
	Fri, 16 Nov 2007 16:39:28 GMT
	(envelope-from jkim@repoman.freebsd.org)
Received: (from jkim@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGGdSEq039310;
	Fri, 16 Nov 2007 16:39:28 GMT (envelope-from jkim)
Message-Id: <200711161639.lAGGdSEq039310@repoman.freebsd.org>
From: Jung-uk Kim <jkim@FreeBSD.org>
Date: Fri, 16 Nov 2007 16:39: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/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: Fri, 16 Nov 2007 16:39:28 -0000

jkim        2007-11-16 16:39:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Do not report MAC, TX, and RX stats via sysctl(8) with BCM5705+.
  The register layout is little different from memory-mapped stats
  in the previous generation chips.  In fact, it is bad because
  registers in this range are cleared after reading them.
  
  Reviewed by:    scottl
  MFC after:      3 days
  
  Revision  Changes    Path
  1.199     +6 -7      src/sys/dev/bge/if_bge.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 16:45:51 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B04B816A41A;
	Fri, 16 Nov 2007 16:45:51 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from spider.deepcore.dk
	(cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk
	[80.166.201.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 12F7813C4D5;
	Fri, 16 Nov 2007 16:45:50 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from ws.local (ws.deepcore.dk [194.192.25.137])
	by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id lAGGjn0M048143;
	Fri, 16 Nov 2007 17:45:49 +0100 (CET) (envelope-from sos@deepcore.dk)
Message-ID: <473DC93D.5060205@deepcore.dk>
Date: Fri, 16 Nov 2007 17:45:49 +0100
From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
MIME-Version: 1.0
To: Scott Long <scottl@samsco.org>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
	<473DC220.6030809@samsco.org>
In-Reply-To: <473DC220.6030809@samsco.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	SXren Schmidt <sos@FreeBSD.ORG>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 16:45:51 -0000

Scott Long wrote:
> SXren Schmidt wrote:
>> sos         2007-10-26 08:59:24 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     sys/dev/ata          atapi-cd.c atapi-cd.h   Log:
>>   Update the way we get the mode pages on probe.
>>     Revision  Changes    Path
>>   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
>>   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h
>
> Just curious, what was the motivation for changing from doing a
> TUR to doing a MODE_SENSE in g_access?  Your new code now relies
> on what I'd consider is a fairly obscure feature of the SFF-8020i
> spec, and one that contradicts the MMC and SPC specs that are now
> used as the normative references for packet commands.  There's at
> least once case, the virtual CDROM emulator in Parallels, that
> appears not to support this feature, and I'd bet pretty heavily
> that there are a number of real devices that won't support it
> either.
>
> Without reverting to the old TUR code, an easy way forward is to
> not fail the g_access command for the MST_FMT_NONE case.  This is
> generally incorrect anyways as it just means that the device can't
> specifically identify the media though it knows that the media is
> inserted and valid.  Since this constant evaluates to 0x00, ignoring
> it will also allow devices that don't support it to still work.  The
> only side effect is that devices that don't support it will also not
> be able to report MST_NO_DISC.  These devices will get handled later
> as a side effect of reporting a bogus media size.
>
> Ultimately, I do think that the code needs to go back to using a TUR
> and interpreting sense, asc, and ascq codes correctly.  The code prior
> to 10/26 looks like it does this, so again I'm curious as to what ,
> motivated the change.
The code is only intended to work around the verbose error chatter from=20
GEOM as it will read from a nonexisting media (if the drive is empty)=20
during boot, and clutter the console needlessly. There is currently no=20
way to prevent this, but I've talked to phk about it lately so this can=20
be left out alltogether.
Anyhow the only failure I've seen so far is Parallels when using a CD=20
image as a virtual CDROM drive, it does a poor HW emu in that case if=20
you ask me :)

Anyhow you are free to do what you want with the code until I get a real =

fix via GEOM done, but mind you the old code will not work on SATA ATAPI =

drives so a simple rollback of the commit is not really a fix...


-S=F8ren


From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 16:51:57 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9869E16A41B
	for <cvs-src@FreeBSD.ORG>; Fri, 16 Nov 2007 16:51:57 +0000 (UTC)
	(envelope-from nate@root.org)
Received: from root.org (root.org [67.118.192.226])
	by mx1.freebsd.org (Postfix) with ESMTP id 610BB13C47E
	for <cvs-src@FreeBSD.ORG>; Fri, 16 Nov 2007 16:51:56 +0000 (UTC)
	(envelope-from nate@root.org)
Received: (qmail 57808 invoked from network); 16 Nov 2007 16:51:56 -0000
Received: from adsl-71-141-123-117.dsl.snfc21.pacbell.net (HELO
	?192.168.1.77?) (nate-mail@71.141.123.117)
	by root.org with ESMTPA; 16 Nov 2007 16:51:56 -0000
Message-ID: <473DCAA7.3090408@root.org>
Date: Fri, 16 Nov 2007 08:51:51 -0800
From: Nate Lawson <nate@root.org>
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
MIME-Version: 1.0
To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
	<473DC220.6030809@samsco.org> <473DC93D.5060205@deepcore.dk>
In-Reply-To: <473DC93D.5060205@deepcore.dk>
X-Enigmail-Version: 0.95.5
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Cc: cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 16:51:57 -0000

Søren Schmidt wrote:
> Scott Long wrote:
>> SXren Schmidt wrote:
>>> sos         2007-10-26 08:59:24 UTC
>>>
>>>   FreeBSD src repository
>>>
>>>   Modified files:
>>>     sys/dev/ata          atapi-cd.c atapi-cd.h   Log:
>>>   Update the way we get the mode pages on probe.
>>>     Revision  Changes    Path
>>>   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
>>>   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h
>>
>> Just curious, what was the motivation for changing from doing a
>> TUR to doing a MODE_SENSE in g_access?  Your new code now relies
>> on what I'd consider is a fairly obscure feature of the SFF-8020i
>> spec, and one that contradicts the MMC and SPC specs that are now
>> used as the normative references for packet commands.  There's at
>> least once case, the virtual CDROM emulator in Parallels, that
>> appears not to support this feature, and I'd bet pretty heavily
>> that there are a number of real devices that won't support it
>> either.
>>
>> Without reverting to the old TUR code, an easy way forward is to
>> not fail the g_access command for the MST_FMT_NONE case.  This is
>> generally incorrect anyways as it just means that the device can't
>> specifically identify the media though it knows that the media is
>> inserted and valid.  Since this constant evaluates to 0x00, ignoring
>> it will also allow devices that don't support it to still work.  The
>> only side effect is that devices that don't support it will also not
>> be able to report MST_NO_DISC.  These devices will get handled later
>> as a side effect of reporting a bogus media size.
>>
>> Ultimately, I do think that the code needs to go back to using a TUR
>> and interpreting sense, asc, and ascq codes correctly.  The code prior
>> to 10/26 looks like it does this, so again I'm curious as to what ,
>> motivated the change.
>
> The code is only intended to work around the verbose error chatter from
> GEOM as it will read from a nonexisting media (if the drive is empty)
> during boot, and clutter the console needlessly. There is currently no
> way to prevent this, but I've talked to phk about it lately so this can
> be left out alltogether.
> Anyhow the only failure I've seen so far is Parallels when using a CD
> image as a virtual CDROM drive, it does a poor HW emu in that case if
> you ask me :)
> 
> Anyhow you are free to do what you want with the code until I get a real
> fix via GEOM done, but mind you the old code will not work on SATA ATAPI
> drives so a simple rollback of the commit is not really a fix...

While there may be a way to solve this automatically for ATA, this is
also an issue for floppy drives.  GEOM tries to read the floppy on boot
to see if there's a label, even if no media is present.  I think GEOM
should have a way of asking drives if they can tell if they have media
present and not probe them if they can't.  A separate env flag could be
set to say "always probe removable media" if users want the previous
behavior.  For most of us, this just causes boot delay.

-- 
Nate

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 16:57:06 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 95AC016A41A;
	Fri, 16 Nov 2007 16:57:06 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from spider.deepcore.dk
	(cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk
	[80.166.201.166])
	by mx1.freebsd.org (Postfix) with ESMTP id ED55713C447;
	Fri, 16 Nov 2007 16:57:05 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from ws.local (ws.deepcore.dk [194.192.25.137])
	by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id lAGGuw7S048293;
	Fri, 16 Nov 2007 17:56:58 +0100 (CET) (envelope-from sos@deepcore.dk)
Message-ID: <473DCBDA.1080104@deepcore.dk>
Date: Fri, 16 Nov 2007 17:56:58 +0100
From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
MIME-Version: 1.0
To: Nate Lawson <nate@root.org>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
	<473DC220.6030809@samsco.org> <473DC93D.5060205@deepcore.dk>
	<473DCAA7.3090408@root.org>
In-Reply-To: <473DCAA7.3090408@root.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Cc: cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 16:57:06 -0000

Nate Lawson wrote:
> S=F8ren Schmidt wrote:
>  =20
>> Scott Long wrote:
>>    =20
>>> SXren Schmidt wrote:
>>>      =20
>>>> sos         2007-10-26 08:59:24 UTC
>>>>
>>>>   FreeBSD src repository
>>>>
>>>>   Modified files:
>>>>     sys/dev/ata          atapi-cd.c atapi-cd.h   Log:
>>>>   Update the way we get the mode pages on probe.
>>>>     Revision  Changes    Path
>>>>   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
>>>>   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h
>>>>        =20
>>> Just curious, what was the motivation for changing from doing a
>>> TUR to doing a MODE_SENSE in g_access?  Your new code now relies
>>> on what I'd consider is a fairly obscure feature of the SFF-8020i
>>> spec, and one that contradicts the MMC and SPC specs that are now
>>> used as the normative references for packet commands.  There's at
>>> least once case, the virtual CDROM emulator in Parallels, that
>>> appears not to support this feature, and I'd bet pretty heavily
>>> that there are a number of real devices that won't support it
>>> either.
>>>
>>> Without reverting to the old TUR code, an easy way forward is to
>>> not fail the g_access command for the MST_FMT_NONE case.  This is
>>> generally incorrect anyways as it just means that the device can't
>>> specifically identify the media though it knows that the media is
>>> inserted and valid.  Since this constant evaluates to 0x00, ignoring
>>> it will also allow devices that don't support it to still work.  The
>>> only side effect is that devices that don't support it will also not
>>> be able to report MST_NO_DISC.  These devices will get handled later
>>> as a side effect of reporting a bogus media size.
>>>
>>> Ultimately, I do think that the code needs to go back to using a TUR
>>> and interpreting sense, asc, and ascq codes correctly.  The code prio=
r
>>> to 10/26 looks like it does this, so again I'm curious as to what ,
>>> motivated the change.
>>>      =20
>> The code is only intended to work around the verbose error chatter fro=
m
>> GEOM as it will read from a nonexisting media (if the drive is empty)
>> during boot, and clutter the console needlessly. There is currently no=

>> way to prevent this, but I've talked to phk about it lately so this ca=
n
>> be left out alltogether.
>> Anyhow the only failure I've seen so far is Parallels when using a CD
>> image as a virtual CDROM drive, it does a poor HW emu in that case if
>> you ask me :)
>>
>> Anyhow you are free to do what you want with the code until I get a re=
al
>> fix via GEOM done, but mind you the old code will not work on SATA ATA=
PI
>> drives so a simple rollback of the commit is not really a fix...
>>    =20
>
> While there may be a way to solve this automatically for ATA, this is
> also an issue for floppy drives.  GEOM tries to read the floppy on boot=

> to see if there's a label, even if no media is present.  I think GEOM
> should have a way of asking drives if they can tell if they have media
> present and not probe them if they can't.  A separate env flag could be=

> set to say "always probe removable media" if users want the previous
> behavior.  For most of us, this just causes boot delay.
>  =20
What I've sortof talked phk into is that if I return the "right" error=20
code in the "start" function, it will back off and not retry nor chatter.=

We still need the "access" function to return OK if HW present or we=20
cannot send ioctl calls to an empty drive.

-S=F8ren



From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 17:12:14 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 587A116A419;
	Fri, 16 Nov 2007 17:12:14 +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 CBC0213C478;
	Fri, 16 Nov 2007 17:12:08 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGHC2PG034289;
	Fri, 16 Nov 2007 10:12:02 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473DCF61.6010107@samsco.org>
Date: Fri, 16 Nov 2007 10:12:01 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
	<473DC220.6030809@samsco.org> <473DC93D.5060205@deepcore.dk>
	<473DCAA7.3090408@root.org> <473DCBDA.1080104@deepcore.dk>
In-Reply-To: <473DCBDA.1080104@deepcore.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 10:12:03 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 17:12:14 -0000

Søren Schmidt wrote:
> Nate Lawson wrote:
>> Søren Schmidt wrote:
>>  
>>> Scott Long wrote:
>>>    
>>>> SXren Schmidt wrote:
>>>>      
>>>>> sos         2007-10-26 08:59:24 UTC
>>>>>
>>>>>   FreeBSD src repository
>>>>>
>>>>>   Modified files:
>>>>>     sys/dev/ata          atapi-cd.c atapi-cd.h   Log:
>>>>>   Update the way we get the mode pages on probe.
>>>>>     Revision  Changes    Path
>>>>>   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
>>>>>   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h
>>>>>         
>>>> Just curious, what was the motivation for changing from doing a
>>>> TUR to doing a MODE_SENSE in g_access?  Your new code now relies
>>>> on what I'd consider is a fairly obscure feature of the SFF-8020i
>>>> spec, and one that contradicts the MMC and SPC specs that are now
>>>> used as the normative references for packet commands.  There's at
>>>> least once case, the virtual CDROM emulator in Parallels, that
>>>> appears not to support this feature, and I'd bet pretty heavily
>>>> that there are a number of real devices that won't support it
>>>> either.
>>>>
>>>> Without reverting to the old TUR code, an easy way forward is to
>>>> not fail the g_access command for the MST_FMT_NONE case.  This is
>>>> generally incorrect anyways as it just means that the device can't
>>>> specifically identify the media though it knows that the media is
>>>> inserted and valid.  Since this constant evaluates to 0x00, ignoring
>>>> it will also allow devices that don't support it to still work.  The
>>>> only side effect is that devices that don't support it will also not
>>>> be able to report MST_NO_DISC.  These devices will get handled later
>>>> as a side effect of reporting a bogus media size.
>>>>
>>>> Ultimately, I do think that the code needs to go back to using a TUR
>>>> and interpreting sense, asc, and ascq codes correctly.  The code prior
>>>> to 10/26 looks like it does this, so again I'm curious as to what ,
>>>> motivated the change.
>>>>       
>>> The code is only intended to work around the verbose error chatter from
>>> GEOM as it will read from a nonexisting media (if the drive is empty)
>>> during boot, and clutter the console needlessly. There is currently no
>>> way to prevent this, but I've talked to phk about it lately so this can
>>> be left out alltogether.
>>> Anyhow the only failure I've seen so far is Parallels when using a CD
>>> image as a virtual CDROM drive, it does a poor HW emu in that case if
>>> you ask me :)
>>>
>>> Anyhow you are free to do what you want with the code until I get a real
>>> fix via GEOM done, but mind you the old code will not work on SATA ATAPI
>>> drives so a simple rollback of the commit is not really a fix...
>>>     
>>
>> While there may be a way to solve this automatically for ATA, this is
>> also an issue for floppy drives.  GEOM tries to read the floppy on boot
>> to see if there's a label, even if no media is present.  I think GEOM
>> should have a way of asking drives if they can tell if they have media
>> present and not probe them if they can't.  A separate env flag could be
>> set to say "always probe removable media" if users want the previous
>> behavior.  For most of us, this just causes boot delay.
>>   
> What I've sortof talked phk into is that if I return the "right" error 
> code in the "start" function, it will back off and not retry nor chatter.
> We still need the "access" function to return OK if HW present or we 
> cannot send ioctl calls to an empty drive.
> 

IMHO, overloading g_start just adds more cruft to the problem.  I'm torn
between saying that g_access should be extended to give more than just a
simple yes/no error return, and saying that g_access is fundamentally
flawed and that this kind of info should be relayed via GEOM attributes.

As for rolling back the change or not, I don't see anywhere in the
SFF-8020i spec where it says that the CAP_PAGE command is guaranteed to
complete successfully and not return a CHECKCOND.  It seems perfectly
valid for it to fail if there is no media.  But even disregarding that,
the current code is still intended return a failure to g_access if
there's no media; doesn't that still preclude you from being able to
send ioctls to the device?

Scott

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 17:26:22 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5494716A418;
	Fri, 16 Nov 2007 17:26:22 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 00A9F13C4D3;
	Fri, 16 Nov 2007 17:26:21 +0000 (UTC) (envelope-from imp@bsdimp.com)
Received: from localhost (localhost [127.0.0.1])
	by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lAGHOolW020452;
	Fri, 16 Nov 2007 10:24:51 -0700 (MST) (envelope-from imp@bsdimp.com)
Date: Fri, 16 Nov 2007 10:24:31 -0700 (MST)
Message-Id: <20071116.102431.-484246174.imp@bsdimp.com>
To: scottl@samsco.org
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <473DC220.6030809@samsco.org>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>
	<473DC220.6030809@samsco.org>
X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org,
	sos@freebsd.org
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 17:26:22 -0000

In message: <473DC220.6030809@samsco.org>
            Scott Long <scottl@samsco.org> writes:
: SXren Schmidt wrote:
: > sos         2007-10-26 08:59:24 UTC
: > 
: >   FreeBSD src repository
: > 
: >   Modified files:
: >     sys/dev/ata          atapi-cd.c atapi-cd.h 
: >   Log:
: >   Update the way we get the mode pages on probe.
: >   
: >   Revision  Changes    Path
: >   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
: >   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h
: 
: Just curious, what was the motivation for changing from doing a
: TUR to doing a MODE_SENSE in g_access?  Your new code now relies
: on what I'd consider is a fairly obscure feature of the SFF-8020i
: spec, and one that contradicts the MMC and SPC specs that are now
: used as the normative references for packet commands.  There's at
: least once case, the virtual CDROM emulator in Parallels, that
: appears not to support this feature, and I'd bet pretty heavily
: that there are a number of real devices that won't support it
: either.

QEMU also has issues.

Warner

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 17:40:25 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A215D16A46B;
	Fri, 16 Nov 2007 17:40:25 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 714BF13C447;
	Fri, 16 Nov 2007 17:40:25 +0000 (UTC) (envelope-from flz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGHePZF051965;
	Fri, 16 Nov 2007 17:40:25 GMT (envelope-from flz@repoman.freebsd.org)
Received: (from flz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGHePRX051964;
	Fri, 16 Nov 2007 17:40:25 GMT (envelope-from flz)
Message-Id: <200711161740.lAGHePRX051964@repoman.freebsd.org>
From: Florent Thoumie <flz@FreeBSD.org>
Date: Fri, 16 Nov 2007 17: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/sbin/mdconfig mdconfig.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, 16 Nov 2007 17:40:25 -0000

flz         2007-11-16 17:40:24 UTC

  FreeBSD src repository

  Modified files:
    sbin/mdconfig        mdconfig.c 
  Log:
  Fix exit code when using -l on a non-existent md(4) device.
  
  PR:             conf/116177
  Submitted by:   Remi Guyomarch <rguyom@pobox.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.55      +9 -3      src/sbin/mdconfig/mdconfig.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 17:42:09 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7537D16A46B;
	Fri, 16 Nov 2007 17:42:09 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.freebsd.org (Postfix) with ESMTP id 242B513C4D3;
	Fri, 16 Nov 2007 17:42:08 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (unknown [192.168.61.3])
	by phk.freebsd.dk (Postfix) with ESMTP id 48C5217105;
	Fri, 16 Nov 2007 17:24:14 +0000 (UTC)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id lAGHOC6G029577;
	Fri, 16 Nov 2007 17:24:13 GMT (envelope-from phk@critter.freebsd.dk)
To: Scott Long <scottl@samsco.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Fri, 16 Nov 2007 10:12:01 MST."
	<473DCF61.6010107@samsco.org> 
Date: Fri, 16 Nov 2007 17:24:12 +0000
Message-ID: <29576.1195233852@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 17:42:09 -0000

In message <473DCF61.6010107@samsco.org>, Scott Long writes:

>> What I've sortof talked phk into is that if I return the "right" error 
>> code in the "start" function, it will back off and not retry nor chatter.
>> We still need the "access" function to return OK if HW present or we 
>> cannot send ioctl calls to an empty drive.
>> 
>
>IMHO, overloading g_start just adds more cruft to the problem.

The fundamental problem is that the CDROM ioctls don't distinguish
between drive and media.

In a nutshell: we are forced to let the open succeed, so the ioctl
to close the tray can be issued, before we can get at the media.

The problem with letting the open (aka g_access) succeed, is that
the GEOM tasting starts.

Redefining the ioctls is not a realistic option at this point, so
the task is to find a workaround for the API-deficiency.

What sos@ and I talked about is that we need to have an error return
that says "The drive is here, but there is no media", to fail the
tasting without GEOM reporting I/O errors on the console.

The simplest way to do this, is probably to overload ENOENT or some
other currently undefined errno for this effect.

-- 
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  Fri Nov 16 17:54:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6063116A420;
	Fri, 16 Nov 2007 17:54:30 +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 16FBF13C45D;
	Fri, 16 Nov 2007 17:54:28 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGHsNJJ034542;
	Fri, 16 Nov 2007 10:54:23 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473DD94D.8050605@samsco.org>
Date: Fri, 16 Nov 2007 10:54:21 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <29576.1195233852@critter.freebsd.dk>
In-Reply-To: <29576.1195233852@critter.freebsd.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 10:54:24 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 17:54:30 -0000

Poul-Henning Kamp wrote:
> In message <473DCF61.6010107@samsco.org>, Scott Long writes:
> 
>>> What I've sortof talked phk into is that if I return the "right" error 
>>> code in the "start" function, it will back off and not retry nor chatter.
>>> We still need the "access" function to return OK if HW present or we 
>>> cannot send ioctl calls to an empty drive.
>>>
>> IMHO, overloading g_start just adds more cruft to the problem.
> 
> The fundamental problem is that the CDROM ioctls don't distinguish
> between drive and media.
> 
> In a nutshell: we are forced to let the open succeed, so the ioctl
> to close the tray can be issued, before we can get at the media.
> 
> The problem with letting the open (aka g_access) succeed, is that
> the GEOM tasting starts.
> 
> Redefining the ioctls is not a realistic option at this point, so
> the task is to find a workaround for the API-deficiency.
> 
> What sos@ and I talked about is that we need to have an error return
> that says "The drive is here, but there is no media", to fail the
> tasting without GEOM reporting I/O errors on the console.
> 
> The simplest way to do this, is probably to overload ENOENT or some
> other currently undefined errno for this effect.
> 

But then why not have g_access be able to communicate the ability to 
access the device independent from the ability to access the media?
Seems like both of these questions are "access" questions.

Scott


From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 17:59:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 34C3E16A41A;
	Fri, 16 Nov 2007 17:59:39 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.freebsd.org (Postfix) with ESMTP id 3418D13C469;
	Fri, 16 Nov 2007 17:59:31 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (unknown [192.168.61.3])
	by phk.freebsd.dk (Postfix) with ESMTP id 0908717107;
	Fri, 16 Nov 2007 17:59:27 +0000 (UTC)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id lAGHxRJH029733;
	Fri, 16 Nov 2007 17:59:27 GMT (envelope-from phk@critter.freebsd.dk)
To: Scott Long <scottl@samsco.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Fri, 16 Nov 2007 10:54:21 MST."
	<473DD94D.8050605@samsco.org> 
Date: Fri, 16 Nov 2007 17:59:27 +0000
Message-ID: <29732.1195235967@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 17:59:39 -0000

In message <473DD94D.8050605@samsco.org>, Scott Long writes:

>> The simplest way to do this, is probably to overload ENOENT or some
>> other currently undefined errno for this effect.
>
>But then why not have g_access be able to communicate the ability to 
>access the device independent from the ability to access the media?
>Seems like both of these questions are "access" questions.

Because that is a lot more work for no benefit I can see ?

-- 
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  Fri Nov 16 18:03:26 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 10CD116A41B;
	Fri, 16 Nov 2007 18:03:26 +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 5973C13C4D3;
	Fri, 16 Nov 2007 18:03:25 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGI31Ph034620;
	Fri, 16 Nov 2007 11:03:02 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473DDB54.6050007@samsco.org>
Date: Fri, 16 Nov 2007 11:03:00 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <29732.1195235967@critter.freebsd.dk>
In-Reply-To: <29732.1195235967@critter.freebsd.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 11:03:02 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 18:03:26 -0000

Poul-Henning Kamp wrote:
> In message <473DD94D.8050605@samsco.org>, Scott Long writes:
> 
>>> The simplest way to do this, is probably to overload ENOENT or some
>>> other currently undefined errno for this effect.
>> But then why not have g_access be able to communicate the ability to 
>> access the device independent from the ability to access the media?
>> Seems like both of these questions are "access" questions.
> 
> Because that is a lot more work for no benefit I can see ?
> 

Says the man who complains to others about doing things the Right Way 
and not adding hacks =-)  Oh well.

Scott


From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 18:05:37 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC00A16A419;
	Fri, 16 Nov 2007 18:05:37 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E7C913C457;
	Fri, 16 Nov 2007 18:05:37 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (unknown [192.168.61.3])
	by phk.freebsd.dk (Postfix) with ESMTP id 6C63B17107;
	Fri, 16 Nov 2007 18:05:29 +0000 (UTC)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id lAGI5TbH029787;
	Fri, 16 Nov 2007 18:05:29 GMT (envelope-from phk@critter.freebsd.dk)
To: Scott Long <scottl@samsco.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Fri, 16 Nov 2007 11:03:00 MST."
	<473DDB54.6050007@samsco.org> 
Date: Fri, 16 Nov 2007 18:05:29 +0000
Message-ID: <29786.1195236329@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 18:05:38 -0000

In message <473DDB54.6050007@samsco.org>, Scott Long writes:
>Poul-Henning Kamp wrote:
>> In message <473DD94D.8050605@samsco.org>, Scott Long writes:
>> 
>>>> The simplest way to do this, is probably to overload ENOENT or some
>>>> other currently undefined errno for this effect.
>>> But then why not have g_access be able to communicate the ability to 
>>> access the device independent from the ability to access the media?
>>> Seems like both of these questions are "access" questions.
>> 
>> Because that is a lot more work for no benefit I can see ?
>
>Says the man who complains to others about doing things the Right Way 
>and not adding hacks =-)  Oh well.

You didn't address the part about the benefit:  If the benefit is
the same for both approaches, I far prefer the simpler and less
intrusive option.

-- 
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  Fri Nov 16 19:02:36 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3BB2416A41A;
	Fri, 16 Nov 2007 19:02:36 +0000 (UTC)
	(envelope-from ivoras@freebsd.org)
Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18])
	by mx1.freebsd.org (Postfix) with ESMTP id 58C1013C458;
	Fri, 16 Nov 2007 19:02:34 +0000 (UTC)
	(envelope-from ivoras@freebsd.org)
Received: from [161.53.72.113] (lara.cc.fer.hr [161.53.72.113])
	by pinus.cc.fer.hr (8.12.2/8.12.2) with ESMTP id lAGDq4Gp021140;
	Fri, 16 Nov 2007 14:52:04 +0100 (MET)
Message-ID: <473D9D5F.70604@freebsd.org>
Date: Fri, 16 Nov 2007 14:38:39 +0100
From: Ivan Voras <ivoras@freebsd.org>
User-Agent: Thunderbird 2.0.0.6 (X11/20070801)
MIME-Version: 1.0
To: Ken Smith <kensmith@freebsd.org>
References: <200711161314.lAGDERAd027540@repoman.freebsd.org>
In-Reply-To: <200711161314.lAGDERAd027540@repoman.freebsd.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Cc: cvs-src@freebsd.org
Subject: Re: cvs commit: src/release 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, 16 Nov 2007 19:02:36 -0000

Ken Smith wrote:
> kensmith    2007-11-16 13:14:27 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     release              Makefile 
>   Log:
>   The i386 disc1 size wandered above what fits on 650Mb media which has been
>   our target previously.  So i386 joins the others that have switched over
>   to a separate livefs iso image.

For convenience sake, why not up the target to 700 Mb images instead?

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 19:43:27 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 700AE16A41B;
	Fri, 16 Nov 2007 19:43:27 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4776113C467;
	Fri, 16 Nov 2007 19:43:27 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGJhRUE058849;
	Fri, 16 Nov 2007 19:43:27 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGJhRHH058848;
	Fri, 16 Nov 2007 19:43:27 GMT (envelope-from maxim)
Message-Id: <200711161943.lAGJhRHH058848@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Fri, 16 Nov 2007 19:43: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/sys/geom/label g_label_reiserfs.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, 16 Nov 2007 19:43:27 -0000

maxim       2007-11-16 19:43:26 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/label       g_label_reiserfs.c 
  Log:
  o s/resiserfs_sb/reiserfs_sb/.
  
  Submitted by:   Ighighi
  
  Revision  Changes    Path
  1.3       +1 -1      src/sys/geom/label/g_label_reiserfs.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 20:49:35 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4625216A417;
	Fri, 16 Nov 2007 20:49:35 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 1C06113C461;
	Fri, 16 Nov 2007 20:49:35 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGKnY4Q071170;
	Fri, 16 Nov 2007 20:49:34 GMT
	(envelope-from jkim@repoman.freebsd.org)
Received: (from jkim@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGKnYv1071169;
	Fri, 16 Nov 2007 20:49:34 GMT (envelope-from jkim)
Message-Id: <200711162049.lAGKnYv1071169@repoman.freebsd.org>
From: Jung-uk Kim <jkim@FreeBSD.org>
Date: Fri, 16 Nov 2007 20:49: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/sys/dev/pci 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: Fri, 16 Nov 2007 20:49:35 -0000

jkim        2007-11-16 20:49:34 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c 
  Log:
  Make VPD register access more robust:
  
  - Implement timing out of VPD register access.[1]
  - Fix an off-by-one error of freeing malloc'd space when checksum is invalid.
  - Fix style(9) bugs, i.e., sizeof cannot be followed by space.
  - Retire now obsolete 'hw.pci.enable_vpd' tunable.
  
  Submitted by:   cokane (initial revision)[1]
  Reviewed by:    marius (intermediate revision)
  Silence from:   jhb, jmg, rwatson
  Tested by:      cokane, jkim
  MFC after:      3 days
  
  Revision  Changes    Path
  1.356     +121 -69   src/sys/dev/pci/pci.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 21:24:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4E40716A479;
	Fri, 16 Nov 2007 21:24:46 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 3C1AD13C4BE;
	Fri, 16 Nov 2007 21:24:46 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGLOkYH074161;
	Fri, 16 Nov 2007 21:24:46 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGLOk4e074160;
	Fri, 16 Nov 2007 21:24:46 GMT (envelope-from bz)
Message-Id: <200711162124.lAGLOk4e074160@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Fri, 16 Nov 2007 21:24: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/tools/regression/priv Makefile main.c main.h
 priv_netinet_ipsec.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, 16 Nov 2007 21:24:46 -0000

bz          2007-11-16 21:24:45 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/priv Makefile main.c main.h 
                          priv_netinet_ipsec.c 
  Log:
  Remove empty setup and cleanup functions for the pfkey test.
  
  Add regression tests for privileged and supposedly unprivileged
  IP_IPSEC_POLICY,IPV6_IPSEC_POLICY setsockopt cases.
  
  We may need to review the current 'good' results to make
  sure they reflect what we really want.
  
  Discussed with: rwatson
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.4       +3 -0      src/tools/regression/priv/Makefile
  1.4       +21 -2     src/tools/regression/priv/main.c
  1.4       +10 -2     src/tools/regression/priv/main.h
  1.2       +234 -2    src/tools/regression/priv/priv_netinet_ipsec.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 21:24:54 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 95A3816A417;
	Fri, 16 Nov 2007 21:24:54 +0000 (UTC) (envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B38313C469;
	Fri, 16 Nov 2007 21:24:54 +0000 (UTC) (envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGLOs9s074192;
	Fri, 16 Nov 2007 21:24:54 GMT (envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGLOsN6074191;
	Fri, 16 Nov 2007 21:24:54 GMT (envelope-from ups)
Message-Id: <200711162124.lAGLOsN6074191@repoman.freebsd.org>
From: Stephan Uphoff <ups@FreeBSD.org>
Date: Fri, 16 Nov 2007 21:24: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/nfsclient nfs_socket.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, 16 Nov 2007 21:24:54 -0000

ups         2007-11-16 21:24:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/nfsclient        nfs_socket.c 
  Log:
  MFC: nfs_socket.c 1.148
  Log:    NetApp filers return corrupt post op attrs in the wcc on NFS error responses.
          This is easy to reproduce for EROFS. I am not sure if the attrs can be corrupt
          for other NFS error responses. For now, disabling wcc pre-op attr checks and
          post-op attr loads on NFS errors (sysctl'ed).
  
  Revision    Changes    Path
  1.125.2.17  +8 -2      src/sys/nfsclient/nfs_socket.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 21:28:52 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8775516A419;
	Fri, 16 Nov 2007 21:28:52 +0000 (UTC)
	(envelope-from simon@benji.nitro.dk)
Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38])
	by mx1.freebsd.org (Postfix) with ESMTP id 379E113C44B;
	Fri, 16 Nov 2007 21:28:51 +0000 (UTC)
	(envelope-from simon@benji.nitro.dk)
Received: from benji.nitro.dk (unknown [192.168.3.39])
	by mx.nitro.dk (Postfix) with ESMTP id 32C112DCBC7;
	Fri, 16 Nov 2007 21:28:50 +0000 (UTC)
Received: by benji.nitro.dk (Postfix, from userid 2000)
	id 9E880FE81; Fri, 16 Nov 2007 22:28:53 +0100 (CET)
Date: Fri, 16 Nov 2007 22:28:52 +0100
From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Ken Smith <kensmith@FreeBSD.org>
Message-ID: <20071116212851.GA1023@zaphod.nitro.dk>
References: <200711161314.lAGDERAd027540@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200711161314.lAGDERAd027540@repoman.freebsd.org>
User-Agent: Mutt/1.5.16 (2007-06-09)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/release 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, 16 Nov 2007 21:28:52 -0000

On 2007.11.16 13:14:27 +0000, Ken Smith wrote:
> kensmith    2007-11-16 13:14:27 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     release              Makefile 
>   Log:
>   The i386 disc1 size wandered above what fits on 650Mb media which has been
>   our target previously.  So i386 joins the others that have switched over
>   to a separate livefs iso image.

:-/.

Have anyone looked into if something else could be done to make the
livecd still fit?  Personally I have found the livecd very useful
e.g. for doing "manual" install's on geli and gmirror devices.

(This is not a "somebody else" should do something mail, I'm just
curious before I start looking at this myself.)

-- 
Simon L. Nielsen

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:04:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: by hub.freebsd.org (Postfix, from userid 1033)
	id 2FE3B16A41B; Fri, 16 Nov 2007 22:04:49 +0000 (UTC)
Date: Fri, 16 Nov 2007 22:04:49 +0000
From: Alexey Dokuchaev <danfe@FreeBSD.org>
To: Ken Smith <kensmith@FreeBSD.org>
Message-ID: <20071116220448.GA20435@FreeBSD.org>
References: <200711161314.lAGDERAd027540@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <200711161314.lAGDERAd027540@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.1i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/release 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, 16 Nov 2007 22:04:49 -0000

On Fri, Nov 16, 2007 at 01:14:27PM +0000, Ken Smith wrote:
> kensmith    2007-11-16 13:14:27 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     release              Makefile 
>   Log:
>   The i386 disc1 size wandered above what fits on 650Mb media which has been
>   our target previously.  So i386 joins the others that have switched over
>   to a separate livefs iso image.

I'm not even sure 650M discs are still being produced.  Seriously, I
know that this was raised before, and the answer was always "no", but
aren't we loosing more that gaining by sticking with 650M limit?

./danfe

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:05:51 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A3FE016A41A;
	Fri, 16 Nov 2007 22:05:51 +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 4D85513C442;
	Fri, 16 Nov 2007 22:05:50 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGLiO3j035676;
	Fri, 16 Nov 2007 14:44:25 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473E0F37.2020208@samsco.org>
Date: Fri, 16 Nov 2007 14:44:23 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: "M. Warner Losh" <imp@bsdimp.com>
References: <200710260859.l9Q8xPdP099307@repoman.freebsd.org>	<473DC220.6030809@samsco.org>
	<20071116.102431.-484246174.imp@bsdimp.com>
In-Reply-To: <20071116.102431.-484246174.imp@bsdimp.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 14:44:25 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	sos@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 22:05:51 -0000

M. Warner Losh wrote:
> In message: <473DC220.6030809@samsco.org>
>             Scott Long <scottl@samsco.org> writes:
> : SXren Schmidt wrote:
> : > sos         2007-10-26 08:59:24 UTC
> : > 
> : >   FreeBSD src repository
> : > 
> : >   Modified files:
> : >     sys/dev/ata          atapi-cd.c atapi-cd.h 
> : >   Log:
> : >   Update the way we get the mode pages on probe.
> : >   
> : >   Revision  Changes    Path
> : >   1.194     +22 -25    src/sys/dev/ata/atapi-cd.c
> : >   1.47      +1 -0      src/sys/dev/ata/atapi-cd.h
> : 
> : Just curious, what was the motivation for changing from doing a
> : TUR to doing a MODE_SENSE in g_access?  Your new code now relies
> : on what I'd consider is a fairly obscure feature of the SFF-8020i
> : spec, and one that contradicts the MMC and SPC specs that are now
> : used as the normative references for packet commands.  There's at
> : least once case, the virtual CDROM emulator in Parallels, that
> : appears not to support this feature, and I'd bet pretty heavily
> : that there are a number of real devices that won't support it
> : either.
> 
> QEMU also has issues.
> 

And I believe there are recent reports on the mailing lists of real
hardware having problems.

Scott

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:17:38 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0372216A417;
	Fri, 16 Nov 2007 22:17:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E597B13C48A;
	Fri, 16 Nov 2007 22:17:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGMHbWU077329;
	Fri, 16 Nov 2007 22:17:37 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGMHbNd077328;
	Fri, 16 Nov 2007 22:17:37 GMT (envelope-from jhb)
Message-Id: <200711162217.lAGMHbNd077328@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Fri, 16 Nov 2007 22:17:37 +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 kgdb.h kthr.c trgt_i386.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, 16 Nov 2007 22:17:38 -0000

jhb         2007-11-16 22:17:37 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb kgdb.h kthr.c trgt_i386.c 
  Log:
  Teach kgdb how to handle double fault frames on i386:
  - Save td_oncpu in 'struct kthr' so the i386 target code can see which CPU
    a thread is running on.
  - Add a new frame unwinder for double fault frames.  This unwinder is used
    when "dblfault_handler" is encountered in the stack.  It uses the CPU of
    the current thread to lookup the base address of the TSS used for the
    double fault from the GDT.  It then fetches the various registers out
    of the TSS similar to how the current trapframe unwinder fetches
    registers out of the trapframe.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +1 -0      src/gnu/usr.bin/gdb/kgdb/kgdb.h
  1.8       +1 -0      src/gnu/usr.bin/gdb/kgdb/kthr.c
  1.7       +152 -1    src/gnu/usr.bin/gdb/kgdb/trgt_i386.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:22:20 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3CE0A16A419;
	Fri, 16 Nov 2007 22:22:20 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 2AA8313C44B;
	Fri, 16 Nov 2007 22:22:20 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGMMKaN077572;
	Fri, 16 Nov 2007 22:22:20 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGMMKfJ077571;
	Fri, 16 Nov 2007 22:22:20 GMT (envelope-from delphij)
Message-Id: <200711162222.lAGMMKfJ077571@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Fri, 16 Nov 2007 22:22:19 +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: Fri, 16 Nov 2007 22:22:20 -0000

delphij     2007-11-16 22:22:19 UTC

  FreeBSD src repository

  src/contrib/less - Imported sources
  Update of /home/ncvs/src/contrib/less
  In directory repoman.freebsd.org:/tmp/cvs-serv77489
  
  Log Message:
  Virgin import of less v415.
  
  Status:
  
  Vendor Tag:	LESS
  Release Tags:	v415
  		
  U src/contrib/less/less.nro
  U src/contrib/less/COPYING
  U src/contrib/less/Makefile.o9c
  U src/contrib/less/configure
  U src/contrib/less/cmdbuf.c
  U src/contrib/less/signal.c
  U src/contrib/less/lessecho.man
  C src/contrib/less/search.c
  U src/contrib/less/charset.c
  U src/contrib/less/defines.o9
  U src/contrib/less/configure.ac
  U src/contrib/less/edit.c
  U src/contrib/less/output.c
  U src/contrib/less/README
  U src/contrib/less/less.man
  C src/contrib/less/line.c
  U src/contrib/less/defines.wn
  U src/contrib/less/position.c
  U src/contrib/less/lessecho.nro
  U src/contrib/less/mark.c
  U src/contrib/less/regexp.h
  U src/contrib/less/Makefile.in
  C src/contrib/less/screen.c
  U src/contrib/less/linenum.c
  U src/contrib/less/defines.h.in
  C src/contrib/less/command.c
  U src/contrib/less/Makefile.wnm
  U src/contrib/less/Makefile.o2e
  U src/contrib/less/input.c
  U src/contrib/less/Makefile.dsg
  U src/contrib/less/lesskey.c
  U src/contrib/less/less.hlp
  U src/contrib/less/mkfuncs.awk
  U src/contrib/less/NEWS
  U src/contrib/less/funcs.h
  U src/contrib/less/decode.c
  U src/contrib/less/option.c
  U src/contrib/less/ttyin.c
  U src/contrib/less/main.c
  U src/contrib/less/version.c
  U src/contrib/less/position.h
  U src/contrib/less/scrsize.c
  U src/contrib/less/regexp.c
  U src/contrib/less/charset.h
  U src/contrib/less/Makefile.wnb
  U src/contrib/less/forwback.c
  U src/contrib/less/defines.o2
  U src/contrib/less/optfunc.c
  U src/contrib/less/install.sh
  U src/contrib/less/lesskey.nro
  U src/contrib/less/Makefile.dsb
  U src/contrib/less/os.c
  C src/contrib/less/less.h
  U src/contrib/less/filename.c
  U src/contrib/less/defines.ds
  U src/contrib/less/lesskey.man
  U src/contrib/less/INSTALL
  U src/contrib/less/ifile.c
  U src/contrib/less/pckeys.h
  U src/contrib/less/prompt.c
  U src/contrib/less/tags.c
  U src/contrib/less/lessecho.c
  U src/contrib/less/help.c
  U src/contrib/less/lsystem.c
  U src/contrib/less/ch.c
  U src/contrib/less/opttbl.c
  U src/contrib/less/option.h
  U src/contrib/less/LICENSE
  U src/contrib/less/jump.c
  U src/contrib/less/mkinstalldirs
  U src/contrib/less/lesskey.h
  U src/contrib/less/cmd.h
  U src/contrib/less/Makefile.dsu
  U src/contrib/less/mkhelp.c
  U src/contrib/less/brac.c
  U src/contrib/less/lglob.h
  U src/contrib/less/Makefile.o9u
  U src/contrib/less/Makefile.aut
  
  5 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  Fri Nov 16 22:24:31 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C3C9D16A419;
	Fri, 16 Nov 2007 22:24:31 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9988C13C45D;
	Fri, 16 Nov 2007 22:24:31 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGMOVFR077697;
	Fri, 16 Nov 2007 22:24:31 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGMOVsA077696;
	Fri, 16 Nov 2007 22:24:31 GMT (envelope-from delphij)
Message-Id: <200711162224.lAGMOVsA077696@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Fri, 16 Nov 2007 22:24: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/usr.bin/less defines.h src/contrib/less command.c
 less.h line.c screen.c search.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, 16 Nov 2007 22:24:31 -0000

delphij     2007-11-16 22:24:31 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/less         defines.h 
    contrib/less         command.c less.h line.c screen.c search.c 
  Log:
  Resolve conflicts; Update defines.h to reflect latest change.
  
  Revision  Changes    Path
  1.9       +32 -11    src/contrib/less/command.c
  1.9       +25 -5     src/contrib/less/less.h
  1.6       +17 -0     src/contrib/less/line.c
  1.9       +4 -0      src/contrib/less/screen.c
  1.10      +97 -66    src/contrib/less/search.c
  1.8       +9 -0      src/usr.bin/less/defines.h

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:26:11 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2CE6F16A41A;
	Fri, 16 Nov 2007 22:26:11 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 0345313C481;
	Fri, 16 Nov 2007 22:26:11 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGMQAiT077803;
	Fri, 16 Nov 2007 22:26:10 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGMQAI0077802;
	Fri, 16 Nov 2007 22:26:10 GMT (envelope-from delphij)
Message-Id: <200711162226.lAGMQAI0077802@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Fri, 16 Nov 2007 22:26:10 +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 Makefile.dsm
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 16 Nov 2007 22:26:11 -0000

delphij     2007-11-16 22:26:10 UTC

  FreeBSD src repository

  Removed files:         (Branch: LESS)
    contrib/less         Makefile.dsm 
  Log:
  Nuke file removed from author's distribution.
  
  Revision  Changes    Path
  1.1.1.2   +0 -58     src/contrib/less/Makefile.dsm (dead)

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:28:01 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 957B216A418;
	Fri, 16 Nov 2007 22:28:01 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 64FD713C459;
	Fri, 16 Nov 2007 22:28:01 +0000 (UTC)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGMS1Hd077887;
	Fri, 16 Nov 2007 22:28:01 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGMS1k1077886;
	Fri, 16 Nov 2007 22:28:01 GMT (envelope-from delphij)
Message-Id: <200711162228.lAGMS1k1077886@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Fri, 16 Nov 2007 22:28: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/release/doc/en_US.ISO8859-1/relnotes article.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: Fri, 16 Nov 2007 22:28:01 -0000

delphij     2007-11-16 22:28:01 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes article.sgml 
  Log:
  Mention less v415 update
  
  Revision  Changes    Path
  1.1075    +3 -0      src/release/doc/en_US.ISO8859-1/relnotes/article.sgml

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:32:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C9F1D16A419
	for <cvs-src@FreeBSD.ORG>; Fri, 16 Nov 2007 22:32:49 +0000 (UTC)
	(envelope-from nate@root.org)
Received: from root.org (root.org [67.118.192.226])
	by mx1.freebsd.org (Postfix) with ESMTP id 9231213C45A
	for <cvs-src@FreeBSD.ORG>; Fri, 16 Nov 2007 22:32:49 +0000 (UTC)
	(envelope-from nate@root.org)
Received: (qmail 7591 invoked from network); 16 Nov 2007 22:32:50 -0000
Received: from 209-128-117-003.bayarea.net (HELO ?10.0.8.5?)
	(nate-mail@209.128.117.3)
	by root.org with ESMTPA; 16 Nov 2007 22:32:50 -0000
Message-ID: <473E1A76.1030207@root.org>
Date: Fri, 16 Nov 2007 14:32:22 -0800
From: Nate Lawson <nate@root.org>
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <29576.1195233852@critter.freebsd.dk>
In-Reply-To: <29576.1195233852@critter.freebsd.dk>
X-Enigmail-Version: 0.95.5
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 22:32:49 -0000

Poul-Henning Kamp wrote:
> In message <473DCF61.6010107@samsco.org>, Scott Long writes:
> 
>>> What I've sortof talked phk into is that if I return the "right" error 
>>> code in the "start" function, it will back off and not retry nor chatter.
>>> We still need the "access" function to return OK if HW present or we 
>>> cannot send ioctl calls to an empty drive.
>>>
>> IMHO, overloading g_start just adds more cruft to the problem.
> 
> The fundamental problem is that the CDROM ioctls don't distinguish
> between drive and media.
> 
> In a nutshell: we are forced to let the open succeed, so the ioctl
> to close the tray can be issued, before we can get at the media.
> 
> The problem with letting the open (aka g_access) succeed, is that
> the GEOM tasting starts.
> 
> Redefining the ioctls is not a realistic option at this point, so
> the task is to find a workaround for the API-deficiency.
> 
> What sos@ and I talked about is that we need to have an error return
> that says "The drive is here, but there is no media", to fail the
> tasting without GEOM reporting I/O errors on the console.
> 
> The simplest way to do this, is probably to overload ENOENT or some
> other currently undefined errno for this effect.

Well, there are two questions:  media present (yes/no) and drive capable
of telling if media present without just trying to read it (yes/no).
For the latter question, a CDROM is yes and a floppy drive is no.  For
the latter, you need a third return code which is "I don't know, and
only attempt a read if the user explicitly asked for it with a setting".

Since boot-time automatic tasting is only needed if you're going to
automount it, I doubt it's a huge inconvenience for users that want to
automount a floppy to incur the couple seconds delay while it is probed.
 For the rest of us, we save boot time.

Note that this wouldn't change the fact that tasting would occur
synchronously once someone asked to mount a floppy.  So any problem with
making this change?

-- 
Nate

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 22:35:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 42EC416A469;
	Fri, 16 Nov 2007 22:35:39 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 198F513C46A;
	Fri, 16 Nov 2007 22:35:39 +0000 (UTC) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGMZXXF078212;
	Fri, 16 Nov 2007 22:35:33 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAGMZX09078211;
	Fri, 16 Nov 2007 22:35:33 GMT (envelope-from bz)
Message-Id: <200711162235.lAGMZX09078211@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Fri, 16 Nov 2007 22:35: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/sys/netipsec keysock.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, 16 Nov 2007 22:35:39 -0000

bz          2007-11-16 22:35:33 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         keysock.c 
  Log:
  Move the priv check before the malloc call for so_pcb.
  In case attach fails because of the priv check we leaked the
  memory and left so_pcb as fodder for invariants.
  
  Reported  by:   Pawel Worach
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.20      +6 -6      src/sys/netipsec/keysock.c

From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 23:07:40 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1C9FB16A417;
	Fri, 16 Nov 2007 23:07:40 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.freebsd.org (Postfix) with ESMTP id 78A6113C458;
	Fri, 16 Nov 2007 23:07:39 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (unknown [192.168.61.3])
	by phk.freebsd.dk (Postfix) with ESMTP id B919617105;
	Fri, 16 Nov 2007 23:07:37 +0000 (UTC)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id lAGN7ajb033842;
	Fri, 16 Nov 2007 23:07:36 GMT (envelope-from phk@critter.freebsd.dk)
To: Nate Lawson <nate@root.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Fri, 16 Nov 2007 14:32:22 PST."
	<473E1A76.1030207@root.org> 
Date: Fri, 16 Nov 2007 23:07:36 +0000
Message-ID: <33841.1195254456@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 23:07:40 -0000

In message <473E1A76.1030207@root.org>, Nate Lawson writes:

>Well, there are two questions:  media present (yes/no) and drive capable
>of telling if media present without just trying to read it (yes/no).

This risk reopening the old religious war if drivers should poll
their drives to be up to date on media existence.

Practically all other modern operating systems do it, with the
benefit that an icon can be flashed when you plug something in,
(and in certain cases, so viruses can be autoinstalled without
relying on user stupidity).

I personally think it would make a lot of sense if FreeBSD moved
in that way, but I've been told in no uncertain terms that this
will speed up third coming and shake the very foundations of the
unive^H^H^H^H^HCAM code.


-- 
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  Fri Nov 16 23:11:17 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4FDE416A419;
	Fri, 16 Nov 2007 23:11:17 +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 F37EF13C448;
	Fri, 16 Nov 2007 23:11:16 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGNBBev036143;
	Fri, 16 Nov 2007 16:11:11 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473E238D.4030800@samsco.org>
Date: Fri, 16 Nov 2007 16:11:09 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <33841.1195254456@critter.freebsd.dk>
In-Reply-To: <33841.1195254456@critter.freebsd.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 16:11:11 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 23:11:17 -0000

Poul-Henning Kamp wrote:
> In message <473E1A76.1030207@root.org>, Nate Lawson writes:
> 
>> Well, there are two questions:  media present (yes/no) and drive capable
>> of telling if media present without just trying to read it (yes/no).
> 
> This risk reopening the old religious war if drivers should poll
> their drives to be up to date on media existence.
> 
> Practically all other modern operating systems do it, with the
> benefit that an icon can be flashed when you plug something in,
> (and in certain cases, so viruses can be autoinstalled without
> relying on user stupidity).
> 
> I personally think it would make a lot of sense if FreeBSD moved
> in that way, but I've been told in no uncertain terms that this
> will speed up third coming and shake the very foundations of the
> unive^H^H^H^H^HCAM code.
> 
> 

This has nothing to do with polling, you're just trotting out an 
irrelevant argument to divert attention.

Scott


From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 23:15:55 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 53BE716A419;
	Fri, 16 Nov 2007 23:15:55 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.freebsd.org (Postfix) with ESMTP id 0419B13C45A;
	Fri, 16 Nov 2007 23:15:54 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (unknown [192.168.61.3])
	by phk.freebsd.dk (Postfix) with ESMTP id BB4D217106;
	Fri, 16 Nov 2007 23:15:53 +0000 (UTC)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id lAGNFruW033908;
	Fri, 16 Nov 2007 23:15:53 GMT (envelope-from phk@critter.freebsd.dk)
To: Scott Long <scottl@samsco.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Fri, 16 Nov 2007 16:11:09 MST."
	<473E238D.4030800@samsco.org> 
Date: Fri, 16 Nov 2007 23:15:53 +0000
Message-ID: <33907.1195254953@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 23:15:55 -0000

In message <473E238D.4030800@samsco.org>, Scott Long writes:
>Poul-Henning Kamp wrote:

>>> Well, there are two questions:  media present (yes/no) and drive capable
>>> of telling if media present without just trying to read it (yes/no).
>> 
>> This risk reopening the old religious war if drivers should poll
>> their drives to be up to date on media existence.
>
>This has nothing to do with polling, you're just trotting out an 
>irrelevant argument to divert attention.

No, I merely pointed out that Nates worries had an obvious and widely
accepted solution, which unfortunately is religiously unacceptable
in certain parts of FreeBSD storage subsystems.

For all I know, the problem sos@ has complained about has a solution
that just needs somebody to change the relevant few lines of code.

-- 
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  Fri Nov 16 23:20:10 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8A24A16A468;
	Fri, 16 Nov 2007 23:20:10 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from spider.deepcore.dk
	(cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk
	[80.166.201.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 16DC613C469;
	Fri, 16 Nov 2007 23:20:09 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from ws.local (ws.deepcore.dk [194.192.25.137])
	by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id lAGNK84j055042;
	Sat, 17 Nov 2007 00:20:08 +0100 (CET) (envelope-from sos@deepcore.dk)
Message-ID: <473E25A7.2020101@deepcore.dk>
Date: Sat, 17 Nov 2007 00:20:07 +0100
From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <33907.1195254953@critter.freebsd.dk>
In-Reply-To: <33907.1195254953@critter.freebsd.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Cc: cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 23:20:10 -0000

Poul-Henning Kamp wrote:
> In message <473E238D.4030800@samsco.org>, Scott Long writes:
>  =20
>> Poul-Henning Kamp wrote:
>>    =20
>
>  =20
>>>> Well, there are two questions:  media present (yes/no) and drive cap=
able
>>>> of telling if media present without just trying to read it (yes/no).=

>>>>        =20
>>> This risk reopening the old religious war if drivers should poll
>>> their drives to be up to date on media existence.
>>>      =20
>> This has nothing to do with polling, you're just trotting out an=20
>> irrelevant argument to divert attention.
>>    =20
>
> No, I merely pointed out that Nates worries had an obvious and widely
> accepted solution, which unfortunately is religiously unacceptable
> in certain parts of FreeBSD storage subsystems.
>
> For all I know, the problem sos@ has complained about has a solution
> that just needs somebody to change the relevant few lines of code.
>  =20
Exactly, and until that has been hashed out I rest my case, I have=20
better things todo.

-S=F8ren



From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 23:21:32 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DD89E16A41B;
	Fri, 16 Nov 2007 23:21:32 +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 8BD9113C474;
	Fri, 16 Nov 2007 23:21:32 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lAGNLQ7t036205;
	Fri, 16 Nov 2007 16:21:27 -0700 (MST)
	(envelope-from scottl@samsco.org)
Message-ID: <473E25F5.1090805@samsco.org>
Date: Fri, 16 Nov 2007 16:21:25 -0700
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US;
	rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <33907.1195254953@critter.freebsd.dk>
In-Reply-To: <33907.1195254953@critter.freebsd.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by
	milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]);
	Fri, 16 Nov 2007 16:21:27 -0700 (MST)
X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed
	version=3.1.8
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 23:21:33 -0000

Poul-Henning Kamp wrote:
> In message <473E238D.4030800@samsco.org>, Scott Long writes:
>> Poul-Henning Kamp wrote:
> 
>>>> Well, there are two questions:  media present (yes/no) and drive capable
>>>> of telling if media present without just trying to read it (yes/no).
>>> This risk reopening the old religious war if drivers should poll
>>> their drives to be up to date on media existence.
>> This has nothing to do with polling, you're just trotting out an 
>> irrelevant argument to divert attention.
> 
> No, I merely pointed out that Nates worries had an obvious and widely
> accepted solution, which unfortunately is religiously unacceptable
> in certain parts of FreeBSD storage subsystems.
> 
> For all I know, the problem sos@ has complained about has a solution
> that just needs somebody to change the relevant few lines of code.
> 

Ok, back on track.  What you want to do is make g_access largely 
irrelevant, and have the _real_ access check done in g_start.  Fine.
Is there any reason at all to make g_access not return success from
now on?  And if so, is there any reason to even keep it around?  This
is what I'm arguing against; you're advocating a hack that works well
enough for you and ignoring the larger architectural issue, which I
think is important.  But anyways.

Scott


From owner-cvs-src@FreeBSD.ORG  Fri Nov 16 23:36:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1DC3C16A46D;
	Fri, 16 Nov 2007 23:36:59 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222])
	by mx1.freebsd.org (Postfix) with ESMTP id C142313C467;
	Fri, 16 Nov 2007 23:36:58 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (unknown [192.168.61.3])
	by phk.freebsd.dk (Postfix) with ESMTP id 268C017105;
	Fri, 16 Nov 2007 23:36:54 +0000 (UTC)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id lAGNarXY034235;
	Fri, 16 Nov 2007 23:36:53 GMT (envelope-from phk@critter.freebsd.dk)
To: Scott Long <scottl@samsco.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Fri, 16 Nov 2007 16:21:25 MST."
	<473E25F5.1090805@samsco.org> 
Date: Fri, 16 Nov 2007 23:36:53 +0000
Message-ID: <34234.1195256213@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	=?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 16 Nov 2007 23:36:59 -0000

In message <473E25F5.1090805@samsco.org>, Scott Long writes:

>Ok, back on track.  What you want to do is make g_access largely 
>irrelevant, and have the _real_ access check done in g_start.  Fine.

Only for drive mechanisms that require out of band ioctls issued
over the inband channel in order to enable access to the media.

In other words CD drives.

>Is there any reason at all to make g_access not return success from
>now on? 

g_access is also responsible for checking read/writeability of the
media against the requested permissions.

>is what I'm arguing against; you're advocating a hack that works well
>enough for you and ignoring the larger architectural issue, which I
>think is important.  But anyways.

I think you misunderstand something here.

The only suggested change is that the printfs in geom gets supressed
for this one particular errno.

Nothing else changes as far as I know.

-- 
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  Sat Nov 17 01:55:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CE6A216A418;
	Sat, 17 Nov 2007 01:55:46 +0000 (UTC)
	(envelope-from jeff@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B69D13C455;
	Sat, 17 Nov 2007 01:55:46 +0000 (UTC)
	(envelope-from jeff@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAH1tkmo099222;
	Sat, 17 Nov 2007 01:55:46 GMT
	(envelope-from jeff@repoman.freebsd.org)
Received: (from jeff@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAH1tkeD099221;
	Sat, 17 Nov 2007 01:55:46 GMT (envelope-from jeff)
Message-Id: <200711170155.lAH1tkeD099221@repoman.freebsd.org>
From: Jeff Roberson <jeff@FreeBSD.org>
Date: Sat, 17 Nov 2007 01:55: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: 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: Sat, 17 Nov 2007 01:55:46 -0000

jeff        2007-11-17 01:55:45 UTC

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
   - Attilio Rao (attilio@freebsd.org) is now free from my mentorship.  He
     has been doing an excellent job of seeking review and participating
     with other developers.
  
  Approved by:    core (implicit)
  
  Revision  Changes    Path
  1.845     +0 -0      CVSROOT/access

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 02:01:33 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3A5D216A41B;
	Sat, 17 Nov 2007 02:01:33 +0000 (UTC)
	(envelope-from kensmith@cse.Buffalo.EDU)
Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89])
	by mx1.freebsd.org (Postfix) with ESMTP id EFDDC13C442;
	Sat, 17 Nov 2007 02:01:32 +0000 (UTC)
	(envelope-from kensmith@cse.Buffalo.EDU)
Received: from [128.205.32.76] (bauer.cse.buffalo.edu [128.205.32.76])
	(authenticated bits=0)
	by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id lAH20odc079791
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 16 Nov 2007 21:00:55 -0500 (EST)
	(envelope-from kensmith@cse.buffalo.edu)
From: Ken Smith <kensmith@cse.Buffalo.EDU>
To: Alexey Dokuchaev <danfe@FreeBSD.ORG>
In-Reply-To: <20071116220448.GA20435@FreeBSD.org>
References: <200711161314.lAGDERAd027540@repoman.freebsd.org>
	<20071116220448.GA20435@FreeBSD.org>
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-rSII6NiPDHBLUOPqixXb"
Organization: U. Buffalo CSE Department
Date: Fri, 16 Nov 2007 21:00:50 -0500
Message-Id: <1195264850.1257.22.camel@bauer.cse.buffalo.edu>
Mime-Version: 1.0
X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port 
X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1336; Body=0 Fuz1=0 Fuz2=0
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed
	version=3.2.3
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on
	phoebe.cse.buffalo.edu
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	Ken Smith <kensmith@FreeBSD.ORG>
Subject: Re: cvs commit: src/release 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, 17 Nov 2007 02:01:33 -0000


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


On Fri, 2007-11-16 at 22:04 +0000, Alexey Dokuchaev wrote:
> On Fri, Nov 16, 2007 at 01:14:27PM +0000, Ken Smith wrote:
> > kensmith    2007-11-16 13:14:27 UTC
> >=20
> >   FreeBSD src repository
> >=20
> >   Modified files:
> >     release              Makefile=20
> >   Log:
> >   The i386 disc1 size wandered above what fits on 650Mb media which has=
 been
> >   our target previously.  So i386 joins the others that have switched o=
ver
> >   to a separate livefs iso image.
>=20
> I'm not even sure 650M discs are still being produced.  Seriously, I
> know that this was raised before, and the answer was always "no", but
> aren't we loosing more that gaining by sticking with 650M limit?
>=20
> ./danfe

The decision that this was the target pre-dates me.  I do my post-build
tests using 650Mb rewritable media to both alert me when we cross the
limit and not create *too* many coasters...  But a quick pass through
newegg.com suggests you're correct that you can't even buy 650Mb media
any more, even the rewritable variant.

If nobody screams loudly (as in someone more in tune with why we've
always targetted 650Mb media than I am chimes in) I don't mind switching
the target, I can buy a new set of 700Mb rewritable media for tests.

That said switching i386 back to not having a separate livefs is
probably going to take more than just this.  A few of the things that
are to be considered:

	- The bulk of the other architectures went to having the
	  separate livefs a while ago, including amd64 which is
	  generally considered on par with i386 as far as our
	  priorities go.  Getting it back to no livefs cd isn't
	  likely.

	- Given above having i386 not be different is desirable
	  from an end-user point of view.  Which iso's do what
	  being the same would be nice.

	- It crossed the size target even without packages on
	  disc1.  I'd have likely switched it to having the
	  separate livefs even if it didn't cross the target
	  now once we started looking at packages.  It's very
	  desirable from an end-user (potentially novice) point
	  of view if everything sysinstall needs up to the part
	  where it enters the "Would you like to browse the
	  packages?" screen is on disc1.  That boils down to
	  most of xorg at the moment, you can still select to
	  have X11 stuff be installed as part of the initial
	  software distribution selection (I'd like to change
	  that shortly in HEAD but it's not going to happen
	  for 7.0...).

	- The size of stuff won't decrease as the branch matures
	  (7.1, 7.2, etc).  IMHO we might as well admit now that
	  before we stop doing releases on RELENG_7 we'd have
	  needed to do this and get users used to the idea.

	- Yes, people have asked about doing DVDs instead but
	  I haven't had time and nobody else progressed past the
	  question phase.  :-)  If nobody else does I'll start
	  screwing around with it in HEAD after the releases are
	  over so that it's feasible for 8.X but we're way too
	  far along in the release cycle to consider it now.

I haven't started to look at the packages yet, that's usually something
I start at least mucking a little bit with around RC1 so I don't know
how much space the disc1 package set will need.  But I'm guessing even
if we shift over to having a 700Mb target size it's likely due to other
factors we should just leave the livefs separate.  I would also guess
the bulk of our user base doesn't *really* mind having a separate livefs
since one would hope needing to rescue a machine isn't something that
happens all that often.

--=20
                                                Ken Smith
- From there to here, from here to      |       kensmith@cse.buffalo.edu
  there, funny things are everywhere.   |
                      - Theodore Geisel |


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

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

iD8DBQBHPktG/G14VSmup/YRAgtRAJ0Rn8s3fPhsV5xHT6Cd1LaKF4fMLgCZAQCH
F9f2cyhsqtDa9cDxarkCpUk=
=JIjZ
-----END PGP SIGNATURE-----

--=-rSII6NiPDHBLUOPqixXb--


From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 03:41:19 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A775D16A418;
	Sat, 17 Nov 2007 03:41:19 +0000 (UTC)
	(envelope-from jb@what-creek.com)
Received: from what-creek.com (what-creek.com [66.111.37.70])
	by mx1.freebsd.org (Postfix) with ESMTP id 76BD813C45A;
	Sat, 17 Nov 2007 03:41:19 +0000 (UTC)
	(envelope-from jb@what-creek.com)
Received: by what-creek.com (Postfix, from userid 102)
	id D209073303; Sat, 17 Nov 2007 03:26:47 +0000 (GMT)
Date: Sat, 17 Nov 2007 03:26:47 +0000
From: John Birrell <jb@what-creek.com>
To: Ken Smith <kensmith@cse.Buffalo.EDU>
Message-ID: <20071117032647.GA73440@what-creek.com>
References: <200711161314.lAGDERAd027540@repoman.freebsd.org>
	<20071116220448.GA20435@FreeBSD.org>
	<1195264850.1257.22.camel@bauer.cse.buffalo.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1195264850.1257.22.camel@bauer.cse.buffalo.edu>
User-Agent: Mutt/1.4.2.3i
Cc: cvs-src@FreeBSD.ORG, Alexey Dokuchaev <danfe@FreeBSD.ORG>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	Ken Smith <kensmith@FreeBSD.ORG>
Subject: Re: cvs commit: src/release 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, 17 Nov 2007 03:41:19 -0000

On Fri, Nov 16, 2007 at 09:00:50PM -0500, Ken Smith wrote:
> 	- Yes, people have asked about doing DVDs instead but
> 	  I haven't had time and nobody else progressed past the
> 	  question phase.  :-)  If nobody else does I'll start
> 	  screwing around with it in HEAD after the releases are
> 	  over so that it's feasible for 8.X but we're way too
> 	  far along in the release cycle to consider it now.

I have a prototype of a release makefile system in p4 that I'd
like to discuss with you when you break free of actually doing
releases. Will you ever break free? :-)
 
I wanted a re-entrant release system that would let me type:
 
make livedvd_iso
 
(or something) and it would just build the things needed to make
that. And then if I changed a file it would incrementally
build like I always expect 'make'd things to do.

It's also cross-build enabled; doesn't require a chroot; uses
installed doc build tools; and shares buildworld/universe
trees.

--
John Birrell



From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 08:06:09 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB10B16A418;
	Sat, 17 Nov 2007 08:06:09 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B04613C46E;
	Sat, 17 Nov 2007 08:06:07 +0000 (UTC)
	(envelope-from jkim@FreeBSD.org)
Received: from niksun.com (anuket [10.70.0.5])
	by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id lAGKusMG015818;
	Fri, 16 Nov 2007 15:56:54 -0500 (EST)
	(envelope-from jkim@FreeBSD.org)
From: Jung-uk Kim <jkim@FreeBSD.org>
To: cvs-src@FreeBSD.org
Date: Fri, 16 Nov 2007 15:56:49 -0500
User-Agent: KMail/1.6.2
References: <200711162049.lAGKnYv1071169@repoman.freebsd.org>
In-Reply-To: <200711162049.lAGKnYv1071169@repoman.freebsd.org>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <200711161556.51520.jkim@FreeBSD.org>
X-Virus-Scanned: ClamAV 0.91.2/4816/Fri Nov 16 14:52:04 2007 on
	anuket.mj.niksun.com
X-Virus-Status: Clean
Cc: src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/pci 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: Sat, 17 Nov 2007 08:06:10 -0000

On Friday 16 November 2007 03:49 pm, Jung-uk Kim wrote:
> jkim        2007-11-16 20:49:34 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/pci          pci.c
>   Log:
>   Make VPD register access more robust:
>
>   - Implement timing out of VPD register access.[1]
>   - Fix an off-by-one error of freeing malloc'd space when checksum
> is invalid.
>   - Fix style(9) bugs, i.e., sizeof cannot be followed by
> space.
>   - Retire now obsolete 'hw.pci.enable_vpd' tunable. 

Forgot to mention:

    - Hide bad VPD checksum message under bootverbose.

Jung-uk Kim

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 09:33:57 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E9A3E16A419;
	Sat, 17 Nov 2007 09:33:57 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from spider.deepcore.dk
	(cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk
	[80.166.201.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F79913C455;
	Sat, 17 Nov 2007 09:33:57 +0000 (UTC) (envelope-from sos@deepcore.dk)
Received: from ws.local (ws.deepcore.dk [194.192.25.137])
	by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id lAH9XtGD061278;
	Sat, 17 Nov 2007 10:33:55 +0100 (CET) (envelope-from sos@deepcore.dk)
Message-ID: <473EB583.5070300@deepcore.dk>
Date: Sat, 17 Nov 2007 10:33:55 +0100
From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@deepcore.dk>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
References: <34234.1195256213@critter.freebsd.dk>
In-Reply-To: <34234.1195256213@critter.freebsd.dk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Cc: cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>,
	src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	Nate Lawson <nate@root.org>
Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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, 17 Nov 2007 09:33:58 -0000

Poul-Henning Kamp wrote:
> The only suggested change is that the printfs in geom gets supressed
> for this one particular errno.
>
> Nothing else changes as far as I know.
>  =20
Exactly.

-S=F8ren



From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 11:18:52 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 46ACF16A419
	for <cvs-src@freebsd.org>; Sat, 17 Nov 2007 11:18:52 +0000 (UTC)
	(envelope-from joao.barros@gmail.com)
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189])
	by mx1.freebsd.org (Postfix) with ESMTP id BE90F13C46A
	for <cvs-src@freebsd.org>; Sat, 17 Nov 2007 11:18:42 +0000 (UTC)
	(envelope-from joao.barros@gmail.com)
Received: by nf-out-0910.google.com with SMTP id b2so1021891nfb
	for <cvs-src@freebsd.org>; Sat, 17 Nov 2007 03:18:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta;
	h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	bh=dP6SoFNR9jvicCHiGzVFKWAmJeuQ2BAEws+QmJDrpns=;
	b=hagcgxQwf62wa0BMWWvce0ULsE/mZWqIyIg4K12mKJDCk+tp+oknGA5KZ0FLCepE7I8bmmxVQL1/zIv9gk1tlUk2oGmy+HzTsJDdCwipDvcH5ZJBye+t/2G6gLcIcMxaCNk2scVke5wn/CT7IPTGmhXmDRe7v/FUFc6sQoRVHuU=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;
	h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
	b=UhlnDHnQxh8BKBZs5uH06kpiVchhIPrshzdm+p26ZKzWB/BDoIcwG0bfYoYwaEd77b0gHdcL0DUnOQscHkrcxRme/ywiuc3++0FJgdxCEOquKvDCAvULu35VXRItxLdpJFWvayVgdePEfqACygSdGWg+cpkN1BmIJsIg+lYtVHU=
Received: by 10.78.156.6 with SMTP id d6mr2905952hue.1195298313618;
	Sat, 17 Nov 2007 03:18:33 -0800 (PST)
Received: by 10.78.187.19 with HTTP; Sat, 17 Nov 2007 03:18:33 -0800 (PST)
Message-ID: <70e8236f0711170318m3070f059scee74df1969cadb8@mail.gmail.com>
Date: Sat, 17 Nov 2007 11:18:33 +0000
From: "Joao Barros" <joao.barros@gmail.com>
To: "John Birrell" <jb@what-creek.com>
In-Reply-To: <20071117032647.GA73440@what-creek.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200711161314.lAGDERAd027540@repoman.freebsd.org>
	<20071116220448.GA20435@FreeBSD.org>
	<1195264850.1257.22.camel@bauer.cse.buffalo.edu>
	<20071117032647.GA73440@what-creek.com>
Cc: cvs-src@freebsd.org, Ken Smith <kensmith@cse.buffalo.edu>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/release 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, 17 Nov 2007 11:18:52 -0000

On Nov 17, 2007 3:26 AM, John Birrell <jb@what-creek.com> wrote:
> On Fri, Nov 16, 2007 at 09:00:50PM -0500, Ken Smith wrote:
> >       - Yes, people have asked about doing DVDs instead but
> >         I haven't had time and nobody else progressed past the
> >         question phase.  :-)  If nobody else does I'll start
> >         screwing around with it in HEAD after the releases are
> >         over so that it's feasible for 8.X but we're way too
> >         far along in the release cycle to consider it now.
>
> I have a prototype of a release makefile system in p4 that I'd
> like to discuss with you when you break free of actually doing
> releases. Will you ever break free? :-)
>
> I wanted a re-entrant release system that would let me type:
>
> make livedvd_iso
>
> (or something) and it would just build the things needed to make
> that. And then if I changed a file it would incrementally
> build like I always expect 'make'd things to do.
>
> It's also cross-build enabled; doesn't require a chroot; uses
> installed doc build tools; and shares buildworld/universe
> trees.

That would be most welcome :)


-- 
Joao Barros

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 16:19:49 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AEC1116A417;
	Sat, 17 Nov 2007 16:19:49 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 87CC913C442;
	Sat, 17 Nov 2007 16:19:49 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHGJnp8003275;
	Sat, 17 Nov 2007 16:19:49 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHGJn3C003274;
	Sat, 17 Nov 2007 16:19:49 GMT (envelope-from maxim)
Message-Id: <200711171619.lAHGJn3C003274@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Sat, 17 Nov 2007 16:19: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/fs/msdosfs msdosfs_vfsops.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, 17 Nov 2007 16:19:49 -0000

maxim       2007-11-17 16:19:49 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_vfsops.c 
  Log:
  o Fix a typo in the comment.
  
  Revision  Changes    Path
  1.182     +1 -1      src/sys/fs/msdosfs/msdosfs_vfsops.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 16:45:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 96C5416A4F8;
	Sat, 17 Nov 2007 16:45:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id B021E13C45D;
	Sat, 17 Nov 2007 16:45:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHGjcAA004272;
	Sat, 17 Nov 2007 16:45:38 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHGjcMS004271;
	Sat, 17 Nov 2007 16:45:38 GMT (envelope-from jhb)
Message-Id: <200711171645.lAHGjcMS004271@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sat, 17 Nov 2007 16:45: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/gnu/usr.bin/gdb/kgdb kgdb.h 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: Sat, 17 Nov 2007 16:45:39 -0000

jhb         2007-11-17 16:45:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    gnu/usr.bin/gdb/kgdb kgdb.h kthr.c 
  Log:
  MFC: Rename the private lookup() routine in kthr.c to kgdb_lookup() and
  make it public so other parts of kgdb can use it.
  
  Revision  Changes    Path
  1.2.2.2   +2 -0      src/gnu/usr.bin/gdb/kgdb/kgdb.h
  1.2.2.4   +7 -7      src/gnu/usr.bin/gdb/kgdb/kthr.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 16:49:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4D32B16A468;
	Sat, 17 Nov 2007 16:49:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 26ADB13C468;
	Sat, 17 Nov 2007 16:49:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHGnkSl013147;
	Sat, 17 Nov 2007 16:49:46 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHGnkCu013146;
	Sat, 17 Nov 2007 16:49:46 GMT (envelope-from jhb)
Message-Id: <200711171649.lAHGnkCu013146@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sat, 17 Nov 2007 16:49:45 +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/gnu/usr.bin/gdb/kgdb kgdb.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: Sat, 17 Nov 2007 16:49:46 -0000

jhb         2007-11-17 16:49:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    gnu/usr.bin/gdb/kgdb kgdb.1 
  Log:
  MFC: Document -w flag.
  
  Revision  Changes    Path
  1.7.2.2   +8 -0      src/gnu/usr.bin/gdb/kgdb/kgdb.1

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 16:50:21 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F197A16A41A;
	Sat, 17 Nov 2007 16:50:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id CB43413C442;
	Sat, 17 Nov 2007 16:50:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHGoKdj013267;
	Sat, 17 Nov 2007 16:50:20 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHGoKPO013266;
	Sat, 17 Nov 2007 16:50:20 GMT (envelope-from jhb)
Message-Id: <200711171650.lAHGoKPO013266@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sat, 17 Nov 2007 16:50: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/gnu/usr.bin/gdb/kgdb kthr.c trgt.c trgt_arm.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, 17 Nov 2007 16:50:21 -0000

jhb         2007-11-17 16:50:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    gnu/usr.bin/gdb/kgdb kthr.c trgt.c trgt_arm.c 
  Log:
  MFC: Some minor whitespace and style fixes.
  
  Revision  Changes    Path
  1.2.2.5   +2 -2      src/gnu/usr.bin/gdb/kgdb/kthr.c
  1.2.2.3   +3 -5      src/gnu/usr.bin/gdb/kgdb/trgt.c
  1.2.2.2   +3 -3      src/gnu/usr.bin/gdb/kgdb/trgt_arm.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 16:51:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 20ED516A417;
	Sat, 17 Nov 2007 16:51:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id EF13C13C442;
	Sat, 17 Nov 2007 16:51:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHGpwx0013379;
	Sat, 17 Nov 2007 16:51:58 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHGpwdV013378;
	Sat, 17 Nov 2007 16:51:58 GMT (envelope-from jhb)
Message-Id: <200711171651.lAHGpwdV013378@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sat, 17 Nov 2007 16:51: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/gnu/usr.bin/gdb/kgdb kgdb.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: Sat, 17 Nov 2007 16:51:59 -0000

jhb         2007-11-17 16:51:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    gnu/usr.bin/gdb/kgdb kgdb.1 
  Log:
  MFC: Add the bump of the doc date missed in previous MFC.
  
  Revision  Changes    Path
  1.7.2.3   +2 -1      src/gnu/usr.bin/gdb/kgdb/kgdb.1

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 17:05:01 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8C6DB16A417;
	Sat, 17 Nov 2007 17:05:01 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 6448C13C45B;
	Sat, 17 Nov 2007 17:05:01 +0000 (UTC)
	(envelope-from maxim@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHH51ei015006;
	Sat, 17 Nov 2007 17:05:01 GMT
	(envelope-from maxim@repoman.freebsd.org)
Received: (from maxim@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHH51sY015005;
	Sat, 17 Nov 2007 17:05:01 GMT (envelope-from maxim)
Message-Id: <200711171705.lAHH51sY015005@repoman.freebsd.org>
From: Maxim Konovalov <maxim@FreeBSD.org>
Date: Sat, 17 Nov 2007 17:05: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/sbin/mount_ntfs mount_ntfs.8 src/sys/fs/ntfs
 ntfs_vfsops.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, 17 Nov 2007 17:05:01 -0000

maxim       2007-11-17 17:05:01 UTC

  FreeBSD src repository

  Modified files:
    sbin/mount_ntfs      mount_ntfs.8 
    sys/fs/ntfs          ntfs_vfsops.c 
  Log:
  o Mask maximum file permissions we get from mount_ntfs -m
  with ACCESSPERMS.  Document in mount_ntfs(8) only the nine
  low-order bits of mask are used (taken from mount_msdosfs(8)).
  
  PR:             kern/114856
  Submitted by:   Ighighi
  MFC after:      1 month
  
  Revision  Changes    Path
  1.22      +4 -1      src/sbin/mount_ntfs/mount_ntfs.8
  1.90      +2 -1      src/sys/fs/ntfs/ntfs_vfsops.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 17:25:22 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E792E16A41B;
	Sat, 17 Nov 2007 17:25:22 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C11EF13C4CC;
	Sat, 17 Nov 2007 17:25:22 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHHPMOf015829;
	Sat, 17 Nov 2007 17:25:22 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHHPMo8015828;
	Sat, 17 Nov 2007 17:25:22 GMT (envelope-from cognet)
Message-Id: <200711171725.lAHHPMo8015828@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 17:25: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/sys/arm/conf HL200
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 17 Nov 2007 17:25:23 -0000

cognet      2007-11-17 17:25:22 UTC

  FreeBSD src repository

  Added files:
    sys/arm/conf         HL200 
  Log:
  Add a kernel config file for the Hot-e HL200 (AT91RM92 based).
  Many thanks to John Nicholls from Thinklinx for sending sample hardware.
  
  Revision  Changes    Path
  1.1       +151 -0    src/sys/arm/conf/HL200 (new)

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 17:32:40 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B8BC816A421;
	Sat, 17 Nov 2007 17:32:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 8F08E13C502;
	Sat, 17 Nov 2007 17:32:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHHWeRq016158;
	Sat, 17 Nov 2007 17:32:40 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHHWelC016157;
	Sat, 17 Nov 2007 17:32:40 GMT (envelope-from jhb)
Message-Id: <200711171732.lAHHWelC016157@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sat, 17 Nov 2007 17: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/sys/boot/i386/cdboot cdboot.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: Sat, 17 Nov 2007 17:32:40 -0000

jhb         2007-11-17 17:32:40 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/cdboot cdboot.s 
  Log:
  Add a trailing \0 to the read error string so that read errors don't print
  out two error messages.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/boot/i386/cdboot/cdboot.s

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 18:22:57 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CDB5516A419;
	Sat, 17 Nov 2007 18:22:57 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id C004413C447;
	Sat, 17 Nov 2007 18:22:57 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHIMvQP019263;
	Sat, 17 Nov 2007 18:22:57 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHIMvcx019262;
	Sat, 17 Nov 2007 18:22:57 GMT (envelope-from cognet)
Message-Id: <200711171822.lAHIMvcx019262@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 18:22: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/sys/arm/xscale/ixp425 if_npe.c ixp425_npe.c
 ixp425_npevar.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, 17 Nov 2007 18:22:57 -0000

cognet      2007-11-17 18:22:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/arm/xscale/ixp425 if_npe.c ixp425_npe.c ixp425_npevar.h 
  Log:
  MFC:
  sys/arm/xscale/ixp425/ixp425_npe.c rev 1.6
  sys/arm/xscale/ixp425/if_npe.c rev 1.6
  sys/arm/xscale/ixp425/ixp425_npevar.h rev 1.2
  
  date: 2007/05/24 16:31:22;  author: sam;  state: Exp;  lines: +3 -3
  Search for a proper ucode image to use by incrementing the minor
  release number up to the max.  This should eliminate the need to
  tweak the default imageid define for later releases that are found
  on the Intel web site.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.5.2.2   +20 -4     src/sys/arm/xscale/ixp425/if_npe.c
  1.3.2.2   +3 -3      src/sys/arm/xscale/ixp425/ixp425_npe.c
  1.1.2.2   +20 -1     src/sys/arm/xscale/ixp425/ixp425_npevar.h

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 18:24:47 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 58E2216A420;
	Sat, 17 Nov 2007 18:24:47 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B17E13C458;
	Sat, 17 Nov 2007 18:24:47 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHIOlQK019389;
	Sat, 17 Nov 2007 18:24:47 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHIOlgY019388;
	Sat, 17 Nov 2007 18:24:47 GMT (envelope-from cognet)
Message-Id: <200711171824.lAHIOlgY019388@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 18:24:47 +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/arm/xscale/ixp425 files.ixp425
 src/sys/contrib/dev/npe IxNpeMicrocode.dat.uu LICENSE
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 17 Nov 2007 18:24:47 -0000

cognet      2007-11-17 18:24:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/arm/xscale/ixp425 files.ixp425 
  Added files:           (Branch: RELENG_6)
    sys/contrib/dev/npe  IxNpeMicrocode.dat.uu LICENSE 
  Log:
  MFC arm/xscale/ixp425/files.ixp425 up to rev 1.4, add IxNpeMicrocode.dat.uu
  Now that Intel changed the license for the NPE firmware, import it directly
  hexed into our tree, instead of requiring the user to download it.
  
  Revision  Changes    Path
  1.2.2.2   +2 -7      src/sys/arm/xscale/ixp425/files.ixp425
  1.1.4.1   +803 -0    src/sys/contrib/dev/npe/IxNpeMicrocode.dat.uu (new)
  1.1.4.1   +12 -0     src/sys/contrib/dev/npe/LICENSE (new)

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 18:41:05 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1A0A616A418;
	Sat, 17 Nov 2007 18:41:05 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E85A613C478;
	Sat, 17 Nov 2007 18:41:04 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHIf4HN020032;
	Sat, 17 Nov 2007 18:41:04 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHIf4sI020031;
	Sat, 17 Nov 2007 18:41:04 GMT (envelope-from cognet)
Message-Id: <200711171841.lAHIf4sI020031@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 18:41:04 +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/arm nm-fbsd.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, 17 Nov 2007 18:41:05 -0000

cognet      2007-11-17 18:41:04 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/arch/arm nm-fbsd.h 
  Log:
  There's no reason why we couldn't attach to a live process on arm.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.2       +3 -0      src/gnu/usr.bin/gdb/arch/arm/nm-fbsd.h

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 20:24:59 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0FBA316A4C0;
	Sat, 17 Nov 2007 20:24:59 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id DEF2413C478;
	Sat, 17 Nov 2007 20:24:58 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHKOwHm026382;
	Sat, 17 Nov 2007 20:24:58 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHKOwnX026381;
	Sat, 17 Nov 2007 20:24:58 GMT (envelope-from ru)
Message-Id: <200711172024.lAHKOwnX026381@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Sat, 17 Nov 2007 20:24: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/bin/ln ln.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, 17 Nov 2007 20:24:59 -0000

ru          2007-11-17 20:24:58 UTC

  FreeBSD src repository

  Modified files:
    bin/ln               ln.c 
  Log:
  Swap "source"/"target" where appropriate, to match documentation.
  
  Revision  Changes    Path
  1.35      +38 -38    src/bin/ln/ln.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 21:01:23 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9EDEE16A41A;
	Sat, 17 Nov 2007 21:01:23 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B32713C44B;
	Sat, 17 Nov 2007 21:01:23 +0000 (UTC) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHL1Nao037211;
	Sat, 17 Nov 2007 21:01:23 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHL1NMK037210;
	Sat, 17 Nov 2007 21:01:23 GMT (envelope-from ru)
Message-Id: <200711172101.lAHL1NMK037210@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Sat, 17 Nov 2007 21:01: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/bin/ln ln.1 ln.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, 17 Nov 2007 21:01:23 -0000

ru          2007-11-17 21:01:23 UTC

  FreeBSD src repository

  Modified files:
    bin/ln               ln.1 ln.c 
  Log:
  Express in the usage() and SYNOPSIS that -F depends on -s, and
  that -f and -i are exclusive.
  
  Revision  Changes    Path
  1.32      +6 -2      src/bin/ln/ln.1
  1.36      +2 -2      src/bin/ln/ln.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 21:28:03 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A61E416A469;
	Sat, 17 Nov 2007 21:28:03 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 807FF13C467;
	Sat, 17 Nov 2007 21:28:03 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHLS3xY039401;
	Sat, 17 Nov 2007 21:28:03 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHLRrO9039395;
	Sat, 17 Nov 2007 21:27:53 GMT (envelope-from cognet)
Message-Id: <200711172127.lAHLRrO9039395@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 21:27: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/lib/libthread_db/arch/arm 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: Sat, 17 Nov 2007 21:28:03 -0000

cognet      2007-11-17 21:27:53 UTC

  FreeBSD src repository

  Added files:
    lib/libthread_db/arch/arm libpthread_md.c 
  Log:
  Add arm support in libthread_db.
  
  Revision  Changes    Path
  1.1       +116 -0    src/lib/libthread_db/arch/arm/libpthread_md.c (new)

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 21:29:03 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C04916A476;
	Sat, 17 Nov 2007 21:29:03 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 1858D13C50A;
	Sat, 17 Nov 2007 21:29:03 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHLT2M1039440;
	Sat, 17 Nov 2007 21:29:02 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHLT2P4039439;
	Sat, 17 Nov 2007 21:29:02 GMT (envelope-from cognet)
Message-Id: <200711172129.lAHLT2P4039439@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 21:29: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/lib 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, 17 Nov 2007 21:29:03 -0000

cognet      2007-11-17 21:29:02 UTC

  FreeBSD src repository

  Modified files:
    lib                  Makefile 
  Log:
  Build libthread_db for arm as well.
  
  MFC after: 1 week
  
  Revision  Changes    Path
  1.226     +1 -5      src/lib/Makefile

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 21:30:07 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 50A5416A4BF;
	Sat, 17 Nov 2007 21:30:04 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E6F7013C468;
	Sat, 17 Nov 2007 21:30:03 +0000 (UTC)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHLU39X039536;
	Sat, 17 Nov 2007 21:30:03 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHLU37r039535;
	Sat, 17 Nov 2007 21:30:03 GMT (envelope-from cognet)
Message-Id: <200711172130.lAHLU37r039535@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Sat, 17 Nov 2007 21:30: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/gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c
 armfbsd-tdep.c 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: Sat, 17 Nov 2007 21:30:08 -0000

cognet      2007-11-17 21:30:03 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c 
                             init.c 
  Log:
  Add thread support for arm.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.2       +1 -1      src/gnu/usr.bin/gdb/arch/arm/Makefile
  1.2       +37 -3     src/gnu/usr.bin/gdb/arch/arm/armfbsd-nat.c
  1.2       +0 -1      src/gnu/usr.bin/gdb/arch/arm/armfbsd-tdep.c
  1.2       +2 -0      src/gnu/usr.bin/gdb/arch/arm/init.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 21:54:58 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E13EB16A41A;
	Sat, 17 Nov 2007 21:54:57 +0000 (UTC)
	(envelope-from oleg@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id BD6A313C455;
	Sat, 17 Nov 2007 21:54:57 +0000 (UTC)
	(envelope-from oleg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHLsvx1040487;
	Sat, 17 Nov 2007 21:54:57 GMT
	(envelope-from oleg@repoman.freebsd.org)
Received: (from oleg@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHLsvJw040486;
	Sat, 17 Nov 2007 21:54:57 GMT (envelope-from oleg)
Message-Id: <200711172154.lAHLsvJw040486@repoman.freebsd.org>
From: Oleg Bulyzhin <oleg@FreeBSD.org>
Date: Sat, 17 Nov 2007 21:54: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/netinet ip_dummynet.c 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: Sat, 17 Nov 2007 21:54:59 -0000

oleg        2007-11-17 21:54:57 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_dummynet.c 
    sbin/ipfw            ipfw.8 
  Log:
  - New sysctl variable: net.inet.ip.dummynet.io_fast
    If it is set to zero value (default) dummynet module will try to emulate
    real link as close as possible (bandwidth & latency): packet will not leave
    pipe faster than it should be on real link with given bandwidth.
    (This is original behaviour of dummynet which was altered in previous commit)
    If it is set to non-zero value only bandwidth is enforced: packet's latency
    can be lower comparing to real link with given bandwidth.
  
  - Document recently introduced dummynet(4) sysctl variables.
  
  Requested by:   luigi, julian
  MFC after:      3 month
  
  Revision  Changes    Path
  1.206     +19 -1     src/sbin/ipfw/ipfw.8
  1.113     +6 -3      src/sys/netinet/ip_dummynet.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 22:04:36 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8AEA216A419;
	Sat, 17 Nov 2007 22:04:36 +0000 (UTC)
	(envelope-from wilko@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 671BC13C459;
	Sat, 17 Nov 2007 22:04:36 +0000 (UTC)
	(envelope-from wilko@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHM4aRn042103;
	Sat, 17 Nov 2007 22:04:36 GMT
	(envelope-from wilko@repoman.freebsd.org)
Received: (from wilko@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHM4a6C042102;
	Sat, 17 Nov 2007 22:04:36 GMT (envelope-from wilko)
Message-Id: <200711172204.lAHM4a6C042102@repoman.freebsd.org>
From: Wilko Bulte <wilko@FreeBSD.org>
Date: Sat, 17 Nov 2007 22:04: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: 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: Sat, 17 Nov 2007 22:04:36 -0000

wilko       2007-11-17 22:04:36 UTC

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
  take Johan Karlsson <johan@FreeBSD.ORG> commit bit in safekeeping
  per his request to core.
  
  Approved by:    core (implicit)
  
  Revision  Changes    Path
  1.846     +0 -1      CVSROOT/access

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 22:14:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 09D0216A421;
	Sat, 17 Nov 2007 22:14:30 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id D9FBC13C442;
	Sat, 17 Nov 2007 22:14:29 +0000 (UTC)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHMETdB042532;
	Sat, 17 Nov 2007 22:14:29 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHMETlb042531;
	Sat, 17 Nov 2007 22:14:29 GMT (envelope-from rwatson)
Message-Id: <200711172214.lAHMETlb042531@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 17 Nov 2007 22:14:29 +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/openbsm/etc audit_control
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 17 Nov 2007 22:14:30 -0000

rwatson     2007-11-17 22:14:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/openbsm/etc  audit_control 
  Log:
  Re-add $FreeBSD$ lost during vendor merge of OpenBSM 1.0 to RELENG_6.
  No $FreeBSD$ tags in the vendor code, but we need them in FreeBSD to
  support mergemaster and related tools.
  
  Spotted by:     Pawel Worach
  
  Revision  Changes    Path
  1.2.2.4   +1 -0      src/contrib/openbsm/etc/audit_control

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 22:52:30 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5E2AF16A417;
	Sat, 17 Nov 2007 22:52:30 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4FC1E13C467;
	Sat, 17 Nov 2007 22:52:30 +0000 (UTC) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHMqUCg044201;
	Sat, 17 Nov 2007 22:52:30 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHMqUfm044200;
	Sat, 17 Nov 2007 22:52:30 GMT (envelope-from alc)
Message-Id: <200711172252.lAHMqUfm044200@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Sat, 17 Nov 2007 22:52: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/amd64/amd64 pmap.c src/sys/arm/arm pmap.c
 src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c
 src/sys/powerpc/powerpc mmu_if.m mmu_oea.c pmap_dispatch.c
 src/sys/sparc64/sparc64 pmap.c src/sys/sun4v/sun4v pmap.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, 17 Nov 2007 22:52:30 -0000

alc         2007-11-17 22:52:30 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/arm/arm          pmap.c 
    sys/i386/i386        pmap.c 
    sys/ia64/ia64        pmap.c 
    sys/powerpc/powerpc  mmu_if.m mmu_oea.c pmap_dispatch.c 
    sys/sparc64/sparc64  pmap.c 
    sys/sun4v/sun4v      pmap.c 
    sys/vm               pmap.h vm_object.c 
  Log:
  Prevent the leakage of wired pages in the following circumstances:
  First, a file is mmap(2)ed and then mlock(2)ed.  Later, it is truncated.
  Under "normal" circumstances, i.e., when the file is not mlock(2)ed, the
  pages beyond the EOF are unmapped and freed.  However, when the file is
  mlock(2)ed, the pages beyond the EOF are unmapped but not freed because
  they have a non-zero wire count.  This can be a mistake.  Specifically,
  it is a mistake if the sole reason why the pages are wired is because of
  wired, managed mappings.  Previously, unmapping the pages destroys these
  wired, managed mappings, but does not reduce the pages' wire count.
  Consequently, when the file is unmapped, the pages are not unwired
  because the wired mapping has been destroyed.  Moreover, when the vm
  object is finally destroyed, the pages are leaked because they are still
  wired.  The fix is to reduce the pages' wired count by the number of
  wired, managed mappings destroyed.  To do this, I introduce a new pmap
  function pmap_page_wired_mappings() that returns the number of managed
  mappings to the given physical page that are wired, and I use this
  function in vm_object_page_remove().
  
  Reviewed by: tegge
  MFC after: 6 weeks
  
  Revision  Changes    Path
  1.594     +29 -0     src/sys/amd64/amd64/pmap.c
  1.89      +21 -0     src/sys/arm/arm/pmap.c
  1.599     +31 -0     src/sys/i386/i386/pmap.c
  1.193     +32 -0     src/sys/ia64/ia64/pmap.c
  1.8       +15 -0     src/sys/powerpc/powerpc/mmu_if.m
  1.116     +22 -0     src/sys/powerpc/powerpc/mmu_oea.c
  1.11      +7 -0      src/sys/powerpc/powerpc/pmap_dispatch.c
  1.168     +20 -0     src/sys/sparc64/sparc64/pmap.c
  1.41      +28 -0     src/sys/sun4v/sun4v/pmap.c
  1.81      +1 -0      src/sys/vm/pmap.h
  1.387     +13 -1     src/sys/vm/vm_object.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 23:09:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C587516A47A;
	Sat, 17 Nov 2007 23:09:39 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 9B69F13C51D;
	Sat, 17 Nov 2007 23:09:39 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHN9dNR046011;
	Sat, 17 Nov 2007 23:09:39 GMT (envelope-from jb@repoman.freebsd.org)
Received: (from jb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHN9dGC046010;
	Sat, 17 Nov 2007 23:09:39 GMT (envelope-from jb)
Message-Id: <200711172309.lAHN9dGC046010@repoman.freebsd.org>
From: John Birrell <jb@FreeBSD.org>
Date: Sat, 17 Nov 2007 23: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/usr.sbin/IPXrouted trace.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, 17 Nov 2007 23:09:40 -0000

jb          2007-11-17 23:09:39 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/IPXrouted   trace.c 
  Log:
  Use printf formats which match the variable types without casts so we
  can go back to using -Werror in higher WARNS levels.
  
  Revision  Changes    Path
  1.12      +4 -4      src/usr.sbin/IPXrouted/trace.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 23:12:46 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4D3BB16A41A;
	Sat, 17 Nov 2007 23:12:46 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 285F413C448;
	Sat, 17 Nov 2007 23:12:46 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHNCkAu046214;
	Sat, 17 Nov 2007 23:12:46 GMT (envelope-from jb@repoman.freebsd.org)
Received: (from jb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHNCk6M046213;
	Sat, 17 Nov 2007 23:12:46 GMT (envelope-from jb)
Message-Id: <200711172312.lAHNCk6M046213@repoman.freebsd.org>
From: John Birrell <jb@FreeBSD.org>
Date: Sat, 17 Nov 2007 23:12: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/usr.sbin/ppp physical.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, 17 Nov 2007 23:12:46 -0000

jb          2007-11-17 23:12:45 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ppp         physical.h 
  Log:
  Use uintptr_t to cast a pointer to an integer to avoid compiler warnings
  on processors where sizeof(void *) > sizeof(int).
  
  Revision  Changes    Path
  1.29      +1 -1      src/usr.sbin/ppp/physical.h

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 23:14:06 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6D57316A420;
	Sat, 17 Nov 2007 23:14:06 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A92A13C4C6;
	Sat, 17 Nov 2007 23:14:06 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHNE6Zi046276;
	Sat, 17 Nov 2007 23:14:06 GMT (envelope-from jb@repoman.freebsd.org)
Received: (from jb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHNE6H2046275;
	Sat, 17 Nov 2007 23:14:06 GMT (envelope-from jb)
Message-Id: <200711172314.lAHNE6H2046275@repoman.freebsd.org>
From: John Birrell <jb@FreeBSD.org>
Date: Sat, 17 Nov 2007 23:14: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.sbin/ppp chap.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, 17 Nov 2007 23:14:06 -0000

jb          2007-11-17 23:14:06 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ppp         chap.h 
  Log:
  Use uintptr_t to cast a pointer to an integer to avoid compiler warnings
  on processors where sizeof(void *) > sizeof(int).
  
  Revision  Changes    Path
  1.23      +1 -1      src/usr.sbin/ppp/chap.h

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 23:17:06 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3CC5F16A417;
	Sat, 17 Nov 2007 23:17:06 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 18C3E13C478;
	Sat, 17 Nov 2007 23:17:06 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHNH5Ow046397;
	Sat, 17 Nov 2007 23:17:05 GMT (envelope-from jb@repoman.freebsd.org)
Received: (from jb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHNH50e046396;
	Sat, 17 Nov 2007 23:17:05 GMT (envelope-from jb)
Message-Id: <200711172317.lAHNH50e046396@repoman.freebsd.org>
From: John Birrell <jb@FreeBSD.org>
Date: Sat, 17 Nov 2007 23:17: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/usr.sbin/sa db.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, 17 Nov 2007 23:17:06 -0000

jb          2007-11-17 23:17:05 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sa          db.c 
  Log:
  Fix a compiler warning by using a printf format matching the variable
  type.
  
  Revision  Changes    Path
  1.2       +1 -1      src/usr.sbin/sa/db.c

From owner-cvs-src@FreeBSD.ORG  Sat Nov 17 23:21:39 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 10FA816A468;
	Sat, 17 Nov 2007 23:21:39 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id E133513C45B;
	Sat, 17 Nov 2007 23:21:38 +0000 (UTC) (envelope-from jb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHNLcSJ046616;
	Sat, 17 Nov 2007 23:21:38 GMT (envelope-from jb@repoman.freebsd.org)
Received: (from jb@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAHNLcRl046615;
	Sat, 17 Nov 2007 23:21:38 GMT (envelope-from jb)
Message-Id: <200711172321.lAHNLcRl046615@repoman.freebsd.org>
From: John Birrell <jb@FreeBSD.org>
Date: Sat, 17 Nov 2007 23:21: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/fstat/zfs zfs.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, 17 Nov 2007 23:21:39 -0000

jb          2007-11-17 23:21:38 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/fstat/zfs    zfs.c 
  Log:
  Use variable types which match the function prototypes.
  
  Revision  Changes    Path
  1.2       +2 -1      src/usr.bin/fstat/zfs/zfs.c