From owner-cvs-all  Sun Dec 31  0:17:24 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 00:17:21 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 907A937B400; Sun, 31 Dec 2000 00:17:21 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBV8HLx40759;
	Sun, 31 Dec 2000 00:17:21 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200012310817.eBV8HLx40759@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 31 Dec 2000 00:17:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys mtio.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2000/12/31 00:17:21 PST

  Modified files:
    sys/sys              mtio.h 
  Log:
  Unbelievable how this slipped through. There is
  no such device as /dev/nsa0. The DEFTAPE should
  "/dev/nrsa0". *Groan*.
  
  Revision  Changes    Path
  1.22      +2 -2      src/sys/sys/mtio.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  0:18: 1 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 00:17:58 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id D14FA37B400; Sun, 31 Dec 2000 00:17:58 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBV8HwG40810;
	Sun, 31 Dec 2000 00:17:58 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200012310817.eBV8HwG40810@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 31 Dec 2000 00:17:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/mt mt.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2000/12/31 00:17:58 PST

  Modified files:
    usr.bin/mt           mt.1 
  Log:
  The default is /dev/nrsa0 (now), not /dev/nsa0.
  
  Revision  Changes    Path
  1.25      +2 -2      src/usr.bin/mt/mt.1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  0:37:10 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 00:37:06 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id AE71337B400; Sun, 31 Dec 2000 00:37:06 -0800 (PST)
Received: from netplex.com.au (localhost [127.0.0.1])
	by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id eBV8apO02183;
	Sun, 31 Dec 2000 00:36:56 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200012310836.eBV8apO02183@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: mjacob@feral.com
Cc: Alfred Perlstein <alfred@FreeBSD.org>,
	Matt Dillon <dillon@earth.backplane.com>,
	"David O'Brien" <obrien@FreeBSD.org>,
	Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_kern.c 
In-Reply-To: <Pine.LNX.4.21.0012291456060.4273-100000@zeppo.feral.com> 
Date: Sun, 31 Dec 2000 00:36:51 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Matthew Jacob wrote:
> 
> > While I do agree with reducing repo bloat and somewhat gratuitous
> > changes I also think that unless this is done somehow and sometime
> > it'll never get done.
> 
> repo bloat is a source management toolset problem. Don't let it overinfluence
> anyone.

I tend to agree with Matt on this one.  Repo-bloat caused by worthless
stuff is annoying.  But increasing the correctness or modernizing or style
fixing etc is IMHO worth it.  IMHO, the same goes for things like __P() and
function declarations and definitions.  I feel that any repo cost is well
worth it in order to bring the code up to scratch with todays expectations.
Once register is removed, it wont come back - it is not an endless
tail-chasing type thing like whitespace fixes etc.  Once it is fixed, it
stays fixed.

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  0:43:54 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 00:43:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0E6E637B400; Sun, 31 Dec 2000 00:43:52 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBV8hp842074;
	Sun, 31 Dec 2000 00:43:51 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012310843.eBV8hp842074@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 00:43:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www Makefile ports/www/august Makefile distinfo
         pkg-comment pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 00:43:51 PST

  Modified files:
    www                  Makefile 
  Added files:
    www/august           Makefile distinfo pkg-comment pkg-descr 
  Log:
  Add new port of August, a non-WYSIWYG HTML editor written in Tcl/Tk.
  
  Obtained from:	OpenBSD
  
  Revision  Changes    Path
  1.281     +2 -1      ports/www/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  0:44: 3 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 00:44:00 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3E2E437B400; Sun, 31 Dec 2000 00:43:54 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBV8hs242108;
	Sun, 31 Dec 2000 00:43:54 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012310843.eBV8hs242108@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 00:43:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 00:43:54 PST

  Modified files:
    .                    modules 
  Log:
    august --> ports/www/august
  
  Revision  Changes    Path
  1.2228    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  1:34:55 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 01:34:53 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B65DB37B400; Sun, 31 Dec 2000 01:34:53 -0800 (PST)
