From owner-cvs-src@FreeBSD.ORG  Sun May 22 00:30:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E2CA16A41C;
	Sun, 22 May 2005 00:30:50 +0000 (GMT)
	(envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 472A943D49;
	Sun, 22 May 2005 00:30:50 +0000 (GMT)
	(envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4M0UoqF092268;
	Sun, 22 May 2005 00:30:50 GMT
	(envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4M0UoIk092267;
	Sun, 22 May 2005 00:30:50 GMT
	(envelope-from alc)
Message-Id: <200505220030.j4M0UoIk092267@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Sun, 22 May 2005 00:30:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/vm vm_glue.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 00:30:50 -0000

alc         2005-05-22 00:30:50 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_glue.c 
  Log:
  Remove GIANT_REQUIRED from swapout_procs().
  
  Revision  Changes    Path
  1.211     +0 -2      src/sys/vm/vm_glue.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 03:16:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E171F16A41C;
	Sun, 22 May 2005 03:16:45 +0000 (GMT)
	(envelope-from silby@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A82F643D1F;
	Sun, 22 May 2005 03:16:45 +0000 (GMT)
	(envelope-from silby@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4M3GjFZ006125;
	Sun, 22 May 2005 03:16:45 GMT
	(envelope-from silby@repoman.freebsd.org)
Received: (from silby@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4M3GjwI006124;
	Sun, 22 May 2005 03:16:45 GMT
	(envelope-from silby)
Message-Id: <200505220316.j4M3GjwI006124@repoman.freebsd.org>
From: Mike Silbersack <silby@FreeBSD.org>
Date: Sun, 22 May 2005 03:16:45 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 03:16:46 -0000

silby       2005-05-22 03:16:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Add PCI ID for BCM5789.
  
  Submitted by:   S. Aeschbacher
  
  Revision  Changes    Path
  1.88      +2 -0      src/sys/dev/bge/if_bge.c
  1.35      +1 -0      src/sys/dev/bge/if_bgereg.h

From owner-cvs-src@FreeBSD.ORG  Sun May 22 03:17:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 28C0816A41C;
	Sun, 22 May 2005 03:17:50 +0000 (GMT)
	(envelope-from silby@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E26F343D1D;
	Sun, 22 May 2005 03:17:49 +0000 (GMT)
	(envelope-from silby@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4M3HnoX006190;
	Sun, 22 May 2005 03:17:49 GMT
	(envelope-from silby@repoman.freebsd.org)
Received: (from silby@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4M3Hn8L006189;
	Sun, 22 May 2005 03:17:49 GMT
	(envelope-from silby)
Message-Id: <200505220317.j4M3Hn8L006189@repoman.freebsd.org>
From: Mike Silbersack <silby@FreeBSD.org>
Date: Sun, 22 May 2005 03:17:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 03:17:50 -0000

silby       2005-05-22 03:17:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  MFC: Add PCI ID for BCM5789.
  
  Revision   Changes    Path
  1.72.2.13  +2 -0      src/sys/dev/bge/if_bge.c
  1.28.2.7   +1 -0      src/sys/dev/bge/if_bgereg.h

From owner-cvs-src@FreeBSD.ORG  Sun May 22 10:27:51 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B810916A41C;
	Sun, 22 May 2005 10:27:51 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 81CA643D1D;
	Sun, 22 May 2005 10:27:51 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MARpXn037693;
	Sun, 22 May 2005 10:27:51 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MARpje037692;
	Sun, 22 May 2005 10:27:51 GMT (envelope-from brueffer)
Message-Id: <200505221027.j4MARpje037692@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sun, 22 May 2005 10:27:51 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/man/man4 bge.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, 22 May 2005 10:27:51 -0000

brueffer    2005-05-22 10:27:51 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       bge.4 
  Log:
  BCM5789 support.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.18      +3 -3      src/share/man/man4/bge.4

From owner-cvs-src@FreeBSD.ORG  Sun May 22 15:25:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D1E6016A41C;
	Sun, 22 May 2005 15:25:14 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9870943D54;
	Sun, 22 May 2005 15:25:14 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MFPE8a057501;
	Sun, 22 May 2005 15:25:14 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MFPEBr057500;
	Sun, 22 May 2005 15:25:14 GMT (envelope-from brueffer)
Message-Id: <200505221525.j4MFPEBr057500@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sun, 22 May 2005 15:25:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/man/man4 pcm.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, 22 May 2005 15:25:15 -0000

brueffer    2005-05-22 15:25:14 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       pcm.4 
  Log:
  - Add a HARDWARE section based on the previous 'Supported Cards'
    subsection and the hardware notes.
  - Xref all snd_* drivers
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.39      +45 -31    src/share/man/man4/pcm.4

From owner-cvs-src@FreeBSD.ORG  Sun May 22 16:14:55 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9642316A41C;
	Sun, 22 May 2005 16:14:55 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA8843D53;
	Sun, 22 May 2005 16:14:55 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MGEtUY059579;
	Sun, 22 May 2005 16:14:55 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MGEtdk059578;
	Sun, 22 May 2005 16:14:55 GMT (envelope-from brueffer)
Message-Id: <200505221614.j4MGEtdk059578@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sun, 22 May 2005 16:14: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/share/man/man4 snd_ad1816.4 snd_als4000.4
 snd_cmi.4 snd_cs4281.4 snd_csa.4 snd_ds1.4 snd_emu10k1.4
 snd_es137x.4 snd_ess.4 snd_gusc.4 snd_sbc.4 snd_solo.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, 22 May 2005 16:14:55 -0000

brueffer    2005-05-22 16:14:55 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       snd_ad1816.4 snd_als4000.4 snd_cmi.4 
                         snd_cs4281.4 snd_csa.4 snd_ds1.4 
                         snd_emu10k1.4 snd_es137x.4 snd_ess.4 
                         snd_gusc.4 snd_sbc.4 snd_solo.4 
  Log:
  soundcard -> sound card
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.4       +2 -2      src/share/man/man4/snd_ad1816.4
  1.4       +2 -2      src/share/man/man4/snd_als4000.4
  1.4       +1 -1      src/share/man/man4/snd_cmi.4
  1.4       +2 -2      src/share/man/man4/snd_cs4281.4
  1.13      +1 -1      src/share/man/man4/snd_csa.4
  1.4       +2 -2      src/share/man/man4/snd_ds1.4
  1.4       +1 -1      src/share/man/man4/snd_emu10k1.4
  1.4       +1 -1      src/share/man/man4/snd_es137x.4
  1.4       +2 -2      src/share/man/man4/snd_ess.4
  1.12      +1 -1      src/share/man/man4/snd_gusc.4
  1.14      +1 -1      src/share/man/man4/snd_sbc.4
  1.4       +1 -1      src/share/man/man4/snd_solo.4

From owner-cvs-src@FreeBSD.ORG  Sun May 22 16:22:23 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CB1DF16A41C;
	Sun, 22 May 2005 16:22:23 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9469F43D1D;
	Sun, 22 May 2005 16:22:23 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MGMNsA059908;
	Sun, 22 May 2005 16:22:23 GMT
	(envelope-from schweikh@repoman.freebsd.org)
Received: (from schweikh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MGMN1s059907;
	Sun, 22 May 2005 16:22:23 GMT (envelope-from schweikh)
Message-Id: <200505221622.j4MGMN1s059907@repoman.freebsd.org>
From: Jens Schweikhardt <schweikh@FreeBSD.org>
Date: Sun, 22 May 2005 16:22:23 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/etc rc.subr
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 May 2005 16:22:24 -0000

schweikh    2005-05-22 16:22:23 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
  Log:
  Style: mostly tabs vs blanks, and semicolon placement.
  
  Revision  Changes    Path
  1.34      +26 -26    src/etc/rc.subr

From owner-cvs-src@FreeBSD.ORG  Sun May 22 16:31:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 43FA816A41C;
	Sun, 22 May 2005 16:31:33 +0000 (GMT)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0E15943D48;
	Sun, 22 May 2005 16:31:33 +0000 (GMT)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MGVWbH060335;
	Sun, 22 May 2005 16:31:32 GMT
	(envelope-from peter@repoman.freebsd.org)
Received: (from peter@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MGVWdc060334;
	Sun, 22 May 2005 16:31:32 GMT (envelope-from peter)
Message-Id: <200505221631.j4MGVWdc060334@repoman.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Sun, 22 May 2005 16:31:32 +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/include bus.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, 22 May 2005 16:31:33 -0000

peter       2005-05-22 16:31:32 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    bus.h 
  Log:
  MFi386: remove comment
  
  Revision  Changes    Path
  1.15      +0 -3      src/sys/amd64/include/bus.h

From owner-cvs-src@FreeBSD.ORG  Sun May 22 16:32:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 061F016A41F;
	Sun, 22 May 2005 16:32:03 +0000 (GMT)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C1FC443D48;
	Sun, 22 May 2005 16:32:02 +0000 (GMT)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MGW26O060373;
	Sun, 22 May 2005 16:32:02 GMT
	(envelope-from peter@repoman.freebsd.org)
Received: (from peter@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MGW2IH060372;
	Sun, 22 May 2005 16:32:02 GMT (envelope-from peter)
Message-Id: <200505221632.j4MGW2IH060372@repoman.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Sun, 22 May 2005 16:32:02 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/amd64/amd64 local_apic.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 16:32:03 -0000

peter       2005-05-22 16:32:02 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      local_apic.c 
  Log:
  MFi386: set PMC vector
  
  Revision  Changes    Path
  1.15      +6 -1      src/sys/amd64/amd64/local_apic.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 17:04:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D784116A41C;
	Sun, 22 May 2005 17:04:04 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD3043D4C;
	Sun, 22 May 2005 17:04:04 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MH44QM068435;
	Sun, 22 May 2005 17:04:04 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MH44nS068434;
	Sun, 22 May 2005 17:04:04 GMT (envelope-from brueffer)
Message-Id: <200505221704.j4MH44nS068434@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sun, 22 May 2005 17:04: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/release/doc/en_US.ISO8859-1/hardware/common
 dev.sgml src/release/doc/share/misc dev.archlist.txt
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 17:04:05 -0000

brueffer    2005-05-22 17:04:04 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    release/doc/en_US.ISO8859-1/hardware/common dev.sgml 
    release/doc/share/misc dev.archlist.txt 
  Log:
  - Autogenerate device listings for sound(4) aka pcm(4)
  - Rename the Audio Devices section into Sound Devices, this is more
    in line with out sound and snd_* drivers
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.280     +4 -11     src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
  1.62      +1 -0      src/release/doc/share/misc/dev.archlist.txt

From owner-cvs-src@FreeBSD.ORG  Sun May 22 17:12:43 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C50F16A41C;
	Sun, 22 May 2005 17:12:43 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6480E43D4C;
	Sun, 22 May 2005 17:12:43 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MHChHA068870;
	Sun, 22 May 2005 17:12:43 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MHChlD068869;
	Sun, 22 May 2005 17:12:43 GMT (envelope-from brueffer)
Message-Id: <200505221712.j4MHChlD068869@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sun, 22 May 2005 17:12: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/release/doc/en_US.ISO8859-1/hardware/common dev.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, 22 May 2005 17:12:43 -0000

brueffer    2005-05-22 17:12:43 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    release/doc/en_US.ISO8859-1/hardware/common dev.sgml 
  Log:
  Sort the sound section by driver name.  The exception to this is sound(4),
  which is the master driver and will hopefully be renamed to snd(4) soon.
  
  Revision  Changes    Path
  1.281     +17 -15    src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:13:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0714316A41C;
	Sun, 22 May 2005 18:13:22 +0000 (GMT)
	(envelope-from marius@newtrinity.zeist.de)
Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B76843D1D;
	Sun, 22 May 2005 18:13:21 +0000 (GMT)
	(envelope-from marius@newtrinity.zeist.de)
Received: from newtrinity.zeist.de (localhost [127.0.0.1])
	by newtrinity.zeist.de (8.12.11/8.12.10/ZEIST.DE) with ESMTP id
	j4MIDJS4099604; Sun, 22 May 2005 20:13:19 +0200 (CEST)
	(envelope-from marius@newtrinity.zeist.de)
Received: (from marius@localhost)
	by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j4MIDEa4099603;
	Sun, 22 May 2005 20:13:14 +0200 (CEST) (envelope-from marius)
Date: Sun, 22 May 2005 20:13:13 +0200
From: Marius Strobl <marius@alchemy.franken.de>
To: Marcel Moolenaar <marcel@xcllnt.net>
Message-ID: <20050522201313.D75942@newtrinity.zeist.de>
References: <200505212017.j4LKH1cM075616@repoman.freebsd.org>
	<d1f28189e2af839ffbb06c7a3dfb0730@xcllnt.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <d1f28189e2af839ffbb06c7a3dfb0730@xcllnt.net>;
	from marcel@xcllnt.net on Sat, May 21, 2005 at 03:16:06PM -0700
X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-4; AVE: 6.30.0.12;
	VDF: 6.30.0.192; host: newtrinity.zeist.de)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sparc64/sparc64 ofw_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, 22 May 2005 18:13:22 -0000

On Sat, May 21, 2005 at 03:16:06PM -0700, Marcel Moolenaar wrote:
> On May 21, 2005, at 1:17 PM, Marius Strobl wrote:
> *snip*
> >   - Make sure that the OFW address properties that are going to be 
> > decode
> >     consist of the expected number of address and size cells (we can't 
> > use
> >     dynamic arrays here because at the point in the boot process when 
> > this
> >     code is used malloc() doesn't work, yet). This fixes a Fast Data 
> > Access
> >     MMU Miss when uart(4) (erroneously) calls OF_decode_addr() to 
> > decode
> >     the address of PS/2 keyboards.
> 
> Interesting. Do you know why uart(4) calls OF_decode_addr() in that
> case?

In short because the nodes of PS/2 keyboards also have a 'keyboard'
property and their 'device_type' property is also 'serial'. Therefore
uart_cpu_getdev_keyboard() of uart_cpu_sparc64.c matches the nodes of
SCCs/UARTs serving as keyboard controllers and PS/2 keyboards alike.
Note that I screwed the comment I added to uart_cpu_getdev_keyboard()
somewhat; it actually also matches PS/2 keyboard nodes rather than
their parent/controller nodes and it doesn't match USB keyboard
nodes as those don't have a 'device_type' property (I didn't have
an USB keyboard back then).
With the approach uart_cpu_getdev_keyboard() currently takes one
can't tell nodes of SCCs/UARTs serving as keyboard controllers and
those of PS/2 keyboards apart without also looking at the 'name'
property. I can't think of another approach to this if we want to
keep identifying SCCs/UARTs serving as keyboard controllers also
when the keyboard is not the chosen input-device or not plugged in.
So in order properly fix this the only choice we have probably is
to also check the 'name' property for names of SCCs/UARTs which
are known to be used in that way (should be 'su', 'su_pnp' and
'zs'; the SAB82532 as well as NS16550 on ISA aren't used to
connect keyboards).

> And is it something uart(4) needs to be taught not to do?

I'd say we should eventually make uart_cpu_getdev_keyboard() not
match PS/2 keyboard nodes but not before fixing other stuff/
ensuring the whole thing works as expected. The crux is to do
the right thing when there is more than one keyboard (controller).
I'd think that at least for the low-level console we should
adhere to what the chosen input device in OFW is (to what extent
the keyboard mux stuff once implemented makes sense on sparc64
is another storry). The RS232 keyboard support of uart(4),
sunkbd_configure() in particular, however currently doesn't care
about whether the RS232 keyboard is the chosen input device or not.
PS/2 vs. RS232 keyboards in particular is only an issue on AXi
boards (there are others supporting PS/2 keyboards but these
can't also use RS232 keyboards, not taking into account that in
theory these keyboards work on any RS232 port including e.g. on
i386). The funny thing with PS/2 keyboards on sparc64 is that
the respective nodes (8042, keyboard, mouse) only appear in the
OFW device tree if there actually is a keyboard plugged in. On
the AXi boards the PS/2 keyboard node additionally happens to
occur before the keyboard UART. So the outcome of the current
code in uart(4) is that determining the keyboard UART fails
making the PS/2 keyboard (assuming support for atkbdc(4) on
ebus(4)) the default keyboard in FreeBSD. As the OBP also gives
preference to PS/2 keyboards over RS232 ones this behaviour
probably basically also is what a user would expect to happen.
I didn't give it a try, yet, but I think with the current code
syscons(4) would end up defaulting to the RS232 keyboard in
this case if we just made uart_cpu_getdev_keyboard() not match
PS/2 keyboard nodes.
For 6.0 I'm trying to get all the keyboard hardware on sparc64
and the common and typical configurations basically working.
Which means that for RS232 and USB keyboards I'm already done,
leaving the nits (keyboard LEDs in X, usb(4)/ukbd(4) leaving USB
keyboards in a state OBP doesn't like, etc.) and corner cases
in configurations for afterwards...

Marius


From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:18:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A551116A41C;
	Sun, 22 May 2005 18:18:14 +0000 (GMT)
	(envelope-from wpaul@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6392943D1F;
	Sun, 22 May 2005 18:18:14 +0000 (GMT)
	(envelope-from wpaul@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MIIEsb071526;
	Sun, 22 May 2005 18:18:14 GMT
	(envelope-from wpaul@repoman.freebsd.org)
Received: (from wpaul@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MIIEoQ071525;
	Sun, 22 May 2005 18:18:14 GMT (envelope-from wpaul)
Message-Id: <200505221818.j4MIIEoQ071525@repoman.freebsd.org>
From: Bill Paul <wpaul@FreeBSD.org>
Date: Sun, 22 May 2005 18:18:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/modules Makefile src/sys/modules/ndis Makefile
 src/sys/compat/ndis hal_var.h kern_ndis.c kern_windrv.c ndis_var.h
 ntoskrnl_var.h pe_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c
 subr_usbd.c winx32_wrap.S winx64_wrap.S src/sys/dev/if_ndis ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:18:14 -0000

wpaul       2005-05-22 18:18:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/modules          Makefile 
    sys/modules/ndis     Makefile 
    sys/compat/ndis      hal_var.h kern_ndis.c kern_windrv.c 
                         ndis_var.h ntoskrnl_var.h pe_var.h 
                         subr_hal.c subr_ndis.c subr_ntoskrnl.c 
                         subr_usbd.c winx64_wrap.S 
    sys/dev/if_ndis      if_ndis.c if_ndis_pccard.c if_ndis_pci.c 
                         if_ndisvar.h 
    sys/conf             files.i386 
    usr.sbin/ndiscvt     Makefile inf.c 
  Added files:           (Branch: RELENG_5)
    sys/compat/ndis      winx32_wrap.S 
    usr.sbin/ndiscvt     ndisgen.8 ndisgen.sh windrv_stub.c 
  Log:
  Sync everything up with -current, except for the WPA support, which
  won't work with the 5.x version of net80211. This includes all fixes
  to date, and support for new cards such as the AirGo MIMO and Ralink
  RT2500. This also includes the new driver configuration/conversion
  mechanism. Remember that you should use ndisgen(8) to create new
  drivers now, and if_ndis.ko will always be pre-built.
  
  Revision    Changes    Path
  1.4.2.3     +5 -5      src/sys/compat/ndis/hal_var.h
  1.60.2.6    +146 -414  src/sys/compat/ndis/kern_ndis.c
  1.3.2.3     +519 -40   src/sys/compat/ndis/kern_windrv.c
  1.29.2.4    +62 -20    src/sys/compat/ndis/ndis_var.h
  1.17.2.5    +147 -60   src/sys/compat/ndis/ntoskrnl_var.h
  1.8.2.3     +46 -79    src/sys/compat/ndis/pe_var.h
  1.13.2.4    +68 -61    src/sys/compat/ndis/subr_hal.c
  1.67.2.8    +530 -395  src/sys/compat/ndis/subr_ndis.c
  1.43.2.6    +975 -344  src/sys/compat/ndis/subr_ntoskrnl.c
  1.1.2.2     +11 -9     src/sys/compat/ndis/subr_usbd.c
  1.2.2.1     +356 -0    src/sys/compat/ndis/winx32_wrap.S (new)
  1.3.2.2     +7 -5      src/sys/compat/ndis/winx64_wrap.S
  1.504.2.5   +1 -0      src/sys/conf/files.i386
  1.69.2.7    +304 -52   src/sys/dev/if_ndis/if_ndis.c
  1.6.2.4     +45 -50    src/sys/dev/if_ndis/if_ndis_pccard.c
  1.8.2.4     +47 -52    src/sys/dev/if_ndis/if_ndis_pci.c
  1.15.2.3    +6 -1      src/sys/dev/if_ndis/if_ndisvar.h
  1.393.2.12  +3 -0      src/sys/modules/Makefile
  1.6.2.3     +4 -0      src/sys/modules/ndis/Makefile
  1.5.2.1     +6 -0      src/usr.sbin/ndiscvt/Makefile
  1.13.2.2    +56 -8     src/usr.sbin/ndiscvt/inf.c
  1.1.2.1     +82 -0     src/usr.sbin/ndiscvt/ndisgen.8 (new)
  1.1.2.1     +500 -0    src/usr.sbin/ndiscvt/ndisgen.sh (new)
  1.2.2.1     +247 -0    src/usr.sbin/ndiscvt/windrv_stub.c (new)

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:24:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CAB7A16A420;
	Sun, 22 May 2005 18:24:31 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 947A343D49;
	Sun, 22 May 2005 18:24:31 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MIOVDj071773;
	Sun, 22 May 2005 18:24:31 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MIOVNX071772;
	Sun, 22 May 2005 18:24:31 GMT (envelope-from bmah)
Message-Id: <200505221824.j4MIOVNX071772@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Sun, 22 May 2005 18: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 May 2005 18:24:32 -0000

bmah        2005-05-22 18:24:31 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFCs noted:  New ndisulator driver generation procedure, getproto*(3)
  thread-safe, getserv*(3) thread-safe, kldstat(8) -m, default stack
  size increases.
  
  Revision  Changes    Path
  1.860     +5 -5      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:25:21 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 32F5716A41C;
	Sun, 22 May 2005 18:25:21 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EE6AA43D49;
	Sun, 22 May 2005 18:25:20 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MIPKHO071882;
	Sun, 22 May 2005 18:25:20 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MIPK55071881;
	Sun, 22 May 2005 18:25:20 GMT (envelope-from bmah)
Message-Id: <200505221825.j4MIPK55071881@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Sun, 22 May 2005 18:25:20 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 May 2005 18:25:21 -0000

bmah        2005-05-22 18:25:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:  New ndisulator driver generation procedure, getproto*(3)
  thread-safe, getserv*(3) thread-safe, kldstat(8) -m, default stack
  size increases.
  
  Revision    Changes    Path
  1.761.2.45  +24 -2     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:31:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A120316A41C;
	Sun, 22 May 2005 18:31:08 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 67ED143D1F;
	Sun, 22 May 2005 18:31:08 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MIV8VT072155;
	Sun, 22 May 2005 18:31:08 GMT
	(envelope-from damien@repoman.freebsd.org)
Received: (from damien@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MIV8lq072154;
	Sun, 22 May 2005 18:31:08 GMT (envelope-from damien)
Message-Id: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
From: Damien Bergamini <damien@FreeBSD.org>
Date: Sun, 22 May 2005 18:31: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/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:31:08 -0000

damien      2005-05-22 18:31:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ipw          if_ipw.c 
  Log:
  Clear device-specific PCI register 0x41 during attach and on resume.
  
  Appoved by:     silby (mentor)
  
  Revision  Changes    Path
  1.2       +4 -0      src/sys/dev/ipw/if_ipw.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:32:40 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8586E16A41C;
	Sun, 22 May 2005 18:32:40 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE5A43D49;
	Sun, 22 May 2005 18:32:40 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MIWes9072214;
	Sun, 22 May 2005 18:32:40 GMT
	(envelope-from damien@repoman.freebsd.org)
Received: (from damien@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MIWeW8072213;
	Sun, 22 May 2005 18:32:40 GMT (envelope-from damien)
Message-Id: <200505221832.j4MIWeW8072213@repoman.freebsd.org>
From: Damien Bergamini <damien@FreeBSD.org>
Date: Sun, 22 May 2005 18: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/dev/ral if_ral.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:32:40 -0000

damien      2005-05-22 18:32:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ral          if_ral.c 
  Log:
  Fix WPA (802.11i) support.
  
  Approved by:    silby (mentor)
  
  Revision  Changes    Path
  1.2       +12 -0     src/sys/dev/ral/if_ral.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:34:21 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 767ED16A41C;
	Sun, 22 May 2005 18:34:21 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2E34543D55;
	Sun, 22 May 2005 18:34:21 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MIYL37072292;
	Sun, 22 May 2005 18:34:21 GMT
	(envelope-from damien@repoman.freebsd.org)
Received: (from damien@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MIYL28072291;
	Sun, 22 May 2005 18:34:21 GMT (envelope-from damien)
Message-Id: <200505221834.j4MIYL28072291@repoman.freebsd.org>
From: Damien Bergamini <damien@FreeBSD.org>
Date: Sun, 22 May 2005 18:34: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/sys/dev/usb if_ural.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:34:21 -0000

damien      2005-05-22 18:34:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_ural.c 
  Log:
  Fix WPA (802.11i) support.
  
  Approved by:    silby (mentor)
  
  Revision  Changes    Path
  1.2       +12 -0     src/sys/dev/usb/if_ural.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:40:18 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B8F9316A41C;
	Sun, 22 May 2005 18:40:18 +0000 (GMT) (envelope-from sam@errno.com)
Received: from ebb.errno.com (ebb.errno.com [66.127.85.87])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5692B43D58;
	Sun, 22 May 2005 18:40:18 +0000 (GMT) (envelope-from sam@errno.com)
Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0)
	by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4MIeHms035814
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 22 May 2005 11:40:17 -0700 (PDT) (envelope-from sam@errno.com)
Message-ID: <4290D2ED.6080602@errno.com>
Date: Sun, 22 May 2005 11:43:57 -0700
From: Sam Leffler <sam@errno.com>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Damien Bergamini <damien@FreeBSD.org>
References: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
In-Reply-To: <200505221831.j4MIV8lq072154@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/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:40:18 -0000

Damien Bergamini wrote:
> damien      2005-05-22 18:31:08 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/ipw          if_ipw.c 
>   Log:
>   Clear device-specific PCI register 0x41 during attach and on resume.

Why?  A good freebsd commit msg explains why you make a change.

	Sam

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:42:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B20C16A41C;
	Sun, 22 May 2005 18:42:32 +0000 (GMT) (envelope-from sam@errno.com)
Received: from ebb.errno.com (ebb.errno.com [66.127.85.87])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2FACE43D1F;
	Sun, 22 May 2005 18:42:32 +0000 (GMT) (envelope-from sam@errno.com)
Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0)
	by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4MIgVms035835
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 22 May 2005 11:42:32 -0700 (PDT) (envelope-from sam@errno.com)
Message-ID: <4290D373.4020703@errno.com>
Date: Sun, 22 May 2005 11:46:11 -0700
From: Sam Leffler <sam@errno.com>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Damien Bergamini <damien@FreeBSD.org>
References: <200505221832.j4MIWeW8072213@repoman.freebsd.org>
In-Reply-To: <200505221832.j4MIWeW8072213@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/dev/ral if_ral.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:42:32 -0000

Damien Bergamini wrote:
> damien      2005-05-22 18:32:40 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/ral          if_ral.c 
>   Log:
>   Fix WPA (802.11i) support.

You should be honoring IEEE80211_KEY_GROUP, not checking the key index 
if this is intended to fix group key plumbing for wpa.

	Sam

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:47:58 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 92C7E16A41C;
	Sun, 22 May 2005 18:47:58 +0000 (GMT) (envelope-from sam@errno.com)
Received: from ebb.errno.com (ebb.errno.com [66.127.85.87])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4ECDD43D1F;
	Sun, 22 May 2005 18:47:58 +0000 (GMT) (envelope-from sam@errno.com)
Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0)
	by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4MIlqms035871
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 22 May 2005 11:47:57 -0700 (PDT) (envelope-from sam@errno.com)
Message-ID: <4290D4B4.6060201@errno.com>
Date: Sun, 22 May 2005 11:51:32 -0700
From: Sam Leffler <sam@errno.com>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Damien Bergamini <damien@FreeBSD.org>
References: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
In-Reply-To: <200505221831.j4MIV8lq072154@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/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 18:47:58 -0000

Damien Bergamini wrote:
> damien      2005-05-22 18:31:08 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/ipw          if_ipw.c 
>   Log:
>   Clear device-specific PCI register 0x41 during attach and on resume.
>   

Also, please do not use magic constants. 0x41 is the PCI Tx Retry 
timeout register and it appears this is the same work done by the ath 
driver to disable bus retries when the CPU is in a low power state. 
The ath driver does this to work around an issue in certain 5211 parts; 
if there's a similar issue for this chip it's more useful to say so than 
to give a commit msg like the above...

	Sam

From owner-cvs-src@FreeBSD.ORG  Sun May 22 18:55:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 272D516A41C;
	Sun, 22 May 2005 18:55:34 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 047C443D4C;
	Sun, 22 May 2005 18:55:34 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MItXZi073219;
	Sun, 22 May 2005 18:55:33 GMT
	(envelope-from damien@repoman.freebsd.org)
Received: (from damien@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MItXu9073218;
	Sun, 22 May 2005 18:55:33 GMT (envelope-from damien)
Message-Id: <200505221855.j4MItXu9073218@repoman.freebsd.org>
From: Damien Bergamini <damien@FreeBSD.org>
Date: Sun, 22 May 2005 18:55: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/dev/iwi if_iwi.c if_iwireg.h if_iwivar.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, 22 May 2005 18:55:34 -0000

damien      2005-05-22 18:55:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iwi          if_iwi.c if_iwireg.h if_iwivar.h 
  Log:
  o Clear device-specific PCI register 0x41 (Retry Timeout) during attach
    and on resume (reported to fix issues with ACPI)
  o Add monitor mode support
  o Add WPA (802.11i) support (not tested extensively though!)
  o Add a device specific sysctl to control the tx antenna (default to
    antenna diversity)
  o Fix sensitivity setting
  o Fix setting of the capinfo field when associating
  o Temporarly disable 802.11a channels scanning that was causing firmware
    panics with 2915ABG adapters until I find a better fix.  This breaks
    802.11a support.
  o Temporarly switch back to software WEP until I implement hardware
    encryption for AES and TKIP too.
  
  Approved by:    silby (mentor)
  
  Revision  Changes    Path
  1.3       +127 -12   src/sys/dev/iwi/if_iwi.c
  1.2       +11 -8     src/sys/dev/iwi/if_iwireg.h
  1.3       +2 -0      src/sys/dev/iwi/if_iwivar.h

From owner-cvs-src@FreeBSD.ORG  Sun May 22 19:05:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A222A16A41C;
	Sun, 22 May 2005 19:05:44 +0000 (GMT)
	(envelope-from damien.bergamini@free.fr)
Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 535FF43D4C;
	Sun, 22 May 2005 19:05:44 +0000 (GMT)
	(envelope-from damien.bergamini@free.fr)
Received: from bigbang (pasteur-1-82-67-68-158.fbx.proxad.net [82.67.68.158])
	by postfix4-2.free.fr (Postfix) with SMTP id 14BB431D964;
	Sun, 22 May 2005 21:05:39 +0200 (CEST)
Message-ID: <006a01c55f01$46851520$0100a8c0@bigbang>
From: "Damien Bergamini" <damien.bergamini@free.fr>
To: "Sam Leffler" <sam@errno.com>,
	"Damien Bergamini" <damien@FreeBSD.org>
References: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
	<4290D2ED.6080602@errno.com>
Date: Sun, 22 May 2005 21:05:48 +0200
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=response
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 19:05:44 -0000

> Why?  A good freebsd commit msg explains why you make a change.

Basically because the Linux driver does it and because some users
reported that this fixes issues with ACPI.  Remember that I have
zero documentation for this chipset except the Linux driver itself
which is very poorly commented.  And Intel refuses to answer to
any technical question regarding the hardware.

Best regards,
Damien


From owner-cvs-src@FreeBSD.ORG  Sun May 22 20:11:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9145816A41C;
	Sun, 22 May 2005 20:11:34 +0000 (GMT)
	(envelope-from marcel@xcllnt.net)
Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42CE843D1D;
	Sun, 22 May 2005 20:11:33 +0000 (GMT)
	(envelope-from marcel@xcllnt.net)
Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250])
	by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j4MKB8jr027641;
	Sun, 22 May 2005 13:11:08 -0700 (PDT)
	(envelope-from marcel@xcllnt.net)
In-Reply-To: <20050522201313.D75942@newtrinity.zeist.de>
References: <200505212017.j4LKH1cM075616@repoman.freebsd.org>
	<d1f28189e2af839ffbb06c7a3dfb0730@xcllnt.net>
	<20050522201313.D75942@newtrinity.zeist.de>
Mime-Version: 1.0 (Apple Message framework v622)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <b50421c51194d881339817e93e0a0d68@xcllnt.net>
Content-Transfer-Encoding: 7bit
From: Marcel Moolenaar <marcel@xcllnt.net>
Date: Sun, 22 May 2005 13:11:07 -0700
To: Marius Strobl <marius@alchemy.franken.de>
X-Mailer: Apple Mail (2.622)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sparc64/sparc64 ofw_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, 22 May 2005 20:11:34 -0000

On May 22, 2005, at 11:13 AM, Marius Strobl wrote:

> With the approach uart_cpu_getdev_keyboard() currently takes one
> can't tell nodes of SCCs/UARTs serving as keyboard controllers and
> those of PS/2 keyboards apart without also looking at the 'name'
> property.

Well, we may improve or actually implement the probe functions. That
way we poke the hardware to see if it behaves as expected. The probe
for ns8250-class UARTs is implemented. I don't know if it's good
enough in its current form or whether it's only good to see if
something, anything, is out there. The probe functions for the SAB
and ZS are not implemented yet.

Just a thought,

-- 
  Marcel Moolenaar         USPA: A-39004          marcel@xcllnt.net


From owner-cvs-src@FreeBSD.ORG  Sun May 22 21:06:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A34A316A41C;
	Sun, 22 May 2005 21:06:07 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6A51C43D1F;
	Sun, 22 May 2005 21:06:07 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ML67oO085088;
	Sun, 22 May 2005 21:06:07 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ML67ba085087;
	Sun, 22 May 2005 21:06:07 GMT (envelope-from alc)
Message-Id: <200505222106.j4ML67ba085087@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Sun, 22 May 2005 21:06: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/vm vm_glue.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 21:06:07 -0000

alc         2005-05-22 21:06:07 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_glue.c 
  Log:
  Swap in can occur safely without Giant.  Release Giant on entry to
  scheduler().
  
  Revision  Changes    Path
  1.212     +2 -3      src/sys/vm/vm_glue.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 21:16:58 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A686316A41C;
	Sun, 22 May 2005 21:16:58 +0000 (GMT)
	(envelope-from rene@82-168-79-254-bbxl.xdsl.tiscali.nl)
Received: from 82-168-79-254-bbxl.xdsl.tiscali.nl
	(82-168-75-155-bbxl.xdsl.tiscali.nl [82.168.75.155])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AE4C543D48;
	Sun, 22 May 2005 21:16:57 +0000 (GMT)
	(envelope-from rene@82-168-79-254-bbxl.xdsl.tiscali.nl)
Received: from 82-168-79-254-bbxl.xdsl.tiscali.nl (localhost [127.0.0.1])
	by 82-168-79-254-bbxl.xdsl.tiscali.nl (8.13.3/8.13.1) with ESMTP id
	j4MLGsU8001602; Sun, 22 May 2005 23:16:55 +0200 (CEST)
	(envelope-from rene@82-168-79-254-bbxl.xdsl.tiscali.nl)
Received: (from rene@localhost)
	by 82-168-79-254-bbxl.xdsl.tiscali.nl (8.13.3/8.13.1/Submit) id
	j4MLGrkP001601; Sun, 22 May 2005 23:16:53 +0200 (CEST)
	(envelope-from rene)
Date: Sun, 22 May 2005 23:16:51 +0200
From: Rene Ladan <r.c.ladan@student.tue.nl>
To: Bill Paul <wpaul@freebsd.org>
Message-ID: <20050522211650.GA1049@82-168-79-254-bbxl.xdsl.tiscali.nl>
References: <200505221818.j4MIIEoQ071525@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX"
Content-Disposition: inline
In-Reply-To: <200505221818.j4MIIEoQ071525@repoman.freebsd.org>
User-Agent: Mutt/1.4.2.1i
Cc: cvs-src@freebsd.org
Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/ndis
	Makefile src/sys/compat/ndis hal_var.h kern_ndis.c
	kern_windrv.c ndis_var.h ntoskrnl_var.h pe_var.h subr_hal.c
	subr_ndis.c subr_ntoskrnl.c subr_usbd.c winx32_wrap.S
	winx64_wrap.S src/sys/dev/if_ndis ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 21:16:58 -0000


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

On Sun, May 22, 2005 at 06:18:14PM +0000, Bill Paul wrote:
> wpaul       2005-05-22 18:18:14 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:        (Branch: RELENG_5)
[file changes]
>   Log:
>   Sync everything up with -current, except for the WPA support, which
>   won't work with the 5.x version of net80211. This includes all fixes
>   to date, and support for new cards such as the AirGo MIMO and Ralink
>   RT2500. This also includes the new driver configuration/conversion
>   mechanism. Remember that you should use ndisgen(8) to create new
>   drivers now, and if_ndis.ko will always be pre-built.
>
[revision changes]

Nice/amazing !

<me>
  Go cvsup/rebuild almost immediately and test/use it
  (the Sweex LC500050 uses the RT2500)
</me>

Regards,
Rene
--=20
"It won't fit on the line."
		-- me, 2001

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

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

iD8DBQFCkPbCvz70qa4zXcwRAgLcAKCBa5zCmSFctGzJG3vGp7l/EBMqNwCcDTXM
N1wQorrCZ9465U/qWIOa41Q=
=v11D
-----END PGP SIGNATURE-----

--huq684BweRXVnRxX--

From owner-cvs-src@FreeBSD.ORG  Sun May 22 21:52:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 400AA16A41C;
	Sun, 22 May 2005 21:52:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED0E443D49;
	Sun, 22 May 2005 21:52:30 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MLqUpE086786;
	Sun, 22 May 2005 21:52:30 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MLqUpN086785;
	Sun, 22 May 2005 21:52:30 GMT (envelope-from pjd)
Message-Id: <200505222152.j4MLqUpN086785@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sun, 22 May 2005 21: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/compat/linux linux_stats.c src/sys/kern
 vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 21:52:31 -0000

pjd         2005-05-22 21:52:30 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_stats.c 
    sys/kern             vfs_syscalls.c 
  Log:
  If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,
  so do not duplicate the code in cvtstatfs().
  Note, that we now need to clear fsid in freebsd4_getfsstat().
  
  This moves all security related checks from functions like cvtstatfs()
  and will allow to add more security related stuff (like statfs(2), etc.
  protection for jails) a bit easier.
  
  Revision  Changes    Path
  1.68      +2 -7      src/sys/compat/linux/linux_stats.c
  1.379     +3 -5      src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 22:20:46 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D65E316A41C;
	Sun, 22 May 2005 22:20:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9D24943D48;
	Sun, 22 May 2005 22:20:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MMKk3S088006;
	Sun, 22 May 2005 22:20:46 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MMKkOC088005;
	Sun, 22 May 2005 22:20:46 GMT (envelope-from pjd)
Message-Id: <200505222220.j4MMKkOC088005@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sun, 22 May 2005 22:20: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/sys/alpha/osf1 osf1_mount.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 May 2005 22:20:47 -0000

pjd         2005-05-22 22:20:46 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/osf1       osf1_mount.c 
  Log:
  This code seems to be dead, but anyway:
  
  - Don't leak fsid.
  - Don't forget about prison_check_mount().
  - Don't use additional variable when there is no need to.
  
  Revision  Changes    Path
  1.21      +9 -3      src/sys/alpha/osf1/osf1_mount.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 22:23:37 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF61D16A41C;
	Sun, 22 May 2005 22:23:37 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A6A7A43D1D;
	Sun, 22 May 2005 22:23:37 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MMNbtY088079;
	Sun, 22 May 2005 22:23:37 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MMNbUM088078;
	Sun, 22 May 2005 22:23:37 GMT (envelope-from pjd)
Message-Id: <200505222223.j4MMNbUM088078@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sun, 22 May 2005 22:23: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/sys/alpha/osf1 osf1_mount.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 May 2005 22:23:38 -0000

pjd         2005-05-22 22:23:37 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/osf1       osf1_mount.c 
  Log:
  Add missing jail.h include.
  
  Revision  Changes    Path
  1.22      +1 -0      src/sys/alpha/osf1/osf1_mount.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 22:30:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4937716A41C;
	Sun, 22 May 2005 22:30:32 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0EEDD43D49;
	Sun, 22 May 2005 22:30:32 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MMUVxX088432;
	Sun, 22 May 2005 22:30:31 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MMUV68088431;
	Sun, 22 May 2005 22:30:31 GMT (envelope-from pjd)
Message-Id: <200505222230.j4MMUV68088431@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sun, 22 May 2005 22:30:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/compat/linux linux_stats.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 22:30:32 -0000

pjd         2005-05-22 22:30:31 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_stats.c 
  Log:
  The code is under '#ifdef not_that_way', but anyway:
  
  - Add missing prison_check_mount() check.
  
  Revision  Changes    Path
  1.69      +3 -0      src/sys/compat/linux/linux_stats.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 23:05:28 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3BEF116A41C;
	Sun, 22 May 2005 23:05:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D2A9C43D48;
	Sun, 22 May 2005 23:05:27 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MN5Ril089669;
	Sun, 22 May 2005 23:05:27 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MN5Rs9089668;
	Sun, 22 May 2005 23:05:27 GMT (envelope-from pjd)
Message-Id: <200505222305.j4MN5Rs9089668@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sun, 22 May 2005 23:05: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 vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 23:05:28 -0000

pjd         2005-05-22 23:05:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Protect fsid in freebsd4_getfsstat() in simlar way as it is done in
  getfsstat().
  
  Revision  Changes    Path
  1.380     +6 -3      src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 23:28:18 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 54CA016A41C;
	Sun, 22 May 2005 23:28:18 +0000 (GMT)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6D743D58;
	Sun, 22 May 2005 23:28:18 +0000 (GMT)
	(envelope-from peter@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MNSHrJ090515;
	Sun, 22 May 2005 23:28:18 GMT
	(envelope-from peter@repoman.freebsd.org)
Received: (from peter@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4MNSHae090514;
	Sun, 22 May 2005 23:28:17 GMT (envelope-from peter)
Message-Id: <200505222328.j4MNSHae090514@repoman.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Sun, 22 May 2005 23:28: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/amd64/amd64 exception.S 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: Sun, 22 May 2005 23:28:18 -0000

peter       2005-05-22 23:28:17 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      exception.S trap.c 
  Log:
  Fix some of the problems Bruce observed with this code.
  
  Revision  Changes    Path
  1.123     +3 -2      src/sys/amd64/amd64/exception.S
  1.285     +1 -1      src/sys/amd64/amd64/trap.c

From owner-cvs-src@FreeBSD.ORG  Sun May 22 23:33:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A60A716A41C;
	Sun, 22 May 2005 23:33:39 +0000 (GMT) (envelope-from nate@root.org)
Received: from pimout5-ext.prodigy.net (pimout5-ext.prodigy.net
	[207.115.63.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 441E443D53;
	Sun, 22 May 2005 23:33:39 +0000 (GMT) (envelope-from nate@root.org)
X-ORBL: [64.171.184.124]
Received: from [10.0.0.115] (adsl-64-171-184-124.dsl.snfc21.pacbell.net
	[64.171.184.124])
	by pimout5-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id
	j4MNXbrX024266; Sun, 22 May 2005 19:33:38 -0400
Message-ID: <429116D1.5080703@root.org>
Date: Sun, 22 May 2005 16:33:37 -0700
From: Nate Lawson <nate@root.org>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Damien Bergamini <damien@FreeBSD.org>
References: <20050522183116.45C2E16A449@hub.freebsd.org>
In-Reply-To: <20050522183116.45C2E16A449@hub.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/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 23:33:39 -0000

Damien Bergamini wrote:
> damien      2005-05-22 18:31:08 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/ipw          if_ipw.c 
>   Log:
>   Clear device-specific PCI register 0x41 during attach and on resume.
>   
>   Appoved by:     silby (mentor)
>   
>   Revision  Changes    Path
>   1.2       +4 -0      src/sys/dev/ipw/if_ipw.c
> 
> 
> Index: src/sys/dev/ipw/if_ipw.c
> diff -u src/sys/dev/ipw/if_ipw.c:1.1 src/sys/dev/ipw/if_ipw.c:1.2
> --- src/sys/dev/ipw/if_ipw.c:1.1	Mon Apr 18 18:47:36 2005
> +++ src/sys/dev/ipw/if_ipw.c	Sun May 22 18:31:08 2005
> @@ -230,6 +230,8 @@
>  		pci_set_powerstate(dev, PCI_POWERSTATE_D0);
>  	}
>  
> +	pci_write_config(dev, 0x41, 0, 1);
> +
>  	/* enable bus-mastering */
>  	pci_enable_busmaster(dev);
>  
> @@ -718,6 +720,8 @@
>  
>  	IPW_LOCK(sc);
>  
> +	pci_write_config(dev, 0x41, 0, 1);
> +
>  	if (ifp->if_flags & IFF_UP) {
>  		ifp->if_init(ifp->if_softc);
>  		if (ifp->if_flags & IFF_RUNNING)

You should use an explicit define for this like sam@ did for if_ath.

-- 
Nate

From owner-cvs-src@FreeBSD.ORG  Sun May 22 23:35:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6CC4916A41C;
	Sun, 22 May 2005 23:35:04 +0000 (GMT) (envelope-from nate@root.org)
Received: from pimout5-ext.prodigy.net (pimout5-ext.prodigy.net
	[207.115.63.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E8B4643D1F;
	Sun, 22 May 2005 23:35:03 +0000 (GMT) (envelope-from nate@root.org)
X-ORBL: [64.171.184.124]
Received: from [10.0.0.115] (adsl-64-171-184-124.dsl.snfc21.pacbell.net
	[64.171.184.124])
	by pimout5-ext.prodigy.net (8.12.10 milter /8.12.10) with ESMTP id
	j4MNYsrX476916; Sun, 22 May 2005 19:34:54 -0400
Message-ID: <4291171E.1030307@root.org>
Date: Sun, 22 May 2005 16:34:54 -0700
From: Nate Lawson <nate@root.org>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Damien Bergamini <damien.bergamini@free.fr>
References: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
	<4290D2ED.6080602@errno.com>
	<006a01c55f01$46851520$0100a8c0@bigbang>
In-Reply-To: <006a01c55f01$46851520$0100a8c0@bigbang>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: Sam Leffler <sam@errno.com>, src-committers@FreeBSD.org,
	Damien Bergamini <damien@FreeBSD.org>, cvs-all@FreeBSD.org,
	cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 23:35:04 -0000

Damien Bergamini wrote:
>> Why?  A good freebsd commit msg explains why you make a change.
> 
> 
> Basically because the Linux driver does it and because some users
> reported that this fixes issues with ACPI.  Remember that I have
> zero documentation for this chipset except the Linux driver itself
> which is very poorly commented.  And Intel refuses to answer to
> any technical question regarding the hardware.

It's not an ACPI issue.  You would have the problem with any 
suspend/resume (i.e., APM).

-- 
Nate

From owner-cvs-src@FreeBSD.ORG  Sun May 22 23:45:15 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 710F316A41C;
	Sun, 22 May 2005 23:45:15 +0000 (GMT) (envelope-from sam@errno.com)
Received: from ebb.errno.com (ebb.errno.com [66.127.85.87])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 219C343D48;
	Sun, 22 May 2005 23:45:15 +0000 (GMT) (envelope-from sam@errno.com)
Received: from [66.127.85.90] ([66.127.85.90]) (authenticated bits=0)
	by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4MNiwms036987
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 22 May 2005 16:44:58 -0700 (PDT) (envelope-from sam@errno.com)
Message-ID: <42911980.8020607@errno.com>
Date: Sun, 22 May 2005 16:45:04 -0700
From: Sam Leffler <sam@errno.com>
Organization: Errno Consulting
User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Nate Lawson <nate@root.org>
References: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
	<4290D2ED.6080602@errno.com>
	<006a01c55f01$46851520$0100a8c0@bigbang>
	<4291171E.1030307@root.org>
In-Reply-To: <4291171E.1030307@root.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, Damien Bergamini <damien.bergamini@free.fr>,
	src-committers@FreeBSD.org,
	Damien Bergamini <damien@FreeBSD.org>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 22 May 2005 23:45:15 -0000

Nate Lawson wrote:
> Damien Bergamini wrote:
> 
>>> Why?  A good freebsd commit msg explains why you make a change.
>>
>>
>>
>> Basically because the Linux driver does it and because some users
>> reported that this fixes issues with ACPI.  Remember that I have
>> zero documentation for this chipset except the Linux driver itself
>> which is very poorly commented.  And Intel refuses to answer to
>> any technical question regarding the hardware.
> 
> 
> It's not an ACPI issue.  You would have the problem with any 
> suspend/resume (i.e., APM).
> 

I think he just meant "issues seen when ACPI is enabled".  It appears 
this change originated in one of the Linux ethernet drivers (can't 
recall) and has been blindly propagated to other drivers because it 
works. I applied it when certain 5211 parts started to get PCI bus dma 
abort errors. Disabling retries stopped it but I was never able to get a 
logic analyzer in place to see exactly what was happening (this was a 
cardbus card).

	Sam

From owner-cvs-src@FreeBSD.ORG  Mon May 23 00:11:58 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 21A7F16A41C;
	Mon, 23 May 2005 00:11:58 +0000 (GMT)
	(envelope-from marius@newtrinity.zeist.de)
Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 773E743D54;
	Mon, 23 May 2005 00:11:57 +0000 (GMT)
	(envelope-from marius@newtrinity.zeist.de)
Received: from newtrinity.zeist.de (localhost [127.0.0.1])
	by newtrinity.zeist.de (8.12.11/8.12.10/ZEIST.DE) with ESMTP id
	j4N0BtrY003467; Mon, 23 May 2005 02:11:55 +0200 (CEST)
	(envelope-from marius@newtrinity.zeist.de)
Received: (from marius@localhost)
	by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j4N0BoIa003466;
	Mon, 23 May 2005 02:11:50 +0200 (CEST) (envelope-from marius)
Date: Mon, 23 May 2005 02:11:50 +0200
From: Marius Strobl <marius@alchemy.franken.de>
To: Marcel Moolenaar <marcel@xcllnt.net>
Message-ID: <20050523021150.F75942@newtrinity.zeist.de>
References: <200505212017.j4LKH1cM075616@repoman.freebsd.org>
	<d1f28189e2af839ffbb06c7a3dfb0730@xcllnt.net>
	<20050522201313.D75942@newtrinity.zeist.de>
	<b50421c51194d881339817e93e0a0d68@xcllnt.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <b50421c51194d881339817e93e0a0d68@xcllnt.net>;
	from marcel@xcllnt.net on Sun, May 22, 2005 at 01:11:07PM -0700
X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-4; AVE: 6.30.0.12;
	VDF: 6.30.0.192; host: newtrinity.zeist.de)
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sparc64/sparc64 ofw_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, 23 May 2005 00:11:58 -0000

On Sun, May 22, 2005 at 01:11:07PM -0700, Marcel Moolenaar wrote:
> On May 22, 2005, at 11:13 AM, Marius Strobl wrote:
> 
> > With the approach uart_cpu_getdev_keyboard() currently takes one
> > can't tell nodes of SCCs/UARTs serving as keyboard controllers and
> > those of PS/2 keyboards apart without also looking at the 'name'
> > property.
> 
> Well, we may improve or actually implement the probe functions. That
> way we poke the hardware to see if it behaves as expected. The probe
> for ns8250-class UARTs is implemented. I don't know if it's good
> enough in its current form or whether it's only good to see if
> something, anything, is out there. The probe functions for the SAB
> and ZS are not implemented yet.
> 

That should also work but it basically accomplishes the same as
checking the 'name' property just with more code. With a different
approach I meant something not involving traversing the OFW device
tree looking for viable targets but something similar to how the
sparc64 uart_cpu_getdev_console() works. E.g. something like
checking whether the 'stdin' instance uses the 'sun-keyboard'
package. Obviously that would however only work when the keyboard
is the chosen input. I think to what extent this really makes a
difference can't be decided until trying to get RS232 keyboards
that were plugged in after the kernel has booted to work. E.g.
the simplest approach would be to check whether 'stdin' is a
RS232 keyboard for getting the low-level console to work. Later
on during device configuration one can simply check whether a
SCC/UART has a 'keyboard' property which would also cover
potential keyboard ports. This however might not fit the system
devices idea and abstraction of uart(4), making again a
uart_cpu_getdev_console() that also identifies potential usage
as keyboard port necessary.

Marius


From owner-cvs-src@FreeBSD.ORG  Mon May 23 02:37:38 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B45B16A41C;
	Mon, 23 May 2005 02:37:38 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CFA1943D4C;
	Mon, 23 May 2005 02:37:37 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N2bbiE004337;
	Mon, 23 May 2005 02:37:37 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N2bbHG004336;
	Mon, 23 May 2005 02:37:37 GMT (envelope-from bmah)
Message-Id: <200505230237.j4N2bbHG004336@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Mon, 23 May 2005 02:37:36 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 02:37:38 -0000

bmah        2005-05-23 02:37:36 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release notes:  gethostby*(3) thread-safe (+MFC), getnetby*(3)
  thread-safe (+MFC).
  
  Revision  Changes    Path
  1.861     +6 -0      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Mon May 23 02:39:52 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 477FB16A41C;
	Mon, 23 May 2005 02:39:52 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1169E43D4C;
	Mon, 23 May 2005 02:39:52 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N2dpOj004415;
	Mon, 23 May 2005 02:39:51 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N2dp0Y004414;
	Mon, 23 May 2005 02:39:51 GMT (envelope-from bmah)
Message-Id: <200505230239.j4N2dp0Y004414@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Mon, 23 May 2005 02:39:51 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 02:39:52 -0000

bmah        2005-05-23 02:39:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:  gethostby*(3) thread-safe, getnetby*(3) thread-safe.
  
  Revision    Changes    Path
  1.761.2.46  +6 -0      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Mon May 23 02:47:21 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BF0E116A41C;
	Mon, 23 May 2005 02:47:21 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 892E543D4C;
	Mon, 23 May 2005 02:47:21 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N2lLal004733;
	Mon, 23 May 2005 02:47:21 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N2lL5Y004732;
	Mon, 23 May 2005 02:47:21 GMT (envelope-from bmah)
Message-Id: <200505230247.j4N2lL5Y004732@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Mon, 23 May 2005 02:47:21 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata 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: Mon, 23 May 2005 02:47:21 -0000

bmah        2005-05-23 02:47:21 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/errata article.sgml 
  Log:
  Somewhat belatedly, add an errata entry for SA-05:09.htt.
  
  Revision   Changes    Path
  1.69.2.19  +8 -1      src/release/doc/en_US.ISO8859-1/errata/article.sgml

From owner-cvs-src@FreeBSD.ORG  Mon May 23 03:14:57 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8907A16A41C;
	Mon, 23 May 2005 03:14:57 +0000 (GMT)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54B7743D48;
	Mon, 23 May 2005 03:14:57 +0000 (GMT)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N3EvDZ006015;
	Mon, 23 May 2005 03:14:57 GMT
	(envelope-from grehan@repoman.freebsd.org)
Received: (from grehan@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N3Evia006014;
	Mon, 23 May 2005 03:14:57 GMT (envelope-from grehan)
Message-Id: <200505230314.j4N3Evia006014@repoman.freebsd.org>
From: Peter Grehan <grehan@FreeBSD.org>
Date: Mon, 23 May 2005 03:14:57 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/release Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 03:14:57 -0000

grehan      2005-05-23 03:14:57 UTC

  FreeBSD src repository

  Modified files:
    release              Makefile 
  Log:
  Make the liveCD separate ala ia64 - the combined live/install is
  too large.
  
  Revision  Changes    Path
  1.885     +1 -0      src/release/Makefile

From owner-cvs-src@FreeBSD.ORG  Mon May 23 03:35:17 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8CE0116A41C;
	Mon, 23 May 2005 03:35:17 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54E2E43D1F;
	Mon, 23 May 2005 03:35:17 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N3ZH8f006941;
	Mon, 23 May 2005 03:35:17 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N3ZHDB006940;
	Mon, 23 May 2005 03:35:17 GMT (envelope-from bmah)
Message-Id: <200505230335.j4N3ZHDB006940@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Mon, 23 May 2005 03:35:17 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata 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: Mon, 23 May 2005 03:35:17 -0000

bmah        2005-05-23 03:35:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/errata article.sgml 
  Log:
  Grrr.  Put the SA-05:09.htt item in the security advisories section,
  not the open issues section.
  
  Pointy hat to:                  bmah
  Needs to call it a night:       bmah
  
  Revision   Changes    Path
  1.69.2.20  +6 -6      src/release/doc/en_US.ISO8859-1/errata/article.sgml

From owner-cvs-src@FreeBSD.ORG  Mon May 23 05:45:37 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 937E916A41C;
	Mon, 23 May 2005 05:45:37 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5A12443D1F;
	Mon, 23 May 2005 05:45:37 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N5jbKr018393;
	Mon, 23 May 2005 05:45:37 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N5jbgP018392;
	Mon, 23 May 2005 05:45:37 GMT (envelope-from yongari)
Message-Id: <200505230545.j4N5jbgP018392@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Mon, 23 May 2005 05:45: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/sys/dev/hme if_hme.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 05:45:37 -0000

yongari     2005-05-23 05:45:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hme          if_hme.c 
  Log:
  According to STP2002QFP User's Guide, it seems that driver should
  program RXMAC to discard frames with SA field matching the stations's
  MAC address. Experimentation shows that HME receives its own frames
  when it operates at 10Mbps half-duplex. With this change HME runs at
  10Mbps half-duplx should work with IPv6.
  (No more "DAD detected duplicate IPv6 address".)
  
  Reported by:    jacques brierre <jbrierre AT bellsouth DOT net>
  Reviewed by:    marius
  
  Revision  Changes    Path
  1.36      +4 -1      src/sys/dev/hme/if_hme.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 06:27:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F1CEC16A41C;
	Mon, 23 May 2005 06:27:07 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B2DCC43D49;
	Mon, 23 May 2005 06:27:07 +0000 (GMT)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N6R7Qx020535;
	Mon, 23 May 2005 06:27:07 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4N6R7Zx020534;
	Mon, 23 May 2005 06:27:07 GMT (envelope-from yongari)
Message-Id: <200505230627.j4N6R7Zx020534@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Mon, 23 May 2005 06:27:07 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/dev/sound/pci maestro3.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 06:27:08 -0000

yongari     2005-05-23 06:27:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    maestro3.c 
  Log:
  Make snd_maestro3(4) mpsafe
   - Let m3_pchan_trigger()/m3_rchan_trigger() acquire lock and call
     m3_pchan_trigger_locked()/m3_rchan_trigger_locked() respectivly.
   - Mark interrupt handler INTR_MPSAFE.
   - Add locks in sound/channel interface.
  
  Tested by:      nork
  
  Revision  Changes    Path
  1.28      +210 -83   src/sys/dev/sound/pci/maestro3.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 07:31:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7CA8116A41C;
	Mon, 23 May 2005 07:31:04 +0000 (GMT)
	(envelope-from PeterJeremy@optushome.com.au)
Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au
	[211.29.132.184])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E133F43D1F;
	Mon, 23 May 2005 07:31:03 +0000 (GMT)
	(envelope-from PeterJeremy@optushome.com.au)
Received: from cirb503493.alcatel.com.au
	(c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229])
	by mail03.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id
	j4N7UBVT026560
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
	Mon, 23 May 2005 17:30:58 +1000
Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])
	by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id
	j4N7UARx012597; Mon, 23 May 2005 17:30:11 +1000 (EST)
	(envelope-from pjeremy@cirb503493.alcatel.com.au)
Received: (from pjeremy@localhost)
	by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j4N7UAhJ012596; 
	Mon, 23 May 2005 17:30:10 +1000 (EST) (envelope-from pjeremy)
Date: Mon, 23 May 2005 17:30:10 +1000
From: Peter Jeremy <PeterJeremy@optushome.com.au>
To: Damien Bergamini <damien.bergamini@free.fr>
Message-ID: <20050523073009.GQ2129@cirb503493.alcatel.com.au>
References: <200505221831.j4MIV8lq072154@repoman.freebsd.org>
	<4290D2ED.6080602@errno.com>
	<006a01c55f01$46851520$0100a8c0@bigbang>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <006a01c55f01$46851520$0100a8c0@bigbang>
User-Agent: Mutt/1.4.2i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/dev/ipw if_ipw.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 07:31:04 -0000

On Sun, 2005-May-22 21:05:48 +0200, Damien Bergamini wrote:
>>Why?  A good freebsd commit msg explains why you make a change.
>
>Basically because the Linux driver does it and because some users
>reported that this fixes issues with ACPI.  Remember that I have
>zero documentation for this chipset except the Linux driver itself
>which is very poorly commented.  And Intel refuses to answer to
>any technical question regarding the hardware.

Can I suggest that this is close to the sort of information that
should be included in this sort of commit message.  As an example:
  A number of people have reported [describe type of problem]
  with suspend/resume using this chipset.  Technical documentation
  is not available but Linux uses this fix/work-around and it seems
  to also fix/hide the problem on FreeBSD.

There should probably be something similar as a comment in the code.

IMHO, this is worth a further commit (either including some comments
in the code or as a forced commit).  Otherwise the next person to look
at the driver will wonder what's going on.
-- 
Peter Jeremy

From owner-cvs-src@FreeBSD.ORG  Mon May 23 07:33:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED48116A41C;
	Mon, 23 May 2005 07:33:45 +0000 (GMT) (envelope-from obrien@NUXI.com)
Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AD8CA43D1D;
	Mon, 23 May 2005 07:33:45 +0000 (GMT) (envelope-from obrien@NUXI.com)
Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1])
	by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4N7XiVo067589;
	Mon, 23 May 2005 00:33:44 -0700 (PDT)
	(envelope-from obrien@dragon.NUXI.org)
Received: (from obrien@localhost)
	by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4N7XiDi067588;
	Mon, 23 May 2005 00:33:44 -0700 (PDT) (envelope-from obrien)
Date: Mon, 23 May 2005 00:33:44 -0700
From: "David O'Brien" <obrien@FreeBSD.org>
To: Giorgos Keramidas <keramida@FreeBSD.org>
Message-ID: <20050523073344.GA65484@dragon.NUXI.org>
References: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/top commands.c machine.h top.c
	src/usr.bin/top machine.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: obrien@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, 23 May 2005 07:33:46 -0000

On Wed, May 18, 2005 at 01:30:08PM +0000, Giorgos Keramidas wrote:
> keramida    2005-05-18 13:30:08 UTC
> 
>   FreeBSD src repository (doc committer)
> 
>   Modified files:
>     contrib/top          commands.c machine.h top.c 
>     usr.bin/top          machine.c 
>   Log:
>   Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'
>   command that toggles between the two and update the ORDER_PCTCPU()
>   macro to sort correctly by the visible "cpu" value.

Having both CPU and WCPU are a lot more useful than showing the number of
threads.  Out of the top 70 processes I'm running right now, only _1_ is
multi-threaded.

How about backing all this out and making your toggle be between #threads
and something else -- with the something else being the default thing
shown.

I still don't know what was wrong with the 'H' display of top(1) which
was all about threading.

-- 
-- David  (obrien@FreeBSD.org)

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:46:26 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 446A216A41C;
	Mon, 23 May 2005 10:46:26 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 170DF43D4C;
	Mon, 23 May 2005 10:46:26 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAkPVl042385;
	Mon, 23 May 2005 10:46:25 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAkPl3042384;
	Mon, 23 May 2005 10:46:25 GMT (envelope-from ru)
Message-Id: <200505231046.j4NAkPl3042384@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:46:25 +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/texinfo - 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: Mon, 23 May 2005 10:46:26 -0000

ru          2005-05-23 10:46:25 UTC

  FreeBSD src repository

  src/contrib/texinfo - Imported sources
  Update of /home/ncvs/src/contrib/texinfo
  In directory repoman.freebsd.org:/tmp/cvs-serv42372
  
  Log Message:
  Import of stripped down GNU texinfo 4.8
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	v4_8
  		
  U src/contrib/texinfo/README
  U src/contrib/texinfo/AUTHORS
  U src/contrib/texinfo/COPYING
  U src/contrib/texinfo/ChangeLog
  U src/contrib/texinfo/INSTALL
  U src/contrib/texinfo/NEWS
  U src/contrib/texinfo/TODO
  N src/contrib/texinfo/ChangeLog.46
  U src/contrib/texinfo/INTRODUCTION
  N src/contrib/texinfo/README.dev
  U src/contrib/texinfo/config.h.in
  U src/contrib/texinfo/lib/README
  U src/contrib/texinfo/lib/gettext.h
  U src/contrib/texinfo/lib/substring.c
  U src/contrib/texinfo/lib/system.h
  U src/contrib/texinfo/lib/xalloc.h
  U src/contrib/texinfo/lib/xexit.c
  U src/contrib/texinfo/lib/xmalloc.c
  U src/contrib/texinfo/lib/xstrdup.c
  U src/contrib/texinfo/info/README
  U src/contrib/texinfo/info/dir.c
  U src/contrib/texinfo/info/display.c
  U src/contrib/texinfo/info/display.h
  U src/contrib/texinfo/info/doc.h
  U src/contrib/texinfo/info/dribble.c
  U src/contrib/texinfo/info/dribble.h
  U src/contrib/texinfo/info/echo-area.c
  U src/contrib/texinfo/info/echo-area.h
  U src/contrib/texinfo/info/filesys.c
  U src/contrib/texinfo/info/filesys.h
  U src/contrib/texinfo/info/footnotes.c
  U src/contrib/texinfo/info/footnotes.h
  U src/contrib/texinfo/info/gc.c
  U src/contrib/texinfo/info/gc.h
  U src/contrib/texinfo/info/indices.c
  U src/contrib/texinfo/info/indices.h
  U src/contrib/texinfo/info/info-utils.c
  U src/contrib/texinfo/info/info-utils.h
  U src/contrib/texinfo/info/info.c
  U src/contrib/texinfo/info/info.h
  U src/contrib/texinfo/info/infodoc.c
  C src/contrib/texinfo/info/infomap.c
  U src/contrib/texinfo/info/infomap.h
  U src/contrib/texinfo/info/m-x.c
  U src/contrib/texinfo/info/man.c
  U src/contrib/texinfo/info/man.h
  C src/contrib/texinfo/info/nodemenu.c
  U src/contrib/texinfo/info/nodes.c
  U src/contrib/texinfo/info/nodes.h
  U src/contrib/texinfo/info/search.c
  U src/contrib/texinfo/info/search.h
  C src/contrib/texinfo/info/session.c
  U src/contrib/texinfo/info/session.h
  C src/contrib/texinfo/info/signals.c
  U src/contrib/texinfo/info/signals.h
  U src/contrib/texinfo/info/termdep.h
  C src/contrib/texinfo/info/terminal.c
  U src/contrib/texinfo/info/terminal.h
  U src/contrib/texinfo/info/tilde.c
  U src/contrib/texinfo/info/tilde.h
  U src/contrib/texinfo/info/variables.c
  U src/contrib/texinfo/info/variables.h
  U src/contrib/texinfo/info/window.c
  U src/contrib/texinfo/info/window.h
  U src/contrib/texinfo/info/infokey.c
  U src/contrib/texinfo/info/infokey.h
  U src/contrib/texinfo/info/key.h
  U src/contrib/texinfo/info/key.c
  C src/contrib/texinfo/info/funs.h
  C src/contrib/texinfo/info/doc.c
  U src/contrib/texinfo/makeinfo/README
  U src/contrib/texinfo/makeinfo/cmds.c
  U src/contrib/texinfo/makeinfo/cmds.h
  U src/contrib/texinfo/makeinfo/defun.c
  U src/contrib/texinfo/makeinfo/defun.h
  U src/contrib/texinfo/makeinfo/files.c
  U src/contrib/texinfo/makeinfo/files.h
  N src/contrib/texinfo/makeinfo/float.c
  N src/contrib/texinfo/makeinfo/float.h
  U src/contrib/texinfo/makeinfo/footnote.c
  U src/contrib/texinfo/makeinfo/footnote.h
  U src/contrib/texinfo/makeinfo/html.c
  U src/contrib/texinfo/makeinfo/html.h
  U src/contrib/texinfo/makeinfo/index.c
  U src/contrib/texinfo/makeinfo/index.h
  U src/contrib/texinfo/makeinfo/insertion.c
  U src/contrib/texinfo/makeinfo/insertion.h
  U src/contrib/texinfo/makeinfo/lang.c
  U src/contrib/texinfo/makeinfo/lang.h
  U src/contrib/texinfo/makeinfo/macro.c
  U src/contrib/texinfo/makeinfo/macro.h
  C src/contrib/texinfo/makeinfo/makeinfo.c
  U src/contrib/texinfo/makeinfo/makeinfo.h
  U src/contrib/texinfo/makeinfo/multi.c
  N src/contrib/texinfo/makeinfo/multi.h
  U src/contrib/texinfo/makeinfo/node.c
  U src/contrib/texinfo/makeinfo/node.h
  U src/contrib/texinfo/makeinfo/toc.c
  U src/contrib/texinfo/makeinfo/sectioning.c
  U src/contrib/texinfo/makeinfo/sectioning.h
  U src/contrib/texinfo/makeinfo/toc.h
  U src/contrib/texinfo/makeinfo/xml.c
  U src/contrib/texinfo/makeinfo/xml.h
  N src/contrib/texinfo/makeinfo/xref.c
  N src/contrib/texinfo/makeinfo/xref.h
  U src/contrib/texinfo/util/README
  C src/contrib/texinfo/util/install-info.c
  U src/contrib/texinfo/util/texindex.c
  U src/contrib/texinfo/doc/README
  U src/contrib/texinfo/doc/texinfo.txi
  U src/contrib/texinfo/doc/info-stnd.texi
  U src/contrib/texinfo/doc/info.texi
  U src/contrib/texinfo/doc/version-stnd.texi
  U src/contrib/texinfo/doc/version.texi
  U src/contrib/texinfo/doc/fdl.texi
  U src/contrib/texinfo/doc/info.1
  N src/contrib/texinfo/doc/infokey.1
  U src/contrib/texinfo/doc/install-info.1
  U src/contrib/texinfo/doc/makeinfo.1
  U src/contrib/texinfo/doc/texindex.1
  U src/contrib/texinfo/doc/info.5
  U src/contrib/texinfo/doc/texinfo.5
  
  9 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jFSF:yesterday -jFSF src/contrib/texinfo
  

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:47:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6B5FE16A41C;
	Mon, 23 May 2005 10:47:04 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3371143D1F;
	Mon, 23 May 2005 10:47:04 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAl4ae042457;
	Mon, 23 May 2005 10:47:04 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAl4uD042456;
	Mon, 23 May 2005 10:47:04 GMT (envelope-from ru)
Message-Id: <200505231047.j4NAl4uD042456@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:47:04 +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/texinfo/doc help2man
 src/contrib/texinfo/makeinfo texinfo.dtd texinfo.xsl
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 10:47:04 -0000

ru          2005-05-23 10:47:04 UTC

  FreeBSD src repository

  Removed files:         (Branch: FSF)
    contrib/texinfo/doc  help2man 
    contrib/texinfo/makeinfo texinfo.dtd texinfo.xsl 
  Log:
  Removed files not present in v4.8 import.
  
  Revision  Changes    Path
  1.1.1.4   +0 -559    src/contrib/texinfo/doc/help2man (dead)
  1.1.1.4   +0 -337    src/contrib/texinfo/makeinfo/texinfo.dtd (dead)
  1.1.1.4   +0 -242    src/contrib/texinfo/makeinfo/texinfo.xsl (dead)

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:50:20 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A2F2016A41C;
	Mon, 23 May 2005 10:50:20 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C14043D1F;
	Mon, 23 May 2005 10:50:20 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAoKtI042683;
	Mon, 23 May 2005 10:50:20 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAoK2L042682;
	Mon, 23 May 2005 10:50:20 GMT (envelope-from ru)
Message-Id: <200505231050.j4NAoK2L042682@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:50: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: CVSROOT exclude
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 10:50:20 -0000

ru          2005-05-23 10:50:20 UTC

  FreeBSD src repository

  Modified files:
    .                    exclude 
  Log:
  Temporary for Texinfo 4.8 import.
  
  Revision  Changes    Path
  1.125     +1 -0      CVSROOT/exclude

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:50:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E2F7316A41C;
	Mon, 23 May 2005 10:50:32 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BE96B43D1F;
	Mon, 23 May 2005 10:50:32 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAoWSp042753;
	Mon, 23 May 2005 10:50:32 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAoWL1042752;
	Mon, 23 May 2005 10:50:32 GMT (envelope-from ru)
Message-Id: <200505231050.j4NAoWL1042752@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:50:32 +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/texinfo/info doc.c funs.h infomap.c
 nodemenu.c session.c signals.c terminal.c
 src/contrib/texinfo/makeinfo makeinfo.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 10:50:33 -0000

ru          2005-05-23 10:50:32 UTC

  FreeBSD src repository

  Modified files:
    contrib/texinfo/info doc.c funs.h infomap.c nodemenu.c 
                         session.c signals.c terminal.c 
    contrib/texinfo/makeinfo makeinfo.c 
  Log:
  Use stock (FSF) version of this file.
  
  Revision  Changes    Path
  1.6       +112 -112  src/contrib/texinfo/info/doc.c
  1.6       +113 -111  src/contrib/texinfo/info/funs.h
  1.8       +74 -80    src/contrib/texinfo/info/infomap.c
  1.7       +22 -16    src/contrib/texinfo/info/nodemenu.c
  1.8       +289 -360  src/contrib/texinfo/info/session.c
  1.9       +38 -24    src/contrib/texinfo/info/signals.c
  1.9       +26 -41    src/contrib/texinfo/info/terminal.c
  1.14      +777 -926  src/contrib/texinfo/makeinfo/makeinfo.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:50:48 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BEE7016A41C;
	Mon, 23 May 2005 10:50:48 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 84D1443D49;
	Mon, 23 May 2005 10:50:48 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAom1k042786;
	Mon, 23 May 2005 10:50:48 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAomm9042785;
	Mon, 23 May 2005 10:50:48 GMT (envelope-from ru)
Message-Id: <200505231050.j4NAomm9042785@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:50: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/contrib/texinfo/util install-info.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 10:50:48 -0000

ru          2005-05-23 10:50:48 UTC

  FreeBSD src repository

  Modified files:
    contrib/texinfo/util install-info.c 
  Log:
  Merge texinfo 4.8 changes onto the trunk.
  
  Revision  Changes    Path
  1.16      +135 -162  src/contrib/texinfo/util/install-info.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:52:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C5E8816A41C;
	Mon, 23 May 2005 10:52:07 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8B79543D1D;
	Mon, 23 May 2005 10:52:07 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAq7Iw042904;
	Mon, 23 May 2005 10:52:07 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAq73l042903;
	Mon, 23 May 2005 10:52:07 GMT (envelope-from ru)
Message-Id: <200505231052.j4NAq73l042903@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:52: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/contrib/texinfo config.h
 src/gnu/usr.bin/texinfo/infokey
 Makefile src/gnu/usr.bin/texinfo/makeinfo Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 10:52:08 -0000

ru          2005-05-23 10:52:07 UTC

  FreeBSD src repository

  Modified files:
    contrib/texinfo      config.h 
    gnu/usr.bin/texinfo/infokey Makefile 
    gnu/usr.bin/texinfo/makeinfo Makefile 
  Log:
  Update for texinfo 4.8.
  
  Revision  Changes    Path
  1.7       +79 -25    src/contrib/texinfo/config.h
  1.4       +1 -2      src/gnu/usr.bin/texinfo/infokey/Makefile
  1.17      +2 -2      src/gnu/usr.bin/texinfo/makeinfo/Makefile

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:52:56 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A2B8516A41C;
	Mon, 23 May 2005 10:52:56 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4A143D48;
	Mon, 23 May 2005 10:52:56 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAquUr042942;
	Mon, 23 May 2005 10:52:56 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAqul8042941;
	Mon, 23 May 2005 10:52:56 GMT (envelope-from ru)
Message-Id: <200505231052.j4NAqul8042941@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:52: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: CVSROOT exclude
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 10:52:56 -0000

ru          2005-05-23 10:52:56 UTC

  FreeBSD src repository

  Modified files:
    .                    exclude 
  Log:
  Done with texinfo-4.8 import.
  
  Revision  Changes    Path
  1.126     +0 -1      CVSROOT/exclude

From owner-cvs-src@FreeBSD.ORG  Mon May 23 10:55:30 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 66AA116A41C;
	Mon, 23 May 2005 10:55:30 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3072643D1F;
	Mon, 23 May 2005 10:55:30 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NAtUFo043092;
	Mon, 23 May 2005 10:55:30 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NAtUec043091;
	Mon, 23 May 2005 10:55:30 GMT (envelope-from ru)
Message-Id: <200505231055.j4NAtUec043091@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 10:55: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/contrib/texinfo FREEBSD-Xlist 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: Mon, 23 May 2005 10:55:30 -0000

ru          2005-05-23 10:55:30 UTC

  FreeBSD src repository

  Modified files:
    contrib/texinfo      FREEBSD-Xlist FREEBSD-upgrade 
  Log:
  Update for version 4.8 import.
  
  Revision  Changes    Path
  1.6       +8 -1      src/contrib/texinfo/FREEBSD-Xlist
  1.6       +8 -8      src/contrib/texinfo/FREEBSD-upgrade

From owner-cvs-src@FreeBSD.ORG  Mon May 23 11:15:17 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 48B7416A41C;
	Mon, 23 May 2005 11:15:17 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 139A243D4C;
	Mon, 23 May 2005 11:15:17 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBFGqV044239;
	Mon, 23 May 2005 11:15:16 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBFGL0044238;
	Mon, 23 May 2005 11:15:16 GMT (envelope-from ru)
Message-Id: <200505231115.j4NBFGL0044238@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 23 May 2005 11:15:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src Makefile.inc1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 11:15:17 -0000

ru          2005-05-23 11:15:16 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
  Log:
  Stop redundantly rebuilding texinfo on the next __FreeBSD_version bump.
  
  Revision  Changes    Path
  1.495     +5 -1      src/Makefile.inc1

From owner-cvs-src@FreeBSD.ORG  Mon May 23 11:19:12 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D2BBF16A41C;
	Mon, 23 May 2005 11:19:12 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9440B43D48;
	Mon, 23 May 2005 11:19:12 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBJClP044317;
	Mon, 23 May 2005 11:19:12 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBJCke044316;
	Mon, 23 May 2005 11:19:12 GMT (envelope-from harti)
Message-Id: <200505231119.j4NBJCke044316@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 11:19:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: BEGEMOT
Cc: 
Subject: cvs commit: src/contrib/bsnmp - 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: Mon, 23 May 2005 11:19:13 -0000

harti       2005-05-23 11:19:12 UTC

  FreeBSD src repository

  src/contrib/bsnmp - Imported sources
  Update of /home/ncvs/src/contrib/bsnmp
  In directory repoman.freebsd.org:/tmp/cvs-serv44304
  
  Log Message:
  Virgin import of bsnmpd 1.10
  
  Status:
  
  Vendor Tag:	BEGEMOT
  Release Tags:	BSNMP_1_10
  		
  U src/contrib/bsnmp/NEWS
  U src/contrib/bsnmp/README
  U src/contrib/bsnmp/TODO
  U src/contrib/bsnmp/VERSION
  U src/contrib/bsnmp/oid-list
  U src/contrib/bsnmp/lib/asn1.3
  U src/contrib/bsnmp/lib/asn1.c
  U src/contrib/bsnmp/lib/asn1.h
  U src/contrib/bsnmp/lib/bsnmpagent.3
  U src/contrib/bsnmp/lib/bsnmpclient.3
  U src/contrib/bsnmp/lib/bsnmplib.3
  U src/contrib/bsnmp/lib/snmp.c
  U src/contrib/bsnmp/lib/snmp.h
  U src/contrib/bsnmp/lib/snmpagent.c
  U src/contrib/bsnmp/lib/snmpagent.h
  U src/contrib/bsnmp/lib/snmpclient.c
  U src/contrib/bsnmp/lib/snmpclient.h
  U src/contrib/bsnmp/lib/snmppriv.h
  U src/contrib/bsnmp/lib/support.c
  U src/contrib/bsnmp/lib/support.h
  U src/contrib/bsnmp/gensnmpdef/gensnmpdef.1
  U src/contrib/bsnmp/gensnmpdef/gensnmpdef.c
  U src/contrib/bsnmp/gensnmptree/gensnmptree.1
  U src/contrib/bsnmp/gensnmptree/gensnmptree.c
  U src/contrib/bsnmp/snmp_mibII/mibII.c
  U src/contrib/bsnmp/snmp_mibII/mibII.h
  U src/contrib/bsnmp/snmp_mibII/mibII_ifmib.c
  U src/contrib/bsnmp/snmp_mibII/mibII_ifstack.c
  U src/contrib/bsnmp/snmp_mibII/mibII_interfaces.c
  U src/contrib/bsnmp/snmp_mibII/mibII_ip.c
  U src/contrib/bsnmp/snmp_mibII/mibII_ipaddr.c
  U src/contrib/bsnmp/snmp_mibII/mibII_nettomedia.c
  U src/contrib/bsnmp/snmp_mibII/mibII_rcvaddr.c
  U src/contrib/bsnmp/snmp_mibII/mibII_route.c
  U src/contrib/bsnmp/snmp_mibII/mibII_tcp.c
  U src/contrib/bsnmp/snmp_mibII/mibII_tree.def
  U src/contrib/bsnmp/snmp_mibII/mibII_udp.c
  U src/contrib/bsnmp/snmp_mibII/snmp_mibII.3
  U src/contrib/bsnmp/snmp_mibII/snmp_mibII.h
  U src/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt
  U src/contrib/bsnmp/snmp_ntp/NTP-MIB.txt
  U src/contrib/bsnmp/snmp_ntp/NTP-PROXY-MIB.txt
  U src/contrib/bsnmp/snmp_ntp/ntp_tree.def
  U src/contrib/bsnmp/snmp_ntp/snmp_ntp.c
  U src/contrib/bsnmp/snmpd/BEGEMOT-MIB.txt
  U src/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt
  U src/contrib/bsnmp/snmpd/FOKUS-MIB.txt
  U src/contrib/bsnmp/snmpd/action.c
  U src/contrib/bsnmp/snmpd/bsnmpd.1
  U src/contrib/bsnmp/snmpd/config.c
  U src/contrib/bsnmp/snmpd/export.c
  U src/contrib/bsnmp/snmpd/main.c
  U src/contrib/bsnmp/snmpd/snmpd.config
  U src/contrib/bsnmp/snmpd/snmpd.h
  U src/contrib/bsnmp/snmpd/snmpd.sh
  U src/contrib/bsnmp/snmpd/snmpmod.3
  U src/contrib/bsnmp/snmpd/snmpmod.h
  U src/contrib/bsnmp/snmpd/trans_lsock.c
  U src/contrib/bsnmp/snmpd/trans_lsock.h
  U src/contrib/bsnmp/snmpd/trans_udp.c
  U src/contrib/bsnmp/snmpd/trans_udp.h
  U src/contrib/bsnmp/snmpd/trap.c
  U src/contrib/bsnmp/snmpd/tree.def
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Mon May 23 11:22:54 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB22616A41C;
	Mon, 23 May 2005 11:22:54 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B53D843D48;
	Mon, 23 May 2005 11:22:54 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBMsrS044506;
	Mon, 23 May 2005 11:22:54 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBMsQr044505;
	Mon, 23 May 2005 11:22:54 GMT (envelope-from harti)
Message-Id: <200505231122.j4NBMsQr044505@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 11:22: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/usr.sbin/bsnmpd/modules 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: Mon, 23 May 2005 11:22:55 -0000

harti       2005-05-23 11:22:54 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bsnmpd/modules Makefile.inc 
  Log:
  Bump the shared library version number of the modules because of
  changes in the module interface.
  
  Revision  Changes    Path
  1.9       +1 -1      src/usr.sbin/bsnmpd/modules/Makefile.inc

From owner-cvs-src@FreeBSD.ORG  Mon May 23 11:24:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A816A16A41C;
	Mon, 23 May 2005 11:24:39 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7255543D48;
	Mon, 23 May 2005 11:24:39 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBOdF2044571;
	Mon, 23 May 2005 11:24:39 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBOd0w044570;
	Mon, 23 May 2005 11:24:39 GMT (envelope-from harti)
Message-Id: <200505231124.j4NBOd0w044570@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 11:24: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/bsnmpd/modules/snmp_netgraph
	snmp_netgraph.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 11:24:39 -0000

harti       2005-05-23 11:24:39 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bsnmpd/modules/snmp_netgraph snmp_netgraph.c 
  Log:
  The ticks delivered by the SNMP daemon are now 64-bit, so make our
  local tick variable which is used to reduce the number of updates from
  kernel structures and to ensure intra-PDU consistency also 64 bit.
  
  Revision  Changes    Path
  1.5       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 11:31:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F14E316A41C;
	Mon, 23 May 2005 11:31:26 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B8F7143D48;
	Mon, 23 May 2005 11:31:26 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBVQ1S044998;
	Mon, 23 May 2005 11:31:26 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBVQMQ044997;
	Mon, 23 May 2005 11:31:26 GMT (envelope-from brueffer)
Message-Id: <200505231131.j4NBVQMQ044997@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Mon, 23 May 2005 11:31: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 11:31:27 -0000

brueffer    2005-05-23 11:31:26 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release notes:
  
  - uftdi(4) supports the FTDI FT2232C chip.
  - bge(4) support for several new chips. (merged)
  
  Note merges:
  
  - uaudio(4) sync
  - dc(4) polling
  - xl(4) polling
  - ixgb(4) MPSAFE
  
  Revision  Changes    Path
  1.862     +10 -5     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Mon May 23 11:41:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EDCDD16A41C;
	Mon, 23 May 2005 11:41:14 +0000 (GMT)
	(envelope-from philip@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB25043D1F;
	Mon, 23 May 2005 11:41:14 +0000 (GMT)
	(envelope-from philip@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NBfEGP045685;
	Mon, 23 May 2005 11:41:14 GMT
	(envelope-from philip@repoman.freebsd.org)
Received: (from philip@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NBfE9r045684;
	Mon, 23 May 2005 11:41:14 GMT (envelope-from philip)
Message-Id: <200505231141.j4NBfE9r045684@repoman.freebsd.org>
From: Philip Paeps <philip@FreeBSD.org>
Date: Mon, 23 May 2005 11:41:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 11:41:15 -0000

philip      2005-05-23 11:41:14 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c 
  Log:
  Catch up with the bsnmpd daemon's 64bit time ticks.
  
  Revision  Changes    Path
  1.5       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 12:11:43 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B75D16A41C;
	Mon, 23 May 2005 12:11:43 +0000 (GMT)
	(envelope-from chris@haakonia.hitnet.rwth-aachen.de)
Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE
	[134.130.3.131])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A2F7343D1F;
	Mon, 23 May 2005 12:11:42 +0000 (GMT)
	(envelope-from chris@haakonia.hitnet.rwth-aachen.de)
Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31])
	by ms-dienst.rz.rwth-aachen.de
	(iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004))
	with ESMTP id <0IGX005LSZ7GMW@ms-dienst.rz.rwth-aachen.de>; Mon,
	23 May 2005 14:11:41 +0200 (MEST)
Received: from relay.rwth-aachen.de ([134.130.3.1])
	by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Mon,
	23 May 2005 14:11:39 +0200 (MEST)
Received: from haakonia.hitnet.rwth-aachen.de
	(mulzirak.hitnet.RWTH-Aachen.DE [137.226.181.149])
	by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j4NCBdCQ017619;
	Mon, 23 May 2005 14:11:39 +0200 (MEST)
Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001)
	id 3D20528460; Mon, 23 May 2005 14:11:39 +0200 (CEST)
Date: Mon, 23 May 2005 14:11:39 +0200
From: Christian Brueffer <chris@unixpages.org>
In-reply-to: <200505231131.j4NBVQMQ044997@repoman.freebsd.org>
To: src-committers@FreeBSD.org
Message-id: <20050523121139.GB1658@unixpages.org>
MIME-version: 1.0
Content-type: multipart/signed; boundary="3uo+9/B/ebqu+fSQ";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-disposition: inline
User-Agent: Mutt/1.5.6i
X-Operating-System: FreeBSD 5.4-STABLE
X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc
X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
References: <200505231131.j4NBVQMQ044997@repoman.freebsd.org>
Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common
 new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 12:11:43 -0000


--3uo+9/B/ebqu+fSQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, May 23, 2005 at 11:31:26AM +0000, Christian Brueffer wrote:
> brueffer    2005-05-23 11:31:26 UTC
>=20
>   FreeBSD src repository (doc committer)
>=20
>   Modified files:
>     release/doc/en_US.ISO8859-1/relnotes/common new.sgml=20
>   Log:
>   New release notes:
>  =20
>   - uftdi(4) supports the FTDI FT2232C chip.
>   - bge(4) support for several new chips. (merged)
>  =20
>   Note merges:
>  =20
>   - uaudio(4) sync
>   - dc(4) polling
            ~~~~~~~

dc(4) altq support, of course.

- Christian

--=20
Christian Brueffer	chris@unixpages.org	brueffer@FreeBSD.org
GPG Key:	 http://people.freebsd.org/~brueffer/brueffer.key.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D

--3uo+9/B/ebqu+fSQ
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFCkch7bHYXjKDtmC0RAnRSAJ0ZCLF3FQJT6rVV73WTOmsKJxsYrgCgmooR
Zm4jSEdoWJo01bsVR6/2vcU=
=iqk2
-----END PGP SIGNATURE-----

--3uo+9/B/ebqu+fSQ--


From owner-cvs-src@FreeBSD.ORG  Mon May 23 12:22:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0584C16A41C;
	Mon, 23 May 2005 12:22:13 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D9A9743D1F;
	Mon, 23 May 2005 12:22:12 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NCMCsx048953;
	Mon, 23 May 2005 12:22:12 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NCMC12048952;
	Mon, 23 May 2005 12:22:12 GMT (envelope-from harti)
Message-Id: <200505231222.j4NCMC12048952@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 12:22:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: BEGEMOT
Cc: 
Subject: cvs commit: src/contrib/ngatm - 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: Mon, 23 May 2005 12:22:13 -0000

harti       2005-05-23 12:22:12 UTC

  FreeBSD src repository

  src/contrib/ngatm - Imported sources
  Update of /home/ncvs/src/contrib/ngatm
  In directory repoman.freebsd.org:/tmp/cvs-serv48940
  
  Log Message:
  Virgin import of NgATM user part 1.2
  
  Status:
  
  Vendor Tag:	BEGEMOT
  Release Tags:	NGATM_1_2
  		
  U src/contrib/ngatm/man/libngatm.3
  U src/contrib/ngatm/man/uniaddr.3
  U src/contrib/ngatm/man/unifunc.3
  U src/contrib/ngatm/man/unimsg.3
  U src/contrib/ngatm/man/unisap.3
  U src/contrib/ngatm/man/unistruct.3
  U src/contrib/ngatm/libngatm/cccust.h
  U src/contrib/ngatm/libngatm/net_in.fig
  U src/contrib/ngatm/libngatm/net_out.fig
  U src/contrib/ngatm/libngatm/sscfucust.h
  U src/contrib/ngatm/libngatm/sscopcust.h
  U src/contrib/ngatm/libngatm/unicust.h
  U src/contrib/ngatm/libngatm/unimsg.c
  U src/contrib/ngatm/snmp_atm/BEGEMOT-ATM.txt
  U src/contrib/ngatm/snmp_atm/atm.h
  U src/contrib/ngatm/snmp_atm/atm_tree.def
  U src/contrib/ngatm/snmp_atm/snmp_atm.3
  U src/contrib/ngatm/snmp_atm/snmp_atm.c
  U src/contrib/ngatm/snmp_atm/snmp_atm.h
  U src/contrib/ngatm/sscop/common.c
  U src/contrib/ngatm/sscop/common.h
  U src/contrib/ngatm/sscop/sscop.1
  U src/contrib/ngatm/sscop/sscop_main.c
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Mon May 23 12:24:47 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1744C16A41C;
	Mon, 23 May 2005 12:24:47 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D8C1243D1D;
	Mon, 23 May 2005 12:24:46 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NCOkU4049058;
	Mon, 23 May 2005 12:24:46 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NCOk7M049057;
	Mon, 23 May 2005 12:24:46 GMT (envelope-from harti)
Message-Id: <200505231224.j4NCOk7M049057@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 12: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/usr.sbin/bsnmpd/modules/snmp_atm Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 12:24:47 -0000

harti       2005-05-23 12:24:46 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bsnmpd/modules/snmp_atm Makefile 
  Log:
  This module was wrongly including header from /usr/include. Give it
  the correct path to the source headers.
  
  Revision  Changes    Path
  1.2       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_atm/Makefile

From owner-cvs-src@FreeBSD.ORG  Mon May 23 12:25:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 91FFC16A41C;
	Mon, 23 May 2005 12:25:16 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF4F43D1D;
	Mon, 23 May 2005 12:25:16 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NCPGQk049146;
	Mon, 23 May 2005 12:25:16 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NCPGZH049145;
	Mon, 23 May 2005 12:25:16 GMT (envelope-from brueffer)
Message-Id: <200505231225.j4NCPGZH049145@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Mon, 23 May 2005 12:25:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 12:25:16 -0000

brueffer    2005-05-23 12:25:16 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:
  
  New release notes:
  
  - uaudio(4) sync
  - bge(4) support for BCM5714 and 5789
  - ixgb(4) MPSAFE
  - xl(4) polling
  
  Revision    Changes    Path
  1.761.2.47  +11 -0     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Mon May 23 12:25:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6EE1A16A41C;
	Mon, 23 May 2005 12:25:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC1843D1D;
	Mon, 23 May 2005 12:25:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NCPX6i049206;
	Mon, 23 May 2005 12:25:33 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NCPX5o049205;
	Mon, 23 May 2005 12:25:33 GMT (envelope-from pjd)
Message-Id: <200505231225.j4NCPX5o049205@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Mon, 23 May 2005 12:25: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/etc/rc.d named
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 12:25:33 -0000

pjd         2005-05-23 12:25:33 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             named 
  Log:
  We need to use 'applyset' command for devfs, 'apply hide' is not enough,
  because new devfs entries can show up later and one can access such entires
  from inside named chroot.
  In rc.d scripts we can use devfs_domount() function with devfsrules_hide_all
  policy and unhide 'null' and 'random' manually.
  
  Revision  Changes    Path
  1.22      +2 -6      src/etc/rc.d/named

From owner-cvs-src@FreeBSD.ORG  Mon May 23 12:49:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4AE1C16A41C;
	Mon, 23 May 2005 12:49:34 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7D41043D1D;
	Mon, 23 May 2005 12:49:32 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from localhost (rocky.ip.net.ua [82.193.96.2])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4NCnV1E031379;
	Mon, 23 May 2005 15:49:31 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua ([82.193.96.10])
	by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new,
	port 10024) with LMTP
	id 55898-02; Mon, 23 May 2005 15:49:30 +0300 (EEST)
Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4NCnUGQ031375
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 23 May 2005 15:49:30 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: (from ru@localhost)
	by heffalump.ip.net.ua (8.13.3/8.13.3) id j4NCnpV7058655;
	Mon, 23 May 2005 15:49:51 +0300 (EEST) (envelope-from ru)
Date: Mon, 23 May 2005 15:49:51 +0300
From: Ruslan Ermilov <ru@freebsd.org>
To: Hartmut Brandt <harti@freebsd.org>
Message-ID: <20050523124951.GA58621@ip.net.ua>
References: <200505231224.j4NCOk7M049057@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0"
Content-Disposition: inline
In-Reply-To: <200505231224.j4NCOk7M049057@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at ip.net.ua
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_atm Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 12:49:34 -0000


--k+w/mQv8wyuph6w0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, May 23, 2005 at 12:24:46PM +0000, Hartmut Brandt wrote:
> harti       2005-05-23 12:24:46 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     usr.sbin/bsnmpd/modules/snmp_atm Makefile=20
>   Log:
>   This module was wrongly including header from /usr/include. Give it
>   the correct path to the source headers.
>  =20
>   Revision  Changes    Path
>   1.2       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_atm/Makefile
>=20
It wasn't wrong: during buildworld we first install fresh headers (and
libraries) into a ${WORLDTMP}, then build special versions of compiler
and binutils that pick up things from this location, then build
everything.  You can easily verify this by checking the contents of
the corresponding .depend file (after "make depend" part of "make
buildworld" is done).

It can seem to be wrong when you do standalone compiles though, but
then all you need to do is to install the headers and libraries first.
Think of it: if you have a library that you need to link with, with
the namespace under /usr/lib, your only option when you do standalone
compiles is to rebuild/reinstall this library first.  For headers it
is very much similar.


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

--k+w/mQv8wyuph6w0
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFCkdFvqRfpzJluFF4RAvLTAJ4kh03+nf6jZSgnTBqOaXCa55HBagCfXkad
8nZBj4Po8Mhv92cFTOy6bAw=
=znsO
-----END PGP SIGNATURE-----

--k+w/mQv8wyuph6w0--

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:04:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8068F16A41C;
	Mon, 23 May 2005 13:04:16 +0000 (GMT)
	(envelope-from Hartmut.Brandt@dlr.de)
Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0112F43D49;
	Mon, 23 May 2005 13:04:15 +0000 (GMT)
	(envelope-from Hartmut.Brandt@dlr.de)
Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS
	secured channel with Microsoft SMTPSVC(6.0.3790.211); 
	Mon, 23 May 2005 15:04:12 +0200
Date: Mon, 23 May 2005 15:04:13 +0200 (CEST)
From: Harti Brandt <hartmut.brandt@dlr.de>
X-X-Sender: brandt_h@beagle.kn.op.dlr.de
To: Ruslan Ermilov <ru@freebsd.org>
In-Reply-To: <20050523124951.GA58621@ip.net.ua>
Message-ID: <20050523150142.S28521@beagle.kn.op.dlr.de>
References: <200505231224.j4NCOk7M049057@repoman.freebsd.org>
	<20050523124951.GA58621@ip.net.ua>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-OriginalArrivalTime: 23 May 2005 13:04:12.0479 (UTC)
	FILETIME=[EA4184F0:01C55F97]
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_atm Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Harti Brandt <harti@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, 23 May 2005 13:04:16 -0000

On Mon, 23 May 2005, Ruslan Ermilov wrote:

RE>On Mon, May 23, 2005 at 12:24:46PM +0000, Hartmut Brandt wrote:
RE>> harti       2005-05-23 12:24:46 UTC
RE>> 
RE>>   FreeBSD src repository
RE>> 
RE>>   Modified files:
RE>>     usr.sbin/bsnmpd/modules/snmp_atm Makefile 
RE>>   Log:
RE>>   This module was wrongly including header from /usr/include. Give it
RE>>   the correct path to the source headers.
RE>>   
RE>>   Revision  Changes    Path
RE>>   1.2       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_atm/Makefile
RE>> 
RE>It wasn't wrong: during buildworld we first install fresh headers (and
RE>libraries) into a ${WORLDTMP}, then build special versions of compiler
RE>and binutils that pick up things from this location, then build
RE>everything.  You can easily verify this by checking the contents of
RE>the corresponding .depend file (after "make depend" part of "make
RE>buildworld" is done).

Ok, yes. I remember this. I had a report from someone complaining that it 
was including the wrong headers. I think I revert this on the next import 
(I cannot just change the Makefile, but need to change the source too).

RE>It can seem to be wrong when you do standalone compiles though, but
RE>then all you need to do is to install the headers and libraries first.
RE>Think of it: if you have a library that you need to link with, with
RE>the namespace under /usr/lib, your only option when you do standalone
RE>compiles is to rebuild/reinstall this library first.  For headers it
RE>is very much similar.

I see. Thanks for the explanation.

harti

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:05:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 94C3816A41C;
	Mon, 23 May 2005 13:05:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 648E343D4C;
	Mon, 23 May 2005 13:05:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ND5786059392;
	Mon, 23 May 2005 13:05:07 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ND57WX059391;
	Mon, 23 May 2005 13:05:07 GMT (envelope-from pjd)
Message-Id: <200505231305.j4ND57WX059391@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Mon, 23 May 2005 13:05: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/geom/mirror g_mirror.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 13:05:07 -0000

pjd         2005-05-23 13:05:07 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/mirror      g_mirror.c 
  Log:
  Add some debug code to diagnose root-on-mirror problems with recent -current.
  
  Reported by:    Daniel Eriksson
  
  Revision  Changes    Path
  1.64      +3 -0      src/sys/geom/mirror/g_mirror.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:08:36 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 894F016A41C;
	Mon, 23 May 2005 13:08:36 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5128F43D49;
	Mon, 23 May 2005 13:08:36 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ND8acp059632;
	Mon, 23 May 2005 13:08:36 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ND8ajw059631;
	Mon, 23 May 2005 13:08:36 GMT (envelope-from harti)
Message-Id: <200505231308.j4ND8ajw059631@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 13:08:36 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: BEGEMOT
Cc: 
Subject: cvs commit: src/sys/contrib/ngatm/netnatm - 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: Mon, 23 May 2005 13:08:36 -0000

harti       2005-05-23 13:08:36 UTC

  FreeBSD src repository

  src/sys/contrib/ngatm/netnatm - Imported sources
  Update of /home/ncvs/src/sys/contrib/ngatm/netnatm
  In directory repoman.freebsd.org:/tmp/cvs-serv59611
  
  Log Message:
  Virgin import of NgATM kernel part 1.2
  
  Status:
  
  Vendor Tag:	BEGEMOT
  Release Tags:	NGATM_1_2
  		
  U src/sys/contrib/ngatm/netnatm/addr.h
  U src/sys/contrib/ngatm/netnatm/genfiles
  U src/sys/contrib/ngatm/netnatm/unimsg.h
  U src/sys/contrib/ngatm/netnatm/api/atmapi.h
  U src/sys/contrib/ngatm/netnatm/api/cc_conn.c
  U src/sys/contrib/ngatm/netnatm/api/cc_data.c
  U src/sys/contrib/ngatm/netnatm/api/cc_dump.c
  U src/sys/contrib/ngatm/netnatm/api/cc_port.c
  U src/sys/contrib/ngatm/netnatm/api/cc_sig.c
  U src/sys/contrib/ngatm/netnatm/api/cc_user.c
  U src/sys/contrib/ngatm/netnatm/api/ccatm.h
  U src/sys/contrib/ngatm/netnatm/api/ccpriv.h
  U src/sys/contrib/ngatm/netnatm/api/unisap.c
  U src/sys/contrib/ngatm/netnatm/api/unisap.h
  U src/sys/contrib/ngatm/netnatm/misc/straddr.c
  U src/sys/contrib/ngatm/netnatm/misc/unimsg_common.c
  U src/sys/contrib/ngatm/netnatm/msg/geniec.awk
  U src/sys/contrib/ngatm/netnatm/msg/genieh.awk
  U src/sys/contrib/ngatm/netnatm/msg/genmsgc.awk
  U src/sys/contrib/ngatm/netnatm/msg/genmsgh.awk
  U src/sys/contrib/ngatm/netnatm/msg/ie.def
  U src/sys/contrib/ngatm/netnatm/msg/msg.def
  U src/sys/contrib/ngatm/netnatm/msg/parseie.awk
  U src/sys/contrib/ngatm/netnatm/msg/parsemsg.awk
  U src/sys/contrib/ngatm/netnatm/msg/priv.h
  U src/sys/contrib/ngatm/netnatm/msg/privmsg.c
  U src/sys/contrib/ngatm/netnatm/msg/traffic.c
  U src/sys/contrib/ngatm/netnatm/msg/uni_config.h
  U src/sys/contrib/ngatm/netnatm/msg/uni_hdr.h
  U src/sys/contrib/ngatm/netnatm/msg/uni_ie.c
  U src/sys/contrib/ngatm/netnatm/msg/unimsglib.h
  U src/sys/contrib/ngatm/netnatm/msg/uniprint.h
  U src/sys/contrib/ngatm/netnatm/msg/unistruct.h
  U src/sys/contrib/ngatm/netnatm/saal/saal_sscfu.c
  U src/sys/contrib/ngatm/netnatm/saal/saal_sscop.c
  U src/sys/contrib/ngatm/netnatm/saal/sscfu.h
  U src/sys/contrib/ngatm/netnatm/saal/sscfudef.h
  U src/sys/contrib/ngatm/netnatm/saal/sscfupriv.h
  U src/sys/contrib/ngatm/netnatm/saal/sscop.h
  U src/sys/contrib/ngatm/netnatm/saal/sscopdef.h
  U src/sys/contrib/ngatm/netnatm/saal/sscoppriv.h
  U src/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk
  U src/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk
  U src/sys/contrib/ngatm/netnatm/sig/sig_call.c
  U src/sys/contrib/ngatm/netnatm/sig/sig_coord.c
  U src/sys/contrib/ngatm/netnatm/sig/sig_party.c
  U src/sys/contrib/ngatm/netnatm/sig/sig_print.c
  U src/sys/contrib/ngatm/netnatm/sig/sig_reset.c
  U src/sys/contrib/ngatm/netnatm/sig/sig_uni.c
  U src/sys/contrib/ngatm/netnatm/sig/sig_verify.c
  U src/sys/contrib/ngatm/netnatm/sig/uni.h
  U src/sys/contrib/ngatm/netnatm/sig/unidef.h
  U src/sys/contrib/ngatm/netnatm/sig/unimkmsg.h
  U src/sys/contrib/ngatm/netnatm/sig/unipriv.h
  U src/sys/contrib/ngatm/netnatm/sig/unisig.h
  
  No conflicts created by this import
  

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:26:53 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4A0D016A41C;
	Mon, 23 May 2005 13:26:53 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD4543D49;
	Mon, 23 May 2005 13:26:53 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NDQqSU060589;
	Mon, 23 May 2005 13:26:52 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NDQqmK060588;
	Mon, 23 May 2005 13:26:52 GMT (envelope-from glebius)
Message-Id: <200505231326.j4NDQqmK060588@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Mon, 23 May 2005 13:26:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.bin/sed main.c sed.1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 13:26:53 -0000

glebius     2005-05-23 13:26:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.bin/sed          main.c sed.1 
  Log:
  MFC:
    Add option -l, to make output line buffered.
  
    PR:             bin/78692
    Submitted by:   Eugene Grosbein
  
  Revision  Changes    Path
  1.34.2.1  +7 -3      src/usr.bin/sed/main.c
  1.38.2.2  +4 -2      src/usr.bin/sed/sed.1

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:27:49 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 80AC016A41C;
	Mon, 23 May 2005 13:27:49 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5099B43D1F;
	Mon, 23 May 2005 13:27:49 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NDRn7b060665;
	Mon, 23 May 2005 13:27:49 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NDRn2a060664;
	Mon, 23 May 2005 13:27:49 GMT (envelope-from glebius)
Message-Id: <200505231327.j4NDRn2a060664@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Mon, 23 May 2005 13:27:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/usr.bin/sed main.c sed.1
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 May 2005 13:27:49 -0000

glebius     2005-05-23 13:27:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    usr.bin/sed          main.c sed.1 
  Log:
  MFC:
    Add option -l, to make output line buffered.
  
    PR:             bin/78692
    Submitted by:   Eugene Grosbein
  
  Revision  Changes    Path
  1.9.2.8   +7 -3      src/usr.bin/sed/main.c
  1.9.2.12  +4 -2      src/usr.bin/sed/sed.1

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:27:52 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 965F016A41F;
	Mon, 23 May 2005 13:27:52 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 66B3943D1F;
	Mon, 23 May 2005 13:27:52 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NDRqnd060697;
	Mon, 23 May 2005 13:27:52 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NDRqgI060696;
	Mon, 23 May 2005 13:27:52 GMT (envelope-from harti)
Message-Id: <200505231327.j4NDRqgI060696@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Mon, 23 May 2005 13:27: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/usr.bin/make str.c str.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, 23 May 2005 13:27:52 -0000

harti       2005-05-23 13:27:52 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         str.c str.h 
  Log:
  Make the ArgArray_Init() function visible to the rest of make.
  It will soon be needed for the .SHELL parsing code.
  
  Revision  Changes    Path
  1.45      +1 -1      src/usr.bin/make/str.c
  1.6       +1 -0      src/usr.bin/make/str.h

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:39:21 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 614A616A41C;
	Mon, 23 May 2005 13:39:21 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 335B043D1D;
	Mon, 23 May 2005 13:39:21 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NDdLkv061208;
	Mon, 23 May 2005 13:39:21 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NDdL7d061207;
	Mon, 23 May 2005 13:39:21 GMT (envelope-from glebius)
Message-Id: <200505231339.j4NDdL7d061207@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Mon, 23 May 2005 13:39: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/sys/netgraph ng_split.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 13:39:21 -0000

glebius     2005-05-23 13:39:21 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_split.c 
  Log:
  Return EINVAL for incorrect hook names.
  
  PR:             kern/81349
  Submitted by:   Wojciech A. Koszek
  
  Revision  Changes    Path
  1.6       +2 -3      src/sys/netgraph/ng_split.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 13:49:49 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B8AE016A41C;
	Mon, 23 May 2005 13:49:49 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 888EE43D1F;
	Mon, 23 May 2005 13:49:49 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NDnnag061596;
	Mon, 23 May 2005 13:49:49 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NDnnBm061595;
	Mon, 23 May 2005 13:49:49 GMT (envelope-from glebius)
Message-Id: <200505231349.j4NDnnBm061595@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Mon, 23 May 2005 13:49: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/netgraph ng_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: Mon, 23 May 2005 13:49:49 -0000

glebius     2005-05-23 13:49:49 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_socket.c 
  Log:
  Remove local error variable, which leads to hiding error from return
  value.
  
  PR:             kern/81371
  Submitted by:   Wojciech A. Koszek
  MFC after:      1 week
  
  Revision  Changes    Path
  1.65      +0 -1      src/sys/netgraph/ng_socket.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 14:12:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D814916A41C;
	Mon, 23 May 2005 14:12:32 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AA07B43D49;
	Mon, 23 May 2005 14:12:32 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NECWPd062524;
	Mon, 23 May 2005 14:12:32 GMT (envelope-from ume@repoman.freebsd.org)
Received: (from ume@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NECWgK062523;
	Mon, 23 May 2005 14:12:32 GMT (envelope-from ume)
Message-Id: <200505231412.j4NECWgK062523@repoman.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Mon, 23 May 2005 14:12:32 +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/route route.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 14:12:33 -0000

ume         2005-05-23 14:12:32 UTC

  FreeBSD src repository

  Modified files:
    sbin/route           route.c 
  Log:
  - do DNS lookup for symbolic names specified for a destination
    or gateway.
  - improves error reporting using gai_strerror(3) instead of
    printing "bad value".
  - remove "0" for servname argument for getaddrinfo(3).
  
  Submitted by:   Andreas Kohn <andreas __at__ syndrom23.de>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.79      +5 -4      src/sbin/route/route.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 14:59:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB95C16A41C;
	Mon, 23 May 2005 14:59:33 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADF443D4C;
	Mon, 23 May 2005 14:59:33 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NExXd7065024;
	Mon, 23 May 2005 14:59:33 GMT
	(envelope-from sobomax@repoman.freebsd.org)
Received: (from sobomax@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NExXV0065023;
	Mon, 23 May 2005 14:59:33 GMT (envelope-from sobomax)
Message-Id: <200505231459.j4NExXV0065023@repoman.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Mon, 23 May 2005 14:59:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/boot/common boot.c help.common loader.8
 src/sys/boot/forth loader.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: Mon, 23 May 2005 14:59:33 -0000

sobomax     2005-05-23 14:59:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/boot/common      boot.c help.common loader.8 
    sys/boot/forth       loader.conf 
  Log:
  MFC: Don't allow user to interrupt autoboot from console when autoboot_delay
  is set to -1.
  
  Revision  Changes    Path
  1.29.4.1  +46 -42    src/sys/boot/common/boot.c
  1.28.2.3  +2 -0      src/sys/boot/common/help.common
  1.64.2.3  +31 -0     src/sys/boot/common/loader.8
  1.85.2.3  +4 -1      src/sys/boot/forth/loader.conf

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:04:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 350F316A41C;
	Mon, 23 May 2005 16:04:25 +0000 (GMT)
	(envelope-from green@green.homeunix.org)
Received: from green.homeunix.org (green@localhost [127.0.0.1])
	by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j4NG4ORt035923;
	Mon, 23 May 2005 12:04:24 -0400 (EDT)
	(envelope-from green@green.homeunix.org)
Received: (from green@localhost)
	by green.homeunix.org (8.13.3/8.13.1/Submit) id j4NG4Ok0035922;
	Mon, 23 May 2005 12:04:24 -0400 (EDT) (envelope-from green)
Date: Mon, 23 May 2005 12:04:24 -0400
From: Brian Fundakowski Feldman <green@FreeBSD.org>
To: "David O'Brien" <obrien@FreeBSD.org>
Message-ID: <20050523160424.GK1201@green.homeunix.org>
References: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
	<20050523073344.GA65484@dragon.NUXI.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050523073344.GA65484@dragon.NUXI.org>
User-Agent: Mutt/1.5.6i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Giorgos Keramidas <keramida@FreeBSD.org>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/contrib/top commands.c machine.h top.c
	src/usr.bin/top machine.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 16:04:25 -0000

On Mon, May 23, 2005 at 12:33:44AM -0700, David O'Brien wrote:
> On Wed, May 18, 2005 at 01:30:08PM +0000, Giorgos Keramidas wrote:
> > keramida    2005-05-18 13:30:08 UTC
> > 
> >   FreeBSD src repository (doc committer)
> > 
> >   Modified files:
> >     contrib/top          commands.c machine.h top.c 
> >     usr.bin/top          machine.c 
> >   Log:
> >   Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'
> >   command that toggles between the two and update the ORDER_PCTCPU()
> >   macro to sort correctly by the visible "cpu" value.
> 
> Having both CPU and WCPU are a lot more useful than showing the number of
> threads.  Out of the top 70 processes I'm running right now, only _1_ is
> multi-threaded.
> 
> How about backing all this out and making your toggle be between #threads
> and something else -- with the something else being the default thing
> shown.
> 
> I still don't know what was wrong with the 'H' display of top(1) which
> was all about threading.

Could you explain what WCPU/CPU are supposed to differentiate?  In years
of using FreeBSD I don't think I've seen them ever be different, so I'm
always left wondering why there's what appears to be wasted screen
real-estate.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:12:51 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E112616A41C;
	Mon, 23 May 2005 16:12:51 +0000 (GMT)
	(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 68B1D43D1D;
	Mon, 23 May 2005 16:12:47 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j4NGFIF2022145;
	Mon, 23 May 2005 10:15:18 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <429200D1.4040602@samsco.org>
Date: Mon, 23 May 2005 10:12:01 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Brian Fundakowski Feldman <green@FreeBSD.org>
References: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
	<20050523073344.GA65484@dragon.NUXI.org>
	<20050523160424.GK1201@green.homeunix.org>
In-Reply-To: <20050523160424.GK1201@green.homeunix.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed 
	version=3.0.2
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org
Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Giorgos Keramidas <keramida@FreeBSD.org>,
	David O'Brien <obrien@FreeBSD.org>
Subject: Re: cvs commit: src/contrib/top commands.c machine.h top.c
 src/usr.bin/top machine.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 16:12:52 -0000

Brian Fundakowski Feldman wrote:
> On Mon, May 23, 2005 at 12:33:44AM -0700, David O'Brien wrote:
> 
>>On Wed, May 18, 2005 at 01:30:08PM +0000, Giorgos Keramidas wrote:
>>
>>>keramida    2005-05-18 13:30:08 UTC
>>>
>>>  FreeBSD src repository (doc committer)
>>>
>>>  Modified files:
>>>    contrib/top          commands.c machine.h top.c 
>>>    usr.bin/top          machine.c 
>>>  Log:
>>>  Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'
>>>  command that toggles between the two and update the ORDER_PCTCPU()
>>>  macro to sort correctly by the visible "cpu" value.
>>
>>Having both CPU and WCPU are a lot more useful than showing the number of
>>threads.  Out of the top 70 processes I'm running right now, only _1_ is
>>multi-threaded.
>>
>>How about backing all this out and making your toggle be between #threads
>>and something else -- with the something else being the default thing
>>shown.
>>
>>I still don't know what was wrong with the 'H' display of top(1) which
>>was all about threading.
> 
> 
> Could you explain what WCPU/CPU are supposed to differentiate?  In years
> of using FreeBSD I don't think I've seen them ever be different, so I'm
> always left wondering why there's what appears to be wasted screen
> real-estate.
> 

man top

[...]
WCPU, when displayed, is the weighted cpu percentage (this is the  same
value that ps(1) displays as CPU), CPU is the raw percentage and is the
field that is sorted to determine the order of the processes
[...]

I'm not sure which FreeBSD you've been using for years, but the numbers 
are almost never the same for all of the machines that I have.

Scott

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:23:29 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6C5FA16A422;
	Mon, 23 May 2005 16:23:28 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C2DB43D1F;
	Mon, 23 May 2005 16:23:28 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NGNSDf068643;
	Mon, 23 May 2005 16:23:28 GMT
	(envelope-from sobomax@repoman.freebsd.org)
Received: (from sobomax@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NGNSj8068642;
	Mon, 23 May 2005 16:23:28 GMT (envelope-from sobomax)
Message-Id: <200505231623.j4NGNSj8068642@repoman.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Mon, 23 May 2005 16:23: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/etc devd.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: Mon, 23 May 2005 16:23:29 -0000

sobomax     2005-05-23 16:23:28 UTC

  FreeBSD src repository

  Modified files:
    etc                  devd.conf 
  Log:
  Add cdce(4) into the list of ethernet interfaces.
  
  Revision  Changes    Path
  1.24      +1 -1      src/etc/devd.conf

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:25:11 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA73616A466;
	Mon, 23 May 2005 16:25:11 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A64D443D1F;
	Mon, 23 May 2005 16:25:11 +0000 (GMT)
	(envelope-from sobomax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NGPBhn068763;
	Mon, 23 May 2005 16:25:11 GMT
	(envelope-from sobomax@repoman.freebsd.org)
Received: (from sobomax@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NGPBlP068762;
	Mon, 23 May 2005 16:25:11 GMT (envelope-from sobomax)
Message-Id: <200505231625.j4NGPBlP068762@repoman.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Mon, 23 May 2005 16:25:11 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/etc devd.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: Mon, 23 May 2005 16:25:12 -0000

sobomax     2005-05-23 16:25:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    etc                  devd.conf 
  Log:
  MFC: add cdce(4).
  
  Revision  Changes    Path
  1.14.2.7  +1 -1      src/etc/devd.conf

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:54:00 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 60FA316A41C;
	Mon, 23 May 2005 16:54:00 +0000 (GMT) (envelope-from sam@errno.com)
Received: from ebb.errno.com (ebb.errno.com [66.127.85.87])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB3B43D49;
	Mon, 23 May 2005 16:54:00 +0000 (GMT) (envelope-from sam@errno.com)
Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0)
	by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4NGrwms040623
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 23 May 2005 09:53:59 -0700 (PDT) (envelope-from sam@errno.com)
Message-ID: <42920B82.9000209@errno.com>
Date: Mon, 23 May 2005 09:57:38 -0700
From: Sam Leffler <sam@errno.com>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Maxim Sobolev <sobomax@FreeBSD.org>
References: <200505231623.j4NGNSj8068642@repoman.freebsd.org>
In-Reply-To: <200505231623.j4NGNSj8068642@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/etc devd.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: Mon, 23 May 2005 16:54:00 -0000

Maxim Sobolev wrote:
> sobomax     2005-05-23 16:23:28 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     etc                  devd.conf 
>   Log:
>   Add cdce(4) into the list of ethernet interfaces.
>

Can someone tell me why devd doesn't just query the media 
characteristics of a device to identify the type (rather than use the name).

	Sam

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:54:53 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 653C716A41C;
	Mon, 23 May 2005 16:54:53 +0000 (GMT)
	(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 301DD43D1D;
	Mon, 23 May 2005 16:54:53 +0000 (GMT)
	(envelope-from flata@magnesium.net)
Received: by toxic.magnesium.net (Postfix, from userid 1212)
	id 07A10DA8A7; Mon, 23 May 2005 09:54:53 -0700 (PDT)
Date: Mon, 23 May 2005 06:54:52 -1000
From: juli mallett <jmallett@FreeBSD.org>
To: Scott Long <scottl@samsco.org>
Message-ID: <20050523165452.GA10581@toxic.magnesium.net>
References: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
	<20050523073344.GA65484@dragon.NUXI.org>
	<20050523160424.GK1201@green.homeunix.org>
	<429200D1.4040602@samsco.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <429200D1.4040602@samsco.org>
User-Agent: Mutt/1.4.1i
X-Towel: Yes
Cc: Brian Fundakowski Feldman <green@FreeBSD.org>, src-committers@FreeBSD.org,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Giorgos Keramidas <keramida@FreeBSD.org>,
	David O'Brien <obrien@FreeBSD.org>
Subject: Re: cvs commit: src/contrib/top commands.c machine.h top.c
	src/usr.bin/top machine.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 16:54:53 -0000

* Scott Long <scottl@samsco.org> [ Date: 2005-05-23 ]
	[ w.r.t. Re: cvs commit: src/contrib/top commands.c machine.h top.c src/usr.bin/top machine.c ]
> Brian Fundakowski Feldman wrote:
> >On Mon, May 23, 2005 at 12:33:44AM -0700, David O'Brien wrote:
> >
> >>On Wed, May 18, 2005 at 01:30:08PM +0000, Giorgos Keramidas wrote:
> >>
> >>>keramida    2005-05-18 13:30:08 UTC
> >>>
> >>> FreeBSD src repository (doc committer)
> >>>
> >>> Modified files:
> >>>   contrib/top          commands.c machine.h top.c 
> >>>   usr.bin/top          machine.c 
> >>> Log:
> >>> Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'
> >>> command that toggles between the two and update the ORDER_PCTCPU()
> >>> macro to sort correctly by the visible "cpu" value.
> >>
> >>Having both CPU and WCPU are a lot more useful than showing the number of
> >>threads.  Out of the top 70 processes I'm running right now, only _1_ is
> >>multi-threaded.
> >>
> >>How about backing all this out and making your toggle be between #threads
> >>and something else -- with the something else being the default thing
> >>shown.
> >>
> >>I still don't know what was wrong with the 'H' display of top(1) which
> >>was all about threading.
> >
> >
> >Could you explain what WCPU/CPU are supposed to differentiate?  In years
> >of using FreeBSD I don't think I've seen them ever be different, so I'm
> >always left wondering why there's what appears to be wasted screen
> >real-estate.
> >
> 
> man top
> 
> [...]
> WCPU, when displayed, is the weighted cpu percentage (this is the  same
> value that ps(1) displays as CPU), CPU is the raw percentage and is the
> field that is sorted to determine the order of the processes
> [...]
> 
> I'm not sure which FreeBSD you've been using for years, but the numbers 
> are almost never the same for all of the machines that I have.

I don't know what machines you're using, but on almost all the FreeBSD
machines I use, most of the tasks are idle, and thus CPU and WCPU will
be the same (0.00, 0.00).  As for running tasks, yes, Brian must be
thinking of something else.  That said, the numbers are almost always
the same, at least given my sample set.

juli.
-- 
juli mallett.  "It's called love and somehow it's become unmentionable."
               -- New Order - Thieves Like Us

From owner-cvs-src@FreeBSD.ORG  Mon May 23 16:58:06 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8FD1E16A41C;
	Mon, 23 May 2005 16:58:06 +0000 (GMT)
	(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 0EFCF43D1D;
	Mon, 23 May 2005 16:58:05 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j4NH0ae0022464;
	Mon, 23 May 2005 11:00:36 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <42920B70.9040605@samsco.org>
Date: Mon, 23 May 2005 10:57:20 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: juli mallett <jmallett@FreeBSD.org>
References: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
	<20050523073344.GA65484@dragon.NUXI.org>
	<20050523160424.GK1201@green.homeunix.org>
	<429200D1.4040602@samsco.org>
	<20050523165452.GA10581@toxic.magnesium.net>
In-Reply-To: <20050523165452.GA10581@toxic.magnesium.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed 
	version=3.0.2
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org
Cc: Brian Fundakowski Feldman <green@FreeBSD.org>, src-committers@FreeBSD.org,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Giorgos Keramidas <keramida@FreeBSD.org>,
	David O'Brien <obrien@FreeBSD.org>
Subject: Re: cvs commit: src/contrib/top commands.c machine.h top.c
 src/usr.bin/top machine.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 16:58:06 -0000

juli mallett wrote:
> * Scott Long <scottl@samsco.org> [ Date: 2005-05-23 ]
> 	[ w.r.t. Re: cvs commit: src/contrib/top commands.c machine.h top.c src/usr.bin/top machine.c ]
> 
>>Brian Fundakowski Feldman wrote:
>>
>>>On Mon, May 23, 2005 at 12:33:44AM -0700, David O'Brien wrote:
>>>
>>>
>>>>On Wed, May 18, 2005 at 01:30:08PM +0000, Giorgos Keramidas wrote:
>>>>
>>>>
>>>>>keramida    2005-05-18 13:30:08 UTC
>>>>>
>>>>>FreeBSD src repository (doc committer)
>>>>>
>>>>>Modified files:
>>>>>  contrib/top          commands.c machine.h top.c 
>>>>>  usr.bin/top          machine.c 
>>>>>Log:
>>>>>Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'
>>>>>command that toggles between the two and update the ORDER_PCTCPU()
>>>>>macro to sort correctly by the visible "cpu" value.
>>>>
>>>>Having both CPU and WCPU are a lot more useful than showing the number of
>>>>threads.  Out of the top 70 processes I'm running right now, only _1_ is
>>>>multi-threaded.
>>>>
>>>>How about backing all this out and making your toggle be between #threads
>>>>and something else -- with the something else being the default thing
>>>>shown.
>>>>
>>>>I still don't know what was wrong with the 'H' display of top(1) which
>>>>was all about threading.
>>>
>>>
>>>Could you explain what WCPU/CPU are supposed to differentiate?  In years
>>>of using FreeBSD I don't think I've seen them ever be different, so I'm
>>>always left wondering why there's what appears to be wasted screen
>>>real-estate.
>>>
>>
>>man top
>>
>>[...]
>>WCPU, when displayed, is the weighted cpu percentage (this is the  same
>>value that ps(1) displays as CPU), CPU is the raw percentage and is the
>>field that is sorted to determine the order of the processes
>>[...]
>>
>>I'm not sure which FreeBSD you've been using for years, but the numbers 
>>are almost never the same for all of the machines that I have.
> 
> 
> I don't know what machines you're using, but on almost all the FreeBSD
> machines I use, most of the tasks are idle, and thus CPU and WCPU will
> be the same (0.00, 0.00).  As for running tasks, yes, Brian must be
> thinking of something else.  That said, the numbers are almost always
> the same, at least given my sample set.
> 
> juli.

Sorry for not being explicit about idle processes.

Scott

From owner-cvs-src@FreeBSD.ORG  Mon May 23 17:07:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F0B6C16A41C;
	Mon, 23 May 2005 17:07:16 +0000 (GMT)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2FF143D1D;
	Mon, 23 May 2005 17:07:16 +0000 (GMT)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NH7GYp077252;
	Mon, 23 May 2005 17:07:16 GMT
	(envelope-from mlaier@repoman.freebsd.org)
Received: (from mlaier@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NH7GPt077251;
	Mon, 23 May 2005 17:07:16 GMT (envelope-from mlaier)
Message-Id: <200505231707.j4NH7GPt077251@repoman.freebsd.org>
From: Max Laier <mlaier@FreeBSD.org>
Date: Mon, 23 May 2005 17:07:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/net pfil.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 17:07:17 -0000

mlaier      2005-05-23 17:07:16 UTC

  FreeBSD src repository

  Modified files:
    sys/net              pfil.c 
  Log:
  Fix semantics of ph_busy_count == -1 to pass instead of block.
  
  PR:             kern/81128
  Submitted by:   Joost Bekkers
  MFC-after:      2 weeks
  
  Revision  Changes    Path
  1.13      +3 -1      src/sys/net/pfil.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 17:36:54 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9D06C16A41C;
	Mon, 23 May 2005 17:36:54 +0000 (GMT)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C55543D49;
	Mon, 23 May 2005 17:36:54 +0000 (GMT)
	(envelope-from obrien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NHasFq078388;
	Mon, 23 May 2005 17:36:54 GMT
	(envelope-from obrien@repoman.freebsd.org)
Received: (from obrien@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NHas85078387;
	Mon, 23 May 2005 17:36:54 GMT (envelope-from obrien)
Message-Id: <200505231736.j4NHas85078387@repoman.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Mon, 23 May 2005 17:36: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 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, 23 May 2005 17:36:54 -0000

obrien      2005-05-23 17:36:54 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      mp_machdep.c 
    sys/i386/i386        mp_machdep.c 
  Log:
  Sync the style of these two files.
  
  Revision  Changes    Path
  1.258     +15 -11    src/sys/amd64/amd64/mp_machdep.c
  1.250     +11 -4     src/sys/i386/i386/mp_machdep.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 19:22:49 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3C36116A41C;
	Mon, 23 May 2005 19:22:49 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF7A43D4C;
	Mon, 23 May 2005 19:22:49 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NJMnNi082447;
	Mon, 23 May 2005 19:22:49 GMT (envelope-from ps@repoman.freebsd.org)
Received: (from ps@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NJMmJs082446;
	Mon, 23 May 2005 19:22:48 GMT (envelope-from ps)
Message-Id: <200505231922.j4NJMmJs082446@repoman.freebsd.org>
From: Paul Saab <ps@FreeBSD.org>
Date: Mon, 23 May 2005 19:22: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/netinet tcp.h tcp_sack.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 19:22:49 -0000

ps          2005-05-23 19:22:48 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp.h tcp_sack.c 
  Log:
  Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed out
  that if we sort the incoming SACK blocks, we can update the scoreboard
  in one pass of the scoreboard. The added overhead of sorting upto 4
  sack blocks is much lower than traversing (potentially) large
  scoreboards multiple times. The code was updating the scoreboard with
  multiple passes over it (once for each sack option). The rewrite fixes
  that, reducing the complexity of the main loop from O(n^2) to O(n).
  
  Submitted by:   Mohan Srinivasan, Noritoshi Demizu.
  Reviewed by:    Raja Mukerji.
  
  Revision  Changes    Path
  1.31      +1 -1      src/sys/netinet/tcp.h
  1.19      +108 -63   src/sys/netinet/tcp_sack.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 19:52:54 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D828816A41C;
	Mon, 23 May 2005 19:52:54 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B856443D1D;
	Mon, 23 May 2005 19:52:54 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NJqskb083762;
	Mon, 23 May 2005 19:52:54 GMT
	(envelope-from emax@repoman.freebsd.org)
Received: (from emax@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NJqs4B083761;
	Mon, 23 May 2005 19:52:54 GMT (envelope-from emax)
Message-Id: <200505231952.j4NJqs4B083761@repoman.freebsd.org>
From: Maksim Yevmenkin <emax@FreeBSD.org>
Date: Mon, 23 May 2005 19:52:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.sbin/bluetooth/bthidd parser.y server.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 19:52:55 -0000

emax        2005-05-23 19:52:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.sbin/bluetooth/bthidd parser.y server.c 
  Log:
  MFC to RELENG_5
  
  Fix problem with session termination. bthidd(8) maintains two L2CAP
  connections to Bluetooth HID device. As soon as Bluetooth HID device
  is powered off (or goes out of RF range) the stack will terminate both
  connections. File descriptors for both connections will become active
  on next select(2) call. Because bthidd(8) processes file descriptors
  in order, it will detect descriptor for one of the closed connections
  first and kill the session. However, there is still a second (active)
  descriptor that used to point to the same session. bthidd(8) used to
  assert() if it cant find session by file descriptor, which was wrong.
  
  While I'm here fix a couple of typos in parser.y
  
  Reported by:    Eric Anderson anderson AT centtech DOT com
  
  Revision  Changes    Path
  1.1.2.2   +2 -2      src/usr.sbin/bluetooth/bthidd/parser.y
  1.1.2.1   +2 -1      src/usr.sbin/bluetooth/bthidd/server.c

From owner-cvs-src@FreeBSD.ORG  Mon May 23 20:12:52 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7C79316A41C;
	Mon, 23 May 2005 20:12:52 +0000 (GMT)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4823743D48;
	Mon, 23 May 2005 20:12:52 +0000 (GMT)
	(envelope-from kensmith@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NKCql5084423;
	Mon, 23 May 2005 20:12:52 GMT
	(envelope-from kensmith@repoman.freebsd.org)
Received: (from kensmith@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NKCqHN084422;
	Mon, 23 May 2005 20:12:52 GMT (envelope-from kensmith)
Message-Id: <200505232012.j4NKCqHN084422@repoman.freebsd.org>
From: Ken Smith <kensmith@FreeBSD.org>
Date: Mon, 23 May 2005 20:12:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: CVSROOT approvers
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 20:12:52 -0000

kensmith    2005-05-23 20:12:52 UTC

  FreeBSD src repository

  Modified files:
    .                    approvers 
  Log:
  Turn over RELENG_5_4 to the Security Officer.
  
  Revision  Changes    Path
  1.17      +1 -2      CVSROOT/approvers

From owner-cvs-src@FreeBSD.ORG  Mon May 23 23:01:53 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBC9316A41C;
	Mon, 23 May 2005 23:01:53 +0000 (GMT) (envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9D98843D1D;
	Mon, 23 May 2005 23:01:53 +0000 (GMT) (envelope-from ups@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4NN1rQm097467;
	Mon, 23 May 2005 23:01:53 GMT (envelope-from ups@repoman.freebsd.org)
Received: (from ups@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NN1rZt097466;
	Mon, 23 May 2005 23:01:53 GMT (envelope-from ups)
Message-Id: <200505232301.j4NN1rZt097466@repoman.freebsd.org>
From: Stephan Uphoff <ups@FreeBSD.org>
Date: Mon, 23 May 2005 23:01:53 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern kern_exit.c kern_switch.c kern_synch.c
 src/sys/sys proc.h src/sys/vm vm_glue.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 23 May 2005 23:01:54 -0000

ups         2005-05-23 23:01:53 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c kern_switch.c kern_synch.c 
    sys/sys              proc.h 
    sys/vm               vm_glue.c 
  Log:
  Use low level constructs borrowed from interrupt threads to wait for
  work in proc0.
  Remove the TDP_WAKEPROC0 workaround.
  
  Revision  Changes    Path
  1.263     +1 -9      src/sys/kern/kern_exit.c
  1.113     +4 -11     src/sys/kern/kern_switch.c
  1.270     +3 -4      src/sys/kern/kern_synch.c
  1.429     +2 -1      src/sys/sys/proc.h
  1.213     +36 -1     src/sys/vm/vm_glue.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 03:14:46 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D209216A41C;
	Tue, 24 May 2005 03:14:46 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 96BE143D1D;
	Tue, 24 May 2005 03:14:46 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O3EkTv015081;
	Tue, 24 May 2005 03:14:46 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4O3EkJM015080;
	Tue, 24 May 2005 03:14:46 GMT (envelope-from bmah)
Message-Id: <200505240314.j4O3EkJM015080@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Tue, 24 May 2005 03:14: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 03:14:47 -0000

bmah        2005-05-24 03:14:46 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  Consolidate some release notes items regarding new manual pages
  and add some entries for recently-added sound manual pages.
  
  Submitted by:   joel
  Reviewed by:    bmah, hrs
  
  Revision  Changes    Path
  1.863     +5 -7      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Tue May 24 04:50:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B89D16A41C;
	Tue, 24 May 2005 04:50:08 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4439943D54;
	Tue, 24 May 2005 04:50:08 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O4o8gi026591;
	Tue, 24 May 2005 04:50:08 GMT
	(envelope-from adamw@repoman.freebsd.org)
Received: (from adamw@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4O4o8oi026590;
	Tue, 24 May 2005 04:50:08 GMT (envelope-from adamw)
Message-Id: <200505240450.j4O4o8oi026590@repoman.freebsd.org>
From: Adam Weinberger <adamw@FreeBSD.org>
Date: Tue, 24 May 2005 04:50: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/usr.sbin/adduser rmuser.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, 24 May 2005 04:50:08 -0000

adamw       2005-05-24 04:50:08 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    usr.sbin/adduser     rmuser.sh 
  Log:
  Fix a particularly egregious grammar error.
  
  Approved by:    wpaul
  MFC after:      1 day
  
  Revision  Changes    Path
  1.9       +1 -1      src/usr.sbin/adduser/rmuser.sh

From owner-cvs-src@FreeBSD.ORG  Tue May 24 07:45:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0E89516A41C;
	Tue, 24 May 2005 07:45:50 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB2DE43D1D;
	Tue, 24 May 2005 07:45:49 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O7jnXo032842;
	Tue, 24 May 2005 07:45:49 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4O7jnbW032841;
	Tue, 24 May 2005 07:45:49 GMT (envelope-from harti)
Message-Id: <200505240745.j4O7jnbW032841@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 07:45: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/usr.bin/make job.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 07:45:50 -0000

harti       2005-05-24 07:45:49 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c 
  Log:
  Allow the .SHELL target to specify the list of shell meta characters and
  the list of shell builtins. Both of these are needed for the compat
  mode where make directly executes commands if the command line contains
  neither a shell meta character nor a shell builtin. The list of builtins
  is not changed, but csh has '@' added as a meta-character.
  
  Initialize the default shell by parsing a string as one would specify
  to the .SHELL target. So we get rid of the CShell clone of struct Shell which
  just contained const char * where struct Shell had char *.
  
  Add a debugging function for dumping a parsed shell description to
  stdout.
  
  Revision  Changes    Path
  1.115     +305 -289  src/usr.bin/make/job.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 08:23:02 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 552F716A41C;
	Tue, 24 May 2005 08:23:02 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB1B43D48;
	Tue, 24 May 2005 08:23:02 +0000 (GMT)
	(envelope-from krion@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O8N12B034463;
	Tue, 24 May 2005 08:23:01 GMT
	(envelope-from krion@repoman.freebsd.org)
Received: (from krion@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4O8N1Cd034462;
	Tue, 24 May 2005 08:23:01 GMT (envelope-from krion)
Message-Id: <200505240823.j4O8N1Cd034462@repoman.freebsd.org>
From: Kirill Ponomarew <krion@FreeBSD.org>
Date: Tue, 24 May 2005 08:23: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 MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 08:23:02 -0000

krion       2005-05-24 08:23:01 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    .                    MAINTAINERS 
  Log:
  Put myself on behalf of portmgr as maintainer of pkg_install tools.
  
  Revision  Changes    Path
  1.104     +1 -1      src/MAINTAINERS

From owner-cvs-src@FreeBSD.ORG  Tue May 24 08:26:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 770EA16A41C;
	Tue, 24 May 2005 08:26:45 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 53DC543D1F;
	Tue, 24 May 2005 08:26:45 +0000 (GMT)
	(envelope-from cperciva@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O8QjtZ034603;
	Tue, 24 May 2005 08:26:45 GMT
	(envelope-from cperciva@repoman.freebsd.org)
Received: (from cperciva@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4O8QjWL034602;
	Tue, 24 May 2005 08:26:45 GMT (envelope-from cperciva)
Message-Id: <200505240826.j4O8QjWL034602@repoman.freebsd.org>
From: Colin Percival <cperciva@FreeBSD.org>
Date: Tue, 24 May 2005 08:26:44 +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/pkg_install/version main.c perform.c
 pkg_version.1 version.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, 24 May 2005 08:26:45 -0000

cperciva    2005-05-24 08:26:44 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/version main.c perform.c pkg_version.1 
                                 version.h 
  Log:
  Add an -I option to pkg_version:
  
    -I  Use only the index file for determining if a package is out of
        date.  This is much faster than using the version number from a
        port's Makefile, at the expense of potentially giving an incor-
        rect result if the index file is out of date.
  
  Without this option, the index file is only consulted if "make -V PKGNAME"
  cannot be used.
  
  Approved by:    portmgr (krion)
  
  Revision  Changes    Path
  1.5       +7 -2      src/usr.sbin/pkg_install/version/main.c
  1.12      +1 -1      src/usr.sbin/pkg_install/version/perform.c
  1.33      +6 -1      src/usr.sbin/pkg_install/version/pkg_version.1
  1.4       +1 -0      src/usr.sbin/pkg_install/version/version.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 09:14:47 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3A98516A41C;
	Tue, 24 May 2005 09:14:47 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 11F5343D1F;
	Tue, 24 May 2005 09:14:47 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O9Ekh3043156;
	Tue, 24 May 2005 09:14:46 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4O9EkrC043155;
	Tue, 24 May 2005 09:14:46 GMT (envelope-from harti)
Message-Id: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 09:14: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.bin/make job.c job.h 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: Tue, 24 May 2005 09:14:47 -0000

harti       2005-05-24 09:14:46 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c job.h main.c 
  Log:
  Before doing any parsing parse the builtin shell specifications and
  set the current shell to DEFSHELL. Put all these specifications into
  a list. Add user specified new shells to this list. If the user
  just selects one of the already know shells just pick the right one
  off the list. This let's one do something like:
  
  # Full specification of the user's shell. This also selects the shell.
  .SHELL: name=myshell path=/somewhere/foo echo=loud ...
  
  FOO != bar              # use myshell here
  
  .SHELL: name=sh
  
  BAR != baz              # use /bin/sh here
  
  .SHELL: name=myshell    # no need for full spec here.
  
  # continue to use the user's special shell.
  
  Revision  Changes    Path
  1.116     +195 -178  src/usr.bin/make/job.c
  1.44      +2 -0      src/usr.bin/make/job.h
  1.152     +7 -0      src/usr.bin/make/main.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 09:24:56 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 25FBB16A41C;
	Tue, 24 May 2005 09:24:56 +0000 (GMT)
	(envelope-from andrea@acampi.inet.it)
Received: from acampi.inet.it (acampi.inet.it [213.92.1.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C978543D49;
	Tue, 24 May 2005 09:24:55 +0000 (GMT)
	(envelope-from andrea@acampi.inet.it)
Received: by acampi.inet.it (Postfix, from userid 1000)
	id 65BB521; Tue, 24 May 2005 11:24:54 +0200 (CEST)
Date: Tue, 24 May 2005 11:24:54 +0200
From: Andrea Campi <andrea+freebsd_cvs_all@webcom.it>
To: Poul-Henning Kamp <phk@FreeBSD.org>
Message-ID: <20050524092454.GI12943@webcom.it>
References: <200505191520.j4JFKnVi043884@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505191520.j4JFKnVi043884@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/tools/tools/nanobsd/Customize files pkgs
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 09:24:56 -0000

On Thu, May 19, 2005 at 03:20:49PM +0000, Poul-Henning Kamp wrote:
> phk         2005-05-19 15:20:49 UTC
> 
>   FreeBSD src repository
> 
>   Added files:
>     tools/tools/nanobsd/Customize files pkgs 
>   Log:
>   Add a couple of basic customization scripts.

Don't these duplicate what already is in Customize/default? Even though
I do prefer keeping the two steps separate the way you did...

A few notes:

 - I'm sure I'm not the only one who keeps everything under CVS, so
something like this might be useful:

@@ -12,4 +12,4 @@
 # ${CUSTOMIZE} ${WD} ${WORLDDIR} ${.CURDIR} [ ${LOCAL_FILES_LIST} ]

 cd $3/Files
-find . -print | cpio -dumpv $1
+find . ! -path \*/CVS\* -print | cpio -dumpv $1


 - I don't install pkg_add on the image, so Customize/pkgs has
no chance of working; the Customize/default is better, any chance
of using that instead? Something like (untested):

Index: Customize/pkgs
===================================================================
RCS file: /home/CVS/gw0/nanobsd/Customize/pkgs,v
retrieving revision 1.1
diff -u -r1.1 pkgs
--- Customize/pkgs      20 May 2005 08:55:44 -0000      1.1
+++ Customize/pkgs      24 May 2005 09:23:02 -0000
@@ -11,8 +11,11 @@
 # Usage:
 # ${CUSTOMIZE} ${WD} ${WORLDDIR} ${.CURDIR} [ ${LOCAL_FILES_LIST} ]

-rm -rf $1/tmp/Pkg $1/var/db/pkg/* $1/usr/local/*
-mkdir $1/tmp/Pkg
-ln $3/Pkg/* $1/tmp/Pkg
-( chroot $1 sh -c "cd /tmp/Pkg && pkg_add -v *" )
-rm -rf $1/tmp/Pkg
+pkg_relocate() {
+  sed -e "1,/^@cwd/s#^@cwd #&${WD}#"
+}
+
+for pkg in `ls $1/var/db/pkg/* | grep -v CVS`
+       do pkg_add -M \${pkg} | pkg_relocate | pkg_add -S;
+done
+

 - if we go this way, default is only left with movelocaletc, which
could be as well moved into its own script.


Bye,
	Andrea

-- 
                   Press every key to continue.

From owner-cvs-src@FreeBSD.ORG  Tue May 24 10:08:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 12BA316A41C;
	Tue, 24 May 2005 10:08:03 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AED4343D1D;
	Tue, 24 May 2005 10:08:02 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk
	[83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id EA3441EC353;
	Tue, 24 May 2005 12:08:00 +0200 (CEST)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.13.3/8.13.3) with ESMTP id j4OA7sLj053491;
	Tue, 24 May 2005 12:07:54 +0200 (CEST)
	(envelope-from phk@critter.freebsd.dk)
To: Andrea Campi <andrea+freebsd_cvs_all@webcom.it>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Tue, 24 May 2005 11:24:54 +0200."
	<20050524092454.GI12943@webcom.it> 
Date: Tue, 24 May 2005 12:07:54 +0200
Message-ID: <53490.1116929274@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/tools/tools/nanobsd/Customize files pkgs 
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 10:08:03 -0000

In message <20050524092454.GI12943@webcom.it>, Andrea Campi writes:

>Don't these duplicate what already is in Customize/default? Even though
>I do prefer keeping the two steps separate the way you did...

Yes.  I don't like Customize/default, I want to have more control
over it.

> cd $3/Files
>-find . -print | cpio -dumpv $1
>+find . ! -path \*/CVS\* -print | cpio -dumpv $1

Going in when tested.

> - I don't install pkg_add on the image, so Customize/pkgs has
>no chance of working; the Customize/default is better, any chance
>of using that instead? Something like (untested):

I'm not at all keen on mucking about with the contents of the packages
this way, I'd rather copy pkg_add into the chroot and remove it afterwards.

> - if we go this way, default is only left with movelocaletc, which
>could be as well moved into its own script.

Exactly.

-- 
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  Tue May 24 10:10:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 676AE16A41C;
	Tue, 24 May 2005 10:10:39 +0000 (GMT) (envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 258E043D1D;
	Tue, 24 May 2005 10:10:39 +0000 (GMT) (envelope-from phk@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OAActw045216;
	Tue, 24 May 2005 10:10:39 GMT (envelope-from phk@repoman.freebsd.org)
Received: (from phk@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OAAcbe045215;
	Tue, 24 May 2005 10:10:38 GMT (envelope-from phk)
Message-Id: <200505241010.j4OAAcbe045215@repoman.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Tue, 24 May 2005 10:10: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/lib/libgeom geom_xml2tree.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 10:10:39 -0000

phk         2005-05-24 10:10:38 UTC

  FreeBSD src repository

  Modified files:
    lib/libgeom          geom_xml2tree.c 
  Log:
  Check for NULL pointer return.
  
  Spotted by:     marcus
  
  Revision  Changes    Path
  1.5       +2 -0      src/lib/libgeom/geom_xml2tree.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 10:13:52 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7734C16A41C;
	Tue, 24 May 2005 10:13:52 +0000 (GMT)
	(envelope-from andrea@acampi.inet.it)
Received: from acampi.inet.it (acampi.inet.it [213.92.1.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 296C643D48;
	Tue, 24 May 2005 10:13:52 +0000 (GMT)
	(envelope-from andrea@acampi.inet.it)
Received: by acampi.inet.it (Postfix, from userid 1000)
	id 3C41121; Tue, 24 May 2005 12:13:51 +0200 (CEST)
Date: Tue, 24 May 2005 12:13:51 +0200
From: Andrea Campi <andrea+freebsd_cvs_all@webcom.it>
To: Poul-Henning Kamp <phk@phk.freebsd.dk>
Message-ID: <20050524101350.GJ12943@webcom.it>
References: <20050524092454.GI12943@webcom.it>
	<53490.1116929274@critter.freebsd.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <53490.1116929274@critter.freebsd.dk>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/tools/tools/nanobsd/Customize files pkgs
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 10:13:52 -0000

On Tue, May 24, 2005 at 12:07:54PM +0200, Poul-Henning Kamp wrote:
> >Don't these duplicate what already is in Customize/default? Even though
> >I do prefer keeping the two steps separate the way you did...
> Yes.  I don't like Customize/default, I want to have more control
> over it.

Agreed.

> > - I don't install pkg_add on the image, so Customize/pkgs has
> >no chance of working; the Customize/default is better, any chance
> >of using that instead? Something like (untested):
> I'm not at all keen on mucking about with the contents of the packages
> this way, I'd rather copy pkg_add into the chroot and remove it afterwards.

Yes, that'd work, and it would be safer even in case of future changes
in pkg format. Well thought (not that it's rocket science ;-)


Bye,
	Andrea

-- 
                   Press every key to continue.

From owner-cvs-src@FreeBSD.ORG  Tue May 24 10:14:23 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 99F0D16A41C;
	Tue, 24 May 2005 10:14:23 +0000 (GMT)
	(envelope-from okumoto@ucsd.edu)
Received: from mailbox7.ucsd.edu (mailbox7.ucsd.edu [132.239.1.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 539D943D48;
	Tue, 24 May 2005 10:14:23 +0000 (GMT)
	(envelope-from okumoto@ucsd.edu)
Received: from smtp.ucsd.edu (smtp-a.ucsd.edu [132.239.1.49])
	by mailbox7.ucsd.edu (8.13.3/8.13.3) with ESMTP id j4OAEHph019948
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 24 May 2005 03:14:18 -0700 (PDT)
Received: from ucsd.edu (adsl-63-199-247-93.dsl.sndg02.pacbell.net
	[63.199.247.93])
	by smtp.ucsd.edu (8.12.10/8.9.3) with ESMTP id j4OAEHTg003400;
	Tue, 24 May 2005 03:14:17 -0700 (PDT)
Message-ID: <4292FE79.70205@ucsd.edu>
Date: Tue, 24 May 2005 03:14:17 -0700
From: Max Okumoto <okumoto@ucsd.edu>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030824
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Hartmut Brandt <harti@FreeBSD.org>
References: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
In-Reply-To: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Greylisting: NO DELAY (Trusted relay host);
	processed by UCSD_GL-v1.2 on mailbox7.ucsd.edu;
	Tue, 24 May 2005 03:14:18 -0700 (PDT)
X-MailScanner: PASSED (v1.2.8 9904 j4OAEHph019948 mailbox7.ucsd.edu)
Cc: cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/make job.c job.h 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: Tue, 24 May 2005 10:14:23 -0000

Hartmut Brandt wrote:
> harti       2005-05-24 09:14:46 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.bin/make         job.c job.h main.c 
>   Log:
>   Before doing any parsing parse the builtin shell specifications and
>   set the current shell to DEFSHELL. Put all these specifications into
>   a list. Add user specified new shells to this list. If the user
>   just selects one of the already know shells just pick the right one
>   off the list. This let's one do something like:
>   
>   # Full specification of the user's shell. This also selects the shell.
>   .SHELL: name=myshell path=/somewhere/foo echo=loud ...
>   
>   FOO != bar              # use myshell here
>   
>   .SHELL: name=sh
>   
>   BAR != baz              # use /bin/sh here
>   
>   .SHELL: name=myshell    # no need for full spec here.
>   
>   # continue to use the user's special shell.
>   
>   Revision  Changes    Path
>   1.116     +195 -178  src/usr.bin/make/job.c
>   1.44      +2 -0      src/usr.bin/make/job.h
>   1.152     +7 -0      src/usr.bin/make/main.c
> _______________________________________________
> 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"
> 

Harti,

Please make sure to attribute patches to DragonFly when you take
things from their CVS.  Most of the work is in this patch is yours
but there are some changes that appear like they came from the DragonFly
tree.


				Max Okumoto



From owner-cvs-src@FreeBSD.ORG  Tue May 24 10:51:40 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E40EB16A41C
	for <cvs-src@FreeBSD.org>; Tue, 24 May 2005 10:51:40 +0000 (GMT)
	(envelope-from Hartmut.Brandt@dlr.de)
Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6339943D49
	for <cvs-src@FreeBSD.org>; Tue, 24 May 2005 10:51:40 +0000 (GMT)
	(envelope-from Hartmut.Brandt@dlr.de)
Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS
	secured channel with Microsoft SMTPSVC(6.0.3790.211); 
	Tue, 24 May 2005 12:51:39 +0200
Date: Tue, 24 May 2005 12:51:39 +0200 (CEST)
From: Harti Brandt <hartmut.brandt@dlr.de>
X-X-Sender: brandt_h@beagle.kn.op.dlr.de
To: Max Okumoto <okumoto@ucsd.edu>
In-Reply-To: <4292FE79.70205@ucsd.edu>
Message-ID: <20050524124930.F50725@beagle.kn.op.dlr.de>
References: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
	<4292FE79.70205@ucsd.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-OriginalArrivalTime: 24 May 2005 10:51:39.0211 (UTC)
	FILETIME=[9026E1B0:01C5604E]
Cc: cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/make job.c job.h main.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Harti Brandt <harti@freebsd.org>
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 10:51:41 -0000

On Tue, 24 May 2005, Max Okumoto wrote:

MO>Hartmut Brandt wrote:
MO>> harti       2005-05-24 09:14:46 UTC
MO>> 
MO>>   FreeBSD src repository
MO>> 
MO>>   Modified files:
MO>>     usr.bin/make         job.c job.h main.c   Log:
MO>>   Before doing any parsing parse the builtin shell specifications and
MO>>   set the current shell to DEFSHELL. Put all these specifications into
MO>>   a list. Add user specified new shells to this list. If the user
MO>>   just selects one of the already know shells just pick the right one
MO>>   off the list. This let's one do something like:
MO>>     # Full specification of the user's shell. This also selects the shell.
MO>>   .SHELL: name=myshell path=/somewhere/foo echo=loud ...
MO>>     FOO != bar              # use myshell here
MO>>     .SHELL: name=sh
MO>>     BAR != baz              # use /bin/sh here
MO>>     .SHELL: name=myshell    # no need for full spec here.
MO>>     # continue to use the user's special shell.
MO>>     Revision  Changes    Path
MO>>   1.116     +195 -178  src/usr.bin/make/job.c
MO>>   1.44      +2 -0      src/usr.bin/make/job.h
MO>>   1.152     +7 -0      src/usr.bin/make/main.c
MO>> _______________________________________________
MO>> cvs-src@freebsd.org mailing list
MO>> http://lists.freebsd.org/mailman/listinfo/cvs-src
MO>> To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org"
MO>> 
MO>
MO>Harti,
MO>
MO>Please make sure to attribute patches to DragonFly when you take
MO>things from their CVS.  Most of the work is in this patch is yours
MO>but there are some changes that appear like they came from the DragonFly
MO>tree.

Can you point me at what you think came from DragonFly? If you talk about 
the ArgArray stuff, then there is the correct attribution in that commit. 
The stuff here was fully done by me. I didn't have a look at DragonFly's 
make since I got the ArgArray stuff.

harti

From owner-cvs-src@FreeBSD.ORG  Tue May 24 10:55:00 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4C7F16A41C;
	Tue, 24 May 2005 10:55:00 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8D16843D49;
	Tue, 24 May 2005 10:55:00 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OAt0CD046738;
	Tue, 24 May 2005 10:55:00 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OAt0cL046737;
	Tue, 24 May 2005 10:55:00 GMT (envelope-from harti)
Message-Id: <200505241055.j4OAt0cL046737@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 10:55: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/usr.bin/make make.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, 24 May 2005 10:55:01 -0000

harti       2005-05-24 10:55:00 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         make.1 
  Log:
  Describe the -x option and the .WARN pseudo-target.
  
  Revision  Changes    Path
  1.86      +33 -0     src/usr.bin/make/make.1

From owner-cvs-src@FreeBSD.ORG  Tue May 24 10:59:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C3CCD16A41C;
	Tue, 24 May 2005 10:59:08 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8BDEB43D53;
	Tue, 24 May 2005 10:59:08 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OAx8Zf046932;
	Tue, 24 May 2005 10:59:08 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OAx8XZ046931;
	Tue, 24 May 2005 10:59:08 GMT (envelope-from harti)
Message-Id: <200505241059.j4OAx8XZ046931@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 10:59: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/usr.bin/make make.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, 24 May 2005 10:59:09 -0000

harti       2005-05-24 10:59:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         make.1 
  Log:
  Describe the meta and builtins attributes for the .SHELL special
  target.
  
  Revision  Changes    Path
  1.87      +14 -0     src/usr.bin/make/make.1

From owner-cvs-src@FreeBSD.ORG  Tue May 24 11:12:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5AB7E16A41C;
	Tue, 24 May 2005 11:12:34 +0000 (GMT)
	(envelope-from okumoto@ucsd.edu)
Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 037E943D1F;
	Tue, 24 May 2005 11:12:33 +0000 (GMT)
	(envelope-from okumoto@ucsd.edu)
Received: from multivac.sdsc.edu
	(IDENT:eW9RoEPxnWjCk+E2dyNR2mpxGzxcsW84@multivac.sdsc.edu
	[132.249.20.57])
	by postal.sdsc.edu (8.11.7/8.11.7/server/70) with ESMTP id j4OBCWP13989;
	Tue, 24 May 2005 04:12:33 -0700 (PDT)
Received: (from okumoto@localhost)
	by multivac.sdsc.edu (8.12.10+Sun/8.12.10/submit/s/4) id j4OBCWUu028660;
	Tue, 24 May 2005 04:12:32 -0700 (PDT)
X-Authentication-Warning: multivac.sdsc.edu: okumoto set sender to
	okumoto@ucsd.edu using -f
To: Harti Brandt <harti@freebsd.org>
References: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
	<4292FE79.70205@ucsd.edu> <20050524124930.F50725@beagle.kn.op.dlr.de>
From: Max Okumoto <okumoto@ucsd.edu>
Date: Tue, 24 May 2005 04:12:32 -0700
In-Reply-To: <20050524124930.F50725@beagle.kn.op.dlr.de> (Harti Brandt's
	message of "Tue, 24 May 2005 12:51:39 +0200 (CEST)")
Message-ID: <hf8y246fof.fsf@multivac.sdsc.edu>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (usg-unix-v)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: cvs-src@freebsd.org
Subject: Re: cvs commit: src/usr.bin/make job.c job.h 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: Tue, 24 May 2005 11:12:34 -0000

Harti Brandt <hartmut.brandt@dlr.de> writes:
[stuff deleted]
> MO>Harti,
> MO>
> MO>Please make sure to attribute patches to DragonFly when you take
> MO>things from their CVS.  Most of the work is in this patch is yours
> MO>but there are some changes that appear like they came from the DragonFly
> MO>tree.
>
> Can you point me at what you think came from DragonFly? If you talk about 
> the ArgArray stuff, then there is the correct attribution in that commit. 
> The stuff here was fully done by me. I didn't have a look at DragonFly's 
> make since I got the ArgArray stuff.
>
> harti

My mistake, if you are not tracking my work any more.
It just looked like some minor changes were similar to
what I did.

                        Max

From owner-cvs-src@FreeBSD.ORG  Tue May 24 11:20:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1BA6D16A41C
	for <cvs-src@freebsd.org>; Tue, 24 May 2005 11:20:33 +0000 (GMT)
	(envelope-from Hartmut.Brandt@dlr.de)
Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8F21143D1D
	for <cvs-src@freebsd.org>; Tue, 24 May 2005 11:20:32 +0000 (GMT)
	(envelope-from Hartmut.Brandt@dlr.de)
Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS
	secured channel with Microsoft SMTPSVC(6.0.3790.211); 
	Tue, 24 May 2005 13:20:31 +0200
Date: Tue, 24 May 2005 13:20:31 +0200 (CEST)
From: Harti Brandt <hartmut.brandt@dlr.de>
X-X-Sender: brandt_h@beagle.kn.op.dlr.de
To: Max Okumoto <okumoto@ucsd.edu>
In-Reply-To: <hf8y246fof.fsf@multivac.sdsc.edu>
Message-ID: <20050524131354.S50725@beagle.kn.op.dlr.de>
References: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
	<4292FE79.70205@ucsd.edu>
	<20050524124930.F50725@beagle.kn.op.dlr.de>
	<hf8y246fof.fsf@multivac.sdsc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-OriginalArrivalTime: 24 May 2005 11:20:31.0583 (UTC)
	FILETIME=[98B9DEF0:01C56052]
Cc: cvs-src@freebsd.org
Subject: Re: cvs commit: src/usr.bin/make job.c job.h main.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Harti Brandt <harti@freebsd.org>
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 11:20:33 -0000

On Tue, 24 May 2005, Max Okumoto wrote:

MO>Harti Brandt <hartmut.brandt@dlr.de> writes:
MO>[stuff deleted]
MO>> MO>Harti,
MO>> MO>
MO>> MO>Please make sure to attribute patches to DragonFly when you take
MO>> MO>things from their CVS.  Most of the work is in this patch is yours
MO>> MO>but there are some changes that appear like they came from the DragonFly
MO>> MO>tree.
MO>>
MO>> Can you point me at what you think came from DragonFly? If you talk about 
MO>> the ArgArray stuff, then there is the correct attribution in that commit. 
MO>> The stuff here was fully done by me. I didn't have a look at DragonFly's 
MO>> make since I got the ArgArray stuff.
MO>>
MO>> harti
MO>
MO>My mistake, if you are not tracking my work any more.
MO>It just looked like some minor changes were similar to
MO>what I did.

Well, as you see from the ArgArray stuff, I'm tracking this when I have 
time to do so. I was a little bit surprised to see you disappear :-/

I just had a look at the current DFly sources - there's nothing that 
resembles the work in that commit.

NB: It looks like you don't set DEFSHELL anymore in the Makefile, but you 
still use it in job.c. (I still think that having reviews for something so 
sensible like make makes sense). This unsetenv("ENV") thing is probably a 
candidate for a new .SHELL attribute.

harti

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:01:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5B1E016A41C;
	Tue, 24 May 2005 12:01:14 +0000 (GMT)
	(envelope-from okumoto@ucsd.edu)
Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B2B9443D4C;
	Tue, 24 May 2005 12:01:13 +0000 (GMT)
	(envelope-from okumoto@ucsd.edu)
Received: from multivac.sdsc.edu
	(IDENT:Nt3BHT0yBK2BpKhRPoW1Ef9J85xbB1VS@multivac.sdsc.edu
	[132.249.20.57])
	by postal.sdsc.edu (8.11.7/8.11.7/server/70) with ESMTP id j4OC1DP17700;
	Tue, 24 May 2005 05:01:13 -0700 (PDT)
Received: (from okumoto@localhost)
	by multivac.sdsc.edu (8.12.10+Sun/8.12.10/submit/s/4) id j4OC1DJb007929;
	Tue, 24 May 2005 05:01:13 -0700 (PDT)
X-Authentication-Warning: multivac.sdsc.edu: okumoto set sender to
	okumoto@ucsd.edu using -f
To: Harti Brandt <harti@freebsd.org>
References: <200505240914.j4O9EkrC043155@repoman.freebsd.org>
	<4292FE79.70205@ucsd.edu> <20050524124930.F50725@beagle.kn.op.dlr.de>
	<hf8y246fof.fsf@multivac.sdsc.edu>
	<20050524131354.S50725@beagle.kn.op.dlr.de>
From: Max Okumoto <okumoto@ucsd.edu>
Date: Tue, 24 May 2005 05:01:12 -0700
In-Reply-To: <20050524131354.S50725@beagle.kn.op.dlr.de> (Harti Brandt's
	message of "Tue, 24 May 2005 13:20:31 +0200 (CEST)")
Message-ID: <hfy8a44yuv.fsf@multivac.sdsc.edu>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (usg-unix-v)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: cvs-src@freebsd.org
Subject: Re: cvs commit: src/usr.bin/make job.c job.h 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: Tue, 24 May 2005 12:01:14 -0000

Harti Brandt <hartmut.brandt@dlr.de> writes:

> On Tue, 24 May 2005, Max Okumoto wrote:
>
> MO>Harti Brandt <hartmut.brandt@dlr.de> writes:
> MO>[stuff deleted]
> MO>> MO>Harti,
> MO>> MO>
> MO>> MO>Please make sure to attribute patches to DragonFly when you take
> MO>> MO>things from their CVS.  Most of the work is in this patch is yours
> MO>> MO>but there are some changes that appear like they came from the DragonFly
> MO>> MO>tree.
> MO>>
> MO>> Can you point me at what you think came from DragonFly? If you talk about 
> MO>> the ArgArray stuff, then there is the correct attribution in that commit. 
> MO>> The stuff here was fully done by me. I didn't have a look at DragonFly's 
> MO>> make since I got the ArgArray stuff.
> MO>>
> MO>> harti
> MO>
> MO>My mistake, if you are not tracking my work any more.
> MO>It just looked like some minor changes were similar to
> MO>what I did.
>
> Well, as you see from the ArgArray stuff, I'm tracking this when I have 
> time to do so. I was a little bit surprised to see you disappear :-/

Well, I got the impression that didn't want stuff from me.  After
I asked you to revert a change that broke a 20+ patches that I had
pending to send to you.  You ignored the request.  And your response
was to point out that one of the earlier patches had a mistake.
After that, the commits you did later on had gratuious white space
changes, and a double semi colon.  Shrug.

>
> I just had a look at the current DFly sources - there's nothing that 
> resembles the work in that commit.
>
> NB: It looks like you don't set DEFSHELL anymore in the Makefile, but you 
> still use it in job.c. (I still think that having reviews for something so 
> sensible like make makes sense). This unsetenv("ENV") thing is probably a 
> candidate for a new .SHELL attribute.
>
> harti

Thanks I will fix that.

                        Max

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:24:46 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5376816A41C;
	Tue, 24 May 2005 12:24:46 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE6043D49;
	Tue, 24 May 2005 12:24:46 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OCOk5Z050504;
	Tue, 24 May 2005 12:24:46 GMT
	(envelope-from dumbbell@repoman.freebsd.org)
Received: (from dumbbell@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OCOkHE050503;
	Tue, 24 May 2005 12:24:46 GMT (envelope-from dumbbell)
Message-Id: <200505241224.j4OCOkHE050503@repoman.freebsd.org>
From: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
Date: Tue, 24 May 2005 12: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/sys/gnu/reiserfs README reiserfs_fs.h
 reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c
 reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h
 reiserfs_namei.c reiserfs_prints.c reiserfs_stree.c ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 12:24:46 -0000

dumbbell    2005-05-24 12:24:46 UTC

  FreeBSD src repository

  Added files:
    sys/gnu/reiserfs     README reiserfs_fs.h reiserfs_fs_i.h 
                         reiserfs_fs_sb.h reiserfs_hashes.c 
                         reiserfs_inode.c reiserfs_item_ops.c 
                         reiserfs_mount.h reiserfs_namei.c 
                         reiserfs_prints.c reiserfs_stree.c 
                         reiserfs_vfsops.c reiserfs_vnops.c 
  Log:
  Import of ReiserFS filesystem support (currently limited to read-only on
  i386). Source code is under the GNU GPL license.
  
  Approved by:    mux (mentor)
  
  Revision  Changes    Path
  1.1       +163 -0    src/sys/gnu/reiserfs/README (new)
  1.1       +1298 -0   src/sys/gnu/reiserfs/reiserfs_fs.h (new)
  1.1       +90 -0     src/sys/gnu/reiserfs/reiserfs_fs_i.h (new)
  1.1       +143 -0    src/sys/gnu/reiserfs/reiserfs_fs_sb.h (new)
  1.1       +217 -0    src/sys/gnu/reiserfs/reiserfs_hashes.c (new)
  1.1       +926 -0    src/sys/gnu/reiserfs/reiserfs_inode.c (new)
  1.1       +158 -0    src/sys/gnu/reiserfs/reiserfs_item_ops.c (new)
  1.1       +47 -0     src/sys/gnu/reiserfs/reiserfs_mount.h (new)
  1.1       +699 -0    src/sys/gnu/reiserfs/reiserfs_namei.c (new)
  1.1       +307 -0    src/sys/gnu/reiserfs/reiserfs_prints.c (new)
  1.1       +760 -0    src/sys/gnu/reiserfs/reiserfs_stree.c (new)
  1.1       +1186 -0   src/sys/gnu/reiserfs/reiserfs_vfsops.c (new)
  1.1       +353 -0    src/sys/gnu/reiserfs/reiserfs_vnops.c (new)

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:28:23 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9DB8016A41C;
	Tue, 24 May 2005 12:28:23 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5955143D4C;
	Tue, 24 May 2005 12:28:23 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OCSNSf050837;
	Tue, 24 May 2005 12:28:23 GMT
	(envelope-from dumbbell@repoman.freebsd.org)
Received: (from dumbbell@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OCSNJm050836;
	Tue, 24 May 2005 12:28:23 GMT (envelope-from dumbbell)
Message-Id: <200505241228.j4OCSNJm050836@repoman.freebsd.org>
From: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
Date: Tue, 24 May 2005 12:28:23 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/conf NOTES files.i386 options.i386
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 12:28:23 -0000

dumbbell    2005-05-24 12:28:23 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES files.i386 options.i386 
  Log:
  Connect the ReiserFS filesystem to the build (i386 only).
  
  Approved by:    mux (mentor)
  
  Revision  Changes    Path
  1.1318    +6 -0      src/sys/conf/NOTES
  1.532     +9 -0      src/sys/conf/files.i386
  1.222     +3 -0      src/sys/conf/options.i386

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:30:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 23CCF16A41C;
	Tue, 24 May 2005 12:30:14 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E3E4D43D1D;
	Tue, 24 May 2005 12:30:13 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OCUDxe051046;
	Tue, 24 May 2005 12:30:13 GMT
	(envelope-from dumbbell@repoman.freebsd.org)
Received: (from dumbbell@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OCUDFL051045;
	Tue, 24 May 2005 12:30:13 GMT (envelope-from dumbbell)
Message-Id: <200505241230.j4OCUDFL051045@repoman.freebsd.org>
From: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
Date: Tue, 24 May 2005 12:30:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/modules Makefile src/sys/modules/reiserfs
 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, 24 May 2005 12:30:14 -0000

dumbbell    2005-05-24 12:30:13 UTC

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
  Added files:
    sys/modules/reiserfs Makefile 
  Log:
  Connect the ReiserFS filesystem to the modules build (i386 only).
  
  Approved by:    mux (mentor)
  
  Revision  Changes    Path
  1.446     +2 -0      src/sys/modules/Makefile
  1.1       +11 -0     src/sys/modules/reiserfs/Makefile (new)

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:33:29 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D41016A41C;
	Tue, 24 May 2005 12:33:29 +0000 (GMT) (envelope-from hmp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4C88643D1D;
	Tue, 24 May 2005 12:33:29 +0000 (GMT) (envelope-from hmp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OCXTf7051250;
	Tue, 24 May 2005 12:33:29 GMT (envelope-from hmp@repoman.freebsd.org)
Received: (from hmp@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OCXTV0051249;
	Tue, 24 May 2005 12:33:29 GMT (envelope-from hmp)
Message-Id: <200505241233.j4OCXTV0051249@repoman.freebsd.org>
From: Hiten Pandya <hmp@FreeBSD.org>
Date: Tue, 24 May 2005 12:33:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/man/man9 VOP_IOCTL.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: Tue, 24 May 2005 12:33:29 -0000

hmp         2005-05-24 12:33:29 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       VOP_IOCTL.9 
  Log:
  Accomodate for parameter name change, 'cnp' to 'data'.
  
  Submitted-by:   Andrew R. Reiter <arr@watson.org>
  
  Revision  Changes    Path
  1.14      +1 -1      src/share/man/man9/VOP_IOCTL.9

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:34:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD93D16A41C;
	Tue, 24 May 2005 12:34:45 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5930143D1D;
	Tue, 24 May 2005 12:34:45 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OCYjAY051324;
	Tue, 24 May 2005 12:34:45 GMT
	(envelope-from dumbbell@repoman.freebsd.org)
Received: (from dumbbell@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OCYjNA051323;
	Tue, 24 May 2005 12:34:45 GMT (envelope-from dumbbell)
Message-Id: <200505241234.j4OCYjNA051323@repoman.freebsd.org>
From: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
Date: Tue, 24 May 2005 12:34: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/sbin/mount_reiserfs Makefile mount_reiserfs.8
 mount_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: Tue, 24 May 2005 12:34:45 -0000

dumbbell    2005-05-24 12:34:45 UTC

  FreeBSD src repository

  Added files:
    sbin/mount_reiserfs  Makefile mount_reiserfs.8 
                         mount_reiserfs.c 
  Log:
  Import of mount_reiserfs(8), used to mount a ReiserFS filesystem.
  
  Approved by:    mux (mentor)
  
  Revision  Changes    Path
  1.1       +13 -0     src/sbin/mount_reiserfs/Makefile (new)
  1.1       +88 -0     src/sbin/mount_reiserfs/mount_reiserfs.8 (new)
  1.1       +106 -0    src/sbin/mount_reiserfs/mount_reiserfs.c (new)

From owner-cvs-src@FreeBSD.ORG  Tue May 24 12:37:19 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A8A716A41C;
	Tue, 24 May 2005 12:37:19 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2F743D1D;
	Tue, 24 May 2005 12:37:19 +0000 (GMT)
	(envelope-from dumbbell@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OCbJTo051512;
	Tue, 24 May 2005 12:37:19 GMT
	(envelope-from dumbbell@repoman.freebsd.org)
Received: (from dumbbell@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OCbJEL051511;
	Tue, 24 May 2005 12:37:19 GMT (envelope-from dumbbell)
Message-Id: <200505241237.j4OCbJEL051511@repoman.freebsd.org>
From: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
Date: Tue, 24 May 2005 12:37:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sbin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 12:37:19 -0000

dumbbell    2005-05-24 12:37:19 UTC

  FreeBSD src repository

  Modified files:
    sbin                 Makefile 
  Log:
  Connect mount_reiserfs(8) to the build.
  
  Approved by:    mux (mentor)
  
  Revision  Changes    Path
  1.149     +1 -0      src/sbin/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue May 24 13:14:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2AC4116A41C;
	Tue, 24 May 2005 13:14:25 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED03543D49;
	Tue, 24 May 2005 13:14:24 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ODEOwk060473;
	Tue, 24 May 2005 13:14:24 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ODEOi3060472;
	Tue, 24 May 2005 13:14:24 GMT (envelope-from harti)
Message-Id: <200505241314.j4ODEOi3060472@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 13:14:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/make job.c make.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, 24 May 2005 13:14:25 -0000

harti       2005-05-24 13:14:24 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c make.1 
  Log:
  Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")
  before executing the shell. Until now this was done when the default
  shell was the ksh. This failed if the default shell was sh or csh and
  the user switched to ksh.
  
  Revision  Changes    Path
  1.117     +13 -8     src/usr.bin/make/job.c
  1.88      +5 -0      src/usr.bin/make/make.1

From owner-cvs-src@FreeBSD.ORG  Tue May 24 13:19:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F48F16A41C;
	Tue, 24 May 2005 13:19:41 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5F68743D49;
	Tue, 24 May 2005 13:19:41 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ODJfZx060685;
	Tue, 24 May 2005 13:19:41 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ODJf4m060684;
	Tue, 24 May 2005 13:19:41 GMT (envelope-from harti)
Message-Id: <200505241319.j4ODJf4m060684@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 13:19: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.bin/make Makefile Makefile.dist job.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 13:19:41 -0000

harti       2005-05-24 13:19:41 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile Makefile.dist job.c 
  Log:
  Use the name of the default shell instead of a numeric index to select
  the default shell.
  
  Idea from:      DragonFlyBSD
  
  Revision  Changes    Path
  1.56      +2 -6      src/usr.bin/make/Makefile
  1.4       +1 -1      src/usr.bin/make/Makefile.dist
  1.118     +1 -1      src/usr.bin/make/job.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 14:31:23 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 64B1816A41C;
	Tue, 24 May 2005 14:31:23 +0000 (GMT)
	(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 1182D43D49;
	Tue, 24 May 2005 14:31:20 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14])
	(authenticated bits=0)
	by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j4OEXfwk028310;
	Tue, 24 May 2005 08:33:42 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <42933A68.6000801@samsco.org>
Date: Tue, 24 May 2005 08:30:00 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
	rv:1.7.7) Gecko/20050416
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
References: <200505241237.j4OCbJEL051511@repoman.freebsd.org>
In-Reply-To: <200505241237.j4OCbJEL051511@repoman.freebsd.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed 
	version=3.0.2
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sbin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 14:31:23 -0000

Jean-Sebastien Pedron wrote:

> dumbbell    2005-05-24 12:37:19 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin                 Makefile 
>   Log:
>   Connect mount_reiserfs(8) to the build.
>   
>   Approved by:    mux (mentor)
>   
>   Revision  Changes    Path
>   1.149     +1 -0      src/sbin/Makefile

Since there is no chance that ReiserFS will be used for
mounting / or /usr, this probably would have fit better
in /usr/sbin instead of /sbin.  It's not a big enough deal
to change unless you want to, but I'm just mentioning it
for future reference.

Scott

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:30:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BFD6616A41C;
	Tue, 24 May 2005 15:30:03 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A61E343D4C;
	Tue, 24 May 2005 15:30:03 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFU3ic066547;
	Tue, 24 May 2005 15:30:03 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFU3sN066546;
	Tue, 24 May 2005 15:30:03 GMT (envelope-from harti)
Message-Id: <200505241530.j4OFU3sN066546@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 15: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/usr.bin/make Makefile job.c job.h main.c parse.c
 shell.c shell.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, 24 May 2005 15:30:04 -0000

harti       2005-05-24 15:30:03 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile job.c job.h main.c parse.c 
  Added files:
    usr.bin/make         shell.c shell.h 
  Log:
  Factor out all the .SHELL parsing related stuff into its own file and
  rename the function to be consistent with the naming scheme in the rest
  of make. No functional changes.
  
  Obtained from:  DragonFlyBSD (idea and most of shell.h)
  
  Revision  Changes    Path
  1.57      +2 -1      src/usr.bin/make/Makefile
  1.119     +1 -472    src/usr.bin/make/job.c
  1.45      +0 -3      src/usr.bin/make/job.h
  1.153     +1 -0      src/usr.bin/make/main.c
  1.108     +2 -1      src/usr.bin/make/parse.c
  1.1       +472 -0    src/usr.bin/make/shell.c (new)
  1.1       +110 -0    src/usr.bin/make/shell.h (new)

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:34:30 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AE7DA16A420;
	Tue, 24 May 2005 15:34:30 +0000 (GMT)
	(envelope-from max@love2party.net)
Received: from moutng.kundenserver.de (moutng.kundenserver.de
	[212.227.126.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B995B43D54;
	Tue, 24 May 2005 15:34:29 +0000 (GMT)
	(envelope-from max@love2party.net)
Received: from p54A3B5FC.dip.t-dialin.net [84.163.181.252]
	(helo=donor.laier.local)
	by mrelayeu.kundenserver.de with ESMTP (Nemesis),
	id 0MKxQS-1DabQH2qFb-0005Iy; Tue, 24 May 2005 17:34:25 +0200
From: Max Laier <max@love2party.net>
To: Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
Date: Tue, 24 May 2005 17:34:16 +0200
User-Agent: KMail/1.8
References: <200505241228.j4OCSNJm050836@repoman.freebsd.org>
In-Reply-To: <200505241228.j4OCSNJm050836@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1660385.ct378xmvi0";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200505241734.24398.max@love2party.net>
X-Provags-ID: kundenserver.de abuse@kundenserver.de
	login:61c499deaeeba3ba5be80f48ecc83056
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/conf NOTES files.i386 options.i386
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 15:34:30 -0000

--nextPart1660385.ct378xmvi0
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Tuesday 24 May 2005 14:28, Jean-Sebastien Pedron wrote:
>   Log:
>   Connect the ReiserFS filesystem to the build (i386 only).
<...>
>   1.1318    +6 -0      src/sys/conf/NOTES

You should not put it in the global NOTES file if you intend to connect it =
for=20
i386 only.

=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

--nextPart1660385.ct378xmvi0
Content-Type: application/pgp-signature

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

iD8DBQBCk0mAXyyEoT62BG0RAqb8AJ9IuERs2rl1hV3VpkUL6xXjLqAhbACcDTR3
YHEwE8+9KQiV/uol0Ajjb7g=
=JwUh
-----END PGP SIGNATURE-----

--nextPart1660385.ct378xmvi0--

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:38:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7918616A420;
	Tue, 24 May 2005 15:38:08 +0000 (GMT)
	(envelope-from imura@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA0143D1D;
	Tue, 24 May 2005 15:38:08 +0000 (GMT)
	(envelope-from imura@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFc8WV066926;
	Tue, 24 May 2005 15:38:08 GMT
	(envelope-from imura@repoman.freebsd.org)
Received: (from imura@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFc8FY066925;
	Tue, 24 May 2005 15:38:08 GMT (envelope-from imura)
Message-Id: <200505241538.j4OFc8FY066925@repoman.freebsd.org>
From: "R. Imura" <imura@FreeBSD.org>
Date: Tue, 24 May 2005 15:38: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/libkern iconv_xlat16.c src/sys/sys iconv.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, 24 May 2005 15:38:08 -0000

imura       2005-05-24 15:38:08 UTC

  FreeBSD src repository

  Modified files:
    sys/libkern          iconv_xlat16.c 
    sys/sys              iconv.h 
  Log:
  Fix kiconv on the 64bit plathomes.
  
  - Correct idxp pointer to point the properly address of the
    each array of the kiconv character conversion tables,
    so that character conversion work properly when file
    systems are mounted with kiconv options.
  
  - The definition of ICONV_CSMAXDATALEN was also bogus
    because it was defined as if all machines were 32bit
    computers.
  
  Tested on:      amd64
  MFC after:      1 month
  
  Revision  Changes    Path
  1.3       +5 -5      src/sys/libkern/iconv_xlat16.c
  1.10      +2 -1      src/sys/sys/iconv.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:38:58 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9F7A616A41C;
	Tue, 24 May 2005 15:38:58 +0000 (GMT)
	(envelope-from rodrigc@crodrigues.org)
Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE7443D53;
	Tue, 24 May 2005 15:38:57 +0000 (GMT)
	(envelope-from rodrigc@crodrigues.org)
Received: from dibbler.crodrigues.org
	(c-66-30-114-143.hsd1.ma.comcast.net[66.30.114.143])
	by comcast.net (sccrmhc14) with ESMTP
	id <2005052415385701400idpsae>; Tue, 24 May 2005 15:38:57 +0000
Received: from c-66-30-114-143.hsd1.ma.comcast.net (localhost.127.in-addr.arpa
	[127.0.0.1])
	by dibbler.crodrigues.org (8.13.3/8.13.1) with ESMTP id j4OFd3ut069823; 
	Tue, 24 May 2005 11:39:03 -0400 (EDT)
	(envelope-from rodrigc@c-66-30-114-143.hsd1.ma.comcast.net)
Received: (from rodrigc@localhost)
	by c-66-30-114-143.hsd1.ma.comcast.net (8.13.3/8.13.1/Submit) id
	j4OFd2N0069822; Tue, 24 May 2005 11:39:02 -0400 (EDT)
	(envelope-from rodrigc)
Date: Tue, 24 May 2005 11:39:02 -0400
From: Craig Rodrigues <rodrigc@crodrigues.org>
To: Jean-Sebastien Pedron <dumbbell@freebsd.org>
Message-ID: <20050524153902.GA69757@crodrigues.org>
References: <200505241224.j4OCOkHE050503@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505241224.j4OCOkHE050503@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/gnu/reiserfs README reiserfs_fs.h
	reiserfs_fs_i.h reiserfs_fs_sb.h reiserfs_hashes.c
	reiserfs_inode.c reiserfs_item_ops.c reiserfs_mount.h
	reiserfs_namei.c reiserfs_prints.c reiserfs_stree.c ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 15:38:58 -0000

On Tue, May 24, 2005 at 12:24:46PM +0000, Jean-Sebastien Pedron wrote:
> dumbbell    2005-05-24 12:24:46 UTC
> 
>   FreeBSD src repository
> 
>   Added files:
>     sys/gnu/reiserfs     README reiserfs_fs.h reiserfs_fs_i.h 


Hi,

Not a big deal, but it would have been nice to
have put this stuff under sys/gnu/fs/reiserfs.
The precedent has been set by ext2fs to put fs code
in sys/gnu, but in future if other GPL'd filesystems
like XFS are imported to the tree, it would be nice
to have them under sys/gnu/fs.

-- 
Craig Rodrigues        
rodrigc@crodrigues.org

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:41:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 65B9C16A41C;
	Tue, 24 May 2005 15:41:35 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2263243D4C;
	Tue, 24 May 2005 15:41:35 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFfZjr067154;
	Tue, 24 May 2005 15:41:35 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFfZLT067153;
	Tue, 24 May 2005 15:41:35 GMT (envelope-from harti)
Message-Id: <200505241541.j4OFfZLT067153@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 15:41: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/usr.bin/make Makefile job.c proc.c 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: Tue, 24 May 2005 15:41:35 -0000

harti       2005-05-24 15:41:34 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile job.c 
  Added files:
    usr.bin/make         proc.c proc.h 
  Log:
  Factor out ProcExec() into its own file and rename it to Proc_Exec() for
  consistency with the rest of make.
  
  Obtained from:  DragonFlyBSD (except for the rename)
  
  Revision  Changes    Path
  1.58      +2 -2      src/usr.bin/make/Makefile
  1.120     +4 -121    src/usr.bin/make/job.c
  1.1       +134 -0    src/usr.bin/make/proc.c (new)
  1.1       +53 -0     src/usr.bin/make/proc.h (new)

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:42:42 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E0B4116A41C;
	Tue, 24 May 2005 15:42:42 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B32A643D58;
	Tue, 24 May 2005 15:42:42 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFggNw067214;
	Tue, 24 May 2005 15:42:42 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFggkg067213;
	Tue, 24 May 2005 15:42:42 GMT (envelope-from brueffer)
Message-Id: <200505241542.j4OFggkg067213@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Tue, 24 May 2005 15:42:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/man/man4 sk.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, 24 May 2005 15:42:43 -0000

brueffer    2005-05-24 15:42:42 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       sk.4 
  Log:
  3Com 3C2000-T reported as working.
  
  Submitted by:   anonymous
  
  Revision  Changes    Path
  1.26      +3 -1      src/share/man/man4/sk.4

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:44:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 04DC116A41C;
	Tue, 24 May 2005 15:44:03 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C9F6843D1F;
	Tue, 24 May 2005 15:44:02 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFi2nJ067360;
	Tue, 24 May 2005 15:44:02 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFi2SC067359;
	Tue, 24 May 2005 15:44:02 GMT (envelope-from brueffer)
Message-Id: <200505241544.j4OFi2SC067359@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Tue, 24 May 2005 15:44:02 +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/share/man/man4 sk.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, 24 May 2005 15:44:03 -0000

brueffer    2005-05-24 15:44:02 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    share/man/man4       sk.4 
  Log:
  MFC:
  
  3Com 3C2000-T reported as working.
  
  Revision  Changes    Path
  1.21.2.5  +3 -1      src/share/man/man4/sk.4

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:45:11 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C859816A41C;
	Tue, 24 May 2005 15:45:11 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9A39D43D49;
	Tue, 24 May 2005 15:45:11 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFjBqe067440;
	Tue, 24 May 2005 15:45:11 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFjBo8067439;
	Tue, 24 May 2005 15:45:11 GMT (envelope-from harti)
Message-Id: <200505241545.j4OFjBo8067439@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 15:45: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/make arch.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 15:45:12 -0000

harti       2005-05-24 15:45:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c 
  Log:
  Fix a 64-bit warning by casting an int64_t to intmax_t and printing it
  with %jd.
  
  Revision  Changes    Path
  1.65      +2 -1      src/usr.bin/make/arch.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:46:51 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 46E8016A41C;
	Tue, 24 May 2005 15:46:51 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1932743D1F;
	Tue, 24 May 2005 15:46:51 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFkoSn067528;
	Tue, 24 May 2005 15:46:50 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFkoHT067527;
	Tue, 24 May 2005 15:46:50 GMT (envelope-from harti)
Message-Id: <200505241546.j4OFkoHT067527@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 15:46:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/make 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, 24 May 2005 15:46:51 -0000

harti       2005-05-24 15:46:50 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile 
  Log:
  Bump the warning level to 6.
  
  Revision  Changes    Path
  1.59      +1 -1      src/usr.bin/make/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:48:10 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8FB6616A41C;
	Tue, 24 May 2005 15:48:10 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 60BCC43D1F;
	Tue, 24 May 2005 15:48:10 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFmAhE067574;
	Tue, 24 May 2005 15:48:10 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFmAjB067573;
	Tue, 24 May 2005 15:48:10 GMT (envelope-from harti)
Message-Id: <200505241548.j4OFmAjB067573@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 15:48:10 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/make 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, 24 May 2005 15:48:10 -0000

harti       2005-05-24 15:48:10 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile 
  Log:
  Make shell.o dependend on the Makefile just in case someone changes
  the default shell in the Makefile.
  
  Revision  Changes    Path
  1.60      +1 -1      src/usr.bin/make/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:52:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB85316A41C
	for <cvs-src@freebsd.org>; Tue, 24 May 2005 15:52:04 +0000 (GMT)
	(envelope-from joerg@britannica.bec.de)
Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A062E43D48
	for <cvs-src@freebsd.org>; Tue, 24 May 2005 15:52:04 +0000 (GMT)
	(envelope-from joerg@britannica.bec.de)
Received: from britannica.bec.de (unknown [139.30.252.72])
	by hydra.bec.de (Postfix) with ESMTP id 6991635710
	for <cvs-src@freebsd.org>; Tue, 24 May 2005 17:52:03 +0200 (CEST)
Received: by britannica.bec.de (Postfix, from userid 1001)
	id 2DA747D18; Tue, 24 May 2005 17:51:51 +0200 (CEST)
Date: Tue, 24 May 2005 17:51:51 +0200
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: cvs-src@freebsd.org
Message-ID: <20050524155151.GA12596@britannica.bec.de>
References: <200505241545.j4OFjBo8067439@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505241545.j4OFjBo8067439@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
Subject: Re: cvs commit: src/usr.bin/make arch.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 15:52:05 -0000

On Tue, May 24, 2005 at 03:45:11PM +0000, Hartmut Brandt wrote:
> harti       2005-05-24 15:45:11 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.bin/make         arch.c 
>   Log:
>   Fix a 64-bit warning by casting an int64_t to intmax_t and printing it
>   with %jd.

Why not use PRId64 instead of casting?

Joerg

From owner-cvs-src@FreeBSD.ORG  Tue May 24 15:58:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 96FCE16A446;
	Tue, 24 May 2005 15:58:35 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0B243D49;
	Tue, 24 May 2005 15:58:35 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OFwZ9u068069;
	Tue, 24 May 2005 15:58:35 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OFwZ0b068068;
	Tue, 24 May 2005 15:58:35 GMT (envelope-from harti)
Message-Id: <200505241558.j4OFwZ0b068068@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 15:58: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/usr.bin/make arch.c cond.c job.c main.c make.c
 suff.c var.c var.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, 24 May 2005 15:58:35 -0000

harti       2005-05-24 15:58:35 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c cond.c job.c main.c make.c suff.c 
                         var.c var.h 
  Log:
  Get rid of the third argument to Var_Value() the pointer it pointed
  to has always been set to NULL for some time now.
  
  Obtained from:  DragonFlyBSD
  
  Revision  Changes    Path
  1.66      +4 -10     src/usr.bin/make/arch.c
  1.53      +1 -3      src/usr.bin/make/cond.c
  1.121     +5 -17     src/usr.bin/make/job.c
  1.154     +2 -3      src/usr.bin/make/main.c
  1.37      +4 -12     src/usr.bin/make/make.c
  1.64      +2 -5      src/usr.bin/make/suff.c
  1.158     +7 -14     src/usr.bin/make/var.c
  1.28      +1 -1      src/usr.bin/make/var.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 16:05:51 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E8D0716A41C;
	Tue, 24 May 2005 16:05:51 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B9BEA43D1D;
	Tue, 24 May 2005 16:05:51 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OG5pdF068426;
	Tue, 24 May 2005 16:05:51 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OG5paf068425;
	Tue, 24 May 2005 16:05:51 GMT (envelope-from harti)
Message-Id: <200505241605.j4OG5paf068425@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Tue, 24 May 2005 16:05:51 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/make job.c main.c make.c var.c var.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, 24 May 2005 16:05:52 -0000

harti       2005-05-24 16:05:51 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c main.c make.c var.c var.h 
  Log:
  The caller of Var_Value() should not change the variable value. Make
  this clear by constifying the return value.
  
  Obtained from:  DragonFlyBSD
  
  Revision  Changes    Path
  1.122     +1 -1      src/usr.bin/make/job.c
  1.155     +1 -1      src/usr.bin/make/main.c
  1.38      +7 -7      src/usr.bin/make/make.c
  1.159     +5 -4      src/usr.bin/make/var.c
  1.29      +1 -1      src/usr.bin/make/var.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 16:48:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF88E16A41C;
	Tue, 24 May 2005 16:48:07 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 97AEE43D49;
	Tue, 24 May 2005 16:48:07 +0000 (GMT)
	(envelope-from damien@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OGm7Kc077061;
	Tue, 24 May 2005 16:48:07 GMT
	(envelope-from damien@repoman.freebsd.org)
Received: (from damien@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OGm7fr077060;
	Tue, 24 May 2005 16:48:07 GMT (envelope-from damien)
Message-Id: <200505241648.j4OGm7fr077060@repoman.freebsd.org>
From: Damien Bergamini <damien@FreeBSD.org>
Date: Tue, 24 May 2005 16:48: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/amd64/conf GENERIC src/sys/i386/conf GENERIC
 src/sys/pc98/conf GENERIC
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 16:48:08 -0000

damien      2005-05-24 16:48:07 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/conf       GENERIC 
    sys/i386/conf        GENERIC 
    sys/pc98/conf        GENERIC 
  Log:
  Add new ral(4) and ural(4) drivers.
  
  Approved by:    silby (mentor)
  
  Revision  Changes    Path
  1.439     +2 -0      src/sys/amd64/conf/GENERIC
  1.429     +2 -0      src/sys/i386/conf/GENERIC
  1.269     +2 -0      src/sys/pc98/conf/GENERIC

From owner-cvs-src@FreeBSD.ORG  Tue May 24 17:52:15 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5572116A41C;
	Tue, 24 May 2005 17:52:15 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 242A543D49;
	Tue, 24 May 2005 17:52:15 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OHqF0N079534;
	Tue, 24 May 2005 17:52:15 GMT (envelope-from ps@repoman.freebsd.org)
Received: (from ps@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OHqF60079533;
	Tue, 24 May 2005 17:52:15 GMT (envelope-from ps)
Message-Id: <200505241752.j4OHqF60079533@repoman.freebsd.org>
From: Paul Saab <ps@FreeBSD.org>
Date: Tue, 24 May 2005 17:52:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 17:52:15 -0000

ps          2005-05-24 17:52:14 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32_misc.c 
  Log:
  Copyout to userland if kern_sigaction succeeds
  
  Revision  Changes    Path
  1.32      +2 -2      src/sys/compat/freebsd32/freebsd32_misc.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 17:53:28 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1C8D116A41C;
	Tue, 24 May 2005 17:53:28 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD87343D49;
	Tue, 24 May 2005 17:53:27 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OHrRTR079607;
	Tue, 24 May 2005 17:53:27 GMT (envelope-from ps@repoman.freebsd.org)
Received: (from ps@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OHrRRN079606;
	Tue, 24 May 2005 17:53:27 GMT (envelope-from ps)
Message-Id: <200505241753.j4OHrRRN079606@repoman.freebsd.org>
From: Paul Saab <ps@FreeBSD.org>
Date: Tue, 24 May 2005 17:53:27 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 17:53:28 -0000

ps          2005-05-24 17:53:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/compat/freebsd32 freebsd32_misc.c 
  Log:
  MFC: rev 1.32 copyout to userland if kern_sigaction succeeds
  
  Revision  Changes    Path
  1.23.2.8  +2 -2      src/sys/compat/freebsd32/freebsd32_misc.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 18:31:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 911FD16A41C;
	Tue, 24 May 2005 18:31:35 +0000 (GMT) (envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADFD43D48;
	Tue, 24 May 2005 18:31:35 +0000 (GMT) (envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OIVZuC081357;
	Tue, 24 May 2005 18:31:35 GMT (envelope-from mux@repoman.freebsd.org)
Received: (from mux@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OIVZxi081356;
	Tue, 24 May 2005 18:31:35 GMT (envelope-from mux)
Message-Id: <200505241831.j4OIVZxi081356@repoman.freebsd.org>
From: Maxime Henrion <mux@FreeBSD.org>
Date: Tue, 24 May 2005 18:31: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/conf NOTES src/sys/i386/conf NOTES
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 18:31:35 -0000

mux         2005-05-24 18:31:35 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES 
    sys/i386/conf        NOTES 
  Log:
  - Move the REISERFS option in the MD NOTES file for i386, it doesn't
    exist on other architectures yet.
  - While I'm here, fix the formatting of the options line.  The keyword
    "options" should be followed by a space and then a tab, not 2 tabs.
  
  Revision  Changes    Path
  1.1319    +0 -6      src/sys/conf/NOTES
  1.1199    +6 -0      src/sys/i386/conf/NOTES

From owner-cvs-src@FreeBSD.ORG  Tue May 24 18:33:38 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF53216A41C;
	Tue, 24 May 2005 18:33:38 +0000 (GMT)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de
	[132.187.3.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 33E1943D53;
	Tue, 24 May 2005 18:33:37 +0000 (GMT)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de
	[132.187.1.30]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id ACDE9D9614; Tue, 24 May 2005 20:33:36 +0200 (CEST)
Received: from virusscan (localhost [127.0.0.1])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 8FC9F8FB55; Tue, 24 May 2005 20:33:36 +0200 (CEST)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de
	[132.187.3.28]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 7A22F7B21E; Tue, 24 May 2005 20:33:36 +0200 (CEST)
Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de
	[132.187.253.14]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id F2C9BD9614; Tue, 24 May 2005 20:33:35 +0200 (CEST)
Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237])
	by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id j4OIXZaH018716;
	Tue, 24 May 2005 20:33:35 +0200 (CEST)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148])
	by coyote.q.local (8.13.3/8.13.1) with ESMTP id j4OIXZfm049130;
	Tue, 24 May 2005 20:33:35 +0200 (CEST)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from roadrunner.q.local (localhost [127.0.0.1])
	by roadrunner.q.local (8.13.3/8.13.3) with ESMTP id j4OIXZZ3002160;
	Tue, 24 May 2005 20:33:35 +0200 (CEST)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: (from q@localhost)
	by roadrunner.q.local (8.13.3/8.13.3/Submit) id j4OIXUP4002159;
	Tue, 24 May 2005 20:33:30 +0200 (CEST)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Date: Tue, 24 May 2005 20:33:30 +0200
From: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
To: Scott Long <scottl@samsco.org>
Message-ID: <20050524183330.GD796@galgenberg.net>
References: <200505181330.j4IDU8FV035625@repoman.freebsd.org>
	<20050523073344.GA65484@dragon.NUXI.org>
	<20050523160424.GK1201@green.homeunix.org>
	<429200D1.4040602@samsco.org>
	<20050523165452.GA10581@toxic.magnesium.net>
	<42920B70.9040605@samsco.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <42920B70.9040605@samsco.org>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new (Rechenzentrum Universitaet Wuerzburg)
Cc: juli mallett <jmallett@FreeBSD.org>, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/contrib/top commands.c machine.h top.c
	src/usr.bin/top machine.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 18:33:39 -0000

On Mon, 23.05.2005 at 10:57:20 -0600, Scott Long wrote:
> >>[...]
> >>WCPU, when displayed, is the weighted cpu percentage (this is the  same
> >>value that ps(1) displays as CPU), CPU is the raw percentage and is the
> >>field that is sorted to determine the order of the processes
> >>[...]
> >>
> >>I'm not sure which FreeBSD you've been using for years, but the numbers 
> >>are almost never the same for all of the machines that I have.
> >
> >I don't know what machines you're using, but on almost all the FreeBSD
> >machines I use, most of the tasks are idle, and thus CPU and WCPU will
> >be the same (0.00, 0.00).  As for running tasks, yes, Brian must be
> >thinking of something else.  That said, the numbers are almost always
> >the same, at least given my sample set.
> 
> Sorry for not being explicit about idle processes.

IFF WCPU is the averaged CPU time, then WCPU == CPU for all constant CPU
loads, be that 0.00, 1.00 or 0.50, as long as it is constant.

Sorry for nitpicking ... :)

Ulrich Spoerlein
-- 
 PGP Key ID: F0DB9F44				Encrypted mail welcome!
Fingerprint: F1CE D062 0CA9 ADE3 349B  2FE8 980A C6B5 F0DB 9F44
Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn."
didn't you understand?

From owner-cvs-src@FreeBSD.ORG  Tue May 24 18:54:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D70616A41C;
	Tue, 24 May 2005 18:54:08 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E6CA243D64;
	Tue, 24 May 2005 18:54:07 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OIs7q0082204;
	Tue, 24 May 2005 18:54:07 GMT
	(envelope-from schweikh@repoman.freebsd.org)
Received: (from schweikh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OIs7c4082203;
	Tue, 24 May 2005 18:54:07 GMT (envelope-from schweikh)
Message-Id: <200505241854.j4OIs7c4082203@repoman.freebsd.org>
From: Jens Schweikhardt <schweikh@FreeBSD.org>
Date: Tue, 24 May 2005 18:54: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 MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 18:54:08 -0000

schweikh    2005-05-24 18:54:07 UTC

  FreeBSD src repository

  Modified files:
    .                    MAINTAINERS 
  Log:
  Update (reduce) the list of committers with MAINTAINER= lines in Makefiles.
  
  Revision  Changes    Path
  1.105     +6 -27     src/MAINTAINERS

From owner-cvs-src@FreeBSD.ORG  Tue May 24 19:18:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1CAD216A41C;
	Tue, 24 May 2005 19:18:25 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: from obsecurity.dyndns.org
	(CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com
	[69.194.102.232])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C1E1843D1F;
	Tue, 24 May 2005 19:18:24 +0000 (GMT)
	(envelope-from kris@obsecurity.org)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 4FFA1512AE; Tue, 24 May 2005 12:19:12 -0700 (PDT)
Date: Tue, 24 May 2005 12:19:11 -0700
From: Kris Kennaway <kris@obsecurity.org>
To: Jens Schweikhardt <schweikh@FreeBSD.org>
Message-ID: <20050524191911.GA3933@xor.obsecurity.org>
References: <200505241854.j4OIs7c4082203@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk"
Content-Disposition: inline
In-Reply-To: <200505241854.j4OIs7c4082203@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 MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 19:18:25 -0000


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

On Tue, May 24, 2005 at 06:54:07PM +0000, Jens Schweikhardt wrote:
> schweikh    2005-05-24 18:54:07 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     .                    MAINTAINERS=20
>   Log:
>   Update (reduce) the list of committers with MAINTAINER=3D lines in Make=
files.

What was the point of this commit?  You removed the '@FreeBSD.org'
from some lines but not others.  You also removed some maintainers
altogether, which I assume was with their approval (this was unclear
from your commit log).

> |  bin/dd/Makefile:MAINTAINER=3D	green@FreeBSD.org
> | -contrib/cvs/FREEBSD-upgrade:MAINTAINER=3D	peter@FreeBSD.org
> | -games/fortune/datfiles/Makefile:MAINTAINER=3D	jkh@FreeBSD.org
> | +games/fortune/datfiles/Makefile:MAINTAINER=3D	jkh

[...]

Kris
--qDbXVdCdHGoSgWSk
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFCk34vWry0BWjoQKURAntGAJwKbtV0pVk3vZUAyXka4oWD3bFXUgCfcVIg
0XJ7f/ZzcKp/qqA1NmrP+Gw=
=8cdw
-----END PGP SIGNATURE-----

--qDbXVdCdHGoSgWSk--

From owner-cvs-src@FreeBSD.ORG  Tue May 24 20:09:12 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0658B16A41C;
	Tue, 24 May 2005 20:09:12 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7117343D4C;
	Tue, 24 May 2005 20:09:11 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: by bremen.shuttle.de (Postfix, from userid 10)
	id 4BC903B8E6; Tue, 24 May 2005 22:09:10 +0200 (CEST)
Received: from hal9000.schweikhardt.net (localhost [127.0.0.1])
	by hal9000.schweikhardt.net (8.13.3/8.13.3) with ESMTP id
	j4OK8v5b034918; Tue, 24 May 2005 22:08:57 +0200 (CEST)
	(envelope-from schweikh@hal9000.schweikhardt.net)
Received: (from schweikh@localhost)
	by hal9000.schweikhardt.net (8.13.3/8.13.3/Submit) id j4OK8vpd034917;
	Tue, 24 May 2005 22:08:57 +0200 (CEST) (envelope-from schweikh)
Date: Tue, 24 May 2005 22:08:57 +0200
From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: Kris Kennaway <kris@obsecurity.org>
Message-ID: <20050524200857.GC31253@schweikhardt.net>
References: <200505241854.j4OIs7c4082203@repoman.freebsd.org>
	<20050524191911.GA3933@xor.obsecurity.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050524191911.GA3933@xor.obsecurity.org>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Jens Schweikhardt <schweikh@FreeBSD.org>
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 20:09:12 -0000

On Tue, May 24, 2005 at 12:19:11PM -0700, Kris Kennaway wrote:
# On Tue, May 24, 2005 at 06:54:07PM +0000, Jens Schweikhardt wrote:
# > schweikh    2005-05-24 18:54:07 UTC
# > 
# >   FreeBSD src repository
# > 
# >   Modified files:
# >     .                    MAINTAINERS 
# >   Log:
# >   Update (reduce) the list of committers with MAINTAINER= lines in Makefiles.
# 
# What was the point of this commit?

Matching file contents with reality.

# You removed the '@FreeBSD.org' from some lines but not others.

The new list was generated by
find /usr/src -name Makefile | xargs grep MAINTAINER=

# You also removed some maintainers
# altogether, which I assume was with their approval (this was unclear
# from your commit log).

That was because they did not show up in the output of the above command.
>From this I concluded that they did as is recommended in src/MAINTAINERS:

	Following are the entries from the Makefiles, and a few other sources.
	Please remove stale entries from both their origin, and this file.

	Please also consider removing the lines from the files listed below and
	stating your preferences here instead.

I also sent mails to all remaining people/lists mentioned in Makefile
MAINTAINER= lines in order to converge to the canonical maintainership
declaration, the body being

	Dear FreeBSD Maintainer,

	you receive this email because one or more Makefiles below src have a
	line 'MAINTAINER=<you>' in them. The canonical way to express
	maintainership is a centralized file, namely src/MAINTAINERS. Please
	consider removing the MAINTAINER=... line in the Makefile(s) and adding
	an equivalent line in src/MAINTAINERS, and remove yourself from the list
	at the end of src/MAINTAINERS.

	This will aid other committers in obeying your maintainership more
	easily. Thanks!

I hope this clarifies reason and intent of my commit.

Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

From owner-cvs-src@FreeBSD.ORG  Tue May 24 20:42:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A59C516A41C;
	Tue, 24 May 2005 20:42:08 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6EBA743D1D;
	Tue, 24 May 2005 20:42:08 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OKg8nu086520;
	Tue, 24 May 2005 20:42:08 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OKg8mI086519;
	Tue, 24 May 2005 20:42:08 GMT (envelope-from cognet)
Message-Id: <200505242042.j4OKg8mI086519@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 20:42: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/bktr bktr_reg.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, 24 May 2005 20:42:08 -0000

cognet      2005-05-24 20:42:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bktr         bktr_reg.h 
  Log:
  Fix one more misuse of u_long when uint32_t is actually meant.
  
  Submitted by:   oliver
  MFC after:      3 days
  
  Revision  Changes    Path
  1.50      +1 -1      src/sys/dev/bktr/bktr_reg.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 20:56:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D72D516A4A3
	for <cvs-src@FreeBSD.org>; Tue, 24 May 2005 20:56:33 +0000 (GMT)
	(envelope-from oliver@FreeBSD.org)
Received: from avocado.salatschuessel.net (avocado.salatschuessel.net
	[83.136.81.184])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C710B43D53
	for <cvs-src@FreeBSD.org>; Tue, 24 May 2005 20:56:31 +0000 (GMT)
	(envelope-from oliver@FreeBSD.org)
Received: (qmail 91692 invoked by uid 89); 24 May 2005 20:55:47 -0000
Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185)
	by avocado.salatschuessel.net with SMTP; 24 May 2005 20:55:47 -0000
Date: Tue, 24 May 2005 22:56:29 +0200
From: Oliver Lehmann <oliver@FreeBSD.org>
To: Olivier Houchard <cognet@FreeBSD.org>
Message-Id: <20050524225629.0ccbf3ad.oliver@FreeBSD.org>
In-Reply-To: <200505242042.j4OKg8mI086519@repoman.freebsd.org>
References: <200505242042.j4OKg8mI086519@repoman.freebsd.org>
X-Mailer: Sylpheed version 1.9.11 (GTK+ 2.6.7; amd64-portbld-freebsd6.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Edgar Toernig <froese@gmx.de>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/bktr bktr_reg.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, 24 May 2005 20:56:34 -0000

Olivier Houchard wrote:

> cognet      2005-05-24 20:42:08 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/bktr         bktr_reg.h 
>   Log:
>   Fix one more misuse of u_long when uint32_t is actually meant.
>   
>   Submitted by:   oliver

I just forwarded the mail where I was CCed ;) That bug was found and
reported by Edgar Toernig <froese@gmx.de>
Thank you for the commit Olivier!

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:12:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 647F316A41C;
	Tue, 24 May 2005 21:12:50 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2C76643D48;
	Tue, 24 May 2005 21:12:50 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLCo7E094467;
	Tue, 24 May 2005 21:12:50 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLCo5A094465;
	Tue, 24 May 2005 21:12:50 GMT (envelope-from cognet)
Message-Id: <200505242112.j4OLCo5A094465@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:12: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/dev/bktr bktr_card.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 21:12:50 -0000

cognet      2005-05-24 21:12:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bktr         bktr_card.c 
  Log:
  Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined or
  if hw.bt848.tuner has been set, so that we can force the tuner.
  
  Revision  Changes    Path
  1.33      +4 -1      src/sys/dev/bktr/bktr_card.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:24:40 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EFD3616A41C;
	Tue, 24 May 2005 21:24:40 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B906443D54;
	Tue, 24 May 2005 21:24:40 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLOet1095274;
	Tue, 24 May 2005 21:24:40 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLOeC3095273;
	Tue, 24 May 2005 21:24:40 GMT (envelope-from cognet)
Message-Id: <200505242124.j4OLOeC3095273@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:24:40 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/mk bsd.cpu.mk
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 21:24:41 -0000

cognet      2005-05-24 21:24:40 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.cpu.mk 
  Log:
  Use -march=armv5te for Xscale.
  
  Revision  Changes    Path
  1.48      +1 -1      src/share/mk/bsd.cpu.mk

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:25:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A759216A41C;
	Tue, 24 May 2005 21:25:32 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 70F7F43D1F;
	Tue, 24 May 2005 21:25:32 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLPW5k095423;
	Tue, 24 May 2005 21:25:32 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLPWt8095422;
	Tue, 24 May 2005 21:25:32 GMT (envelope-from cognet)
Message-Id: <200505242125.j4OLPWt8095422@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:25:32 +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/ipfilter/tools ipmon.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 21:25:32 -0000

cognet      2005-05-24 21:25:32 UTC

  FreeBSD src repository

  Modified files:
    contrib/ipfilter/tools ipmon.c 
  Log:
  arm defaults to unsigned char as well.
  
  Revision  Changes    Path
  1.4       +1 -1      src/contrib/ipfilter/tools/ipmon.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:42:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CD22D16A41C;
	Tue, 24 May 2005 21:42:31 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9590343D1F;
	Tue, 24 May 2005 21:42:31 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLgV1s096239;
	Tue, 24 May 2005 21:42:31 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLgVKA096238;
	Tue, 24 May 2005 21:42:31 GMT (envelope-from cognet)
Message-Id: <200505242142.j4OLgVKA096238@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:42:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/include atomic.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, 24 May 2005 21:42:32 -0000

cognet      2005-05-24 21:42:31 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/include      atomic.h 
  Log:
  Make sure we clean the RAS start address once we're done.
  This fixes the random segfaults which occurs at high interrupts rate.
  
  Revision  Changes    Path
  1.7       +12 -0     src/sys/arm/include/atomic.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:43:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A9AB016A41C;
	Tue, 24 May 2005 21:43:16 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7164943D1F;
	Tue, 24 May 2005 21:43:16 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLhGQ2096326;
	Tue, 24 May 2005 21:43:16 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLhGUP096325;
	Tue, 24 May 2005 21:43:16 GMT (envelope-from cognet)
Message-Id: <200505242143.j4OLhGUP096325@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:43:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/include endian.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, 24 May 2005 21:43:16 -0000

cognet      2005-05-24 21:43:16 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/include      endian.h 
  Log:
  Asm version of bswap16().
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.9       +6 -5      src/sys/arm/include/endian.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:43:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 31EC016A41C;
	Tue, 24 May 2005 21:43:50 +0000 (GMT)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED6DF43D1D;
	Tue, 24 May 2005 21:43:49 +0000 (GMT)
	(envelope-from grehan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLhnqZ096402;
	Tue, 24 May 2005 21:43:49 GMT
	(envelope-from grehan@repoman.freebsd.org)
Received: (from grehan@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLhnsc096401;
	Tue, 24 May 2005 21:43:49 GMT (envelope-from grehan)
Message-Id: <200505242143.j4OLhnsc096401@repoman.freebsd.org>
From: Peter Grehan <grehan@FreeBSD.org>
Date: Tue, 24 May 2005 21:43: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/boot/ofw/libofw elf_freebsd.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 21:43:50 -0000

grehan      2005-05-24 21:43:49 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/ofw/libofw  elf_freebsd.c 
  Log:
  Since the BAT mapping was removed a long time back, it can't
  be assumed that modules are contiguous in memory (they're not)
  so don't blindly __syncicache start/end. In fact, don't bother
  syncing the icache for modules since the kernel will do it after
  fixing up relocations.
  
  This fixes the trap when loading modules at boot time.
  
  Reported by:    orlando at break dot net
  
  Revision  Changes    Path
  1.9       +6 -1      src/sys/boot/ofw/libofw/elf_freebsd.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:44:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0AF5616A41C;
	Tue, 24 May 2005 21:44:35 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C63D543D1F;
	Tue, 24 May 2005 21:44:34 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLiYU2096473;
	Tue, 24 May 2005 21:44:34 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLiYJo096472;
	Tue, 24 May 2005 21:44:34 GMT (envelope-from cognet)
Message-Id: <200505242144.j4OLiYJo096472@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:44: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/arm/arm in_cksum.c in_cksum_arm.S
 src/sys/arm/include in_cksum.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, 24 May 2005 21:44:35 -0000

cognet      2005-05-24 21:44:34 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          in_cksum.c in_cksum_arm.S 
    sys/arm/include      in_cksum.h 
  Log:
  Use asm versions of in_cksum() and friends.
  
  Revision  Changes    Path
  1.4       +2 -108    src/sys/arm/arm/in_cksum.c
  1.5       +5 -136    src/sys/arm/arm/in_cksum_arm.S
  1.2       +11 -1     src/sys/arm/include/in_cksum.h

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:45:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 28D4116A41C;
	Tue, 24 May 2005 21:45:27 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E3D7843D1F;
	Tue, 24 May 2005 21:45:26 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLjQFa096597;
	Tue, 24 May 2005 21:45:26 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLjQal096596;
	Tue, 24 May 2005 21:45:26 GMT (envelope-from cognet)
Message-Id: <200505242145.j4OLjQal096596@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:45: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/arm/conf IQ31244
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 21:45:27 -0000

cognet      2005-05-24 21:45:26 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/conf         IQ31244 
  Log:
  Use a more sane value for HZ.
  
  Revision  Changes    Path
  1.8       +3 -2      src/sys/arm/conf/IQ31244

From owner-cvs-src@FreeBSD.ORG  Tue May 24 21:47:11 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 642AC16A41C;
	Tue, 24 May 2005 21:47:11 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 29F6143D1F;
	Tue, 24 May 2005 21:47:11 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OLlBnT096684;
	Tue, 24 May 2005 21:47:11 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OLlBpR096683;
	Tue, 24 May 2005 21:47:11 GMT (envelope-from cognet)
Message-Id: <200505242147.j4OLlBpR096683@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 21:47:11 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/arm pmap.c swtch.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 21:47:11 -0000

cognet      2005-05-24 21:47:11 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c swtch.S 
  Log:
  Write back affected pages in pmap_qremove() as well. This removes the need
  to change the DACR when switching to a kernel thread, thus making
  userland thread => kernel thread => same userland thread switch cheaper by
  totally avoiding data cache and TLB invalidation.
  
  Revision  Changes    Path
  1.29      +11 -5     src/sys/arm/arm/pmap.c
  1.15      +1 -1      src/sys/arm/arm/swtch.S

From owner-cvs-src@FreeBSD.ORG  Tue May 24 22:10:36 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6355916A41C;
	Tue, 24 May 2005 22:10:36 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2947143D4C;
	Tue, 24 May 2005 22:10:36 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OMAaI9097865;
	Tue, 24 May 2005 22:10:36 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OMAaW3097864;
	Tue, 24 May 2005 22:10:36 GMT (envelope-from cognet)
Message-Id: <200505242210.j4OMAaW3097864@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 22:10:36 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/arm busdma_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 22:10:36 -0000

cognet      2005-05-24 22:10:36 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          busdma_machdep.c 
  Log:
  - Try to avoid calling malloc() in bus_dmamap_create() and bus_dmamem_alloc()
  for the dmamap by using static dmamaps.
  - Don't do anything for BUS_DMASYNC_PREREAD and BUS_DMASYNC_POSTWRITE in
  bus_dmamap_sync(), it's not needed anymore.
  
  Revision  Changes    Path
  1.21      +65 -17    src/sys/arm/arm/busdma_machdep.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 22:21:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D6D216A41C;
	Tue, 24 May 2005 22:21:44 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 45E8B43D48;
	Tue, 24 May 2005 22:21:44 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OMLihX098452;
	Tue, 24 May 2005 22:21:44 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4OMLiMq098451;
	Tue, 24 May 2005 22:21:44 GMT (envelope-from cognet)
Message-Id: <200505242221.j4OMLiMq098451@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 22:21:44 +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 imgact_elf.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 22:21:44 -0000

cognet      2005-05-24 22:21:44 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             imgact_elf.c 
  Log:
  Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, as
  binutils now do the job for us
  
  Revision  Changes    Path
  1.161     +0 -4      src/sys/kern/imgact_elf.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:05:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4590016A41C;
	Tue, 24 May 2005 23:05:27 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0C80243D1F;
	Tue, 24 May 2005 23:05:27 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ON5QXr002263;
	Tue, 24 May 2005 23:05:26 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ON5QvM002262;
	Tue, 24 May 2005 23:05:26 GMT (envelope-from cognet)
Message-Id: <200505242305.j4ON5QvM002262@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 23:05: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/arm/arm vm_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, 24 May 2005 23:05:27 -0000

cognet      2005-05-24 23:05:26 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          vm_machdep.c 
  Log:
  Correctly setup the UND stack in cpu_set_upcall(), and the trapframe in
  cpu_thread_setup(), as done in cpu_fork().
  
  Revision  Changes    Path
  1.14      +5 -4      src/sys/arm/arm/vm_machdep.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:06:02 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 77C3216A41C;
	Tue, 24 May 2005 23:06:02 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3F63343D1F;
	Tue, 24 May 2005 23:06:02 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ON62xN002398;
	Tue, 24 May 2005 23:06:02 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ON62oK002397;
	Tue, 24 May 2005 23:06:02 GMT (envelope-from cognet)
Message-Id: <200505242306.j4ON62oK002397@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 23:06:02 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/arm 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: Tue, 24 May 2005 23:06:02 -0000

cognet      2005-05-24 23:06:02 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          trap.c 
  Log:
  We need to decrease p->p_lock after vm_fault() has been called.
  
  Revision  Changes    Path
  1.14      +1 -1      src/sys/arm/arm/trap.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:06:11 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A53716A41C;
	Tue, 24 May 2005 23:06:11 +0000 (GMT) (envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3AB43D49;
	Tue, 24 May 2005 23:06:11 +0000 (GMT) (envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ON6B2b002433;
	Tue, 24 May 2005 23:06:11 GMT (envelope-from mux@repoman.freebsd.org)
Received: (from mux@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ON6Aea002432;
	Tue, 24 May 2005 23:06:10 GMT (envelope-from mux)
Message-Id: <200505242306.j4ON6Aea002432@repoman.freebsd.org>
From: Maxime Henrion <mux@FreeBSD.org>
Date: Tue, 24 May 2005 23:06:10 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sbin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 23:06:11 -0000

mux         2005-05-24 23:06:10 UTC

  FreeBSD src repository

  Modified files:
    sbin                 Makefile 
  Log:
  Only build mount_reiserfs(8) on i386, it exists only there for now.
  
  Spotted by:     ru
  
  Revision  Changes    Path
  1.150     +2 -1      src/sbin/Makefile

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:42:10 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 29DC516A41C;
	Tue, 24 May 2005 23:42:10 +0000 (GMT)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA8C943D53;
	Tue, 24 May 2005 23:42:09 +0000 (GMT)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ONg9HC012095;
	Tue, 24 May 2005 23:42:09 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ONg9C1012094;
	Tue, 24 May 2005 23:42:09 GMT (envelope-from csjp)
Message-Id: <200505242342.j4ONg9C1012094@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Tue, 24 May 2005 23:42: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/usr.bin/ipcs ipcs.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 23:42:10 -0000

csjp        2005-05-24 23:42:09 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/ipcs         ipcs.c 
  Log:
  If sysctlbyname fails for kernel related reasons, tag the errno
  string to the end of the error message. I think we used errx()
  there when we really wanted an err().
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.27      +1 -1      src/usr.bin/ipcs/ipcs.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:42:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 74CC616A41C;
	Tue, 24 May 2005 23:42:50 +0000 (GMT) (envelope-from jmg@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA6F43D53;
	Tue, 24 May 2005 23:42:50 +0000 (GMT) (envelope-from jmg@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ONgoU8012136;
	Tue, 24 May 2005 23:42:50 GMT (envelope-from jmg@repoman.freebsd.org)
Received: (from jmg@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ONgo1Q012135;
	Tue, 24 May 2005 23:42:50 GMT (envelope-from jmg)
Message-Id: <200505242342.j4ONgo1Q012135@repoman.freebsd.org>
From: John-Mark Gurney <jmg@FreeBSD.org>
Date: Tue, 24 May 2005 23:42:50 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern kern_event.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 23:42:50 -0000

jmg         2005-05-24 23:42:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  make stat return an zero'd struct, and be a FIFO again...  This is only
  to fix libc_r since it requires stat to close fd's, and so commented in
  the code...
  
  PR:             threads/75795
  Reviewed by:    ps
  MFC after:      1 week
  
  Revision  Changes    Path
  1.91      +10 -1     src/sys/kern/kern_event.c

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:55:10 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0EA5916A41C;
	Tue, 24 May 2005 23:55:10 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA37543D4C;
	Tue, 24 May 2005 23:55:09 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ONt9Ze012695;
	Tue, 24 May 2005 23:55:09 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ONt9Zj012694;
	Tue, 24 May 2005 23:55:09 GMT (envelope-from cognet)
Message-Id: <200505242355.j4ONt9Zj012694@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 23:55: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/arm/arm bcopyinout.S bcopyinout_xscale.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 May 2005 23:55:10 -0000

cognet      2005-05-24 23:55:09 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          bcopyinout.S bcopyinout_xscale.S 
  Log:
  Remove kcopy(), we don't use it.
  
  Revision  Changes    Path
  1.6       +0 -202    src/sys/arm/arm/bcopyinout.S
  1.4       +0 -428    src/sys/arm/arm/bcopyinout_xscale.S

From owner-cvs-src@FreeBSD.ORG  Tue May 24 23:57:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F9E016A41C;
	Tue, 24 May 2005 23:57:22 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55CAF43D1D;
	Tue, 24 May 2005 23:57:22 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4ONvMG1012817;
	Tue, 24 May 2005 23:57:22 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4ONvMi6012816;
	Tue, 24 May 2005 23:57:22 GMT (envelope-from cognet)
Message-Id: <200505242357.j4ONvMi6012816@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Tue, 24 May 2005 23:57: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/arm cpufunc.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 24 May 2005 23:57:22 -0000

cognet      2005-05-24 23:57:22 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          cpufunc.c 
  Log:
  MFp4: Setup arm9 to write back by default.
  
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.8       +17 -13    src/sys/arm/arm/cpufunc.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 07:25:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1BB4116A41C;
	Wed, 25 May 2005 07:25:13 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D6F4443D1F;
	Wed, 25 May 2005 07:25:12 +0000 (GMT)
	(envelope-from marcel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4P7PCXb058391;
	Wed, 25 May 2005 07:25:12 GMT
	(envelope-from marcel@repoman.freebsd.org)
Received: (from marcel@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4P7PCYR058390;
	Wed, 25 May 2005 07:25:12 GMT (envelope-from marcel)
Message-Id: <200505250725.j4P7PCYR058390@repoman.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Wed, 25 May 2005 07:25: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/sys/alpha/alpha busdma_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 May 2005 07:25:13 -0000

marcel      2005-05-25 07:25:12 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/alpha      busdma_machdep.c 
  Log:
  For ISA DMA maps, the chipsets scatter/gather feature is used. As
  such, the segments pointer in the DMA tag will always be NULL. In
  bus_dmamap_load(), temporarily point the segments pointer in the
  DMA tag to a local variable so that we don't dereference a NULL
  pointer. Reset the segments pointer to NULL after calling the
  callback function with it.
  
  PR: alpha/30486
  MFC after: 1 week
  
  Revision  Changes    Path
  1.51      +3 -0      src/sys/alpha/alpha/busdma_machdep.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 07:31:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5556816A41C;
	Wed, 25 May 2005 07:31:07 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1F5E143D48;
	Wed, 25 May 2005 07:31:07 +0000 (GMT) (envelope-from ru@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4P7V6fT058631;
	Wed, 25 May 2005 07:31:06 GMT (envelope-from ru@repoman.freebsd.org)
Received: (from ru@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4P7V6wK058630;
	Wed, 25 May 2005 07:31:06 GMT (envelope-from ru)
Message-Id: <200505250731.j4P7V6wK058630@repoman.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 25 May 2005 07:31: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/sbin Makefile
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 May 2005 07:31:07 -0000

ru          2005-05-25 07:31:06 UTC

  FreeBSD src repository

  Modified files:
    sbin                 Makefile 
  Log:
  Fix order (I introduced some time ago) broken in previous revision.
  
  Revision  Changes    Path
  1.151     +1 -1      src/sbin/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed May 25 07:50:38 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8670D16A41C;
	Wed, 25 May 2005 07:50:38 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9F05043D54;
	Wed, 25 May 2005 07:50:36 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from localhost (rocky.ip.net.ua [82.193.96.2])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4P7oYiO086995;
	Wed, 25 May 2005 10:50:34 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua ([82.193.96.10])
	by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new,
	port 10024) with LMTP
	id 62452-17; Wed, 25 May 2005 10:50:33 +0300 (EEST)
Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4P7oXqZ086992
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 25 May 2005 10:50:33 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: (from ru@localhost)
	by heffalump.ip.net.ua (8.13.3/8.13.3) id j4P7os1C084476;
	Wed, 25 May 2005 10:50:54 +0300 (EEST) (envelope-from ru)
Date: Wed, 25 May 2005 10:50:54 +0300
From: Ruslan Ermilov <ru@freebsd.org>
To: "R. Imura" <imura@freebsd.org>
Message-ID: <20050525075054.GA84295@ip.net.ua>
References: <200505241538.j4OFc8FY066925@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw"
Content-Disposition: inline
In-Reply-To: <200505241538.j4OFc8FY066925@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at ip.net.ua
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/sys/libkern iconv_xlat16.c src/sys/sys iconv.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, 25 May 2005 07:50:38 -0000


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

On Tue, May 24, 2005 at 03:38:08PM +0000, R. Imura wrote:
> imura       2005-05-24 15:38:08 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     sys/libkern          iconv_xlat16.c=20
>     sys/sys              iconv.h=20
>   Log:
>   Fix kiconv on the 64bit plathomes.
>  =20
>   - Correct idxp pointer to point the properly address of the
>     each array of the kiconv character conversion tables,
>     so that character conversion work properly when file
>     systems are mounted with kiconv options.
>  =20
>   - The definition of ICONV_CSMAXDATALEN was also bogus
>     because it was defined as if all machines were 32bit
>     computers.
>  =20
>   Tested on:      amd64
>   MFC after:      1 month
>  =20
>   Revision  Changes    Path
>   1.3       +5 -5      src/sys/libkern/iconv_xlat16.c
>   1.10      +2 -1      src/sys/sys/iconv.h
>=20
And there was much rejoicing!  :-)

I'm pretty sure this also fixes PR amd64/75488.


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

--GvXjxJ+pjyke8COw
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFClC5dqRfpzJluFF4RAjzZAJ4296ixfnif/RUthXfn4P1G6o8xQgCdFzuI
wo1z2SRbAxCajW6+ryM+iV8=
=tI58
-----END PGP SIGNATURE-----

--GvXjxJ+pjyke8COw--

From owner-cvs-src@FreeBSD.ORG  Wed May 25 07:52:43 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.ORG
Delivered-To: cvs-src@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6603216A41C;
	Wed, 25 May 2005 07:52:43 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 51EE343D54;
	Wed, 25 May 2005 07:52:40 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from localhost (rocky.ip.net.ua [82.193.96.2])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4P7qdNQ087157;
	Wed, 25 May 2005 10:52:39 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua ([82.193.96.10])
	by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new,
	port 10024) with LMTP
	id 62736-09; Wed, 25 May 2005 10:52:39 +0300 (EEST)
Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4P7qcWL087154
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 25 May 2005 10:52:39 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: (from ru@localhost)
	by heffalump.ip.net.ua (8.13.3/8.13.3) id j4P7r0tI084493;
	Wed, 25 May 2005 10:53:00 +0300 (EEST) (envelope-from ru)
Date: Wed, 25 May 2005 10:53:00 +0300
From: Ruslan Ermilov <ru@FreeBSD.ORG>
To: Hartmut Brandt <harti@FreeBSD.ORG>
Message-ID: <20050525075300.GB84295@ip.net.ua>
References: <200505241548.j4OFmAjB067573@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="8P1HSweYDcXXzwPJ"
Content-Disposition: inline
In-Reply-To: <200505241548.j4OFmAjB067573@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at ip.net.ua
Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/usr.bin/make 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, 25 May 2005 07:52:43 -0000


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

On Tue, May 24, 2005 at 03:48:10PM +0000, Hartmut Brandt wrote:
> harti       2005-05-24 15:48:10 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     usr.bin/make         Makefile=20
>   Log:
>   Make shell.o dependend on the Makefile just in case someone changes
>   the default shell in the Makefile.
>  =20
>   Revision  Changes    Path
>   1.60      +1 -1      src/usr.bin/make/Makefile
>=20
Can you please add the comment to Makefile describing the reasoning
of these two dependencies?


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

--8P1HSweYDcXXzwPJ
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFClC7cqRfpzJluFF4RAiPmAJ4nZu/m3U/gGZjslbTn2tG63xvlowCfWd4Q
RHa6gVoMb46Opi4lSsUm0lQ=
=IC9+
-----END PGP SIGNATURE-----

--8P1HSweYDcXXzwPJ--

From owner-cvs-src@FreeBSD.ORG  Wed May 25 08:46:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 26A3516A41F;
	Wed, 25 May 2005 08:46:33 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E58E43D49;
	Wed, 25 May 2005 08:46:32 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4P8kWRf061551;
	Wed, 25 May 2005 08:46:32 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4P8kWKR061550;
	Wed, 25 May 2005 08:46:32 GMT (envelope-from harti)
Message-Id: <200505250846.j4P8kWKR061550@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Wed, 25 May 2005 08:46: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/make 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, 25 May 2005 08:46:33 -0000

harti       2005-05-25 08:46:31 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile 
  Log:
  Document why there is a dependency of certain object files from the
  Makefile.
  
  Requested by:   ru
  
  Revision  Changes    Path
  1.61      +6 -0      src/usr.bin/make/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed May 25 12:00:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BD98116A41C;
	Wed, 25 May 2005 12:00:03 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3CF43D49;
	Wed, 25 May 2005 12:00:03 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PC03TV075832;
	Wed, 25 May 2005 12:00:03 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PC036L075831;
	Wed, 25 May 2005 12:00:03 GMT (envelope-from harti)
Message-Id: <200505251200.j4PC036L075831@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Wed, 25 May 2005 12:00:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: BEGEMOT
Cc: 
Subject: cvs commit: src/contrib/bsnmp/snmp_mibII mibII.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 12:00:04 -0000

harti       2005-05-25 12:00:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: BEGEMOT)
    contrib/bsnmp/snmp_mibII mibII.c 
  Log:
  Apply a vendor patch: silence gcc on arm (alignent when casting pointer).
  
  Submitted by:   Olivier Houchard <cognet@ci0.org>
  
  Revision  Changes    Path
  1.1.1.7   +1 -1      src/contrib/bsnmp/snmp_mibII/mibII.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 12:03:26 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA10816A41C;
	Wed, 25 May 2005 12:03:26 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A3BC243D55;
	Wed, 25 May 2005 12:03:26 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PC3QMG076004;
	Wed, 25 May 2005 12:03:26 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PC3QtN076003;
	Wed, 25 May 2005 12:03:26 GMT (envelope-from harti)
Message-Id: <200505251203.j4PC3QtN076003@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Wed, 25 May 2005 12:03:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: BEGEMOT
Cc: 
Subject: cvs commit: src/contrib/ngatm/snmp_atm atm.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, 25 May 2005 12:03:27 -0000

harti       2005-05-25 12:03:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: BEGEMOT)
    contrib/ngatm/snmp_atm atm.h 
  Log:
  Apply vendor patch: include the header files from the canonical place.
  
  Explained to me by:     ru
  
  Revision  Changes    Path
  1.1.1.3   +3 -3      src/contrib/ngatm/snmp_atm/atm.h

From owner-cvs-src@FreeBSD.ORG  Wed May 25 12:04:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 68EF116A41C;
	Wed, 25 May 2005 12:04:44 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 329EA43D1D;
	Wed, 25 May 2005 12:04:44 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PC4iJE076079;
	Wed, 25 May 2005 12:04:44 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PC4iqK076078;
	Wed, 25 May 2005 12:04:44 GMT (envelope-from harti)
Message-Id: <200505251204.j4PC4iqK076078@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Wed, 25 May 2005 12:04:44 +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/bsnmpd/modules/snmp_atm 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, 25 May 2005 12:04:44 -0000

harti       2005-05-25 12:04:44 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/bsnmpd/modules/snmp_atm Makefile 
  Log:
  No need to specify the include subdirectory. During buildworld the
  correct files are included from a temp. include directory.
  
  Explained by:   ru
  
  Revision  Changes    Path
  1.3       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_atm/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed May 25 12:32:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3681B16A41C;
	Wed, 25 May 2005 12:32:07 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F276B43D1F;
	Wed, 25 May 2005 12:32:06 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PCW6Oh077386;
	Wed, 25 May 2005 12:32:06 GMT
	(envelope-from nyan@repoman.freebsd.org)
Received: (from nyan@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PCW6O1077385;
	Wed, 25 May 2005 12:32:06 GMT (envelope-from nyan)
Message-Id: <200505251232.j4PCW6O1077385@repoman.freebsd.org>
From: Takahashi Yoshihiro <nyan@FreeBSD.org>
Date: Wed, 25 May 2005 12:32: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/conf files.pc98 options.pc98 src/sys/pc98/conf
 NOTES
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 May 2005 12:32:07 -0000

nyan        2005-05-25 12:32:06 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.pc98 options.pc98 
    sys/pc98/conf        NOTES 
  Log:
  MFi386: Add ReiserFS
  
  Revision  Changes    Path
  1.323     +9 -0      src/sys/conf/files.pc98
  1.186     +3 -0      src/sys/conf/options.pc98
  1.57      +6 -0      src/sys/pc98/conf/NOTES

From owner-cvs-src@FreeBSD.ORG  Wed May 25 12:57:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 22EAA16A41C;
	Wed, 25 May 2005 12:57:03 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA90143D49;
	Wed, 25 May 2005 12:57:02 +0000 (GMT)
	(envelope-from delphij@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PCv2Wv085075;
	Wed, 25 May 2005 12:57:02 GMT
	(envelope-from delphij@repoman.freebsd.org)
Received: (from delphij@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PCv2W9085074;
	Wed, 25 May 2005 12:57:02 GMT (envelope-from delphij)
Message-Id: <200505251257.j4PCv2W9085074@repoman.freebsd.org>
From: Xin LI <delphij@FreeBSD.org>
Date: Wed, 25 May 2005 12:57:02 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/geom geom_mbr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 12:57:03 -0000

delphij     2005-05-25 12:57:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom             geom_mbr.c 
  Log:
  MFC 1.65(phk):
  
  Do not attach MBR on top of an MBR.
  
  Approved by:    phk
  
  Revision  Changes    Path
  1.60.2.3  +2 -0      src/sys/geom/geom_mbr.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 13:10:05 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D464716A41C;
	Wed, 25 May 2005 13:10:05 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 84B3743D1F;
	Wed, 25 May 2005 13:10:05 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PDA5xu085572;
	Wed, 25 May 2005 13:10:05 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PDA5Hm085563;
	Wed, 25 May 2005 13:10:05 GMT (envelope-from pjd)
Message-Id: <200505251310.j4PDA5Hm085563@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Wed, 25 May 2005 13:10: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/sys/geom/mirror g_mirror.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 13:10:06 -0000

pjd         2005-05-25 13:10:04 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/mirror      g_mirror.c 
  Log:
  - Call root_mount_rel() when provider IS created, not earlier.
    This should close the race observed by Daniel Eriksson.
  - Remove redundant wakeup().
  
  Revision  Changes    Path
  1.65      +20 -8     src/sys/geom/mirror/g_mirror.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 13:33:59 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4A50516A41C;
	Wed, 25 May 2005 13:33:59 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1483D43D4C;
	Wed, 25 May 2005 13:33:59 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PDXwBU086620;
	Wed, 25 May 2005 13:33:58 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PDXwcv086619;
	Wed, 25 May 2005 13:33:58 GMT (envelope-from harti)
Message-Id: <200505251333.j4PDXwcv086619@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Wed, 25 May 2005 13:33: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/dev/hatm if_hatm_tx.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 13:33:59 -0000

harti       2005-05-25 13:33:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hatm         if_hatm_tx.c 
  Log:
  Add a missing comma which prevents compilation with debugging enabled.
  
  Spotted by:     Donatas <donatas@lrtc.net>
  
  Revision  Changes    Path
  1.11      +1 -1      src/sys/dev/hatm/if_hatm_tx.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 13:44:55 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D8BAB16A41C;
	Wed, 25 May 2005 13:44:55 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8734C43D48;
	Wed, 25 May 2005 13:44:55 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PDitnm087302;
	Wed, 25 May 2005 13:44:55 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PDit3U087301;
	Wed, 25 May 2005 13:44:55 GMT (envelope-from cognet)
Message-Id: <200505251344.j4PDit3U087301@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Wed, 25 May 2005 13:44: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/arm/xscale/i80321 iq31244_7seg.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 13:44:56 -0000

cognet      2005-05-25 13:44:55 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/xscale/i80321 iq31244_7seg.c 
  Log:
  Increase the refresh rate.
  
  Revision  Changes    Path
  1.3       +1 -1      src/sys/arm/xscale/i80321/iq31244_7seg.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 13:46:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4A0E316A41C;
	Wed, 25 May 2005 13:46:33 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8A543D48;
	Wed, 25 May 2005 13:46:33 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PDkW92087506;
	Wed, 25 May 2005 13:46:32 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PDkWXn087505;
	Wed, 25 May 2005 13:46:32 GMT (envelope-from cognet)
Message-Id: <200505251346.j4PDkWXn087505@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Wed, 25 May 2005 13:46:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/arm cpufunc.c cpufunc_asm_arm3.S
 cpufunc_asm_arm67.S trap.c src/sys/arm/include cpuconf.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, 25 May 2005 13:46:33 -0000

cognet      2005-05-25 13:46:32 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          cpufunc.c trap.c 
    sys/arm/include      cpuconf.h 
  Removed files:
    sys/arm/arm          cpufunc_asm_arm3.S cpufunc_asm_arm67.S 
  Log:
  Remove bits specific to CPUs we won't support (< armv4).
  
  Revision  Changes    Path
  1.9       +10 -328   src/sys/arm/arm/cpufunc.c
  1.4       +0 -61     src/sys/arm/arm/cpufunc_asm_arm3.S (dead)
  1.4       +0 -111    src/sys/arm/arm/cpufunc_asm_arm67.S (dead)
  1.15      +1 -2      src/sys/arm/arm/trap.c
  1.4       +4 -36     src/sys/arm/include/cpuconf.h

From owner-cvs-src@FreeBSD.ORG  Wed May 25 13:52:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD6FD16A41C;
	Wed, 25 May 2005 13:52:03 +0000 (GMT)
	(envelope-from peadar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 75D7843D49;
	Wed, 25 May 2005 13:52:03 +0000 (GMT)
	(envelope-from peadar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PDq3Sf087879;
	Wed, 25 May 2005 13:52:03 GMT
	(envelope-from peadar@repoman.freebsd.org)
Received: (from peadar@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PDq3E6087878;
	Wed, 25 May 2005 13:52:03 GMT (envelope-from peadar)
Message-Id: <200505251352.j4PDq3E6087878@repoman.freebsd.org>
From: Peter Edwards <peadar@FreeBSD.org>
Date: Wed, 25 May 2005 13:52:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/net if.c if_tap.c if_var.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, 25 May 2005 13:52:03 -0000

peadar      2005-05-25 13:52:03 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_tap.c if_var.h 
  Log:
  Separate out address-detaching part of if_detach into if_purgeaddrs,
  so if_tap doesn't need to rely on locally-rolled code to do same.
  
  The observable symptom of if_tap's bzero'ing the address details
  was a crash in "ifconfig tap0" after an if_tap device was closed.
  
  Reported By: Matti Saarinen (mjsaarin at cc dot helsinki dot fi)
  
  Revision  Changes    Path
  1.228     +41 -30    src/sys/net/if.c
  1.54      +3 -16     src/sys/net/if_tap.c
  1.96      +1 -0      src/sys/net/if_var.h

From owner-cvs-src@FreeBSD.ORG  Wed May 25 15:35:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 790A816A41C;
	Wed, 25 May 2005 15:35:32 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 424EC43D48;
	Wed, 25 May 2005 15:35:32 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PFZW0e091657;
	Wed, 25 May 2005 15:35:32 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PFZVRI091656;
	Wed, 25 May 2005 15:35:31 GMT (envelope-from brueffer)
Message-Id: <200505251535.j4PFZVRI091656@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Wed, 25 May 2005 15:35:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/man/man4 amr.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, 25 May 2005 15:35:32 -0000

brueffer    2005-05-25 15:35:31 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       amr.4 
  Log:
  Document support for some Dell PERC adapters.
  
  Submitted by:   Muthu_T@Dell.com
  MFC after:      3 days
  
  Revision  Changes    Path
  1.31      +7 -1      src/share/man/man4/amr.4

From owner-cvs-src@FreeBSD.ORG  Wed May 25 15:41:29 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 17A7316A41C;
	Wed, 25 May 2005 15:41:29 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E5E8843D48;
	Wed, 25 May 2005 15:41:28 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PFfSu0091943;
	Wed, 25 May 2005 15:41:28 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PFfSqW091942;
	Wed, 25 May 2005 15:41:28 GMT (envelope-from brueffer)
Message-Id: <200505251541.j4PFfSqW091942@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Wed, 25 May 2005 15:41:28 +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/share/man/man4 snd_ad1816.4 snd_als4000.4
 snd_cmi.4 snd_cs4281.4 snd_csa.4 snd_ds1.4 snd_emu10k1.4
 snd_es137x.4 snd_ess.4 snd_gusc.4 snd_sbc.4 snd_solo.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, 25 May 2005 15:41:29 -0000

brueffer    2005-05-25 15:41:28 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    share/man/man4       snd_ad1816.4 snd_als4000.4 snd_cmi.4 
                         snd_cs4281.4 snd_csa.4 snd_ds1.4 
                         snd_emu10k1.4 snd_es137x.4 snd_ess.4 
                         snd_gusc.4 snd_sbc.4 snd_solo.4 
  Log:
  MFC:
  
  soundcard -> sound card
  
  Revision  Changes    Path
  1.2.2.4   +2 -2      src/share/man/man4/snd_ad1816.4
  1.2.2.4   +2 -2      src/share/man/man4/snd_als4000.4
  1.2.2.3   +1 -1      src/share/man/man4/snd_cmi.4
  1.2.2.4   +2 -2      src/share/man/man4/snd_cs4281.4
  1.11.2.2  +1 -1      src/share/man/man4/snd_csa.4
  1.2.2.4   +2 -2      src/share/man/man4/snd_ds1.4
  1.2.2.4   +1 -1      src/share/man/man4/snd_emu10k1.4
  1.2.2.4   +1 -1      src/share/man/man4/snd_es137x.4
  1.2.2.3   +2 -2      src/share/man/man4/snd_ess.4
  1.10.2.2  +1 -1      src/share/man/man4/snd_gusc.4
  1.11.2.3  +1 -1      src/share/man/man4/snd_sbc.4
  1.2.2.3   +1 -1      src/share/man/man4/snd_solo.4

From owner-cvs-src@FreeBSD.ORG  Wed May 25 15:44:10 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8946616A425;
	Wed, 25 May 2005 15:44:10 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 529EA43D48;
	Wed, 25 May 2005 15:44:10 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PFiA2I092068;
	Wed, 25 May 2005 15:44:10 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PFiAne092067;
	Wed, 25 May 2005 15:44:10 GMT (envelope-from brueffer)
Message-Id: <200505251544.j4PFiAne092067@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Wed, 25 May 2005 15:44:10 +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/share/man/man4 bge.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, 25 May 2005 15:44:10 -0000

brueffer    2005-05-25 15:44:10 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    share/man/man4       bge.4 
  Log:
  MFC: rev. 1.17 + 1.18
  
  Document support for the 5714 and 5789.
  
  Revision  Changes    Path
  1.13.2.3  +3 -3      src/share/man/man4/bge.4

From owner-cvs-src@FreeBSD.ORG  Wed May 25 15:54:18 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B9E0716A41C;
	Wed, 25 May 2005 15:54:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8149243D4C;
	Wed, 25 May 2005 15:54:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PFsI86092402;
	Wed, 25 May 2005 15:54:18 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PFsILj092401;
	Wed, 25 May 2005 15:54:18 GMT (envelope-from pjd)
Message-Id: <200505251554.j4PFsILj092401@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Wed, 25 May 2005 15:54: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/geom/mirror g_mirror.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 15:54:18 -0000

pjd         2005-05-25 15:54:18 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/mirror      g_mirror.c 
  Log:
  After provider creation!!
  
  Revision  Changes    Path
  1.66      +6 -6      src/sys/geom/mirror/g_mirror.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 16:06:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EF9ED16A41C;
	Wed, 25 May 2005 16:06:14 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B854443D49;
	Wed, 25 May 2005 16:06:14 +0000 (GMT)
	(envelope-from harti@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PG6Ewk092918;
	Wed, 25 May 2005 16:06:14 GMT
	(envelope-from harti@repoman.freebsd.org)
Received: (from harti@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PG6EZw092917;
	Wed, 25 May 2005 16:06:14 GMT (envelope-from harti)
Message-Id: <200505251606.j4PG6EZw092917@repoman.freebsd.org>
From: Hartmut Brandt <harti@FreeBSD.org>
Date: Wed, 25 May 2005 16:06:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/make cond.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 16:06:15 -0000

harti       2005-05-25 16:06:14 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         cond.c 
  Log:
  Under certain conditions the condition parser would go one past end of
  the string. Until now this caused no harm, because the buffer code used
  to tack two NULs onto buffers. With the new, soon to come, parsing code
  this isn't the case anymore in all cases, so fix this.
  
  Revision  Changes    Path
  1.54      +1 -1      src/usr.bin/make/cond.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 16:27:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 05C3B16A41C;
	Wed, 25 May 2005 16:27:44 +0000 (GMT)
	(envelope-from peadar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C326043D1D;
	Wed, 25 May 2005 16:27:43 +0000 (GMT)
	(envelope-from peadar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PGRhH0093774;
	Wed, 25 May 2005 16:27:43 GMT
	(envelope-from peadar@repoman.freebsd.org)
Received: (from peadar@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PGRhtW093773;
	Wed, 25 May 2005 16:27:43 GMT (envelope-from peadar)
Message-Id: <200505251627.j4PGRhtW093773@repoman.freebsd.org>
From: Peter Edwards <peadar@FreeBSD.org>
Date: Wed, 25 May 2005 16:27:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netsmb smb_conn.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 16:27:44 -0000

peadar      2005-05-25 16:27:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netsmb           smb_conn.c 
  Log:
  MFC 1.15:
      lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE.
      Remove an unused variable.
  
  Revision  Changes    Path
  1.13.2.2  +2 -3      src/sys/netsmb/smb_conn.c

From owner-cvs-src@FreeBSD.ORG  Wed May 25 16:30:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1712E16A41C;
	Wed, 25 May 2005 16:30:44 +0000 (GMT)
	(envelope-from sheldonh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CCEFA43D48;
	Wed, 25 May 2005 16:30:43 +0000 (GMT)
	(envelope-from sheldonh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PGUhUY093968;
	Wed, 25 May 2005 16:30:43 GMT
	(envelope-from sheldonh@repoman.freebsd.org)
Received: (from sheldonh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PGUhmG093967;
	Wed, 25 May 2005 16:30:43 GMT (envelope-from sheldonh)
Message-Id: <200505251630.j4PGUhmG093967@repoman.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Wed, 25 May 2005 16:30:43 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.sbin/ntp/doc 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, 25 May 2005 16:30:44 -0000

sheldonh    2005-05-25 16:30:43 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ntp/doc     Makefile 
  Log:
  Release maintainership.  More ambitious minds have plans for the ntp
  docs.  Last I heard, Harlan Stenn was considering using FreeBSD's
  pages as a starting point for the ISC NTP distribution's own pages.
  If that happens, everyone wins and these can go away, to be replaced
  by imported versions in contrib/ntp.
  
  Revision  Changes    Path
  1.11      +0 -2      src/usr.sbin/ntp/doc/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed May 25 16:31:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9161E16A41C;
	Wed, 25 May 2005 16:31:34 +0000 (GMT)
	(envelope-from sheldonh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5A37343D48;
	Wed, 25 May 2005 16:31:34 +0000 (GMT)
	(envelope-from sheldonh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PGVYhf094022;
	Wed, 25 May 2005 16:31:34 GMT
	(envelope-from sheldonh@repoman.freebsd.org)
Received: (from sheldonh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PGVYXW094021;
	Wed, 25 May 2005 16:31:34 GMT (envelope-from sheldonh)
Message-Id: <200505251631.j4PGVYXW094021@repoman.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Wed, 25 May 2005 16:31:34 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.sbin/ntp/doc 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, 25 May 2005 16:31:34 -0000

sheldonh    2005-05-25 16:31:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.sbin/ntp/doc     Makefile 
  Log:
  MFC rev 1.11: release maintainership
  
  Revision  Changes    Path
  1.10.2.1  +0 -2      src/usr.sbin/ntp/doc/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed May 25 16:32:15 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4FE1B16A41C;
	Wed, 25 May 2005 16:32:15 +0000 (GMT)
	(envelope-from sheldonh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9FA43D4C;
	Wed, 25 May 2005 16:32:15 +0000 (GMT)
	(envelope-from sheldonh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PGWEwZ094075;
	Wed, 25 May 2005 16:32:14 GMT
	(envelope-from sheldonh@repoman.freebsd.org)
Received: (from sheldonh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PGWE05094074;
	Wed, 25 May 2005 16:32:14 GMT (envelope-from sheldonh)
Message-Id: <200505251632.j4PGWE05094074@repoman.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Wed, 25 May 2005 16:32:14 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/usr.sbin/ntp/doc 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, 25 May 2005 16:32:15 -0000

sheldonh    2005-05-25 16:32:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    usr.sbin/ntp/doc     Makefile 
  Log:
  MFC rev 1.11: release maintainership
  
  Revision  Changes    Path
  1.5.2.4   +0 -2      src/usr.sbin/ntp/doc/Makefile

From owner-cvs-src@FreeBSD.ORG  Wed May 25 16:51:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A8C3816A41C;
	Wed, 25 May 2005 16:51:41 +0000 (GMT) (envelope-from obrien@NUXI.com)
Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 41A0143D5C;
	Wed, 25 May 2005 16:51:39 +0000 (GMT) (envelope-from obrien@NUXI.com)
Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1])
	by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4PGpd6Z057646;
	Wed, 25 May 2005 09:51:39 -0700 (PDT)
	(envelope-from obrien@dragon.NUXI.org)
Received: (from obrien@localhost)
	by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4PGpVk4057639;
	Wed, 25 May 2005 09:51:31 -0700 (PDT) (envelope-from obrien)
Date: Wed, 25 May 2005 09:51:30 -0700
From: "David O'Brien" <obrien@FreeBSD.org>
To: Jens Schweikhardt <schweikh@schweikhardt.net>
Message-ID: <20050525165130.GB57420@dragon.NUXI.org>
References: <200505241854.j4OIs7c4082203@repoman.freebsd.org>
	<20050524191911.GA3933@xor.obsecurity.org>
	<20050524200857.GC31253@schweikhardt.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050524200857.GC31253@schweikhardt.net>
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Jens Schweikhardt <schweikh@FreeBSD.org>
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 May 2005 16:51:41 -0000

On Tue, May 24, 2005 at 10:08:57PM +0200, Jens Schweikhardt wrote:
> On Tue, May 24, 2005 at 12:19:11PM -0700, Kris Kennaway wrote:
> # On Tue, May 24, 2005 at 06:54:07PM +0000, Jens Schweikhardt wrote:
> # > schweikh    2005-05-24 18:54:07 UTC
> # > 
> # >   FreeBSD src repository
> # > 
> # >   Modified files:
> # >     .                    MAINTAINERS 
> # >   Log:
> # >   Update (reduce) the list of committers with MAINTAINER= lines in Makefiles.
> # 
> # What was the point of this commit?
> 
> Matching file contents with reality.
> 
> # You removed the '@FreeBSD.org' from some lines but not others.
> 
> The new list was generated by
> find /usr/src -name Makefile | xargs grep MAINTAINER=
..
> I hope this clarifies reason and intent of my commit.

I don't follow.  Are you saying you treated MAINTAINER lines in the
Makefile's as the official list, or /usr/src/MAINTAINERS as the official
list?

-- 
-- David  (obrien@FreeBSD.org)

From owner-cvs-src@FreeBSD.ORG  Wed May 25 17:14:15 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E2CBC16A41C;
	Wed, 25 May 2005 17:14:15 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4057E43D48;
	Wed, 25 May 2005 17:14:15 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: by bremen.shuttle.de (Postfix, from userid 10)
	id 085FF3B8FB; Wed, 25 May 2005 19:14:13 +0200 (CEST)
Received: from hal9000.schweikhardt.net (localhost [127.0.0.1])
	by hal9000.schweikhardt.net (8.13.3/8.13.3) with ESMTP id
	j4PHE1xB002881; Wed, 25 May 2005 19:14:01 +0200 (CEST)
	(envelope-from schweikh@hal9000.schweikhardt.net)
Received: (from schweikh@localhost)
	by hal9000.schweikhardt.net (8.13.3/8.13.3/Submit) id j4PHE1bL002880;
	Wed, 25 May 2005 19:14:01 +0200 (CEST) (envelope-from schweikh)
Date: Wed, 25 May 2005 19:14:01 +0200
From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: "David O'Brien" <obrien@FreeBSD.org>
Message-ID: <20050525171401.GC1597@schweikhardt.net>
References: <200505241854.j4OIs7c4082203@repoman.freebsd.org>
	<20050524191911.GA3933@xor.obsecurity.org>
	<20050524200857.GC31253@schweikhardt.net>
	<20050525165130.GB57420@dragon.NUXI.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050525165130.GB57420@dragon.NUXI.org>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Jens Schweikhardt <schweikh@FreeBSD.org>
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 17:14:16 -0000

David,

# > The new list was generated by
# > find /usr/src -name Makefile | xargs grep MAINTAINER=
# ..
# > I hope this clarifies reason and intent of my commit.
# 
# I don't follow.  Are you saying you treated MAINTAINER lines in the
# Makefile's as the official list, or /usr/src/MAINTAINERS as the official
# list?

Official: /usr/src/MAINTAINERS
Inofficial: Makefiles with MAINTAINER=

But the official file has at its bottom a list of inofficial Makefile
references. I'm trying to get down that list to zero entries, by telling
those folks to please make an official entry, removing their MAINTAINER=
line in foo/Makefile, and deleting their unofficial line in the official
file. This is exactly what dougb's text in /usr/src/MAINTAINERS says,

  Following are the entries from the Makefiles, and a few other sources.
  Please remove stale entries from both their origin, and this file.

  Please also consider removing the lines from the files listed below and
  stating your preferences here instead.

Does that answer your question? The intent is to have one and only one
place to look for maintainership, (the top) of /usr/src/MAINTAINERS.
Ideally, there'd be no distinction bewteen top and bottom of
/usr/src/MAINTAINERS. I'm just trying to make happen what dougb added to
/usr/src/MAINTAINERS on 04-Jun-03.

It appears though, just grepping Makefiles was too narrow a search, as
MAINTAINER= seems to also appear in c source and some other files. I'll
verify if I have removed someone unintentionally.


Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

From owner-cvs-src@FreeBSD.ORG  Wed May 25 17:37:57 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A7F0D16A41C;
	Wed, 25 May 2005 17:37:57 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEE443D48;
	Wed, 25 May 2005 17:37:57 +0000 (GMT)
	(envelope-from schweikh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PHbv3Z003482;
	Wed, 25 May 2005 17:37:57 GMT
	(envelope-from schweikh@repoman.freebsd.org)
Received: (from schweikh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PHbvVa003481;
	Wed, 25 May 2005 17:37:57 GMT (envelope-from schweikh)
Message-Id: <200505251737.j4PHbvVa003481@repoman.freebsd.org>
From: Jens Schweikhardt <schweikh@FreeBSD.org>
Date: Wed, 25 May 2005 17:37: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 MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 17:37:57 -0000

schweikh    2005-05-25 17:37:57 UTC

  FreeBSD src repository

  Modified files:
    .                    MAINTAINERS 
  Log:
  Looking just at Makefiles was slightly too narrow to catch all
  "inofficial" declarations of maintainership. Grep all plain files,
  and insert the actual command the list was generated with, so
  future updates avoid that pitfall.
  
  Removed sheldonh@ who just released his maintainership of ntp/doc
  after I informed him of this effort.
  
  Revision  Changes    Path
  1.106     +8 -1      src/MAINTAINERS

From owner-cvs-src@FreeBSD.ORG  Wed May 25 17:55:28 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4AC2A16A41C;
	Wed, 25 May 2005 17:55:28 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1220643D54;
	Wed, 25 May 2005 17:55:28 +0000 (GMT) (envelope-from ps@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PHtRK1004085;
	Wed, 25 May 2005 17:55:27 GMT (envelope-from ps@repoman.freebsd.org)
Received: (from ps@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PHtRSi004084;
	Wed, 25 May 2005 17:55:27 GMT (envelope-from ps)
Message-Id: <200505251755.j4PHtRSi004084@repoman.freebsd.org>
From: Paul Saab <ps@FreeBSD.org>
Date: Wed, 25 May 2005 17:55: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/netinet tcp_input.c tcp_sack.c tcp_var.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, 25 May 2005 17:55:28 -0000

ps          2005-05-25 17:55:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_sack.c tcp_var.h 
  Log:
  This is conform with the terminology in
  
    M.Mathis and J.Mahdavi,
    "Forward Acknowledgement: Refining TCP Congestion Control"
    SIGCOMM'96, August 1996.
  
  Submitted by:   Noritoshi Demizu, Raja Mukerji
  
  Revision  Changes    Path
  1.273     +3 -4      src/sys/netinet/tcp_input.c
  1.20      +11 -11    src/sys/netinet/tcp_sack.c
  1.124     +1 -1      src/sys/netinet/tcp_var.h

From owner-cvs-src@FreeBSD.ORG  Wed May 25 19:32:36 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E4B2D16A41C;
	Wed, 25 May 2005 19:32:36 +0000 (GMT)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AEB2943D4C;
	Wed, 25 May 2005 19:32:36 +0000 (GMT)
	(envelope-from mlaier@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PJWa6D009329;
	Wed, 25 May 2005 19:32:36 GMT
	(envelope-from mlaier@repoman.freebsd.org)
Received: (from mlaier@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PJWani009328;
	Wed, 25 May 2005 19:32:36 GMT (envelope-from mlaier)
Message-Id: <200505251932.j4PJWani009328@repoman.freebsd.org>
From: Max Laier <mlaier@FreeBSD.org>
Date: Wed, 25 May 2005 19:32: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: Wed, 25 May 2005 19:32:37 -0000

mlaier      2005-05-25 19:32:36 UTC

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
  Welcome Andrew Thompson (thompsa) as a src committer.  He will bring in
  if_bridge and help with network stuff in general.
  Bruce and I will mentor him.
  
  Revision  Changes    Path
  1.707     +1 -0      CVSROOT/access

From owner-cvs-src@FreeBSD.ORG  Wed May 25 19:44:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 910DD16A41C;
	Wed, 25 May 2005 19:44:13 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from schizoid.village.org (schizoid.village.org [168.103.84.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 001EC43D1F;
	Wed, 25 May 2005 19:44:09 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from localhost (duck-pond.village.org [10.200.4.2])
	by schizoid.village.org (8.12.9p2/8.12.9) with ESMTP id j4PJi6VY034439; 
	Wed, 25 May 2005 13:44:06 -0600 (MDT) (envelope-from imp@bsdimp.com)
Date: Wed, 25 May 2005 13:44:05 -0600 (MDT)
Message-Id: <20050525.134405.112588150.imp@bsdimp.com>
To: obrien@FreeBSD.org
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20050525165130.GB57420@dragon.NUXI.org>
References: <20050524191911.GA3933@xor.obsecurity.org>
	<20050524200857.GC31253@schweikhardt.net>
	<20050525165130.GB57420@dragon.NUXI.org>
X-Mailer: Mew version 2.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, schweikh@FreeBSD.org, cvs-all@FreeBSD.org,
	src-committers@FreeBSD.org, schweikh@schweikhardt.net
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 19:44:13 -0000

In message: <20050525165130.GB57420@dragon.NUXI.org>
            "David O'Brien" <obrien@FreeBSD.org> writes:
: On Tue, May 24, 2005 at 10:08:57PM +0200, Jens Schweikhardt wrote:
: > On Tue, May 24, 2005 at 12:19:11PM -0700, Kris Kennaway wrote:
: > # On Tue, May 24, 2005 at 06:54:07PM +0000, Jens Schweikhardt wrote:
: > # > schweikh    2005-05-24 18:54:07 UTC
: > # > 
: > # >   FreeBSD src repository
: > # > 
: > # >   Modified files:
: > # >     .                    MAINTAINERS 
: > # >   Log:
: > # >   Update (reduce) the list of committers with MAINTAINER= lines in Makefiles.
: > # 
: > # What was the point of this commit?
: > 
: > Matching file contents with reality.
: > 
: > # You removed the '@FreeBSD.org' from some lines but not others.
: > 
: > The new list was generated by
: > find /usr/src -name Makefile | xargs grep MAINTAINER=
: ..
: > I hope this clarifies reason and intent of my commit.
: 
: I don't follow.  Are you saying you treated MAINTAINER lines in the
: Makefile's as the official list, or /usr/src/MAINTAINERS as the official
: list?

Actually, core had announced that we wanted people to move into
src/MAINTAINERS and were going to remove the lintes from the Makefiles
and NOT place them in src/MAINTAINERS.  These commits have made that
harder. :-(

Warner


From owner-cvs-src@FreeBSD.ORG  Wed May 25 19:45:00 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BDF8516A41C;
	Wed, 25 May 2005 19:45:00 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from schizoid.village.org (schizoid.village.org [168.103.84.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 302B543D1D;
	Wed, 25 May 2005 19:44:59 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from localhost (duck-pond.village.org [10.200.4.2])
	by schizoid.village.org (8.12.9p2/8.12.9) with ESMTP id j4PJiwVY034451; 
	Wed, 25 May 2005 13:44:59 -0600 (MDT) (envelope-from imp@bsdimp.com)
Date: Wed, 25 May 2005 13:44:58 -0600 (MDT)
Message-Id: <20050525.134458.85376048.imp@bsdimp.com>
To: schweikh@schweikhardt.net
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20050525171401.GC1597@schweikhardt.net>
References: <20050524200857.GC31253@schweikhardt.net>
	<20050525165130.GB57420@dragon.NUXI.org>
	<20050525171401.GC1597@schweikhardt.net>
X-Mailer: Mew version 2.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,
	obrien@FreeBSD.org, schweikh@FreeBSD.org
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 19:45:00 -0000

In message: <20050525171401.GC1597@schweikhardt.net>
            Jens Schweikhardt <schweikh@schweikhardt.net> writes:
: David,
: 
: # > The new list was generated by
: # > find /usr/src -name Makefile | xargs grep MAINTAINER=
: # ..
: # > I hope this clarifies reason and intent of my commit.
: # 
: # I don't follow.  Are you saying you treated MAINTAINER lines in the
: # Makefile's as the official list, or /usr/src/MAINTAINERS as the official
: # list?
: 
: Official: /usr/src/MAINTAINERS
: Inofficial: Makefiles with MAINTAINER=
: 
: But the official file has at its bottom a list of inofficial Makefile
: references. I'm trying to get down that list to zero entries, by telling
: those folks to please make an official entry, removing their MAINTAINER=
: line in foo/Makefile, and deleting their unofficial line in the official
: file. This is exactly what dougb's text in /usr/src/MAINTAINERS says,
: 
:   Following are the entries from the Makefiles, and a few other sources.
:   Please remove stale entries from both their origin, and this file.
: 
:   Please also consider removing the lines from the files listed below and
:   stating your preferences here instead.
: 
: Does that answer your question? The intent is to have one and only one
: place to look for maintainership, (the top) of /usr/src/MAINTAINERS.
: Ideally, there'd be no distinction bewteen top and bottom of
: /usr/src/MAINTAINERS. I'm just trying to make happen what dougb added to
: /usr/src/MAINTAINERS on 04-Jun-03.
: 
: It appears though, just grepping Makefiles was too narrow a search, as
: MAINTAINER= seems to also appear in c source and some other files. I'll
: verify if I have removed someone unintentionally.

Please do not make further commits of this nature to MAINTAINERS.  I'd
planned on *REMOVING* the lines that people didn't care enough to
move :-(.  This has made it harder.

Warner

From owner-cvs-src@FreeBSD.ORG  Wed May 25 20:49:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C8FCB16A41C;
	Wed, 25 May 2005 20:49:45 +0000 (GMT) (envelope-from obrien@NUXI.com)
Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B74043D48;
	Wed, 25 May 2005 20:49:45 +0000 (GMT) (envelope-from obrien@NUXI.com)
Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1])
	by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4PKnfrK061896;
	Wed, 25 May 2005 13:49:41 -0700 (PDT)
	(envelope-from obrien@dragon.NUXI.org)
Received: (from obrien@localhost)
	by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4PKne8n061895;
	Wed, 25 May 2005 13:49:40 -0700 (PDT) (envelope-from obrien)
Date: Wed, 25 May 2005 13:49:40 -0700
From: "David O'Brien" <obrien@FreeBSD.org>
To: Jens Schweikhardt <schweikh@schweikhardt.net>
Message-ID: <20050525204940.GA61864@dragon.NUXI.org>
References: <200505241854.j4OIs7c4082203@repoman.freebsd.org>
	<20050524191911.GA3933@xor.obsecurity.org>
	<20050524200857.GC31253@schweikhardt.net>
	<20050525165130.GB57420@dragon.NUXI.org>
	<20050525171401.GC1597@schweikhardt.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050525171401.GC1597@schweikhardt.net>
X-Operating-System: FreeBSD 6.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	Jens Schweikhardt <schweikh@FreeBSD.org>
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: obrien@FreeBSD.org
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 May 2005 20:49:45 -0000

On Wed, May 25, 2005 at 07:14:01PM +0200, Jens Schweikhardt wrote:
> David,
> 
> # > The new list was generated by
> # > find /usr/src -name Makefile | xargs grep MAINTAINER=
> # ..
> # > I hope this clarifies reason and intent of my commit.
> # 
> # I don't follow.  Are you saying you treated MAINTAINER lines in the
> # Makefile's as the official list, or /usr/src/MAINTAINERS as the official
> # list?
> 
> Official: /usr/src/MAINTAINERS
> Inofficial: Makefiles with MAINTAINER=
> But the official file has at its bottom a list of inofficial Makefile
> references. I'm trying to get down that list to zero entries, by telling
..
> Does that answer your question?

Ah, got it.  Thanks.

From owner-cvs-src@FreeBSD.ORG  Wed May 25 21:03:14 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3B73716A41C;
	Wed, 25 May 2005 21:03:14 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 051BA43D4C;
	Wed, 25 May 2005 21:03:14 +0000 (GMT)
	(envelope-from netchild@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PL3DuI019451;
	Wed, 25 May 2005 21:03:13 GMT
	(envelope-from netchild@repoman.freebsd.org)
Received: (from netchild@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4PL3D01019450;
	Wed, 25 May 2005 21:03:13 GMT (envelope-from netchild)
Message-Id: <200505252103.j4PL3D01019450@repoman.freebsd.org>
From: Alexander Leidinger <netchild@FreeBSD.org>
Date: Wed, 25 May 2005 21:03:13 +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 UPDATING
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 21:03:14 -0000

netchild    2005-05-25 21:03:13 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
  Log:
  Add a note how to use nextboot(8) to test a kernel only once.
  
  Approved by:    mentor (joerg)
  Discussed with: imp
  
  Revision  Changes    Path
  1.405     +8 -0      src/UPDATING

From owner-cvs-src@FreeBSD.ORG  Wed May 25 21:24:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1418C16A41C;
	Wed, 25 May 2005 21:24:03 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A736743D48;
	Wed, 25 May 2005 21:24:01 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: by bremen.shuttle.de (Postfix, from userid 10)
	id 7DC743B8ED; Wed, 25 May 2005 23:23:59 +0200 (CEST)
Received: from hal9000.schweikhardt.net (localhost [127.0.0.1])
	by hal9000.schweikhardt.net (8.13.3/8.13.3) with ESMTP id
	j4PLI91S007352; Wed, 25 May 2005 23:18:09 +0200 (CEST)
	(envelope-from schweikh@hal9000.schweikhardt.net)
Received: (from schweikh@localhost)
	by hal9000.schweikhardt.net (8.13.3/8.13.3/Submit) id j4PLI9ZV007351;
	Wed, 25 May 2005 23:18:09 +0200 (CEST) (envelope-from schweikh)
Date: Wed, 25 May 2005 23:18:09 +0200
From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: "M. Warner Losh" <imp@bsdimp.com>
Message-ID: <20050525211809.GD1597@schweikhardt.net>
References: <20050524191911.GA3933@xor.obsecurity.org>
	<20050524200857.GC31253@schweikhardt.net>
	<20050525165130.GB57420@dragon.NUXI.org>
	<20050525.134405.112588150.imp@bsdimp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050525.134405.112588150.imp@bsdimp.com>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	obrien@FreeBSD.org, schweikh@FreeBSD.org
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 21:24:03 -0000

Warner,

# Actually, core had announced that we wanted people to move into
# src/MAINTAINERS and were going to remove the lintes from the Makefiles
# and NOT place them in src/MAINTAINERS.  These commits have made that
# harder. :-(
# 
# Warner

I don't understand how this makes it harder. It should be easier, as
there are no more false positives now at the bottom of MAINTAINERS. What
am I missing?

As you requested, I will refrain from doing further commits to
MAINTAINERS.

Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

From owner-cvs-src@FreeBSD.ORG  Wed May 25 21:30:00 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AD68016A41C;
	Wed, 25 May 2005 21:30:00 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from schizoid.village.org (schizoid.village.org [168.103.84.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 318AE43D53;
	Wed, 25 May 2005 21:29:59 +0000 (GMT) (envelope-from imp@bsdimp.com)
Received: from localhost (duck-pond.village.org [10.200.4.2])
	by schizoid.village.org (8.12.9p2/8.12.9) with ESMTP id j4PLTxVY035113; 
	Wed, 25 May 2005 15:29:59 -0600 (MDT) (envelope-from imp@bsdimp.com)
Date: Wed, 25 May 2005 15:29:58 -0600 (MDT)
Message-Id: <20050525.152958.59688235.imp@bsdimp.com>
To: schweikh@schweikhardt.net
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20050525211809.GD1597@schweikhardt.net>
References: <20050525165130.GB57420@dragon.NUXI.org>
	<20050525.134405.112588150.imp@bsdimp.com>
	<20050525211809.GD1597@schweikhardt.net>
X-Mailer: Mew version 2.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,
	obrien@FreeBSD.org, schweikh@FreeBSD.org
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 25 May 2005 21:30:01 -0000

In message: <20050525211809.GD1597@schweikhardt.net>
            Jens Schweikhardt <schweikh@schweikhardt.net> writes:
: Warner,
: 
: # Actually, core had announced that we wanted people to move into
: # src/MAINTAINERS and were going to remove the lintes from the Makefiles
: # and NOT place them in src/MAINTAINERS.  These commits have made that
: # harder. :-(
: # 
: # Warner
: 
: I don't understand how this makes it harder. It should be easier, as
: there are no more false positives now at the bottom of MAINTAINERS. What
: am I missing?

The bottom of MAINTAINERS was to be deleted entirely without even
looking at the top part, along with the lines from Makefiles entreily.
Since it was moved to the top, it is hard to know what to delete
without looking into the CVS logs...

Warner

From owner-cvs-src@FreeBSD.ORG  Thu May 26 00:31:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0FDB616A41C;
	Thu, 26 May 2005 00:31:39 +0000 (GMT)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C949D43D1F;
	Thu, 26 May 2005 00:31:38 +0000 (GMT)
	(envelope-from csjp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q0Vc4I027016;
	Thu, 26 May 2005 00:31:38 GMT
	(envelope-from csjp@repoman.freebsd.org)
Received: (from csjp@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q0VcRc027015;
	Thu, 26 May 2005 00:31:38 GMT (envelope-from csjp)
Message-Id: <200505260031.j4Q0VcRc027015@repoman.freebsd.org>
From: "Christian S.J. Peron" <csjp@FreeBSD.org>
Date: Thu, 26 May 2005 00:31:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.sbin/syslogd syslogd.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 00:31:39 -0000

csjp        2005-05-26 00:31:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.sbin/syslogd     syslogd.c 
  Log:
  MFC revision 1.144
  date: 2005/05/19 21:09:44;  author: csjp;  state: Exp;  lines: +2 -0
  Add cases for ENOBUFS and ENETDOWN. We need to make sure that we
  catch all transient errors. This fixes situations where transient
  error conditions such as network interfaces losing carrier signals
  or the system running out of mbufs would result in the permanent
  removal of forwarding syslog messages.
  
  Revision   Changes    Path
  1.131.2.4  +2 -0      src/usr.sbin/syslogd/syslogd.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 03:21:17 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1E39E16A41C;
	Thu, 26 May 2005 03:21:17 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D8F8843D1F;
	Thu, 26 May 2005 03:21:16 +0000 (GMT)
	(envelope-from thompsa@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q3LG3Z040070;
	Thu, 26 May 2005 03:21:16 GMT
	(envelope-from thompsa@repoman.freebsd.org)
Received: (from thompsa@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q3LGIZ040069;
	Thu, 26 May 2005 03:21:16 GMT (envelope-from thompsa)
Message-Id: <200505260321.j4Q3LGIZ040069@repoman.freebsd.org>
From: Andrew Thompson <thompsa@FreeBSD.org>
Date: Thu, 26 May 2005 03:21:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 03:21:17 -0000

thompsa     2005-05-26 03:21:16 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/calendar/calendars calendar.freebsd 
  Log:
  Add myself to the calendar.
  
  Approved by: bms (mentor)
  
  Revision  Changes    Path
  1.163     +1 -0      src/usr.bin/calendar/calendars/calendar.freebsd

From owner-cvs-src@FreeBSD.ORG  Thu May 26 04:21:54 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F64816A41C;
	Thu, 26 May 2005 04:21:54 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 346E443D48;
	Thu, 26 May 2005 04:21:54 +0000 (GMT)
	(envelope-from adamw@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q4LsoO042293;
	Thu, 26 May 2005 04:21:54 GMT
	(envelope-from adamw@repoman.freebsd.org)
Received: (from adamw@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q4LsnW042292;
	Thu, 26 May 2005 04:21:54 GMT (envelope-from adamw)
Message-Id: <200505260421.j4Q4LsnW042292@repoman.freebsd.org>
From: Adam Weinberger <adamw@FreeBSD.org>
Date: Thu, 26 May 2005 04:21:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.sbin/adduser rmuser.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, 26 May 2005 04:21:54 -0000

adamw       2005-05-26 04:21:54 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:        (Branch: RELENG_5)
    usr.sbin/adduser     rmuser.sh 
  Log:
  MFC rmuser.sh 1.9: Fix a particularly egregious grammar error.
  
  It's not that I mind the implication that a user's name owns a
  punctuation mark, but I think life is simpler this way.
  
  Approved by:    ssouhlal and wes
  
  Revision  Changes    Path
  1.8.2.1   +1 -1      src/usr.sbin/adduser/rmuser.sh

From owner-cvs-src@FreeBSD.ORG  Thu May 26 06:50:00 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C3FE516A41C;
	Thu, 26 May 2005 06:50:00 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8959043D48;
	Thu, 26 May 2005 06:50:00 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q6o0Ks053941;
	Thu, 26 May 2005 06:50:00 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q6o0Fw053940;
	Thu, 26 May 2005 06:50:00 GMT (envelope-from glebius)
Message-Id: <200505260650.j4Q6o0Fw053940@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Thu, 26 May 2005 06:50:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/net bridge.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 06:50:01 -0000

glebius     2005-05-26 06:50:00 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bridge.c 
  Log:
  Plug mbuf leak, that I have introduced in 1.85. Also restore important comment
  from if_ethersubr.c:1.178. While here adjust formatting, to make code more
  readable.
  
  Reported by:    Alexey Kamyshev, rwatson
  
  Revision  Changes    Path
  1.91      +13 -5     src/sys/net/bridge.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 06:57:58 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 007AF16A41C;
	Thu, 26 May 2005 06:57:57 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BC81543D1F;
	Thu, 26 May 2005 06:57:57 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q6vvu8054352;
	Thu, 26 May 2005 06:57:57 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q6vvG3054351;
	Thu, 26 May 2005 06:57:57 GMT (envelope-from ache)
Message-Id: <200505260657.j4Q6vvG3054351@repoman.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Thu, 26 May 2005 06:57: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/bin/stty print.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 06:57:58 -0000

ache        2005-05-26 06:57:57 UTC

  FreeBSD src repository

  Modified files:
    bin/stty             print.c 
  Log:
  Fix: printed output flags (onocr) and (onlret) same as oxtabs
  
  PR:             81256
  Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su>
  
  Revision  Changes    Path
  1.20      +2 -2      src/bin/stty/print.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 08:11:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3E2C616A41C;
	Thu, 26 May 2005 08:11:50 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CAC9443D48;
	Thu, 26 May 2005 08:11:49 +0000 (GMT)
	(envelope-from schweikh@schweikhardt.net)
Received: by bremen.shuttle.de (Postfix, from userid 10)
	id 183193B8C0; Thu, 26 May 2005 10:11:48 +0200 (CEST)
Received: from hal9000.schweikhardt.net (localhost [127.0.0.1])
	by hal9000.schweikhardt.net (8.13.3/8.13.3) with ESMTP id
	j4Q83gi0001983; Thu, 26 May 2005 10:03:42 +0200 (CEST)
	(envelope-from schweikh@hal9000.schweikhardt.net)
Received: (from schweikh@localhost)
	by hal9000.schweikhardt.net (8.13.3/8.13.3/Submit) id j4Q83gOj001982;
	Thu, 26 May 2005 10:03:42 +0200 (CEST) (envelope-from schweikh)
Date: Thu, 26 May 2005 10:03:42 +0200
From: Jens Schweikhardt <schweikh@schweikhardt.net>
To: "M. Warner Losh" <imp@bsdimp.com>
Message-ID: <20050526080342.GA1384@schweikhardt.net>
References: <20050525165130.GB57420@dragon.NUXI.org>
	<20050525.134405.112588150.imp@bsdimp.com>
	<20050525211809.GD1597@schweikhardt.net>
	<20050525.152958.59688235.imp@bsdimp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050525.152958.59688235.imp@bsdimp.com>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	obrien@FreeBSD.org, schweikh@FreeBSD.org
Subject: Re: cvs commit: src MAINTAINERS
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 08:11:50 -0000

On Wed, May 25, 2005 at 03:29:58PM -0600, M. Warner Losh wrote:
# In message: <20050525211809.GD1597@schweikhardt.net>
#             Jens Schweikhardt <schweikh@schweikhardt.net> writes:
# : Warner,
# : 
# : # Actually, core had announced that we wanted people to move into
# : # src/MAINTAINERS and were going to remove the lintes from the Makefiles
# : # and NOT place them in src/MAINTAINERS.  These commits have made that
# : # harder. :-(
# : # 
# : # Warner
# : 
# : I don't understand how this makes it harder. It should be easier, as
# : there are no more false positives now at the bottom of MAINTAINERS. What
# : am I missing?
# 
# The bottom of MAINTAINERS was to be deleted entirely without even
# looking at the top part, along with the lines from Makefiles entreily.
# Since it was moved to the top, it is hard to know what to delete
# without looking into the CVS logs...

Aah, then there's a misunderstanding here. Nothing was moved to the top
(at least not by me). I only updated the bottom part to match reality,
i.e. removed lines where some maintainer removed himself from a Makefile
but forgot to remove himself from the bottom in src/MAINTAINERS.

So if the plan is to scrap the bottom, plus MAINTAINER= in Makefiles
entirely without further inquiries we're in violent agreement. But
I'll leave that to you, as it appears that touching MAINTAINERS is a
recipe for heat generation :-)

Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)

From owner-cvs-src@FreeBSD.ORG  Thu May 26 08:31:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 362FF16A421;
	Thu, 26 May 2005 08:31:07 +0000 (GMT)
	(envelope-from tataz@tataz.chchile.org)
Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 84BBD43D5E;
	Thu, 26 May 2005 08:31:06 +0000 (GMT)
	(envelope-from tataz@tataz.chchile.org)
Received: from tatooine.tataz.chchile.org
	(vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98])
	by postfix4-1.free.fr (Postfix) with ESMTP id 452DA317E50;
	Thu, 26 May 2005 10:31:04 +0200 (CEST)
Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000)
	id C69B2407E; Thu, 26 May 2005 10:31:03 +0200 (CEST)
Date: Thu, 26 May 2005 10:31:03 +0200
From: Jeremie Le Hen <jeremie@le-hen.org>
To: Alexander Leidinger <netchild@FreeBSD.org>
Message-ID: <20050526083101.GJ850@obiwan.tataz.chchile.org>
References: <200505252103.j4PL3D01019450@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505252103.j4PL3D01019450@repoman.freebsd.org>
User-Agent: Mutt/1.5.9i
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src UPDATING
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 08:31:07 -0000

Hi Alexander,

> netchild    2005-05-25 21:03:13 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     .                    UPDATING 
>   Log:
>   Add a note how to use nextboot(8) to test a kernel only once.

> +       make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
> +       nextboot -k testkernel

wouldn't it be more intuitive to use KERNEL=testkernel instead of
KODIR=/boot/testkernel, in regards to the nextboot(8) syntax, which
does not explicitely specify the /boot directory.

Regards,
-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >

From owner-cvs-src@FreeBSD.ORG  Thu May 26 09:14:10 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1BD6A16A43E;
	Thu, 26 May 2005 09:14:10 +0000 (GMT)
	(envelope-from Alexander@Leidinger.net)
Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com
	[194.25.134.85])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3F80D43D54;
	Thu, 26 May 2005 09:14:08 +0000 (GMT)
	(envelope-from Alexander@Leidinger.net)
Received: from fwd30.aul.t-online.de by mailout11.sul.t-online.com with smtp 
	id 1DbERL-0004HU-00; Thu, 26 May 2005 11:14:07 +0200
Received: from Andro-Beta.Leidinger.net
	(E1BzDoZJYeoRf0f1BRLBmqTO8yRjkB6pMI5DAiLMIQg3zsOn2ZBeZg@[84.165.249.17])
	by fwd30.sul.t-online.de
	with esmtp id 1DbER4-1Tr9v60; Thu, 26 May 2005 11:13:50 +0200
Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1])
	by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id
	j4Q9DnpM024001; Thu, 26 May 2005 11:13:49 +0200 (CEST)
	(envelope-from Alexander@Leidinger.net)
Date: Thu, 26 May 2005 11:13:49 +0200
From: Alexander Leidinger <Alexander@Leidinger.net>
To: Jeremie Le Hen <jeremie@le-hen.org>, src-committers@FreeBSD.org,
	cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Message-ID: <20050526111349.1a6ff9c0@Magellan.Leidinger.net>
In-Reply-To: <20050526083101.GJ850@obiwan.tataz.chchile.org>
References: <200505252103.j4PL3D01019450@repoman.freebsd.org>
	<20050526083101.GJ850@obiwan.tataz.chchile.org>
X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; i386-portbld-freebsd6.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-ID: E1BzDoZJYeoRf0f1BRLBmqTO8yRjkB6pMI5DAiLMIQg3zsOn2ZBeZg@t-dialin.net
X-TOI-MSGID: 4f26fdc4-4747-463b-b23e-7bc7524a2f22
Cc: 
Subject: Re: cvs commit: src UPDATING
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 09:14:10 -0000

On Thu, 26 May 2005 10:31:03 +0200
Jeremie Le Hen <jeremie@le-hen.org> wrote:

> > +       make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
> > +       nextboot -k testkernel
> 
> wouldn't it be more intuitive to use KERNEL=testkernel instead of
> KODIR=/boot/testkernel, in regards to the nextboot(8) syntax, which
> does not explicitely specify the /boot directory.

I've a lot of experience with KODIR, but no experience with KERNEL. I
was told it does what I want to do too, but I also was told that it is
used in previous major versions of FreeBSD in a different way.

Yes, this is committed to current, not to an older version of FreeBSD.
But FreeBSD 4 also has nextboot (even when it has a different syntax),
and having users which tell other users out-of-context to use KERNEL=xxx
and nextboot may result in frustated users.

Those are my quick thoughts about this. I don't mind if someone else
thinks we should use KERNEL instead and goes ahead and changes the
description.

Bye,
Alexander.

-- 
            Yes, I've heard of "decaf." What's your point?

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7

From owner-cvs-src@FreeBSD.ORG  Thu May 26 09:32:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E8F916A476;
	Thu, 26 May 2005 09:32:44 +0000 (GMT) (envelope-from dfr@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B69E543D68;
	Thu, 26 May 2005 09:32:41 +0000 (GMT) (envelope-from dfr@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q9WfgP068032;
	Thu, 26 May 2005 09:32:41 GMT (envelope-from dfr@repoman.freebsd.org)
Received: (from dfr@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q9WfeQ068031;
	Thu, 26 May 2005 09:32:41 GMT (envelope-from dfr)
Message-Id: <200505260932.j4Q9WfeQ068031@repoman.freebsd.org>
From: Doug Rabson <dfr@FreeBSD.org>
Date: Thu, 26 May 2005 09:32:41 +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/libexec/rtld-elf/i386 rtld_start.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 09:32:45 -0000

dfr         2005-05-26 09:32:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    libexec/rtld-elf/i386 rtld_start.S 
  Log:
  MFC: r1.4 - align stack for SSE.
  
  Revision  Changes    Path
  1.3.26.1  +6 -3      src/libexec/rtld-elf/i386/rtld_start.S

From owner-cvs-src@FreeBSD.ORG  Thu May 26 09:33:28 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9FA6616A425;
	Thu, 26 May 2005 09:33:28 +0000 (GMT) (envelope-from dfr@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 610CD43D55;
	Thu, 26 May 2005 09:33:28 +0000 (GMT) (envelope-from dfr@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q9XSqh068089;
	Thu, 26 May 2005 09:33:28 GMT (envelope-from dfr@repoman.freebsd.org)
Received: (from dfr@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q9XSPF068088;
	Thu, 26 May 2005 09:33:28 GMT (envelope-from dfr)
Message-Id: <200505260933.j4Q9XSPF068088@repoman.freebsd.org>
From: Doug Rabson <dfr@FreeBSD.org>
Date: Thu, 26 May 2005 09:33:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/lib/csu/i386-elf crt1.c crti.S crtn.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 09:33:28 -0000

dfr         2005-05-26 09:33:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/csu/i386-elf     crt1.c crti.S crtn.S 
  Log:
  MFC: Align stack for SSE.
  
  Revision  Changes    Path
  1.13.2.1  +3 -0      src/lib/csu/i386-elf/crt1.c
  1.6.8.1   +2 -0      src/lib/csu/i386-elf/crti.S
  1.5.8.1   +2 -0      src/lib/csu/i386-elf/crtn.S

From owner-cvs-src@FreeBSD.ORG  Thu May 26 09:42:19 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3B10E16A41C;
	Thu, 26 May 2005 09:42:19 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 040BE43D1D;
	Thu, 26 May 2005 09:42:19 +0000 (GMT)
	(envelope-from ache@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4Q9gIi6068447;
	Thu, 26 May 2005 09:42:18 GMT
	(envelope-from ache@repoman.freebsd.org)
Received: (from ache@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4Q9gIb0068446;
	Thu, 26 May 2005 09:42:18 GMT (envelope-from ache)
Message-Id: <200505260942.j4Q9gIb0068446@repoman.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Thu, 26 May 2005 09:42:18 +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/bin/stty print.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 09:42:19 -0000

ache        2005-05-26 09:42:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    bin/stty             print.c 
  Log:
  MFC: 1.20 printed output flags (onocr) and (onlret)
  
  PR:             81256
  
  Revision  Changes    Path
  1.19.2.1  +2 -2      src/bin/stty/print.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 10:48:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A3E3D16A425;
	Thu, 26 May 2005 10:48:39 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F230343D1D;
	Thu, 26 May 2005 10:48:35 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QAmZgU070780;
	Thu, 26 May 2005 10:48:35 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QAmZgN070779;
	Thu, 26 May 2005 10:48:35 GMT (envelope-from brueffer)
Message-Id: <200505261048.j4QAmZgN070779@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Thu, 26 May 2005 10:48: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 10:48:39 -0000

brueffer    2005-05-26 10:48:35 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release note:  Read-only support for ReiserFS.
  
  Revision  Changes    Path
  1.864     +3 -0      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu May 26 10:57:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 576DF16A425;
	Thu, 26 May 2005 10:57:16 +0000 (GMT)
	(envelope-from roberto@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD0043D79;
	Thu, 26 May 2005 10:57:04 +0000 (GMT)
	(envelope-from roberto@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QAv46Z071150;
	Thu, 26 May 2005 10:57:04 GMT
	(envelope-from roberto@repoman.freebsd.org)
Received: (from roberto@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QAv4oU071149;
	Thu, 26 May 2005 10:57:04 GMT (envelope-from roberto)
Message-Id: <200505261057.j4QAv4oU071149@repoman.freebsd.org>
From: Ollivier Robert <roberto@FreeBSD.org>
Date: Thu, 26 May 2005 10:57: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/usr.sbin/chkgrp chkgrp.8 chkgrp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 10:57:16 -0000

roberto     2005-05-26 10:57:04 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/chkgrp      chkgrp.8 chkgrp.c 
  Log:
  - Add further functionality to check for invalid characters
  - Remove keyword 'continue' for more indepth error reporting
    on each line
  - WARNS 6 Clean
  
  Submitted by:   Liam J. Foy <liamfoy@dragonflybsd.org>
  MFC after:          1 week
  
  Revision  Changes    Path
  1.15      +6 -5      src/usr.sbin/chkgrp/chkgrp.8
  1.9       +24 -6     src/usr.sbin/chkgrp/chkgrp.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 11:02:40 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1EA3C16A41C;
	Thu, 26 May 2005 11:02:40 +0000 (GMT) (envelope-from mux@freebsd.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A726143D5E;
	Thu, 26 May 2005 11:02:38 +0000 (GMT) (envelope-from mux@freebsd.org)
Received: by elvis.mu.org (Postfix, from userid 1920)
	id 7495D5C9CE; Thu, 26 May 2005 04:02:38 -0700 (PDT)
Date: Thu, 26 May 2005 13:02:38 +0200
From: Maxime Henrion <mux@FreeBSD.org>
To: Ollivier Robert <roberto@FreeBSD.org>
Message-ID: <20050526110238.GC25142@elvis.mu.org>
References: <200505261057.j4QAv4oU071149@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505261057.j4QAv4oU071149@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/usr.sbin/chkgrp chkgrp.8 chkgrp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 11:02:40 -0000

Ollivier Robert wrote:
> roberto     2005-05-26 10:57:04 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.sbin/chkgrp      chkgrp.8 chkgrp.c 
>   Log:
>   - Add further functionality to check for invalid characters
>   - Remove keyword 'continue' for more indepth error reporting
>     on each line
>   - WARNS 6 Clean

As I said to Liam some time ago, the use of strcspn() in this file is
bogus.  It's not Liam's fault, he only moved this code, and didn't
introduce it.  However, it would be nice to fix this since calling
strcspn(foo, " \t") has no chances of working as expected :-).

Cheers,
Maxime

From owner-cvs-src@FreeBSD.ORG  Thu May 26 11:15:21 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 802D616A420
	for <cvs-src@freebsd.org>; Thu, 26 May 2005 11:15:21 +0000 (GMT)
	(envelope-from liamfoy@sepulcrum.org)
Received: from moutvdomng.kundenserver.de (moutvdom.kundenserver.de
	[212.227.126.249])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 239B843D4C
	for <cvs-src@freebsd.org>; Thu, 26 May 2005 11:15:21 +0000 (GMT)
	(envelope-from liamfoy@sepulcrum.org)
Received: from [212.227.126.224] (helo=mrvdomng.kundenserver.de)
	by moutvdomng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 1DbGKe-0007Mx-00
	for cvs-src@freebsd.org; Thu, 26 May 2005 13:15:20 +0200
Received: from host217-43-76-47.range217-43.btcentralplus.com ([217.43.76.47]
	helo=localhost) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 1DbGKe-00027B-00
	for cvs-src@freebsd.org; Thu, 26 May 2005 13:15:20 +0200
Date: Thu, 26 May 2005 13:15:48 +0100
From: "Liam J. Foy" <liamfoy@sepulcrum.org>
To: cvs-src@freebsd.org
Message-ID: <20050526121548.GA420@anarion>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.8i
Subject: Re: cvs commit: src/usr.sbin/chkgrp chkgrp.8 chkgrp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 11:15:21 -0000

I agree. I will handle this =)

Cheers,
-- 
		- Liam J. Foy
		liamfoy@sepulcrum.org

From owner-cvs-src@FreeBSD.ORG  Thu May 26 11:59:06 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CAA3716A428;
	Thu, 26 May 2005 11:59:06 +0000 (GMT) (envelope-from mux@freebsd.org)
Received: from elvis.mu.org (elvis.mu.org [192.203.228.196])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A55AE43D48;
	Thu, 26 May 2005 11:59:06 +0000 (GMT) (envelope-from mux@freebsd.org)
Received: by elvis.mu.org (Postfix, from userid 1920)
	id 7099C5C9E6; Thu, 26 May 2005 04:59:06 -0700 (PDT)
Date: Thu, 26 May 2005 13:59:06 +0200
From: Maxime Henrion <mux@FreeBSD.org>
To: Ollivier Robert <roberto@FreeBSD.org>
Message-ID: <20050526115906.GD25142@elvis.mu.org>
References: <200505261057.j4QAv4oU071149@repoman.freebsd.org>
	<20050526110238.GC25142@elvis.mu.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050526110238.GC25142@elvis.mu.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/usr.sbin/chkgrp chkgrp.8 chkgrp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 11:59:07 -0000

Maxime Henrion wrote:
> Ollivier Robert wrote:
> > roberto     2005-05-26 10:57:04 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     usr.sbin/chkgrp      chkgrp.8 chkgrp.c 
> >   Log:
> >   - Add further functionality to check for invalid characters
> >   - Remove keyword 'continue' for more indepth error reporting
> >     on each line
> >   - WARNS 6 Clean
> 
> As I said to Liam some time ago, the use of strcspn() in this file is
> bogus.  It's not Liam's fault, he only moved this code, and didn't
> introduce it.  However, it would be nice to fix this since calling
> strcspn(foo, " \t") has no chances of working as expected :-).

Actually, I got confused...  This is perfectly correct.

Maxime

From owner-cvs-src@FreeBSD.ORG  Thu May 26 14:38:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E767E16A41C;
	Thu, 26 May 2005 14:38:16 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B372243D1D;
	Thu, 26 May 2005 14:38:16 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QEcGZK087842;
	Thu, 26 May 2005 14:38:16 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QEcGGf087841;
	Thu, 26 May 2005 14:38:16 GMT (envelope-from bmah)
Message-Id: <200505261438.j4QEcGGf087841@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Thu, 26 May 2005 14:38:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 14:38:17 -0000

bmah        2005-05-26 14:38:16 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  New release notes:  autoboot_delay -1 (+MFC), NgATM 1.2, texinfo 4.8,
  pkg_version -I.
  
  Modified release notes:  bsnmp 1.9, new manpages (devfs.conf(5),
  devfs.rules(5), pthread_atfork(3)).
  
  Other MFCs noted:  sed(1) -l.
  
  Revision  Changes    Path
  1.865     +20 -2     src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu May 26 14:41:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7C66B16A41C;
	Thu, 26 May 2005 14:41:22 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2E37C43D55;
	Thu, 26 May 2005 14:41:21 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QEfL92087998;
	Thu, 26 May 2005 14:41:21 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QEfLlc087997;
	Thu, 26 May 2005 14:41:21 GMT (envelope-from bmah)
Message-Id: <200505261441.j4QEfLlc087997@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Thu, 26 May 2005 14:41: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 14:41:22 -0000

bmah        2005-05-26 14:41:20 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  Move sed(1) -l release note to the right section.  Don't know what I
  was thinking (was I thinking?) when I wrote this.
  
  Revision  Changes    Path
  1.866     +3 -3      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu May 26 14:43:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 07C8516A421;
	Thu, 26 May 2005 14:43:27 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C4BAE43D1F;
	Thu, 26 May 2005 14:43:26 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QEhQje088122;
	Thu, 26 May 2005 14:43:26 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QEhQ2W088121;
	Thu, 26 May 2005 14:43:26 GMT (envelope-from bmah)
Message-Id: <200505261443.j4QEhQ2W088121@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Thu, 26 May 2005 14:43:26 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 14:43:27 -0000

bmah        2005-05-26 14:43:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:  autoboot_delay -1, sed(1) -l.
  
  Revision    Changes    Path
  1.761.2.48  +8 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu May 26 14:44:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CA81F16A41C;
	Thu, 26 May 2005 14:44:41 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 933D843D49;
	Thu, 26 May 2005 14:44:41 +0000 (GMT)
	(envelope-from bmah@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QEifAP088247;
	Thu, 26 May 2005 14:44:41 GMT
	(envelope-from bmah@repoman.freebsd.org)
Received: (from bmah@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QEifZN088246;
	Thu, 26 May 2005 14:44:41 GMT (envelope-from bmah)
Message-Id: <200505261444.j4QEifZN088246@repoman.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Thu, 26 May 2005 14:44:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2005 14:44:41 -0000

bmah        2005-05-26 14:44:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  MFC:  sed(1) -l.
  
  Revision    Changes    Path
  1.22.2.427  +3 -0      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Thu May 26 14:59:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F39DA16A41C;
	Thu, 26 May 2005 14:59:38 +0000 (GMT)
	(envelope-from archie@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C17D743D48;
	Thu, 26 May 2005 14:59:38 +0000 (GMT)
	(envelope-from archie@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QExcxN088841;
	Thu, 26 May 2005 14:59:38 GMT
	(envelope-from archie@repoman.freebsd.org)
Received: (from archie@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QExcWl088840;
	Thu, 26 May 2005 14:59:38 GMT (envelope-from archie)
Message-Id: <200505261459.j4QExcWl088840@repoman.freebsd.org>
From: Archie Cobbs <archie@FreeBSD.org>
Date: Thu, 26 May 2005 14:59:38 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_4
Cc: 
Subject: cvs commit: src/sys/netgraph ng_l2tp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 14:59:39 -0000

archie      2005-05-26 14:59:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/netgraph         ng_l2tp.c 
  Log:
  MFC: (rev. 1.10) Correct L2TP header offset handling.
  
  Revision  Changes    Path
  1.1.2.3   +2 -2      src/sys/netgraph/ng_l2tp.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 15:01:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BD39C16A421;
	Thu, 26 May 2005 15:01:27 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D1B9043D96;
	Thu, 26 May 2005 15:01:21 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QF1DhI088977;
	Thu, 26 May 2005 15:01:13 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QF1DhF088976;
	Thu, 26 May 2005 15:01:13 GMT (envelope-from cognet)
Message-Id: <200505261501.j4QF1DhF088976@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Thu, 26 May 2005 15:01:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/arm 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: Thu, 26 May 2005 15:01:27 -0000

cognet      2005-05-26 15:01:13 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
  Log:
  Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, and
  it leads to funny things, such as pmap_remove_all() marking the page as dirty.
  
  Revision  Changes    Path
  1.30      +1 -2      src/sys/arm/arm/pmap.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 15:02:53 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B5BA16A41F;
	Thu, 26 May 2005 15:02:53 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3427E43D94;
	Thu, 26 May 2005 15:02:48 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QF2llA089045;
	Thu, 26 May 2005 15:02:47 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QF2lC6089044;
	Thu, 26 May 2005 15:02:47 GMT (envelope-from cognet)
Message-Id: <200505261502.j4QF2lC6089044@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Thu, 26 May 2005 15:02: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/arm/arm intr.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 15:02:53 -0000

cognet      2005-05-26 15:02:47 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          intr.c 
  Log:
  Don't enable interrupts in the dispatcher, there's no need to do so.
  
  Revision  Changes    Path
  1.8       +1 -2      src/sys/arm/arm/intr.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 16:05:23 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3C70816A442;
	Thu, 26 May 2005 16:05:23 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED04643D49;
	Thu, 26 May 2005 16:05:22 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QG5M2C091845;
	Thu, 26 May 2005 16:05:22 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QG5Mgn091844;
	Thu, 26 May 2005 16:05:22 GMT (envelope-from cognet)
Message-Id: <200505261605.j4QG5Mgn091844@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Thu, 26 May 2005 16:05: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/include cpuconf.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, 26 May 2005 16:05:23 -0000

cognet      2005-05-26 16:05:22 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/include      cpuconf.h 
  Log:
  s/_KLD_MODULE/KLD_MODULE/
  
  Revision  Changes    Path
  1.5       +1 -1      src/sys/arm/include/cpuconf.h

From owner-cvs-src@FreeBSD.ORG  Thu May 26 17:54:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DD28E16A420;
	Thu, 26 May 2005 17:54:16 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8964843D54;
	Thu, 26 May 2005 17:54:16 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QHsGEJ002793;
	Thu, 26 May 2005 17:54:16 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QHsGFG002792;
	Thu, 26 May 2005 17:54:16 GMT (envelope-from keramida)
Message-Id: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Thu, 26 May 2005 17:54:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
 vmstat.8 src/usr.sbin/iostat iostat.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, 26 May 2005 17:54:17 -0000

keramida    2005-05-26 17:54:16 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.bin/systat       systat.1 
    usr.bin/vmstat       vmstat.8 
    usr.sbin/iostat      iostat.8 
  Log:
  Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO
  sections, so that users of one can learn about the others easily.
  
  Revision  Changes    Path
  1.44      +1 -0      src/usr.bin/systat/systat.1
  1.32      +1 -0      src/usr.bin/vmstat/vmstat.8
  1.27      +1 -0      src/usr.sbin/iostat/iostat.8

From owner-cvs-src@FreeBSD.ORG  Thu May 26 18:08:05 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 49C1816A41C;
	Thu, 26 May 2005 18:08:05 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 839CF43D48;
	Thu, 26 May 2005 18:08:03 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from localhost (rocky.ip.net.ua [82.193.96.2])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4QI81LF021017;
	Thu, 26 May 2005 21:08:01 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua ([82.193.96.10])
	by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new,
	port 10024) with LMTP
	id 64992-20; Thu, 26 May 2005 21:08:00 +0300 (EEST)
Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4QI7x1N021010
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Thu, 26 May 2005 21:07:59 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: (from ru@localhost)
	by heffalump.ip.net.ua (8.13.3/8.13.3) id j4QI8LYZ059516;
	Thu, 26 May 2005 21:08:21 +0300 (EEST) (envelope-from ru)
Date: Thu, 26 May 2005 21:08:21 +0300
From: Ruslan Ermilov <ru@FreeBSD.org>
To: Alexander Leidinger <Alexander@Leidinger.net>
Message-ID: <20050526180821.GB59403@ip.net.ua>
References: <200505252103.j4PL3D01019450@repoman.freebsd.org>
	<20050526083101.GJ850@obiwan.tataz.chchile.org>
	<20050526111349.1a6ff9c0@Magellan.Leidinger.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="uZ3hkaAS1mZxFaxD"
Content-Disposition: inline
In-Reply-To: <20050526111349.1a6ff9c0@Magellan.Leidinger.net>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at ip.net.ua
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org,
	Jeremie Le Hen <jeremie@le-hen.org>, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src UPDATING
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 18:08:05 -0000


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

On Thu, May 26, 2005 at 11:13:49AM +0200, Alexander Leidinger wrote:
> On Thu, 26 May 2005 10:31:03 +0200
> Jeremie Le Hen <jeremie@le-hen.org> wrote:
>=20
> > > +       make installkernel KERNCONF=3DYOUR_KERNEL_HERE KODIR=3D/boot/=
testkernel
> > > +       nextboot -k testkernel
> >=20
> > wouldn't it be more intuitive to use KERNEL=3Dtestkernel instead of
> > KODIR=3D/boot/testkernel, in regards to the nextboot(8) syntax, which
> > does not explicitely specify the /boot directory.
>=20
> I've a lot of experience with KODIR, but no experience with KERNEL. I
> was told it does what I want to do too, but I also was told that it is
> used in previous major versions of FreeBSD in a different way.
>=20
> Yes, this is committed to current, not to an older version of FreeBSD.
> But FreeBSD 4 also has nextboot (even when it has a different syntax),
> and having users which tell other users out-of-context to use KERNEL=3Dxxx
> and nextboot may result in frustated users.
>=20
> Those are my quick thoughts about this. I don't mind if someone else
> thinks we should use KERNEL instead and goes ahead and changes the
> description.
>=20
Using KERNEL is valid from within kernel object directory but not from
Makefile.inc1:

=2Eif defined(KERNWARN)
        @echo "------------------------------------------------------------=
--"
        @echo ">>> WARNING: KERNEL=3D setting should be changed to KERNCONF=
=3D"
        @echo "------------------------------------------------------------=
--"
        @sleep 3
=2Eendif

=2E.. because it used to mean a completely different thing, as you have
noticed.  Instead, an official way to install a kernel in a different
/boot subdirectory is to:

	make installkernel ... INSTKERNNAME=3Dtestkernel

=2E.. which will set KODIR to /boot/testkernel.


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

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

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

iD8DBQFClhCVqRfpzJluFF4RAkjYAJ9Sjlbmm1opJzRZSi/F4m6PX5B2WgCfeBN8
bFVlmU44tfTZAAgwd4Ayrnk=
=TRtu
-----END PGP SIGNATURE-----

--uZ3hkaAS1mZxFaxD--

From owner-cvs-src@FreeBSD.ORG  Thu May 26 19:25:05 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 402FF16A41F
	for <cvs-src@FreeBSD.org>; Thu, 26 May 2005 19:25:05 +0000 (GMT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net
	[69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC1D43D53
	for <cvs-src@FreeBSD.org>; Thu, 26 May 2005 19:25:03 +0000 (GMT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: (qmail 27998 invoked from network); 26 May 2005 19:25:03 -0000
Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168])
	(envelope-sender <jmg@hydrogen.funkthat.com>)
	by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
	for <keramida@FreeBSD.org>; 26 May 2005 19:25:03 -0000
Received: from hydrogen.funkthat.com (jsbapq@localhost.funkthat.com
	[127.0.0.1])
	by hydrogen.funkthat.com (8.12.10/8.11.6) with ESMTP id j4QJP32g087939; 
	Thu, 26 May 2005 12:25:03 -0700 (PDT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: (from jmg@localhost)
	by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id j4QJP29X087935;
	Thu, 26 May 2005 12:25:02 -0700 (PDT)
Date: Thu, 26 May 2005 12:25:02 -0700
From: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
To: Giorgos Keramidas <keramida@FreeBSD.org>
Message-ID: <20050526192502.GR959@funkthat.com>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 4.2-RELEASE i386
X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31  96 7A 22 B3 D8 56 36 F4
X-Files: The truth is out there
X-URL: http://resnet.uoregon.edu/~gurney_j/
X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 19:25:05 -0000

Giorgos Keramidas wrote this message on Thu, May 26, 2005 at 17:54 +0000:
> keramida    2005-05-26 17:54:16 UTC
> 
>   FreeBSD src repository (doc committer)
> 
>   Modified files:
>     usr.bin/systat       systat.1 
>     usr.bin/vmstat       vmstat.8 
>     usr.sbin/iostat      iostat.8 
>   Log:
>   Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO
>   sections, so that users of one can learn about the others easily.

You might want to include gstat in there too...

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."

From owner-cvs-src@FreeBSD.ORG  Thu May 26 19:51:59 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8CBAA16A41F;
	Thu, 26 May 2005 19:51:59 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEB143D4C;
	Thu, 26 May 2005 19:51:59 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QJpxJD007776;
	Thu, 26 May 2005 19:51:59 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QJpxaP007775;
	Thu, 26 May 2005 19:51:59 GMT (envelope-from stefanf)
Message-Id: <200505261951.j4QJpxaP007775@repoman.freebsd.org>
From: Stefan Farfeleder <stefanf@FreeBSD.org>
Date: Thu, 26 May 2005 19:51:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/lib/libc/stdio glue.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, 26 May 2005 19:51:59 -0000

stefanf     2005-05-26 19:51:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libc/stdio       glue.h 
  Log:
  MFC 1.3:
  The header glue.h should provide just a declaration for the variable
  __sglue, not a definition.
  
  Revision  Changes    Path
  1.2.8.1   +2 -1      src/lib/libc/stdio/glue.h

From owner-cvs-src@FreeBSD.ORG  Thu May 26 20:06:58 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A83216A41C;
	Thu, 26 May 2005 20:06:58 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 243AD43D1D;
	Thu, 26 May 2005 20:06:58 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QK6wu9008343;
	Thu, 26 May 2005 20:06:58 GMT
	(envelope-from alfred@repoman.freebsd.org)
Received: (from alfred@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QK6wEF008342;
	Thu, 26 May 2005 20:06:58 GMT (envelope-from alfred)
Message-Id: <200505262006.j4QK6wEF008342@repoman.freebsd.org>
From: Alfred Perlstein <alfred@FreeBSD.org>
Date: Thu, 26 May 2005 20:06: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/usr.bin/truss syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 20:06:58 -0000

alfred      2005-05-26 20:06:57 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        syscalls.c 
  Log:
  decode mkdir args.
  
  Revision  Changes    Path
  1.47      +2 -0      src/usr.bin/truss/syscalls.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 20:47:29 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 78D5216A41C;
	Thu, 26 May 2005 20:47:29 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42E2C43D48;
	Thu, 26 May 2005 20:47:29 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QKlTDO017110;
	Thu, 26 May 2005 20:47:29 GMT
	(envelope-from alfred@repoman.freebsd.org)
Received: (from alfred@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QKlT8X017109;
	Thu, 26 May 2005 20:47:29 GMT (envelope-from alfred)
Message-Id: <200505262047.j4QKlT8X017109@repoman.freebsd.org>
From: Alfred Perlstein <alfred@FreeBSD.org>
Date: Thu, 26 May 2005 20:47:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.bin/truss syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 20:47:29 -0000

alfred      2005-05-26 20:47:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.bin/truss        syscalls.c 
  Log:
  MFC: 1.46, 1.47
  
  Revision  Changes    Path
  1.44.2.1  +3 -1      src/usr.bin/truss/syscalls.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 20:50:46 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9D39516A41C;
	Thu, 26 May 2005 20:50:46 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 55D5443D1D;
	Thu, 26 May 2005 20:50:46 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QKokEs017379;
	Thu, 26 May 2005 20:50:46 GMT
	(envelope-from alfred@repoman.freebsd.org)
Received: (from alfred@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QKok3m017378;
	Thu, 26 May 2005 20:50:46 GMT (envelope-from alfred)
Message-Id: <200505262050.j4QKok3m017378@repoman.freebsd.org>
From: Alfred Perlstein <alfred@FreeBSD.org>
Date: Thu, 26 May 2005 20:50:46 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.bin/truss truss.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: Thu, 26 May 2005 20:50:46 -0000

alfred      2005-05-26 20:50:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.bin/truss        truss.1 
  Log:
  MFC: procctl doc xref.
  
  Revision  Changes    Path
  1.15.8.1  +10 -2     src/usr.bin/truss/truss.1

From owner-cvs-src@FreeBSD.ORG  Thu May 26 21:26:01 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5672416A41C;
	Thu, 26 May 2005 21:26:01 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D33543D48;
	Thu, 26 May 2005 21:26:01 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QLQ07m019092;
	Thu, 26 May 2005 21:26:01 GMT
	(envelope-from alfred@repoman.freebsd.org)
Received: (from alfred@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QLQ0wW019091;
	Thu, 26 May 2005 21:26:00 GMT (envelope-from alfred)
Message-Id: <200505262126.j4QLQ0wW019091@repoman.freebsd.org>
From: Alfred Perlstein <alfred@FreeBSD.org>
Date: Thu, 26 May 2005 21:26:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.bin/truss extern.h main.c setup.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 21:26:01 -0000

alfred      2005-05-26 21:26:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.bin/truss        extern.h main.c setup.c 
  Log:
  MFC:
  When doing the initial open of the proc via procfs, complain if we are
  unable to open the /proc/pid/mem file.  Otherwise doing a truss on
  a nonexistant pid makes us return success even though no such process
  exists.
  
  I've been working on this somewhat so I'm moving the
  parts I'm touching to be as style(9) compliant as I can.
  
  Revision  Changes    Path
  1.9.2.1   +1 -1      src/usr.bin/truss/extern.h
  1.38.2.1  +235 -216  src/usr.bin/truss/main.c
  1.19.2.1  +96 -93    src/usr.bin/truss/setup.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 22:14:37 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E671416A41C;
	Thu, 26 May 2005 22:14:37 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AFB0943D1F;
	Thu, 26 May 2005 22:14:37 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QMEbVw021151;
	Thu, 26 May 2005 22:14:37 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QMEb7A021150;
	Thu, 26 May 2005 22:14:37 GMT (envelope-from eivind)
Message-Id: <200505262214.j4QMEb7A021150@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Thu, 26 May 2005 22:14: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/usr.bin/tail tail.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 22:14:38 -0000

eivind      2005-05-26 22:14:37 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tail         tail.c 
  Log:
  We are past 4.4BSD - use our new-found stat flags for pipes and fifos.
  
  Revision  Changes    Path
  1.19      +1 -6      src/usr.bin/tail/tail.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 22:30:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4065D16A41C;
	Thu, 26 May 2005 22:30:13 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 072EA43D54;
	Thu, 26 May 2005 22:30:13 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QMUC5Q021814;
	Thu, 26 May 2005 22:30:12 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QMUCE7021813;
	Thu, 26 May 2005 22:30:12 GMT (envelope-from eivind)
Message-Id: <200505262230.j4QMUCE7021813@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Thu, 26 May 2005 22:30: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/usr.bin/lockf lockf.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: Thu, 26 May 2005 22:30:13 -0000

eivind      2005-05-26 22:30:12 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/lockf        lockf.1 
  Log:
  Document a couple of gotchas.
  
  Revision  Changes    Path
  1.15      +7 -1      src/usr.bin/lockf/lockf.1

From owner-cvs-src@FreeBSD.ORG  Thu May 26 22:48:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A855C16A41C;
	Thu, 26 May 2005 22:48:39 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E620943D49;
	Thu, 26 May 2005 22:48:37 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from gothmog.gr (patr530-b146.otenet.gr [212.205.244.154])
	by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id
	j4QMlroS028291; Fri, 27 May 2005 01:48:26 +0300
Received: from gothmog.gr (gothmog [127.0.0.1])
	by gothmog.gr (8.13.3/8.13.3) with ESMTP id j4QMknnV000933;
	Fri, 27 May 2005 01:46:49 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Received: (from giorgos@localhost)
	by gothmog.gr (8.13.3/8.13.3/Submit) id j4QMknDM000932;
	Fri, 27 May 2005 01:46:49 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Date: Fri, 27 May 2005 01:46:49 +0300
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Message-ID: <20050526224648.GA865@gothmog.gr>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050526192502.GR959@funkthat.com>
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.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, 26 May 2005 22:48:39 -0000

On 2005-05-26 12:25, John-Mark Gurney <gurney_j@resnet.uoregon.edu> wrote:
> Giorgos Keramidas wrote this message on Thu, May 26, 2005 at 17:54 +0000:
> >   Modified files:
> >     usr.bin/systat       systat.1
> >     usr.bin/vmstat       vmstat.8
> >     usr.sbin/iostat      iostat.8
> >   Log:
> >   Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO
> >   sections, so that users of one can learn about the others easily.
>
> You might want to include gstat in there too...

True.  Editing the commit log separately and committing with -F logmsg
wasn't helpful this time :-(


From owner-cvs-src@FreeBSD.ORG  Thu May 26 22:49:07 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6B3DB16A41C;
	Thu, 26 May 2005 22:49:07 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 32A6543D53;
	Thu, 26 May 2005 22:49:07 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QMn7rc022474;
	Thu, 26 May 2005 22:49:07 GMT
	(envelope-from alfred@repoman.freebsd.org)
Received: (from alfred@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QMn7wj022473;
	Thu, 26 May 2005 22:49:07 GMT (envelope-from alfred)
Message-Id: <200505262249.j4QMn7wj022473@repoman.freebsd.org>
From: Alfred Perlstein <alfred@FreeBSD.org>
Date: Thu, 26 May 2005 22:49: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/usr.bin/truss syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 22:49:07 -0000

alfred      2005-05-26 22:49:07 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/truss        syscalls.c 
  Log:
  decode utimes, lutimes, futimes, chflags, lchflags.
  
  Revision  Changes    Path
  1.48      +10 -0     src/usr.bin/truss/syscalls.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 22:49:09 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 10A7916A447;
	Thu, 26 May 2005 22:49:08 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B17AD43D4C;
	Thu, 26 May 2005 22:49:08 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QMn8li022503;
	Thu, 26 May 2005 22:49:08 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QMn8i8022502;
	Thu, 26 May 2005 22:49:08 GMT (envelope-from eivind)
Message-Id: <200505262249.j4QMn8i8022502@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Thu, 26 May 2005 22:49: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/usr.bin/tail tail.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 22:49:10 -0000

eivind      2005-05-26 22:49:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tail         tail.c 
  Log:
  Remove an errno reset that became unnecessary.
  
  Noticed by: juli
  
  Revision  Changes    Path
  1.20      +0 -1      src/usr.bin/tail/tail.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 22:51:11 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3E93716A425;
	Thu, 26 May 2005 22:51:10 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F27F243D67;
	Thu, 26 May 2005 22:51:06 +0000 (GMT)
	(envelope-from alfred@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QMp4Cb022680;
	Thu, 26 May 2005 22:51:04 GMT
	(envelope-from alfred@repoman.freebsd.org)
Received: (from alfred@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QMp4Ro022679;
	Thu, 26 May 2005 22:51:04 GMT (envelope-from alfred)
Message-Id: <200505262251.j4QMp4Ro022679@repoman.freebsd.org>
From: Alfred Perlstein <alfred@FreeBSD.org>
Date: Thu, 26 May 2005 22:51:04 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/usr.bin/truss syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 22:51:13 -0000

alfred      2005-05-26 22:51:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    usr.bin/truss        syscalls.c 
  Log:
  MFC: 1.48 utimes/chflags.
  
  Revision  Changes    Path
  1.44.2.2  +10 -0     src/usr.bin/truss/syscalls.c

From owner-cvs-src@FreeBSD.ORG  Thu May 26 23:01:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6766816A471;
	Thu, 26 May 2005 23:01:31 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F33C43D49;
	Thu, 26 May 2005 23:01:31 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QN1Vqp023163;
	Thu, 26 May 2005 23:01:31 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QN1VPg023162;
	Thu, 26 May 2005 23:01:31 GMT (envelope-from eivind)
Message-Id: <200505262301.j4QN1VPg023162@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Thu, 26 May 2005 23:01:31 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/share/doc/papers/contents contents.ms
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 23:01:31 -0000

eivind      2005-05-26 23:01:31 UTC

  FreeBSD src repository

  Modified files:
    share/doc/papers/contents contents.ms 
  Log:
  Baby, we are not in Kansas anymore.  Nor are we in 1996 or FreeBSD 2.1.
  Note that these papers are mostly quite old, and add a pointer to
  more recent docs.
  
  Revision  Changes    Path
  1.8       +8 -7      src/share/doc/papers/contents/contents.ms

From owner-cvs-src@FreeBSD.ORG  Thu May 26 23:32:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5675116A41C;
	Thu, 26 May 2005 23:32:03 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 33F5243D1F;
	Thu, 26 May 2005 23:32:03 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QNW3gM024316;
	Thu, 26 May 2005 23:32:03 GMT
	(envelope-from tackerman@repoman.freebsd.org)
Received: (from tackerman@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QNW3bG024315;
	Thu, 26 May 2005 23:32:03 GMT (envelope-from tackerman)
Message-Id: <200505262332.j4QNW3bG024315@repoman.freebsd.org>
From: Tony Ackerman <tackerman@FreeBSD.org>
Date: Thu, 26 May 2005 23:32:03 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
 if_em_osdep.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, 26 May 2005 23:32:03 -0000

tackerman    2005-05-26 23:32:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
                         if_em_osdep.h 
  Log:
  Changes to update driver with latest Intel driver version 2.1.7
  - Changed from using explicit devices id to using descriptive labels.
  - Added support for 82573 and 82546 Quad adapters.
  - Corrected support for 82547EI and 82541ER (mac_type was not assigned)
  - Removed #ifdef DBG_STATS and extraneous code.
  
  if_em_hw.c/if_em_hw.h
  - Added support for 82573 and 82546 Quad adapters.
  - Brought forward Intel's most current mac and phy changes.
  
  Revision  Changes     Path
  1.64      +53 -50     src/sys/dev/em/if_em.c
  1.31      +1 -6       src/sys/dev/em/if_em.h
  1.16      +1922 -500  src/sys/dev/em/if_em_hw.c
  1.15      +561 -25    src/sys/dev/em/if_em_hw.h
  1.14      +20 -1      src/sys/dev/em/if_em_osdep.h

From owner-cvs-src@FreeBSD.ORG  Thu May 26 23:33:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F9CA16A41C;
	Thu, 26 May 2005 23:33:25 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2910C43D49;
	Thu, 26 May 2005 23:33:25 +0000 (GMT)
	(envelope-from tackerman@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QNXP71024377;
	Thu, 26 May 2005 23:33:25 GMT
	(envelope-from tackerman@repoman.freebsd.org)
Received: (from tackerman@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QNXPtB024376;
	Thu, 26 May 2005 23:33:25 GMT (envelope-from tackerman)
Message-Id: <200505262333.j4QNXPtB024376@repoman.freebsd.org>
From: Tony Ackerman <tackerman@FreeBSD.org>
Date: Thu, 26 May 2005 23:33:25 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/dev/em README
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 23:33:25 -0000

tackerman    2005-05-26 23:33:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           README 
  Log:
  Latest README to correspond to latest Intel version 2.1.7
  
  Revision  Changes    Path
  1.9       +124 -143  src/sys/dev/em/README

From owner-cvs-src@FreeBSD.ORG  Thu May 26 23:44:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EDB6D16A41F
	for <cvs-src@freebsd.org>; Thu, 26 May 2005 23:44:41 +0000 (GMT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net
	[69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A4643D4C
	for <cvs-src@freebsd.org>; Thu, 26 May 2005 23:44:41 +0000 (GMT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: (qmail 5340 invoked from network); 26 May 2005 23:44:40 -0000
Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168])
	(envelope-sender <jmg@hydrogen.funkthat.com>)
	by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
	for <keramida@ceid.upatras.gr>; 26 May 2005 23:44:40 -0000
Received: from hydrogen.funkthat.com (bshkjo@localhost.funkthat.com
	[127.0.0.1])
	by hydrogen.funkthat.com (8.12.10/8.11.6) with ESMTP id j4QNid2g094285; 
	Thu, 26 May 2005 16:44:40 -0700 (PDT)
	(envelope-from jmg@hydrogen.funkthat.com)
Received: (from jmg@localhost)
	by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id j4QNictO094284;
	Thu, 26 May 2005 16:44:38 -0700 (PDT)
Date: Thu, 26 May 2005 16:44:38 -0700
From: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
To: Giorgos Keramidas <keramida@ceid.upatras.gr>
Message-ID: <20050526234438.GS959@funkthat.com>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
	<20050526224648.GA865@gothmog.gr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050526224648.GA865@gothmog.gr>
User-Agent: Mutt/1.4.1i
X-Operating-System: FreeBSD 4.2-RELEASE i386
X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31  96 7A 22 B3 D8 56 36 F4
X-Files: The truth is out there
X-URL: http://resnet.uoregon.edu/~gurney_j/
X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 26 May 2005 23:44:42 -0000

Giorgos Keramidas wrote this message on Fri, May 27, 2005 at 01:46 +0300:
> On 2005-05-26 12:25, John-Mark Gurney <gurney_j@resnet.uoregon.edu> wrote:
> > Giorgos Keramidas wrote this message on Thu, May 26, 2005 at 17:54 +0000:
> > >   Modified files:
> > >     usr.bin/systat       systat.1
> > >     usr.bin/vmstat       vmstat.8
> > >     usr.sbin/iostat      iostat.8
> > >   Log:
> > >   Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO
> > >   sections, so that users of one can learn about the others easily.
> >
> > You might want to include gstat in there too...
> 
> True.  Editing the commit log separately and committing with -F logmsg
> wasn't helpful this time :-(

/me didn't read diff.

I though you hadn't included gstat, but upon looking at the diff, gstat
was included..  Though gstat doesn't link to iostat and friends..

Now the funny part, we have three of the four combinations of usr.s?bin
and section 1/8 for these utils...  should we look at moving these all
to usr.sbin and section 8?

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."

From owner-cvs-src@FreeBSD.ORG  Fri May 27 00:05:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E136F16A41C;
	Fri, 27 May 2005 00:05:16 +0000 (GMT) (envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B52E43D53;
	Fri, 27 May 2005 00:05:16 +0000 (GMT) (envelope-from mux@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R05Gj3025540;
	Fri, 27 May 2005 00:05:16 GMT (envelope-from mux@repoman.freebsd.org)
Received: (from mux@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R05GBC025539;
	Fri, 27 May 2005 00:05:16 GMT (envelope-from mux)
Message-Id: <200505270005.j4R05GBC025539@repoman.freebsd.org>
From: Maxime Henrion <mux@FreeBSD.org>
Date: Fri, 27 May 2005 00:05:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.sbin/rpc.umntall rpc.umntall.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 00:05:17 -0000

mux         2005-05-27 00:05:16 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.umntall rpc.umntall.c 
  Log:
  Use clnt_create_timed() instead of clnt_create().  The former has an
  additional argument that allows us to specify a timeout, like we do for
  the subsequent clnt_call() calls.
  
  Submitted by:   Jeremie Le Hen <jeremie@le-hen.org>
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.13      +8 -6      src/usr.sbin/rpc.umntall/rpc.umntall.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 00:21:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 581C116A41C;
	Fri, 27 May 2005 00:21:13 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 21D0443D49;
	Fri, 27 May 2005 00:21:13 +0000 (GMT)
	(envelope-from keramida@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R0LCvY026172;
	Fri, 27 May 2005 00:21:12 GMT
	(envelope-from keramida@repoman.freebsd.org)
Received: (from keramida@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R0LC3k026171;
	Fri, 27 May 2005 00:21:12 GMT (envelope-from keramida)
Message-Id: <200505270021.j4R0LC3k026171@repoman.freebsd.org>
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Fri, 27 May 2005 00:21: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/usr.sbin/gstat gstat.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: Fri, 27 May 2005 00:21:13 -0000

keramida    2005-05-27 00:21:12 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.sbin/gstat       gstat.8 
  Log:
  Add cross-references to iostat, systat and vmstat.
  
  Revision  Changes    Path
  1.7       +4 -1      src/usr.sbin/gstat/gstat.8

From owner-cvs-src@FreeBSD.ORG  Fri May 27 00:23:03 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3C59816A41C;
	Fri, 27 May 2005 00:23:03 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0D943D49;
	Fri, 27 May 2005 00:23:01 +0000 (GMT)
	(envelope-from keramida@ceid.upatras.gr)
Received: from gothmog.gr (patr530-b146.otenet.gr [212.205.244.154])
	by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id
	j4R0L9Wc030292; Fri, 27 May 2005 03:21:10 +0300
Received: from gothmog.gr (gothmog [127.0.0.1])
	by gothmog.gr (8.13.3/8.13.3) with ESMTP id j4R0MrLp050842;
	Fri, 27 May 2005 03:22:53 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Received: (from giorgos@localhost)
	by gothmog.gr (8.13.3/8.13.3/Submit) id j4R0Mrtj050838;
	Fri, 27 May 2005 03:22:53 +0300 (EEST)
	(envelope-from keramida@ceid.upatras.gr)
Date: Fri, 27 May 2005 03:22:53 +0300
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Message-ID: <20050527002253.GA48929@gothmog.gr>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
	<20050526224648.GA865@gothmog.gr>
	<20050526234438.GS959@funkthat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050526234438.GS959@funkthat.com>
Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.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: Fri, 27 May 2005 00:23:03 -0000

On 2005-05-26 16:44, John-Mark Gurney <gurney_j@resnet.uoregon.edu> wrote:
> I though you hadn't included gstat, but upon looking at the diff, gstat
> was included..  Though gstat doesn't link to iostat and friends..

Should be fixed now.

> Now the funny part, we have three of the four combinations of
> usr.s?bin and section 1/8 for these utils...  should we look at moving
> these all to usr.sbin and section 8?

gstat can only be run as root, so it does make sense to keep it in
src/usr.sbin

The rest run fine as non-superuser.  It's probably ok to repo-move them
to usr.bin, but I'll let someone more experienced decide about that.

From owner-cvs-src@FreeBSD.ORG  Fri May 27 00:39:12 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0DF9216A41C;
	Fri, 27 May 2005 00:39:12 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CC4B943D49;
	Fri, 27 May 2005 00:39:11 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R0dB6E026754;
	Fri, 27 May 2005 00:39:11 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R0dBn7026753;
	Fri, 27 May 2005 00:39:11 GMT (envelope-from eivind)
Message-Id: <200505270039.j4R0dBn7026753@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Fri, 27 May 2005 00:39: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/libexec/getty ttys.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2005 00:39:12 -0000

eivind      2005-05-27 00:39:11 UTC

  FreeBSD src repository

  Modified files:
    libexec/getty        ttys.5 
  Log:
  Make the example for using xterm as a login manager to match the X of the
  noughties, not eighties.
  
  Revision  Changes    Path
  1.16      +1 -1      src/libexec/getty/ttys.5

From owner-cvs-src@FreeBSD.ORG  Fri May 27 00:40:06 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9318E16A41C;
	Fri, 27 May 2005 00:40:06 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B59243D4C;
	Fri, 27 May 2005 00:40:06 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R0e6g5026835;
	Fri, 27 May 2005 00:40:06 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R0e6Dt026834;
	Fri, 27 May 2005 00:40:06 GMT (envelope-from cognet)
Message-Id: <200505270040.j4R0e6Dt026834@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Fri, 27 May 2005 00:40:06 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/dev/bktr bktr_reg.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, 27 May 2005 00:40:06 -0000

cognet      2005-05-27 00:40:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/bktr         bktr_reg.h 
  Log:
  MFC rev 1.50:
  Fix one more misuse of u_long when uint32_t is actually meant.
  
  Submitted by:   oliver
  
  Revision  Changes    Path
  1.47.2.3  +1 -1      src/sys/dev/bktr/bktr_reg.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 00:45:40 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D8FE16A41C;
	Fri, 27 May 2005 00:45:40 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB17F43D4C;
	Fri, 27 May 2005 00:45:39 +0000 (GMT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R0jdxn027095;
	Fri, 27 May 2005 00:45:39 GMT
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R0jdtK027094;
	Fri, 27 May 2005 00:45:39 GMT (envelope-from cognet)
Message-Id: <200505270045.j4R0jdtK027094@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Fri, 27 May 2005 00:45:39 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/arm/arm 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: Fri, 27 May 2005 00:45:40 -0000

cognet      2005-05-27 00:45:39 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          pmap.c 
  Log:
  Remove pmap_deactivate(), we do not use it.
  
  Revision  Changes    Path
  1.31      +0 -6      src/sys/arm/arm/pmap.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 01:09:43 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7A40F16A41C;
	Fri, 27 May 2005 01:09:43 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 423D243D48;
	Fri, 27 May 2005 01:09:43 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R19hB0034669;
	Fri, 27 May 2005 01:09:43 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R19hgH034668;
	Fri, 27 May 2005 01:09:43 GMT (envelope-from eivind)
Message-Id: <200505270109.j4R19hgH034668@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Fri, 27 May 2005 01:09:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/contrib/ipfilter/man ipfstat.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: Fri, 27 May 2005 01:09:43 -0000

eivind      2005-05-27 01:09:42 UTC

  FreeBSD src repository

  Modified files:
    contrib/ipfilter/man ipfstat.8 
  Log:
  Since this is already off the vendor branch: Our kernel is now in
  /boot/kernel/kernel, not plain /kernel
  
  Revision  Changes    Path
  1.10      +1 -1      src/contrib/ipfilter/man/ipfstat.8

From owner-cvs-src@FreeBSD.ORG  Fri May 27 02:45:50 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8C42B16A41C;
	Fri, 27 May 2005 02:45:50 +0000 (GMT)
	(envelope-from green@green.homeunix.org)
Received: from green.homeunix.org (green@localhost [127.0.0.1])
	by green.homeunix.org (8.13.3/8.13.1) with ESMTP id j4R2joTU072676;
	Thu, 26 May 2005 22:45:50 -0400 (EDT)
	(envelope-from green@green.homeunix.org)
Received: (from green@localhost)
	by green.homeunix.org (8.13.3/8.13.1/Submit) id j4R2jmdT072675;
	Thu, 26 May 2005 22:45:48 -0400 (EDT) (envelope-from green)
Date: Thu, 26 May 2005 22:45:48 -0400
From: Brian Fundakowski Feldman <green@freebsd.org>
To: Giorgos Keramidas <keramida@ceid.upatras.gr>
Message-ID: <20050527024548.GP1201@green.homeunix.org>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
	<20050526224648.GA865@gothmog.gr>
	<20050526234438.GS959@funkthat.com>
	<20050527002253.GA48929@gothmog.gr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050527002253.GA48929@gothmog.gr>
User-Agent: Mutt/1.5.6i
Cc: cvs-src@freebsd.org, John-Mark Gurney <gurney_j@resnet.uoregon.edu>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.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: Fri, 27 May 2005 02:45:50 -0000

On Fri, May 27, 2005 at 03:22:53AM +0300, Giorgos Keramidas wrote:
> On 2005-05-26 16:44, John-Mark Gurney <gurney_j@resnet.uoregon.edu> wrote:
> > I though you hadn't included gstat, but upon looking at the diff, gstat
> > was included..  Though gstat doesn't link to iostat and friends..
> 
> Should be fixed now.
> 
> > Now the funny part, we have three of the four combinations of
> > usr.s?bin and section 1/8 for these utils...  should we look at moving
> > these all to usr.sbin and section 8?
> 
> gstat can only be run as root, so it does make sense to keep it in
> src/usr.sbin
> 
> The rest run fine as non-superuser.  It's probably ok to repo-move them
> to usr.bin, but I'll let someone more experienced decide about that.

Why is gstat root-only, anyway?  Is the information it gives supposed to
be much more sensitive than that which iostat does?  I would prefer being
able to run it not as root...

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green@FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\

From owner-cvs-src@FreeBSD.ORG  Fri May 27 02:58:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: by hub.freebsd.org (Postfix, from userid 1033)
	id 9E34B16A41F; Fri, 27 May 2005 02:58:34 +0000 (GMT)
Date: Fri, 27 May 2005 02:58:34 +0000
From: Alexey Dokuchaev <danfe@FreeBSD.org>
To: Eivind Eklund <eivind@FreeBSD.org>
Message-ID: <20050527025834.GA43042@FreeBSD.org>
References: <200505270039.j4R0dBn7026753@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <200505270039.j4R0dBn7026753@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/libexec/getty ttys.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2005 02:58:34 -0000

On Fri, May 27, 2005 at 12:39:11AM +0000, Eivind Eklund wrote:
> eivind      2005-05-27 00:39:11 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     libexec/getty        ttys.5 
>   Log:
>   Make the example for using xterm as a login manager to match the X of the
>   noughties, not eighties.

Actually, since this is a -CURRENT change, XFree86 should probably be
replaced by X.org.

./danfe

From owner-cvs-src@FreeBSD.ORG  Fri May 27 04:27:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 81B4816A41C;
	Fri, 27 May 2005 04:27:22 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 49D0D43D1F;
	Fri, 27 May 2005 04:27:22 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R4RMfY042351;
	Fri, 27 May 2005 04:27:22 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R4RMXt042350;
	Fri, 27 May 2005 04:27:22 GMT (envelope-from davidxu)
Message-Id: <200505270427.j4R4RMXt042350@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Fri, 27 May 2005 04:27: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/kern 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: Fri, 27 May 2005 04:27:22 -0000

davidxu     2005-05-27 04:27:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
  Log:
  Remove sleep queue hack, it is no longer needed with current sleep queue.
  Actually, it causes process to hang when it is being debugged.
  
  PR: gnu/77818
  
  Revision  Changes    Path
  1.216     +0 -8      src/sys/kern/kern_thread.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 04:52:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3A33E16A41C;
	Fri, 27 May 2005 04:52:22 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF6C243D1D;
	Fri, 27 May 2005 04:52:21 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R4qLMl050117;
	Fri, 27 May 2005 04:52:21 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R4qLba050116;
	Fri, 27 May 2005 04:52:21 GMT (envelope-from brueffer)
Message-Id: <200505270452.j4R4qLba050116@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Fri, 27 May 2005 04:52: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/share/man/man4 em.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: Fri, 27 May 2005 04:52:22 -0000

brueffer    2005-05-27 04:52:21 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/man/man4       em.4 
  Log:
  Document support for the 82573 chip.
  
  Revision  Changes    Path
  1.20      +3 -3      src/share/man/man4/em.4

From owner-cvs-src@FreeBSD.ORG  Fri May 27 05:37:19 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 00FC516A41C;
	Fri, 27 May 2005 05:37:19 +0000 (GMT)
	(envelope-from fullermd@over-yonder.net)
Received: from mortis.over-yonder.net (adsl-144-221-242.jan.bellsouth.net
	[70.144.221.242])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 995FD43D1F;
	Fri, 27 May 2005 05:37:18 +0000 (GMT)
	(envelope-from fullermd@over-yonder.net)
Received: by mortis.over-yonder.net (Postfix, from userid 100)
	id B32A821006; Fri, 27 May 2005 00:37:16 -0500 (CDT)
Date: Fri, 27 May 2005 00:37:16 -0500
From: "Matthew D. Fuller" <fullermd@over-yonder.net>
To: Brian Fundakowski Feldman <green@freebsd.org>
Message-ID: <20050527053716.GA1464@over-yonder.net>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
	<20050526224648.GA865@gothmog.gr>
	<20050526234438.GS959@funkthat.com>
	<20050527002253.GA48929@gothmog.gr>
	<20050527024548.GP1201@green.homeunix.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050527024548.GP1201@green.homeunix.org>
X-Editor: vi
X-OS: FreeBSD <http://www.freebsd.org/>
User-Agent: Mutt/1.5.9i-fullermd.2
Cc: Giorgos Keramidas <keramida@ceid.upatras.gr>, cvs-src@freebsd.org,
	John-Mark Gurney <gurney_j@resnet.uoregon.edu>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.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: Fri, 27 May 2005 05:37:19 -0000

On Thu, May 26, 2005 at 10:45:48PM -0400 I heard the voice of
Brian Fundakowski Feldman, and lo! it spake thus:
> 
> Why is gstat root-only, anyway?  Is the information it gives
> supposed to be much more sensitive than that which iostat does?  I
> would prefer being able to run it not as root...

gstat isn't root-only by itself; it reads /dev/devstat, which is
default root:wheel 400.  I've got devstat set to 440 in devfs.conf on
my system, so I can run gstat as a wheel user.  I think devstat opens
up other capabilities, though, so you wouldn't want it open for
untrusted users.


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.

From owner-cvs-src@FreeBSD.ORG  Fri May 27 05:44:53 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: by hub.freebsd.org (Postfix, from userid 683)
	id 52F6D16A425; Fri, 27 May 2005 05:44:53 +0000 (GMT)
Date: Fri, 27 May 2005 05:44:53 +0000
From: Eivind Eklund <eivind@FreeBSD.org>
To: Alexey Dokuchaev <danfe@FreeBSD.org>
Message-ID: <20050527054453.GE26343@FreeBSD.org>
References: <200505270039.j4R0dBn7026753@repoman.freebsd.org>
	<20050527025834.GA43042@FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050527025834.GA43042@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/libexec/getty ttys.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2005 05:44:53 -0000

On Fri, May 27, 2005 at 02:58:34AM +0000, Alexey Dokuchaev wrote:
> On Fri, May 27, 2005 at 12:39:11AM +0000, Eivind Eklund wrote:
> > eivind      2005-05-27 00:39:11 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     libexec/getty        ttys.5 
> >   Log:
> >   Make the example for using xterm as a login manager to match the X of the
> >   noughties, not eighties.
> 
> Actually, since this is a -CURRENT change, XFree86 should probably be
> replaced by X.org.

Possibly, but I don't know what the server binary for X.org is called.  I'm
far far off the upgrade cycle after a series of 5.X-current mishaps
left me "stranded" on an upgradeable system, with no easy way to
get all the data out and upgrade.  I might rejoin y'all when I
someday pick up new hardware...

Eivind.

From owner-cvs-src@FreeBSD.ORG  Fri May 27 05:58:24 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C17F316A41C;
	Fri, 27 May 2005 05:58:24 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA1743D1D;
	Fri, 27 May 2005 05:58:24 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk
	[83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 9F88D1EC335;
	Fri, 27 May 2005 07:58:22 +0200 (CEST)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.13.3/8.13.3) with ESMTP id j4R5wEfs010451;
	Fri, 27 May 2005 07:58:15 +0200 (CEST)
	(envelope-from phk@critter.freebsd.dk)
To: Brian Fundakowski Feldman <green@freebsd.org>
From: "Poul-Henning Kamp" <phk@phk.freebsd.dk>
In-Reply-To: Your message of "Thu, 26 May 2005 22:45:48 EDT."
	<20050527024548.GP1201@green.homeunix.org> 
Date: Fri, 27 May 2005 07:58:14 +0200
Message-ID: <10450.1117173494@critter.freebsd.dk>
Sender: phk@critter.freebsd.dk
Cc: Giorgos Keramidas <keramida@ceid.upatras.gr>, cvs-src@freebsd.org,
	John-Mark Gurney <gurney_j@resnet.uoregon.edu>,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.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: Fri, 27 May 2005 05:58:24 -0000

In message <20050527024548.GP1201@green.homeunix.org>, Brian Fundakowski Feldma
n writes:

>Why is gstat root-only, anyway?  Is the information it gives supposed to
>be much more sensitive than that which iostat does?  I would prefer being
>able to run it not as root...

I'm OK with it being open for other than root.

-- 
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 May 27 06:03:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: by hub.freebsd.org (Postfix, from userid 1033)
	id F2D7F16A41F; Fri, 27 May 2005 06:03:21 +0000 (GMT)
Date: Fri, 27 May 2005 06:03:21 +0000
From: Alexey Dokuchaev <danfe@FreeBSD.org>
To: Eivind Eklund <eivind@FreeBSD.org>
Message-ID: <20050527060321.GA54881@FreeBSD.org>
References: <200505270039.j4R0dBn7026753@repoman.freebsd.org>
	<20050527025834.GA43042@FreeBSD.org>
	<20050527054453.GE26343@FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
In-Reply-To: <20050527054453.GE26343@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/libexec/getty ttys.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2005 06:03:22 -0000

On Fri, May 27, 2005 at 05:44:53AM +0000, Eivind Eklund wrote:
> On Fri, May 27, 2005 at 02:58:34AM +0000, Alexey Dokuchaev wrote:
> > On Fri, May 27, 2005 at 12:39:11AM +0000, Eivind Eklund wrote:
> > > eivind      2005-05-27 00:39:11 UTC
> > > 
> > >   FreeBSD src repository
> > > 
> > >   Modified files:
> > >     libexec/getty        ttys.5 
> > >   Log:
> > >   Make the example for using xterm as a login manager to match the X of the
> > >   noughties, not eighties.
> > 
> > Actually, since this is a -CURRENT change, XFree86 should probably be
> > replaced by X.org.
> 
> Possibly, but I don't know what the server binary for X.org is called.  I'm

There is always a symlink:

/usr/X11R6/bin/X -> Xorg, or

/usr/X11R6/bin/X -> XFree86, depending on what you've got.

So, you can simply write "/usr/X11R6/bin/X" and be both 90s' and correct
WRT XFree86/Xorg.

./danfe

> far far off the upgrade cycle after a series of 5.X-current mishaps
> left me "stranded" on an upgradeable system, with no easy way to
> get all the data out and upgrade.  I might rejoin y'all when I
> someday pick up new hardware...
> 
> Eivind.

From owner-cvs-src@FreeBSD.ORG  Fri May 27 06:07:22 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6CCA216A41C;
	Fri, 27 May 2005 06:07:22 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3471243D1D;
	Fri, 27 May 2005 06:07:22 +0000 (GMT)
	(envelope-from eivind@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R67LeG054038;
	Fri, 27 May 2005 06:07:21 GMT
	(envelope-from eivind@repoman.freebsd.org)
Received: (from eivind@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4R67LHU054037;
	Fri, 27 May 2005 06:07:21 GMT (envelope-from eivind)
Message-Id: <200505270607.j4R67LHU054037@repoman.freebsd.org>
From: Eivind Eklund <eivind@FreeBSD.org>
Date: Fri, 27 May 2005 06:07: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/libexec/getty ttys.5
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2005 06:07:22 -0000

eivind      2005-05-27 06:07:21 UTC

  FreeBSD src repository

  Modified files:
    libexec/getty        ttys.5 
  Log:
  Fixup of last commit: Use the name X instead of XFree86 for the server binary,
  thus being compatible with both XFree86 and X.org.
  
  Noticed by: danfe
  
  Revision  Changes    Path
  1.17      +1 -1      src/libexec/getty/ttys.5

From owner-cvs-src@FreeBSD.ORG  Fri May 27 08:07:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 21F8116A41C;
	Fri, 27 May 2005 08:07:35 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8B743D1D;
	Fri, 27 May 2005 08:07:34 +0000 (GMT) (envelope-from ru@ip.net.ua)
Received: from localhost (rocky.ip.net.ua [82.193.96.2])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4R87KhR072471;
	Fri, 27 May 2005 11:07:20 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: from tigra.ip.net.ua ([82.193.96.10])
	by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new,
	port 10024) with LMTP
	id 99745-15; Fri, 27 May 2005 11:07:19 +0300 (EEST)
Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213])
	by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j4R87JuS072468
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Fri, 27 May 2005 11:07:19 +0300 (EEST) (envelope-from ru@ip.net.ua)
Received: (from ru@localhost)
	by heffalump.ip.net.ua (8.13.3/8.13.3) id j4R87fhP005728;
	Fri, 27 May 2005 11:07:41 +0300 (EEST) (envelope-from ru)
Date: Fri, 27 May 2005 11:07:41 +0300
From: Ruslan Ermilov <ru@freebsd.org>
To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Message-ID: <20050527080741.GB5586@ip.net.ua>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
	<20050526224648.GA865@gothmog.gr>
	<20050526234438.GS959@funkthat.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="7ZAtKRhVyVSsbBD2"
Content-Disposition: inline
In-Reply-To: <20050526234438.GS959@funkthat.com>
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new at ip.net.ua
Cc: Giorgos Keramidas <keramida@ceid.upatras.gr>, cvs-src@freebsd.org,
	src-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
	vmstat.8 src/usr.sbin/iostat iostat.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: Fri, 27 May 2005 08:07:35 -0000


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

On Thu, May 26, 2005 at 04:44:38PM -0700, John-Mark Gurney wrote:
> Giorgos Keramidas wrote this message on Fri, May 27, 2005 at 01:46 +0300:
> > On 2005-05-26 12:25, John-Mark Gurney <gurney_j@resnet.uoregon.edu> wro=
te:
> > > Giorgos Keramidas wrote this message on Thu, May 26, 2005 at 17:54 +0=
000:
> > > >   Modified files:
> > > >     usr.bin/systat       systat.1
> > > >     usr.bin/vmstat       vmstat.8
> > > >     usr.sbin/iostat      iostat.8
> > > >   Log:
> > > >   Interlink systat(1), iostat(8) and vmstat(8) through their SEE AL=
SO
> > > >   sections, so that users of one can learn about the others easily.
> > >
> > > You might want to include gstat in there too...
> >=20
> > True.  Editing the commit log separately and committing with -F logmsg
> > wasn't helpful this time :-(
>=20
> /me didn't read diff.
>=20
> I though you hadn't included gstat, but upon looking at the diff, gstat
> was included..  Though gstat doesn't link to iostat and friends..
>=20
> Now the funny part, we have three of the four combinations of usr.s?bin
> and section 1/8 for these utils...  should we look at moving these all
> to usr.sbin and section 8?
>=20
Every time we move the bits, it becomes a PITA for those upgrading, and
having the stale binaries in the old path.  If anyone will be doing this,
make sure you add the necessary glue to corresponding makefiles that
remove the old cruft for a duration of at least several months.  Of
course this should only be done in -CURRENT (if at all).


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

--7ZAtKRhVyVSsbBD2
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFCltVNqRfpzJluFF4RAk3jAKCNlA+JF9K26JMA10yKkZELD77O2wCdGwLs
cy2Yetz0hGXOpJeAjc2sMzs=
=0lZ9
-----END PGP SIGNATURE-----

--7ZAtKRhVyVSsbBD2--

From owner-cvs-src@FreeBSD.ORG  Fri May 27 08:21:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@freebsd.org
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A61F616A41C;
	Fri, 27 May 2005 08:21:13 +0000 (GMT)
	(envelope-from Alexander@Leidinger.net)
Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com
	[194.25.134.20])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3624743D49;
	Fri, 27 May 2005 08:21:13 +0000 (GMT)
	(envelope-from Alexander@Leidinger.net)
Received: from fwd29.aul.t-online.de by mailout08.sul.t-online.com with smtp 
	id 1Dba5f-00026u-01; Fri, 27 May 2005 10:21:11 +0200
Received: from Andro-Beta.Leidinger.net
	(bjk5A-Zboe3O5FVSq4TMQoCNk2WZrIMp7bHEdfk8sM1KO2cY+P0S4C@[84.165.188.240])
	by fwd29.sul.t-online.de
	with esmtp id 1Dba5U-1wvfVY0; Fri, 27 May 2005 10:21:00 +0200
Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1])
	by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id
	j4R8KwXk023247; Fri, 27 May 2005 10:20:58 +0200 (CEST)
	(envelope-from Alexander@Leidinger.net)
Date: Fri, 27 May 2005 10:20:58 +0200
From: Alexander Leidinger <Alexander@Leidinger.net>
To: Ruslan Ermilov <ru@FreeBSD.org>
Message-ID: <20050527102058.7ae591a5@Magellan.Leidinger.net>
In-Reply-To: <20050527080741.GB5586@ip.net.ua>
References: <200505261754.j4QHsGFG002792@repoman.freebsd.org>
	<20050526192502.GR959@funkthat.com>
	<20050526224648.GA865@gothmog.gr>
	<20050526234438.GS959@funkthat.com>
	<20050527080741.GB5586@ip.net.ua>
X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.7; i386-portbld-freebsd6.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-ID: bjk5A-Zboe3O5FVSq4TMQoCNk2WZrIMp7bHEdfk8sM1KO2cY+P0S4C@t-dialin.net
X-TOI-MSGID: 27ab20fb-48be-43b0-95ff-39e817f8c122
Cc: John-Mark Gurney <gurney_j@resnet.uoregon.edu>, src-committers@FreeBSD.org,
	joerg@freebsd.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,
	Giorgos Keramidas <keramida@ceid.upatras.gr>
Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat
 vmstat.8 src/usr.sbin/iostat iostat.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: Fri, 27 May 2005 08:21:13 -0000

On Fri, 27 May 2005 11:07:41 +0300
Ruslan Ermilov <ru@FreeBSD.org> wrote:

> Every time we move the bits, it becomes a PITA for those upgrading, and
> having the stale binaries in the old path.  If anyone will be doing this,
> make sure you add the necessary glue to corresponding makefiles that
> remove the old cruft for a duration of at least several months.  Of
> course this should only be done in -CURRENT (if at all).

http://www.leidinger.net/FreeBSD/current-patches/obsolete_removal.diff

Tell me where to document it and I punish my mentor to review it.

Bye,
Alexander.

-- 
            Yes, I've heard of "decaf." What's your point?

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7

From owner-cvs-src@FreeBSD.ORG  Fri May 27 10:00:23 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C28B716A41C;
	Fri, 27 May 2005 10:00:23 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A2C2943D48;
	Fri, 27 May 2005 10:00:23 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RA0NJ1070425;
	Fri, 27 May 2005 10:00:23 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RA0NWQ070424;
	Fri, 27 May 2005 10:00:23 GMT (envelope-from stefanf)
Message-Id: <200505271000.j4RA0NWQ070424@repoman.freebsd.org>
From: Stefan Farfeleder <stefanf@FreeBSD.org>
Date: Fri, 27 May 2005 10:00: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/lib/libc/sparc64/fpu fpu_explode.c fpu_qp.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 10:00:23 -0000

stefanf     2005-05-27 10:00:22 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sparc64/fpu fpu_explode.c fpu_qp.c 
  Log:
  Fix long (and long long) to long double, unsigned to long double and unsigned
  long (and unsigned long long) to long double conversions.
  - Add a parameter that specifies the position of the sign bit to the _QP_TTOQ
    macro, previously it always looked at bit 31.  Pass a negative number to
    disable sign inspection for unsigned types.  This fixes _Qp_xtoq(),
    _Qp_uitoq() and _Qp_uxtoq().
  - In the functions __fpu_itof() and __fpu_xtof(), look at the sign bit to
    decide whether we're doing a conversion from an unsigned type.  If so, don't
    negate the mantissa if the integer exceeds the biggest signed number.
  
  PR:             55773
  Patch by:       Stephen Paskaluk (based upon)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.6       +16 -2     src/lib/libc/sparc64/fpu/fpu_explode.c
  1.6       +8 -8      src/lib/libc/sparc64/fpu/fpu_qp.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 11:58:01 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F8C216A41C;
	Fri, 27 May 2005 11:58:01 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6FEA043D4C;
	Fri, 27 May 2005 11:58:01 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RBw1f0074870;
	Fri, 27 May 2005 11:58:01 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RBw1SF074869;
	Fri, 27 May 2005 11:58:01 GMT (envelope-from glebius)
Message-Id: <200505271158.j4RBw1SF074869@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 11:58:01 +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/share/man/man9 Makefile alloc_unr.9 src/sys/conf
 files src/sys/kern subr_unit.c src/sys/sys systm.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, 27 May 2005 11:58:01 -0000

glebius     2005-05-27 11:58:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    share/man/man9       Makefile 
    sys/conf             files 
    sys/sys              systm.h 
  Added files:           (Branch: RELENG_5)
    share/man/man9       alloc_unr.9 
    sys/kern             subr_unit.c 
  Log:
  Merge kernel unit allocator.
  
  Approved by:    phk
  
  Revision    Changes    Path
  1.239.2.11  +6 -1      src/share/man/man9/Makefile
  1.1.2.1     +98 -0     src/share/man/man9/alloc_unr.9 (new)
  1.943.2.19  +1 -0      src/sys/conf/files
  1.7.2.1     +834 -0    src/sys/kern/subr_unit.c (new)
  1.213.2.5   +10 -0     src/sys/sys/systm.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:02:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D545516A41C;
	Fri, 27 May 2005 12:02:35 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A27D343D1D;
	Fri, 27 May 2005 12:02:35 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RC2ZOx075148;
	Fri, 27 May 2005 12:02:35 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RC2Zn9075147;
	Fri, 27 May 2005 12:02:35 GMT (envelope-from glebius)
Message-Id: <200505271202.j4RC2Zn9075147@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:02:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netgraph ng_device.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 12:02:36 -0000

glebius     2005-05-27 12:02:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_device.c 
  Log:
  MFC:
    o Use subr_unit allocator. This simplifies code much:
      - Remove get_free_unit().
      - Remove SLIST of nodes.
      - Remove global mutex.
  
    o Increase NGD_MAX to 999.
    o Move ngd_mod_event() up to netgraph methods.
  
  Revision  Changes    Path
  1.11.2.6  +33 -74    src/sys/netgraph/ng_device.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:03:11 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 891BF16A41C;
	Fri, 27 May 2005 12:03:11 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54F7743D1F;
	Fri, 27 May 2005 12:03:11 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RC3Bkc075190;
	Fri, 27 May 2005 12:03:11 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RC3B6W075189;
	Fri, 27 May 2005 12:03:11 GMT (envelope-from glebius)
Message-Id: <200505271203.j4RC3B6W075189@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:03:11 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netgraph ng_iface.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 12:03:11 -0000

glebius     2005-05-27 12:03:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_iface.c 
  Log:
  MFC 1.40:
    Use subr_unit allocator instead of own functions.
  
  Revision  Changes    Path
  1.34.2.3  +26 -91    src/sys/netgraph/ng_iface.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:04:13 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C02BF16A41C;
	Fri, 27 May 2005 12:04:13 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 51E1E43D1F;
	Fri, 27 May 2005 12:04:13 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RC4DrH075241;
	Fri, 27 May 2005 12:04:13 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RC4DiY075240;
	Fri, 27 May 2005 12:04:13 GMT (envelope-from glebius)
Message-Id: <200505271204.j4RC4DiY075240@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:04:13 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netgraph ng_eiface.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 12:04:13 -0000

glebius     2005-05-27 12:04:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_eiface.c 
  Log:
  MFC:
    1.30: Remove extra ifnet pointer from private data. It can be accessed via arpcom.
    1.29: Remove ng_connect_t where it is unused.
    1.28: Use subr_unit allocator instead of own functions.
  
  Revision  Changes    Path
  1.17.2.3  +31 -113   src/sys/netgraph/ng_eiface.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:05:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 64F4916A41C;
	Fri, 27 May 2005 12:05:25 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0D99743D53;
	Fri, 27 May 2005 12:05:25 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RC5OIb075337;
	Fri, 27 May 2005 12:05:24 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RC5Ohi075336;
	Fri, 27 May 2005 12:05:24 GMT (envelope-from glebius)
Message-Id: <200505271205.j4RC5Ohi075336@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:05:24 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/modules/netgraph/device 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, 27 May 2005 12:05:25 -0000

glebius     2005-05-27 12:05:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/modules/netgraph/device Makefile 
  Log:
  Add vnode_if.h to SRCS.
  
  Revision  Changes    Path
  1.1.8.1   +1 -1      src/sys/modules/netgraph/device/Makefile

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:25:43 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 308F916A41C;
	Fri, 27 May 2005 12:25:43 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 12A9143D1F;
	Fri, 27 May 2005 12:25:43 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RCPgJA076260;
	Fri, 27 May 2005 12:25:42 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RCPgtH076259;
	Fri, 27 May 2005 12:25:42 GMT (envelope-from rwatson)
Message-Id: <200505271225.j4RCPgtH076259@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Fri, 27 May 2005 12:25:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/netipx ipx.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, 27 May 2005 12:25:43 -0000

rwatson     2005-05-27 12:25:42 UTC

  FreeBSD src repository

  Modified files:
    sys/netipx           ipx.h 
  Log:
  Back out ipx.h:1.18, which introduced a Linux API compatibility field in
  the ipx_net data structure.  Doing so introduced a stronger alignment
  requirement for the address structure, which in turn propagated into
  other dependent data structures, which turns out not to be suported by
  the available IPX source code.  As a result, a number of user space
  applications, such as IPX routing components, failed to operate
  correctly.
  
  RELENG_5_3 candidate?
  
  PRs:            74059, 80266
  Pointy hat to:  bms
  Fix by:         bde
  Tested by:      Keith White <Keith dot White at site dot uottawa dot ca>
  MFC after:      1 week
  Suffering:      great
  
  Revision  Changes    Path
  1.21      +0 -3      src/sys/netipx/ipx.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:31:30 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F55016A41C;
	Fri, 27 May 2005 12:31:30 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 02AA843D1F;
	Fri, 27 May 2005 12:31:30 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RCVT9i076560;
	Fri, 27 May 2005 12:31:29 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RCVTTd076559;
	Fri, 27 May 2005 12:31:29 GMT (envelope-from glebius)
Message-Id: <200505271231.j4RCVTTd076559@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:31:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/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: Fri, 27 May 2005 12:31:30 -0000

glebius     2005-05-27 12:31:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         netgraph.h ng_base.c 
  Log:
  MFC:
    Since there is no way to queue a function call to node, create
    ng_queue_fn() - a queue version of ng_send_fn().
  
  Revision  Changes    Path
  1.43.2.6  +2 -0      src/sys/netgraph/netgraph.h
  1.84.2.9  +16 -3     src/sys/netgraph/ng_base.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:31:49 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D31FA16A41C;
	Fri, 27 May 2005 12:31:49 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 908A143D1F;
	Fri, 27 May 2005 12:31:49 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RCVn9r076616;
	Fri, 27 May 2005 12:31:49 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RCVnRd076615;
	Fri, 27 May 2005 12:31:49 GMT (envelope-from glebius)
Message-Id: <200505271231.j4RCVnRd076615@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:31:49 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netgraph ng_ksocket.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 12:31:50 -0000

glebius     2005-05-27 12:31:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_ksocket.c 
  Log:
  MFC:
    When used as divert socket we need to decouple stack when node is entered
    from socket side. Use ng_queue_fn() instead of ng_send_fn().
  
  Revision  Changes    Path
  1.46.2.6  +3 -1      src/sys/netgraph/ng_ksocket.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 12:32:30 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1933416A41C;
	Fri, 27 May 2005 12:32:30 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D9AFA43D1F;
	Fri, 27 May 2005 12:32:29 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RCWTZu076660;
	Fri, 27 May 2005 12:32:29 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RCWT2m076659;
	Fri, 27 May 2005 12:32:29 GMT (envelope-from glebius)
Message-Id: <200505271232.j4RCWT2m076659@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 12:32:29 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netinet ip_divert.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 12:32:30 -0000

glebius     2005-05-27 12:32:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          ip_divert.c 
  Log:
  MFC:
    In div_output() explicitly set m->m_nextpkt to NULL. If divert socket
    is not userland, but ng_ksocket, then m->m_nextpkt may be non-NULL. In
    this case we would panic in sbappend.
  
  Revision  Changes    Path
  1.98.2.6  +5 -0      src/sys/netinet/ip_divert.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 14:22:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 37E5916A41C;
	Fri, 27 May 2005 14:22:31 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F2C2743D1D;
	Fri, 27 May 2005 14:22:30 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4REMUgS087922;
	Fri, 27 May 2005 14:22:30 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4REMUkj087921;
	Fri, 27 May 2005 14:22:30 GMT (envelope-from glebius)
Message-Id: <200505271422.j4REMUkj087921@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 14:22:30 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/conf NOTES options src/sys/modules/netgraph
 Makefile.inc src/sys/netgraph netgraph.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, 27 May 2005 14:22:31 -0000

glebius     2005-05-27 14:22:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/conf             NOTES options 
    sys/modules/netgraph Makefile.inc 
    sys/netgraph         netgraph.h 
  Log:
    Make NETGRAPH_DEBUG a kernel option, so that it can be turned off
    without hacking source.
  
    In collaboration with:  ru, julian
  
  Revision     Changes    Path
  1.1261.2.20  +1 -0      src/sys/conf/NOTES
  1.475.2.11   +1 -0      src/sys/conf/options
  1.2.8.1      +2 -0      src/sys/modules/netgraph/Makefile.inc
  1.43.2.7     +3 -1      src/sys/netgraph/netgraph.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 14:48:35 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF13E16A41C;
	Fri, 27 May 2005 14:48:35 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A72DB43D1F;
	Fri, 27 May 2005 14:48:35 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4REmZfo091037;
	Fri, 27 May 2005 14:48:35 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4REmZgV091036;
	Fri, 27 May 2005 14:48:35 GMT (envelope-from glebius)
Message-Id: <200505271448.j4REmZgV091036@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 14:48:35 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/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: Fri, 27 May 2005 14:48:36 -0000

glebius     2005-05-27 14:48:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         netgraph.h ng_base.c 
  Log:
  MFC:
    Use uma(9) for allocating netgraph items:
      - ng_getqblk() simply runs uma_zalloc().
      - ng_free_item() simply frees.
      - ngq_mtx is pushed down under NETGRAPH_DEBUG.
      - NGQF_FREE is removed.
  
    Increase default maxalloc to 512.
  
    Reviewed by:    julian
  
  Revision   Changes    Path
  1.43.2.8   +0 -6      src/sys/netgraph/netgraph.h
  1.84.2.10  +114 -169  src/sys/netgraph/ng_base.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 14:49:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 64B0416A41F
	for <cvs-src@FreeBSD.org>; Fri, 27 May 2005 14:49:31 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net
	[69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657CE43D55
	for <cvs-src@FreeBSD.org>; Fri, 27 May 2005 14:49:30 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: (qmail 11817 invoked from network); 27 May 2005 14:49:30 -0000
Received: from server.baldwin.cx ([216.27.160.63])
	(envelope-sender <jhb@FreeBSD.org>)
	by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA
	encrypted SMTP for <cvs-all@FreeBSD.org>; 27 May 2005 14:49:29 -0000
Received: from [10.50.40.212] (gw1.twc.weather.com [216.133.140.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j4REnMe2012347;
	Fri, 27 May 2005 10:49:23 -0400 (EDT) (envelope-from jhb@FreeBSD.org)
From: John Baldwin <jhb@FreeBSD.org>
To: David Xu <davidxu@FreeBSD.org>
Date: Fri, 27 May 2005 09:24:19 -0400
User-Agent: KMail/1.8
References: <200505270427.j4R4RMXt042350@repoman.freebsd.org>
In-Reply-To: <200505270427.j4R4RMXt042350@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200505270924.20848.jhb@FreeBSD.org>
X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED,
	USER_IN_WHITELIST autolearn=failed version=3.0.2
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern 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: Fri, 27 May 2005 14:49:31 -0000

On Friday 27 May 2005 12:27 am, David Xu wrote:
> davidxu     2005-05-27 04:27:22 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/kern             kern_thread.c
>   Log:
>   Remove sleep queue hack, it is no longer needed with current sleep queue.
>   Actually, it causes process to hang when it is being debugged.
>
>   PR: gnu/77818

Thanks!  This had been on my list of things to axe for a while.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org

From owner-cvs-src@FreeBSD.ORG  Fri May 27 14:51:32 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E04AB16A41C;
	Fri, 27 May 2005 14:51:32 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AB71A43D49;
	Fri, 27 May 2005 14:51:32 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4REpWwQ092012;
	Fri, 27 May 2005 14:51:32 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4REpW80092008;
	Fri, 27 May 2005 14:51:32 GMT (envelope-from glebius)
Message-Id: <200505271451.j4REpW80092008@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Fri, 27 May 2005 14:51:32 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/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: Fri, 27 May 2005 14:51:33 -0000

glebius     2005-05-27 14:51:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         netgraph.h ng_base.c 
  Log:
  MFC:
    Make netgraph ISR and callout MPSAFE.
  
  Revision   Changes    Path
  1.43.2.9   +1 -2      src/sys/netgraph/netgraph.h
  1.84.2.11  +2 -2      src/sys/netgraph/ng_base.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 15:29:02 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3168B16A41C;
	Fri, 27 May 2005 15:29:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F058E43D48;
	Fri, 27 May 2005 15:29:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RFT1no094725;
	Fri, 27 May 2005 15:29:01 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RFT1gN094724;
	Fri, 27 May 2005 15:29:01 GMT (envelope-from jhb)
Message-Id: <200505271529.j4RFT1gN094724@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Fri, 27 May 2005 15:29: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/games/random random.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 15:29:02 -0000

jhb         2005-05-27 15:29:01 UTC

  FreeBSD src repository

  Modified files:
    games/random         random.c 
  Log:
  Fix for 64-bit platforms.  random() returns values between 0 and RAND_MAX,
  and RAND_MAX != LONG_MAX on 64-bit platforms.
  
  PR:             amd64/81279
  Submitted by:   Vivek Khera vivek at khera dot org
  Submitted by:   Adriaan de Groot groot at kde dot org
  MFC after:      1 week
  
  Revision  Changes    Path
  1.18      +3 -3      src/games/random/random.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 15:57:28 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 98FA316A41C;
	Fri, 27 May 2005 15:57:28 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 589B343D1D;
	Fri, 27 May 2005 15:57:28 +0000 (GMT)
	(envelope-from davidxu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RFvSxW001945;
	Fri, 27 May 2005 15:57:28 GMT
	(envelope-from davidxu@repoman.freebsd.org)
Received: (from davidxu@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RFvS3M001944;
	Fri, 27 May 2005 15:57:28 GMT (envelope-from davidxu)
Message-Id: <200505271557.j4RFvS3M001944@repoman.freebsd.org>
From: David Xu <davidxu@FreeBSD.org>
Date: Fri, 27 May 2005 15:57:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_kse.c
 subr_sleepqueue.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 15:57:28 -0000

davidxu     2005-05-27 15:57:28 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
    sys/kern             kern_kse.c subr_sleepqueue.c 
  Log:
  Remove thread_upcall_check, it was used to avoid race bug in earlier
  day's sleep queue code, today the bug no longer exists.
  please see 04/25/2004 freebsd-threads@ mailing list archive.
  
  Revision  Changes    Path
  1.213     +0 -10     src/sys/kern/kern_kse.c
  1.18      +1 -5      src/sys/kern/subr_sleepqueue.c
  1.430     +0 -1      src/sys/sys/proc.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 17:16:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 33EC216A41C;
	Fri, 27 May 2005 17:16:44 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 11CDE43D1D;
	Fri, 27 May 2005 17:16:44 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RHGhnC011867;
	Fri, 27 May 2005 17:16:43 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RHGhGa011866;
	Fri, 27 May 2005 17:16:43 GMT (envelope-from rwatson)
Message-Id: <200505271716.j4RHGhGa011866@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Fri, 27 May 2005 17:16: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/kern uipc_socket2.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 17:16:44 -0000

rwatson     2005-05-27 17:16:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket2.c 
  Log:
  In the current world order, each socket has two mutexes: a mutex
  that protects socket and receive socket buffer state, and a second
  mutex to protect send socket buffer state.  In some places, the
  mutex shared between the socket and receive socket buffer will be
  acquired twice, once by each layer, resulting in some
  inconsistency, but providing the abstraction benefit of being able
  to more easily separate the two mutexes in the future if desired.
  
  When transitioning a socket to the SS_ISDISCONNECTING or
  SS_ISDISCONNECTED states, grab the socket/receive socket buffer lock
  once rather than grabbing it as the socket lock, modifying socket
  state, then grabbing a second time as the receive lock in order to
  modify the socket buffer state to indicate no further data can be
  read.  This change is believed to close a race between the change in
  socket state and the change in socket buffer state, which for a
  remotely initiated close on a UNIX domain socket, resulted in
  soreceive() returning ENOTCONN rather than an EOF condition.
  
  A similar race still exists in the case of send, however, and is
  harder to fix as the socket and send socket buffer mutexes are not
  the same, and we would like to avoid holding combinations of socket
  mutexes over sb_upcall until we've finished clarifying the locking
  protocol for upcalls.
  
  This change has the side affect of reducing the number of mutex
  operations to initiate disconnect or perform disconnect on a
  socket by two.
  
  PR:             78824
  Rerported by:   Marc Olzheim <marcolz@stack.nl>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.146     +6 -13     src/sys/kern/uipc_socket2.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 17:52:56 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E4F8116A41C;
	Fri, 27 May 2005 17:52:56 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AABE843D1D;
	Fri, 27 May 2005 17:52:56 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RHqu50013283;
	Fri, 27 May 2005 17:52:56 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RHqu2F013282;
	Fri, 27 May 2005 17:52:56 GMT (envelope-from rwatson)
Message-Id: <200505271752.j4RHqu2F013282@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Fri, 27 May 2005 17:52: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/tools/tools/ministat ministat.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 17:52:57 -0000

rwatson     2005-05-27 17:52:56 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/ministat ministat.c 
  Log:
  dd a '-n' option to ministat, which causes it to display only summary
  statistics, not graph and statistical test output.  Useful for automated
  processing.
  
  Revision  Changes    Path
  1.5       +17 -9     src/tools/tools/ministat/ministat.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:02:12 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E47616A41C;
	Fri, 27 May 2005 19:02:12 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 48FB443D1D;
	Fri, 27 May 2005 19:02:12 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJ2CIr016301;
	Fri, 27 May 2005 19:02:12 GMT (envelope-from ume@repoman.freebsd.org)
Received: (from ume@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJ2C99016300;
	Fri, 27 May 2005 19:02:12 GMT (envelope-from ume)
Message-Id: <200505271902.j4RJ2C99016300@repoman.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Fri, 27 May 2005 19:02: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/include netdb.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, 27 May 2005 19:02:12 -0000

ume         2005-05-27 19:02:12 UTC

  FreeBSD src repository

  Modified files:
    include              netdb.h 
  Log:
  disable defining NI_WITHSCOPEID.  It was obsoleted, and was exist
  only for backward compatibility since 5.2-RELEASE.
  
  Revision  Changes    Path
  1.37      +1 -1      src/include/netdb.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:11:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6024216A41C;
	Fri, 27 May 2005 19:11:34 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2889C43D1D;
	Fri, 27 May 2005 19:11:34 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJBYak016807;
	Fri, 27 May 2005 19:11:34 GMT
	(envelope-from emax@repoman.freebsd.org)
Received: (from emax@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJBYcx016806;
	Fri, 27 May 2005 19:11:34 GMT (envelope-from emax)
Message-Id: <200505271911.j4RJBYcx016806@repoman.freebsd.org>
From: Maksim Yevmenkin <emax@FreeBSD.org>
Date: Fri, 27 May 2005 19:11:34 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/lib/libsdp sdp.3 sdp.h util.c
 src/usr.sbin/bluetooth/sdpcontrol 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, 27 May 2005 19:11:34 -0000

emax        2005-05-27 19:11:34 UTC

  FreeBSD src repository

  Modified files:
    lib/libsdp           sdp.3 sdp.h util.c 
    usr.sbin/bluetooth/sdpcontrol search.c 
  Log:
  Do not tread 128-bit UUID as int128. Provide separate macros to get/put
  128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.9       +13 -1     src/lib/libsdp/sdp.3
  1.5       +53 -2     src/lib/libsdp/sdp.h
  1.5       +15 -6     src/lib/libsdp/util.c
  1.4       +36 -27    src/usr.sbin/bluetooth/sdpcontrol/search.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:15:46 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 917B416A41C;
	Fri, 27 May 2005 19:15:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C60843D49;
	Fri, 27 May 2005 19:15:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJFkKx017068;
	Fri, 27 May 2005 19:15:46 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJFkNc017067;
	Fri, 27 May 2005 19:15:46 GMT (envelope-from pjd)
Message-Id: <200505271915.j4RJFkNc017067@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Fri, 27 May 2005 19:15: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/sys/kern vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 19:15:46 -0000

pjd         2005-05-27 19:15:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Use consistent style in functions I want to modify in the near future.
  
  Revision  Changes    Path
  1.381     +15 -9     src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:21:08 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F113816A41C;
	Fri, 27 May 2005 19:21:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BCF6243D1D;
	Fri, 27 May 2005 19:21:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJL8hd017362;
	Fri, 27 May 2005 19:21:08 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJL8qX017361;
	Fri, 27 May 2005 19:21:08 GMT (envelope-from pjd)
Message-Id: <200505271921.j4RJL8qX017361@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Fri, 27 May 2005 19:21:08 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 19:21:09 -0000

pjd         2005-05-27 19:21:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Sync locking in freebsd4_getfsstat() with getfsstat().
  Giant is probably also needed in kern_fhstatfs().
  
  Revision  Changes    Path
  1.382     +3 -0      src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:23:48 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7659A16A41C;
	Fri, 27 May 2005 19:23:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42C6B43D48;
	Fri, 27 May 2005 19:23:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJNmS1017434;
	Fri, 27 May 2005 19:23:48 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJNmAu017433;
	Fri, 27 May 2005 19:23:48 GMT (envelope-from pjd)
Message-Id: <200505271923.j4RJNmAu017433@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Fri, 27 May 2005 19:23: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 vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 19:23:48 -0000

pjd         2005-05-27 19:23:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Remove (now) unused argument 'td' from cvtstatfs().
  
  Revision  Changes    Path
  1.383     +6 -7      src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:25:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C612B16A41C;
	Fri, 27 May 2005 19:25:39 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 931B043D49;
	Fri, 27 May 2005 19:25:39 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJPdX6017567;
	Fri, 27 May 2005 19:25:39 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJPdff017566;
	Fri, 27 May 2005 19:25:39 GMT (envelope-from pjd)
Message-Id: <200505271925.j4RJPdff017566@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Fri, 27 May 2005 19:25:39 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/compat/linux linux_stats.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 19:25:39 -0000

pjd         2005-05-27 19:25:39 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_stats.c 
  Log:
  Remove (now) unused argument 'td' from bsd_to_linux_statfs().
  
  Revision  Changes    Path
  1.70      +3 -4      src/sys/compat/linux/linux_stats.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:26:12 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 02BE116A41C;
	Fri, 27 May 2005 19:26:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C1CC443D48;
	Fri, 27 May 2005 19:26:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJQBX1017636;
	Fri, 27 May 2005 19:26:11 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJQBpJ017635;
	Fri, 27 May 2005 19:26:11 GMT (envelope-from jhb)
Message-Id: <200505271926.j4RJQBpJ017635@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Fri, 27 May 2005 19:26: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/boot/i386/boot2 boot2.c src/sys/boot/pc98/boot2
 boot.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 19:26:12 -0000

jhb         2005-05-27 19:26:11 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot2  boot2.c 
    sys/boot/pc98/boot2  boot.c 
  Log:
  Print out the commands from /boot.config after parsing them so that they
  output is sent to the correct console(s).
  
  PR:             kern/66425
  Submitted by:   Gavin Atkinson gavin at ury dot york dot ac dot uk
  MFC after:      1 week
  
  Revision  Changes    Path
  1.72      +1 -1      src/sys/boot/i386/boot2/boot2.c
  1.14      +1 -1      src/sys/boot/pc98/boot2/boot.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:28:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C692A16A41C;
	Fri, 27 May 2005 19:28:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9393843D48;
	Fri, 27 May 2005 19:28:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJS4HC017775;
	Fri, 27 May 2005 19:28:04 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJS4S9017774;
	Fri, 27 May 2005 19:28:04 GMT (envelope-from jhb)
Message-Id: <200505271928.j4RJS4S9017774@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Fri, 27 May 2005 19:28: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/sys/boot/i386/libi386 devicename.c libi386.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, 27 May 2005 19:28:04 -0000

jhb         2005-05-27 19:28:04 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 devicename.c libi386.h 
  Log:
  Fix a warning by adding a missing 'const'.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/boot/i386/libi386/devicename.c
  1.20      +1 -1      src/sys/boot/i386/libi386/libi386.h

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:31:00 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B0F1816A41C;
	Fri, 27 May 2005 19:31:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFAF43D1F;
	Fri, 27 May 2005 19:31:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJV0Ui018112;
	Fri, 27 May 2005 19:31:00 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJV0nN018111;
	Fri, 27 May 2005 19:31:00 GMT (envelope-from jhb)
Message-Id: <200505271931.j4RJV0nN018111@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Fri, 27 May 2005 19:31:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/boot/common console.c loader.8
 src/sys/boot/i386/libi386 bootinfo.c src/sys/boot/i386/loader
 main.c src/sys/boot/pc98/loader main.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 May 2005 19:31:00 -0000

jhb         2005-05-27 19:31:00 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      console.c loader.8 
    sys/boot/i386/libi386 bootinfo.c 
    sys/boot/i386/loader main.c 
    sys/boot/pc98/loader main.c 
  Log:
  - Add support to the loader for multiple consoles.
  - Teach the i386 and pc98 loaders to honor multiple console requests from
    their respective boot2 binaries so that the same console(s) are used in
    both boot2 and the loader.
  - Since the kernel doesn't support multiple consoles, whichever console is
    listed first is treated as the "primary" console and is passed to the
    kernel in the boot_howto flags.
  
  PR:             kern/66425
  Submitted by:   Gavin Atkinson gavin at ury dot york dot ac dot uk
  MFC after:      1 week
  
  Revision  Changes    Path
  1.7       +93 -39    src/sys/boot/common/console.c
  1.80      +6 -1      src/sys/boot/common/loader.8
  1.37      +31 -5     src/sys/boot/i386/libi386/bootinfo.c
  1.31      +8 -4      src/sys/boot/i386/loader/main.c
  1.20      +8 -4      src/sys/boot/pc98/loader/main.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:36:33 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C275216A41C
	for <cvs-src@FreeBSD.org>; Fri, 27 May 2005 19:36:33 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net
	[69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C29243D4C
	for <cvs-src@FreeBSD.org>; Fri, 27 May 2005 19:36:32 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: (qmail 14597 invoked from network); 27 May 2005 19:36:32 -0000
Received: from server.baldwin.cx ([216.27.160.63])
	(envelope-sender <jhb@FreeBSD.org>)
	by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA
	encrypted SMTP for <cvs-all@FreeBSD.org>; 27 May 2005 19:36:31 -0000
Received: from [10.50.40.212] (gw1.twc.weather.com [216.133.140.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j4RJaK4t015810;
	Fri, 27 May 2005 15:36:24 -0400 (EDT) (envelope-from jhb@FreeBSD.org)
From: John Baldwin <jhb@FreeBSD.org>
To: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Fri, 27 May 2005 15:36:17 -0400
User-Agent: KMail/1.8
References: <200505271921.j4RJL8qX017361@repoman.freebsd.org>
In-Reply-To: <200505271921.j4RJL8qX017361@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200505271536.18979.jhb@FreeBSD.org>
X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED,
	USER_IN_WHITELIST autolearn=failed version=3.0.2
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx
Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 19:36:33 -0000

On Friday 27 May 2005 03:21 pm, Pawel Jakub Dawidek wrote:
> pjd         2005-05-27 19:21:08 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/kern             vfs_syscalls.c
>   Log:
>   Sync locking in freebsd4_getfsstat() with getfsstat().
>   Giant is probably also needed in kern_fhstatfs().

Hmm, can you possibly hold up on this?  I have a patch to create 
kern_getfsstat() that will save you a lot of trouble if you want to test it 
at http://www.freebsd.org/~jhb/patches/getfsstat.patch and below:

--- //depot/projects/smpng/sys/alpha/osf1/osf1_mount.c	2005/05/27 14:58:46
+++ //depot/user/jhb/proc/alpha/osf1/osf1_mount.c	2005/05/27 19:03:47
@@ -156,56 +156,44 @@
 	struct thread *td;
 	register struct osf1_getfsstat_args *uap;
 {
-	long count, error, maxcount;
-	caddr_t osf_sfsp;
-	struct mount *mp, *nmp;
-	struct statfs *sp, sb;
+	struct statfs *buf, *sp;
 	struct osf1_statfs osfs;
+	size_t count, size;
+	int error, flags;
 
 	if (uap->flags & ~OSF1_GETFSSTAT_FLAGS)
 		return (EINVAL);
+	flags = 0;
+	if (uap->flags & OSF1_MNT_WAIT)
+		flags |= MNT_WAIT;
+	if (uap->flags & OSF1_MNT_NOWAIT)
+		flags |= MNT_NOWAIT;
 
-	maxcount = uap->bufsize / sizeof(struct osf1_statfs);
-	osf_sfsp = (caddr_t)uap->buf;
-	for (count = 0, mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
-		nmp = TAILQ_NEXT(mp, mnt_list);
-		if (osf_sfsp && count < maxcount) {
-			if (!prison_check_mount(td->td_ucred, mp))
-	                        continue;
-#ifdef MAC
-			if (mac_check_mount_stat(td->td_ucred, mp) != 0)
-				continue;
-#endif
-			sp = &mp->mnt_stat;
-			/*
-			 * If OSF1_MNT_NOWAIT is specified, do not refresh the
-			 * fsstat cache.  OSF1_MNT_WAIT overrides
-			 * OSF1_MNT_NOWAIT.
-			 */
-			if (((uap->flags & OSF1_MNT_NOWAIT) == 0 ||
-			    (uap->flags & OSF1_MNT_WAIT)) &&
-			    (error = VFS_STATFS(mp, sp, td)))
-				continue;
-			sp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK;
+	count = uap->bufsize / sizeof(struct ostatfs);
+	size = count * sizeof(struct statfs);
+	if (size > 0)
+		buf = malloc(size, M_TEMP, M_WAITOK);
+	else
+		buf = NULL;
+	error = kern_getfsstat(td, buf, size, UIO_SYSSPACE, flags);
+	if (buf != NULL) {
+		count = td->td_retval[0];
+		sp = buf;
+		while (count > 0 && error != 0) {
 			if (suser(td)) {
 				bcopy(sp, &sb, sizeof(sb));
 				sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0;
 				sp = &sb;
 			}
 			bsd2osf_statfs(sp, &osfs);
-			if ((error = copyout(&osfs, osf_sfsp,
-			    sizeof (struct osf1_statfs))))
-				return (error);
-			osf_sfsp += sizeof (struct osf1_statfs);
+			error = copyout(&osfs, uap->buf, sizeof(osfs));
+			sp++;
+			uap->buf++;
+			count--;
 		}
-		count++;
+		free(buf, M_TEMP);
 	}
-	if (osf_sfsp && count > maxcount)
-		td->td_retval[0] = maxcount;
-	else
-		td->td_retval[0] = count;
-
-	return (0);
+	return (error);
 }
 
 int
--- //depot/projects/smpng/sys/compat/freebsd32/freebsd32_misc.c	2005/05/27 
14:58:46
+++ //depot/user/jhb/proc/compat/freebsd32/freebsd32_misc.c	2005/05/27 
19:03:47
@@ -155,32 +155,29 @@
 int
 freebsd4_freebsd32_getfsstat(struct thread *td, struct 
freebsd4_freebsd32_getfsstat_args *uap)
 {
+	struct statfs *buf, *sp;
+	struct statfs32 stat32;
+	size_t count, size;
 	int error;
-	caddr_t sg;
-	struct statfs32 *sp32, stat32;
-	struct statfs *sp = NULL, stat;
-	int maxcount, count, i;
 
-	sp32 = uap->buf;
-	maxcount = uap->bufsize / sizeof(struct statfs32);
-
-	if (sp32) {
-		sg = stackgap_init();
-		sp = stackgap_alloc(&sg, sizeof(struct statfs) * maxcount);
-		uap->buf = (struct statfs32 *)sp;
-	}
-	error = getfsstat(td, (struct getfsstat_args *) uap);
-	if (sp32 && !error) {
+	count = uap->bufsize / sizeof(struct statfs32);
+	size = count * sizeof(struct statfs);
+	if (size > 0)
+		buf = malloc(size, M_TEMP, M_WAITOK);
+	else
+		buf = NULL;
+	error = kern_getfsstat(td, buf, size, UIO_SYSSPACE, uap->flags);
+	if (buf != NULL) {
 		count = td->td_retval[0];
-		for (i = 0; i < count; i++) {
-			error = copyin(&sp[i], &stat, sizeof(stat));
-			if (error)
-				return (error);
-			copy_statfs(&stat, &stat32);
-			error = copyout(&stat32, &sp32[i], sizeof(stat32));
-			if (error)
-				return (error);
+		sp = buf;
+		while (count > 0 && error != 0) {
+			copy_statfs(sp, &stat32);
+			error = copyout(&stat32, uap->buf, sizeof(stat32));
+			sp++;
+			uap->buf++;
+			count--;
 		}
+		free(buf, M_TEMP);
 	}
 	return (error);
 }
--- //depot/projects/smpng/sys/compat/linux/linux_misc.c	2005/05/27 14:58:46
+++ //depot/user/jhb/proc/compat/linux/linux_misc.c	2005/05/27 19:03:47
--- //depot/projects/smpng/sys/kern/vfs_syscalls.c	2005/05/27 14:58:46
+++ //depot/user/jhb/proc/kern/vfs_syscalls.c	2005/05/27 19:03:47
@@ -363,13 +363,22 @@
 		int flags;
 	} */ *uap;
 {
+
+	return (kern_getfsstat(td, uap->buf, uap->bufsize, UIO_USERSPACE,
+	    uap->flags));
+}
+
+int
+kern_getfsstat(struct thread *td, struct statfs *buf, size_t bufsize,
+    enum uio_seg bufseg, int flags)
+{
 	struct mount *mp, *nmp;
-	struct statfs *sp, sb;
-	caddr_t sfsp;
-	long count, maxcount, error;
+	struct statfs *sfsp, *sp, sb;
+	size_t count, maxcount;
+	int error;
 
-	maxcount = uap->bufsize / sizeof(struct statfs);
-	sfsp = (caddr_t)uap->buf;
+	maxcount = bufsize / sizeof(struct statfs);
+	sfsp = buf;
 	count = 0;
 	mtx_lock(&Giant);
 	mtx_lock(&mountlist_mtx);
@@ -402,8 +411,8 @@
 			 * refresh the fsstat cache. MNT_NOWAIT or MNT_LAZY
 			 * overrides MNT_WAIT.
 			 */
-			if (((uap->flags & (MNT_LAZY|MNT_NOWAIT)) == 0 ||
-			    (uap->flags & MNT_WAIT)) &&
+			if (((flags & (MNT_LAZY|MNT_NOWAIT)) == 0 ||
+			    (flags & MNT_WAIT)) &&
 			    (error = VFS_STATFS(mp, sp, td))) {
 				mtx_lock(&mountlist_mtx);
 				nmp = TAILQ_NEXT(mp, mnt_list);
@@ -415,13 +424,16 @@
 				sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0;
 				sp = &sb;
 			}
-			error = copyout(sp, sfsp, sizeof(*sp));
-			if (error) {
-				vfs_unbusy(mp, td);
-				mtx_unlock(&Giant);
-				return (error);
-			}
-			sfsp += sizeof(*sp);
+			if (bufseg == UIO_USERSPACE) {
+				error = copyout(sp, sfsp, sizeof(*sp));
+				if (error) {
+					vfs_unbusy(mp, td);
+					mtx_unlock(&Giant);
+					return (error);
+				}
+			} else
+				bcopy(sp, sfsp, sizeof(*sp));
+			sfsp++;
 		}
 		count++;
 		mtx_lock(&mountlist_mtx);
@@ -515,71 +527,36 @@
 		int flags;
 	} */ *uap;
 {
-	struct mount *mp, *nmp;
-	struct statfs *sp, sb;
+	struct statfs *buf, *sp;
 	struct ostatfs osb;
-	caddr_t sfsp;
-	long count, maxcount, error;
+	size_t count, size;
+	int error;
 
-	maxcount = uap->bufsize / sizeof(struct ostatfs);
-	sfsp = (caddr_t)uap->buf;
-	count = 0;
-	mtx_lock(&mountlist_mtx);
-	for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
-		if (!prison_check_mount(td->td_ucred, mp)) {
-			nmp = TAILQ_NEXT(mp, mnt_list);
-			continue;
-		}
-#ifdef MAC
-		if (mac_check_mount_stat(td->td_ucred, mp) != 0) {
-			nmp = TAILQ_NEXT(mp, mnt_list);
-			continue;
-		}
-#endif
-		if (vfs_busy(mp, LK_NOWAIT, &mountlist_mtx, td)) {
-			nmp = TAILQ_NEXT(mp, mnt_list);
-			continue;
-		}
-		if (sfsp && count < maxcount) {
-			sp = &mp->mnt_stat;
-			/*
-			 * If MNT_NOWAIT or MNT_LAZY is specified, do not
-			 * refresh the fsstat cache. MNT_NOWAIT or MNT_LAZY
-			 * overrides MNT_WAIT.
-			 */
-			if (((uap->flags & (MNT_LAZY|MNT_NOWAIT)) == 0 ||
-			    (uap->flags & MNT_WAIT)) &&
-			    (error = VFS_STATFS(mp, sp, td))) {
-				mtx_lock(&mountlist_mtx);
-				nmp = TAILQ_NEXT(mp, mnt_list);
-				vfs_unbusy(mp, td);
-				continue;
-			}
-			sp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK;
+	count = uap->bufsize / sizeof(struct ostatfs);
+	size = count * sizeof(struct statfs);
+	if (size > 0)
+		buf = malloc(size, M_TEMP, M_WAITOK);
+	else
+		buf = NULL;
+	error = kern_getfsstat(td, buf, size, UIO_SYSSPACE, uap->flags);
+	if (buf != NULL) {
+		count = td->td_retval[0];
+		sp = buf;
+		while (count > 0 && error != 0) {
 			if (suser(td)) {
 				bcopy(sp, &sb, sizeof(sb));
 				sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0;
 				sp = &sb;
 			}
 			cvtstatfs(td, sp, &osb);
-			error = copyout(&osb, sfsp, sizeof(osb));
-			if (error) {
-				vfs_unbusy(mp, td);
-				return (error);
-			}
-			sfsp += sizeof(osb);
+			error = copyout(&osb, uap->buf, sizeof(osb));
+			sp++;
+			uap->buf++;
+			count--;
 		}
-		count++;
-		mtx_lock(&mountlist_mtx);
-		nmp = TAILQ_NEXT(mp, mnt_list);
-		vfs_unbusy(mp, td);
+		free(buf, M_TEMP);
 	}
-	mtx_unlock(&mountlist_mtx);
-	if (sfsp && count > maxcount)
-		td->td_retval[0] = maxcount;
-	else
-		td->td_retval[0] = count;
-	return (0);
+	return (error);
 }
 
 /*
--- //depot/projects/smpng/sys/sys/syscallsubr.h	2005/04/01 18:38:57
+++ //depot/user/jhb/proc/sys/syscallsubr.h	2005/04/14 15:51:26
@@ -68,6 +68,8 @@
 int	kern_fstatfs(struct thread *td, int fd, struct statfs *buf);
 int	kern_futimes(struct thread *td, int fd, struct timeval *tptr,
 	    enum uio_seg tptrseg);
+int	kern_getfsstat(struct thread *td, struct statfs *buf, size_t bufsize,
+	    enum uio_seg bufseg, int flags);
 int	kern_getitimer(struct thread *, u_int, struct itimerval *);
 int	kern_getrusage(struct thread *td, int who, struct rusage *rup);
 int	kern_getsockopt(struct thread *td, int s, int level, int name,

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org

From owner-cvs-src@FreeBSD.ORG  Fri May 27 19:49:16 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7F96916A41C;
	Fri, 27 May 2005 19:49:16 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4936643D4C;
	Fri, 27 May 2005 19:49:16 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RJnGrU018963;
	Fri, 27 May 2005 19:49:16 GMT (envelope-from ume@repoman.freebsd.org)
Received: (from ume@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RJnGkI018962;
	Fri, 27 May 2005 19:49:16 GMT (envelope-from ume)
Message-Id: <200505271949.j4RJnGkI018962@repoman.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Fri, 27 May 2005 19:49:16 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netinet6 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, 27 May 2005 19:49:16 -0000

ume         2005-05-27 19:49:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet6         ipsec.c 
  Log:
  MFC 1.38: fixed a bug that incorrect IPsec request level may be
  returned for proto AH
  
  Revision  Changes    Path
  1.36.2.4  +1 -0      src/sys/netinet6/ipsec.c

From owner-cvs-src@FreeBSD.ORG  Fri May 27 20:44:57 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A8F1316A41C;
	Fri, 27 May 2005 20:44:57 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 75F1243D1F;
	Fri, 27 May 2005 20:44:57 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RKivxQ021735;
	Fri, 27 May 2005 20:44:57 GMT (envelope-from ume@repoman.freebsd.org)
Received: (from ume@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4RKivPI021734;
	Fri, 27 May 2005 20:44:57 GMT (envelope-from ume)
Message-Id: <200505272044.j4RKivPI021734@repoman.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Fri, 27 May 2005 20:44: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/lib/libc/net name6.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 27 May 2005 20:44:57 -0000

ume         2005-05-27 20:44:57 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/net         name6.c 
  Log:
  reduce cast.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.54      +3 -3      src/lib/libc/net/name6.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 00:48:42 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E252516A41C;
	Sat, 28 May 2005 00:48:42 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A959743D1D;
	Sat, 28 May 2005 00:48:42 +0000 (GMT)
	(envelope-from emax@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4S0mgi9044665;
	Sat, 28 May 2005 00:48:42 GMT
	(envelope-from emax@repoman.freebsd.org)
Received: (from emax@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S0mgvM044664;
	Sat, 28 May 2005 00:48:42 GMT (envelope-from emax)
Message-Id: <200505280048.j4S0mgvM044664@repoman.freebsd.org>
From: Maksim Yevmenkin <emax@FreeBSD.org>
Date: Sat, 28 May 2005 00:48:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 00:48:43 -0000

emax        2005-05-28 00:48:42 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph/bluetooth/drivers/ubt ng_ubt.c 
  Log:
  Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices list
  (where I incorrectly put it initially) to "ignored" devices list (where
  it should be). Pointy hat goes to me.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.23      +6 -4      src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 06:11:39 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B2EB916A41C;
	Sat, 28 May 2005 06:11:39 +0000 (GMT)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7CB43D1D;
	Sat, 28 May 2005 06:11:39 +0000 (GMT)
	(envelope-from brooks@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4S6BdV7062888;
	Sat, 28 May 2005 06:11:39 GMT
	(envelope-from brooks@repoman.freebsd.org)
Received: (from brooks@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S6BdT8062887;
	Sat, 28 May 2005 06:11:39 GMT (envelope-from brooks)
Message-Id: <200505280611.j4S6BdT8062887@repoman.freebsd.org>
From: Brooks Davis <brooks@FreeBSD.org>
Date: Sat, 28 May 2005 06:11:39 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/net if_types.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 May 2005 06:11:39 -0000

brooks      2005-05-28 06:11:38 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_types.h 
  Log:
  Update refrenced URL for SNMP list of ifTypes to refer to iana.org
  instead of a dead location on ftp.isi.edu.
  
  Revision  Changes    Path
  1.19      +1 -1      src/sys/net/if_types.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 07:17:52 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B861316A41C;
	Sat, 28 May 2005 07:17:52 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 70A9343D48;
	Sat, 28 May 2005 07:17:52 +0000 (GMT)
	(envelope-from brueffer@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4S7HqEo065393;
	Sat, 28 May 2005 07:17:52 GMT
	(envelope-from brueffer@repoman.freebsd.org)
Received: (from brueffer@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S7Hqc9065392;
	Sat, 28 May 2005 07:17:52 GMT (envelope-from brueffer)
Message-Id: <200505280717.j4S7Hqc9065392@repoman.freebsd.org>
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Sat, 28 May 2005 07:17:52 +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/share/man/man4 amr.4
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 May 2005 07:17:52 -0000

brueffer    2005-05-28 07:17:51 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    share/man/man4       amr.4 
  Log:
  MFC: rev. 1.31
  
  Document support for some Dell PERC adapters.
  
  Revision  Changes    Path
  1.21.2.6  +7 -1      src/share/man/man4/amr.4

From owner-cvs-src@FreeBSD.ORG  Sat May 28 07:46:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6BE0816A41C;
	Sat, 28 May 2005 07:46:45 +0000 (GMT)
	(envelope-from tanimura@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3681743D1D;
	Sat, 28 May 2005 07:46:45 +0000 (GMT)
	(envelope-from tanimura@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4S7kjw4066478;
	Sat, 28 May 2005 07:46:45 GMT
	(envelope-from tanimura@repoman.freebsd.org)
Received: (from tanimura@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S7kjih066477;
	Sat, 28 May 2005 07:46:45 GMT (envelope-from tanimura)
Message-Id: <200505280746.j4S7kjih066477@repoman.freebsd.org>
From: Seigo Tanimura <tanimura@FreeBSD.org>
Date: Sat, 28 May 2005 07:46:44 +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_fw2.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 07:46:45 -0000

tanimura    2005-05-28 07:46:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw2.c 
  Log:
  Let OSPFv3 go through ipfw.  Some more additional checks would be
  desirable, though.
  
  Revision  Changes    Path
  1.98      +5 -0      src/sys/netinet/ip_fw2.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 09:32:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 96F2916A41C;
	Sat, 28 May 2005 09:32:44 +0000 (GMT)
	(envelope-from tanimura@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6248343D1D;
	Sat, 28 May 2005 09:32:44 +0000 (GMT)
	(envelope-from tanimura@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4S9WilX079213;
	Sat, 28 May 2005 09:32:44 GMT
	(envelope-from tanimura@repoman.freebsd.org)
Received: (from tanimura@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S9WiVq079212;
	Sat, 28 May 2005 09:32:44 GMT (envelope-from tanimura)
Message-Id: <200505280932.j4S9WiVq079212@repoman.freebsd.org>
From: Seigo Tanimura <tanimura@FreeBSD.org>
Date: Sat, 28 May 2005 09:32:44 +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/sound/pci ich.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 May 2005 09:32:44 -0000

tanimura    2005-05-28 09:32:44 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    ich.c 
  Log:
  Add 6300ESB, which should be treated as ICH4.
  
  PR:             kern/81573
  Submitted by:   OOTOMO Hiroyuki <ootomo@za.wakwak.com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.52      +9 -1      src/sys/dev/sound/pci/ich.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 09:41:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1DFC116A41C;
	Sat, 28 May 2005 09:41:41 +0000 (GMT)
	(envelope-from tanimura@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DD8C043D48;
	Sat, 28 May 2005 09:41:40 +0000 (GMT)
	(envelope-from tanimura@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4S9feMt079774;
	Sat, 28 May 2005 09:41:40 GMT
	(envelope-from tanimura@repoman.freebsd.org)
Received: (from tanimura@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S9fedC079773;
	Sat, 28 May 2005 09:41:40 GMT (envelope-from tanimura)
Message-Id: <200505280941.j4S9fedC079773@repoman.freebsd.org>
From: Seigo Tanimura <tanimura@FreeBSD.org>
Date: Sat, 28 May 2005 09:41:40 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/dev/sound/pci ich.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 May 2005 09:41:41 -0000

tanimura    2005-05-28 09:41:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/sound/pci    ich.c 
  Log:
  MFC 1.52: 6300ESB.
  
  Revision  Changes    Path
  1.42.2.6  +9 -1      src/sys/dev/sound/pci/ich.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 11:54:38 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D617416A420;
	Sat, 28 May 2005 11:54:38 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9304C43D1F;
	Sat, 28 May 2005 11:54:38 +0000 (GMT) (envelope-from ume@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SBscii085233;
	Sat, 28 May 2005 11:54:38 GMT (envelope-from ume@repoman.freebsd.org)
Received: (from ume@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SBscJj085232;
	Sat, 28 May 2005 11:54:38 GMT (envelope-from ume)
Message-Id: <200505281154.j4SBscJj085232@repoman.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Sat, 28 May 2005 11:54:38 +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/tcp_wrappers hosts_access.c socket.c
 src/contrib/telnet/telnetd telnetd.c src/lib/libc/net rcmd.c
 res_send.c src/lib/libpam/modules/pam_unix pam_unix.c
 src/lib/libutil logwtmp.c realhostname.c src/libexec/rlogind ...
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 11:54:39 -0000

ume         2005-05-28 11:54:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    contrib/tcp_wrappers hosts_access.c socket.c 
    contrib/telnet/telnetd telnetd.c 
    lib/libc/net         rcmd.c res_send.c 
    lib/libpam/modules/pam_unix pam_unix.c 
    lib/libutil          logwtmp.c realhostname.c 
    libexec/rlogind      rlogind.c 
    libexec/tftpd        tftpd.c 
    release/picobsd/tinyware/login pico-login.c 
    sbin/ifconfig        ifconfig.c 
    sbin/route           route.c 
    usr.bin/netstat      route.c 
    usr.sbin/inetd       inetd.c 
    usr.sbin/lpr/common_source net.c 
    usr.sbin/lpr/lpd     lpd.c 
    usr.sbin/mountd      mountd.c 
    usr.sbin/ppp         ncpaddr.c 
    usr.sbin/rip6query   rip6query.c 
    usr.sbin/syslogd     syslogd.c 
  Log:
  MFC: NI_WITHSCOPEID cleanup
  
          contrib/tcp_wrappers/hosts_access.c:            1.5
          contrib/tcp_wrappers/socket.c:                  1.8
          contrib/telnet/telnetd/telnetd.c:               1.28
          lib/libc/net/rcmd.c:                            1.41
          lib/libc/net/res_send.c:                        1.50
          lib/libpam/modules/pam_unix/pam_unix.c:         1.50
          lib/libutil/logwtmp.c:                          1.20
          lib/libutil/realhostname.c:                     1.18
          libexec/rlogind/rlogind.c:                      1.44
          libexec/tftpd/tftpd.c:                          1.36
          release/picobsd/tinyware/login/pico-login.c:    1.6
          sbin/ifconfig/af_inet6.c:                       1.2
          sbin/route/route.c:                             1.78
          usr.bin/netstat/route.c:                        1.76
          usr.sbin/inetd/inetd.c:                         1.129
          usr.sbin/lpr/common_source/net.c:               1.9
          usr.sbin/lpr/lpd/lpd.c:                         1.41
          usr.sbin/mountd/mountd.c:                       1.81
          usr.sbin/ppp/ncpaddr.c:                         1.16
          usr.sbin/rip6query/rip6query.c:                 1.7
          usr.sbin/syslogd/syslogd.c:                     1.143
  
  Revision   Changes    Path
  1.4.8.1    +1 -5      src/contrib/tcp_wrappers/hosts_access.c
  1.7.2.1    +5 -9      src/contrib/tcp_wrappers/socket.c
  1.25.4.2   +2 -2      src/contrib/telnet/telnetd/telnetd.c
  1.38.6.2   +6 -18     src/lib/libc/net/rcmd.c
  1.48.2.1   +2 -3      src/lib/libc/net/res_send.c
  1.49.2.1   +1 -1      src/lib/libpam/modules/pam_unix/pam_unix.c
  1.19.4.1   +1 -6      src/lib/libutil/logwtmp.c
  1.17.4.1   +2 -7      src/lib/libutil/realhostname.c
  1.40.6.1   +1 -6      src/libexec/rlogind/rlogind.c
  1.34.2.1   +2 -3      src/libexec/tftpd/tftpd.c
  1.5.8.1    +2 -8      src/release/picobsd/tinyware/login/pico-login.c
  1.106.2.3  +4 -15     src/sbin/ifconfig/ifconfig.c
  1.76.2.1   +0 -6      src/sbin/route/route.c
  1.75.2.1   +2 -2      src/usr.bin/netstat/route.c
  1.127.2.1  +8 -17     src/usr.sbin/inetd/inetd.c
  1.8.4.1    +2 -2      src/usr.sbin/lpr/common_source/net.c
  1.40.4.1   +3 -3      src/usr.sbin/lpr/lpd/lpd.c
  1.77.2.1   +2 -7      src/usr.sbin/mountd/mountd.c
  1.14.4.2   +0 -5      src/usr.sbin/ppp/ncpaddr.c
  1.6.8.1    +1 -6      src/usr.sbin/rip6query/rip6query.c
  1.131.2.5  +5 -17     src/usr.sbin/syslogd/syslogd.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 12:41:56 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 071BF16A41C;
	Sat, 28 May 2005 12:41:56 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C6FD143D1F;
	Sat, 28 May 2005 12:41:55 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SCftWd086997;
	Sat, 28 May 2005 12:41:55 GMT
	(envelope-from nyan@repoman.freebsd.org)
Received: (from nyan@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SCftor086996;
	Sat, 28 May 2005 12:41:55 GMT (envelope-from nyan)
Message-Id: <200505281241.j4SCftor086996@repoman.freebsd.org>
From: Takahashi Yoshihiro <nyan@FreeBSD.org>
Date: Sat, 28 May 2005 12:41: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 May 2005 12:41:56 -0000

nyan        2005-05-28 12:41:55 UTC

  FreeBSD src repository

  Modified files:
    release/doc/en_US.ISO8859-1/relnotes/common new.sgml 
  Log:
  Enable ReiserFS note on pc98.
  
  Revision  Changes    Path
  1.867     +1 -1      src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml

From owner-cvs-src@FreeBSD.ORG  Sat May 28 12:58:55 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8187416A41C;
	Sat, 28 May 2005 12:58:55 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBC843D1D;
	Sat, 28 May 2005 12:58:55 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SCwtRp094389;
	Sat, 28 May 2005 12:58:55 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SCwtwg094380;
	Sat, 28 May 2005 12:58:55 GMT (envelope-from rwatson)
Message-Id: <200505281258.j4SCwtwg094380@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 12:58: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/kern vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 12:58:55 -0000

rwatson     2005-05-28 12:58:55 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(),
  so that we can start to eliminate the presence of non-MPSAFE system
  call entries in syscalls.master.
  
  Revision  Changes    Path
  1.384     +36 -10    src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 12:59:34 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4497716A41F;
	Sat, 28 May 2005 12:59:34 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 10CF743D1F;
	Sat, 28 May 2005 12:59:34 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SCxXfg094503;
	Sat, 28 May 2005 12:59:33 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SCxXoY094502;
	Sat, 28 May 2005 12:59:33 GMT (envelope-from rwatson)
Message-Id: <200505281259.j4SCxXoY094502@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 12:59: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/kern syscalls.master
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 12:59:34 -0000

rwatson     2005-05-28 12:59:33 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they now
  acquire Giant themselves.
  
  Revision  Changes    Path
  1.189     +3 -3      src/sys/kern/syscalls.master

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:07:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7060D16A41C;
	Sat, 28 May 2005 13:07:44 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3D43643D1D;
	Sat, 28 May 2005 13:07:44 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SD7iHp094846;
	Sat, 28 May 2005 13:07:44 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SD7iva094845;
	Sat, 28 May 2005 13:07:44 GMT (envelope-from rwatson)
Message-Id: <200505281307.j4SD7iva094845@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:07: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/kern syscalls.master
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 13:07:44 -0000

rwatson     2005-05-28 13:07:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Also mark the COMPAT4 version of fhstatfs() as MPSAFE.
  
  Revision  Changes    Path
  1.190     +1 -1      src/sys/kern/syscalls.master

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:08:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F178216A41C;
	Sat, 28 May 2005 13:08:26 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD93143D1D;
	Sat, 28 May 2005 13:08:26 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SD8QlZ094921;
	Sat, 28 May 2005 13:08:26 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SD8Qv7094920;
	Sat, 28 May 2005 13:08:26 GMT (envelope-from rwatson)
Message-Id: <200505281308.j4SD8Qv7094920@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:08: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/kern init_sysent.c syscalls.c src/sys/sys
 syscall.h syscall.mk sysproto.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, 28 May 2005 13:08:27 -0000

rwatson     2005-05-28 13:08:26 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             init_sysent.c syscalls.c 
    sys/sys              syscall.h syscall.mk sysproto.h 
  Log:
  Regenerate system call tables from syscalls.master.
  
  Revision  Changes    Path
  1.188     +5 -5      src/sys/kern/init_sysent.c
  1.174     +1 -1      src/sys/kern/syscalls.c
  1.171     +1 -1      src/sys/sys/syscall.h
  1.126     +1 -1      src/sys/sys/syscall.mk
  1.170     +1 -1      src/sys/sys/sysproto.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:09:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CCFB716A41C;
	Sat, 28 May 2005 13:09:41 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 98A7043D1D;
	Sat, 28 May 2005 13:09:41 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SD9fcX094977;
	Sat, 28 May 2005 13:09:41 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SD9fhn094976;
	Sat, 28 May 2005 13:09:41 GMT (envelope-from rwatson)
Message-Id: <200505281309.j4SD9fhn094976@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:09: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/sys/kern syscalls.master
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 13:09:42 -0000

rwatson     2005-05-28 13:09:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Mark kenv(2) as MPSAFE, since it appears to be properly locked down.
  
  Revision  Changes    Path
  1.191     +1 -1      src/sys/kern/syscalls.master

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:09:56 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B4B8416A41C;
	Sat, 28 May 2005 13:09:56 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E9E443D1D;
	Sat, 28 May 2005 13:09:56 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SD9ur9095042;
	Sat, 28 May 2005 13:09:56 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SD9urx095041;
	Sat, 28 May 2005 13:09:56 GMT (envelope-from rwatson)
Message-Id: <200505281309.j4SD9urx095041@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:09: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/kern init_sysent.c syscalls.c src/sys/sys
 syscall.h syscall.mk sysproto.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, 28 May 2005 13:09:57 -0000

rwatson     2005-05-28 13:09:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             init_sysent.c syscalls.c 
    sys/sys              syscall.h syscall.mk sysproto.h 
  Log:
  Regenerate from updated syscalls.master.
  
  Revision  Changes    Path
  1.189     +2 -2      src/sys/kern/init_sysent.c
  1.175     +1 -1      src/sys/kern/syscalls.c
  1.172     +1 -1      src/sys/sys/syscall.h
  1.127     +1 -1      src/sys/sys/syscall.mk
  1.171     +1 -1      src/sys/sys/sysproto.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:11:36 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 50A0A16A41C;
	Sat, 28 May 2005 13:11:36 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 15DB643D1F;
	Sat, 28 May 2005 13:11:36 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDBZPu095232;
	Sat, 28 May 2005 13:11:35 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDBZ92095231;
	Sat, 28 May 2005 13:11:35 GMT (envelope-from rwatson)
Message-Id: <200505281311.j4SDBZ92095231@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:11: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/kern vfs_syscalls.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 13:11:36 -0000

rwatson     2005-05-28 13:11:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Acquire Giant explicitly in quotactl() so that the syscalls.master
  entry can become MSTD.
  
  Revision  Changes    Path
  1.385     +10 -2     src/sys/kern/vfs_syscalls.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:12:04 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF5C716A41C;
	Sat, 28 May 2005 13:12:04 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 974D643D1D;
	Sat, 28 May 2005 13:12:04 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDC4dW095271;
	Sat, 28 May 2005 13:12:04 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDC4pM095270;
	Sat, 28 May 2005 13:12:04 GMT (envelope-from rwatson)
Message-Id: <200505281312.j4SDC4pM095270@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:12: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/sys/kern syscalls.master
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 13:12:05 -0000

rwatson     2005-05-28 13:12:04 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Mark quotactl() as MSTD.
  
  Revision  Changes    Path
  1.192     +1 -1      src/sys/kern/syscalls.master

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:13:01 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BA8B916A41C;
	Sat, 28 May 2005 13:13:01 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8596B43D1D;
	Sat, 28 May 2005 13:13:01 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDD1aH095354;
	Sat, 28 May 2005 13:13:01 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDD1HN095353;
	Sat, 28 May 2005 13:13:01 GMT (envelope-from rwatson)
Message-Id: <200505281313.j4SDD1HN095353@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:13: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/kern init_sysent.c syscalls.c src/sys/sys
 syscall.h syscall.mk sysproto.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, 28 May 2005 13:13:01 -0000

rwatson     2005-05-28 13:13:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             init_sysent.c syscalls.c 
    sys/sys              syscall.h syscall.mk sysproto.h 
  Log:
  Regenerate from syscalls.master.
  
  Revision  Changes    Path
  1.190     +2 -2      src/sys/kern/init_sysent.c
  1.176     +1 -1      src/sys/kern/syscalls.c
  1.173     +1 -1      src/sys/sys/syscall.h
  1.128     +1 -1      src/sys/sys/syscall.mk
  1.172     +1 -1      src/sys/sys/sysproto.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:15:44 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D62A716A41C;
	Sat, 28 May 2005 13:15:44 +0000 (GMT) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9DD43D1D;
	Sat, 28 May 2005 13:15:44 +0000 (GMT) (envelope-from bz@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDFimh095533;
	Sat, 28 May 2005 13:15:44 GMT (envelope-from bz@repoman.freebsd.org)
Received: (from bz@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDFiHh095532;
	Sat, 28 May 2005 13:15:44 GMT (envelope-from bz)
Message-Id: <200505281315.j4SDFiHh095532@repoman.freebsd.org>
From: "Bjoern A. Zeeb" <bz@FreeBSD.org>
Date: Sat, 28 May 2005 13:15:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/netgraph ng_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: Sat, 28 May 2005 13:15:45 -0000

bz          2005-05-28 13:15:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_socket.c 
  Log:
  Fix use of uninitialized variable len in ngd_send.
  
  Note: len gets intialized to 0 for sap == NULL case only to
  make compiler on amd64 happy. This has nothing todo with the
  former uninitialized use of len in sap != NULL case.
  
  Reviewed by:    glebius
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.66      +7 -3      src/sys/netgraph/ng_socket.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:23:42 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8738F16A41C;
	Sat, 28 May 2005 13:23:42 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5122243D1F;
	Sat, 28 May 2005 13:23:42 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDNgQK095881;
	Sat, 28 May 2005 13:23:42 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDNgiO095880;
	Sat, 28 May 2005 13:23:42 GMT (envelope-from rwatson)
Message-Id: <200505281323.j4SDNgiO095880@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:23:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern syscalls.master
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 13:23:42 -0000

rwatson     2005-05-28 13:23:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Mark the following compatability system calls as MCOMPAT or MCOMPAT4 based
  on the their simply wrapping MPSAFE implementations of existing MPSAFE
  system calls:
  
    getfsstat()
    lseek()
    stat()
    lstat()
    truncate()
    ftruncate()
    statfs()
    fstatfs()
  
  Note that ogetdirentries() is not marked MPSAFE because it does not share
  the MPSAFE implementation used for getdirentries(), and requires separate
  locking to be implemented.
  
  Revision  Changes    Path
  1.193     +8 -8      src/sys/kern/syscalls.master

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:24:06 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2C4BD16A41C;
	Sat, 28 May 2005 13:24:06 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EAF2543D1F;
	Sat, 28 May 2005 13:24:05 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDO5lx095950;
	Sat, 28 May 2005 13:24:05 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDO5Yt095949;
	Sat, 28 May 2005 13:24:05 GMT (envelope-from rwatson)
Message-Id: <200505281324.j4SDO5Yt095949@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 13:24:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys
 syscall.h syscall.mk sysproto.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, 28 May 2005 13:24:06 -0000

rwatson     2005-05-28 13:24:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             init_sysent.c syscalls.c 
    sys/sys              syscall.h syscall.mk sysproto.h 
  Log:
  Regenerate for updated syscalls.master.
  
  Revision  Changes    Path
  1.191     +9 -9      src/sys/kern/init_sysent.c
  1.177     +1 -1      src/sys/kern/syscalls.c
  1.174     +1 -1      src/sys/sys/syscall.h
  1.129     +1 -1      src/sys/sys/syscall.mk
  1.173     +1 -1      src/sys/sys/sysproto.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 13:40:27 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7527C16A41C;
	Sat, 28 May 2005 13:40:27 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3ECC943D1D;
	Sat, 28 May 2005 13:40:27 +0000 (GMT)
	(envelope-from nyan@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SDeRnv096784;
	Sat, 28 May 2005 13:40:27 GMT
	(envelope-from nyan@repoman.freebsd.org)
Received: (from nyan@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SDeRbG096783;
	Sat, 28 May 2005 13:40:27 GMT (envelope-from nyan)
Message-Id: <200505281340.j4SDeRbG096783@repoman.freebsd.org>
From: Takahashi Yoshihiro <nyan@FreeBSD.org>
Date: Sat, 28 May 2005 13:40: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/alpha/include timerreg.h src/sys/amd64/include
 timerreg.h src/sys/i386/include timerreg.h src/sys/pc98/include
 timerreg.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, 28 May 2005 13:40:27 -0000

nyan        2005-05-28 13:40:27 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/include    timerreg.h 
    sys/amd64/include    timerreg.h 
    sys/i386/include     timerreg.h 
    sys/pc98/include     timerreg.h 
  Log:
  Change the spkr_set_pitch() function to a macro to fix low level profiling.
  
  Revision  Changes    Path
  1.2       +5 -7      src/sys/alpha/include/timerreg.h
  1.2       +5 -7      src/sys/amd64/include/timerreg.h
  1.2       +5 -7      src/sys/i386/include/timerreg.h
  1.2       +5 -7      src/sys/pc98/include/timerreg.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 14:34:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BC84F16A41C;
	Sat, 28 May 2005 14:34:41 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 86A0643D1F;
	Sat, 28 May 2005 14:34:41 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SEYf2H099354;
	Sat, 28 May 2005 14:34:41 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SEYfdX099353;
	Sat, 28 May 2005 14:34:41 GMT (envelope-from rwatson)
Message-Id: <200505281434.j4SEYfdX099353@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 14:34: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/sys/kern kern_ntptime.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 14:34:41 -0000

rwatson     2005-05-28 14:34:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ntptime.c 
  Log:
  Explicitly acquire Giant around the ntp_gettime() and assert it in the
  sysctl path.  While this code is close to MPSAFE, it may require some
  additional locking.  Mark ntp_gettime1() as GIANT_REQUIRED for now.
  
  Suggested by:   phk
  
  Revision  Changes    Path
  1.59      +4 -0      src/sys/kern/kern_ntptime.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 14:35:05 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DA73116A41C;
	Sat, 28 May 2005 14:35:05 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACAD43D48;
	Sat, 28 May 2005 14:35:05 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SEZ5E3099408;
	Sat, 28 May 2005 14:35:05 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SEZ5BR099407;
	Sat, 28 May 2005 14:35:05 GMT (envelope-from rwatson)
Message-Id: <200505281435.j4SEZ5BR099407@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 14:35:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern syscalls.master
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 14:35:06 -0000

rwatson     2005-05-28 14:35:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Mark ntp_gettime() as MSTD, since its system call path will acquire
  Giant if required.
  
  Revision  Changes    Path
  1.194     +1 -1      src/sys/kern/syscalls.master

From owner-cvs-src@FreeBSD.ORG  Sat May 28 14:35:43 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B713316A41C;
	Sat, 28 May 2005 14:35:43 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD1F43D1F;
	Sat, 28 May 2005 14:35:43 +0000 (GMT)
	(envelope-from rwatson@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SEZhNr099570;
	Sat, 28 May 2005 14:35:43 GMT
	(envelope-from rwatson@repoman.freebsd.org)
Received: (from rwatson@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SEZhQQ099569;
	Sat, 28 May 2005 14:35:43 GMT (envelope-from rwatson)
Message-Id: <200505281435.j4SEZhQQ099569@repoman.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sat, 28 May 2005 14:35: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/kern init_sysent.c syscalls.c src/sys/sys
 syscall.h syscall.mk sysproto.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, 28 May 2005 14:35:43 -0000

rwatson     2005-05-28 14:35:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             init_sysent.c syscalls.c 
    sys/sys              syscall.h syscall.mk sysproto.h 
  Log:
  Regenerate from syscalls.master.
  
  Revision  Changes    Path
  1.192     +2 -2      src/sys/kern/init_sysent.c
  1.178     +1 -1      src/sys/kern/syscalls.c
  1.175     +1 -1      src/sys/sys/syscall.h
  1.130     +1 -1      src/sys/sys/syscall.mk
  1.174     +1 -1      src/sys/sys/sysproto.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 16:42:02 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8292416A420;
	Sat, 28 May 2005 16:42:02 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BAA45442D2;
	Sat, 28 May 2005 16:23:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SGNTfH004906;
	Sat, 28 May 2005 16:23:29 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SGNTZf004905;
	Sat, 28 May 2005 16:23:29 GMT (envelope-from pjd)
Message-Id: <200505281623.j4SGNTZf004905@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sat, 28 May 2005 16:23: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/usr.sbin/jail jail.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, 28 May 2005 16:42:02 -0000

pjd         2005-05-28 16:23:29 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/jail        jail.8 
  Log:
  Document 'jid' keyword for ps(1) and '-j' option for pgrep(1)/pkill(1).
  
  Revision  Changes    Path
  1.65      +20 -5     src/usr.sbin/jail/jail.8

From owner-cvs-src@FreeBSD.ORG  Sat May 28 17:13:37 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7869716A41C;
	Sat, 28 May 2005 17:13:37 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFAF43D1F;
	Sat, 28 May 2005 17:13:37 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SHDbng013649;
	Sat, 28 May 2005 17:13:37 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SHDbif013648;
	Sat, 28 May 2005 17:13:37 GMT (envelope-from alc)
Message-Id: <200505281713.j4SHDbif013648@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Sat, 28 May 2005 17:13: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/sparc64/sparc64 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, 28 May 2005 17:13:37 -0000

alc         2005-05-28 17:13:36 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  pmap.c 
  Log:
  pmap_enter() no longer requires Giant.  Therefore, stop acquiring and
  releasing it in pmap_enter_quick().
  
  MFC after: 3 weeks
  
  Revision  Changes    Path
  1.147     +0 -2      src/sys/sparc64/sparc64/pmap.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 17:56:18 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 90F9916A41C;
	Sat, 28 May 2005 17:56:18 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5787443D49;
	Sat, 28 May 2005 17:56:18 +0000 (GMT) (envelope-from alc@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SHuIWK015185;
	Sat, 28 May 2005 17:56:18 GMT (envelope-from alc@repoman.freebsd.org)
Received: (from alc@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SHuIrM015184;
	Sat, 28 May 2005 17:56:18 GMT (envelope-from alc)
Message-Id: <200505281756.j4SHuIrM015184@repoman.freebsd.org>
From: Alan Cox <alc@FreeBSD.org>
Date: Sat, 28 May 2005 17:56: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/vm vm_pageq.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 May 2005 17:56:18 -0000

alc         2005-05-28 17:56:18 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_pageq.c 
  Log:
  Update some comments to reflect the change from spl-based to lock-based
  synchronization.
  
  Revision  Changes    Path
  1.17      +3 -4      src/sys/vm/vm_pageq.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 18:25:52 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E602616A41C;
	Sat, 28 May 2005 18:25:52 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AD29E43D49;
	Sat, 28 May 2005 18:25:52 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SIPqIa016318;
	Sat, 28 May 2005 18:25:52 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SIPqus016317;
	Sat, 28 May 2005 18:25:52 GMT (envelope-from glebius)
Message-Id: <200505281825.j4SIPqus016317@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Sat, 28 May 2005 18:25:52 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Cc: 
Subject: cvs commit: src/sys/netgraph ng_device.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 18:25:53 -0000

glebius     2005-05-28 18:25:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netgraph         ng_device.c 
  Log:
  Fix mismerge. Unbreak kernel build. Please tinderbox. Put on pointy hat.
  
  Phone call from:        maxim
  
  Revision  Changes    Path
  1.11.2.7  +2 -0      src/sys/netgraph/ng_device.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 21:56:42 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D77A16A41C;
	Sat, 28 May 2005 21:56:42 +0000 (GMT) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5612943D48;
	Sat, 28 May 2005 21:56:42 +0000 (GMT) (envelope-from sam@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SLugtR030529;
	Sat, 28 May 2005 21:56:42 GMT (envelope-from sam@repoman.freebsd.org)
Received: (from sam@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SLugrg030528;
	Sat, 28 May 2005 21:56:42 GMT (envelope-from sam)
Message-Id: <200505282156.j4SLugrg030528@repoman.freebsd.org>
From: Sam Leffler <sam@FreeBSD.org>
Date: Sat, 28 May 2005 21:56:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/net bpf.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, 28 May 2005 21:56:42 -0000

sam         2005-05-28 21:56:42 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bpf.h 
  Log:
  integrate changes from libpcap-0.9.1-096
  
  Reviewed by:    bms
  
  Revision  Changes    Path
  1.38      +137 -5    src/sys/net/bpf.h

From owner-cvs-src@FreeBSD.ORG  Sat May 28 22:29:45 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8567516A41C;
	Sat, 28 May 2005 22:29:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4E98943D1F;
	Sat, 28 May 2005 22:29:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SMTjB4031948;
	Sat, 28 May 2005 22:29:45 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SMTjmY031947;
	Sat, 28 May 2005 22:29:45 GMT (envelope-from pjd)
Message-Id: <200505282229.j4SMTjmY031947@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sat, 28 May 2005 22:29: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_linker.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 22:29:45 -0000

pjd         2005-05-28 22:29:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Prevent loading modules with are compiled into the kernel.
  
  PR:             kern/48759
  Submitted by:   Pawe³ Ma³achowski <pawmal@unia.3lo.lublin.pl>
  Patch from:     demon
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.116     +8 -2      src/sys/kern/kern_linker.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 22:42:41 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C656916A41C;
	Sat, 28 May 2005 22:42:41 +0000 (GMT) (envelope-from gad@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4ECF43D1D;
	Sat, 28 May 2005 22:42:41 +0000 (GMT) (envelope-from gad@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SMgfAO032415;
	Sat, 28 May 2005 22:42:41 GMT (envelope-from gad@repoman.freebsd.org)
Received: (from gad@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SMgfBD032414;
	Sat, 28 May 2005 22:42:41 GMT (envelope-from gad)
Message-Id: <200505282242.j4SMgfBD032414@repoman.freebsd.org>
From: Garance A Drosehn <gad@FreeBSD.org>
Date: Sat, 28 May 2005 22:42: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/sys/kern imgact_shell.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 22:42:41 -0000

gad         2005-05-28 22:42:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             imgact_shell.c 
  Log:
  Change the way options are parsed on the `#!'-line of a shell-script.  Instead
  of having the kernel parse that line and add an entry to the argument list for
  each 'separate word' it finds, have it add only one entry which holds all
  the words found on that line.  The old behavior is useful in some situations,
  but it does not match the way any other operating system will parse that line.
  
  This has been discussed in the thread "Bug in #! processing - One More Time"
  on the freebsd-arch mailing list (starting back on Feb 24, 2005).  The first
  few messages in that thread provide the background in much detail.
  
  PR:             16393
  Reviewed by:    freebsd-arch
  
  Revision  Changes    Path
  1.33      +174 -7    src/sys/kern/imgact_shell.c

From owner-cvs-src@FreeBSD.ORG  Sat May 28 22:45:31 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C128016A41C;
	Sat, 28 May 2005 22:45:31 +0000 (GMT) (envelope-from gad@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8959543D1D;
	Sat, 28 May 2005 22:45:31 +0000 (GMT) (envelope-from gad@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SMjVHk032621;
	Sat, 28 May 2005 22:45:31 GMT (envelope-from gad@repoman.freebsd.org)
Received: (from gad@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SMjV7Q032620;
	Sat, 28 May 2005 22:45:31 GMT (envelope-from gad)
Message-Id: <200505282245.j4SMjV7Q032620@repoman.freebsd.org>
From: Garance A Drosehn <gad@FreeBSD.org>
Date: Sat, 28 May 2005 22:45: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 UPDATING
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 22:45:31 -0000

gad         2005-05-28 22:45:31 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
  Log:
  Provide info on the incompatible change in v1.33 of sys/kern/imgact_shell.c
  
  Discussed with: imp
  
  Revision  Changes    Path
  1.406     +6 -0      src/UPDATING

From owner-cvs-src@FreeBSD.ORG  Sat May 28 22:57:17 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 11BB316A41C;
	Sat, 28 May 2005 22:57:17 +0000 (GMT) (envelope-from gad@FreeBSD.org)
Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B20A443D1F;
	Sat, 28 May 2005 22:57:16 +0000 (GMT) (envelope-from gad@FreeBSD.org)
Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47])
	by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j4SMvESH024285;
	Sat, 28 May 2005 18:57:15 -0400
Mime-Version: 1.0
Message-Id: <p06210206bebea519c926@[128.113.24.47]>
In-Reply-To: <200505282242.j4SMgfBD032414@repoman.freebsd.org>
References: <200505282242.j4SMgfBD032414@repoman.freebsd.org>
Date: Sat, 28 May 2005 18:57:14 -0400
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
From: Garance A Drosehn <gad@FreeBSD.org>
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
X-CanItPRO-Stream: default
X-RPI-SA-Score: undef - spam-scanning disabled
X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.3
Cc: 
Subject: Re: cvs commit: src/sys/kern imgact_shell.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 22:57:17 -0000

At 10:42 PM +0000 5/28/05, Garance A Drosehn wrote:
>gad         2005-05-28 22:42:41 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/kern             imgact_shell.c
>   Log:
>   Change the way options are parsed on the `#!'-line of a shell-script.
>   Instead of having the kernel parse that line and add an entry to the
>   argument list for each 'separate word' it finds, have it add only one
>   entry which holds all the words found on that line.  The old behavior
>   is useful in some situations, but it does not match the way any other
>   operating system will parse that line.

In case it is not obvious from that description, note that this is
an incompatible change.  However, it is expected that this change
should not effect too many scripts.  Also, there was  a recent
commit (v1.23) to bin/sh/options.c which should address the problem
that was most likely to come up due to this change.

For some examples of what kinds of breakage this change might cause,
please check:  http://people.freebsd.org/~gad/Updating-20050528.txt

It is not documented, but this change also provides a TEMPORARY way
to side-step this change, if you have some specific script where you
need immediate fix.

If you start the script with:  #!#<
              instead of just:  #!
(followed by the interpreter name, such as /bin/sh), then that script
will be processed exactly the same way it was processed before this
change.  Note that I expect to delete that option before very long,
unless someone speaks up with some alternate way that this should be
done.  So, don't just use this trick to fix some script and then
forget about the larger issue.  Discuss it on freebsd-arch.

-- 
Garance Alistair Drosehn     =      gad@gilead.netel.rpi.edu
Senior Systems Programmer               or   gad@FreeBSD.org
Rensselaer Polytechnic Institute;             Troy, NY;  USA

From owner-cvs-src@FreeBSD.ORG  Sat May 28 23:20:06 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 542CD16A41C;
	Sat, 28 May 2005 23:20:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D05443D1D;
	Sat, 28 May 2005 23:20:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SNK5YS033955;
	Sat, 28 May 2005 23:20:05 GMT (envelope-from pjd@repoman.freebsd.org)
Received: (from pjd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4SNK5BT033954;
	Sat, 28 May 2005 23:20:05 GMT (envelope-from pjd)
Message-Id: <200505282320.j4SNK5BT033954@repoman.freebsd.org>
From: Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date: Sat, 28 May 2005 23:20:05 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/kern kern_linker.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?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, 28 May 2005 23:20:06 -0000

pjd         2005-05-28 23:20:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Fix panic when module is compiled in and it is loaded from loader.conf.
  Only panic is fixed, module will be still listed in kldstat(8) output.
  Not sure what is correct fix, because adding unloading code in case of
  failure to linker_init_kernel_modules() doesn't work.
  
  Revision  Changes    Path
  1.117     +5 -3      src/sys/kern/kern_linker.c