Received: (from lkoeller@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBV9Yrx47011;
	Sun, 31 Dec 2000 01:34:53 -0800 (PST)
	(envelope-from lkoeller)
Message-Id: <200012310934.eBV9Yrx47011@freefall.freebsd.org>
From: Lars Koeller <lkoeller@FreeBSD.org>
Date: Sun, 31 Dec 2000 01:34:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/math/grace/files freebsd
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lkoeller    2000/12/31 01:34:53 PST

  Removed files:
    math/grace/files     freebsd 
  Log:
  Old configure style is obsolete due to update of grace to version 5.1.2.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:14:56 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:14:54 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5E26D37B400; Sun, 31 Dec 2000 02:14:54 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAEsm51201;
	Sun, 31 Dec 2000 02:14:54 -0800 (PST)
	(envelope-from knu)
Message-Id: <200012311014.eBVAEsm51201@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:14:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_ruby Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2000/12/31 02:14:54 PST

  Modified files:
    www/mod_ruby         Makefile distinfo 
  Log:
  Update to 0.2.2.
  
  Revision  Changes    Path
  1.10      +2 -2      ports/www/mod_ruby/Makefile
  1.5       +1 -1      ports/www/mod_ruby/distinfo



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:22: 6 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:22:04 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6A54837B400; Sun, 31 Dec 2000 02:22:04 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAM4851526;
	Sun, 31 Dec 2000 02:22:04 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311022.eBVAM4851526@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:22:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/msdosfs msdosfs_vfsops.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 02:22:04 PST

  Modified files:
    sys/msdosfs          msdosfs_vfsops.c 
  Log:
  Use macro API to <sys/queue.h>
  
  Revision  Changes    Path
  1.68      +3 -3      src/sys/msdosfs/msdosfs_vfsops.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:22:55 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:22:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id CCA3537B400; Sun, 31 Dec 2000 02:22:52 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAMqq51578;
	Sun, 31 Dec 2000 02:22:52 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311022.eBVAMqq51578@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:22:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys mdioctl.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 02:22:52 PST

  Modified files:
    sys/sys              mdioctl.h 
  Log:
  Add compress option at the instigation of rgrimes.
  
  Revision  Changes    Path
  1.6       +2 -1      src/sys/sys/mdioctl.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:23:27 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:23:25 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 523E237B400; Sun, 31 Dec 2000 02:23:25 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVANPY51645;
	Sun, 31 Dec 2000 02:23:25 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311023.eBVANPY51645@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:23:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys socketvar.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 02:23:25 PST

  Modified files:
    sys/sys              socketvar.h 
  Log:
  Use macro API to <sys/queue.h>
  
  Revision  Changes    Path
  1.54      +2 -2      src/sys/sys/socketvar.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:24:22 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:24:19 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 904C037B400; Sun, 31 Dec 2000 02:24:19 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAOJ251694;
	Sun, 31 Dec 2000 02:24:19 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311024.eBVAOJ251694@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:24:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 02:24:19 PST

  Modified files:
    sys/miscfs/procfs    procfs_vnops.c 
  Log:
  Use macro API to <sys/queue.h>
  
  Revision  Changes    Path
  1.87      +5 -5      src/sys/miscfs/procfs/procfs_vnops.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:28: 5 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:28:02 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id ADE4E37B400; Sun, 31 Dec 2000 02:28:02 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAS2351890;
	Sun, 31 Dec 2000 02:28:02 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311028.eBVAS2351890@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:28:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc_r/uthread uthread_file.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 02:28:02 PST

  Modified files:
    lib/libc_r/uthread   uthread_file.c 
  Log:
  Use macro API to <sys/queue.h>
  
  Submitted by:	"Peter Avalos" <pavalos@theshell.com>
  Reviewed by:	/sbin/md5 [*]
  
  [*] This line appears courtesy of Mr. Warner Losch, all rights reversed.
  
  Revision  Changes    Path
  1.16      +5 -5      src/lib/libc_r/uthread/uthread_file.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:31:13 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:31:10 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id D4ED937B400; Sun, 31 Dec 2000 02:31:10 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAVAX52076;
	Sun, 31 Dec 2000 02:31:10 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311031.eBVAVAX52076@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:31:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/bibliography chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 02:31:10 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/bibliography chapter.sgml 
  Log:
  Added Book:
  	Building Internet Server with FreeBSD (in Indonesia Language)
  
  Submitted by:	dodi maryanto <dodi@maxwell.itb.ac.id>
  
  Revision  Changes    Path
  1.29      +10 -1     doc/en_US.ISO_8859-1/books/handbook/bibliography/chapter.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:35:24 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:35:21 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8AF6F37B400; Sun, 31 Dec 2000 02:35:21 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAZLw52461;
	Sun, 31 Dec 2000 02:35:21 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311035.eBVAZLw52461@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:35:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/bibliography chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 02:35:21 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/bibliography chapter.sgml 
  Log:
  typo in last commit
  
  Revision  Changes    Path
  1.30      +2 -2      doc/en_US.ISO_8859-1/books/handbook/bibliography/chapter.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:37:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:37:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id A3AC637B400; Sun, 31 Dec 2000 02:37:43 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAbhU52737;
	Sun, 31 Dec 2000 02:37:43 -0800 (PST)
	(envelope-from will)
Message-Id: <200012311037.eBVAbhU52737@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:37:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security Makefile ports/security/sst Makefile
         distinfo pkg-comment pkg-descr pkg-plist ports/security/sst/files
         Makefile patch-sst.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 02:37:43 PST

  Modified files:
    security             Makefile 
  Added files:
    security/sst         Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    security/sst/files   Makefile patch-sst.c 
  Log:
  Add sst 1.0, a simple SSL tunneling tool that uses netcat.
  
  PR:		22671
  Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
  
  Revision  Changes    Path
  1.148     +2 -1      ports/security/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:37:54 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:37:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id ADDF837B6A1; Sun, 31 Dec 2000 02:37:49 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAbnc52788;
	Sun, 31 Dec 2000 02:37:49 -0800 (PST)
	(envelope-from will)
Message-Id: <200012311037.eBVAbnc52788@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:37:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 02:37:49 PST

  Modified files:
    .                    modules 
  Log:
    sst --> ports/security/sst
  
  Revision  Changes    Path
  1.2229    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:42:49 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:42:46 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 84A7237B400; Sun, 31 Dec 2000 02:42:46 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAgkZ53262;
	Sun, 31 Dec 2000 02:42:46 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311042.eBVAgkZ53262@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:42:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security Makefile ports/security/outguess
         Makefile distinfo pkg-comment pkg-descr
         ports/security/outguess/files outguess.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 02:42:46 PST

  Modified files:
    security             Makefile 
  Added files:
    security/outguess    Makefile distinfo pkg-comment pkg-descr 
    security/outguess/files outguess.1 
  Log:
  new port of OutGuess, a steganographic utility for JPEG and PNM images
  
  Obtained from:	OpenBSD
  
  Revision  Changes    Path
  1.149     +2 -1      ports/security/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  2:42:56 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 02:42:54 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id A306137B69C; Sun, 31 Dec 2000 02:42:50 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVAgoE53297;
	Sun, 31 Dec 2000 02:42:50 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311042.eBVAgoE53297@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 02:42:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 02:42:50 PST

  Modified files:
    .                    modules 
  Log:
    outguess --> ports/security/outguess
  
  Revision  Changes    Path
  1.2230    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3: 6:40 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:06:37 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id F293637B400; Sun, 31 Dec 2000 03:06:36 -0800 (PST)
Received: (from hrs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVB6al56848;
	Sun, 31 Dec 2000 03:06:36 -0800 (PST)
	(envelope-from hrs)
Message-Id: <200012311106.eBVB6al56848@freefall.freebsd.org>
From: Hiroki Sato <hrs@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:06:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent doc/ja_JP.eucJP/books/handbook/contrib
         chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hrs         2000/12/31 03:06:36 PST

  Modified files:
    ja_JP.eucJP/books/handbook authors.ent 
    ja_JP.eucJP/books/handbook/contrib chapter.sgml 
  Log:
  Merge the following from the English version:
  
  	1.139 -> 1.140	authors.ent
  	1.357 -> 1.358	contrib/chapter.sgml
  
  Revision  Changes    Path
  1.49      +5 -3      doc/ja_JP.eucJP/books/handbook/authors.ent
  1.53      +2 -6      doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3: 8:49 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:08:44 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1431937B400; Sun, 31 Dec 2000 03:08:44 -0800 (PST)
Received: (from hrs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVB8in57025;
	Sun, 31 Dec 2000 03:08:44 -0800 (PST)
	(envelope-from hrs)
Message-Id: <200012311108.eBVB8in57025@freefall.freebsd.org>
From: Hiroki Sato <hrs@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:08:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ja includes.sgml index.sgml www/ja/java
         advocacy.sgml Makefile index.sgml www/ja/java/dists 12.sgml
         13.sgml index.sgml www/ja/ports portindex www/ja/search
         search.sgml www/ja/smp Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hrs         2000/12/31 03:08:43 PST

  Modified files:
    ja                   includes.sgml index.sgml 
    ja/java              Makefile index.sgml 
    ja/java/dists        12.sgml 13.sgml index.sgml 
    ja/ports             portindex 
    ja/search            search.sgml 
    ja/smp               Makefile 
  Added files:
    ja/java              advocacy.sgml 
  Log:
  - Merge the following from the English version:
  
  	1.10  -> 1.12 	java/dists/12.sgml
  	1.3   -> 1.4  	java/dists/13.sgml
  	1.58  -> 1.60 	search/search.sgml
  
  - Fix URLs using &base; and &enbase;, with some cleanups:
  
  	includes.sgml
  	index.sgml
  	java/index.sgml
  	java/dists/index.sgml
  	ports/portindex
  
  - Add new translation and activate it:
  
  	java/Makefile
  	java/advocacy.sgml
  
  - Add REVCHECK=YES forgotten in the previous commit:
  
  	smp/Makefile
  
  Revision  Changes    Path
  1.26      +17 -17    www/ja/includes.sgml
  1.32      +14 -14    www/ja/index.sgml
  1.11      +2 -2      www/ja/java/Makefile
  1.6       +24 -24    www/ja/java/index.sgml
  1.5       +36 -18    www/ja/java/dists/12.sgml
  1.6       +137 -3    www/ja/java/dists/13.sgml
  1.5       +8 -8      www/ja/java/dists/index.sgml
  1.21      +4 -3      www/ja/ports/portindex
  1.26      +15 -3     www/ja/search/search.sgml
  1.2       +4 -1      www/ja/smp/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:15:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:15:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B735937B402; Sun, 31 Dec 2000 03:15:43 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBFhK57472;
	Sun, 31 Dec 2000 03:15:43 -0800 (PST)
	(envelope-from will)
Message-Id: <200012311115.eBVBFhK57472@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:15:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security Makefile ports/security/integrit
         Makefile distinfo pkg-comment pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 03:15:43 PST

  Modified files:
    security             Makefile 
  Added files:
    security/integrit    Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Add integrit 1.03.05 beta, an alternative to file integrity programs like
  tripwire and aide.
  
  PR:		23945
  Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net>
  
  Revision  Changes    Path
  1.150     +2 -1      ports/security/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:16: 0 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:15:56 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 67CE437B69D; Sun, 31 Dec 2000 03:15:50 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBFoa57513;
	Sun, 31 Dec 2000 03:15:50 -0800 (PST)
	(envelope-from will)
Message-Id: <200012311115.eBVBFoa57513@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:15:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 03:15:50 PST

  Modified files:
    .                    modules 
  Log:
    integrit --> ports/security/integrit
  
  Revision  Changes    Path
  1.2231    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:20:40 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:20:34 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2C12337B400; Sun, 31 Dec 2000 03:20:34 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBKYv57924;
	Sun, 31 Dec 2000 03:20:34 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200012311120.eBVBKYv57924@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:20:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/icqlib0 Makefile distinfo pkg-comment
         pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2000/12/31 03:20:33 PST

  Modified files:
    net/icqlib0          Makefile distinfo pkg-comment pkg-plist 
  Log:
    This is a repocopy of net/icqlib greatly done by
  asami.
    The port mail/icqmail requires an old version
  of icqlib brand 0.x.x.
    The icqlib port handles the current version brand
  1.x.x.
    This icqlib0 port will be handling the old icqlib
  brand 0.x.x.
  
  PR:		ports/23156
  Submitted by:	Nevermind <never@nevermind.kiev.ua>
  Approved by:	asami (the repocopy)
  
  Revision  Changes    Path
  1.13      +16 -4     ports/net/icqlib0/Makefile
  1.3       +1 -1      ports/net/icqlib0/distinfo
  1.4       +1 -1      ports/net/icqlib0/pkg-comment
  1.4       +4 -4      ports/net/icqlib0/pkg-plist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:20:52 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:20:50 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 071D137B698; Sun, 31 Dec 2000 03:20:50 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBKnl57947;
	Sun, 31 Dec 2000 03:20:50 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311120.eBVBKnl57947@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:20:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/mdconfig mdconfig.8 Makefile mdconfig.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 03:20:49 PST

  Modified files:
    sbin/mdconfig        Makefile mdconfig.c 
  Added files:
    sbin/mdconfig        mdconfig.8 
  Log:
  Improve cmdline parsing and messages.
  
  Add a rudimentary man-page.  (I'm no mdoc wizard, feel free to attack my
  mistakes and blunders)
  
  Revision  Changes    Path
  1.2       +2 -3      src/sbin/mdconfig/Makefile
  1.2       +65 -20    src/sbin/mdconfig/mdconfig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:22:47 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:22:44 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 43EA137B400; Sun, 31 Dec 2000 03:22:44 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBMiN58084;
	Sun, 31 Dec 2000 03:22:44 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311122.eBVBMiN58084@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:22:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 03:22:44 PST

  Modified files:
    gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c 
  Log:
  Use macro API to <sys/queue.h>
  
  Submitted by:	Dima Dorfman <dima@unixfreak.org>
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.20      +2 -2      src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:24:18 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:24:14 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id F160137B400; Sun, 31 Dec 2000 03:24:13 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBODk58207;
	Sun, 31 Dec 2000 03:24:13 -0800 (PST)
	(envelope-from will)
Message-Id: <200012311124.eBVBODk58207@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:24:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Tools/scripts addport
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 03:24:13 PST

  Modified files:
    Tools/scripts        addport 
  Log:
  Here's my holiday present to the ports team: new -l option allows you to
  let portlint fill out your commit log message.  It takes data from your
  port's Makefile and pkg-comment to generate this, then displays the
  resulting file and gives a chance to fix any problems.
  
  Also, change -c option to move the file to the temp directory.  Since -c
  and -l option conflict, -l will take precedence.  Move -c option down to
  where directories are parsed.
  
  Reviewed by:	Jeremy Shaffner <jeremy@external.org>
  
  Revision  Changes    Path
  1.17      +96 -20    ports/Tools/scripts/addport



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:35: 0 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:34:55 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6504937B400; Sun, 31 Dec 2000 03:34:55 -0800 (PST)
Received: (from andreas@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBYtH58774;
	Sun, 31 Dec 2000 03:34:55 -0800 (PST)
	(envelope-from andreas)
Message-Id: <200012311134.eBVBYtH58774@freefall.freebsd.org>
From: Andreas Klemm <andreas@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:34:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/cflowd Makefile pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

andreas     2000/12/31 03:34:55 PST

  Modified files:
    net/cflowd           Makefile pkg-plist 
  Log:
  - fix pkg list concerning removal of port (missing symlinks and dir)
  - bump port revision because of changes in the packing list (to allow
    pkg_delete to nuke the installed port entirely)
  
  PR:		23975
  Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
  
  Revision  Changes    Path
  1.3       +2 -1      ports/net/cflowd/Makefile
  1.2       +3 -0      ports/net/cflowd/pkg-plist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:40: 8 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:40:06 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 004DE37B400; Sun, 31 Dec 2000 03:40:05 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBe5W59084;
	Sun, 31 Dec 2000 03:40:05 -0800 (PST)
	(envelope-from knu)
Message-Id: <200012311140.eBVBe5W59084@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:40:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/ruby-date2 Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2000/12/31 03:40:05 PST

  Modified files:
    devel/ruby-date2     Makefile distinfo pkg-plist 
  Log:
  Update to 2.2.
  
  Revision  Changes    Path
  1.8       +4 -4      ports/devel/ruby-date2/Makefile
  1.4       +1 -1      ports/devel/ruby-date2/distinfo
  1.5       +4 -0      ports/devel/ruby-date2/pkg-plist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  3:50:53 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 03:50:51 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5466E37B400; Sun, 31 Dec 2000 03:50:51 -0800 (PST)
Received: (from demon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVBooV59749;
	Sun, 31 Dec 2000 03:50:50 -0800 (PST)
	(envelope-from demon)
Message-Id: <200012311150.eBVBooV59749@freefall.freebsd.org>
From: Dmitry Sivachenko <demon@FreeBSD.org>
Date: Sun, 31 Dec 2000 03:50:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/russian/apache13-modssl/files rc.apache.sh
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

demon       2000/12/31 03:50:50 PST

  Modified files:
    russian/apache13-modssl/files rc.apache.sh 
  Log:
  Redirect output from apachectl to /dev/null.
  
  Revision  Changes    Path
  1.3       +2 -3      ports/russian/apache13-modssl/files/rc.apache.sh



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  4: 1:25 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 04:01:21 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8E76E37B400; Sun, 31 Dec 2000 04:01:20 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVC1KB64228;
	Sun, 31 Dec 2000 04:01:20 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311201.eBVC1KB64228@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 04:01:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/festdoc Makefile ports/audio/festival
         Makefile pkg-plist pkg-plist-ogi ports/audio/festlex-poslex
         Makefile pkg-plist ports/audio/festvox-kal16 pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 04:01:20 PST

  Modified files:
    audio/festdoc        Makefile 
    audio/festival       Makefile pkg-plist pkg-plist-ogi 
    audio/festlex-poslex Makefile pkg-plist 
    audio/festvox-kal16  pkg-plist 
  Log:
  - mtree fixes
  - when building Festival with OGI, make pkg-plist by concatenation
  
  Revision  Changes    Path
  1.3       +2 -1      ports/audio/festdoc/Makefile
  1.7       +11 -5     ports/audio/festival/Makefile
  1.2       +5 -1      ports/audio/festival/pkg-plist
  1.2       +2 -109    ports/audio/festival/pkg-plist-ogi
  1.4       +1 -2      ports/audio/festlex-poslex/Makefile
  1.3       +0 -1      ports/audio/festlex-poslex/pkg-plist
  1.2       +1 -0      ports/audio/festvox-kal16/pkg-plist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  4: 2:58 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 04:02:56 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7597537B400; Sun, 31 Dec 2000 04:02:56 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVC2uV64289;
	Sun, 31 Dec 2000 04:02:56 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311202.eBVC2uV64289@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 04:02:56 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/mtree BSD.usr.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 04:02:56 PST

  Modified files:
    etc/mtree            BSD.usr.dist 
  Log:
  Add forgotten entry for ru_RU.CP866 to try to make make release work.
  
  Revision  Changes    Path
  1.205     +3 -1      src/etc/mtree/BSD.usr.dist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  4:13:19 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 04:13:15 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 11EAC37B400; Sun, 31 Dec 2000 04:13:14 -0800 (PST)
Received: (from demon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVCDEc66790;
	Sun, 31 Dec 2000 04:13:14 -0800 (PST)
	(envelope-from demon)
Message-Id: <200012311213.eBVCDEc66790@freefall.freebsd.org>
From: Dmitry Sivachenko <demon@FreeBSD.org>
Date: Sun, 31 Dec 2000 04:13:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Mk bsd.sites.mk
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

demon       2000/12/31 04:13:13 PST

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  Add russian mirror to MASTER_SITE_THEMES.
  
  Revision  Changes    Path
  1.25      +3 -2      ports/Mk/bsd.sites.mk



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  4:43:49 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 04:43:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16])
	by hub.freebsd.org (Postfix) with ESMTP
	id B09CC37B400; Sun, 31 Dec 2000 04:43:41 -0800 (PST)
Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102])
	by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA05506;
	Sun, 31 Dec 2000 23:18:30 +1100
Date: Sun, 31 Dec 2000 23:19:22 +1100 (EST)
From: Bruce Evans <bde@zeta.org.au>
X-Sender: bde@besplex.bde.org
To: Peter Wemm <peter@netplex.com.au>
Cc: Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/isp isp.c 
In-Reply-To: <200012302027.eBUKRPm09381@mobile.wemm.org>
Message-ID: <Pine.BSF.4.21.0012312222280.7999-100000@besplex.bde.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Sat, 30 Dec 2000, Peter Wemm wrote:

> cc puts the strings in the text segment.  On userland, this is always
> enforced.

gcc actually puts them in the .rodata section (what's a segment? :-).

> In the kernel, text is write protected for the static kernel.  But we do
> something funky with the PSE 4MB pages and double map the text/data
> segments or something, I dont recall.  I think it might be possible for writes
> to the text segment to slip through the data area, but I am far from sure
> about this.  I would have thought we'd have discovered this by now if so.
> (Or bde would have found it :-).

I noticed it soon after the PSE changes :-).  Normally the text, data and
bss fit in one 4MB page.  That page has to be writable for data, so there
is no way that the text can be write protected.  The .rodata section is
between the text and the data, so it is not write protected either.

Switching to ELF broke this further.  locore.s doesn't understand ELF
sections.  It still maps everything up to etext read-only, but it should
map everything up to the end of .rodata read-only.  Also, for ELF the
sections are not normally padded to a page boundary, so when locore.s
rounds up etext to a page boundary, it normally goes too far and risks
mapping the start of the data read-only.  This presumably works in the
non-PSE case only because .rodata provides sufficient padding.  (AFAIK,
he mappings locore set up by locore.s are not changed later, except
they get subverted by switching to 4MB pages if 4MB pages are possible
and not disabled.  Also, the double mapping hack is not used in the
kernel.)

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  5: 3:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 05:03:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C79B637B400; Sun, 31 Dec 2000 05:03:43 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVD3hL69255;
	Sun, 31 Dec 2000 05:03:43 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311303.eBVD3hL69255@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 05:03:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/mdconfig mdconfig.c src/sys/dev/md md.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 05:03:43 PST

  Modified files:
    sbin/mdconfig        mdconfig.c 
    sys/dev/md           md.c 
  Log:
  This is the first snapshot of the new all-singing-and-dancing md(4).
  
  Using the mdconfig(8) program you can now configure memory disks
  on malloc(9), swap or a file/vnode.  preloaded md disks also work
  as usual.
  
  Revision  Changes    Path
  1.3       +14 -7     src/sbin/mdconfig/mdconfig.c
  1.19      +508 -128  src/sys/dev/md/md.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  6: 4: 7 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 06:04:03 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40])
	by hub.freebsd.org (Postfix) with ESMTP
	id CF78437B400; Sun, 31 Dec 2000 06:03:54 -0800 (PST)
Received: from earth.causticlabs.com (oca-c1s2-04.mfi.net [209.26.94.51])
	by peitho.fxp.org (Postfix) with ESMTP
	id 64DA613614; Sun, 31 Dec 2000 09:03:53 -0500 (EST)
Received: by earth.causticlabs.com (Postfix, from userid 1000)
	id 11D041F5B; Sun, 31 Dec 2000 09:03:43 -0500 (EST)
Date: Sun, 31 Dec 2000 09:03:43 -0500
From: Chris Faulhaber <jedgar@fxp.org>
To: Matt Jacob <mjacob@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sys mtio.h
Message-ID: <20001231090343.A44065@earth.causticlabs.com>
References: <200012310817.eBV8HLx40759@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200012310817.eBV8HLx40759@freefall.freebsd.org>; from mjacob@FreeBSD.org on Sun, Dec 31, 2000 at 12:17:21AM -0800
Sender: jedgar@earth.causticlabs.com
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Sun, Dec 31, 2000 at 12:17:21AM -0800, Matt Jacob wrote:
> mjacob      2000/12/31 00:17:21 PST
> 
>   Modified files:
>     sys/sys              mtio.h 
>   Log:
>   Unbelievable how this slipped through. There is
>   no such device as /dev/nsa0. The DEFTAPE should
>   "/dev/nrsa0". *Groan*.
>   
>   Revision  Changes    Path
>   1.22      +2 -2      src/sys/sys/mtio.h
> 

So, you are backing out rev 1.20?

-- 
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  6: 7: 4 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 06:07:02 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 33BB037B400; Sun, 31 Dec 2000 06:07:02 -0800 (PST)
Received: (from demon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVE72x78279;
	Sun, 31 Dec 2000 06:07:02 -0800 (PST)
	(envelope-from demon)
Message-Id: <200012311407.eBVE72x78279@freefall.freebsd.org>
From: Dmitry Sivachenko <demon@FreeBSD.org>
Date: Sun, 31 Dec 2000 06:07:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/afterstep-stable Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

demon       2000/12/31 06:07:02 PST

  Modified files:
    x11-wm/afterstep-stable Makefile distinfo 
  Log:
  Update to 1.8.8.
  Add dependency to audio/rplay.
  
  Submitted by:	Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
  
  Revision  Changes    Path
  1.42      +5 -4      ports/x11-wm/afterstep-stable/Makefile
  1.20      +1 -1      ports/x11-wm/afterstep-stable/distinfo



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  6:37:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 06:37:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id E6FA337B404; Sun, 31 Dec 2000 06:37:42 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVEbgZ80193;
	Sun, 31 Dec 2000 06:37:42 -0800 (PST)
	(envelope-from sf)
Message-Id: <200012311437.eBVEbgZ80193@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 31 Dec 2000 06:37:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/less Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2000/12/31 06:37:42 PST

  Modified files:
    japanese/less        Makefile 
  Log:
  change MASTER_SITES to MASTER_SITE_LOCAL.
  
  Revision  Changes    Path
  1.23      +3 -3      ports/japanese/less/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  6:42:22 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 06:42:20 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id DC2C737B400; Sun, 31 Dec 2000 06:42:19 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVEgJX80533;
	Sun, 31 Dec 2000 06:42:19 -0800 (PST)
	(envelope-from sf)
Message-Id: <200012311442.eBVEgJX80533@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 31 Dec 2000 06:42:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/raproxy Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2000/12/31 06:42:19 PST

  Modified files:
    audio/raproxy        Makefile 
  Log:
  NO_INSTALL_MANPAGES is not for user defined variable.
  
  Revision  Changes    Path
  1.9       +1 -3      ports/audio/raproxy/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  6:56:54 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 06:56:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id E6D8F37B400; Sun, 31 Dec 2000 06:56:51 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVEupt83135;
	Sun, 31 Dec 2000 06:56:51 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311456.eBVEupt83135@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 06:56:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en publish.sgml www/en/gifs bukudepan.jpg Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 06:56:51 PST

  Modified files:
    en                   publish.sgml 
    en/gifs              Makefile 
  Added files:
    en/gifs              bukudepan.jpg 
  Log:
  Added Building Internet Server with FreeBSD (in Indonesia Language)
  
  Revision  Changes    Path
  1.37      +17 -2     www/en/publish.sgml
  1.34      +2 -1      www/en/gifs/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  6:57:12 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 06:57:09 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id E050837B402; Sun, 31 Dec 2000 06:57:08 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVEv8Y83180;
	Sun, 31 Dec 2000 06:57:08 -0800 (PST)
	(envelope-from sf)
Message-Id: <200012311457.eBVEv8Y83180@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 31 Dec 2000 06:57:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators/freesci Makefile pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2000/12/31 06:57:08 PST

  Modified files:
    emulators/freesci    Makefile pkg-plist 
  Log:
  add missing files to pkg-plist.
  
  PR:		23844
  Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
  
  HAS_CONFIGURE -> GNU_CONFIGURE to support PREFIX.
  CFLAGS -> CPPFLAGS to honor CFLAGS.
  
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.2       +3 -3      ports/emulators/freesci/Makefile
  1.2       +3 -0      ports/emulators/freesci/pkg-plist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7: 2:51 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:02:48 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C112137B400; Sun, 31 Dec 2000 07:02:48 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVF2mD83709;
	Sun, 31 Dec 2000 07:02:48 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311502.eBVF2mD83709@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:02:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Mk bsd.sites.mk
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 07:02:48 PST

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  Add MASTER_SITE_NETBSD.
  
  Revision  Changes    Path
  1.26      +14 -1     ports/Mk/bsd.sites.mk



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7: 5:58 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:05:54 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id D369937B400; Sun, 31 Dec 2000 07:05:54 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVF5sr86107;
	Sun, 31 Dec 2000 07:05:54 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311505.eBVF5sr86107@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:05:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio Makefile ports/audio/musicbox Makefile
         distinfo pkg-comment pkg-descr ports/audio/musicbox/files
         patch-ListView.cpp patch-Makefile patch-MultiListBox.h
         patch-player.cpp patch-qktstreelist.cpp
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 07:05:54 PST

  Modified files:
    audio                Makefile 
  Added files:
    audio/musicbox       Makefile distinfo pkg-comment pkg-descr 
    audio/musicbox/files patch-ListView.cpp patch-Makefile 
                         patch-MultiListBox.h patch-player.cpp 
                         patch-qktstreelist.cpp 
  Log:
  new port of musicbox, a Qt-based front end to mpg123
  
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.202     +2 -1      ports/audio/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7: 6: 4 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:06:02 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0ECCB37B69F; Sun, 31 Dec 2000 07:06:00 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVF60f86143;
	Sun, 31 Dec 2000 07:06:00 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311506.eBVF60f86143@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:05:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 07:05:59 PST

  Modified files:
    .                    modules 
  Log:
    musicbox --> ports/audio/musicbox
  
  Revision  Changes    Path
  1.2232    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7: 6:13 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:06:10 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5F84837B6FA; Sun, 31 Dec 2000 07:06:09 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVF69m86178;
	Sun, 31 Dec 2000 07:06:09 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311506.eBVF69m86178@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:06:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/mtree BSD.usr.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 07:06:09 PST

  Modified files:
    etc/mtree            BSD.usr.dist 
  Log:
  Add ru_RU.ISO_8859-5 also.
  
  Revision  Changes    Path
  1.206     +3 -1      src/etc/mtree/BSD.usr.dist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7: 7:53 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:07:50 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 74E5037B400; Sun, 31 Dec 2000 07:07:50 -0800 (PST)
Received: (from dirk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVF7nv86552;
	Sun, 31 Dec 2000 07:07:49 -0800 (PST)
	(envelope-from dirk)
Message-Id: <200012311507.eBVF7nv86552@freefall.freebsd.org>
From: Dirk Froemberg <dirk@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:07:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/snort Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dirk        2000/12/31 07:07:49 PST

  Modified files:
    security/snort       Makefile 
  Log:
  Add additional options (WITH_FLEXRESP, WITH_MYSQL, WITH_ODBC
  and WITH_POSTGRES).
  
  PR:		ports/20156
  
  Revision  Changes    Path
  1.14      +38 -1     ports/security/snort/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7: 8:17 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:08:14 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id BCF1D37B400; Sun, 31 Dec 2000 07:08:14 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVF8E686584;
	Sun, 31 Dec 2000 07:08:14 -0800 (PST)
	(envelope-from phk)
Message-Id: <200012311508.eBVF8E686584@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:08:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/mtree BSD.usr.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2000/12/31 07:08:14 PST

  Modified files:
    etc/mtree            BSD.usr.dist 
  Log:
  ... and ru_RU.KOI8-R.
  
  Remove ru_SU
  
  Forgotten by:	phantom on 2000/12/29 14:58:01
  
  Revision  Changes    Path
  1.207     +2 -6      src/etc/mtree/BSD.usr.dist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7:41:26 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:41:24 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6718237B400; Sun, 31 Dec 2000 07:41:24 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVFfOC90950;
	Sun, 31 Dec 2000 07:41:24 -0800 (PST)
	(envelope-from sf)
Message-Id: <200012311541.eBVFfOC90950@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:41:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators/freesci Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2000/12/31 07:41:24 PST

  Modified files:
    emulators/freesci    Makefile 
  Log:
  bump PORTREVISION; new files added.
  
  Revision  Changes    Path
  1.3       +2 -1      ports/emulators/freesci/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7:42:40 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:42:37 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C64C237B400; Sun, 31 Dec 2000 07:42:37 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVFgbC91072;
	Sun, 31 Dec 2000 07:42:37 -0800 (PST)
	(envelope-from sf)
Message-Id: <200012311542.eBVFgbC91072@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:42:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/cscope Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2000/12/31 07:42:37 PST

  Modified files:
    devel/cscope         Makefile 
  Log:
  bump PORTREVISION; new file added.
  
  Revision  Changes    Path
  1.12      +2 -1      ports/devel/cscope/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  7:43:49 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 07:43:46 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id A8AC437B400; Sun, 31 Dec 2000 07:43:46 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVFhkQ91227;
	Sun, 31 Dec 2000 07:43:46 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311543.eBVFhkQ91227@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 07:43:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/opmixer Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 07:43:46 PST

  Modified files:
    audio/opmixer        Makefile 
  Log:
  Patch ossmixer.hh to #include <machine/soundcard.h> on old systems.
  
  Revision  Changes    Path
  1.2       +6 -1      ports/audio/opmixer/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  8: 3:55 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 08:03:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9C3D037B400; Sun, 31 Dec 2000 08:03:50 -0800 (PST)
Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102])
	by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA11391;
	Mon, 1 Jan 2001 03:03:48 +1100
Date: Mon, 1 Jan 2001 03:04:40 +1100 (EST)
From: Bruce Evans <bde@zeta.org.au>
X-Sender: bde@besplex.bde.org
To: Matt Jacob <mjacob@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sys mtio.h
In-Reply-To: <200012310817.eBV8HLx40759@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.21.0101010256170.8358-100000@besplex.bde.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Sun, 31 Dec 2000, Matt Jacob wrote:

> mjacob      2000/12/31 00:17:21 PST
> 
>   Modified files:
>     sys/sys              mtio.h 
>   Log:
>   Unbelievable how this slipped through. There is
>   no such device as /dev/nsa0. The DEFTAPE should
>   "/dev/nrsa0". *Groan*.

Um, -current has /dev/nsa0, and /dev/nrsa0 is nrsa0 is only a
compatibility-cruft link to /dev/nsa0.  See rev.1.250 of MAKEDEV.
I removed all the 'r' devices in /dev and haven't noticed any
problems (but I haven't noticed any problems with /dev/*sa0 since
my tape drive broke a year ago :-).

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  8:15:14 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 08:15:08 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id EF89637B402; Sun, 31 Dec 2000 08:15:07 -0800 (PST)
Received: (from ghelmer@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVGF7462756;
	Sun, 31 Dec 2000 08:15:07 -0800 (PST)
	(envelope-from ghelmer)
Message-Id: <200012311615.eBVGF7462756@freefall.freebsd.org>
From: Guy Helmer <ghelmer@FreeBSD.org>
Date: Sun, 31 Dec 2000 08:15:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libutil login_ok.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ghelmer     2000/12/31 08:15:07 PST

  Modified files:
    lib/libutil          login_ok.c 
  Log:
  In call to realloc, pass the number of bytes needed, not simply the
  number of login time structures.
  
  Forward the name of the deny capability rather than hard-coding it
  in login_hostok.
  
  Revision  Changes    Path
  1.8       +3 -3      src/lib/libutil/login_ok.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  8:35:33 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 08:35:30 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 89C7437B400; Sun, 31 Dec 2000 08:35:30 -0800 (PST)
Received: (from hrs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVGZUO73591;
	Sun, 31 Dec 2000 08:35:30 -0800 (PST)
	(envelope-from hrs)
Message-Id: <200012311635.eBVGZUO73591@freefall.freebsd.org>
From: Hiroki Sato <hrs@FreeBSD.org>
Date: Sun, 31 Dec 2000 08:35:30 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent doc/ja_JP.eucJP/books/handbook/staff
         chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hrs         2000/12/31 08:35:30 PST

  Modified files:
    ja_JP.eucJP/books/handbook authors.ent 
    ja_JP.eucJP/books/handbook/staff chapter.sgml 
  Log:
  - Merge the following from the English version:
  
  	1.165 -> 1.189	staff/chapter.sgml
  
  - Translate the Japanese committer's name into Japanese:
  
  	authors.ent
  
  Approved by:	mita
  
  Revision  Changes    Path
  1.50      +2 -2      doc/ja_JP.eucJP/books/handbook/authors.ent
  1.40      +122 -44   doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  8:35:47 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 08:35:44 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id AD85637B400; Sun, 31 Dec 2000 08:35:44 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVGZi473977;
	Sun, 31 Dec 2000 08:35:44 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311635.eBVGZi473977@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 08:35:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/opmixer Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 08:35:44 PST

  Modified files:
    audio/opmixer        Makefile 
  Log:
  Install README into the proper directory.
  
  Submitted by:	Daniel Harris <dannyboy@freebsd.org>
  
  Revision  Changes    Path
  1.3       +2 -2      ports/audio/opmixer/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  8:38:12 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 08:38:09 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1B51537B400; Sun, 31 Dec 2000 08:38:09 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVGc9U74243;
	Sun, 31 Dec 2000 08:38:09 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311638.eBVGc9U74243@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 08:38:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en publish.sgml www/en/gifs bsdcomp-4.2.gif
         wc-bsdalph-4.2.gif wc-bsdtool.gif wc-freebsd-4.2.gif
         wc-freebsd-4.2b.gif Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 08:38:08 PST

  Modified files:
    en                   publish.sgml 
    en/gifs              Makefile 
  Added files:
    en/gifs              bsdcomp-4.2.gif wc-bsdalph-4.2.gif 
                         wc-bsdtool.gif wc-freebsd-4.2.gif 
                         wc-freebsd-4.2b.gif 
  Log:
  Added
  
  - The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
  - FreeBSD Toolkit
  - FreeBSD Alpha 4.2
  - FreeBSD/i386 4.2
  
  Revision  Changes    Path
  1.38      +34 -2     www/en/publish.sgml
  1.35      +5 -1      www/en/gifs/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  8:39:50 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 08:39:47 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FE1837B402; Sun, 31 Dec 2000 08:39:47 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVGdlS74410;
	Sun, 31 Dec 2000 08:39:47 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200012311639.eBVGdlS74410@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Sun, 31 Dec 2000 08:39:47 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/opmixer Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2000/12/31 08:39:47 PST

  Modified files:
    audio/opmixer        Makefile 
  Log:
  Fix a typo that I just introduced.
  
  Revision  Changes    Path
  1.4       +2 -2      ports/audio/opmixer/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  9: 0: 7 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 09:00:05 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 430C937B400; Sun, 31 Dec 2000 09:00:05 -0800 (PST)
Received: (from alex@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVH05o77257;
	Sun, 31 Dec 2000 09:00:05 -0800 (PST)
	(envelope-from alex)
Message-Id: <200012311700.eBVH05o77257@freefall.freebsd.org>
From: Alexander Langer <alex@FreeBSD.org>
Date: Sun, 31 Dec 2000 09:00:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/smalltalk Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

alex        2000/12/31 09:00:05 PST

  Modified files:
    lang/smalltalk       Makefile 
  Log:
  Release to ports@FreeBSD.org.
  GNU Smalltalk is at version 1.8.5 already, but it _keeps_ calculating
  wrong values on FreeBSD (see the "make check" target output).
  This happened for the versions 1.8.2-1.8.5 on my machine now.
  Unfortunately, I don't have the time to find out what's going on here, I'm
  sorry.  Maybe someone with more time wants to maintain it.
  
  Revision  Changes    Path
  1.27      +2 -2      ports/lang/smalltalk/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  9: 3:55 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 09:03:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B3AD137B400; Sun, 31 Dec 2000 09:03:52 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVH3qg78130;
	Sun, 31 Dec 2000 09:03:52 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311703.eBVH3qg78130@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 09:03:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en publish.sgml www/en/gifs lob-freebsd-4.2.gif
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 09:03:51 PST

  Modified files:
    en                   publish.sgml 
    en/gifs              Makefile 
  Added files:
    en/gifs              lob-freebsd-4.2.gif 
  Log:
  Added upcoming FreeBSD 4.2 CD-ROM from Lehmanns Fachbuchhandlung.
  
  Revision  Changes    Path
  1.39      +10 -2     www/en/publish.sgml
  1.36      +2 -1      www/en/gifs/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  9:10:29 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 09:10:27 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 17A9F37B400; Sun, 31 Dec 2000 09:10:27 -0800 (PST)
Received: (from demon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVHARC80608;
	Sun, 31 Dec 2000 09:10:27 -0800 (PST)
	(envelope-from demon)
Message-Id: <200012311710.eBVHARC80608@freefall.freebsd.org>
From: Dmitry Sivachenko <demon@FreeBSD.org>
Date: Sun, 31 Dec 2000 09:10:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/afterstep-stable/files patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

demon       2000/12/31 09:10:27 PST

  Added files:
    x11-wm/afterstep-stable/files patch-ac 
  Log:
  Use mkstemp(3) instead of tmpnam(3).
  
  Submitted by:	Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31  9:23:33 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 09:23:30 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9A0EE37B400; Sun, 31 Dec 2000 09:23:30 -0800 (PST)
Received: (from dirk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVHNUw81563;
	Sun, 31 Dec 2000 09:23:30 -0800 (PST)
	(envelope-from dirk)
Message-Id: <200012311723.eBVHNUw81563@freefall.freebsd.org>
From: Dirk Froemberg <dirk@FreeBSD.org>
Date: Sun, 31 Dec 2000 09:23:30 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/palm/malsync Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dirk        2000/12/31 09:23:30 PST

  Modified files:
    palm/malsync         Makefile distinfo 
  Log:
  Upgrade to 2.05.
  
  Revision  Changes    Path
  1.6       +3 -3      ports/palm/malsync/Makefile
  1.3       +1 -1      ports/palm/malsync/distinfo



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 10:30: 8 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 10:30:05 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2E68137B400; Sun, 31 Dec 2000 10:30:05 -0800 (PST)
Received: (from horikawa@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVIU5088794;
	Sun, 31 Dec 2000 10:30:05 -0800 (PST)
	(envelope-from horikawa)
Message-Id: <200012311830.eBVIU5088794@freefall.freebsd.org>
From: Kazuo Horikawa <horikawa@FreeBSD.org>
Date: Sun, 31 Dec 2000 10:30:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/ja_JP.eucJP/man/man8 ppp.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

horikawa    2000/12/31 10:30:05 PST

  Modified files:
    ja_JP.eucJP/man/man8 ppp.8 
  Log:
  ppp.8 1.209.2.18
  
  Submitted by:Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
  
  Revision  Changes    Path
  1.42      +172 -54   doc/ja_JP.eucJP/man/man8/ppp.8



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 10:40:12 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 10:40:09 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from rover.village.org (rover.village.org [204.144.255.66])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3194F37B400; Sun, 31 Dec 2000 10:40:08 -0800 (PST)
Received: from billy-club.village.org (billy-club.village.org [10.0.0.3])
	by rover.village.org (8.11.0/8.11.0) with ESMTP id eBVIe7s84476;
	Sun, 31 Dec 2000 11:40:07 -0700 (MST)
	(envelope-from imp@billy-club.village.org)
Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id eBVId2s11633; Sun, 31 Dec 2000 11:39:02 -0700 (MST)
Message-Id: <200012311839.eBVId2s11633@billy-club.village.org>
To: Poul-Henning Kamp <phk@FreeBSD.org>
Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_file.c 
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-reply-to: Your message of "Sun, 31 Dec 2000 02:28:02 PST."
		<200012311028.eBVAS2351890@freefall.freebsd.org> 
References: <200012311028.eBVAS2351890@freefall.freebsd.org>  
Date: Sun, 31 Dec 2000 11:39:02 -0700
From: Warner Losh <imp@village.org>
Sender: imp@billy-club.village.org
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200012311028.eBVAS2351890@freefall.freebsd.org> Poul-Henning Kamp writes:
:   Reviewed by:	/sbin/md5 [*]
:   [*] This line appears courtesy of Mr. Warner Losch, all rights reversed.

You forgot patent pending, you know :-)

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 10:59:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 10:59:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id D121537B400; Sun, 31 Dec 2000 10:59:43 -0800 (PST)
Received: (from mharo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVIxhc90774;
	Sun, 31 Dec 2000 10:59:43 -0800 (PST)
	(envelope-from mharo)
Message-Id: <200012311859.eBVIxhc90774@freefall.freebsd.org>
From: Michael Haro <mharo@FreeBSD.org>
Date: Sun, 31 Dec 2000 10:59:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/portlint/src portlint.pl
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mharo       2000/12/31 10:59:43 PST

  Modified files:
    devel/portlint/src   portlint.pl 
  Log:
  fix some typos, make some warning messages more verbose
  
  PR:		23725
  Submitted by:	    Jimmy Olgeni <olgeni@uli.it>
  
  Revision  Changes    Path
  1.25      +5 -5      ports/devel/portlint/src/portlint.pl



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 11: 4:50 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 11:04:47 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9775A37B402; Sun, 31 Dec 2000 11:04:47 -0800 (PST)
Received: (from dirk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVJ4lb91223;
	Sun, 31 Dec 2000 11:04:47 -0800 (PST)
	(envelope-from dirk)
Message-Id: <200012311904.eBVJ4lb91223@freefall.freebsd.org>
From: Dirk Froemberg <dirk@FreeBSD.org>
Date: Sun, 31 Dec 2000 11:04:47 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/palm/malsync pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dirk        2000/12/31 11:04:47 PST

  Modified files:
    palm/malsync         pkg-descr 
  Log:
  Update URL.
  
  Revision  Changes    Path
  1.2       +1 -1      ports/palm/malsync/pkg-descr



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 11:16:50 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 11:16:47 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FDD337B400; Sun, 31 Dec 2000 11:16:47 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVJGlT94973;
	Sun, 31 Dec 2000 11:16:47 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311916.eBVJGlT94973@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 11:16:47 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/projects projects.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 11:16:47 PST

  Modified files:
    en/projects          projects.sgml 
  Log:
  Added to section file system:
  
  	- cryptfs
   	- Journaling versus Soft Updates
  
  Revision  Changes    Path
  1.92      +6 -1      www/en/projects/projects.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 11:36:59 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 11:36:56 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9180437B400; Sun, 31 Dec 2000 11:36:56 -0800 (PST)
Received: (from wosch@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVJau696689;
	Sun, 31 Dec 2000 11:36:56 -0800 (PST)
	(envelope-from wosch)
Message-Id: <200012311936.eBVJau696689@freefall.freebsd.org>
From: Wolfram Schneider <wosch@FreeBSD.org>
Date: Sun, 31 Dec 2000 11:36:56 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/projects projects.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

wosch       2000/12/31 11:36:56 PST

  Modified files:
    en/projects          projects.sgml 
  Log:
  Added:
  	- The Elephant file system
  	- Disk Caching Disk (DCD), a new disk I/O architecture
  
  Revision  Changes    Path
  1.93      +6 -1      www/en/projects/projects.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12: 7:52 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:07:49 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97])
	by hub.freebsd.org (Postfix) with ESMTP
	id 66CF737B400; Sun, 31 Dec 2000 12:07:48 -0800 (PST)
Received: by freesbee.wheel.dk (Postfix, from userid 1001)
	id CBB053E4B; Sun, 31 Dec 2000 21:07:46 +0100 (CET)
Date: Sun, 31 Dec 2000 21:07:46 +0100
From: Jesper Skriver <jesper@skriver.dk>
To: Don Lewis <Don.Lewis@tsc.tdk.com>
Cc: Kris Kennaway <kris@FreeBSD.ORG>,
	Poul-Henning Kamp <phk@critter.freebsd.dk>,
	security-officer@FreeBSD.ORG, cvs-all@FreeBSD.ORG,
	freebsd-net@FreeBSD.ORG
Subject: Re: what to do now ?  Was: cvs commit: src/sys/netinet ip_icmp.c tcp_subr.c tcp_var.h
Message-ID: <20001231210746.A81834@skriver.dk>
References: <20001218182600.C1856@skriver.dk> <20001219222730.A29741@skriver.dk> <200012201046.CAA19456@salsa.gv.tsc.tdk.com> <20001220155118.N81814@skriver.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20001220155118.N81814@skriver.dk>; from jesper@skriver.dk on Wed, Dec 20, 2000 at 03:51:18PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Dec 20, 2000 at 03:51:18PM +0100, Jesper Skriver wrote:
> On Wed, Dec 20, 2000 at 02:46:21AM -0800, Don Lewis wrote:
> 
> > } @@ -714,6 +715,15 @@
> > }  		    (lport && inp->inp_lport != lport) ||
> > }  		    (laddr.s_addr && inp->inp_laddr.s_addr != laddr.s_addr) ||
> > }  		    (fport && inp->inp_fport != fport)) {
> > } +			inp = inp->inp_list.le_next;
> > } +			continue;
> > 
> > Wouldn't it be more cleaner (gets rid of the loop) and more efficient (if
> > we're getting blasted with ICMP messages) to use in_pcblookup_hash()?
> 
> I didn't change the loop, but I'll have a look at this code, to see if
> we can improve it, but again, to get moving, I'd like to commit this,
> and leave this for a later improvement, ok ?

I've looked at this, and as far as I can see we cannot use
in_pcblookup_hash, as it lookup a single session, and the code can in
other cases act on multiple sessions, path MTU discovery is such a case.

/Jesper

-- 
Jesper Skriver, jesper(at)skriver(dot)dk  -  CCIE #5456
Work:    Network manager @ AS3292 (Tele Danmark DataNetworks)
Private: Geek            @ AS2109 (A much smaller network ;-)

One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12: 8:26 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:08:23 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B0CE237B400; Sun, 31 Dec 2000 12:08:23 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVK8NW00773;
	Sun, 31 Dec 2000 12:08:23 -0800 (PST)
	(envelope-from sf)
Message-Id: <200012312008.eBVK8NW00773@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 31 Dec 2000 12:08:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/less pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2000/12/31 12:08:23 PST

  Modified files:
    japanese/less        pkg-descr 
  Log:
  update WWW.
  
  Revision  Changes    Path
  1.4       +1 -1      ports/japanese/less/pkg-descr



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12:19:30 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:19:26 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from feral.com (feral.com [192.67.166.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6A49737B400; Sun, 31 Dec 2000 12:19:25 -0800 (PST)
Received: from beppo (beppo [192.67.166.79])
	by feral.com (8.9.3/8.9.3) with ESMTP id MAA16340;
	Sun, 31 Dec 2000 12:19:17 -0800
Date: Sun, 31 Dec 2000 12:19:17 -0800 (PST)
From: Matthew Jacob <mjacob@feral.com>
Reply-To: mjacob@feral.com
To: Chris Faulhaber <jedgar@fxp.org>
Cc: Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sys mtio.h
In-Reply-To: <20001231090343.A44065@earth.causticlabs.com>
Message-ID: <Pine.BSF.4.21.0012311215150.85056-100000@beppo.feral.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


Uh, no... why do you ask?

remote.feral.com > cvs diff -r1.19 -r1.20 mtio.h 
Index: mtio.h
===================================================================
RCS file: /home/ncvs/src/sys/sys/mtio.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -r1.19 -r1.20
34c34
<  * $FreeBSD: src/sys/sys/mtio.h,v 1.19 1999/08/28 00:51:54 peter Exp $
---
>  * $FreeBSD: src/sys/sys/mtio.h,v 1.20 1999/12/29 04:24:45 peter Exp $
40c40
< #ifndef KERNEL
---
> #ifndef _KERNEL
227c227
< #ifndef KERNEL
---
> #ifndef _KERNEL
231c231
< #ifdef        KERNEL
---
> #ifdef        _KERNEL


On Sun, 31 Dec 2000, Chris Faulhaber wrote:

> On Sun, Dec 31, 2000 at 12:17:21AM -0800, Matt Jacob wrote:
> > mjacob      2000/12/31 00:17:21 PST
> > 
> >   Modified files:
> >     sys/sys              mtio.h 
> >   Log:
> >   Unbelievable how this slipped through. There is
> >   no such device as /dev/nsa0. The DEFTAPE should
> >   "/dev/nrsa0". *Groan*.
> >   
> >   Revision  Changes    Path
> >   1.22      +2 -2      src/sys/sys/mtio.h
> > 
> 
> So, you are backing out rev 1.20?
> 
> -- 
> Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
> --------------------------------------------------------
> FreeBSD: The Power To Serve   -   http://www.FreeBSD.org
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12:23:26 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:23:22 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40])
	by hub.freebsd.org (Postfix) with ESMTP
	id 950ED37B402; Sun, 31 Dec 2000 12:23:22 -0800 (PST)
Received: by peitho.fxp.org (Postfix, from userid 1000)
	id D24C41360E; Sun, 31 Dec 2000 15:23:21 -0500 (EST)
Date: Sun, 31 Dec 2000 15:23:21 -0500
From: Chris Faulhaber <jedgar@fxp.org>
To: Matthew Jacob <mjacob@feral.com>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sys mtio.h
Message-ID: <20001231152321.A54616@peitho.fxp.org>
References: <20001231090343.A44065@earth.causticlabs.com> <Pine.BSF.4.21.0012311215150.85056-100000@beppo.feral.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.BSF.4.21.0012311215150.85056-100000@beppo.feral.com>; from mjacob@feral.com on Sun, Dec 31, 2000 at 12:19:17PM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Sun, Dec 31, 2000 at 12:19:17PM -0800, Matthew Jacob wrote:
> 
> Uh, no... why do you ask?
> 

My bad, rev. 1.21:

===================================================================
RCS file: /home/ncvs/src/sys/sys/mtio.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- src/sys/sys/mtio.h  1999/12/29 04:24:45     1.20
+++ src/sys/sys/mtio.h  2000/04/26 11:34:51     1.21
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     @(#)mtio.h      8.1 (Berkeley) 6/2/93
- * $FreeBSD: src/sys/sys/mtio.h,v 1.20 1999/12/29 04:24:45 peter Exp $
+ * $FreeBSD: src/sys/sys/mtio.h,v 1.21 2000/04/26 11:34:51 obrien Exp $
  */
 
 #ifndef	_SYS_MTIO_H_
@@ -225,7 +225,7 @@ union mterrstat {
 #define	MTIOCGETEOTMODEL	_IOR('m', 8, u_int32_t)
 
 #ifndef _KERNEL
-#define	DEFTAPE "/dev/nrsa0"
+#define	DEFTAPE "/dev/nsa0"
 #endif
 
 #ifdef _KERNEL
-- 
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12:26:45 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:26:41 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from feral.com (feral.com [192.67.166.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id A483F37B400; Sun, 31 Dec 2000 12:26:40 -0800 (PST)
Received: from beppo (beppo [192.67.166.79])
	by feral.com (8.9.3/8.9.3) with ESMTP id MAA16370;
	Sun, 31 Dec 2000 12:26:36 -0800
Date: Sun, 31 Dec 2000 12:26:35 -0800 (PST)
From: Matthew Jacob <mjacob@feral.com>
Reply-To: mjacob@feral.com
To: Bruce Evans <bde@zeta.org.au>
Cc: Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sys mtio.h
In-Reply-To: <Pine.BSF.4.21.0101010256170.8358-100000@besplex.bde.org>
Message-ID: <Pine.BSF.4.21.0012311221540.85056-100000@beppo.feral.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


Oh, shoot, I'm really sorry, Bruce. I thought that value in mt.1 && mtio.h
were hangovers from older stuff. I'll revert it right away.

The problem here is that if you do a ls -l /dev/*rs*, you get all the old
names.

-matt


On Mon, 1 Jan 2001, Bruce Evans wrote:

> On Sun, 31 Dec 2000, Matt Jacob wrote:
> 
> > mjacob      2000/12/31 00:17:21 PST
> > 
> >   Modified files:
> >     sys/sys              mtio.h 
> >   Log:
> >   Unbelievable how this slipped through. There is
> >   no such device as /dev/nsa0. The DEFTAPE should
> >   "/dev/nrsa0". *Groan*.
> 
> Um, -current has /dev/nsa0, and /dev/nrsa0 is nrsa0 is only a
> compatibility-cruft link to /dev/nsa0.  See rev.1.250 of MAKEDEV.
> I removed all the 'r' devices in /dev and haven't noticed any
> problems (but I haven't noticed any problems with /dev/*sa0 since
> my tape drive broke a year ago :-).
> 
> Bruce
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12:30: 0 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:29:57 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6ABEF37B400; Sun, 31 Dec 2000 12:29:57 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVKTvB02408;
	Sun, 31 Dec 2000 12:29:57 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200012312029.eBVKTvB02408@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 31 Dec 2000 12:29:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys mtio.h src/usr.bin/mt mt.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2000/12/31 12:29:57 PST

  Modified files:
    sys/sys              mtio.h 
    usr.bin/mt           mt.1 
  Log:
  Oops, I'm such an idiot. For reasons I don't really agree with,
  all devices are by default known by their 'cooked' name, so
  my change was wrong. I thought it was a hangover from old 'block
  tape device' support which hasn't worked (if it ever did) since
  v6/PWB.
  
  So, the default tape name is now the same as Linux. Far out, man....
  
  Revision  Changes    Path
  1.23      +2 -2      src/sys/sys/mtio.h
  1.26      +2 -2      src/usr.bin/mt/mt.1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12:35: 4 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:34:58 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from feral.com (feral.com [192.67.166.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0DA9437B400; Sun, 31 Dec 2000 12:34:58 -0800 (PST)
Received: from beppo (beppo [192.67.166.79])
	by feral.com (8.9.3/8.9.3) with ESMTP id MAA16405;
	Sun, 31 Dec 2000 12:34:55 -0800
Date: Sun, 31 Dec 2000 12:34:54 -0800 (PST)
From: Matthew Jacob <mjacob@feral.com>
Reply-To: mjacob@feral.com
To: Chris Faulhaber <jedgar@fxp.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/sys mtio.h
In-Reply-To: <20001231152321.A54616@peitho.fxp.org>
Message-ID: <Pine.BSF.4.21.0012311234020.85056-100000@beppo.feral.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


Well, that was an oops on my part. Yes, I was reverting it. But I wuz wrong.
It all came out of what I thought was a typo in mt.1. Sigh. Put in my tab,
willya?


On Sun, 31 Dec 2000, Chris Faulhaber wrote:

> On Sun, Dec 31, 2000 at 12:19:17PM -0800, Matthew Jacob wrote:
> > 
> > Uh, no... why do you ask?
> > 
> 
> My bad, rev. 1.21:
> 
> ===================================================================
> RCS file: /home/ncvs/src/sys/sys/mtio.h,v
> retrieving revision 1.20
> retrieving revision 1.21
> diff -u -p -r1.20 -r1.21
> --- src/sys/sys/mtio.h  1999/12/29 04:24:45     1.20
> +++ src/sys/sys/mtio.h  2000/04/26 11:34:51     1.21
> @@ -31,7 +31,7 @@
>   * SUCH DAMAGE.
>   *
>   *     @(#)mtio.h      8.1 (Berkeley) 6/2/93
> - * $FreeBSD: src/sys/sys/mtio.h,v 1.20 1999/12/29 04:24:45 peter Exp $
> + * $FreeBSD: src/sys/sys/mtio.h,v 1.21 2000/04/26 11:34:51 obrien Exp $
>   */
>  
>  #ifndef	_SYS_MTIO_H_
> @@ -225,7 +225,7 @@ union mterrstat {
>  #define	MTIOCGETEOTMODEL	_IOR('m', 8, u_int32_t)
>  
>  #ifndef _KERNEL
> -#define	DEFTAPE "/dev/nrsa0"
> +#define	DEFTAPE "/dev/nsa0"
>  #endif
>  
>  #ifdef _KERNEL
> -- 
> Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
> --------------------------------------------------------
> FreeBSD: The Power To Serve   -   http://www.FreeBSD.org
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 12:51: 0 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 12:50:57 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5AC7F37B400; Sun, 31 Dec 2000 12:50:57 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVKov803895;
	Sun, 31 Dec 2000 12:50:57 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200012312050.eBVKov803895@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 31 Dec 2000 12:50:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp isp_freebsd.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2000/12/31 12:50:57 PST

  Modified files:
    sys/dev/isp          isp_freebsd.c 
  Log:
  Fix problems with incomplete conversions from printf to isp_prt.
  
  Revision  Changes    Path
  1.52      +4 -6      src/sys/dev/isp/isp_freebsd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 13:17:48 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 13:17:45 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7957D37B400; Sun, 31 Dec 2000 13:17:45 -0800 (PST)
Received: (from sumikawa@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVLHjQ07707;
	Sun, 31 Dec 2000 13:17:45 -0800 (PST)
	(envelope-from sumikawa)
Message-Id: <200012312117.eBVLHjQ07707@freefall.freebsd.org>
From: Munechika SUMIKAWA <sumikawa@FreeBSD.org>
Date: Sun, 31 Dec 2000 13:17:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/xwipower Makefile ports/sysutils/xwipower/files
         patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sumikawa    2000/12/31 13:17:45 PST

  Modified files:
    sysutils/xwipower    Makefile 
  Added files:
    sysutils/xwipower/files patch-ab 
  Log:
  Fix X manpage error with XFree86-4.
  
  PR:		ports/23437
  Submitted by:	sf
  
  Revision  Changes    Path
  1.2       +1 -2      ports/sysutils/xwipower/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 14:10:48 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 14:10:46 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4EA4537B400; Sun, 31 Dec 2000 14:10:46 -0800 (PST)
Received: (from billf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVMAkt12563;
	Sun, 31 Dec 2000 14:10:46 -0800 (PST)
	(envelope-from billf)
Message-Id: <200012312210.eBVMAkt12563@freefall.freebsd.org>
From: Bill Fumerola <billf@FreeBSD.org>
Date: Sun, 31 Dec 2000 14:10:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_synch.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

billf       2000/12/31 14:10:46 PST

  Modified files:        (Branch: RELENG_4)
    sys/kern             kern_synch.c 
  Log:
  MFC (cosmetic, rev 1.91): correct typos.
  
  PR:		kern/23987
  
  Revision  Changes    Path
  1.87.2.3  +3 -3      src/sys/kern/kern_synch.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 15:12:23 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 15:12:21 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 11BE437B400; Sun, 31 Dec 2000 15:12:21 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVNCLh18727;
	Sun, 31 Dec 2000 15:12:21 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200012312312.eBVNCLh18727@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 31 Dec 2000 15:12:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern Make.tags.inc
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2000/12/31 15:12:20 PST

  Modified files:
    sys/kern             Make.tags.inc 
  Log:
  there is no more miscfs/devfs
  
  Revision  Changes    Path
  1.9       +1 -2      src/sys/kern/Make.tags.inc



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 15:26:36 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 15:26:34 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B5EAD37B400; Sun, 31 Dec 2000 15:26:34 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBVNQY119779;
	Sun, 31 Dec 2000 15:26:34 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200012312326.eBVNQY119779@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 31 Dec 2000 15:26:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2000/12/31 15:26:34 PST

  Added files:
    sys/alpha            Makefile 
  Log:
  Add a dopey makefile to do the tags dance, which is probably not perfect
  but is better than nothing by a good deal.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 17:32:37 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 17:32:34 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8BF0237B400; Sun, 31 Dec 2000 17:32:34 -0800 (PST)
Received: (from grog@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f011WYV30784;
	Sun, 31 Dec 2000 17:32:34 -0800 (PST)
	(envelope-from grog)
Message-Id: <200101010132.f011WYV30784@freefall.freebsd.org>
From: Greg Lehey <grog@FreeBSD.org>
Date: Sun, 31 Dec 2000 17:32:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc Makefile ports/textproc/gmat Makefile
         distinfo pkg-comment pkg-descr pkg-message pkg-plist
         ports/textproc/gmat/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

grog        2000/12/31 17:32:34 PST

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/gmat        Makefile distinfo pkg-comment pkg-descr 
                         pkg-message pkg-plist 
  Log:
  New port: gmat, O'Reilly's DocBook formatting software.
  
  Obtained from:	Andy Oram <andyo@oreilly.com>
  
  Revision  Changes    Path
  1.147     +2 -1      ports/textproc/Makefile


  Added files:
    textproc/gmat/files  patch-aa 
  Log:
  Modify paths to point to FreeBSD-typical places.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 17:32:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 17:32:44 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7A2F737B699; Sun, 31 Dec 2000 17:32:38 -0800 (PST)
Received: (from grog@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f011Wcj30820;
	Sun, 31 Dec 2000 17:32:38 -0800 (PST)
	(envelope-from grog)
Message-Id: <200101010132.f011Wcj30820@freefall.freebsd.org>
From: Greg Lehey <grog@FreeBSD.org>
Date: Sun, 31 Dec 2000 17:32:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

grog        2000/12/31 17:32:38 PST

  Modified files:
    .                    modules 
  Log:
    gmat --> ports/textproc/gmat
  
  Revision  Changes    Path
  1.2233    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 18:19:54 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 18:19:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6556C37B400; Sun, 31 Dec 2000 18:19:52 -0800 (PST)
Received: (from jhb@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f012Jqr35243;
	Sun, 31 Dec 2000 18:19:52 -0800 (PST)
	(envelope-from jhb)
Message-Id: <200101010219.f012Jqr35243@freefall.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sun, 31 Dec 2000 18:19:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_sig.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jhb         2000/12/31 18:19:52 PST

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Add in a missing release of the proctree lock.
  
  Submitted by:	Sja <sakari.jalovaara@eqonline.fi>
  
  Revision  Changes    Path
  1.99      +2 -1      src/sys/kern/kern_sig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 18:20: 4 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 18:20:00 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6630437B71B; Sun, 31 Dec 2000 18:19:59 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f012Jx935263;
	Sun, 31 Dec 2000 18:19:59 -0800 (PST)
	(envelope-from ache)
Message-Id: <200101010219.f012Jx935263@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sun, 31 Dec 2000 18:19:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2000/12/31 18:19:59 PST

  Modified files:
    etc/mtree            BSD.local.dist BSD.usr.dist 
  Log:
  ru_SU -> ru_RU for nls too
  
  Revision  Changes    Path
  1.62      +4 -4      src/etc/mtree/BSD.local.dist
  1.208     +4 -4      src/etc/mtree/BSD.usr.dist



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 18:31:12 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 18:31:09 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7D30937B400; Sun, 31 Dec 2000 18:31:09 -0800 (PST)
Received: (from jhb@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f012V9L35852;
	Sun, 31 Dec 2000 18:31:09 -0800 (PST)
	(envelope-from jhb)
Message-Id: <200101010231.f012V9L35852@freefall.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Sun, 31 Dec 2000 18:31:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_sig.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jhb         2000/12/31 18:31:09 PST

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Push down sched_lock in psignal().  sched_lock was being held across
  recursive calls into psignal() as well as calls to signotify(),
  forward_signal(), etc.
  
  Revision  Changes    Path
  1.100     +22 -5     src/sys/kern/kern_sig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 21:10: 0 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 21:09:58 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 10EAD37B400; Sun, 31 Dec 2000 21:09:58 -0800 (PST)
Received: (from ben@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f0159wc48993;
	Sun, 31 Dec 2000 21:09:58 -0800 (PST)
	(envelope-from ben)
Message-Id: <200101010509.f0159wc48993@freefall.freebsd.org>
From: Ben Smithurst <ben@FreeBSD.org>
Date: Sun, 31 Dec 2000 21:09:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ben         2000/12/31 21:09:57 PST

  Modified files:
    en_US.ISO_8859-1/books/faq book.sgml 
  Log:
  Add a FAQ entry about icmp-response bandwidth limit stuff.
  
  PR:		23787
  Submitted by:	Dima Dorfman <dima@unixfreak.org>
  
  Revision  Changes    Path
  1.132     +58 -1     doc/en_US.ISO_8859-1/books/faq/book.sgml



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 21:19:55 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 21:19:52 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id B8DCD37B402; Sun, 31 Dec 2000 21:19:52 -0800 (PST)
Received: (from ben@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f015JqQ49619;
	Sun, 31 Dec 2000 21:19:52 -0800 (PST)
	(envelope-from ben)
Message-Id: <200101010519.f015JqQ49619@freefall.freebsd.org>
From: Ben Smithurst <ben@FreeBSD.org>
Date: Sun, 31 Dec 2000 21:19:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdio printf.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ben         2000/12/31 21:19:52 PST

  Modified files:
    lib/libc/stdio       printf.3 
  Log:
  Make it a bit clearer that asprintf doesn't actually "return" a pointer in
  the normal sense of the word, but does it through one of its arguments which
  is a pointer to a pointer.
  
  PR:		23717
  Submitted by:	phk
  
  Revision  Changes    Path
  1.21      +4 -5      src/lib/libc/stdio/printf.3



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 21:22:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 21:22:44 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0A14C37B400; Sun, 31 Dec 2000 21:22:44 -0800 (PST)
Received: (from ben@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f015Miu49844;
	Sun, 31 Dec 2000 21:22:44 -0800 (PST)
	(envelope-from ben)
Message-Id: <200101010522.f015Miu49844@freefall.freebsd.org>
From: Ben Smithurst <ben@FreeBSD.org>
Date: Sun, 31 Dec 2000 21:22:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdio printf.3
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ben         2000/12/31 21:22:43 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/stdio       printf.3 
  Log:
  MFC: clarify how asprintf returns its allocated pointer.
  
  Revision  Changes    Path
  1.17.2.4  +4 -5      src/lib/libc/stdio/printf.3



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 21:45:37 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 21:45:34 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id C3D1737B400; Sun, 31 Dec 2000 21:45:34 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f015jYX50927;
	Sun, 31 Dec 2000 21:45:34 -0800 (PST)
	(envelope-from will)
Message-Id: <200101010545.f015jYX50927@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 21:45:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/p5-Alias Makefile
         distinfo pkg-comment pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 21:45:34 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Alias       Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Add p5-Alias 2.32, a perl module that performs aliasing services.
  
  Revision  Changes    Path
  1.383     +2 -1      ports/devel/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 21:45:46 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 21:45:43 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id E944537B6A3; Sun, 31 Dec 2000 21:45:40 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f015jeq50963;
	Sun, 31 Dec 2000 21:45:40 -0800 (PST)
	(envelope-from will)
Message-Id: <200101010545.f015jeq50963@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 21:45:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 21:45:40 PST

  Modified files:
    .                    modules 
  Log:
    p5-Alias --> ports/devel/p5-Alias
  
  Revision  Changes    Path
  1.2234    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 21:50:36 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 21:50:34 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 71DF737B400; Sun, 31 Dec 2000 21:50:33 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f015oXI51110;
	Sun, 31 Dec 2000 21:50:33 -0800 (PST)
	(envelope-from will)
Message-Id: <200101010550.f015oXI51110@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 21:50:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Tools/scripts addport
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 21:50:33 PST

  Modified files:
    Tools/scripts        addport 
  Log:
  Several changes.  First, depend on another environment variable rather
  than CVSROOT (now ADDPCVSROOT) to avoid conflicts for people who normally
  set CVSROOT to something besides freefall (like myself).  Second, allow
  autofill to work for non-PR additions by checking for a -l argument of -1.
  Third, remove the bogus $portname check in autofill that screws up if you
  are adding something with a PKGNAMEPREFIX (i.e. p5-).
  
  Revision  Changes    Path
  1.18      +15 -13    ports/Tools/scripts/addport



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 22:53:35 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 22:53:33 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 04BC537B400; Sun, 31 Dec 2000 22:53:33 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f016rWL60747;
	Sun, 31 Dec 2000 22:53:32 -0800 (PST)
	(envelope-from will)
Message-Id: <200101010653.f016rWL60747@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 22:53:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/astro Makefile ports/astro/p5-Geo-METAR Makefile
         distinfo pkg-comment pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 22:53:32 PST

  Modified files:
    astro                Makefile 
  Added files:
    astro/p5-Geo-METAR   Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Add p5-Geo-METAR 1.14, a perl module that processes METAR information from
  NOAA sources.
  
  Requested by:	Michael C. Wu <keichii@iteration.net>
  
  Revision  Changes    Path
  1.26      +2 -1      ports/astro/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


From owner-cvs-all  Sun Dec 31 22:53:44 2000
From owner-cvs-all@FreeBSD.ORG  Sun Dec 31 22:53:41 2000
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 460E037B6A0; Sun, 31 Dec 2000 22:53:38 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f016rcj60783;
	Sun, 31 Dec 2000 22:53:38 -0800 (PST)
	(envelope-from will)
Message-Id: <200101010653.f016rcj60783@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 31 Dec 2000 22:53:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2000/12/31 22:53:38 PST

  Modified files:
    .                    modules 
  Log:
    p5-Geo-METAR --> ports/astro/p5-Geo-METAR
  
  Revision  Changes    Path
  1.2235    +2 -1      CVSROOT/modules



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


