From owner-cvs-all  Sun Feb 11  1:33: 0 2001
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 5C5C637B491; Sun, 11 Feb 2001 01:32:41 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1B9WfW64535;
	Sun, 11 Feb 2001 01:32:41 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102110932.f1B9WfW64535@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sun, 11 Feb 2001 01:32:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/cln Makefile distinfo
         pkg-comment pkg-descr pkg-plist ports/devel/cln/files
         patch-Makefile.in patch-doc::Makefile.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/11 01:32:41 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/cln            Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    devel/cln/files      patch-Makefile.in patch-doc::Makefile.in 
  Log:
  add cln, a Class Library for Numbers
  
  Revision  Changes    Path
  1.431     +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 Feb 11  1:33:14 2001
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 7FA1437B4EC; Sun, 11 Feb 2001 01:32:44 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1B9Wic64568;
	Sun, 11 Feb 2001 01:32:44 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102110932.f1B9Wic64568@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sun, 11 Feb 2001 01:32:44 -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

ijliao      2001/02/11 01:32:44 PST

  Modified files:
    .                    modules 
  Log:
    cln --> ports/devel/cln
  
  Revision  Changes    Path
  1.2392    +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 Feb 11  2:44:34 2001
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 231AD37B401; Sun, 11 Feb 2001 02:44:10 -0800 (PST)
Received: (from markm@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BAiAZ70318;
	Sun, 11 Feb 2001 02:44:10 -0800 (PST)
	(envelope-from markm)
Message-Id: <200102111044.f1BAiAZ70318@freefall.freebsd.org>
From: Mark Murray <markm@FreeBSD.org>
Date: Sun, 11 Feb 2001 02:44:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/alpha/include
         lock.h src/sys/arm/include lock.h src/sys/i386/i386 exception.s
         swtch.s src/sys/i386/include apic.h atomic.h lock.h
         src/sys/i386/isa cy.c intr_machdep.c ithread.c src/sys/ia64/ia64 ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

markm       2001/02/11 02:44:09 PST

  Modified files:
    sys/alpha/alpha      mp_machdep.c 
    sys/i386/i386        exception.s swtch.s 
    sys/i386/include     apic.h atomic.h 
    sys/i386/isa         cy.c intr_machdep.c ithread.c 
    sys/ia64/ia64        mp_machdep.c 
    sys/isa              sio.c 
    sys/kern             kern_shutdown.c 
    sys/libkern          mcount.c 
    sys/pc98/pc98        pc98kbd.c sio.c 
    sys/powerpc/powerpc  mp_machdep.c 
    sys/sys              kernel.h lock.h 
  Removed files:
    sys/alpha/include    lock.h 
    sys/arm/include      lock.h 
    sys/i386/include     lock.h 
    sys/ia64/include     lock.h 
    sys/powerpc/include  lock.h 
  Log:
  RIP <machine/lock.h>.
  
  Some things needed bits of <i386/include/lock.h> - cy.c now has its
  own (only) copy of the COM_(UN)LOCK() macros, and IMASK_(UN)LOCK()
  has been moved to <i386/include/apic.h> (AKA <machine/apic.h>).
  Reviewed by:	jhb
  
  Revision  Changes    Path
  1.13      +1 -2      src/sys/alpha/alpha/mp_machdep.c
  1.83      +2 -2      src/sys/i386/i386/exception.s
  1.108     +1 -2      src/sys/i386/i386/swtch.s
  1.15      +25 -1     src/sys/i386/include/apic.h
  1.20      +10 -5     src/sys/i386/include/atomic.h
  1.112     +22 -2     src/sys/i386/isa/cy.c
  1.52      +1 -4      src/sys/i386/isa/intr_machdep.c
  1.15      +1 -4      src/sys/i386/isa/ithread.c
  1.11      +1 -2      src/sys/ia64/ia64/mp_machdep.c
  1.325     +1 -5      src/sys/isa/sio.c
  1.95      +1 -2      src/sys/kern/kern_shutdown.c
  1.18      +1 -2      src/sys/libkern/mcount.c
  1.20      +1 -2      src/sys/pc98/pc98/pc98kbd.c
  1.145     +1 -5      src/sys/pc98/pc98/sio.c
  1.4       +1 -2      src/sys/powerpc/powerpc/mp_machdep.c
  1.84      +4 -1      src/sys/sys/kernel.h
  1.27      +1 -3      src/sys/sys/lock.h



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


From owner-cvs-all  Sun Feb 11  3: 9:31 2001
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 D21A537B401; Sun, 11 Feb 2001 03:09:04 -0800 (PST)
Received: (from hrs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BB94h74089;
	Sun, 11 Feb 2001 03:09:04 -0800 (PST)
	(envelope-from hrs)
Message-Id: <200102111109.f1BB94h74089@freefall.freebsd.org>
From: Hiroki Sato <hrs@FreeBSD.org>
Date: Sun, 11 Feb 2001 03:09:04 -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 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         2001/02/11 03:09:04 PST

  Modified files:
    ja_JP.eucJP/books/handbook authors.ent 
    ja_JP.eucJP/books/handbook/contrib chapter.sgml 
    ja_JP.eucJP/books/handbook/staff chapter.sgml 
  Log:
  Merge the following from the English version:
  
  	1.143 -> 1.145	authors.ent
  	1.366 -> 1.369	contrib/chapter.sgml
  	1.192 -> 1.195	staff/chapter.sgml
  
  Revision  Changes    Path
  1.54      +6 -2      doc/ja_JP.eucJP/books/handbook/authors.ent
  1.57      +7 -7      doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml
  1.43      +11 -3     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 Feb 11  3:10:26 2001
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 27EB837B401; Sun, 11 Feb 2001 03:10:07 -0800 (PST)
Received: (from hrs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BBA7e74190;
	Sun, 11 Feb 2001 03:10:07 -0800 (PST)
	(envelope-from hrs)
Message-Id: <200102111110.f1BBA7e74190@freefall.freebsd.org>
From: Hiroki Sato <hrs@FreeBSD.org>
Date: Sun, 11 Feb 2001 03:10:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/ja/security security.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hrs         2001/02/11 03:10:07 PST

  Modified files:
    ja/security          security.sgml 
  Log:
  Merge the following from the English version
  with some cleanups:
  
  	1.40  -> 1.42 	security/security.sgml
  
  Revision  Changes    Path
  1.29      +50 -30    www/ja/security/security.sgml



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


From owner-cvs-all  Sun Feb 11  4:24: 7 2001
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 8BB3137B401; Sun, 11 Feb 2001 04:23:45 -0800 (PST)
Received: (from max@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BCNjj84322;
	Sun, 11 Feb 2001 04:23:45 -0800 (PST)
	(envelope-from max)
Message-Id: <200102111223.f1BCNjj84322@freefall.freebsd.org>
From: Masafumi Max NAKANE <max@FreeBSD.org>
Date: Sun, 11 Feb 2001 04:23:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/ptex-jis Makefile distinfo
         ports/japanese/ptex-sjis Makefile distinfo ports/japanese/ptex-euc
         Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

max         2001/02/11 04:23:45 PST

  Modified files:
    japanese/ptex-jis    Makefile distinfo 
    japanese/ptex-sjis   Makefile distinfo 
    japanese/ptex-euc    Makefile distinfo 
  Log:
  Update to use recently released ptex-src-2.1.10.tar.gz which includes all
  the patches plus some updates.
  
  Revision  Changes    Path
  1.13      +3 -14     ports/japanese/ptex-jis/Makefile
  1.4       +1 -4      ports/japanese/ptex-jis/distinfo
  1.13      +3 -14     ports/japanese/ptex-sjis/Makefile
  1.4       +1 -4      ports/japanese/ptex-sjis/distinfo
  1.13      +3 -14     ports/japanese/ptex-euc/Makefile
  1.4       +1 -4      ports/japanese/ptex-euc/distinfo



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


From owner-cvs-all  Sun Feb 11  5: 1:53 2001
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 6D96B37B401; Sun, 11 Feb 2001 05:01:32 -0800 (PST)
Received: (from se@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BD1WU92860;
	Sun, 11 Feb 2001 05:01:32 -0800 (PST)
	(envelope-from se)
Message-Id: <200102111301.f1BD1WU92860@freefall.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Sun, 11 Feb 2001 05:01:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games Makefile ports/games/xblast-beta Makefile
         distinfo pkg-comment pkg-descr pkg-plist
         ports/games/xblast-beta/files patch-aa patch-ab patch-ac patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

se          2001/02/11 05:01:32 PST

  Modified files:
    games                Makefile 
  Added files:
    games/xblast-beta    Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    games/xblast-beta/files patch-aa patch-ab patch-ac patch-ad 
  Log:
  New port for the beta version of XBlast-TNT. This port is only meant to
  exist until the main XBlast port can be upgraded to a new stable version.
  
  Revision  Changes    Path
  1.327     +2 -1      ports/games/Makefile



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


From owner-cvs-all  Sun Feb 11  5: 2: 2 2001
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 94BEF37B491; Sun, 11 Feb 2001 05:01:36 -0800 (PST)
Received: (from se@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BD1aU92893;
	Sun, 11 Feb 2001 05:01:36 -0800 (PST)
	(envelope-from se)
Message-Id: <200102111301.f1BD1aU92893@freefall.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Sun, 11 Feb 2001 05:01:36 -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

se          2001/02/11 05:01:36 PST

  Modified files:
    .                    modules 
  Log:
    xblast-beta --> ports/games/xblast-beta
  
  Revision  Changes    Path
  1.2393    +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 Feb 11  6:14:32 2001
Delivered-To: cvs-all@freebsd.org
Received: from ringworld.nanolink.com (pool218-tch-2.Sofia.0rbitel.net [212.95.171.218])
	by hub.freebsd.org (Postfix) with SMTP id 8D36637B491
	for <cvs-all@FreeBSD.org>; Sun, 11 Feb 2001 06:14:26 -0800 (PST)
Received: (qmail 11532 invoked by uid 1000); 11 Feb 2001 14:12:40 -0000
Date: Sun, 11 Feb 2001 16:12:40 +0200
From: Peter Pentchev <roam@orbitel.bg>
To: Will Andrews <will@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/make dir.c
Message-ID: <20010211161239.A11250@ringworld.oblivion.bg>
Mail-Followup-To: Will Andrews <will@FreeBSD.org>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
References: <200102100712.f1A7CLs96404@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: <200102100712.f1A7CLs96404@freefall.freebsd.org>; from will@FreeBSD.org on Fri, Feb 09, 2001 at 11:12:21PM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Fri, Feb 09, 2001 at 11:12:21PM -0800, Will Andrews wrote:
> will        2001/02/09 23:12:21 PST
> 
>   Modified files:
>     usr.bin/make         dir.c 
>   Log:
>   Fix nasty bug where make(1) assumed that you could read the directory it
>   was in.  This shall be MFC'd in about three days (probably not a good idea
>   to MFC the stylistic changes though - see below).
>   
>   PR:		19978
>   Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
>   Patch by:	roam (slightly modified by me to use NULL not NIL)

Actually, it did not even work with NIL :)  I had it in my local tree
with NULL for some time :)

G'luck,
Peter

-- 
You have, of course, just begun reading the sentence that you have just finished reading.


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


From owner-cvs-all  Sun Feb 11  6:15:13 2001
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 83B2F37B4EC; Sun, 11 Feb 2001 06:15:03 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BEF3o03351;
	Sun, 11 Feb 2001 06:15:03 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102111415.f1BEF3o03351@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sun, 11 Feb 2001 06:15:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/vietnamese/vnelvis Makefile ports/vietnamese/vnelvis/files
         patch-01 patch-02
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/11 06:15:03 PST

  Modified files:
    vietnamese/vnelvis   Makefile 
    vietnamese/vnelvis/files patch-01 
  Removed files:
    vietnamese/vnelvis/files patch-02 
  Log:
  Use the new libviet port in building.
  
  Revision  Changes    Path
  1.16      +6 -3      ports/vietnamese/vnelvis/Makefile
  1.3       +12 -1     ports/vietnamese/vnelvis/files/patch-01



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


From owner-cvs-all  Sun Feb 11  7: 7:35 2001
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 6697837B401; Sun, 11 Feb 2001 07:07:27 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BF7RX00181;
	Sun, 11 Feb 2001 07:07:27 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102111507.f1BF7RX00181@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Sun, 11 Feb 2001 07:07:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale lmonetary.c lnumeric.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/11 07:07:27 PST

  Modified files:
    lib/libc/locale      lmonetary.c lnumeric.c 
  Log:
  Don't try to convert grouping strings in case if C or POSIX locale
  was explicitly specified.
  
  Submitted by:	ache
  
  Revision  Changes    Path
  1.7       +2 -2      src/lib/libc/locale/lmonetary.c
  1.7       +2 -2      src/lib/libc/locale/lnumeric.c



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


From owner-cvs-all  Sun Feb 11  7: 9:40 2001
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 C688D37B401; Sun, 11 Feb 2001 07:09:31 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BF9Vg00411;
	Sun, 11 Feb 2001 07:09:31 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102111509.f1BF9Vg00411@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Sun, 11 Feb 2001 07:09:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale lmessages.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/11 07:09:31 PST

  Modified files:
    lib/libc/locale      lmessages.c 
  Log:
  Don't use hardcoded struct size, use offsetof() instead (make size calculations
  dynamic)
  
  Revision  Changes    Path
  1.2       +8 -6      src/lib/libc/locale/lmessages.c



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


From owner-cvs-all  Sun Feb 11  7:38:16 2001
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 8C59537B491; Sun, 11 Feb 2001 07:38:07 -0800 (PST)
Received: (from groudier@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BFc7j04734;
	Sun, 11 Feb 2001 07:38:07 -0800 (PST)
	(envelope-from groudier)
Message-Id: <200102111538.f1BFc7j04734@freefall.freebsd.org>
From: Gerard Roudier <groudier@FreeBSD.org>
Date: Sun, 11 Feb 2001 07:38:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sym sym_hipd.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

groudier    2001/02/11 07:38:07 PST

  Modified files:
    sys/dev/sym          sym_hipd.c 
  Log:
  Fix:
  - Missing cpu_to_scr() added (endian-ness).
  
  Improvement (fix|workaroung??):
  - Blindly firing a PPR can lead to some messy situations due to
    various causes or misfeatures, for example:
    * The 53C1010-[33|66] supports offset 62 in DT mode, but only
      offset 31 in ST mode. As a result, a PPR(DT, offset 62)
      responded with PPR(ST, any offset > 31) must be rejected.
    * A device that doesn't know about PPR should reject it, but
      may also be confused by this message.
    When a PPR encounters problems, the driver now patches the goal
    transfer settings for legacy negotiations to be performed later
    with the offending target. This give a chance for bad situations
    to be fixed automagically.
  
  Revision  Changes    Path
  1.24      +33 -11    src/sys/dev/sym/sym_hipd.c



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


From owner-cvs-all  Sun Feb 11  7:40:12 2001
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 C627D37B4EC; Sun, 11 Feb 2001 07:40:01 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BFe1104990;
	Sun, 11 Feb 2001 07:40:01 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102111540.f1BFe1104990@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Sun, 11 Feb 2001 07:40:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/monetdef ko_KR.EUC.src Makefile
         src/share/msgdef ko_KR.EUC.src Makefile src/share/numericdef
         ko_KR.EUC.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/11 07:40:01 PST

  Modified files:
    share/monetdef       Makefile 
    share/msgdef         Makefile 
    share/numericdef     Makefile 
  Added files:
    share/monetdef       ko_KR.EUC.src 
    share/msgdef         ko_KR.EUC.src 
    share/numericdef     ko_KR.EUC.src 
  Log:
  Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
  
  Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
  
  Revision  Changes    Path
  1.15      +3 -2      src/share/monetdef/Makefile
  1.15      +3 -2      src/share/msgdef/Makefile
  1.16      +3 -2      src/share/numericdef/Makefile



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


From owner-cvs-all  Sun Feb 11  8:19:49 2001
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 1B5F637B401; Sun, 11 Feb 2001 08:19:44 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGJiK09751;
	Sun, 11 Feb 2001 08:19:44 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102111619.f1BGJiK09751@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:19:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/monetdef ja_JP.EUC.src Makefile
         src/share/msgdef ja_JP.EUC.src Makefile src/share/numericdef
         ja_JP.EUC.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/11 08:19:43 PST

  Modified files:
    share/monetdef       Makefile 
    share/msgdef         Makefile 
    share/numericdef     Makefile 
  Added files:
    share/monetdef       ja_JP.EUC.src 
    share/msgdef         ja_JP.EUC.src 
    share/numericdef     ja_JP.EUC.src 
  Log:
  Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
  
  Revision  Changes    Path
  1.16      +3 -2      src/share/monetdef/Makefile
  1.16      +3 -2      src/share/msgdef/Makefile
  1.17      +3 -2      src/share/numericdef/Makefile



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


From owner-cvs-all  Sun Feb 11  8:21:39 2001
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 5723C37B401; Sun, 11 Feb 2001 08:21:36 -0800 (PST)
Received: (from markm@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGLam09958;
	Sun, 11 Feb 2001 08:21:36 -0800 (PST)
	(envelope-from markm)
Message-Id: <200102111621.f1BGLam09958@freefall.freebsd.org>
From: Mark Murray <markm@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:21:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/random yarrow.c yarrow.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

markm       2001/02/11 08:21:36 PST

  Modified files:
    sys/dev/random       yarrow.c yarrow.h 
  Log:
  Make a big improvement to entropy-harvesting speed by not having any
  locks (only atomic assigns) in the harvest ringbuffer.
  
  Revision  Changes    Path
  1.31      +38 -67    src/sys/dev/random/yarrow.c
  1.15      +5 -1      src/sys/dev/random/yarrow.h



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


From owner-cvs-all  Sun Feb 11  8:24:28 2001
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 3912437B401; Sun, 11 Feb 2001 08:24:20 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGOKo10235;
	Sun, 11 Feb 2001 08:24:20 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111624.f1BGOKo10235@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:24:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/biology Makefile ports/biology/fasta Makefile
         distinfo pkg-comment pkg-descr pkg-message pkg-plist
         ports/biology/fasta/files patch-Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 08:24:20 PST

  Modified files:
    biology              Makefile 
  Added files:
    biology/fasta        Makefile distinfo pkg-comment pkg-descr 
                         pkg-message pkg-plist 
    biology/fasta/files  patch-Makefile 
  Log:
  New port: biology/fasta, the FASTA2 suite of DNA and protein sequence
  search tools
  
  PR:		24715
  Submitted by:	Johann Visagie <johann@egenetics.com>
  
  Revision  Changes    Path
  1.26      +2 -1      ports/biology/Makefile



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


From owner-cvs-all  Sun Feb 11  8:24:36 2001
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 7C61437B6D5; Sun, 11 Feb 2001 08:24:28 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGOSo10280;
	Sun, 11 Feb 2001 08:24:28 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111624.f1BGOSo10280@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:24:28 -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

jeh         2001/02/11 08:24:28 PST

  Modified files:
    .                    modules 
  Log:
    fasta --> ports/biology/fasta
  
  Revision  Changes    Path
  1.2394    +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 Feb 11  8:25:34 2001
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 C831C37B401; Sun, 11 Feb 2001 08:25:24 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGPOV10469;
	Sun, 11 Feb 2001 08:25:24 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102111625.f1BGPOV10469@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:25:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/logtool Makefile distinfo
         ports/sysutils/logtool/files patch-configure patch-logtool::Makefile.in
         patch-aa patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/11 08:25:24 PST

  Modified files:
    sysutils/logtool     Makefile distinfo 
  Added files:
    sysutils/logtool/files patch-configure 
                           patch-logtool::Makefile.in 
  Removed files:
    sysutils/logtool/files patch-aa patch-ad 
  Log:
  upgrade to 1.0.5
  
  Revision  Changes    Path
  1.7       +7 -12     ports/sysutils/logtool/Makefile
  1.5       +1 -1      ports/sysutils/logtool/distinfo



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


From owner-cvs-all  Sun Feb 11  8:29: 8 2001
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 1A4A537B401; Sun, 11 Feb 2001 08:29:00 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGT0E10873;
	Sun, 11 Feb 2001 08:29:00 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111629.f1BGT0E10873@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:29:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/biology Makefile ports/biology/fasta3 Makefile
         distinfo pkg-comment pkg-descr pkg-message pkg-plist
         ports/biology/fasta3/files patch-Makefile patch-Makefile.common
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 08:29:00 PST

  Modified files:
    biology              Makefile 
  Added files:
    biology/fasta3       Makefile distinfo pkg-comment pkg-descr 
                         pkg-message pkg-plist 
    biology/fasta3/files patch-Makefile patch-Makefile.common 
  Log:
  - New port: biology/fasta3, which comprises the FASTA3 suite of DNA and
    protein sequence search programs
  - FASTA3 updates only some of the elements of FASTA2, which is why I have
    submitted ports of both versions (as biology/fasta and biology/fasta3)
  
  PR:		24716
  Submitted by:	Johann Visagie <johann@egenetics.com>
  
  Revision  Changes    Path
  1.27      +2 -1      ports/biology/Makefile



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


From owner-cvs-all  Sun Feb 11  8:29:17 2001
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 4C20037B6C1; Sun, 11 Feb 2001 08:29:06 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGT6N10916;
	Sun, 11 Feb 2001 08:29:06 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111629.f1BGT6N10916@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:29:06 -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

jeh         2001/02/11 08:29:06 PST

  Modified files:
    .                    modules 
  Log:
    fasta3 --> ports/biology/fasta3
  
  Revision  Changes    Path
  1.2395    +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 Feb 11  8:31:59 2001
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 8455537B401; Sun, 11 Feb 2001 08:31:50 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGVot11249;
	Sun, 11 Feb 2001 08:31:50 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111631.f1BGVot11249@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:31:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports LEGAL
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 08:31:50 PST

  Modified files:
    .                    LEGAL 
  Log:
  Update for the biology/fasta and biology/fasta3 ports:
  "May not be sold or incorporated into a commercial product"
  
  PR:		24715 24716
  Submitted by:	Johann Visagie <johann@egenetics.com>
  
  Revision  Changes    Path
  1.199     +5 -1      ports/LEGAL



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


From owner-cvs-all  Sun Feb 11  8:39:15 2001
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 5F28937B401; Sun, 11 Feb 2001 08:39:10 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGdA012017;
	Sun, 11 Feb 2001 08:39:10 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111639.f1BGdA012017@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:39:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/news/gnus-emacs20 Makefile ports/news/gnus-emacs20/files
         patch-aa patch-ab patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 08:39:10 PST

  Modified files:
    news/gnus-emacs20    Makefile 
    news/gnus-emacs20/files patch-aa patch-ab patch-ac 
  Log:
  Make look gnus info docs look better in info docs listing (/usr/local/info/dir)
  
  PR:		24990
  Submitted by:	Ilya Martynov <ilya@martynov.org> MAINTAINER
  
  Revision  Changes    Path
  1.2       +2 -1      ports/news/gnus-emacs20/Makefile
  1.2       +7 -4      ports/news/gnus-emacs20/files/patch-aa
  1.2       +7 -4      ports/news/gnus-emacs20/files/patch-ab
  1.2       +7 -4      ports/news/gnus-emacs20/files/patch-ac



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


From owner-cvs-all  Sun Feb 11  8:44: 4 2001
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 6A9E137B401; Sun, 11 Feb 2001 08:43:54 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGhs812524;
	Sun, 11 Feb 2001 08:43:54 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111643.f1BGhs812524@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:43:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/apache13-fp Makefile distinfo pkg-install
         pkg-plist ports/www/apache13-fp/files mod_frontpage.c patch-ab
         patch-lang.en patch-lang.ca patch-lang.cz patch-lang.de
         patch-lang.dk patch-lang.ee patch-lang.es patch-lang.fr ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 08:43:54 PST

  Modified files:
    www/apache13-fp      Makefile distinfo pkg-install pkg-plist 
    www/apache13-fp/files mod_frontpage.c patch-ab patch-lang.en 
  Removed files:
    www/apache13-fp/files patch-lang.ca patch-lang.cz 
                          patch-lang.de patch-lang.dk 
                          patch-lang.ee patch-lang.es 
                          patch-lang.fr patch-lang.it 
                          patch-lang.ja patch-lang.lu 
                          patch-lang.nl patch-lang.pt 
                          patch-lang.pt-br patch-lang.se 
  Log:
  Upgrade of apache13-fp to 1.3.17 and fix formating bug in
  mod_frontpage.c.
  
  This corrects the formating bug reported in PR 24912.
  
  The port will create a user/group apache (uid/gid 80), and set the
  Apache Server to run as this user.  This can be changed by specifying
  -DHTTPD_USER=<user> when configuring/building the port.
  
  The suexec executable is now installed by default. To disable suexec
  use -DNO_SUEXEC when configuring/building the port.
  
  PR:		24980
  Submitted by:	Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
  
  Revision  Changes    Path
  1.24      +15 -7     ports/www/apache13-fp/Makefile
  1.12      +1 -1      ports/www/apache13-fp/distinfo
  1.3       +52 -12    ports/www/apache13-fp/pkg-install
  1.15      +81 -29    ports/www/apache13-fp/pkg-plist
  1.3       +1 -1      ports/www/apache13-fp/files/mod_frontpage.c
  1.12      +10 -12    ports/www/apache13-fp/files/patch-ab
  1.2       +22 -18    ports/www/apache13-fp/files/patch-lang.en



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


From owner-cvs-all  Sun Feb 11  8:53: 3 2001
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 4E80237B401; Sun, 11 Feb 2001 08:53:00 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BGr0C13368;
	Sun, 11 Feb 2001 08:53:00 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111653.f1BGr0C13368@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 08:53:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/xboard Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 08:53:00 PST

  Modified files:
    games/xboard         Makefile distinfo 
  Log:
  changed download url, upgraded version
  
  PR:		24846
  Submitted by:	Mark Huizer; Eindhoven <xaa+ports@madison-gurkha.com> MAINTAINER
  
  Revision  Changes    Path
  1.27      +5 -5      ports/games/xboard/Makefile
  1.15      +1 -1      ports/games/xboard/distinfo



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


From owner-cvs-all  Sun Feb 11  9: 5:54 2001
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 CB2C537B4EC; Sun, 11 Feb 2001 09:05:50 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BH5o616543;
	Sun, 11 Feb 2001 09:05:50 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111705.f1BH5o616543@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:05:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/hebrew/pine Makefile distinfo
         ports/hebrew/pine/files patch-af
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 09:05:50 PST

  Modified files:
    hebrew/pine          Makefile distinfo 
    hebrew/pine/files    patch-af 
  Log:
  This is an updated of the hebrew/pine port to Pine 4.33, with Hebrew support
  version 2.09. The old tarball was removed from the master site, so version 4.30
  no longer builds...
  
  PR:		24941
  Submitted by:	Nadav Eiron <nadav@libagent.org> MAINTAINER
  
  Revision  Changes    Path
  1.6       +3 -3      ports/hebrew/pine/Makefile
  1.3       +1 -1      ports/hebrew/pine/distinfo
  1.3       +2 -2      ports/hebrew/pine/files/patch-af



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


From owner-cvs-all  Sun Feb 11  9: 9:15 2001
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 4EA1137B401; Sun, 11 Feb 2001 09:09:07 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BH97i16791;
	Sun, 11 Feb 2001 09:09:07 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111709.f1BH97i16791@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:09:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc/py-martel Makefile pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 09:09:07 PST

  Modified files:
    textproc/py-martel   Makefile pkg-plist 
  Log:
  Cleanup to use NOPORTDOCS support in PLIST_SUB
  
  PR:		24600
  Submitted by:	Johann Visagie <johann@egenetics.com> MAINTAINER
  
  Revision  Changes    Path
  1.10      +9 -17     ports/textproc/py-martel/Makefile
  1.6       +6 -0      ports/textproc/py-martel/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 Feb 11  9:11:27 2001
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 4997D37B401; Sun, 11 Feb 2001 09:11:18 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHBIs17059;
	Sun, 11 Feb 2001 09:11:18 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111711.f1BHBIs17059@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:11:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 09:11:18 PST

  Modified files:
    astro/xearth/files   freebsd.committers.markers 
  Log:
  Back home, <sigh>.
  
  Revision  Changes    Path
  1.60      +1 -1      ports/astro/xearth/files/freebsd.committers.markers



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


From owner-cvs-all  Sun Feb 11  9:15:37 2001
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 260C137B401; Sun, 11 Feb 2001 09:15:32 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHFW717464;
	Sun, 11 Feb 2001 09:15:32 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111715.f1BHFW717464@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:15:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/fnorb Makefile pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 09:15:32 PST

  Modified files:
    devel/fnorb          Makefile pkg-descr pkg-plist 
  Log:
  - Though not broken as such, the way in which port docs was handled in
    pkg-plist caused the docs not to be included if the port was built as a
    package.  The %%PORTDOCS%% PLIST_SUB pragma now allows an elegant way to
    get around this.
  - Did bump PORTREVISION of this reason
  - Fixed a typo.  :-)
  
  PR:		24606
  Submitted by:	Johann Visagie <johann@egenetics.com> MAINTAINER
  
  Revision  Changes    Path
  1.7       +2 -2      ports/devel/fnorb/Makefile
  1.3       +1 -1      ports/devel/fnorb/pkg-descr
  1.4       +84 -1     ports/devel/fnorb/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 Feb 11  9:24:30 2001
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 9322137B401; Sun, 11 Feb 2001 09:24:25 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHOPb18376;
	Sun, 11 Feb 2001 09:24:25 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111724.f1BHOPb18376@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:24:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/db/man dbm.3 Makefile.inc
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 09:24:25 PST

  Modified files:
    lib/libc/db/man      Makefile.inc 
  Added files:
    lib/libc/db/man      dbm.3 
  Log:
  Add a man page for the dbm_* functions, and update the Makefile to link
  it in.
  
  Some review from -hackers (some time ago), and I think the best way to
  get this improved (if it needs improving) or updating, is to bring it in.
  
  PR:             docs/12557
  Submitted by:   Tim Singletary <tsingle@triana.gsfc.nasa.gov>
  
  Revision  Changes    Path
  1.9       +12 -2     src/lib/libc/db/man/Makefile.inc



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


From owner-cvs-all  Sun Feb 11  9:25:19 2001
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 73D7937B401; Sun, 11 Feb 2001 09:25:09 -0800 (PST)
Received: (from dbaker@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHP9x18481;
	Sun, 11 Feb 2001 09:25:09 -0800 (PST)
	(envelope-from dbaker)
Message-Id: <200102111725.f1BHP9x18481@freefall.freebsd.org>
From: Daniel Baker <dbaker@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:25:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/zebedee Makefile distinfo
         ports/security/zebedee/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dbaker      2001/02/11 09:25:09 PST

  Modified files:
    security/zebedee     Makefile distinfo 
    security/zebedee/files patch-aa 
  Log:
  Update: 2.2.1
  
  Submitted by:	Greg Hewgill <greg@hewgill.com>
  
  Revision  Changes    Path
  1.8       +2 -2      ports/security/zebedee/Makefile
  1.4       +1 -1      ports/security/zebedee/distinfo
  1.5       +15 -37    ports/security/zebedee/files/patch-aa



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


From owner-cvs-all  Sun Feb 11  9:25:32 2001
Delivered-To: cvs-all@freebsd.org
Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1507337B491; Sun, 11 Feb 2001 09:25:27 -0800 (PST)
Received: by tao.org.uk (Postfix, from userid 100)
	id AB87B311F; Sun, 11 Feb 2001 17:25:23 +0000 (GMT)
Date: Sun, 11 Feb 2001 17:25:23 +0000
From: Josef Karthauser <joe@tao.org.uk>
To: Nik Clayton <nik@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/astro/xearth/files freebsd.committers.markers
Message-ID: <20010211172523.C3745@tao.org.uk>
References: <200102111711.f1BHBIs17059@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200102111711.f1BHBIs17059@freefall.freebsd.org>; from nik@FreeBSD.org on Sun, Feb 11, 2001 at 09:11:18AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Sun, Feb 11, 2001 at 09:11:18AM -0800, Nik Clayton wrote:
> nik         2001/02/11 09:11:18 PST
>=20
>   Modified files:
>     astro/xearth/files   freebsd.committers.markers=20
>   Log:
>   Back home, <sigh>.

Welcome back. :)
Joe

--KN5l+BnMqAQyZLvT
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjqGywMACgkQXVIcjOaxUBbWAQCeIPjbkt7aBts2E7h+XGZdPZkX
VGAAoIAZHAuD4LZI+V4t7li/Yg9i+B7M
=oDdo
-----END PGP SIGNATURE-----

--KN5l+BnMqAQyZLvT--


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


From owner-cvs-all  Sun Feb 11  9:25:50 2001
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 248DA37B491; Sun, 11 Feb 2001 09:25:46 -0800 (PST)
Received: (from dbaker@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHPkn18581;
	Sun, 11 Feb 2001 09:25:46 -0800 (PST)
	(envelope-from dbaker)
Message-Id: <200102111725.f1BHPkn18581@freefall.freebsd.org>
From: Daniel Baker <dbaker@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:25:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/zebedee/files patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dbaker      2001/02/11 09:25:46 PST

  Removed files:
    security/zebedee/files patch-ab 
  Log:
  Update: 2.2.1
  
  (continued, didn't realize that patch-ab is no longer necessary)



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


From owner-cvs-all  Sun Feb 11  9:26: 8 2001
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 8E69937B401; Sun, 11 Feb 2001 09:25:57 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHPvC18675;
	Sun, 11 Feb 2001 09:25:57 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111725.f1BHPvC18675@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:25:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/palm/jpilot Makefile ports/palm/jpilot/files
         patch-configure.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 09:25:57 PST

  Modified files:
    palm/jpilot          Makefile 
    palm/jpilot/files    patch-configure.in 
  Log:
  The current version of the port does not enable plugins, even though
  they are compiled.  This stems from a problem in the configure script
  that forces the enable_plugins value to always be false, whether or
  not --enable-plugins is specified.
  
  PR:		24973
  Submitted by:	Alex Varju <varju@ca.webct.com> MAINTAINER
  
  Revision  Changes    Path
  1.16      +3 -1      ports/palm/jpilot/Makefile
  1.2       +24 -5     ports/palm/jpilot/files/patch-configure.in



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


From owner-cvs-all  Sun Feb 11  9:43:22 2001
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 D4E4137B401; Sun, 11 Feb 2001 09:43:12 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHhCs20178;
	Sun, 11 Feb 2001 09:43:12 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111743.f1BHhCs20178@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:43:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial hardware.raw
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 09:43:12 PST

  Modified files:
    en/commercial        hardware.raw 
  Log:
  Remove Lan Media Corporation, following restructuring of docs/24794
  
  PR:             docs/24826
  Submitted by:   John Reynolds <jreynold@home.com>
  
  Revision  Changes    Path
  1.38      +0 -14     www/en/commercial/hardware.raw



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


From owner-cvs-all  Sun Feb 11  9:44:18 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id C96B737B491; Sun, 11 Feb 2001 09:44:11 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1BHi8s94143;
	Sun, 11 Feb 2001 20:44:09 +0300 (MSK)
	(envelope-from ache)
Date: Sun, 11 Feb 2001 20:44:05 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Alexey Zelkin <phantom@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale lmessages.c
Message-ID: <20010211204400.A94085@nagual.pp.ru>
References: <200102111509.f1BF9Vg00411@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: <200102111509.f1BF9Vg00411@freefall.freebsd.org>; from phantom@FreeBSD.org on Sun, Feb 11, 2001 at 07:09:31AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Sun, Feb 11, 2001 at 07:09:31 -0800, Alexey Zelkin wrote:
> phantom     2001/02/11 07:09:31 PST
> 
>   Modified files:
>     lib/libc/locale      lmessages.c 
>   Log:
>   Don't use hardcoded struct size, use offsetof() instead (make size calculations
>   dynamic)

The same as for lnumeric/lmonetary is true here too, i.e.

if (!ret)

should be changed to

if (!ret && _messages_using_locale) 

TWO TIMES

Currecntly no bad effect, just waste few CPU cycles.

BTW, YESSTR/NOSTR should be fixed in nl_langinfo() too...

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Sun Feb 11  9:55: 4 2001
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 C9DA037B491; Sun, 11 Feb 2001 09:55:01 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHt1x20945;
	Sun, 11 Feb 2001 09:55:01 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102111755.f1BHt1x20945@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:55:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/webmin Makefile pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/11 09:55:01 PST

  Modified files:
    sysutils/webmin      Makefile pkg-plist 
  Log:
  Automatically compute the plist for the lib/webmin directory at install
  time, so it always comes out right even if the updated modules change.
  
  Revision  Changes    Path
  1.31      +6 -1      ports/sysutils/webmin/Makefile
  1.16      +1 -5357   ports/sysutils/webmin/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 Feb 11  9:55:58 2001
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 1CB3B37B401; Sun, 11 Feb 2001 09:55:50 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BHtou21009;
	Sun, 11 Feb 2001 09:55:50 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102111755.f1BHtou21009@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 11 Feb 2001 09:55:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/11 09:55:50 PST

  Modified files:
    security/uvscan-dat  Makefile distinfo 
  Log:
  Update to 4120 virus definitions
  
  Revision  Changes    Path
  1.12      +2 -2      ports/security/uvscan-dat/Makefile
  1.12      +1 -1      ports/security/uvscan-dat/distinfo



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


From owner-cvs-all  Sun Feb 11 10:13:25 2001
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 C65E837B401; Sun, 11 Feb 2001 10:13:16 -0800 (PST)
Received: (from groudier@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BIDGE24387;
	Sun, 11 Feb 2001 10:13:16 -0800 (PST)
	(envelope-from groudier)
Message-Id: <200102111813.f1BIDGE24387@freefall.freebsd.org>
From: Gerard Roudier <groudier@FreeBSD.org>
Date: Sun, 11 Feb 2001 10:13:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts HARDWARE.TXT
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

groudier    2001/02/11 10:13:16 PST

  Modified files:
    release/texts        HARDWARE.TXT 
  Log:
  LSI/SYMBIOS/NCR 53C[8XX|10XX] supported hardware updated.
  (One may check if the 8 words added are correct english :) )
  
  Revision  Changes    Path
  1.98      +6 -4      src/release/texts/HARDWARE.TXT



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


From owner-cvs-all  Sun Feb 11 10:30:32 2001
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 8792D37B401; Sun, 11 Feb 2001 10:30:29 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BIUTF25647;
	Sun, 11 Feb 2001 10:30:29 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102111830.f1BIUTF25647@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 10:30:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/zephyr Makefile distinfo pkg-plist
         ports/net/zephyr/files patch-aa patch-ab patch-ac patch-ad
         patch-ae
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 10:30:29 PST

  Modified files:
    net/zephyr           Makefile distinfo pkg-plist 
    net/zephyr/files     patch-aa patch-ab patch-ac patch-ad 
                         patch-ae 
  Log:
  Port net/zephyr has an unfetchable distfile. The included patch fixes the
  port, updating it to the latest (and final) version. Patches from the
  previous version are merged.
  
  PR:		23728
  Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
  
  Revision  Changes    Path
  1.12      +6 -5      ports/net/zephyr/Makefile
  1.3       +1 -1      ports/net/zephyr/distinfo
  1.8       +5 -53     ports/net/zephyr/pkg-plist
  1.3       +13 -59    ports/net/zephyr/files/patch-aa
  1.2       +13 -20    ports/net/zephyr/files/patch-ab
  1.2       +11 -11    ports/net/zephyr/files/patch-ac
  1.2       +13 -182   ports/net/zephyr/files/patch-ad
  1.2       +8 -8      ports/net/zephyr/files/patch-ae



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


From owner-cvs-all  Sun Feb 11 10:34:45 2001
Delivered-To: cvs-all@freebsd.org
Received: from garm.bart.nl (garm.bart.nl [194.158.170.13])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0C9DE37B401; Sun, 11 Feb 2001 10:34:40 -0800 (PST)
Received: from daemon.chronias.ninth-circle.org (root@cable.ninth-circle.org [195.38.232.6])
	by garm.bart.nl (8.10.1/8.10.1) with ESMTP id f1BIYZQ80985;
	Sun, 11 Feb 2001 19:34:35 +0100 (CET)
Received: (from asmodai@localhost)
	by daemon.chronias.ninth-circle.org (8.11.1/8.11.0) id f1BIYTd06560;
	Sun, 11 Feb 2001 19:34:29 +0100 (CET)
	(envelope-from asmodai)
Date: Sun, 11 Feb 2001 19:34:28 +0100
From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: Alexey Zelkin <phantom@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale lmessages.c
Message-ID: <20010211193428.S406@daemon.ninth-circle.org>
References: <200102111509.f1BF9Vg00411@freefall.freebsd.org> <20010211204400.A94085@nagual.pp.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <20010211204400.A94085@nagual.pp.ru>; from ache@nagual.pp.ru on Sun, Feb 11, 2001 at 08:44:05PM +0300
Organisation: Ninth-Circle Enterprises
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

-On [20010211 19:00], Andrey A. Chernov (ache@nagual.pp.ru) wrote:
>On Sun, Feb 11, 2001 at 07:09:31 -0800, Alexey Zelkin wrote:
>> phantom     2001/02/11 07:09:31 PST
>> 
>>   Modified files:
>>     lib/libc/locale      lmessages.c 
>>   Log:
>>   Don't use hardcoded struct size, use offsetof() instead (make size calculations
>>   dynamic)
>
>The same as for lnumeric/lmonetary is true here too, i.e.
>
>if (!ret)

I'd rather prefer if (ret == NULL) or likewise constructs.  More
style(9) compliant and a hell of a lot more readable.

-- 
Jeroen Ruigrok vd Werven/Asmodai    asmodai@[wxs.nl|bart.nl|freebsd.org]
Documentation nutter/C-rated Coder BSD: Technical excellence at its best  
	  D78D D0AD 244D 1D12 C9CA  7152 035C 1138 546A B867
I'm a child of the air, I'm a witch of the wind...


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


From owner-cvs-all  Sun Feb 11 10:51:24 2001
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 13CD237B491; Sun, 11 Feb 2001 10:51:18 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BIpHP27326;
	Sun, 11 Feb 2001 10:51:18 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111851.f1BIpHP27326@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 10:51:17 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/sys mmap.2
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 10:51:17 PST

  Modified files:
    lib/libc/sys         mmap.2 
  Log:
  Note that mmap(2) can allocate memory, as well as mapping existing files,
  in the .Nd.
  
  Reviewed by:	hackers
  
  Revision  Changes    Path
  1.30      +2 -2      src/lib/libc/sys/mmap.2



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


From owner-cvs-all  Sun Feb 11 10:53:57 2001
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 8B4F837B401; Sun, 11 Feb 2001 10:53:51 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BIrp927596;
	Sun, 11 Feb 2001 10:53:51 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111853.f1BIrp927596@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 10:53:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdlib malloc.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 10:53:51 PST

  Modified files:
    lib/libc/stdlib      malloc.3 
  Log:
  .Xr to mmap.
  
  Revision  Changes    Path
  1.36      +3 -2      src/lib/libc/stdlib/malloc.3



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


From owner-cvs-all  Sun Feb 11 11:15:13 2001
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 EF89C37B401; Sun, 11 Feb 2001 11:15:07 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BJF7U31218;
	Sun, 11 Feb 2001 11:15:07 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102111915.f1BJF7U31218@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sun, 11 Feb 2001 11:15:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/libtecla 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

ijliao      2001/02/11 11:15:03 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/libtecla       Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add libtecla, a interactive command line editing facilities
  
  Revision  Changes    Path
  1.432     +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 Feb 11 11:15:27 2001
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 2C10137B6CB; Sun, 11 Feb 2001 11:15:14 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BJFEW31256;
	Sun, 11 Feb 2001 11:15:14 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102111915.f1BJFEW31256@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sun, 11 Feb 2001 11:15:14 -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

ijliao      2001/02/11 11:15:14 PST

  Modified files:
    .                    modules 
  Log:
    libtecla --> ports/devel/libtecla
  
  Revision  Changes    Path
  1.2396    +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 Feb 11 11:24:35 2001
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 008D237B401; Sun, 11 Feb 2001 11:24:30 -0800 (PST)
Received: (from horikawa@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BJOTv32086;
	Sun, 11 Feb 2001 11:24:29 -0800 (PST)
	(envelope-from horikawa)
Message-Id: <200102111924.f1BJOTv32086@freefall.freebsd.org>
From: Kazuo Horikawa <horikawa@FreeBSD.org>
Date: Sun, 11 Feb 2001 11:24:28 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/ja_JP.eucJP/man/man2 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

horikawa    2001/02/11 11:24:28 PST

  Added files:
    ja_JP.eucJP/man/man2 Makefile 
  Log:
  3.4-RELEASE based Makefile.



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


From owner-cvs-all  Sun Feb 11 11:28:51 2001
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 EA52637B401; Sun, 11 Feb 2001 11:28:41 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BJSfB32452;
	Sun, 11 Feb 2001 11:28:41 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111928.f1BJSfB32452@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 11:28:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdlib memory.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 11:28:41 PST

  Modified files:
    lib/libc/stdlib      memory.3 
  Log:
  Include mmap(2) in the list of memory allocation functions.
  
  Reviewed by:	hackers
  
  Revision  Changes    Path
  1.7       +11 -3     src/lib/libc/stdlib/memory.3



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


From owner-cvs-all  Sun Feb 11 11:30:50 2001
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 02A8D37B491; Sun, 11 Feb 2001 11:30:42 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BJUfm32654;
	Sun, 11 Feb 2001 11:30:41 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102111930.f1BJUfm32654@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Sun, 11 Feb 2001 11:30:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/sys mmap.2
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/11 11:30:41 PST

  Modified files:
    lib/libc/sys         mmap.2 
  Log:
  Mention PROT_NONE in the list of possible protections.
  
  Pointed out by:	kris
  
  Revision  Changes    Path
  1.31      +3 -1      src/lib/libc/sys/mmap.2



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


From owner-cvs-all  Sun Feb 11 12:23:31 2001
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 E94A337B401; Sun, 11 Feb 2001 12:23:28 -0800 (PST)
Received: (from nakai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BKNSB40051;
	Sun, 11 Feb 2001 12:23:28 -0800 (PST)
	(envelope-from nakai)
Message-Id: <200102112023.f1BKNSB40051@freefall.freebsd.org>
From: Yukihiro Nakai <nakai@FreeBSD.org>
Date: Sun, 11 Feb 2001 12:23:28 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/dedit Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nakai       2001/02/11 12:23:28 PST

  Modified files:
    editors/dedit        Makefile distinfo pkg-plist 
  Log:
  Update to 0.6.2.1
  
  PR:		ports/23221
  Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
  
  Revision  Changes    Path
  1.13      +7 -3      ports/editors/dedit/Makefile
  1.6       +1 -1      ports/editors/dedit/distinfo
  1.2       +1 -0      ports/editors/dedit/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 Feb 11 12:38:22 2001
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 5D1B837B401; Sun, 11 Feb 2001 12:38:18 -0800 (PST)
Received: (from nakai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BKcI541733;
	Sun, 11 Feb 2001 12:38:18 -0800 (PST)
	(envelope-from nakai)
Message-Id: <200102112038.f1BKcI541733@freefall.freebsd.org>
From: Yukihiro Nakai <nakai@FreeBSD.org>
Date: Sun, 11 Feb 2001 12:38:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/qvwm Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nakai       2001/02/11 12:38:18 PST

  Modified files:
    x11-wm/qvwm          Makefile distinfo 
  Log:
  Update to 1.1.9
  
  PR:		ports/23895
  Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
  
  Revision  Changes    Path
  1.39      +2 -2      ports/x11-wm/qvwm/Makefile
  1.25      +1 -1      ports/x11-wm/qvwm/distinfo



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


From owner-cvs-all  Sun Feb 11 12:54:39 2001
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 DEDE337B401; Sun, 11 Feb 2001 12:54:29 -0800 (PST)
Received: (from nakai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BKsTa43377;
	Sun, 11 Feb 2001 12:54:29 -0800 (PST)
	(envelope-from nakai)
Message-Id: <200102112054.f1BKsTa43377@freefall.freebsd.org>
From: Yukihiro Nakai <nakai@FreeBSD.org>
Date: Sun, 11 Feb 2001 12:54:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/spager Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nakai       2001/02/11 12:54:29 PST

  Modified files:
    x11-wm/spager        Makefile distinfo pkg-plist 
  Log:
  Update to 0.12
  
  PR:		ports/24838
  Submitted by:	Markus Holmberg <markush@acc.umu.se>
  
  Revision  Changes    Path
  1.4       +5 -3      ports/x11-wm/spager/Makefile
  1.2       +1 -1      ports/x11-wm/spager/distinfo
  1.2       +3 -1      ports/x11-wm/spager/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 Feb 11 13:18:21 2001
Delivered-To: cvs-all@freebsd.org
Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id 32ECD37B491; Sun, 11 Feb 2001 13:18:16 -0800 (PST)
Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1])
	by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id PAA05159;
	Sun, 11 Feb 2001 15:18:13 -0600 (CST)
	(envelope-from cdillon@wolves.k12.mo.us)
Date: Sun, 11 Feb 2001 15:18:13 -0600 (CST)
From: Chris Dillon <cdillon@wolves.k12.mo.us>
To: Kris Kennaway <kris@FreeBSD.ORG>
Cc: <cvs-committers@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG>
Subject: Re: cvs commit: ports/security/uvscan-dat Makefile distinfo
In-Reply-To: <200102111755.f1BHtou21009@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.32.0102111515150.97758-100000@mail.wolves.k12.mo.us>
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, 11 Feb 2001, Kris Kennaway wrote:

> kris        2001/02/11 09:55:50 PST
>
>   Modified files:
>     security/uvscan-dat  Makefile distinfo
>   Log:
>   Update to 4120 virus definitions

Please note that there is a problem with the 4120 definitions that
causes legitimate utilities such as VNC to be detected as "backdoors"
by the hueristic scanner.  McAfee knows about this and has released an
EXTRA.DAT that fixes the problem.  It should also be fixed in DAT
definitions 4121 or later.


-- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net
   FreeBSD: The fastest and most stable server OS on the planet.
   For IA32 and Alpha architectures. IA64, PPC, and ARM under development.
   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 Feb 11 13:19:40 2001
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 0E3A237B401; Sun, 11 Feb 2001 13:19:32 -0800 (PST)
Received: (from dwmalone@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BLJWj47393;
	Sun, 11 Feb 2001 13:19:32 -0800 (PST)
	(envelope-from dwmalone)
Message-Id: <200102112119.f1BLJWj47393@freefall.freebsd.org>
From: David Malone <dwmalone@FreeBSD.org>
Date: Sun, 11 Feb 2001 13:19:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/make make.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dwmalone    2001/02/11 13:19:31 PST

  Modified files:
    usr.bin/make         make.1 
  Log:
  Uname is in section 3 of the manual pages.
  
  PR:		25008
  Submitted by:	fullermd@over-yonder.net
  
  Revision  Changes    Path
  1.41      +2 -2      src/usr.bin/make/make.1



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


From owner-cvs-all  Sun Feb 11 13:26:57 2001
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 7CE1637B491; Sun, 11 Feb 2001 13:26:53 -0800 (PST)
Received: (from mharo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BLQr548145;
	Sun, 11 Feb 2001 13:26:53 -0800 (PST)
	(envelope-from mharo)
Message-Id: <200102112126.f1BLQr548145@freefall.freebsd.org>
From: Michael Haro <mharo@FreeBSD.org>
Date: Sun, 11 Feb 2001 13:26:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/ftp/proftpd Makefile distinfo
         ports/ftp/proftpd/files patch-ba patch-bb patch-bc patch-bd
         patch-be patch-ae patch-ak
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mharo       2001/02/11 13:26:53 PST

  Modified files:
    ftp/proftpd          Makefile distinfo 
    ftp/proftpd/files    patch-ae 
  Added files:
    ftp/proftpd/files    patch-ba patch-bb patch-bc patch-bd 
                         patch-be 
  Removed files:
    ftp/proftpd/files    patch-ak 
  Log:
  update to 1.2.0rc3
  
  Submitted by:	Anders Nordby <anders@fix.no>
  
  Revision  Changes    Path
  1.35      +11 -7     ports/ftp/proftpd/Makefile
  1.15      +2 -2      ports/ftp/proftpd/distinfo
  1.8       +62 -53    ports/ftp/proftpd/files/patch-ae



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


From owner-cvs-all  Sun Feb 11 13:40: 3 2001
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 4D2CF37B401; Sun, 11 Feb 2001 13:39:53 -0800 (PST)
Received: (from mharo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BLdrx48966;
	Sun, 11 Feb 2001 13:39:53 -0800 (PST)
	(envelope-from mharo)
Message-Id: <200102112139.f1BLdrx48966@freefall.freebsd.org>
From: Michael Haro <mharo@FreeBSD.org>
Date: Sun, 11 Feb 2001 13:39:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/lbdb Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mharo       2001/02/11 13:39:53 PST

  Modified files:
    mail/lbdb            Makefile distinfo pkg-plist 
  Log:
  update 0.22 to 0.24
  
  PR:		25009
  Submitted by:	    maintainer
  
  Revision  Changes    Path
  1.9       +2 -2      ports/mail/lbdb/Makefile
  1.6       +1 -1      ports/mail/lbdb/distinfo
  1.6       +4 -0      ports/mail/lbdb/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 Feb 11 13:41:24 2001
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 5D9B637B491; Sun, 11 Feb 2001 13:41:19 -0800 (PST)
Received: (from mharo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BLfJX49222;
	Sun, 11 Feb 2001 13:41:19 -0800 (PST)
	(envelope-from mharo)
Message-Id: <200102112141.f1BLfJX49222@freefall.freebsd.org>
From: Michael Haro <mharo@FreeBSD.org>
Date: Sun, 11 Feb 2001 13:41:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/bookview Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mharo       2001/02/11 13:41:19 PST

  Modified files:
    japanese/bookview    Makefile distinfo 
  Log:
  update to 3.0.2
  
  PR:		24943
  Submitted by:	    maintainer
  
  Revision  Changes    Path
  1.15      +2 -2      ports/japanese/bookview/Makefile
  1.12      +1 -1      ports/japanese/bookview/distinfo



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


From owner-cvs-all  Sun Feb 11 14: 5:25 2001
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 9146F37B401; Sun, 11 Feb 2001 14:05:17 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BM5HQ51687;
	Sun, 11 Feb 2001 14:05:17 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102112205.f1BM5HQ51687@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 11 Feb 2001 14:05:17 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/pine4 Makefile distinfo
         ports/mail/pine4/files patch-af
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/11 14:05:17 PST

  Modified files:
    mail/pine4           Makefile distinfo 
    mail/pine4/files     patch-af 
  Log:
  update to 4.33.
  
  PR:		24830
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.50      +2 -2      ports/mail/pine4/Makefile
  1.16      +1 -1      ports/mail/pine4/distinfo
  1.11      +1 -1      ports/mail/pine4/files/patch-af



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


From owner-cvs-all  Sun Feb 11 14: 7: 1 2001
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 EA5E437B491; Sun, 11 Feb 2001 14:06:46 -0800 (PST)
Received: (from deischen@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BM6kn53702;
	Sun, 11 Feb 2001 14:06:46 -0800 (PST)
	(envelope-from deischen)
Message-Id: <200102112206.f1BM6kn53702@freefall.freebsd.org>
From: Daniel Eischen <deischen@FreeBSD.org>
Date: Sun, 11 Feb 2001 14:06:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/include stdio.h src/lib/libc/gen _pthread_stubs.c
         src/lib/libc/include namespace.h un-namespace.h src/lib/libc/stdio
         _flock_stub.c asprintf.c fclose.c feof.c ferror.c fflush.c fgetc.c
         fgetln.c fgetpos.c fileno.c findfp.c fopen.c freopen.c fwalk.c ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

deischen    2001/02/11 14:06:46 PST

  Modified files:
    include              stdio.h 
  Log:
  libc MT-safety, part 2.
  
  Add a lock to FILE and define an additional flag.
  
  Revision  Changes    Path
  1.26      +5 -1      src/include/stdio.h


  Modified files:
    lib/libc/gen         _pthread_stubs.c 
    lib/libc/include     namespace.h un-namespace.h 
    lib/libc/stdio       _flock_stub.c asprintf.c fclose.c feof.c 
                         ferror.c fflush.c fgetc.c fgetln.c 
                         fgetpos.c fileno.c findfp.c fopen.c 
                         freopen.c fwalk.c getc.c refill.c rget.c 
                         snprintf.c sprintf.c 
  Log:
  libc MT-safety, part 2.
  
  Add a lock to FILE.  flockfile and friends are now implemented
  (for the most part) in libc.  flockfile_debug is implemented in
  libc_r; I suppose it's about time to kill it but will do it in
  a future commit.
  
  Fix a potential deadlock in _fwalk in a threaded environment.
  A file flag (__SIGN) was added to stdio.h that, when set, tells
  _fwalk to ignore it in its walk.  This seemed to be needed in
  refill.c because each file needs to be locked when flushing.
  
  Add a stub for pthread_self in libc.  This is needed by flockfile
  which is allowed by POSIX to be recursive.
  
  Make fgetpos() error return value (-1) match man page.
  
  Remove recursive calls to locked functions (stdio); I think I've
  got them all, but I may have missed a couple.
  
  A few K&R -> ANSI conversions along with removal of a few instances
  of "register".
  
  $Id$ -> $FreeBSD$ in libc/stdio/rget.c
  
  Not objected to:	-arch, a few months ago
  
  Revision  Changes    Path
  1.2       +13 -1     src/lib/libc/gen/_pthread_stubs.c
  1.2       +2 -2      src/lib/libc/include/namespace.h
  1.2       +2 -2      src/lib/libc/include/un-namespace.h
  1.5       +129 -23   src/lib/libc/stdio/_flock_stub.c
  1.7       +4 -2      src/lib/libc/stdio/asprintf.c
  1.10      +3 -10     src/lib/libc/stdio/fclose.c
  1.7       +15 -7     src/lib/libc/stdio/feof.c
  1.7       +15 -7     src/lib/libc/stdio/ferror.c
  1.9       +16 -3     src/lib/libc/stdio/fflush.c
  1.9       +2 -1      src/lib/libc/stdio/fgetc.c
  1.7       +18 -14    src/lib/libc/stdio/fgetln.c
  1.10      +9 -12     src/lib/libc/stdio/fgetpos.c
  1.7       +7 -6      src/lib/libc/stdio/fileno.c
  1.10      +4 -4      src/lib/libc/stdio/findfp.c
  1.5       +1 -2      src/lib/libc/stdio/fopen.c
  1.7       +3 -3      src/lib/libc/stdio/freopen.c
  1.8       +5 -2      src/lib/libc/stdio/fwalk.c
  1.9       +3 -4      src/lib/libc/stdio/getc.c
  1.10      +22 -10    src/lib/libc/stdio/refill.c
  1.3       +3 -6      src/lib/libc/stdio/rget.c
  1.13      +4 -2      src/lib/libc/stdio/snprintf.c
  1.7       +2 -2      src/lib/libc/stdio/sprintf.c



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


From owner-cvs-all  Sun Feb 11 14: 7:36 2001
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 20E3037B401; Sun, 11 Feb 2001 14:07:33 -0800 (PST)
Received: (from deischen@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BM7XY53763;
	Sun, 11 Feb 2001 14:07:33 -0800 (PST)
	(envelope-from deischen)
Message-Id: <200102112207.f1BM7XY53763@freefall.freebsd.org>
From: Daniel Eischen <deischen@FreeBSD.org>
Date: Sun, 11 Feb 2001 14:07:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_exit.c
         uthread_fd.c uthread_file.c uthread_sig.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

deischen    2001/02/11 14:07:33 PST

  Modified files:
    lib/libc_r/uthread   pthread_private.h uthread_exit.c 
                         uthread_fd.c uthread_file.c uthread_sig.c 
  Log:
  Remove (int) file descriptor locking.  It should be up to the
  application to provide locking for I/O operations.  This doesn't
  break any of my tests, but the old behavior can be restored by
  compiling with _FDLOCKS_ENABLED.  This will eventually be removed
  when it is obvious it does not cause any problems.
  
  Remove most of flockfile implementation, with the exception of
  flockfile_debug.
  
  Make error messages more informational (submitted by Mike Heffner
  <spock@techfour.net>, who's now known as mikeh@FreeBSD.org).
  
  Revision  Changes    Path
  1.54      +2 -3      src/lib/libc_r/uthread/pthread_private.h
  1.21      +4 -11     src/lib/libc_r/uthread/uthread_exit.c
  1.20      +41 -1     src/lib/libc_r/uthread/uthread_fd.c
  1.18      +8 -462    src/lib/libc_r/uthread/uthread_file.c
  1.34      +1 -6      src/lib/libc_r/uthread/uthread_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 Feb 11 14:15:25 2001
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 C84AD37B401; Sun, 11 Feb 2001 14:15:18 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BMFIm54387;
	Sun, 11 Feb 2001 14:15:18 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102112215.f1BMFIm54387@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sun, 11 Feb 2001 14:15:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/vietnamese/vn7to8 Makefile ports/vietnamese/vn7to8/files
         patch-01 patch-02
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/11 14:15:17 PST

  Modified files:
    vietnamese/vn7to8    Makefile 
    vietnamese/vn7to8/files patch-01 
  Removed files:
    vietnamese/vn7to8/files patch-02 
  Log:
  Use the new libviet port in building.
  
  Revision  Changes    Path
  1.13      +8 -2      ports/vietnamese/vn7to8/Makefile
  1.2       +8 -4      ports/vietnamese/vn7to8/files/patch-01



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


From owner-cvs-all  Sun Feb 11 15:11:38 2001
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 9B0D337B401; Sun, 11 Feb 2001 15:11:33 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BNBXN60551;
	Sun, 11 Feb 2001 15:11:33 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102112311.f1BNBXN60551@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sun, 11 Feb 2001 15:11:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/vietnamese/libviet Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/11 15:11:33 PST

  Modified files:
    vietnamese/libviet   Makefile 
  Log:
  Make this build when it is in the full /usr/ports tree and "vi-" is prepended
  to the package name.
  
  Revision  Changes    Path
  1.2       +2 -2      ports/vietnamese/libviet/Makefile



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


From owner-cvs-all  Sun Feb 11 15:46:59 2001
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 021A237B401; Sun, 11 Feb 2001 15:46:55 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1BNks768335;
	Sun, 11 Feb 2001 15:46:54 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102112346.f1BNks768335@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 15:46:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/cam/scsi scsi_all.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 15:46:54 PST

  Modified files:
    sys/cam/scsi         scsi_all.c 
  Log:
  1. The key SSD_KEY_RECOVERED_ERROR  is not an error at all and should
  not be retried. It is an indication that there was an error that was
  corrected during the execution of the command. This is per ANSI SCSI2
  spec.
  
  It's possible that these should also be noted to the console (as indicative,
  perhaps, of growing media defect lists in drives), but the default of
  printing errors out if bootverbose in this case is probably enough.
  
  Also, there'd been a missing ERESTART for that clause anyway.
  
  2. If you have an ABORTED COMMAND, it's almost invariably a SCSI parity
  error. You should never be silent about these since users should do something
  about this if it occurs (moving that power cord *away* from the SCSI cable is
  always a good first start). This should print irrespective of bootverbose
  because it's an actual real error even if we retry a transmission.
  
  Reviewed by:	audit@freebsd.org, gibbs@freebsd.org
  
  Revision  Changes    Path
  1.18      +16 -8     src/sys/cam/scsi/scsi_all.c



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


From owner-cvs-all  Sun Feb 11 16:20:19 2001
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 AAF9437B401; Sun, 11 Feb 2001 16:20:08 -0800 (PST)
Received: (from jake@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C0K8N72721;
	Sun, 11 Feb 2001 16:20:08 -0800 (PST)
	(envelope-from jake)
Message-Id: <200102120020.f1C0K8N72721@freefall.freebsd.org>
From: Jake Burkholder <jake@FreeBSD.org>
Date: Sun, 11 Feb 2001 16:20:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/dev/acpica/Osd
         OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s trap.c
         src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c
         kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jake        2001/02/11 16:20:08 PST

  Modified files:
    sys/alpha/alpha      trap.c 
    sys/dev/acpica/Osd   OsdSchedule.c 
    sys/i386/i386        genassym.c swtch.s trap.c 
    sys/ia64/ia64        trap.c 
    sys/kern             init_main.c kern_condvar.c kern_idle.c 
                         kern_intr.c kern_mib.c kern_mutex.c 
                         kern_proc.c kern_resource.c kern_sig.c 
                         kern_subr.c kern_switch.c kern_synch.c 
    sys/posix4           ksched.c 
    sys/sys              ktr.h param.h proc.h rtprio.h systm.h 
                         tty.h user.h 
    sys/ufs/ffs          ffs_snapshot.c 
    sys/vm               vm_glue.c vm_meter.c 
  Added files:
    sys/sys              priority.h runq.h 
  Log:
  Implement a unified run queue and adjust priority levels accordingly.
  
  - All processes go into the same array of queues, with different
    scheduling classes using different portions of the array.  This
    allows user processes to have their priorities propogated up into
    interrupt thread range if need be.
  - I chose 64 run queues as an arbitrary number that is greater than
    32.  We used to have 4 separate arrays of 32 queues each, so this
    may not be optimal.  The new run queue code was written with this
    in mind; changing the number of run queues only requires changing
    constants in runq.h and adjusting the priority levels.
  - The new run queue code takes the run queue as a parameter.  This
    is intended to be used to create per-cpu run queues.  Implement
    wrappers for compatibility with the old interface which pass in
    the global run queue structure.
  - Group the priority level, user priority, native priority (before
    propogation) and the scheduling class into a struct priority.
  - Change any hard coded priority levels that I found to use
    symbolic constants (TTIPRI and TTOPRI).
  - Remove the curpriority global variable and use that of curproc.
    This was used to detect when a process' priority had lowered and
    it should yield.  We now effectively yield on every interrupt.
  - Activate propogate_priority().  It should now have the desired
    effect without needing to also propogate the scheduling class.
  - Temporarily comment out the call to vm_page_zero_idle() in the
    idle loop.  It interfered with propogate_priority() because
    the idle process needed to do a non-blocking acquire of Giant
    and then other processes would try to propogate their priority
    onto it.  The idle process should not do anything except idle.
    vm_page_zero_idle() will return in the form of an idle priority
    kernel thread which is woken up at apprioriate times by the vm
    system.
  - Update struct kinfo_proc to the new priority interface.  Deliberately
    change its size by adjusting the spare fields.  It remained the same
    size, but the layout has changed, so userland processes that use it
    would parse the data incorrectly.  The size constraint should really
    be changed to an arbitrary version number.  Also add a debug.sizeof
    sysctl node for struct kinfo_proc.
  
  Revision  Changes    Path
  1.47      +2 -3      src/sys/alpha/alpha/trap.c
  1.7       +2 -2      src/sys/dev/acpica/Osd/OsdSchedule.c
  1.105     +2 -4      src/sys/i386/i386/genassym.c
  1.109     +4 -18     src/sys/i386/i386/swtch.s
  1.175     +2 -3      src/sys/i386/i386/trap.c
  1.13      +2 -3      src/sys/ia64/ia64/trap.c
  1.156     +4 -3      src/sys/kern/init_main.c
  1.4       +2 -6      src/sys/kern/kern_condvar.c
  1.14      +3 -1      src/sys/kern/kern_idle.c
  1.40      +7 -7      src/sys/kern/kern_intr.c
  1.38      +5 -1      src/sys/kern/kern_mib.c
  1.45      +17 -42    src/sys/kern/kern_mutex.c
  1.86      +2 -5      src/sys/kern/kern_proc.c
  1.73      +50 -16    src/sys/kern/kern_resource.c
  1.108     +3 -3      src/sys/kern/kern_sig.c
  1.41      +2 -2      src/sys/kern/kern_subr.c
  1.10      +165 -183  src/sys/kern/kern_switch.c
  1.127     +17 -59    src/sys/kern/kern_synch.c
  1.10      +11 -6     src/sys/posix4/ksched.c
  1.7       +2 -1      src/sys/sys/ktr.h
  1.89      +2 -19     src/sys/sys/param.h
  1.149     +8 -16     src/sys/sys/proc.h
  1.11      +17 -30    src/sys/sys/rtprio.h
  1.134     +1 -3      src/sys/sys/systm.h
  1.58      +3 -3      src/sys/sys/tty.h
  1.30      +5 -8      src/sys/sys/user.h
  1.10      +3 -3      src/sys/ufs/ffs/ffs_snapshot.c
  1.108     +3 -3      src/sys/vm/vm_glue.c
  1.48      +4 -3      src/sys/vm/vm_meter.c



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


From owner-cvs-all  Sun Feb 11 16:20:52 2001
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 E972F37B4EC; Sun, 11 Feb 2001 16:20:44 -0800 (PST)
Received: (from jake@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C0Kin72835;
	Sun, 11 Feb 2001 16:20:44 -0800 (PST)
	(envelope-from jake)
Message-Id: <200102120020.f1C0Kin72835@freefall.freebsd.org>
From: Jake Burkholder <jake@FreeBSD.org>
Date: Sun, 11 Feb 2001 16:20:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/bin/ps extern.h keyword.c print.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jake        2001/02/11 16:20:44 PST

  Modified files:
    bin/ps               extern.h keyword.c print.c 
  Log:
  Catch up to new priority interface.
  
  Revision  Changes    Path
  1.12      +2 -2      src/bin/ps/extern.h
  1.28      +4 -3      src/bin/ps/keyword.c
  1.43      +15 -15    src/bin/ps/print.c



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


From owner-cvs-all  Sun Feb 11 16:21:17 2001
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 9D44D37B491; Sun, 11 Feb 2001 16:21:09 -0800 (PST)
Received: (from jake@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C0L9q72873;
	Sun, 11 Feb 2001 16:21:09 -0800 (PST)
	(envelope-from jake)
Message-Id: <200102120021.f1C0L9q72873@freefall.freebsd.org>
From: Jake Burkholder <jake@FreeBSD.org>
Date: Sun, 11 Feb 2001 16:21:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libkvm kvm_proc.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jake        2001/02/11 16:21:09 PST

  Modified files:
    lib/libkvm           kvm_proc.c 
  Log:
  Catch up to new priority interface.
  
  Revision  Changes    Path
  1.32      +2 -5      src/lib/libkvm/kvm_proc.c



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


From owner-cvs-all  Sun Feb 11 16:21:41 2001
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 4998037B401; Sun, 11 Feb 2001 16:21:39 -0800 (PST)
Received: (from jake@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C0Ldx72913;
	Sun, 11 Feb 2001 16:21:39 -0800 (PST)
	(envelope-from jake)
Message-Id: <200102120021.f1C0Ldx72913@freefall.freebsd.org>
From: Jake Burkholder <jake@FreeBSD.org>
Date: Sun, 11 Feb 2001 16:21:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/top machine.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jake        2001/02/11 16:21:39 PST

  Modified files:
    usr.bin/top          machine.c 
  Log:
  Catch up to new priority interface.
  
  Revision  Changes    Path
  1.35      +7 -7      src/usr.bin/top/machine.c



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


From owner-cvs-all  Sun Feb 11 16:24:39 2001
Delivered-To: cvs-all@freebsd.org
Received: from cr66388-a.rchrd1.on.wave.home.com (cr66388-a.rchrd1.on.wave.home.com [24.114.165.24])
	by hub.freebsd.org (Postfix) with ESMTP
	id A3A8437B401; Sun, 11 Feb 2001 16:24:26 -0800 (PST)
Received: from cr66388-a.rchrd1.on.wave.home.c (localhost [127.0.0.1])
	by cr66388-a.rchrd1.on.wave.home.com (Postfix) with ESMTP
	id 088CFBABD; Sun, 11 Feb 2001 19:24:26 -0500 (EST)
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.3
To: freebsd-current@freebsd.org
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c 
 src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s 
 trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c 
 kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
In-Reply-To: Message from Jake Burkholder <jake@FreeBSD.org> 
   of "Sun, 11 Feb 2001 16:20:08 PST." <200102120020.f1C0K8N72721@freefall.freebsd.org> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Sun, 11 Feb 2001 19:24:25 -0500
From: Jake Burkholder <jburkholder0829@home.com>
Message-Id: <20010212002426.088CFBABD@cr66388-a.rchrd1.on.wave.home.com>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> jake        2001/02/11 16:20:08 PST
> 
>   Modified files:
>     sys/alpha/alpha      trap.c 
>     sys/dev/acpica/Osd   OsdSchedule.c 
>     sys/i386/i386        genassym.c swtch.s trap.c 
>     sys/ia64/ia64        trap.c 
>     sys/kern             init_main.c kern_condvar.c kern_idle.c 
>                          kern_intr.c kern_mib.c kern_mutex.c 
>                          kern_proc.c kern_resource.c kern_sig.c 
>                          kern_subr.c kern_switch.c kern_synch.c 
>     sys/posix4           ksched.c 
>     sys/sys              ktr.h param.h proc.h rtprio.h systm.h 
>                          tty.h user.h 
>     sys/ufs/ffs          ffs_snapshot.c 
>     sys/vm               vm_glue.c vm_meter.c 
>   Added files:
>     sys/sys              priority.h runq.h 
>   Log:
>   Implement a unified run queue and adjust priority levels accordingly.

...

As I mentioned in the commit message, this changes the size and layout
of struct kinfo_proc, so you'll have to recompile libkvm-using programs.

As always, make world is your friend.



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


From owner-cvs-all  Sun Feb 11 16:36: 3 2001
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 E6BAD37B491; Sun, 11 Feb 2001 16:35:57 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C0Zvi73880;
	Sun, 11 Feb 2001 16:35:57 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102120035.f1C0Zvi73880@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 11 Feb 2001 16:35:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/gnut Makefile distinfo ports/net/gnut/files
         patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/11 16:35:57 PST

  Modified files:
    net/gnut             Makefile distinfo 
    net/gnut/files       patch-aa 
  Log:
  Upgrade to gnut 0.4.20
  
  Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
  PR:		25023
  
  Revision  Changes    Path
  1.8       +3 -3      ports/net/gnut/Makefile
  1.8       +1 -1      ports/net/gnut/distinfo
  1.2       +5 -3      ports/net/gnut/files/patch-aa



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


From owner-cvs-all  Sun Feb 11 17:12:24 2001
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 E1AE437B491; Sun, 11 Feb 2001 17:12:17 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1CFw78561;
	Sun, 11 Feb 2001 17:12:15 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120112.f1C1CFw78561@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:12:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/ispfw asm_1040.h asm_1080.h asm_12160.h
         asm_2100.h asm_2200.h ispfw.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:12:15 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/ispfw        asm_1040.h asm_1080.h asm_12160.h 
                         asm_2100.h asm_2200.h ispfw.c 
  Log:
  MFC: update to latest && greatest f/w
  
  Revision  Changes      Path
  1.1.2.3   +3316 -3189  src/sys/dev/ispfw/asm_1040.h
  1.1.2.2   +4194 -4068  src/sys/dev/ispfw/asm_1080.h
  1.2.2.2   +1700 -2     src/sys/dev/ispfw/asm_12160.h
  1.2.2.2   +4382 -4314  src/sys/dev/ispfw/asm_2100.h
  1.2.2.3   +2 -2        src/sys/dev/ispfw/asm_2200.h
  1.2.2.3   +5 -4        src/sys/dev/ispfw/ispfw.c



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


From owner-cvs-all  Sun Feb 11 17:13:29 2001
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 4C59237B401; Sun, 11 Feb 2001 17:13:22 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1DMc78690;
	Sun, 11 Feb 2001 17:13:22 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120113.f1C1DMc78690@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:13:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp MAINTAINER
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:13:22 PST

  Removed files:         (Branch: RELENG_4)
    sys/dev/isp          MAINTAINER 
  Log:
  MFC: removal of MAINTAINER (let the games begin!)



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


From owner-cvs-all  Sun Feb 11 17:16:57 2001
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 0FE5F37B401; Sun, 11 Feb 2001 17:16:51 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1Gp579016;
	Sun, 11 Feb 2001 17:16:51 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120116.f1C1Gp579016@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:16:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp isp.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:16:50 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          isp.c 
  Log:
  MFC: major rework of loop events.
  
  Revision  Changes    Path
  1.41.2.9  +727 -504  src/sys/dev/isp/isp.c



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


From owner-cvs-all  Sun Feb 11 17:17:58 2001
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 AC47B37B401; Sun, 11 Feb 2001 17:17:55 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1HtQ79073;
	Sun, 11 Feb 2001 17:17:55 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120117.f1C1HtQ79073@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:17:55 -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: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:17:55 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          isp_freebsd.c 
  Log:
  MFC: cleanup of adapter role, 'fixing' of target mode.
  
  Revision  Changes    Path
  1.32.2.8  +34 -36    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 Feb 11 17:18:33 2001
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 B2E4237B491; Sun, 11 Feb 2001 17:18:24 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1IOD79114;
	Sun, 11 Feb 2001 17:18:24 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120118.f1C1IOD79114@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:18:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp isp_freebsd.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:18:24 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          isp_freebsd.h 
  Log:
  Roll version minor. MFC: removal of ISP2100_FABRIC.
  
  Revision  Changes    Path
  1.26.2.7  +2 -3      src/sys/dev/isp/isp_freebsd.h



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


From owner-cvs-all  Sun Feb 11 17:18:51 2001
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 9FD2D37B401; Sun, 11 Feb 2001 17:18:43 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1IhT79152;
	Sun, 11 Feb 2001 17:18:43 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120118.f1C1IhT79152@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:18:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp isp_inline.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:18:43 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          isp_inline.h 
  Log:
  MFC: implementation of isp_fc_runstate function.
  
  Revision  Changes    Path
  1.6.2.4   +55 -1     src/sys/dev/isp/isp_inline.h



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


From owner-cvs-all  Sun Feb 11 17:19:13 2001
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 2BFE437B491; Sun, 11 Feb 2001 17:19:05 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1J5379197;
	Sun, 11 Feb 2001 17:19:05 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120119.f1C1J5379197@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:19:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp ispmbox.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:19:05 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          ispmbox.h 
  Log:
  MFC: FC-AL position map structure.
  
  Revision  Changes    Path
  1.20.2.5  +17 -1     src/sys/dev/isp/ispmbox.h



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


From owner-cvs-all  Sun Feb 11 17:20: 2 2001
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 A616237B401; Sun, 11 Feb 2001 17:19:52 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1JqW79276;
	Sun, 11 Feb 2001 17:19:52 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120119.f1C1JqW79276@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:19:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/isp ispvar.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:19:52 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/isp          ispvar.h 
  Log:
  MFC: removal of ISP2100_FABRIC. Insertion of extra loop states. More
  MFC: isp_control functions && defines && explanations. Ditto isp_control.
  
  Revision  Changes    Path
  1.25.2.7  +86 -19    src/sys/dev/isp/ispvar.h



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


From owner-cvs-all  Sun Feb 11 17:28:33 2001
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 9B34F37B401; Sun, 11 Feb 2001 17:28:30 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C1SUL79818;
	Sun, 11 Feb 2001 17:28:30 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102120128.f1C1SUL79818@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Sun, 11 Feb 2001 17:28:30 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/cam/scsi scsi_all.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/11 17:28:30 PST

  Modified files:        (Branch: RELENG_4)
    sys/cam/scsi         scsi_all.c 
  Log:
  MFC: fixing SSD_KEY_RECOVERED_ERROR to be the non-error it is and making
  MFC: sure we're chatty on ABORTED COMMAND errors.
  
  Revision  Changes    Path
  1.14.2.3  +16 -8     src/sys/cam/scsi/scsi_all.c



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


From owner-cvs-all  Sun Feb 11 17:33:37 2001
Delivered-To: cvs-all@freebsd.org
Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4F71337B491; Sun, 11 Feb 2001 17:33:28 -0800 (PST)
Received: (from will@localhost)
	by london.physics.purdue.edu (8.8.8/8.8.8) id UAA15956;
	Sun, 11 Feb 2001 20:33:27 -0500 (EST)
X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f
Date: Sun, 11 Feb 2001 20:33:27 -0500
From: Will Andrews <will@physics.purdue.edu>
To: Ying-Chieh Liao <ijliao@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/devel Makefile ports/devel/cln Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/cln/files patch-Makefile.in patch-doc::Makefile.in
Message-ID: <20010211203327.C789@london.physics.purdue.edu>
Reply-To: Will Andrews <will@physics.purdue.edu>
Mail-Followup-To: Will Andrews <will@physics.purdue.edu>,
	Ying-Chieh Liao <ijliao@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
References: <200102110932.f1B9WfW64535@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="IpbVkmxF4tDyP/Kb"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200102110932.f1B9WfW64535@freefall.freebsd.org>; from ijliao@FreeBSD.org on Sun, Feb 11, 2001 at 01:32:41AM -0800
X-Operating-System: SunOS 4.1.3_U1 sun4m
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Sun, Feb 11, 2001 at 01:32:41AM -0800, Ying-Chieh Liao wrote:
>   Log:
>   add cln, a Class Library for Numbers

Doesn't that belong in "math" category?

--=20
wca

--IpbVkmxF4tDyP/Kb
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (SunOS)
Comment: For info see http://www.gnupg.org

iD8DBQE6hz1iF47idPgWcsURAuPAAJ40+hrxHLRwS6YV6ahqv8HtDg9Q+ACgkphJ
rZIeTrM6Wwvsx46ef3ik+lc=
=Y0NF
-----END PGP SIGNATURE-----

--IpbVkmxF4tDyP/Kb--


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


From owner-cvs-all  Sun Feb 11 18: 3:34 2001
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 98E8B37B491; Sun, 11 Feb 2001 18:03:29 -0800 (PST)
Received: (from archie@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C23T082091;
	Sun, 11 Feb 2001 18:03:29 -0800 (PST)
	(envelope-from archie)
Message-Id: <200102120203.f1C23T082091@freefall.freebsd.org>
From: Archie Cobbs <archie@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:03:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 divert.4
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

archie      2001/02/11 18:03:29 PST

  Modified files:
    share/man/man4       divert.4 
  Log:
  Note that packets read as outgoing have invalid IP header checksums.
  
  Revision  Changes    Path
  1.20      +2 -1      src/share/man/man4/divert.4



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


From owner-cvs-all  Sun Feb 11 18: 4:54 2001
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 9206F37B491; Sun, 11 Feb 2001 18:04:47 -0800 (PST)
Received: (from archie@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C24ll82232;
	Sun, 11 Feb 2001 18:04:47 -0800 (PST)
	(envelope-from archie)
Message-Id: <200102120204.f1C24ll82232@freefall.freebsd.org>
From: Archie Cobbs <archie@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:04:47 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 divert.4
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

archie      2001/02/11 18:04:47 PST

  Modified files:        (Branch: RELENG_4)
    share/man/man4       divert.4 
  Log:
  MFC: note that packets read as outgoing have invalid IP header checksums.
  
  Revision  Changes    Path
  1.15.2.3  +2 -1      src/share/man/man4/divert.4



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


From owner-cvs-all  Sun Feb 11 18:27:17 2001
Delivered-To: cvs-all@freebsd.org
Received: from Terry.Dorm8.NCTU.edu.tw (Terry.Dorm8.NCTU.edu.tw [140.113.93.99])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8F7B537B401; Sun, 11 Feb 2001 18:27:06 -0800 (PST)
Received: (from ijliao@localhost)
	by Terry.Dorm8.NCTU.edu.tw (8.11.2/8.11.2) id f1C2RfY25727;
	Mon, 12 Feb 2001 10:27:41 +0800 (CST)
	(envelope-from ijliao)
Date: Mon, 12 Feb 2001 10:27:41 +0800
From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To: Will Andrews <will@physics.purdue.edu>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/devel Makefile ports/devel/cln Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/cln/files patch-Makefile.in patch-doc::Makefile.in
Message-ID: <20010212102741.A23587@terry.dragon2.net>
References: <200102110932.f1B9WfW64535@freefall.freebsd.org> <20010211203327.C789@london.physics.purdue.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=big5
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.2.5i
In-Reply-To: =?big5?Q?=3C20010211203327=2EC789=40london=2Ephysics=2Epurdue=2Eedu=3E?=
 =?big5?Q?=3B_from_will=40physics=2Epurdue=2Eedu_on_=A4=E9_=2C___2_11=2C_?=
 =?big5?Q?2001_at_08:33:27=A4U=A4=C8_-0500?=
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On ¤é ,   2 11, 2001 at 20:33:27 -0500, Will Andrews wrote:
> Doesn't that belong in "math" category?

In ports Makefile :
CATEGORIES=		devel math

In fact it's a library (like gmp or so), so I dont know which category is better
maybe we have to change it to "math devel" ? :p
-- 
char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
					-- Anonymous


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


From owner-cvs-all  Sun Feb 11 18:36:40 2001
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 13E9137B401; Sun, 11 Feb 2001 18:36:37 -0800 (PST)
Received: (from jkh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C2aaB86623;
	Sun, 11 Feb 2001 18:36:36 -0800 (PST)
	(envelope-from jkh)
Message-Id: <200102120236.f1C2aaB86623@freefall.freebsd.org>
From: "Jordan K. Hubbard" <jkh@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:36:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/conf LINT
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jkh         2001/02/11 18:36:36 PST

  Modified files:        (Branch: RELENG_4)
    sys/i386/conf        LINT 
  Log:
  MFC: document IPFILTER_DEFAULT_BLOCK
  
  PR:	21777
  
  Revision    Changes    Path
  1.749.2.43  +2 -1      src/sys/i386/conf/Attic/LINT



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


From owner-cvs-all  Sun Feb 11 18:44:35 2001
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 87D1A37B401; Sun, 11 Feb 2001 18:44:33 -0800 (PST)
Received: (from rwatson@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C2iXE87326;
	Sun, 11 Feb 2001 18:44:33 -0800 (PST)
	(envelope-from rwatson)
Message-Id: <200102120244.f1C2iXE87326@freefall.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:44:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale lmessages.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

rwatson     2001/02/11 18:44:33 PST

  Modified files:
    lib/libc/locale      lmessages.c 
  Log:
  o Fix build of libc broken in revision 1.2.  offsetof() requires the
    inclusion of stddef.h.
  
  Reviewed by:	peter
  
  Revision  Changes    Path
  1.3       +3 -1      src/lib/libc/locale/lmessages.c



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


From owner-cvs-all  Sun Feb 11 18:50:35 2001
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 D3F3137B491; Sun, 11 Feb 2001 18:50:31 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C2oVx87804;
	Sun, 11 Feb 2001 18:50:31 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102120250.f1C2oVx87804@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:50:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/include stdio.h src/lib/libc/stdio findfp.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/11 18:50:31 PST

  Modified files:
    include              stdio.h 
    lib/libc/stdio       findfp.c 
  Log:
  Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and
  try a hopefully more robust stdin/stdout/stderr.  This costs an indirect
  pointer fetch, but saves us from changes in 'FILE'.  The __stdin stuff
  is there to not pollute application name space if the application does
  not use <stdio.h> and also in case something depended on the current
  behavior where stdin etc was a #define.
  
  Reviewed by:	eischen, dillon
  
  Revision  Changes    Path
  1.27      +7 -4      src/include/stdio.h
  1.11      +5 -1      src/lib/libc/stdio/findfp.c



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


From owner-cvs-all  Sun Feb 11 18:53:31 2001
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 26CA337B491; Sun, 11 Feb 2001 18:53:23 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C2rNj87944;
	Sun, 11 Feb 2001 18:53:23 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120253.f1C2rNj87944@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:53:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/qmail Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/11 18:53:23 PST

  Modified files:
    mail/qmail           Makefile distinfo pkg-plist 
  Log:
  Add some bell and whistles that will enable better support for the
  qmail-* skeleton ports inheriting (including) this port
  
  While there, update NO_PACKAGE with a more informative message.
  The NO_PACKAGE variable will be inherited by all meta ports
  
  Since qmail-{ldap,mysql,tls} are meta ports sharing qmail's port
  code, update qmail distinfo information with new distribution
  patches:
  	- Add new distinfo information required by updated qmail-ldap
  	version 1.03.20010201
  	- Add new distinfo for recently added port qmail-tls and
  	qmail-mysql
  
  In PLIST, use recently added PORTDOCS variable support
  
  PORTREVISION bump is not necessary.
  
  Revision  Changes    Path
  1.27      +34 -10    ports/mail/qmail/Makefile
  1.6       +3 -1      ports/mail/qmail/distinfo
  1.4       +36 -36    ports/mail/qmail/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 Feb 11 18:59:42 2001
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 E83F537B401; Sun, 11 Feb 2001 18:59:37 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C2xbj88417;
	Sun, 11 Feb 2001 18:59:37 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120259.f1C2xbj88417@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 18:59:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/qmail-ldap Makefile pkg-message pkg-plist
         ports/mail/qmail-ldap/files extra-patch-autohomedirmake extra-patch-automaildirmake
         extra-patch-debug extra-patch-ldap-cluster
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/11 18:59:37 PST

  Modified files:
    mail/qmail-ldap      Makefile pkg-message pkg-plist 
  Removed files:
    mail/qmail-ldap/files extra-patch-autohomedirmake 
                          extra-patch-automaildirmake 
                          extra-patch-debug 
                          extra-patch-ldap-cluster 
  Log:
  Update to qmail-ldap patch version 20010201
  
  Add yet another WITH option to qmail-ldap. This time a WITH_CLEARTEXTPASSWD
  option for those in need of cleartext passwords
  
  Be sensible of repo bloat, turn all WITH option patches into perl
  regexp substitions
  
  In PLIST, use recently added PORTDOCS variable support
  
  Revision  Changes    Path
  1.9       +31 -13    ports/mail/qmail-ldap/Makefile
  1.2       +10 -1     ports/mail/qmail-ldap/pkg-message
  1.3       +39 -39    ports/mail/qmail-ldap/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 Feb 11 19: 1:31 2001
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 701A337B491; Sun, 11 Feb 2001 19:01:24 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C31Oq88752;
	Sun, 11 Feb 2001 19:01:24 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120301.f1C31Oq88752@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:01:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/qmail-ldap pkg-comment
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/11 19:01:24 PST

  Added files:
    mail/qmail-ldap      pkg-comment 
  Log:
  Add a local pkg comment file instead of relying on master qmail
  port



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


From owner-cvs-all  Sun Feb 11 19: 7:57 2001
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 0EE9E37B65D; Sun, 11 Feb 2001 19:07:47 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C37k691465;
	Sun, 11 Feb 2001 19:07:46 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120307.f1C37k691465@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:07:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail Makefile ports/mail/qmail-tls Makefile
         pkg-comment pkg-descr pkg-message pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/11 19:07:46 PST

  Modified files:
    mail                 Makefile 
  Added files:
    mail/qmail-tls       Makefile pkg-comment pkg-descr 
                         pkg-message pkg-plist 
  Log:
  Add initial revision of port of a patch to stock qmail supporting
  SMTP TLS
  
  TLS patch version 20000823
  
  This is a meta port both including and dependent on the main port
  qmail Makefile
  
  Revision  Changes    Path
  1.193     +2 -1      ports/mail/Makefile



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


From owner-cvs-all  Sun Feb 11 19: 8: 2 2001
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 06D8737B401; Sun, 11 Feb 2001 19:07:50 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C37oh91502;
	Sun, 11 Feb 2001 19:07:50 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120307.f1C37oh91502@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:07: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

lioux       2001/02/11 19:07:49 PST

  Modified files:
    .                    modules 
  Log:
    qmail-tls --> ports/mail/qmail-tls
  
  Revision  Changes    Path
  1.2397    +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 Feb 11 19: 9: 3 2001
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 67CB337B401; Sun, 11 Feb 2001 19:08:53 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C38rk91710;
	Sun, 11 Feb 2001 19:08:53 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120308.f1C38rk91710@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:08:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail Makefile ports/mail/qmail-mysql Makefile
         pkg-comment pkg-descr pkg-message
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/11 19:08:53 PST

  Modified files:
    mail                 Makefile 
  Added files:
    mail/qmail-mysql     Makefile pkg-comment pkg-descr 
                         pkg-message 
  Log:
  Add initial revision of port of a patch to stock qmail supporting
  MySQL queries from within qmail
  
  MySQL patch version 1.1.1. The author does not advise the use of
  the latest patch version 1.1.6 under FreeBSD
  
  This is a meta port both including and dependent on the main port
  qmail Makefile
  
  Revision  Changes    Path
  1.194     +2 -1      ports/mail/Makefile



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


From owner-cvs-all  Sun Feb 11 19: 9: 6 2001
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 071D737B684; Sun, 11 Feb 2001 19:08:57 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C38uU91748;
	Sun, 11 Feb 2001 19:08:56 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102120308.f1C38uU91748@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:08:56 -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

lioux       2001/02/11 19:08:56 PST

  Modified files:
    .                    modules 
  Log:
    qmail-mysql --> ports/mail/qmail-mysql
  
  Revision  Changes    Path
  1.2398    +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 Feb 11 19:13:18 2001
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 AEDCA37B491; Sun, 11 Feb 2001 19:13:13 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C3DDB92145;
	Sun, 11 Feb 2001 19:13:13 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102120313.f1C3DDB92145@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:13:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc/amanda24-server/files patch-ab patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/11 19:13:13 PST

  Added files:
    misc/amanda24-server/files patch-ab patch-ac 
  Log:
  Cleaning up of build to make it true to the pkg-plist
  
  Submitted by:	bento



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


From owner-cvs-all  Sun Feb 11 19:15: 6 2001
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 5406E37B491; Sun, 11 Feb 2001 19:14:57 -0800 (PST)
Received: (from bmilekic@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C3Evx92330;
	Sun, 11 Feb 2001 19:14:57 -0800 (PST)
	(envelope-from bmilekic)
Message-Id: <200102120314.f1C3Evx92330@freefall.freebsd.org>
From: Bosko Milekic <bmilekic@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:14:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 mutex.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmilekic    2001/02/11 19:14:57 PST

  Modified files:
    share/man/man9       mutex.9 
  Log:
  Catch up to mutex API changes.
  
  Revision  Changes    Path
  1.10      +216 -147  src/share/man/man9/mutex.9



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


From owner-cvs-all  Sun Feb 11 19:15:54 2001
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 0B4A637B491; Sun, 11 Feb 2001 19:15:44 -0800 (PST)
Received: (from bmilekic@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C3Fhd92496;
	Sun, 11 Feb 2001 19:15:44 -0800 (PST)
	(envelope-from bmilekic)
Message-Id: <200102120315.f1C3Fhd92496@freefall.freebsd.org>
From: Bosko Milekic <bmilekic@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:15:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmilekic    2001/02/11 19:15:43 PST

  Modified files:
    sys/kern             kern_mutex.c 
    sys/sys              mutex.h 
  Log:
  Change all instances of `CURPROC' and `CURTHD' to `curproc,' in order
  to stay consistent.
  
  Requested by: bde
  
  Revision  Changes    Path
  1.46      +11 -11    src/sys/kern/kern_mutex.c
  1.25      +16 -16    src/sys/sys/mutex.h



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


From owner-cvs-all  Sun Feb 11 19:16:53 2001
Delivered-To: cvs-all@freebsd.org
Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8007437B401; Sun, 11 Feb 2001 19:16:42 -0800 (PST)
Received: from xor.obsecurity.org ([63.207.60.67])
 by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9)
 with ESMTP id <0G8M00GKMIIDSJ@mta5.snfc21.pbi.net>; Sun,
 11 Feb 2001 18:49:26 -0800 (PST)
Received: by xor.obsecurity.org (Postfix, from userid 1000) id BF4C766B33; Sun,
 11 Feb 2001 18:52:10 -0800 (PST)
Date: Sun, 11 Feb 2001 18:52:10 -0800
From: Kris Kennaway <kris@obsecurity.org>
Subject: Re: cvs commit: ports/devel Makefile ports/devel/cln Makefile distinfo
 pkg-comment pkg-descr pkg-plist ports/devel/cln/files patch-Makefile.in
 patch-doc::Makefile.in
In-reply-to: <20010212102741.A23587@terry.dragon2.net>; from
 ijliao@csie.nctu.edu.tw on Mon, Feb 12, 2001 at 10:27:41AM +0800
To: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Cc: Will Andrews <will@physics.purdue.edu>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Message-id: <20010211185210.A4868@mollari.cthul.hu>
MIME-version: 1.0
Content-type: multipart/signed; micalg=pgp-md5;
 protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g"
Content-disposition: inline
User-Agent: Mutt/1.2.5i
References: <200102110932.f1B9WfW64535@freefall.freebsd.org>
 <20010211203327.C789@london.physics.purdue.edu>
 <20010212102741.A23587@terry.dragon2.net>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Feb 12, 2001 at 10:27:41AM +0800, Ying-Chieh Liao wrote:
> On =A4=E9 ,   2 11, 2001 at 20:33:27 -0500, Will Andrews wrote:
> > Doesn't that belong in "math" category?
>=20
> In ports Makefile :
> CATEGORIES=3D		devel math
>=20
> In fact it's a library (like gmp or so), so I dont know which category is=
 better
> maybe we have to change it to "math devel" ? :p

There are lots of other examples of math libraries in the math category.

Kris

P.S. Did you get my emails yet? If not, contact me on IRC (kkenn).

Kris

--2fHTh5uZTiUOsy+g
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6h0/aWry0BWjoQKURAh8zAJ9cboIWblSzL6MRMbU0JtFQmEMEqQCg8fWj
NVcA+VIOdBGawI+UYTyprvs=
=bv0U
-----END PGP SIGNATURE-----

--2fHTh5uZTiUOsy+g--


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


From owner-cvs-all  Sun Feb 11 19:17:23 2001
Delivered-To: cvs-all@freebsd.org
Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7])
	by hub.freebsd.org (Postfix) with ESMTP
	id 852F337B401; Sun, 11 Feb 2001 19:17:18 -0800 (PST)
Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47])
	by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id WAA642182;
	Sun, 11 Feb 2001 22:17:15 -0500
Mime-Version: 1.0
X-Sender: drosih@mail.rpi.edu
Message-Id: <p05010415b6ad05de601a@[128.113.24.47]>
In-Reply-To: <20010209121738.C64219@mollari.cthul.hu>
References: <200102091321.f19DLoI59995@freefall.freebsd.org>
 <20010209121738.C64219@mollari.cthul.hu>
Date: Sun, 11 Feb 2001 22:17:14 -0500
To: Kris Kennaway <kris@obsecurity.org>,
	Jacques Vidrine <nectar@FreeBSD.org>
From: Garance A Drosihn <drosih@rpi.edu>
Subject: Re: cvs commit: src/usr.bin/login login.c
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	security-officer@FreeBSD.org
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

At 12:17 PM -0800 2/9/01, Kris Kennaway wrote:
>On Fri, Feb 09, 2001, Jacques Vidrine wrote:
>  >
>>    Modified files:
>>      usr.bin/login        login.c
>>    Log:
>  >   Fix login so that it exports environmental variables that are
>  >   set by PAM modules (via pam_putenv).  The following variables
>  >   will never be set in this fashion:
>  >  
>>       SHELL, HOME, LOGNAME, MAIL, CDPATH, IFS, PATH
>>       any variable starting with `LD_'
>
>This isn't a complete list of insecure environment variables, if
>that's what it's trying to be. I would feel much happier making
>this a defined list of allowed variables so we don't have obscure
>security fallout from it.

Where would the list be defined?
Would it make sense for it to be settable via /etc/login.conf?
-- 
Garance Alistair Drosehn            =   gad@eclipse.acs.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu


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


From owner-cvs-all  Sun Feb 11 19:23:53 2001
Delivered-To: cvs-all@freebsd.org
Received: from smtp1.port.ru (mx1.port.ru [194.67.23.32])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7F91037B401; Sun, 11 Feb 2001 19:23:49 -0800 (PST)
Received: from adsl-141-154-117-162.bostma.adsl.bellatlantic.net ([141.154.117.162] helo=kan.dnsalias.net)
	by smtp1.port.ru with esmtp (Exim 3.14 #87)
	id 14S9aY-000Pm5-00; Mon, 12 Feb 2001 06:23:47 +0300
Received: (from kan@localhost)
	by kan.dnsalias.net (8.11.2/8.11.2) id f1C3NY700756;
	Sun, 11 Feb 2001 22:23:34 -0500 (EST)
	(envelope-from kan)
Message-ID: <XFMail.20010211222333.kabaev@mail.ru>
X-Mailer: XFMail 1.4.6 on FreeBSD
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <200102100241.f1A2fpr63028@freefall.freebsd.org>
Date: Sun, 11 Feb 2001 22:23:33 -0500 (EST)
From: "Alexander N. Kabaev" <kabaev@mail.ru>
To: John Baldwin <jhb@FreeBSD.ORG>
Subject: RE: cvs commit: src/sys/i386/isa ithread.c
Cc: cvs-all@FreeBSD.ORG
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

This commit caused my panics to reappear again :( 

kernel trap 9 with interrupts disabled
Fatal trap 9: general protection fault while in kernel mode
instruction pointer         = 0x08:0xc02c6b42
stack pointer               = 0x10:0xd4e1af50
frame pointer               = 0x10:0xd4e1af68
code segment                = base 0x0, limit 0xffff, type ox1b
                            = DPL 0, pres 1, def32 1 gran 1
processor eflags            = resume, IOPL = 0
current process             = 27 (irq7: lpt0)
Stopped at    sw1b+0x6d:    ltr %si

Last several lines of the show ktr command output in dbb look like:

637: ithread_loop: pid 27: done
636: ithread_loop: pid 27: ih=0xc16a1f00 : 0xc019632c (0xc16cc200)
     flg=0
635: ithread_llop: pid 27: (irg7:lpt0) need=1
634: ithread_loop: pid 27: resumed
633: mi_switch: new proc 0xcc3bf640 (pid 27, irq7: lpt0), schedlock
     0xcc3bf640
632: chooseproc: proc 0xcc3bf640 (pid 27, irq7: lpt0) schedlock
     0xcc3c1620
631: mi_switch: old proc 0xcc3c1620 (pid 12, swi6: tty:sio+),
     schedlock: 0xcc3c1620

If needed, I could get the full KTR buffer contents.

The post-mortem backtrace from gdb:
(kgdb) bt
#0  dumpsys () at ../../kern/kern_shutdown.c:476
#1  0xc01f06a3 in boot (howto=260) at ../../kern/kern_shutdown.c:319
#2  0xc01f0a6d in panic (fmt=0xc02fbd14 "from debugger")
    at ../../kern/kern_shutdown.c:569
#3  0xc0163a25 in db_panic (addr=-1070830782, have_addr=0, count=-1, 
    modif=0xd4e1ade8 "") at ../../ddb/db_command.c:433
#4  0xc01639c5 in db_command (last_cmdp=0xc033d130, cmd_table=0xc033cf90, 
    aux_cmd_tablep=0xc0385afc) at ../../ddb/db_command.c:333
#5  0xc0163a8a in db_command_loop () at ../../ddb/db_command.c:455
#6  0xc0165c57 in db_trap (type=9, code=0) at ../../ddb/db_trap.c:71
#7  0xc02baefe in kdb_trap (type=9, code=0, regs=0xd4e1af10)
    at ../../i386/i386/db_interface.c:164
#8  0xc02c8b50 in trap_fatal (frame=0xd4e1af10, eva=0)
    at ../../i386/i386/trap.c:991
#9  0xc02c831f in trap (frame={tf_fs = 24, tf_es = 16, tf_ds = 16, 
      tf_edi = -1070408185, tf_esi = 32, tf_ebp = -723407000, 
      tf_isp = -723407044, tf_ebx = -1069796576, tf_edx = -857944064, 
      tf_ecx = -868477408, tf_eax = 1953460034, tf_trapno = 9, tf_err = 32, 
      tf_eip = -1070830782, tf_cs = 8, tf_eflags = 65666, 
      tf_esp = -1071684374, tf_ss = 0}) at ../../i386/i386/trap.c:656
#10 0xc02c6b42 in sw1b ()
#11 0xc01e5376 in ithread_loop (arg=0xc16d2e00) at ../../kern/kern_intr.c:449
#12 0xc01e42d8 in fork_exit (callout=0xc01e508c <ithread_loop>, 
    arg=0xc16d2e00, frame=0xd4e1afa8) at ../../kern/kern_fork.c:669


On 10-Feb-2001 John Baldwin wrote:
> jhb         2001/02/09 18:41:51 PST
> 
>   Modified files:
>     sys/i386/isa         ithread.c 
>   Log:
>   Re-enable preemption on interrupts.  My last commit accidentally reverted
>   it as I was playing with some other ways of doing kernel preemption.
>   
>   Revision  Changes    Path
>   1.14      +9 -2      src/sys/i386/isa/ithread.c
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message



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


From owner-cvs-all  Sun Feb 11 19:27:33 2001
Delivered-To: cvs-all@freebsd.org
Received: from fledge.watson.org (fledge.watson.org [204.156.12.50])
	by hub.freebsd.org (Postfix) with ESMTP
	id AEDC937B401; Sun, 11 Feb 2001 19:27:23 -0800 (PST)
Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3])
	by fledge.watson.org (8.11.1/8.11.1) with SMTP id f1C3RJh82272;
	Sun, 11 Feb 2001 22:27:19 -0500 (EST)
	(envelope-from robert@fledge.watson.org)
Date: Sun, 11 Feb 2001 22:27:19 -0500 (EST)
From: Robert Watson <rwatson@FreeBSD.org>
X-Sender: robert@fledge.watson.org
To: Garance A Drosihn <drosih@rpi.edu>
Cc: Kris Kennaway <kris@obsecurity.org>,
	Jacques Vidrine <nectar@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org, security-officer@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/login login.c
In-Reply-To: <p05010415b6ad05de601a@[128.113.24.47]>
Message-ID: <Pine.NEB.3.96L.1010211222430.64780Q-100000@fledge.watson.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, 11 Feb 2001, Garance A Drosihn wrote:

> At 12:17 PM -0800 2/9/01, Kris Kennaway wrote:
> >On Fri, Feb 09, 2001, Jacques Vidrine wrote:
> >  >
> >>    Modified files:
> >>      usr.bin/login        login.c
> >>    Log:
> >  >   Fix login so that it exports environmental variables that are
> >  >   set by PAM modules (via pam_putenv).  The following variables
> >  >   will never be set in this fashion:
> >  >  
> >>       SHELL, HOME, LOGNAME, MAIL, CDPATH, IFS, PATH
> >>       any variable starting with `LD_'
> >
> >This isn't a complete list of insecure environment variables, if
> >that's what it's trying to be. I would feel much happier making
> >this a defined list of allowed variables so we don't have obscure
> >security fallout from it.
> 
> Where would the list be defined?
> Would it make sense for it to be settable via /etc/login.conf?

Perhaps I'm confused here, but isn't the list above the list of
environmental variables being applied to environmental variables exported
by the authentication/login authorization system itself?  I'm a bit
confused as to why those variables even need filtering, other than to
discourage module developers from colliding on use of these potentially
abused variables.

More on your point, however -- having a centralized list of "safe" 
variables, possibly classifiable by user class, would be nice.  However, a
lot of the places where this list of variables is needed are places where
a user class is not available -- for example, in the telnetd->login
transition. 

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services




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


From owner-cvs-all  Sun Feb 11 19:31:26 2001
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 EA3F837B401; Sun, 11 Feb 2001 19:31:23 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C3VN593436;
	Sun, 11 Feb 2001 19:31:23 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102120331.f1C3VN593436@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Sun, 11 Feb 2001 19:31:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/include stdio.h src/lib/libc/stdio findfp.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/11 19:31:23 PST

  Modified files:
    include              stdio.h 
    lib/libc/stdio       findfp.c 
  Log:
  It sounded like a good idea at the time.  The previous change breaks
  FILE *buffer = stdout;
  so back it out for now.
  
  Revision  Changes    Path
  1.28      +4 -7      src/include/stdio.h
  1.12      +1 -5      src/lib/libc/stdio/findfp.c



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


From owner-cvs-all  Sun Feb 11 19:51: 2 2001
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 F12C437B401; Sun, 11 Feb 2001 19:50:58 -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 f1C3owU44764;
	Sun, 11 Feb 2001 19:50:58 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200102120350.f1C3owU44764@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/include stdio.h src/lib/libc/stdio findfp.c 
In-Reply-To: <200102120331.f1C3VN593436@freefall.freebsd.org> 
Date: Sun, 11 Feb 2001 19:50:58 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Peter Wemm wrote:
> peter       2001/02/11 19:31:23 PST
> 
>   Modified files:
>     include              stdio.h 
>     lib/libc/stdio       findfp.c 
>   Log:
>   It sounded like a good idea at the time.  The previous change breaks
>   FILE *buffer = stdout;
>   so back it out for now.

I have a better version.  This time I'm doing a full world first, instead
of partial builds.

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 Feb 11 21:26:14 2001
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 7499137B401; Sun, 11 Feb 2001 21:26:11 -0800 (PST)
Received: (from gshapiro@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C5QBO06503;
	Sun, 11 Feb 2001 21:26:11 -0800 (PST)
	(envelope-from gshapiro)
Message-Id: <200102120526.f1C5QBO06503@freefall.freebsd.org>
From: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Date: Sun, 11 Feb 2001 21:26:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/sendmail freebsd.mc
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

gshapiro    2001/02/11 21:26:11 PST

  Modified files:
    etc/sendmail         freebsd.mc 
  Log:
  Give some additional DNS black hole possibilities as comments.
  
  Submitted by:	clive
  
  Revision  Changes    Path
  1.14      +4 -2      src/etc/sendmail/freebsd.mc



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


From owner-cvs-all  Sun Feb 11 21:55:38 2001
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 5DAC937B401; Sun, 11 Feb 2001 21:55:34 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C5tYT08675;
	Sun, 11 Feb 2001 21:55:34 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102120555.f1C5tYT08675@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sun, 11 Feb 2001 21:55:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.ia64
         Makefile.pc98 Makefile.i386
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/11 21:55:34 PST

  Modified files:
    sys/conf             Makefile.alpha Makefile.ia64 
                         Makefile.pc98 Makefile.i386 
  Log:
  Fix `make depend' => `make kernel-depend'.  Using the dependancy file
  when rebuilding it is just Wrong.
  
  Revision  Changes    Path
  1.90      +6 -2      src/sys/conf/Makefile.alpha
  1.14      +6 -2      src/sys/conf/Makefile.ia64
  1.122     +6 -2      src/sys/conf/Makefile.pc98
  1.223     +6 -2      src/sys/conf/Makefile.i386



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


From owner-cvs-all  Sun Feb 11 22:11:39 2001
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 AF6FE37B401; Sun, 11 Feb 2001 22:11:36 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C6BaD14548;
	Sun, 11 Feb 2001 22:11:36 -0800 (PST)
	(envelope-from will)
Message-Id: <200102120611.f1C6BaD14548@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Sun, 11 Feb 2001 22:11:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/aureal-kmod Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2001/02/11 22:11:36 PST

  Modified files:
    audio/aureal-kmod    Makefile 
  Log:
  Make sure the user doesn't have any stray files from previous attempts to
  compile aureal in their kernel statically (yes, having them there does
  break the aureal module).  Modularize the makefile using SRCPREFIX, which
  can be changed in the environment.
  
  Approved in principle by:	maintainer (except SRCPREFIX)
  
  Revision  Changes    Path
  1.7       +22 -4     ports/audio/aureal-kmod/Makefile



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


From owner-cvs-all  Sun Feb 11 22:43: 1 2001
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 1207B37B503; Sun, 11 Feb 2001 22:42:52 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C6gqw18305;
	Sun, 11 Feb 2001 22:42:52 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102120642.f1C6gqw18305@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 11 Feb 2001 22:42:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/cclient Makefile distinfo
         ports/mail/cclient/files patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/11 22:42:51 PST

  Modified files:
    mail/cclient         Makefile distinfo 
    mail/cclient/files   patch-ab 
  Log:
  o update to 2000c.
  o change maintainer.
  
  PR:		24834
  Submitted by:	Pete Fritchman <petef@databits.net>
  
  Revision  Changes    Path
  1.6       +4 -7      ports/mail/cclient/Makefile
  1.4       +1 -1      ports/mail/cclient/distinfo
  1.3       +17 -14    ports/mail/cclient/files/patch-ab



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


From owner-cvs-all  Sun Feb 11 22:43:16 2001
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 CAA7D37B6B1; Sun, 11 Feb 2001 22:42:58 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C6gwD18364;
	Sun, 11 Feb 2001 22:42:58 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102120642.f1C6gwD18364@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 11 Feb 2001 22:42:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/imap-uw pkg-message Makefile distinfo
         pkg-descr ports/mail/imap-uw/files patch-ab patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/11 22:42:58 PST

  Modified files:
    mail/imap-uw         Makefile distinfo pkg-descr 
    mail/imap-uw/files   patch-ab patch-ac 
  Added files:
    mail/imap-uw         pkg-message 
  Log:
  o update to 2000c.
  o move most part of pkg-descr to pkg-message.
  o change maintainer.
  
  PR:		24864
  Submitted by:	Pete Fritchman <petef@databits.net>
  
  Revision  Changes    Path
  1.51      +11 -10    ports/mail/imap-uw/Makefile
  1.32      +1 -1      ports/mail/imap-uw/distinfo
  1.5       +3 -17     ports/mail/imap-uw/pkg-descr
  1.23      +2 -2      ports/mail/imap-uw/files/patch-ab
  1.10      +6 -4      ports/mail/imap-uw/files/patch-ac



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


From owner-cvs-all  Sun Feb 11 22:43:17 2001
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 7112737B65D; Sun, 11 Feb 2001 22:43:04 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C6h4v18397;
	Sun, 11 Feb 2001 22:43:04 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102120643.f1C6h4v18397@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sun, 11 Feb 2001 22:43:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/xmcd Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/11 22:43:04 PST

  Modified files:
    audio/xmcd           Makefile 
  Log:
  build html manpages for XFree86-4.
  
  Revision  Changes    Path
  1.28      +28 -1     ports/audio/xmcd/Makefile



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


From owner-cvs-all  Sun Feb 11 22:45: 2 2001
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 617A737B401; Sun, 11 Feb 2001 22:44:52 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C6iqj18540;
	Sun, 11 Feb 2001 22:44:52 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102120644.f1C6iqj18540@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 11 Feb 2001 22:44:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssh rsa.c rsa.h ssh-agent.c
         sshconnect1.c sshd.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/11 22:44:52 PST

  Modified files:
    crypto/openssh       rsa.c rsa.h ssh-agent.c sshconnect1.c 
                         sshd.c 
  Log:
  Patches backported from later development version of OpenSSH which prevent
  (instead of just mitigating through connection limits) the Bleichenbacher
  attack which can lead to guessing of the server key (not host key) by
  regenerating it when an RSA failure is detected.
  
  Reviewed by:	rwatson
  
  Revision  Changes    Path
  1.9       +8 -7      src/crypto/openssh/rsa.c
  1.7       +2 -2      src/crypto/openssh/rsa.h
  1.10      +3 -2      src/crypto/openssh/ssh-agent.c
  1.6       +7 -4      src/crypto/openssh/sshconnect1.c
  1.22      +38 -18    src/crypto/openssh/sshd.c



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


From owner-cvs-all  Sun Feb 11 22:45:45 2001
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 2B2A737B401; Sun, 11 Feb 2001 22:45:43 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C6jhU18651;
	Sun, 11 Feb 2001 22:45:43 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102120645.f1C6jhU18651@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 11 Feb 2001 22:45:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssh rsa.c rsa.h ssh-agent.c
         sshconnect1.c sshd.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/11 22:45:43 PST

  Modified files:        (Branch: RELENG_4)
    crypto/openssh       rsa.c rsa.h ssh-agent.c sshconnect1.c 
                         sshd.c 
  Log:
  MFC: Prevent Bleichenbacher attack.
  
  Revision     Changes    Path
  1.1.1.1.2.6  +8 -7      src/crypto/openssh/rsa.c
  1.2.2.3      +2 -2      src/crypto/openssh/rsa.h
  1.2.2.6      +3 -2      src/crypto/openssh/ssh-agent.c
  1.2.2.4      +7 -4      src/crypto/openssh/sshconnect1.c
  1.6.2.6      +38 -18    src/crypto/openssh/sshd.c



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


From owner-cvs-all  Sun Feb 11 23:12:18 2001
Delivered-To: cvs-all@freebsd.org
Received: from columbus.cris.net (columbus.cris.net [212.110.128.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2525537B401; Sun, 11 Feb 2001 23:12:10 -0800 (PST)
Received: from ark.cris.net (ark.cris.net [212.110.128.68])
	by columbus.cris.net (8.9.3/8.9.3) with ESMTP id JAA81509;
	Mon, 12 Feb 2001 09:10:41 +0200 (EET)
Received: (from phantom@localhost)
	by ark.cris.net (8.11.1/8.11.1) id f1C7BaT29446;
	Mon, 12 Feb 2001 09:11:36 +0200 (EET)
Date: Mon, 12 Feb 2001 09:11:36 +0200
From: Alexey Zelkin <phantom@ark.cris.net>
To: Robert Watson <rwatson@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale lmessages.c
Message-ID: <20010212091136.A29336@ark.cris.net>
References: <200102120244.f1C2iXE87326@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <200102120244.f1C2iXE87326@freefall.freebsd.org>; from rwatson@FreeBSD.org on Sun, Feb 11, 2001 at 06:44:33PM -0800
X-Operating-System: FreeBSD 3.5-STABLE i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hi,

Thank you! I don't know how I missed this obvious chunk :(

On Sun, Feb 11, 2001 at 06:44:33PM -0800, Robert Watson wrote:
> rwatson     2001/02/11 18:44:33 PST
> 
>   Modified files:
>     lib/libc/locale      lmessages.c 
>   Log:
>   o Fix build of libc broken in revision 1.2.  offsetof() requires the
>     inclusion of stddef.h.
>   
>   Reviewed by:	peter
>   
>   Revision  Changes    Path
>   1.3       +3 -1      src/lib/libc/locale/lmessages.c
> 

-- 
/* Alexey Zelkin               && phantom@cris.net       */
/* Tavric National University  && phantom@FreeBSD.org    */
/* Sysadmin/Developer          && phantom@sms.umc.com.ua */


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


From owner-cvs-all  Sun Feb 11 23:32: 7 2001
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 D2FC437B401; Sun, 11 Feb 2001 23:32:04 -0800 (PST)
Received: (from toshi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C7W4M24645;
	Sun, 11 Feb 2001 23:32:04 -0800 (PST)
	(envelope-from toshi)
Message-Id: <200102120732.f1C7W4M24645@freefall.freebsd.org>
From: Toshihiko ARAI <toshi@FreeBSD.org>
Date: Sun, 11 Feb 2001 23:32:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/defaults pccard.conf
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

toshi       2001/02/11 23:32:04 PST

  Modified files:
    etc/defaults         pccard.conf 
  Log:
  Added the KME SCSI-CARD-001 of a SCSI card (accessory of
  Hewlett Packard M820e CD-writer).
  
  Pointed out by:	mitchy@er.ams.eng.osaka-u.ac.jp
  Submitted by:	Stacy Millions <stacy@millions.ca>
  
  Revision  Changes    Path
  1.174     +5 -1      src/etc/defaults/pccard.conf



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


From owner-cvs-all  Mon Feb 12  0: 7: 1 2001
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 55FB737B401; Mon, 12 Feb 2001 00:06:57 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C86vT29883;
	Mon, 12 Feb 2001 00:06:57 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102120806.f1C86vT29883@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:06:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/openssh Makefile ports/security/openssh/files
         patch-bleichenbacher
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/12 00:06:57 PST

  Modified files:
    security/openssh     Makefile 
  Added files:
    security/openssh/files patch-bleichenbacher 
  Log:
  Add patch to prevent Bleichenbacher attack on SSH1 server. Bump
  PORTREVISION.
  
  Revision  Changes    Path
  1.60      +2 -2      ports/security/openssh/Makefile



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


From owner-cvs-all  Mon Feb 12  0:27:14 2001
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 2BD3537B401; Mon, 12 Feb 2001 00:27:07 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8R7g31745;
	Mon, 12 Feb 2001 00:27:07 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102120827.f1C8R7g31745@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:27:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdlib malloc.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/12 00:27:07 PST

  Modified files:
    lib/libc/stdlib      malloc.3 
  Log:
  mmap(3) -> mmap(2).
  
  Revision  Changes    Path
  1.37      +3 -3      src/lib/libc/stdlib/malloc.3



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


From owner-cvs-all  Mon Feb 12  0:29:46 2001
Delivered-To: cvs-all@freebsd.org
Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0809937B401; Mon, 12 Feb 2001 00:29:34 -0800 (PST)
Received: from nwl.fw.uunet.co.za ([196.31.2.162])
	by lists01.iafrica.com with esmtp (Exim 3.12 #2)
	id 14SEMU-000408-00; Mon, 12 Feb 2001 10:29:30 +0200
Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id KAA17297; Mon, 12 Feb 2001 10:29:28 +0200 (SAST)
Received: by nwl.fw.uunet.co.za via recvmail id 17135; Mon Feb 12 10:28:58 2001
Received: from sheldonh (helo=axl.fw.uunet.co.za)
	by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1)
	id 14SELy-0001fh-00; Mon, 12 Feb 2001 10:28:58 +0200
To: Alexey Zelkin <phantom@freebsd.org>
Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/lib/libc/locale lnumeric.c lnumeric.h lmonetary.c lmonetary.h lmessages.c lmessages.h ldpart.c ldpart.h setlocale.c 
In-reply-to: Your message of "Thu, 08 Feb 2001 08:58:54 PST."
             <200102081658.f18GwsS83259@freefall.freebsd.org> 
Date: Mon, 12 Feb 2001 10:28:58 +0200
Message-ID: <6428.981966538@axl.fw.uunet.co.za>
From: Sheldon Hearn <sheldonh@uunet.co.za>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG



On Thu, 08 Feb 2001 08:58:54 PST, Alexey Zelkin wrote:

>   Modified files:
>     lib/libc/locale      setlocale.c 
>   Added files:
>     lib/libc/locale      lnumeric.c lnumeric.h lmonetary.c 
>                          lmonetary.h lmessages.c lmessages.h 
>                          ldpart.c ldpart.h 
>   Log:
>   Make FreeBSD locale support complete: add support for rest locale categories
>   LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they
>   don't need anymore.

Have you looked at the langinfo support available in NetBSD?  It's
pretty good stuff, and set to be a standard as well.

I got some of the way into bringing it across.  If you try to do the
same, make sure you chat to Andrey Chernov about it.

Ciao,
Sheldon.


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


From owner-cvs-all  Mon Feb 12  0:30:32 2001
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 3FED137B401; Mon, 12 Feb 2001 00:30:23 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8UNx31965;
	Mon, 12 Feb 2001 00:30:23 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102120830.f1C8UNx31965@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:30:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdlib memory.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/12 00:30:23 PST

  Modified files:
    lib/libc/stdlib      memory.3 
  Log:
  "Cross references in the SEE ALSO section should be sorted by section
  number, and then placed in alphabetical order and comma separated.",
  mdoc.samples(7) said.
  
  Revision  Changes    Path
  1.8       +3 -3      src/lib/libc/stdlib/memory.3



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


From owner-cvs-all  Mon Feb 12  0:33:32 2001
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 3ED9937B401; Mon, 12 Feb 2001 00:33:30 -0800 (PST)
Received: (from sos@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8XUP32316;
	Mon, 12 Feb 2001 00:33:30 -0800 (PST)
	(envelope-from sos)
Message-Id: <200102120833.f1C8XUP32316@freefall.freebsd.org>
From: Søren Schmidt <sos@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:33:28 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/ata ata-all.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sos         2001/02/12 00:33:28 PST

  Modified files:
    sys/dev/ata          ata-all.c 
  Log:
  Properly report the VIA '586 type.
  
  Revision  Changes    Path
  1.102     +4 -2      src/sys/dev/ata/ata-all.c



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


From owner-cvs-all  Mon Feb 12  0:34:10 2001
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 4311337B401; Mon, 12 Feb 2001 00:34:08 -0800 (PST)
Received: (from sos@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8Y8h32364;
	Mon, 12 Feb 2001 00:34:08 -0800 (PST)
	(envelope-from sos)
Message-Id: <200102120834.f1C8Y8h32364@freefall.freebsd.org>
From: Søren Schmidt <sos@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:34:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/ata atapi-all.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sos         2001/02/12 00:34:08 PST

  Modified files:
    sys/dev/ata          atapi-all.c 
  Log:
  Print out sensekey specifik values if set on error
  
  Revision  Changes    Path
  1.63      +9 -4      src/sys/dev/ata/atapi-all.c



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


From owner-cvs-all  Mon Feb 12  0:43: 2 2001
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 AAFF437B491; Mon, 12 Feb 2001 00:42:57 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8gvM33263;
	Mon, 12 Feb 2001 00:42:57 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102120842.f1C8gvM33263@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:42:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/nls catclose.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/12 00:42:57 PST

  Modified files:
    lib/libc/nls         catclose.3 
  Log:
  Use .Rv macro instead of hardcoded message
  
  Revision  Changes    Path
  1.12      +2 -7      src/lib/libc/nls/catclose.3



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


From owner-cvs-all  Mon Feb 12  0:43:38 2001
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 6FF2637B401; Mon, 12 Feb 2001 00:43:29 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8hTX33315;
	Mon, 12 Feb 2001 00:43:29 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102120843.f1C8hTX33315@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:43:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/nls catclose.3
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/12 00:43:29 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/nls         catclose.3 
  Log:
  MFC: use .Rv macro
  
  Revision  Changes    Path
  1.7.2.4   +2 -7      src/lib/libc/nls/catclose.3



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


From owner-cvs-all  Mon Feb 12  0:46:49 2001
Delivered-To: cvs-all@freebsd.org
Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8519C37B491; Mon, 12 Feb 2001 00:46:40 -0800 (PST)
Received: from gorean.org (Studded@master [10.0.0.2])
	by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA45828;
	Mon, 12 Feb 2001 00:46:31 -0800 (PST)
	(envelope-from DougB@gorean.org)
Message-ID: <3A87A2E6.2E67C188@gorean.org>
Date: Mon, 12 Feb 2001 00:46:30 -0800
From: Doug Barton <DougB@gorean.org>
Organization: Triborough Bridge & Tunnel Authority
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: Alexey Zelkin <phantom@ark.cris.net>
Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale lmessages.c
References: <200102120244.f1C2iXE87326@freefall.freebsd.org> <20010212091136.A29336@ark.cris.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Alexey Zelkin wrote:
> 
> hi,
> 
> Thank you! I don't know how I missed this obvious chunk :(

	At the risk of repeating the obvious, you can catch problems like this by
checking out a clean source tree, applying your patches, then doing a
complete buildworld, at minimum. If it compiles (and runs?) then commit.

Doug
-- 
    "Pain heals. Chicks dig scars. Glory . . . lasts forever."
        -- Keanu Reeves as Shane Falco in "The Replacements"

	Do YOU Yahoo!?


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


From owner-cvs-all  Mon Feb 12  0:53:38 2001
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 C6C9237B401; Mon, 12 Feb 2001 00:53:33 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8rXZ34157;
	Mon, 12 Feb 2001 00:53:33 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102120853.f1C8rXZ34157@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:53:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdtime Makefile.inc timelocal.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/12 00:53:33 PST

  Modified files:
    lib/libc/stdtime     Makefile.inc timelocal.c 
  Log:
  Rewrite __time_load_locale() using ldpart.c::__part_load_locale()
  
  Reviewed by:	ache
  
  Revision  Changes    Path
  1.11      +2 -2      src/lib/libc/stdtime/Makefile.inc
  1.14      +15 -153   src/lib/libc/stdtime/timelocal.c



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


From owner-cvs-all  Mon Feb 12  0:55:21 2001
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 5515237B401; Mon, 12 Feb 2001 00:55:12 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8tCr34265;
	Mon, 12 Feb 2001 00:55:12 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102120855.f1C8tCr34265@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:55:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale fix_grouping.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/12 00:55:12 PST

  Modified files:
    lib/libc/locale      fix_grouping.c 
  Log:
  Assume that "" passed as parameter also means "no grouping"
  Make comparsions more clear (per style(9))
  
  Revision  Changes    Path
  1.3       +5 -4      src/lib/libc/locale/fix_grouping.c



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


From owner-cvs-all  Mon Feb 12  0:56:43 2001
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 2458437B401; Mon, 12 Feb 2001 00:56:40 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C8ueE34452;
	Mon, 12 Feb 2001 00:56:40 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102120856.f1C8ueE34452@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Mon, 12 Feb 2001 00:56:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/12 00:56:40 PST

  Modified files:
    lib/libc/locale      lmessages.c lmonetary.c lnumeric.c 
  Log:
  Make comparsions more clear (per style(9))
  
  Revision  Changes    Path
  1.4       +3 -3      src/lib/libc/locale/lmessages.c
  1.8       +2 -2      src/lib/libc/locale/lmonetary.c
  1.8       +2 -2      src/lib/libc/locale/lnumeric.c



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


From owner-cvs-all  Mon Feb 12  1:25:56 2001
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 6145737B491; Mon, 12 Feb 2001 01:25:48 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C9PmK39694;
	Mon, 12 Feb 2001 01:25:48 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102120925.f1C9PmK39694@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 12 Feb 2001 01:25:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio Makefile ports/audio/Maaate Makefile
         distinfo pkg-comment pkg-descr pkg-plist ports/audio/Maaate/files
         patch-configure.in patch-test::Makefile.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/12 01:25:48 PST

  Modified files:
    audio                Makefile 
  Added files:
    audio/Maaate         Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    audio/Maaate/files   patch-configure.in 
                         patch-test::Makefile.in 
  Log:
  add Maaate, a MPEG audio analysis toolkit
  
  Revision  Changes    Path
  1.207     +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  Mon Feb 12  1:26: 2 2001
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 59A1037B69B; Mon, 12 Feb 2001 01:25:52 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C9PqY39727;
	Mon, 12 Feb 2001 01:25:52 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102120925.f1C9PqY39727@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 12 Feb 2001 01:25:52 -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

ijliao      2001/02/12 01:25:52 PST

  Modified files:
    .                    modules 
  Log:
    Maaate --> ports/audio/Maaate
  
  Revision  Changes    Path
  1.2399    +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  Mon Feb 12  1:34:39 2001
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 C0A5337B6A9; Mon, 12 Feb 2001 01:34:34 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1C9YXZ40502;
	Mon, 12 Feb 2001 01:34:33 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102120934.f1C9YXZ40502@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Mon, 12 Feb 2001 01:34:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/gd Makefile distinfo pkg-plist
         ports/graphics/gd/files patch-gdkanji.c patch-gdttf.c patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/12 01:34:33 PST

  Modified files:
    graphics/gd          Makefile distinfo pkg-plist 
    graphics/gd/files    patch-ac 
  Added files:
    graphics/gd/files    patch-gdkanji.c patch-gdttf.c 
  Log:
  Update to 1.8.4.
  
  Add MASTER_SITE_RINGSERVER to MASTER_SITES.
  
  Add a couple of patches to complete GD's Japanese support.
  
  PR:		ports/24930
  Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>, knu
  Approved by:	billf (MAINTAINER)
  
  Revision  Changes    Path
  1.31      +13 -11    ports/graphics/gd/Makefile
  1.12      +1 -1      ports/graphics/gd/distinfo
  1.10      +5 -5      ports/graphics/gd/pkg-plist
  1.12      +80 -78    ports/graphics/gd/files/patch-ac



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


From owner-cvs-all  Mon Feb 12  2: 1:21 2001
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 400B237B491; Mon, 12 Feb 2001 02:01:09 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CA19D43252;
	Mon, 12 Feb 2001 02:01:09 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102121001.f1CA19D43252@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Mon, 12 Feb 2001 02:01:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/astro/rmap Makefile ports/biology/emboss
         Makefile ports/devel/veepee Makefile ports/german/webalizer
         Makefile ports/german/webalizer2 Makefile ports/graphics/ecg2png
         Makefile ports/graphics/g2 Makefile ports/graphics/gdtclft ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/12 02:01:08 PST

  Modified files:
    astro/rmap           Makefile 
    biology/emboss       Makefile 
    devel/veepee         Makefile 
    german/webalizer     Makefile 
    german/webalizer2    Makefile 
    graphics/ecg2png     Makefile 
    graphics/g2          Makefile 
    graphics/gdtclft     Makefile 
    graphics/p5-GD       Makefile 
    graphics/png2html    Makefile 
    graphics/tgd         Makefile 
    graphics/zimg        Makefile 
    math/gnuplot         Makefile 
    net/mrtg             Makefile 
    net/netsaint         Makefile 
    www/http-analyze     Makefile 
    www/webalizer        Makefile 
    www/webalizer-2      Makefile 
  Log:
  Chase graphics/gd's shlib version bump.
  
  Revision  Changes    Path
  1.3       +3 -2      ports/astro/rmap/Makefile
  1.16      +3 -2      ports/biology/emboss/Makefile
  1.7       +3 -2      ports/devel/veepee/Makefile
  1.17      +3 -2      ports/german/webalizer/Makefile
  1.20      +3 -2      ports/german/webalizer2/Makefile
  1.3       +3 -2      ports/graphics/ecg2png/Makefile
  1.10      +3 -2      ports/graphics/g2/Makefile
  1.5       +3 -2      ports/graphics/gdtclft/Makefile
  1.21      +3 -2      ports/graphics/p5-GD/Makefile
  1.7       +3 -2      ports/graphics/png2html/Makefile
  1.11      +3 -2      ports/graphics/tgd/Makefile
  1.11      +3 -2      ports/graphics/zimg/Makefile
  1.34      +3 -2      ports/math/gnuplot/Makefile
  1.32      +3 -2      ports/net/mrtg/Makefile
  1.6       +3 -2      ports/net/netsaint/Makefile
  1.16      +3 -2      ports/www/http-analyze/Makefile
  1.21      +3 -2      ports/www/webalizer/Makefile
  1.28      +3 -3      ports/www/webalizer-2/Makefile



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


From owner-cvs-all  Mon Feb 12  2: 6:16 2001
Delivered-To: cvs-all@freebsd.org
Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43])
	by hub.freebsd.org (Postfix) with ESMTP id C97C037B491
	for <cvs-all@FreeBSD.ORG>; Mon, 12 Feb 2001 02:06:12 -0800 (PST)
Received: (from nnd@localhost)
	by wint.itfs.nsk.su (8.11.2/8.11.1) id f1CA69Z30475;
	Mon, 12 Feb 2001 16:06:09 +0600 (NOVT)
	(envelope-from nnd)
Date: Mon, 12 Feb 2001 16:06:09 +0600 (NOVT)
Message-Id: <200102121006.f1CA69Z30475@wint.itfs.nsk.su>
From: nnd@mail.nsk.ru
To: cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c
In-Reply-To: <200102120856.f1C8ueE34452@freefall.freebsd.org>
User-Agent: tin/1.5.8-20010204 ("Paradise Regained") (UNIX) (FreeBSD/5.0-CURRENT (i386))
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In article <200102120856.f1C8ueE34452@freefall.freebsd.org> you wrote:
> 
>  Modified files:
>    lib/libc/locale      lmessages.c lmonetary.c lnumeric.c 
>  Log:
>  Make comparsions more clear (per style(9))
>  

	At least in 'lmessages.c' the comparison is more than
"more clear" - it is clear that it is wrong!

	After replacing 'ret == 0' with 'ret == -1' I can 
at last 'setlocale(LC_MESSAGES,"")' for any LANG. Before that
it fails for all but "C" and "POSIX" locales.

	N.Dudorov 


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


From owner-cvs-all  Mon Feb 12  2:14:18 2001
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 6BCDE37B401; Mon, 12 Feb 2001 02:14:16 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CAEGk46793;
	Mon, 12 Feb 2001 02:14:16 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102121014.f1CAEGk46793@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 12 Feb 2001 02:14:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/sys mmap.2
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/12 02:14:16 PST

  Modified files:
    lib/libc/sys         mmap.2 
  Log:
  Sort PROT_* and MAP_* lists, logically and alphabetically respectively.
  
  Suggested by:	bde
  
  General mdoc(7) cleanup.
  
  Revision  Changes    Path
  1.32      +69 -45    src/lib/libc/sys/mmap.2



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


From owner-cvs-all  Mon Feb 12  2:19: 3 2001
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 A9D2037B401; Mon, 12 Feb 2001 02:19:00 -0800 (PST)
Received: (from sos@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CAJ0747229;
	Mon, 12 Feb 2001 02:19:00 -0800 (PST)
	(envelope-from sos)
Message-Id: <200102121019.f1CAJ0747229@freefall.freebsd.org>
From: Søren Schmidt <sos@FreeBSD.org>
Date: Mon, 12 Feb 2001 02:19:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sos         2001/02/12 02:19:00 PST

  Modified files:
    sys/dev/ata          ata-all.c ata-all.h 
  Log:
  Dont rely on isa includes to get at the std port adresses.
  
  Revision  Changes    Path
  1.103     +5 -3      src/sys/dev/ata/ata-all.c
  1.39      +3 -1      src/sys/dev/ata/ata-all.h



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


From owner-cvs-all  Mon Feb 12  2:40:29 2001
Delivered-To: cvs-all@freebsd.org
Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20])
	by hub.freebsd.org (Postfix) with ESMTP
	id 87F3737B401; Mon, 12 Feb 2001 02:40:22 -0800 (PST)
Received: (from bright@localhost)
	by fw.wintelcom.net (8.10.0/8.10.0) id f1CAeMi22181;
	Mon, 12 Feb 2001 02:40:22 -0800 (PST)
Date: Mon, 12 Feb 2001 02:40:22 -0800
From: Alfred Perlstein <bright@wintelcom.net>
To: Kris Kennaway <kris@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/security/openssh Makefile ports/security/openssh/files patch-bleichenbacher
Message-ID: <20010212024022.Y3274@fw.wintelcom.net>
References: <200102120806.f1C86vT29883@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: <200102120806.f1C86vT29883@freefall.freebsd.org>; from kris@FreeBSD.org on Mon, Feb 12, 2001 at 12:06:57AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

* Kris Kennaway <kris@FreeBSD.org> [010212 00:07] wrote:
> kris        2001/02/12 00:06:57 PST
> 
>   Modified files:
>     security/openssh     Makefile 
>   Added files:
>     security/openssh/files patch-bleichenbacher 
>   Log:
>   Add patch to prevent Bleichenbacher attack on SSH1 server. Bump
>   PORTREVISION.

I think patch-az (deattack.c patch) should be renamed to something
other than 'patch-az' so it's relevance is noted.  Do you wish
to do it?  Or should I do it sometime tomorrow?  



>   
>   Revision  Changes    Path
>   1.60      +2 -2      ports/security/openssh/Makefile
> 

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


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


From owner-cvs-all  Mon Feb 12  2:41: 9 2001
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 8747237B401; Mon, 12 Feb 2001 02:41:01 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CAf1A49234;
	Mon, 12 Feb 2001 02:41:01 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102121041.f1CAf1A49234@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Mon, 12 Feb 2001 02:41:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/databases/py-MySQLdb Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/12 02:41:01 PST

  Modified files:
    databases/py-MySQLdb Makefile distinfo 
  Log:
  Update to 0.3.3.
  
  Revision  Changes    Path
  1.13      +1 -1      ports/databases/py-MySQLdb/Makefile
  1.9       +1 -1      ports/databases/py-MySQLdb/distinfo



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


From owner-cvs-all  Mon Feb 12  2:48:34 2001
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 6555537B401; Mon, 12 Feb 2001 02:48:32 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CAmWW49963;
	Mon, 12 Feb 2001 02:48:32 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102121048.f1CAmWW49963@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Mon, 12 Feb 2001 02:48:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/ruby-gd Makefile distinfo pkg-plist
         ports/graphics/ruby-gd/files patch-GD.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/12 02:48:32 PST

  Modified files:
    graphics/ruby-gd     Makefile distinfo pkg-plist 
  Added files:
    graphics/ruby-gd/files patch-GD.c 
  Log:
  Update to 0.7.2, which now supports GD 1.8.4 with FreeType 2.x support.
  
  Revision  Changes    Path
  1.5       +12 -9     ports/graphics/ruby-gd/Makefile
  1.4       +1 -1      ports/graphics/ruby-gd/distinfo
  1.4       +0 -1      ports/graphics/ruby-gd/pkg-plist



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


From owner-cvs-all  Mon Feb 12  2:51:36 2001
Delivered-To: cvs-all@freebsd.org
Received: from webcom.it (brian.inet.it [213.92.4.195])
	by hub.freebsd.org (Postfix) with SMTP id 48B7C37B401
	for <cvs-all@FreeBSD.org>; Mon, 12 Feb 2001 02:51:25 -0800 (PST)
Received: (qmail 2945 invoked by uid 1000); 12 Feb 2001 10:45:07 -0000
Date: Mon, 12 Feb 2001 11:45:06 +0100
From: Andrea Campi <andrea@webcom.it>
To: Kris Kennaway <kris@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/crypto/openssh rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c
Message-ID: <20010212114505.B631@webcom.it>
References: <200102120644.f1C6iqj18540@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: <200102120644.f1C6iqj18540@freefall.freebsd.org>; from kris@FreeBSD.org on Sun, Feb 11, 2001 at 10:44:52PM -0800
X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

>   Modified files:
>     crypto/openssh       rsa.c rsa.h ssh-agent.c sshconnect1.c 
>                          sshd.c 
>   Log:
>   Patches backported from later development version of OpenSSH which prevent
>   (instead of just mitigating through connection limits) the Bleichenbacher
>   attack which can lead to guessing of the server key (not host key) by
>   regenerating it when an RSA failure is detected.

Haven't actually tested this given -CURRENT breakage so I might say something
stupid but...

What happens if an attacker is able to trigger regeneration tens or hundreds of
times per second? I think there is opportunity for a DOS if this isn't done
properly!

Bye,
	Andrea

-- 
         The computer revolution is over. The computers won.


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


From owner-cvs-all  Mon Feb 12  2:56:54 2001
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 C81B337B491; Mon, 12 Feb 2001 02:56:50 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CAuo450890;
	Mon, 12 Feb 2001 02:56:50 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102121056.f1CAuo450890@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 12 Feb 2001 02:56:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 mutex.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/12 02:56:50 PST

  Modified files:
    share/man/man9       mutex.9 
  Log:
  mdoc(7) cleanup.
  
  Revision  Changes    Path
  1.11      +35 -27    src/share/man/man9/mutex.9



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


From owner-cvs-all  Mon Feb 12  2:58:54 2001
Delivered-To: cvs-all@freebsd.org
Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3D54D37B4EC; Mon, 12 Feb 2001 02:58:49 -0800 (PST)
Received: (from nik@localhost)
	by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f1C9uJZ01149;
	Mon, 12 Feb 2001 09:56:19 GMT
	(envelope-from nik)
Date: Mon, 12 Feb 2001 09:56:18 +0000
From: Nik Clayton <nik@freebsd.org>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/stdlib malloc.3
Message-ID: <20010212095618.A1115@canyon.nothing-going-on.org>
References: <200102120827.f1C8R7g31745@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: <200102120827.f1C8R7g31745@freefall.freebsd.org>; from ru@FreeBSD.org on Mon, Feb 12, 2001 at 12:27:07AM -0800
Organization: FreeBSD Project <URL:http://www.freebsd.org/>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001 at 12:27:07AM -0800, Ruslan Ermilov wrote:
> ru          2001/02/12 00:27:07 PST
> 
>   Modified files:
>     lib/libc/stdlib      malloc.3 
>   Log:
>   mmap(3) -> mmap(2).

Thanks.  Mea culpa.

N
-- 
Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
Telephone line, $24.95 a month.  Software, free.  USENET transmission,
hundreds if not thousands of dollars.  Thinking before posting, priceless.
Somethings in life you can't buy.  For everything else, there's MasterCard.
  -- Graham Reed, in the Scary Devil Monastery


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


From owner-cvs-all  Mon Feb 12  3: 3: 1 2001
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 A951F37B4EC; Mon, 12 Feb 2001 03:02:49 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CB2n751848;
	Mon, 12 Feb 2001 03:02:49 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102121102.f1CB2n751848@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Mon, 12 Feb 2001 03:02:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: CVSROOT modules ports/net Makefile
         ports/net/samba-devel Makefile distinfo pkg-plist
         ports/net/samba-devel/files patch-bb patch-aa patch-ab patch-ac
         patch-ah patch-aj patch-ag
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/12 03:02:48 PST

  Modified files:
    .                    modules 
    net                  Makefile 
    net/samba-devel      Makefile distinfo pkg-plist 
    net/samba-devel/files patch-aa patch-ab patch-ac patch-ah 
                          patch-aj 
  Added files:
    net/samba-devel/files patch-bb 
  Removed files:
    net/samba-devel/files patch-ag 
  Log:
  Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba.
  This port represents unstable, development Samba branch.
  
  PR:		24808
  Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
  
  Revision  Changes    Path
  1.2400    +2 -1      CVSROOT/modules
  1.459     +2 -1      ports/net/Makefile
  1.50      +19 -18    ports/net/samba-devel/Makefile
  1.28      +1 -1      ports/net/samba-devel/distinfo
  1.27      +124 -266  ports/net/samba-devel/pkg-plist
  1.15      +15 -15    ports/net/samba-devel/files/patch-aa
  1.3       +32 -32    ports/net/samba-devel/files/patch-ab
  1.2       +5 -5      ports/net/samba-devel/files/patch-ac
  1.2       +3 -3      ports/net/samba-devel/files/patch-ah
  1.2       +1 -1      ports/net/samba-devel/files/patch-aj



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


From owner-cvs-all  Mon Feb 12  3: 4:26 2001
Delivered-To: cvs-all@freebsd.org
Received: from obsecurity.dyndns.org (adsl-63-207-60-67.dsl.lsan03.pacbell.net [63.207.60.67])
	by hub.freebsd.org (Postfix) with ESMTP
	id 154B937B491; Mon, 12 Feb 2001 03:04:14 -0800 (PST)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 56D8A66B32; Mon, 12 Feb 2001 03:04:13 -0800 (PST)
Date: Mon, 12 Feb 2001 03:04:12 -0800
From: Kris Kennaway <kris@obsecurity.org>
To: Andrea Campi <andrea@webcom.it>
Cc: Kris Kennaway <kris@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/crypto/openssh rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c
Message-ID: <20010212030412.A29837@mollari.cthul.hu>
References: <200102120644.f1C6iqj18540@freefall.freebsd.org> <20010212114505.B631@webcom.it>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010212114505.B631@webcom.it>; from andrea@webcom.it on Mon, Feb 12, 2001 at 11:45:06AM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Mon, Feb 12, 2001 at 11:45:06AM +0100, Andrea Campi wrote:
> >   Modified files:
> >     crypto/openssh       rsa.c rsa.h ssh-agent.c sshconnect1.c=20
> >                          sshd.c=20
> >   Log:
> >   Patches backported from later development version of OpenSSH which pr=
event
> >   (instead of just mitigating through connection limits) the Bleichenba=
cher
> >   attack which can lead to guessing of the server key (not host key) by
> >   regenerating it when an RSA failure is detected.
>=20
> Haven't actually tested this given -CURRENT breakage so I might say somet=
hing
> stupid but...
>=20
> What happens if an attacker is able to trigger regeneration tens or hundr=
eds of
> times per second? I think there is opportunity for a DOS if this isn't do=
ne
> properly!

Connections are rate-limited - we tested this and found it not to be an iss=
ue.

Kris

--gKMricLos+KVdGMg
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6h8MsWry0BWjoQKURAuo3AKDsocXPFdsPcY0SNdzuMcRmfP8MxACgrWcm
vPkmTTO1Vnub7r68vOrJx+g=
=BKVv
-----END PGP SIGNATURE-----

--gKMricLos+KVdGMg--


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


From owner-cvs-all  Mon Feb 12  3:17:51 2001
Delivered-To: cvs-all@freebsd.org
Received: from columbus.cris.net (ns.cris.net [212.110.128.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id CC98F37B401; Mon, 12 Feb 2001 03:17:41 -0800 (PST)
Received: from ark.cris.net (ns2.cris.net [212.110.128.68])
	by columbus.cris.net (8.9.3/8.9.3) with ESMTP id NAA18052;
	Mon, 12 Feb 2001 13:16:12 +0200 (EET)
Received: (from phantom@localhost)
	by ark.cris.net (8.11.1/8.11.1) id f1CBH7F73941;
	Mon, 12 Feb 2001 13:17:07 +0200 (EET)
Date: Mon, 12 Feb 2001 13:17:03 +0200
From: Alexey Zelkin <phantom@freebsd.org>
To: Sheldon Hearn <sheldonh@uunet.co.za>
Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject: Re: cvs commit: src/lib/libc/locale lnumeric.c lnumeric.h lmonetary.c lmonetary.h lmessages.c lmessages.h ldpart.c ldpart.h setlocale.c
Message-ID: <20010212131703.A70811@ark.cris.net>
References: <200102081658.f18GwsS83259@freefall.freebsd.org> <6428.981966538@axl.fw.uunet.co.za>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <6428.981966538@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Mon, Feb 12, 2001 at 10:28:58AM +0200
X-Operating-System: FreeBSD 3.5-STABLE i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hi,

Just checked NetBSD langinfo stuff. I did it in almost same way, but
NetBSD's version is SUSv2 subset, not complete implementation. Our
nl_langinfo() is more powerful and will be extended even more (until
full SUSv2 or POSIX compliance, hopefully). Also there are many
differences in way how NetBSD has implemented locale internals
and FreeBSD. And last -- they don't have complete locale
support, but we have (or almost have).

On Mon, Feb 12, 2001 at 10:28:58AM +0200, Sheldon Hearn wrote:

> > Modified files:
> >   lib/libc/locale      setlocale.c 
> > Added files:
> >   lib/libc/locale      lnumeric.c lnumeric.h lmonetary.c 
> >                        lmonetary.h lmessages.c lmessages.h 
> >                        ldpart.c ldpart.h 
> > Log:
> > Make FreeBSD locale support complete: add support for rest locale categories
> > LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they
> > don't need anymore.
> 
> Have you looked at the langinfo support available in NetBSD?  It's
> pretty good stuff, and set to be a standard as well.
> 
> I got some of the way into bringing it across.  If you try to do the
> same, make sure you chat to Andrey Chernov about it.

-- 
/* Alexey Zelkin               && phantom@cris.net       */
/* Tavric National University  && phantom@FreeBSD.org    */
/* Sysadmin/Developer          && phantom@sms.umc.com.ua */


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


From owner-cvs-all  Mon Feb 12  3:28:39 2001
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 E409F37B491; Mon, 12 Feb 2001 03:28:36 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CBSau56923;
	Mon, 12 Feb 2001 03:28:36 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102121128.f1CBSau56923@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Mon, 12 Feb 2001 03:28:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/gd Makefile ports/graphics/gd/files
         patch-ac ports/japanese/gd Makefile distinfo pkg-comment pkg-descr
         pkg-plist ports/japanese/gd/files patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/12 03:28:36 PST

  Modified files:
    graphics/gd          Makefile 
    graphics/gd/files    patch-ac 
    japanese/gd          Makefile 
  Removed files:
    japanese/gd          distinfo pkg-comment pkg-descr pkg-plist 
    japanese/gd/files    patch-ab 
  Log:
  Make japanese/gd a slave port of graphics/gd.
  
  Approved by:	ichiro@ichiro.org (MAINTAINER of japanese/gd)
  
  Revision  Changes    Path
  1.32      +3 -3      ports/graphics/gd/Makefile
  1.13      +11 -7     ports/graphics/gd/files/patch-ac
  1.15      +5 -22     ports/japanese/gd/Makefile



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


From owner-cvs-all  Mon Feb 12  3:37:57 2001
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 DA2AA37B69B; Mon, 12 Feb 2001 03:37:46 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CBbke58233;
	Mon, 12 Feb 2001 03:37:46 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102121137.f1CBbke58233@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Mon, 12 Feb 2001 03:37:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/povray Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/12 03:37:46 PST

  Modified files:
    graphics/povray      Makefile 
  Log:
  Add some working MASTER_SITES.
  
  Portlint.
  
  Approved by:	kris (MAINTAINER)
  
  Revision  Changes    Path
  1.25      +10 -8     ports/graphics/povray/Makefile



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


From owner-cvs-all  Mon Feb 12  3:57:21 2001
Delivered-To: cvs-all@freebsd.org
Received: from webcom.it (brian.inet.it [213.92.4.195])
	by hub.freebsd.org (Postfix) with SMTP id C622337B491
	for <cvs-all@FreeBSD.org>; Mon, 12 Feb 2001 03:57:16 -0800 (PST)
Received: (qmail 3906 invoked by uid 1000); 12 Feb 2001 11:50:59 -0000
Date: Mon, 12 Feb 2001 12:50:59 +0100
From: Andrea Campi <andrea@webcom.it>
To: Kris Kennaway <kris@obsecurity.org>
Cc: Kris Kennaway <kris@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/crypto/openssh rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c
Message-ID: <20010212125057.C631@webcom.it>
References: <200102120644.f1C6iqj18540@freefall.freebsd.org> <20010212114505.B631@webcom.it> <20010212030412.A29837@mollari.cthul.hu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010212030412.A29837@mollari.cthul.hu>; from kris@obsecurity.org on Mon, Feb 12, 2001 at 03:04:12AM -0800
X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> > 
> > What happens if an attacker is able to trigger regeneration tens or hundreds of
> > times per second? I think there is opportunity for a DOS if this isn't done
> > properly!
> 
> Connections are rate-limited - we tested this and found it not to be an issue.

Perfect, I just wanted to make sure this was verified.

Thanks a lot, this update was much needed. Thanks for keeping FreeBSD secure ;-)

Bye,
	Andrea

-- 
            Secret hacker rule #11: hackers read manuals.


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


From owner-cvs-all  Mon Feb 12  4:49:55 2001
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 D0FDC37B491; Mon, 12 Feb 2001 04:49:49 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CCnn872116;
	Mon, 12 Feb 2001 04:49:49 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102121249.f1CCnn872116@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Mon, 12 Feb 2001 04:49:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/grub Makefile distinfo
         ports/sysutils/grub/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/12 04:49:49 PST

  Modified files:
    sysutils/grub        Makefile distinfo 
  Added files:
    sysutils/grub/files  patch-aa 
  Log:
  Update to version 0.5.96
  
  PR: 25025
  Submitted by: R Joseph Wright <rjoseph@mammalia.org>
  
  Revision  Changes    Path
  1.2       +2 -2      ports/sysutils/grub/Makefile
  1.2       +1 -1      ports/sysutils/grub/distinfo



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


From owner-cvs-all  Mon Feb 12  4:58: 4 2001
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 53CCE37B491; Mon, 12 Feb 2001 04:58:01 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CCw1F73374;
	Mon, 12 Feb 2001 04:58:01 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102121258.f1CCw1F73374@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Mon, 12 Feb 2001 04:58:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/math/spin Makefile distinfo
         ports/math/spin/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/12 04:58:01 PST

  Modified files:
    math/spin            Makefile distinfo 
    math/spin/files      patch-aa 
  Log:
  Update to version 3.4.4
  
  PR: 25024
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.17      +8 -4      ports/math/spin/Makefile
  1.12      +1 -1      ports/math/spin/distinfo
  1.11      +1 -1      ports/math/spin/files/patch-aa



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


From owner-cvs-all  Mon Feb 12  5:12:59 2001
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 9636237B401; Mon, 12 Feb 2001 05:12:54 -0800 (PST)
Received: (from brian@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CDCsY77199;
	Mon, 12 Feb 2001 05:12:54 -0800 (PST)
	(envelope-from brian)
Message-Id: <200102121312.f1CDCsY77199@freefall.freebsd.org>
From: Brian Somers <brian@FreeBSD.org>
Date: Mon, 12 Feb 2001 05:12:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libutil realhostname.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

brian       2001/02/12 05:12:54 PST

  Modified files:        (Branch: RELENG_4)
    lib/libutil          realhostname.c 
  Log:
  MFC: Make realhostname*() trimdomain() properly.
  
  Revision  Changes    Path
  1.6.2.4   +31 -31    src/lib/libutil/realhostname.c



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


From owner-cvs-all  Mon Feb 12  5:16:57 2001
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 0814737B401; Mon, 12 Feb 2001 05:16:55 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CDGsk77652;
	Mon, 12 Feb 2001 05:16:54 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102121316.f1CDGsk77652@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Mon, 12 Feb 2001 05:16:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/gnomebreakout Makefile distinfo
         ports/games/gnomebreakout/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/12 05:16:54 PST

  Modified files:
    games/gnomebreakout  Makefile distinfo 
    games/gnomebreakout/files patch-aa 
  Log:
  Update to 0.5.1.
  
  Revision  Changes    Path
  1.5       +2 -2      ports/games/gnomebreakout/Makefile
  1.3       +1 -1      ports/games/gnomebreakout/distinfo
  1.3       +1 -1      ports/games/gnomebreakout/files/patch-aa



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


From owner-cvs-all  Mon Feb 12  5:55:15 2001
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 388A737B401; Mon, 12 Feb 2001 05:55:05 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CDt5f82924;
	Mon, 12 Feb 2001 05:55:05 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102121355.f1CDt5f82924@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Mon, 12 Feb 2001 05:55:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/djbdns Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

roam        2001/02/12 05:55:04 PST

  Modified files:
    net/djbdns           Makefile distinfo 
  Log:
  Update to 1.05; among other things, axfrdns now sends correct transfer
  ID's to secondary BIND 9.x servers.
  
  Approved by:	nbm (maintainer)
  
  Revision  Changes    Path
  1.8       +2 -2      ports/net/djbdns/Makefile
  1.5       +1 -1      ports/net/djbdns/distinfo



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


From owner-cvs-all  Mon Feb 12  5:59:57 2001
Delivered-To: cvs-all@freebsd.org
Received: from ringworld.nanolink.com (pool218-tch-2.Sofia.0rbitel.net [212.95.171.218])
	by hub.freebsd.org (Postfix) with SMTP id BB77837B503
	for <cvs-all@FreeBSD.org>; Mon, 12 Feb 2001 05:59:46 -0800 (PST)
Received: (qmail 29151 invoked by uid 1000); 12 Feb 2001 13:57:59 -0000
Date: Mon, 12 Feb 2001 15:57:59 +0200
From: Peter Pentchev <roam@orbitel.bg>
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/net/djbdns Makefile distinfo
Message-ID: <20010212155759.C18218@ringworld.oblivion.bg>
Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
References: <200102121355.f1CDt5f82924@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: <200102121355.f1CDt5f82924@freefall.freebsd.org>; from roam@FreeBSD.org on Mon, Feb 12, 2001 at 05:55:05AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001 at 05:55:05AM -0800, Peter Pentchev wrote:
> roam        2001/02/12 05:55:04 PST
> 
>   Modified files:
>     net/djbdns           Makefile distinfo 
>   Log:
>   Update to 1.05; among other things, axfrdns now sends correct transfer
>   ID's to secondary BIND 9.x servers.

s/secondary/slave/

G'luck,
Peter (reaching for another Coke to clear up the mists in his mind)

-- 
Nostalgia ain't what it used to be.


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


From owner-cvs-all  Mon Feb 12  6: 4:48 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id AAF3037B491; Mon, 12 Feb 2001 06:04:40 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id PAA89217;
	Mon, 12 Feb 2001 15:04:20 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Jake Burkholder <jburkholder0829@home.com>
Cc: freebsd-current@FreeBSD.org, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c  src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s  trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c  kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
References: <20010212002426.088CFBABD@cr66388-a.rchrd1.on.wave.home.com>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 12 Feb 2001 15:04:19 +0100
In-Reply-To: Jake Burkholder's message of "Sun, 11 Feb 2001 19:24:25 -0500"
Message-ID: <xzpbss8c80s.fsf@flood.ping.uio.no>
Lines: 10
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Jake Burkholder <jburkholder0829@home.com> writes:
> As I mentioned in the commit message, this changes the size and layout
> of struct kinfo_proc, so you'll have to recompile libkvm-using programs.

I thought the whole point with kinfo_proc was to avoid this kind of
situation...

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Mon Feb 12  6:29:19 2001
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 CF5D937B401; Mon, 12 Feb 2001 06:29:13 -0800 (PST)
Received: (from sos@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CETDs89445;
	Mon, 12 Feb 2001 06:29:13 -0800 (PST)
	(envelope-from sos)
Message-Id: <200102121429.f1CETDs89445@freefall.freebsd.org>
From: Søren Schmidt <sos@FreeBSD.org>
Date: Mon, 12 Feb 2001 06:29:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/ata ata-all.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sos         2001/02/12 06:29:13 PST

  Modified files:
    sys/dev/ata          ata-all.c 
  Log:
  Oops, its no longer NISA its DEV_ISA, sigh....
  
  Revision  Changes    Path
  1.104     +2 -2      src/sys/dev/ata/ata-all.c



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


From owner-cvs-all  Mon Feb 12  6:41:55 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 974FE37B401; Mon, 12 Feb 2001 06:41:43 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1CEfd208020;
	Mon, 12 Feb 2001 17:41:40 +0300 (MSK)
	(envelope-from ache)
Date: Mon, 12 Feb 2001 17:41:38 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Alexey Zelkin <phantom@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c
Message-ID: <20010212174137.A7981@nagual.pp.ru>
References: <200102120856.f1C8ueE34452@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: <200102120856.f1C8ueE34452@freefall.freebsd.org>; from phantom@FreeBSD.org on Mon, Feb 12, 2001 at 12:56:40AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001 at 00:56:40 -0800, Alexey Zelkin wrote:
> phantom     2001/02/12 00:56:40 PST
> 
>   Modified files:
>     lib/libc/locale      lmessages.c lmonetary.c lnumeric.c 
>   Log:
>   Make comparsions more clear (per style(9))

lmessages.c: as I already write

if (ret == 0) {

should be

if (ret == 0 && _messages_using_locale) {

(and second time too).

BTW it is strange to load shorter locale once again (i.e. repeat stdio
read) while it is already in the buffer. The code should be rewritted in
the manner as old timelocal.c did, i.e. return back line count. Using this
line count, upper level code must decide which form of locale (short,
long, broken) is loaded.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Mon Feb 12  6:43:38 2001
Delivered-To: cvs-all@freebsd.org
Received: from fledge.watson.org (fledge.watson.org [204.156.12.50])
	by hub.freebsd.org (Postfix) with ESMTP
	id F20BB37B401; Mon, 12 Feb 2001 06:43:30 -0800 (PST)
Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3])
	by fledge.watson.org (8.11.1/8.11.1) with SMTP id f1CEhOh88266;
	Mon, 12 Feb 2001 09:43:24 -0500 (EST)
	(envelope-from robert@fledge.watson.org)
Date: Mon, 12 Feb 2001 09:43:24 -0500 (EST)
From: Robert Watson <rwatson@FreeBSD.org>
X-Sender: robert@fledge.watson.org
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Jake Burkholder <jburkholder0829@home.com>,
	freebsd-current@FreeBSD.org, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c  src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s  trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c  kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
In-Reply-To: <xzpbss8c80s.fsf@flood.ping.uio.no>
Message-ID: <Pine.NEB.3.96L.1010212093948.87908B-100000@fledge.watson.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 12 Feb 2001, Dag-Erling Smorgrav wrote:

> Jake Burkholder <jburkholder0829@home.com> writes:
> > As I mentioned in the commit message, this changes the size and layout
> > of struct kinfo_proc, so you'll have to recompile libkvm-using programs.
> 
> I thought the whole point with kinfo_proc was to avoid this kind of
> situation... 

It seems to me that kinfo_proc is the wrong solution to a real problem.

John Baldwin and I briefly discussed, online, an alternative solution that
breaks out the per-process information into a series of sysctl's.  This
costs you more in terms of number of calls to retrieve the information, as
well as introducing non-atomicity that might need to be addressed, but
allows you to maintain compatibility in many more situations.  It removes
struct ordering constraints, allows you to happily handle the addition of
new fields, and when a field is removed or changes size, you know which
field it is, and your ability to look at other fields is not impacted. 
Another global sysctl could maintain a list of relevant fields, so you
could even imagine a process browser that was extensible (especially when
using base types for the fields, such as int).  kinfo_proc addresses the
issue that the kernel and userland concepts of a proc diverge due to the
introduction of kernel-only fields, but doesn't really address issues such
as ordered elements of the structure changing size. 

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services




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


From owner-cvs-all  Mon Feb 12  6:51:44 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0663437B401; Mon, 12 Feb 2001 06:51:33 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1CEpUE08137;
	Mon, 12 Feb 2001 17:51:31 +0300 (MSK)
	(envelope-from ache)
Date: Mon, 12 Feb 2001 17:51:27 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Alexey Zelkin <phantom@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale fix_grouping.c
Message-ID: <20010212175126.A8102@nagual.pp.ru>
References: <200102120855.f1C8tCr34265@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: <200102120855.f1C8tCr34265@freefall.freebsd.org>; from phantom@FreeBSD.org on Mon, Feb 12, 2001 at 12:55:12AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001 at 00:55:12 -0800, Alexey Zelkin wrote:
> phantom     2001/02/12 00:55:12 PST
> 
>   Modified files:
>     lib/libc/locale      fix_grouping.c 
>   Log:
>   Assume that "" passed as parameter also means "no grouping"
>   Make comparsions more clear (per style(9))

This check alone is not completed, initial *dst should be checked for '\0'
too in case someone specify "0;0" which have no sense in strict meaning 
but "no grouping" is nearest.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Mon Feb 12  6:52:41 2001
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 DF0D037B491; Mon, 12 Feb 2001 06:52:32 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CEqWd58779;
	Mon, 12 Feb 2001 06:52:32 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102121452.f1CEqWd58779@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 12 Feb 2001 06:52:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/cln Makefile distinfo pkg-comment
         pkg-descr pkg-plist ports/devel/cln/files patch-Makefile.in
         patch-doc::Makefile.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/12 06:52:32 PST

  Removed files:
    devel/cln            Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    devel/cln/files      patch-Makefile.in patch-doc::Makefile.in 
  Log:
  move cln from devel/ to math/
  
  Noted by:	kris
  Reviewed by:	vanilla



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


From owner-cvs-all  Mon Feb 12  6:55:55 2001
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 E619D37B401; Mon, 12 Feb 2001 06:55:45 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CEtjA73286;
	Mon, 12 Feb 2001 06:55:45 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102121455.f1CEtjA73286@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 12 Feb 2001 06:55:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/math Makefile ports/math/cln Makefile distinfo
         pkg-comment pkg-descr pkg-plist ports/math/cln/files
         patch-Makefile.in patch-doc::Makefile.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/12 06:55:45 PST

  Modified files:
    math                 Makefile 
  Added files:
    math/cln             Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    math/cln/files       patch-Makefile.in patch-doc::Makefile.in 
  Log:
  readd cln to math
  
  Revision  Changes    Path
  1.110     +2 -1      ports/math/Makefile



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


From owner-cvs-all  Mon Feb 12  7: 0: 0 2001
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 D06FA37B491; Mon, 12 Feb 2001 06:59:55 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CExtJ81221;
	Mon, 12 Feb 2001 06:59:55 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102121459.f1CExtJ81221@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 12 Feb 2001 06:59:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/12 06:59:55 PST

  Modified files:
    devel                Makefile 
  Log:
  move cln from devel/ to math/
  
  Revision  Changes    Path
  1.433     +1 -2      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  Mon Feb 12  7:16:30 2001
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 BA4AF37B491; Mon, 12 Feb 2001 07:16:25 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CFGPx85773;
	Mon, 12 Feb 2001 07:16:25 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102121516.f1CFGPx85773@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Mon, 12 Feb 2001 07:16:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/db/man dbm.3
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/12 07:16:25 PST

  Modified files:
    lib/libc/db/man      dbm.3 
  Log:
  mdoc(7) cleanup.
  
  Revision  Changes    Path
  1.2       +87 -91    src/lib/libc/db/man/dbm.3



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


From owner-cvs-all  Mon Feb 12  8:14:52 2001
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 5E67B37B4EC; Mon, 12 Feb 2001 08:14:48 -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 f1CGEhU51322;
	Mon, 12 Feb 2001 08:14:43 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200102121614.f1CGEhU51322@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: Warner Losh <imp@harmony.village.org>
Cc: Robert Watson <rwatson@FreeBSD.org>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
In-Reply-To: <200101221950.f0MJoj911754@harmony.village.org> 
Date: Mon, 12 Feb 2001 08:14:43 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Warner Losh wrote:
> In message <Pine.NEB.3.96L.1010122142028.19966D-100000@fledge.watson.org> Rob
    ert Watson writes:
> : appreciated.   (this will also make it easier for portable kernel
> : monitoring tools to be written, and allow graphical monitoring tools to
> : run with less privilege).
> 
> And generally make for a happier security officer team :-)

And an unhappier team of people dealing with kernel crashdumps. :-(

All this sysctl stuff is fine, but dont kill the crashdump reading code!
If -M or -N are specified then use the old way (and require root to be
running it).  Without -M or -N, use sysctl. 

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  Mon Feb 12  8:17: 5 2001
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 5381E37B491; Mon, 12 Feb 2001 08:16:54 -0800 (PST)
Received: from billy-club.village.org (billy-club.village.org [10.0.0.3])
	by rover.village.org (8.11.2/8.11.0) with ESMTP id f1CGGph18051;
	Mon, 12 Feb 2001 09:16:52 -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 f1CGEaE08155; Mon, 12 Feb 2001 09:14:36 -0700 (MST)
Message-Id: <200102121614.f1CGEaE08155@billy-club.village.org>
To: Peter Wemm <peter@netplex.com.au>
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
Cc: Robert Watson <rwatson@FreeBSD.org>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-reply-to: Your message of "Mon, 12 Feb 2001 08:14:43 PST."
		<200102121614.f1CGEhU51322@mobile.wemm.org> 
References: <200102121614.f1CGEhU51322@mobile.wemm.org>  
Date: Mon, 12 Feb 2001 09:14:36 -0700
From: Warner Losh <imp@village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102121614.f1CGEhU51322@mobile.wemm.org> Peter Wemm writes:
: All this sysctl stuff is fine, but dont kill the crashdump reading code!
: If -M or -N are specified then use the old way (and require root to be
: running it).  Without -M or -N, use sysctl. 

Agreed 100%.  I often need to know why a system crashed, and being
able to run ps, vmstat, et al on it.

Warner


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


From owner-cvs-all  Mon Feb 12  8:19:22 2001
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 BBDF937B491; Mon, 12 Feb 2001 08:19:19 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGJJ196941;
	Mon, 12 Feb 2001 08:19:19 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102121619.f1CGJJ196941@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:19:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/apache13 Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/12 08:19:19 PST

  Modified files:
    www/apache13         Makefile distinfo 
  Log:
  Add official fix for RewriteMap bug
  
  Revision  Changes    Path
  1.90      +4 -1      ports/www/apache13/Makefile
  1.42      +1 -0      ports/www/apache13/distinfo



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


From owner-cvs-all  Mon Feb 12  8:26:29 2001
Delivered-To: cvs-all@freebsd.org
Received: from fledge.watson.org (fledge.watson.org [204.156.12.50])
	by hub.freebsd.org (Postfix) with ESMTP
	id AB39737B401; Mon, 12 Feb 2001 08:26:24 -0800 (PST)
Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3])
	by fledge.watson.org (8.11.1/8.11.1) with SMTP id f1CGQ5h89902;
	Mon, 12 Feb 2001 11:26:05 -0500 (EST)
	(envelope-from robert@fledge.watson.org)
Date: Mon, 12 Feb 2001 11:26:04 -0500 (EST)
From: Robert Watson <rwatson@FreeBSD.org>
X-Sender: robert@fledge.watson.org
To: Peter Wemm <peter@netplex.com.au>
Cc: Warner Losh <imp@harmony.village.org>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
In-Reply-To: <200102121614.f1CGEhU51322@mobile.wemm.org>
Message-ID: <Pine.NEB.3.96L.1010212112307.87908P-100000@fledge.watson.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 Mon, 12 Feb 2001, Peter Wemm wrote:

> Warner Losh wrote:
> > In message <Pine.NEB.3.96L.1010122142028.19966D-100000@fledge.watson.org> Rob
>     ert Watson writes:
> > : appreciated.   (this will also make it easier for portable kernel
> > : monitoring tools to be written, and allow graphical monitoring tools to
> > : run with less privilege).
> > 
> > And generally make for a happier security officer team :-)
> 
> And an unhappier team of people dealing with kernel crashdumps. :-(
> 
> All this sysctl stuff is fine, but dont kill the crashdump reading code! 
> If -M or -N are specified then use the old way (and require root to be
> running it).  Without -M or -N, use sysctl. 

All patches submitted on the freebsd-audit mailing list to remove setgid
from top, systat, dmesg, etc, have maintained backwards compatibility by
using kmem when the -M or -N argument is provided, permitting them to
continue to work on system dumps -- and even on /dev/kmem, it just
requires that you run them as root now, since they won't be setgid kmem.
If you have a few minutes and want to verify that the new versions will
continue to work properly for you, and that you think they're implemented
right, the archives of -audit contain a number of relevant posts by Thomas
Moestl <tmoestl@gmx.net>.

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services




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


From owner-cvs-all  Mon Feb 12  8:29: 0 2001
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 8837737B491; Mon, 12 Feb 2001 08:28:53 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGSrw98339;
	Mon, 12 Feb 2001 08:28:53 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102121628.f1CGSrw98339@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:28:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/qmail-ldap Makefile ports/mail/qmail-ldap/files
         patch-ab patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/12 08:28:53 PST

  Modified files:
    mail/qmail-ldap      Makefile 
  Removed files:
    mail/qmail-ldap/files patch-ab patch-ac 
  Log:
  Be sensitive about repo bloat
  
  Since this is a slave port of the qmail port, use the
  patches we have in common as EXTRA_PATCHES. It is
  unfortunate that we need local patches; otherwise,
  all patches could be used from the master port
  
  Fix some typo: tls- -> ldap-
  
  Revision  Changes    Path
  1.10      +11 -6     ports/mail/qmail-ldap/Makefile



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


From owner-cvs-all  Mon Feb 12  8:35:10 2001
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 3BE2A37B4EC; Mon, 12 Feb 2001 08:35:06 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGRas98132;
	Mon, 12 Feb 2001 08:27:36 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102121627.f1CGRas98132@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:27:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/apache13 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/12 08:27:36 PST

  Modified files:
    www/apache13         Makefile 
  Log:
  bump portrevision
  
  Revision  Changes    Path
  1.91      +2 -1      ports/www/apache13/Makefile



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


From owner-cvs-all  Mon Feb 12  8:37:18 2001
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 6204D37B4EC; Mon, 12 Feb 2001 08:37:15 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGbFO99679;
	Mon, 12 Feb 2001 08:37:15 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121637.f1CGbFO99679@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:37:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc Makefile ports/textproc/linux-libxml
         Makefile distinfo.alpha distinfo.i386 pkg-comment pkg-descr
         pkg-plist.alpha pkg-plist.i386
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 08:37:15 PST

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/linux-libxml Makefile distinfo.alpha distinfo.i386 
                          pkg-comment pkg-descr pkg-plist.alpha 
                          pkg-plist.i386 
  Log:
  RPM of libxml
  
  Revision  Changes    Path
  1.163     +2 -1      ports/textproc/Makefile



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


From owner-cvs-all  Mon Feb 12  8:37:33 2001
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 EDB8137B503; Mon, 12 Feb 2001 08:37:25 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGbPN99757;
	Mon, 12 Feb 2001 08:37:25 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121637.f1CGbPN99757@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:37:25 -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

taoka       2001/02/12 08:37:25 PST

  Modified files:
    .                    modules 
  Log:
    linux-libxml --> ports/textproc/linux-libxml
  
  Revision  Changes    Path
  1.2401    +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  Mon Feb 12  8:40: 8 2001
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 38BE537B4EC; Mon, 12 Feb 2001 08:40:06 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGe6000320;
	Mon, 12 Feb 2001 08:40:06 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121640.f1CGe6000320@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:40:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/linux-libglade
         Makefile distinfo.alpha distinfo.i386 pkg-comment pkg-descr
         pkg-plist.alpha pkg-plist.i386
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 08:40:06 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/linux-libglade Makefile distinfo.alpha distinfo.i386 
                         pkg-comment pkg-descr pkg-plist.alpha 
                         pkg-plist.i386 
  Log:
  RPM of libglade
  
  Revision  Changes    Path
  1.434     +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  Mon Feb 12  8:40:27 2001
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 2BD6C37B491; Mon, 12 Feb 2001 08:40:18 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGeH000364;
	Mon, 12 Feb 2001 08:40:18 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121640.f1CGeH000364@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:40:17 -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

taoka       2001/02/12 08:40:17 PST

  Modified files:
    .                    modules 
  Log:
    linux-libglade --> ports/devel/linux-libglade
  
  Revision  Changes    Path
  1.2402    +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  Mon Feb 12  8:41:15 2001
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 DB4B037B491; Mon, 12 Feb 2001 08:41:11 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGfB900518;
	Mon, 12 Feb 2001 08:41:11 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121641.f1CGfB900518@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:41:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics Makefile ports/graphics/linux-tiff
         Makefile distinfo.alpha distinfo.i386 pkg-comment pkg-descr
         pkg-plist.alpha pkg-plist.i386
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 08:41:11 PST

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/linux-tiff  Makefile distinfo.alpha distinfo.i386 
                         pkg-comment pkg-descr pkg-plist.alpha 
                         pkg-plist.i386 
  Log:
  RPM of tiff lib
  
  Revision  Changes    Path
  1.263     +2 -1      ports/graphics/Makefile



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


From owner-cvs-all  Mon Feb 12  8:41:28 2001
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 906DC37B6E7; Mon, 12 Feb 2001 08:41:18 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CGfIp00554;
	Mon, 12 Feb 2001 08:41:18 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121641.f1CGfIp00554@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 08:41:18 -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

taoka       2001/02/12 08:41:18 PST

  Modified files:
    .                    modules 
  Log:
    linux-tiff --> ports/graphics/linux-tiff
  
  Revision  Changes    Path
  1.2403    +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  Mon Feb 12  8:53:10 2001
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 BB0CF37B491; Mon, 12 Feb 2001 08:53:05 -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 f1CGr5U51782;
	Mon, 12 Feb 2001 08:53:05 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200102121653.f1CGr5U51782@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: Robert Watson <rwatson@FreeBSD.org>
Cc: Warner Losh <imp@harmony.village.org>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
In-Reply-To: <Pine.NEB.3.96L.1010212112307.87908P-100000@fledge.watson.org> 
Date: Mon, 12 Feb 2001 08:53:05 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Robert Watson wrote:
> 
> On Mon, 12 Feb 2001, Peter Wemm wrote:
> 
> > Warner Losh wrote:
> > > In message <Pine.NEB.3.96L.1010122142028.19966D-100000@fledge.watson.org>
     Rob
> >     ert Watson writes:
> > > : appreciated.   (this will also make it easier for portable kernel
> > > : monitoring tools to be written, and allow graphical monitoring tools to
> > > : run with less privilege).
> > > 
> > > And generally make for a happier security officer team :-)
> > 
> > And an unhappier team of people dealing with kernel crashdumps. :-(
> > 
> > All this sysctl stuff is fine, but dont kill the crashdump reading code! 
> > If -M or -N are specified then use the old way (and require root to be
> > running it).  Without -M or -N, use sysctl. 
> 
> All patches submitted on the freebsd-audit mailing list to remove setgid
> from top, systat, dmesg, etc, have maintained backwards compatibility by
> using kmem when the -M or -N argument is provided, permitting them to
> continue to work on system dumps -- and even on /dev/kmem, it just
> requires that you run them as root now, since they won't be setgid kmem.
> If you have a few minutes and want to verify that the new versions will
> continue to work properly for you, and that you think they're implemented
> right, the archives of -audit contain a number of relevant posts by Thomas
> Moestl <tmoestl@gmx.net>.

netstat(1) is a high profile tool that got broken this way and is sorely
missed here.  At work we reverted the sysctl changes entirely for
simplicity.

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  Mon Feb 12  8:58: 5 2001
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 247DD37B4EC; Mon, 12 Feb 2001 08:57:56 -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 f1CGvtU51868;
	Mon, 12 Feb 2001 08:57:55 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200102121657.f1CGvtU51868@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: Robert Watson <rwatson@FreeBSD.org>
Cc: Warner Losh <imp@harmony.village.org>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
In-Reply-To: <200102121653.f1CGr5U51782@mobile.wemm.org> 
Date: Mon, 12 Feb 2001 08:57:55 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Peter Wemm wrote:
> Robert Watson wrote:
> > 
> > On Mon, 12 Feb 2001, Peter Wemm wrote:
> > 
> > > Warner Losh wrote:
> > > > In message <Pine.NEB.3.96L.1010122142028.19966D-100000@fledge.watson.or
    g>
>      Rob
> > >     ert Watson writes:
> > > > : appreciated.   (this will also make it easier for portable kernel
> > > > : monitoring tools to be written, and allow graphical monitoring tools 
    to
> > > > : run with less privilege).
> > > > 
> > > > And generally make for a happier security officer team :-)
> > > 
> > > And an unhappier team of people dealing with kernel crashdumps. :-(
> > > 
> > > All this sysctl stuff is fine, but dont kill the crashdump reading code! 
> > > If -M or -N are specified then use the old way (and require root to be
> > > running it).  Without -M or -N, use sysctl. 
> > 
> > All patches submitted on the freebsd-audit mailing list to remove setgid
> > from top, systat, dmesg, etc, have maintained backwards compatibility by
> > using kmem when the -M or -N argument is provided, permitting them to
> > continue to work on system dumps -- and even on /dev/kmem, it just
> > requires that you run them as root now, since they won't be setgid kmem.
> > If you have a few minutes and want to verify that the new versions will
> > continue to work properly for you, and that you think they're implemented
> > right, the archives of -audit contain a number of relevant posts by Thomas
> > Moestl <tmoestl@gmx.net>.
> 
> netstat(1) is a high profile tool that got broken this way and is sorely
> missed here.  At work we reverted the sysctl changes entirely for
> simplicity.

Specifically, this one:
revision 1.27
date: 1998/05/15 20:19:15;  author: wollman;  state: Exp;  lines: +115 -62
mbuf, inet, and unix modules no longer read kvm.

Paul Saab has a version that restored this stuff specifically for crashdump
use. (which gets a *lot* of use)

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  Mon Feb 12  9: 0:10 2001
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 B284E37B503; Mon, 12 Feb 2001 09:00:07 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CH07m02604;
	Mon, 12 Feb 2001 09:00:07 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102121700.f1CH07m02604@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:00:07 -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

ijliao      2001/02/12 09:00:07 PST

  Modified files:
    .                    modules 
  Log:
  move cln from devel to math
  
  Revision  Changes    Path
  1.2404    +2 -2      CVSROOT/modules



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


From owner-cvs-all  Mon Feb 12  9: 0:41 2001
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 7691537B491; Mon, 12 Feb 2001 09:00:31 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CH0Vt02942;
	Mon, 12 Feb 2001 09:00:31 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121700.f1CH0Vt02942@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:00:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/pips800 pkg-descr ports/print/pips-sc680_777
         pkg-descr ports/print/pips2200 pkg-descr ports/print/pips3000
         pkg-descr ports/print/pips3300 pkg-descr ports/print/pips670
         pkg-descr ports/print/pips750_2000 pkg-descr ports/print/pips760 ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 09:00:31 PST

  Modified files:
    japanese/pips800     pkg-descr 
    print/pips-sc680_777 pkg-descr 
    print/pips2200       pkg-descr 
    print/pips3000       pkg-descr 
    print/pips3300       pkg-descr 
    print/pips670        pkg-descr 
    print/pips750_2000   pkg-descr 
    print/pips760        pkg-descr 
    print/pips770        pkg-descr 
    print/pips780        pkg-descr 
    print/pips800        pkg-descr 
    print/pips820_3300   pkg-descr 
    print/pips880        pkg-descr 
    print/pips900        pkg-descr 
  Log:
  Correct my English in pkg-descr
  
  Revision  Changes    Path
  1.2       +8 -6      ports/japanese/pips800/pkg-descr
  1.2       +10 -9     ports/print/pips-sc680_777/pkg-descr
  1.2       +8 -6      ports/print/pips2200/pkg-descr
  1.2       +8 -6      ports/print/pips3000/pkg-descr
  1.2       +8 -6      ports/print/pips3300/pkg-descr
  1.2       +8 -6      ports/print/pips670/pkg-descr
  1.2       +8 -6      ports/print/pips750_2000/pkg-descr
  1.2       +8 -6      ports/print/pips760/pkg-descr
  1.2       +8 -6      ports/print/pips770/pkg-descr
  1.2       +8 -6      ports/print/pips780/pkg-descr
  1.2       +8 -6      ports/print/pips800/pkg-descr
  1.2       +8 -6      ports/print/pips820_3300/pkg-descr
  1.2       +8 -6      ports/print/pips880/pkg-descr
  1.2       +8 -6      ports/print/pips900/pkg-descr



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


From owner-cvs-all  Mon Feb 12  9: 4: 3 2001
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 1583137B491; Mon, 12 Feb 2001 09:03:55 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CH3sZ03359;
	Mon, 12 Feb 2001 09:03:54 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102121703.f1CH3sZ03359@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:03:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/share/mk doc.images.mk
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/12 09:03:54 PST

  Modified files:
    share/mk             doc.images.mk 
  Log:
  Use epstopdf (from teTeX) rather than ImageMagick to convert EPS to PDF
  files.  The results seem to be nicer.
  
  Revision  Changes    Path
  1.6       +2 -2      doc/share/mk/doc.images.mk



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


From owner-cvs-all  Mon Feb 12  9: 5:20 2001
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 24F9937B491; Mon, 12 Feb 2001 09:05:16 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CH5G404339;
	Mon, 12 Feb 2001 09:05:16 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121705.f1CH5G404339@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:05:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/pips-sc680_777 Makefile pkg-comment
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 09:05:16 PST

  Modified files:
    print/pips-sc680_777 Makefile pkg-comment 
  Log:
  Change the master port for internationa products from this to pips-sc880
  
  Revision  Changes    Path
  1.2       +2 -8      ports/print/pips-sc680_777/Makefile
  1.2       +1 -1      ports/print/pips-sc680_777/pkg-comment



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


From owner-cvs-all  Mon Feb 12  9: 9:33 2001
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 55F2537B491; Mon, 12 Feb 2001 09:09:25 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CH9PC06148;
	Mon, 12 Feb 2001 09:09:25 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121709.f1CH9PC06148@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:09:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print Makefile ports/print/pips-sc880 Makefile
         distinfo pkg-comment pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 09:09:25 PST

  Modified files:
    print                Makefile 
  Added files:
    print/pips-sc880     Makefile distinfo pkg-comment pkg-descr 
  Log:
  Photo Image Print System for Linux --- EPSON Stylus Color880
  
  Revision  Changes    Path
  1.135     +2 -1      ports/print/Makefile



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


From owner-cvs-all  Mon Feb 12  9: 9:40 2001
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 A649837B6A0; Mon, 12 Feb 2001 09:09:33 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CH9X406201;
	Mon, 12 Feb 2001 09:09:33 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121709.f1CH9X406201@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:09:32 -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

taoka       2001/02/12 09:09:32 PST

  Modified files:
    .                    modules 
  Log:
    pips-sc880 --> ports/print/pips-sc880
  
  Revision  Changes    Path
  1.2405    +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  Mon Feb 12  9:10:40 2001
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 97DED37B69F; Mon, 12 Feb 2001 09:10:32 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHAWb06442;
	Mon, 12 Feb 2001 09:10:32 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121710.f1CHAWb06442@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:10:32 -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

taoka       2001/02/12 09:10:32 PST

  Modified files:
    .                    modules 
  Log:
    pips-sc980 --> ports/print/pips-sc980
  
  Revision  Changes    Path
  1.2406    +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  Mon Feb 12  9:10:32 2001
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 CA72E37B491; Mon, 12 Feb 2001 09:10:23 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHANT06367;
	Mon, 12 Feb 2001 09:10:23 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121710.f1CHANT06367@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:10:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print Makefile ports/print/pips-sc980 Makefile
         distinfo pkg-comment pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 09:10:23 PST

  Modified files:
    print                Makefile 
  Added files:
    print/pips-sc980     Makefile distinfo pkg-comment pkg-descr 
  Log:
  Photo Image Print System for Linux --- EPSON Stylus Color980
  
  Revision  Changes    Path
  1.136     +2 -1      ports/print/Makefile



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


From owner-cvs-all  Mon Feb 12  9:14:16 2001
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 EA65E37B491; Mon, 12 Feb 2001 09:14:09 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHE9M06830;
	Mon, 12 Feb 2001 09:14:09 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102121714.f1CHE9M06830@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:14:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/pips800 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 09:14:09 PST

  Modified files:
    print/pips800        Makefile 
  Log:
  Modification for adding the new slave ports
  
  Revision  Changes    Path
  1.9       +16 -1     ports/print/pips800/Makefile



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


From owner-cvs-all  Mon Feb 12  9:19: 5 2001
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 88CED37B491; Mon, 12 Feb 2001 09:19:02 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHJ2d07274;
	Mon, 12 Feb 2001 09:19:02 -0800 (PST)
	(envelope-from phk)
Message-Id: <200102121719.f1CHJ2d07274@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:19:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys user.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2001/02/12 09:19:01 PST

  Modified files:
    sys/sys              user.h 
  Log:
  Since we're in "everybody is hosed anyway" add an layout identifier
  to struct kinfo_proc.
  
  All userland/kernel shared structs should contain *both* a size and
  a layout field.
  
  I will add the code to use the field later.
  
  Revision  Changes    Path
  1.31      +2 -1      src/sys/sys/user.h



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


From owner-cvs-all  Mon Feb 12  9:34:36 2001
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 F02FD37B4EC; Mon, 12 Feb 2001 09:34:32 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHYWU09345;
	Mon, 12 Feb 2001 09:34:32 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102121734.f1CHYWU09345@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:34:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/12 09:34:32 PST

  Modified files:
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  Remove spaces at end of lines (whitespace only)
  
  Revision  Changes    Path
  1.132     +20 -20    src/release/texts/alpha/RELNOTES.TXT
  1.205     +25 -25    src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Mon Feb 12  9:50:17 2001
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 3165F37B491; Mon, 12 Feb 2001 09:50:15 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHoFR11313;
	Mon, 12 Feb 2001 09:50:15 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102121750.f1CHoFR11313@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:50:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/fsck_ffs fsck_ffs.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/12 09:50:14 PST

  Modified files:
    sbin/fsck_ffs        fsck_ffs.8 
  Log:
  Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.
  Add .Xr to fsck.
  
  Prompted by:	JM Jr's script that shows binaries with no whatis info
  Reviewed by:	adrian
  
  Revision  Changes    Path
  1.18      +5 -3      src/sbin/fsck_ffs/fsck_ffs.8



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


From owner-cvs-all  Mon Feb 12  9:59:12 2001
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 1EA7E37B491; Mon, 12 Feb 2001 09:59:04 -0800 (PST)
Received: (from rwatson@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CHx3I12201;
	Mon, 12 Feb 2001 09:59:03 -0800 (PST)
	(envelope-from rwatson)
Message-Id: <200102121759.f1CHx3I12201@freefall.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Mon, 12 Feb 2001 09:59:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_fork.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

rwatson     2001/02/12 09:59:02 PST

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing by
    one the number of variables needed for top and other setgid kmem
    utilities that could only be accessed via /dev/kmem previously.
  
  Submitted by:	Thomas Moestl <tmoestl@gmx.net>
  Reviewed by:	freebsd-audit
  
  Revision  Changes    Path
  1.98      +3 -1      src/sys/kern/kern_fork.c



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


From owner-cvs-all  Mon Feb 12 10: 4:23 2001
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 1FDED37B67D; Mon, 12 Feb 2001 10:04:21 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CI4LX12728;
	Mon, 12 Feb 2001 10:04:21 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102121804.f1CI4LX12728@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Mon, 12 Feb 2001 10:04:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/i386 RELNOTES.TXT src/release/texts/alpha
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/12 10:04:20 PST

  Modified files:
    release/texts/i386   RELNOTES.TXT 
    release/texts/alpha  RELNOTES.TXT 
  Log:
  Made some checks with ispell.
  
  Revision  Changes    Path
  1.206     +18 -18    src/release/texts/i386/RELNOTES.TXT
  1.133     +16 -16    src/release/texts/alpha/RELNOTES.TXT



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


From owner-cvs-all  Mon Feb 12 10:24:21 2001
Delivered-To: cvs-all@freebsd.org
Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67])
	by hub.freebsd.org (Postfix) with ESMTP
	id E554D37B4EC; Mon, 12 Feb 2001 10:24:09 -0800 (PST)
Received: (from dillon@localhost)
	by earth.backplane.com (8.11.2/8.9.3) id f1CINTB07769;
	Mon, 12 Feb 2001 10:23:29 -0800 (PST)
	(envelope-from dillon)
Date: Mon, 12 Feb 2001 10:23:29 -0800 (PST)
From: Matt Dillon <dillon@earth.backplane.com>
Message-Id: <200102121823.f1CINTB07769@earth.backplane.com>
To: Peter Wemm <peter@netplex.com.au>
Cc: Warner Losh <imp@harmony.village.org>,
	Robert Watson <rwatson@FreeBSD.ORG>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
References:  <200102121614.f1CGEhU51322@mobile.wemm.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

:Warner Losh wrote:
:> In message <Pine.NEB.3.96L.1010122142028.19966D-100000@fledge.watson.org> Rob
:    ert Watson writes:
:> : appreciated.   (this will also make it easier for portable kernel
:> : monitoring tools to be written, and allow graphical monitoring tools to
:> : run with less privilege).
:> 
:> And generally make for a happier security officer team :-)
:
:And an unhappier team of people dealing with kernel crashdumps. :-(
:
:All this sysctl stuff is fine, but dont kill the crashdump reading code!
:If -M or -N are specified then use the old way (and require root to be
:running it).  Without -M or -N, use sysctl. 
:
:Cheers,
:-Peter
:--
:Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au

   You don't need root to use -M and -N, you only need to be able to
   access the dump files.

					-Matt


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


From owner-cvs-all  Mon Feb 12 10:37:33 2001
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 49FED37B491; Mon, 12 Feb 2001 10:37:24 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CIbOB18408;
	Mon, 12 Feb 2001 10:37:24 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102121837.f1CIbOB18408@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Mon, 12 Feb 2001 10:37:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/eps2png 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

nik         2001/02/12 10:37:24 PST

  Added files:
    graphics/eps2png     Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Add eps2png, for converting EPS to PNG.



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


From owner-cvs-all  Mon Feb 12 10:37:59 2001
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 3DF3A37B4EC; Mon, 12 Feb 2001 10:37:56 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CIbu218478;
	Mon, 12 Feb 2001 10:37:56 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102121837.f1CIbu218478@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Mon, 12 Feb 2001 10:37:56 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/12 10:37:56 PST

  Modified files:
    graphics             Makefile 
  Log:
  Add eps2png
  
  Revision  Changes    Path
  1.264     +2 -1      ports/graphics/Makefile



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


From owner-cvs-all  Mon Feb 12 10:38:43 2001
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 F14A137B4EC; Mon, 12 Feb 2001 10:38:39 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CIcdj18617;
	Mon, 12 Feb 2001 10:38:39 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102121838.f1CIcdj18617@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Mon, 12 Feb 2001 10:38:39 -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

nik         2001/02/12 10:38:39 PST

  Modified files:
    .                    modules 
  Log:
  Add eps2png.
  
  Revision  Changes    Path
  1.2407    +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  Mon Feb 12 10:43:59 2001
Delivered-To: cvs-all@freebsd.org
Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234])
	by hub.freebsd.org (Postfix) with ESMTP
	id 27E6C37B491; Mon, 12 Feb 2001 10:43:50 -0800 (PST)
Received: (from nik@localhost)
	by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f1CIgkH82759;
	Mon, 12 Feb 2001 18:42:46 GMT
	(envelope-from nik)
Date: Mon, 12 Feb 2001 18:42:46 +0000
From: Nik Clayton <nik@freebsd.org>
To: Nik Clayton <nik@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: CVSROOT modules
Message-ID: <20010212184246.A81200@canyon.nothing-going-on.org>
References: <200102121838.f1CIcdj18617@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: <200102121838.f1CIcdj18617@freefall.freebsd.org>; from nik@FreeBSD.org on Mon, Feb 12, 2001 at 10:38:39AM -0800
Organization: FreeBSD Project <URL:http://www.freebsd.org/>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001 at 10:38:39AM -0800, Nik Clayton wrote:
> nik         2001/02/12 10:38:39 PST
> 
>   Modified files:
>     .                    modules 
>   Log:
>   Add eps2png.

In the meantime, if anyone can show me a ghostscript command line that
can convert EPS to PNG without the use of external tools, I'd be
grateful :-)

N
-- 
Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
Telephone line, $24.95 a month.  Software, free.  USENET transmission,
hundreds if not thousands of dollars.  Thinking before posting, priceless.
Somethings in life you can't buy.  For everything else, there's MasterCard.
  -- Graham Reed, in the Scary Devil Monastery


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


From owner-cvs-all  Mon Feb 12 11: 2:23 2001
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 D559A37B491; Mon, 12 Feb 2001 11:02:13 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CJ2DY20935;
	Mon, 12 Feb 2001 11:02:13 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102121902.f1CJ2DY20935@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Mon, 12 Feb 2001 11:02:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/gd Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/12 11:02:13 PST

  Modified files:
    graphics/gd          Makefile distinfo 
  Log:
  Update the checksum.  Seems the distfile was updated with
  a new one that does not include *.o files.
  
  Submitted by:	Mike Harding <mvh@ix.netcom.com>
  
  Revision  Changes    Path
  1.33      +1 -4      ports/graphics/gd/Makefile
  1.13      +1 -1      ports/graphics/gd/distinfo



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


From owner-cvs-all  Mon Feb 12 11:25:30 2001
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 AF37C37B491; Mon, 12 Feb 2001 11:25:27 -0800 (PST)
Received: (from joe@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CJPR525184;
	Mon, 12 Feb 2001 11:25:27 -0800 (PST)
	(envelope-from joe)
Message-Id: <200102121925.f1CJPR525184@freefall.freebsd.org>
From: Josef Karthauser <joe@FreeBSD.org>
Date: Mon, 12 Feb 2001 11:25:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc/libxode Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

joe         2001/02/12 11:25:27 PST

  Modified files:
    textproc/libxode     Makefile distinfo pkg-plist 
  Log:
  Upgrade libxode from version 1.0 to 1.2.
  
  Revision  Changes    Path
  1.6       +3 -3      ports/textproc/libxode/Makefile
  1.3       +1 -1      ports/textproc/libxode/distinfo
  1.4       +1 -1      ports/textproc/libxode/pkg-plist



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


From owner-cvs-all  Mon Feb 12 11:27:11 2001
Delivered-To: cvs-all@freebsd.org
Received: from VL-MS-MR003.sc1.videotron.ca (relais.videotron.ca [24.201.245.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6D66237B491; Mon, 12 Feb 2001 11:26:58 -0800 (PST)
Received: from jehovah ([24.201.144.31]) by
          VL-MS-MR003.sc1.videotron.ca (Netscape Messaging Server 4.15)
          with SMTP id G8NSOX00.MCM; Mon, 12 Feb 2001 14:26:57 -0500 
Message-ID: <00e601c0952a$0e3a7110$1f90c918@jehovah>
From: "Bosko Milekic" <bmilekic@technokratis.com>
To: "Ruslan Ermilov" <ru@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
References: <200102121056.f1CAuo450890@freefall.freebsd.org>
Subject: Re: cvs commit: src/share/man/man9 mutex.9
Date: Mon, 12 Feb 2001 14:29:02 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


Ruslan Ermilov wrote:

> ru          2001/02/12 02:56:50 PST
>
>   Modified files:
>     share/man/man9       mutex.9
>   Log:
>   mdoc(7) cleanup.
>
>   Revision  Changes    Path
>   1.11      +35 -27    src/share/man/man9/mutex.9

Boy am I glad there are people like you who come cleaning up after
people like me. :-)

Thanks!
Bosko.




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


From owner-cvs-all  Mon Feb 12 11:30:53 2001
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 4099A37B491; Mon, 12 Feb 2001 11:30:51 -0800 (PST)
Received: (from joe@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CJUpX25594;
	Mon, 12 Feb 2001 11:30:51 -0800 (PST)
	(envelope-from joe)
Message-Id: <200102121930.f1CJUpX25594@freefall.freebsd.org>
From: Josef Karthauser <joe@FreeBSD.org>
Date: Mon, 12 Feb 2001 11:30:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/libjabber Makefile distinfo pkg-plist
         ports/net/libjabber/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

joe         2001/02/12 11:30:51 PST

  Modified files:
    net/libjabber        Makefile distinfo pkg-plist 
  Removed files:
    net/libjabber/files  patch-aa 
  Log:
  Upgrade libjabber from version 1.0 to version 1.2.
  
  Revision  Changes    Path
  1.7       +5 -6      ports/net/libjabber/Makefile
  1.3       +1 -1      ports/net/libjabber/distinfo
  1.4       +1 -0      ports/net/libjabber/pkg-plist



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


From owner-cvs-all  Mon Feb 12 11:44:51 2001
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 7482F37B491; Mon, 12 Feb 2001 11:44:40 -0800 (PST)
Received: (from joe@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CJien27200;
	Mon, 12 Feb 2001 11:44:40 -0800 (PST)
	(envelope-from joe)
Message-Id: <200102121944.f1CJien27200@freefall.freebsd.org>
From: Josef Karthauser <joe@FreeBSD.org>
Date: Mon, 12 Feb 2001 11:44:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net Makefile ports/net/jabber Makefile distinfo
         pkg-deinstall pkg-descr pkg-install pkg-plist CVSROOT modules
         ports/net/jabber/files patch-ad jabberd.sh patch-aa patch-ab
         patch-ac jserver.sh ports/net/jabber-transport Makefile distinfo ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

joe         2001/02/12 11:44:40 PST

  Modified files:
    net                  Makefile 
    net/jabber           Makefile distinfo pkg-deinstall pkg-descr 
                         pkg-install pkg-plist 
    .                    modules 
    net/jabber/files     jabberd.sh patch-aa patch-ab patch-ac 
  Added files:
    net/jabber/files     patch-ad 
  Removed files:
    net/jabber/files     jserver.sh 
    net/jabber-transport Makefile distinfo pkg-comment 
                         pkg-deinstall pkg-descr pkg-install 
                         pkg-plist 
    net/jabber-transport/files jserver.sh patch-aa patch-ab 
                               patch-ac 
  Log:
  Port of the Jabber instant messaging server, version 1.4.
  
  This replaces net/jabber-transport, and was repo-copied from there.
  
  Revision  Changes    Path
  1.460     +2 -2      ports/net/Makefile
  1.5       +14 -11    ports/net/jabber/Makefile
  1.4       +1 -1      ports/net/jabber/distinfo
  1.2       +5 -5      ports/net/jabber/pkg-deinstall
  1.3       +4 -4      ports/net/jabber/pkg-descr
  1.3       +19 -19    ports/net/jabber/pkg-install
  1.3       +14 -11    ports/net/jabber/pkg-plist
  1.2408    +2 -2      CVSROOT/modules
  1.2       +8 -9      ports/net/jabber/files/jabberd.sh
  1.3       +10 -26    ports/net/jabber/files/patch-aa
  1.3       +19 -16    ports/net/jabber/files/patch-ab
  1.2       +9 -9      ports/net/jabber/files/patch-ac



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


From owner-cvs-all  Mon Feb 12 11:49:45 2001
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 A7E4937B65D; Mon, 12 Feb 2001 11:49:40 -0800 (PST)
Received: (from joe@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CJnen27926;
	Mon, 12 Feb 2001 11:49:40 -0800 (PST)
	(envelope-from joe)
Message-Id: <200102121949.f1CJnen27926@freefall.freebsd.org>
From: Josef Karthauser <joe@FreeBSD.org>
Date: Mon, 12 Feb 2001 11:49:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net Makefile ports/net/libetherx Makefile
         distinfo pkg-comment pkg-descr pkg-plist CVSROOT modules
         ports/net/libetherx/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

joe         2001/02/12 11:49:40 PST

  Modified files:
    net                  Makefile 
    .                    modules 
  Removed files:
    net/libetherx        Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    net/libetherx/files  patch-aa 
  Log:
  The functionality provided by libetherx is now delivered in net/libjabber.
  
  Revision  Changes    Path
  1.461     +1 -2      ports/net/Makefile
  1.2409    +1 -2      CVSROOT/modules



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


From owner-cvs-all  Mon Feb 12 12:27:20 2001
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 E0B1937B491; Mon, 12 Feb 2001 12:27:16 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CKRGk33664;
	Mon, 12 Feb 2001 12:27:16 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102122027.f1CKRGk33664@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Mon, 12 Feb 2001 12:27:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/12 12:27:16 PST

  Modified files:        (Branch: RELENG_4)
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  Remove spaces at end of lines (whitespace only)
  
  Revision    Changes    Path
  1.31.2.102  +7 -7      src/release/texts/alpha/RELNOTES.TXT
  1.72.2.101  +9 -9      src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Mon Feb 12 12:49:25 2001
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 C9A4337B4EC; Mon, 12 Feb 2001 12:49:18 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CKnI144772;
	Mon, 12 Feb 2001 12:49:18 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102122049.f1CKnI144772@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Mon, 12 Feb 2001 12:49:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/12 12:49:18 PST

  Modified files:        (Branch: RELENG_4)
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  Ran a check with ispell, found some typos.
  
  Revision    Changes    Path
  1.31.2.103  +10 -10    src/release/texts/alpha/RELNOTES.TXT
  1.72.2.102  +10 -10    src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Mon Feb 12 13:11:13 2001
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 A450437B4EC; Mon, 12 Feb 2001 13:11:10 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLBAv49617;
	Mon, 12 Feb 2001 13:11:10 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102122111.f1CLBAv49617@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:11:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/comms/conserver Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/12 13:11:10 PST

  Modified files:
    comms/conserver      Makefile 
  Log:
  Don't try to use 'pkg-message' for now.  I forgot to `cvs add` it when I
  upgrade the port, and I don't remember what its contents were now. :-(
  
  Revision  Changes    Path
  1.17      +3 -3      ports/comms/conserver/Makefile



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


From owner-cvs-all  Mon Feb 12 13:16:43 2001
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 A760537B491; Mon, 12 Feb 2001 13:16:37 -0800 (PST)
Received: (from imp@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLGbf50319;
	Mon, 12 Feb 2001 13:16:37 -0800 (PST)
	(envelope-from imp)
Message-Id: <200102122116.f1CLGbf50319@freefall.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:16:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src UPDATING
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

imp         2001/02/12 13:16:37 PST

  Modified files:
    .                    UPDATING 
  Log:
  Sigh.  Add note about the FILE FIASCO.
  
  Also notes about FFS_ROOT and CD9660_ROOT and DEVFS cautions.
  
  It is not a good time to live in -current.
  
  Revision  Changes    Path
  1.137     +30 -2     src/UPDATING



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


From owner-cvs-all  Mon Feb 12 13:16:56 2001
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 46B8D37B6A4; Mon, 12 Feb 2001 13:16:51 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLGpt50343;
	Mon, 12 Feb 2001 13:16:51 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102122116.f1CLGpt50343@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:16:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics Makefile ports/graphics/libdivxdecore
         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

lioux       2001/02/12 13:16:51 PST

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/libdivxdecore Makefile distinfo pkg-comment pkg-descr 
                           pkg-plist 
  Log:
  Initial import
  
  OpenDivX decoding engine from Project Mayo
  
  Initial library numbering 0 (distfile numbering)
  
  PR:	25036
  
  Revision  Changes    Path
  1.265     +2 -1      ports/graphics/Makefile



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


From owner-cvs-all  Mon Feb 12 13:17: 5 2001
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 9513E37B6A6; Mon, 12 Feb 2001 13:16:54 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLGsq50377;
	Mon, 12 Feb 2001 13:16:54 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102122116.f1CLGsq50377@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:16: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

lioux       2001/02/12 13:16:54 PST

  Modified files:
    .                    modules 
  Log:
    libdivxdecore --> ports/graphics/libdivxdecore
  
  Revision  Changes    Path
  1.2410    +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  Mon Feb 12 13:18:29 2001
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 369BA37B491; Mon, 12 Feb 2001 13:18:17 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLIHC50621;
	Mon, 12 Feb 2001 13:18:17 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102122118.f1CLIHC50621@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:18:17 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics Makefile ports/graphics/xmps-opendivx-plugin
         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

lioux       2001/02/12 13:18:17 PST

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/xmps-opendivx-plugin Makefile distinfo pkg-comment 
                                  pkg-descr pkg-plist 
  Log:
  Initial import
  
  xmps plugin using OpenDivX decoding engine from Project Mayo
  
  Initial library numbering 0 (distfile numbering)
  
  Revision  Changes    Path
  1.266     +2 -1      ports/graphics/Makefile



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


From owner-cvs-all  Mon Feb 12 13:18:37 2001
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 DADF237B4EC; Mon, 12 Feb 2001 13:18:19 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLIJd50654;
	Mon, 12 Feb 2001 13:18:19 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102122118.f1CLIJd50654@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:18:19 -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

lioux       2001/02/12 13:18:19 PST

  Modified files:
    .                    modules 
  Log:
    xmps-opendivx-plugin --> ports/graphics/xmps-opendivx-plugin
  
  Revision  Changes    Path
  1.2411    +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  Mon Feb 12 13:46:40 2001
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 8415B37B6A0; Mon, 12 Feb 2001 13:46:34 -0800 (PST)
Received: (from mi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CLkYk53642;
	Mon, 12 Feb 2001 13:46:34 -0800 (PST)
	(envelope-from mi)
Message-Id: <200102122146.f1CLkYk53642@freefall.freebsd.org>
From: Mikhail Teterin <mi@FreeBSD.org>
Date: Mon, 12 Feb 2001 13:46:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/libimg Makefile distinfo pkg-plist
         ports/graphics/libimg/files Makefile.bsd patch-aa patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mi          2001/02/12 13:46:33 PST

  Modified files:
    graphics/libimg      Makefile distinfo pkg-plist 
  Added files:
    graphics/libimg/files Makefile.bsd 
  Removed files:
    graphics/libimg/files patch-aa patch-ab 
  Log:
  Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS).
  
  Some day  the rest of  the world  will wise up  and realize, that  it is
  often easier and  neater to create a Makefile from  scratch, than to try
  to patch  the configure/Makefile.in/Makefile.am/etc  nonsense to  do the
  right thing.
  
  Revision  Changes    Path
  1.10      +22 -11    ports/graphics/libimg/Makefile
  1.3       +1 -1      ports/graphics/libimg/distinfo
  1.5       +21 -5     ports/graphics/libimg/pkg-plist



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


From owner-cvs-all  Mon Feb 12 14:30:54 2001
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 99B6537B4EC; Mon, 12 Feb 2001 14:30:46 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CMUku60779;
	Mon, 12 Feb 2001 14:30:46 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102122230.f1CMUku60779@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Mon, 12 Feb 2001 14:30:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/12 14:30:46 PST

  Modified files:
    misc                 Makefile 
  Log:
  Start the delete of the unified amanda24 port.  It has been replaced
  by amanda24-client and amanda24-server.
  
  Revision  Changes    Path
  1.322     +1 -2      ports/misc/Makefile



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


From owner-cvs-all  Mon Feb 12 14:31:55 2001
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 CB88A37B491; Mon, 12 Feb 2001 14:31:46 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CMVkt60919;
	Mon, 12 Feb 2001 14:31:46 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102122231.f1CMVkt60919@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Mon, 12 Feb 2001 14:31:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc/amanda24 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

jeh         2001/02/12 14:31:46 PST

  Removed files:
    misc/amanda24        Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  This has been replaced by amanda24-client and amanda24-server



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


From owner-cvs-all  Mon Feb 12 14:33: 9 2001
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 8F1A037B491; Mon, 12 Feb 2001 14:33:00 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CMX0k61116;
	Mon, 12 Feb 2001 14:33:00 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102122233.f1CMX0k61116@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Mon, 12 Feb 2001 14:33:00 -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

jeh         2001/02/12 14:33:00 PST

  Modified files:
    .                    modules 
  Log:
  Finish the removal of amanda24
  
  Revision  Changes    Path
  1.2412    +1 -2      CVSROOT/modules



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


From owner-cvs-all  Mon Feb 12 14:38:38 2001
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 1BF0137B491; Mon, 12 Feb 2001 14:38:30 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CMcUH61733;
	Mon, 12 Feb 2001 14:38:30 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102122238.f1CMcUH61733@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Mon, 12 Feb 2001 14:38:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc/amanda24-client Makefile ports/misc/amanda24-server
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/12 14:38:29 PST

  Modified files:
    misc/amanda24-client Makefile 
    misc/amanda24-server Makefile 
  Log:
  Bump PORTREVISION from this morning's commits
  
  Revision  Changes    Path
  1.37      +2 -2      ports/misc/amanda24-client/Makefile
  1.41      +2 -2      ports/misc/amanda24-server/Makefile



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


From owner-cvs-all  Mon Feb 12 14:56:44 2001
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 995B637B491; Mon, 12 Feb 2001 14:56:40 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CMueS63566;
	Mon, 12 Feb 2001 14:56:40 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102122256.f1CMueS63566@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Mon, 12 Feb 2001 14:56:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/elm+ME/files patch-ai
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/12 14:56:40 PST

  Removed files:
    mail/elm+ME/files    patch-ai 
  Log:
  remove stale patch.
  
  PR:		25044
  Submitted by:	Christoph Weber-Fahr <wefa@nxcon.nexgo.lab.arcor.de>
  Forgotten by:	sf



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


From owner-cvs-all  Mon Feb 12 15: 8:31 2001
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 62C6037B491; Mon, 12 Feb 2001 15:08:28 -0800 (PST)
Received: (from bmah@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1CN8Sb66895;
	Mon, 12 Feb 2001 15:08:28 -0800 (PST)
	(envelope-from bmah)
Message-Id: <200102122308.f1CN8Sb66895@freefall.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Mon, 12 Feb 2001 15:08:28 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmah        2001/02/12 15:08:28 PST

  Modified files:
    astro/xearth/files   freebsd.committers.markers 
  Log:
  Clutter up the list of Bay Area committers even more.
  
  Coordinates from:	mapblast
  
  Revision  Changes    Path
  1.61      +1 -0      ports/astro/xearth/files/freebsd.committers.markers



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


From owner-cvs-all  Mon Feb 12 16:42:18 2001
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 E9BE937B491; Mon, 12 Feb 2001 16:42:11 -0800 (PST)
Received: (from mi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D0gBR80122;
	Mon, 12 Feb 2001 16:42:11 -0800 (PST)
	(envelope-from mi)
Message-Id: <200102130042.f1D0gBR80122@freefall.freebsd.org>
From: Mikhail Teterin <mi@FreeBSD.org>
Date: Mon, 12 Feb 2001 16:42:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postilion Makefile ports/mail/postilion/files
         Makefile.bsd patch-af options.tcl patch-aa patch-ab patch-ac
         patch-ad patch-ae
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mi          2001/02/12 16:42:11 PST

  Modified files:
    mail/postilion       Makefile 
    mail/postilion/files patch-af 
  Added files:
    mail/postilion/files Makefile.bsd 
  Removed files:
    mail/postilion/files options.tcl patch-aa patch-ab patch-ac 
                         patch-ad patch-ae 
  Log:
  Redo the postilion port:
  	- Don't use the imap library that comes with it --
  	  use the cclient port. Don't even extract it.
  	- Don't bother patching configure and Makefile.in(s) --
  	  use a local Makefile.
  	- Use the latest TCL/TK 8.3. This port does not provide
  	  any loadable packages, so I chose not to use tclstubs, but link
  	  with libtk and libtcl directly.
  	- Remove the tkstep cruft -- it was commented out since forever.
  	- Finally fix the options.tcl -- the env(MAIL) logic was backwards.
  
  To do: add support of Cyrillic charsets (koi8-u,
  koi8-r). Currently has to be done by providing one's own
  ${LOCALBASE}/lib/postilion/postilionrc. Revisit installation of the
  documentation. The existing port continues to ignore it completely.
  
  Revision  Changes    Path
  1.12      +14 -26    ports/mail/postilion/Makefile
  1.4       +7 -14     ports/mail/postilion/files/patch-af



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


From owner-cvs-all  Mon Feb 12 16:43: 3 2001
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 5378737B491; Mon, 12 Feb 2001 16:42:54 -0800 (PST)
Received: (from mi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D0gsr80214;
	Mon, 12 Feb 2001 16:42:54 -0800 (PST)
	(envelope-from mi)
Message-Id: <200102130042.f1D0gsr80214@freefall.freebsd.org>
From: Mikhail Teterin <mi@FreeBSD.org>
Date: Mon, 12 Feb 2001 16:42:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postilion/files config.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mi          2001/02/12 16:42:54 PST

  Added files:
    mail/postilion/files config.h 
  Log:
  Forgot to add this hand-crafted config.h in my previous commit.



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


From owner-cvs-all  Mon Feb 12 17:55:22 2001
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 4800837B4EC; Mon, 12 Feb 2001 17:55:15 -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 MAA12370;
	Tue, 13 Feb 2001 12:55:10 +1100
Date: Tue, 13 Feb 2001 12:54:45 +1100 (EST)
From: Bruce Evans <bde@zeta.org.au>
X-Sender: bde@besplex.bde.org
To: Robert Watson <rwatson@FreeBSD.org>
Cc: Peter Wemm <peter@netplex.com.au>,
	Warner Losh <imp@harmony.village.org>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
In-Reply-To: <Pine.NEB.3.96L.1010212112307.87908P-100000@fledge.watson.org>
Message-ID: <Pine.BSF.4.21.0102131249090.10087-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 Mon, 12 Feb 2001, Robert Watson wrote:

> On Mon, 12 Feb 2001, Peter Wemm wrote:
> > All this sysctl stuff is fine, but dont kill the crashdump reading code! 
> > If -M or -N are specified then use the old way (and require root to be
> > running it).  Without -M or -N, use sysctl. 
> 
> All patches submitted on the freebsd-audit mailing list to remove setgid
> from top, systat, dmesg, etc, have maintained backwards compatibility by
> using kmem when the -M or -N argument is provided, permitting them to
> continue to work on system dumps -- and even on /dev/kmem, it just

This was easy for top and systat because they don't have a -M or -N
arg or work on system dumps :-).  OTOH, the [-W swap] arg for ps and
corresponding support in libkvm have been broken for a long time.  No
one seems to miss them, but they are still documented.

Bruce



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


From owner-cvs-all  Mon Feb 12 18:38:22 2001
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 D597E37B491; Mon, 12 Feb 2001 18:38:12 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D2cCa94261;
	Mon, 12 Feb 2001 18:38:12 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102130238.f1D2cCa94261@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 18:38:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/avifile Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/12 18:38:12 PST

  Modified files:
    graphics/avifile     Makefile distinfo pkg-plist 
  Log:
  Move all codecs to a port of their own, since the codecs present
  on this port can be also used by other ports -> graphics/win32-codecs.
  Therefore, all codec related code will be removed,
  
  Depend on that port from now on.
  
  A positive side effect is that this port can now produce a package
  since the RESTRICTED flag (related to the codecs) can be removed.
  
  Update LEGAL, win32-codecs instead of avifile is now RESTRICTED.
  
  PR:		25035
  Reviewed by:	sobomax
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.10      +9 -18     ports/graphics/avifile/Makefile
  1.7       +0 -2      ports/graphics/avifile/distinfo
  1.5       +0 -21     ports/graphics/avifile/pkg-plist



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


From owner-cvs-all  Mon Feb 12 18:41:30 2001
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 2129D37B491; Mon, 12 Feb 2001 18:41:24 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D2fOx94566;
	Mon, 12 Feb 2001 18:41:24 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102130241.f1D2fOx94566@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 18:41:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports LEGAL
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/12 18:41:23 PST

  Modified files:
    .                    LEGAL 
  Log:
  Move all codecs to a port of their own, since the codecs present
  on this port can be also used by other ports -> graphics/win32-codecs.
  Therefore, all codec related code will be removed,
  
  Depend on that port from now on.
  
  A positive side effect is that this port can now produce a package
  since the RESTRICTED flag (related to the codecs) can be removed.
  
  Update LEGAL, win32-codecs instead of avifile is now RESTRICTED.
  
  PR:		25035
  Reviewed by:	sobomax
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.200     +3 -4      ports/LEGAL



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


From owner-cvs-all  Mon Feb 12 18:50:28 2001
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 3DA5837B4EC; Mon, 12 Feb 2001 18:50:19 -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 NAA18520;
	Tue, 13 Feb 2001 13:50:15 +1100
Date: Tue, 13 Feb 2001 13:49:50 +1100 (EST)
From: Bruce Evans <bde@zeta.org.au>
X-Sender: bde@besplex.bde.org
To: Robert Watson <rwatson@FreeBSD.ORG>
Cc: Dag-Erling Smorgrav <des@ofug.org>,
	Jake Burkholder <jburkholder0829@home.com>,
	freebsd-current@FreeBSD.ORG, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c 
 src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s 
 trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c 
 kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
In-Reply-To: <Pine.NEB.3.96L.1010212093948.87908B-100000@fledge.watson.org>
Message-ID: <Pine.BSF.4.21.0102131336390.10359-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 Mon, 12 Feb 2001, Robert Watson wrote:

> On 12 Feb 2001, Dag-Erling Smorgrav wrote:
> 
> > Jake Burkholder <jburkholder0829@home.com> writes:
> > > As I mentioned in the commit message, this changes the size and layout
> > > of struct kinfo_proc, so you'll have to recompile libkvm-using programs.
> > 
> > I thought the whole point with kinfo_proc was to avoid this kind of
> > situation... 
> 
> It seems to me that kinfo_proc is the wrong solution to a real problem.
> 
> John Baldwin and I briefly discussed, online, an alternative solution that
> breaks out the per-process information into a series of sysctl's.  This

But sysctls are the wrong solution for all problems :-).

> using base types for the fields, such as int).  kinfo_proc addresses the
> issue that the kernel and userland concepts of a proc diverge due to the
> introduction of kernel-only fields, but doesn't really address issues such
> as ordered elements of the structure changing size. 

These issues shouldn't cause problems.  You just preserve the order and
don't use any kernel structs.  Using application interface structs like
struct rusage and struct rtprio is safe enough since if they change then
you have worse problems with the binary compaitibility of the syscalls
that use them.

The errors in the recent commit were:
(1) using the kernel struct `struct priority'
(2) not preserving the old priority fields.  Point (1) wouldn't have
    caused breakage immediately if the priority fields had been copied
    to their old places.

Bruce



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


From owner-cvs-all  Mon Feb 12 19: 5:56 2001
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 4A14137B491; Mon, 12 Feb 2001 19:05:50 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D35oK99377;
	Mon, 12 Feb 2001 19:05:50 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102130305.f1D35oK99377@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:05:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/win32-codecs Makefile distinfo
         pkg-comment pkg-descr pkg-plist pkg-message
         ports/graphics/win32-codecs/files patch-aa patch-ab patch-ac
         patch-ae
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/12 19:05:50 PST

  Modified files:
    graphics/win32-codecs Makefile distinfo pkg-comment pkg-descr 
                          pkg-plist 
  Removed files:
    graphics/win32-codecs pkg-message 
    graphics/win32-codecs/files patch-aa patch-ab patch-ac 
                                patch-ae 
  Log:
  Initial revision of this port. It will now have a history of its own. :)
  
  Remove all non-codec related information.
  
  Also, add audio as a secondary category since the codecs cover
  video as well as audio only types.
  
  PR:		25035
  Reviewed by:	sobomax
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.10      +17 -88    ports/graphics/win32-codecs/Makefile
  1.7       +0 -1      ports/graphics/win32-codecs/distinfo
  1.4       +1 -1      ports/graphics/win32-codecs/pkg-comment
  1.5       +1 -3      ports/graphics/win32-codecs/pkg-descr
  1.5       +0 -60     ports/graphics/win32-codecs/pkg-plist



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


From owner-cvs-all  Mon Feb 12 19:14: 6 2001
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 0B1AE37B4EC; Mon, 12 Feb 2001 19:14:00 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D3DxV00594;
	Mon, 12 Feb 2001 19:14:00 -0800 (PST)
	(envelope-from will)
Message-Id: <200102130314.f1D3DxV00594@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:13:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/make arch.c dir.c job.c main.c make.h
         util.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2001/02/12 19:13:59 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/make         arch.c dir.c job.c main.c make.h util.c 
  Log:
  MFC: 8 months of bugfixes by myself, des, kris, wsanchez, and a few PR
  submissions.  Style changes were purposefully avoided.
  
  Revision  Changes    Path
  1.15.2.1  +25 -11    src/usr.bin/make/arch.c
  1.10.2.1  +13 -6     src/usr.bin/make/dir.c
  1.17.2.2  +17 -21    src/usr.bin/make/job.c
  1.35.2.3  +2 -2      src/usr.bin/make/main.c
  1.12.2.2  +4 -1      src/usr.bin/make/make.h
  1.5.2.2   +3 -6      src/usr.bin/make/util.c



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


From owner-cvs-all  Mon Feb 12 19:16:37 2001
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 22A2537B4EC; Mon, 12 Feb 2001 19:16:32 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D3GWm01144;
	Mon, 12 Feb 2001 19:16:32 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102130316.f1D3GWm01144@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:16:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics Makefile ports/graphics/xmps-win32-plugin
         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

lioux       2001/02/12 19:16:31 PST

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/xmps-win32-plugin Makefile distinfo pkg-comment 
                               pkg-descr pkg-plist 
  Log:
  New port of a xmps plugin for Win32 (TM) Codecs
  
  Reviewed by:	sobomax
  
  Revision  Changes    Path
  1.267     +2 -1      ports/graphics/Makefile



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


From owner-cvs-all  Mon Feb 12 19:16:51 2001
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 018F737B503; Mon, 12 Feb 2001 19:16:35 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D3GYw01180;
	Mon, 12 Feb 2001 19:16:34 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102130316.f1D3GYw01180@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:16:34 -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

lioux       2001/02/12 19:16:34 PST

  Modified files:
    .                    modules 
  Log:
    xmps-win32-plugin --> ports/graphics/xmps-win32-plugin
  
  Revision  Changes    Path
  1.2413    +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  Mon Feb 12 19:21: 1 2001
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 784C737B503; Mon, 12 Feb 2001 19:20:54 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D3Ks001771;
	Mon, 12 Feb 2001 19:20:54 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102130320.f1D3Ks001771@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:20:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/databases/interbase4 pkg-message
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/12 19:20:54 PST

  Modified files:
    databases/interbase4 pkg-message 
  Log:
  Add newline at end
  
  Revision  Changes    Path
  1.2       +1 -1      ports/databases/interbase4/pkg-message



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


From owner-cvs-all  Mon Feb 12 19:22:20 2001
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 5082C37B491; Mon, 12 Feb 2001 19:22:16 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D3MGl01888;
	Mon, 12 Feb 2001 19:22:16 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102130322.f1D3MGl01888@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:22:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/databases/interbase4 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/12 19:22:16 PST

  Modified files:
    databases/interbase4 Makefile 
  Log:
  Update warning and FORBIDDEN message.  Compromise of PR and feedback.
  
  PR:		24266
  Submitted by:	Berend de Boer <berend@pobox.com> MAINTAINER
  
  Revision  Changes    Path
  1.12      +6 -2      ports/databases/interbase4/Makefile



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


From owner-cvs-all  Mon Feb 12 19:52:35 2001
Delivered-To: cvs-all@freebsd.org
Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5082937B491; Mon, 12 Feb 2001 19:52:19 -0800 (PST)
Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112])
	by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1D3qDH25173;
	Tue, 13 Feb 2001 05:52:14 +0200
Received: (from max@localhost)
	by vic.sabbo.net (8.11.2/8.11.2) id f1D3qE953186;
	Tue, 13 Feb 2001 05:52:14 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
From: Maxim Sobolev <sobomax@FreeBSD.org>
Message-Id: <200102130352.f1D3qE953186@vic.sabbo.net>
Subject: Re: cvs commit: ports/graphics/avifile Makefile distinfo pkg-plist
To: lioux@FreeBSD.org (Mario Sergio Fujikawa Ferreira)
Date: Tue, 13 Feb 2001 05:52:09 +0200 (EET)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-Reply-To: <200102130238.f1D2cCa94261@freefall.freebsd.org> from "Mario Sergio Fujikawa Ferreira" at Feb 12, 2001 06:38:12 PM
X-Mailer: ELM [version 2.5 PL3]
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="%--multipart-mixed-boundary-1.52623.982036329--%"
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


--%--multipart-mixed-boundary-1.52623.982036329--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> 
> lioux       2001/02/12 18:38:12 PST
> 
>   Modified files:
>     graphics/avifile     Makefile distinfo pkg-plist 
>   Log:
>   Move all codecs to a port of their own, since the codecs present
>   on this port can be also used by other ports -> graphics/win32-codecs.
>   Therefore, all codec related code will be removed,
>   
>   Depend on that port from now on.
>   
>   A positive side effect is that this port can now produce a package
>   since the RESTRICTED flag (related to the codecs) can be removed.
>   
>   Update LEGAL, win32-codecs instead of avifile is now RESTRICTED.
>   
>   PR:		25035
>   Reviewed by:	sobomax
>   Approved by:	maintainer
>   

BAH:
$ cd /usr/ports/graphics/avifile/
$ make -V CODEC_DETECTION_FILE
cd: can't cd to /graphics/win32-codecs
"Makefile", line 43: warning: "cd /graphics/win32-codecs && make -V CODEC_DETECTION_FILE" returned non-zero status

Please considring attached patch.

Thanks!

-Maxim

--%--multipart-mixed-boundary-1.52623.982036329--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII text
Content-Disposition: attachment; filename="avifile.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/avifile/Makefile,v
retrieving revision 1.10
diff -d -u -r1.10 Makefile
--- Makefile	2001/02/13 02:38:12	1.10
+++ Makefile	2001/02/13 03:51:34
@@ -38,9 +38,8 @@
 
 FMT=	/usr/bin/fmt
 
-CODEC_PORT=	${PORTSDIR}/graphics/win32-codecs
-#CODEC_PORT=	../win32-codecs
-CODEC_DETECTION_FILE!=	cd ${CODEC_PORT} && ${MAKE} -V CODEC_DETECTION_FILE
+CODEC_PORT=	${.CURDIR}/../../graphics/win32-codecs
+CODEC_DETECTION_FILE!=	${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
 
 LIB_VERSION=	0
 # Adhoc fix. First part.

--%--multipart-mixed-boundary-1.52623.982036329--%--


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


From owner-cvs-all  Mon Feb 12 19:56: 2 2001
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 6EDD937B491; Mon, 12 Feb 2001 19:55:53 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D3tr705457;
	Mon, 12 Feb 2001 19:55:53 -0800 (PST)
	(envelope-from will)
Message-Id: <200102130355.f1D3tr705457@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Mon, 12 Feb 2001 19:55:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/make arch.c dir.c job.c main.c make.h
         sprite.h util.c src/usr.bin/make/lst.lib lstInt.h
X-FreeBSD-CVS-Branch: RELENG_3
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2001/02/12 19:55:53 PST

  Modified files:        (Branch: RELENG_3)
    usr.bin/make         arch.c dir.c job.c main.c make.h sprite.h 
                         util.c 
    usr.bin/make/lst.lib lstInt.h 
  Log:
  MFC: Bugfixes.  Small ANSI cleanup.  Style changes avoided.  Committed on
  a RELENG_3 machine (which will become RELENG_4 soon enough..).
  
  Revision  Changes    Path
  1.10.2.4  +28 -14    src/usr.bin/make/arch.c
  1.7.2.2   +13 -6     src/usr.bin/make/dir.c
  1.11.2.5  +17 -21    src/usr.bin/make/job.c
  1.29.2.5  +2 -2      src/usr.bin/make/main.c
  1.8.2.4   +5 -2      src/usr.bin/make/make.h
  1.7.2.2   +3 -3      src/usr.bin/make/sprite.h
  1.4.2.2   +3 -6      src/usr.bin/make/util.c
  1.5.2.2   +1 -1      src/usr.bin/make/lst.lib/lstInt.h



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


From owner-cvs-all  Mon Feb 12 20:21:18 2001
Delivered-To: cvs-all@freebsd.org
Received: from 200-227-201-149-as.acessonet.com.br (200-227-201-149-as.acessonet.com.br [200.227.201.149])
	by hub.freebsd.org (Postfix) with ESMTP id 1B57637B4EC
	for <cvs-all@FreeBSD.org>; Mon, 12 Feb 2001 20:21:09 -0800 (PST)
Received: (qmail 4675 invoked by uid 1001); 13 Feb 2001 04:21:15 -0000
From: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
Date: Tue, 13 Feb 2001 02:20:53 -0200
To: Maxim Sobolev <sobomax@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/graphics/avifile Makefile distinfo pkg-plist
Message-ID: <20010213022053.A3912@Fedaykin.here>
References: <200102130238.f1D2cCa94261@freefall.freebsd.org> <200102130352.f1D3qE953186@vic.sabbo.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200102130352.f1D3qE953186@vic.sabbo.net>; from sobomax@FreeBSD.org on Tue, Feb 13, 2001 at 05:51:47AM +0200
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> Please considring attached patch.

Thanks for the prompt patch.  A doubt, though, before I move.

Why is the following not working? This surely looks fine. Why is
${PORTSDIR} not being expanded correctly?

The only thing broken there is the CODEC_PORT var due to PORTSDIR
not being expanded. Why?

As per the CODEC_DETECTION_FILE, I do believe it is a bikeshed
though both are not isomorph. Just check mail/qmail-ldap for an
example where using the second form brakes it. But I can appreciate
that it is more aestheticaly pleasant. I can use the second. I was
just wondering why it is better. I am just clueless as to why,
this is not cinicism.

Content-Description: ASCII text
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/graphics/avifile/Makefile,v
> retrieving revision 1.10
> diff -d -u -r1.10 Makefile
> --- Makefile	2001/02/13 02:38:12	1.10
> +++ Makefile	2001/02/13 03:51:34
> @@ -38,9 +38,8 @@
>  
>  FMT=	/usr/bin/fmt
>  
> -CODEC_PORT=	${PORTSDIR}/graphics/win32-codecs
> -#CODEC_PORT=	../win32-codecs
> -CODEC_DETECTION_FILE!=	cd ${CODEC_PORT} && ${MAKE} -V CODEC_DETECTION_FILE
> +CODEC_PORT=	${.CURDIR}/../../graphics/win32-codecs
> +CODEC_DETECTION_FILE!=	${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
>  
>  LIB_VERSION=	0
>  # Adhoc fix. First part.

Thanks,

-- 
Mario S F Ferreira - UnB - Brazil - "I guess this is a signature."
lioux at ( freebsd dot org | linf dot unb dot br )
flames to beloved devnull@someotherworldbeloworabove.org


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


From owner-cvs-all  Mon Feb 12 20:34:35 2001
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 14BB037B4EC; Mon, 12 Feb 2001 20:34:23 -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 f1D4XnU58135;
	Mon, 12 Feb 2001 20:33:50 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200102130433.f1D4XnU58135@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: Matt Dillon <dillon@earth.backplane.com>
Cc: Warner Losh <imp@harmony.village.org>,
	Robert Watson <rwatson@FreeBSD.ORG>,
	Peter Pentchev <roam@orbitel.bg>,
	Dag-Erling Smorgrav <des@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h 
In-Reply-To: <200102121823.f1CINTB07769@earth.backplane.com> 
Date: Mon, 12 Feb 2001 20:33:49 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Matt Dillon wrote:
> :Warner Losh wrote:
> :> In message <Pine.NEB.3.96L.1010122142028.19966D-100000@fledge.watson.org> 
    Rob
> :    ert Watson writes:
> :> : appreciated.   (this will also make it easier for portable kernel
> :> : monitoring tools to be written, and allow graphical monitoring tools to
> :> : run with less privilege).
> :> 
> :> And generally make for a happier security officer team :-)
> :
> :And an unhappier team of people dealing with kernel crashdumps. :-(
> :
> :All this sysctl stuff is fine, but dont kill the crashdump reading code!
> :If -M or -N are specified then use the old way (and require root to be
> :running it).  Without -M or -N, use sysctl. 
> :
> :Cheers,
> :-Peter
> 
>    You don't need root to use -M and -N, you only need to be able to
>    access the dump files.

Sorry for not being specific about it.  I didn't mean to check for uid ==
root, I meant just rely on the user's existing privs to read the files.

But one had better hope that the dump files are only root accessible -
imagine all the priviliged info that could be in there...  (master.passwd,
spwd.db, ssh-agent in-memory decoded private keys, etc)

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  Mon Feb 12 20:41:56 2001
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 A4FBF37B491; Mon, 12 Feb 2001 20:41:52 -0800 (PST)
Received: (from imp@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D4fq011848;
	Mon, 12 Feb 2001 20:41:52 -0800 (PST)
	(envelope-from imp)
Message-Id: <200102130441.f1D4fq011848@freefall.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Mon, 12 Feb 2001 20:41:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/conf files
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

imp         2001/02/12 20:41:52 PST

  Modified files:        (Branch: RELENG_4)
    sys/conf             files 
  Log:
  MFC: make xe driver depend on card also being configured.
  
  Revision    Changes    Path
  1.340.2.48  +2 -2      src/sys/conf/files



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


From owner-cvs-all  Mon Feb 12 20:49: 9 2001
Delivered-To: cvs-all@freebsd.org
Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18])
	by hub.freebsd.org (Postfix) with ESMTP
	id E8AC437B4EC; Mon, 12 Feb 2001 20:48:55 -0800 (PST)
Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112])
	by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1D4moH25655;
	Tue, 13 Feb 2001 06:48:52 +0200
Received: (from max@localhost)
	by vic.sabbo.net (8.11.2/8.11.2) id f1D4mqi53345;
	Tue, 13 Feb 2001 06:48:52 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
From: Maxim Sobolev <sobomax@FreeBSD.org>
Message-Id: <200102130448.f1D4mqi53345@vic.sabbo.net>
Subject: Re: cvs commit: ports/graphics/avifile Makefile distinfo pkg-plist
To: lioux@uol.com.br (Mario Sergio Fujikawa Ferreira)
Date: Tue, 13 Feb 2001 06:48:51 +0200 (EET)
Cc: sobomax@FreeBSD.org (Maxim Sobolev), cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-Reply-To: <20010213022053.A3912@Fedaykin.here> from "Mario Sergio Fujikawa Ferreira" at Feb 13, 2001 02:20:53 AM
X-Mailer: ELM [version 2.5 PL3]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> 
> > Please considring attached patch.
> 
> Thanks for the prompt patch.  A doubt, though, before I move.
> 
> Why is the following not working? This surely looks fine. Why is
> ${PORTSDIR} not being expanded correctly?
> 
> The only thing broken there is the CODEC_PORT var due to PORTSDIR
> not being expanded. Why?

Because unlike expansion of ordinary variables, which are postponed
until appropriate variable is referenced in a rule or target (i.e.
if you have A=foo B=${A} bar, then internally make(1) stores B as
"${A} bar" not as "foo bar" and substitutes bar for ${A} only when
${B} is referenced in a rule or target), != assigment happens
immediately at the time of parsing. Therefore ${PORTSDIR} is just not
defined at that time, because it belongs to bsd.port.mk, which is
being included later. Move CODEC_DETECTION_FILE assignment down after
.include <bsd.port.pre.mk> if you really wanna use ${PORTSDIR}. Check
make(1) manpage for details. Though, I'm not recommending use of
${PORTSDIR} for this purpose because it's makes it harder to debug
or modify these ports outside of /usr/ports.

> As per the CODEC_DETECTION_FILE, I do believe it is a bikeshed
> though both are not isomorph. Just check mail/qmail-ldap for an
> example where using the second form brakes it. But I can appreciate
> that it is more aestheticaly pleasant. I can use the second. I was
> just wondering why it is better. I am just clueless as to why,
> this is not cinicism.

Well, do what you feel is better for you. I'm not going to enforce
my own coding rules at you.

-Maxim


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


From owner-cvs-all  Mon Feb 12 21:15:46 2001
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 7D2A637B4EC; Mon, 12 Feb 2001 21:15:43 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D5Fhc16968;
	Mon, 12 Feb 2001 21:15:43 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102130515.f1D5Fhc16968@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Mon, 12 Feb 2001 21:15:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/avifile Makefile ports/graphics/xmps-win32-plugin
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/12 21:15:43 PST

  Modified files:
    graphics/avifile     Makefile 
    graphics/xmps-win32-plugin Makefile 
  Log:
  Fix typo in CODEC installation detection adhoc rotines:
  
  - Both change CODEC_PORT to a relative reference and update
  CODEC_DETECTION_FILE to a cleaner syntax.
  
  Submitted by:	sobomax
  
  Revision  Changes    Path
  1.11      +4 -4      ports/graphics/avifile/Makefile
  1.2       +4 -4      ports/graphics/xmps-win32-plugin/Makefile



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


From owner-cvs-all  Mon Feb 12 21:20: 2 2001
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 B173B37B491; Mon, 12 Feb 2001 21:19:57 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D5Jvk17533;
	Mon, 12 Feb 2001 21:19:57 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102130519.f1D5Jvk17533@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Mon, 12 Feb 2001 21:19:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/perl/libperl Makefile src/gnu/usr.bin/perl/miniperl
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/12 21:19:57 PST

  Modified files:
    gnu/usr.bin/perl/libperl Makefile 
    gnu/usr.bin/perl/miniperl Makefile 
  Log:
  When setproctitle() moved from libutil to libc, we forgot to back the
  change out that made libperl.so dynamically depend on libutil.so to pick
  up setproctitle() in its old location.  This breaks changes involving
  incomptabable libc's because ld looks for the dynamic dependency
  (which it has no business doing anyway) in the wrong place - /usr/lib!
  
  Revision  Changes    Path
  1.15      +3 -3      src/gnu/usr.bin/perl/libperl/Makefile
  1.18      +3 -3      src/gnu/usr.bin/perl/miniperl/Makefile



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


From owner-cvs-all  Mon Feb 12 23: 2:21 2001
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 84C2937B4EC; Mon, 12 Feb 2001 23:02:12 -0800 (PST)
Received: (from jkoshy@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D72Bp33471;
	Mon, 12 Feb 2001 23:02:11 -0800 (PST)
	(envelope-from jkoshy)
Message-Id: <200102130702.f1D72Bp33471@freefall.freebsd.org>
From: Joseph Koshy <jkoshy@FreeBSD.org>
Date: Mon, 12 Feb 2001 23:02:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/news press.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jkoshy      2001/02/12 23:02:11 PST

  Modified files:
    en/news              press.sgml 
  Log:
  Correct format of the last few entries.
  
  Revision  Changes    Path
  1.171     +5 -5      www/en/news/press.sgml



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


From owner-cvs-all  Mon Feb 12 23:30:52 2001
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 53C3F37B4EC; Mon, 12 Feb 2001 23:30:50 -0800 (PST)
Received: (from taoka@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D7Uo338909;
	Mon, 12 Feb 2001 23:30:50 -0800 (PST)
	(envelope-from taoka)
Message-Id: <200102130730.f1D7Uo338909@freefall.freebsd.org>
From: Satoshi Taoka <taoka@FreeBSD.org>
Date: Mon, 12 Feb 2001 23:30:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/pips-sc980 distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

taoka       2001/02/12 23:30:50 PST

  Modified files:
    print/pips-sc980     distinfo 
  Log:
  Fixed distinfo
  
  Revision  Changes    Path
  1.2       +1 -1      ports/print/pips-sc980/distinfo



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


From owner-cvs-all  Mon Feb 12 23:33:42 2001
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 B9A1037B4EC; Mon, 12 Feb 2001 23:33:34 -0800 (PST)
Received: (from dougb@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D7XYB39231;
	Mon, 12 Feb 2001 23:33:34 -0800 (PST)
	(envelope-from dougb)
Message-Id: <200102130733.f1D7XYB39231@freefall.freebsd.org>
From: Doug Barton <dougb@FreeBSD.org>
Date: Mon, 12 Feb 2001 23:33:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/bind9 Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dougb       2001/02/12 23:33:34 PST

  Modified files:
    net/bind9            Makefile distinfo 
  Log:
  Latest update from ISC. Truly just bugfixes.
  
  Revision  Changes    Path
  1.29      +2 -2      ports/net/bind9/Makefile
  1.15      +1 -1      ports/net/bind9/distinfo



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


From owner-cvs-all  Mon Feb 12 23:47:44 2001
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 08CBD37B4EC; Mon, 12 Feb 2001 23:47:42 -0800 (PST)
Received: (from jkh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D7lfN40524;
	Mon, 12 Feb 2001 23:47:41 -0800 (PST)
	(envelope-from jkh)
Message-Id: <200102130747.f1D7lfN40524@freefall.freebsd.org>
From: "Jordan K. Hubbard" <jkh@FreeBSD.org>
Date: Mon, 12 Feb 2001 23:47:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jkh         2001/02/12 23:47:41 PST

  Modified files:
    .                    Makefile 
  Log:
  Cosmetic fix: Document targets at the top in a uniform way.
  
  Revision  Changes    Path
  1.243     +2 -2      src/Makefile



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


From owner-cvs-all  Tue Feb 13  1:22:19 2001
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 6D03937B491; Tue, 13 Feb 2001 01:22:15 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9MFt55602;
	Tue, 13 Feb 2001 01:22:15 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102130922.f1D9MFt55602@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:22:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 pcvt.4
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 01:22:15 PST

  Modified files:
    share/man/man4       pcvt.4 
  Log:
  mdoc(7) police: replace ``.It No'' with .Pp.
  
  Revision  Changes    Path
  1.33      +9 -9      src/share/man/man4/pcvt.4



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


From owner-cvs-all  Tue Feb 13  1:26:50 2001
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 38CEA37B491; Tue, 13 Feb 2001 01:26:46 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9Qk256094;
	Tue, 13 Feb 2001 01:26:46 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102130926.f1D9Qk256094@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:26:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4 pcvt.4
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 01:26:46 PST

  Modified files:
    share/man/man4       pcvt.4 
  Log:
  mdoc(7) police: ... and uncompact the list.
  
  Revision  Changes    Path
  1.34      +2 -10     src/share/man/man4/pcvt.4



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


From owner-cvs-all  Tue Feb 13  1:38:54 2001
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 DBCA437B491; Tue, 13 Feb 2001 01:38:48 -0800 (PST)
Received: (from sumikawa@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9cmg57494;
	Tue, 13 Feb 2001 01:38:48 -0800 (PST)
	(envelope-from sumikawa)
Message-Id: <200102130938.f1D9cmg57494@freefall.freebsd.org>
From: Munechika SUMIKAWA <sumikawa@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:38:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/apache13+ipv6 Makefile ports/www/apache13+ipv6/files
         patch-rewrite
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sumikawa    2001/02/13 01:38:48 PST

  Modified files:
    www/apache13+ipv6    Makefile 
  Added files:
    www/apache13+ipv6/files patch-rewrite 
  Log:
  Add official fix for RewriteMap bug.
  
  Submitted by:	Marcin Cieslak <saper@system.pl>
  
  Revision  Changes    Path
  1.14      +2 -1      ports/www/apache13+ipv6/Makefile



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


From owner-cvs-all  Tue Feb 13  1:49:25 2001
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 1276E37B491; Tue, 13 Feb 2001 01:49:21 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9nKS58937;
	Tue, 13 Feb 2001 01:49:20 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102130949.f1D9nKS58937@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:49:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/13 01:49:18 PST

  Modified files:
    usr.sbin/pkg_install/add main.c pkg_add.1 
  Log:
  In light of the dismal transfer times from ftp.FreeBSD.org, add a new
  `PACKAGEROOT' env var which you would set to a proper mirror of
  ftp.FreeBSD.org (say "export PACKAGEROOT=ftp://ftp3.FreeBSD.org"), to
  fetch from an alternate place.  This is easier to use than `PACKAGESITE'
  for true mirrors, and can be used in your dot files across all versions
  of FreeBSD.
  
  Revision  Changes    Path
  1.32      +23 -11    src/usr.sbin/pkg_install/add/main.c
  1.42      +15 -1     src/usr.sbin/pkg_install/add/pkg_add.1



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


From owner-cvs-all  Tue Feb 13  1:50:42 2001
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 C163537B491; Tue, 13 Feb 2001 01:50:33 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9oUD59138;
	Tue, 13 Feb 2001 01:50:30 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102130950.f1D9oUD59138@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:50:30 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/bin/chmod chmod.1 src/bin/ls ls.1 src/bin/pax
         pax.1 src/bin/rcp rcp.1 src/bin/rm rm.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 01:50:29 PST

  Modified files:
    bin/chmod            chmod.1 
    bin/ls               ls.1 
    bin/pax              pax.1 
    bin/rcp              rcp.1 
    bin/rm               rm.1 
  Log:
  mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
  
  Revision  Changes    Path
  1.22      +2 -2      src/bin/chmod/chmod.1
  1.48      +2 -2      src/bin/ls/ls.1
  1.16      +3 -3      src/bin/pax/pax.1
  1.12      +2 -2      src/bin/rcp/rcp.1
  1.22      +2 -2      src/bin/rm/rm.1



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


From owner-cvs-all  Tue Feb 13  1:52:55 2001
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 EC3C437B4EC; Tue, 13 Feb 2001 01:52:51 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9qpN59416;
	Tue, 13 Feb 2001 01:52:51 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102130952.f1D9qpN59416@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:52:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/md5 md5.1 src/sbin/restore restore.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 01:52:51 PST

  Modified files:
    sbin/md5             md5.1 
    sbin/restore         restore.8 
  Log:
  mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
  
  Revision  Changes    Path
  1.12      +2 -2      src/sbin/md5/md5.1
  1.27      +3 -3      src/sbin/restore/restore.8



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


From owner-cvs-all  Tue Feb 13  1:55:16 2001
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 7347037B491; Tue, 13 Feb 2001 01:55:12 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9tCs59960;
	Tue, 13 Feb 2001 01:55:12 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102130955.f1D9tCs59960@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:55:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/ar ar.1 ar.1aout src/usr.bin/gensetdefs
         gensetdefs.8 src/usr.bin/head head.1 src/usr.bin/hexdump hexdump.1
         src/usr.bin/lam lam.1 src/usr.bin/look look.1 src/usr.bin/minigzip
         minigzip.1 src/usr.bin/mkdep mkdep.1 src/usr.bin/mkstr mkstr.1 ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 01:55:12 PST

  Modified files:
    usr.bin/ar           ar.1 ar.1aout 
    usr.bin/gensetdefs   gensetdefs.8 
    usr.bin/head         head.1 
    usr.bin/hexdump      hexdump.1 
    usr.bin/lam          lam.1 
    usr.bin/look         look.1 
    usr.bin/minigzip     minigzip.1 
    usr.bin/mkdep        mkdep.1 
    usr.bin/mkstr        mkstr.1 
    usr.bin/paste        paste.1 
    usr.bin/pr           pr.1 
    usr.bin/ranlib       ranlib.1 ranlib.1aout 
    usr.bin/rev          rev.1 
    usr.bin/sed          sed.1 
  Log:
  mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
  
  Revision  Changes    Path
  1.12      +10 -10    src/usr.bin/ar/ar.1
  1.10      +11 -10    src/usr.bin/ar/ar.1aout
  1.4       +2 -2      src/usr.bin/gensetdefs/gensetdefs.8
  1.6       +2 -2      src/usr.bin/head/head.1
  1.13      +3 -3      src/usr.bin/hexdump/hexdump.1
  1.9       +3 -3      src/usr.bin/lam/lam.1
  1.7       +2 -2      src/usr.bin/look/look.1
  1.5       +2 -2      src/usr.bin/minigzip/minigzip.1
  1.10      +2 -2      src/usr.bin/mkdep/mkdep.1
  1.8       +2 -2      src/usr.bin/mkstr/mkstr.1
  1.6       +2 -2      src/usr.bin/paste/paste.1
  1.13      +2 -2      src/usr.bin/pr/pr.1
  1.9       +2 -2      src/usr.bin/ranlib/ranlib.1
  1.8       +5 -3      src/usr.bin/ranlib/ranlib.1aout
  1.6       +2 -2      src/usr.bin/rev/rev.1
  1.17      +3 -3      src/usr.bin/sed/sed.1



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


From owner-cvs-all  Tue Feb 13  1:55:28 2001
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 5B90D37B727; Tue, 13 Feb 2001 01:55:22 -0800 (PST)
Received: (from kato@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9tMH59992;
	Tue, 13 Feb 2001 01:55:22 -0800 (PST)
	(envelope-from kato)
Message-Id: <200102130955.f1D9tMH59992@freefall.freebsd.org>
From: KATO Takenori <kato@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:55:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/pc98/pc98 sio.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kato        2001/02/13 01:55:22 PST

  Modified files:
    sys/pc98/pc98        sio.c 
  Log:
  Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).
  
  Revision  Changes    Path
  1.146     +13 -13    src/sys/pc98/pc98/sio.c



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


From owner-cvs-all  Tue Feb 13  1:56:45 2001
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 7434A37B491; Tue, 13 Feb 2001 01:56:37 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1D9ubC60179;
	Tue, 13 Feb 2001 01:56:37 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102130956.f1D9ubC60179@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 01:56:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/chown chown.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 01:56:37 PST

  Modified files:
    usr.sbin/chown       chown.8 
  Log:
  mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
  
  Revision  Changes    Path
  1.13      +2 -2      src/usr.sbin/chown/chown.8



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


From owner-cvs-all  Tue Feb 13  2: 4:41 2001
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 B396F37B491; Tue, 13 Feb 2001 02:04:32 -0800 (PST)
Received: (from kato@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DA4WM61152;
	Tue, 13 Feb 2001 02:04:32 -0800 (PST)
	(envelope-from kato)
Message-Id: <200102131004.f1DA4WM61152@freefall.freebsd.org>
From: KATO Takenori <kato@FreeBSD.org>
Date: Tue, 13 Feb 2001 02:04:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/pc98/pc98 npx.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kato        2001/02/13 02:04:32 PST

  Modified files:
    sys/pc98/pc98        npx.c 
  Log:
  Merged from sys/i386/isa/npx.c revision 1.90.
  
  Revision  Changes    Path
  1.66      +6 -1      src/sys/pc98/pc98/npx.c



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


From owner-cvs-all  Tue Feb 13  2:35:21 2001
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 7D44037B491; Tue, 13 Feb 2001 02:35:16 -0800 (PST)
Received: (from kato@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DAZGt66172;
	Tue, 13 Feb 2001 02:35:16 -0800 (PST)
	(envelope-from kato)
Message-Id: <200102131035.f1DAZGt66172@freefall.freebsd.org>
From: KATO Takenori <kato@FreeBSD.org>
Date: Tue, 13 Feb 2001 02:35:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/pc98/pc98 clock.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kato        2001/02/13 02:35:16 PST

  Modified files:
    sys/pc98/pc98        clock.c 
  Log:
  Merged from sys/i386/isa/clock.c revision 1.169.
  
  Revision  Changes    Path
  1.100     +9 -9      src/sys/pc98/pc98/clock.c



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


From owner-cvs-all  Tue Feb 13  2:36:47 2001
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 55C3737B4EC; Tue, 13 Feb 2001 02:36:43 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DAagh66358;
	Tue, 13 Feb 2001 02:36:42 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102131036.f1DAagh66358@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Tue, 13 Feb 2001 02:36:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/fetchmail Makefile distinfo pkg-plist
         ports/mail/fetchmail/files patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

roam        2001/02/13 02:36:42 PST

  Modified files:
    mail/fetchmail       Makefile distinfo pkg-plist 
    mail/fetchmail/files patch-ad 
  Log:
  Update to 5.6.5.
  
  Approved by:	maintainer
  Weird look to:	Eric S. Raymonds (3 releases in 2 weeks?! Oh come ON!)
  
  Revision  Changes    Path
  1.115     +3 -3      ports/mail/fetchmail/Makefile
  1.95      +1 -1      ports/mail/fetchmail/distinfo
  1.13      +0 -1      ports/mail/fetchmail/pkg-plist
  1.15      +12 -12    ports/mail/fetchmail/files/patch-ad



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


From owner-cvs-all  Tue Feb 13  3: 2:25 2001
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 A3ABF37B491; Tue, 13 Feb 2001 03:02:20 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DB2K975999;
	Tue, 13 Feb 2001 03:02:20 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131102.f1DB2K975999@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:02:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/cad Makefile ports/cad/iverilog 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

ijliao      2001/02/13 03:02:19 PST

  Modified files:
    cad                  Makefile 
  Added files:
    cad/iverilog         Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add iverilog, a Verilog simulation and synthesis tool
  
  Revision  Changes    Path
  1.20      +2 -1      ports/cad/Makefile



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


From owner-cvs-all  Tue Feb 13  3: 3: 0 2001
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 3EE7537B491; Tue, 13 Feb 2001 03:02:48 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DB2mu76094;
	Tue, 13 Feb 2001 03:02:48 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131102.f1DB2mu76094@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:02:48 -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

ijliao      2001/02/13 03:02:48 PST

  Modified files:
    .                    modules 
  Log:
    iverilog --> ports/cad/iverilog
  
  Revision  Changes    Path
  1.2414    +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  Tue Feb 13  3:29:12 2001
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 D101637B491; Tue, 13 Feb 2001 03:29:08 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DBT8081219;
	Tue, 13 Feb 2001 03:29:08 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102131129.f1DBT8081219@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:29:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/astro Makefile ports/astro/jday 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

jeh         2001/02/13 03:29:08 PST

  Modified files:
    astro                Makefile 
  Added files:
    astro/jday           Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  New Port: astro/jday
  The jday binary can be used to convert calendar dates to astronomical
  julian dates.  This number is useful for a variety of purposes.
  Especially related to calculating elapsed time between instances
  over large or short periods of time.
  
  PR:		23142
  Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
  
  Revision  Changes    Path
  1.29      +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  Tue Feb 13  3:29:29 2001
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 40F7137B6AA; Tue, 13 Feb 2001 03:29:16 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DBTGT81275;
	Tue, 13 Feb 2001 03:29:16 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102131129.f1DBTGT81275@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:29:16 -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

jeh         2001/02/13 03:29:16 PST

  Modified files:
    .                    modules 
  Log:
    jday --> ports/astro/jday
  
  Revision  Changes    Path
  1.2415    +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  Tue Feb 13  3:41:14 2001
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 C1D1F37B491; Tue, 13 Feb 2001 03:41:11 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DBfB882905;
	Tue, 13 Feb 2001 03:41:11 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131141.f1DBfB882905@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:41:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/gtgt 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

ijliao      2001/02/13 03:41:09 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/gtgt           Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add gtgt, a set of scripts for creating a whole set of sources, which
  may already be compiled and installed by using the GNU development tools.
  
  Revision  Changes    Path
  1.435     +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  Tue Feb 13  3:41:25 2001
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 25D6137B6B6; Tue, 13 Feb 2001 03:41:21 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DBfK382946;
	Tue, 13 Feb 2001 03:41:20 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131141.f1DBfK382946@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:41:20 -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

ijliao      2001/02/13 03:41:18 PST

  Modified files:
    .                    modules 
  Log:
    gtgt --> ports/devel/gtgt
  
  Revision  Changes    Path
  1.2416    +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  Tue Feb 13  3:48:35 2001
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 3524837B491; Tue, 13 Feb 2001 03:48:33 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DBmXv83498;
	Tue, 13 Feb 2001 03:48:33 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102131148.f1DBmXv83498@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:48:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/isofs/cd9660 cd9660_util.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/13 03:48:32 PST

  Modified files:
    sys/isofs/cd9660     cd9660_util.c 
  Log:
  Add a hook for loading of a Unicode -> char conversion routine as a kld at a
  run-time. This is temporary solution until proper kernel Unicode interfaces
  are in place and as such was purposely designed to be as tiny as possible
  (3 lines of the code not counting comments). The port with conversion routines
  for the most popular single-byte languages will be added later today
  
  Reviewed by:	bp, "Michael C . Wu" <keichii@iteration.net>
  Approved by:	bp
  
  Revision  Changes    Path
  1.16      +13 -1     src/sys/isofs/cd9660/cd9660_util.c



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


From owner-cvs-all  Tue Feb 13  3:54:44 2001
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 CB05737B491; Tue, 13 Feb 2001 03:54:41 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DBsfD84067;
	Tue, 13 Feb 2001 03:54:41 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102131154.f1DBsfD84067@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Tue, 13 Feb 2001 03:54:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/13 03:54:38 PST

  Modified files:
    security/uvscan-dat  Makefile distinfo 
  Log:
  Update to 4121 virus definitions
  
  Revision  Changes    Path
  1.13      +2 -2      ports/security/uvscan-dat/Makefile
  1.13      +1 -1      ports/security/uvscan-dat/distinfo



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


From owner-cvs-all  Tue Feb 13  4:21:29 2001
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 C4B6C37B491; Tue, 13 Feb 2001 04:21:22 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DCLMa92567;
	Tue, 13 Feb 2001 04:21:22 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102131221.f1DCLMa92567@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Tue, 13 Feb 2001 04:21:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/gcc295 Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/13 04:21:22 PST

  Modified files:
    lang/gcc295          Makefile distinfo 
  Log:
  Update to the 3rd 2.95.3 pre-release (test) release.
  
  Revision  Changes    Path
  1.77      +9 -8      ports/lang/gcc295/Makefile
  1.27      +5 -5      ports/lang/gcc295/distinfo



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


From owner-cvs-all  Tue Feb 13  4:33:39 2001
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 86B5037B491; Tue, 13 Feb 2001 04:33:35 -0800 (PST)
Received: (from brian@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DCXZ693936;
	Tue, 13 Feb 2001 04:33:35 -0800 (PST)
	(envelope-from brian)
Message-Id: <200102131233.f1DCXZ693936@freefall.freebsd.org>
From: Brian Somers <brian@FreeBSD.org>
Date: Tue, 13 Feb 2001 04:33:35 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp server.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

brian       2001/02/13 04:33:35 PST

  Modified files:
    usr.sbin/ppp         server.c 
  Log:
  Don't even look at af_family if accept() returns sa->sa_len == 0
  
  Revision  Changes    Path
  1.35      +5 -1      src/usr.sbin/ppp/server.c



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


From owner-cvs-all  Tue Feb 13  4:34: 8 2001
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 5DC2337B491; Tue, 13 Feb 2001 04:34:05 -0800 (PST)
Received: (from brian@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DCY5T93989;
	Tue, 13 Feb 2001 04:34:05 -0800 (PST)
	(envelope-from brian)
Message-Id: <200102131234.f1DCY5T93989@freefall.freebsd.org>
From: Brian Somers <brian@FreeBSD.org>
Date: Tue, 13 Feb 2001 04:34:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/ppp server.c
X-FreeBSD-CVS-Branch: NETGRAPH
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

brian       2001/02/13 04:34:05 PST

  Modified files:        (Branch: NETGRAPH)
    usr.sbin/ppp         server.c 
  Log:
  MFC: Don't even look at af_family if accept() returns sa->sa_len == 0
  
  Revision  Changes    Path
  1.31.2.4  +5 -1      src/usr.sbin/ppp/server.c



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


From owner-cvs-all  Tue Feb 13  4:46:42 2001
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 831BA37B4EC; Tue, 13 Feb 2001 04:46:39 -0800 (PST)
Received: (from max@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DCkdi97992;
	Tue, 13 Feb 2001 04:46:39 -0800 (PST)
	(envelope-from max)
Message-Id: <200102131246.f1DCkdi97992@freefall.freebsd.org>
From: Masafumi Max NAKANE <max@FreeBSD.org>
Date: Tue, 13 Feb 2001 04:46:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/kakasi Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

max         2001/02/13 04:46:39 PST

  Modified files:
    japanese/kakasi      Makefile distinfo pkg-plist 
  Log:
  Upgrade to 2.3.3.
  
  Revision  Changes    Path
  1.22      +3 -3      ports/japanese/kakasi/Makefile
  1.6       +1 -1      ports/japanese/kakasi/distinfo
  1.10      +1 -0      ports/japanese/kakasi/pkg-plist



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


From owner-cvs-all  Tue Feb 13  4:59:40 2001
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 8E7F437B4EC; Tue, 13 Feb 2001 04:59:36 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DCxaS99649;
	Tue, 13 Feb 2001 04:59:36 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102131259.f1DCxaS99649@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Tue, 13 Feb 2001 04:59:35 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc Makefile ports/textproc/tclExpat
         Makefile distinfo pkg-comment pkg-descr pkg-plist
         ports/textproc/tclExpat/files Makefile patch-aa pkgIndex.tcl.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/13 04:59:35 PST

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/tclExpat    Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    textproc/tclExpat/files Makefile patch-aa pkgIndex.tcl.in 
  Log:
  New Port: textproc/tclExpat
  This is the TCL interface to the Expat library. I updated it to link
  against the modern Expat, as installed by the expat2 port.
  
  PR:		22879
  Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
  
  Revision  Changes    Path
  1.164     +2 -1      ports/textproc/Makefile



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


From owner-cvs-all  Tue Feb 13  5: 0: 0 2001
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 2337F37B503; Tue, 13 Feb 2001 04:59:53 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DCxrO99746;
	Tue, 13 Feb 2001 04:59:53 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102131259.f1DCxrO99746@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Tue, 13 Feb 2001 04:59:53 -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

jeh         2001/02/13 04:59:52 PST

  Modified files:
    .                    modules 
  Log:
    tclExpat --> ports/textproc/tclExpat
  
  Revision  Changes    Path
  1.2417    +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  Tue Feb 13  5: 5: 6 2001
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 ABCC037B503; Tue, 13 Feb 2001 05:05:00 -0800 (PST)
Received: (from nectar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DD50M00610;
	Tue, 13 Feb 2001 05:05:00 -0800 (PST)
	(envelope-from nectar)
Message-Id: <200102131305.f1DD50M00610@freefall.freebsd.org>
From: Jacques Vidrine <nectar@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:05:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/secure/usr.sbin/sshd Makefile
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nectar      2001/02/13 05:05:00 PST

  Modified files:        (Branch: RELENG_4)
    secure/usr.sbin/sshd Makefile 
  Log:
  MFC 1.14: HAVE_PAM_GETENVLIST
  
  Revision  Changes    Path
  1.5.2.6   +2 -2      src/secure/usr.sbin/sshd/Makefile



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


From owner-cvs-all  Tue Feb 13  5: 5:24 2001
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 1D28E37B4EC; Tue, 13 Feb 2001 05:05:21 -0800 (PST)
Received: (from nectar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DD5LN01374;
	Tue, 13 Feb 2001 05:05:21 -0800 (PST)
	(envelope-from nectar)
Message-Id: <200102131305.f1DD5LN01374@freefall.freebsd.org>
From: Jacques Vidrine <nectar@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:05:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/login login.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nectar      2001/02/13 05:05:20 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/login        login.c 
  Log:
  MFC 1.56: Export environmental variables set by PAM modules.
  
  Revision  Changes    Path
  1.51.2.5  +59 -1     src/usr.bin/login/login.c



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


From owner-cvs-all  Tue Feb 13  5: 8:34 2001
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 A2A0037B4EC; Tue, 13 Feb 2001 05:08:26 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DD8Ql03107;
	Tue, 13 Feb 2001 05:08:26 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102131308.f1DD8Ql03107@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:08:26 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/acroread4 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/13 05:08:26 PST

  Modified files:
    print/acroread4      Makefile 
  Log:
  Change the port name to "acroread4" so we can remove the "no latest"
  setting and make this pkg_add -r'able.  I don't see acroread4 replacing
  acroread3 as the preferred acroreader in many's eyes.
  
  Revision  Changes    Path
  1.29      +2 -4      ports/print/acroread4/Makefile



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


From owner-cvs-all  Tue Feb 13  5:25:30 2001
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 A9D7537B4EC; Tue, 13 Feb 2001 05:25:26 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DDPQx05122;
	Tue, 13 Feb 2001 05:25:26 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102131325.f1DDPQx05122@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:25:26 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/cad/magic Makefile distinfo
         ports/cad/magic/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/13 05:25:26 PST

  Modified files:
    cad/magic            Makefile distinfo 
    cad/magic/files      patch-aa 
  Log:
  Update to version 6.5.1 and homepage
  
  PR:		22935
  Submitted by:	Eric Furbish <efurbish@rice.edu>
  
  Revision  Changes    Path
  1.20      +4 -4      ports/cad/magic/Makefile
  1.3       +1 -1      ports/cad/magic/distinfo
  1.8       +12 -26    ports/cad/magic/files/patch-aa



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


From owner-cvs-all  Tue Feb 13  5:30: 9 2001
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 4A34837B503; Tue, 13 Feb 2001 05:30:00 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DDU0J05608;
	Tue, 13 Feb 2001 05:30:00 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102131330.f1DDU0J05608@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:30:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/webmin/files webmin.sh.sample
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/13 05:30:00 PST

  Modified files:
    sysutils/webmin/files webmin.sh.sample 
  Log:
  Some whitespace fixes (spaces -> tabs) in the startup script.
  
  Revision  Changes    Path
  1.3       +3 -3      ports/sysutils/webmin/files/webmin.sh.sample



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


From owner-cvs-all  Tue Feb 13  5:30:29 2001
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 C6DF037B503; Tue, 13 Feb 2001 05:30:19 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DDUHh05684;
	Tue, 13 Feb 2001 05:30:17 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102131330.f1DDUHh05684@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:30:17 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/cad/irsim Makefile distinfo
         ports/cad/irsim/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/13 05:30:17 PST

  Modified files:
    cad/irsim            Makefile distinfo 
    cad/irsim/files      patch-aa 
  Log:
  Update to 9.4 and update homepage
  
  PR:		22935
  Submitted by:	Eric Furbish <efurbish@rice.edu>
  
  Revision  Changes    Path
  1.13      +3 -3      ports/cad/irsim/Makefile
  1.3       +1 -1      ports/cad/irsim/distinfo
  1.6       +2 -2      ports/cad/irsim/files/patch-aa



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


From owner-cvs-all  Tue Feb 13  5:56:44 2001
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 B0A4A37B503; Tue, 13 Feb 2001 05:56:34 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DDuYF08120;
	Tue, 13 Feb 2001 05:56:34 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102131356.f1DDuYF08120@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:56:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cd9660_unicode
         Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/13 05:56:34 PST

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/cd9660_unicode Makefile distinfo pkg-comment 
                            pkg-descr pkg-message pkg-plist 
  Log:
  Add cd9660_unicode 1.0, a kernel driver for reading CD disks with non-English
  filenames. Requires -current as of several hours ago.
  
  Revision  Changes    Path
  1.154     +2 -1      ports/sysutils/Makefile



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


From owner-cvs-all  Tue Feb 13  5:58: 5 2001
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 89EE137B4EC; Tue, 13 Feb 2001 05:57:57 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DDvvT08268;
	Tue, 13 Feb 2001 05:57:57 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102131357.f1DDvvT08268@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Tue, 13 Feb 2001 05:57:57 -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

sobomax     2001/02/13 05:57:57 PST

  Modified files:
    .                    modules 
  Log:
    cd9660_unicode --> ports/sysutils/cd9660_unicode
  
  Revision  Changes    Path
  1.2418    +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  Tue Feb 13  6:12:43 2001
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 C229F37B4EC; Tue, 13 Feb 2001 06:12:39 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DECdZ12064;
	Tue, 13 Feb 2001 06:12:39 -0800 (PST)
	(envelope-from phk)
Message-Id: <200102131412.f1DECdZ12064@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Tue, 13 Feb 2001 06:12:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8
         ipfw.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2001/02/13 06:12:37 PST

  Modified files:
    sys/netinet          ip_fw.c ip_fw.h 
    sbin/ipfw            ipfw.8 ipfw.c 
  Log:
  Introduce a new feature in IPFW:  Check of the source or destination
  address is configured on a interface.  This is useful for routers with
  dynamic interfaces.  It is now possible to say:
  
          0100 allow       tcp from any to any established
          0200 skipto 1000 tcp from any to any
          0300 allow       ip from any to any
          1000 allow       tcp from 1.2.3.4 to me 22
          1010 deny        tcp from any to me 22
          1020 allow       tcp from any to any
  
  and not have to worry about the behaviour if dynamic interfaces configure
  new IP numbers later on.
  
  The check is semi expensive (traverses the interface address list)
  so it should be protected as in the above example if high performance
  is a requirement.
  
  Revision  Changes    Path
  1.158     +13 -1     src/sys/netinet/ip_fw.c
  1.57      +5 -2      src/sys/netinet/ip_fw.h
  1.78      +15 -1     src/sbin/ipfw/ipfw.8
  1.99      +60 -41    src/sbin/ipfw/ipfw.c



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


From owner-cvs-all  Tue Feb 13  6:14:45 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 96A1937B491; Tue, 13 Feb 2001 06:14:35 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DEEaw51207;
	Tue, 13 Feb 2001 15:14:36 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 06:12:37 PST."
             <200102131412.f1DECdZ12064@freefall.freebsd.org> 
Date: Tue, 13 Feb 2001 15:14:36 +0100
Message-ID: <51205.982073676@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102131412.f1DECdZ12064@freefall.freebsd.org>, Poul-Henning Kamp 
writes:
>phk         2001/02/13 06:12:37 PST
>
>  Modified files:
>    sys/netinet          ip_fw.c ip_fw.h 
>    sbin/ipfw            ipfw.8 ipfw.c 
>  Log:
>  Introduce a new feature in IPFW:  Check of the source or destination
>  address is configured on a interface.  This is useful for routers with
>  dynamic interfaces.  It is now possible to say:
>  
>          0100 allow       tcp from any to any established
>          0200 skipto 1000 tcp from any to any
>          0300 allow       ip from any to any
>          1000 allow       tcp from 1.2.3.4 to me 22
>          1010 deny        tcp from any to me 22
>          1020 allow       tcp from any to any
>  
>  and not have to worry about the behaviour if dynamic interfaces configure
>  new IP numbers later on.
>  
>  The check is semi expensive (traverses the interface address list)
>  so it should be protected as in the above example if high performance
>  is a requirement.

It would be more elegant to have multiple lists of ipfw rules:
        One input list per interface
        One output list per interface
        One list for packets being forwarded
        One list for packets arriving locally
        One list for packets originating locally

And it would be trivial to implement this in a backwards compatible
fashion, but I guess that is bikeshed coloring material so I'll
just leave that thought to fester here in case anyone feels like
looking at it....

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


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


From owner-cvs-all  Tue Feb 13  6:17:24 2001
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 6B83D37B491; Tue, 13 Feb 2001 06:17:21 -0800 (PST)
Received: (from kato@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DEHLO12705;
	Tue, 13 Feb 2001 06:17:21 -0800 (PST)
	(envelope-from kato)
Message-Id: <200102131417.f1DEHLO12705@freefall.freebsd.org>
From: KATO Takenori <kato@FreeBSD.org>
Date: Tue, 13 Feb 2001 06:17:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/conf files.pc98
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kato        2001/02/13 06:17:21 PST

  Modified files:
    sys/conf             files.pc98 
  Log:
  Merged from sys/conf/files.i386 revisoin 1.353.
  
  Revision  Changes    Path
  1.190     +3 -3      src/sys/conf/files.pc98



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


From owner-cvs-all  Tue Feb 13  7: 0:54 2001
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 663C437B491; Tue, 13 Feb 2001 07:00:45 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DF0jx18095;
	Tue, 13 Feb 2001 07:00:45 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102131500.f1DF0jx18095@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Tue, 13 Feb 2001 07:00:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/mpg123 Makefile ports/audio/mpg123/files
         patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/13 07:00:45 PST

  Modified files:
    audio/mpg123         Makefile 
  Added files:
    audio/mpg123/files   patch-ad 
  Log:
  Provide workaround for a bug in pcm driver introduced with format emulation
  changes.
  
  At present newpcm has sticky parameter settings, even when an
  inappropriate value is set.  For instance, set format to alaw on h/w
  that does not support alaw; newpcm interface state records format as
  alaw, and subsequent unrelated state changes may fail, ie a rate change.
  
  In mpg123 this can cause files to be played at lower quality
  than available because of mis-diagnosis of available formats and
  sample rates.  E.g downsamples everything to 11025Hz on this h/w as
  12kHz probing breaks state and subsequent probes for higher supported
  sampling rates.
  
  PR:		25046
  Submitted by:	Orion Hodson <oh@btinternet.com>
  
  Revision  Changes    Path
  1.27      +2 -1      ports/audio/mpg123/Makefile



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


From owner-cvs-all  Tue Feb 13  7:18:50 2001
Delivered-To: cvs-all@freebsd.org
Received: from tao.org.uk (unknown [194.128.198.234])
	by hub.freebsd.org (Postfix) with ESMTP
	id A93DD37B491; Tue, 13 Feb 2001 07:18:42 -0800 (PST)
Received: by tao.org.uk (Postfix, from userid 100)
	id 8AE5D317C; Tue, 13 Feb 2001 15:18:41 +0000 (GMT)
Date: Tue, 13 Feb 2001 15:18:40 +0000
From: Josef Karthauser <joe@tao.org.uk>
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
Message-ID: <20010213151840.A622@tao.org.uk>
References: <200102131412.f1DECdZ12064@freefall.freebsd.org> <51205.982073676@critter>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <51205.982073676@critter>; from phk@critter.freebsd.dk on Tue, Feb 13, 2001 at 03:14:36PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 03:14:36PM +0100, Poul-Henning Kamp wrote:
> In message <200102131412.f1DECdZ12064@freefall.freebsd.org>, Poul-Henning Kamp 
> >  The check is semi expensive (traverses the interface address list)
> >  so it should be protected as in the above example if high performance
> >  is a requirement.
> 
> It would be more elegant to have multiple lists of ipfw rules:
>         One input list per interface
>         One output list per interface
>         One list for packets being forwarded
>         One list for packets arriving locally
>         One list for packets originating locally

This I like.  :)

Joe


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


From owner-cvs-all  Tue Feb 13  7:25:54 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1CEAC37B491; Tue, 13 Feb 2001 07:25:47 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id QAA95735;
	Tue, 13 Feb 2001 16:23:15 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
References: <51205.982073676@critter>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 13 Feb 2001 16:23:15 +0100
In-Reply-To: Poul-Henning Kamp's message of "Tue, 13 Feb 2001 15:14:36 +0100"
Message-ID: <xzplmrawqsc.fsf@flood.ping.uio.no>
Lines: 17
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Poul-Henning Kamp <phk@critter.freebsd.dk> writes:
> It would be more elegant to have multiple lists of ipfw rules:
>         One input list per interface
>         One output list per interface
>         One list for packets being forwarded
>         One list for packets arriving locally
>         One list for packets originating locally

One list to rule them all
One list to find them
One list to bring them all
And in the firewall bind them
In the land of TCP/IP where the packets fly.

DES (sorry, couldn't resist)
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Tue Feb 13  7:29:50 2001
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 E86CD37B503; Tue, 13 Feb 2001 07:29:39 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DFTd323798;
	Tue, 13 Feb 2001 07:29:39 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102131529.f1DFTd323798@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Tue, 13 Feb 2001 07:29:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale ldpart.c ldpart.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/13 07:29:39 PST

  Modified files:
    lib/libc/locale      ldpart.c ldpart.h 
  Log:
  add additional function parameter: bufsize_min. it's possible
  to check two sizes per one function invocation now.
  
  Suggested by: ache
  
  Revision  Changes    Path
  1.3       +7 -4      src/lib/libc/locale/ldpart.c
  1.2       +2 -2      src/lib/libc/locale/ldpart.h



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


From owner-cvs-all  Tue Feb 13  7:32:24 2001
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 927E237B491; Tue, 13 Feb 2001 07:32:21 -0800 (PST)
Received: (from phantom@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DFWLZ24256;
	Tue, 13 Feb 2001 07:32:21 -0800 (PST)
	(envelope-from phantom)
Message-Id: <200102131532.f1DFWLZ24256@freefall.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Tue, 13 Feb 2001 07:32:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c
         src/lib/libc/stdtime timelocal.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phantom     2001/02/13 07:32:21 PST

  Modified files:
    lib/libc/locale      lmessages.c lmonetary.c lnumeric.c 
    lib/libc/stdtime     timelocal.c 
  Log:
  catch up to __part_load_locale() interface change
  
  Revision  Changes    Path
  1.5       +10 -17    src/lib/libc/locale/lmessages.c
  1.9       +3 -2      src/lib/libc/locale/lmonetary.c
  1.9       +3 -2      src/lib/libc/locale/lnumeric.c
  1.15      +2 -2      src/lib/libc/stdtime/timelocal.c



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


From owner-cvs-all  Tue Feb 13  7:42:22 2001
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 9B2B237B491; Tue, 13 Feb 2001 07:42:19 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DFgJG26109;
	Tue, 13 Feb 2001 07:42:19 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131542.f1DFgJG26109@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 07:42:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc Makefile ports/misc/shc Makefile distinfo
         pkg-comment pkg-descr pkg-plist ports/misc/shc/files
         patch-Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/13 07:42:19 PST

  Modified files:
    misc                 Makefile 
  Added files:
    misc/shc             Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    misc/shc/files       patch-Makefile 
  Log:
  add shc, a shell script "encoder"
  
  Revision  Changes    Path
  1.323     +2 -1      ports/misc/Makefile



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


From owner-cvs-all  Tue Feb 13  7:42:37 2001
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 D589D37B6A9; Tue, 13 Feb 2001 07:42:26 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DFgQ726146;
	Tue, 13 Feb 2001 07:42:26 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131542.f1DFgQ726146@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 07:42:26 -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

ijliao      2001/02/13 07:42:26 PST

  Modified files:
    .                    modules 
  Log:
    shc --> ports/misc/shc
  
  Revision  Changes    Path
  1.2419    +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  Tue Feb 13  7:42:46 2001
Delivered-To: cvs-all@freebsd.org
Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8BFA937B4EC; Tue, 13 Feb 2001 07:42:21 -0800 (PST)
Received: from calcaphon.demon.co.uk ([193.237.19.5])
	by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1)
	id 14Shat-000JqA-0V; Tue, 13 Feb 2001 15:42:20 +0000
Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5])
	by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f1DFgIN33775;
	Tue, 13 Feb 2001 15:42:18 GMT
	(envelope-from n_hibma@qubesoft.com)
Received: from localhost (localhost [127.0.0.1])
	by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id MAA43740;
	Tue, 13 Feb 2001 12:38:42 GMT
	(envelope-from n_hibma@qubesoft.com)
Date: Tue, 13 Feb 2001 12:38:42 +0000 (GMT)
From: Nick Hibma <n_hibma@qubesoft.com>
X-X-Sender:  <n_hibma@henny.webweaving.org>
Reply-To: Nick Hibma <n_hibma@qubesoft.com>
To: Dirk Froemberg <dirk@FreeBSD.org>
Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
In-Reply-To: <200102052304.f15N4vb98162@freefall.freebsd.org>
Message-ID: <Pine.BSF.4.31.0102131237390.43637-100000@henny.webweaving.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


You might want to add checking for the '--' as well.

if ( $arg eq '--' ) {
    last;
} elsif ( $arg =~ m/^-.*/ ) {
    push @args, $arg;
} elsif ( $arg =~ m/\.m$/ ) {
    push @filenames, $arg;


On Mon, 5 Feb 2001, Dirk Froemberg wrote:

> dirk        2001/02/05 15:04:57 PST
>
>   Modified files:        (Branch: RELENG_4)
>     sys/kern             makeops.pl
>   Log:
>   Fix detection of flags. Otherwise directory names containing '-'
>   are handled improperly.
>
>   PR:		kern/24868
>   Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
>
>   Revision  Changes    Path
>   1.1.2.2   +2 -2      src/sys/kern/Attic/makeops.pl
>
>
>   http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/Attic/makeops.pl?r1=1.1.2.1&r2=1.1.2.2&cvsroot=freebsd
>

--
Qube Software, Ltd.                                             Private:
n_hibma@qubesoft.com                              n_hibma@webweaving.org
                                                     n_hibma@freebsd.org
http://www.qubesoft.com/                   http://www.etla.net/~n_hibma/



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


From owner-cvs-all  Tue Feb 13  7:42:59 2001
Delivered-To: cvs-all@freebsd.org
Received: from fledge.watson.org (fledge.watson.org [204.156.12.50])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7D44B37B69C; Tue, 13 Feb 2001 07:42:45 -0800 (PST)
Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3])
	by fledge.watson.org (8.11.1/8.11.1) with SMTP id f1DFgih05383;
	Tue, 13 Feb 2001 10:42:44 -0500 (EST)
	(envelope-from robert@fledge.watson.org)
Date: Tue, 13 Feb 2001 10:42:44 -0500 (EST)
From: Robert Watson <rwatson@FreeBSD.org>
X-Sender: robert@fledge.watson.org
To: Will Andrews <will@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/make arch.c dir.c job.c main.c make.h         util.c
In-Reply-To: <200102130314.f1D3DxV00594@freefall.freebsd.org>
Message-ID: <Pine.NEB.3.96L.1010213104220.5215B-100000@fledge.watson.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


It would be OK to be more specific about the changes, possibly referencing
revision numbers from -CURRENT rather than retyping it all.

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services

On Mon, 12 Feb 2001, Will Andrews wrote:

> will        2001/02/12 19:13:59 PST
> 
>   Modified files:        (Branch: RELENG_4)
>     usr.bin/make         arch.c dir.c job.c main.c make.h util.c 
>   Log:
>   MFC: 8 months of bugfixes by myself, des, kris, wsanchez, and a few PR
>   submissions.  Style changes were purposefully avoided.
>   
>   Revision  Changes    Path
>   1.15.2.1  +25 -11    src/usr.bin/make/arch.c
>   1.10.2.1  +13 -6     src/usr.bin/make/dir.c
>   1.17.2.2  +17 -21    src/usr.bin/make/job.c
>   1.35.2.3  +2 -2      src/usr.bin/make/main.c
>   1.12.2.2  +4 -1      src/usr.bin/make/make.h
>   1.5.2.2   +3 -6      src/usr.bin/make/util.c
> 
> 
> 



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


From owner-cvs-all  Tue Feb 13  8: 0:11 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 265E837B491; Tue, 13 Feb 2001 07:59:58 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id QAA95887;
	Tue, 13 Feb 2001 16:59:53 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Nick Hibma <n_hibma@qubesoft.com>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
References: <Pine.BSF.4.31.0102131237390.43637-100000@henny.webweaving.org>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 13 Feb 2001 16:59:53 +0100
In-Reply-To: Nick Hibma's message of "Tue, 13 Feb 2001 12:38:42 +0000 (GMT)"
Message-ID: <xzpd7cmwp3a.fsf@flood.ping.uio.no>
Lines: 13
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Nick Hibma <n_hibma@qubesoft.com> writes:
> if ( $arg eq '--' ) {
>     last;
> } elsif ( $arg =~ m/^-.*/ ) {
>     push @args, $arg;
> } elsif ( $arg =~ m/\.m$/ ) {
>     push @filenames, $arg;

Excuse me, but what's wrong with Getopt::Std?

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Tue Feb 13  8: 4:30 2001
Delivered-To: cvs-all@freebsd.org
Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3961237B65D; Tue, 13 Feb 2001 08:04:22 -0800 (PST)
Received: (from wollman@localhost)
	by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA30728;
	Tue, 13 Feb 2001 11:01:48 -0500 (EST)
	(envelope-from wollman)
Date: Tue, 13 Feb 2001 11:01:48 -0500 (EST)
From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Message-Id: <200102131601.LAA30728@khavrinen.lcs.mit.edu>
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: <51205.982073676@critter>
References: <200102131412.f1DECdZ12064@freefall.freebsd.org>
	<51205.982073676@critter>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

<<On Tue, 13 Feb 2001 15:14:36 +0100, Poul-Henning Kamp <phk@critter.freebsd.dk> said:

> It would be more elegant to have multiple lists of ipfw rules:

That is an excellent idea (and one that has been suggested before to
no effect).  Doing so would also improve the speed of access-list
evaluation, and would make ipfw more comfortable for those who are
used to (e.g.) Cisco per-interface access-lists.

-GAWollman



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


From owner-cvs-all  Tue Feb 13  8:15: 8 2001
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 AEB6F37B491; Tue, 13 Feb 2001 08:15:04 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DGF4E32256;
	Tue, 13 Feb 2001 08:15:04 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102131615.f1DGF4E32256@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 08:15:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/man man.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 08:15:04 PST

  Modified files:
    gnu/usr.bin/man/man  man.c 
  Log:
  Make it possible for any given locale to use different
  groff(1) devices for localized and non-localized pages.
  
  Currently, for *.ISO_8859-1 locales the device in both
  cases is "latin1", and for KOI8-R locale it is "koi8-r"
  for localized and "ascii" for non-localized pages.
  
  Discussed with:	des
  
  Revision  Changes    Path
  1.41      +18 -9     src/gnu/usr.bin/man/man/man.c



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


From owner-cvs-all  Tue Feb 13  8:48:36 2001
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 2678937B491; Tue, 13 Feb 2001 08:47:20 -0800 (PST)
Received: (from assar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DGlJm35808;
	Tue, 13 Feb 2001 08:47:19 -0800 (PST)
	(envelope-from assar)
Message-Id: <200102131647.f1DGlJm35808@freefall.freebsd.org>
From: Assar Westerlund <assar@FreeBSD.org>
Date: Tue, 13 Feb 2001 08:47:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/heimdal - Imported sources
X-FreeBSD-CVS-Branch: 
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

assar       2001/02/13 08:47:19 PST

  src/crypto/heimdal - Imported sources
  Update of /home/ncvs/src/crypto/heimdal
  In directory freefall.freebsd.org:/c/tmp/cvs-serv35444
  
  Log Message:
  import of heimdal 0.3e
  
  Status:
  
  Vendor Tag:	KTH
  Release Tags:	v_0_3_e
  		
  U src/crypto/heimdal/ChangeLog
  N src/crypto/heimdal/ChangeLog.1998
  N src/crypto/heimdal/ChangeLog.1999
  N src/crypto/heimdal/ChangeLog.2000
  U src/crypto/heimdal/Makefile.am
  U src/crypto/heimdal/Makefile.am.common
  U src/crypto/heimdal/NEWS
  N src/crypto/heimdal/README
  U src/crypto/heimdal/TODO
  U src/crypto/heimdal/acconfig.h
  U src/crypto/heimdal/acinclude.m4
  U src/crypto/heimdal/config.guess
  U src/crypto/heimdal/config.sub
  U src/crypto/heimdal/configure.in
  U src/crypto/heimdal/install-sh
  U src/crypto/heimdal/krb5.conf
  U src/crypto/heimdal/ltconfig
  U src/crypto/heimdal/ltmain.sh
  U src/crypto/heimdal/missing
  U src/crypto/heimdal/mkinstalldirs
  U src/crypto/heimdal/aclocal.m4
  U src/crypto/heimdal/Makefile.in
  U src/crypto/heimdal/configure
  U src/crypto/heimdal/admin/Makefile.in
  U src/crypto/heimdal/admin/Makefile.am
  U src/crypto/heimdal/admin/add.c
  U src/crypto/heimdal/admin/change.c
  U src/crypto/heimdal/admin/copy.c
  U src/crypto/heimdal/admin/get.c
  U src/crypto/heimdal/admin/ktutil.8
  U src/crypto/heimdal/admin/ktutil.c
  C src/crypto/heimdal/admin/ktutil_locl.h
  U src/crypto/heimdal/admin/list.c
  U src/crypto/heimdal/admin/purge.c
  U src/crypto/heimdal/admin/remove.c
  U src/crypto/heimdal/appl/Makefile.am
  U src/crypto/heimdal/appl/Makefile.in
  U src/crypto/heimdal/appl/afsutil/Makefile.in
  U src/crypto/heimdal/appl/afsutil/ChangeLog
  U src/crypto/heimdal/appl/afsutil/Makefile.am
  U src/crypto/heimdal/appl/afsutil/afslog.c
  U src/crypto/heimdal/appl/afsutil/pagsh.c
  N src/crypto/heimdal/appl/dceutils/compile
  N src/crypto/heimdal/appl/dceutils/ChangeLog
  N src/crypto/heimdal/appl/dceutils/Makefile.am
  N src/crypto/heimdal/appl/dceutils/README.dcedfs
  N src/crypto/heimdal/appl/dceutils/README.original
  N src/crypto/heimdal/appl/dceutils/dfspag.exp
  N src/crypto/heimdal/appl/dceutils/dpagaix.c
  N src/crypto/heimdal/appl/dceutils/k5dce.h
  N src/crypto/heimdal/appl/dceutils/k5dcecon.c
  N src/crypto/heimdal/appl/dceutils/testpag.c
  N src/crypto/heimdal/appl/dceutils/Makefile.in
  U src/crypto/heimdal/appl/kf/Makefile.in
  U src/crypto/heimdal/appl/kf/Makefile.am
  N src/crypto/heimdal/appl/kf/kf.1
  U src/crypto/heimdal/appl/kf/kf.c
  U src/crypto/heimdal/appl/kf/kf_locl.h
  N src/crypto/heimdal/appl/kf/kfd.8
  U src/crypto/heimdal/appl/kf/kfd.c
  U src/crypto/heimdal/appl/login/Makefile.in
  U src/crypto/heimdal/appl/login/ChangeLog
  U src/crypto/heimdal/appl/login/Makefile.am
  U src/crypto/heimdal/appl/login/conf.c
  N src/crypto/heimdal/appl/login/env.c
  U src/crypto/heimdal/appl/login/login.c
  U src/crypto/heimdal/appl/login/login_access.c
  U src/crypto/heimdal/appl/login/login_locl.h
  U src/crypto/heimdal/appl/login/osfc2.c
  U src/crypto/heimdal/appl/login/read_string.c
  U src/crypto/heimdal/appl/login/shadow.c
  U src/crypto/heimdal/appl/login/stty_default.c
  U src/crypto/heimdal/appl/login/tty.c
  U src/crypto/heimdal/appl/login/utmp_login.c
  U src/crypto/heimdal/appl/login/utmpx_login.c
  U src/crypto/heimdal/appl/login/login_protos.h
  N src/crypto/heimdal/appl/rcp/Makefile.in
  N src/crypto/heimdal/appl/rcp/ChangeLog
  N src/crypto/heimdal/appl/rcp/Makefile.am
  N src/crypto/heimdal/appl/rcp/extern.h
  N src/crypto/heimdal/appl/rcp/rcp.c
  N src/crypto/heimdal/appl/rcp/rcp_locl.h
  N src/crypto/heimdal/appl/rcp/util.c
  U src/crypto/heimdal/appl/rsh/Makefile.in
  U src/crypto/heimdal/appl/rsh/ChangeLog
  U src/crypto/heimdal/appl/rsh/Makefile.am
  U src/crypto/heimdal/appl/rsh/common.c
  U src/crypto/heimdal/appl/rsh/rsh.c
  U src/crypto/heimdal/appl/rsh/rsh_locl.h
  U src/crypto/heimdal/appl/rsh/rshd.c
  U src/crypto/heimdal/appl/su/Makefile.in
  U src/crypto/heimdal/appl/su/ChangeLog
  U src/crypto/heimdal/appl/su/Makefile.am
  U src/crypto/heimdal/appl/su/su.c
  U src/crypto/heimdal/appl/test/Makefile.in
  U src/crypto/heimdal/appl/test/Makefile.am
  U src/crypto/heimdal/appl/test/common.c
  U src/crypto/heimdal/appl/test/gss_common.c
  U src/crypto/heimdal/appl/test/gss_common.h
  U src/crypto/heimdal/appl/test/gssapi_client.c
  U src/crypto/heimdal/appl/test/gssapi_server.c
  U src/crypto/heimdal/appl/test/nt_gss_client.c
  U src/crypto/heimdal/appl/test/nt_gss_common.c
  U src/crypto/heimdal/appl/test/nt_gss_common.h
  U src/crypto/heimdal/appl/test/nt_gss_server.c
  U src/crypto/heimdal/appl/test/tcp_client.c
  U src/crypto/heimdal/appl/test/tcp_server.c
  U src/crypto/heimdal/appl/test/test_locl.h
  U src/crypto/heimdal/appl/test/uu_client.c
  U src/crypto/heimdal/appl/test/uu_server.c
  N src/crypto/heimdal/appl/otp/Makefile.in
  N src/crypto/heimdal/appl/otp/ChangeLog
  N src/crypto/heimdal/appl/otp/Makefile.am
  N src/crypto/heimdal/appl/otp/otp.1
  N src/crypto/heimdal/appl/otp/otp.c
  N src/crypto/heimdal/appl/otp/otp_locl.h
  N src/crypto/heimdal/appl/otp/otpprint.1
  N src/crypto/heimdal/appl/otp/otpprint.c
  U src/crypto/heimdal/appl/telnet/ChangeLog
  U src/crypto/heimdal/appl/telnet/Makefile.am
  U src/crypto/heimdal/appl/telnet/README.ORIG
  U src/crypto/heimdal/appl/telnet/telnet.state
  U src/crypto/heimdal/appl/telnet/Makefile.in
  U src/crypto/heimdal/appl/telnet/arpa/telnet.h
  U src/crypto/heimdal/appl/telnet/libtelnet/Makefile.in
  U src/crypto/heimdal/appl/telnet/libtelnet/Makefile.am
  U src/crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
  U src/crypto/heimdal/appl/telnet/libtelnet/auth.c
  U src/crypto/heimdal/appl/telnet/libtelnet/auth.h
  U src/crypto/heimdal/appl/telnet/libtelnet/enc-proto.h
  U src/crypto/heimdal/appl/telnet/libtelnet/enc_des.c
  U src/crypto/heimdal/appl/telnet/libtelnet/encrypt.c
  U src/crypto/heimdal/appl/telnet/libtelnet/encrypt.h
  U src/crypto/heimdal/appl/telnet/libtelnet/genget.c
  U src/crypto/heimdal/appl/telnet/libtelnet/kerberos.c
  U src/crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
  U src/crypto/heimdal/appl/telnet/libtelnet/krb4encpwd.c
  U src/crypto/heimdal/appl/telnet/libtelnet/misc-proto.h
  U src/crypto/heimdal/appl/telnet/libtelnet/misc.c
  U src/crypto/heimdal/appl/telnet/libtelnet/misc.h
  U src/crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
  U src/crypto/heimdal/appl/telnet/libtelnet/spx.c
  U src/crypto/heimdal/appl/telnet/telnet/Makefile.in
  U src/crypto/heimdal/appl/telnet/telnet/Makefile.am
  U src/crypto/heimdal/appl/telnet/telnet/authenc.c
  U src/crypto/heimdal/appl/telnet/telnet/commands.c
  U src/crypto/heimdal/appl/telnet/telnet/defines.h
  U src/crypto/heimdal/appl/telnet/telnet/externs.h
  U src/crypto/heimdal/appl/telnet/telnet/main.c
  U src/crypto/heimdal/appl/telnet/telnet/network.c
  U src/crypto/heimdal/appl/telnet/telnet/ring.c
  U src/crypto/heimdal/appl/telnet/telnet/ring.h
  U src/crypto/heimdal/appl/telnet/telnet/sys_bsd.c
  U src/crypto/heimdal/appl/telnet/telnet/telnet.1
  U src/crypto/heimdal/appl/telnet/telnet/telnet.c
  U src/crypto/heimdal/appl/telnet/telnet/telnet_locl.h
  U src/crypto/heimdal/appl/telnet/telnet/terminal.c
  U src/crypto/heimdal/appl/telnet/telnet/types.h
  U src/crypto/heimdal/appl/telnet/telnet/utilities.c
  U src/crypto/heimdal/appl/telnet/telnetd/Makefile.in
  U src/crypto/heimdal/appl/telnet/telnetd/Makefile.am
  U src/crypto/heimdal/appl/telnet/telnetd/authenc.c
  U src/crypto/heimdal/appl/telnet/telnetd/defs.h
  U src/crypto/heimdal/appl/telnet/telnetd/ext.h
  U src/crypto/heimdal/appl/telnet/telnetd/global.c
  U src/crypto/heimdal/appl/telnet/telnetd/slc.c
  U src/crypto/heimdal/appl/telnet/telnetd/state.c
  U src/crypto/heimdal/appl/telnet/telnetd/sys_term.c
  U src/crypto/heimdal/appl/telnet/telnetd/telnetd.8
  U src/crypto/heimdal/appl/telnet/telnetd/telnetd.c
  U src/crypto/heimdal/appl/telnet/telnetd/telnetd.h
  U src/crypto/heimdal/appl/telnet/telnetd/termstat.c
  U src/crypto/heimdal/appl/telnet/telnetd/utility.c
  N src/crypto/heimdal/appl/popper/Makefile.in
  N src/crypto/heimdal/appl/popper/ChangeLog
  N src/crypto/heimdal/appl/popper/Makefile.am
  N src/crypto/heimdal/appl/popper/README
  N src/crypto/heimdal/appl/popper/README-FIRST
  N src/crypto/heimdal/appl/popper/README-KRB4
  N src/crypto/heimdal/appl/popper/maildir.c
  N src/crypto/heimdal/appl/popper/pop3.rfc1081
  N src/crypto/heimdal/appl/popper/pop3e.rfc1082
  N src/crypto/heimdal/appl/popper/pop_auth.c
  N src/crypto/heimdal/appl/popper/pop_debug.c
  N src/crypto/heimdal/appl/popper/pop_dele.c
  N src/crypto/heimdal/appl/popper/pop_dropcopy.c
  N src/crypto/heimdal/appl/popper/pop_dropinfo.c
  N src/crypto/heimdal/appl/popper/pop_get_command.c
  N src/crypto/heimdal/appl/popper/pop_init.c
  N src/crypto/heimdal/appl/popper/pop_last.c
  N src/crypto/heimdal/appl/popper/pop_list.c
  N src/crypto/heimdal/appl/popper/pop_log.c
  N src/crypto/heimdal/appl/popper/pop_msg.c
  N src/crypto/heimdal/appl/popper/pop_parse.c
  N src/crypto/heimdal/appl/popper/pop_pass.c
  N src/crypto/heimdal/appl/popper/pop_quit.c
  N src/crypto/heimdal/appl/popper/pop_rset.c
  N src/crypto/heimdal/appl/popper/pop_send.c
  N src/crypto/heimdal/appl/popper/pop_stat.c
  N src/crypto/heimdal/appl/popper/pop_uidl.c
  N src/crypto/heimdal/appl/popper/pop_updt.c
  N src/crypto/heimdal/appl/popper/pop_user.c
  N src/crypto/heimdal/appl/popper/pop_xover.c
  N src/crypto/heimdal/appl/popper/popper.8
  N src/crypto/heimdal/appl/popper/popper.README.release
  N src/crypto/heimdal/appl/popper/popper.c
  N src/crypto/heimdal/appl/popper/popper.h
  N src/crypto/heimdal/appl/popper/version.h
  N src/crypto/heimdal/appl/xnlock/Makefile.in
  N src/crypto/heimdal/appl/xnlock/ChangeLog
  N src/crypto/heimdal/appl/xnlock/Makefile.am
  N src/crypto/heimdal/appl/xnlock/README
  N src/crypto/heimdal/appl/xnlock/nose.0.left
  N src/crypto/heimdal/appl/xnlock/nose.0.right
  N src/crypto/heimdal/appl/xnlock/nose.1.left
  N src/crypto/heimdal/appl/xnlock/nose.1.right
  N src/crypto/heimdal/appl/xnlock/nose.down
  N src/crypto/heimdal/appl/xnlock/nose.front
  N src/crypto/heimdal/appl/xnlock/nose.left.front
  N src/crypto/heimdal/appl/xnlock/nose.right.front
  N src/crypto/heimdal/appl/xnlock/xnlock.1
  N src/crypto/heimdal/appl/xnlock/xnlock.c
  U src/crypto/heimdal/appl/push/Makefile.in
  U src/crypto/heimdal/appl/push/ChangeLog
  U src/crypto/heimdal/appl/push/Makefile.am
  N src/crypto/heimdal/appl/push/pfrom.1
  U src/crypto/heimdal/appl/push/pfrom.in
  U src/crypto/heimdal/appl/push/push.8
  U src/crypto/heimdal/appl/push/push.c
  U src/crypto/heimdal/appl/push/push_locl.h
  N src/crypto/heimdal/appl/kx/Makefile.in
  N src/crypto/heimdal/appl/kx/ChangeLog
  N src/crypto/heimdal/appl/kx/Makefile.am
  N src/crypto/heimdal/appl/kx/common.c
  N src/crypto/heimdal/appl/kx/context.c
  N src/crypto/heimdal/appl/kx/krb4.c
  N src/crypto/heimdal/appl/kx/krb5.c
  N src/crypto/heimdal/appl/kx/kx.1
  N src/crypto/heimdal/appl/kx/kx.c
  N src/crypto/heimdal/appl/kx/kx.h
  N src/crypto/heimdal/appl/kx/kxd.8
  N src/crypto/heimdal/appl/kx/kxd.c
  N src/crypto/heimdal/appl/kx/rxtelnet.1
  N src/crypto/heimdal/appl/kx/rxtelnet.in
  N src/crypto/heimdal/appl/kx/rxterm.1
  N src/crypto/heimdal/appl/kx/rxterm.in
  N src/crypto/heimdal/appl/kx/tenletxr.1
  N src/crypto/heimdal/appl/kx/tenletxr.in
  N src/crypto/heimdal/appl/kx/writeauth.c
  U src/crypto/heimdal/appl/ftp/ChangeLog
  U src/crypto/heimdal/appl/ftp/Makefile.am
  U src/crypto/heimdal/appl/ftp/Makefile.in
  U src/crypto/heimdal/appl/ftp/common/Makefile.in
  U src/crypto/heimdal/appl/ftp/common/Makefile.am
  U src/crypto/heimdal/appl/ftp/common/buffer.c
  U src/crypto/heimdal/appl/ftp/common/common.h
  U src/crypto/heimdal/appl/ftp/common/sockbuf.c
  U src/crypto/heimdal/appl/ftp/ftp/Makefile.in
  U src/crypto/heimdal/appl/ftp/ftp/Makefile.am
  U src/crypto/heimdal/appl/ftp/ftp/cmds.c
  U src/crypto/heimdal/appl/ftp/ftp/cmdtab.c
  U src/crypto/heimdal/appl/ftp/ftp/domacro.c
  U src/crypto/heimdal/appl/ftp/ftp/extern.h
  U src/crypto/heimdal/appl/ftp/ftp/ftp.1
  U src/crypto/heimdal/appl/ftp/ftp/ftp.c
  U src/crypto/heimdal/appl/ftp/ftp/ftp_locl.h
  U src/crypto/heimdal/appl/ftp/ftp/ftp_var.h
  U src/crypto/heimdal/appl/ftp/ftp/globals.c
  U src/crypto/heimdal/appl/ftp/ftp/gssapi.c
  U src/crypto/heimdal/appl/ftp/ftp/kauth.c
  U src/crypto/heimdal/appl/ftp/ftp/krb4.c
  U src/crypto/heimdal/appl/ftp/ftp/main.c
  U src/crypto/heimdal/appl/ftp/ftp/pathnames.h
  U src/crypto/heimdal/appl/ftp/ftp/ruserpass.c
  U src/crypto/heimdal/appl/ftp/ftp/security.c
  U src/crypto/heimdal/appl/ftp/ftp/security.h
  U src/crypto/heimdal/appl/ftp/ftpd/Makefile.in
  U src/crypto/heimdal/appl/ftp/ftpd/Makefile.am
  U src/crypto/heimdal/appl/ftp/ftpd/extern.h
  U src/crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
  U src/crypto/heimdal/appl/ftp/ftpd/ftpd.8
  U src/crypto/heimdal/appl/ftp/ftpd/ftpd.c
  U src/crypto/heimdal/appl/ftp/ftpd/ftpd_locl.h
  U src/crypto/heimdal/appl/ftp/ftpd/ftpusers.5
  U src/crypto/heimdal/appl/ftp/ftpd/gss_userok.c
  U src/crypto/heimdal/appl/ftp/ftpd/kauth.c
  U src/crypto/heimdal/appl/ftp/ftpd/logwtmp.c
  U src/crypto/heimdal/appl/ftp/ftpd/ls.c
  U src/crypto/heimdal/appl/ftp/ftpd/pathnames.h
  U src/crypto/heimdal/appl/ftp/ftpd/popen.c
  U src/crypto/heimdal/doc/Makefile.am
  U src/crypto/heimdal/doc/ack.texi
  U src/crypto/heimdal/doc/heimdal.texi
  U src/crypto/heimdal/doc/init-creds
  U src/crypto/heimdal/doc/install.texi
  U src/crypto/heimdal/doc/intro.texi
  U src/crypto/heimdal/doc/kerberos4.texi
  U src/crypto/heimdal/doc/latin1.tex
  U src/crypto/heimdal/doc/layman.asc
  U src/crypto/heimdal/doc/mdate-sh
  N src/crypto/heimdal/doc/migration.texi
  U src/crypto/heimdal/doc/misc.texi
  U src/crypto/heimdal/doc/setup.texi
  U src/crypto/heimdal/doc/whatis.texi
  U src/crypto/heimdal/doc/win2k.texi
  U src/crypto/heimdal/doc/Makefile.in
  I src/crypto/heimdal/doc/heimdal.info
  U src/crypto/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-01.txt
  N src/crypto/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-02.txt
  N src/crypto/heimdal/doc/standardisation/draft-brezak-win2k-krb-rc4-hmac-03.txt
  U src/crypto/heimdal/doc/standardisation/draft-foo
  U src/crypto/heimdal/doc/standardisation/draft-foo.ms
  U src/crypto/heimdal/doc/standardisation/draft-foo2
  U src/crypto/heimdal/doc/standardisation/draft-foo2.ms
  U src/crypto/heimdal/doc/standardisation/draft-foo3
  U src/crypto/heimdal/doc/standardisation/draft-foo3.ms
  N src/crypto/heimdal/doc/standardisation/draft-hornstein-dhc-kerbauth-02.txt
  U src/crypto/heimdal/doc/standardisation/draft-horowitz-key-derivation-01.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-gssv2-08.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-gssv2-cbind-04.txt
  N src/crypto/heimdal/doc/standardisation/rc4-hmac.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-iakerb-04.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerb-chg-password-02.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerb-des3-hmac-sha1-00.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerb-key-derivation-00.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-err-msg-00.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-extra-tgt-02.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-extra-tgt-03.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-01.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-cross-06.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-11.txt
  U src/crypto/heimdal/doc/standardisation/rfc1508.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-init-12.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-pk-tapp-03.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-00.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-01.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-03.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-05.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-revisions-06.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-set-passwd-02.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-kerberos-set-passwd-03.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-cat-krb-dns-locate-00.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-krb-dns-locate-02.txt
  N src/crypto/heimdal/doc/standardisation/draft-ietf-cat-krb5gss-mech2-03.txt
  U src/crypto/heimdal/doc/standardisation/draft-ietf-ftpext-mlst-08.txt
  N src/crypto/heimdal/doc/standardisation/draft-raeburn-cat-gssapi-krb5-3des-00.txt
  N src/crypto/heimdal/doc/standardisation/draft-raeburn-krb-gssapi-krb5-3des-01.txt
  N src/crypto/heimdal/doc/standardisation/draft-smedvinsky-dhc-kerbauth-01.txt
  N src/crypto/heimdal/doc/standardisation/draft-swift-win2k-krb-referrals-01.txt
  N src/crypto/heimdal/doc/standardisation/draft-swift-win2k-krb-user2user-01.txt
  N src/crypto/heimdal/doc/standardisation/draft-thomas-snmpv3-kerbusm-00.txt
  N src/crypto/heimdal/doc/standardisation/draft-trostle-win2k-cat-kerberos-set-passwd-00.txt
  U src/crypto/heimdal/doc/standardisation/rfc1509.txt
  N src/crypto/heimdal/doc/standardisation/draft-tso-telnet-krb5-04.txt
  U src/crypto/heimdal/doc/standardisation/rfc1510.txt
  U src/crypto/heimdal/doc/standardisation/rfc1750.txt
  U src/crypto/heimdal/doc/standardisation/rfc1831.txt
  U src/crypto/heimdal/doc/standardisation/rfc1964.txt
  U src/crypto/heimdal/doc/standardisation/rfc2078.txt
  U src/crypto/heimdal/doc/standardisation/rfc2203.txt
  U src/crypto/heimdal/doc/standardisation/rfc2228.txt
  U src/crypto/heimdal/doc/standardisation/rfc2743.txt
  U src/crypto/heimdal/doc/standardisation/rfc2744.txt
  U src/crypto/heimdal/etc/services.append
  U src/crypto/heimdal/kdc/Makefile.in
  U src/crypto/heimdal/kdc/524.c
  U src/crypto/heimdal/kdc/Makefile.am
  U src/crypto/heimdal/kdc/config.c
  U src/crypto/heimdal/kdc/connect.c
  C src/crypto/heimdal/kdc/headers.h
  U src/crypto/heimdal/kdc/hprop.8
  U src/crypto/heimdal/kdc/hprop.c
  U src/crypto/heimdal/kdc/hprop.h
  U src/crypto/heimdal/kdc/hpropd.8
  U src/crypto/heimdal/kdc/hpropd.c
  U src/crypto/heimdal/kdc/kadb.h
  U src/crypto/heimdal/kdc/kaserver.c
  U src/crypto/heimdal/kdc/kdc.8
  U src/crypto/heimdal/kdc/kdc_locl.h
  U src/crypto/heimdal/kdc/kerberos4.c
  U src/crypto/heimdal/kdc/kerberos5.c
  U src/crypto/heimdal/kdc/kstash.8
  U src/crypto/heimdal/kdc/kstash.c
  U src/crypto/heimdal/kdc/log.c
  U src/crypto/heimdal/kdc/main.c
  U src/crypto/heimdal/kdc/misc.c
  N src/crypto/heimdal/kdc/mit_dump.c
  U src/crypto/heimdal/kdc/rx.h
  N src/crypto/heimdal/kdc/string2key.8
  U src/crypto/heimdal/kdc/string2key.c
  N src/crypto/heimdal/kdc/v4_dump.c
  U src/crypto/heimdal/include/Makefile.am
  U src/crypto/heimdal/include/bits.c
  U src/crypto/heimdal/include/config.h.in
  U src/crypto/heimdal/include/stamp-h.in
  U src/crypto/heimdal/include/Makefile.in
  U src/crypto/heimdal/include/kadm5/Makefile.in
  U src/crypto/heimdal/include/kadm5/Makefile.am
  U src/crypto/heimdal/kadmin/Makefile.in
  U src/crypto/heimdal/kadmin/ChangeLog
  U src/crypto/heimdal/kadmin/Makefile.am
  N src/crypto/heimdal/kadmin/add-random-users.c
  U src/crypto/heimdal/kadmin/ank.c
  U src/crypto/heimdal/kadmin/cpw.c
  U src/crypto/heimdal/kadmin/del.c
  U src/crypto/heimdal/kadmin/del_enctype.c
  U src/crypto/heimdal/kadmin/dump.c
  U src/crypto/heimdal/kadmin/ext.c
  U src/crypto/heimdal/kadmin/get.c
  U src/crypto/heimdal/kadmin/init.c
  N src/crypto/heimdal/kadmin/kadm_conn.c
  N src/crypto/heimdal/kadmin/kadmin.8
  U src/crypto/heimdal/kadmin/kadmin.c
  C src/crypto/heimdal/kadmin/kadmin_locl.h
  N src/crypto/heimdal/kadmin/kadmind.8
  U src/crypto/heimdal/kadmin/kadmind.c
  U src/crypto/heimdal/kadmin/load.c
  U src/crypto/heimdal/kadmin/mod.c
  U src/crypto/heimdal/kadmin/random_password.c
  U src/crypto/heimdal/kadmin/rename.c
  U src/crypto/heimdal/kadmin/server.c
  U src/crypto/heimdal/kadmin/util.c
  U src/crypto/heimdal/kadmin/version4.c
  U src/crypto/heimdal/kpasswd/Makefile.in
  U src/crypto/heimdal/kpasswd/Makefile.am
  N src/crypto/heimdal/kpasswd/kpasswd-generator.c
  U src/crypto/heimdal/kpasswd/kpasswd.1
  U src/crypto/heimdal/kpasswd/kpasswd.c
  U src/crypto/heimdal/kpasswd/kpasswd_locl.h
  U src/crypto/heimdal/kpasswd/kpasswdd.8
  U src/crypto/heimdal/kpasswd/kpasswdd.c
  U src/crypto/heimdal/kuser/Makefile.in
  U src/crypto/heimdal/kuser/Makefile.am
  N src/crypto/heimdal/kuser/generate-requests.c
  U src/crypto/heimdal/kuser/kauth_options.c
  U src/crypto/heimdal/kuser/kdecode_ticket.c
  U src/crypto/heimdal/kuser/kdestroy.1
  U src/crypto/heimdal/kuser/kdestroy.c
  U src/crypto/heimdal/kuser/kgetcred.1
  U src/crypto/heimdal/kuser/kgetcred.c
  U src/crypto/heimdal/kuser/kinit.1
  U src/crypto/heimdal/kuser/kinit.c
  U src/crypto/heimdal/kuser/kinit_options.c
  U src/crypto/heimdal/kuser/klist.1
  U src/crypto/heimdal/kuser/klist.c
  U src/crypto/heimdal/kuser/kuser_locl.h
  U src/crypto/heimdal/kuser/kverify.c
  U src/crypto/heimdal/lib/Makefile.am
  U src/crypto/heimdal/lib/Makefile.in
  U src/crypto/heimdal/lib/45/Makefile.in
  U src/crypto/heimdal/lib/45/45_locl.h
  U src/crypto/heimdal/lib/45/Makefile.am
  U src/crypto/heimdal/lib/45/get_ad_tkt.c
  U src/crypto/heimdal/lib/45/mk_req.c
  U src/crypto/heimdal/lib/asn1/Makefile.in
  U src/crypto/heimdal/lib/asn1/Makefile.am
  N src/crypto/heimdal/lib/asn1/asn1-common.h
  U src/crypto/heimdal/lib/asn1/asn1_err.et
  U src/crypto/heimdal/lib/asn1/asn1_print.c
  U src/crypto/heimdal/lib/asn1/check-der.c
  U src/crypto/heimdal/lib/asn1/der.h
  U src/crypto/heimdal/lib/asn1/der_copy.c
  U src/crypto/heimdal/lib/asn1/der_free.c
  U src/crypto/heimdal/lib/asn1/der_get.c
  U src/crypto/heimdal/lib/asn1/der_length.c
  U src/crypto/heimdal/lib/asn1/der_locl.h
  U src/crypto/heimdal/lib/asn1/der_put.c
  U src/crypto/heimdal/lib/asn1/gen.c
  U src/crypto/heimdal/lib/asn1/gen.h
  U src/crypto/heimdal/lib/asn1/gen_copy.c
  U src/crypto/heimdal/lib/asn1/gen_decode.c
  U src/crypto/heimdal/lib/asn1/gen_encode.c
  U src/crypto/heimdal/lib/asn1/gen_free.c
  U src/crypto/heimdal/lib/asn1/gen_glue.c
  U src/crypto/heimdal/lib/asn1/gen_length.c
  U src/crypto/heimdal/lib/asn1/gen_locl.h
  U src/crypto/heimdal/lib/asn1/hash.c
  U src/crypto/heimdal/lib/asn1/hash.h
  U src/crypto/heimdal/lib/asn1/k5.asn1
  U src/crypto/heimdal/lib/asn1/lex.h
  U src/crypto/heimdal/lib/asn1/lex.l
  U src/crypto/heimdal/lib/asn1/libasn1.h
  U src/crypto/heimdal/lib/asn1/main.c
  U src/crypto/heimdal/lib/asn1/parse.y
  N src/crypto/heimdal/lib/asn1/pkinit.asn1
  N src/crypto/heimdal/lib/asn1/rfc2459.asn1
  U src/crypto/heimdal/lib/asn1/symbol.c
  U src/crypto/heimdal/lib/asn1/symbol.h
  U src/crypto/heimdal/lib/asn1/timegm.c
  N src/crypto/heimdal/lib/asn1/x509.asn1
  U src/crypto/heimdal/lib/gssapi/Makefile.in
  U src/crypto/heimdal/lib/gssapi/8003.c
  U src/crypto/heimdal/lib/gssapi/ChangeLog
  U src/crypto/heimdal/lib/gssapi/Makefile.am
  U src/crypto/heimdal/lib/gssapi/accept_sec_context.c
  U src/crypto/heimdal/lib/gssapi/acquire_cred.c
  U src/crypto/heimdal/lib/gssapi/add_oid_set_member.c
  N src/crypto/heimdal/lib/gssapi/address_to_krb5addr.c
  U src/crypto/heimdal/lib/gssapi/canonicalize_name.c
  U src/crypto/heimdal/lib/gssapi/compare_name.c
  U src/crypto/heimdal/lib/gssapi/context_time.c
  N src/crypto/heimdal/lib/gssapi/copy_ccache.c
  U src/crypto/heimdal/lib/gssapi/create_emtpy_oid_set.c
  U src/crypto/heimdal/lib/gssapi/decapsulate.c
  U src/crypto/heimdal/lib/gssapi/delete_sec_context.c
  U src/crypto/heimdal/lib/gssapi/display_name.c
  U src/crypto/heimdal/lib/gssapi/display_status.c
  U src/crypto/heimdal/lib/gssapi/duplicate_name.c
  U src/crypto/heimdal/lib/gssapi/encapsulate.c
  U src/crypto/heimdal/lib/gssapi/export_name.c
  U src/crypto/heimdal/lib/gssapi/export_sec_context.c
  U src/crypto/heimdal/lib/gssapi/external.c
  U src/crypto/heimdal/lib/gssapi/get_mic.c
  U src/crypto/heimdal/lib/gssapi/gssapi.h
  U src/crypto/heimdal/lib/gssapi/gssapi_locl.h
  U src/crypto/heimdal/lib/gssapi/import_name.c
  U src/crypto/heimdal/lib/gssapi/import_sec_context.c
  U src/crypto/heimdal/lib/gssapi/indicate_mechs.c
  U src/crypto/heimdal/lib/gssapi/init.c
  U src/crypto/heimdal/lib/gssapi/init_sec_context.c
  U src/crypto/heimdal/lib/gssapi/inquire_context.c
  U src/crypto/heimdal/lib/gssapi/inquire_cred.c
  U src/crypto/heimdal/lib/gssapi/release_buffer.c
  U src/crypto/heimdal/lib/gssapi/release_cred.c
  U src/crypto/heimdal/lib/gssapi/release_name.c
  U src/crypto/heimdal/lib/gssapi/release_oid_set.c
  U src/crypto/heimdal/lib/gssapi/test_oid_set_member.c
  U src/crypto/heimdal/lib/gssapi/unwrap.c
  U src/crypto/heimdal/lib/gssapi/v1.c
  U src/crypto/heimdal/lib/gssapi/wrap.c
  U src/crypto/heimdal/lib/gssapi/verify_mic.c
  U src/crypto/heimdal/lib/hdb/Makefile.in
  U src/crypto/heimdal/lib/hdb/Makefile.am
  U src/crypto/heimdal/lib/hdb/common.c
  U src/crypto/heimdal/lib/hdb/convert_db.c
  U src/crypto/heimdal/lib/hdb/db.c
  N src/crypto/heimdal/lib/hdb/db3.c
  N src/crypto/heimdal/lib/hdb/hdb-ldap.c
  U src/crypto/heimdal/lib/hdb/hdb.asn1
  U src/crypto/heimdal/lib/hdb/hdb.c
  U src/crypto/heimdal/lib/hdb/hdb.h
  U src/crypto/heimdal/lib/hdb/hdb_err.et
  C src/crypto/heimdal/lib/hdb/hdb_locl.h
  U src/crypto/heimdal/lib/hdb/keytab.c
  U src/crypto/heimdal/lib/hdb/libasn1.h
  N src/crypto/heimdal/lib/hdb/mkey.c
  U src/crypto/heimdal/lib/hdb/ndbm.c
  U src/crypto/heimdal/lib/hdb/print.c
  U src/crypto/heimdal/lib/hdb/hdb-protos.h
  U src/crypto/heimdal/lib/hdb/hdb-private.h
  U src/crypto/heimdal/lib/kadm5/Makefile.in
  U src/crypto/heimdal/lib/kadm5/ChangeLog
  U src/crypto/heimdal/lib/kadm5/Makefile.am
  U src/crypto/heimdal/lib/kadm5/acl.c
  U src/crypto/heimdal/lib/kadm5/admin.h
  N src/crypto/heimdal/lib/kadm5/bump_pw_expire.c
  U src/crypto/heimdal/lib/kadm5/chpass_c.c
  U src/crypto/heimdal/lib/kadm5/chpass_s.c
  U src/crypto/heimdal/lib/kadm5/client_glue.c
  U src/crypto/heimdal/lib/kadm5/common_glue.c
  U src/crypto/heimdal/lib/kadm5/context_s.c
  U src/crypto/heimdal/lib/kadm5/create_c.c
  U src/crypto/heimdal/lib/kadm5/create_s.c
  U src/crypto/heimdal/lib/kadm5/delete_c.c
  U src/crypto/heimdal/lib/kadm5/delete_s.c
  U src/crypto/heimdal/lib/kadm5/destroy_c.c
  U src/crypto/heimdal/lib/kadm5/destroy_s.c
  U src/crypto/heimdal/lib/kadm5/dump_log.c
  U src/crypto/heimdal/lib/kadm5/ent_setup.c
  U src/crypto/heimdal/lib/kadm5/error.c
  U src/crypto/heimdal/lib/kadm5/flush.c
  U src/crypto/heimdal/lib/kadm5/flush_c.c
  U src/crypto/heimdal/lib/kadm5/flush_s.c
  U src/crypto/heimdal/lib/kadm5/free.c
  U src/crypto/heimdal/lib/kadm5/get_c.c
  U src/crypto/heimdal/lib/kadm5/get_princs_c.c
  U src/crypto/heimdal/lib/kadm5/get_princs_s.c
  U src/crypto/heimdal/lib/kadm5/get_s.c
  U src/crypto/heimdal/lib/kadm5/init_c.c
  U src/crypto/heimdal/lib/kadm5/init_s.c
  U src/crypto/heimdal/lib/kadm5/iprop.h
  U src/crypto/heimdal/lib/kadm5/ipropd_master.c
  U src/crypto/heimdal/lib/kadm5/ipropd_slave.c
  N src/crypto/heimdal/lib/kadm5/kadm5-private.h
  N src/crypto/heimdal/lib/kadm5/kadm5-protos.h
  U src/crypto/heimdal/lib/kadm5/kadm5_err.et
  U src/crypto/heimdal/lib/kadm5/kadm5_locl.h
  N src/crypto/heimdal/lib/kadm5/keys.c
  U src/crypto/heimdal/lib/kadm5/log.c
  U src/crypto/heimdal/lib/kadm5/marshall.c
  U src/crypto/heimdal/lib/kadm5/modify_c.c
  U src/crypto/heimdal/lib/kadm5/modify_s.c
  U src/crypto/heimdal/lib/kadm5/password_quality.c
  U src/crypto/heimdal/lib/kadm5/private.h
  U src/crypto/heimdal/lib/kadm5/privs_c.c
  U src/crypto/heimdal/lib/kadm5/privs_s.c
  U src/crypto/heimdal/lib/kadm5/randkey_c.c
  U src/crypto/heimdal/lib/kadm5/randkey_s.c
  U src/crypto/heimdal/lib/kadm5/rename_c.c
  U src/crypto/heimdal/lib/kadm5/rename_s.c
  U src/crypto/heimdal/lib/kadm5/replay_log.c
  U src/crypto/heimdal/lib/kadm5/sample_passwd_check.c
  U src/crypto/heimdal/lib/kadm5/send_recv.c
  U src/crypto/heimdal/lib/kadm5/server_glue.c
  U src/crypto/heimdal/lib/kadm5/set_keys.c
  U src/crypto/heimdal/lib/kadm5/set_modifier.c
  N src/crypto/heimdal/lib/kadm5/truncate_log.c
  N src/crypto/heimdal/lib/kdfs/Makefile.in
  N src/crypto/heimdal/lib/kdfs/ChangeLog
  N src/crypto/heimdal/lib/kdfs/Makefile.am
  N src/crypto/heimdal/lib/kdfs/k5dfspag.c
  U src/crypto/heimdal/lib/krb5/Makefile.in
  U src/crypto/heimdal/lib/krb5/Makefile.am
  N src/crypto/heimdal/lib/krb5/acl.c
  U src/crypto/heimdal/lib/krb5/add_et_list.c
  U src/crypto/heimdal/lib/krb5/addr_families.c
  U src/crypto/heimdal/lib/krb5/address.c
  U src/crypto/heimdal/lib/krb5/aname_to_localname.c
  N src/crypto/heimdal/lib/krb5/appdefault.c
  U src/crypto/heimdal/lib/krb5/asn1_glue.c
  U src/crypto/heimdal/lib/krb5/auth_context.c
  U src/crypto/heimdal/lib/krb5/build_ap_req.c
  U src/crypto/heimdal/lib/krb5/build_auth.c
  U src/crypto/heimdal/lib/krb5/cache.c
  U src/crypto/heimdal/lib/krb5/changepw.c
  U src/crypto/heimdal/lib/krb5/codec.c
  U src/crypto/heimdal/lib/krb5/config_file.c
  U src/crypto/heimdal/lib/krb5/config_file_netinfo.c
  U src/crypto/heimdal/lib/krb5/constants.c
  U src/crypto/heimdal/lib/krb5/context.c
  U src/crypto/heimdal/lib/krb5/convert_creds.c
  U src/crypto/heimdal/lib/krb5/copy_host_realm.c
  U src/crypto/heimdal/lib/krb5/crc.c
  U src/crypto/heimdal/lib/krb5/creds.c
  C src/crypto/heimdal/lib/krb5/crypto.c
  U src/crypto/heimdal/lib/krb5/data.c
  U src/crypto/heimdal/lib/krb5/dump_config.c
  N src/crypto/heimdal/lib/krb5/eai_to_heim_errno.c
  U src/crypto/heimdal/lib/krb5/expand_hostname.c
  U src/crypto/heimdal/lib/krb5/fcache.c
  U src/crypto/heimdal/lib/krb5/free.c
  U src/crypto/heimdal/lib/krb5/free_host_realm.c
  U src/crypto/heimdal/lib/krb5/generate_seq_number.c
  U src/crypto/heimdal/lib/krb5/generate_subkey.c
  U src/crypto/heimdal/lib/krb5/get_addrs.c
  U src/crypto/heimdal/lib/krb5/get_cred.c
  U src/crypto/heimdal/lib/krb5/get_default_principal.c
  U src/crypto/heimdal/lib/krb5/get_default_realm.c
  U src/crypto/heimdal/lib/krb5/get_for_creds.c
  U src/crypto/heimdal/lib/krb5/get_host_realm.c
  U src/crypto/heimdal/lib/krb5/get_in_tkt.c
  U src/crypto/heimdal/lib/krb5/get_in_tkt_pw.c
  U src/crypto/heimdal/lib/krb5/get_in_tkt_with_keytab.c
  U src/crypto/heimdal/lib/krb5/get_port.c
  U src/crypto/heimdal/lib/krb5/get_in_tkt_with_skey.c
  U src/crypto/heimdal/lib/krb5/heim_err.et
  U src/crypto/heimdal/lib/krb5/init_creds.c
  U src/crypto/heimdal/lib/krb5/init_creds_pw.c
  N src/crypto/heimdal/lib/krb5/kerberos.8
  U src/crypto/heimdal/lib/krb5/keyblock.c
  U src/crypto/heimdal/lib/krb5/keytab.c
  U src/crypto/heimdal/lib/krb5/keytab_file.c
  U src/crypto/heimdal/lib/krb5/keytab_keyfile.c
  U src/crypto/heimdal/lib/krb5/keytab_krb4.c
  U src/crypto/heimdal/lib/krb5/keytab_memory.c
  U src/crypto/heimdal/lib/krb5/krb5.conf.5
  U src/crypto/heimdal/lib/krb5/krb5.h
  U src/crypto/heimdal/lib/krb5/krb5_425_conv_principal.3
  N src/crypto/heimdal/lib/krb5/krb5_appdefault.3
  N src/crypto/heimdal/lib/krb5/krb5_auth_context.3
  U src/crypto/heimdal/lib/krb5/krb5_build_principal.3
  N src/crypto/heimdal/lib/krb5/krb5_config.3
  N src/crypto/heimdal/lib/krb5/krb5_context.3
  U src/crypto/heimdal/lib/krb5/krb5_encrypt.3
  U src/crypto/heimdal/lib/krb5/krb5_create_checksum.3
  U src/crypto/heimdal/lib/krb5/krb5_crypto_init.3
  U src/crypto/heimdal/lib/krb5/krb5_err.et
  U src/crypto/heimdal/lib/krb5/krb5_free_principal.3
  N src/crypto/heimdal/lib/krb5/krb5_init_context.3
  C src/crypto/heimdal/lib/krb5/krb5_locl.h
  U src/crypto/heimdal/lib/krb5/krb5_openlog.3
  U src/crypto/heimdal/lib/krb5/krb5_parse_name.3
  U src/crypto/heimdal/lib/krb5/krb5_sname_to_principal.3
  U src/crypto/heimdal/lib/krb5/krb5_unparse_name.3
  U src/crypto/heimdal/lib/krb5/krb5_warn.3
  U src/crypto/heimdal/lib/krb5/krbhst.c
  U src/crypto/heimdal/lib/krb5/kuserok.c
  U src/crypto/heimdal/lib/krb5/log.c
  U src/crypto/heimdal/lib/krb5/mcache.c
  U src/crypto/heimdal/lib/krb5/misc.c
  U src/crypto/heimdal/lib/krb5/mk_error.c
  U src/crypto/heimdal/lib/krb5/mk_priv.c
  U src/crypto/heimdal/lib/krb5/mk_rep.c
  U src/crypto/heimdal/lib/krb5/mk_req.c
  U src/crypto/heimdal/lib/krb5/mk_req_ext.c
  U src/crypto/heimdal/lib/krb5/mk_safe.c
  U src/crypto/heimdal/lib/krb5/n-fold-test.c
  U src/crypto/heimdal/lib/krb5/n-fold.c
  U src/crypto/heimdal/lib/krb5/net_read.c
  U src/crypto/heimdal/lib/krb5/net_write.c
  U src/crypto/heimdal/lib/krb5/padata.c
  U src/crypto/heimdal/lib/krb5/principal.c
  U src/crypto/heimdal/lib/krb5/prog_setup.c
  U src/crypto/heimdal/lib/krb5/prompter_posix.c
  U src/crypto/heimdal/lib/krb5/rd_cred.c
  U src/crypto/heimdal/lib/krb5/rd_error.c
  U src/crypto/heimdal/lib/krb5/rd_priv.c
  U src/crypto/heimdal/lib/krb5/rd_rep.c
  U src/crypto/heimdal/lib/krb5/rd_req.c
  U src/crypto/heimdal/lib/krb5/rd_safe.c
  U src/crypto/heimdal/lib/krb5/read_message.c
  U src/crypto/heimdal/lib/krb5/recvauth.c
  U src/crypto/heimdal/lib/krb5/replay.c
  U src/crypto/heimdal/lib/krb5/send_to_kdc.c
  U src/crypto/heimdal/lib/krb5/sendauth.c
  U src/crypto/heimdal/lib/krb5/set_default_realm.c
  U src/crypto/heimdal/lib/krb5/sock_principal.c
  U src/crypto/heimdal/lib/krb5/store.c
  U src/crypto/heimdal/lib/krb5/store_emem.c
  U src/crypto/heimdal/lib/krb5/store_fd.c
  U src/crypto/heimdal/lib/krb5/store_mem.c
  U src/crypto/heimdal/lib/krb5/string-to-key-test.c
  N src/crypto/heimdal/lib/krb5/test_get_addrs.c
  U src/crypto/heimdal/lib/krb5/ticket.c
  U src/crypto/heimdal/lib/krb5/time.c
  U src/crypto/heimdal/lib/krb5/transited.c
  U src/crypto/heimdal/lib/krb5/verify_init.c
  N src/crypto/heimdal/lib/krb5/verify_krb5_conf.8
  U src/crypto/heimdal/lib/krb5/verify_krb5_conf.c
  U src/crypto/heimdal/lib/krb5/verify_user.c
  U src/crypto/heimdal/lib/krb5/version.c
  U src/crypto/heimdal/lib/krb5/warn.c
  U src/crypto/heimdal/lib/krb5/write_message.c
  U src/crypto/heimdal/lib/krb5/krb5-protos.h
  U src/crypto/heimdal/lib/krb5/krb5-private.h
  N src/crypto/heimdal/lib/vers/Makefile.in
  N src/crypto/heimdal/lib/vers/ChangeLog
  N src/crypto/heimdal/lib/vers/Makefile.am
  N src/crypto/heimdal/lib/vers/make-print-version.c
  N src/crypto/heimdal/lib/vers/print_version.c
  N src/crypto/heimdal/lib/vers/vers.h
  N src/crypto/heimdal/lib/roken/config.h.in
  U src/crypto/heimdal/lib/roken/ChangeLog
  U src/crypto/heimdal/lib/roken/Makefile.am
  N src/crypto/heimdal/lib/roken/acconfig.h
  N src/crypto/heimdal/lib/roken/acinclude.m4
  U src/crypto/heimdal/lib/roken/base64.c
  U src/crypto/heimdal/lib/roken/base64.h
  U src/crypto/heimdal/lib/roken/chown.c
  U src/crypto/heimdal/lib/roken/concat.c
  U src/crypto/heimdal/lib/roken/copyhostent.c
  U src/crypto/heimdal/lib/roken/daemon.c
  U src/crypto/heimdal/lib/roken/emalloc.c
  N src/crypto/heimdal/lib/roken/environment.c
  U src/crypto/heimdal/lib/roken/eread.c
  U src/crypto/heimdal/lib/roken/erealloc.c
  U src/crypto/heimdal/lib/roken/err.c
  N src/crypto/heimdal/lib/roken/err.hin
  U src/crypto/heimdal/lib/roken/errx.c
  N src/crypto/heimdal/lib/roken/esetenv.c
  U src/crypto/heimdal/lib/roken/estrdup.c
  U src/crypto/heimdal/lib/roken/ewrite.c
  U src/crypto/heimdal/lib/roken/fchown.c
  U src/crypto/heimdal/lib/roken/flock.c
  U src/crypto/heimdal/lib/roken/fnmatch.c
  N src/crypto/heimdal/lib/roken/fnmatch.hin
  U src/crypto/heimdal/lib/roken/freeaddrinfo.c
  U src/crypto/heimdal/lib/roken/freehostent.c
  U src/crypto/heimdal/lib/roken/gai_strerror.c
  U src/crypto/heimdal/lib/roken/get_default_username.c
  U src/crypto/heimdal/lib/roken/get_window_size.c
  U src/crypto/heimdal/lib/roken/getaddrinfo-test.c
  U src/crypto/heimdal/lib/roken/getaddrinfo.c
  U src/crypto/heimdal/lib/roken/getaddrinfo_hostspec.c
  U src/crypto/heimdal/lib/roken/getarg.3
  U src/crypto/heimdal/lib/roken/getarg.c
  U src/crypto/heimdal/lib/roken/getarg.h
  U src/crypto/heimdal/lib/roken/getcap.c
  U src/crypto/heimdal/lib/roken/getcwd.c
  U src/crypto/heimdal/lib/roken/getdtablesize.c
  U src/crypto/heimdal/lib/roken/getegid.c
  U src/crypto/heimdal/lib/roken/geteuid.c
  U src/crypto/heimdal/lib/roken/getgid.c
  U src/crypto/heimdal/lib/roken/gethostname.c
  N src/crypto/heimdal/lib/roken/getifaddrs.c
  U src/crypto/heimdal/lib/roken/getipnodebyaddr.c
  U src/crypto/heimdal/lib/roken/glob.c
  U src/crypto/heimdal/lib/roken/getipnodebyname.c
  U src/crypto/heimdal/lib/roken/getnameinfo.c
  U src/crypto/heimdal/lib/roken/getnameinfo_verified.c
  U src/crypto/heimdal/lib/roken/getopt.c
  U src/crypto/heimdal/lib/roken/gettimeofday.c
  U src/crypto/heimdal/lib/roken/getuid.c
  U src/crypto/heimdal/lib/roken/getusershell.c
  N src/crypto/heimdal/lib/roken/glob.hin
  U src/crypto/heimdal/lib/roken/hstrerror.c
  N src/crypto/heimdal/lib/roken/ifaddrs.hin
  U src/crypto/heimdal/lib/roken/inet_aton.c
  U src/crypto/heimdal/lib/roken/inet_ntop.c
  U src/crypto/heimdal/lib/roken/inet_pton.c
  U src/crypto/heimdal/lib/roken/initgroups.c
  U src/crypto/heimdal/lib/roken/innetgr.c
  N src/crypto/heimdal/lib/roken/install-sh
  U src/crypto/heimdal/lib/roken/iruserok.c
  U src/crypto/heimdal/lib/roken/issuid.c
  U src/crypto/heimdal/lib/roken/k_getpwnam.c
  U src/crypto/heimdal/lib/roken/k_getpwuid.c
  U src/crypto/heimdal/lib/roken/lstat.c
  U src/crypto/heimdal/lib/roken/make-print-version.c
  U src/crypto/heimdal/lib/roken/memmove.c
  U src/crypto/heimdal/lib/roken/mini_inetd.c
  N src/crypto/heimdal/lib/roken/missing
  N src/crypto/heimdal/lib/roken/mkinstalldirs
  U src/crypto/heimdal/lib/roken/mkstemp.c
  U src/crypto/heimdal/lib/roken/net_read.c
  U src/crypto/heimdal/lib/roken/net_write.c
  U src/crypto/heimdal/lib/roken/parse_bytes-test.c
  U src/crypto/heimdal/lib/roken/parse_bytes.c
  U src/crypto/heimdal/lib/roken/parse_bytes.h
  U src/crypto/heimdal/lib/roken/parse_time.c
  U src/crypto/heimdal/lib/roken/parse_time.h
  U src/crypto/heimdal/lib/roken/parse_units.c
  U src/crypto/heimdal/lib/roken/parse_units.h
  U src/crypto/heimdal/lib/roken/print_version.c
  U src/crypto/heimdal/lib/roken/putenv.c
  U src/crypto/heimdal/lib/roken/rcmd.c
  U src/crypto/heimdal/lib/roken/readv.c
  U src/crypto/heimdal/lib/roken/recvmsg.c
  U src/crypto/heimdal/lib/roken/resolve.c
  U src/crypto/heimdal/lib/roken/resolve.h
  U src/crypto/heimdal/lib/roken/resource.h
  U src/crypto/heimdal/lib/roken/roken-common.h
  U src/crypto/heimdal/lib/roken/roken.awk
  N src/crypto/heimdal/lib/roken/rtbl.c
  U src/crypto/heimdal/lib/roken/roken.h.in
  U src/crypto/heimdal/lib/roken/roken_gethostby.c
  N src/crypto/heimdal/lib/roken/rtbl.h
  U src/crypto/heimdal/lib/roken/sendmsg.c
  U src/crypto/heimdal/lib/roken/setegid.c
  U src/crypto/heimdal/lib/roken/setenv.c
  U src/crypto/heimdal/lib/roken/seteuid.c
  U src/crypto/heimdal/lib/roken/signal.c
  U src/crypto/heimdal/lib/roken/simple_exec.c
  U src/crypto/heimdal/lib/roken/snprintf.c
  U src/crypto/heimdal/lib/roken/socket.c
  U src/crypto/heimdal/lib/roken/strcasecmp.c
  U src/crypto/heimdal/lib/roken/strcollect.c
  U src/crypto/heimdal/lib/roken/strdup.c
  U src/crypto/heimdal/lib/roken/strerror.c
  U src/crypto/heimdal/lib/roken/strftime.c
  U src/crypto/heimdal/lib/roken/strlcat.c
  U src/crypto/heimdal/lib/roken/strlcpy.c
  U src/crypto/heimdal/lib/roken/strlwr.c
  U src/crypto/heimdal/lib/roken/strncasecmp.c
  U src/crypto/heimdal/lib/roken/strndup.c
  U src/crypto/heimdal/lib/roken/strnlen.c
  U src/crypto/heimdal/lib/roken/strpftime-test.c
  U src/crypto/heimdal/lib/roken/strptime.c
  U src/crypto/heimdal/lib/roken/strsep.c
  N src/crypto/heimdal/lib/roken/strsep_copy.c
  U src/crypto/heimdal/lib/roken/strtok_r.c
  U src/crypto/heimdal/lib/roken/strupr.c
  U src/crypto/heimdal/lib/roken/swab.c
  N src/crypto/heimdal/lib/roken/timeval.c
  U src/crypto/heimdal/lib/roken/tm2time.c
  U src/crypto/heimdal/lib/roken/unsetenv.c
  N src/crypto/heimdal/lib/roken/unvis.c
  U src/crypto/heimdal/lib/roken/verify.c
  U src/crypto/heimdal/lib/roken/verr.c
  U src/crypto/heimdal/lib/roken/verrx.c
  N src/crypto/heimdal/lib/roken/vis.c
  N src/crypto/heimdal/lib/roken/vis.hin
  U src/crypto/heimdal/lib/roken/vsyslog.c
  U src/crypto/heimdal/lib/roken/vwarn.c
  U src/crypto/heimdal/lib/roken/vwarnx.c
  U src/crypto/heimdal/lib/roken/warn.c
  U src/crypto/heimdal/lib/roken/warnerr.c
  U src/crypto/heimdal/lib/roken/warnx.c
  N src/crypto/heimdal/lib/roken/write_pid.c
  U src/crypto/heimdal/lib/roken/writev.c
  U src/crypto/heimdal/lib/roken/xdbm.h
  U src/crypto/heimdal/lib/roken/Makefile.in
  U src/crypto/heimdal/lib/des/COPYRIGHT
  C src/crypto/heimdal/lib/des/ChangeLog
  U src/crypto/heimdal/lib/des/DES.pm
  U src/crypto/heimdal/lib/des/DES.pod
  U src/crypto/heimdal/lib/des/DES.xs
  U src/crypto/heimdal/lib/des/FILES
  U src/crypto/heimdal/lib/des/INSTALL
  U src/crypto/heimdal/lib/des/Imakefile
  U src/crypto/heimdal/lib/des/KERBEROS
  U src/crypto/heimdal/lib/des/MODES.DES
  U src/crypto/heimdal/lib/des/Makefile.PL
  C src/crypto/heimdal/lib/des/Makefile.am
  U src/crypto/heimdal/lib/des/Makefile.ssl
  U src/crypto/heimdal/lib/des/Makefile.uni
  U src/crypto/heimdal/lib/des/PC1
  U src/crypto/heimdal/lib/des/PC2
  U src/crypto/heimdal/lib/des/README
  U src/crypto/heimdal/lib/des/VERSION
  U src/crypto/heimdal/lib/des/cbc3_enc.c
  U src/crypto/heimdal/lib/des/cbc_cksm.c
  U src/crypto/heimdal/lib/des/cbc_enc.c
  U src/crypto/heimdal/lib/des/cfb64ede.c
  U src/crypto/heimdal/lib/des/cfb64enc.c
  U src/crypto/heimdal/lib/des/cfb_enc.c
  U src/crypto/heimdal/lib/des/des.1
  U src/crypto/heimdal/lib/des/des.c
  U src/crypto/heimdal/lib/des/des.def
  U src/crypto/heimdal/lib/des/des.doc
  U src/crypto/heimdal/lib/des/des.dsp
  C src/crypto/heimdal/lib/des/des.h
  U src/crypto/heimdal/lib/des/des.mak
  U src/crypto/heimdal/lib/des/des.man
  U src/crypto/heimdal/lib/des/des.org
  U src/crypto/heimdal/lib/des/des.pl
  U src/crypto/heimdal/lib/des/des_crypt.3
  U src/crypto/heimdal/lib/des/des_crypt.man
  U src/crypto/heimdal/lib/des/des_enc.c
  C src/crypto/heimdal/lib/des/des_locl.h
  U src/crypto/heimdal/lib/des/des_locl.org
  U src/crypto/heimdal/lib/des/des_opts.c
  U src/crypto/heimdal/lib/des/des_ver.h
  U src/crypto/heimdal/lib/des/destest.c
  U src/crypto/heimdal/lib/des/dllmain.c
  U src/crypto/heimdal/lib/des/doIP
  U src/crypto/heimdal/lib/des/doPC1
  U src/crypto/heimdal/lib/des/doPC2
  U src/crypto/heimdal/lib/des/ecb3_enc.c
  U src/crypto/heimdal/lib/des/ecb_enc.c
  U src/crypto/heimdal/lib/des/ede_enc.c
  C src/crypto/heimdal/lib/des/enc_read.c
  C src/crypto/heimdal/lib/des/enc_writ.c
  C src/crypto/heimdal/lib/des/fcrypt.c
  U src/crypto/heimdal/lib/des/hash.h
  U src/crypto/heimdal/lib/des/key_par.c
  U src/crypto/heimdal/lib/des/makefile.bc
  C src/crypto/heimdal/lib/des/md4.c
  C src/crypto/heimdal/lib/des/md4.h
  C src/crypto/heimdal/lib/des/md5.c
  C src/crypto/heimdal/lib/des/md5.h
  U src/crypto/heimdal/lib/des/md5crypt_test.c
  C src/crypto/heimdal/lib/des/mdtest.c
  U src/crypto/heimdal/lib/des/ncbc_enc.c
  U src/crypto/heimdal/lib/des/ofb64ede.c
  U src/crypto/heimdal/lib/des/ofb64enc.c
  U src/crypto/heimdal/lib/des/ofb_enc.c
  U src/crypto/heimdal/lib/des/passwd_dialog.aps
  U src/crypto/heimdal/lib/des/passwd_dialog.clw
  U src/crypto/heimdal/lib/des/passwd_dialog.rc
  U src/crypto/heimdal/lib/des/passwd_dialog.res
  U src/crypto/heimdal/lib/des/passwd_dlg.c
  U src/crypto/heimdal/lib/des/passwd_dlg.h
  U src/crypto/heimdal/lib/des/pcbc_enc.c
  U src/crypto/heimdal/lib/des/podd.h
  U src/crypto/heimdal/lib/des/qud_cksm.c
  U src/crypto/heimdal/lib/des/rand_key.c
  U src/crypto/heimdal/lib/des/rc4.h
  U src/crypto/heimdal/lib/des/rc4_enc.c
  U src/crypto/heimdal/lib/des/rc4_skey.c
  U src/crypto/heimdal/lib/des/rc4test.c
  U src/crypto/heimdal/lib/des/read_pwd.c
  U src/crypto/heimdal/lib/des/resource.h
  U src/crypto/heimdal/lib/des/rnd_keys.c
  U src/crypto/heimdal/lib/des/rpc_des.h
  U src/crypto/heimdal/lib/des/rpc_enc.c
  C src/crypto/heimdal/lib/des/rpw.c
  U src/crypto/heimdal/lib/des/set_key.c
  C src/crypto/heimdal/lib/des/sha.c
  C src/crypto/heimdal/lib/des/sha.h
  U src/crypto/heimdal/lib/des/shifts.pl
  U src/crypto/heimdal/lib/des/sk.h
  C src/crypto/heimdal/lib/des/speed.c
  U src/crypto/heimdal/lib/des/spr.h
  U src/crypto/heimdal/lib/des/str2key.c
  U src/crypto/heimdal/lib/des/supp.c
  U src/crypto/heimdal/lib/des/testdes.pl
  U src/crypto/heimdal/lib/des/times
  U src/crypto/heimdal/lib/des/typemap
  U src/crypto/heimdal/lib/des/version.h
  U src/crypto/heimdal/lib/des/vms.com
  U src/crypto/heimdal/lib/des/xcbc_enc.c
  C src/crypto/heimdal/lib/des/Makefile.in
  U src/crypto/heimdal/lib/des/asm/des-som2.pl
  U src/crypto/heimdal/lib/des/asm/des-som3.pl
  U src/crypto/heimdal/lib/des/asm/des586.pl
  U src/crypto/heimdal/lib/des/asm/des686.pl
  U src/crypto/heimdal/lib/des/asm/desboth.pl
  U src/crypto/heimdal/lib/des/asm/dx86-cpp.s
  U src/crypto/heimdal/lib/des/asm/dx86unix.cpp
  U src/crypto/heimdal/lib/des/asm/readme
  U src/crypto/heimdal/lib/des/asm/win32.asm
  U src/crypto/heimdal/lib/des/asm/win32.uu
  U src/crypto/heimdal/lib/des/asm/x86ms.pl
  U src/crypto/heimdal/lib/des/asm/x86unix.pl
  U src/crypto/heimdal/lib/des/t/perl
  U src/crypto/heimdal/lib/des/t/test
  N src/crypto/heimdal/lib/editline/Makefile.in
  N src/crypto/heimdal/lib/editline/ChangeLog
  N src/crypto/heimdal/lib/editline/Makefile.am
  N src/crypto/heimdal/lib/editline/README
  N src/crypto/heimdal/lib/editline/complete.c
  N src/crypto/heimdal/lib/editline/edit_compat.c
  N src/crypto/heimdal/lib/editline/editline.3
  N src/crypto/heimdal/lib/editline/editline.c
  N src/crypto/heimdal/lib/editline/editline.h
  N src/crypto/heimdal/lib/editline/roken_rename.h
  N src/crypto/heimdal/lib/editline/sysunix.c
  N src/crypto/heimdal/lib/editline/testit.c
  N src/crypto/heimdal/lib/editline/unix.h
  N src/crypto/heimdal/lib/otp/Makefile.in
  N src/crypto/heimdal/lib/otp/ChangeLog
  N src/crypto/heimdal/lib/otp/Makefile.am
  N src/crypto/heimdal/lib/otp/otp.c
  N src/crypto/heimdal/lib/otp/otp.h
  N src/crypto/heimdal/lib/otp/otp_challenge.c
  N src/crypto/heimdal/lib/otp/otp_db.c
  N src/crypto/heimdal/lib/otp/otp_locl.h
  N src/crypto/heimdal/lib/otp/otp_md.c
  N src/crypto/heimdal/lib/otp/otp_md.h
  N src/crypto/heimdal/lib/otp/otp_parse.c
  N src/crypto/heimdal/lib/otp/otp_print.c
  N src/crypto/heimdal/lib/otp/otp_verify.c
  N src/crypto/heimdal/lib/otp/otptest.c
  N src/crypto/heimdal/lib/otp/roken_rename.h
  U src/crypto/heimdal/lib/sl/Makefile.in
  U src/crypto/heimdal/lib/sl/ChangeLog
  U src/crypto/heimdal/lib/sl/Makefile.am
  U src/crypto/heimdal/lib/sl/lex.l
  U src/crypto/heimdal/lib/sl/make_cmds.c
  U src/crypto/heimdal/lib/sl/make_cmds.h
  U src/crypto/heimdal/lib/sl/parse.y
  U src/crypto/heimdal/lib/sl/roken_rename.h
  U src/crypto/heimdal/lib/sl/sl.c
  U src/crypto/heimdal/lib/sl/sl.h
  U src/crypto/heimdal/lib/sl/sl_locl.h
  U src/crypto/heimdal/lib/sl/ss.c
  U src/crypto/heimdal/lib/sl/ss.h
  U src/crypto/heimdal/lib/kafs/Makefile.in
  U src/crypto/heimdal/lib/kafs/ChangeLog
  U src/crypto/heimdal/lib/kafs/Makefile.am
  U src/crypto/heimdal/lib/kafs/README.dlfcn
  U src/crypto/heimdal/lib/kafs/afskrb.c
  U src/crypto/heimdal/lib/kafs/afskrb5.c
  U src/crypto/heimdal/lib/kafs/afsl.exp
  U src/crypto/heimdal/lib/kafs/afslib.c
  U src/crypto/heimdal/lib/kafs/afslib.exp
  U src/crypto/heimdal/lib/kafs/afssys.c
  U src/crypto/heimdal/lib/kafs/afssysdefs.h
  U src/crypto/heimdal/lib/kafs/common.c
  U src/crypto/heimdal/lib/kafs/dlfcn.c
  U src/crypto/heimdal/lib/kafs/dlfcn.h
  U src/crypto/heimdal/lib/kafs/kafs.3
  U src/crypto/heimdal/lib/kafs/kafs.h
  U src/crypto/heimdal/lib/kafs/kafs_locl.h
  U src/crypto/heimdal/lib/auth/ChangeLog
  U src/crypto/heimdal/lib/auth/Makefile.am
  U src/crypto/heimdal/lib/auth/Makefile.in
  U src/crypto/heimdal/lib/auth/afskauthlib/Makefile.in
  U src/crypto/heimdal/lib/auth/afskauthlib/Makefile.am
  U src/crypto/heimdal/lib/auth/afskauthlib/verify.c
  U src/crypto/heimdal/lib/auth/pam/Makefile.in
  U src/crypto/heimdal/lib/auth/pam/Makefile.am
  U src/crypto/heimdal/lib/auth/pam/pam.c
  U src/crypto/heimdal/lib/auth/pam/pam.conf.add
  U src/crypto/heimdal/lib/auth/sia/Makefile.in
  U src/crypto/heimdal/lib/auth/sia/Makefile.am
  U src/crypto/heimdal/lib/auth/sia/krb4+c2_matrix.conf
  U src/crypto/heimdal/lib/auth/sia/krb4_matrix.conf
  U src/crypto/heimdal/lib/auth/sia/krb5+c2_matrix.conf
  U src/crypto/heimdal/lib/auth/sia/krb5_matrix.conf
  U src/crypto/heimdal/lib/auth/sia/posix_getpw.c
  U src/crypto/heimdal/lib/auth/sia/security.patch
  U src/crypto/heimdal/lib/auth/sia/sia.c
  U src/crypto/heimdal/lib/auth/sia/sia_locl.h
  N src/crypto/heimdal/lib/com_err/Makefile.in
  N src/crypto/heimdal/lib/com_err/ChangeLog
  N src/crypto/heimdal/lib/com_err/Makefile.am
  N src/crypto/heimdal/lib/com_err/com_err.c
  N src/crypto/heimdal/lib/com_err/com_err.h
  N src/crypto/heimdal/lib/com_err/com_right.h
  N src/crypto/heimdal/lib/com_err/compile_et.c
  N src/crypto/heimdal/lib/com_err/compile_et.h
  N src/crypto/heimdal/lib/com_err/error.c
  N src/crypto/heimdal/lib/com_err/lex.h
  N src/crypto/heimdal/lib/com_err/lex.l
  N src/crypto/heimdal/lib/com_err/parse.y
  N src/crypto/heimdal/lib/com_err/roken_rename.h
  N src/crypto/heimdal/tools/Makefile.in
  N src/crypto/heimdal/tools/Makefile.am
  N src/crypto/heimdal/tools/krb5-config.1
  N src/crypto/heimdal/tools/krb5-config.in
  U src/crypto/heimdal/cf/ChangeLog
  U src/crypto/heimdal/cf/Makefile.am.common
  N src/crypto/heimdal/cf/aix.m4
  U src/crypto/heimdal/cf/auth-modules.m4
  N src/crypto/heimdal/cf/broken-getnameinfo.m4
  U src/crypto/heimdal/cf/broken-glob.m4
  N src/crypto/heimdal/cf/broken-realloc.m4
  U src/crypto/heimdal/cf/broken-snprintf.m4
  U src/crypto/heimdal/cf/broken.m4
  N src/crypto/heimdal/cf/broken2.m4
  U src/crypto/heimdal/cf/c-attribute.m4
  U src/crypto/heimdal/cf/c-function.m4
  U src/crypto/heimdal/cf/capabilities.m4
  U src/crypto/heimdal/cf/check-declaration.m4
  U src/crypto/heimdal/cf/check-getpwnam_r-posix.m4
  U src/crypto/heimdal/cf/check-man.m4
  U src/crypto/heimdal/cf/check-netinet-ip-and-tcp.m4
  U src/crypto/heimdal/cf/check-type-extra.m4
  U src/crypto/heimdal/cf/check-x.m4
  U src/crypto/heimdal/cf/check-var.m4
  U src/crypto/heimdal/cf/check-xau.m4
  N src/crypto/heimdal/cf/db.m4
  U src/crypto/heimdal/cf/find-func-no-libs.m4
  U src/crypto/heimdal/cf/find-func-no-libs2.m4
  U src/crypto/heimdal/cf/find-func.m4
  U src/crypto/heimdal/cf/find-if-not-broken.m4
  U src/crypto/heimdal/cf/grok-type.m4
  U src/crypto/heimdal/cf/have-pragma-weak.m4
  U src/crypto/heimdal/cf/have-struct-field.m4
  U src/crypto/heimdal/cf/have-type.m4
  U src/crypto/heimdal/cf/have-types.m4
  N src/crypto/heimdal/cf/install-catman.sh
  U src/crypto/heimdal/cf/krb-bigendian.m4
  U src/crypto/heimdal/cf/krb-find-db.m4
  U src/crypto/heimdal/cf/krb-func-getcwd-broken.m4
  U src/crypto/heimdal/cf/krb-func-getlogin.m4
  U src/crypto/heimdal/cf/krb-ipv6.m4
  N src/crypto/heimdal/cf/krb-irix.m4
  U src/crypto/heimdal/cf/krb-prog-ln-s.m4
  U src/crypto/heimdal/cf/krb-prog-ranlib.m4
  U src/crypto/heimdal/cf/krb-prog-yacc.m4
  N src/crypto/heimdal/cf/krb-readline.m4
  U src/crypto/heimdal/cf/krb-struct-spwd.m4
  U src/crypto/heimdal/cf/krb-struct-winsize.m4
  U src/crypto/heimdal/cf/krb-sys-aix.m4
  U src/crypto/heimdal/cf/krb-sys-nextstep.m4
  U src/crypto/heimdal/cf/krb-version.m4
  U src/crypto/heimdal/cf/make-proto.pl
  U src/crypto/heimdal/cf/mips-abi.m4
  U src/crypto/heimdal/cf/misc.m4
  U src/crypto/heimdal/cf/need-proto.m4
  U src/crypto/heimdal/cf/osfc2.m4
  U src/crypto/heimdal/cf/proto-compat.m4
  N src/crypto/heimdal/cf/retsigtype.m4
  N src/crypto/heimdal/cf/roken-frag.m4
  N src/crypto/heimdal/cf/roken.m4
  U src/crypto/heimdal/cf/shared-libs.m4
  U src/crypto/heimdal/cf/test-package.m4
  U src/crypto/heimdal/cf/wflags.m4
  
  23 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jKTH:yesterday -jKTH src/crypto/heimdal
  


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


From owner-cvs-all  Tue Feb 13  8:50:43 2001
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 91FD037B491; Tue, 13 Feb 2001 08:50:37 -0800 (PST)
Received: from billy-club.village.org (billy-club.village.org [10.0.0.3])
	by rover.village.org (8.11.2/8.11.0) with ESMTP id f1DGoZh23652;
	Tue, 13 Feb 2001 09:50:36 -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 f1DGmVE12753; Tue, 13 Feb 2001 09:48:31 -0700 (MST)
Message-Id: <200102131648.f1DGmVE12753@billy-club.village.org>
To: Robert Watson <rwatson@FreeBSD.org>
Subject: Re: cvs commit: src/usr.bin/make arch.c dir.c job.c main.c make.h util.c 
Cc: Will Andrews <will@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-reply-to: Your message of "Tue, 13 Feb 2001 10:42:44 EST."
		<Pine.NEB.3.96L.1010213104220.5215B-100000@fledge.watson.org> 
References: <Pine.NEB.3.96L.1010213104220.5215B-100000@fledge.watson.org>  
Date: Tue, 13 Feb 2001 09:48:31 -0700
From: Warner Losh <imp@village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <Pine.NEB.3.96L.1010213104220.5215B-100000@fledge.watson.org> Robert Watson writes:
: It would be OK to be more specific about the changes, possibly referencing
: revision numbers from -CURRENT rather than retyping it all.

The pc98 folks have a convention where they say things like

	isa/sio.c	1.46, 1.47, 1.50 -> pc98/isa/sio.c (locking changes)

when they are merging in files that need to be similar, yet different,
to the base.

Warner


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


From owner-cvs-all  Tue Feb 13  8:53: 8 2001
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 98A0037B491; Tue, 13 Feb 2001 08:52:58 -0800 (PST)
Received: (from assar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DGqwn36607;
	Tue, 13 Feb 2001 08:52:58 -0800 (PST)
	(envelope-from assar)
Message-Id: <200102131652.f1DGqwn36607@freefall.freebsd.org>
From: Assar Westerlund <assar@FreeBSD.org>
Date: Tue, 13 Feb 2001 08:52:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/heimdal/admin ktutil_locl.h src/crypto/heimdal/kadmin
         kadmin_locl.h src/crypto/heimdal/kdc headers.h
         src/crypto/heimdal/lib/hdb hdb_locl.h src/crypto/heimdal/lib/krb5
         crypto.c krb5_locl.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

assar       2001/02/13 08:52:56 PST

  Modified files:
    crypto/heimdal/admin ktutil_locl.h 
    crypto/heimdal/kadmin kadmin_locl.h 
    crypto/heimdal/kdc   headers.h 
    crypto/heimdal/lib/hdb hdb_locl.h 
    crypto/heimdal/lib/krb5 crypto.c krb5_locl.h 
  Log:
  fix conflicts in heimdal 0.3e import
  
  Revision  Changes    Path
  1.4       +2 -1      src/crypto/heimdal/admin/ktutil_locl.h
  1.4       +29 -2     src/crypto/heimdal/kadmin/kadmin_locl.h
  1.4       +9 -1      src/crypto/heimdal/kdc/headers.h
  1.4       +4 -2      src/crypto/heimdal/lib/hdb/hdb_locl.h
  1.4       +753 -142  src/crypto/heimdal/lib/krb5/crypto.c
  1.4       +26 -2     src/crypto/heimdal/lib/krb5/krb5_locl.h



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


From owner-cvs-all  Tue Feb 13  8:55:46 2001
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 D79F937B491; Tue, 13 Feb 2001 08:55:42 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DGtg737256;
	Tue, 13 Feb 2001 08:55:42 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102131655.f1DGtg737256@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Tue, 13 Feb 2001 08:55:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/13 08:55:42 PST

  Modified files:
    gnu/usr.bin/man/manpath manpath.c 
  Log:
  Do not allow non-absolute pathnames in the manpath.
  
  Revision  Changes    Path
  1.12      +9 -1      src/gnu/usr.bin/man/manpath/manpath.c



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


From owner-cvs-all  Tue Feb 13  8:56: 3 2001
Delivered-To: cvs-all@freebsd.org
Received: from syncopation-03.iinet.net.au (syncopation-03.iinet.net.au [203.59.24.49])
	by hub.freebsd.org (Postfix) with SMTP id 2658B37B4EC
	for <cvs-all@FreeBSD.org>; Tue, 13 Feb 2001 08:55:57 -0800 (PST)
Received: (qmail 16263 invoked by uid 666); 13 Feb 2001 17:02:54 -0000
Received: from reggae-03-89.nv.iinet.net.au (HELO elischer.org) (203.59.78.89)
  by mail.m.iinet.net.au with SMTP; 13 Feb 2001 17:02:54 -0000
Message-ID: <3A89670C.82B8DAA9@elischer.org>
Date: Tue, 13 Feb 2001 08:55:40 -0800
From: Julian Elischer <julian@elischer.org>
X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386)
X-Accept-Language: en, hu
MIME-Version: 1.0
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 
 ipfw.c
References: <51205.982073676@critter>
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Poul-Henning Kamp wrote:
> 
> In message <200102131412.f1DECdZ12064@freefall.freebsd.org>, Poul-Henning Kamp
> writes:
> >phk         2001/02/13 06:12:37 PST
> >
> >  Modified files:
> >    sys/netinet          ip_fw.c ip_fw.h
> >    sbin/ipfw            ipfw.8 ipfw.c
> >  Log:
> >  Introduce a new feature in IPFW:  Check of the source or destination
> >  address is configured on a interface.  This is useful for routers with
> >  dynamic interfaces.  It is now possible to say:
> >
> >          0100 allow       tcp from any to any established
> >          0200 skipto 1000 tcp from any to any
> >          0300 allow       ip from any to any
> >          1000 allow       tcp from 1.2.3.4 to me 22
> >          1010 deny        tcp from any to me 22
> >          1020 allow       tcp from any to any
> >
> >  and not have to worry about the behaviour if dynamic interfaces configure
> >  new IP numbers later on.
> >
> >  The check is semi expensive (traverses the interface address list)
> >  so it should be protected as in the above example if high performance
> >  is a requirement.
> 
> It would be more elegant to have multiple lists of ipfw rules:
>         One input list per interface
>         One output list per interface
>         One list for packets being forwarded
>         One list for packets arriving locally
>         One list for packets originating locally
> 
> And it would be trivial to implement this in a backwards compatible
> fashion, but I guess that is bikeshed coloring material so I'll
> just leave that thought to fester here in case anyone feels like
> looking at it....

I agree, though it is possible to break the single list in to these using 
skipto rules.. (we did that at whistle.) the first rule immediatly jumped 
to rule 8000 or something if it was an external incoming packet.

It's not perfect but it does aproximate what you are talking about..


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

-- 
      __--_|\  Julian Elischer
     /       \ julian@elischer.org
    (   OZ    ) World tour 2000-2001
---> X_.---._/  
            v


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


From owner-cvs-all  Tue Feb 13  8:57:11 2001
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 EA68F37B491; Tue, 13 Feb 2001 08:57:05 -0800 (PST)
Received: (from assar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DGv5038300;
	Tue, 13 Feb 2001 08:57:05 -0800 (PST)
	(envelope-from assar)
Message-Id: <200102131657.f1DGv5038300@freefall.freebsd.org>
From: Assar Westerlund <assar@FreeBSD.org>
Date: Tue, 13 Feb 2001 08:57:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/kerberos5 Makefile.inc src/kerberos5/include
         config.h krb5-private.h krb5-types.h version.h src/kerberos5/lib
         Makefile src/kerberos5/lib/libasn1 Makefile
         src/kerberos5/lib/libgssapi Makefile src/kerberos5/lib/libhdb ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

assar       2001/02/13 08:57:05 PST

  Modified files:
    kerberos5            Makefile.inc 
    kerberos5/include    config.h krb5-private.h krb5-types.h 
                         version.h 
    kerberos5/lib        Makefile 
    kerberos5/lib/libasn1 Makefile 
    kerberos5/lib/libhdb Makefile 
    kerberos5/lib/libkadm5clnt Makefile 
    kerberos5/lib/libkadm5srv Makefile 
    kerberos5/lib/libkrb5 Makefile 
    kerberos5/lib/libroken Makefile 
    kerberos5/libexec/hprop Makefile 
    kerberos5/libexec/hpropd Makefile 
    kerberos5/libexec/ipropd-master Makefile 
    kerberos5/libexec/ipropd-slave Makefile 
    kerberos5/libexec/k5admind Makefile 
    kerberos5/libexec/k5passwdd Makefile 
    kerberos5/libexec/kdc Makefile 
    kerberos5/usr.bin/k5admin Makefile 
    kerberos5/usr.bin/k5destroy Makefile 
    kerberos5/usr.bin/k5init Makefile 
    kerberos5/usr.bin/k5list Makefile 
    kerberos5/usr.bin/k5passwd Makefile 
    kerberos5/usr.sbin/k5stash Makefile 
    kerberos5/usr.sbin/ktutil Makefile 
  Added files:
    kerberos5/lib/libgssapi Makefile 
    kerberos5/lib/libvers Makefile 
  Log:
  update build infrastructure for heimdal 0.3e
  
  Revision  Changes    Path
  1.7       +7 -1      src/kerberos5/Makefile.inc
  1.4       +787 -638  src/kerberos5/include/config.h
  1.2       +4 -1      src/kerberos5/include/krb5-private.h
  1.2       +4 -2      src/kerberos5/include/krb5-types.h
  1.3       +5 -5      src/kerberos5/include/version.h
  1.4       +2 -2      src/kerberos5/lib/Makefile
  1.6       +51 -17    src/kerberos5/lib/libasn1/Makefile
  1.3       +25 -4     src/kerberos5/lib/libhdb/Makefile
  1.2       +25 -5     src/kerberos5/lib/libkadm5clnt/Makefile
  1.2       +34 -6     src/kerberos5/lib/libkadm5srv/Makefile
  1.5       +96 -29    src/kerberos5/lib/libkrb5/Makefile
  1.4       +52 -23    src/kerberos5/lib/libroken/Makefile
  1.5       +5 -3      src/kerberos5/libexec/hprop/Makefile
  1.5       +5 -3      src/kerberos5/libexec/hpropd/Makefile
  1.5       +5 -3      src/kerberos5/libexec/ipropd-master/Makefile
  1.5       +5 -3      src/kerberos5/libexec/ipropd-slave/Makefile
  1.6       +6 -3      src/kerberos5/libexec/k5admind/Makefile
  1.6       +7 -3      src/kerberos5/libexec/k5passwdd/Makefile
  1.5       +17 -4     src/kerberos5/libexec/kdc/Makefile
  1.6       +26 -6     src/kerberos5/usr.bin/k5admin/Makefile
  1.6       +4 -2      src/kerberos5/usr.bin/k5destroy/Makefile
  1.6       +4 -2      src/kerberos5/usr.bin/k5init/Makefile
  1.6       +4 -2      src/kerberos5/usr.bin/k5list/Makefile
  1.6       +4 -2      src/kerberos5/usr.bin/k5passwd/Makefile
  1.6       +4 -2      src/kerberos5/usr.sbin/k5stash/Makefile
  1.5       +18 -5     src/kerberos5/usr.sbin/ktutil/Makefile



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


From owner-cvs-all  Tue Feb 13  8:58:14 2001
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 409EB37B4EC; Tue, 13 Feb 2001 08:58:06 -0800 (PST)
Received: (from assar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DGw6v38457;
	Tue, 13 Feb 2001 08:58:06 -0800 (PST)
	(envelope-from assar)
Message-Id: <200102131658.f1DGw6v38457@freefall.freebsd.org>
From: Assar Westerlund <assar@FreeBSD.org>
Date: Tue, 13 Feb 2001 08:58:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssh auth-krb5.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

assar       2001/02/13 08:58:06 PST

  Modified files:
    crypto/openssh       auth-krb5.c 
  Log:
  update to new heimdal libkrb5
  
  Revision  Changes    Path
  1.6       +3 -3      src/crypto/openssh/auth-krb5.c



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


From owner-cvs-all  Tue Feb 13  9: 3:43 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2023537B4EC; Tue, 13 Feb 2001 09:03:39 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DH3Tw52177;
	Tue, 13 Feb 2001 18:03:29 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
To: Julian Elischer <julian@elischer.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 08:55:40 PST."
             <3A89670C.82B8DAA9@elischer.org> 
Date: Tue, 13 Feb 2001 18:03:29 +0100
Message-ID: <52175.982083809@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <3A89670C.82B8DAA9@elischer.org>, Julian Elischer writes:

>> It would be more elegant to have multiple lists of ipfw rules:
>>         One input list per interface
>>         One output list per interface
>>         One list for packets being forwarded
>>         One list for packets arriving locally
>>         One list for packets originating locally
>> 
>> And it would be trivial to implement this in a backwards compatible
>> fashion, but I guess that is bikeshed coloring material so I'll
>> just leave that thought to fester here in case anyone feels like
>> looking at it....
>
>I agree, though it is possible to break the single list in to these using 
>skipto rules.. (we did that at whistle.) the first rule immediatly jumped 
>to rule 8000 or something if it was an external incoming packet.
>
>It's not perfect but it does aproximate what you are talking about..

It is the "aproximate" that I'm targeting here :-)

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


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


From owner-cvs-all  Tue Feb 13  9: 6: 7 2001
Delivered-To: cvs-all@freebsd.org
Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9EF1437B4EC; Tue, 13 Feb 2001 09:05:54 -0800 (PST)
Received: (from will@localhost)
	by london.physics.purdue.edu (8.8.8/8.8.8) id MAA28442;
	Tue, 13 Feb 2001 12:05:51 -0500 (EST)
X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f
Date: Tue, 13 Feb 2001 12:05:50 -0500
From: Will Andrews <will@physics.purdue.edu>
To: Robert Watson <rwatson@FreeBSD.org>
Cc: Will Andrews <will@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/make arch.c dir.c job.c main.c make.h         util.c
Message-ID: <20010213120549.J12821@london.physics.purdue.edu>
Reply-To: Will Andrews <will@physics.purdue.edu>
Mail-Followup-To: Will Andrews <will@physics.purdue.edu>,
	Robert Watson <rwatson@FreeBSD.org>,
	Will Andrews <will@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
References: <200102130314.f1D3DxV00594@freefall.freebsd.org> <Pine.NEB.3.96L.1010213104220.5215B-100000@fledge.watson.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="s9fJI615cBHmzTOP"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.NEB.3.96L.1010213104220.5215B-100000@fledge.watson.org>; from rwatson@FreeBSD.org on Tue, Feb 13, 2001 at 10:42:44AM -0500
X-Operating-System: SunOS 4.1.3_U1 sun4m
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Tue, Feb 13, 2001 at 10:42:44AM -0500, Robert Watson wrote:
> It would be OK to be more specific about the changes, possibly referencing
> revision numbers from -CURRENT rather than retyping it all.

Yeah, I guess I could have simply specified revision numbers for
each file.

--=20
wca

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (SunOS)
Comment: For info see http://www.gnupg.org

iD8DBQE6iWlQF47idPgWcsURAjbiAJ4zoksu01iXYCiO+++XExmzD5MfPQCdG8k/
4ZUbpF7V/lKJa+fsMGvwjzg=
=Pp2W
-----END PGP SIGNATURE-----

--s9fJI615cBHmzTOP--


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


From owner-cvs-all  Tue Feb 13  9:22:16 2001
Delivered-To: cvs-all@freebsd.org
Received: from harmony.village.org (rover.village.org [204.144.255.66])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3852737B491; Tue, 13 Feb 2001 09:22:11 -0800 (PST)
Received: from harmony.village.org (localhost.village.org [127.0.0.1])
	by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1DHJiW39572;
	Tue, 13 Feb 2001 10:19:45 -0700 (MST)
	(envelope-from imp@harmony.village.org)
Message-Id: <200102131719.f1DHJiW39572@harmony.village.org>
To: Julian Elischer <julian@elischer.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
Cc: Poul-Henning Kamp <phk@critter.freebsd.dk>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-reply-to: Your message of "Tue, 13 Feb 2001 08:55:40 PST."
		<3A89670C.82B8DAA9@elischer.org> 
References: <3A89670C.82B8DAA9@elischer.org>  <51205.982073676@critter> 
Date: Tue, 13 Feb 2001 10:19:44 -0700
From: Warner Losh <imp@harmony.village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <3A89670C.82B8DAA9@elischer.org> Julian Elischer writes:
: I agree, though it is possible to break the single list in to these using 
: skipto rules.. (we did that at whistle.) the first rule immediatly jumped 
: to rule 8000 or something if it was an external incoming packet.
: 
: It's not perfect but it does aproximate what you are talking about..

Hmmm.  I wonder if a ipfw compiler could be made that would do this
w/o hacks in the kernel.  Well, without new hacks in the kernel :-)

Warner


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


From owner-cvs-all  Tue Feb 13  9:26:49 2001
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 D09E437B69E; Tue, 13 Feb 2001 09:26:36 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DHQa443723;
	Tue, 13 Feb 2001 09:26:36 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131726.f1DHQa443723@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 09:26:35 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc Makefile ports/misc/ttyrec 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

ijliao      2001/02/13 09:26:35 PST

  Modified files:
    misc                 Makefile 
  Added files:
    misc/ttyrec          Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add ttyrec, a tty recorder
  
  Revision  Changes    Path
  1.324     +2 -1      ports/misc/Makefile



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


From owner-cvs-all  Tue Feb 13  9:26:58 2001
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 BFFE337B6C2; Tue, 13 Feb 2001 09:26:42 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DHQg043759;
	Tue, 13 Feb 2001 09:26:42 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131726.f1DHQg043759@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 09:26:42 -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

ijliao      2001/02/13 09:26:40 PST

  Modified files:
    .                    modules 
  Log:
    ttyrec --> ports/misc/ttyrec
  
  Revision  Changes    Path
  1.2420    +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  Tue Feb 13  9:27:33 2001
Delivered-To: cvs-all@freebsd.org
Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1A10637B491; Tue, 13 Feb 2001 09:27:20 -0800 (PST)
Received: (from will@localhost)
	by london.physics.purdue.edu (8.8.8/8.8.8) id MAA00252;
	Tue, 13 Feb 2001 12:27:18 -0500 (EST)
X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f
Date: Tue, 13 Feb 2001 12:27:13 -0500
From: Will Andrews <will@physics.purdue.edu>
To: "David E. O'Brien" <obrien@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1
Message-ID: <20010213122712.M12821@london.physics.purdue.edu>
Reply-To: Will Andrews <will@physics.purdue.edu>
Mail-Followup-To: Will Andrews <will@physics.purdue.edu>,
	"David E. O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
References: <200102130949.f1D9nKS58937@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: <200102130949.f1D9nKS58937@freefall.freebsd.org>; from obrien@FreeBSD.org on Tue, Feb 13, 2001 at 01:49:19AM -0800
X-Operating-System: SunOS 4.1.3_U1 sun4m
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 01:49:19AM -0800, David E. O'Brien wrote:
>   Log:
>   In light of the dismal transfer times from ftp.FreeBSD.org, add a new
>   `PACKAGEROOT' env var which you would set to a proper mirror of
>   ftp.FreeBSD.org (say "export PACKAGEROOT=ftp://ftp3.FreeBSD.org"), to
>   fetch from an alternate place.  This is easier to use than `PACKAGESITE'
>   for true mirrors, and can be used in your dot files across all versions
>   of FreeBSD.

Thanks!  I hope you plan on MFC'ing this ASAP!  :)

-- 
wca


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


From owner-cvs-all  Tue Feb 13  9:30:35 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id 13C1B37B503; Tue, 13 Feb 2001 09:30:28 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1DHPKO31020;
	Tue, 13 Feb 2001 09:25:20 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102131725.f1DHPKO31020@iguana.aciri.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
In-Reply-To: <51205.982073676@critter> from Poul-Henning Kamp at "Feb 13, 2001  3:14:36 pm"
To: phk@critter.freebsd.dk (Poul-Henning Kamp)
Date: Tue, 13 Feb 2001 09:25:10 -0800 (PST)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> >  The check is semi expensive (traverses the interface address list)

any input packet needs to traverse the interface address list. If there is
an efficiency problem there, the fix is to use a hash table to lookup
local addresses.

BTW can you explain me the logic in INADDR_TO_IFP ? I
am not sure i understand why IFF_POINTOPOINT is considered
differently here and not in ip_input().

> It would be more elegant to have multiple lists of ipfw rules:
>         One input list per interface
>         One output list per interface
>         One list for packets being forwarded
>         One list for packets arriving locally
>         One list for packets originating locally

what would you apply to 'forwarded' packets ? Just the
'forward' list (very hard to do in practice, as you might
have to backtrack, think of divert sockets) or the set
<input,forward,output> ?

> And it would be trivial to implement this in a backwards compatible

[ok the following is just driven by thinking at how to implement
this in the most efficient way...]

In terms of elegance, remember that an access list is no different
than a set of (current) ipfw rules with the same rule number and
a final acceptall or denyall action (current rules are more flexible
as they permit GOTO).

Implementationwise, we could just associate a starting rule number
(currently is 0 for all) to each interface. The relevant pointer
to the starting rule could be in the interface descriptor, not in
ipfw, so the lookup has O(1) cost.

Of course, next time someone will ask to have rulesets on a
per-interface-address basis, not just on a per-interface basis...

The only gain in terms of performance would be when we have many
interfaces (or aliases) and different processing for each of them,
which in the current configuration requires some kind of switch
statement at the beginning to select the good ruleset.

	cheers
	luigi
----------------------------------+-----------------------------------------
 Luigi RIZZO, luigi@iet.unipi.it  . ACIRI/ICSI (on leave from Univ. di Pisa)
 http://www.iet.unipi.it/~luigi/  . 1947 Center St, Berkeley CA 94704
 Phone: (510) 666 2927
----------------------------------+-----------------------------------------



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


From owner-cvs-all  Tue Feb 13  9:37:47 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8335137B491; Tue, 13 Feb 2001 09:37:36 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DHbWw52396;
	Tue, 13 Feb 2001 18:37:32 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
To: Warner Losh <imp@harmony.village.org>
Cc: Julian Elischer <julian@elischer.org>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 10:19:44 MST."
             <200102131719.f1DHJiW39572@harmony.village.org> 
Date: Tue, 13 Feb 2001 18:37:32 +0100
Message-ID: <52394.982085852@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102131719.f1DHJiW39572@harmony.village.org>, Warner Losh writes:
>In message <3A89670C.82B8DAA9@elischer.org> Julian Elischer writes:
>: I agree, though it is possible to break the single list in to these using 
>: skipto rules.. (we did that at whistle.) the first rule immediatly jumped 
>: to rule 8000 or something if it was an external incoming packet.
>: 
>: It's not perfect but it does aproximate what you are talking about..
>
>Hmmm.  I wonder if a ipfw compiler could be made that would do this
>w/o hacks in the kernel.  Well, without new hacks in the kernel :-)

I belive Bill Fumerola already wrote an ipfw compiler but havn't
committed it yet ?

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


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


From owner-cvs-all  Tue Feb 13  9:39: 4 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 410FD37B503; Tue, 13 Feb 2001 09:38:59 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DHcww52437;
	Tue, 13 Feb 2001 18:38:58 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
To: Luigi Rizzo <rizzo@aciri.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 09:25:10 PST."
             <200102131725.f1DHPKO31020@iguana.aciri.org> 
Date: Tue, 13 Feb 2001 18:38:58 +0100
Message-ID: <52435.982085938@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102131725.f1DHPKO31020@iguana.aciri.org>, Luigi Rizzo writes:
>> >  The check is semi expensive (traverses the interface address list)
>
>any input packet needs to traverse the interface address list. If there is
>an efficiency problem there, the fix is to use a hash table to lookup
>local addresses.
>
>BTW can you explain me the logic in INADDR_TO_IFP ? I
>am not sure i understand why IFF_POINTOPOINT is considered
>differently here and not in ip_input().
>
>> It would be more elegant to have multiple lists of ipfw rules:
>>         One input list per interface
>>         One output list per interface
>>         One list for packets being forwarded
>>         One list for packets arriving locally
>>         One list for packets originating locally
>
>what would you apply to 'forwarded' packets ? Just the
>'forward' list (very hard to do in practice, as you might
>have to backtrack, think of divert sockets) or the set
><input,forward,output> ?

A forwarded packet would encounter three lists of rules:

	Input list on arrival interface
	forwarding list
	Output list on departure interface

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


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


From owner-cvs-all  Tue Feb 13  9:52:58 2001
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 3A2B637B491; Tue, 13 Feb 2001 09:52:55 -0800 (PST)
Received: (from mi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DHqtv46643;
	Tue, 13 Feb 2001 09:52:55 -0800 (PST)
	(envelope-from mi)
Message-Id: <200102131752.f1DHqtv46643@freefall.freebsd.org>
From: Mikhail Teterin <mi@FreeBSD.org>
Date: Tue, 13 Feb 2001 09:52:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_dtcl Makefile distinfo pkg-message
         pkg-plist ports/www/mod_dtcl/files patch-doc Makefile.bsd patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mi          2001/02/13 09:52:55 PST

  Modified files:
    www/mod_dtcl         Makefile distinfo pkg-message pkg-plist 
    www/mod_dtcl/files   Makefile.bsd 
  Added files:
    www/mod_dtcl/files   patch-doc 
  Removed files:
    www/mod_dtcl/files   patch-aa 
  Log:
  The latest version is 0.8.12. The *.tcl scripts are no longer
  provided. The documentation layout is changed, the master-site
  changed.
  
  Revision  Changes    Path
  1.8       +5 -20     ports/www/mod_dtcl/Makefile
  1.4       +1 -1      ports/www/mod_dtcl/distinfo
  1.4       +5 -7      ports/www/mod_dtcl/pkg-message
  1.5       +6 -17     ports/www/mod_dtcl/pkg-plist
  1.5       +4 -2      ports/www/mod_dtcl/files/Makefile.bsd



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


From owner-cvs-all  Tue Feb 13  9:58:14 2001
Delivered-To: cvs-all@freebsd.org
Received: from harmony.village.org (rover.village.org [204.144.255.66])
	by hub.freebsd.org (Postfix) with ESMTP
	id D7A0337B491; Tue, 13 Feb 2001 09:58:08 -0800 (PST)
Received: from harmony.village.org (localhost.village.org [127.0.0.1])
	by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1DHtQW39918;
	Tue, 13 Feb 2001 10:55:26 -0700 (MST)
	(envelope-from imp@harmony.village.org)
Message-Id: <200102131755.f1DHtQW39918@harmony.village.org>
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
Cc: Luigi Rizzo <rizzo@aciri.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-reply-to: Your message of "Tue, 13 Feb 2001 18:38:58 +0100."
		<52435.982085938@critter> 
References: <52435.982085938@critter>  
Date: Tue, 13 Feb 2001 10:55:26 -0700
From: Warner Losh <imp@harmony.village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <52435.982085938@critter> Poul-Henning Kamp writes:
: A forwarded packet would encounter three lists of rules:
: 
: 	Input list on arrival interface
: 	forwarding list
: 	Output list on departure interface

That would make my life easier here.  Right now I have a shell script
with nested for loops to prevent bogus packets coming in (and no
filtering at all going out).  When there's 8 interfaces, it gets ugly
fast.

Warner


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


From owner-cvs-all  Tue Feb 13 10: 7:17 2001
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 08FFD37B491; Tue, 13 Feb 2001 10:07:13 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DI7C050179;
	Tue, 13 Feb 2001 10:07:12 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102131807.f1DI7C050179@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Tue, 13 Feb 2001 10:07:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/pvm++ Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/13 10:07:12 PST

  Modified files:
    net/pvm++            Makefile distinfo pkg-plist 
  Log:
  update to 0.5.1
  
  Revision  Changes    Path
  1.2       +2 -2      ports/net/pvm++/Makefile
  1.2       +1 -1      ports/net/pvm++/distinfo
  1.3       +1 -0      ports/net/pvm++/pkg-plist



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


From owner-cvs-all  Tue Feb 13 10:12: 3 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6DB4137B4EC; Tue, 13 Feb 2001 10:11:56 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1DI7g831251;
	Tue, 13 Feb 2001 10:07:42 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102131807.f1DI7g831251@iguana.aciri.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
In-Reply-To: <200102131755.f1DHtQW39918@harmony.village.org> from Warner Losh at "Feb 13, 2001 10:55:26 am"
To: imp@harmony.village.org (Warner Losh)
Date: Tue, 13 Feb 2001 10:07:37 -0800 (PST)
Cc: phk@critter.freebsd.dk, rizzo@aciri.org,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> In message <52435.982085938@critter> Poul-Henning Kamp writes:
> : A forwarded packet would encounter three lists of rules:
> : 
> : 	Input list on arrival interface
> : 	forwarding list
> : 	Output list on departure interface
> 
> That would make my life easier here.  Right now I have a shell script
> with nested for loops to prevent bogus packets coming in (and no
> filtering at all going out).  When there's 8 interfaces, it gets ugly
> fast.

What you would actually need is a rule (which to the best
of my knowledge does not exist now) that lets you check
whether or not the packet has any receive interface
associated with it (hence it is a forwarded packet).

I think this would simplify your processing a lot.

	cheers
	luigi
----------------------------------+-----------------------------------------
 Luigi RIZZO, luigi@iet.unipi.it  . ACIRI/ICSI (on leave from Univ. di Pisa)
 http://www.iet.unipi.it/~luigi/  . 1947 Center St, Berkeley CA 94704
 Phone: (510) 666 2927
----------------------------------+-----------------------------------------


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


From owner-cvs-all  Tue Feb 13 10:12:30 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 411D137B4EC; Tue, 13 Feb 2001 10:12:18 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DICBw52577;
	Tue, 13 Feb 2001 19:12:11 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
To: Warner Losh <imp@harmony.village.org>
Cc: Luigi Rizzo <rizzo@aciri.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 10:55:26 MST."
             <200102131755.f1DHtQW39918@harmony.village.org> 
Date: Tue, 13 Feb 2001 19:12:11 +0100
Message-ID: <52575.982087931@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102131755.f1DHtQW39918@harmony.village.org>, Warner Losh writes:
>In message <52435.982085938@critter> Poul-Henning Kamp writes:
>: A forwarded packet would encounter three lists of rules:
>: 
>: 	Input list on arrival interface
>: 	forwarding list
>: 	Output list on departure interface
>
>That would make my life easier here.  Right now I have a shell script
>with nested for loops to prevent bogus packets coming in (and no
>filtering at all going out).  When there's 8 interfaces, it gets ugly
>fast.

Try 16 then :-)

Yes, I think this is an overhaul of IPFW which has been needed
for a long time.

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


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


From owner-cvs-all  Tue Feb 13 10:44:52 2001
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 F010137B503; Tue, 13 Feb 2001 10:44:49 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DIinN72008;
	Tue, 13 Feb 2001 10:44:49 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102131844.f1DIinN72008@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Tue, 13 Feb 2001 10:44:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/libglade Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/13 10:44:49 PST

  Modified files:
    devel/libglade       Makefile distinfo 
  Log:
  Update to 0.16
  
  Revision  Changes    Path
  1.19      +2 -2      ports/devel/libglade/Makefile
  1.10      +1 -1      ports/devel/libglade/distinfo



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


From owner-cvs-all  Tue Feb 13 10:45: 9 2001
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 2F50337B491; Tue, 13 Feb 2001 10:45:07 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DIj7W72930;
	Tue, 13 Feb 2001 10:45:07 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102131845.f1DIj7W72930@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Tue, 13 Feb 2001 10:45:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc/xml-i18n-tools Makefile distinfo
         pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/13 10:45:06 PST

  Modified files:
    textproc/xml-i18n-tools Makefile distinfo pkg-plist 
  Log:
  Update to 0.8
  
  Revision  Changes    Path
  1.4       +2 -2      ports/textproc/xml-i18n-tools/Makefile
  1.3       +1 -1      ports/textproc/xml-i18n-tools/distinfo
  1.3       +6 -3      ports/textproc/xml-i18n-tools/pkg-plist



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


From owner-cvs-all  Tue Feb 13 10:45:35 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id B9B0C37B491; Tue, 13 Feb 2001 10:45:20 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1DIfEJ31419;
	Tue, 13 Feb 2001 10:41:14 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102131841.f1DIfEJ31419@iguana.aciri.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
In-Reply-To: <200102131807.f1DI7g831251@iguana.aciri.org> from Luigi Rizzo at "Feb 13, 2001 10: 7:37 am"
To: rizzo@aciri.org (Luigi Rizzo)
Date: Tue, 13 Feb 2001 10:41:09 -0800 (PST)
Cc: imp@harmony.village.org, phk@critter.freebsd.dk, rizzo@aciri.org,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> > In message <52435.982085938@critter> Poul-Henning Kamp writes:
> > : A forwarded packet would encounter three lists of rules:
> > : 
> > : 	Input list on arrival interface
> > : 	forwarding list
> > : 	Output list on departure interface
> > 
> > That would make my life easier here.  Right now I have a shell script
> > with nested for loops to prevent bogus packets coming in (and no
> > filtering at all going out).  When there's 8 interfaces, it gets ugly
> > fast.
> 
> What you would actually need is a rule (which to the best
> of my knowledge does not exist now) that lets you check
... and my knowledge proved to be wrong:  

        ipfw add ... out recv any 
                     ^^^^^^^^^^^^

does what i wanted. So you can jump to your "forwarding list"
with a rule like

	ipfw add skipto 10000 ip from any to any out recv any

and have code your access-list 10000 as your forwarding ruleset.

	cheers
	luigi


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


From owner-cvs-all  Tue Feb 13 10:45:35 2001
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 05E6F37B6A6; Tue, 13 Feb 2001 10:45:26 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DIjP573236;
	Tue, 13 Feb 2001 10:45:25 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102131845.f1DIjP573236@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Tue, 13 Feb 2001 10:45:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-toolkits/gob Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/13 10:45:25 PST

  Modified files:
    x11-toolkits/gob     Makefile distinfo 
  Log:
  Update to 1.0.6
  
  Revision  Changes    Path
  1.17      +2 -2      ports/x11-toolkits/gob/Makefile
  1.14      +1 -1      ports/x11-toolkits/gob/distinfo



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


From owner-cvs-all  Tue Feb 13 10:48:25 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id EFE2737B4EC; Tue, 13 Feb 2001 10:48:20 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DImHw52788;
	Tue, 13 Feb 2001 19:48:17 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
To: Luigi Rizzo <rizzo@aciri.org>
Cc: imp@harmony.village.org, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 10:41:09 PST."
             <200102131841.f1DIfEJ31419@iguana.aciri.org> 
Date: Tue, 13 Feb 2001 19:48:17 +0100
Message-ID: <52786.982090097@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102131841.f1DIfEJ31419@iguana.aciri.org>, Luigi Rizzo writes:
>> > In message <52435.982085938@critter> Poul-Henning Kamp writes:
>> > : A forwarded packet would encounter three lists of rules:
>> > : 
>> > : 	Input list on arrival interface
>> > : 	forwarding list
>> > : 	Output list on departure interface
>> > 
>> > That would make my life easier here.  Right now I have a shell script
>> > with nested for loops to prevent bogus packets coming in (and no
>> > filtering at all going out).  When there's 8 interfaces, it gets ugly
>> > fast.
>> 
>> What you would actually need is a rule (which to the best
>> of my knowledge does not exist now) that lets you check
>... and my knowledge proved to be wrong:  
>
>        ipfw add ... out recv any 
>                     ^^^^^^^^^^^^
>
>does what i wanted. So you can jump to your "forwarding list"
>with a rule like
>
>	ipfw add skipto 10000 ip from any to any out recv any
>
>and have code your access-list 10000 as your forwarding ruleset.

I still think having separate lists, with well defined insert
points would make it a lot easier for people.

I generally meet a lot of people who have trouble with the
fact that a forwarded packet gets filteret twice...

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


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


From owner-cvs-all  Tue Feb 13 10:55:31 2001
Delivered-To: cvs-all@freebsd.org
Received: from harmony.village.org (rover.village.org [204.144.255.66])
	by hub.freebsd.org (Postfix) with ESMTP
	id A068237B4EC; Tue, 13 Feb 2001 10:55:26 -0800 (PST)
Received: from harmony.village.org (localhost.village.org [127.0.0.1])
	by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1DIqpW40482;
	Tue, 13 Feb 2001 11:52:51 -0700 (MST)
	(envelope-from imp@harmony.village.org)
Message-Id: <200102131852.f1DIqpW40482@harmony.village.org>
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
Cc: Luigi Rizzo <rizzo@aciri.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-reply-to: Your message of "Tue, 13 Feb 2001 19:48:17 +0100."
		<52786.982090097@critter> 
References: <52786.982090097@critter>  
Date: Tue, 13 Feb 2001 11:52:51 -0700
From: Warner Losh <imp@harmony.village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <52786.982090097@critter> Poul-Henning Kamp writes:
: I generally meet a lot of people who have trouble with the
: fact that a forwarded packet gets filteret twice...

As in they don't like it, or they don't understand it?

Warner


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


From owner-cvs-all  Tue Feb 13 10:55:49 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id A818337B491; Tue, 13 Feb 2001 10:55:40 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1DIpRd31515;
	Tue, 13 Feb 2001 10:51:27 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102131851.f1DIpRd31515@iguana.aciri.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
In-Reply-To: <52786.982090097@critter> from Poul-Henning Kamp at "Feb 13, 2001  7:48:17 pm"
To: phk@critter.freebsd.dk (Poul-Henning Kamp)
Date: Tue, 13 Feb 2001 10:51:27 -0800 (PST)
Cc: rizzo@aciri.org, imp@harmony.village.org,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> I still think having separate lists, with well defined insert
> points would make it a lot easier for people.
> 
> I generally meet a lot of people who have trouble with the
> fact that a forwarded packet gets filteret twice...

yes, i agree with you. I was just trying to figure out
how hard would it be to implement the separate lists, and fortunately
it seems close to trivial.

	cheers
	luigi


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


From owner-cvs-all  Tue Feb 13 11: 2: 9 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 170AD37B491; Tue, 13 Feb 2001 11:02:03 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1DJ1xw52867;
	Tue, 13 Feb 2001 20:01:59 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
To: Warner Losh <imp@harmony.village.org>
Cc: Luigi Rizzo <rizzo@aciri.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c 
In-Reply-To: Your message of "Tue, 13 Feb 2001 11:52:51 MST."
             <200102131852.f1DIqpW40482@harmony.village.org> 
Date: Tue, 13 Feb 2001 20:01:59 +0100
Message-ID: <52865.982090919@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102131852.f1DIqpW40482@harmony.village.org>, Warner Losh writes:
>In message <52786.982090097@critter> Poul-Henning Kamp writes:
>: I generally meet a lot of people who have trouble with the
>: fact that a forwarded packet gets filteret twice...
>
>As in they don't like it, or they don't understand it?

First the latter, then usually the former :-)

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


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


From owner-cvs-all  Tue Feb 13 11: 2:42 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id 47BEB37B491; Tue, 13 Feb 2001 11:02:37 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1DIvWg31558;
	Tue, 13 Feb 2001 10:57:32 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102131857.f1DIvWg31558@iguana.aciri.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
In-Reply-To: <200102131852.f1DIqpW40482@harmony.village.org> from Warner Losh at "Feb 13, 2001 11:52:51 am"
To: imp@harmony.village.org (Warner Losh)
Date: Tue, 13 Feb 2001 10:57:32 -0800 (PST)
Cc: phk@critter.freebsd.dk, rizzo@aciri.org,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> In message <52786.982090097@critter> Poul-Henning Kamp writes:
> : I generally meet a lot of people who have trouble with the
> : fact that a forwarded packet gets filteret twice...
> 
> As in they don't like it, or they don't understand it?

i suppose the latter.

	cheers
	luigi


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


From owner-cvs-all  Tue Feb 13 11:21:42 2001
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 177F637B491; Tue, 13 Feb 2001 11:21:33 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DJLWH46498;
	Tue, 13 Feb 2001 11:21:32 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102131921.f1DJLWH46498@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Tue, 13 Feb 2001 11:21:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/share/sgml freebsd.dsl
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/13 11:21:32 PST

  Modified files:
    share/sgml           freebsd.dsl 
  Log:
  Turn on %generate-legalnotice-link%.  This makes the word "Copyright" in
  generated HTML link to the legalnotice, if the document has one.
  
  Requested by several people on -doc (all of whom probably thought this
  would be quite a lot of effort, heh heh heh).
  
  Revision  Changes    Path
  1.21      +8 -1      doc/share/sgml/freebsd.dsl



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


From owner-cvs-all  Tue Feb 13 11:27:44 2001
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 ED5E437B65D; Tue, 13 Feb 2001 11:27:39 -0800 (PST)
Received: (from bmah@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DJRdQ47480;
	Tue, 13 Feb 2001 11:27:39 -0800 (PST)
	(envelope-from bmah)
Message-Id: <200102131927.f1DJRdQ47480@freefall.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Tue, 13 Feb 2001 11:27:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmah        2001/02/13 11:27:39 PST

  Modified files:
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  New release notes:  ipfw(8) support for dynamic IP addresses, isp(4)
  updated, OpenSSH vunerability in SA-01:24 fixed, local support
  improved, compat4x distribution, compat3x distribution update.
  
  Revision  Changes    Path
  1.134     +22 -1     src/release/texts/alpha/RELNOTES.TXT
  1.207     +22 -1     src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Tue Feb 13 11:28:50 2001
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 C6D8137B65D; Tue, 13 Feb 2001 11:28:40 -0800 (PST)
Received: (from bmah@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DJSeJ47648;
	Tue, 13 Feb 2001 11:28:40 -0800 (PST)
	(envelope-from bmah)
Message-Id: <200102131928.f1DJSeJ47648@freefall.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Tue, 13 Feb 2001 11:28:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmah        2001/02/13 11:28:40 PST

  Modified files:        (Branch: RELENG_4)
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  MFC:  isp(4) update, OpenSSH vulnerability from SA-01:24 fixed, compat3x
  distribution updated.
  
  Revision    Changes    Path
  1.31.2.104  +11 -1     src/release/texts/alpha/RELNOTES.TXT
  1.72.2.103  +11 -1     src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Tue Feb 13 11:31: 2 2001
Delivered-To: cvs-all@freebsd.org
Received: from obsecurity.dyndns.org (adsl-63-207-60-67.dsl.lsan03.pacbell.net [63.207.60.67])
	by hub.freebsd.org (Postfix) with ESMTP
	id 94C6337B491; Tue, 13 Feb 2001 11:30:56 -0800 (PST)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 3801466B26; Tue, 13 Feb 2001 11:30:56 -0800 (PST)
Date: Tue, 13 Feb 2001 11:30:56 -0800
From: Kris Kennaway <kris@obsecurity.org>
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc: billf@Freebsd.org, Warner Losh <imp@harmony.village.org>,
	Julian Elischer <julian@elischer.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
Message-ID: <20010213113056.D56175@mollari.cthul.hu>
References: <200102131719.f1DHJiW39572@harmony.village.org> <52394.982085852@critter>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="J5MfuwkIyy7RmF4Q"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <52394.982085852@critter>; from phk@critter.freebsd.dk on Tue, Feb 13, 2001 at 06:37:32PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Tue, Feb 13, 2001 at 06:37:32PM +0100, Poul-Henning Kamp wrote:
> In message <200102131719.f1DHJiW39572@harmony.village.org>, Warner Losh w=
rites:
> >In message <3A89670C.82B8DAA9@elischer.org> Julian Elischer writes:
> >: I agree, though it is possible to break the single list in to these us=
ing=20
> >: skipto rules.. (we did that at whistle.) the first rule immediatly jum=
ped=20
> >: to rule 8000 or something if it was an external incoming packet.
> >:=20
> >: It's not perfect but it does aproximate what you are talking about..
> >
> >Hmmm.  I wonder if a ipfw compiler could be made that would do this
> >w/o hacks in the kernel.  Well, without new hacks in the kernel :-)
>=20
> I belive Bill Fumerola already wrote an ipfw compiler but havn't
> committed it yet ?

Yeah, I've been wondering whatever happened to that..what I saw at
bsdcon looked quite promising.

Kris

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6iYtvWry0BWjoQKURApWWAJsGrh6kyS7vp/kYdpK4Kg2hueJjiQCfam6H
RfeMSxMoZ2oJqrjm0vlS0fU=
=DTo7
-----END PGP SIGNATURE-----

--J5MfuwkIyy7RmF4Q--


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


From owner-cvs-all  Tue Feb 13 12: 6:33 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5254F37B4EC; Tue, 13 Feb 2001 12:06:23 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1DK6Lb36415;
	Tue, 13 Feb 2001 23:06:22 +0300 (MSK)
	(envelope-from ache)
Date: Tue, 13 Feb 2001 23:06:20 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, des@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID: <20010213230620.A36101@nagual.pp.ru>
References: <200102131615.f1DGF4E32256@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: <200102131615.f1DGF4E32256@freefall.freebsd.org>; from ru@FreeBSD.org on Tue, Feb 13, 2001 at 08:15:04AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 08:15:04 -0800, Ruslan Ermilov wrote:
> ru          2001/02/13 08:15:04 PST
> 
>   Modified files:
>     gnu/usr.bin/man/man  man.c 
>   Log:
>   Make it possible for any given locale to use different
>   groff(1) devices for localized and non-localized pages.
>   
>   Currently, for *.ISO_8859-1 locales the device in both
>   cases is "latin1", and for KOI8-R locale it is "koi8-r"
>   for localized and "ascii" for non-localized pages.

Non-localized cat pages must be stored in ASCII _only_ as lowest common
denominator to be compatible with all sort of user locales.

As I understand it (I mean non-localized pages part), single user whith
ISO_8859-1 locale now can effictively store Latin1 8bit junk in cat pages,
which affects all other (non-Latin1) locales viewers.

Correct me if I am wrong or back it out.

>   Discussed with:	des

Not discussed with me, who is implementor of current scheme.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Tue Feb 13 12:55:48 2001
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 A171737B491; Tue, 13 Feb 2001 12:55:45 -0800 (PST)
Received: (from dougb@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DKtjB58217;
	Tue, 13 Feb 2001 12:55:45 -0800 (PST)
	(envelope-from dougb)
Message-Id: <200102132055.f1DKtjB58217@freefall.freebsd.org>
From: Doug Barton <dougb@FreeBSD.org>
Date: Tue, 13 Feb 2001 12:55:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc newsyslog.conf
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dougb       2001/02/13 12:55:45 PST

  Modified files:        (Branch: RELENG_4)
    etc                  newsyslog.conf 
  Log:
  MFC 1.28 which adds rotation for the console log. There
  are also some gratuitous ws diffs, but might as well
  reduce the diff to -current while I'm here.
  
  Revision  Changes    Path
  1.25.2.3  +5 -4      src/etc/newsyslog.conf



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


From owner-cvs-all  Tue Feb 13 13: 0:25 2001
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 5344637B491; Tue, 13 Feb 2001 13:00:23 -0800 (PST)
Received: (from cg@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DL0N858708;
	Tue, 13 Feb 2001 13:00:23 -0800 (PST)
	(envelope-from cg)
Message-Id: <200102132100.f1DL0N858708@freefall.freebsd.org>
From: Cameron Grant <cg@FreeBSD.org>
Date: Tue, 13 Feb 2001 13:00:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sound/pci cs4281.c cs4281.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

cg          2001/02/13 13:00:23 PST

  Modified files:
    sys/dev/sound/pci    cs4281.c cs4281.h 
  Log:
  add power management support.
  
  Submitted by:	Orion Hodson <O.Hodson@cs.ucl.ac.uk>
  
  Revision  Changes    Path
  1.2       +102 -92   src/sys/dev/sound/pci/cs4281.c
  1.2       +7 -5      src/sys/dev/sound/pci/cs4281.h



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


From owner-cvs-all  Tue Feb 13 13:15:53 2001
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 B60B837B491; Tue, 13 Feb 2001 13:15:49 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DLFn271289;
	Tue, 13 Feb 2001 13:15:49 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102132115.f1DLFn271289@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Tue, 13 Feb 2001 13:15:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/13 13:15:48 PST

  Modified files:
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  Typo police:
  
  Swap for <-> the.
  compatability -> compatibility.
  
  Revision  Changes    Path
  1.135     +3 -3      src/release/texts/alpha/RELNOTES.TXT
  1.208     +3 -3      src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Tue Feb 13 13:28:22 2001
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 5836F37B4EC; Tue, 13 Feb 2001 13:28:15 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DLSFf72555;
	Tue, 13 Feb 2001 13:28:15 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102132128.f1DLSFf72555@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Tue, 13 Feb 2001 13:28:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/13 13:28:15 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml 
  Log:
  Switch KERNEL= and KERNCONF= around in the examples.  Tell people that
  older releases use KERNEL= only.  Wordsmith repairs welcome.
  
  Revision  Changes    Path
  1.38      +7 -5      doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml



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


From owner-cvs-all  Tue Feb 13 13:38: 2 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 60F6A37B491; Tue, 13 Feb 2001 13:37:57 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1DLbtL37611;
	Wed, 14 Feb 2001 00:37:56 +0300 (MSK)
	(envelope-from ache)
Date: Wed, 14 Feb 2001 00:37:54 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Alexey Zelkin <phantom@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale ldpart.c ldpart.h
Message-ID: <20010214003753.A37536@nagual.pp.ru>
References: <200102131529.f1DFTd323798@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: <200102131529.f1DFTd323798@freefall.freebsd.org>; from phantom@FreeBSD.org on Tue, Feb 13, 2001 at 07:29:39AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 07:29:39 -0800, Alexey Zelkin wrote:
> phantom     2001/02/13 07:29:39 PST
> 
>   Modified files:
>     lib/libc/locale      ldpart.c ldpart.h 
>   Log:
>   add additional function parameter: bufsize_min. it's possible
>   to check two sizes per one function invocation now.

Why only two hardcoded? It prevents additional locale extensions - there
must be unlimited number of possible extensions. It means that ldpart must
just return line count, and upper level code must decide which level of
extensions used and what actions are needed to compensate missing
parts for each returned line count.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Tue Feb 13 13:42:30 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id DB77E37B4EC; Tue, 13 Feb 2001 13:42:16 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id WAA97415;
	Tue, 13 Feb 2001 22:42:11 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 13 Feb 2001 22:42:10 +0100
In-Reply-To: "Andrey A. Chernov"'s message of "Tue, 13 Feb 2001 23:06:20 +0300"
Message-ID: <xzp3ddi8dl9.fsf@flood.ping.uio.no>
Lines: 11
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

"Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> As I understand it (I mean non-localized pages part), single user whith
> ISO_8859-1 locale now can effictively store Latin1 8bit junk in cat pages,
> which affects all other (non-Latin1) locales viewers.

You wouldn't call it junk if it were the only way to spell your name
correctly.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Tue Feb 13 13:57:44 2001
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 06E2837B491; Tue, 13 Feb 2001 13:57:35 -0800 (PST)
Received: (from cg@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DLvYs75382;
	Tue, 13 Feb 2001 13:57:34 -0800 (PST)
	(envelope-from cg)
Message-Id: <200102132157.f1DLvYs75382@freefall.freebsd.org>
From: Cameron Grant <cg@FreeBSD.org>
Date: Tue, 13 Feb 2001 13:57:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sound/pcm channel.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

cg          2001/02/13 13:57:34 PST

  Modified files:
    sys/dev/sound/pcm    channel.c 
  Log:
  make attempts to set unsupported speeds or formats non-sticky.  this should
  fix problems with apps that probe for a variety of settings.
  
  Submitted by:	Orion Hodson <O.Hodson@cs.ucl.ac.uk>
  
  Revision  Changes    Path
  1.51      +31 -4     src/sys/dev/sound/pcm/channel.c



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


From owner-cvs-all  Tue Feb 13 14: 1: 7 2001
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 D73C737B491; Tue, 13 Feb 2001 14:00:57 -0800 (PST)
Received: (from cg@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DM0v975892;
	Tue, 13 Feb 2001 14:00:57 -0800 (PST)
	(envelope-from cg)
Message-Id: <200102132200.f1DM0v975892@freefall.freebsd.org>
From: Cameron Grant <cg@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:00:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sound/pcm feeder_fmt.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

cg          2001/02/13 14:00:57 PST

  Modified files:
    sys/dev/sound/pcm    feeder_fmt.c 
  Log:
  add a format feeder for conversion from alaw to ulaw and vice versa.
  
  Submitted by:   Orion Hodson <O.Hodson@cs.ucl.ac.uk>
  
  Revision  Changes    Path
  1.3       +94 -1     src/sys/dev/sound/pcm/feeder_fmt.c



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


From owner-cvs-all  Tue Feb 13 14:18:13 2001
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 3819B37B491; Tue, 13 Feb 2001 14:18:10 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMIAN80098;
	Tue, 13 Feb 2001 14:18:10 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200102132218.f1DMIAN80098@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:18:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mmosaic Makefile distinfo
         ports/www/mmosaic/files patch-Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2001/02/13 14:18:09 PST

  Modified files:
    www/mmosaic          Makefile distinfo 
    www/mmosaic/files    patch-Makefile 
  Log:
  Update to 3.7.2.  Do away with the post-patch target.
  
  Revision  Changes    Path
  1.2       +2 -6      ports/www/mmosaic/Makefile
  1.2       +1 -1      ports/www/mmosaic/distinfo
  1.2       +4 -4      ports/www/mmosaic/files/patch-Makefile



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


From owner-cvs-all  Tue Feb 13 14:19:33 2001
Delivered-To: cvs-all@freebsd.org
Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.43.88])
	by hub.freebsd.org (Postfix) with ESMTP
	id 741A437B491; Tue, 13 Feb 2001 14:19:27 -0800 (PST)
Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42])
	by sj-msg-core-2.cisco.com (8.9.3/8.9.1) with ESMTP id OAA29645;
	Tue, 13 Feb 2001 14:19:41 -0800 (PST)
Received: (from bmah@localhost)
	by bmah-freebsd-0.cisco.com (8.11.1/8.11.1) id f1DMJQb54122;
	Tue, 13 Feb 2001 14:19:26 -0800 (PST)
	(envelope-from bmah)
Message-Id: <200102132219.f1DMJQb54122@bmah-freebsd-0.cisco.com>
X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4
To: Jimmy Olgeni <olgeni@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT 
In-Reply-To: <200102132115.f1DLFn271289@freefall.freebsd.org> 
References: <200102132115.f1DLFn271289@freefall.freebsd.org>
Comments: In-reply-to Jimmy Olgeni <olgeni@FreeBSD.org>
   message dated "Tue, 13 Feb 2001 13:15:48 -0800."
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Reply-To: bmah@FreeBSD.org
X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5<Pi&akO)o^8;[r
 %l(8ZHlbF`dD>v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A
 2V%N&+
X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif
X-Url: http://www.employees.org/~bmah/
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="==_Exmh_-486789512P";
	 micalg=pgp-sha1; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7bit
Date: Tue, 13 Feb 2001 14:19:26 -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

--==_Exmh_-486789512P
Content-Type: text/plain; charset=us-ascii

If memory serves me right, Jimmy Olgeni wrote:
> olgeni      2001/02/13 13:15:48 PST
> 
>   Modified files:
>     release/texts/alpha  RELNOTES.TXT 
>     release/texts/i386   RELNOTES.TXT 
>   Log:
>   Typo police:
>   
>   Swap for <-> the.
>   compatability -> compatibility.

Sigh.

Can you believe that I once won the spelling bee contest in my hometown?

Thanks (again) for cleaning up after me.  :-)

Bruce.



--==_Exmh_-486789512P
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: Exmh version 2.2 06/23/2000

iD8DBQE6ibLu2MoxcVugUsMRAgskAJ0dS4nCsMbOa6fd0CG5yoREYKg7/QCggwNV
44z1AFb5uyzY+6q+t4pLEjs=
=8btr
-----END PGP SIGNATURE-----

--==_Exmh_-486789512P--


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


From owner-cvs-all  Tue Feb 13 14:23:23 2001
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 8952F37B4EC; Tue, 13 Feb 2001 14:23:14 -0800 (PST)
Received: (from dannyboy@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMNEh81119;
	Tue, 13 Feb 2001 14:23:14 -0800 (PST)
	(envelope-from dannyboy)
Message-Id: <200102132223.f1DMNEh81119@freefall.freebsd.org>
From: Daniel Harris <dannyboy@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:23:14 -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

dannyboy    2001/02/13 14:23:14 PST

  Modified files:
    en/projects          projects.sgml 
  Log:
  Fix URL for RELEASE/SNAP finder.
  
  Revision  Changes    Path
  1.95      +2 -2      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  Tue Feb 13 14:28:38 2001
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 07F4337B4EC; Tue, 13 Feb 2001 14:28:35 -0800 (PST)
Received: (from dannyboy@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMSY581833;
	Tue, 13 Feb 2001 14:28:34 -0800 (PST)
	(envelope-from dannyboy)
Message-Id: <200102132228.f1DMSY581833@freefall.freebsd.org>
From: Daniel Harris <dannyboy@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:28:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dannyboy    2001/02/13 14:28:34 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml 
  Log:
  Fix URL for mirror site database and correct associated typo.
  
  PR:		25047
  Submitted by:	Gavin Cameron <gavin@itworks.com.au>
  GNATSified by:	Pete Fritchman <petef@databits.net>
  
  Revision  Changes    Path
  1.107     +3 -3      doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml



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


From owner-cvs-all  Tue Feb 13 14:31:29 2001
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 A1B4C37B491; Tue, 13 Feb 2001 14:31:20 -0800 (PST)
Received: (from brian@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMVKv82297;
	Tue, 13 Feb 2001 14:31:20 -0800 (PST)
	(envelope-from brian)
Message-Id: <200102132231.f1DMVKv82297@freefall.freebsd.org>
From: Brian Somers <brian@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:31:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc rc
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

brian       2001/02/13 14:31:20 PST

  Modified files:        (Branch: RELENG_4)
    etc                  rc 
  Log:
  MFC: purgedir /var/run rather than rm /var/run/*
  
  Revision    Changes    Path
  1.212.2.13  +2 -3      src/etc/rc



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


From owner-cvs-all  Tue Feb 13 14:32:55 2001
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 543F437B65D; Tue, 13 Feb 2001 14:32:46 -0800 (PST)
Received: (from tegge@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMWkQ82581;
	Tue, 13 Feb 2001 14:32:46 -0800 (PST)
	(envelope-from tegge)
Message-Id: <200102132232.f1DMWkQ82581@freefall.freebsd.org>
From: Tor Egge <tegge@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:32:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/i386 mp_machdep.c mpapic.c
         src/sys/i386/include smp.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

tegge       2001/02/13 14:32:46 PST

  Modified files:        (Branch: RELENG_4)
    sys/i386/i386        mp_machdep.c mpapic.c 
    sys/i386/include     smp.h 
  Log:
  MFC: Defer assignment of low level interrupt handlers for PCI interrupts.
  
  Revision   Changes    Path
  1.115.2.6  +52 -41    src/sys/i386/i386/mp_machdep.c
  1.37.2.5   +92 -72    src/sys/i386/i386/mpapic.c
  1.50.2.5   +2 -1      src/sys/i386/include/smp.h



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


From owner-cvs-all  Tue Feb 13 14:33:49 2001
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 23BE337B4EC; Tue, 13 Feb 2001 14:33:45 -0800 (PST)
Received: (from tegge@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMXja82680;
	Tue, 13 Feb 2001 14:33:45 -0800 (PST)
	(envelope-from tegge)
Message-Id: <200102132233.f1DMXja82680@freefall.freebsd.org>
From: Tor Egge <tegge@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:33:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/nfs bootp_subr.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

tegge       2001/02/13 14:33:45 PST

  Modified files:        (Branch: RELENG_4)
    sys/nfs              bootp_subr.c 
  Log:
  MFC: Enable use of DHCP extensions.
  
  Revision  Changes    Path
  1.20.2.6  +241 -34   src/sys/nfs/bootp_subr.c



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


From owner-cvs-all  Tue Feb 13 14:34:51 2001
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 59EA437B4EC; Tue, 13 Feb 2001 14:34:48 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMYmi82804;
	Tue, 13 Feb 2001 14:34:48 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102132234.f1DMYmi82804@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:34:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mnoGoSearch-current Makefile distinfo
         pkg-plist ports/www/mnoGoSearch-current/files msql_ispell.txt
         msql_track.txt patch-ad patch-ae
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/13 14:34:48 PST

  Modified files:
    www/mnoGoSearch-current Makefile distinfo pkg-plist 
  Removed files:
    www/mnoGoSearch-current/files msql_ispell.txt msql_track.txt 
                                  patch-ad patch-ae 
  Log:
  Upgrade to 3.1.10
  
  Revision  Changes    Path
  1.11      +2 -8      ports/www/mnoGoSearch-current/Makefile
  1.2       +1 -1      ports/www/mnoGoSearch-current/distinfo
  1.2       +4 -1      ports/www/mnoGoSearch-current/pkg-plist



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


From owner-cvs-all  Tue Feb 13 14:36:10 2001
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 2C6C837B491; Tue, 13 Feb 2001 14:36:02 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMa2Y83030;
	Tue, 13 Feb 2001 14:36:02 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102132236.f1DMa2Y83030@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:36:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
         RELNOTES.TXT
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/13 14:36:01 PST

  Modified files:
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
  Log:
  Another ispell run.
  
  Revision  Changes    Path
  1.136     +3 -3      src/release/texts/alpha/RELNOTES.TXT
  1.209     +3 -3      src/release/texts/i386/RELNOTES.TXT



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


From owner-cvs-all  Tue Feb 13 14:37:32 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 1971F37B4EC; Tue, 13 Feb 2001 14:37:21 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1DMbGM49595;
	Wed, 14 Feb 2001 01:37:16 +0300 (MSK)
	(envelope-from ache)
Date: Wed, 14 Feb 2001 01:37:16 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID: <20010214013715.A49570@nagual.pp.ru>
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <xzp3ddi8dl9.fsf@flood.ping.uio.no>; from des@ofug.org on Tue, Feb 13, 2001 at 10:42:10PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 22:42:10 +0100, Dag-Erling Smorgrav wrote:
> "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > As I understand it (I mean non-localized pages part), single user whith
> > ISO_8859-1 locale now can effictively store Latin1 8bit junk in cat pages,
> > which affects all other (non-Latin1) locales viewers.
> 
> You wouldn't call it junk if it were the only way to spell your name
> correctly.

No offence, I mean they _become_ eye-junk for everybody with other locale
who tries to view the page stored on the disk in Latin1.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Tue Feb 13 14:40:33 2001
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 DBC7A37B491; Tue, 13 Feb 2001 14:40:29 -0800 (PST)
Received: (from assar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMeT683449;
	Tue, 13 Feb 2001 14:40:29 -0800 (PST)
	(envelope-from assar)
Message-Id: <200102132240.f1DMeT683449@freefall.freebsd.org>
From: Assar Westerlund <assar@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:40:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/heimdal/lib/krb5 krb5_locl.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

assar       2001/02/13 14:40:29 PST

  Modified files:
    crypto/heimdal/lib/krb5 krb5_locl.h 
  Log:
  nuke conflict markers
  
  Revision  Changes    Path
  1.5       +1 -5      src/crypto/heimdal/lib/krb5/krb5_locl.h



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


From owner-cvs-all  Tue Feb 13 14:41:20 2001
Delivered-To: cvs-all@freebsd.org
Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7BD0A37B491; Tue, 13 Feb 2001 14:41:15 -0800 (PST)
Received: from olgeni.localdomain.net (ppp-125.dial1.ctonet.it [212.110.176.125])
	by mail.ctonet.it (Postfix) with ESMTP
	id 33358CF3B1; Tue, 13 Feb 2001 23:41:05 +0100 (CET)
Received: from olgeni.localdomain.net (olgeni.localdomain.net [192.168.1.1])
	by olgeni.localdomain.net (8.11.2/8.11.2) with ESMTP id f1DMfDb06775;
	Tue, 13 Feb 2001 23:41:13 +0100 (CET)
	(envelope-from olgeni@FreeBSD.org)
Date: Tue, 13 Feb 2001 23:41:13 +0100 (CET)
From: Jimmy Olgeni <olgeni@FreeBSD.org>
X-X-Sender:  <olgeni@olgeni.localdomain.net>
To: "Bruce A. Mah" <bmah@FreeBSD.org>
Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386
 RELNOTES.TXT 
In-Reply-To: <200102132219.f1DMJQb54122@bmah-freebsd-0.cisco.com>
Message-ID: <Pine.BSF.4.33.0102132335550.6744-100000@olgeni.localdomain.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


> Can you believe that I once won the spelling bee contest in my hometown?
> Thanks (again) for cleaning up after me.  :-)

Reading the docs with emacs in flyspell mode does wonders :o)

-- 
jimmy



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


From owner-cvs-all  Tue Feb 13 14:44:22 2001
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 0707F37B491; Tue, 13 Feb 2001 14:44:17 -0800 (PST)
Received: (from dannyboy@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMiGS83898;
	Tue, 13 Feb 2001 14:44:16 -0800 (PST)
	(envelope-from dannyboy)
Message-Id: <200102132244.f1DMiGS83898@freefall.freebsd.org>
From: Daniel Harris <dannyboy@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:44:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dannyboy    2001/02/13 14:44:16 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml 
  Log:
  Add tag for 4.2-RELEASE.
  
  Revision  Changes    Path
  1.108     +9 -1      doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml



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


From owner-cvs-all  Tue Feb 13 14:44:41 2001
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 D22E337B6B2; Tue, 13 Feb 2001 14:44:21 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMiLW83928;
	Tue, 13 Feb 2001 14:44:21 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102132244.f1DMiLW83928@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:44:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/mcbus mcpciareg.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/13 14:44:21 PST

  Modified files:
    sys/alpha/mcbus      mcpciareg.h 
  Log:
  Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1
  made no sense in the context of wrapping them within the _SYBRIDGE macro-
  or anything like it- so we concluded that this must have been a typo
  in the docs.  This also doesn't use the same bridge offset as anything
  else.
  
  Add some defines for the INT_CTL register.
  
  Revision  Changes    Path
  1.2       +14 -5     src/sys/alpha/mcbus/mcpciareg.h



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


From owner-cvs-all  Tue Feb 13 14:46: 1 2001
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 A423537B4EC; Tue, 13 Feb 2001 14:45:53 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMjr984105;
	Tue, 13 Feb 2001 14:45:53 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102132245.f1DMjr984105@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:45:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/mcbus mcbusreg.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/13 14:45:53 PST

  Modified files:
    sys/alpha/mcbus      mcbusreg.h 
  Log:
  add mcbus minimum id value
  
  Revision  Changes    Path
  1.2       +3 -2      src/sys/alpha/mcbus/mcbusreg.h



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


From owner-cvs-all  Tue Feb 13 14:46:39 2001
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 911FA37B503; Tue, 13 Feb 2001 14:46:30 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMkUn84172;
	Tue, 13 Feb 2001 14:46:30 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102132246.f1DMkUn84172@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:46:30 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/mcbus mcpciavar.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/13 14:46:30 PST

  Modified files:
    sys/alpha/mcbus      mcpciavar.h 
  Log:
  add defines for EISA, NCR IRQs; add defines for MID and SLOT shift values
  
  Revision  Changes    Path
  1.2       +6 -1      src/sys/alpha/mcbus/mcpciavar.h



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


From owner-cvs-all  Tue Feb 13 14:48:24 2001
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 615B737B491; Tue, 13 Feb 2001 14:48:14 -0800 (PST)
Received: (from mjacob@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DMmEO84344;
	Tue, 13 Feb 2001 14:48:14 -0800 (PST)
	(envelope-from mjacob)
Message-Id: <200102132248.f1DMmEO84344@freefall.freebsd.org>
From: Matt Jacob <mjacob@FreeBSD.org>
Date: Tue, 13 Feb 2001 14:48:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/mcbus mcpcia.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mjacob      2001/02/13 14:48:13 PST

  Modified files:
    sys/alpha/mcbus      mcpcia.c 
  Log:
  Doug found that doing a W1C on MCPCIA_INT_REQ just around the time you
  clear MCPCIA_INT_MASK0 helps things substantially. So, why not indeed?
  
  Rearrange irq and cookie calculation to use shifts/masks instead
  of division. Fix things to correctly remember the intpin for that
  one in a million non-INTA PCI device.
  
  Revision  Changes    Path
  1.16      +28 -13    src/sys/alpha/mcbus/mcpcia.c



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


From owner-cvs-all  Tue Feb 13 15:15: 5 2001
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 00B9637B491; Tue, 13 Feb 2001 15:15:02 -0800 (PST)
Received: (from brian@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DNF1189265;
	Tue, 13 Feb 2001 15:15:01 -0800 (PST)
	(envelope-from brian)
Message-Id: <200102132315.f1DNF1189265@freefall.freebsd.org>
From: Brian Somers <brian@FreeBSD.org>
Date: Tue, 13 Feb 2001 15:15:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/daily
         450.status-security src/share/man/man5 periodic.conf.5
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

brian       2001/02/13 15:15:01 PST

  Modified files:        (Branch: RELENG_4)
    etc/defaults         periodic.conf 
    etc/periodic/daily   450.status-security 
    share/man/man5       periodic.conf.5 
  Log:
  MFC: Implement $daily_status_security_output
  
  Revision  Changes    Path
  1.7.2.3   +2 -1      src/etc/defaults/periodic.conf
  1.3.2.3   +13 -6     src/etc/periodic/daily/450.status-security
  1.8.2.10  +15 -4     src/share/man/man5/periodic.conf.5



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


From owner-cvs-all  Tue Feb 13 15:32:55 2001
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 80CB037B491; Tue, 13 Feb 2001 15:32:49 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DNWno91265;
	Tue, 13 Feb 2001 15:32:49 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102132332.f1DNWno91265@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Tue, 13 Feb 2001 15:32:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale nl_langinfo.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/13 15:32:49 PST

  Modified files:
    lib/libc/locale      nl_langinfo.c 
  Log:
  Return {YES,NO}STR from locale
  
  Approved by:	phantom
  
  Revision  Changes    Path
  1.5       +3 -3      src/lib/libc/locale/nl_langinfo.c



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


From owner-cvs-all  Tue Feb 13 15:36:19 2001
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 C822337B491; Tue, 13 Feb 2001 15:36:15 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1DNaFI91544;
	Tue, 13 Feb 2001 15:36:15 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102132336.f1DNaFI91544@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Tue, 13 Feb 2001 15:36:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/msgdef ru_RU.KOI8-R.src
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/13 15:36:15 PST

  Modified files:
    share/msgdef         ru_RU.KOI8-R.src 
  Log:
  Add yesstr/nostr translations
  
  Revision  Changes    Path
  1.2       +5 -1      src/share/msgdef/ru_RU.KOI8-R.src



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


From owner-cvs-all  Tue Feb 13 15:47:20 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 13CBA37B4EC; Tue, 13 Feb 2001 15:47:08 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1DNl6n50563;
	Wed, 14 Feb 2001 02:47:06 +0300 (MSK)
	(envelope-from ache)
Date: Wed, 14 Feb 2001 02:47:04 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Alexey Zelkin <phantom@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale ldpart.c ldpart.h
Message-ID: <20010214024703.A50476@nagual.pp.ru>
References: <200102131529.f1DFTd323798@freefall.freebsd.org> <20010214003753.A37536@nagual.pp.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010214003753.A37536@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Feb 14, 2001 at 12:37:54AM +0300
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 00:37:54 +0300, Andrey A. Chernov wrote:
> On Tue, Feb 13, 2001 at 07:29:39 -0800, Alexey Zelkin wrote:
> > phantom     2001/02/13 07:29:39 PST
> > 
> >   Modified files:
> >     lib/libc/locale      ldpart.c ldpart.h 
> >   Log:
> >   add additional function parameter: bufsize_min. it's possible
> >   to check two sizes per one function invocation now.
> 
> Why only two hardcoded? It prevents additional locale extensions - there
> must be unlimited number of possible extensions. It means that ldpart must
> just return line count, and upper level code must decide which level of
> extensions used and what actions are needed to compensate missing
> parts for each returned line count.

In "C" terms I mean something like:

	ret = load_part(... &line_count, ..., &using_that_locale, ...)

	if (ret == 0 && using_that_locale) {
		if (line_count < EXT1) { /* min */
			compensate_ext1;
		} 
		if (line_count < EXT2) { /* EXT2 > EXT1 */
			compensate_ext2;
		} 
		... EXT3, etc. ...	  /* EXT3 > EXT2, etc. */
	}

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Tue Feb 13 16: 0:39 2001
Delivered-To: cvs-all@freebsd.org
Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94])
	by hub.freebsd.org (Postfix) with ESMTP
	id C299437B4EC; Tue, 13 Feb 2001 16:00:22 -0800 (PST)
Received: by tao.org.uk (Postfix, from userid 100)
	id 9D62731BB; Wed, 14 Feb 2001 00:00:20 +0000 (GMT)
Date: Wed, 14 Feb 2001 00:00:20 +0000
From: Josef Karthauser <joe@tao.org.uk>
To: Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc: Luigi Rizzo <rizzo@aciri.org>, imp@harmony.village.org,
	cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
Message-ID: <20010214000020.B2265@tao.org.uk>
References: <200102131841.f1DIfEJ31419@iguana.aciri.org> <52786.982090097@critter>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="CdrF4e02JqNVZeln"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <52786.982090097@critter>; from phk@critter.freebsd.dk on Tue, Feb 13, 2001 at 07:48:17PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Tue, Feb 13, 2001 at 07:48:17PM +0100, Poul-Henning Kamp wrote:
> >
> >does what i wanted. So you can jump to your "forwarding list"
> >with a rule like
> >
> >	ipfw add skipto 10000 ip from any to any out recv any
> >
> >and have code your access-list 10000 as your forwarding ruleset.
>=20
> I still think having separate lists, with well defined insert
> points would make it a lot easier for people.
>=20
> I generally meet a lot of people who have trouble with the
> fact that a forwarded packet gets filteret twice...

=2E.. and how does ipfw interact with packets received via IPSec?  Is
it different between transport and tunnel modes?  What if ipenc (gif)
traffic is tunnelled.  Do we get all three goes through the ipfw rules?
(the ESP packet, the IPENC packet, and the encapsulated packet).

Separate lists would help to clarify these also.

Joe

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjqJypQACgkQXVIcjOaxUBbGjACeK5LSei4c3BVt3neRWLrUuiVR
jAMAniHo4sVqsb5JIucpf9P/+NF98aLu
=sUwo
-----END PGP SIGNATURE-----

--CdrF4e02JqNVZeln--


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


From owner-cvs-all  Tue Feb 13 17:26: 9 2001
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 C30E637B491; Tue, 13 Feb 2001 17:26:03 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E1Q3n07023;
	Tue, 13 Feb 2001 17:26:03 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102140126.f1E1Q3n07023@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Tue, 13 Feb 2001 17:26:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/qmail-ldap Makefile ports/mail/qmail-mysql
         Makefile ports/mail/qmail-tls Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/13 17:26:03 PST

  Modified files:
    mail/qmail-ldap      Makefile 
    mail/qmail-mysql     Makefile 
    mail/qmail-tls       Makefile 
  Log:
  Have slave ports correctly inherit PREFIX from master port qmail
  
  Also, replace hard references to the master port with relative
  ones.
  
  Spotted by:	Radovan Gibala <gigi@agraf.sk>
  
  Revision  Changes    Path
  1.11      +13 -9     ports/mail/qmail-ldap/Makefile
  1.2       +9 -4      ports/mail/qmail-mysql/Makefile
  1.2       +11 -6     ports/mail/qmail-tls/Makefile



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


From owner-cvs-all  Tue Feb 13 18: 9:25 2001
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 337B537B491; Tue, 13 Feb 2001 18:09:15 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E29FH13023;
	Tue, 13 Feb 2001 18:09:15 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102140209.f1E29FH13023@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Tue, 13 Feb 2001 18:09:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern uipc_socket.c uipc_syscalls.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/13 18:09:12 PST

  Modified files:
    sys/kern             uipc_socket.c uipc_syscalls.c 
  Log:
  Return ECONNABORTED from accept if connection is closed while on the
  listen queue, as well as the current behavior of a zero-length sockaddr.
  
  Obtained from: KAME
  Reviewed by: -net
  
  Revision  Changes    Path
  1.88      +3 -6      src/sys/kern/uipc_socket.c
  1.85      +15 -2     src/sys/kern/uipc_syscalls.c



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


From owner-cvs-all  Tue Feb 13 20:13: 5 2001
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 7306B37B491; Tue, 13 Feb 2001 20:12:55 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E4Cte29480;
	Tue, 13 Feb 2001 20:12:55 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102140412.f1E4Cte29480@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Tue, 13 Feb 2001 20:12:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/libtai Makefile ports/graphics/xmps-win32-plugin
         Makefile ports/x11/rxvt Makefile ports/x11/rxvt-devel Makefile
         ports/x11-toolkits/jx Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/13 20:12:53 PST

  Modified files:
    devel/libtai         Makefile 
    graphics/xmps-win32-plugin Makefile 
    x11/rxvt             Makefile 
    x11/rxvt-devel       Makefile 
    x11-toolkits/jx      Makefile 
  Log:
  typo clean up police: \s -> \t
  
  Revision  Changes    Path
  1.3       +2 -2      ports/devel/libtai/Makefile
  1.3       +2 -2      ports/graphics/xmps-win32-plugin/Makefile
  1.45      +2 -2      ports/x11/rxvt/Makefile
  1.46      +3 -3      ports/x11/rxvt-devel/Makefile
  1.12      +2 -2      ports/x11-toolkits/jx/Makefile



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


From owner-cvs-all  Tue Feb 13 20:56:55 2001
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 BAB6537B503; Tue, 13 Feb 2001 20:56:51 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E4upU33579;
	Tue, 13 Feb 2001 20:56:51 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102140456.f1E4upU33579@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Tue, 13 Feb 2001 20:56:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/cdk Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/13 20:56:51 PST

  Modified files:
    devel/cdk            Makefile 
  Log:
  Simple aesthetic fix: "^post-install" instead of "^ post-install"
  
  Revision  Changes    Path
  1.14      +2 -2      ports/devel/cdk/Makefile



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


From owner-cvs-all  Tue Feb 13 21: 0:28 2001
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 C107C37B4EC; Tue, 13 Feb 2001 21:00:20 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E50Ki33857;
	Tue, 13 Feb 2001 21:00:20 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102140500.f1E50Ki33857@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Tue, 13 Feb 2001 21:00:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/include stdio.h src/lib/libc Makefile
         src/lib/libc/stdio findfp.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/13 21:00:20 PST

  Modified files:
    include              stdio.h 
    lib/libc             Makefile 
    lib/libc/stdio       findfp.c 
  Log:
  Commit a libc fix going by the current state of the version numbering
  bikeshed in -arch.  It isn't quite over, but it has been well established
  that this can be adjusted or refined.  But we do seem to have consensis
  on a major bump of some sort.  After this, it should reasonably safe
  to build world again.
  
  This change is to get rid of __sF[] and use seperate __stdin/out/err
  handles.  This means we can pad on extra bits onto the end of FILE
  at will without going through this all over again.  __sF[] was evil
  because it compiled the sizeof(FILE) into every stdio using program.
  
  Asbestos suit on: check!
  Peril sensitive sunglasses on: check!
  *gulp!*
  
  Revision  Changes    Path
  1.29      +7 -5      src/include/stdio.h
  1.29      +2 -2      src/lib/libc/Makefile
  1.13      +11 -10    src/lib/libc/stdio/findfp.c



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


From owner-cvs-all  Tue Feb 13 21:13: 9 2001
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 6A99937B491; Tue, 13 Feb 2001 21:13:05 -0800 (PST)
Received: (from bmilekic@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E5D5436941;
	Tue, 13 Feb 2001 21:13:05 -0800 (PST)
	(envelope-from bmilekic)
Message-Id: <200102140513.f1E5D5436941@freefall.freebsd.org>
From: Bosko Milekic <bmilekic@FreeBSD.org>
Date: Tue, 13 Feb 2001 21:13:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/netncp ncp_rq.c
         src/sys/sys mbuf.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmilekic    2001/02/13 21:13:05 PST

  Modified files:
    sys/kern             uipc_mbuf.c 
    sys/netncp           ncp_rq.c 
    sys/sys              mbuf.h 
  Log:
  Implement m_getm() which will perform an "all or nothing" mbuf + cluster
  allocation, as required.
  
  If m_getm() receives NULL as a first argument, then it allocates `len'
  (second argument) bytes worth of mbufs + clusters and returns the chain
  only if it was able to allocate everything.
  If the first argument is non-NULL, then it should be an existing mbuf
  chain (e.g. pre-allocated mbuf sitting on a ring, on some list, etc.) and
  so it will allocate `len' bytes worth of clusters and mbufs, as needed,
  and append them to the tail of the passed in chain, only if it was able
  to allocate everything requested.
  
  If allocation fails, only what was allocated by the routine will be freed,
  and NULL will be returned.
  
  Also, get rid of existing m_getm() in netncp code and replace calls to it
  to calls to this new generic code.
  
  Heavily Reviewed by: bp
  
  Revision  Changes    Path
  1.67      +68 -2     src/sys/kern/uipc_mbuf.c
  1.3       +3 -28     src/sys/netncp/ncp_rq.c
  1.70      +2 -1      src/sys/sys/mbuf.h



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


From owner-cvs-all  Tue Feb 13 21:43:14 2001
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 F302837B491; Tue, 13 Feb 2001 21:43:01 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E5h1040180;
	Tue, 13 Feb 2001 21:43:01 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102140543.f1E5h1040180@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Tue, 13 Feb 2001 21:43:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/archivers/lzo Makefile ports/archivers/ucl
         Makefile ports/archivers/unzip Makefile ports/cad/sis Makefile
         ports/cad/spice Makefile ports/chinese/hztty Makefile
         ports/comms/hylafax Makefile ports/converters/btoa Makefile ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/13 21:43:01 PST

  Modified files:
    archivers/lzo        Makefile 
    archivers/ucl        Makefile 
    archivers/unzip      Makefile 
    cad/sis              Makefile 
    cad/spice            Makefile 
    chinese/hztty        Makefile 
    comms/hylafax        Makefile 
    converters/btoa      Makefile 
    converters/tcs       Makefile 
    databases/gnats      Makefile 
    databases/gtksql     Makefile 
    databases/p5-Pg      Makefile 
    databases/typhoon    Makefile 
    deskutils/aspostit   Makefile 
    devel/binutils-m68k  Makefile 
    devel/doc++          Makefile 
    devel/elib-emacs     Makefile 
    devel/gcc-m68k       Makefile 
    devel/i386-rtems-chill Makefile 
    devel/i386-rtems-g77 Makefile 
    devel/i386-rtems-gcc Makefile 
    devel/i386-rtems-gcj Makefile 
    devel/i386-rtems-objc Makefile 
    devel/kpp            Makefile 
    devel/libU77         Makefile 
    devel/libdlmalloc    Makefile 
    devel/libgnugetopt   Makefile 
    devel/nana           Makefile 
    devel/robodoc        Makefile 
    devel/ruby-slang     Makefile 
    devel/xxgdb          Makefile 
    emulators/atari800   Makefile 
    emulators/bochs      Makefile 
    emulators/quasi88    Makefile 
  Log:
  typo clean up police: \s -> \t
  
  Revision  Changes    Path
  1.17      +2 -2      ports/archivers/lzo/Makefile
  1.2       +2 -2      ports/archivers/ucl/Makefile
  1.34      +4 -4      ports/archivers/unzip/Makefile
  1.12      +2 -2      ports/cad/sis/Makefile
  1.18      +2 -2      ports/cad/spice/Makefile
  1.6       +2 -2      ports/chinese/hztty/Makefile
  1.39      +5 -5      ports/comms/hylafax/Makefile
  1.10      +2 -2      ports/converters/btoa/Makefile
  1.3       +3 -3      ports/converters/tcs/Makefile
  1.34      +3 -3      ports/databases/gnats/Makefile
  1.12      +3 -3      ports/databases/gtksql/Makefile
  1.26      +2 -2      ports/databases/p5-Pg/Makefile
  1.15      +2 -2      ports/databases/typhoon/Makefile
  1.3       +2 -2      ports/deskutils/aspostit/Makefile
  1.9       +2 -2      ports/devel/binutils-m68k/Makefile
  1.11      +3 -3      ports/devel/doc++/Makefile
  1.2       +2 -2      ports/devel/elib-emacs/Makefile
  1.12      +2 -2      ports/devel/gcc-m68k/Makefile
  1.9       +2 -2      ports/devel/i386-rtems-chill/Makefile
  1.9       +2 -2      ports/devel/i386-rtems-g77/Makefile
  1.8       +2 -2      ports/devel/i386-rtems-gcc/Makefile
  1.9       +2 -2      ports/devel/i386-rtems-gcj/Makefile
  1.9       +2 -2      ports/devel/i386-rtems-objc/Makefile
  1.6       +2 -2      ports/devel/kpp/Makefile
  1.9       +2 -2      ports/devel/libU77/Makefile
  1.18      +2 -2      ports/devel/libdlmalloc/Makefile
  1.16      +2 -2      ports/devel/libgnugetopt/Makefile
  1.7       +2 -2      ports/devel/nana/Makefile
  1.6       +2 -2      ports/devel/robodoc/Makefile
  1.9       +2 -2      ports/devel/ruby-slang/Makefile
  1.13      +2 -2      ports/devel/xxgdb/Makefile
  1.13      +2 -2      ports/emulators/atari800/Makefile
  1.34      +2 -2      ports/emulators/bochs/Makefile
  1.7       +2 -2      ports/emulators/quasi88/Makefile



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


From owner-cvs-all  Tue Feb 13 22: 0:28 2001
Delivered-To: cvs-all@freebsd.org
Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35])
	by hub.freebsd.org (Postfix) with ESMTP
	id 47AF337B491; Tue, 13 Feb 2001 22:00:19 -0800 (PST)
Received: (from will@localhost)
	by london.physics.purdue.edu (8.8.8/8.8.8) id BAA07960;
	Wed, 14 Feb 2001 01:00:16 -0500 (EST)
X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f
Date: Wed, 14 Feb 2001 01:00:16 -0500
From: Will Andrews <will@physics.purdue.edu>
To: Matt Jacob <mjacob@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/alpha/mcbus mcpciareg.h
Message-ID: <20010214010015.S12821@london.physics.purdue.edu>
Reply-To: Will Andrews <will@physics.purdue.edu>
Mail-Followup-To: Will Andrews <will@physics.purdue.edu>,
	Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
References: <200102132244.f1DMiLW83928@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: <200102132244.f1DMiLW83928@freefall.freebsd.org>; from mjacob@FreeBSD.org on Tue, Feb 13, 2001 at 02:44:21PM -0800
X-Operating-System: SunOS 4.1.3_U1 sun4m
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 02:44:21PM -0800, Matt Jacob wrote:
>   Log:
>   Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1

Doug who?  :)

-- 
wca


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


From owner-cvs-all  Tue Feb 13 22: 5: 5 2001
Delivered-To: cvs-all@freebsd.org
Received: from feral.com (feral.com [192.67.166.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3CD9D37B4EC; Tue, 13 Feb 2001 22:04:55 -0800 (PST)
Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71])
	by feral.com (8.9.3/8.9.3) with ESMTP id WAA11549;
	Tue, 13 Feb 2001 22:04:49 -0800
Date: Tue, 13 Feb 2001 22:04:48 -0800 (PST)
From: Matthew Jacob <mjacob@feral.com>
Reply-To: mjacob@feral.com
To: Will Andrews <will@physics.purdue.edu>
Cc: Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/alpha/mcbus mcpciareg.h
In-Reply-To: <20010214010015.S12821@london.physics.purdue.edu>
Message-ID: <Pine.LNX.4.21.0102132204110.21365-100000@zeppo.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, fiddlesticks... you got me. If I didn't have old CVS helper stuff in that
tree I would have done the 'obtained from' to be Doug Rabson.


> On Tue, Feb 13, 2001 at 02:44:21PM -0800, Matt Jacob wrote:
> >   Log:
> >   Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1
> 
> Doug who?  :)
> 
> 



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


From owner-cvs-all  Tue Feb 13 22:35:55 2001
Delivered-To: cvs-all@freebsd.org
Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35])
	by hub.freebsd.org (Postfix) with ESMTP
	id D0B0837B491; Tue, 13 Feb 2001 22:35:51 -0800 (PST)
Received: (from will@localhost)
	by london.physics.purdue.edu (8.8.8/8.8.8) id BAA08673;
	Wed, 14 Feb 2001 01:35:47 -0500 (EST)
X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f
Date: Wed, 14 Feb 2001 01:35:47 -0500
From: Will Andrews <will@physics.purdue.edu>
To: Matthew Jacob <mjacob@feral.com>
Cc: Will Andrews <will@physics.purdue.edu>,
	Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/alpha/mcbus mcpciareg.h
Message-ID: <20010214013546.T12821@london.physics.purdue.edu>
Reply-To: Will Andrews <will@physics.purdue.edu>
Mail-Followup-To: Will Andrews <will@physics.purdue.edu>,
	Matthew Jacob <mjacob@feral.com>, Matt Jacob <mjacob@FreeBSD.org>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
References: <20010214010015.S12821@london.physics.purdue.edu> <Pine.LNX.4.21.0102132204110.21365-100000@zeppo.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.LNX.4.21.0102132204110.21365-100000@zeppo.feral.com>; from mjacob@feral.com on Tue, Feb 13, 2001 at 10:04:48PM -0800
X-Operating-System: SunOS 4.1.3_U1 sun4m
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 10:04:48PM -0800, Matthew Jacob wrote:
> Oh, fiddlesticks... you got me. If I didn't have old CVS helper stuff in that
> tree I would have done the 'obtained from' to be Doug Rabson.

I figured it was dfr.  But the bystanding eyes might have been wondering.
Still, it would be 'Noticed by' not 'Obtained from', although that's not
in the "cvs helper".. but I make it a habit to credit people that way.

-- 
wca


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


From owner-cvs-all  Tue Feb 13 22:54: 0 2001
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 50D8B37B491; Tue, 13 Feb 2001 22:53:58 -0800 (PST)
Received: (from rwatson@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E6rwC52713;
	Tue, 13 Feb 2001 22:53:58 -0800 (PST)
	(envelope-from rwatson)
Message-Id: <200102140653.f1E6rwC52713@freefall.freebsd.org>
From: Robert Watson <rwatson@FreeBSD.org>
Date: Tue, 13 Feb 2001 22:53:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern kern_prot.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

rwatson     2001/02/13 22:53:58 PST

  Modified files:
    sys/kern             kern_prot.c 
  Log:
  o Fix spellign in a comment: s/referernce/reference/
  
  Revision  Changes    Path
  1.74      +2 -2      src/sys/kern/kern_prot.c



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


From owner-cvs-all  Tue Feb 13 23:31:44 2001
Delivered-To: cvs-all@freebsd.org
Received: from elvis.mu.org (elvis.mu.org [207.154.226.10])
	by hub.freebsd.org (Postfix) with ESMTP
	id 18C4837B503; Tue, 13 Feb 2001 23:31:35 -0800 (PST)
Received: by elvis.mu.org (Postfix, from userid 1098)
	id 9942481D04; Wed, 14 Feb 2001 01:31:34 -0600 (CST)
Date: Wed, 14 Feb 2001 01:31:34 -0600
From: Bill Fumerola <billf@mu.org>
To: Julian Elischer <julian@elischer.org>
Cc: Poul-Henning Kamp <phk@critter.freebsd.dk>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c
Message-ID: <20010214013134.C483@elvis.mu.org>
References: <51205.982073676@critter> <3A89670C.82B8DAA9@elischer.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3A89670C.82B8DAA9@elischer.org>; from julian@elischer.org on Tue, Feb 13, 2001 at 08:55:40AM -0800
X-Operating-System: FreeBSD 4.2-FEARSOME-20010209 i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Tue, Feb 13, 2001 at 08:55:40AM -0800, Julian Elischer wrote:

> I agree, though it is possible to break the single list in to these using 
> skipto rules.. (we did that at whistle.) the first rule immediatly jumped 
> to rule 8000 or something if it was an external incoming packet.
> 
> It's not perfect but it does aproximate what you are talking about..

ipfw could be very optimized based on interface-based, in/out-based lists.
skipto logically arranged the rules as phk talked about, but doesn't take
advantage of the performance increases that could result from optimizations
in the code because of this change.

It's very possible to do and do right[1]. I've talked with a few people about
this before. I'm going to be looking into writing it in the near future. 

-- 
Bill Fumerola - security yahoo         / Yahoo! inc.
              - fumerola@yahoo-inc.com / billf@FreeBSD.org


1. up to and including backwards compatability that would allow current
rules to fall into the new scheme w/o change..


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


From owner-cvs-all  Wed Feb 14  0:48:38 2001
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 7852D37B401; Wed, 14 Feb 2001 00:48:36 -0800 (PST)
Received: (from guido@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E8mah68708;
	Wed, 14 Feb 2001 00:48:36 -0800 (PST)
	(envelope-from guido)
Message-Id: <200102140848.f1E8mah68708@freefall.freebsd.org>
From: Guido van Rooij <guido@FreeBSD.org>
Date: Wed, 14 Feb 2001 00:48:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/sys kqueue.2
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

guido       2001/02/14 00:48:36 PST

  Modified files:
    lib/libc/sys         kqueue.2 
  Log:
  Add include <sys/time.h> because kevent uses struct timespec
  
  Revision  Changes    Path
  1.18      +2 -1      src/lib/libc/sys/kqueue.2



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


From owner-cvs-all  Wed Feb 14  1:20:16 2001
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 79AD237B491; Wed, 14 Feb 2001 01:20:09 -0800 (PST)
Received: (from dirk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E9K9a74353;
	Wed, 14 Feb 2001 01:20:09 -0800 (PST)
	(envelope-from dirk)
Message-Id: <200102140920.f1E9K9a74353@freefall.freebsd.org>
From: Dirk Froemberg <dirk@FreeBSD.org>
Date: Wed, 14 Feb 2001 01:20:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/databases/mysql323-client Makefile ports/databases/mysql323-server
         Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dirk        2001/02/14 01:20:09 PST

  Modified files:
    databases/mysql323-client Makefile 
    databases/mysql323-server Makefile distinfo 
  Log:
  Upgrade to 3.23.33.
  
  Revision  Changes    Path
  1.73      +1 -2      ports/databases/mysql323-client/Makefile
  1.106     +2 -3      ports/databases/mysql323-server/Makefile
  1.44      +1 -1      ports/databases/mysql323-server/distinfo



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


From owner-cvs-all  Wed Feb 14  1:56:40 2001
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 4180B37B491; Wed, 14 Feb 2001 01:56:38 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1E9ucG77670;
	Wed, 14 Feb 2001 01:56:38 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102140956.f1E9ucG77670@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Feb 2001 01:56:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/libexec/rtld-aout rtld.1aout
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/14 01:56:38 PST

  Modified files:
    libexec/rtld-aout    rtld.1aout 
  Log:
  mdoc(7) police: simplify construct.
  
  Revision  Changes    Path
  1.21      +2 -4      src/libexec/rtld-aout/rtld.1aout



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


From owner-cvs-all  Wed Feb 14  2:14:40 2001
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 8218137B401; Wed, 14 Feb 2001 02:14:36 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EAEaN81777;
	Wed, 14 Feb 2001 02:14:36 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102141014.f1EAEaN81777@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Feb 2001 02:14:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/limits limits.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/14 02:14:36 PST

  Modified files:
    usr.bin/limits       limits.1 
  Log:
  mdoc(7) police: replace -hang list with the -tag list,
  add missing .Xo/.Xc to the tags.  This only worked due
  to the off-by-one bug in the -hang lists, which I will
  hopefully backport from the mdocNG shortly.
  
  Revision  Changes    Path
  1.18      +11 -8     src/usr.bin/limits/limits.1



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


From owner-cvs-all  Wed Feb 14  2:56:18 2001
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 E8FF937B4EC; Wed, 14 Feb 2001 02:56:10 -0800 (PST)
Received: (from mharo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EAuAZ85488;
	Wed, 14 Feb 2001 02:56:10 -0800 (PST)
	(envelope-from mharo)
Message-Id: <200102141056.f1EAuAZ85488@freefall.freebsd.org>
From: Michael Haro <mharo@FreeBSD.org>
Date: Wed, 14 Feb 2001 02:56:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/portlint/src portlint.1 portlint.pl
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mharo       2001/02/14 02:56:10 PST

  Modified files:
    devel/portlint/src   portlint.1 portlint.pl 
  Log:
  Fix docs
  
  Submitted by:	olgeni
  
  Revision  Changes    Path
  1.7       +23 -9     ports/devel/portlint/src/portlint.1
  1.26      +4 -3      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  Wed Feb 14  3: 3:14 2001
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 1D49037B401; Wed, 14 Feb 2001 03:03:08 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EB38l86363;
	Wed, 14 Feb 2001 03:03:08 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102141103.f1EB38l86363@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Feb 2001 03:03:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/groff/tmac tmac.doc
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/14 03:03:06 PST

  Modified files:
    contrib/groff/tmac   tmac.doc 
  Log:
  1.  Disable the recognition of the last dot character in the
  default .Ar argument as an end-of-sentence character.
  
  Example:
      .Ar
      foo
  Produced:
      file ...  foo
  Now produces:
      file ... foo
  
  2.  Fixed an off-by-one bug in the .It macro for the -hang lists.
  
  Example:
      .Bl -hang -width 8n -compact
      .It 1234
      OK
      .It 1234567
      OK
      .It 12345678
      BUG
      .El
  Produced:
       1234      OK
       1234567   OK
       12345678 BUG
  Now produces:
       1234      OK
       1234567   OK
       12345678  BUG
  
  Ported from:	mdocNG
  
  Revision  Changes    Path
  1.17      +6 -6      src/contrib/groff/tmac/tmac.doc



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


From owner-cvs-all  Wed Feb 14  3:17:20 2001
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 AD4BA37B4EC; Wed, 14 Feb 2001 03:17:10 -0800 (PST)
Received: (from okazaki@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EBHAN89878;
	Wed, 14 Feb 2001 03:17:10 -0800 (PST)
	(envelope-from okazaki)
Message-Id: <200102141117.f1EBHAN89878@freefall.freebsd.org>
From: OKAZAKI Tetsurou <okazaki@FreeBSD.org>
Date: Wed, 14 Feb 2001 03:17:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/groff/files locale-list patch-ai
         ports/japanese/groff pkg-plist distinfo Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

okazaki     2001/02/14 03:17:10 PST

  Modified files:
    japanese/groff/files locale-list 
    japanese/groff       pkg-plist distinfo Makefile 
  Removed files:
    japanese/groff/files patch-ai 
  Log:
  1) Install up-to-date tmac suite from recent 4-STABLE live-tree
     instead of copying unknown stock versions from /usr/share/tmac.
  
  Submitted by: Yoshisato Yanagisawa <Yoshisato.Yanagisawa@is.titech.ac.jp>,
                Kazuo Horikawa <horikawa@psinet.com>
            at: [man-jp 3155], [man-jp 3158]
  
  2) Read mdoc localization file not only in localized tty mode
     but in all troff mode.  This tweak avoids the problem that
     headers and footers are not displayed for translated manual
     pages when troff output device was a non typewriter-like one.
  
  Submitted by: MORI Kouji <moriko@hh.iij4u.or.jp> at: [man-jp 2723]
  
  Obey %%PORTDOCS%%.  Increment PORTREVISION.
  
  Revision  Changes    Path
  1.2       +6 -0      ports/japanese/groff/files/locale-list
  1.13      +19 -10    ports/japanese/groff/pkg-plist
  1.5       +1 -0      ports/japanese/groff/distinfo
  1.25      +31 -41    ports/japanese/groff/Makefile



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


From owner-cvs-all  Wed Feb 14  3:20:41 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 57DBB37B401; Wed, 14 Feb 2001 03:20:36 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id MAA99660;
	Wed, 14 Feb 2001 12:20:30 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 14 Feb 2001 12:20:29 +0100
In-Reply-To: "Andrey A. Chernov"'s message of "Wed, 14 Feb 2001 01:37:16 +0300"
Message-ID: <xzpwvattssi.fsf@flood.ping.uio.no>
Lines: 17
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

"Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> On Tue, Feb 13, 2001 at 22:42:10 +0100, Dag-Erling Smorgrav wrote:
> > "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > > As I understand it (I mean non-localized pages part), single user whith
> > > ISO_8859-1 locale now can effictively store Latin1 8bit junk in cat pages,
> > > which affects all other (non-Latin1) locales viewers.
> > You wouldn't call it junk if it were the only way to spell your name
> > correctly.
> No offence, I mean they _become_ eye-junk for everybody with other locale
> who tries to view the page stored on the disk in Latin1.

So it's better for everybody to get the lowest common denominator, so
nobody gets anything right?

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Wed Feb 14  3:31: 5 2001
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 D5F6E37B401; Wed, 14 Feb 2001 03:30:59 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EBUxo90943;
	Wed, 14 Feb 2001 03:30:59 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102141130.f1EBUxo90943@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Wed, 14 Feb 2001 03:30:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/ftp/ncftp3 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/14 03:30:59 PST

  Modified files:
    ftp/ncftp3           Makefile 
  Log:
  The IPv6 patch breaks NcFTP on IPv4-only systems such that is unable to
  resolve any names.  If you want IPv6 functionality, you'll need to define
  WANT_IPV6 for now.
  
  Submitted by:	ache
  
  Revision  Changes    Path
  1.81      +3 -1      ports/ftp/ncftp3/Makefile



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


From owner-cvs-all  Wed Feb 14  3:32: 0 2001
Delivered-To: cvs-all@freebsd.org
Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91])
	by hub.freebsd.org (Postfix) with ESMTP
	id DAF0537B401; Wed, 14 Feb 2001 03:31:47 -0800 (PST)
Received: from calcaphon.demon.co.uk ([193.237.19.5])
	by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1)
	id 14T09x-000Nyd-0X; Wed, 14 Feb 2001 11:31:46 +0000
Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5])
	by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f1EBViN80628;
	Wed, 14 Feb 2001 11:31:44 GMT
	(envelope-from n_hibma@qubesoft.com)
Received: from localhost (localhost [127.0.0.1])
	by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id QAA44459;
	Tue, 13 Feb 2001 16:08:51 GMT
	(envelope-from n_hibma@qubesoft.com)
Date: Tue, 13 Feb 2001 16:08:51 +0000 (GMT)
From: Nick Hibma <n_hibma@qubesoft.com>
X-X-Sender:  <n_hibma@henny.webweaving.org>
Reply-To: Nick Hibma <n_hibma@qubesoft.com>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
In-Reply-To: <xzpd7cmwp3a.fsf@flood.ping.uio.no>
Message-ID: <Pine.BSF.4.31.0102131608370.44429-100000@henny.webweaving.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


Nothing I guess, but it's not being used there.

Nick


On 13 Feb 2001, Dag-Erling Smorgrav wrote:

> Nick Hibma <n_hibma@qubesoft.com> writes:
> > if ( $arg eq '--' ) {
> >     last;
> > } elsif ( $arg =~ m/^-.*/ ) {
> >     push @args, $arg;
> > } elsif ( $arg =~ m/\.m$/ ) {
> >     push @filenames, $arg;
>
> Excuse me, but what's wrong with Getopt::Std?
>
> DES
> --
> Dag-Erling Smorgrav - des@ofug.org
>

--
Qube Software, Ltd.                                             Private:
n_hibma@qubesoft.com                              n_hibma@webweaving.org
                                                     n_hibma@freebsd.org
http://www.qubesoft.com/                   http://www.etla.net/~n_hibma/



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


From owner-cvs-all  Wed Feb 14  3:34: 7 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 280F937B401; Wed, 14 Feb 2001 03:33:53 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1EBXl568461;
	Wed, 14 Feb 2001 14:33:47 +0300 (MSK)
	(envelope-from ache)
Date: Wed, 14 Feb 2001 14:33:46 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID: <20010214143345.A68208@nagual.pp.ru>
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru> <xzpwvattssi.fsf@flood.ping.uio.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <xzpwvattssi.fsf@flood.ping.uio.no>; from des@ofug.org on Wed, Feb 14, 2001 at 12:20:29PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 12:20:29 +0100, Dag-Erling Smorgrav wrote:
> "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > On Tue, Feb 13, 2001 at 22:42:10 +0100, Dag-Erling Smorgrav wrote:
> > > "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > > > As I understand it (I mean non-localized pages part), single user whith
> > > > ISO_8859-1 locale now can effictively store Latin1 8bit junk in cat pages,
> > > > which affects all other (non-Latin1) locales viewers.
> > > You wouldn't call it junk if it were the only way to spell your name
> > > correctly.
> > No offence, I mean they _become_ eye-junk for everybody with other locale
> > who tries to view the page stored on the disk in Latin1.
> 
> So it's better for everybody to get the lowest common denominator, so
> nobody gets anything right?


No. The rules are simple:
1) We can't damage lowest common denominator and must to keep it.
Sorry, ISO_8859-1 is NOT such denominator because of conflicts, but ASCII
is.
2) Everybody extensions must be made separately, not in the same place as
lowest common denominator present, to not break 1)

To be more specific, if you want to view ISO-8859-1 English manpages in
the all English locales, you can do it right now (backing out all recent
dirty man hacks, I assume), by following steps:

mkdir /usr/share/man/en.ISO_8859-1
mkdir /usr/share/man/en.ISO_8859-1/{cat1...catn}
cd /usr/share/man/en.ISO_8859-1
ln -s ../{man1...mann}

If you want to view ISO_8859-1 English manpages in the all ISO_8859-1
locales, small additional patch is needed I can commit after man be 
returned to its old good shape. All this patch will do is to browse
"en.<current codeset>" hierarchy additionally.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Wed Feb 14  3:37:42 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id CB20637B401; Wed, 14 Feb 2001 03:37:36 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id MAA99742;
	Wed, 14 Feb 2001 12:37:32 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru> <xzpwvattssi.fsf@flood.ping.uio.no> <20010214143345.A68208@nagual.pp.ru>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 14 Feb 2001 12:37:31 +0100
In-Reply-To: "Andrey A. Chernov"'s message of "Wed, 14 Feb 2001 14:33:46 +0300"
Message-ID: <xzplmr9ts04.fsf@flood.ping.uio.no>
Lines: 15
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

"Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> To be more specific, if you want to view ISO-8859-1 English manpages in
> the all English locales, you can do it right now (backing out all recent
> dirty man hacks, I assume), by following steps:
> 
> mkdir /usr/share/man/en.ISO_8859-1
> mkdir /usr/share/man/en.ISO_8859-1/{cat1...catn}
> cd /usr/share/man/en.ISO_8859-1
> ln -s ../{man1...mann}

Then this needs to be in the base system.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Wed Feb 14  3:38:51 2001
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 C1F5A37B65D; Wed, 14 Feb 2001 03:38:41 -0800 (PST)
Received: (from adrian@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EBcfE91949;
	Wed, 14 Feb 2001 03:38:41 -0800 (PST)
	(envelope-from adrian)
Message-Id: <200102141138.f1EBcfE91949@freefall.freebsd.org>
From: Adrian Chadd <adrian@FreeBSD.org>
Date: Wed, 14 Feb 2001 03:38:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/conf LINT
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

adrian      2001/02/14 03:38:41 PST

  Modified files:        (Branch: RELENG_4)
    sys/i386/conf        LINT 
  Log:
  Add the vlan pseudo-device to LINT.
  
  It exists in NOTES (in -current) but it wasn't added when the vlan code
  came in - instead, it was added by peter when he did a config(8) change.
  (1.782 -> 1.783)
  
  Revision    Changes    Path
  1.749.2.44  +2 -1      src/sys/i386/conf/Attic/LINT



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


From owner-cvs-all  Wed Feb 14  3:39:43 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8994B37B401; Wed, 14 Feb 2001 03:39:32 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1EBdS468547;
	Wed, 14 Feb 2001 14:39:28 +0300 (MSK)
	(envelope-from ache)
Date: Wed, 14 Feb 2001 14:39:27 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID: <20010214143927.B68208@nagual.pp.ru>
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru> <xzpwvattssi.fsf@flood.ping.uio.no> <20010214143345.A68208@nagual.pp.ru> <xzplmr9ts04.fsf@flood.ping.uio.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <xzplmr9ts04.fsf@flood.ping.uio.no>; from des@ofug.org on Wed, Feb 14, 2001 at 12:37:31PM +0100
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 12:37:31 +0100, Dag-Erling Smorgrav wrote:
> "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > To be more specific, if you want to view ISO-8859-1 English manpages in
> > the all English locales, you can do it right now (backing out all recent
> > dirty man hacks, I assume), by following steps:
> > 
> > mkdir /usr/share/man/en.ISO_8859-1
> > mkdir /usr/share/man/en.ISO_8859-1/{cat1...catn}
> > cd /usr/share/man/en.ISO_8859-1
> > ln -s ../{man1...mann}
> 
> Then this needs to be in the base system.

I agree.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Wed Feb 14  3:53: 0 2001
Delivered-To: cvs-all@freebsd.org
Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0CE1D37B4EC; Wed, 14 Feb 2001 03:52:44 -0800 (PST)
Received: (from ru@localhost)
	by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1EBq6j03947;
	Wed, 14 Feb 2001 13:52:06 +0200 (EET)
	(envelope-from ru)
Date: Wed, 14 Feb 2001 13:52:06 +0200
From: Ruslan Ermilov <ru@FreeBSD.org>
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID: <20010214135206.A2907@sunbay.com>
Mail-Followup-To: "Andrey A. Chernov" <ache@nagual.pp.ru>,
	Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru> <xzpwvattssi.fsf@flood.ping.uio.no> <20010214143345.A68208@nagual.pp.ru> <xzplmr9ts04.fsf@flood.ping.uio.no> <20010214143927.B68208@nagual.pp.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010214143927.B68208@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, Feb 14, 2001 at 02:39:27PM +0300
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 02:39:27PM +0300, Andrey A. Chernov wrote:
> On Wed, Feb 14, 2001 at 12:37:31 +0100, Dag-Erling Smorgrav wrote:
> > "Andrey A. Chernov" <ache@nagual.pp.ru> writes:
> > > To be more specific, if you want to view ISO-8859-1 English manpages in
> > > the all English locales, you can do it right now (backing out all recent
> > > dirty man hacks, I assume), by following steps:
> > > 
> > > mkdir /usr/share/man/en.ISO_8859-1
> > > mkdir /usr/share/man/en.ISO_8859-1/{cat1...catn}
> > > cd /usr/share/man/en.ISO_8859-1
> > > ln -s ../{man1...mann}
> > 
> > Then this needs to be in the base system.
> 
> I agree.
> 
I fully agree too, what we need to do is:

1.   Backout these changes (revert man.c back to the revision 1.38).

2.   No additional patch is required to look into en.ISO_8859-1 for
     all en_*.ISO_8859-1 locales, man(1) is already smart enough,
     see the

     /usr/bin/env LANG=en_US.ISO_8859-1 man -d

     command output.

3.   Make /usr/share/man/en.ISO_8859-1 created by default with cat?
     subdirectories.

4.   Symlink the man? subdirectories with the /usr/share/man/man? ones.

The 3) and 4) could be implemented by a simple patch to BSD.usr.dist.

So, do you want me to do the job?


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


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


From owner-cvs-all  Wed Feb 14  4: 9:39 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2D68137B401; Wed, 14 Feb 2001 04:09:31 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1EC9QQ68957;
	Wed, 14 Feb 2001 15:09:26 +0300 (MSK)
	(envelope-from ache)
Date: Wed, 14 Feb 2001 15:09:25 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/gnu/usr.bin/man/man man.c
Message-ID: <20010214150925.A68735@nagual.pp.ru>
References: <200102131615.f1DGF4E32256@freefall.freebsd.org> <20010213230620.A36101@nagual.pp.ru> <xzp3ddi8dl9.fsf@flood.ping.uio.no> <20010214013715.A49570@nagual.pp.ru> <xzpwvattssi.fsf@flood.ping.uio.no> <20010214143345.A68208@nagual.pp.ru> <xzplmr9ts04.fsf@flood.ping.uio.no> <20010214143927.B68208@nagual.pp.ru> <20010214135206.A2907@sunbay.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010214135206.A2907@sunbay.com>; from ru@FreeBSD.org on Wed, Feb 14, 2001 at 01:52:06PM +0200
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 13:52:06 +0200, Ruslan Ermilov wrote:
> 1.   Backout these changes (revert man.c back to the revision 1.38).
> 
> 2.   No additional patch is required to look into en.ISO_8859-1 for
>      all en_*.ISO_8859-1 locales, man(1) is already smart enough,
>      see the
> 
>      /usr/bin/env LANG=en_US.ISO_8859-1 man -d
> 
>      command output.

There is yet one special variant, f.e. LANG=de_DE.ISO_8859-1 user will be
pleased to view en.ISO_8859-1 pages more than ASCII ones. So there is
small patch needed to make man (catman, etc.) search as following:

<lang>_<country>.<codeset>  	# already implemented
<lang>.<codeset>  		# already implemented
en.<codeset>  			# new
standard			# already implemented

> 
> 3.   Make /usr/share/man/en.ISO_8859-1 created by default with cat?
>      subdirectories.

And subdirectories inside cat? subdirectories too.

> 4.   Symlink the man? subdirectories with the /usr/share/man/man? ones.
> 
> The 3) and 4) could be implemented by a simple patch to BSD.usr.dist.

Yes, symlinks can be done too, as mtree(1) says.

> So, do you want me to do the job?

At least back out man changes, please.
If you have energy to do the rest, you are welcome.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Wed Feb 14  4:17:15 2001
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 8162A37B401; Wed, 14 Feb 2001 04:17:11 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ECHBO01674;
	Wed, 14 Feb 2001 04:17:11 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102141217.f1ECHBO01674@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Wed, 14 Feb 2001 04:17:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/msgdef cs_CZ.ISO_8859-2.src
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/14 04:17:11 PST

  Modified files:
    share/msgdef         cs_CZ.ISO_8859-2.src 
  Log:
  Add {yes,no}str translation
  
  Submitted by:	Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
  
  Revision  Changes    Path
  1.2       +5 -1      src/share/msgdef/cs_CZ.ISO_8859-2.src



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


From owner-cvs-all  Wed Feb 14  4:29:14 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0271D37B491; Wed, 14 Feb 2001 04:29:09 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id NAA99946;
	Wed, 14 Feb 2001 13:29:05 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Nick Hibma <n_hibma@qubesoft.com>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
References: <Pine.BSF.4.31.0102131608370.44429-100000@henny.webweaving.org>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 14 Feb 2001 13:29:05 +0100
In-Reply-To: Nick Hibma's message of "Tue, 13 Feb 2001 16:08:51 +0000 (GMT)"
Message-ID: <xzp4rxxtpm6.fsf@flood.ping.uio.no>
Lines: 11
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Nick Hibma <n_hibma@qubesoft.com> writes:
> On 13 Feb 2001, Dag-Erling Smorgrav wrote:
> > Excuse me, but what's wrong with Getopt::Std?
> Nothing I guess, but it's not being used there.

Why not? Do we really need umpteen zillion buggy handrolled getopt()
surrogates in our tree?

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Wed Feb 14  4:31:26 2001
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 5B98237B4EC; Wed, 14 Feb 2001 04:31:22 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ECVMW02759;
	Wed, 14 Feb 2001 04:31:22 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141231.f1ECVMW02759@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 04:31:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics Makefile ports/graphics/libgrass5
         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

jeh         2001/02/14 04:31:22 PST

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/libgrass5   Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  New Port: graphics/libgrass
  ibgrass5 is a library containing the all of the functions
  that are available in the GRASS GIS program.
  
  PR:		23872
  Submitted by:	Jonathan Pennington <john@coastalgeology.org>
  
  Revision  Changes    Path
  1.268     +2 -1      ports/graphics/Makefile



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


From owner-cvs-all  Wed Feb 14  4:31:38 2001
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 D1D0937B6BB; Wed, 14 Feb 2001 04:31:28 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ECVSM02803;
	Wed, 14 Feb 2001 04:31:28 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141231.f1ECVSM02803@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 04:31:28 -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

jeh         2001/02/14 04:31:28 PST

  Modified files:
    .                    modules 
  Log:
    libgrass5 --> ports/graphics/libgrass5
  
  Revision  Changes    Path
  1.2421    +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  Wed Feb 14  4:40:12 2001
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 8E01037B491; Wed, 14 Feb 2001 04:40:07 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ECe7f03585;
	Wed, 14 Feb 2001 04:40:07 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141240.f1ECe7f03585@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 04:40:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/14 04:40:07 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/contrib chapter.sgml 
  Log:
  New contrubuter: Jonathan Pennington <john@coastalgeology.org>
  ports/graphics/libgrass
  
  PR:		23872
  
  Revision  Changes    Path
  1.370     +5 -1      doc/en_US.ISO_8859-1/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  Wed Feb 14  4:41:48 2001
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 3F3B437B67D; Wed, 14 Feb 2001 04:41:39 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ECfdZ03857;
	Wed, 14 Feb 2001 04:41:39 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102141241.f1ECfdZ03857@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Wed, 14 Feb 2001 04:41:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/cad/xcircuit Makefile distinfo pkg-plist
         ports/cad/xcircuit/files patch-ar patch-as patch-aa patch-ab
         patch-ad patch-an patch-ac patch-ae patch-af patch-ag patch-ah
         patch-ai patch-aj patch-ak patch-al patch-am patch-ao patch-ap ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/14 04:41:39 PST

  Modified files:
    cad/xcircuit         Makefile distinfo pkg-plist 
    cad/xcircuit/files   patch-aa patch-ab patch-ad patch-an 
  Added files:
    cad/xcircuit/files   patch-ar patch-as 
  Removed files:
    cad/xcircuit/files   patch-ac patch-ae patch-af patch-ag 
                         patch-ah patch-ai patch-aj patch-ak 
                         patch-al patch-am patch-ao patch-ap 
                         patch-aq 
  Log:
  Update to version 2.2.1
  
  PR: 25074
  Submitted by: Ports Fury
  
  Revision  Changes    Path
  1.24      +5 -3      ports/cad/xcircuit/Makefile
  1.22      +1 -1      ports/cad/xcircuit/distinfo
  1.10      +1 -0      ports/cad/xcircuit/pkg-plist
  1.10      +19 -2     ports/cad/xcircuit/files/patch-aa
  1.5       +6 -15     ports/cad/xcircuit/files/patch-ab
  1.2       +29 -14    ports/cad/xcircuit/files/patch-ad
  1.2       +11 -12    ports/cad/xcircuit/files/patch-an



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


From owner-cvs-all  Wed Feb 14  4:48:54 2001
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 D88AA37B4EC; Wed, 14 Feb 2001 04:48:47 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ECmlk04585;
	Wed, 14 Feb 2001 04:48:47 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102141248.f1ECmlk04585@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Wed, 14 Feb 2001 04:48:47 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/databases/freetds Makefile pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/14 04:48:46 PST

  Modified files:
    databases/freetds    Makefile pkg-plist 
  Log:
  - Add workaround to prepend installing junk files
  - Fix pkg-plist
  
  PR: 25075
  Submitted by: Ports Fury
  
  Revision  Changes    Path
  1.10      +9 -5      ports/databases/freetds/Makefile
  1.6       +1 -0      ports/databases/freetds/pkg-plist



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


From owner-cvs-all  Wed Feb 14  5:12: 1 2001
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 AB0C637B503; Wed, 14 Feb 2001 05:11:57 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDBvM09082;
	Wed, 14 Feb 2001 05:11:57 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141311.f1EDBvM09082@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:11:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/ici 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

jeh         2001/02/14 05:11:57 PST

  Modified files:
    lang/ici             Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Update to version 3.0.0
  
  PR:		23882
  Submitted by:	Andy Newman <atrn@zeta.org.au> MAINTAINER
  
  Revision  Changes    Path
  1.9       +23 -22    ports/lang/ici/Makefile
  1.5       +1 -1      ports/lang/ici/distinfo
  1.2       +1 -1      ports/lang/ici/pkg-comment
  1.4       +10 -9     ports/lang/ici/pkg-descr
  1.5       +49 -43    ports/lang/ici/pkg-plist



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


From owner-cvs-all  Wed Feb 14  5:16:20 2001
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 7344837B401; Wed, 14 Feb 2001 05:16:16 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDGGA09701;
	Wed, 14 Feb 2001 05:16:16 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102141316.f1EDGGA09701@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:16:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/man man.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/14 05:16:16 PST

  Modified files:
    gnu/usr.bin/man/man  man.c 
  Log:
  Backout 1.38->1.41 (functional) changes pending the proper solution.
  /usr/share/man/cat? is only allowed to store -Tascii formatted data.
  
  Requested by:	ache
  
  Revision  Changes    Path
  1.42      +14 -18    src/gnu/usr.bin/man/man/man.c



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


From owner-cvs-all  Wed Feb 14  5:16:35 2001
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 2EFEE37B69C; Wed, 14 Feb 2001 05:16:22 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDGLB09724;
	Wed, 14 Feb 2001 05:16:21 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102141316.f1EDGLB09724@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:16:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net if_vlan.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/14 05:16:21 PST

  Modified files:
    sys/net              if_vlan.c 
  Log:
  Fix typo and comma placement.
  
  Revision  Changes    Path
  1.24      +3 -3      src/sys/net/if_vlan.c



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


From owner-cvs-all  Wed Feb 14  5:17:30 2001
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 0FAE837B503; Wed, 14 Feb 2001 05:17:22 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDHMJ09828;
	Wed, 14 Feb 2001 05:17:22 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102141317.f1EDHMJ09828@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:17:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net if_vlan.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/14 05:17:21 PST

  Modified files:        (Branch: RELENG_4)
    sys/net              if_vlan.c 
  Log:
  MFC:	Fix typo and comma placement in comment.
  
  Revision  Changes    Path
  1.15.2.3  +3 -3      src/sys/net/if_vlan.c



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


From owner-cvs-all  Wed Feb 14  5:22:39 2001
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 EAEB837B401; Wed, 14 Feb 2001 05:22:36 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDMax10461;
	Wed, 14 Feb 2001 05:22:36 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141322.f1EDMax10461@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:22:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang Makefile ports/lang/cel Makefile distinfo
         pkg-comment pkg-descr pkg-plist ports/lang/cel/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/14 05:22:36 PST

  Modified files:
    lang                 Makefile 
  Added files:
    lang/cel             Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    lang/cel/files       patch-aa 
  Log:
  New Port: lang/cel
  Cel is a computer language. In particular it is of the
  prototype-based, object oriented variety.
  
  PR:		23996
  Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
  
  Revision  Changes    Path
  1.208     +2 -1      ports/lang/Makefile



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


From owner-cvs-all  Wed Feb 14  5:22:58 2001
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 291D237B69F; Wed, 14 Feb 2001 05:22:44 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDMhn10521;
	Wed, 14 Feb 2001 05:22:43 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141322.f1EDMhn10521@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:22:43 -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

jeh         2001/02/14 05:22:43 PST

  Modified files:
    .                    modules 
  Log:
    cel --> ports/lang/cel
  
  Revision  Changes    Path
  1.2422    +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  Wed Feb 14  5:24:10 2001
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 7663537B401; Wed, 14 Feb 2001 05:24:02 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDO2510966;
	Wed, 14 Feb 2001 05:24:02 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102141324.f1EDO2510966@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:24:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net if_vlan.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/14 05:24:02 PST

  Modified files:
    sys/net              if_vlan.c 
  Log:
  Fix another typo I missed on first reading:
  insersion -> insertion
  
  Revision  Changes    Path
  1.25      +2 -2      src/sys/net/if_vlan.c



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


From owner-cvs-all  Wed Feb 14  5:24:31 2001
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 4CAED37B401; Wed, 14 Feb 2001 05:24:23 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDONQ11051;
	Wed, 14 Feb 2001 05:24:23 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141324.f1EDONQ11051@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:24:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/14 05:24:23 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/contrib chapter.sgml 
  Log:
  Add George Reid <greid@ukug.uk.freebsd.org> as a contributer
  ports/lang/cel
  
  PR:		23996
  
  Revision  Changes    Path
  1.371     +5 -1      doc/en_US.ISO_8859-1/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  Wed Feb 14  5:24:48 2001
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 25F6E37B401; Wed, 14 Feb 2001 05:24:39 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDOdV11098;
	Wed, 14 Feb 2001 05:24:39 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102141324.f1EDOdV11098@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:24:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net if_vlan.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/14 05:24:39 PST

  Modified files:        (Branch: RELENG_4)
    sys/net              if_vlan.c 
  Log:
  MFC:	Fix typo, insersion -> insertion
  
  Revision  Changes    Path
  1.15.2.4  +2 -2      src/sys/net/if_vlan.c



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


From owner-cvs-all  Wed Feb 14  5:33:19 2001
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 543F937B491; Wed, 14 Feb 2001 05:33:15 -0800 (PST)
Received: (from sheldonh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDXF812269;
	Wed, 14 Feb 2001 05:33:15 -0800 (PST)
	(envelope-from sheldonh)
Message-Id: <200102141333.f1EDXF812269@freefall.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:33:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_perl Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sheldonh    2001/02/14 05:33:15 PST

  Modified files:
    www/mod_perl         Makefile distinfo pkg-plist 
  Log:
  Update to mod_perl-1.25.
  
  Like any port that relies on Perl5's MakeMaker, this was horribly
  PREFIX-unclean.  It's now PREFIX-clean for everything except libperl.so,
  which will require a rethink of pkg-install.
  
  Revision  Changes    Path
  1.11      +8 -3      ports/www/mod_perl/Makefile
  1.5       +1 -1      ports/www/mod_perl/distinfo
  1.5       +6 -5      ports/www/mod_perl/pkg-plist



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


From owner-cvs-all  Wed Feb 14  5:43: 4 2001
Delivered-To: cvs-all@freebsd.org
Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8E53937B401; Wed, 14 Feb 2001 05:42:52 -0800 (PST)
Received: from calcaphon.demon.co.uk ([193.237.19.5])
	by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1)
	id 14T2Co-0006rE-0V; Wed, 14 Feb 2001 13:42:51 +0000
Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5])
	by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f1EDgnN86386;
	Wed, 14 Feb 2001 13:42:49 GMT
	(envelope-from n_hibma@qubesoft.com)
Received: from localhost (localhost [127.0.0.1])
	by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id NAA00906;
	Wed, 14 Feb 2001 13:35:38 GMT
	(envelope-from n_hibma@qubesoft.com)
Date: Wed, 14 Feb 2001 13:35:38 +0000 (GMT)
From: Nick Hibma <n_hibma@qubesoft.com>
X-X-Sender:  <n_hibma@henny.webweaving.org>
Reply-To: Nick Hibma <n_hibma@qubesoft.com>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
In-Reply-To: <xzp4rxxtpm6.fsf@flood.ping.uio.no>
Message-ID: <Pine.BSF.4.31.0102141334110.785-100000@henny.webweaving.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


Buggy handrolled, as in I've used in umpteen scripts in that very same
way, thank you. I doubt whether you gain anything in use()ing yet
another module for an interface that is only used through
scripts/makefiles.

This is a bikeshed, guys. Send me the patch or put up with the current
situation.

Nick

On 14 Feb 2001, Dag-Erling Smorgrav wrote:

> Nick Hibma <n_hibma@qubesoft.com> writes:
> > On 13 Feb 2001, Dag-Erling Smorgrav wrote:
> > > Excuse me, but what's wrong with Getopt::Std?
> > Nothing I guess, but it's not being used there.
>
> Why not? Do we really need umpteen zillion buggy handrolled getopt()
> surrogates in our tree?
>
> DES
> --
> Dag-Erling Smorgrav - des@ofug.org
>
>

--
Qube Software, Ltd.                                             Private:
n_hibma@qubesoft.com                              n_hibma@webweaving.org
                                                     n_hibma@freebsd.org
http://www.qubesoft.com/                   http://www.etla.net/~n_hibma/



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


From owner-cvs-all  Wed Feb 14  5:50:17 2001
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 9649437B4EC; Wed, 14 Feb 2001 05:50:14 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDoEa14154;
	Wed, 14 Feb 2001 05:50:14 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141350.f1EDoEa14154@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:50:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail Makefile ports/mail/namg Makefile distinfo
         pkg-comment pkg-descr pkg-plist ports/mail/namg/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/14 05:50:14 PST

  Modified files:
    mail                 Makefile 
  Added files:
    mail/namg            Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    mail/namg/files      patch-aa 
  Log:
  New Port: mail/namg
  NAMG is a small program that downloads mail from a NetAddress account
  and forwards it to your local mail spool.
  
  PR:		23998
  Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
  
  Revision  Changes    Path
  1.195     +2 -1      ports/mail/Makefile



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


From owner-cvs-all  Wed Feb 14  5:50:33 2001
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 CD7FD37B6A2; Wed, 14 Feb 2001 05:50:21 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDoLA14227;
	Wed, 14 Feb 2001 05:50:21 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141350.f1EDoLA14227@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:50:21 -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

jeh         2001/02/14 05:50:21 PST

  Modified files:
    .                    modules 
  Log:
    namg --> ports/mail/namg
  
  Revision  Changes    Path
  1.2423    +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  Wed Feb 14  5:51:27 2001
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 803A637B4EC; Wed, 14 Feb 2001 05:51:20 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EDpKI14421;
	Wed, 14 Feb 2001 05:51:20 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102141351.f1EDpKI14421@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Wed, 14 Feb 2001 05:51:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet in.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/14 05:51:20 PST

  Modified files:
    sys/netinet          in.h 
  Log:
  Add definitions for IPPROTO numbers 55-57.
  
  Revision  Changes    Path
  1.52      +4 -2      src/sys/netinet/in.h



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


From owner-cvs-all  Wed Feb 14  6:15:27 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6CFF437B491; Wed, 14 Feb 2001 06:15:20 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id PAA00484;
	Wed, 14 Feb 2001 15:15:17 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Nick Hibma <n_hibma@qubesoft.com>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
References: <Pine.BSF.4.31.0102141334110.785-100000@henny.webweaving.org>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 14 Feb 2001 15:15:17 +0100
In-Reply-To: Nick Hibma's message of "Wed, 14 Feb 2001 13:35:38 +0000 (GMT)"
Message-ID: <xzpr911s64q.fsf@flood.ping.uio.no>
Lines: 19
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Nick Hibma <n_hibma@qubesoft.com> writes:
> Buggy handrolled, as in I've used in umpteen scripts in that very same
> way, thank you.

It doesn't work properly. It doesn't support clustering, and it
doesn't support providing option parameters as separate command-line
arguments. It's also much longer than the corresponding code would be
using Getopt::Std, and you have to verify every argument manually.

>                 I doubt whether you gain anything in use()ing yet
> another module for an interface that is only used through
> scripts/makefiles.

The fact that it's only used by scripts or makefiles doesn't exexmpt
it from working correctly.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Wed Feb 14  6:19:56 2001
Delivered-To: cvs-all@freebsd.org
Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41])
	by hub.freebsd.org (Postfix) with ESMTP
	id 09B2D37B4EC; Wed, 14 Feb 2001 06:19:50 -0800 (PST)
Received: from calcaphon.demon.co.uk ([193.237.19.5])
	by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1)
	id 14T2mZ-000GZ3-0C; Wed, 14 Feb 2001 14:19:47 +0000
Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5])
	by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f1EEJjN88548;
	Wed, 14 Feb 2001 14:19:45 GMT
	(envelope-from n_hibma@qubesoft.com)
Received: from localhost (localhost [127.0.0.1])
	by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id OAA01025;
	Wed, 14 Feb 2001 14:17:15 GMT
	(envelope-from n_hibma@qubesoft.com)
Date: Wed, 14 Feb 2001 14:17:15 +0000 (GMT)
From: Nick Hibma <n_hibma@qubesoft.com>
X-X-Sender:  <n_hibma@henny.webweaving.org>
Reply-To: Nick Hibma <n_hibma@qubesoft.com>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
In-Reply-To: <xzpr911s64q.fsf@flood.ping.uio.no>
Message-ID: <Pine.BSF.4.31.0102141417010.986-100000@henny.webweaving.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


I must have missed the patch Dag-Erling ... Could you send it again?

Nick

On 14 Feb 2001, Dag-Erling Smorgrav wrote:

> Nick Hibma <n_hibma@qubesoft.com> writes:
> > Buggy handrolled, as in I've used in umpteen scripts in that very same
> > way, thank you.
>
> It doesn't work properly. It doesn't support clustering, and it
> doesn't support providing option parameters as separate command-line
> arguments. It's also much longer than the corresponding code would be
> using Getopt::Std, and you have to verify every argument manually.
>
> >                 I doubt whether you gain anything in use()ing yet
> > another module for an interface that is only used through
> > scripts/makefiles.
>
> The fact that it's only used by scripts or makefiles doesn't exexmpt
> it from working correctly.
>
> DES
> --
> Dag-Erling Smorgrav - des@ofug.org
>

--
Qube Software, Ltd.                                             Private:
n_hibma@qubesoft.com                              n_hibma@webweaving.org
                                                     n_hibma@freebsd.org
http://www.qubesoft.com/                   http://www.etla.net/~n_hibma/



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


From owner-cvs-all  Wed Feb 14  6:29:10 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5CFCE37B4EC; Wed, 14 Feb 2001 06:28:41 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id PAA00535;
	Wed, 14 Feb 2001 15:28:21 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Nick Hibma <n_hibma@qubesoft.com>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
References: <Pine.BSF.4.31.0102141417010.986-100000@henny.webweaving.org>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 14 Feb 2001 15:28:20 +0100
In-Reply-To: Nick Hibma's message of "Wed, 14 Feb 2001 14:17:15 +0000 (GMT)"
Message-ID: <xzpn1bps5iz.fsf@flood.ping.uio.no>
Lines: 15
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

--=-=-=

Nick Hibma <n_hibma@qubesoft.com> writes:
> I must have missed the patch Dag-Erling ... Could you send it again?

Sure, I just didn't want to send in an untested patch. Note that the
patch is for makeobjops.pl, since -CURRENT doesn't have makeops.pl.

I'm not entirely satisfied with it from a stylistic point of view, but
the rest of code is so butt ugly that I chose not to care.


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=makeobjops.diff
Content-Description: patch

Index: makeobjops.pl
===================================================================
RCS file: /home/ncvs/src/sys/kern/makeobjops.pl,v
retrieving revision 1.2
diff -u -r1.2 makeobjops.pl
--- makeobjops.pl	2001/01/04 13:41:24	1.2
+++ makeobjops.pl	2001/02/14 14:13:36
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -w
 #
 # Copyright (c) 1992, 1993
 #        The Regents of the University of California.  All rights reserved.
@@ -38,55 +38,35 @@
 #
 # $FreeBSD: src/sys/kern/makeobjops.pl,v 1.2 2001/01/04 13:41:24 n_hibma Exp $
 
+use strict;
+use Getopt::Std;
+
 #
 # Script to produce kobj front-end sugar.
 #
 
-$debug = 0;
-$cfile = 0;          # by default do not produce any file type
-$hfile = 0;
-
-$keepcurrentdir = 1;
-
 $line_width = 80;
 
 # Process the command line
 #
+getopts('cdhl:p')
+    or die("blah");
 while ($arg = shift @ARGV) {
-   if ($arg eq '-c') {
-      warn "Producing .c output files"
-         if $debug;
-      $cfile = 1;
-   } elsif ($arg eq '-h') {
-      warn "Producing .h output files"
-         if $debug;
-      $hfile = 1;
-   } elsif ($arg eq '-ch' || $arg eq '-hc') {
-      warn "Producing .c and .h output files"
-         if $debug;
-      $cfile = 1;
-      $hfile = 1;
-   } elsif ($arg eq '-d') {
-      $debug = 1;
-   } elsif ($arg eq '-p') {
-      warn "Will produce files in original not in current directory"
-         if $debug;
-      $keepcurrentdir = 0;
-   } elsif ($arg eq '-l') {
-      if ($line_width = shift @ARGV and $line_width > 0) {
-         warn "Line width set to $line_width"
-            if $debug;
-      } else {
-         die "Please specify a valid line width after -l";
-      }
-   } elsif ($arg =~ m/\.m$/) {
-      warn "Filename: $arg"
-         if $debug;
-      push @filenames, $arg;
-   } else {
-      warn "$arg ignored"
-         if $debug;
-   }
+warn "Will produce files in original not in current directory"
+    if $debug && $opt_p;
+if (defined($opt_l)) {
+    die("invalid line width\n")
+        unless ($opt_l =~ m/^\d*$/ && $opt_l > 0);
+    $line_width = $opt_l;
+    warn "Line width set to $line_width"
+        if $opt_d;
+}
+foreach $arg (@ARGV) {
+    die("invalid input file name\n")
+        unless ($arg =~ m/\.m$/);
+    warn "Filename: $arg"
+        if $opt_d;
+    push @filenames, $arg;
 }
 
 
@@ -99,7 +79,7 @@
       -l   set line width for output files [80]
       -d   switch on debugging
 "
-    unless ($cfile or $hfile)
+    unless ($opt_c or $opt_h)
            and $#filenames != -1;
 
 # FIXME should be able to do this more easily
@@ -125,21 +105,21 @@
 
     ($name, $path, $suffix) = &fileparse($src, '.m');
     $path = '.'
-	if $keepcurrentdir;
+	unless $opt_p;
     $cfilename="$path/$name.c";
     $hfilename="$path/$name.h";
 
     warn "Processing from $src to $cfilename / $hfilename via $ctmpname / $htmpname"
-	if $debug;
+	if $opt_d;
 
     die "Could not open $src, $!"
 	if !open SRC, "$src";
     die "Could not open $ctmpname, $!"
-	if $cfile and !open CFILE, ">$ctmpname";
+	if $opt_c and !open CFILE, ">$ctmpname";
     die "Could not open $htmpname, $!"
-	if $hfile and !open HFILE, ">$htmpname";
+	if $opt_h and !open HFILE, ">$htmpname";
 
-    if ($cfile) {
+    if ($opt_c) {
 	# Produce the header of the C file
 	#
 	print CFILE "/*\n";
@@ -160,7 +140,7 @@
 	print CFILE "#include <sys/kobj.h>\n";
     }
 
-    if ($hfile) {
+    if ($opt_h) {
 	# Produce the header of the H file
 	#
 	print HFILE "/*\n";
@@ -190,9 +170,9 @@
 	#
 	if ($line =~ m/^#\s*include\s+(["<])([^">]+)([">]).*/i) {
 	    warn "Included file: $1$2" . ($1 eq '<'? '>':'"')
-		if $debug;
+		if $opt_d;
 	    print CFILE "#include $1$2" . ($1 eq '<'? '>':'"') . "\n"
-		if $cfile;
+		if $opt_c;
 	}
 
 	$line =~ s/#.*//;                # remove comments
@@ -206,7 +186,7 @@
 	    $semicolon = $2;
 	    unless ($intname =~ m/^[a-z_][a-z0-9_]*$/) {
 		warn $line
-		    if $debug;
+		    if $opt_d;
 		warn "$src:$lineno: Invalid interface name '$intname', use [a-z_][a-z0-9_]*";
 		$error = 1;
 		last LINE;
@@ -216,14 +196,14 @@
 		if $semicolon !~ s/;$//;
 
 	    warn "Interface $intname"
-		if $debug;
+		if $opt_d;
 
 	    print HFILE '#ifndef _'.$intname."_if_h_\n"
-		if $hfile;
+		if $opt_h;
 	    print HFILE '#define _'.$intname."_if_h_\n\n"
-		if $hfile;
+		if $opt_h;
 	    print CFILE '#include "'.$intname.'_if.h"'."\n\n"
-		if $cfile;
+		if $opt_c;
 	} elsif ($line =~ m/^CODE\s*{$/i) {
 	    $code = "";
 	    $line = <SRC>;
@@ -236,7 +216,7 @@
 		$lineno++
 	    }
 	    print CFILE "\n".$code."\n"
-		if $cfile;
+		if $opt_c;
 	} elsif ($line =~ m/^HEADER\s*{$/i) {
 	    $header = "";
 	    $line = <SRC>;
@@ -249,7 +229,7 @@
 		$lineno++
 	    }
 	    print HFILE $header
-	    	if $hfile;
+	    	if $opt_h;
 	} elsif ($line =~ m/^(STATIC|)METHOD/i) {
 	    # Get the return type function name and delete that from
 	    # the line. What is left is the possibly first function argument
@@ -267,11 +247,11 @@
 	    $ret = join(" ", @ret);    # return type
 
 	    warn "Method: name=$name return type=$ret"
-		if $debug;
+		if $opt_d;
 
 	    if (!$name or !$ret) {
 		warn $line
-		    if $debug;
+		    if $opt_d;
 		warn "$src:$lineno: Invalid method specification";
 		$error = 1;
 		last LINE;
@@ -279,7 +259,7 @@
 
 	    unless ($name =~ m/^[a-z_][a-z_0-9]*$/) {
 		warn $line
-		    if $debug;
+		    if $opt_d;
 		warn "$src:$lineno: Invalid method name '$name', use [a-z_][a-z0-9_]*";
 		$error = 1;
 		last LINE;
@@ -310,7 +290,7 @@
 		$default = $1;
 	    } else {
 		warn "$src:$lineno: Ignored '$1'"  # warn about garbage at end of line
-		    if $debug and $1;
+		    if $opt_d and $1;
 	    }
 
 	    # Create a list of variables without the types prepended
@@ -337,7 +317,7 @@
 
 	    warn 'Arguments: ' . join(', ', @arguments) . "\n"
 	       . 'Varnames: ' . join(', ', @varnames)
-		if $debug;
+		if $opt_d;
 
 	    $mname = $intname.'_'.$name;  # method name
 	    $umname = uc($mname);         # uppercase method name
@@ -349,7 +329,7 @@
 	    $default = "0" if $default eq "";
 	    push @defaultmethods, $default;
 
-	    if ($hfile) {
+	    if ($opt_h) {
 		# the method description 
 		print HFILE "extern struct kobjop_desc $mname\_desc;\n";
 		# the method typedef
@@ -360,14 +340,14 @@
 			  . "\n";
 	    }
 
-	    if ($cfile) {
+	    if ($opt_c) {
 		# Print out the method desc
 		print CFILE "struct kobjop_desc $mname\_desc = {\n";
 		print CFILE "\t0, (kobjop_t) $default\n";
 		print CFILE "};\n\n";
 	    }
 
-	    if ($hfile) {
+	    if ($opt_h) {
 		# Print out the method itself
 		if (0) {                 # haven't chosen the format yet
 		    print HFILE "static __inline $ret $umname($varnames)\n";
@@ -394,7 +374,7 @@
 	    }
 	} else {
 	    warn $line
-		if $debug;
+		if $opt_d;
 	    warn "$src:$lineno: Invalid line encountered";
 	    $error = 1;
 	    last LINE;
@@ -404,21 +384,21 @@
     # print the final '#endif' in the header file
     #
     print HFILE "#endif /* _".$intname."_if_h_ */\n"
-	if $hfile;
+	if $opt_h;
 
     close SRC;
     close CFILE
-	if $cfile;
+	if $opt_c;
     close HFILE
-	if $hfile;
+	if $opt_h;
 
     if (!$error) {
-	if ($cfile) {
+	if ($opt_c) {
 	    ($rc = system("mv $ctmpname $cfilename"))
 		and warn "mv $ctmpname $cfilename failed, $rc";
 	}
 
-	if ($hfile) {
+	if ($opt_h) {
 	    ($rc = system("mv $htmpname $hfilename"))
 		and warn "mv $htmpname $hfilename failed, $rc";
 	}

--=-=-=


DES
-- 
Dag-Erling Smorgrav - des@ofug.org

--=-=-=--


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


From owner-cvs-all  Wed Feb 14  6:29:47 2001
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 2281B37B491; Wed, 14 Feb 2001 06:29:38 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EETcx20762;
	Wed, 14 Feb 2001 06:29:38 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102141429.f1EETcx20762@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Wed, 14 Feb 2001 06:29:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/le Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/14 06:29:38 PST

  Modified files:
    editors/le           Makefile distinfo pkg-plist 
  Log:
  Upgrade to version 1.6.3
  
  PR: 25076
  Submitted by: Ports Fury
  
  Revision  Changes    Path
  1.15      +3 -3      ports/editors/le/Makefile
  1.8       +1 -1      ports/editors/le/distinfo
  1.8       +7 -7      ports/editors/le/pkg-plist



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


From owner-cvs-all  Wed Feb 14  6:37:31 2001
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 81E6C37B401; Wed, 14 Feb 2001 06:37:24 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EEbNw34186;
	Wed, 14 Feb 2001 06:37:23 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102141437.f1EEbNw34186@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Wed, 14 Feb 2001 06:37:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/photopc Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/14 06:37:23 PST

  Modified files:
    graphics/photopc     Makefile distinfo 
  Log:
  Update to version 3.05
  
  PR: 25078
  Submitted by: Ports Fury
  
  Revision  Changes    Path
  1.5       +2 -2      ports/graphics/photopc/Makefile
  1.3       +1 -1      ports/graphics/photopc/distinfo



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


From owner-cvs-all  Wed Feb 14  6:43:21 2001
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 87C3037B401; Wed, 14 Feb 2001 06:43:15 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EEhFV56520;
	Wed, 14 Feb 2001 06:43:15 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102141443.f1EEhFV56520@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Wed, 14 Feb 2001 06:43:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/ratpoison 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

roam        2001/02/14 06:43:15 PST

  Modified files:
    x11-wm               Makefile 
  Added files:
    x11-wm/ratpoison     Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  ratpoison is a simple window manager with no fat library dependencies.
  
  PR:		24995
  Submitted by:	Gergely Nagy <8@free.bsd.hu>
  
  Revision  Changes    Path
  1.56      +2 -1      ports/x11-wm/Makefile



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


From owner-cvs-all  Wed Feb 14  6:43:35 2001
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 4495B37B69E; Wed, 14 Feb 2001 06:43:21 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EEhKk56828;
	Wed, 14 Feb 2001 06:43:20 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102141443.f1EEhKk56828@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Wed, 14 Feb 2001 06:43:20 -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

roam        2001/02/14 06:43:20 PST

  Modified files:
    .                    modules 
  Log:
    ratpoison --> ports/x11-wm/ratpoison
  
  Revision  Changes    Path
  1.2424    +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  Wed Feb 14  6:47:52 2001
Delivered-To: cvs-all@freebsd.org
Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8959137B491; Wed, 14 Feb 2001 06:47:43 -0800 (PST)
Received: from calcaphon.demon.co.uk ([193.237.19.5])
	by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1)
	id 14T3DO-000HpY-0V; Wed, 14 Feb 2001 14:47:36 +0000
Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5])
	by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f1EEkoN89899;
	Wed, 14 Feb 2001 14:46:50 GMT
	(envelope-from n_hibma@qubesoft.com)
Received: from localhost (localhost [127.0.0.1])
	by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id OAA01083;
	Wed, 14 Feb 2001 14:33:23 GMT
	(envelope-from n_hibma@qubesoft.com)
Date: Wed, 14 Feb 2001 14:33:23 +0000 (GMT)
From: Nick Hibma <n_hibma@qubesoft.com>
X-X-Sender:  <n_hibma@henny.webweaving.org>
Reply-To: Nick Hibma <n_hibma@qubesoft.com>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: Dirk Froemberg <dirk@FreeBSD.org>, <cvs-committers@FreeBSD.org>,
	<cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/sys/kern makeops.pl
In-Reply-To: <xzpn1bps5iz.fsf@flood.ping.uio.no>
Message-ID: <Pine.BSF.4.31.0102141433010.1070-100000@henny.webweaving.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


I'll have a look once I have some time. I can't promise that it is going
to be tonight.

Nick

On 14 Feb 2001, Dag-Erling Smorgrav wrote:

> Nick Hibma <n_hibma@qubesoft.com> writes:
> > I must have missed the patch Dag-Erling ... Could you send it again?
>
> Sure, I just didn't want to send in an untested patch. Note that the
> patch is for makeobjops.pl, since -CURRENT doesn't have makeops.pl.
>
> I'm not entirely satisfied with it from a stylistic point of view, but
> the rest of code is so butt ugly that I chose not to care.
>
>

--
Qube Software, Ltd.                                             Private:
n_hibma@qubesoft.com                              n_hibma@webweaving.org
                                                     n_hibma@freebsd.org
http://www.qubesoft.com/                   http://www.etla.net/~n_hibma/



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


From owner-cvs-all  Wed Feb 14  6:54:29 2001
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 C931537B491; Wed, 14 Feb 2001 06:54:24 -0800 (PST)
Received: (from cjh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EEsOp06047;
	Wed, 14 Feb 2001 06:54:24 -0800 (PST)
	(envelope-from cjh)
Message-Id: <200102141454.f1EEsOp06047@freefall.freebsd.org>
From: CHOI Junho <cjh@FreeBSD.org>
Date: Wed, 14 Feb 2001 06:54:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/korean/ami Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

cjh         2001/02/14 06:54:24 PST

  Modified files:
    korean/ami           Makefile distinfo 
  Log:
  Update to 1.0.9.
  
  Revision  Changes    Path
  1.19      +2 -2      ports/korean/ami/Makefile
  1.10      +1 -1      ports/korean/ami/distinfo



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


From owner-cvs-all  Wed Feb 14  7: 3:29 2001
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 1700B37B491; Wed, 14 Feb 2001 07:03:23 -0800 (PST)
Received: (from sheldonh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EF3M312314;
	Wed, 14 Feb 2001 07:03:22 -0800 (PST)
	(envelope-from sheldonh)
Message-Id: <200102141503.f1EF3M312314@freefall.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Wed, 14 Feb 2001 07:03:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/ipfw ipfw.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sheldonh    2001/02/14 07:03:20 PST

  Modified files:
    sbin/ipfw            ipfw.8 
  Log:
  Fix grammar nit in previous commit.
  
  Revision  Changes    Path
  1.79      +2 -2      src/sbin/ipfw/ipfw.8



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


From owner-cvs-all  Wed Feb 14  7: 4:39 2001
Delivered-To: cvs-all@freebsd.org
Received: from columbus.cris.net (ns.cris.net [212.110.128.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3AF0137B4EC; Wed, 14 Feb 2001 07:04:24 -0800 (PST)
Received: from spider (dyn-206.criscom.net [212.110.143.206])
	by columbus.cris.net (8.9.3/8.9.3) with SMTP id RAA70933;
	Wed, 14 Feb 2001 17:02:41 +0200 (EET)
Message-ID: <000e01c09686$8b6e0040$ce8f6ed4@spider.cris.net>
From: "Alexey Zelkin" <phantom@cris.crimea.ua>
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject: Re: cvs commit: src/lib/libc/locale ldpart.c ldpart.h
Date: Wed, 14 Feb 2001 16:02:53 +0300
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

hi,


>> > phantom     2001/02/13 07:29:39 PST
>> >
>> >   Modified files:
>> >     lib/libc/locale      ldpart.c ldpart.h
>> >   Log:
>> >   add additional function parameter: bufsize_min. it's possible
>> >   to check two sizes per one function invocation now.
>>
>> Why only two hardcoded? It prevents additional locale extensions - there
>> must be unlimited number of possible extensions. It means that ldpart
must
>> just return line count, and upper level code must decide which level of
>> extensions used and what actions are needed to compensate missing
>> parts for each returned line count.
>
>In "C" terms I mean something like:
>
> ret = load_part(... &line_count, ..., &using_that_locale, ...)
>
> if (ret == 0 && using_that_locale) {
> if (line_count < EXT1) { /* min */
> compensate_ext1;
> }
> if (line_count < EXT2) { /* EXT2 > EXT1 */
> compensate_ext2;
> }
> ... EXT3, etc. ...   /* EXT3 > EXT2, etc. */
> }


It's not such simple as you propose. First of all, num_lines check should be
located
before code which fills internal structures (i.e. before set_from_buf()
call).

It means that we need to make function which should check num_lines and
return TRUE/FALSE
for correct/incorrect amount of numbers and pass pointer to this function in
__part_load_locale()
or split out set_from_buf() call from ldpart.c and implement same code after
each __part_load_locale()
call.

IMHO, both variants are just overheads and includes a lot of unneeded code
to libc. I think we don't
need such changes until we really need them. BTW, I don't propose to add
__part_load_locale()
calls to libc anymore because it's already used in all places there I
proposed to use it. Also __part_load_locale() is libc internal function and
will not be used in any external programs.
Logicaly next step is optimization and not universalization, isn't it ?




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


From owner-cvs-all  Wed Feb 14  8:31:20 2001
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 36BD037B503; Wed, 14 Feb 2001 08:31:10 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EGV9W27519;
	Wed, 14 Feb 2001 08:31:10 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102141631.f1EGV9W27519@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Wed, 14 Feb 2001 08:31:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/man man.c man.man
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/14 08:31:09 PST

  Modified files:
    gnu/usr.bin/man/man  man.c man.man 
  Log:
  If both full-locale-name and short-locale-name searches
  fail, look the manpage in the en.<charset> subdirectory.
  
  See the manpage for details.
  
  Suggested by:	ache
  
  Revision  Changes    Path
  1.43      +11 -1     src/gnu/usr.bin/man/man/man.c
  1.14      +90 -34    src/gnu/usr.bin/man/man/man.man



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


From owner-cvs-all  Wed Feb 14  8:42: 9 2001
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 58C7E37B503; Wed, 14 Feb 2001 08:42:00 -0800 (PST)
Received: (from sumikawa@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EGg0628615;
	Wed, 14 Feb 2001 08:42:00 -0800 (PST)
	(envelope-from sumikawa)
Message-Id: <200102141642.f1EGg0628615@freefall.freebsd.org>
From: Munechika SUMIKAWA <sumikawa@FreeBSD.org>
Date: Wed, 14 Feb 2001 08:42:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/echoping Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sumikawa    2001/02/14 08:42:00 PST

  Modified files:
    net/echoping         Makefile distinfo 
  Log:
  Upgrade to 4.1.0
  
  Revision  Changes    Path
  1.8       +3 -3      ports/net/echoping/Makefile
  1.4       +1 -1      ports/net/echoping/distinfo



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


From owner-cvs-all  Wed Feb 14 10: 9:47 2001
Delivered-To: cvs-all@freebsd.org
Received: from roaming.cacheboy.net (node16292.a2000.nl [24.132.98.146])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4C0CF37B491; Wed, 14 Feb 2001 10:09:33 -0800 (PST)
Received: (from adrian@localhost)
	by roaming.cacheboy.net (8.11.1/8.11.1) id f1EGJoh01636;
	Wed, 14 Feb 2001 17:19:50 +0100 (CET)
	(envelope-from adrian)
Date: Wed, 14 Feb 2001 17:19:30 +0100
From: Adrian Chadd <adrian@FreeBSD.ORG>
To: Robert Watson <rwatson@FreeBSD.ORG>
Cc: Dag-Erling Smorgrav <des@ofug.org>,
	Jake Burkholder <jburkholder0829@home.com>,
	freebsd-current@FreeBSD.ORG, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c  src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s  trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c  kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
Message-ID: <20010214171930.A1587@roaming.cacheboy.net>
References: <xzpbss8c80s.fsf@flood.ping.uio.no> <Pine.NEB.3.96L.1010212093948.87908B-100000@fledge.watson.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.NEB.3.96L.1010212093948.87908B-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Mon, Feb 12, 2001 at 09:43:24AM -0500
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001, Robert Watson wrote:
> 
> On 12 Feb 2001, Dag-Erling Smorgrav wrote:
> 
> > Jake Burkholder <jburkholder0829@home.com> writes:
> > > As I mentioned in the commit message, this changes the size and layout
> > > of struct kinfo_proc, so you'll have to recompile libkvm-using programs.
> > 
> > I thought the whole point with kinfo_proc was to avoid this kind of
> > situation... 
> 
> It seems to me that kinfo_proc is the wrong solution to a real problem.
> 
> John Baldwin and I briefly discussed, online, an alternative solution that
> breaks out the per-process information into a series of sysctl's.  This
> costs you more in terms of number of calls to retrieve the information, as
> well as introducing non-atomicity that might need to be addressed, but
> allows you to maintain compatibility in many more situations.  It removes
> struct ordering constraints, allows you to happily handle the addition of
> new fields, and when a field is removed or changes size, you know which
> field it is, and your ability to look at other fields is not impacted. 
> Another global sysctl could maintain a list of relevant fields, so you
> could even imagine a process browser that was extensible (especially when
> using base types for the fields, such as int).  kinfo_proc addresses the
> issue that the kernel and userland concepts of a proc diverge due to the
> introduction of kernel-only fields, but doesn't really address issues such
> as ordered elements of the structure changing size. 

*sigh* now, if we had per-file open vnode[1] support, I could quite happily
solve this by fixing procfs, but people view procfs as bad for some
reason.


[1] Ignore my vagueness in terms here - the general request is to have
    some form of state mapped back to an open file from the VNOPS. This
    way at VOP_OPEN() I can populate the file data with some proc info,
    and then VOP_READ/VOP_WRITE just read from this, rather than the
    evilness (and non-atomic) way they work right now[2].

[2] PLEASE could someone do this or give me some hints? I don't have the
    time to do it atm.



Adrian

-- 
Adrian Chadd			"Programming is like sex:
<adrian@freebsd.org>		   One mistake and you have to support for
				    a lifetime." -- rec.humor.funny



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


From owner-cvs-all  Wed Feb 14 10:10:55 2001
Delivered-To: cvs-all@freebsd.org
Received: from roaming.cacheboy.net (node16292.a2000.nl [24.132.98.146])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3784037B491; Wed, 14 Feb 2001 10:10:37 -0800 (PST)
Received: (from adrian@localhost)
	by roaming.cacheboy.net (8.11.1/8.11.1) id f1EGXBs01705;
	Wed, 14 Feb 2001 17:33:11 +0100 (CET)
	(envelope-from adrian)
Date: Wed, 14 Feb 2001 17:32:56 +0100
From: Adrian Chadd <adrian@FreeBSD.ORG>
To: Robert Watson <rwatson@FreeBSD.ORG>
Cc: Dag-Erling Smorgrav <des@ofug.org>,
	Jake Burkholder <jburkholder0829@home.com>,
	freebsd-current@FreeBSD.ORG, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c  src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s  trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c  kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
Message-ID: <20010214173256.B1587@roaming.cacheboy.net>
References: <xzpbss8c80s.fsf@flood.ping.uio.no> <Pine.NEB.3.96L.1010212093948.87908B-100000@fledge.watson.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <Pine.NEB.3.96L.1010212093948.87908B-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Mon, Feb 12, 2001 at 09:43:24AM -0500
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Mon, Feb 12, 2001, Robert Watson wrote:
> 
> On 12 Feb 2001, Dag-Erling Smorgrav wrote:
> 
> > Jake Burkholder <jburkholder0829@home.com> writes:
> > > As I mentioned in the commit message, this changes the size and layout
> > > of struct kinfo_proc, so you'll have to recompile libkvm-using programs.
> > 
> > I thought the whole point with kinfo_proc was to avoid this kind of
> > situation... 
> 
> It seems to me that kinfo_proc is the wrong solution to a real problem.
> 
> John Baldwin and I briefly discussed, online, an alternative solution that
> breaks out the per-process information into a series of sysctl's.  This
> costs you more in terms of number of calls to retrieve the information, as
> well as introducing non-atomicity that might need to be addressed, but
> allows you to maintain compatibility in many more situations.  It removes
> struct ordering constraints, allows you to happily handle the addition of
> new fields, and when a field is removed or changes size, you know which
> field it is, and your ability to look at other fields is not impacted. 
> Another global sysctl could maintain a list of relevant fields, so you
> could even imagine a process browser that was extensible (especially when
> using base types for the fields, such as int).  kinfo_proc addresses the
> issue that the kernel and userland concepts of a proc diverge due to the
> introduction of kernel-only fields, but doesn't really address issues such
> as ordered elements of the structure changing size. 

.. and extending my last email, here's how I see it:

sysctl is designed for numerical or binary data return
procfs (or any synthetic fs) is designed for text based data return

The trouble here that I see is that people are inventing overly-complex
methods of representing the data when they could just export it in
text format.

Yes, I know all about the problems there are with linux's procps/proctop.
But in my opinion, I'm quite happy to fix the problems in procfs and
attack the speed issues people keep seeing rather than invent an
increasingly complex method of exporting data which isn't "right" yet.

I am also one of those people who see evilnesses in going
take raw data -> generate text -> parse text -> get raw data, but
is this really an interface we need blindingly fast?

(My 2c, I might run off and commit a proof of concept "stat" file to
procfs this week..)



Adrian

-- 
Adrian Chadd			"Programming is like sex:
<adrian@freebsd.org>		   One mistake and you have to support for
				    a lifetime." -- rec.humor.funny



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


From owner-cvs-all  Wed Feb 14 10:19:46 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id E887937B491; Wed, 14 Feb 2001 10:19:33 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1EIJXL86384;
	Wed, 14 Feb 2001 10:19:33 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102141819.f1EIJXL86384@iguana.aciri.org>
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c  src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch
In-Reply-To: <20010214173256.B1587@roaming.cacheboy.net> from Adrian Chadd at "Feb 14, 2001  5:32:56 pm"
To: adrian@FreeBSD.org (Adrian Chadd)
Date: Wed, 14 Feb 2001 10:19:33 -0800 (PST)
Cc: rwatson@FreeBSD.org, des@ofug.org, jburkholder0829@home.com,
	freebsd-current@FreeBSD.org, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> sysctl is designed for numerical or binary data return
> procfs (or any synthetic fs) is designed for text based data return

> The trouble here that I see is that people are inventing overly-complex
> methods of representing the data when they could just export it in
> text format.

what is so special about text ? a FS knows nothing about data format.
Maybe what you mean is that text is "self describing", assuming that
you know more or less what is in it ?

	cheers
	luigi
----------------------------------+-----------------------------------------
 Luigi RIZZO, luigi@iet.unipi.it  . ACIRI/ICSI (on leave from Univ. di Pisa)
 http://www.iet.unipi.it/~luigi/  . 1947 Center St, Berkeley CA 94704
 Phone: (510) 666 2927
----------------------------------+-----------------------------------------


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


From owner-cvs-all  Wed Feb 14 10:46:55 2001
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 70E4637B401; Wed, 14 Feb 2001 10:46:44 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EIkig44097;
	Wed, 14 Feb 2001 10:46:44 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102141846.f1EIkig44097@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Wed, 14 Feb 2001 10:46:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/14 10:46:44 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/contrib chapter.sgml 
  Log:
  Remove an old address of George Reid, I added his new one this morning.
  
  Revision  Changes    Path
  1.372     +1 -5      doc/en_US.ISO_8859-1/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  Wed Feb 14 10:54:42 2001
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 A3B3737B491; Wed, 14 Feb 2001 10:54:38 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EIsc444749;
	Wed, 14 Feb 2001 10:54:38 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102141854.f1EIsc444749@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Wed, 14 Feb 2001 10:54:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/bin/ps keyword.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/14 10:54:36 PST

  Modified files:
    bin/ps               keyword.c 
  Log:
  Do not coredump if no options are supplied.  (ps -o,)
  
  Submitted by: rgrimes
  Obtained from: NetBSD
  
  Revision  Changes    Path
  1.29      +2 -2      src/bin/ps/keyword.c



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


From owner-cvs-all  Wed Feb 14 10:55:41 2001
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 D3B0C37B4EC; Wed, 14 Feb 2001 10:55:31 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EItV344855;
	Wed, 14 Feb 2001 10:55:31 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102141855.f1EItV344855@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Wed, 14 Feb 2001 10:55:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/bin/ps keyword.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/14 10:55:31 PST

  Modified files:        (Branch: RELENG_4)
    bin/ps               keyword.c 
  Log:
  MFC: r1.29, coredump fix.
  
  Revision  Changes    Path
  1.24.2.1  +2 -2      src/bin/ps/keyword.c



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


From owner-cvs-all  Wed Feb 14 11: 2:25 2001
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 AE89137B4EC; Wed, 14 Feb 2001 11:02:19 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJ2J545483;
	Wed, 14 Feb 2001 11:02:19 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102141902.f1EJ2J545483@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:02:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/chinese/xcin25 Makefile distinfo pkg-plist
         ports/chinese/xcin25/files patch-aa patch-af
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/14 11:02:19 PST

  Modified files:
    chinese/xcin25       Makefile distinfo pkg-plist 
    chinese/xcin25/files patch-aa patch-af 
  Log:
  Add chewing module, and bump version.
  
  PR:		ports/25048, ports/25064
  Submitted by:	Kang-ming Liu <gugod@gugod.org>
  
  Revision  Changes    Path
  1.31      +10 -2     ports/chinese/xcin25/Makefile
  1.17      +1 -0      ports/chinese/xcin25/distinfo
  1.16      +6 -0      ports/chinese/xcin25/pkg-plist
  1.8       +0 -1      ports/chinese/xcin25/files/patch-aa
  1.8       +0 -2      ports/chinese/xcin25/files/patch-af



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


From owner-cvs-all  Wed Feb 14 11: 7: 0 2001
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 86AD537B491; Wed, 14 Feb 2001 11:06:57 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJ6vo48096;
	Wed, 14 Feb 2001 11:06:57 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102141906.f1EJ6vo48096@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:06:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/14 11:06:57 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/contrib chapter.sgml 
  Log:
  Add Kang-ming Liu for zh-xcin25.
  
  Revision  Changes    Path
  1.373     +5 -1      doc/en_US.ISO_8859-1/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  Wed Feb 14 11:40:32 2001
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 A6DDF37B491; Wed, 14 Feb 2001 11:40:29 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJeTp51302;
	Wed, 14 Feb 2001 11:40:29 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102141940.f1EJeTp51302@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:40:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-fm/filerunner Makefile ports/x11-fm/filerunner/files
         patch-frcolor patch-frftp
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/14 11:40:29 PST

  Modified files:
    x11-fm/filerunner    Makefile 
  Added files:
    x11-fm/filerunner/files patch-frcolor patch-frftp 
  Log:
  Fix frcolor & frftp's permission.
  
  PR:		ports/25058
  Submitted by:	Andre Goeree <abgoeree@uwnet.nl>
  
  Revision  Changes    Path
  1.24      +4 -2      ports/x11-fm/filerunner/Makefile



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


From owner-cvs-all  Wed Feb 14 11:43:49 2001
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 54B0837B401; Wed, 14 Feb 2001 11:43:42 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJhgE51719;
	Wed, 14 Feb 2001 11:43:42 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102141943.f1EJhgE51719@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:43:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/14 11:43:42 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/contrib chapter.sgml 
  Log:
  Add Andre Goeree for filerunner patch.
  
  Revision  Changes    Path
  1.374     +5 -1      doc/en_US.ISO_8859-1/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  Wed Feb 14 11:47:28 2001
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 6EA8D37B401; Wed, 14 Feb 2001 11:47:25 -0800 (PST)
Received: (from markm@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJlPI52271;
	Wed, 14 Feb 2001 11:47:25 -0800 (PST)
	(envelope-from markm)
Message-Id: <200102141947.f1EJlPI52271@freefall.freebsd.org>
From: Mark Murray <markm@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:47:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkadm5srv
         Makefile src/kerberos5/lib/libkrb5 Makefile
         src/kerberos5/lib/libroken Makefile src/kerberos5/lib/libvers
         Makefile src/kerberos5/usr.sbin/k5stash Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

markm       2001/02/14 11:47:25 PST

  Modified files:
    kerberos5/lib/libkadm5clnt Makefile 
    kerberos5/lib/libkadm5srv Makefile 
    kerberos5/lib/libkrb5 Makefile 
    kerberos5/lib/libroken Makefile 
    kerberos5/lib/libvers Makefile 
    kerberos5/usr.sbin/k5stash Makefile 
  Log:
  Fix build, and make parallel build much more robust.
  
  Revision  Changes    Path
  1.3       +2 -1      src/kerberos5/lib/libkadm5clnt/Makefile
  1.3       +2 -1      src/kerberos5/lib/libkadm5srv/Makefile
  1.6       +3 -2      src/kerberos5/lib/libkrb5/Makefile
  1.5       +1 -2      src/kerberos5/lib/libroken/Makefile
  1.2       +3 -2      src/kerberos5/lib/libvers/Makefile
  1.7       +3 -2      src/kerberos5/usr.sbin/k5stash/Makefile



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


From owner-cvs-all  Wed Feb 14 11:48:59 2001
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 D7F8937B401; Wed, 14 Feb 2001 11:48:51 -0800 (PST)
Received: (from markm@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJmpL52433;
	Wed, 14 Feb 2001 11:48:51 -0800 (PST)
	(envelope-from markm)
Message-Id: <200102141948.f1EJmpL52433@freefall.freebsd.org>
From: Mark Murray <markm@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:48:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src Makefile.inc1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

markm       2001/02/14 11:48:51 PST

  Modified files:
    .                    Makefile.inc1 
  Log:
  Fix make world.
  
  Revision  Changes    Path
  1.188     +2 -3      src/Makefile.inc1



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


From owner-cvs-all  Wed Feb 14 11:50:45 2001
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 A433D37B401; Wed, 14 Feb 2001 11:50:42 -0800 (PST)
Received: (from markm@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJogg52679;
	Wed, 14 Feb 2001 11:50:42 -0800 (PST)
	(envelope-from markm)
Message-Id: <200102141950.f1EJogg52679@freefall.freebsd.org>
From: Mark Murray <markm@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:50:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src Makefile.inc1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

markm       2001/02/14 11:50:42 PST

  Modified files:
    .                    Makefile.inc1 
  Log:
  Previous commit should have read:
  
  Fix "make world" for those folks building world with KRB5
  
  Revision  Changes    Path
  1.189     +1 -1      src/Makefile.inc1



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


From owner-cvs-all  Wed Feb 14 11:54:46 2001
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 C3C4937B491; Wed, 14 Feb 2001 11:54:36 -0800 (PST)
Received: (from markm@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EJsaR53006;
	Wed, 14 Feb 2001 11:54:36 -0800 (PST)
	(envelope-from markm)
Message-Id: <200102141954.f1EJsaR53006@freefall.freebsd.org>
From: Mark Murray <markm@FreeBSD.org>
Date: Wed, 14 Feb 2001 11:54:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/heimdal/lib/roken make-print-version.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

markm       2001/02/14 11:54:36 PST

  Modified files:
    crypto/heimdal/lib/roken make-print-version.c 
  Log:
  Fix a "make world"-breaking inconsistency for those folks making
  a world with both KRB4 and KRB5.
  
  Revision  Changes    Path
  1.2       +6 -4      src/crypto/heimdal/lib/roken/make-print-version.c



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


From owner-cvs-all  Wed Feb 14 12: 9:29 2001
Delivered-To: cvs-all@freebsd.org
Received: from fledge.watson.org (fledge.watson.org [204.156.12.50])
	by hub.freebsd.org (Postfix) with ESMTP
	id D2F1137B4EC; Wed, 14 Feb 2001 12:09:18 -0800 (PST)
Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3])
	by fledge.watson.org (8.11.1/8.11.1) with SMTP id f1EJbrh25210;
	Wed, 14 Feb 2001 14:37:53 -0500 (EST)
	(envelope-from robert@fledge.watson.org)
Date: Wed, 14 Feb 2001 14:37:53 -0500 (EST)
From: Robert Watson <rwatson@FreeBSD.ORG>
X-Sender: robert@fledge.watson.org
To: Adrian Chadd <adrian@FreeBSD.ORG>
Cc: Dag-Erling Smorgrav <des@ofug.org>,
	Jake Burkholder <jburkholder0829@home.com>,
	freebsd-current@FreeBSD.ORG, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c  src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s  trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c  kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ...
In-Reply-To: <20010214171930.A1587@roaming.cacheboy.net>
Message-ID: <Pine.NEB.3.96L.1010214142925.21766B-100000@fledge.watson.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 Wed, 14 Feb 2001, Adrian Chadd wrote:

> *sigh* now, if we had per-file open vnode[1] support, I could quite
> happily solve this by fixing procfs, but people view procfs as bad for
> some reason. 
> 
> [1] Ignore my vagueness in terms here - the general request is to have
>     some form of state mapped back to an open file from the VNOPS. This
>     way at VOP_OPEN() I can populate the file data with some proc info,
>     and then VOP_READ/VOP_WRITE just read from this, rather than the
>     evilness (and non-atomic) way they work right now[2].

I had patches that did a lot of this at one point, although I'd object to
proc info, what you really want is struct file info (that is,
per-open-file information).  The way I handled it was to add an additional
argument to the relevant VOP_ calls that was a cookie reference.  So it
became something on the order of (approximate):

vop_open {
        IN struct vnode *vp;
        IN int mode;
        IN struct ucred *cred;
        IN struct proc *p;
	INOUT void **cookie;
};
...
vop_read {
        IN struct vnode *vp;
        INOUT struct uio *uio;
        IN int ioflag;
        IN struct ucred *cred;
	IN void *cookie;
};
...

And so on.  If VOP_OPEN() was called with a non-null (void *), the cookie
would be filled in by the vnode owner.  Later operations could have the
cookie passed in again for stateful operation, or NULL for stateless. 
struct file had a cookie pointer added to it so that struct file-based
access became stateful.  When stacking file systems, state mapping could
optionally be performed to allow sessions to propagate up and down the
stacked layers as the layer implementers saw fit (either by passing
through the cookie directly, or storing a cookie pointer in their own
cookie). 

If you have it be per-process state, that breaks (a) multiple-opening
where you want to get different sessions and (b) retaining the same
session when using multiple processes (especially when using linux-style
threading).  I didn't play with propagating this down through the device
layer, but if you wanted to do that you'd have to clean up the apropriate
mechanisms to make sure that all open's were symmetric with closes on
vnodes and on devices through the vnode layer.

There are probably problems with this design -- I played with it some, but
it lagged behind -CURRENT substantially after a while, and I don't think I
have that dev tree anymore.  This design does allow the file system to
define statefulness in any form it would like to, storing whatever
information the file sytem implementation thinks is useful.  It could
easily be a pointer to a struct of some sort, an integer, a pid, ..

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services




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


From owner-cvs-all  Wed Feb 14 12:19:10 2001
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 3932B37B401; Wed, 14 Feb 2001 12:19:07 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EKJ7P57966;
	Wed, 14 Feb 2001 12:19:07 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102142019.f1EKJ7P57966@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Wed, 14 Feb 2001 12:19:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/flim-emacs-current Makefile ports/editors/xemacs
         Makefile ports/graphics/gphoto Makefile ports/misc/ezload Makefile
         ports/print/dvi2tty Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/14 12:19:06 PST

  Modified files:
    editors/flim-emacs-current Makefile 
    editors/xemacs       Makefile 
    graphics/gphoto      Makefile 
    misc/ezload          Makefile 
    print/dvi2tty        Makefile 
  Log:
  simple typo fix, remove odd extraneous spaces (^ $)
  
  Revision  Changes    Path
  1.18      +2 -2      ports/editors/flim-emacs-current/Makefile
  1.58      +2 -2      ports/editors/xemacs/Makefile
  1.16      +2 -2      ports/graphics/gphoto/Makefile
  1.6       +3 -3      ports/misc/ezload/Makefile
  1.12      +2 -2      ports/print/dvi2tty/Makefile



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


From owner-cvs-all  Wed Feb 14 12:19:56 2001
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 26A6C37B491; Wed, 14 Feb 2001 12:19:45 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EKJjj58424;
	Wed, 14 Feb 2001 12:19:45 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102142019.f1EKJjj58424@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Wed, 14 Feb 2001 12:19:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/acm Makefile ports/graphics/linux-bmrt
         Makefile ports/japanese/FreeWnn-lib Makefile
         ports/japanese/dbskkd-cdb Makefile ports/java/jdk12-beta Makefile
         ports/java/jsdk Makefile ports/lang/compaq-cc Makefile ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/14 12:19:44 PST

  Modified files:
    games/acm            Makefile 
    graphics/linux-bmrt  Makefile 
    japanese/FreeWnn-lib Makefile 
    japanese/dbskkd-cdb  Makefile 
    java/jdk12-beta      Makefile 
    java/jsdk            Makefile 
    lang/compaq-cc       Makefile 
    lang/gcc-devel       Makefile 
    mail/bulk_mailer     Makefile 
    mail/mew             Makefile 
    mail/wanderlust-emacs Makefile 
    math/PDL             Makefile 
    misc/xtail           Makefile 
    news/t-gnus-emacs20  Makefile 
    print/psutils-letter Makefile 
    security/ssh         Makefile 
    security/sudo        Makefile 
    www/gn               Makefile 
    www/p5-Apache        Makefile 
  Log:
  typo clean up police: \s -> \t
  
  Revision  Changes    Path
  1.25      +3 -3      ports/games/acm/Makefile
  1.6       +7 -7      ports/graphics/linux-bmrt/Makefile
  1.36      +48 -48    ports/japanese/FreeWnn-lib/Makefile
  1.8       +2 -2      ports/japanese/dbskkd-cdb/Makefile
  1.4       +2 -2      ports/java/jdk12-beta/Makefile
  1.10      +9 -9      ports/java/jsdk/Makefile
  1.10      +2 -2      ports/lang/compaq-cc/Makefile
  1.97      +2 -2      ports/lang/gcc-devel/Makefile
  1.12      +2 -2      ports/mail/bulk_mailer/Makefile
  1.28      +4 -4      ports/mail/mew/Makefile
  1.16      +3 -3      ports/mail/wanderlust-emacs/Makefile
  1.12      +2 -2      ports/math/PDL/Makefile
  1.7       +2 -2      ports/misc/xtail/Makefile
  1.3       +2 -2      ports/news/t-gnus-emacs20/Makefile
  1.24      +2 -2      ports/print/psutils-letter/Makefile
  1.111     +4 -4      ports/security/ssh/Makefile
  1.36      +3 -3      ports/security/sudo/Makefile
  1.29      +2 -2      ports/www/gn/Makefile
  1.25      +2 -2      ports/www/p5-Apache/Makefile



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


From owner-cvs-all  Wed Feb 14 12:49:59 2001
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 C075A37B491; Wed, 14 Feb 2001 12:49:54 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EKnsb61836;
	Wed, 14 Feb 2001 12:49:54 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102142049.f1EKnsb61836@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Wed, 14 Feb 2001 12:49:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/compat Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/14 12:49:54 PST

  Modified files:
    lib/compat           Makefile 
  Log:
  Only build the compat libs appropiate for the target machine.
  
  Revision  Changes    Path
  1.10      +9 -1      src/lib/compat/Makefile



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


From owner-cvs-all  Wed Feb 14 12:51: 8 2001
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 A6A8D37B4EC; Wed, 14 Feb 2001 12:51:00 -0800 (PST)
Received: (from okazaki@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EKp0s62090;
	Wed, 14 Feb 2001 12:51:00 -0800 (PST)
	(envelope-from okazaki)
Message-Id: <200102142051.f1EKp0s62090@freefall.freebsd.org>
From: OKAZAKI Tetsurou <okazaki@FreeBSD.org>
Date: Wed, 14 Feb 2001 12:51:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/kdevelop Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

okazaki     2001/02/14 12:51:00 PST

  Modified files:
    devel/kdevelop       Makefile 
  Log:
  Fix a pathname typo in RUN_DEPENDS.
  
  PR:		ports/24915
  Submitted by:	Daemus <daemus@evilcode.com>
  
  Revision  Changes    Path
  1.15      +2 -2      ports/devel/kdevelop/Makefile



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


From owner-cvs-all  Wed Feb 14 12:52:42 2001
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 99F7637B401; Wed, 14 Feb 2001 12:52:39 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EKqdv62482;
	Wed, 14 Feb 2001 12:52:39 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102142052.f1EKqdv62482@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Wed, 14 Feb 2001 12:52:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/gcc-devel Makefile distinfo
         ports/lang/gcc-devel/files patch-fa patch-bc
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/14 12:52:39 PST

  Modified files:
    lang/gcc-devel       Makefile distinfo 
    lang/gcc-devel/files patch-fa 
  Removed files:
    lang/gcc-devel/files patch-bc 
  Log:
  Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.
  
  Revision  Changes    Path
  1.98      +5 -4      ports/lang/gcc-devel/Makefile
  1.51      +5 -5      ports/lang/gcc-devel/distinfo
  1.9       +146 -86   ports/lang/gcc-devel/files/patch-fa



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


From owner-cvs-all  Wed Feb 14 13: 6:12 2001
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 253BA37B401; Wed, 14 Feb 2001 13:06:05 -0800 (PST)
Received: (from okazaki@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EL65v65893;
	Wed, 14 Feb 2001 13:06:05 -0800 (PST)
	(envelope-from okazaki)
Message-Id: <200102142106.f1EL65v65893@freefall.freebsd.org>
From: OKAZAKI Tetsurou <okazaki@FreeBSD.org>
Date: Wed, 14 Feb 2001 13:06:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/afsp pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

okazaki     2001/02/14 13:06:04 PST

  Modified files:
    audio/afsp           pkg-descr 
  Log:
  Update WWW: line.
  
  PR:		ports/25057
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.2       +1 -1      ports/audio/afsp/pkg-descr



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


From owner-cvs-all  Wed Feb 14 13:13: 5 2001
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 65D3037B503; Wed, 14 Feb 2001 13:12:55 -0800 (PST)
Received: (from lioux@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ELCtj66776;
	Wed, 14 Feb 2001 13:12:55 -0800 (PST)
	(envelope-from lioux)
Message-Id: <200102142112.f1ELCtj66776@freefall.freebsd.org>
From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Date: Wed, 14 Feb 2001 13:12:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/java/jdk12-beta Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

lioux       2001/02/14 13:12:55 PST

  Modified files:
    java/jdk12-beta      Makefile 
  Log:
  fix typo:
  
  - the previous replacement of \s+# -> \t\t# triggered
  error "Unassociated shell command #"
  
  Submitted by:	Dan Langille <dan@langille.org>
  
  Revision  Changes    Path
  1.5       +2 -2      ports/java/jdk12-beta/Makefile



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


From owner-cvs-all  Wed Feb 14 13:25:50 2001
Delivered-To: cvs-all@freebsd.org
Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3C6B037B401; Wed, 14 Feb 2001 13:25:37 -0800 (PST)
Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112])
	by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1ELPWg05396;
	Wed, 14 Feb 2001 23:25:32 +0200
Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1])
	by vic.sabbo.net (8.11.2/8.11.2) with ESMTP id f1ELPbm67309;
	Wed, 14 Feb 2001 23:25:37 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
Message-ID: <3A8AF7C6.8E085533@FreeBSD.org>
Date: Wed, 14 Feb 2001 23:25:26 +0200
From: Maxim Sobolev <sobomax@FreeBSD.org>
Organization: Vega International Capital
X-Mailer: Mozilla 4.76 [en] (WinNT; U)
X-Accept-Language: uk,ru,en
MIME-Version: 1.0
To: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/java/jdk12-beta Makefile
References: <200102142112.f1ELCtj66776@freefall.freebsd.org>
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Mario Sergio Fujikawa Ferreira wrote:

> lioux       2001/02/14 13:12:55 PST
>
>   Modified files:
>     java/jdk12-beta      Makefile
>   Log:
>   fix typo:
>
>   - the previous replacement of \s+# -> \t\t# triggered
>   error "Unassociated shell command #"
>
>   Submitted by: Dan Langille <dan@langille.org>

/me pats lioux and strongly suggests him to review regex results before
committing out.

-Maxim



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


From owner-cvs-all  Wed Feb 14 13:27:31 2001
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 87D8837B503; Wed, 14 Feb 2001 13:27:27 -0800 (PST)
Received: (from dannyboy@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ELRRV68470;
	Wed, 14 Feb 2001 13:27:27 -0800 (PST)
	(envelope-from dannyboy)
Message-Id: <200102142127.f1ELRRV68470@freefall.freebsd.org>
From: Daniel Harris <dannyboy@FreeBSD.org>
Date: Wed, 14 Feb 2001 13:27:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dannyboy    2001/02/14 13:27:27 PST

  Modified files:
    en_US.ISO_8859-1/books/handbook/contrib chapter.sgml 
  Log:
  Correct e-mail address for "Soren S. Jorvang" <soren@wheel.dk>.
  
  Revision  Changes    Path
  1.375     +2 -2      doc/en_US.ISO_8859-1/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  Wed Feb 14 13:31:30 2001
Delivered-To: cvs-all@freebsd.org
Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27])
	by hub.freebsd.org (Postfix) with ESMTP
	id DFB0C37B401; Wed, 14 Feb 2001 13:31:16 -0800 (PST)
Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99])
	by ns1.unixathome.org (8.11.1/8.11.1) with ESMTP id f1ELVEo14680;
	Thu, 15 Feb 2001 10:31:15 +1300 (NZDT)
	(envelope-from dan@langille.org)
Message-Id: <200102142131.f1ELVEo14680@ns1.unixathome.org>
From: "Dan Langille" <dan@langille.org>
Organization: novice in training
To: Maxim Sobolev <sobomax@FreeBSD.ORG>
Date: Thu, 15 Feb 2001 10:31:02 +1300
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: cvs commit: ports/java/jdk12-beta Makefile
Reply-To: dan@langille.org
Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
In-reply-to: <3A8AF7C6.8E085533@FreeBSD.org>
X-mailer: Pegasus Mail for Win32 (v3.12c)
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On 14 Feb 2001, at 23:25, Maxim Sobolev wrote:

> Mario Sergio Fujikawa Ferreira wrote:
> 
> > lioux       2001/02/14 13:12:55 PST
> >
> >   Modified files:
> >     java/jdk12-beta      Makefile
> >   Log:
> >   fix typo:
> >
> >   - the previous replacement of \s+# -> \t\t# triggered
> >   error "Unassociated shell command #"
> >
> >   Submitted by: Dan Langille <dan@langille.org>
> 
> /me pats lioux and strongly suggests him to review regex results before
> committing out.

/me pats FreshPorts

--
Dan Langille
pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php


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


From owner-cvs-all  Wed Feb 14 13:33:59 2001
Delivered-To: cvs-all@freebsd.org
Received: from 200-227-201-221-as.acessonet.com.br (200-227-201-221-as.acessonet.com.br [200.227.201.221])
	by hub.freebsd.org (Postfix) with ESMTP id 5991337B491
	for <cvs-all@FreeBSD.org>; Wed, 14 Feb 2001 13:33:42 -0800 (PST)
Received: (qmail 9870 invoked by uid 1001); 14 Feb 2001 21:33:44 -0000
From: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
Date: Wed, 14 Feb 2001 19:33:22 -0200
To: Maxim Sobolev <sobomax@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/java/jdk12-beta Makefile
Message-ID: <20010214193321.A9833@Fedaykin.here>
References: <200102142112.f1ELCtj66776@freefall.freebsd.org> <3A8AF7C6.8E085533@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: <3A8AF7C6.8E085533@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Feb 14, 2001 at 11:25:04PM +0200
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 11:25:04PM +0200, Maxim Sobolev wrote:
> Mario Sergio Fujikawa Ferreira wrote:
> 
> > lioux       2001/02/14 13:12:55 PST
> >
> >   Modified files:
> >     java/jdk12-beta      Makefile
> >   Log:
> >   fix typo:
> >
> >   - the previous replacement of \s+# -> \t\t# triggered
> >   error "Unassociated shell command #"
> >
> >   Submitted by: Dan Langille <dan@langille.org>
> 
> /me pats lioux and strongly suggests him to review regex results before
> committing out.

/me wishes he could do this with regexes. To avoid even extraneous
errors, the detection is regexed but the fixes are hand made. Sigh,

/me will check even more in the future :)

-- 
Mario S F Ferreira - UnB - Brazil - "I guess this is a signature."
lioux at ( freebsd dot org | linf dot unb dot br )
flames to beloved devnull@someotherworldbeloworabove.org


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


From owner-cvs-all  Wed Feb 14 13:46:14 2001
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 F3CEC37B401; Wed, 14 Feb 2001 13:46:07 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ELk7e70407;
	Wed, 14 Feb 2001 13:46:07 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102142146.f1ELk7e70407@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Wed, 14 Feb 2001 13:46:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/sys sigaction.2
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/14 13:46:07 PST

  Modified files:
    lib/libc/sys         sigaction.2 
  Log:
  List the SA_RESTART flag rather than burying it in another paragraph.
  
  Revision  Changes    Path
  1.29      +3 -1      src/lib/libc/sys/sigaction.2



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


From owner-cvs-all  Wed Feb 14 13:56:14 2001
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 C81FF37B684; Wed, 14 Feb 2001 13:56:03 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ELu3G71475;
	Wed, 14 Feb 2001 13:56:03 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102142156.f1ELu3G71475@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Wed, 14 Feb 2001 13:56:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/killall killall.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/14 13:56:03 PST

  Modified files:
    usr.bin/killall      killall.c 
  Log:
  Work around the p_comm[] size limit.  If the user supplies more than
  16 characters, only check the first 16 since that is all the kernel
  records.  This isn't ideal, but it is probably the best we can do.
  Otherwise, "killall communicator-linux-4.76.bin" will not match
  the process as the kernel only records "communicator-lin".
  
  Revision  Changes    Path
  1.11      +2 -2      src/usr.bin/killall/killall.c



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


From owner-cvs-all  Wed Feb 14 14:21:34 2001
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 52F4637B65D; Wed, 14 Feb 2001 14:21:28 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMLSi76296;
	Wed, 14 Feb 2001 14:21:28 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142221.f1EMLSi76296@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:21:28 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile distinfo pkg-plist
         ports/x11-wm/fvwm2-beta/files patch-FvwmM4.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:21:28 PST

  Modified files:
    x11-wm/fvwm2-beta    Makefile distinfo pkg-plist 
  Added files:
    x11-wm/fvwm2-beta/files patch-FvwmM4.c 
  Log:
  o update to 2.3.28.
  o add run/build depends on gm4 to parse config correctly.
  o add WANT_GTK to build gtk module.
  o sort MAN1 variable.
  
  for update:
  PR:		24985
  Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
  for Gtk+ stuff:
  PR:		24908
  Submitted by:	Oyvind Albrigtsen <e-devil@e-devil.org>
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.33      +20 -7     ports/x11-wm/fvwm2-beta/Makefile
  1.15      +1 -1      ports/x11-wm/fvwm2-beta/distinfo
  1.17      +1 -0      ports/x11-wm/fvwm2-beta/pkg-plist



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


From owner-cvs-all  Wed Feb 14 14:21:57 2001
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 2AE7A37B6CC; Wed, 14 Feb 2001 14:21:41 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMLfI76503;
	Wed, 14 Feb 2001 14:21:41 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142221.f1EMLfI76503@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:21:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/krogue Makefile distinfo pkg-plist
         ports/games/krogue/files patch-ab patch-ad patch-ag patch-aj
         patch-an
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:21:41 PST

  Modified files:
    games/krogue         Makefile distinfo pkg-plist 
    games/krogue/files   patch-ab patch-ad patch-ag patch-aj 
  Removed files:
    games/krogue/files   patch-an 
  Log:
  update to 0.9.6.1.
  
  PR:		24818
  Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
  
  Revision  Changes    Path
  1.8       +7 -5      ports/games/krogue/Makefile
  1.2       +1 -1      ports/games/krogue/distinfo
  1.4       +25 -4     ports/games/krogue/pkg-plist
  1.2       +3 -3      ports/games/krogue/files/patch-ab
  1.2       +4 -4      ports/games/krogue/files/patch-ad
  1.2       +3 -10     ports/games/krogue/files/patch-ag
  1.2       +2 -26     ports/games/krogue/files/patch-aj



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


From owner-cvs-all  Wed Feb 14 14:22: 2 2001
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 701DA37B684; Wed, 14 Feb 2001 14:21:33 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMLXG76411;
	Wed, 14 Feb 2001 14:21:33 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142221.f1EMLXG76411@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:21:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/mutt-devel Makefile distinfo pkg-descr
         ports/japanese/mutt-devel/files patch-aa patch-ab patch-ac
         patch-ad patch-ae patch-af patch-ag
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:21:33 PST

  Modified files:
    japanese/mutt-devel  Makefile distinfo pkg-descr 
    japanese/mutt-devel/files patch-aa patch-ab patch-ac patch-ad 
                              patch-ae patch-af patch-ag 
  Log:
  update to 1.3.14i-ja0.
  move WWW.
  
  PR:		24847
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.19      +2 -2      ports/japanese/mutt-devel/Makefile
  1.14      +2 -2      ports/japanese/mutt-devel/distinfo
  1.3       +1 -1      ports/japanese/mutt-devel/pkg-descr
  1.9       +5 -5      ports/japanese/mutt-devel/files/patch-aa
  1.4       +2 -2      ports/japanese/mutt-devel/files/patch-ab
  1.4       +2 -2      ports/japanese/mutt-devel/files/patch-ac
  1.4       +2 -2      ports/japanese/mutt-devel/files/patch-ad
  1.3       +2 -2      ports/japanese/mutt-devel/files/patch-ae
  1.2       +3 -3      ports/japanese/mutt-devel/files/patch-af
  1.2       +3 -3      ports/japanese/mutt-devel/files/patch-ag



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


From owner-cvs-all  Wed Feb 14 14:22:19 2001
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 1F9BE37B698; Wed, 14 Feb 2001 14:21:50 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMLoJ76576;
	Wed, 14 Feb 2001 14:21:50 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142221.f1EMLoJ76576@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:21:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/ksamba Makefile distinfo pkg-descr pkg-plist
         ports/net/ksamba/files patch-ac patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:21:50 PST

  Modified files:
    net/ksamba           Makefile distinfo pkg-descr pkg-plist 
  Added files:
    net/ksamba/files     patch-ac patch-ad 
  Log:
  update to 0.3.4.
  
  PR:		24877
  Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
  
  Revision  Changes    Path
  1.16      +18 -11    ports/net/ksamba/Makefile
  1.2       +1 -1      ports/net/ksamba/distinfo
  1.2       +2 -0      ports/net/ksamba/pkg-descr
  1.2       +8 -7      ports/net/ksamba/pkg-plist



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


From owner-cvs-all  Wed Feb 14 14:22:27 2001
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 7BCE337B6C2; Wed, 14 Feb 2001 14:22:00 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMM0v76679;
	Wed, 14 Feb 2001 14:22:00 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142222.f1EMM0v76679@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:22:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-toolkits/open-motif pkg-plist ports/x11-toolkits/open-motif/files
         patch-config-cf-Imake.tmpl patch-FreeBSD.cf
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:21:59 PST

  Modified files:
    x11-toolkits/open-motif pkg-plist 
    x11-toolkits/open-motif/files patch-FreeBSD.cf 
  Added files:
    x11-toolkits/open-motif/files patch-config-cf-Imake.tmpl 
  Log:
  o respect CFLAGS.
  o use /usr/bin/cpp instead of /usr/libexec/cpp.
  o support NOPORTDOCS.
  
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.9       +5 -5      ports/x11-toolkits/open-motif/pkg-plist
  1.2       +22 -6     ports/x11-toolkits/open-motif/files/patch-FreeBSD.cf



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


From owner-cvs-all  Wed Feb 14 14:22:37 2001
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 9D61937B69D; Wed, 14 Feb 2001 14:22:26 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMMQ176902;
	Wed, 14 Feb 2001 14:22:26 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142222.f1EMMQ176902@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:22:26 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/tkrat Makefile pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:22:26 PST

  Modified files:
    mail/tkrat           Makefile pkg-descr pkg-plist 
  Log:
  o use cclient instead of imap-uw.
  o change maintainer.
  o add WWW.
  
  PR:		24904
  Submitted by:	Pete Fritchman <petef@databits.net>
  
  Revision  Changes    Path
  1.24      +3 -3      ports/mail/tkrat/Makefile
  1.2       +5 -0      ports/mail/tkrat/pkg-descr
  1.4       +7 -7      ports/mail/tkrat/pkg-plist



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


From owner-cvs-all  Wed Feb 14 14:22:42 2001
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 1824737B6EB; Wed, 14 Feb 2001 14:22:35 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMMZa76983;
	Wed, 14 Feb 2001 14:22:35 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142222.f1EMMZa76983@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:22:35 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/chinese/rxvt Makefile distinfo pkg-plist
         ports/chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in
         patch-doc::Makefile.in patch-src::Makefile.in patch-aa patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:22:35 PST

  Modified files:
    chinese/rxvt         Makefile distinfo pkg-plist 
  Added files:
    chinese/rxvt/files   patch-Makefile.in 
                         patch-autoconf::config.h.in 
                         patch-doc::Makefile.in 
                         patch-src::Makefile.in 
  Removed files:
    chinese/rxvt/files   patch-aa patch-ab 
  Log:
  o update to 2.7.5.
  o change maintainer.
  
  PR:		24870
  Submitted by:	maintainer
  
  add USE_LIBTOOL and --enable-shared to install shared library.
  
  Revision  Changes    Path
  1.20      +14 -12    ports/chinese/rxvt/Makefile
  1.11      +1 -2      ports/chinese/rxvt/distinfo
  1.5       +3 -0      ports/chinese/rxvt/pkg-plist



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


From owner-cvs-all  Wed Feb 14 14:22:44 2001
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 96DF137B6D5; Wed, 14 Feb 2001 14:22:17 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMMHZ76796;
	Wed, 14 Feb 2001 14:22:17 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142222.f1EMMHZ76796@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:22:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/rocksndiamonds Makefile distinfo pkg-plist
         ports/games/rocksndiamonds/files patch-ab patch-ad patch-ae
         patch-ag
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 14:22:15 PST

  Modified files:
    games/rocksndiamonds Makefile distinfo pkg-plist 
    games/rocksndiamonds/files patch-ab patch-ad patch-ae patch-ag 
  Log:
  o update to 2.0.0.
  o add SDL support.
  
  PR:		24731
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.11      +15 -9     ports/games/rocksndiamonds/Makefile
  1.4       +1 -2      ports/games/rocksndiamonds/distinfo
  1.3       +0 -7      ports/games/rocksndiamonds/pkg-plist
  1.3       +9 -9      ports/games/rocksndiamonds/files/patch-ab
  1.2       +9 -9      ports/games/rocksndiamonds/files/patch-ad
  1.2       +5 -5      ports/games/rocksndiamonds/files/patch-ae
  1.2       +9 -9      ports/games/rocksndiamonds/files/patch-ag



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


From owner-cvs-all  Wed Feb 14 14:50:29 2001
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 DB1D037B4EC; Wed, 14 Feb 2001 14:50:26 -0800 (PST)
Received: (from kuriyama@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EMoP580644;
	Wed, 14 Feb 2001 14:50:25 -0800 (PST)
	(envelope-from kuriyama)
Message-Id: <200102142250.f1EMoP580644@freefall.freebsd.org>
From: Jun Kuriyama <kuriyama@FreeBSD.org>
Date: Wed, 14 Feb 2001 14:50:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/palm/pilot-link Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kuriyama    2001/02/14 14:50:25 PST

  Modified files:
    palm/pilot-link      Makefile 
  Log:
  - Add write permission at post-patch stage to be able to build
    by non-root users.
  - Remove -O flag from CFLAGS due to c++'s optimization bug.
  
  Approved by:	maintainer
  Requested by:	hanai
  
  Revision  Changes    Path
  1.43      +9 -2      ports/palm/pilot-link/Makefile



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


From owner-cvs-all  Wed Feb 14 14:59:21 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id BA23637B4EC; Wed, 14 Feb 2001 14:59:12 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1EMx2U76855;
	Thu, 15 Feb 2001 01:59:02 +0300 (MSK)
	(envelope-from ache)
Date: Thu, 15 Feb 2001 01:59:01 +0300
From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru>
To: Alexey Zelkin <phantom@cris.crimea.ua>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/locale ldpart.c ldpart.h
Message-ID: <20010215015901.A76630@nagual.pp.ru>
References: <000e01c09686$8b6e0040$ce8f6ed4@spider.cris.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <000e01c09686$8b6e0040$ce8f6ed4@spider.cris.net>; from phantom@cris.crimea.ua on Wed, Feb 14, 2001 at 04:02:53PM +0300
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 16:02:53 +0300, Alexey Zelkin wrote:
> It's not such simple as you propose. First of all, num_lines check should be
> located
> before code which fills internal structures (i.e. before set_from_buf()
> call).

Yes, you need to read whole file first then parse it to struct according
to calculated num_lines, then free temp buf.

> IMHO, both variants are just overheads and includes a lot of unneeded code
> to libc. I think we don't

There is no overheads in that, just separation.

> need such changes until we really need them. BTW, I don't propose to add
> __part_load_locale()
> calls to libc anymore because it's already used in all places there I
> proposed to use it. Also __part_load_locale() is libc internal function and
> will not be used in any external programs.
> Logicaly next step is optimization and not universalization, isn't it ?

Currently yes, but in my memory LC_TIME locale grows several times, so
planned again too. At this moment I am unhappy with our %Ef solution
because it is non-standard. I am unhappy with our %c solution too. I think
it should be rewritted somehow when standard bodies got acceptable
workarounds.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Wed Feb 14 15: 4:50 2001
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 5391637B401; Wed, 14 Feb 2001 15:04:45 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1EN4ji81594;
	Wed, 14 Feb 2001 15:04:45 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102142304.f1EN4ji81594@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:04:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/elm+ME Makefile ports/mail/elm+ME/files
         patch-ag
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/14 15:04:44 PST

  Modified files:
    mail/elm+ME          Makefile 
    mail/elm+ME/files    patch-ag 
  Log:
  setgid -> setegid patch second stage.
  
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.66      +6 -3      ports/mail/elm+ME/Makefile
  1.2       +12 -12    ports/mail/elm+ME/files/patch-ag



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


From owner-cvs-all  Wed Feb 14 15:29:51 2001
Delivered-To: cvs-all@freebsd.org
Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6268B37B401; Wed, 14 Feb 2001 15:29:44 -0800 (PST)
Received: (from ache@localhost)
	by nagual.pp.ru (8.11.2/8.11.2) id f1ENTgh77234;
	Thu, 15 Feb 2001 02:29:42 +0300 (MSK)
	(envelope-from ache)
Date: Thu, 15 Feb 2001 02:29:39 +0300
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
To: FUJISHIMA Satsuki <sf@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: ports/mail/elm+ME Makefile ports/mail/elm+ME/files patch-ag
Message-ID: <20010215022938.B76630@nagual.pp.ru>
References: <200102142304.f1EN4ji81594@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: <200102142304.f1EN4ji81594@freefall.freebsd.org>; from sf@FreeBSD.org on Wed, Feb 14, 2001 at 03:04:44PM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Wed, Feb 14, 2001 at 15:04:44 -0800, FUJISHIMA Satsuki wrote:
> sf          2001/02/14 15:04:44 PST
> 
>   Modified files:
>     mail/elm+ME          Makefile 
>     mail/elm+ME/files    patch-ag 
>   Log:
>   setgid -> setegid patch second stage.

There is no needs in this patches at all, as elm+ME developer says too,
just add correct assumption to pre-configure that setuid/gid is not
POSIX_SAVE_IDS capable.

-- 
Andrey A. Chernov
http://ache.pp.ru/


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


From owner-cvs-all  Wed Feb 14 15:30:11 2001
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 C117F37B491; Wed, 14 Feb 2001 15:30:01 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENU1b85935;
	Wed, 14 Feb 2001 15:30:01 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102142330.f1ENU1b85935@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:30:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/build stage1
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 15:30:01 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/build stage1 
  Log:
  Rearrange the script so that a copy of the floppy.tree can
  also be stored into the mfsroot image at /fd , which is also
  used as a mountpoint for the floppy. This way, the initial
  /etc/rc script can try to mount a floppy, and even if it fails
  you will find some useful stuff there.
  
  This lets you boot a picobsd /kernel over NFS using etherboot
  or perhaps pxeboot.
  
  The copy is controlled by a variable at the beginning of the script,
  depending on what you place there the space overhead is very
  limited (and potentially you can save something).
  
  Revision   Changes    Path
  1.17.2.10  +38 -49    src/release/picobsd/build/stage1



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


From owner-cvs-all  Wed Feb 14 15:31: 6 2001
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 7E7ED37B491; Wed, 14 Feb 2001 15:31:03 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENV3R86036;
	Wed, 14 Feb 2001 15:31:03 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102142331.f1ENV3R86036@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:31:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/floppy.tree/etc profile
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 15:31:03 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/floppy.tree/etc profile 
  Log:
  enable command line editing
  
  Revision  Changes    Path
  1.1.4.1   +1 -0      src/release/picobsd/floppy.tree/etc/profile



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


From owner-cvs-all  Wed Feb 14 15:32:54 2001
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 6680C37B401; Wed, 14 Feb 2001 15:32:52 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENWqj86313;
	Wed, 14 Feb 2001 15:32:52 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102142332.f1ENWqj86313@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:32:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/floppy.tree boot.config kernel.config
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 15:32:52 PST

  Removed files:         (Branch: RELENG_4)
    release/picobsd/floppy.tree boot.config kernel.config 
  Log:
  now that the loader is not used anymore these two files are useless.



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


From owner-cvs-all  Wed Feb 14 15:34:55 2001
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 4896D37B401; Wed, 14 Feb 2001 15:34:45 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENYjC86623;
	Wed, 14 Feb 2001 15:34:45 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102142334.f1ENYjC86623@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:34:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/msgdef el_GR.ISO_8859-7.src
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/14 15:34:45 PST

  Modified files:
    share/msgdef         el_GR.ISO_8859-7.src 
  Log:
  Add {yes,no}str translations
  
  Submitted by:	Panagiotis Astithas <past@netmode.ntua.gr>
  
  Revision  Changes    Path
  1.2       +4 -0      src/share/msgdef/el_GR.ISO_8859-7.src



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


From owner-cvs-all  Wed Feb 14 15:35:21 2001
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 6B4EE37B401; Wed, 14 Feb 2001 15:35:11 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENZBM86707;
	Wed, 14 Feb 2001 15:35:11 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102142335.f1ENZBM86707@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:35:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/mfs_tree/etc rc
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 15:35:11 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/mfs_tree/etc rc 
  Log:
  mount floppy over /fd, so that in case the mount fails we might
  still find some useful files in that place.
  Remove files which have a matching compressed one (or gunzip complains).
  
  Revision  Changes    Path
  1.2.2.2   +10 -7     src/release/picobsd/mfs_tree/etc/rc



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


From owner-cvs-all  Wed Feb 14 15:41:35 2001
Delivered-To: cvs-all@freebsd.org
Received: from harmony.village.org (rover.village.org [204.144.255.66])
	by hub.freebsd.org (Postfix) with ESMTP
	id AF9F837B401; Wed, 14 Feb 2001 15:41:30 -0800 (PST)
Received: from harmony.village.org (localhost.village.org [127.0.0.1])
	by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1ENfMW41367;
	Wed, 14 Feb 2001 16:41:22 -0700 (MST)
	(envelope-from imp@harmony.village.org)
Message-Id: <200102142341.f1ENfMW41367@harmony.village.org>
To: "Andrey A. Chernov" <ache@nagual.pp.ru>
Subject: Re: cvs commit: ports/mail/elm+ME Makefile ports/mail/elm+ME/files patch-ag 
Cc: FUJISHIMA Satsuki <sf@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-reply-to: Your message of "Thu, 15 Feb 2001 02:29:39 +0300."
		<20010215022938.B76630@nagual.pp.ru> 
References: <20010215022938.B76630@nagual.pp.ru>  <200102142304.f1EN4ji81594@freefall.freebsd.org> 
Date: Wed, 14 Feb 2001 16:41:22 -0700
From: Warner Losh <imp@harmony.village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <20010215022938.B76630@nagual.pp.ru> "Andrey A. Chernov" writes:
: There is no needs in this patches at all, as elm+ME developer says too,
: just add correct assumption to pre-configure that setuid/gid is not
: POSIX_SAVE_IDS capable.

FreeBSD doesn't implement POSIX_SAVED_IDS, so it doesn't define that
#define.  Maybe you can key off that.

Warner


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


From owner-cvs-all  Wed Feb 14 15:44:14 2001
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 F140637B401; Wed, 14 Feb 2001 15:44:08 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENi8487357;
	Wed, 14 Feb 2001 15:44:08 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102142344.f1ENi8487357@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:44:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/floppy.tree/etc disktab gettytab
         group login.conf protocols rc.network rc.serial remote services
         shells termcap
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 15:44:06 PST

  Removed files:         (Branch: RELENG_4)
    release/picobsd/floppy.tree/etc disktab gettytab group 
                                    login.conf protocols 
                                    rc.network rc.serial remote 
                                    services shells termcap 
  Log:
  It is better to have these files to mfs_tree, as they are likely
  to be unaltered in most installations.



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


From owner-cvs-all  Wed Feb 14 15:47:12 2001
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 31B7C37B503; Wed, 14 Feb 2001 15:47:04 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1ENl2Y87599;
	Wed, 14 Feb 2001 15:47:02 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102142347.f1ENl2Y87599@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 15:47:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/mfs_tree/etc disktab gettytab
         group protocols rc.network rc.serial remote services shells
         termcap login.conf
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 15:47:02 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/mfs_tree/etc login.conf 
  Added files:           (Branch: RELENG_4)
    release/picobsd/mfs_tree/etc disktab gettytab group protocols 
                                 rc.network rc.serial remote 
                                 services shells termcap 
  Log:
  New files from floppy.tree
  
  Revision  Changes    Path
  1.1.4.2   +62 -6     src/release/picobsd/mfs_tree/etc/login.conf



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


From owner-cvs-all  Wed Feb 14 16: 6:58 2001
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 189B037B491; Wed, 14 Feb 2001 16:06:53 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1F06rW91106;
	Wed, 14 Feb 2001 16:06:53 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102150006.f1F06rW91106@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Wed, 14 Feb 2001 16:06:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/tinyware/ns ns.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/14 16:06:52 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/tinyware/ns ns.c 
  Log:
  MFC: do not enter an infinite loop with /32 routes, and
  support a dummy flag (-n) for compatibility with standard
  netstat.
  
  Revision  Changes    Path
  1.8.2.2   +12 -7     src/release/picobsd/tinyware/ns/ns.c



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


From owner-cvs-all  Wed Feb 14 17:34:41 2001
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 80F7137B401; Wed, 14 Feb 2001 17:34:36 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1F1YaQ01710;
	Wed, 14 Feb 2001 17:34:36 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102150134.f1F1YaQ01710@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Wed, 14 Feb 2001 17:34:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/p5-MP3-Info Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/14 17:34:36 PST

  Modified files:
    audio/p5-MP3-Info    Makefile distinfo 
  Log:
  Upgrade to version 0.91
  
  Approved by: MAINTAINER
  
  Revision  Changes    Path
  1.2       +5 -6      ports/audio/p5-MP3-Info/Makefile
  1.2       +1 -1      ports/audio/p5-MP3-Info/distinfo



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


From owner-cvs-all  Wed Feb 14 17:34:54 2001
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 71FAC37B491; Wed, 14 Feb 2001 17:34:37 -0800 (PST)
Received: (from peter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1F1Ybl01737;
	Wed, 14 Feb 2001 17:34:37 -0800 (PST)
	(envelope-from peter)
Message-Id: <200102150134.f1F1Ybl01737@freefall.freebsd.org>
From: Peter Wemm <peter@FreeBSD.org>
Date: Wed, 14 Feb 2001 17:34:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc crontab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

peter       2001/02/14 17:34:37 PST

  Modified files:
    etc                  crontab 
  Log:
  Manually run /usr/sbin/sendmail -q once a day.  Folks seem to be too
  trigger happy and turn off sendmail_enable entirely (instead of setting
  sendmail_flags to -q30m instead).  I have seen boxes with things like daily
  run reports that have sat in mailq for 5 months.  Since /usr/sbin/sendmail
  is actually mailwrapper, this should be safe for the other plugins that
  provide the sendmail calling interface.
  
  Revision  Changes    Path
  1.30      +5 -1      src/etc/crontab



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


From owner-cvs-all  Wed Feb 14 23:48:34 2001
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 5FB0B37B401; Wed, 14 Feb 2001 23:48:29 -0800 (PST)
Received: (from grog@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1F7mTK65252;
	Wed, 14 Feb 2001 23:48:29 -0800 (PST)
	(envelope-from grog)
Message-Id: <200102150748.f1F7mTK65252@freefall.freebsd.org>
From: Greg Lehey <grog@FreeBSD.org>
Date: Wed, 14 Feb 2001 23:48:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/rogue/USD.doc rogue.me
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

grog        2001/02/14 23:48:29 PST

  Modified files:
    games/rogue/USD.doc  rogue.me 
  Log:
  Correct typo.
  
  Submitted by:	"James and Amanda" <jhar2gthr@yahoo.com> (well, ~James, anyway).
  
  Of necessity add $FreeBSD$.
  
  Required by:	Precommit checks.
  
  Revision  Changes    Path
  1.2       +2 -1      src/games/rogue/USD.doc/rogue.me



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


From owner-cvs-all  Thu Feb 15  0:36:27 2001
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 BC04B37B401; Thu, 15 Feb 2001 00:36:21 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1F8aLl73080;
	Thu, 15 Feb 2001 00:36:21 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102150836.f1F8aLl73080@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Feb 2001 00:36:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/ipfw ipfw.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/15 00:36:21 PST

  Modified files:
    sbin/ipfw            ipfw.8 
  Log:
  mdoc(7) police: normalize the construct.
  
  Revision  Changes    Path
  1.80      +2 -6      src/sbin/ipfw/ipfw.8



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


From owner-cvs-all  Thu Feb 15  1:38:39 2001
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 8D4F937B491; Thu, 15 Feb 2001 01:38:33 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1F9cXn81190;
	Thu, 15 Feb 2001 01:38:33 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102150938.f1F9cXn81190@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Thu, 15 Feb 2001 01:38:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/fetchmail distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

roam        2001/02/15 01:38:33 PST

  Modified files:
    mail/fetchmail       distinfo 
  Log:
  Chase the checksum - yes, the tarball was rerolled.
  A non-reachable exit() call was removed from the end of main(),
  and the version number information was updated in the .lsm file.
  
  Noticed by:	Steve Watt, Mike Harding, Ville Eerola, probably others, too
  
  Revision  Changes    Path
  1.96      +1 -1      ports/mail/fetchmail/distinfo



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


From owner-cvs-all  Thu Feb 15  2:20:11 2001
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 7ACBF37B401; Thu, 15 Feb 2001 02:20:09 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FAK9b88509;
	Thu, 15 Feb 2001 02:20:09 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151020.f1FAK9b88509@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 02:20:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim6 pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 02:20:09 PST

  Modified files:
    editors/vim6         pkg-plist 
  Log:
  Fix plist due to some 'U' changes I missed.
  
  Revision  Changes    Path
  1.35      +12 -15    ports/editors/vim6/pkg-plist



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


From owner-cvs-all  Thu Feb 15  2:34:48 2001
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 C03EF37B401; Thu, 15 Feb 2001 02:34:43 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FAYhF90021;
	Thu, 15 Feb 2001 02:34:43 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102151034.f1FAYhF90021@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Feb 2001 02:34:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/mtree BSD.local.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/15 02:34:43 PST

  Modified files:
    etc/mtree            BSD.local.dist 
  Log:
  Fixed the fatal (missing "..").
  
  Pointy hat to:	asmodai
  
  Revision  Changes    Path
  1.66      +2 -1      src/etc/mtree/BSD.local.dist



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


From owner-cvs-all  Thu Feb 15  2:36: 5 2001
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 0869A37B401; Thu, 15 Feb 2001 02:35:56 -0800 (PST)
Received: (from ume@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FAZuL90325;
	Thu, 15 Feb 2001 02:35:56 -0800 (PST)
	(envelope-from ume)
Message-Id: <200102151035.f1FAZuL90325@freefall.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Thu, 15 Feb 2001 02:35:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/include netdb.h src/lib/libc/net getnameinfo.c
         src/sys/alpha/include ansi.h src/sys/arm/include ansi.h
         src/sys/i386/include ansi.h src/sys/ia64/include ansi.h
         src/sys/powerpc/include ansi.h src/sys/sys socket.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ume         2001/02/15 02:35:55 PST

  Modified files:
    include              netdb.h 
    lib/libc/net         getnameinfo.c 
    sys/alpha/include    ansi.h 
    sys/arm/include      ansi.h 
    sys/i386/include     ansi.h 
    sys/ia64/include     ansi.h 
    sys/powerpc/include  ansi.h 
    sys/sys              socket.h 
  Log:
  Correct 2nd argument of getnameinfo(3) to socklen_t.
  
  Reviewed by:	itojun
  
  Revision  Changes    Path
  1.16      +16 -3     src/include/netdb.h
  1.7       +2 -2      src/lib/libc/net/getnameinfo.c
  1.11      +2 -1      src/sys/alpha/include/ansi.h
  1.3       +2 -1      src/sys/arm/include/ansi.h
  1.20      +2 -1      src/sys/i386/include/ansi.h
  1.5       +2 -1      src/sys/ia64/include/ansi.h
  1.3       +2 -1      src/sys/powerpc/include/ansi.h
  1.48      +7 -2      src/sys/sys/socket.h



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


From owner-cvs-all  Thu Feb 15  2:50:24 2001
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 AA42D37B401; Thu, 15 Feb 2001 02:50:18 -0800 (PST)
Received: (from sheldonh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FAoIx91900;
	Thu, 15 Feb 2001 02:50:18 -0800 (PST)
	(envelope-from sheldonh)
Message-Id: <200102151050.f1FAoIx91900@freefall.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Thu, 15 Feb 2001 02:50:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_perl Makefile ports/www/mod_perl/files
         patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sheldonh    2001/02/15 02:50:18 PST

  Modified files:
    www/mod_perl         Makefile 
  Added files:
    www/mod_perl/files   patch-aa 
  Log:
  Fix PREFIX-clean breakage for libperl.so by breaking out its
  installation from the mod_perl MakeMaker mess into the port's Makefile.
  
  This port is now PREFIX-clean.
  
  Revision  Changes    Path
  1.12      +2 -1      ports/www/mod_perl/Makefile



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


From owner-cvs-all  Thu Feb 15  2:58: 9 2001
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 1E5EF37B4EC; Thu, 15 Feb 2001 02:58:02 -0800 (PST)
Received: (from sheldonh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FAw2A92522;
	Thu, 15 Feb 2001 02:58:02 -0800 (PST)
	(envelope-from sheldonh)
Message-Id: <200102151058.f1FAw2A92522@freefall.freebsd.org>
From: Sheldon Hearn <sheldonh@FreeBSD.org>
Date: Thu, 15 Feb 2001 02:58:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_perl pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sheldonh    2001/02/15 02:58:02 PST

  Modified files:
    www/mod_perl         pkg-plist 
  Log:
  Do not attempt to remove .../include/apache, which belongs to the Apache
  port.  By all means, try to remove .../include/apache/modules and
  .../include/apache/perl, since we may be the only owner of those, but
  we're never going to successfully remove a directory that a port that we
  depend on populates!
  
  Revision  Changes    Path
  1.6       +0 -1      ports/www/mod_perl/pkg-plist



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


From owner-cvs-all  Thu Feb 15  3:26:48 2001
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 DEF1E37B401; Thu, 15 Feb 2001 03:26:39 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FBQd597379;
	Thu, 15 Feb 2001 03:26:39 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151126.f1FBQd597379@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 03:26:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim5 Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 03:26:39 PST

  Modified files:
    editors/vim5         Makefile distinfo 
  Log:
  Update Vim 5.7 to patchlevel 24.
  
  Revision  Changes    Path
  1.97      +3 -3      ports/editors/vim5/Makefile
  1.54      +2 -0      ports/editors/vim5/distinfo



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


From owner-cvs-all  Thu Feb 15  3:29:34 2001
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 38FE537B401; Thu, 15 Feb 2001 03:29:24 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FBTOe97800;
	Thu, 15 Feb 2001 03:29:24 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151129.f1FBTOe97800@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 03:29:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim6 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 03:29:24 PST

  Modified files:
    editors/vim6         Makefile 
  Log:
  What in the world is "SLAVEDIR" doing in here??  `vim-lite' is NOT a slave
  for this port, it is for the `vim5' port.  YET another reason why changes
  like this should go thru the maintainer if he is active.
  
  Craziness by:	mharo
  
  Revision  Changes    Path
  1.103     +1 -3      ports/editors/vim6/Makefile



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


From owner-cvs-all  Thu Feb 15  3:31:46 2001
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 EAF0437B4EC; Thu, 15 Feb 2001 03:31:39 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FBVda98000;
	Thu, 15 Feb 2001 03:31:39 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102151131.f1FBVda98000@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Thu, 15 Feb 2001 03:31:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/15 03:31:39 PST

  Modified files:
    security/uvscan-dat  Makefile distinfo 
  Log:
  Update to 4122 virus definitions.
  
  Revision  Changes    Path
  1.14      +2 -2      ports/security/uvscan-dat/Makefile
  1.14      +1 -1      ports/security/uvscan-dat/distinfo



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


From owner-cvs-all  Thu Feb 15  3:35:59 2001
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 C121637B4EC; Thu, 15 Feb 2001 03:35:55 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FBZt798414;
	Thu, 15 Feb 2001 03:35:55 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151135.f1FBZt798414@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 03:35:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys kthread.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 03:35:55 PST

  Modified files:
    sys/sys              kthread.h 
  Log:
  Include <sys/cdefs.h> so that this file is self-sufficient.
  
  Protect hand-formatted comments from indent(1).  Don't bogusly forward-
  declare `struct proc'.  Fixed some other style bugs.
  
  Revision  Changes    Path
  1.5       +10 -10    src/sys/sys/kthread.h



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


From owner-cvs-all  Thu Feb 15  3:47:39 2001
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 5D89D37B401; Thu, 15 Feb 2001 03:47:33 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FBlXY99711;
	Thu, 15 Feb 2001 03:47:33 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151147.f1FBlXY99711@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 03:47:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 DELAY.9 atomic.9 devtoname.9
         get_cyclecounter.9 mbuf.9 sbuf.9 swi.9 sysctl_ctx_init.9 zone.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 03:47:32 PST

  Modified files:
    share/man/man9       DELAY.9 atomic.9 devtoname.9 
                         get_cyclecounter.9 mbuf.9 sbuf.9 swi.9 
                         sysctl_ctx_init.9 zone.9 
  Log:
  Fixed missing and/or wrong and/or extra includes in synopsis.
  
  Revision  Changes    Path
  1.2       +3 -2      src/share/man/man9/DELAY.9
  1.3       +2 -1      src/share/man/man9/atomic.9
  1.4       +2 -2      src/share/man/man9/devtoname.9
  1.3       +2 -2      src/share/man/man9/get_cyclecounter.9
  1.9       +2 -2      src/share/man/man9/mbuf.9
  1.4       +2 -1      src/share/man/man9/sbuf.9
  1.5       +2 -1      src/share/man/man9/swi.9
  1.5       +2 -1      src/share/man/man9/sysctl_ctx_init.9
  1.3       +2 -2      src/share/man/man9/zone.9



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


From owner-cvs-all  Thu Feb 15  3:53:38 2001
Delivered-To: cvs-all@freebsd.org
Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5A24F37B401; Thu, 15 Feb 2001 03:53:25 -0800 (PST)
Received: (from jhay@localhost)
	by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f1FBrG813694;
	Thu, 15 Feb 2001 13:53:16 +0200 (SAT)
	(envelope-from jhay)
From: John Hay <jhay@icomtek.csir.co.za>
Message-Id: <200102151153.f1FBrG813694@zibbi.icomtek.csir.co.za>
Subject: Re: cvs commit: src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkadm5srv         Makefile src/kerberos5/lib/libkrb5 Mak
In-Reply-To: <200102141947.f1EJlPI52271@freefall.freebsd.org> from Mark Murray at "Feb 14, 2001 11:47:25 am"
To: markm@FreeBSD.org (Mark Murray)
Date: Thu, 15 Feb 2001 13:53:16 +0200 (SAT)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL54 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> markm       2001/02/14 11:47:25 PST
> 
>   Modified files:
>     kerberos5/lib/libkadm5clnt Makefile 
>     kerberos5/lib/libkadm5srv Makefile 
>     kerberos5/lib/libkrb5 Makefile 
>     kerberos5/lib/libroken Makefile 
>     kerberos5/lib/libvers Makefile 
>     kerberos5/usr.sbin/k5stash Makefile 
>   Log:
>   Fix build, and make parallel build much more robust.

It looks like some more magic is needed because a "make release" still
dies here with:

cd /usr/src/kerberos5/lib/libsl; make _EXTRADEPEND
===> lib/libgssapi
rm -f .depend
mkdep -f .depend -a    -I/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimda
l/lib/gssapi -I/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5
 -I/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/asn1 -I/usr/src/
kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/roken -I/usr/src/kerberos5/l
ib/libgssapi/../../../crypto/heimdal/lib/des -I/usr/src/kerberos5/lib/libgssapi/
../../../crypto/heimdal/include -I/usr/obj/usr/src/kerberos5/lib/libgssapi/../..
/lib/libasn1 -I/usr/src/kerberos5/lib/libgssapi/../../include -I/usr/src/kerbero
s5/lib/libgssapi/../../include -DHAVE_CONFIG_H -DINET6  /usr/src/kerberos5/lib/l
ibgssapi/../../../crypto/heimdal/lib/gssapi/8003.c /usr/src/kerberos5/lib/libgss
api/../../../crypto/heimdal/lib/gssapi/accept_sec_context.c /usr/src/kerberos5/l
ib/libgssapi/../../../crypto/heimdal/lib/gssapi/acquire_cred.c /usr/src/kerberos
5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/add_oid_set_member.c /usr/src
/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/canonicalize_name.c 
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/compare_name
.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/context_t
ime.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/copy_c
cache.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/crea
te_emtpy_oid_set.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/
gssapi/decapsulate.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/li
b/gssapi/delete_sec_context.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/display_name.c /usr/src/kerberos5/lib/libgssapi/../../../crypt
o/heimdal/lib/gssapi/display_status.c /usr/src/kerberos5/lib/libgssapi/../../../
crypto/heimdal/lib/gssapi/duplicate_name.c /usr/src/kerberos5/lib/libgssapi/../.
./../crypto/heimdal/lib/gssapi/encapsulate.c /usr/src/kerberos5/lib/libgssapi/..
/../../crypto/heimdal/lib/gssapi/export_sec_context.c /usr/src/kerberos5/lib/lib
gssapi/../../../crypto/heimdal/lib/gssapi/export_name.c /usr/src/kerberos5/lib/l
ibgssapi/../../../crypto/heimdal/lib/gssapi/external.c /usr/src/kerberos5/lib/li
bgssapi/../../../crypto/heimdal/lib/gssapi/get_mic.c /usr/src/kerberos5/lib/libg
ssapi/../../../crypto/heimdal/lib/gssapi/import_name.c /usr/src/kerberos5/lib/li
bgssapi/../../../crypto/heimdal/lib/gssapi/import_sec_context.c /usr/src/kerbero
s5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/indicate_mechs.c /usr/src/ke
rberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/init.c /usr/src/kerbero
s5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/init_sec_context.c /usr/src/
kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/inquire_context.c /us
r/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/inquire_cred.c 
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/release_buff
er.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/release
_cred.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/rele
ase_name.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/r
elease_oid_set.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gs
sapi/test_oid_set_member.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heim
dal/lib/gssapi/unwrap.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi/v1.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gs
sapi/verify_mic.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/g
ssapi/wrap.c /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/gssapi
/address_to_krb5addr.c
In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/krb5/krb5_locl.h:142,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/gssapi_locl.h:39,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/8003.c:34:
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:43: krb
5_err.h: No such file or directory
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:44: hei
m_err.h: No such file or directory
In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/gssapi_locl.h:39,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/8003.c:34:
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5_locl.h:14
3: krb5_err.h: No such file or directory
In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/krb5/krb5_locl.h:142,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/gssapi_locl.h:39,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/accept_sec_context.c:34:
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:43: krb
5_err.h: No such file or directory
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5.h:44: hei
m_err.h: No such file or directory
In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/gssapi_locl.h:39,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/accept_sec_context.c:34:
/usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5_locl.h:14
3: krb5_err.h: No such file or directory
In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/krb5/krb5_locl.h:142,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/gssapi_locl.h:39,
                 from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/l
ib/gssapi/acquire_cred.c:34:
...

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za


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


From owner-cvs-all  Thu Feb 15  3:58:44 2001
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 D9C1C37B401; Thu, 15 Feb 2001 03:58:38 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FBwci00864;
	Thu, 15 Feb 2001 03:58:38 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151158.f1FBwci00864@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 03:58:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 accept_filter.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 03:58:38 PST

  Modified files:
    share/man/man9       accept_filter.9 
  Log:
  Fixed missing include in synopsis.
  
  Added evil #define of ACCEPT_FILTER_MODULE to synopsis.  Some of
  the functions defined in this man page aren't declared unless
  ACCEPT_FILTER_MOD is defined before including <sys/socketvar.h>.
  
  Revision  Changes    Path
  1.6       +3 -1      src/share/man/man9/accept_filter.9



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


From owner-cvs-all  Thu Feb 15  4: 2: 9 2001
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 5E34F37B4EC; Thu, 15 Feb 2001 04:02:04 -0800 (PST)
Received: (from dirk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FC20P05488;
	Thu, 15 Feb 2001 04:02:04 -0800 (PST)
	(envelope-from dirk)
Message-Id: <200102151202.f1FC20P05488@freefall.freebsd.org>
From: Dirk Froemberg <dirk@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:02:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_php3/scripts configure.php ports/www/mod_php4/scripts
         configure.php
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dirk        2001/02/15 04:01:58 PST

  Modified files:
    www/mod_php3/scripts configure.php 
    www/mod_php4/scripts configure.php 
  Log:
  graphics/gd installs libgd.so.2, now.
  
  Revision  Changes    Path
  1.105     +2 -2      ports/www/mod_php3/scripts/configure.php
  1.109     +2 -2      ports/www/mod_php4/scripts/configure.php



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


From owner-cvs-all  Thu Feb 15  4: 3: 2 2001
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 BCA3637B4EC; Thu, 15 Feb 2001 04:02:54 -0800 (PST)
Received: (from tg@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FC2sR05618;
	Thu, 15 Feb 2001 04:02:54 -0800 (PST)
	(envelope-from tg)
Message-Id: <200102151202.f1FC2sR05618@freefall.freebsd.org>
From: Thomas Gellekum <tg@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:02:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-toolkits/pmw Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

tg          2001/02/15 04:02:54 PST

  Modified files:
    x11-toolkits/pmw     Makefile distinfo pkg-plist 
  Log:
  Upgrade to 0.8.5.
  
  Revision  Changes    Path
  1.15      +10 -5     ports/x11-toolkits/pmw/Makefile
  1.6       +1 -1      ports/x11-toolkits/pmw/distinfo
  1.6       +155 -144  ports/x11-toolkits/pmw/pkg-plist



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


From owner-cvs-all  Thu Feb 15  4:12:54 2001
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 1BBA737B401; Thu, 15 Feb 2001 04:12:50 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCCoT08866;
	Thu, 15 Feb 2001 04:12:50 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151212.f1FCCoT08866@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:12:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim5 Makefile ports/editors/vim6
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:12:50 PST

  Modified files:
    editors/vim5         Makefile 
    editors/vim6         Makefile 
  Log:
  I shouldn't have been removing `gvim' from the non-GUI PLIST.
  Also make the gvim link relative rather than absolute, in case someone
  specifies a different prefix when installing the package.  Note there are
  some burned in paths in the vim binary, but there is no reason to totally
  make this not work, when it could somewhat.
  
  Revision  Changes    Path
  1.98      +2 -4      ports/editors/vim5/Makefile
  1.104     +2 -6      ports/editors/vim6/Makefile



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


From owner-cvs-all  Thu Feb 15  4:18:56 2001
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 2D05F37B491; Thu, 15 Feb 2001 04:18:49 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCIn309503;
	Thu, 15 Feb 2001 04:18:49 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151218.f1FCIn309503@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:18:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim5 Makefile ports/editors/vim6
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:18:48 PST

  Modified files:
    editors/vim5         Makefile 
    editors/vim6         Makefile 
  Log:
  Remove multiple `multibyte' specifications.  Also sync the vim6 up
  with how this is done in the vim5 port.
  
  Submitted by:	clive
  
  Revision  Changes    Path
  1.99      +2 -2      ports/editors/vim5/Makefile
  1.105     +5 -4      ports/editors/vim6/Makefile



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


From owner-cvs-all  Thu Feb 15  4:21:44 2001
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 CF23237B503; Thu, 15 Feb 2001 04:21:39 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCLd909836;
	Thu, 15 Feb 2001 04:21:39 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151221.f1FCLd909836@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:21:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim6 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:21:39 PST

  Modified files:
    editors/vim6         Makefile 
  Log:
  Don't force pythoninterp if we build for GTK -- only do that if we build
  for offical packages.
  
  Revision  Changes    Path
  1.106     +1 -2      ports/editors/vim6/Makefile



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


From owner-cvs-all  Thu Feb 15  4:21:55 2001
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 A6B4837B69D; Thu, 15 Feb 2001 04:21:44 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCLiS09866;
	Thu, 15 Feb 2001 04:21:44 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151221.f1FCLiS09866@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:21:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 bus_alloc_resource.9 bus_release_resource.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 04:21:44 PST

  Modified files:
    share/man/man9       bus_alloc_resource.9 
                         bus_release_resource.9 
  Log:
  Fixed missing and wrong includes in synopsis.  The prerequisites for
  using bus_alloc_resource(), etc., are especially unobvious, but were
  especially wrong (<sys/resource.h> has nothing to do with the resources
  documented here...).  Order and format the includes as correctly as
  possible (a layering violation makes <machine/bus.h> a prerequisite for
  <sys/rman.h>).
  
  Revision  Changes    Path
  1.6       +4 -2      src/share/man/man9/bus_alloc_resource.9
  1.3       +4 -2      src/share/man/man9/bus_release_resource.9



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


From owner-cvs-all  Thu Feb 15  4:25:59 2001
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 621D637B4EC; Thu, 15 Feb 2001 04:25:49 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCPnv10211;
	Thu, 15 Feb 2001 04:25:49 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102151225.f1FCPnv10211@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:25:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.release.dist
         BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11-4.dist
         BSD.x11.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/15 04:25:49 PST

  Modified files:
    etc/mtree            BSD.local.dist BSD.release.dist 
                         BSD.root.dist BSD.usr.dist BSD.var.dist 
                         BSD.x11-4.dist BSD.x11.dist 
  Log:
  Apparently, people do not listen for a plea to look into the
  README file before making changes here.  Fix them once again.
  
  Revision  Changes    Path
  1.67      +11 -10    src/etc/mtree/BSD.local.dist
  1.7       +9 -9      src/etc/mtree/BSD.release.dist
  1.50      +19 -21    src/etc/mtree/BSD.root.dist
  1.213     +11 -11    src/etc/mtree/BSD.usr.dist
  1.45      +28 -28    src/etc/mtree/BSD.var.dist
  1.14      +9 -9      src/etc/mtree/BSD.x11-4.dist
  1.13      +3 -3      src/etc/mtree/BSD.x11.dist



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


From owner-cvs-all  Thu Feb 15  4:27:21 2001
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 2452C37B4EC; Thu, 15 Feb 2001 04:27:12 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCRCN10390;
	Thu, 15 Feb 2001 04:27:12 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151227.f1FCRCN10390@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:27:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 VOP_GETEXTATTR.9 VOP_SETEXTATTR.9
         suser.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 04:27:12 PST

  Modified files:
    share/man/man9       VOP_GETEXTATTR.9 VOP_SETEXTATTR.9 suser.9 
  Log:
  Fixed bitrot in synopsis (some const poisoning had not reached here).
  
  Revision  Changes    Path
  1.3       +2 -2      src/share/man/man9/VOP_GETEXTATTR.9
  1.2       +2 -2      src/share/man/man9/VOP_SETEXTATTR.9
  1.15      +3 -3      src/share/man/man9/suser.9



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


From owner-cvs-all  Thu Feb 15  4:32:13 2001
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 6357437B401; Thu, 15 Feb 2001 04:32:06 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCW6s10862;
	Thu, 15 Feb 2001 04:32:06 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151232.f1FCW6s10862@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:32:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gperf AUTHORS FREEBSD-Xlist INSTALL
         Makefile.devel Makefile.in NEWS acconfig.h aclocal.m4 configure
         configure.in mkinstalldirs COPYING ChangeLog README Makefile
         README-FIRST gperf.1 src/contrib/gperf/src Makefile.in ...
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:32:05 PST

  Modified files:        (Branch: RELENG_4)
    contrib/gperf        COPYING ChangeLog README 
    contrib/gperf/src    iterator.h options.h 
    contrib/gperf/tests  c++.gperf c-parse.gperf test.c 
  Added files:           (Branch: RELENG_4)
    contrib/gperf        AUTHORS FREEBSD-Xlist INSTALL 
                         Makefile.devel Makefile.in NEWS 
                         acconfig.h aclocal.m4 configure 
                         configure.in mkinstalldirs 
    contrib/gperf/src    Makefile.in bool-array.cc bool-array.h 
                         bool-array.icc config.h.in configure 
                         configure.in gen-perf.cc gen-perf.h 
                         hash-table.cc hash-table.h iterator.cc 
                         key-list.cc key-list.h list-node.cc 
                         list-node.h main.cc new.cc options.cc 
                         options.icc read-line.cc read-line.h 
                         read-line.icc trace.cc trace.h vectors.cc 
                         vectors.h version.cc version.h 
    contrib/gperf/tests  Makefile.in ada-pred.exp ada-res.exp 
                         adadefs.gperf c.exp configure 
                         configure.in irc.gperf jscript.gperf 
                         jstest1.gperf jstest2.gperf jstest3.gperf 
                         makeinfo.gperf modula.exp pascal.exp 
                         test-1.exp test-2.exp test-3.exp 
                         test-4.exp test-5.exp test-6.exp 
                         test-7.exp validate 
  Removed files:         (Branch: RELENG_4)
    contrib/gperf        Makefile README-FIRST gperf.1 
    contrib/gperf/src    Makefile boolarray.c boolarray.h getopt.c 
                         gperf-to-do hashtable.c hashtable.h 
                         iterator.c keylist.c keylist.h listnode.c 
                         listnode.h main.c options.c perfect.c 
                         perfect.h prototype.h readline.c 
                         readline.h stderr.c stderr.h version.c 
                         xmalloc.c 
    contrib/gperf/tests  Makefile adapredefined.gperf 
  Log:
  MFC: version 2.7.2
  
  Revision     Changes     Path
  1.1.1.1.8.1  +230 -139   src/contrib/gperf/COPYING
  1.1.1.1.8.1  +1499 -156  src/contrib/gperf/ChangeLog
  1.1.1.1.8.1  +25 -24     src/contrib/gperf/README
  1.1.1.1.8.1  +16 -12     src/contrib/gperf/src/iterator.h
  1.1.1.1.8.1  +120 -114   src/contrib/gperf/src/options.h
  1.1.1.1.8.1  +0 -2       src/contrib/gperf/tests/c++.gperf
  1.1.1.1.8.1  +1 -1       src/contrib/gperf/tests/c-parse.gperf
  1.1.1.1.8.1  +1 -7       src/contrib/gperf/tests/test.c



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


From owner-cvs-all  Thu Feb 15  4:37:44 2001
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 1B63F37B401; Thu, 15 Feb 2001 04:37:38 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCbce11456;
	Thu, 15 Feb 2001 04:37:38 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151237.f1FCbce11456@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:37:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gperf gperf.texinfo src/contrib/gperf/doc
         Makefile.in configure configure.in gperf.1 gperf.texi gpl.texinfo
         help2man texinfo.tex src/contrib/gperf/lib Makefile.in configure
         configure.in getopt.c getopt.c.patch getopt.h getopt.h.patch ...
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:37:37 PST

  Added files:           (Branch: RELENG_4)
    contrib/gperf/doc    Makefile.in configure configure.in 
                         gperf.1 gperf.texi gpl.texinfo help2man 
                         texinfo.tex 
    contrib/gperf/lib    Makefile.in configure configure.in 
                         getopt.c getopt.c.patch getopt.h 
                         getopt.h.patch getopt1.c hash.cc hash.h 
  Removed files:         (Branch: RELENG_4)
    contrib/gperf        gperf.texinfo 
  Log:
  MFC: version 2.7.2



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


From owner-cvs-all  Thu Feb 15  4:38:31 2001
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 7488737B491; Thu, 15 Feb 2001 04:38:22 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCcMA11535;
	Thu, 15 Feb 2001 04:38:22 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151238.f1FCcMA11535@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:38:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/gperf config.h Makefile
         src/gnu/usr.bin/gperf/doc Makefile
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:38:22 PST

  Modified files:        (Branch: RELENG_4)
    gnu/usr.bin/gperf    Makefile 
    gnu/usr.bin/gperf/doc Makefile 
  Added files:           (Branch: RELENG_4)
    gnu/usr.bin/gperf    config.h 
  Log:
  MFC: version 2.7.2
  
  Revision  Changes    Path
  1.4.2.1   +8 -7      src/gnu/usr.bin/gperf/Makefile
  1.6.2.1   +1 -1      src/gnu/usr.bin/gperf/doc/Makefile



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


From owner-cvs-all  Thu Feb 15  4:41:54 2001
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 BD88A37B401; Thu, 15 Feb 2001 04:41:45 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCfj911947;
	Thu, 15 Feb 2001 04:41:45 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151241.f1FCfj911947@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:41:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 VFS_CHECKEXP.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 04:41:45 PST

  Modified files:
    share/man/man9       VFS_CHECKEXP.9 
  Log:
  Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP().  It had not
  caught up with the changes to avoid storing socket addresses in mbufs,
  although the VFS_CHECKEXP() code had to since it was committed 2 years
  after those changes.
  
  Fixed formatting in this prototype.
  
  Revision  Changes    Path
  1.4       +2 -2      src/share/man/man9/VFS_CHECKEXP.9



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


From owner-cvs-all  Thu Feb 15  4:42:46 2001
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 7073B37B491; Thu, 15 Feb 2001 04:42:36 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCgaU12025;
	Thu, 15 Feb 2001 04:42:36 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151242.f1FCgaU12025@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:42:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim5 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:42:36 PST

  Modified files:
    editors/vim5         Makefile 
  Log:
  Only link with libxpg4 if we really need to.
  Also build multibyte in the 'lite' case for our Asian sysadmins.
  
  Submitted by:	clive
  
  Revision  Changes    Path
  1.100     +9 -3      ports/editors/vim5/Makefile



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


From owner-cvs-all  Thu Feb 15  4:47:43 2001
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 1BDD337B401; Thu, 15 Feb 2001 04:47:41 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FClfE12460;
	Thu, 15 Feb 2001 04:47:41 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102151247.f1FClfE12460@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:47:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim5 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 04:47:40 PST

  Modified files:
    editors/vim5         Makefile 
  Log:
  Add a "NO_GUI" knob for those that want full features w/o dependence on X.
  
  Submitted by:	Peter Pentchev <roam@orbitel.bg>
  
  I'm torn between having so many knobs and having the 'vim-lite' be the
  Right Thing for sysadmins on Xless router boxes.  I'm open to opinions
  on if 'vim-lite' should only mean no X, or it should also mean
  no interpreters
  
  Revision  Changes    Path
  1.101     +5 -1      ports/editors/vim5/Makefile



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


From owner-cvs-all  Thu Feb 15  4:50:41 2001
Delivered-To: cvs-all@freebsd.org
Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id A4B5D37B491; Thu, 15 Feb 2001 04:50:24 -0800 (PST)
Received: (from ru@localhost)
	by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1FCoLZ17815;
	Thu, 15 Feb 2001 14:50:21 +0200 (EET)
	(envelope-from ru)
Date: Thu, 15 Feb 2001 14:50:21 +0200
From: Ruslan Ermilov <ru@FreeBSD.org>
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc/mtree BSD.local.dist BSD.release.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11-4.dist BSD.x11.dist
Message-ID: <20010215145021.A15725@sunbay.com>
Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
References: <200102151225.f1FCPnv10211@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: <200102151225.f1FCPnv10211@freefall.freebsd.org>; from ru@FreeBSD.org on Thu, Feb 15, 2001 at 04:25:49AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Thu, Feb 15, 2001 at 04:25:49AM -0800, Ruslan Ermilov wrote:
> ru          2001/02/15 04:25:49 PST
> 
>   Modified files:
>     etc/mtree            BSD.local.dist BSD.release.dist 
>                          BSD.root.dist BSD.usr.dist BSD.var.dist 
>                          BSD.x11-4.dist BSD.x11.dist 
>   Log:
>   Apparently, people do not listen for a plea to look into the
>   README file before making changes here.  Fix them once again.
>   
To avoid a mess and further simplify the things, I have introduced
the new style which, I hope, people will follow.  The idea is that
the first /set directive in a file always sets all the keywords to
their default values.  All subsequent /set directives (if present)
should be paired into an opening and closing directives, where the
first (opening) directive changes a set of keywords, and the second
(closing) directive assigns them back their default values.

To get the feeling, simply execute ``grep /set *.dist''.


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


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


From owner-cvs-all  Thu Feb 15  4:54:41 2001
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 68F4437B4EC; Thu, 15 Feb 2001 04:54:35 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FCsZP13083;
	Thu, 15 Feb 2001 04:54:35 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102151254.f1FCsZP13083@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Thu, 15 Feb 2001 04:54:35 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 ifnet.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/15 04:54:35 PST

  Modified files:
    share/man/man9       ifnet.9 
  Log:
  Fixed bitrot in synopsis.  The Lite2 change from int to u_long for ioctl
  command numbers had not reached here.
  
  Revision  Changes    Path
  1.15      +2 -2      src/share/man/man9/ifnet.9



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


From owner-cvs-all  Thu Feb 15  5:30:53 2001
Delivered-To: cvs-all@freebsd.org
Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id EAFE137B401; Thu, 15 Feb 2001 05:30:41 -0800 (PST)
Received: from grondar.za (root@gratis.grondar.za [196.7.18.133])
	by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f1FDRs940663;
	Thu, 15 Feb 2001 15:27:57 +0200 (SAST)
	(envelope-from mark@grondar.za)
Message-Id: <200102151327.f1FDRs940663@gratis.grondar.za>
To: John Hay <jhay@icomtek.csir.co.za>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkadm5srv Makefile src/kerberos5/lib/libkrb5 Mak 
References: <200102151153.f1FBrG813694@zibbi.icomtek.csir.co.za> 
In-Reply-To: <200102151153.f1FBrG813694@zibbi.icomtek.csir.co.za> ; from John Hay <jhay@icomtek.csir.co.za>  "Sat, 15 Feb 2001 13:53:16 +0200."
Date: Thu, 15 Feb 2001 15:28:29 +0200
From: Mark Murray <mark@grondar.za>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> > markm       2001/02/14 11:47:25 PST
> > 
> >   Modified files:
> >     kerberos5/lib/libkadm5clnt Makefile 
> >     kerberos5/lib/libkadm5srv Makefile 
> >     kerberos5/lib/libkrb5 Makefile 
> >     kerberos5/lib/libroken Makefile 
> >     kerberos5/lib/libvers Makefile 
> >     kerberos5/usr.sbin/k5stash Makefile 
> >   Log:
> >   Fix build, and make parallel build much more robust.
> 
> It looks like some more magic is needed because a "make release" still
> dies here with:

Yeah :-(.

I need the library version thing to be fixed before I can do any more. :-(

M
-- 
Mark Murray
Warning: this .sig is umop ap!sdn


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


From owner-cvs-all  Thu Feb 15  5:39:52 2001
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 25BE937B401; Thu, 15 Feb 2001 05:39:46 -0800 (PST)
Received: (from cjh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FDdkT19738;
	Thu, 15 Feb 2001 05:39:46 -0800 (PST)
	(envelope-from cjh)
Message-Id: <200102151339.f1FDdkT19738@freefall.freebsd.org>
From: CHOI Junho <cjh@FreeBSD.org>
Date: Thu, 15 Feb 2001 05:39:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/korean/ami/files patch-ami_c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

cjh         2001/02/15 05:39:45 PST

  Added files:
    korean/ami/files     patch-ami_c 
  Log:
  patch for preventing from linux-centric LANG setup.



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


From owner-cvs-all  Thu Feb 15  5:41:33 2001
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 87C1D37B401; Thu, 15 Feb 2001 05:41:23 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FDfNT20052;
	Thu, 15 Feb 2001 05:41:23 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102151341.f1FDfNT20052@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Thu, 15 Feb 2001 05:41:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/ipa Makefile distinfo
         ports/sysutils/ipa/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/15 05:41:23 PST

  Modified files:
    sysutils/ipa         Makefile distinfo 
    sysutils/ipa/files   patch-aa 
  Log:
  Update to 1.0.4
  
  PR: 25095
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.4       +2 -2      ports/sysutils/ipa/Makefile
  1.4       +1 -1      ports/sysutils/ipa/distinfo
  1.2       +2 -2      ports/sysutils/ipa/files/patch-aa



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


From owner-cvs-all  Thu Feb 15  6:23:40 2001
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 361A537B503; Thu, 15 Feb 2001 06:23:36 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FENab26544;
	Thu, 15 Feb 2001 06:23:36 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102151423.f1FENab26544@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Thu, 15 Feb 2001 06:23:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/ruby-date2 Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/15 06:23:36 PST

  Modified files:
    devel/ruby-date2     Makefile distinfo 
  Log:
  Update to 2.4.
  
  Revision  Changes    Path
  1.10      +2 -2      ports/devel/ruby-date2/Makefile
  1.6       +1 -1      ports/devel/ruby-date2/distinfo



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


From owner-cvs-all  Thu Feb 15  7:29:53 2001
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 EC40537B491; Thu, 15 Feb 2001 07:29:45 -0800 (PST)
Received: (from fenner@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FFTj224242;
	Thu, 15 Feb 2001 07:29:45 -0800 (PST)
	(envelope-from fenner)
Message-Id: <200102151529.f1FFTj224242@freefall.freebsd.org>
From: Bill Fenner <fenner@FreeBSD.org>
Date: Thu, 15 Feb 2001 07:29:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mbone/vat/files patch-ak patch-al patch-am
         patch-an patch-ah
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

fenner      2001/02/15 07:29:45 PST

  Modified files:
    mbone/vat/files      patch-ah 
  Added files:
    mbone/vat/files      patch-ak patch-al patch-am patch-an 
  Log:
  patch-ah: add Orion Hodson's full-duplex probing and AC97 fix
  patch-a[klmn]: Split original patch-ah into one patch per file patched.
  
  PR:		23618
  Submitted by:	Orion Hodson <O.Hodson@cs.ucl.ac.uk>
  
  Revision  Changes    Path
  1.4       +25 -110   ports/mbone/vat/files/patch-ah



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


From owner-cvs-all  Thu Feb 15  7:57: 8 2001
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 2471037B491; Thu, 15 Feb 2001 07:57:04 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FFv4b27733;
	Thu, 15 Feb 2001 07:57:04 -0800 (PST)
	(envelope-from will)
Message-Id: <200102151557.f1FFv4b27733@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Thu, 15 Feb 2001 07:57:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/ports ports.inc
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2001/02/15 07:57:03 PST

  Modified files:
    en/ports             ports.inc 
  Log:
  Finally nuke all older 2.2.x & 3.x "upgrade kits" as they are completely
  useless these days.  Clarify usage of the current upgrade kits.  Add
  missing </p> tags.
  
  Requested by:	asami (some weeks ago)
  
  Revision  Changes    Path
  1.54      +30 -52    www/en/ports/ports.inc



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


From owner-cvs-all  Thu Feb 15  8: 0:46 2001
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 E9A6A37B491; Thu, 15 Feb 2001 08:00:31 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FG0VX28403;
	Thu, 15 Feb 2001 08:00:31 -0800 (PST)
	(envelope-from will)
Message-Id: <200102151600.f1FG0VX28403@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Thu, 15 Feb 2001 08:00:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc/221upgrade Makefile pkg-comment pkg-descr
         pkg-install pkg-plist pkg-req ports/misc/222upgrade Makefile
         pkg-comment pkg-descr pkg-install pkg-plist pkg-req
         ports/misc/225upgrade Makefile pkg-comment pkg-descr pkg-install ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

will        2001/02/15 08:00:29 PST

  Modified files:
    misc                 Makefile 
  Removed files:
    misc/221upgrade      Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/222upgrade      Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/225upgrade      Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/227upgrade      Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/30upgrade       Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/31upgrade       Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/32upgrade       Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
    misc/34upgrade       Makefile pkg-comment pkg-descr 
                         pkg-install pkg-plist pkg-req 
  Log:
  Nuke all completely obsolete upgrade kits.
  
  Requested by:	asami (some weeks ago)
  
  Revision  Changes    Path
  1.325     +1 -9      ports/misc/Makefile



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


From owner-cvs-all  Thu Feb 15  8: 2:40 2001
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 7155D37B503; Thu, 15 Feb 2001 08:02:32 -0800 (PST)
Received: (from will@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FG2Wn28608;
	Thu, 15 Feb 2001 08:02:32 -0800 (PST)
	(envelope-from will)
Message-Id: <200102151602.f1FG2Wn28608@freefall.freebsd.org>
From: Will Andrews <will@FreeBSD.org>
Date: Thu, 15 Feb 2001 08:02:32 -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        2001/02/15 08:02:32 PST

  Modified files:
    .                    modules 
  Log:
  Good-bye.
  
  Revision  Changes    Path
  1.2425    +1 -9      CVSROOT/modules



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


From owner-cvs-all  Thu Feb 15  8:17:50 2001
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 1BC2C37B401; Thu, 15 Feb 2001 08:17:44 -0800 (PST)
Received: from billy-club.village.org (billy-club.village.org [10.0.0.3])
	by rover.village.org (8.11.2/8.11.0) with ESMTP id f1FGHfh33164;
	Thu, 15 Feb 2001 09:17:43 -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 f1FGFuE77780; Thu, 15 Feb 2001 09:15:58 -0700 (MST)
Message-Id: <200102151615.f1FGFuE77780@billy-club.village.org>
To: Mark Murray <mark@grondar.za>
Subject: Re: cvs commit: src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkadm5srv Makefile src/kerberos5/lib/libkrb5 Mak 
Cc: John Hay <jhay@icomtek.csir.co.za>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
In-reply-to: Your message of "Thu, 15 Feb 2001 15:28:29 +0200."
		<200102151327.f1FDRs940663@gratis.grondar.za> 
References: <200102151327.f1FDRs940663@gratis.grondar.za>  <200102151153.f1FBrG813694@zibbi.icomtek.csir.co.za> 
Date: Thu, 15 Feb 2001 09:15:56 -0700
From: Warner Losh <imp@village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102151327.f1FDRs940663@gratis.grondar.za> Mark Murray writes:
: I need the library version thing to be fixed before I can do any more. :-(

I'm working on it the best I can... :-)  Peter is way swamped these
days or I'd make him sort out the mess.

Warner


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


From owner-cvs-all  Thu Feb 15  8:34:24 2001
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 9F71637B491; Thu, 15 Feb 2001 08:34:12 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FGYCS34789;
	Thu, 15 Feb 2001 08:34:12 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102151634.f1FGYCS34789@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Thu, 15 Feb 2001 08:34:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/dgb dgb.c dgm.c src/sys/dev/si si.c
         src/sys/dev/streams streams.c src/sys/dev/usb umodem.c
         src/sys/i386/isa cx.c cy.c istallion.c rc.c rp.c stallion.c
         src/sys/i386/isa/pcvt pcvt_drv.c src/sys/isa sio.c src/sys/kern ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/15 08:34:12 PST

  Modified files:
    sys/dev/dgb          dgb.c dgm.c 
    sys/dev/si           si.c 
    sys/dev/streams      streams.c 
    sys/dev/usb          umodem.c 
    sys/i386/isa         cx.c cy.c istallion.c rc.c rp.c 
                         stallion.c 
    sys/i386/isa/pcvt    pcvt_drv.c 
    sys/isa              sio.c 
    sys/kern             kern_descrip.c kern_event.c subr_xxx.c 
                         sys_pipe.c sys_socket.c tty.c tty_cons.c 
                         tty_pty.c uipc_socket.c vfs_vnops.c 
                         vnode_if.src 
    sys/miscfs/fifofs    fifo_vnops.c 
    sys/miscfs/specfs    spec_vnops.c 
    sys/sys              conf.h event.h file.h socketvar.h tty.h 
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  Extend kqueue down to the device layer.
  
  Backwards compatible approach suggested by: peter
  
  Revision  Changes    Path
  1.64      +4 -3      src/sys/dev/dgb/dgb.c
  1.28      +4 -3      src/sys/dev/dgb/dgm.c
  1.106     +4 -3      src/sys/dev/si/si.c
  1.22      +3 -2      src/sys/dev/streams/streams.c
  1.28      +4 -3      src/sys/dev/usb/umodem.c
  1.47      +4 -3      src/sys/i386/isa/cx.c
  1.113     +4 -3      src/sys/i386/isa/cy.c
  1.43      +4 -3      src/sys/i386/isa/istallion.c
  1.61      +4 -3      src/sys/i386/isa/rc.c
  1.37      +4 -3      src/sys/i386/isa/rp.c
  1.46      +4 -3      src/sys/i386/isa/stallion.c
  1.68      +4 -3      src/sys/i386/isa/pcvt/pcvt_drv.c
  1.326     +4 -3      src/sys/isa/sio.c
  1.96      +12 -1     src/sys/kern/kern_descrip.c
  1.21      +39 -70    src/sys/kern/kern_event.c
  1.16      +10 -1     src/sys/kern/subr_xxx.c
  1.71      +24 -9     src/sys/kern/sys_pipe.c
  1.33      +5 -3      src/sys/kern/sys_socket.c
  1.148     +90 -1     src/sys/kern/tty.c
  1.89      +19 -3     src/sys/kern/tty_cons.c
  1.83      +7 -5      src/sys/kern/tty_pty.c
  1.89      +29 -28    src/sys/kern/uipc_socket.c
  1.109     +7 -82     src/sys/kern/vfs_vnops.c
  1.36      +9 -1      src/sys/kern/vnode_if.src
  1.51      +37 -31    src/sys/miscfs/fifofs/fifo_vnops.c
  1.152     +20 -1     src/sys/miscfs/specfs/spec_vnops.c
  1.123     +12 -6     src/sys/sys/conf.h
  1.9       +2 -1      src/sys/sys/event.h
  1.28      +14 -1     src/sys/sys/file.h
  1.56      +3 -1      src/sys/sys/socketvar.h
  1.59      +2 -1      src/sys/sys/tty.h
  1.156     +73 -1     src/sys/ufs/ufs/ufs_vnops.c



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


From owner-cvs-all  Thu Feb 15  8:57:29 2001
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 6F96537B4EC; Thu, 15 Feb 2001 08:57:26 -0800 (PST)
Received: (from nectar@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FGvQr37727;
	Thu, 15 Feb 2001 08:57:26 -0800 (PST)
	(envelope-from nectar)
Message-Id: <200102151657.f1FGvQr37727@freefall.freebsd.org>
From: Jacques Vidrine <nectar@FreeBSD.org>
Date: Thu, 15 Feb 2001 08:57:26 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/gnomeicu Makefile distinfo pkg-plist
         ports/net/gnomeicu/files patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nectar      2001/02/15 08:57:26 PST

  Modified files:
    net/gnomeicu         Makefile distinfo pkg-plist 
  Removed files:
    net/gnomeicu/files   patch-ad 
  Log:
  Update 0.94.1 -> 0.95.2
  
  Revision  Changes    Path
  1.32      +2 -2      ports/net/gnomeicu/Makefile
  1.10      +1 -1      ports/net/gnomeicu/distinfo
  1.11      +101 -24   ports/net/gnomeicu/pkg-plist



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


From owner-cvs-all  Thu Feb 15  9: 1:12 2001
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 155B737B67D; Thu, 15 Feb 2001 09:01:04 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FH14L38357;
	Thu, 15 Feb 2001 09:01:04 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102151701.f1FH14L38357@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Thu, 15 Feb 2001 09:01:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/elm+ME Makefile ports/sysutils/fileutils
         Makefile ports/misc/findutils Makefile ports/lang/gforth Makefile
         ports/textproc/gsed Makefile ports/astro/setiathome Makefile
         ports/misc/sh-utils Makefile ports/misc/upclient Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/15 09:01:03 PST

  Modified files:
    mail/elm+ME          Makefile 
    sysutils/fileutils   Makefile 
    misc/findutils       Makefile 
    lang/gforth          Makefile 
    textproc/gsed        Makefile 
    astro/setiathome     Makefile 
    misc/sh-utils        Makefile 
    misc/upclient        Makefile 
  Log:
  change maintainer's e-mail address.
  
  Revision  Changes    Path
  1.67      +2 -2      ports/mail/elm+ME/Makefile
  1.3       +2 -2      ports/sysutils/fileutils/Makefile
  1.9       +2 -2      ports/misc/findutils/Makefile
  1.3       +2 -2      ports/lang/gforth/Makefile
  1.4       +2 -2      ports/textproc/gsed/Makefile
  1.26      +2 -2      ports/astro/setiathome/Makefile
  1.5       +2 -2      ports/misc/sh-utils/Makefile
  1.9       +2 -2      ports/misc/upclient/Makefile



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


From owner-cvs-all  Thu Feb 15  9:14:14 2001
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 81C3A37B4EC; Thu, 15 Feb 2001 09:14:08 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FHE8r42586;
	Thu, 15 Feb 2001 09:14:08 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102151714.f1FHE8r42586@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Thu, 15 Feb 2001 09:14:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail Makefile ports/mail/abook 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

ijliao      2001/02/15 09:14:08 PST

  Modified files:
    mail                 Makefile 
  Added files:
    mail/abook           Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add abook, a text-based addressbook program designed to use with mutt
  
  PR:		25113
  Submitted by:	leeym@bsd.ce.ntu.edu.tw
  
  Revision  Changes    Path
  1.196     +2 -1      ports/mail/Makefile



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


From owner-cvs-all  Thu Feb 15  9:14:28 2001
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 B2F4137B6F5; Thu, 15 Feb 2001 09:14:15 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FHEFC42650;
	Thu, 15 Feb 2001 09:14:15 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102151714.f1FHEFC42650@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Thu, 15 Feb 2001 09:14:15 -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

ijliao      2001/02/15 09:14:15 PST

  Modified files:
    .                    modules 
  Log:
    abook --> ports/mail/abook
  
  Revision  Changes    Path
  1.2426    +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  Thu Feb 15  9:25:30 2001
Delivered-To: cvs-all@freebsd.org
Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id D587C37B491; Thu, 15 Feb 2001 09:25:19 -0800 (PST)
Received: from grondar.za (root@gratis.grondar.za [196.7.18.133])
	by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f1FHOv941492;
	Thu, 15 Feb 2001 19:24:59 +0200 (SAST)
	(envelope-from mark@grondar.za)
Message-Id: <200102151724.f1FHOv941492@gratis.grondar.za>
To: Warner Losh <imp@village.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkadm5srv Makefile src/kerberos5/lib/libkrb5 Mak 
References: <200102151615.f1FGFuE77780@billy-club.village.org> 
In-Reply-To: <200102151615.f1FGFuE77780@billy-club.village.org> ; from Warner Losh <imp@village.org>  "Thu, 15 Feb 2001 09:15:56 MST."
Date: Thu, 15 Feb 2001 19:25:33 +0200
From: Mark Murray <mark@grondar.za>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> In message <200102151327.f1FDRs940663@gratis.grondar.za> Mark Murray writes:
> : I need the library version thing to be fixed before I can do any more. :-(
> 
> I'm working on it the best I can... :-)  Peter is way swamped these
> days or I'd make him sort out the mess.

OK! Thanks!

Do you have a guestimate timeframe on this, or would you prefer
me to just bugger off and leave you alone? :-) 

M
-- 
Mark Murray
Warning: this .sig is umop ap!sdn


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


From owner-cvs-all  Thu Feb 15  9:35:43 2001
Delivered-To: cvs-all@freebsd.org
Received: from harmony.village.org (rover.village.org [204.144.255.66])
	by hub.freebsd.org (Postfix) with ESMTP
	id A609537B491; Thu, 15 Feb 2001 09:35:34 -0800 (PST)
Received: from harmony.village.org (localhost.village.org [127.0.0.1])
	by harmony.village.org (8.11.1/8.11.1) with ESMTP id f1FHYrW94062;
	Thu, 15 Feb 2001 10:34:54 -0700 (MST)
	(envelope-from imp@harmony.village.org)
Message-Id: <200102151734.f1FHYrW94062@harmony.village.org>
To: Mark Murray <mark@grondar.za>
Subject: Re: cvs commit: src/kerberos5/lib/libkadm5clnt Makefile src/kerberos5/lib/libkadm5srv Makefile src/kerberos5/lib/libkrb5 Mak 
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-reply-to: Your message of "Thu, 15 Feb 2001 19:25:33 +0200."
		<200102151724.f1FHOv941492@gratis.grondar.za> 
References: <200102151724.f1FHOv941492@gratis.grondar.za>  <200102151615.f1FGFuE77780@billy-club.village.org> 
Date: Thu, 15 Feb 2001 10:34:53 -0700
From: Warner Losh <imp@harmony.village.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

In message <200102151724.f1FHOv941492@gratis.grondar.za> Mark Murray writes:
: Do you have a guestimate timeframe on this, or would you prefer
: me to just bugger off and leave you alone? :-) 

tail -f build.log
chmod 755
/usr/obj/home/imp/FreeBSD/green/src/gnu/usr.bin/perl/library/NDBM_File/build/NDBM_File/auto/NDBM_File/NDBM_File.so
cp NDBM_File.bs
/usr/obj/home/imp/FreeBSD/green/src/gnu/usr.bin/perl/library/NDBM_File/build/NDBM_File/auto/NDBM_File/NDBM_File.bs
chmod 644
/usr/obj/home/imp/FreeBSD/green/src/gnu/usr.bin/perl/library/NDBM_File/build/NDBM_File/auto/NDBM_File/NDBM_File.bs
===> gnu/usr.bin/perl/library/Opcode

Is where the buildworld is at.  I'd expect to have something by the
end of the day.  I kinda like Green's patches, but have some ideas to
turn that kinda like into a stronger emotion :-)

So don't bug me about this before tomorrow.  I'll try to be on IRC
tonight again to work through remaining issues.

It surprised people a lot when I poked my head up last night.  I was
all ready to commit "bump every major number" when I ran into green
and we realized that this would mean all the port's shared libraries
as well :-(.

Warner


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


From owner-cvs-all  Thu Feb 15  9:45: 1 2001
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 A2DEC37B503; Thu, 15 Feb 2001 09:44:55 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FHit146014;
	Thu, 15 Feb 2001 09:44:55 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102151744.f1FHit146014@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Thu, 15 Feb 2001 09:44:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/ucpp Makefile
         distinfo pkg-comment pkg-descr pkg-plist ports/devel/ucpp/files
         patch-Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/15 09:44:55 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/ucpp           Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    devel/ucpp/files     patch-Makefile 
  Log:
  add ucpp, a C preprocessor and lexer
  
  Revision  Changes    Path
  1.436     +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  Thu Feb 15  9:45:17 2001
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 286A537B6D7; Thu, 15 Feb 2001 09:45:00 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FHixm46047;
	Thu, 15 Feb 2001 09:44:59 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102151744.f1FHixm46047@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Thu, 15 Feb 2001 09:44: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

ijliao      2001/02/15 09:44:59 PST

  Modified files:
    .                    modules 
  Log:
    ucpp --> ports/devel/ucpp
  
  Revision  Changes    Path
  1.2427    +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  Thu Feb 15 11: 1:49 2001
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 8D7B237B491; Thu, 15 Feb 2001 11:01:43 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FJ1ht56311;
	Thu, 15 Feb 2001 11:01:43 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102151901.f1FJ1ht56311@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Thu, 15 Feb 2001 11:01:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/man man.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/15 11:01:41 PST

  Modified files:
    gnu/usr.bin/man/man  man.c 
  Log:
  Do not ever try to look into nonexisting locale subdirectories.
  
  (is_directory() returns -1 if the file does not exist, 1 if it
  is a directory or a symlink to a directory, and 0 otherwise.)
  
  Revision  Changes    Path
  1.44      +7 -7      src/gnu/usr.bin/man/man/man.c



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


From owner-cvs-all  Thu Feb 15 11: 9:27 2001
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 5AE5C37B65D; Thu, 15 Feb 2001 11:09:13 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FJ9D559268;
	Thu, 15 Feb 2001 11:09:13 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102151909.f1FJ9D559268@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Thu, 15 Feb 2001 11:09:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/t1lib Makefile distinfo pkg-plist
         ports/devel/t1lib/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/15 11:09:13 PST

  Modified files:
    devel/t1lib          Makefile distinfo pkg-plist 
  Removed files:
    devel/t1lib/files    patch-aa 
  Log:
  update to 1.1.0
  
  Revision  Changes    Path
  1.13      +21 -6     ports/devel/t1lib/Makefile
  1.6       +1 -1      ports/devel/t1lib/distinfo
  1.6       +2 -0      ports/devel/t1lib/pkg-plist



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


From owner-cvs-all  Thu Feb 15 11:22: 4 2001
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 9B6C037B401; Thu, 15 Feb 2001 11:21:55 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FJLtP60643;
	Thu, 15 Feb 2001 11:21:55 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102151921.f1FJLtP60643@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Thu, 15 Feb 2001 11:21:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/libgtop Makefile distinfo pkg-plist
         ports/devel/libgtop/files patch-ab patch-aj
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/15 11:21:55 PST

  Modified files:
    devel/libgtop        Makefile distinfo pkg-plist 
    devel/libgtop/files  patch-ab patch-aj 
  Log:
  Update to 1.0.11
  Unbreak (again) for -current (from knu)
  
  Revision  Changes    Path
  1.41      +2 -3      ports/devel/libgtop/Makefile
  1.11      +1 -1      ports/devel/libgtop/distinfo
  1.10      +4 -0      ports/devel/libgtop/pkg-plist
  1.9       +0 -11     ports/devel/libgtop/files/patch-ab
  1.3       +15 -7     ports/devel/libgtop/files/patch-aj



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


From owner-cvs-all  Thu Feb 15 11:22:38 2001
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 C5BF737B6A2; Thu, 15 Feb 2001 11:22:27 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FJMRH60794;
	Thu, 15 Feb 2001 11:22:27 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102151922.f1FJMRH60794@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Thu, 15 Feb 2001 11:22:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/gtop Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/15 11:22:27 PST

  Modified files:
    sysutils/gtop        Makefile distinfo pkg-plist 
  Log:
  Update to 1.0.12
  
  Revision  Changes    Path
  1.26      +2 -2      ports/sysutils/gtop/Makefile
  1.12      +1 -1      ports/sysutils/gtop/distinfo
  1.11      +11 -4     ports/sysutils/gtop/pkg-plist



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


From owner-cvs-all  Thu Feb 15 11:22:25 2001
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 06EE137B491; Thu, 15 Feb 2001 11:22:15 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FJMEZ60696;
	Thu, 15 Feb 2001 11:22:14 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102151922.f1FJMEZ60696@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Thu, 15 Feb 2001 11:22:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/bonobo Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/15 11:22:14 PST

  Modified files:
    devel/bonobo         Makefile distinfo pkg-plist 
  Log:
  Update to 0.37
  
  Revision  Changes    Path
  1.32      +2 -2      ports/devel/bonobo/Makefile
  1.17      +1 -1      ports/devel/bonobo/distinfo
  1.18      +1 -0      ports/devel/bonobo/pkg-plist



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


From owner-cvs-all  Thu Feb 15 11:22:55 2001
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 C44E537B491; Thu, 15 Feb 2001 11:22:46 -0800 (PST)
Received: (from ade@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FJMkq60871;
	Thu, 15 Feb 2001 11:22:46 -0800 (PST)
	(envelope-from ade)
Message-Id: <200102151922.f1FJMkq60871@freefall.freebsd.org>
From: Ade Lovett <ade@FreeBSD.org>
Date: Thu, 15 Feb 2001 11:22:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/eog Makefile distinfo pkg-plist
         ports/graphics/eog/files patch-ad
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ade         2001/02/15 11:22:46 PST

  Modified files:
    graphics/eog         Makefile distinfo pkg-plist 
  Removed files:
    graphics/eog/files   patch-ad 
  Log:
  Unbreak and update to 0.6
  
  Revision  Changes    Path
  1.19      +2 -5      ports/graphics/eog/Makefile
  1.6       +1 -1      ports/graphics/eog/distinfo
  1.7       +17 -27    ports/graphics/eog/pkg-plist



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


From owner-cvs-all  Thu Feb 15 11:32:36 2001
Delivered-To: cvs-all@freebsd.org
Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4])
	by hub.freebsd.org (Postfix) with ESMTP
	id BFBC837B491; Thu, 15 Feb 2001 11:32:29 -0800 (PST)
Received: (from freebsd@localhost)
	by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA63081;
	Thu, 15 Feb 2001 11:32:24 -0800 (PST)
	(envelope-from freebsd)
From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
Message-Id: <200102151932.LAA63081@gndrsh.dnsmgr.net>
Subject: Re: cvs commit: src/etc/mtree BSD.local.dist BSD.release.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11-4.dist BSD.x11.dis
In-Reply-To: <20010215145021.A15725@sunbay.com> from Ruslan Ermilov at "Feb 15, 2001 02:50:21 pm"
To: ru@FreeBSD.org (Ruslan Ermilov)
Date: Thu, 15 Feb 2001 11:32:24 -0800 (PST)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL54 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> On Thu, Feb 15, 2001 at 04:25:49AM -0800, Ruslan Ermilov wrote:
> > ru          2001/02/15 04:25:49 PST
> > 
> >   Modified files:
> >     etc/mtree            BSD.local.dist BSD.release.dist 
> >                          BSD.root.dist BSD.usr.dist BSD.var.dist 
> >                          BSD.x11-4.dist BSD.x11.dist 
> >   Log:
> >   Apparently, people do not listen for a plea to look into the
> >   README file before making changes here.  Fix them once again.
> >   
> To avoid a mess and further simplify the things, I have introduced
> the new style which, I hope, people will follow.  The idea is that
> the first /set directive in a file always sets all the keywords to
> their default values.  All subsequent /set directives (if present)
> should be paired into an opening and closing directives, where the
> first (opening) directive changes a set of keywords, and the second
> (closing) directive assigns them back their default values.
> 
> To get the feeling, simply execute ``grep /set *.dist''.

If you think that people ignore the README, just wait to see how many
people ignore this mail message....

If you desire this to be done (and I have not looked at it, but from
reading this email I don't have a problem with it) it should be
documented in the README file.  Otherwise next time I do my annual mtree
cleanout it will probably get nuked, since I will have forgotten
about this email by then.


-- 
Rod Grimes - KD7CAX @ CN85sl - (RWG25)               rgrimes@gndrsh.dnsmgr.net


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


From owner-cvs-all  Thu Feb 15 13:24: 3 2001
Delivered-To: cvs-all@freebsd.org
Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8402A37B401; Thu, 15 Feb 2001 13:23:57 -0800 (PST)
Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30])
	by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id NAA13138;
	Thu, 15 Feb 2001 13:23:57 -0800 (PST)
Received: (from archie@localhost)
	by curve.dellroad.org (8.9.3/8.9.3) id NAA82143;
	Thu, 15 Feb 2001 13:23:56 -0800 (PST)
	(envelope-from archie)
From: Archie Cobbs <archie@dellroad.org>
Message-Id: <200102152123.NAA82143@curve.dellroad.org>
Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8
 ipfw.c
In-Reply-To: <200102131601.LAA30728@khavrinen.lcs.mit.edu> "from Garrett Wollman
 at Feb 13, 2001 11:01:48 am"
To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Date: Thu, 15 Feb 2001 13:23:56 -0800 (PST)
Cc: Poul-Henning Kamp <phk@critter.freebsd.dk>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL77 (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Garrett Wollman writes:
> > It would be more elegant to have multiple lists of ipfw rules:
> 
> That is an excellent idea (and one that has been suggested before to
> no effect).  Doing so would also improve the speed of access-list
> evaluation, and would make ipfw more comfortable for those who are
> used to (e.g.) Cisco per-interface access-lists.

Here's a proposal :-)

Netgraphify the entire networking stack. Each interface is a node,
the local IP stack (or stacks) is a node, etc. Sprinkle liberally
with ng_ipfw(4) (or better yet, ng_bpf(4), allowing full tcpdump
style packet matching) nodes to suit.

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com


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


From owner-cvs-all  Thu Feb 15 13:33:38 2001
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 14D7337B491; Thu, 15 Feb 2001 13:33:34 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FLXYM79154;
	Thu, 15 Feb 2001 13:33:34 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102152133.f1FLXYM79154@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 13:33:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/lsof Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 13:33:33 PST

  Modified files:
    sysutils/lsof        Makefile distinfo 
  Log:
  Update to 4.55.
  
  Revision  Changes    Path
  1.82      +2 -2      ports/sysutils/lsof/Makefile
  1.65      +1 -1      ports/sysutils/lsof/distinfo



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


From owner-cvs-all  Thu Feb 15 14: 6:35 2001
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 7A16837B65D; Thu, 15 Feb 2001 14:06:29 -0800 (PST)
Received: (from se@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FM6Tk84347;
	Thu, 15 Feb 2001 14:06:29 -0800 (PST)
	(envelope-from se)
Message-Id: <200102152206.f1FM6Tk84347@freefall.freebsd.org>
From: Stefan Esser <se@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:06:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/xblast-beta Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

se          2001/02/15 14:06:29 PST

  Modified files:
    games/xblast-beta    Makefile distinfo 
  Log:
  Upgrade to 2.8.28-beta.
  
  Revision  Changes    Path
  1.2       +2 -2      ports/games/xblast-beta/Makefile
  1.2       +2 -2      ports/games/xblast-beta/distinfo



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


From owner-cvs-all  Thu Feb 15 14:12:54 2001
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 7EC8637B401; Thu, 15 Feb 2001 14:12:51 -0800 (PST)
Received: (from tegge@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMCpD85416;
	Thu, 15 Feb 2001 14:12:51 -0800 (PST)
	(envelope-from tegge)
Message-Id: <200102152212.f1FMCpD85416@freefall.freebsd.org>
From: Tor Egge <tegge@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:12:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdio vfprintf.c src/lib/libc/stdlib
         strtod.c netbsd_strtod.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

tegge       2001/02/15 14:12:51 PST

  Modified files:
    lib/libc/stdio       vfprintf.c 
    lib/libc/stdlib      strtod.c netbsd_strtod.c 
  Log:
  Remove freelists managed by Balloc/Bfree.
  Change __dtoa to not free the string it allocated the previous time it was
  called.  The caller now frees the string after usage if appropiate.
  
  PR:		15070
  Reviewed by:	deischen
  
  Revision  Changes    Path
  1.28      +19 -6     src/lib/libc/stdio/vfprintf.c
  1.7       +12 -32    src/lib/libc/stdlib/strtod.c
  1.5       +13 -34    src/lib/libc/stdlib/netbsd_strtod.c



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


From owner-cvs-all  Thu Feb 15 14:17:12 2001
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 79A6637B503; Thu, 15 Feb 2001 14:17:05 -0800 (PST)
Received: (from tegge@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMH5o85819;
	Thu, 15 Feb 2001 14:17:05 -0800 (PST)
	(envelope-from tegge)
Message-Id: <200102152217.f1FMH5o85819@freefall.freebsd.org>
From: Tor Egge <tegge@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:17:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdtime localtime.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

tegge       2001/02/15 14:17:05 PST

  Modified files:
    lib/libc/stdtime     localtime.c 
  Log:
  Don't depend on lcl_mutex being a recursive mutex.
  
  Reviewed by:	deischen
  
  Revision  Changes    Path
  1.27      +6 -6      src/lib/libc/stdtime/localtime.c



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


From owner-cvs-all  Thu Feb 15 14:20:47 2001
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 EA4F437B401; Thu, 15 Feb 2001 14:20:44 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMKij86227;
	Thu, 15 Feb 2001 14:20:44 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102152220.f1FMKij86227@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:20:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/ion Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/15 14:20:44 PST

  Modified files:
    x11-wm/ion           Makefile distinfo 
  Log:
  Upgrade to 20010121.
  
  PR:		ports/25120
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.3       +2 -2      ports/x11-wm/ion/Makefile
  1.3       +1 -1      ports/x11-wm/ion/distinfo



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


From owner-cvs-all  Thu Feb 15 14:26:36 2001
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 678EE37B401; Thu, 15 Feb 2001 14:26:29 -0800 (PST)
Received: (from tegge@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMQTv87061;
	Thu, 15 Feb 2001 14:26:29 -0800 (PST)
	(envelope-from tegge)
Message-Id: <200102152226.f1FMQTv87061@freefall.freebsd.org>
From: Tor Egge <tegge@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:26:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/fsck_ffs pass1.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

tegge       2001/02/15 14:26:28 PST

  Modified files:
    sbin/fsck_ffs        pass1.c 
  Log:
  Don't allow special devices of type NODEV (NOUDEV as seen from kernel).
  They can't be created via mknod and the kernel crashes if it encounters
  such an inode.
  Approved by:	mckusick
  
  Revision  Changes    Path
  1.22      +6 -1      src/sbin/fsck_ffs/pass1.c



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


From owner-cvs-all  Thu Feb 15 14:31:52 2001
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 AE85237B4EC; Thu, 15 Feb 2001 14:31:42 -0800 (PST)
Received: (from trevor@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMVgG87902;
	Thu, 15 Feb 2001 14:31:42 -0800 (PST)
	(envelope-from trevor)
Message-Id: <200102152231.f1FMVgG87902@freefall.freebsd.org>
From: Trevor Johnson <trevor@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:31:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/xc-mail Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

trevor      2001/02/15 14:31:42 PST

  Modified files:
    mail/xc-mail         Makefile distinfo 
  Log:
  Update from 20001216 snapshot to version 1.3.  Add PORTEPOCH. Change
  master site.
  
  Submitted by:	vanilla
  
  Revision  Changes    Path
  1.5       +8 -7      ports/mail/xc-mail/Makefile
  1.5       +1 -1      ports/mail/xc-mail/distinfo



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


From owner-cvs-all  Thu Feb 15 14:32:16 2001
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 4B40537B401; Thu, 15 Feb 2001 14:32:07 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMW7r87943;
	Thu, 15 Feb 2001 14:32:07 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102152232.f1FMW7r87943@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:32:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet ip_fw.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/15 14:32:06 PST

  Modified files:
    sys/netinet          ip_fw.c 
  Log:
  Clean up warning.
  
  Revision  Changes    Path
  1.159     +1 -2      src/sys/netinet/ip_fw.c



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


From owner-cvs-all  Thu Feb 15 14:42:50 2001
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 2B21237B401; Thu, 15 Feb 2001 14:42:45 -0800 (PST)
Received: (from iedowse@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FMgjx88880;
	Thu, 15 Feb 2001 14:42:45 -0800 (PST)
	(envelope-from iedowse)
Message-Id: <200102152242.f1FMgjx88880@freefall.freebsd.org>
From: Ian Dowse <iedowse@FreeBSD.org>
Date: Thu, 15 Feb 2001 14:42:45 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/fstat fstat.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

iedowse     2001/02/15 14:42:44 PST

  Modified files:
    usr.bin/fstat        fstat.c 
  Log:
  Fix `fstat -m' (show memory-mapped files), which was broken by
  revision 1.25. When evaluating the termination condition for the
  iteration over all map entries, we must take care to use the kernel
  versions of all pointers. The code was comparing a kernel pointer
  to a pointer within a local variable, so the loop never terminated.
  
  Revision  Changes    Path
  1.26      +3 -3      src/usr.bin/fstat/fstat.c



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


From owner-cvs-all  Thu Feb 15 15:14:45 2001
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 0CF7437B401; Thu, 15 Feb 2001 15:14:43 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1FNEgX93662;
	Thu, 15 Feb 2001 15:14:42 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102152314.f1FNEgX93662@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 15:14:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/gcc295 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 15:14:42 PST

  Modified files:
    lang/gcc295          Makefile 
  Log:
  Use MASTER_SITE_SOURCEWARE.
  
  Submitted by:	sf
  
  Revision  Changes    Path
  1.78      +7 -10     ports/lang/gcc295/Makefile



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


From owner-cvs-all  Thu Feb 15 16:18:14 2001
Delivered-To: cvs-all@freebsd.org
Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252])
	by hub.freebsd.org (Postfix) with ESMTP
	id A0F1E37B491; Thu, 15 Feb 2001 16:17:47 -0800 (PST)
Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12])
	by Awfulhak.org (8.11.2/8.11.2) with ESMTP id f1G0H0R03288;
	Fri, 16 Feb 2001 00:17:01 GMT
	(envelope-from brian@lan.Awfulhak.org)
Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1])
	by hak.lan.Awfulhak.org (8.11.2/8.11.1) with ESMTP id f1G0I2106462;
	Fri, 16 Feb 2001 00:18:02 GMT
	(envelope-from brian@hak.lan.Awfulhak.org)
Message-Id: <200102160018.f1G0I2106462@hak.lan.Awfulhak.org>
X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4
To: Peter Wemm <peter@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org,
	brian@Awfulhak.org
Subject: Re: cvs commit: src/etc crontab 
In-Reply-To: Message from Peter Wemm <peter@FreeBSD.org> 
   of "Wed, 14 Feb 2001 17:34:37 PST." <200102150134.f1F1Ybl01737@freefall.freebsd.org> 
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Date: Fri, 16 Feb 2001 00:18:02 +0000
From: Brian Somers <brian@Awfulhak.org>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

I think this'd be more suited to being a daily script and should be =

turn-offable in periodic.conf.

It'd probably also be better to source the rc.conf files and not =

bother doing anythin if $sendmail_flags contains '-[a-zA-Z]*q'.

The reason I don't like /etc/crontab having this is that I keep all =

(well, most of) my machines with virgin /etc/crontab files and all =

local root crontabs are maintained with crontab(1).  This just makes =

the mergemaster bit one step longer (for people who don't want to run =

this extra sendmail -q) :-(

> peter       2001/02/14 17:34:37 PST
> =

>   Modified files:
>     etc                  crontab =

>   Log:
>   Manually run /usr/sbin/sendmail -q once a day.  Folks seem to be too
>   trigger happy and turn off sendmail_enable entirely (instead of setti=
ng
>   sendmail_flags to -q30m instead).  I have seen boxes with things like=
 daily
>   run reports that have sat in mailq for 5 months.  Since /usr/sbin/sen=
dmail
>   is actually mailwrapper, this should be safe for the other plugins th=
at
>   provide the sendmail calling interface.
>   =

>   Revision  Changes    Path
>   1.30      +5 -1      src/etc/crontab

-- =

Brian <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org=
>
      <http://www.Awfulhak.org>                   <brian@[uk.]OpenBSD.org=
>
Don't _EVER_ lose your sense of humour !




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


From owner-cvs-all  Thu Feb 15 16:22:42 2001
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 BB84D37B491; Thu, 15 Feb 2001 16:22:33 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G0MXd02654;
	Thu, 15 Feb 2001 16:22:33 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102160022.f1G0MXd02654@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Thu, 15 Feb 2001 16:22:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/articles/freebsd-questions Makefile article.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/15 16:22:33 PST

  Added files:
    en_US.ISO_8859-1/articles/freebsd-questions Makefile 
                                                article.sgml 
  Log:
  Bring in Greg's "How to ask questions in freebsd-questions" document.
  
  Reviewed by: grog



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


From owner-cvs-all  Thu Feb 15 16:23:36 2001
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 E7A9937B401; Thu, 15 Feb 2001 16:23:27 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G0NRD02708;
	Thu, 15 Feb 2001 16:23:27 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102160023.f1G0NRD02708@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Thu, 15 Feb 2001 16:23:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: doc/en_US.ISO_8859-1/articles Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nik         2001/02/15 16:23:27 PST

  Modified files:
    en_US.ISO_8859-1/articles Makefile 
  Log:
  Link in the FreeBSD-questions document.
  
  Revision  Changes    Path
  1.9       +2 -1      doc/en_US.ISO_8859-1/articles/Makefile



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


From owner-cvs-all  Thu Feb 15 16:59: 6 2001
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 2ED4A37B67D; Thu, 15 Feb 2001 16:58:57 -0800 (PST)
Received: (from fenner@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G0wvj05877;
	Thu, 15 Feb 2001 16:58:57 -0800 (PST)
	(envelope-from fenner)
Message-Id: <200102160058.f1G0wvj05877@freefall.freebsd.org>
From: Bill Fenner <fenner@FreeBSD.org>
Date: Thu, 15 Feb 2001 16:58:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mbone/vat Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

fenner      2001/02/15 16:58:57 PST

  Modified files:
    mbone/vat            Makefile 
  Log:
  Bump PORTREVISION to reflect Orion's fix for newpcm duplex and mixers.
  
  Revision  Changes    Path
  1.15      +2 -1      ports/mbone/vat/Makefile



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


From owner-cvs-all  Thu Feb 15 17: 5:49 2001
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 A100837B684; Thu, 15 Feb 2001 17:05:38 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G15cx07842;
	Thu, 15 Feb 2001 17:05:38 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102160105.f1G15cx07842@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Thu, 15 Feb 2001 17:05:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc/amanda24-client Makefile ports/misc/amanda24-server
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/15 17:05:38 PST

  Modified files:
    misc/amanda24-client Makefile 
    misc/amanda24-server Makefile 
  Log:
  Depend upon gtar to overcome the problems with the system tar and sparse
  files.
  
  Submitted by:	Rob Simmons <rsimmons@wlcg.com>
  
  Revision  Changes    Path
  1.38      +2 -2      ports/misc/amanda24-client/Makefile
  1.42      +12 -7     ports/misc/amanda24-server/Makefile



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


From owner-cvs-all  Thu Feb 15 19:23:10 2001
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 C6B5337B491; Thu, 15 Feb 2001 19:23:04 -0800 (PST)
Received: (from bmilekic@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G3N4P24646;
	Thu, 15 Feb 2001 19:23:04 -0800 (PST)
	(envelope-from bmilekic)
Message-Id: <200102160323.f1G3N4P24646@freefall.freebsd.org>
From: Bosko Milekic <bmilekic@FreeBSD.org>
Date: Thu, 15 Feb 2001 19:23:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 mbuf.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmilekic    2001/02/15 19:23:04 PST

  Modified files:
    share/man/man9       mbuf.9 
  Log:
  Document recently-implemented m_getm().
  
  Revision  Changes    Path
  1.10      +23 -1     src/share/man/man9/mbuf.9



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


From owner-cvs-all  Thu Feb 15 20:51:53 2001
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 99BD137B401; Thu, 15 Feb 2001 20:51:48 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G4pmO34416;
	Thu, 15 Feb 2001 20:51:48 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102160451.f1G4pmO34416@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 20:51:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/vietnamese/vnxfonts Makefile pkg-plist
         ports/vietnamese/vnxfonts/files fonts.alias
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 20:51:46 PST

  Modified files:
    vietnamese/vnxfonts  Makefile pkg-plist 
  Added files:
    vietnamese/vnxfonts/files fonts.alias 
  Log:
  Add aliases.
  
  Revision  Changes    Path
  1.3       +3 -1      ports/vietnamese/vnxfonts/Makefile
  1.2       +2 -1      ports/vietnamese/vnxfonts/pkg-plist



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


From owner-cvs-all  Thu Feb 15 20:56:23 2001
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 CE88337B4EC; Thu, 15 Feb 2001 20:56:18 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G4uIJ35049;
	Thu, 15 Feb 2001 20:56:18 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102160456.f1G4uIJ35049@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Thu, 15 Feb 2001 20:56:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/archivers/9e Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/15 20:56:18 PST

  Modified files:
    archivers/9e         Makefile 
  Log:
  Fix the maintainer address.  (gehicks@cisco.co -> gehicks@cisco.com)
  
  Revision  Changes    Path
  1.3       +2 -2      ports/archivers/9e/Makefile



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


From owner-cvs-all  Thu Feb 15 22:11:29 2001
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 2F32137B401; Thu, 15 Feb 2001 22:11:23 -0800 (PST)
Received: (from imp@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G6BNv48411;
	Thu, 15 Feb 2001 22:11:23 -0800 (PST)
	(envelope-from imp)
Message-Id: <200102160611.f1G6BNv48411@freefall.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Thu, 15 Feb 2001 22:11:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/include stdio.h src/lib/libc Makefile
         src/lib/libc/stdio _flock_stub.c findfp.c fseek.c refill.c
         ungetc.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

imp         2001/02/15 22:11:22 PST

  Modified files:
    include              stdio.h 
    lib/libc             Makefile 
    lib/libc/stdio       _flock_stub.c findfp.c fseek.c refill.c 
                         ungetc.c 
  Log:
  Fix the current libc breakage in current:
  o Back out the __std* stuff.  Can't figure out how to do this right now,
    so we'll save it for late.
  o use _up as a pointer for extra fields that we need to access.
  o back out the libc major version bump.
  
  Submitted by: green
  reviewed by: peter, imp, green, obrien (to varying degrees).
  
  We'll fix the "how do we stop encoding sizeof(FILE) in binaries" part
  later.
  
  Revision  Changes    Path
  1.30      +12 -9     src/include/stdio.h
  1.30      +2 -2      src/lib/libc/Makefile
  1.6       +11 -1     src/lib/libc/stdio/_flock_stub.c
  1.14      +27 -16    src/lib/libc/stdio/findfp.c
  1.11      +2 -2      src/lib/libc/stdio/fseek.c
  1.11      +2 -2      src/lib/libc/stdio/refill.c
  1.9       +2 -2      src/lib/libc/stdio/ungetc.c



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


From owner-cvs-all  Thu Feb 15 22:53:52 2001
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 AE45B37B4EC; Thu, 15 Feb 2001 22:53:46 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G6rk253739;
	Thu, 15 Feb 2001 22:53:46 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102160653.f1G6rk253739@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 22:53:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim5 Makefile ports/editors/vim-lite
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 22:53:46 PST

  Modified files:
    editors/vim5         Makefile 
    editors/vim-lite     Makefile 
  Log:
  Tweak how we set PKGNAMESUFFIX.
  
  Submitted by:	sf
  
  Revision  Changes    Path
  1.102     +3 -2      ports/editors/vim5/Makefile
  1.12      +1 -3      ports/editors/vim-lite/Makefile



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


From owner-cvs-all  Thu Feb 15 23: 2:19 2001
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 72DBA37B4EC; Thu, 15 Feb 2001 23:02:14 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G72Ek54592;
	Thu, 15 Feb 2001 23:02:14 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102160702.f1G72Ek54592@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 23:02:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim6 pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 23:02:14 PST

  Modified files:
    editors/vim6         pkg-plist 
  Log:
  Add files I missed.
  
  Submitted by:	sf
  
  Revision  Changes    Path
  1.36      +39 -2     ports/editors/vim6/pkg-plist



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


From owner-cvs-all  Thu Feb 15 23: 2:38 2001
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 D731F37B4EC; Thu, 15 Feb 2001 23:02:29 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G72TJ54632;
	Thu, 15 Feb 2001 23:02:29 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102160702.f1G72TJ54632@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Thu, 15 Feb 2001 23:02:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim6 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/15 23:02:29 PST

  Modified files:
    editors/vim6         Makefile 
  Log:
  Tweak to try to help build a GTK version.
  
  Revision  Changes    Path
  1.107     +3 -2      ports/editors/vim6/Makefile



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


From owner-cvs-all  Thu Feb 15 23:32: 8 2001
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 CE57E37B491; Thu, 15 Feb 2001 23:32:00 -0800 (PST)
Received: (from kuriyama@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G7VuK59962;
	Thu, 15 Feb 2001 23:31:56 -0800 (PST)
	(envelope-from kuriyama)
Message-Id: <200102160731.f1G7VuK59962@freefall.freebsd.org>
From: Jun Kuriyama <kuriyama@FreeBSD.org>
Date: Thu, 15 Feb 2001 23:31:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postfix-current distinfo ports/mail/postfix-current/scripts
         configure.postfix
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kuriyama    2001/02/15 23:31:55 PST

  Modified files:
    mail/postfix-current distinfo 
    mail/postfix-current/scripts configure.postfix 
  Log:
  Add knob into configure.postfix for IPv6 patch.
  
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.20      +1 -0      ports/mail/postfix-current/distinfo
  1.5       +10 -1     ports/mail/postfix-current/scripts/configure.postfix



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


From owner-cvs-all  Thu Feb 15 23:51:44 2001
Delivered-To: cvs-all@freebsd.org
Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65])
	by hub.freebsd.org (Postfix) with ESMTP
	id 811CB37B401; Thu, 15 Feb 2001 23:51:31 -0800 (PST)
Received: (from ru@localhost)
	by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1G7pBx03960;
	Fri, 16 Feb 2001 09:51:11 +0200 (EET)
	(envelope-from ru)
Date: Fri, 16 Feb 2001 09:51:11 +0200
From: Ruslan Ermilov <ru@FreeBSD.org>
To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/etc/mtree BSD.local.dist BSD.release.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11-4.dist BSD.x11.dis
Message-ID: <20010216095111.D2869@sunbay.com>
Mail-Followup-To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>,
	cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
References: <20010215145021.A15725@sunbay.com> <200102151932.LAA63081@gndrsh.dnsmgr.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200102151932.LAA63081@gndrsh.dnsmgr.net>; from freebsd@gndrsh.dnsmgr.net on Thu, Feb 15, 2001 at 11:32:24AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Thu, Feb 15, 2001 at 11:32:24AM -0800, Rodney W. Grimes wrote:
> > On Thu, Feb 15, 2001 at 04:25:49AM -0800, Ruslan Ermilov wrote:
> > > ru          2001/02/15 04:25:49 PST
> > > 
> > >   Modified files:
> > >     etc/mtree            BSD.local.dist BSD.release.dist 
> > >                          BSD.root.dist BSD.usr.dist BSD.var.dist 
> > >                          BSD.x11-4.dist BSD.x11.dist 
> > >   Log:
> > >   Apparently, people do not listen for a plea to look into the
> > >   README file before making changes here.  Fix them once again.
> > >   
> > To avoid a mess and further simplify the things, I have introduced
> > the new style which, I hope, people will follow.  The idea is that
> > the first /set directive in a file always sets all the keywords to
> > their default values.  All subsequent /set directives (if present)
> > should be paired into an opening and closing directives, where the
> > first (opening) directive changes a set of keywords, and the second
> > (closing) directive assigns them back their default values.
> > 
> > To get the feeling, simply execute ``grep /set *.dist''.
> 
> If you think that people ignore the README, just wait to see how many
> people ignore this mail message....
> 
Oh common!  What I was asking for is whether you personally and others
that have been involved into keeping these files clean liked the idea.

> If you desire this to be done (and I have not looked at it, but from
> reading this email I don't have a problem with it) it should be
> documented in the README file.  Otherwise next time I do my annual mtree
> cleanout it will probably get nuked, since I will have forgotten
> about this email by then.
> 
Sure thing.  Because ``mtree -cdin'' script in the README really produces
non-optimal /set directives (as documented there), I though this would
significantly simplify things.

Rod, I you liked the idea, may I ask you to update the README with
a good Engligh?  :-)


Thanks,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


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


From owner-cvs-all  Fri Feb 16  1: 5:52 2001
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 9044837B401; Fri, 16 Feb 2001 01:05:49 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G95nG75044;
	Fri, 16 Feb 2001 01:05:49 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102160905.f1G95nG75044@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 16 Feb 2001 01:05:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man9 mbuf.9
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/16 01:05:49 PST

  Modified files:
    share/man/man9       mbuf.9 
  Log:
  mdoc(7) police: sanitize previous revision changes.
  
  Revision  Changes    Path
  1.11      +12 -9     src/share/man/man9/mbuf.9



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


From owner-cvs-all  Fri Feb 16  1: 9: 5 2001
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 EEC6237B491; Fri, 16 Feb 2001 01:08:59 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1G98xf75394;
	Fri, 16 Feb 2001 01:08:59 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102160908.f1G98xf75394@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Fri, 16 Feb 2001 01:08:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/bind8 Makefile ports/net/bind8/files message
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/16 01:08:59 PST

  Modified files:
    net/bind8            Makefile 
  Added files:
    net/bind8/files      message 
  Log:
  print warning message after install.
  
  PR:		25054
  Submitted by:	Christoph Weber-Fahr <Christoph.Weber-Fahr@arcor.net>
  Approved by:	maintainer
  
  Revision  Changes    Path
  1.22      +5 -1      ports/net/bind8/Makefile



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


From owner-cvs-all  Fri Feb 16  3: 7:12 2001
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 A27FA37B67D; Fri, 16 Feb 2001 03:07:08 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GB78H90865;
	Fri, 16 Feb 2001 03:07:08 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102161107.f1GB78H90865@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Fri, 16 Feb 2001 03:07:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/c2lib Makefile
         distinfo pkg-comment pkg-descr pkg-plist ports/devel/c2lib/files
         patch-Makefile.in patch-pstring.c patch-pstring.h
         patch-test_pstring.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/16 03:07:08 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/c2lib          Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    devel/c2lib/files    patch-Makefile.in patch-pstring.c 
                         patch-pstring.h patch-test_pstring.c 
  Log:
  add c2lib
  c2lib is a library of basic structures and memory allocators for C.
  It is designed to look similar to C++ STL with many powerful string
  features borrowed also from Perl.
  
  Revision  Changes    Path
  1.437     +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  Fri Feb 16  3: 7:32 2001
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 6213837B6A3; Fri, 16 Feb 2001 03:07:14 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GB7EQ90907;
	Fri, 16 Feb 2001 03:07:14 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102161107.f1GB7EQ90907@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Fri, 16 Feb 2001 03:07:13 -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

ijliao      2001/02/16 03:07:13 PST

  Modified files:
    .                    modules 
  Log:
    c2lib --> ports/devel/c2lib
  
  Revision  Changes    Path
  1.2428    +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  Fri Feb 16  3:28:26 2001
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 6816D37B401; Fri, 16 Feb 2001 03:28:23 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GBSN892682;
	Fri, 16 Feb 2001 03:28:23 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102161128.f1GBSN892682@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 16 Feb 2001 03:28:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/pkg_install/add pkg_add.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/16 03:28:23 PST

  Modified files:
    usr.sbin/pkg_install/add pkg_add.1 
  Log:
  mdoc(7) police: sanitize previous commit.
  
  Revision  Changes    Path
  1.43      +4 -3      src/usr.sbin/pkg_install/add/pkg_add.1



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


From owner-cvs-all  Fri Feb 16  3:35:46 2001
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 7D4AA37B4EC; Fri, 16 Feb 2001 03:35:40 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GBZet93313;
	Fri, 16 Feb 2001 03:35:40 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102161135.f1GBZet93313@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 16 Feb 2001 03:35:40 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/com_err compile_et.1
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/16 03:35:40 PST

  Modified files:
    contrib/com_err      compile_et.1 
  Log:
  SEE ALSO is the special name, and should not be taken in quotes,
  since -mdoc checks for the "SEE" word only to set its variables.
  In the SEE ALSO section, -mdoc automatically emits an empty line
  before each new reference.
  
  Revision  Changes    Path
  1.3       +2 -3      src/contrib/com_err/compile_et.1



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


From owner-cvs-all  Fri Feb 16  3:40: 3 2001
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 94BD737B401; Fri, 16 Feb 2001 03:39:58 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GBdwj93615;
	Fri, 16 Feb 2001 03:39:58 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102161139.f1GBdwj93615@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Fri, 16 Feb 2001 03:39:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/editors/vim6 Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/16 03:39:58 PST

  Modified files:
    editors/vim6         Makefile distinfo pkg-plist 
  Log:
  Update to Vim 6.0 beta V
  
  Revision  Changes    Path
  1.108     +2 -2      ports/editors/vim6/Makefile
  1.62      +2 -2      ports/editors/vim6/distinfo
  1.37      +3 -1      ports/editors/vim6/pkg-plist



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


From owner-cvs-all  Fri Feb 16  4:12:31 2001
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 4C3B137B503; Fri, 16 Feb 2001 04:12:22 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GCCM103287;
	Fri, 16 Feb 2001 04:12:22 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102161212.f1GCCM103287@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 16 Feb 2001 04:12:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/16 04:12:22 PST

  Modified files:        (Branch: RELENG_4)
    gnu/usr.bin/man/manpath manpath.c 
  Log:
  MFC: (rev 1.12) do not include non-absolute pathnames in manpath.
  
  Revision  Changes    Path
  1.11.2.1  +9 -1      src/gnu/usr.bin/man/manpath/manpath.c



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


From owner-cvs-all  Fri Feb 16  4:28:36 2001
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 33B3737B67D; Fri, 16 Feb 2001 04:28:31 -0800 (PST)
Received: (from ru@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GCSVT04540;
	Fri, 16 Feb 2001 04:28:31 -0800 (PST)
	(envelope-from ru)
Message-Id: <200102161228.f1GCSVT04540@freefall.freebsd.org>
From: Ruslan Ermilov <ru@FreeBSD.org>
Date: Fri, 16 Feb 2001 04:28:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/man/catman catman.perl
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ru          2001/02/16 04:28:31 PST

  Modified files:
    gnu/usr.bin/man/catman catman.perl 
  Log:
  Fix broken -L for short locale names.
  
  Revision  Changes    Path
  1.16      +3 -1      src/gnu/usr.bin/man/catman/catman.perl



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


From owner-cvs-all  Fri Feb 16  5: 9:24 2001
Delivered-To: cvs-all@freebsd.org
Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31])
	by hub.freebsd.org (Postfix) with ESMTP
	id 76B9937B491; Fri, 16 Feb 2001 05:09:16 -0800 (PST)
Received: (from des@localhost)
	by flood.ping.uio.no (8.9.3/8.9.3) id OAA13004;
	Fri, 16 Feb 2001 14:09:15 +0100 (CET)
	(envelope-from des@ofug.org)
X-URL: http://www.ofug.org/~des/
X-Disclaimer: The views expressed in this message do not necessarily
  coincide with those of any organisation or company with
  which I am or have been affiliated.
To: Will Andrews <will@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: CVSROOT modules
References: <200102151602.f1FG2Wn28608@freefall.freebsd.org>
From: Dag-Erling Smorgrav <des@ofug.org>
Date: 16 Feb 2001 14:09:15 +0100
In-Reply-To: Will Andrews's message of "Thu, 15 Feb 2001 08:02:32 -0800 (PST)"
Message-ID: <xzp66ialqpw.fsf@flood.ping.uio.no>
Lines: 9
User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Will Andrews <will@FreeBSD.org> writes:
>   Log:
>   Good-bye.

That's not very informative.

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


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


From owner-cvs-all  Fri Feb 16  5:29:49 2001
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 9EC1737B503; Fri, 16 Feb 2001 05:29:42 -0800 (PST)
Received: (from nyan@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GDTgx12586;
	Fri, 16 Feb 2001 05:29:42 -0800 (PST)
	(envelope-from nyan)
Message-Id: <200102161329.f1GDTgx12586@freefall.freebsd.org>
From: Takahashi Yoshihiro <nyan@FreeBSD.org>
Date: Fri, 16 Feb 2001 05:29:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/sound/pci es137x.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nyan        2001/02/16 05:29:42 PST

  Modified files:
    sys/dev/sound/pci    es137x.c 
  Log:
  Don't assume bus_space_handle_t == the start address of resource.
  Use rman_get_start() instead.
  
  Revision  Changes    Path
  1.31      +9 -5      src/sys/dev/sound/pci/es137x.c



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


From owner-cvs-all  Fri Feb 16  5:30:31 2001
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 8E24637B65D; Fri, 16 Feb 2001 05:30:27 -0800 (PST)
Received: (from nyan@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GDURe12699;
	Fri, 16 Feb 2001 05:30:27 -0800 (PST)
	(envelope-from nyan)
Message-Id: <200102161330.f1GDURe12699@freefall.freebsd.org>
From: Takahashi Yoshihiro <nyan@FreeBSD.org>
Date: Fri, 16 Feb 2001 05:30:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/newfs_msdos Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

nyan        2001/02/16 05:30:27 PST

  Modified files:
    sbin/newfs_msdos     Makefile 
  Log:
  Added pc98 support.
  
  Submitted by:	Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
  
  Revision  Changes    Path
  1.3       +5 -1      src/sbin/newfs_msdos/Makefile



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


From owner-cvs-all  Fri Feb 16  5:35:39 2001
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 C97E737B401; Fri, 16 Feb 2001 05:35:31 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GDZV913294;
	Fri, 16 Feb 2001 05:35:31 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102161335.f1GDZV913294@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Fri, 16 Feb 2001 05:35:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/chinese Makefile ports/chinese/firebird Makefile
         distinfo pkg-comment pkg-descr pkg-install pkg-plist
         ports/chinese/firebird/files bbs.sh.example patch-configure
         patch-src_Install.sh.in
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/16 05:35:31 PST

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/firebird     Makefile distinfo pkg-comment pkg-descr 
                         pkg-install pkg-plist 
    chinese/firebird/files bbs.sh.example patch-configure 
                           patch-src_Install.sh.in 
  Log:
  Firebird BBS is widely used telnet based Bulletin Board System in
  Chinese Internet Community.
  In Taiwan, there're over 300 BBS sites using Firebird, about 50 sites in china,
  and about 20 worldwide (USA, UK, Canada, Austrailla and many countries can be
  find Firebird) and over thousands of users on-line at the same time in biggest
  BBS site.
  For more information, ref: http://www.firebird.org.tw/
  
  PR:		ports/24899
  Submitted by:	Edward Ping-Da Chuan <edwardc@firebird.com.tw>
  
  Revision  Changes    Path
  1.80      +2 -1      ports/chinese/Makefile



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


From owner-cvs-all  Fri Feb 16  5:35:52 2001
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 F0BC937B684; Fri, 16 Feb 2001 05:35:35 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GDZZ913328;
	Fri, 16 Feb 2001 05:35:35 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102161335.f1GDZZ913328@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Fri, 16 Feb 2001 05:35:35 -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

vanilla     2001/02/16 05:35:35 PST

  Modified files:
    .                    modules 
  Log:
    firebird --> ports/chinese/firebird
  
  Revision  Changes    Path
  1.2429    +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  Fri Feb 16  6:31:53 2001
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 8231237B491; Fri, 16 Feb 2001 06:31:50 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GEVoa21701;
	Fri, 16 Feb 2001 06:31:50 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102161431.f1GEVoa21701@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Fri, 16 Feb 2001 06:31:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys mount.h uio.h src/sys/kern kern_subr.c
         vfs_syscalls.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/16 06:31:50 PST

  Modified files:
    sys/sys              mount.h uio.h 
    sys/kern             kern_subr.c vfs_syscalls.c 
  Log:
  Introduce copyinfrom and copyinstrfrom, which can copy data from either
  user or kernel space.  This will allow layering of os-compat (e.g.: linux)
  system calls.  Apply the changes to mount.
  
  Revision  Changes    Path
  1.100     +3 -1      src/sys/sys/mount.h
  1.12      +4 -1      src/sys/sys/uio.h
  1.42      +37 -1     src/sys/kern/kern_subr.c
  1.177     +14 -5     src/sys/kern/vfs_syscalls.c



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


From owner-cvs-all  Fri Feb 16  6:42:19 2001
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 9F31137B401; Fri, 16 Feb 2001 06:42:12 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GEgCd46508;
	Fri, 16 Feb 2001 06:42:12 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102161442.f1GEgCd46508@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Fri, 16 Feb 2001 06:42:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/linux syscalls.master linux.h
         src/sys/alpha/linux syscalls.master linux.h src/sys/compat/linux
         linux_file.c linux_misc.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/16 06:42:12 PST

  Modified files:
    sys/i386/linux       syscalls.master linux.h 
    sys/alpha/linux      syscalls.master linux.h 
    sys/compat/linux     linux_file.c linux_misc.c 
  Log:
  Add mount syscall to linux emulation.  Also improve emulation of reboot.
  
  Revision  Changes    Path
  1.39      +7 -5      src/sys/i386/linux/syscalls.master
  1.52      +10 -1     src/sys/i386/linux/linux.h
  1.43      +7 -5      src/sys/alpha/linux/syscalls.master
  1.50      +10 -1     src/sys/alpha/linux/linux.h
  1.50      +90 -1     src/sys/compat/linux/linux_file.c
  1.95      +21 -1     src/sys/compat/linux/linux_misc.c



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


From owner-cvs-all  Fri Feb 16  6:46:21 2001
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 7970B37B503; Fri, 16 Feb 2001 06:46:18 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GEkIo64331;
	Fri, 16 Feb 2001 06:46:18 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102161446.f1GEkIo64331@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Fri, 16 Feb 2001 06:46:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/linux linux_dummy.c src/sys/alpha/linux
         linux_dummy.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/16 06:46:18 PST

  Modified files:
    sys/i386/linux       linux_dummy.c 
    sys/alpha/linux      linux_dummy.c 
  Log:
  Remove dummy stub functions.
  
  Revision  Changes    Path
  1.28      +1 -4      src/sys/i386/linux/linux_dummy.c
  1.31      +1 -3      src/sys/alpha/linux/linux_dummy.c



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


From owner-cvs-all  Fri Feb 16  6:47:27 2001
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 29A1E37B401; Fri, 16 Feb 2001 06:47:25 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GElP868661;
	Fri, 16 Feb 2001 06:47:25 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102161447.f1GElP868661@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Fri, 16 Feb 2001 06:47:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h
         linux_sysent.c src/sys/alpha/linux linux_proto.h linux_syscall.h
         linux_sysent.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/16 06:47:25 PST

  Modified files:
    sys/i386/linux       linux_proto.h linux_syscall.h 
                         linux_sysent.c 
    sys/alpha/linux      linux_proto.h linux_syscall.h 
                         linux_sysent.c 
  Log:
  Re-gen auto generated files.
  
  Revision  Changes    Path
  1.41      +15 -4     src/sys/i386/linux/linux_proto.h
  1.36      +2 -2      src/sys/i386/linux/linux_syscall.h
  1.42      +5 -5      src/sys/i386/linux/linux_sysent.c
  1.2       +20 -1     src/sys/alpha/linux/linux_proto.h
  1.2       +3 -1      src/sys/alpha/linux/linux_syscall.h
  1.2       +4 -4      src/sys/alpha/linux/linux_sysent.c



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


From owner-cvs-all  Fri Feb 16  7:14:17 2001
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 DB4B537B491; Fri, 16 Feb 2001 07:14:05 -0800 (PST)
Received: (from jdp@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GFE5h15290;
	Fri, 16 Feb 2001 07:14:05 -0800 (PST)
	(envelope-from jdp)
Message-Id: <200102161514.f1GFE5h15290@freefall.freebsd.org>
From: John Polstra <jdp@FreeBSD.org>
Date: Fri, 16 Feb 2001 07:14:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/commercial consulting.raw
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jdp         2001/02/16 07:14:05 PST

  Modified files:
    en/commercial        consulting.raw 
  Log:
  Update information for GNUTEC.
  
  Submitted by:	Kyle Amon <amonk@gnutec.com>
  
  Revision  Changes    Path
  1.50      +4 -4      www/en/commercial/consulting.raw



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


From owner-cvs-all  Fri Feb 16  8:27:41 2001
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 0D7EE37B503; Fri, 16 Feb 2001 08:27:33 -0800 (PST)
Received: (from des@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GGRWK25526;
	Fri, 16 Feb 2001 08:27:32 -0800 (PST)
	(envelope-from des)
Message-Id: <200102161627.f1GGRWK25526@freefall.freebsd.org>
From: Dag-Erling Smorgrav <des@FreeBSD.org>
Date: Fri, 16 Feb 2001 08:27:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/savecore savecore.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

des         2001/02/16 08:27:32 PST

  Modified files:
    sbin/savecore        savecore.c 
  Log:
  Add a -k option that prevents clearing the dump after saving it.
  
  Use sysctlbyname() instead of sysctl().
  
  Clear up and simplify the version extraction code.
  
  Attempt to detect stretches of zeroes in the dump and avoid writing
  them to disk to save space and time.
  
  Revision  Changes    Path
  1.37      +58 -17    src/sbin/savecore/savecore.c



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


From owner-cvs-all  Fri Feb 16  8:28:45 2001
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 A100337B65D; Fri, 16 Feb 2001 08:28:36 -0800 (PST)
Received: (from des@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GGSaB25615;
	Fri, 16 Feb 2001 08:28:36 -0800 (PST)
	(envelope-from des)
Message-Id: <200102161628.f1GGSaB25615@freefall.freebsd.org>
From: Dag-Erling Smorgrav <des@FreeBSD.org>
Date: Fri, 16 Feb 2001 08:28:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/savecore savecore.c savecore.8
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

des         2001/02/16 08:28:36 PST

  Modified files:
    sbin/savecore        savecore.c savecore.8 
  Log:
  Document the new -k option in usage message and man page.
  
  Revision  Changes    Path
  1.38      +2 -2      src/sbin/savecore/savecore.c
  1.11      +4 -2      src/sbin/savecore/savecore.8



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


From owner-cvs-all  Fri Feb 16  8:40:49 2001
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 DC41B37B401; Fri, 16 Feb 2001 08:40:44 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GGeiA27289;
	Fri, 16 Feb 2001 08:40:44 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102161640.f1GGeiA27289@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Fri, 16 Feb 2001 08:40:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/compat/linux linux_file.c linux_ioctl.c
         linux_mib.c linux_misc.c linux_signal.c linux_stats.c
         src/sys/i386/linux linux.h linux_machdep.c linux_sysvec.c
         src/sys/alpha/linux linux.h linux_machdep.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/16 08:40:44 PST

  Modified files:
    sys/compat/linux     linux_file.c linux_ioctl.c linux_mib.c 
                         linux_misc.c linux_signal.c linux_stats.c 
    sys/i386/linux       linux.h linux_machdep.c linux_sysvec.c 
    sys/alpha/linux      linux.h linux_machdep.c 
  Log:
  Allow debugging output to be controlled on a per-syscall granularity.
  Also clean up debugging output in a slightly more uniform fashion.
  
  The default behavior remains the same (all debugging output is turned on)
  
  Revision  Changes    Path
  1.51      +49 -42    src/sys/compat/linux/linux_file.c
  1.62      +46 -35    src/sys/compat/linux/linux_ioctl.c
  1.9       +62 -1     src/sys/compat/linux/linux_mib.c
  1.96      +73 -50    src/sys/compat/linux/linux_misc.c
  1.29      +22 -16    src/sys/compat/linux/linux_signal.c
  1.30      +13 -9     src/sys/compat/linux/linux_stats.c
  1.53      +9 -1      src/sys/i386/linux/linux.h
  1.12      +40 -30    src/sys/i386/linux/linux_machdep.c
  1.74      +21 -17    src/sys/i386/linux/linux_sysvec.c
  1.51      +9 -1      src/sys/alpha/linux/linux.h
  1.10      +46 -36    src/sys/alpha/linux/linux_machdep.c



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


From owner-cvs-all  Fri Feb 16  8:54:58 2001
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 DCB5537B401; Fri, 16 Feb 2001 08:54:52 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GGsqO28695;
	Fri, 16 Feb 2001 08:54:52 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102161654.f1GGsqO28695@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Fri, 16 Feb 2001 08:54:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games/mahjong Makefile distinfo
         ports/games/mahjong/files patch-Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ijliao      2001/02/16 08:54:52 PST

  Modified files:
    games/mahjong        Makefile distinfo 
    games/mahjong/files  patch-Makefile 
  Log:
  update to 1.0.2
  
  Revision  Changes    Path
  1.2       +6 -2      ports/games/mahjong/Makefile
  1.2       +1 -1      ports/games/mahjong/distinfo
  1.2       +12 -21    ports/games/mahjong/files/patch-Makefile



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


From owner-cvs-all  Fri Feb 16  9:10:40 2001
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 5BB8C37B65D; Fri, 16 Feb 2001 09:10:29 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHATd32659;
	Fri, 16 Feb 2001 09:10:29 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102161710.f1GHATd32659@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:10:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net bpf.c bpfdesc.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/16 09:10:29 PST

  Modified files:
    sys/net              bpf.c bpfdesc.h 
  Log:
  Add mutexes to the entire bpf subsystem to make it MPSAFE.
  
  Previously reviewed by: jhb, bde
  
  Revision  Changes    Path
  1.76      +89 -161   src/sys/net/bpf.c
  1.17      +9 -1      src/sys/net/bpfdesc.h



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


From owner-cvs-all  Fri Feb 16  9:16:52 2001
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 2789237B65D; Fri, 16 Feb 2001 09:16:50 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHGos33539;
	Fri, 16 Feb 2001 09:16:50 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102161716.f1GHGos33539@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:16:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/webmin Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/16 09:16:50 PST

  Modified files:
    sysutils/webmin      Makefile 
  Log:
  Change MASTER_SITES to the new tarball home.
  
  Submitted by:	Henk Wevers <wevers@cg.nu>
  
  Revision  Changes    Path
  1.32      +3 -3      ports/sysutils/webmin/Makefile



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


From owner-cvs-all  Fri Feb 16  9:29:34 2001
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 BC34237B4EC; Fri, 16 Feb 2001 09:29:24 -0800 (PST)
Received: (from reg@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHTOx34923;
	Fri, 16 Feb 2001 09:29:24 -0800 (PST)
	(envelope-from reg)
Message-Id: <200102161729.f1GHTOx34923@freefall.freebsd.org>
From: Jeremy Lea <reg@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:29:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist
         ports/www/mozilla/files patch-ap patch-aq patch-qt patch-ao
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

reg         2001/02/16 09:29:24 PST

  Modified files:
    www/mozilla          Makefile distinfo pkg-plist 
    www/mozilla/files    patch-ap patch-aq patch-qt 
  Removed files:
    www/mozilla/files    patch-ao 
  Log:
  Update to 0.8.  No major changes in the port, only regenerated patches.
  
  patch-ao was merged in a slightly different form.
  
  Revision  Changes    Path
  1.57      +2 -3      ports/www/mozilla/Makefile
  1.31      +1 -1      ports/www/mozilla/distinfo
  1.33      +81 -31    ports/www/mozilla/pkg-plist
  1.2       +10 -10    ports/www/mozilla/files/patch-ap
  1.2       +2 -2      ports/www/mozilla/files/patch-aq
  1.6       +5 -5      ports/www/mozilla/files/patch-qt



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


From owner-cvs-all  Fri Feb 16  9:37:40 2001
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 F249F37B491; Fri, 16 Feb 2001 09:37:31 -0800 (PST)
Received: (from archie@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHbVB35748;
	Fri, 16 Feb 2001 09:37:31 -0800 (PST)
	(envelope-from archie)
Message-Id: <200102161737.f1GHbVB35748@freefall.freebsd.org>
From: Archie Cobbs <archie@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:37:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netgraph ng_ksocket.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

archie      2001/02/16 09:37:31 PST

  Modified files:
    sys/netgraph         ng_ksocket.c 
  Log:
  Fix an erroneous comment and two style(9) bugs.
  
  Revision  Changes    Path
  1.19      +6 -4      src/sys/netgraph/ng_ksocket.c



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


From owner-cvs-all  Fri Feb 16  9:37:54 2001
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 C91C137B491; Fri, 16 Feb 2001 09:37:49 -0800 (PST)
Received: (from archie@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHbnt35792;
	Fri, 16 Feb 2001 09:37:49 -0800 (PST)
	(envelope-from archie)
Message-Id: <200102161737.f1GHbnt35792@freefall.freebsd.org>
From: Archie Cobbs <archie@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:37:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netgraph ng_ksocket.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

archie      2001/02/16 09:37:49 PST

  Modified files:        (Branch: RELENG_4)
    sys/netgraph         ng_ksocket.c 
  Log:
  MFC: fix an erroneous comment.
  
  Revision  Changes    Path
  1.5.2.6   +2 -2      src/sys/netgraph/ng_ksocket.c



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


From owner-cvs-all  Fri Feb 16  9:42:11 2001
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 EA13B37B6AC; Fri, 16 Feb 2001 09:41:59 -0800 (PST)
Received: (from archie@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHfxW36304;
	Fri, 16 Feb 2001 09:41:59 -0800 (PST)
	(envelope-from archie)
Message-Id: <200102161741.f1GHfxW36304@freefall.freebsd.org>
From: Archie Cobbs <archie@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:41:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/net if_ethersubr.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

archie      2001/02/16 09:41:59 PST

  Modified files:        (Branch: RELENG_4)
    sys/net              if_ethersubr.c 
  Log:
  MFC: (rev. 1.89): relocate unicast Ethernet frame hardware addresss check.
  
  Revision   Changes    Path
  1.70.2.13  +15 -11    src/sys/net/if_ethersubr.c



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


From owner-cvs-all  Fri Feb 16  9:52:36 2001
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 9671137B491; Fri, 16 Feb 2001 09:52:34 -0800 (PST)
Received: (from bmah@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHqYS38265;
	Fri, 16 Feb 2001 09:52:34 -0800 (PST)
	(envelope-from bmah)
Message-Id: <200102161752.f1GHqYS38265@freefall.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:52:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.pl
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmah        2001/02/16 09:52:34 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/pkg_install/version pkg_version.pl 
  Log:
  MFC:  Prevent "pkg_version -c | sh" abuse.
  
  	pkg_version.pl: 1.15->1.16
  
  Revision  Changes    Path
  1.4.2.7   +15 -1     src/usr.sbin/pkg_install/version/pkg_version.pl



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


From owner-cvs-all  Fri Feb 16  9:53: 5 2001
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 DA69B37B503; Fri, 16 Feb 2001 09:53:02 -0800 (PST)
Received: (from bmah@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GHr2f38339;
	Fri, 16 Feb 2001 09:53:02 -0800 (PST)
	(envelope-from bmah)
Message-Id: <200102161753.f1GHr2f38339@freefall.freebsd.org>
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Fri, 16 Feb 2001 09:53:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.pl
X-FreeBSD-CVS-Branch: RELENG_3
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bmah        2001/02/16 09:53:02 PST

  Modified files:        (Branch: RELENG_3)
    usr.sbin/pkg_install/version pkg_version.pl 
  Log:
  MFC:  Prevent "pkg_version -c | sh" abuse.
  
  	pkg_version.pl: 1.15 -> 1.16
  
  Revision  Changes    Path
  1.2.2.5   +15 -1     src/usr.sbin/pkg_install/version/pkg_version.pl



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


From owner-cvs-all  Fri Feb 16 10:11: 8 2001
Delivered-To: cvs-all@freebsd.org
Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2108937B503; Fri, 16 Feb 2001 10:11:00 -0800 (PST)
Received: from mail.cicely.de (cicely.de [194.231.9.142])
	by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f1GIA9D16944
	(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK);
	Fri, 16 Feb 2001 19:10:11 +0100 (MET)
Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5])
	by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id f1GIAiP14330
	(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO);
	Fri, 16 Feb 2001 19:10:46 +0100 (CET)
Received: (from ticso@localhost)
	by cicely5.cicely.de (8.11.1/8.11.1) id f1GIAfh32891;
	Fri, 16 Feb 2001 19:10:41 +0100 (CET)
	(envelope-from ticso)
Date: Fri, 16 Feb 2001 19:10:41 +0100
From: Bernd Walter <ticso@cicely5.cicely.de>
To: Brian Somers <brian@Awfulhak.org>
Cc: Peter Wemm <peter@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/etc crontab
Message-ID: <20010216191041.B32780@cicely5.cicely.de>
References: <peter@FreeBSD.org> <200102160018.f1G0I2106462@hak.lan.Awfulhak.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <200102160018.f1G0I2106462@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Fri, Feb 16, 2001 at 12:18:02AM +0000
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Fri, Feb 16, 2001 at 12:18:02AM +0000, Brian Somers wrote:
> I think this'd be more suited to being a daily script and should be 
> turn-offable in periodic.conf.
> 
> It'd probably also be better to source the rc.conf files and not 
> bother doing anythin if $sendmail_flags contains '-[a-zA-Z]*q'.
> 
> The reason I don't like /etc/crontab having this is that I keep all 
> (well, most of) my machines with virgin /etc/crontab files and all 
> local root crontabs are maintained with crontab(1).  This just makes 
> the mergemaster bit one step longer (for people who don't want to run 
> this extra sendmail -q) :-(

And I like to start sendmail with special parameters:
/usr/sbin/sendmail -bd -OLogLevel=14 -C /databases/mail/sendmail.cf       -ODae=A=10.1.6.9
/usr/sbin/sendmail -bd -OLogLevel=14 -C /databases/mail/sendmail.cf       -ODae=Family=inet6,A=fec0:0:0:103::7
/usr/sbin/sendmail -bd -OLogLevel=14 -C /databases/mail/sendmail.cf       -ODae=A=127.0.0.1
/usr/sbin/sendmail -bd -OLogLevel=14 -C /databases/mail/sendmail.cf       -ODae=Family=inet6,A=::1
/usr/sbin/sendmail     -OLogLevel=14 -C /databases/mail/sendmail.cf       -q30m
/usr/sbin/sendmail -bd -OLogLevel=14 -C /databases/mail/sendmail.mail2.cf -ODae=A=10.1.129.2

Yes - I am one of those who don't want to run this extra sendmail -q.
Switchable via periodic.conf would be fine as it doesn't hurt when updateing
once you've setup it properly.

> 
> > peter       2001/02/14 17:34:37 PST
> > 
> >   Modified files:
> >     etc                  crontab 
> >   Log:
> >   Manually run /usr/sbin/sendmail -q once a day.  Folks seem to be too
> >   trigger happy and turn off sendmail_enable entirely (instead of setting
> >   sendmail_flags to -q30m instead).  I have seen boxes with things like daily
> >   run reports that have sat in mailq for 5 months.  Since /usr/sbin/sendmail
> >   is actually mailwrapper, this should be safe for the other plugins that
> >   provide the sendmail calling interface.
> >   
> >   Revision  Changes    Path
> >   1.30      +5 -1      src/etc/crontab

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de



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


From owner-cvs-all  Fri Feb 16 10:21:42 2001
Delivered-To: cvs-all@freebsd.org
Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4E4F837B401; Fri, 16 Feb 2001 10:21:36 -0800 (PST)
Received: (from dillon@localhost)
	by earth.backplane.com (8.11.2/8.9.3) id f1GILOL99128;
	Fri, 16 Feb 2001 10:21:24 -0800 (PST)
	(envelope-from dillon)
Date: Fri, 16 Feb 2001 10:21:24 -0800 (PST)
From: Matt Dillon <dillon@earth.backplane.com>
Message-Id: <200102161821.f1GILOL99128@earth.backplane.com>
To: Bernd Walter <ticso@cicely5.cicely.de>
Cc: Brian Somers <brian@Awfulhak.org>,
	Peter Wemm <peter@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/etc crontab
References: <peter@FreeBSD.org> <200102160018.f1G0I2106462@hak.lan.Awfulhak.org> <20010216191041.B32780@cicely5.cicely.de>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

    I would recommend splitting the -bd and -q options in rc.conf ...
    sendmail shouldn't be running both from the same process instance anyway.
    (this from my experience running sendmail at BEST, at home, at Backplane,
    etc...).  Simply have two rc.conf variables for sendmail:

    sendmail_enable="YES"
    sendmail_flags="-bd"

    sendmailq_enable="YES"	# suggest you leave this on even if 
    sendmailq_flags="-q30m"	# the sendmail daemon is turned off.

    Then get rid of the period entry for sendmail, it violates the rc.conf
    configuration methodology in a very bad way.  This way when people
    upgrade, they will automatically get the queue-run code even if their
    original rc.conf turned off the daemon.  The only mod they have to make
    to truely turn sendmail off is to add sendmailq_enable="NO".

						-Matt



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


From owner-cvs-all  Fri Feb 16 10:43:42 2001
Delivered-To: cvs-all@freebsd.org
Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57])
	by hub.freebsd.org (Postfix) with ESMTP
	id 075E337B4EC; Fri, 16 Feb 2001 10:43:35 -0800 (PST)
Received: from mail.cicely.de (cicely.de [194.231.9.142])
	by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f1GIgsD21385
	(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK);
	Fri, 16 Feb 2001 19:42:56 +0100 (MET)
Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5])
	by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id f1GIhQP14450
	(using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO);
	Fri, 16 Feb 2001 19:43:27 +0100 (CET)
Received: (from ticso@localhost)
	by cicely5.cicely.de (8.11.1/8.11.1) id f1GIhQW32969;
	Fri, 16 Feb 2001 19:43:26 +0100 (CET)
	(envelope-from ticso)
Date: Fri, 16 Feb 2001 19:43:25 +0100
From: Bernd Walter <ticso@cicely5.cicely.de>
To: Matt Dillon <dillon@earth.backplane.com>
Cc: Brian Somers <brian@Awfulhak.org>,
	Peter Wemm <peter@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/etc crontab
Message-ID: <20010216194325.B32928@cicely5.cicely.de>
References: <peter@FreeBSD.org> <200102160018.f1G0I2106462@hak.lan.Awfulhak.org> <20010216191041.B32780@cicely5.cicely.de> <200102161821.f1GILOL99128@earth.backplane.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <200102161821.f1GILOL99128@earth.backplane.com>; from dillon@earth.backplane.com on Fri, Feb 16, 2001 at 10:21:24AM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

On Fri, Feb 16, 2001 at 10:21:24AM -0800, Matt Dillon wrote:
>     I would recommend splitting the -bd and -q options in rc.conf ...
>     sendmail shouldn't be running both from the same process instance anyway.
>     (this from my experience running sendmail at BEST, at home, at Backplane,
>     etc...).  Simply have two rc.conf variables for sendmail:
> 
>     sendmail_enable="YES"
>     sendmail_flags="-bd"
> 
>     sendmailq_enable="YES"	# suggest you leave this on even if 
>     sendmailq_flags="-q30m"	# the sendmail daemon is turned off.
> 
>     Then get rid of the period entry for sendmail, it violates the rc.conf
>     configuration methodology in a very bad way.  This way when people
>     upgrade, they will automatically get the queue-run code even if their
>     original rc.conf turned off the daemon.  The only mod they have to make
>     to truely turn sendmail off is to add sendmailq_enable="NO".

With this you can't rely on the pid file because they share the same.
I've learned not to use it because it wasn't cofigureable in older
sendmail versions but others may still make use of it.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de



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


From owner-cvs-all  Fri Feb 16 10:54:12 2001
Delivered-To: cvs-all@freebsd.org
Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67])
	by hub.freebsd.org (Postfix) with ESMTP
	id A7A4637B4EC; Fri, 16 Feb 2001 10:54:06 -0800 (PST)
Received: (from dillon@localhost)
	by earth.backplane.com (8.11.2/8.9.3) id f1GIrwv00539;
	Fri, 16 Feb 2001 10:53:58 -0800 (PST)
	(envelope-from dillon)
Date: Fri, 16 Feb 2001 10:53:58 -0800 (PST)
From: Matt Dillon <dillon@earth.backplane.com>
Message-Id: <200102161853.f1GIrwv00539@earth.backplane.com>
To: Bernd Walter <ticso@cicely5.cicely.de>
Cc: Brian Somers <brian@Awfulhak.org>,
	Peter Wemm <peter@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG,
	cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/etc crontab
References: <peter@FreeBSD.org> <200102160018.f1G0I2106462@hak.lan.Awfulhak.org> <20010216191041.B32780@cicely5.cicely.de> <200102161821.f1GILOL99128@earth.backplane.com> <20010216194325.B32928@cicely5.cicely.de>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


:On Fri, Feb 16, 2001 at 10:21:24AM -0800, Matt Dillon wrote:
:>     I would recommend splitting the -bd and -q options in rc.conf ...
:>     sendmail shouldn't be running both from the same process instance anyway.
:>     (this from my experience running sendmail at BEST, at home, at Backplane,
:>     etc...).  Simply have two rc.conf variables for sendmail:
:> 
:>     sendmail_enable="YES"
:>     sendmail_flags="-bd"
:> 
:>     sendmailq_enable="YES"	# suggest you leave this on even if 
:>     sendmailq_flags="-q30m"	# the sendmail daemon is turned off.
:> 
:>     Then get rid of the period entry for sendmail, it violates the rc.conf
:>     configuration methodology in a very bad way.  This way when people
:>     upgrade, they will automatically get the queue-run code even if their
:>     original rc.conf turned off the daemon.  The only mod they have to make
:>     to truely turn sendmail off is to add sendmailq_enable="NO".
:
:With this you can't rely on the pid file because they share the same.
:I've learned not to use it because it wasn't cofigureable in older
:sendmail versions but others may still make use of it.
:
:-- 
:B.Walter              COSMO-Project         http://www.cosmo-project.de
:ticso@cicely.de         Usergroup           info@cosmo-project.de

    Not an issue.  Just use -O PidFile=... to specify a different pid file
    for the sendmailq.

						-Matt



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


From owner-cvs-all  Fri Feb 16 11:42:49 2001
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 C70EB37B401; Fri, 16 Feb 2001 11:42:42 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GJgge55630;
	Fri, 16 Feb 2001 11:42:42 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102161942.f1GJgge55630@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Fri, 16 Feb 2001 11:42:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-wm/sawfish Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/16 11:42:41 PST

  Modified files:
    x11-wm/sawfish       Makefile distinfo pkg-plist 
  Log:
  Update to 0.37.2.
  
  Revision  Changes    Path
  1.41      +2 -2      ports/x11-wm/sawfish/Makefile
  1.26      +1 -1      ports/x11-wm/sawfish/distinfo
  1.31      +2 -1      ports/x11-wm/sawfish/pkg-plist



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


From owner-cvs-all  Fri Feb 16 11:46: 1 2001
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 6EB7837B401; Fri, 16 Feb 2001 11:45:58 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GJjws56128;
	Fri, 16 Feb 2001 11:45:58 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102161945.f1GJjws56128@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Fri, 16 Feb 2001 11:45:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/sdl-devel Makefile distinfo pkg-plist
         ports/devel/sdl-devel/files patch-src_audio_SDL__audio.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/16 11:45:58 PST

  Modified files:
    devel/sdl-devel      Makefile distinfo pkg-plist 
  Removed files:
    devel/sdl-devel/files patch-src_audio_SDL__audio.c 
  Log:
  Update to 1.1.8.
  
  Revision  Changes    Path
  1.33      +2 -3      ports/devel/sdl-devel/Makefile
  1.14      +1 -1      ports/devel/sdl-devel/distinfo
  1.16      +1 -1      ports/devel/sdl-devel/pkg-plist



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


From owner-cvs-all  Fri Feb 16 11:48:22 2001
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 98C9B37B4EC; Fri, 16 Feb 2001 11:48:13 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GJmDW56644;
	Fri, 16 Feb 2001 11:48:13 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102161948.f1GJmDW56644@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Fri, 16 Feb 2001 11:48:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/pysol-sound-server Makefile ports/audio/sdl_mixer
         Makefile ports/graphics/avifile Makefile ports/graphics/sdl_image
         Makefile ports/graphics/sdl_ttf Makefile ports/graphics/smpeg
         Makefile ports/graphics/xmps Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/16 11:48:13 PST

  Modified files:
    audio/pysol-sound-server Makefile 
    audio/sdl_mixer      Makefile 
    graphics/avifile     Makefile 
    graphics/sdl_image   Makefile 
    graphics/sdl_ttf     Makefile 
    graphics/smpeg       Makefile 
    graphics/xmps        Makefile 
  Log:
  Update SDL shared library version number.
  
  Revision  Changes    Path
  1.14      +2 -2      ports/audio/pysol-sound-server/Makefile
  1.8       +2 -2      ports/audio/sdl_mixer/Makefile
  1.12      +2 -2      ports/graphics/avifile/Makefile
  1.4       +2 -2      ports/graphics/sdl_image/Makefile
  1.4       +2 -2      ports/graphics/sdl_ttf/Makefile
  1.14      +2 -2      ports/graphics/smpeg/Makefile
  1.10      +1 -1      ports/graphics/xmps/Makefile



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


From owner-cvs-all  Fri Feb 16 12: 8:11 2001
Delivered-To: cvs-all@freebsd.org
Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18])
	by hub.freebsd.org (Postfix) with ESMTP
	id E944637B67D; Fri, 16 Feb 2001 12:07:03 -0800 (PST)
Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112])
	by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1GK6Nn29327;
	Fri, 16 Feb 2001 22:06:33 +0200
Received: (from max@localhost)
	by vic.sabbo.net (8.11.2/8.11.2) id f1GK6Pu67251;
	Fri, 16 Feb 2001 22:06:25 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
From: Maxim Sobolev <sobomax@freebsd.org>
Message-Id: <200102162006.f1GK6Pu67251@vic.sabbo.net>
Subject: Strange commit statistics misbehaviour [Re: cvs commit: ports/audio/pysol-sound-server Makefile ports/audio/sdl_mixer]
To: sobomax@freebsd.org (Maxim Sobolev)
Date: Fri, 16 Feb 2001 22:06:24 +0200 (EET)
Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs@freebsd.org
In-Reply-To: <200102161948.f1GJmDW56644@freefall.freebsd.org> from "Maxim Sobolev" at Feb 16, 2001 11:48:13 AM
X-Mailer: ELM [version 2.5 PL3]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> 
> sobomax     2001/02/16 11:48:13 PST
> 
>   Modified files:
>     audio/pysol-sound-server Makefile 
>     audio/sdl_mixer      Makefile 
>     graphics/avifile     Makefile 
>     graphics/sdl_image   Makefile 
>     graphics/sdl_ttf     Makefile 
>     graphics/smpeg       Makefile 
>     graphics/xmps        Makefile 
>   Log:
>   Update SDL shared library version number.
>   
>   Revision  Changes    Path
>   1.14      +2 -2      ports/audio/pysol-sound-server/Makefile
>   1.8       +2 -2      ports/audio/sdl_mixer/Makefile
>   1.12      +2 -2      ports/graphics/avifile/Makefile
>   1.4       +2 -2      ports/graphics/sdl_image/Makefile
>   1.4       +2 -2      ports/graphics/sdl_ttf/Makefile
>   1.14      +2 -2      ports/graphics/smpeg/Makefile
>   1.10      +1 -1      ports/graphics/xmps/Makefile
	      ^^^^^
Could someone explain why the last line differs from all previous? The change
in question was exactly the same and cvs diff indicates that two lines had
been changed (LIB_DEPENDS and $FreeBSD$).

For example compare:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/smpeg/Makefile.diff?r1=1.13&r2=1.14
http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/xmps/Makefile.diff?r1=1.9&r2=1.10

Just curious...

-Maxim


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


From owner-cvs-all  Fri Feb 16 13: 9:57 2001
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 068DE37B67D; Fri, 16 Feb 2001 13:09:50 -0800 (PST)
Received: (from imp@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GL9nt70004;
	Fri, 16 Feb 2001 13:09:49 -0800 (PST)
	(envelope-from imp)
Message-Id: <200102162109.f1GL9nt70004@freefall.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Fri, 16 Feb 2001 13:09:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdio findfp.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

imp         2001/02/16 13:09:49 PST

  Modified files:
    lib/libc/stdio       findfp.c 
  Log:
  Extra needs to be initialized for our usual pool of FILEs.  This was
  causing some versions of as to dump core.  This survived make
  buildworld/installworld and the building gettext port afterwards.
  
  Submitted by: <nnd@mail.nsk.ru> "N.Dudorov"
  Reviewed by: "Daniel M. Eischen" <eischen@vigrid.com>
  
  Revision  Changes    Path
  1.15      +15 -4     src/lib/libc/stdio/findfp.c



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


From owner-cvs-all  Fri Feb 16 13:33:44 2001
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 34EB437B401; Fri, 16 Feb 2001 13:33:38 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GLXcp72557;
	Fri, 16 Feb 2001 13:33:38 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102162133.f1GLXcp72557@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Fri, 16 Feb 2001 13:33:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/graphics/linux-bmrt pkg-descr ports/graphics/seejpeg
         pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/16 13:33:38 PST

  Modified files:
    graphics/linux-bmrt  pkg-descr 
    graphics/seejpeg     pkg-descr 
  Log:
  portlint doesn't like "WWW:" if it's not followed by a whitespace.
  
  Revision  Changes    Path
  1.3       +1 -1      ports/graphics/linux-bmrt/pkg-descr
  1.2       +1 -1      ports/graphics/seejpeg/pkg-descr



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


From owner-cvs-all  Fri Feb 16 14:23:53 2001
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 8E71E37B491; Fri, 16 Feb 2001 14:23:41 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GMNf079438;
	Fri, 16 Feb 2001 14:23:41 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102162223.f1GMNf079438@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Fri, 16 Feb 2001 14:23:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11-fm/dfm Makefile distinfo pkg-plist
         ports/x11-fm/dfm/files patch-af
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/16 14:23:41 PST

  Modified files:
    x11-fm/dfm           Makefile distinfo pkg-plist 
  Removed files:
    x11-fm/dfm/files     patch-af 
  Log:
  Upgrade to 0.99.8.
  
  PR:		ports/25152
  Submitted by:	KATO Tsuguru
  
  Revision  Changes    Path
  1.22      +10 -5     ports/x11-fm/dfm/Makefile
  1.7       +1 -1      ports/x11-fm/dfm/distinfo
  1.5       +13 -13    ports/x11-fm/dfm/pkg-plist



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


From owner-cvs-all  Fri Feb 16 14:25: 0 2001
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 1716937B4EC; Fri, 16 Feb 2001 14:24:55 -0800 (PST)
Received: (from vanilla@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GMOtO79668;
	Fri, 16 Feb 2001 14:24:55 -0800 (PST)
	(envelope-from vanilla)
Message-Id: <200102162224.f1GMOtO79668@freefall.freebsd.org>
From: "Vanilla I. Shu" <vanilla@FreeBSD.org>
Date: Fri, 16 Feb 2001 14:24:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/libmcrypt Makefile distinfo pkg-plist
         ports/security/libmcrypt/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

vanilla     2001/02/16 14:24:54 PST

  Modified files:
    security/libmcrypt   Makefile distinfo pkg-plist 
  Added files:
    security/libmcrypt/files patch-aa 
  Log:
  Upgrade to 2.4.9.
  
  PR:		ports/25149
  Submitted by:	KATO Tsuguru
  
  Revision  Changes    Path
  1.18      +11 -10    ports/security/libmcrypt/Makefile
  1.5       +1 -1      ports/security/libmcrypt/distinfo
  1.6       +31 -1     ports/security/libmcrypt/pkg-plist



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


From owner-cvs-all  Fri Feb 16 14:51:24 2001
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 1E78037B65D; Fri, 16 Feb 2001 14:51:22 -0800 (PST)
Received: (from jim@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1GMpMO81986;
	Fri, 16 Feb 2001 14:51:22 -0800 (PST)
	(envelope-from jim)
Message-Id: <200102162251.f1GMpMO81986@freefall.freebsd.org>
From: Jim Mock <jim@FreeBSD.org>
Date: Fri, 16 Feb 2001 14:51:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/irc/xchat Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jim         2001/02/16 14:51:21 PST

  Modified files:
    irc/xchat            Makefile distinfo 
  Log:
  Update to version 1.6.4.
  
  Revision  Changes    Path
  1.75      +2 -2      ports/irc/xchat/Makefile
  1.46      +1 -1      ports/irc/xchat/distinfo



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


From owner-cvs-all  Fri Feb 16 16: 4: 9 2001
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 9D0E937B491; Fri, 16 Feb 2001 16:04:03 -0800 (PST)
Received: (from gallatin@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H043189717;
	Fri, 16 Feb 2001 16:04:03 -0800 (PST)
	(envelope-from gallatin)
Message-Id: <200102170004.f1H043189717@freefall.freebsd.org>
From: Andrew Gallatin <gallatin@FreeBSD.org>
Date: Fri, 16 Feb 2001 16:04:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/alpha dec_1000a.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

gallatin    2001/02/16 16:04:03 PST

  Modified files:        (Branch: RELENG_4)
    sys/alpha/alpha      dec_1000a.c 
  Log:
  MFC: fix interrupt handling on AS1000 and AS1000A.  This is an MFC of
  1.8 and 1.9
  
  Revision  Changes    Path
  1.2.2.3   +12 -4     src/sys/alpha/alpha/dec_1000a.c



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


From owner-cvs-all  Fri Feb 16 16:13:37 2001
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 47C2D37B401; Fri, 16 Feb 2001 16:13:33 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H0DXs92689;
	Fri, 16 Feb 2001 16:13:33 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170013.f1H0DXs92689@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Fri, 16 Feb 2001 16:13:33 -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

obrien      2001/02/16 16:13:33 PST

  Modified files:
    Mk                   bsd.sites.mk 
  Log:
  Sort the 3rd party entries so one can easily find them.
  
  Revision  Changes    Path
  1.30      +190 -184  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  Fri Feb 16 16:46:33 2001
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 BD96937B491; Fri, 16 Feb 2001 16:46:27 -0800 (PST)
Received: (from asami@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H0kRN95744;
	Fri, 16 Feb 2001 16:46:27 -0800 (PST)
	(envelope-from asami)
Message-Id: <200102170046.f1H0kRN95744@freefall.freebsd.org>
From: Satoshi Asami <asami@FreeBSD.org>
Date: Fri, 16 Feb 2001 16:46:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/Mk bsd.port.mk
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asami       2001/02/16 16:46:27 PST

  Modified files:
    Mk                   bsd.port.mk 
  Log:
  (1) Change USE_NEWGCC dependency from lang/egcs to lang/gcc295.
  Submitted by:	reg
  PR:		24525
  Approved by:	obrien
  
  (2) Change XFree86 version in PKG_IGNORE_DEPENDS
  Submitted by:	olgeni
  
  (3) Change message for "old layout" error to include a pointer to the
      cvsup FAQ.
  Submitted by:	kris
  
  Revision  Changes    Path
  1.362     +4 -4      ports/Mk/bsd.port.mk



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


From owner-cvs-all  Fri Feb 16 17: 7:47 2001
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 769BD37B491; Fri, 16 Feb 2001 17:07:44 -0800 (PST)
Received: (from nik@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H17is99626;
	Fri, 16 Feb 2001 17:07:44 -0800 (PST)
	(envelope-from nik)
Message-Id: <200102170107.f1H17is99626@freefall.freebsd.org>
From: Nik Clayton <nik@FreeBSD.org>
Date: Fri, 16 Feb 2001 17:07:44 -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

nik         2001/02/16 17:07:44 PST

  Modified files:
    en_US.ISO_8859-1/books/faq book.sgml 
  Log:
  Update the "My IBM laptop won't boot" question with some information about
  the BIOS revisions in which IBM fixed the problem.
  
  Revision  Changes    Path
  1.144     +60 -4     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  Fri Feb 16 17:24: 8 2001
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 9B18537B491; Fri, 16 Feb 2001 17:24:05 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H1O5k00683;
	Fri, 16 Feb 2001 17:24:05 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170124.f1H1O5k00683@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Fri, 16 Feb 2001 17:24:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/print/lout Makefile distinfo pkg-plist
         ports/print/lout/files patch-01
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/16 17:24:05 PST

  Modified files:
    print/lout           Makefile distinfo pkg-plist 
    print/lout/files     patch-01 
  Log:
  Update to version 3.24.
  
  Submitted by:	Kim Shrier <kim@tinker.com>
  
  Revision  Changes    Path
  1.12      +4 -4      ports/print/lout/Makefile
  1.7       +1 -1      ports/print/lout/distinfo
  1.9       +117 -11   ports/print/lout/pkg-plist
  1.8       +152 -257  ports/print/lout/files/patch-01



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


From owner-cvs-all  Fri Feb 16 17:40:44 2001
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 1452637B503; Fri, 16 Feb 2001 17:40:36 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H1eaC01841;
	Fri, 16 Feb 2001 17:40:36 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170140.f1H1eaC01841@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Fri, 16 Feb 2001 17:40:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/ssh2 Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/16 17:40:35 PST

  Modified files:
    security/ssh2        Makefile 
  Log:
  Unrestrict to match the ssh port.
  
  Revision  Changes    Path
  1.102     +2 -2      ports/security/ssh2/Makefile



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


From owner-cvs-all  Fri Feb 16 17:53:32 2001
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 6CA9037B67D; Fri, 16 Feb 2001 17:53:23 -0800 (PST)
Received: (from gibbs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H1rN002785;
	Fri, 16 Feb 2001 17:53:23 -0800 (PST)
	(envelope-from gibbs)
Message-Id: <200102170153.f1H1rN002785@freefall.freebsd.org>
From: "Justin T. Gibbs" <gibbs@FreeBSD.org>
Date: Fri, 16 Feb 2001 17:53:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_freebsd.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

gibbs       2001/02/16 17:53:23 PST

  Modified files:
    sys/dev/aic7xxx      aic7xxx_freebsd.c 
  Log:
  Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easily
  register our sub-busses in the reversed order.  In the future, we may provide
  a hint to CAM on how to order the scans for multi-function adapters that also
  set this flag, but trying to do it the "twin channel" way will lead to
  a panic.
  
  Revision  Changes    Path
  1.20      +5 -3      src/sys/dev/aic7xxx/aic7xxx_freebsd.c



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


From owner-cvs-all  Fri Feb 16 17:54: 8 2001
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 0A16237B503; Fri, 16 Feb 2001 17:54:00 -0800 (PST)
Received: (from gibbs@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H1rxE02988;
	Fri, 16 Feb 2001 17:53:59 -0800 (PST)
	(envelope-from gibbs)
Message-Id: <200102170153.f1H1rxE02988@freefall.freebsd.org>
From: "Justin T. Gibbs" <gibbs@FreeBSD.org>
Date: Fri, 16 Feb 2001 17:53:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_freebsd.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

gibbs       2001/02/16 17:53:59 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/aic7xxx      aic7xxx_freebsd.c 
  Log:
  MFC: Only honor the CHANNEL_B_PRIMARY flag for twin channel devices.
  
  Revision  Changes    Path
  1.3.2.15  +5 -3      src/sys/dev/aic7xxx/aic7xxx_freebsd.c



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


From owner-cvs-all  Fri Feb 16 18: 4:39 2001
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 DF41937B401; Fri, 16 Feb 2001 18:04:36 -0800 (PST)
Received: (from jim@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H24ae03684;
	Fri, 16 Feb 2001 18:04:36 -0800 (PST)
	(envelope-from jim)
Message-Id: <200102170204.f1H24ae03684@freefall.freebsd.org>
From: Jim Mock <jim@FreeBSD.org>
Date: Fri, 16 Feb 2001 18:04:36 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/irc/xchat pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jim         2001/02/16 18:04:36 PST

  Modified files:
    irc/xchat            pkg-plist 
  Log:
  PLIST fixes I forgot in my last commit.
  
  Submitted by:	vanilla
  
  Revision  Changes    Path
  1.14      +3 -0      ports/irc/xchat/pkg-plist



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


From owner-cvs-all  Fri Feb 16 18: 6:14 2001
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 3157437B401; Fri, 16 Feb 2001 18:06:04 -0800 (PST)
Received: (from jim@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H264X05911;
	Fri, 16 Feb 2001 18:06:04 -0800 (PST)
	(envelope-from jim)
Message-Id: <200102170206.f1H264X05911@freefall.freebsd.org>
From: Jim Mock <jim@FreeBSD.org>
Date: Fri, 16 Feb 2001 18:06:04 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: www/en/news newsflash.sgml
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jim         2001/02/16 18:06:04 PST

  Modified files:
    en/news              newsflash.sgml 
  Log:
  Add a note about the February issue of the FreeBSD 'zine.
  
  Revision  Changes    Path
  1.242     +5 -1      www/en/news/newsflash.sgml



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


From owner-cvs-all  Fri Feb 16 19:49:28 2001
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 2792037B401; Fri, 16 Feb 2001 19:49:25 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H3nPs13991;
	Fri, 16 Feb 2001 19:49:25 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102170349.f1H3nPs13991@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 16 Feb 2001 19:49:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys socket.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/16 19:49:24 PST

  Modified files:
    sys/sys              socket.h 
  Log:
  Fixed disordering in previous commit.
  
  Revision  Changes    Path
  1.49      +2 -3      src/sys/sys/socket.h



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


From owner-cvs-all  Fri Feb 16 19:57:42 2001
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 9776937B401; Fri, 16 Feb 2001 19:57:38 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H3vcp14509;
	Fri, 16 Feb 2001 19:57:38 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102170357.f1H3vcp14509@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 16 Feb 2001 19:57:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/i386/include ansi.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/16 19:57:38 PST

  Modified files:
    sys/i386/include     ansi.h 
  Log:
  Fixed disordering in previous commit.  "Fixed" a null comment in previous
  commit by removing it.
  
  Revision  Changes    Path
  1.21      +2 -2      src/sys/i386/include/ansi.h



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


From owner-cvs-all  Fri Feb 16 21: 0:13 2001
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 5EFA337B4EC; Fri, 16 Feb 2001 21:00:05 -0800 (PST)
Received: (from kuriyama@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H505h20710;
	Fri, 16 Feb 2001 21:00:05 -0800 (PST)
	(envelope-from kuriyama)
Message-Id: <200102170500.f1H505h20710@freefall.freebsd.org>
From: Jun Kuriyama <kuriyama@FreeBSD.org>
Date: Fri, 16 Feb 2001 21:00:05 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postfix-current/scripts configure.postfix
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kuriyama    2001/02/16 21:00:05 PST

  Modified files:
    mail/postfix-current/scripts configure.postfix 
  Log:
  Add -lz to build with MySQL.
  
  Submitted by:	mdharnois@home.com
  PR:		ports/25157
  
  Revision  Changes    Path
  1.6       +2 -2      ports/mail/postfix-current/scripts/configure.postfix



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


From owner-cvs-all  Fri Feb 16 21: 8:40 2001
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 A389E37B503; Fri, 16 Feb 2001 21:08:33 -0800 (PST)
Received: (from asami@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H58XT23861;
	Fri, 16 Feb 2001 21:08:33 -0800 (PST)
	(envelope-from asami)
Message-Id: <200102170508.f1H58XT23861@freefall.freebsd.org>
From: Satoshi Asami <asami@FreeBSD.org>
Date: Fri, 16 Feb 2001 21:08:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/gtgt pkg-comment
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asami       2001/02/16 21:08:33 PST

  Modified files:
    devel/gtgt           pkg-comment 
  Log:
  Change "|" to "/" -- the former will confuse INDEX.
  
  Revision  Changes    Path
  1.2       +1 -1      ports/devel/gtgt/pkg-comment



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


From owner-cvs-all  Fri Feb 16 21:36: 3 2001
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 616CE37B401; Fri, 16 Feb 2001 21:35:57 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H5Zva25545;
	Fri, 16 Feb 2001 21:35:57 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102170535.f1H5Zva25545@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 16 Feb 2001 21:35:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys mbuf.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/16 21:35:57 PST

  Modified files:
    sys/sys              mbuf.h 
  Log:
  Fixed unsorting of prototypes in previous commit.  Fixed older unsorting.
  
  Revision  Changes    Path
  1.71      +6 -6      src/sys/sys/mbuf.h



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


From owner-cvs-all  Fri Feb 16 21:40:58 2001
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 0581137B67D; Fri, 16 Feb 2001 21:40:53 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H5eqr25805;
	Fri, 16 Feb 2001 21:40:52 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102170540.f1H5eqr25805@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 16 Feb 2001 21:40:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys tty.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/16 21:40:52 PST

  Modified files:
    sys/sys              tty.h 
  Log:
  Fixed unsorting of prototypes in previous commit.  Is it too much to
  ask for 1-line commits to be correctly ordered?
  
  Revision  Changes    Path
  1.60      +2 -2      src/sys/sys/tty.h



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


From owner-cvs-all  Fri Feb 16 22: 6:19 2001
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 88AB237B491; Fri, 16 Feb 2001 22:06:15 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H66FG29471;
	Fri, 16 Feb 2001 22:06:15 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102170606.f1H66FG29471@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 16 Feb 2001 22:06:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src Makefile.inc1 src/usr.bin Makefile
         src/usr.bin/genassym Makefile genassym.8 genassym.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/16 22:06:15 PST

  Modified files:
    .                    Makefile.inc1 
    usr.bin              Makefile 
  Removed files:
    usr.bin/genassym     Makefile genassym.8 genassym.c 
  Log:
  Removed some garbage (genassym(8) and its infrastructure).
  
  Revision  Changes    Path
  1.190     +2 -2      src/Makefile.inc1
  1.156     +1 -2      src/usr.bin/Makefile



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


From owner-cvs-all  Fri Feb 16 22:20:18 2001
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 2C3E537B491; Fri, 16 Feb 2001 22:20:15 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H6KFh34955;
	Fri, 16 Feb 2001 22:20:15 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102170620.f1H6KFh34955@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Fri, 16 Feb 2001 22:20:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/limits Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/16 22:20:15 PST

  Modified files:
    usr.bin/limits       Makefile 
  Log:
  Fixed some style bugs (bogus cloned Id, null overrides of defaults, and
  the usual style bugs for DPADD/LDADD).
  
  Revision  Changes    Path
  1.3       +3 -7      src/usr.bin/limits/Makefile



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


From owner-cvs-all  Fri Feb 16 23: 7: 7 2001
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 92E0137B491; Fri, 16 Feb 2001 23:07:02 -0800 (PST)
Received: (from asami@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H772P40272;
	Fri, 16 Feb 2001 23:07:02 -0800 (PST)
	(envelope-from asami)
Message-Id: <200102170707.f1H772P40272@freefall.freebsd.org>
From: Satoshi Asami <asami@FreeBSD.org>
Date: Fri, 16 Feb 2001 23:07:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports INDEX
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asami       2001/02/16 23:07:02 PST

  Modified files:
    .                    INDEX 
  Log:
  New index with 4,569 ports...
  
  Revision  Changes    Path
  1.322     +741 -708  ports/INDEX



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


From owner-cvs-all  Fri Feb 16 23:13:11 2001
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 4486537B401; Fri, 16 Feb 2001 23:13:09 -0800 (PST)
Received: (from kuriyama@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H7D9b40821;
	Fri, 16 Feb 2001 23:13:09 -0800 (PST)
	(envelope-from kuriyama)
Message-Id: <200102170713.f1H7D9b40821@freefall.freebsd.org>
From: Jun Kuriyama <kuriyama@FreeBSD.org>
Date: Fri, 16 Feb 2001 23:13:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/mail/postfix Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kuriyama    2001/02/16 23:13:08 PST

  Modified files:
    mail/postfix         Makefile 
  Log:
  Add -lz to be compiled with MySQL.
  
  Requested by:	Blaz Zupan <blaz@amis.net>
  
  Revision  Changes    Path
  1.31      +2 -2      ports/mail/postfix/Makefile



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


From owner-cvs-all  Fri Feb 16 23:27: 1 2001
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 6F69337B491; Fri, 16 Feb 2001 23:26:58 -0800 (PST)
Received: (from marcel@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H7QwG41910;
	Fri, 16 Feb 2001 23:26:58 -0800 (PST)
	(envelope-from marcel)
Message-Id: <200102170726.f1H7QwG41910@freefall.freebsd.org>
From: Marcel Moolenaar <marcel@FreeBSD.org>
Date: Fri, 16 Feb 2001 23:26:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386
         Makefile.pc98 kmod.mk
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

marcel      2001/02/16 23:26:58 PST

  Modified files:
    sys/conf             Makefile.alpha Makefile.i386 
                         Makefile.pc98 kmod.mk 
  Log:
  Revert gensetdefs.pl reversal.
  
  Revision  Changes    Path
  1.91      +2 -2      src/sys/conf/Makefile.alpha
  1.224     +2 -2      src/sys/conf/Makefile.i386
  1.123     +2 -2      src/sys/conf/Makefile.pc98
  1.91      +2 -2      src/sys/conf/kmod.mk



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


From owner-cvs-all  Fri Feb 16 23:35:10 2001
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 1F0A337B65D; Fri, 16 Feb 2001 23:35:04 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H7Z3x42587;
	Fri, 16 Feb 2001 23:35:03 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102170735.f1H7Z3x42587@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Fri, 16 Feb 2001 23:35:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale nl_langinfo.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/16 23:35:03 PST

  Modified files:
    lib/libc/locale      nl_langinfo.c 
  Log:
  Implement CRNCYSTR
  
  Revision  Changes    Path
  1.6       +21 -4     src/lib/libc/locale/nl_langinfo.c



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


From owner-cvs-all  Sat Feb 17  0:28:31 2001
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 785E637B4EC; Sat, 17 Feb 2001 00:28:27 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H8SRf48606;
	Sat, 17 Feb 2001 00:28:27 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102170828.f1H8SRf48606@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 00:28:27 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/monetdef uk_UA.KOI8-U.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 00:28:27 PST

  Modified files:
    share/monetdef       Makefile 
  Added files:
    share/monetdef       uk_UA.KOI8-U.src 
  Log:
  Add uk_UA
  
  Submitted by:	Alexander Matey <matey@cis.ohio-state.edu>
  
  Revision  Changes    Path
  1.17      +2 -1      src/share/monetdef/Makefile



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


From owner-cvs-all  Sat Feb 17  0:31:39 2001
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 1B6EC37B401; Sat, 17 Feb 2001 00:31:32 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H8VWR48814;
	Sat, 17 Feb 2001 00:31:32 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102170831.f1H8VWR48814@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 00:31:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/msgdef uk_UA.KOI8-U.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 00:31:31 PST

  Modified files:
    share/msgdef         Makefile 
  Added files:
    share/msgdef         uk_UA.KOI8-U.src 
  Log:
  Add uk_UA
  
  Submitted by:	Alexander Matey <matey@cis.ohio-state.edu>
  
  Revision  Changes    Path
  1.17      +2 -1      src/share/msgdef/Makefile



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


From owner-cvs-all  Sat Feb 17  0:35:23 2001
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 59F1637B4EC; Sat, 17 Feb 2001 00:35:15 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H8ZFj48977;
	Sat, 17 Feb 2001 00:35:15 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102170835.f1H8ZFj48977@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 00:35:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/numericdef uk_UA.KOI8-U.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 00:35:15 PST

  Modified files:
    share/numericdef     Makefile 
  Added files:
    share/numericdef     uk_UA.KOI8-U.src 
  Log:
  Add uk_UA
  
  Submitted by:	Alexander Matey <matey@cis.ohio-state.edu>
  
  Revision  Changes    Path
  1.18      +2 -1      src/share/numericdef/Makefile



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


From owner-cvs-all  Sat Feb 17  0:40:19 2001
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 2657237B65D; Sat, 17 Feb 2001 00:39:14 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H8dEO49167;
	Sat, 17 Feb 2001 00:39:14 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170839.f1H8dEO49167@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 00:39:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gcc.295 - Imported sources
X-FreeBSD-CVS-Branch: 
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 00:39:13 PST

  src/contrib/gcc.295 - Imported sources
  Update of /home/ncvs/src/contrib/gcc.295
  In directory freefall.freebsd.org:/c/tmp/cvs-serv48895
  
  Log Message:
  Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
  
  Status:
  
  Vendor Tag:	FSF
  Release Tags:	gcc_2_95_3_test3
  		
  U src/contrib/gcc.295/BUGS
  U src/contrib/gcc.295/COPYING
  U src/contrib/gcc.295/COPYING.LIB
  U src/contrib/gcc.295/ChangeLog
  U src/contrib/gcc.295/FSFChangeLog
  U src/contrib/gcc.295/INSTALL
  U src/contrib/gcc.295/LANGUAGES
  C src/contrib/gcc.295/Makefile.in
  U src/contrib/gcc.295/NEWS
  U src/contrib/gcc.295/PROBLEMS
  U src/contrib/gcc.295/README
  U src/contrib/gcc.295/README-bugs
  U src/contrib/gcc.295/README-fixinc
  U src/contrib/gcc.295/README.DWARF
  U src/contrib/gcc.295/README.TRAD
  U src/contrib/gcc.295/SERVICE
  U src/contrib/gcc.295/TESTS.FLUNK
  U src/contrib/gcc.295/acconfig.h
  U src/contrib/gcc.295/aclocal.m4
  U src/contrib/gcc.295/alias.c
  U src/contrib/gcc.295/assert.h
  U src/contrib/gcc.295/basic-block.h
  U src/contrib/gcc.295/bitmap.c
  U src/contrib/gcc.295/bitmap.h
  U src/contrib/gcc.295/build-make
  U src/contrib/gcc.295/c-aux-info.c
  U src/contrib/gcc.295/c-common.c
  U src/contrib/gcc.295/c-convert.c
  C src/contrib/gcc.295/c-decl.c
  U src/contrib/gcc.295/c-iterate.c
  U src/contrib/gcc.295/c-lang.c
  U src/contrib/gcc.295/c-lex.c
  U src/contrib/gcc.295/c-lex.h
  U src/contrib/gcc.295/c-parse.gperf
  U src/contrib/gcc.295/c-parse.in
  U src/contrib/gcc.295/c-pragma.c
  U src/contrib/gcc.295/c-pragma.h
  U src/contrib/gcc.295/c-tree.h
  U src/contrib/gcc.295/c-typeck.c
  U src/contrib/gcc.295/caller-save.c
  U src/contrib/gcc.295/calls.c
  U src/contrib/gcc.295/cccp.1
  C src/contrib/gcc.295/cccp.c
  U src/contrib/gcc.295/cexp.y
  U src/contrib/gcc.295/collect2.c
  U src/contrib/gcc.295/collect2.h
  U src/contrib/gcc.295/combine.c
  U src/contrib/gcc.295/conditions.h
  U src/contrib/gcc.295/config.guess
  U src/contrib/gcc.295/cpp.1
  U src/contrib/gcc.295/config.in
  C src/contrib/gcc.295/configure
  U src/contrib/gcc.295/configure.frag
  U src/contrib/gcc.295/configure.in
  U src/contrib/gcc.295/configure.lang
  U src/contrib/gcc.295/convert.c
  U src/contrib/gcc.295/convert.h
  U src/contrib/gcc.295/cpp.texi
  U src/contrib/gcc.295/cppalloc.c
  U src/contrib/gcc.295/cpperror.c
  U src/contrib/gcc.295/cppexp.c
  U src/contrib/gcc.295/cppfiles.c
  U src/contrib/gcc.295/cpphash.c
  U src/contrib/gcc.295/cpphash.h
  U src/contrib/gcc.295/cppinit.c
  U src/contrib/gcc.295/cpplib.c
  U src/contrib/gcc.295/cpplib.h
  U src/contrib/gcc.295/cppmain.c
  U src/contrib/gcc.295/cppspec.c
  U src/contrib/gcc.295/cppulp.c
  U src/contrib/gcc.295/cross-make
  U src/contrib/gcc.295/crtstuff.c
  U src/contrib/gcc.295/cse.c
  U src/contrib/gcc.295/cstamp-h.in
  U src/contrib/gcc.295/dbxout.c
  U src/contrib/gcc.295/dbxout.h
  U src/contrib/gcc.295/dbxstclass.h
  U src/contrib/gcc.295/doprint.c
  U src/contrib/gcc.295/doschk.c
  U src/contrib/gcc.295/dostage2
  U src/contrib/gcc.295/dostage3
  U src/contrib/gcc.295/dwarf.h
  U src/contrib/gcc.295/dwarf2.h
  U src/contrib/gcc.295/dwarf2out.c
  U src/contrib/gcc.295/dwarf2out.h
  U src/contrib/gcc.295/dwarfout.c
  U src/contrib/gcc.295/dwarfout.h
  U src/contrib/gcc.295/dyn-string.c
  U src/contrib/gcc.295/dyn-string.h
  U src/contrib/gcc.295/eh-common.h
  U src/contrib/gcc.295/emit-rtl.c
  U src/contrib/gcc.295/enquire.c
  U src/contrib/gcc.295/except.c
  U src/contrib/gcc.295/except.h
  U src/contrib/gcc.295/exgettext
  U src/contrib/gcc.295/explow.c
  U src/contrib/gcc.295/expmed.c
  U src/contrib/gcc.295/expr.c
  U src/contrib/gcc.295/expr.h
  U src/contrib/gcc.295/extend.texi
  U src/contrib/gcc.295/final.c
  U src/contrib/gcc.295/fix-header.c
  U src/contrib/gcc.295/fixcpp
  U src/contrib/gcc.295/fixinc-nt.sed
  U src/contrib/gcc.295/fixincludes
  U src/contrib/gcc.295/fixproto
  U src/contrib/gcc.295/flags.h
  U src/contrib/gcc.295/floatlib.c
  U src/contrib/gcc.295/flow.c
  U src/contrib/gcc.295/fold-const.c
  U src/contrib/gcc.295/fp-test.c
  U src/contrib/gcc.295/frame.c
  U src/contrib/gcc.295/frame.h
  C src/contrib/gcc.295/function.c
  U src/contrib/gcc.295/function.h
  U src/contrib/gcc.295/future.options
  U src/contrib/gcc.295/gansidecl.h
  U src/contrib/gcc.295/gbl-ctors.h
  U src/contrib/gcc.295/gcc.1
  C src/contrib/gcc.295/gcc.c
  U src/contrib/gcc.295/gcc.texi
  U src/contrib/gcc.295/gccspec.c
  U src/contrib/gcc.295/gcov-io.h
  U src/contrib/gcc.295/gcov.c
  U src/contrib/gcc.295/gcov.texi
  U src/contrib/gcc.295/gcse.c
  U src/contrib/gcc.295/gmon.c
  U src/contrib/gcc.295/gen-protos.c
  U src/contrib/gcc.295/genattr.c
  U src/contrib/gcc.295/genattrtab.c
  U src/contrib/gcc.295/gencheck.c
  U src/contrib/gcc.295/gencodes.c
  U src/contrib/gcc.295/genconfig.c
  U src/contrib/gcc.295/genemit.c
  U src/contrib/gcc.295/genextract.c
  U src/contrib/gcc.295/genflags.c
  U src/contrib/gcc.295/gengenrtl.c
  U src/contrib/gcc.295/genopinit.c
  U src/contrib/gcc.295/genoutput.c
  U src/contrib/gcc.295/genpeep.c
  U src/contrib/gcc.295/genrecog.c
  U src/contrib/gcc.295/getpwd.c
  U src/contrib/gcc.295/glimits.h
  U src/contrib/gcc.295/global.c
  U src/contrib/gcc.295/graph.c
  U src/contrib/gcc.295/gstab.h
  U src/contrib/gcc.295/gsyms.h
  U src/contrib/gcc.295/gsyslimits.h
  U src/contrib/gcc.295/gthr-dce.h
  U src/contrib/gcc.295/gthr-posix.h
  U src/contrib/gcc.295/gthr-single.h
  U src/contrib/gcc.295/gthr.h
  U src/contrib/gcc.295/gthr-solaris.h
  U src/contrib/gcc.295/gthr-vxworks.h
  U src/contrib/gcc.295/haifa-sched.c
  U src/contrib/gcc.295/halfpic.c
  U src/contrib/gcc.295/halfpic.h
  U src/contrib/gcc.295/hard-reg-set.h
  U src/contrib/gcc.295/hash.c
  U src/contrib/gcc.295/hash.h
  U src/contrib/gcc.295/hwint.h
  U src/contrib/gcc.295/input.h
  U src/contrib/gcc.295/integrate.c
  U src/contrib/gcc.295/integrate.h
  U src/contrib/gcc.295/intl.c
  U src/contrib/gcc.295/intl.h
  C src/contrib/gcc.295/invoke.texi
  U src/contrib/gcc.295/jump.c
  U src/contrib/gcc.295/just-fixinc
  U src/contrib/gcc.295/lcm.c
  U src/contrib/gcc.295/libgcc1-test.c
  U src/contrib/gcc.295/libgcc1.c
  U src/contrib/gcc.295/libgcc2.c
  U src/contrib/gcc.295/limitx.h
  U src/contrib/gcc.295/limity.h
  U src/contrib/gcc.295/listing
  U src/contrib/gcc.295/local-alloc.c
  U src/contrib/gcc.295/longlong.h
  U src/contrib/gcc.295/loop.c
  U src/contrib/gcc.295/loop.h
  U src/contrib/gcc.295/machmode.def
  U src/contrib/gcc.295/machmode.h
  U src/contrib/gcc.295/makefile.vms
  U src/contrib/gcc.295/mbchar.c
  U src/contrib/gcc.295/mbchar.h
  U src/contrib/gcc.295/md.texi
  U src/contrib/gcc.295/mips-tdump.c
  U src/contrib/gcc.295/mips-tfile.c
  U src/contrib/gcc.295/optabs.c
  U src/contrib/gcc.295/output.h
  U src/contrib/gcc.295/patch-apollo-includes
  U src/contrib/gcc.295/pcp.h
  U src/contrib/gcc.295/prefix.c
  U src/contrib/gcc.295/prefix.h
  U src/contrib/gcc.295/print-rtl.c
  U src/contrib/gcc.295/print-tree.c
  U src/contrib/gcc.295/profile.c
  U src/contrib/gcc.295/protoize.c
  U src/contrib/gcc.295/pself.c
  U src/contrib/gcc.295/pself1.c
  U src/contrib/gcc.295/pself2.c
  U src/contrib/gcc.295/pself3.c
  U src/contrib/gcc.295/pself4.c
  U src/contrib/gcc.295/pself5.c
  U src/contrib/gcc.295/real.c
  U src/contrib/gcc.295/real.h
  U src/contrib/gcc.295/recog.c
  U src/contrib/gcc.295/recog.h
  U src/contrib/gcc.295/reg-stack.c
  U src/contrib/gcc.295/regclass.c
  U src/contrib/gcc.295/regmove.c
  U src/contrib/gcc.295/regs.h
  C src/contrib/gcc.295/reload.c
  U src/contrib/gcc.295/reload.h
  U src/contrib/gcc.295/reload1.c
  U src/contrib/gcc.295/reorg.c
  U src/contrib/gcc.295/resource.c
  U src/contrib/gcc.295/resource.h
  U src/contrib/gcc.295/rtl.c
  U src/contrib/gcc.295/rtl.def
  U src/contrib/gcc.295/rtl.h
  U src/contrib/gcc.295/rtl.texi
  U src/contrib/gcc.295/rtlanal.c
  U src/contrib/gcc.295/sbitmap.c
  U src/contrib/gcc.295/sbitmap.h
  U src/contrib/gcc.295/scan-decls.c
  U src/contrib/gcc.295/scan-types.sh
  U src/contrib/gcc.295/scan.c
  U src/contrib/gcc.295/scan.h
  U src/contrib/gcc.295/sched.c
  U src/contrib/gcc.295/sdbout.c
  U src/contrib/gcc.295/sdbout.h
  U src/contrib/gcc.295/sort-protos
  U src/contrib/gcc.295/stab.def
  U src/contrib/gcc.295/stack.h
  U src/contrib/gcc.295/stmt.c
  U src/contrib/gcc.295/stor-layout.c
  U src/contrib/gcc.295/stupid.c
  U src/contrib/gcc.295/sys-protos.h
  U src/contrib/gcc.295/sys-types.h
  U src/contrib/gcc.295/system.h
  U src/contrib/gcc.295/tlink.c
  U src/contrib/gcc.295/tm.texi
  C src/contrib/gcc.295/toplev.c
  U src/contrib/gcc.295/toplev.h
  U src/contrib/gcc.295/tree.c
  U src/contrib/gcc.295/tree.def
  U src/contrib/gcc.295/tree.h
  U src/contrib/gcc.295/typeclass.h
  U src/contrib/gcc.295/unprotoize.c
  U src/contrib/gcc.295/unroll.c
  U src/contrib/gcc.295/varasm.c
  U src/contrib/gcc.295/varray.c
  U src/contrib/gcc.295/varray.h
  U src/contrib/gcc.295/version.c
  U src/contrib/gcc.295/xcoffout.c
  U src/contrib/gcc.295/xcoffout.h
  N src/contrib/gcc.295/ONEWS
  U src/contrib/gcc.295/cp/ChangeLog
  U src/contrib/gcc.295/cp/Make-lang.in
  U src/contrib/gcc.295/cp/Makefile.in
  U src/contrib/gcc.295/cp/NEWS
  U src/contrib/gcc.295/cp/call.c
  U src/contrib/gcc.295/cp/class.c
  U src/contrib/gcc.295/cp/config-lang.in
  U src/contrib/gcc.295/cp/cp-tree.def
  U src/contrib/gcc.295/cp/cp-tree.h
  U src/contrib/gcc.295/cp/cvt.c
  U src/contrib/gcc.295/cp/decl.c
  U src/contrib/gcc.295/cp/decl.h
  U src/contrib/gcc.295/cp/decl2.c
  U src/contrib/gcc.295/cp/errfn.c
  U src/contrib/gcc.295/cp/error.c
  U src/contrib/gcc.295/cp/except.c
  U src/contrib/gcc.295/cp/exception.cc
  U src/contrib/gcc.295/cp/expr.c
  U src/contrib/gcc.295/cp/friend.c
  U src/contrib/gcc.295/cp/g++.1
  U src/contrib/gcc.295/cp/g++spec.c
  U src/contrib/gcc.295/cp/gxx.gperf
  U src/contrib/gcc.295/cp/gxxint.texi
  U src/contrib/gcc.295/cp/init.c
  U src/contrib/gcc.295/cp/input.c
  U src/contrib/gcc.295/cp/lex.c
  U src/contrib/gcc.295/cp/lang-options.h
  U src/contrib/gcc.295/cp/lang-specs.h
  U src/contrib/gcc.295/cp/lex.h
  U src/contrib/gcc.295/cp/method.c
  U src/contrib/gcc.295/cp/mpw-config.in
  U src/contrib/gcc.295/cp/mpw-make.sed
  U src/contrib/gcc.295/cp/new.cc
  U src/contrib/gcc.295/cp/new1.cc
  U src/contrib/gcc.295/cp/new2.cc
  U src/contrib/gcc.295/cp/parse.y
  U src/contrib/gcc.295/cp/pt.c
  U src/contrib/gcc.295/cp/ptree.c
  U src/contrib/gcc.295/cp/repo.c
  U src/contrib/gcc.295/cp/rtti.c
  U src/contrib/gcc.295/cp/search.c
  U src/contrib/gcc.295/cp/semantics.c
  U src/contrib/gcc.295/cp/sig.c
  U src/contrib/gcc.295/cp/spew.c
  U src/contrib/gcc.295/cp/tinfo.cc
  U src/contrib/gcc.295/cp/tinfo.h
  U src/contrib/gcc.295/cp/tinfo2.cc
  U src/contrib/gcc.295/cp/tree.c
  U src/contrib/gcc.295/cp/typeck.c
  U src/contrib/gcc.295/cp/typeck2.c
  U src/contrib/gcc.295/cp/xref.c
  U src/contrib/gcc.295/cp/inc/exception
  U src/contrib/gcc.295/cp/inc/new
  U src/contrib/gcc.295/cp/inc/new.h
  U src/contrib/gcc.295/cp/inc/typeinfo
  U src/contrib/gcc.295/f/ChangeLog
  U src/contrib/gcc.295/f/BUGS
  U src/contrib/gcc.295/f/INSTALL
  U src/contrib/gcc.295/f/Make-lang.in
  U src/contrib/gcc.295/f/Makefile.in
  U src/contrib/gcc.295/f/NEWS
  U src/contrib/gcc.295/f/README
  U src/contrib/gcc.295/f/RELEASE-PREP
  U src/contrib/gcc.295/f/ansify.c
  U src/contrib/gcc.295/f/assert.j
  U src/contrib/gcc.295/f/bad.c
  U src/contrib/gcc.295/f/bad.def
  U src/contrib/gcc.295/f/bad.h
  U src/contrib/gcc.295/f/bit.c
  U src/contrib/gcc.295/f/bit.h
  U src/contrib/gcc.295/f/bld-op.def
  U src/contrib/gcc.295/f/bld.c
  U src/contrib/gcc.295/f/bld.h
  U src/contrib/gcc.295/f/bugs.texi
  U src/contrib/gcc.295/f/bugs0.texi
  U src/contrib/gcc.295/f/com-rt.def
  U src/contrib/gcc.295/f/com.c
  U src/contrib/gcc.295/f/com.h
  U src/contrib/gcc.295/f/config-lang.in
  U src/contrib/gcc.295/f/config.j
  U src/contrib/gcc.295/f/data.c
  U src/contrib/gcc.295/f/convert.j
  U src/contrib/gcc.295/f/data.h
  U src/contrib/gcc.295/f/equiv.c
  U src/contrib/gcc.295/f/equiv.h
  U src/contrib/gcc.295/f/expr.c
  U src/contrib/gcc.295/f/expr.h
  U src/contrib/gcc.295/f/ffe.texi
  U src/contrib/gcc.295/f/fini.c
  U src/contrib/gcc.295/f/flags.j
  U src/contrib/gcc.295/f/g77.1
  U src/contrib/gcc.295/f/g77.texi
  U src/contrib/gcc.295/f/g77install.texi
  U src/contrib/gcc.295/f/g77spec.c
  U src/contrib/gcc.295/f/glimits.j
  U src/contrib/gcc.295/f/global.c
  U src/contrib/gcc.295/f/global.h
  U src/contrib/gcc.295/f/hconfig.j
  U src/contrib/gcc.295/f/implic.c
  U src/contrib/gcc.295/f/implic.h
  U src/contrib/gcc.295/f/info-b.def
  U src/contrib/gcc.295/f/info-k.def
  U src/contrib/gcc.295/f/info-w.def
  U src/contrib/gcc.295/f/info.c
  U src/contrib/gcc.295/f/info.h
  U src/contrib/gcc.295/f/input.j
  U src/contrib/gcc.295/f/intdoc.c
  U src/contrib/gcc.295/f/intdoc.in
  U src/contrib/gcc.295/f/lab.c
  U src/contrib/gcc.295/f/intdoc.texi
  U src/contrib/gcc.295/f/intrin.c
  U src/contrib/gcc.295/f/intrin.def
  U src/contrib/gcc.295/f/intrin.h
  U src/contrib/gcc.295/f/lab.h
  U src/contrib/gcc.295/f/lang-options.h
  U src/contrib/gcc.295/f/lang-specs.h
  U src/contrib/gcc.295/f/lex.c
  U src/contrib/gcc.295/f/lex.h
  U src/contrib/gcc.295/f/malloc.c
  U src/contrib/gcc.295/f/malloc.h
  U src/contrib/gcc.295/f/name.c
  U src/contrib/gcc.295/f/name.h
  U src/contrib/gcc.295/f/news.texi
  U src/contrib/gcc.295/f/news0.texi
  U src/contrib/gcc.295/f/output.j
  U src/contrib/gcc.295/f/parse.c
  U src/contrib/gcc.295/f/proj.c
  U src/contrib/gcc.295/f/proj.h
  U src/contrib/gcc.295/f/root.texi
  U src/contrib/gcc.295/f/rtl.j
  U src/contrib/gcc.295/f/src.c
  U src/contrib/gcc.295/f/src.h
  U src/contrib/gcc.295/f/st.c
  U src/contrib/gcc.295/f/st.h
  U src/contrib/gcc.295/f/sta.c
  U src/contrib/gcc.295/f/sta.h
  U src/contrib/gcc.295/f/stb.c
  U src/contrib/gcc.295/f/stb.h
  U src/contrib/gcc.295/f/stc.c
  U src/contrib/gcc.295/f/stc.h
  U src/contrib/gcc.295/f/std.c
  U src/contrib/gcc.295/f/std.h
  U src/contrib/gcc.295/f/ste.c
  U src/contrib/gcc.295/f/ste.h
  U src/contrib/gcc.295/f/storag.c
  U src/contrib/gcc.295/f/storag.h
  U src/contrib/gcc.295/f/stp.c
  U src/contrib/gcc.295/f/stp.h
  U src/contrib/gcc.295/f/str-1t.fin
  U src/contrib/gcc.295/f/str-2t.fin
  U src/contrib/gcc.295/f/str-fo.fin
  U src/contrib/gcc.295/f/str-io.fin
  U src/contrib/gcc.295/f/str-nq.fin
  U src/contrib/gcc.295/f/str-op.fin
  U src/contrib/gcc.295/f/str-ot.fin
  U src/contrib/gcc.295/f/str.c
  U src/contrib/gcc.295/f/str.h
  U src/contrib/gcc.295/f/sts.c
  U src/contrib/gcc.295/f/sts.h
  U src/contrib/gcc.295/f/stt.c
  U src/contrib/gcc.295/f/stt.h
  U src/contrib/gcc.295/f/stu.c
  U src/contrib/gcc.295/f/stu.h
  U src/contrib/gcc.295/f/stv.c
  U src/contrib/gcc.295/f/stv.h
  U src/contrib/gcc.295/f/stw.c
  U src/contrib/gcc.295/f/stw.h
  U src/contrib/gcc.295/f/symbol.c
  U src/contrib/gcc.295/f/symbol.def
  U src/contrib/gcc.295/f/symbol.h
  U src/contrib/gcc.295/f/system.j
  U src/contrib/gcc.295/f/target.c
  U src/contrib/gcc.295/f/target.h
  U src/contrib/gcc.295/f/tconfig.j
  U src/contrib/gcc.295/f/tm.j
  U src/contrib/gcc.295/f/top.c
  U src/contrib/gcc.295/f/top.h
  U src/contrib/gcc.295/f/toplev.j
  U src/contrib/gcc.295/f/tree.j
  U src/contrib/gcc.295/f/type.c
  U src/contrib/gcc.295/f/type.h
  U src/contrib/gcc.295/f/version.c
  U src/contrib/gcc.295/f/version.h
  U src/contrib/gcc.295/f/where.c
  U src/contrib/gcc.295/f/where.h
  U src/contrib/gcc.295/config/aoutos.h
  U src/contrib/gcc.295/config/README
  U src/contrib/gcc.295/config/dbxcoff.h
  U src/contrib/gcc.295/config/dbx.h
  U src/contrib/gcc.295/config/dbxelf.h
  U src/contrib/gcc.295/config/elfos.h
  U src/contrib/gcc.295/config/float-i128.h
  U src/contrib/gcc.295/config/float-i32.h
  U src/contrib/gcc.295/config/float-i386.h
  U src/contrib/gcc.295/config/float-i64.h
  U src/contrib/gcc.295/config/float-m68k.h
  U src/contrib/gcc.295/config/float-sh.h
  U src/contrib/gcc.295/config/float-vax.h
  U src/contrib/gcc.295/config/fp-bit.c
  U src/contrib/gcc.295/config/gnu.h
  U src/contrib/gcc.295/config/gofast.h
  U src/contrib/gcc.295/config/interix.h
  U src/contrib/gcc.295/config/libgloss.h
  U src/contrib/gcc.295/config/linux-aout.h
  U src/contrib/gcc.295/config/linux.h
  U src/contrib/gcc.295/config/lynx-ng.h
  U src/contrib/gcc.295/config/lynx.h
  U src/contrib/gcc.295/config/netbsd.h
  U src/contrib/gcc.295/config/nextstep.c
  U src/contrib/gcc.295/config/psos.h
  U src/contrib/gcc.295/config/nextstep.h
  U src/contrib/gcc.295/config/nextstep21.h
  U src/contrib/gcc.295/config/openbsd.h
  U src/contrib/gcc.295/config/ptx4.h
  U src/contrib/gcc.295/config/svr3.h
  U src/contrib/gcc.295/config/svr4.h
  U src/contrib/gcc.295/config/t-freebsd
  U src/contrib/gcc.295/config/t-gnu
  U src/contrib/gcc.295/config/t-install-cpp
  U src/contrib/gcc.295/config/t-libc-ok
  U src/contrib/gcc.295/config/t-linux
  U src/contrib/gcc.295/config/t-linux-aout
  U src/contrib/gcc.295/config/t-linux-gnulibc1
  U src/contrib/gcc.295/config/t-netbsd
  U src/contrib/gcc.295/config/t-openbsd
  U src/contrib/gcc.295/config/t-openbsd-thread
  U src/contrib/gcc.295/config/t-rtems
  U src/contrib/gcc.295/config/t-svr4
  U src/contrib/gcc.295/config/tm-dwarf2.h
  U src/contrib/gcc.295/config/x-interix
  U src/contrib/gcc.295/config/x-linux
  U src/contrib/gcc.295/config/x-linux-aout
  U src/contrib/gcc.295/config/x-lynx
  U src/contrib/gcc.295/config/x-svr4
  U src/contrib/gcc.295/config/xm-alloca.h
  U src/contrib/gcc.295/config/xm-gnu.h
  U src/contrib/gcc.295/config/xm-freebsd.h
  U src/contrib/gcc.295/config/xm-interix.h
  U src/contrib/gcc.295/config/xm-linux.h
  U src/contrib/gcc.295/config/xm-lynx.h
  U src/contrib/gcc.295/config/xm-openbsd.h
  U src/contrib/gcc.295/config/xm-siglist.h
  U src/contrib/gcc.295/config/xm-std32.h
  U src/contrib/gcc.295/config/xm-svr3.h
  U src/contrib/gcc.295/config/xm-svr4.h
  U src/contrib/gcc.295/config/alpha/alpha-interix.h
  U src/contrib/gcc.295/config/alpha/alpha.c
  U src/contrib/gcc.295/config/alpha/alpha.h
  U src/contrib/gcc.295/config/alpha/alpha.md
  U src/contrib/gcc.295/config/alpha/alpha32.h
  U src/contrib/gcc.295/config/alpha/config-nt.sed
  U src/contrib/gcc.295/config/alpha/crtbegin.asm
  U src/contrib/gcc.295/config/alpha/crtend.asm
  U src/contrib/gcc.295/config/alpha/elf.h
  U src/contrib/gcc.295/config/alpha/lib1funcs.asm
  U src/contrib/gcc.295/config/alpha/linux-ecoff.h
  U src/contrib/gcc.295/config/alpha/linux-elf.h
  U src/contrib/gcc.295/config/alpha/linux.h
  U src/contrib/gcc.295/config/alpha/netbsd-elf.h
  U src/contrib/gcc.295/config/alpha/netbsd.h
  U src/contrib/gcc.295/config/alpha/openbsd.h
  U src/contrib/gcc.295/config/alpha/osf.h
  U src/contrib/gcc.295/config/alpha/osf12.h
  U src/contrib/gcc.295/config/alpha/osf2or3.h
  U src/contrib/gcc.295/config/alpha/t-crtbe
  U src/contrib/gcc.295/config/alpha/t-ieee
  U src/contrib/gcc.295/config/alpha/t-interix
  U src/contrib/gcc.295/config/alpha/t-vms
  U src/contrib/gcc.295/config/alpha/va_list.h
  U src/contrib/gcc.295/config/alpha/vms.h
  U src/contrib/gcc.295/config/alpha/vms-tramp.asm
  U src/contrib/gcc.295/config/alpha/vxworks.h
  U src/contrib/gcc.295/config/alpha/win-nt.h
  U src/contrib/gcc.295/config/alpha/x-alpha
  U src/contrib/gcc.295/config/alpha/xm-alpha-interix.h
  U src/contrib/gcc.295/config/alpha/xm-alpha.h
  U src/contrib/gcc.295/config/alpha/xm-openbsd.h
  U src/contrib/gcc.295/config/alpha/xm-vms.h
  U src/contrib/gcc.295/config/alpha/xm-winnt.h
  U src/contrib/gcc.295/config/i386/386bsd.h
  U src/contrib/gcc.295/config/i386/aix386.h
  U src/contrib/gcc.295/config/i386/aix386ng.h
  U src/contrib/gcc.295/config/i386/att.h
  U src/contrib/gcc.295/config/i386/bsd.h
  U src/contrib/gcc.295/config/i386/bsd386.h
  U src/contrib/gcc.295/config/i386/config-nt.sed
  U src/contrib/gcc.295/config/i386/crtdll.h
  U src/contrib/gcc.295/config/i386/cygwin.asm
  U src/contrib/gcc.295/config/i386/cygwin.h
  U src/contrib/gcc.295/config/i386/dgux.c
  U src/contrib/gcc.295/config/i386/dgux.h
  U src/contrib/gcc.295/config/i386/djgpp-rtems.h
  U src/contrib/gcc.295/config/i386/djgpp.h
  U src/contrib/gcc.295/config/i386/freebsd.h
  U src/contrib/gcc.295/config/i386/gas.h
  U src/contrib/gcc.295/config/i386/gmon-sol2.c
  U src/contrib/gcc.295/config/i386/gnu.h
  U src/contrib/gcc.295/config/i386/gstabs.h
  U src/contrib/gcc.295/config/i386/i386-aout.h
  U src/contrib/gcc.295/config/i386/i386-coff.h
  U src/contrib/gcc.295/config/i386/i386-interix.h
  U src/contrib/gcc.295/config/i386/i386.c
  U src/contrib/gcc.295/config/i386/i386.h
  C src/contrib/gcc.295/config/i386/i386.md
  U src/contrib/gcc.295/config/i386/interix.c
  U src/contrib/gcc.295/config/i386/isc.h
  U src/contrib/gcc.295/config/i386/isccoff.h
  U src/contrib/gcc.295/config/i386/iscdbx.h
  U src/contrib/gcc.295/config/i386/linux-aout.h
  U src/contrib/gcc.295/config/i386/linux-oldld.h
  U src/contrib/gcc.295/config/i386/linux.h
  U src/contrib/gcc.295/config/i386/lynx-ng.h
  U src/contrib/gcc.295/config/i386/lynx.h
  U src/contrib/gcc.295/config/i386/mach.h
  U src/contrib/gcc.295/config/i386/mingw32.h
  U src/contrib/gcc.295/config/i386/moss.h
  U src/contrib/gcc.295/config/i386/netbsd.h
  U src/contrib/gcc.295/config/i386/next.h
  U src/contrib/gcc.295/config/i386/openbsd.h
  U src/contrib/gcc.295/config/i386/os2.h
  U src/contrib/gcc.295/config/i386/osf1-ci.asm
  U src/contrib/gcc.295/config/i386/osf1-cn.asm
  U src/contrib/gcc.295/config/i386/osf1elf.h
  U src/contrib/gcc.295/config/i386/osf1elfgdb.h
  U src/contrib/gcc.295/config/i386/osfelf.h
  U src/contrib/gcc.295/config/i386/osfrose.h
  U src/contrib/gcc.295/config/i386/perform.h
  U src/contrib/gcc.295/config/i386/ptx4-i.h
  U src/contrib/gcc.295/config/i386/rtems.h
  U src/contrib/gcc.295/config/i386/sco.h
  U src/contrib/gcc.295/config/i386/sco4.h
  U src/contrib/gcc.295/config/i386/rtemself.h
  U src/contrib/gcc.295/config/i386/sco4dbx.h
  U src/contrib/gcc.295/config/i386/sco5.h
  U src/contrib/gcc.295/config/i386/sco5gas.h
  U src/contrib/gcc.295/config/i386/scodbx.h
  U src/contrib/gcc.295/config/i386/seq-gas.h
  U src/contrib/gcc.295/config/i386/seq-sysv3.h
  U src/contrib/gcc.295/config/i386/seq2-sysv3.h
  U src/contrib/gcc.295/config/i386/sequent.h
  U src/contrib/gcc.295/config/i386/sol2-c1.asm
  U src/contrib/gcc.295/config/i386/sol2-ci.asm
  U src/contrib/gcc.295/config/i386/sol2-cn.asm
  U src/contrib/gcc.295/config/i386/sol2-gc1.asm
  U src/contrib/gcc.295/config/i386/sol2.h
  U src/contrib/gcc.295/config/i386/sol2gas.h
  U src/contrib/gcc.295/config/i386/sun.h
  U src/contrib/gcc.295/config/i386/sun386.h
  U src/contrib/gcc.295/config/i386/svr3.ifile
  U src/contrib/gcc.295/config/i386/svr3dbx.h
  U src/contrib/gcc.295/config/i386/svr3gas.h
  U src/contrib/gcc.295/config/i386/svr3z.ifile
  U src/contrib/gcc.295/config/i386/sysv3.h
  U src/contrib/gcc.295/config/i386/sysv4.h
  U src/contrib/gcc.295/config/i386/sysv5.h
  U src/contrib/gcc.295/config/i386/t-crtpic
  U src/contrib/gcc.295/config/i386/t-crtstuff
  U src/contrib/gcc.295/config/i386/t-cygwin
  U src/contrib/gcc.295/config/i386/t-dgux
  U src/contrib/gcc.295/config/i386/t-djgpp
  U src/contrib/gcc.295/config/i386/t-i386bare
  U src/contrib/gcc.295/config/i386/t-interix
  U src/contrib/gcc.295/config/i386/t-mingw32
  U src/contrib/gcc.295/config/i386/t-next
  U src/contrib/gcc.295/config/i386/t-osf
  U src/contrib/gcc.295/config/i386/t-osf1elf
  U src/contrib/gcc.295/config/i386/t-sco5
  U src/contrib/gcc.295/config/i386/t-sco5gas
  U src/contrib/gcc.295/config/i386/t-sol2
  U src/contrib/gcc.295/config/i386/t-svr3dbx
  U src/contrib/gcc.295/config/i386/t-udk
  U src/contrib/gcc.295/config/i386/t-uwin
  U src/contrib/gcc.295/config/i386/t-vsta
  U src/contrib/gcc.295/config/i386/t-winnt
  U src/contrib/gcc.295/config/i386/udk.h
  U src/contrib/gcc.295/config/i386/unix.h
  U src/contrib/gcc.295/config/i386/uwin.asm
  U src/contrib/gcc.295/config/i386/uwin.h
  U src/contrib/gcc.295/config/i386/v3gas.h
  U src/contrib/gcc.295/config/i386/vsta.h
  U src/contrib/gcc.295/config/i386/vxi386.h
  U src/contrib/gcc.295/config/i386/win-nt.h
  U src/contrib/gcc.295/config/i386/win32.h
  U src/contrib/gcc.295/config/i386/winnt.c
  U src/contrib/gcc.295/config/i386/x-aix
  U src/contrib/gcc.295/config/i386/x-cygwin
  U src/contrib/gcc.295/config/i386/x-dgux
  U src/contrib/gcc.295/config/i386/x-djgpp
  U src/contrib/gcc.295/config/i386/x-isc
  U src/contrib/gcc.295/config/i386/x-isc3
  U src/contrib/gcc.295/config/i386/x-ncr3000
  U src/contrib/gcc.295/config/i386/x-next
  U src/contrib/gcc.295/config/i386/x-osf1elf
  U src/contrib/gcc.295/config/i386/x-osfrose
  U src/contrib/gcc.295/config/i386/x-sco
  U src/contrib/gcc.295/config/i386/x-sco4
  U src/contrib/gcc.295/config/i386/x-sco5
  U src/contrib/gcc.295/config/i386/x-sysv3
  U src/contrib/gcc.295/config/i386/x-vsta
  U src/contrib/gcc.295/config/i386/xm-aix.h
  U src/contrib/gcc.295/config/i386/xm-bsd386.h
  U src/contrib/gcc.295/config/i386/xm-cygwin.h
  U src/contrib/gcc.295/config/i386/xm-dgux.h
  U src/contrib/gcc.295/config/i386/xm-djgpp.h
  U src/contrib/gcc.295/config/i386/xm-dos.h
  U src/contrib/gcc.295/config/i386/xm-freebsd.h
  U src/contrib/gcc.295/config/i386/xm-gnu.h
  U src/contrib/gcc.295/config/i386/xm-i386-interix.h
  U src/contrib/gcc.295/config/i386/xm-i386.h
  U src/contrib/gcc.295/config/i386/xm-isc.h
  U src/contrib/gcc.295/config/i386/xm-linux.h
  U src/contrib/gcc.295/config/i386/xm-lynx.h
  U src/contrib/gcc.295/config/i386/xm-next.h
  U src/contrib/gcc.295/config/i386/xm-mingw32.h
  U src/contrib/gcc.295/config/i386/xm-openbsd.h
  U src/contrib/gcc.295/config/i386/xm-os2.h
  U src/contrib/gcc.295/config/i386/xm-osf.h
  U src/contrib/gcc.295/config/i386/xm-osf1elf.h
  U src/contrib/gcc.295/config/i386/xm-sco.h
  U src/contrib/gcc.295/config/i386/xm-sco5.h
  U src/contrib/gcc.295/config/i386/xm-sun.h
  U src/contrib/gcc.295/config/i386/xm-sysv3.h
  U src/contrib/gcc.295/config/i386/xm-sysv4.h
  U src/contrib/gcc.295/config/i386/xm-vsta.h
  U src/contrib/gcc.295/config/i386/xm-winnt.h
  U src/contrib/gcc.295/config/i386/freebsd-aout.h
  U src/contrib/gcc.295/config/mips/cross64.h
  U src/contrib/gcc.295/config/mips/abi64.h
  U src/contrib/gcc.295/config/mips/bsd-4.h
  U src/contrib/gcc.295/config/mips/bsd-5.h
  U src/contrib/gcc.295/config/mips/dec-bsd.h
  U src/contrib/gcc.295/config/mips/dec-osf1.h
  U src/contrib/gcc.295/config/mips/ecoff.h
  U src/contrib/gcc.295/config/mips/ecoffl.h
  U src/contrib/gcc.295/config/mips/elf.h
  U src/contrib/gcc.295/config/mips/elf64.h
  U src/contrib/gcc.295/config/mips/elfl.h
  U src/contrib/gcc.295/config/mips/elfl64.h
  U src/contrib/gcc.295/config/mips/elflorion.h
  U src/contrib/gcc.295/config/mips/elforion.h
  U src/contrib/gcc.295/config/mips/gnu.h
  U src/contrib/gcc.295/config/mips/iris3.h
  U src/contrib/gcc.295/config/mips/iris4.h
  U src/contrib/gcc.295/config/mips/iris4loser.h
  U src/contrib/gcc.295/config/mips/iris5.h
  U src/contrib/gcc.295/config/mips/iris5gas.h
  U src/contrib/gcc.295/config/mips/iris6.h
  U src/contrib/gcc.295/config/mips/linux.h
  U src/contrib/gcc.295/config/mips/mips-5.h
  U src/contrib/gcc.295/config/mips/mips.c
  U src/contrib/gcc.295/config/mips/mips.h
  U src/contrib/gcc.295/config/mips/mips.md
  U src/contrib/gcc.295/config/mips/news4.h
  U src/contrib/gcc.295/config/mips/mips16.S
  U src/contrib/gcc.295/config/mips/netbsd.h
  U src/contrib/gcc.295/config/mips/news5.h
  U src/contrib/gcc.295/config/mips/nws3250v4.h
  U src/contrib/gcc.295/config/mips/osfrose.h
  U src/contrib/gcc.295/config/mips/r3900.h
  U src/contrib/gcc.295/config/mips/rtems64.h
  U src/contrib/gcc.295/config/mips/sni-gas.h
  U src/contrib/gcc.295/config/mips/sni-svr4.h
  U src/contrib/gcc.295/config/mips/svr3-4.h
  U src/contrib/gcc.295/config/mips/svr3-5.h
  U src/contrib/gcc.295/config/mips/svr4-4.h
  U src/contrib/gcc.295/config/mips/svr4-5.h
  U src/contrib/gcc.295/config/mips/svr4-t.h
  U src/contrib/gcc.295/config/mips/t-bsd
  U src/contrib/gcc.295/config/mips/t-bsd-gas
  U src/contrib/gcc.295/config/mips/t-cross64
  U src/contrib/gcc.295/config/mips/t-ecoff
  U src/contrib/gcc.295/config/mips/t-elf
  U src/contrib/gcc.295/config/mips/t-iris6
  U src/contrib/gcc.295/config/mips/t-mips
  U src/contrib/gcc.295/config/mips/t-mips-gas
  U src/contrib/gcc.295/config/mips/t-osfrose
  U src/contrib/gcc.295/config/mips/t-r3900
  U src/contrib/gcc.295/config/mips/t-svr3
  U src/contrib/gcc.295/config/mips/t-svr3-gas
  U src/contrib/gcc.295/config/mips/t-svr4
  U src/contrib/gcc.295/config/mips/x-iris
  U src/contrib/gcc.295/config/mips/t-svr4-gas
  U src/contrib/gcc.295/config/mips/vxworks.h
  U src/contrib/gcc.295/config/mips/x-dec-osf1
  U src/contrib/gcc.295/config/mips/x-iris3
  U src/contrib/gcc.295/config/mips/x-iris6
  U src/contrib/gcc.295/config/mips/x-mips
  U src/contrib/gcc.295/config/mips/x-netbsd
  U src/contrib/gcc.295/config/mips/x-nws3250v4
  U src/contrib/gcc.295/config/mips/x-osfrose
  U src/contrib/gcc.295/config/mips/x-sni-svr4
  U src/contrib/gcc.295/config/mips/x-sony
  U src/contrib/gcc.295/config/mips/x-sysv
  U src/contrib/gcc.295/config/mips/xm-iris3.h
  U src/contrib/gcc.295/config/mips/xm-iris4.h
  U src/contrib/gcc.295/config/mips/xm-iris5.h
  U src/contrib/gcc.295/config/mips/xm-iris6.h
  U src/contrib/gcc.295/config/mips/xm-mips.h
  U src/contrib/gcc.295/config/mips/xm-news.h
  U src/contrib/gcc.295/config/mips/xm-nws3250v4.h
  U src/contrib/gcc.295/config/mips/xm-sysv.h
  U src/contrib/gcc.295/config/mips/xm-sysv4.h
  U src/contrib/gcc.295/config/sparc/gmon-sol2.c
  U src/contrib/gcc.295/config/sparc/aout.h
  U src/contrib/gcc.295/config/sparc/bsd.h
  U src/contrib/gcc.295/config/sparc/elf.h
  U src/contrib/gcc.295/config/sparc/lb1spc.asm
  U src/contrib/gcc.295/config/sparc/hal.h
  U src/contrib/gcc.295/config/sparc/lb1spl.asm
  U src/contrib/gcc.295/config/sparc/linux-aout.h
  U src/contrib/gcc.295/config/sparc/linux.h
  U src/contrib/gcc.295/config/sparc/linux64.h
  U src/contrib/gcc.295/config/sparc/lite.h
  U src/contrib/gcc.295/config/sparc/litecoff.h
  U src/contrib/gcc.295/config/sparc/lynx-ng.h
  U src/contrib/gcc.295/config/sparc/lynx.h
  U src/contrib/gcc.295/config/sparc/netbsd.h
  U src/contrib/gcc.295/config/sparc/openbsd.h
  U src/contrib/gcc.295/config/sparc/pbd.h
  U src/contrib/gcc.295/config/sparc/rtems.h
  U src/contrib/gcc.295/config/sparc/sol2-c1.asm
  U src/contrib/gcc.295/config/sparc/sol2-ci.asm
  U src/contrib/gcc.295/config/sparc/sol2-cn.asm
  U src/contrib/gcc.295/config/sparc/sol2-g1.asm
  U src/contrib/gcc.295/config/sparc/sol2-sld-64.h
  U src/contrib/gcc.295/config/sparc/sol2-sld.h
  U src/contrib/gcc.295/config/sparc/sol2.h
  U src/contrib/gcc.295/config/sparc/sp64-aout.h
  U src/contrib/gcc.295/config/sparc/sp64-elf.h
  U src/contrib/gcc.295/config/sparc/sparc.c
  U src/contrib/gcc.295/config/sparc/sparc.h
  U src/contrib/gcc.295/config/sparc/sparc.md
  U src/contrib/gcc.295/config/sparc/splet.h
  U src/contrib/gcc.295/config/sparc/sun4gas.h
  U src/contrib/gcc.295/config/sparc/sun4o3.h
  U src/contrib/gcc.295/config/sparc/sunos4.h
  U src/contrib/gcc.295/config/sparc/sysv4.h
  U src/contrib/gcc.295/config/sparc/t-elf
  U src/contrib/gcc.295/config/sparc/t-halos
  U src/contrib/gcc.295/config/sparc/t-linux64
  U src/contrib/gcc.295/config/sparc/t-sol2
  U src/contrib/gcc.295/config/sparc/t-sol2-64
  U src/contrib/gcc.295/config/sparc/t-sp64
  U src/contrib/gcc.295/config/sparc/t-sparcbare
  U src/contrib/gcc.295/config/sparc/t-sparclite
  U src/contrib/gcc.295/config/sparc/t-splet
  U src/contrib/gcc.295/config/sparc/t-sunos40
  U src/contrib/gcc.295/config/sparc/t-sunos41
  U src/contrib/gcc.295/config/sparc/t-vxsparc
  U src/contrib/gcc.295/config/sparc/vxsim.h
  U src/contrib/gcc.295/config/sparc/vxsparc.h
  U src/contrib/gcc.295/config/sparc/x-sysv4
  U src/contrib/gcc.295/config/sparc/xm-linux.h
  U src/contrib/gcc.295/config/sparc/xm-lynx.h
  U src/contrib/gcc.295/config/sparc/xm-openbsd.h
  U src/contrib/gcc.295/config/sparc/xm-pbd.h
  U src/contrib/gcc.295/config/sparc/xm-sol2.h
  U src/contrib/gcc.295/config/sparc/xm-sp64.h
  U src/contrib/gcc.295/config/sparc/xm-sparc.h
  U src/contrib/gcc.295/config/sparc/xm-sysv4-64.h
  U src/contrib/gcc.295/config/sparc/xm-sysv4.h
  U src/contrib/gcc.295/ginclude/iso646.h
  U src/contrib/gcc.295/ginclude/math-3300.h
  U src/contrib/gcc.295/ginclude/math-68881.h
  U src/contrib/gcc.295/ginclude/ppc-asm.h
  U src/contrib/gcc.295/ginclude/proto.h
  U src/contrib/gcc.295/ginclude/stdarg.h
  U src/contrib/gcc.295/ginclude/stdbool.h
  U src/contrib/gcc.295/ginclude/stddef.h
  U src/contrib/gcc.295/ginclude/va-alpha.h
  U src/contrib/gcc.295/ginclude/va-arc.h
  U src/contrib/gcc.295/ginclude/va-c4x.h
  U src/contrib/gcc.295/ginclude/va-clipper.h
  U src/contrib/gcc.295/ginclude/va-h8300.h
  U src/contrib/gcc.295/ginclude/va-i860.h
  U src/contrib/gcc.295/ginclude/va-i960.h
  U src/contrib/gcc.295/ginclude/va-m32r.h
  U src/contrib/gcc.295/ginclude/va-m88k.h
  U src/contrib/gcc.295/ginclude/va-mips.h
  U src/contrib/gcc.295/ginclude/va-mn10200.h
  U src/contrib/gcc.295/ginclude/va-mn10300.h
  U src/contrib/gcc.295/ginclude/va-pa.h
  U src/contrib/gcc.295/ginclude/va-ppc.h
  U src/contrib/gcc.295/ginclude/va-pyr.h
  U src/contrib/gcc.295/ginclude/va-sh.h
  U src/contrib/gcc.295/ginclude/va-sparc.h
  U src/contrib/gcc.295/ginclude/va-spur.h
  U src/contrib/gcc.295/ginclude/va-v850.h
  U src/contrib/gcc.295/ginclude/varargs.h
  U src/contrib/gcc.295/objc/Make-lang.in
  U src/contrib/gcc.295/objc/Makefile.in
  U src/contrib/gcc.295/objc/README
  U src/contrib/gcc.295/objc/config-lang.in
  U src/contrib/gcc.295/objc/lang-specs.h
  U src/contrib/gcc.295/objc/objc-act.c
  U src/contrib/gcc.295/objc/objc-act.h
  U src/contrib/gcc.295/objc/objc-tree.def
  U src/contrib/gcc.295/objc/objc.gperf
  
  10 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jFSF:yesterday -jFSF src/contrib/gcc.295
  


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


From owner-cvs-all  Sat Feb 17  0:54:52 2001
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 CDB0A37B401; Sat, 17 Feb 2001 00:54:49 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H8snE50408;
	Sat, 17 Feb 2001 00:54:49 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170854.f1H8snE50408@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 00:54:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gcc.295 Makefile.in c-decl.c cccp.c gcc.c
         reload.c src/contrib/gcc.295/config/i386 i386.md
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 00:54:49 PST

  Modified files:
    contrib/gcc.295      Makefile.in c-decl.c cccp.c gcc.c 
                         reload.c 
    contrib/gcc.295/config/i386 i386.md 
  Log:
  Fix conflicts in which the only change was updating the dates in the
  copyrights.
  
  Revision  Changes    Path
  1.6       +3 -2      src/contrib/gcc.295/Makefile.in
  1.3       +3 -2      src/contrib/gcc.295/c-decl.c
  1.7       +3 -2      src/contrib/gcc.295/cccp.c
  1.19      +3 -2      src/contrib/gcc.295/gcc.c
  1.6       +3 -2      src/contrib/gcc.295/reload.c
  1.9       +3 -2      src/contrib/gcc.295/config/i386/i386.md



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


From owner-cvs-all  Sat Feb 17  1: 3: 5 2001
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 BB77837B401; Sat, 17 Feb 2001 01:02:59 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H92xu50931;
	Sat, 17 Feb 2001 01:02:59 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170902.f1H92xu50931@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 01:02:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gcc.295 configure
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 01:02:59 PST

  Modified files:
    contrib/gcc.295      configure 
  Log:
  Merge our fixed i386 support, add our Alpha and Sparc64 support to
  GCC 2.95.3(RC3).
  
  Revision  Changes    Path
  1.11      +119 -122  src/contrib/gcc.295/configure



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


From owner-cvs-all  Sat Feb 17  1: 3:49 2001
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 314A437B4EC; Sat, 17 Feb 2001 01:03:41 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H93fQ50978;
	Sat, 17 Feb 2001 01:03:41 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170903.f1H93fQ50978@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 01:03:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gcc.295 function.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 01:03:41 PST

  Modified files:
    contrib/gcc.295      function.c 
  Log:
  Merge rev 1.2 (a.out support) into GCC 2.95.3(RC#3).
  
  Revision  Changes    Path
  1.8       +18 -9     src/contrib/gcc.295/function.c



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


From owner-cvs-all  Sat Feb 17  1: 4:59 2001
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 542E137B491; Sat, 17 Feb 2001 01:04:51 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H94pD51091;
	Sat, 17 Feb 2001 01:04:51 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170904.f1H94pD51091@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 01:04:51 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gcc.295 invoke.texi
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 01:04:51 PST

  Modified files:
    contrib/gcc.295      invoke.texi 
  Log:
  This brings rev 1.2 (reality check and document profiling extensions)
  into GCC 2.95.3(RC#3).
  
  Revision  Changes    Path
  1.8       +7 -6      src/contrib/gcc.295/invoke.texi



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


From owner-cvs-all  Sat Feb 17  1: 6:39 2001
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 077BB37B491; Sat, 17 Feb 2001 01:06:32 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H96Vr53323;
	Sat, 17 Feb 2001 01:06:31 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170906.f1H96Vr53323@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 01:06:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/gcc.295 toplev.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 01:06:31 PST

  Modified files:
    contrib/gcc.295      toplev.c 
  Log:
  Merge rev 1.2 (-fformat-extensions); 1.{7,9} (complain about -O2 on the
  Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format)
  into GCC 2.95.3(RC#3).
  
  Revision  Changes    Path
  1.11      +4 -3      src/contrib/gcc.295/toplev.c



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


From owner-cvs-all  Sat Feb 17  1:46:45 2001
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 7B2AB37B401; Sat, 17 Feb 2001 01:46:42 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H9kg155326;
	Sat, 17 Feb 2001 01:46:42 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102170946.f1H9kg155326@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 01:46:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/cccp
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 01:46:42 PST

  Modified files:
    gnu/usr.bin/cc/cc    Makefile 
    gnu/usr.bin/cc/cccp  Makefile 
  Log:
  Make `cc' and `cpp0' staticly linked binaries in this development version
  of the OS.
  
  Revision  Changes    Path
  1.22      +2 -1      src/gnu/usr.bin/cc/cc/Makefile
  1.18      +2 -1      src/gnu/usr.bin/cc/cccp/Makefile



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


From owner-cvs-all  Sat Feb 17  3:15:35 2001
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 3B89037B401; Sat, 17 Feb 2001 03:15:31 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HBFVe64586;
	Sat, 17 Feb 2001 03:15:31 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102171115.f1HBFVe64586@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 03:15:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/locale nl_langinfo.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 03:15:31 PST

  Modified files:
    lib/libc/locale      nl_langinfo.c 
  Log:
  CRNCYSTR: determine '.' too
  
  Revision  Changes    Path
  1.7       +17 -11    src/lib/libc/locale/nl_langinfo.c



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


From owner-cvs-all  Sat Feb 17  4:18:27 2001
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 00CE337B4EC; Sat, 17 Feb 2001 04:18:22 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HCIL275093;
	Sat, 17 Feb 2001 04:18:21 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102171218.f1HCIL275093@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sat, 17 Feb 2001 04:18:21 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/japanese/less/files patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/17 04:18:21 PST

  Modified files:
    japanese/less/files  patch-ab 
  Log:
  use better -lxpg4 detection code.
  
  Obtained from:	vim6
  
  Revision  Changes    Path
  1.7       +4 -13     ports/japanese/less/files/patch-ab



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


From owner-cvs-all  Sat Feb 17  4:20:37 2001
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 A737E37B401; Sat, 17 Feb 2001 04:20:34 -0800 (PST)
Received: (from sf@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HCKYc75531;
	Sat, 17 Feb 2001 04:20:34 -0800 (PST)
	(envelope-from sf)
Message-Id: <200102171220.f1HCKYc75531@freefall.freebsd.org>
From: FUJISHIMA Satsuki <sf@FreeBSD.org>
Date: Sat, 17 Feb 2001 04:20:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src
         portlint.pl
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sf          2001/02/17 04:20:33 PST

  Modified files:
    devel/portlint       Makefile 
    devel/portlint/src   portlint.pl 
  Log:
  o stop checking blank lines for files/patch-*
  o fix getopt arguments: -B takes argument and -N don't.
  
  Submitted by:		Peter Pentchev <roam@orbitel.bg>
  Non-responce from:	maintainer
  
  Revision  Changes    Path
  1.43      +2 -2      ports/devel/portlint/Makefile
  1.27      +3 -3      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  Sat Feb 17  5: 0:37 2001
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 E227F37B491; Sat, 17 Feb 2001 05:00:33 -0800 (PST)
Received: (from mharo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HD0Xj78236;
	Sat, 17 Feb 2001 05:00:33 -0800 (PST)
	(envelope-from mharo)
Message-Id: <200102171300.f1HD0Xj78236@freefall.freebsd.org>
From: Michael Haro <mharo@FreeBSD.org>
Date: Sat, 17 Feb 2001 05:00:33 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/analog Makefile distinfo pkg-plist
         ports/www/analog/files patch-aa
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

mharo       2001/02/17 05:00:33 PST

  Modified files:
    www/analog           Makefile distinfo pkg-plist 
    www/analog/files     patch-aa 
  Log:
  Update to from 4.11 to 4.16
  
   - Security fix for buffer overflow bug.
   - language / domain file updates
   - Bug fixes, especially for multibyte character sets.
   - Can count beyond Terabytes.
   - Can do a FLOOR beyond Terabytes.
   - Recognises Windows Me for Operating System Report.
  
  PR:		25079
  Submitted by:	    Christopher K Davis <ckd@komarr.ckdhr.com>
  
  Revision  Changes    Path
  1.33      +2 -2      ports/www/analog/Makefile
  1.18      +1 -1      ports/www/analog/distinfo
  1.18      +25 -3     ports/www/analog/pkg-plist
  1.15      +10 -10    ports/www/analog/files/patch-aa



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


From owner-cvs-all  Sat Feb 17  5:33:23 2001
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 EC60D37B4EC; Sat, 17 Feb 2001 05:33:19 -0800 (PST)
Received: (from dirk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HDXJ882502;
	Sat, 17 Feb 2001 05:33:19 -0800 (PST)
	(envelope-from dirk)
Message-Id: <200102171333.f1HDXJ882502@freefall.freebsd.org>
From: Dirk Froemberg <dirk@FreeBSD.org>
Date: Sat, 17 Feb 2001 05:33:19 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/mod_php3/scripts configure.php ports/www/mod_php4/scripts
         configure.php
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dirk        2001/02/17 05:33:19 PST

  Modified files:
    www/mod_php3/scripts configure.php 
    www/mod_php4/scripts configure.php 
  Log:
  Disable mcrypt support. I doesn't compile at the moment due to recent
  mcrypt upgrade.
  
  Revision  Changes    Path
  1.106     +5 -2      ports/www/mod_php3/scripts/configure.php
  1.110     +5 -2      ports/www/mod_php4/scripts/configure.php



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


From owner-cvs-all  Sat Feb 17  6:17:36 2001
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 D586D37B491; Sat, 17 Feb 2001 06:17:30 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HEHUq90095;
	Sat, 17 Feb 2001 06:17:30 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102171417.f1HEHUq90095@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Sat, 17 Feb 2001 06:17:30 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/isc-dhcp3 Makefile distinfo pkg-descr
         pkg-plist ports/net/isc-dhcp3/files isc-dhcpd.sh.sample patch-aj
         patch-clparse.c patch-dhclient.8 patch-dhclient.c patch-freebsd
         patch-site.conf patch-site.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

roam        2001/02/17 06:17:30 PST

  Modified files:
    net/isc-dhcp3        Makefile distinfo pkg-descr pkg-plist 
    net/isc-dhcp3/files  isc-dhcpd.sh.sample patch-aj 
                         patch-clparse.c patch-dhclient.8 
                         patch-dhclient.c patch-freebsd 
                         patch-site.conf 
  Removed files:
    net/isc-dhcp3/files  patch-site.h 
  Log:
  Update to 3.0b2pl16, assign maintainership to Cyrille Lefevre.
  
  PR:		24911
  Submitted by:	Cyrille Lefevre <clefevre@citeweb.net> - new maintainer
  
  Revision  Changes    Path
  1.49      +88 -36    ports/net/isc-dhcp3/Makefile
  1.21      +1 -1      ports/net/isc-dhcp3/distinfo
  1.7       +13 -10    ports/net/isc-dhcp3/pkg-descr
  1.15      +22 -11    ports/net/isc-dhcp3/pkg-plist
  1.2       +5 -4      ports/net/isc-dhcp3/files/isc-dhcpd.sh.sample
  1.4       +20 -43    ports/net/isc-dhcp3/files/patch-aj
  1.3       +10 -4     ports/net/isc-dhcp3/files/patch-clparse.c
  1.2       +50 -6     ports/net/isc-dhcp3/files/patch-dhclient.8
  1.4       +44 -8     ports/net/isc-dhcp3/files/patch-dhclient.c
  1.3       +69 -7     ports/net/isc-dhcp3/files/patch-freebsd
  1.4       +15 -6     ports/net/isc-dhcp3/files/patch-site.conf



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


From owner-cvs-all  Sat Feb 17  6:19:10 2001
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 B5D4B37B491; Sat, 17 Feb 2001 06:19:02 -0800 (PST)
Received: (from roam@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HEJ2M90230;
	Sat, 17 Feb 2001 06:19:02 -0800 (PST)
	(envelope-from roam)
Message-Id: <200102171419.f1HEJ2M90230@freefall.freebsd.org>
From: Peter Pentchev <roam@FreeBSD.org>
Date: Sat, 17 Feb 2001 06:19:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/isc-dhcp3/files patch-dhclient-script.8 patch-client-Makefile.dist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

roam        2001/02/17 06:19:02 PST

  Added files:
    net/isc-dhcp3/files  patch-dhclient-script.8 
                         patch-client-Makefile.dist 
  Log:
  New patchfiles in the update to 3.0b2pl16.
  
  PR:		24911
  Submitted by:	Cyrille Lefevre <clefevre@citeweb.net> - maintainer



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


From owner-cvs-all  Sat Feb 17  6:51:17 2001
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 0D46637B65D; Sat, 17 Feb 2001 06:51:12 -0800 (PST)
Received: (from ume@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HEpB067669;
	Sat, 17 Feb 2001 06:51:11 -0800 (PST)
	(envelope-from ume)
Message-Id: <200102171451.f1HEpB067669@freefall.freebsd.org>
From: Hajimu UMEMOTO <ume@FreeBSD.org>
Date: Sat, 17 Feb 2001 06:51:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/arm/include
         ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ume         2001/02/17 06:51:11 PST

  Modified files:
    sys/alpha/include    ansi.h 
    sys/arm/include      ansi.h 
    sys/ia64/include     ansi.h 
    sys/powerpc/include  ansi.h 
  Log:
  Correct disordering which is corresponding to bde's fix to
  i386/include/ansi.h.
  
  Revision  Changes    Path
  1.12      +2 -2      src/sys/alpha/include/ansi.h
  1.4       +2 -2      src/sys/arm/include/ansi.h
  1.6       +4 -4      src/sys/ia64/include/ansi.h
  1.4       +2 -2      src/sys/powerpc/include/ansi.h



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


From owner-cvs-all  Sat Feb 17  7:14:22 2001
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 0DB1837B491; Sat, 17 Feb 2001 07:14:17 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFEHn83610;
	Sat, 17 Feb 2001 07:14:17 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102171514.f1HFEHn83610@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:14:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/comms/qico Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/17 07:14:16 PST

  Modified files:
    comms/qico           Makefile distinfo pkg-plist 
  Log:
  Upgrade to version 0.48.4
  
  PR: 25140
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.7       +5 -5      ports/comms/qico/Makefile
  1.7       +1 -1      ports/comms/qico/distinfo
  1.3       +3 -3      ports/comms/qico/pkg-plist



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


From owner-cvs-all  Sat Feb 17  7:19: 4 2001
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 5820137B65D; Sat, 17 Feb 2001 07:19:01 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFJ1E83973;
	Sat, 17 Feb 2001 07:19:01 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102171519.f1HFJ1E83973@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:19:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/bind/doc/misc dns-setup src/usr.sbin/named
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/17 07:19:01 PST

  Modified files:
    usr.sbin/named       Makefile 
  Removed files:
    contrib/bind/doc/misc dns-setup 
  Log:
  Remove old DNS setup document.  We have long past the times where
  BIND 4 was the thing of the day.
  
  Revision  Changes    Path
  1.27      +2 -2      src/usr.sbin/named/Makefile



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


From owner-cvs-all  Sat Feb 17  7:23:26 2001
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 D6FA437B491; Sat, 17 Feb 2001 07:23:22 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFNMY84316;
	Sat, 17 Feb 2001 07:23:22 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102171523.f1HFNMY84316@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:23:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/ciscoconf Makefile distinfo pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/17 07:23:22 PST

  Modified files:
    net/ciscoconf        Makefile distinfo pkg-descr 
  Log:
  - Update to version 1.1
  - Update MASTER_SITES
  - Change maintainer's email address
  
  PR: 25144
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.7       +4 -7      ports/net/ciscoconf/Makefile
  1.2       +1 -1      ports/net/ciscoconf/distinfo
  1.3       +2 -4      ports/net/ciscoconf/pkg-descr



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


From owner-cvs-all  Sat Feb 17  7:31:21 2001
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 34AEA37B4EC; Sat, 17 Feb 2001 07:31:18 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFVIm84901;
	Sat, 17 Feb 2001 07:31:18 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102171531.f1HFVIm84901@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:31:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/textproc/p5-XML-Stream Makefile distinfo
         pkg-descr pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/17 07:31:18 PST

  Modified files:
    textproc/p5-XML-Stream Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to version 1.11
  
  PR: 25165
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.2       +4 -4      ports/textproc/p5-XML-Stream/Makefile
  1.2       +1 -1      ports/textproc/p5-XML-Stream/distinfo
  1.2       +5 -2      ports/textproc/p5-XML-Stream/pkg-descr
  1.3       +3 -0      ports/textproc/p5-XML-Stream/pkg-plist



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


From owner-cvs-all  Sat Feb 17  7:33:29 2001
Delivered-To: cvs-all@freebsd.org
Received: from njord.bart.nl (njord.bart.nl [194.158.170.15])
	by hub.freebsd.org (Postfix) with ESMTP
	id B040437B4EC; Sat, 17 Feb 2001 07:33:16 -0800 (PST)
Received: from daemon.chronias.ninth-circle.org (root@cable.ninth-circle.org [195.38.232.6])
	by njord.bart.nl (8.10.1/8.10.1) with ESMTP id f1HFXDl43082;
	Sat, 17 Feb 2001 16:33:13 +0100 (CET)
Received: (from asmodai@localhost)
	by daemon.chronias.ninth-circle.org (8.11.1/8.11.0) id f1HFWuO57821;
	Sat, 17 Feb 2001 16:32:56 +0100 (CET)
	(envelope-from asmodai)
Date: Sat, 17 Feb 2001 16:32:56 +0100
From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To: Maxim Sobolev <sobomax@freebsd.org>
Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs@freebsd.org
Subject: Re: Strange commit statistics misbehaviour [Re: cvs commit: ports/audio/pysol-sound-server Makefile ports/audio/sdl_mixer]
Message-ID: <20010217163256.B53437@daemon.ninth-circle.org>
References: <200102161948.f1GJmDW56644@freefall.freebsd.org> <200102162006.f1GK6Pu67251@vic.sabbo.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2i
In-Reply-To: <200102162006.f1GK6Pu67251@vic.sabbo.net>; from sobomax@freebsd.org on Fri, Feb 16, 2001 at 10:06:24PM +0200
Organisation: Ninth-Circle Enterprises
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

-On [20010216 21:30], Maxim Sobolev (sobomax@freebsd.org) wrote:
>>   1.10      +1 -1      ports/graphics/xmps/Makefile
>	      ^^^^^
>Could someone explain why the last line differs from all previous? The change
>in question was exactly the same and cvs diff indicates that two lines had
>been changed (LIB_DEPENDS and $FreeBSD$).
>
>For example compare:
>http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/smpeg/Makefile.diff?r1=1.13&r2=1.14
>http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/xmps/Makefile.diff?r1=1.9&r2=1.10

Maybe a problem in the log_accum.pl?

Otherwise we could also have a problem in CVS.

I would be inclined to think the perl scripts since CVS contains the
correct info, and CVS doesn't do anything with the scripts, those are
external.

-- 
Jeroen Ruigrok vd Werven/Asmodai    asmodai@[wxs.nl|bart.nl|freebsd.org]
Documentation nutter/C-rated Coder BSD: Technical excellence at its best  
	  D78D D0AD 244D 1D12 C9CA  7152 035C 1138 546A B867
I'm a child of the air, I'm a witch of the wind...


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


From owner-cvs-all  Sat Feb 17  7:47:47 2001
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 E54BB37B503; Sat, 17 Feb 2001 07:47:42 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFlg086537;
	Sat, 17 Feb 2001 07:47:42 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102171547.f1HFlg086537@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:47:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/p5-Net-Jabber 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

kevlo       2001/02/17 07:47:42 PST

  Modified files:
    net/p5-Net-Jabber    Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  Update to version 1.0021
  
  PR: 25166
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.3       +15 -5     ports/net/p5-Net-Jabber/Makefile
  1.2       +1 -1      ports/net/p5-Net-Jabber/distinfo
  1.2       +1 -1      ports/net/p5-Net-Jabber/pkg-comment
  1.2       +23 -7     ports/net/p5-Net-Jabber/pkg-descr
  1.4       +15 -3     ports/net/p5-Net-Jabber/pkg-plist



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


From owner-cvs-all  Sat Feb 17  7:48:32 2001
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 2CBAA37B491; Sat, 17 Feb 2001 07:48:23 -0800 (PST)
Received: (from asmodai@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFmNJ86673;
	Sat, 17 Feb 2001 07:48:23 -0800 (PST)
	(envelope-from asmodai)
Message-Id: <200102171548.f1HFmNJ86673@freefall.freebsd.org>
From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:48:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/bind/doc - Imported sources
X-FreeBSD-CVS-Branch: 
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

asmodai     2001/02/17 07:48:23 PST

  src/contrib/bind/doc - Imported sources
  Update of /home/ncvs/src/contrib/bind/doc
  In directory freefall.freebsd.org:/d/home/asmodai/CURRENT/bind/doc
  
  Log Message:
  Virgin import of ISC BIND v8.2.3-REL docs
  
  Status:
  
  Vendor Tag:	ISC
  Release Tags:	v8_2_3
  		
  U src/contrib/bind/doc/bog/00macs.me
  U src/contrib/bind/doc/bog/00title.me
  U src/contrib/bind/doc/bog/Makefile
  U src/contrib/bind/doc/bog/ack.me
  U src/contrib/bind/doc/bog/build.me
  U src/contrib/bind/doc/bog/files.me
  U src/contrib/bind/doc/bog/intro.me
  U src/contrib/bind/doc/bog/manage.me
  U src/contrib/bind/doc/bog/named.boot.cache
  U src/contrib/bind/doc/bog/named.boot.primary
  U src/contrib/bind/doc/bog/named.boot.secondary
  U src/contrib/bind/doc/bog/named.local
  U src/contrib/bind/doc/bog/ns.me
  U src/contrib/bind/doc/bog/resolv.conf
  U src/contrib/bind/doc/bog/root.cache
  U src/contrib/bind/doc/bog/setup.me
  U src/contrib/bind/doc/bog/types.me
  U src/contrib/bind/doc/bog/ucbhosts
  U src/contrib/bind/doc/bog/ucbhosts.rev
  U src/contrib/bind/doc/html/acl.html
  U src/contrib/bind/doc/html/address_list.html
  U src/contrib/bind/doc/html/comments.html
  U src/contrib/bind/doc/html/config.html
  U src/contrib/bind/doc/html/controls.html
  U src/contrib/bind/doc/html/docdef.html
  U src/contrib/bind/doc/html/example.html
  U src/contrib/bind/doc/html/include.html
  U src/contrib/bind/doc/html/index.html
  U src/contrib/bind/doc/html/key.html
  U src/contrib/bind/doc/html/logging.html
  U src/contrib/bind/doc/html/master.html
  U src/contrib/bind/doc/html/options.html
  U src/contrib/bind/doc/html/server.html
  U src/contrib/bind/doc/html/trusted-keys.html
  U src/contrib/bind/doc/html/zone.html
  U src/contrib/bind/doc/man/Makefile
  U src/contrib/bind/doc/man/dig.1
  U src/contrib/bind/doc/man/dnskeygen.1
  U src/contrib/bind/doc/man/dnsquery.1
  U src/contrib/bind/doc/man/getaddrinfo.3
  U src/contrib/bind/doc/man/gethostbyname.3
  U src/contrib/bind/doc/man/getipnodebyname.3
  U src/contrib/bind/doc/man/getnameinfo.3
  U src/contrib/bind/doc/man/getnetent.3
  U src/contrib/bind/doc/man/hesiod.3
  U src/contrib/bind/doc/man/host.1
  U src/contrib/bind/doc/man/hostname.7
  U src/contrib/bind/doc/man/inet_cidr.3
  U src/contrib/bind/doc/man/irs.conf.5
  U src/contrib/bind/doc/man/mailaddr.7
  U src/contrib/bind/doc/man/mkdep.1
  U src/contrib/bind/doc/man/named-bootconf.8
  U src/contrib/bind/doc/man/named-xfer.8
  U src/contrib/bind/doc/man/named.8
  U src/contrib/bind/doc/man/named.conf.5
  U src/contrib/bind/doc/man/ndc.8
  U src/contrib/bind/doc/man/nslookup.8
  U src/contrib/bind/doc/man/nsupdate.8
  U src/contrib/bind/doc/man/resolver.3
  U src/contrib/bind/doc/man/resolver.5
  U src/contrib/bind/doc/man/tsig.3
  U src/contrib/bind/doc/misc/DynamicUpdate
  U src/contrib/bind/doc/misc/FAQ.1of2
  U src/contrib/bind/doc/misc/FAQ.2of2
  U src/contrib/bind/doc/misc/style.txt
  U src/contrib/bind/doc/notes/data
  U src/contrib/bind/doc/notes/db_names.c
  U src/contrib/bind/doc/notes/irp.txt
  
  No conflicts created by this import
  


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


From owner-cvs-all  Sat Feb 17  7:53:19 2001
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 3666837B65D; Sat, 17 Feb 2001 07:53:13 -0800 (PST)
Received: (from kevlo@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HFrD287002;
	Sat, 17 Feb 2001 07:53:13 -0800 (PST)
	(envelope-from kevlo)
Message-Id: <200102171553.f1HFrD287002@freefall.freebsd.org>
From: Kevin Lo <kevlo@FreeBSD.org>
Date: Sat, 17 Feb 2001 07:53:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/sysutils/gpart Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kevlo       2001/02/17 07:53:12 PST

  Modified files:
    sysutils/gpart       Makefile distinfo 
  Log:
  Update to version 0.1h
  
  PR: 25167
  Submitted by: MAINTAINER
  
  Revision  Changes    Path
  1.7       +4 -3      ports/sysutils/gpart/Makefile
  1.5       +1 -1      ports/sysutils/gpart/distinfo



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


From owner-cvs-all  Sat Feb 17  8:11:55 2001
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 6379437B4EC; Sat, 17 Feb 2001 08:11:46 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HGBkW90891;
	Sat, 17 Feb 2001 08:11:46 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102171611.f1HGBkW90891@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sat, 17 Feb 2001 08:11:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel Makefile ports/devel/as80 Makefile
         distinfo pkg-comment pkg-descr pkg-plist ports/devel/as80/files
         patch-aa patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/17 08:11:46 PST

  Modified files:
    devel                Makefile 
  Added files:
    devel/as80           Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    devel/as80/files     patch-aa patch-ab 
  Log:
  New Port: devel/as80
  As80 is a lightweight 8080/8085 assembler for UN*X systems.
  
  PR:		24235
  Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
  
  Revision  Changes    Path
  1.438     +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  Sat Feb 17  8:12: 0 2001
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 C395937B491; Sat, 17 Feb 2001 08:11:56 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HGBux91007;
	Sat, 17 Feb 2001 08:11:56 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102171611.f1HGBux91007@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sat, 17 Feb 2001 08:11:56 -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

jeh         2001/02/17 08:11:56 PST

  Modified files:
    .                    modules 
  Log:
    as80 --> ports/devel/as80
  
  Revision  Changes    Path
  1.2430    +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  Sat Feb 17  8:35:15 2001
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 D3E5937B4EC; Sat, 17 Feb 2001 08:35:10 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HGZAW93013;
	Sat, 17 Feb 2001 08:35:10 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102171635.f1HGZAW93013@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sat, 17 Feb 2001 08:35:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/news Makefile ports/news/ija 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

ijliao      2001/02/17 08:35:10 PST

  Modified files:
    news                 Makefile 
  Added files:
    news/ija             Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add ija, an interactive command line frontend of Deja
  
  Revision  Changes    Path
  1.63      +2 -1      ports/news/Makefile



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


From owner-cvs-all  Sat Feb 17  8:35:28 2001
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 61FD337B6E0; Sat, 17 Feb 2001 08:35:16 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HGZGC93048;
	Sat, 17 Feb 2001 08:35:16 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102171635.f1HGZGC93048@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sat, 17 Feb 2001 08:35:16 -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

ijliao      2001/02/17 08:35:15 PST

  Modified files:
    .                    modules 
  Log:
    ija --> ports/news/ija
  
  Revision  Changes    Path
  1.2431    +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  Sat Feb 17  9:13:44 2001
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 E502037B491; Sat, 17 Feb 2001 09:13:39 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HHDdc97947;
	Sat, 17 Feb 2001 09:13:39 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102171713.f1HHDdc97947@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sat, 17 Feb 2001 09:13:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/misc Makefile ports/misc/granulate 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

ijliao      2001/02/17 09:13:39 PST

  Modified files:
    misc                 Makefile 
  Added files:
    misc/granulate       Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  add granulate, a program for splitting files in place
  
  Revision  Changes    Path
  1.326     +2 -1      ports/misc/Makefile



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


From owner-cvs-all  Sat Feb 17  9:14: 8 2001
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 7215237B491; Sat, 17 Feb 2001 09:13:52 -0800 (PST)
Received: (from keith@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HHDql98016;
	Sat, 17 Feb 2001 09:13:52 -0800 (PST)
	(envelope-from keith)
Message-Id: <200102171713.f1HHDql98016@freefall.freebsd.org>
From: Jing-Tang Keith Jang <keith@FreeBSD.org>
Date: Sat, 17 Feb 2001 09:13:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

keith       2001/02/17 09:13:52 PST

  Modified files:
    emulators/wine       Makefile distinfo pkg-plist 
  Log:
  Update to 2001.02.16.
  
  PR:		ports/25168
  Submitted by:	MAINTAINER
  
  Revision  Changes    Path
  1.104     +2 -2      ports/emulators/wine/Makefile
  1.58      +1 -1      ports/emulators/wine/distinfo
  1.20      +4 -0      ports/emulators/wine/pkg-plist



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


From owner-cvs-all  Sat Feb 17  9:14: 1 2001
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 DCAAC37B6A6; Sat, 17 Feb 2001 09:13:44 -0800 (PST)
Received: (from ijliao@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HHDiH97980;
	Sat, 17 Feb 2001 09:13:44 -0800 (PST)
	(envelope-from ijliao)
Message-Id: <200102171713.f1HHDiH97980@freefall.freebsd.org>
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sat, 17 Feb 2001 09:13:44 -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

ijliao      2001/02/17 09:13:44 PST

  Modified files:
    .                    modules 
  Log:
    granulate --> ports/misc/granulate
  
  Revision  Changes    Path
  1.2432    +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  Sat Feb 17  9:54: 3 2001
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 751A437B491; Sat, 17 Feb 2001 09:53:52 -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 f1HHror36843;
	Sat, 17 Feb 2001 09:53:50 -0800 (PST)
	(envelope-from peter@netplex.com.au)
Message-Id: <200102171753.f1HHror36843@mobile.wemm.org>
X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4
To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Cc: Maxim Sobolev <sobomax@freebsd.org>, cvs-committers@freebsd.org,
	cvs-all@freebsd.org, cvs@freebsd.org
Subject: Re: Strange commit statistics misbehaviour [Re: cvs commit: ports/audio/pysol-sound-server Makefile ports/audio/sdl_mixer] 
In-Reply-To: <20010217163256.B53437@daemon.ninth-circle.org> 
Date: Sat, 17 Feb 2001 09:53:50 -0800
From: Peter Wemm <peter@netplex.com.au>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Jeroen Ruigrok/Asmodai wrote:
> -On [20010216 21:30], Maxim Sobolev (sobomax@freebsd.org) wrote:
> >>   1.10      +1 -1      ports/graphics/xmps/Makefile
> >	      ^^^^^
> >Could someone explain why the last line differs from all previous? The chang
    e
> >in question was exactly the same and cvs diff indicates that two lines had
> >been changed (LIB_DEPENDS and $FreeBSD$).
> >
> >For example compare:
> >http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/smpeg/Makefile.diff?r1=
    1.13&r2=1.14
> >http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/xmps/Makefile.diff?r1=1
    .9&r2=1.10
> 
> Maybe a problem in the log_accum.pl?
> 
> Otherwise we could also have a problem in CVS.
> 
> I would be inclined to think the perl scripts since CVS contains the
> correct info, and CVS doesn't do anything with the scripts, those are
> external.

The perl scripts just parse the output of rcs/cvs log.  If rcs says +1 -1
then that is what we report:
----------------------------
revision 1.10
date: 2001/02/16 19:48:10;  author: sobomax;  state: Exp;  lines: +1 -1
Update SDL shared library version number.
----------------------------

In the Makefile,v file:
text
@# New ports collection makefile for:   xmps
# Date created:                         15 June 2000
# Whom:                                 Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD$
#
....

and the delta to the old revision is stored as:

text
@d15 1
a15 1
LIB_DEPENDS=    SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
@

Remember, $FreeBSD$ is expanded on *checkout*.  If you delete or mangle the
version info, that is what gets checked in.  If you commit another version
with the same deleted or mangled version info then there is no change to
the line with the tag.

I have been tempted on a few occasions to try and convert the tags to the
canonical "$FreeBSD$" form as the last stage of the commit checks in order
to avoid the usual extra line in the repository.

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  Sat Feb 17 10:45:15 2001
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 4F51B37B503; Sat, 17 Feb 2001 10:45:09 -0800 (PST)
Received: (from keith@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HIj9I06713;
	Sat, 17 Feb 2001 10:45:09 -0800 (PST)
	(envelope-from keith)
Message-Id: <200102171845.f1HIj9I06713@freefall.freebsd.org>
From: Jing-Tang Keith Jang <keith@FreeBSD.org>
Date: Sat, 17 Feb 2001 10:45:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/monetdef zh_CN.EUC.src zh_TW.Big5.src
         Makefile src/share/msgdef zh_CN.EUC.src zh_TW.Big5.src Makefile
         src/share/numericdef zh_CN.EUC.src zh_TW.Big5.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

keith       2001/02/17 10:45:09 PST

  Modified files:
    share/monetdef       Makefile 
    share/msgdef         Makefile 
    share/numericdef     Makefile 
  Added files:
    share/monetdef       zh_CN.EUC.src zh_TW.Big5.src 
    share/msgdef         zh_CN.EUC.src zh_TW.Big5.src 
    share/numericdef     zh_CN.EUC.src zh_TW.Big5.src 
  Log:
  Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to
  both zh_TW.Big5 and zh_CN.EUC locales.
  
  Approved by:	ache
  
  Revision  Changes    Path
  1.18      +4 -2      src/share/monetdef/Makefile
  1.18      +4 -2      src/share/msgdef/Makefile
  1.19      +4 -2      src/share/numericdef/Makefile



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


From owner-cvs-all  Sat Feb 17 10:58:18 2001
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 4982837B401; Sat, 17 Feb 2001 10:58:15 -0800 (PST)
Received: (from dannyboy@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HIwFd07580;
	Sat, 17 Feb 2001 10:58:15 -0800 (PST)
	(envelope-from dannyboy)
Message-Id: <200102171858.f1HIwFd07580@freefall.freebsd.org>
From: Daniel Harris <dannyboy@FreeBSD.org>
Date: Sat, 17 Feb 2001 10:58:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/deskutils/loserjabber Makefile distinfo
         pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

dannyboy    2001/02/17 10:58:15 PST

  Modified files:
    deskutils/loserjabber Makefile distinfo pkg-plist 
  Log:
  Update to 2.1.4.
  
  PR:		25084
  Submitted by:	maintainer
  
  Revision  Changes    Path
  1.4       +2 -2      ports/deskutils/loserjabber/Makefile
  1.3       +1 -1      ports/deskutils/loserjabber/distinfo
  1.2       +3 -0      ports/deskutils/loserjabber/pkg-plist



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


From owner-cvs-all  Sat Feb 17 11:14:49 2001
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 86B0F37B65D; Sat, 17 Feb 2001 11:14:43 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HJEhl11023;
	Sat, 17 Feb 2001 11:14:43 -0800 (PST)
	(envelope-from phk)
Message-Id: <200102171914.f1HJEhl11023@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sat, 17 Feb 2001 11:14:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/examples/BSD_daemon FreeBSD.pfa README
         beastie.eps beastie.fig eps.patch poster.sh
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2001/02/17 11:14:43 PST

  Added files:
    share/examples/BSD_daemon FreeBSD.pfa README beastie.eps 
                              beastie.fig eps.patch poster.sh 
  Log:
  Add some FreeBSD logo material to the tree:
  
    "FreeBSD.pfa" - the (postscript) font used to write "FreeBSD".
    "beastie.fig" - a 4.3 BSD style Daemon in vector graphic.
    "beastie.eps" - same converted to encapsulated postscript.
    "poster.sh" - an example how to use this stuff.
    "README" - the full story.



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


From owner-cvs-all  Sat Feb 17 11:26:20 2001
Delivered-To: cvs-all@freebsd.org
Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147])
	by hub.freebsd.org (Postfix) with ESMTP
	id 241DC37B491; Sat, 17 Feb 2001 11:26:13 -0800 (PST)
Received: from critter (localhost [127.0.0.1])
	by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f1HJQPn75061;
	Sat, 17 Feb 2001 20:26:25 +0100 (CET)
	(envelope-from phk@critter.freebsd.dk)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/share/examples/BSD_daemon FreeBSD.pfa README beastie.eps beastie.fig eps.patch poster.sh 
In-Reply-To: Your message of "Sat, 17 Feb 2001 11:14:43 PST."
             <200102171914.f1HJEhl11023@freefall.freebsd.org> 
Date: Sat, 17 Feb 2001 20:26:25 +0100
Message-ID: <75059.982437985@critter>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


It has bugged me for a number of years that no scalable daemon
graphics were available, so I sat down last weekend trying to
correct this.

This is a "4.3BSD beastie" ie, the happy little fella from the 4.3
book, but in difference from all the various .gif format scans this
one is line-draw graphics and can be rendered in sizes at least up
to 2m x 2m (or 6' x 6' for the USAnians) 

Prime material for making posters, T-shirts and other advocacy
items.

I forgot:

Approved by:	mckusick

>phk         2001/02/17 11:14:43 PST
>
>  Added files:
>    share/examples/BSD_daemon FreeBSD.pfa README beastie.eps 
>                              beastie.fig eps.patch poster.sh 
>  Log:
>  Add some FreeBSD logo material to the tree:
>  
>    "FreeBSD.pfa" - the (postscript) font used to write "FreeBSD".
>    "beastie.fig" - a 4.3 BSD style Daemon in vector graphic.
>    "beastie.eps" - same converted to encapsulated postscript.
>    "poster.sh" - an example how to use this stuff.
>    "README" - the full story.

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


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


From owner-cvs-all  Sat Feb 17 11:40:26 2001
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 3119537B491; Sat, 17 Feb 2001 11:40:23 -0800 (PST)
Received: (from jlemon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HJeM912676;
	Sat, 17 Feb 2001 11:40:22 -0800 (PST)
	(envelope-from jlemon)
Message-Id: <200102171940.f1HJeM912676@freefall.freebsd.org>
From: Jonathan Lemon <jlemon@FreeBSD.org>
Date: Sat, 17 Feb 2001 11:40:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern tty.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jlemon      2001/02/17 11:40:22 PST

  Modified files:
    sys/kern             tty.c 
  Log:
  Fix tab breakage from last commit.
  
  Spotted by: bde
  
  Revision  Changes    Path
  1.149     +3 -3      src/sys/kern/tty.c



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


From owner-cvs-all  Sat Feb 17 12: 3: 6 2001
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 0E25737B491; Sat, 17 Feb 2001 12:03:03 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HK32F14436;
	Sat, 17 Feb 2001 12:03:02 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102172003.f1HK32F14436@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:03:02 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 12:03:02 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/pkg_install/add main.c pkg_add.1 
  Log:
  MFC: rev 1.32 (add `PACKAGEROOT')
  This version is enhanced a little so the same code will work on RELENG_3
  (should someone care to MFC it), RELENG_4, and -CURRENT.
  
  Revision  Changes    Path
  1.29.2.5  +34 -12    src/usr.sbin/pkg_install/add/main.c
  1.35.2.4  +15 -1     src/usr.sbin/pkg_install/add/pkg_add.1



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


From owner-cvs-all  Sat Feb 17 12: 4:45 2001
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 6EE1337B491; Sat, 17 Feb 2001 12:04:42 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HK4gL14551;
	Sat, 17 Feb 2001 12:04:42 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102172004.f1HK4gL14551@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:04:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/pkg_install/add main.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 12:04:42 PST

  Modified files:
    usr.sbin/pkg_install/add main.c 
  Log:
  MFS: getpackagesite() from RELENG_4 that allows the code to be the same.
  
  Revision  Changes    Path
  1.33      +17 -5     src/usr.sbin/pkg_install/add/main.c



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


From owner-cvs-all  Sat Feb 17 12:24:42 2001
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 6926B37B491; Sat, 17 Feb 2001 12:24:38 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKOcS18258;
	Sat, 17 Feb 2001 12:24:38 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102172024.f1HKOcS18258@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:24:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/sys cdefs.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 12:24:37 PST

  Modified files:        (Branch: RELENG_4)
    sys/sys              cdefs.h 
  Log:
  Support GCC 3.0.
  
  Revision  Changes    Path
  1.28.2.2  +2 -2      src/sys/sys/cdefs.h



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


From owner-cvs-all  Sat Feb 17 12:28: 4 2001
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 6B4F437B401; Sat, 17 Feb 2001 12:27:59 -0800 (PST)
Received: (from phk@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKRxZ18553;
	Sat, 17 Feb 2001 12:27:59 -0800 (PST)
	(envelope-from phk)
Message-Id: <200102172027.f1HKRxZ18553@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:27:59 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc newsyslog.conf syslog.conf
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

phk         2001/02/17 12:27:59 PST

  Modified files:
    etc                  newsyslog.conf syslog.conf 
  Log:
  Log the console output to "/var/log/console.log", not "/var/log/console"
  (MFC candidate)
  
  Revision  Changes    Path
  1.29      +2 -2      src/etc/newsyslog.conf
  1.15      +3 -3      src/etc/syslog.conf



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


From owner-cvs-all  Sat Feb 17 12:32: 9 2001
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 AC1CB37B401; Sat, 17 Feb 2001 12:31:41 -0800 (PST)
Received: (from darrenr@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKVfJ18978;
	Sat, 17 Feb 2001 12:31:41 -0800 (PST)
	(envelope-from darrenr)
Message-Id: <200102172031.f1HKVfJ18978@freefall.freebsd.org>
From: Darren Reed <darrenr@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:31:41 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/ipfilter - Imported sources
X-FreeBSD-CVS-Branch: 
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

darrenr     2001/02/17 12:31:41 PST

  src/contrib/ipfilter - Imported sources
  Update of /home/ncvs/src/contrib/ipfilter
  In directory freefall.freebsd.org:/d/home/darrenr/ip_fil3.4.16
  
  Log Message:
  Previous vendor tag didn't seem to take...
  
  Status:
  
  Vendor Tag:	DARRENR
  Release Tags:	v3-4-16
  		
  U src/contrib/ipfilter/BNF
  U src/contrib/ipfilter/BugReport
  U src/contrib/ipfilter/FAQ.FreeBSD
  U src/contrib/ipfilter/HISTORY
  U src/contrib/ipfilter/IMPORTANT
  U src/contrib/ipfilter/INST.FreeBSD-2.2
  U src/contrib/ipfilter/INSTALL.FreeBSD
  U src/contrib/ipfilter/INSTALL.xBSD
  U src/contrib/ipfilter/IPF.KANJI
  U src/contrib/ipfilter/LICENCE
  U src/contrib/ipfilter/Makefile
  U src/contrib/ipfilter/NAT.FreeBSD
  U src/contrib/ipfilter/README
  U src/contrib/ipfilter/Y2K
  U src/contrib/ipfilter/UPGRADE_NOTICE
  U src/contrib/ipfilter/bsdinstall
  U src/contrib/ipfilter/common.c
  U src/contrib/ipfilter/facpri.c
  U src/contrib/ipfilter/facpri.h
  U src/contrib/ipfilter/fil.c
  U src/contrib/ipfilter/fils.c
  U src/contrib/ipfilter/inet_addr.c
  U src/contrib/ipfilter/ip_auth.c
  U src/contrib/ipfilter/ip_auth.h
  U src/contrib/ipfilter/ip_compat.h
  U src/contrib/ipfilter/ip_fil.c
  U src/contrib/ipfilter/ip_fil.h
  U src/contrib/ipfilter/ip_frag.c
  U src/contrib/ipfilter/ip_frag.h
  U src/contrib/ipfilter/ip_ftp_pxy.c
  U src/contrib/ipfilter/ip_lfil.c
  U src/contrib/ipfilter/ip_log.c
  U src/contrib/ipfilter/ip_nat.c
  U src/contrib/ipfilter/ip_nat.h
  U src/contrib/ipfilter/ip_proxy.c
  U src/contrib/ipfilter/ip_proxy.h
  U src/contrib/ipfilter/ip_raudio_pxy.c
  U src/contrib/ipfilter/ip_rcmd_pxy.c
  U src/contrib/ipfilter/ip_sfil.c
  U src/contrib/ipfilter/ip_state.c
  U src/contrib/ipfilter/ip_state.h
  U src/contrib/ipfilter/ipf.c
  U src/contrib/ipfilter/ipf.h
  U src/contrib/ipfilter/ipfs.c
  U src/contrib/ipfilter/ipft_ef.c
  U src/contrib/ipfilter/ipft_hx.c
  U src/contrib/ipfilter/ipft_pc.c
  U src/contrib/ipfilter/ipft_sn.c
  U src/contrib/ipfilter/ipft_td.c
  U src/contrib/ipfilter/ipft_tx.c
  U src/contrib/ipfilter/ipl.h
  U src/contrib/ipfilter/ipmon.c
  U src/contrib/ipfilter/ipnat.c
  U src/contrib/ipfilter/ipt.c
  U src/contrib/ipfilter/ipt.h
  U src/contrib/ipfilter/kmem.c
  U src/contrib/ipfilter/kmem.h
  U src/contrib/ipfilter/misc.c
  U src/contrib/ipfilter/mkfilters
  U src/contrib/ipfilter/ml_ipl.c
  U src/contrib/ipfilter/mlf_ipl.c
  U src/contrib/ipfilter/mlfk_ipl.c
  U src/contrib/ipfilter/mli_ipl.c
  U src/contrib/ipfilter/mln_ipl.c
  U src/contrib/ipfilter/mls_ipl.c
  U src/contrib/ipfilter/natparse.c
  U src/contrib/ipfilter/opt.c
  U src/contrib/ipfilter/parse.c
  U src/contrib/ipfilter/pcap.h
  U src/contrib/ipfilter/relay.c
  U src/contrib/ipfilter/snoop.h
  U src/contrib/ipfilter/solaris.c
  U src/contrib/ipfilter/todo
  U src/contrib/ipfilter/BSD/Makefile
  U src/contrib/ipfilter/BSD/Makefile.ipsend
  U src/contrib/ipfilter/BSD/kupgrade
  U src/contrib/ipfilter/BSD/make-devices
  U src/contrib/ipfilter/FWTK/Index
  U src/contrib/ipfilter/FWTK/README
  U src/contrib/ipfilter/FWTK/README.ipfilter
  U src/contrib/ipfilter/FWTK/ftp-gw.diff
  U src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt
  U src/contrib/ipfilter/FWTK/fwtk_transparent.diff
  U src/contrib/ipfilter/FWTK/fwtkp
  U src/contrib/ipfilter/FWTK/tproxy.diff
  U src/contrib/ipfilter/FreeBSD/conf.c.diffs
  U src/contrib/ipfilter/FreeBSD/files.diffs
  U src/contrib/ipfilter/FreeBSD/files.newconf.diffs
  U src/contrib/ipfilter/FreeBSD/files.oldconf.diffs
  U src/contrib/ipfilter/FreeBSD/filez.diffs
  U src/contrib/ipfilter/FreeBSD/in_proto.c.diffs
  U src/contrib/ipfilter/FreeBSD/ip_input.c.diffs
  U src/contrib/ipfilter/FreeBSD/ip_output.c.diffs
  U src/contrib/ipfilter/FreeBSD/kinstall
  U src/contrib/ipfilter/FreeBSD/minstall
  U src/contrib/ipfilter/FreeBSD/unkinstall
  U src/contrib/ipfilter/FreeBSD/unminstall
  U src/contrib/ipfilter/FreeBSD-2.2/files.diffs
  U src/contrib/ipfilter/FreeBSD-2.2/files.newconf.diffs
  U src/contrib/ipfilter/FreeBSD-2.2/in_proto.c.diffs
  U src/contrib/ipfilter/FreeBSD-2.2/ip_input.c.diffs
  U src/contrib/ipfilter/FreeBSD-2.2/ip_output.c.diffs
  U src/contrib/ipfilter/FreeBSD-2.2/kinstall
  U src/contrib/ipfilter/FreeBSD-2.2/minstall
  U src/contrib/ipfilter/FreeBSD-2.2/unkinstall
  U src/contrib/ipfilter/FreeBSD-2.2/unminstall
  U src/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3
  U src/contrib/ipfilter/FreeBSD-3/kinstall
  U src/contrib/ipfilter/FreeBSD-3/unkinstall
  U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0
  U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1
  U src/contrib/ipfilter/FreeBSD-4.0/kinstall
  U src/contrib/ipfilter/FreeBSD-4.0/unkinstall
  U src/contrib/ipfilter/etc/protocols
  U src/contrib/ipfilter/etc/services
  U src/contrib/ipfilter/iplang/BNF
  U src/contrib/ipfilter/iplang/Makefile
  U src/contrib/ipfilter/iplang/iplang.h
  U src/contrib/ipfilter/iplang/iplang.tst
  U src/contrib/ipfilter/iplang/iplang_l.l
  U src/contrib/ipfilter/iplang/iplang_y.y
  U src/contrib/ipfilter/ipsd/Makefile
  U src/contrib/ipfilter/ipsd/README
  U src/contrib/ipfilter/ipsd/ipsd.c
  U src/contrib/ipfilter/ipsd/ipsd.h
  U src/contrib/ipfilter/ipsd/ipsdr.c
  U src/contrib/ipfilter/ipsd/linux.h
  U src/contrib/ipfilter/ipsd/sbpf.c
  U src/contrib/ipfilter/ipsd/sdlpi.c
  U src/contrib/ipfilter/ipsd/slinux.c
  U src/contrib/ipfilter/ipsd/snit.c
  U src/contrib/ipfilter/ipsd/Celler/ip_compat.h
  U src/contrib/ipfilter/ipsend/44arp.c
  U src/contrib/ipfilter/ipsend/Crashable
  U src/contrib/ipfilter/ipsend/Makefile
  U src/contrib/ipfilter/ipsend/README
  U src/contrib/ipfilter/ipsend/arp.c
  U src/contrib/ipfilter/ipsend/dlcommon.c
  U src/contrib/ipfilter/ipsend/dltest.h
  U src/contrib/ipfilter/ipsend/hpux.c
  U src/contrib/ipfilter/ipsend/in_var.h
  U src/contrib/ipfilter/ipsend/ip.c
  U src/contrib/ipfilter/ipsend/ip_var.h
  U src/contrib/ipfilter/ipsend/ipresend.1
  U src/contrib/ipfilter/ipsend/ipresend.c
  U src/contrib/ipfilter/ipsend/ipsend.1
  U src/contrib/ipfilter/ipsend/ipsend.5
  U src/contrib/ipfilter/ipsend/ipsend.c
  U src/contrib/ipfilter/ipsend/ipsend.h
  U src/contrib/ipfilter/ipsend/ipsopt.c
  U src/contrib/ipfilter/ipsend/iptest.1
  U src/contrib/ipfilter/ipsend/iptest.c
  U src/contrib/ipfilter/ipsend/iptests.c
  U src/contrib/ipfilter/ipsend/larp.c
  U src/contrib/ipfilter/ipsend/linux.h
  U src/contrib/ipfilter/ipsend/lsock.c
  U src/contrib/ipfilter/ipsend/resend.c
  U src/contrib/ipfilter/ipsend/sbpf.c
  U src/contrib/ipfilter/ipsend/sdlpi.c
  U src/contrib/ipfilter/ipsend/sirix.c
  U src/contrib/ipfilter/ipsend/slinux.c
  U src/contrib/ipfilter/ipsend/snit.c
  U src/contrib/ipfilter/ipsend/sock.c
  U src/contrib/ipfilter/ipsend/tcpip.h
  U src/contrib/ipfilter/ipsend/ultrix.c
  U src/contrib/ipfilter/ipsend/.OLD/ip_compat.h
  U src/contrib/ipfilter/l4check/Makefile
  U src/contrib/ipfilter/l4check/http.check
  U src/contrib/ipfilter/l4check/http.ok
  U src/contrib/ipfilter/l4check/l4check.c
  U src/contrib/ipfilter/l4check/l4check.conf
  U src/contrib/ipfilter/man/Makefile
  U src/contrib/ipfilter/man/ipf.4
  U src/contrib/ipfilter/man/ipf.5
  U src/contrib/ipfilter/man/ipf.8
  U src/contrib/ipfilter/man/ipfilter.5
  U src/contrib/ipfilter/man/ipfs.8
  U src/contrib/ipfilter/man/ipfstat.8
  U src/contrib/ipfilter/man/ipftest.1
  U src/contrib/ipfilter/man/ipl.4
  U src/contrib/ipfilter/man/ipmon.8
  U src/contrib/ipfilter/man/ipnat.1
  U src/contrib/ipfilter/man/ipnat.4
  U src/contrib/ipfilter/man/ipnat.5
  U src/contrib/ipfilter/man/mkfilters.1
  U src/contrib/ipfilter/perl/Ipfanaly.pl
  U src/contrib/ipfilter/perl/Isbgraph
  U src/contrib/ipfilter/perl/LICENSE
  U src/contrib/ipfilter/perl/Services
  U src/contrib/ipfilter/perl/ipf-mrtg.pl
  U src/contrib/ipfilter/perl/logfilter.pl
  U src/contrib/ipfilter/perl/plog
  U src/contrib/ipfilter/rules/BASIC.NAT
  U src/contrib/ipfilter/rules/BASIC_1.FW
  U src/contrib/ipfilter/rules/BASIC_2.FW
  U src/contrib/ipfilter/rules/example.1
  U src/contrib/ipfilter/rules/example.10
  U src/contrib/ipfilter/rules/example.11
  U src/contrib/ipfilter/rules/example.12
  U src/contrib/ipfilter/rules/example.13
  U src/contrib/ipfilter/rules/example.2
  U src/contrib/ipfilter/rules/example.3
  U src/contrib/ipfilter/rules/example.4
  U src/contrib/ipfilter/rules/example.5
  U src/contrib/ipfilter/rules/example.6
  U src/contrib/ipfilter/rules/example.7
  U src/contrib/ipfilter/rules/example.8
  U src/contrib/ipfilter/rules/example.9
  U src/contrib/ipfilter/rules/example.sr
  U src/contrib/ipfilter/rules/firewall
  U src/contrib/ipfilter/rules/ftp-proxy
  U src/contrib/ipfilter/rules/ftppxy
  U src/contrib/ipfilter/rules/nat-setup
  U src/contrib/ipfilter/rules/nat.eg
  U src/contrib/ipfilter/rules/server
  U src/contrib/ipfilter/rules/tcpstate
  U src/contrib/ipfilter/samples/Makefile
  U src/contrib/ipfilter/samples/ipfilter-pb.gif
  U src/contrib/ipfilter/samples/proxy.c
  U src/contrib/ipfilter/samples/userauth.c
  U src/contrib/ipfilter/test/Makefile
  U src/contrib/ipfilter/test/dotest
  U src/contrib/ipfilter/test/hextest
  U src/contrib/ipfilter/test/itest
  U src/contrib/ipfilter/test/nattest
  U src/contrib/ipfilter/test/expected/f1
  U src/contrib/ipfilter/test/expected/f10
  U src/contrib/ipfilter/test/expected/f11
  U src/contrib/ipfilter/test/expected/f12
  U src/contrib/ipfilter/test/expected/f14
  U src/contrib/ipfilter/test/expected/f2
  U src/contrib/ipfilter/test/expected/f3
  U src/contrib/ipfilter/test/expected/f4
  U src/contrib/ipfilter/test/expected/f5
  U src/contrib/ipfilter/test/expected/f6
  U src/contrib/ipfilter/test/expected/f7
  U src/contrib/ipfilter/test/expected/f8
  U src/contrib/ipfilter/test/expected/f9
  U src/contrib/ipfilter/test/expected/i1
  U src/contrib/ipfilter/test/expected/i10
  U src/contrib/ipfilter/test/expected/i11
  U src/contrib/ipfilter/test/expected/i2
  U src/contrib/ipfilter/test/expected/i3
  U src/contrib/ipfilter/test/expected/i4
  U src/contrib/ipfilter/test/expected/i5
  U src/contrib/ipfilter/test/expected/i6
  U src/contrib/ipfilter/test/expected/i7
  U src/contrib/ipfilter/test/expected/i8
  U src/contrib/ipfilter/test/expected/i9
  U src/contrib/ipfilter/test/expected/n1
  U src/contrib/ipfilter/test/expected/n2
  U src/contrib/ipfilter/test/expected/n3
  U src/contrib/ipfilter/test/expected/n4
  U src/contrib/ipfilter/test/expected/n5
  U src/contrib/ipfilter/test/expected/n6
  U src/contrib/ipfilter/test/expected/n7
  U src/contrib/ipfilter/test/input/f1
  U src/contrib/ipfilter/test/input/f10
  U src/contrib/ipfilter/test/input/f11
  U src/contrib/ipfilter/test/input/f12
  U src/contrib/ipfilter/test/input/f13
  U src/contrib/ipfilter/test/input/f14
  U src/contrib/ipfilter/test/input/f2
  U src/contrib/ipfilter/test/input/f3
  U src/contrib/ipfilter/test/input/f4
  U src/contrib/ipfilter/test/input/f5
  U src/contrib/ipfilter/test/input/f6
  U src/contrib/ipfilter/test/input/f7
  U src/contrib/ipfilter/test/input/f8
  U src/contrib/ipfilter/test/input/f9
  U src/contrib/ipfilter/test/input/n1
  U src/contrib/ipfilter/test/input/n2
  U src/contrib/ipfilter/test/input/n3
  U src/contrib/ipfilter/test/input/n4
  U src/contrib/ipfilter/test/input/n5
  U src/contrib/ipfilter/test/input/n6
  U src/contrib/ipfilter/test/input/n7
  U src/contrib/ipfilter/test/regress/f1
  U src/contrib/ipfilter/test/regress/f10
  U src/contrib/ipfilter/test/regress/f11
  U src/contrib/ipfilter/test/regress/f12
  U src/contrib/ipfilter/test/regress/f13
  U src/contrib/ipfilter/test/regress/f14
  U src/contrib/ipfilter/test/regress/f2
  U src/contrib/ipfilter/test/regress/f3
  U src/contrib/ipfilter/test/regress/f4
  U src/contrib/ipfilter/test/regress/f5
  U src/contrib/ipfilter/test/regress/f6
  U src/contrib/ipfilter/test/regress/f7
  U src/contrib/ipfilter/test/regress/f8
  U src/contrib/ipfilter/test/regress/f9
  U src/contrib/ipfilter/test/regress/i1
  U src/contrib/ipfilter/test/regress/i10
  U src/contrib/ipfilter/test/regress/i11
  U src/contrib/ipfilter/test/regress/i2
  U src/contrib/ipfilter/test/regress/i3
  U src/contrib/ipfilter/test/regress/i4
  U src/contrib/ipfilter/test/regress/i5
  U src/contrib/ipfilter/test/regress/i6
  U src/contrib/ipfilter/test/regress/i7
  U src/contrib/ipfilter/test/regress/i8
  U src/contrib/ipfilter/test/regress/i9
  U src/contrib/ipfilter/test/regress/n1
  U src/contrib/ipfilter/test/regress/n2
  U src/contrib/ipfilter/test/regress/n3
  U src/contrib/ipfilter/test/regress/n4
  U src/contrib/ipfilter/test/regress/n5
  U src/contrib/ipfilter/test/regress/n6
  U src/contrib/ipfilter/test/regress/n7
  
  No conflicts created by this import
  


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


From owner-cvs-all  Sat Feb 17 12:36:44 2001
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 D45DB37B4EC; Sat, 17 Feb 2001 12:36:38 -0800 (PST)
Received: (from darrenr@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKacX19772;
	Sat, 17 Feb 2001 12:36:38 -0800 (PST)
	(envelope-from darrenr)
Message-Id: <200102172036.f1HKacX19772@freefall.freebsd.org>
From: Darren Reed <darrenr@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:36:38 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/contrib/ipfilter BNF HISTORY Makefile common.c
         fil.c fils.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h
         ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h
         ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_sfil.c ip_state.c ...
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

darrenr     2001/02/17 12:36:38 PST

  Modified files:        (Branch: RELENG_4)
    contrib/ipfilter     BNF HISTORY Makefile common.c fil.c 
                         fils.c ip_auth.c ip_auth.h ip_compat.h 
                         ip_fil.c ip_fil.h ip_frag.c ip_frag.h 
                         ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h 
                         ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c 
                         ip_sfil.c ip_state.c ip_state.h ipf.c 
                         ipfs.c ipft_tx.c ipl.h ipmon.c ipnat.c 
                         mlf_ipl.c mlfk_ipl.c mli_ipl.c parse.c 
                         solaris.c 
    contrib/ipfilter/BSD Makefile 
    contrib/ipfilter/iplang Makefile iplang_y.y 
    contrib/ipfilter/ipsend 44arp.c ip.c ipsend.1 ipsend.c 
                            resend.c sock.c 
    contrib/ipfilter/man ipf.4 ipf.5 ipfstat.8 ipmon.8 ipnat.4 
    contrib/ipfilter/perl plog 
    contrib/ipfilter/rules BASIC.NAT 
    contrib/ipfilter/samples userauth.c 
    contrib/ipfilter/test/expected i7 
  Log:
  Merge changes from 3.4.8 to 3.4.16
  
  Revision      Changes    Path
  1.1.1.4.2.1   +2 -2      src/contrib/ipfilter/BNF
  1.1.1.10.2.3  +113 -3    src/contrib/ipfilter/HISTORY
  1.1.1.8.2.3   +19 -8     src/contrib/ipfilter/Makefile
  1.1.1.1.2.2   +10 -5     src/contrib/ipfilter/common.c
  1.1.1.10.2.4  +146 -40   src/contrib/ipfilter/fil.c
  1.1.1.8.2.2   +21 -3     src/contrib/ipfilter/fils.c
  1.1.1.4.2.3   +3 -3      src/contrib/ipfilter/ip_auth.c
  1.1.1.2.2.2   +1 -3      src/contrib/ipfilter/ip_auth.h
  1.1.1.8.2.2   +43 -17    src/contrib/ipfilter/ip_compat.h
  1.1.1.10.2.3  +33 -10    src/contrib/ipfilter/ip_fil.c
  1.1.1.9.2.3   +4 -1      src/contrib/ipfilter/ip_fil.h
  1.1.1.7.2.3   +5 -3      src/contrib/ipfilter/ip_frag.c
  1.1.1.6.2.2   +3 -2      src/contrib/ipfilter/ip_frag.h
  1.1.1.5.2.4   +39 -19    src/contrib/ipfilter/ip_ftp_pxy.c
  1.1.1.3.2.3   +1 -3      src/contrib/ipfilter/ip_log.c
  1.1.1.10.2.3  +518 -112  src/contrib/ipfilter/ip_nat.c
  1.1.1.8.2.3   +15 -7     src/contrib/ipfilter/ip_nat.h
  1.1.1.4.2.2   +2 -1      src/contrib/ipfilter/ip_proxy.h
  1.1.1.2.2.2   +3 -2      src/contrib/ipfilter/ip_raudio_pxy.c
  1.1.1.1.2.3   +3 -2      src/contrib/ipfilter/ip_rcmd_pxy.c
  1.1.1.8.2.3   +38 -19    src/contrib/ipfilter/ip_sfil.c
  1.1.1.10.2.4  +337 -112  src/contrib/ipfilter/ip_state.c
  1.1.1.7.2.3   +2 -1      src/contrib/ipfilter/ip_state.h
  1.1.1.6.2.3   +16 -7     src/contrib/ipfilter/ipf.c
  1.1.1.1.2.2   +37 -7     src/contrib/ipfilter/ipfs.c
  1.1.1.6.2.2   +3 -3      src/contrib/ipfilter/ipft_tx.c
  1.1.1.9.2.3   +2 -2      src/contrib/ipfilter/ipl.h
  1.5.2.3       +64 -16    src/contrib/ipfilter/ipmon.c
  1.1.1.8.2.2   +13 -7     src/contrib/ipfilter/ipnat.c
  1.1.1.5.2.2   +5 -0      src/contrib/ipfilter/mlf_ipl.c
  1.1.1.1.2.2   +17 -1     src/contrib/ipfilter/mlfk_ipl.c
  1.1.1.2.2.2   +2 -4      src/contrib/ipfilter/mli_ipl.c
  1.1.1.10.2.4  +2 -2      src/contrib/ipfilter/parse.c
  1.1.1.9.2.3   +6 -5      src/contrib/ipfilter/solaris.c
  1.1.1.1.2.2   +3 -0      src/contrib/ipfilter/BSD/Makefile
  1.1.1.1.6.2   +3 -0      src/contrib/ipfilter/iplang/Makefile
  1.1.1.5.2.3   +1 -1      src/contrib/ipfilter/iplang/iplang_y.y
  1.1.1.5.2.1   +1 -1      src/contrib/ipfilter/ipsend/44arp.c
  1.1.1.6.2.1   +9 -1      src/contrib/ipfilter/ipsend/ip.c
  1.1.1.2.6.1   +1 -1      src/contrib/ipfilter/ipsend/ipsend.1
  1.4.2.2       +8 -2      src/contrib/ipfilter/ipsend/ipsend.c
  1.1.1.4.2.1   +6 -1      src/contrib/ipfilter/ipsend/resend.c
  1.3.2.1       +11 -2     src/contrib/ipfilter/ipsend/sock.c
  1.4.2.1       +16 -16    src/contrib/ipfilter/man/ipf.4
  1.4.2.1       +3 -3      src/contrib/ipfilter/man/ipf.5
  1.3.2.3       +13 -5     src/contrib/ipfilter/man/ipfstat.8
  1.6.2.2       +2 -2      src/contrib/ipfilter/man/ipmon.8
  1.4.2.1       +5 -3      src/contrib/ipfilter/man/ipnat.4
  1.1.1.1.2.2   +599 -455  src/contrib/ipfilter/perl/plog
  1.1.1.2.2.1   +6 -5      src/contrib/ipfilter/rules/BASIC.NAT
  1.1.1.1.6.2   +1 -1      src/contrib/ipfilter/samples/userauth.c
  1.1.1.1.6.2   +1 -1      src/contrib/ipfilter/test/expected/i7



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


From owner-cvs-all  Sat Feb 17 12:42:14 2001
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 0397C37B4EC; Sat, 17 Feb 2001 12:42:10 -0800 (PST)
Received: (from darrenr@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKg9A20215;
	Sat, 17 Feb 2001 12:42:09 -0800 (PST)
	(envelope-from darrenr)
Message-Id: <200102172042.f1HKg9A20215@freefall.freebsd.org>
From: Darren Reed <darrenr@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:42:09 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet fil.c ip_auth.c ip_auth.h ip_compat.h
         ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c
         ip_nat.c ip_nat.h ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c
         ip_state.c ip_state.h ipl.h mlfk_ipl.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

darrenr     2001/02/17 12:42:09 PST

  Modified files:        (Branch: RELENG_4)
    sys/netinet          fil.c ip_auth.c ip_auth.h ip_compat.h 
                         ip_fil.c ip_fil.h ip_frag.c ip_frag.h 
                         ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h 
                         ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c 
                         ip_state.c ip_state.h ipl.h mlfk_ipl.c 
  Log:
  merge changes from 3.4.8 to 3.4.16
  
  Revision  Changes    Path
  1.10.2.6  +146 -40   src/sys/netinet/fil.c
  1.14.2.5  +2 -2      src/sys/netinet/ip_auth.c
  1.8.2.2   +1 -3      src/sys/netinet/ip_auth.h
  1.8.2.2   +43 -17    src/sys/netinet/ip_compat.h
  1.14.2.4  +33 -10    src/sys/netinet/ip_fil.c
  1.13.2.3  +4 -1      src/sys/netinet/ip_fil.h
  1.10.2.3  +5 -3      src/sys/netinet/ip_frag.c
  1.7.2.2   +3 -2      src/sys/netinet/ip_frag.h
  1.11.2.3  +39 -19    src/sys/netinet/ip_ftp_pxy.c
  1.13.2.3  +1 -3      src/sys/netinet/ip_log.c
  1.12.2.3  +518 -112  src/sys/netinet/ip_nat.c
  1.8.2.3   +15 -7     src/sys/netinet/ip_nat.h
  1.7.2.2   +2 -1      src/sys/netinet/ip_proxy.h
  1.4.2.2   +3 -2      src/sys/netinet/ip_raudio_pxy.c
  1.4.2.3   +4 -3      src/sys/netinet/ip_rcmd_pxy.c
  1.13.2.5  +334 -112  src/sys/netinet/ip_state.c
  1.7.2.3   +2 -1      src/sys/netinet/ip_state.h
  1.8.2.3   +2 -2      src/sys/netinet/ipl.h
  1.4.2.2   +17 -1     src/sys/netinet/mlfk_ipl.c



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


From owner-cvs-all  Sat Feb 17 12:47:35 2001
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 B49FC37B401; Sat, 17 Feb 2001 12:47:29 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKlTE21718;
	Sat, 17 Feb 2001 12:47:29 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102172047.f1HKlTE21718@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:47:29 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/math/ruby-bigfloat Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/17 12:47:29 PST

  Modified files:
    math/ruby-bigfloat   Makefile distinfo 
  Log:
  Update to 1.1.5.
  
  Revision  Changes    Path
  1.9       +2 -2      ports/math/ruby-bigfloat/Makefile
  1.4       +1 -1      ports/math/ruby-bigfloat/distinfo



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


From owner-cvs-all  Sat Feb 17 12:51:17 2001
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 7220237B4EC; Sat, 17 Feb 2001 12:51:13 -0800 (PST)
Received: (from demon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKpDa22862;
	Sat, 17 Feb 2001 12:51:13 -0800 (PST)
	(envelope-from demon)
Message-Id: <200102172051.f1HKpDa22862@freefall.freebsd.org>
From: Dmitry Sivachenko <demon@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:51:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/mrtg Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

demon       2001/02/17 12:51:13 PST

  Modified files:
    net/mrtg             Makefile distinfo pkg-plist 
  Log:
  Update to 2.9.8.
  Add support for %%PORTDOCS%%.
  
  Submitted by:	olgeni
  
  Revision  Changes    Path
  1.33      +2 -3      ports/net/mrtg/Makefile
  1.18      +1 -1      ports/net/mrtg/distinfo
  1.10      +67 -55    ports/net/mrtg/pkg-plist



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


From owner-cvs-all  Sat Feb 17 12:54:58 2001
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 132D937B65D; Sat, 17 Feb 2001 12:54:54 -0800 (PST)
Received: (from darrenr@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKsrm23673;
	Sat, 17 Feb 2001 12:54:53 -0800 (PST)
	(envelope-from darrenr)
Message-Id: <200102172054.f1HKsrm23673@freefall.freebsd.org>
From: Darren Reed <darrenr@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:54:52 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet ip_compat.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

darrenr     2001/02/17 12:54:52 PST

  Modified files:        (Branch: RELENG_4)
    sys/netinet          ip_compat.h 
  Log:
  remove include for <sys/osreldate.h> when compiling kernel
  
  Revision  Changes    Path
  1.8.2.3   +1 -3      src/sys/netinet/ip_compat.h



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


From owner-cvs-all  Sat Feb 17 12:57:29 2001
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 A9E7D37B401; Sat, 17 Feb 2001 12:57:22 -0800 (PST)
Received: (from demon@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HKvMx24366;
	Sat, 17 Feb 2001 12:57:22 -0800 (PST)
	(envelope-from demon)
Message-Id: <200102172057.f1HKvMx24366@freefall.freebsd.org>
From: Dmitry Sivachenko <demon@FreeBSD.org>
Date: Sat, 17 Feb 2001 12:57:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/net/mrtg pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

demon       2001/02/17 12:57:22 PST

  Modified files:
    net/mrtg             pkg-plist 
  Log:
  Fix this file which I corrupted somehow during previous edit...
  
  Revision  Changes    Path
  1.11      +0 -12     ports/net/mrtg/pkg-plist



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


From owner-cvs-all  Sat Feb 17 13:36:21 2001
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 B87BC37B491; Sat, 17 Feb 2001 13:36:14 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HLaEm41294;
	Sat, 17 Feb 2001 13:36:14 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102172136.f1HLaEm41294@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sat, 17 Feb 2001 13:36:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/cvs2cl Makefile distinfo pkg-descr
         pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/17 13:36:13 PST

  Modified files:
    devel/cvs2cl         Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 2.38.
  
  Install documents.
  
  Revision  Changes    Path
  1.13      +9 -2      ports/devel/cvs2cl/Makefile
  1.10      +1 -1      ports/devel/cvs2cl/distinfo
  1.2       +1 -1      ports/devel/cvs2cl/pkg-descr
  1.2       +18 -0     ports/devel/cvs2cl/pkg-plist



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


From owner-cvs-all  Sat Feb 17 13:38:33 2001
Delivered-To: cvs-all@freebsd.org
Received: from blizzard.sabbo.net (pop3.sabbo.net [193.193.218.18])
	by hub.freebsd.org (Postfix) with ESMTP
	id E9B7A37B4EC; Sat, 17 Feb 2001 13:37:34 -0800 (PST)
Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112])
	by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1HLaln11465;
	Sat, 17 Feb 2001 23:36:57 +0200
Received: (from max@localhost)
	by vic.sabbo.net (8.11.2/8.11.2) id f1HLatv73636;
	Sat, 17 Feb 2001 23:36:55 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
From: Maxim Sobolev <sobomax@FreeBSD.org>
Message-Id: <200102172136.f1HLatv73636@vic.sabbo.net>
Subject: Re: cvs commit: src/share/examples/BSD_daemon FreeBSD.pfa README
To: phk@FreeBSD.org (Poul-Henning Kamp)
Date: Sat, 17 Feb 2001 23:36:54 +0200 (EET)
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
In-Reply-To: <200102171914.f1HJEhl11023@freefall.freebsd.org> from "Poul-Henning Kamp" at Feb 17, 2001 11:14:43 AM
X-Mailer: ELM [version 2.5 PL3]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> 
> phk         2001/02/17 11:14:43 PST
> 
>   Added files:
>     share/examples/BSD_daemon FreeBSD.pfa README beastie.eps 
>                               beastie.fig eps.patch poster.sh 
>   Log:
>   Add some FreeBSD logo material to the tree:
>   
>     "FreeBSD.pfa" - the (postscript) font used to write "FreeBSD".
>     "beastie.fig" - a 4.3 BSD style Daemon in vector graphic.
>     "beastie.eps" - same converted to encapsulated postscript.
>     "poster.sh" - an example how to use this stuff.
>     "README" - the full story.

Cool! Thank you Poul-Henning!

-Maxim


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


From owner-cvs-all  Sat Feb 17 13:41:57 2001
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 60E6137B491; Sat, 17 Feb 2001 13:41:48 -0800 (PST)
Received: (from knu@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HLfmZ41862;
	Sat, 17 Feb 2001 13:41:48 -0800 (PST)
	(envelope-from knu)
Message-Id: <200102172141.f1HLfmZ41862@freefall.freebsd.org>
From: Akinori MUSHA <knu@FreeBSD.org>
Date: Sat, 17 Feb 2001 13:41:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/devel/cvsutils Makefile distinfo pkg-descr
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

knu         2001/02/17 13:41:48 PST

  Modified files:
    devel/cvsutils       Makefile distinfo pkg-descr 
  Log:
  Update to the snapshot version as of 2001.02.05.
  
  Revision  Changes    Path
  1.6       +2 -2      ports/devel/cvsutils/Makefile
  1.3       +1 -1      ports/devel/cvsutils/distinfo
  1.3       +1 -1      ports/devel/cvsutils/pkg-descr



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


From owner-cvs-all  Sat Feb 17 13:51:41 2001
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 8D6D337B491; Sat, 17 Feb 2001 13:51:31 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HLpVk43026;
	Sat, 17 Feb 2001 13:51:31 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102172151.f1HLpVk43026@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Sat, 17 Feb 2001 13:51:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/games Makefile ports/games/asc Makefile distinfo
         pkg-comment pkg-descr pkg-plist ports/games/asc/files
         patch-configure patch-source::Makefile.in patch-source::artint.cpp
         patch-source::basegfx.cpp patch-source::basestrm.cpp patch-source::controls.cpp ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/17 13:51:31 PST

  Modified files:
    games                Makefile 
  Added files:
    games/asc            Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
    games/asc/files      patch-configure patch-source::Makefile.in 
                         patch-source::artint.cpp 
                         patch-source::basegfx.cpp 
                         patch-source::basestrm.cpp 
                         patch-source::controls.cpp 
                         patch-source::gamedlg.cpp 
                         patch-source::gameoptions.cpp 
                         patch-source::mapedit::Makefile.in 
                         patch-source::oldlzw.cpp 
                         patch-source::replay.cpp 
                         patch-source::sdl::events.cpp 
                         patch-source::sdl::sound.cpp 
                         patch-source::sdl::testSound.cpp 
                         patch-source::sg.cpp 
                         patch-source::tools::linux::Makefile.in 
                         patch-source::unix::fileio.h 
                         patch-source::unix::global_os.h 
  Log:
  Add Advanced Strategic Command 1.3.8,  a turn based, multiplayer strategic
  game with a very nice and professionally-looking graphics.
  
  Revision  Changes    Path
  1.328     +2 -1      ports/games/Makefile



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


From owner-cvs-all  Sat Feb 17 13:53:48 2001
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 A73DA37B491; Sat, 17 Feb 2001 13:53:40 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HLreX44825;
	Sat, 17 Feb 2001 13:53:40 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102172153.f1HLreX44825@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Sat, 17 Feb 2001 13:53: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

sobomax     2001/02/17 13:53:40 PST

  Modified files:
    .                    modules 
  Log:
    asc --> ports/games/asc
  
  Revision  Changes    Path
  1.2433    +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  Sat Feb 17 14:28:18 2001
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 AEEC237B491; Sat, 17 Feb 2001 14:28:12 -0800 (PST)
Received: (from olgeni@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HMSCW52438;
	Sat, 17 Feb 2001 14:28:12 -0800 (PST)
	(envelope-from olgeni)
Message-Id: <200102172228.f1HMSCW52438@freefall.freebsd.org>
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Date: Sat, 17 Feb 2001 14:28:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11/eterm Makefile distinfo pkg-descr pkg-plist
         ports/x11/eterm/files patch-libmej:Makefile.in patch-src:Makefile.in
         patch-src:command.c patch-src:startup.c patch-themes:Makefile.in
         extra-patch-kanji patch-ac patch-af patch-ag patch-ah patch-ai ...
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

olgeni      2001/02/17 14:28:11 PST

  Modified files:
    x11/eterm            Makefile distinfo pkg-descr pkg-plist 
  Added files:
    x11/eterm/files      patch-libmej:Makefile.in 
                         patch-src:Makefile.in patch-src:command.c 
                         patch-src:startup.c 
                         patch-themes:Makefile.in 
  Removed files:
    x11/eterm/files      extra-patch-kanji patch-ac patch-af 
                         patch-ag patch-ah patch-ai patch-aj 
                         patch-sec1 
  Log:
  Update to version 0.9.
  
  Revision  Changes    Path
  1.34      +9 -16     ports/x11/eterm/Makefile
  1.9       +1 -1      ports/x11/eterm/distinfo
  1.7       +0 -3      ports/x11/eterm/pkg-descr
  1.14      +63 -23    ports/x11/eterm/pkg-plist



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


From owner-cvs-all  Sat Feb 17 14:54:26 2001
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 CB07C37B401; Sat, 17 Feb 2001 14:54:23 -0800 (PST)
Received: (from bsd@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HMsNj54397;
	Sat, 17 Feb 2001 14:54:23 -0800 (PST)
	(envelope-from bsd)
Message-Id: <200102172254.f1HMsNj54397@freefall.freebsd.org>
From: "Brian S. Dean" <bsd@FreeBSD.org>
Date: Sat, 17 Feb 2001 14:54:23 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/comms/comserv Makefile distinfo pkg-plist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bsd         2001/02/17 14:54:23 PST

  Modified files:
    comms/comserv        Makefile distinfo pkg-plist 
  Log:
  Upgrade to version 1.2.
  
  Revision  Changes    Path
  1.4       +2 -2      ports/comms/comserv/Makefile
  1.3       +1 -1      ports/comms/comserv/distinfo
  1.2       +1 -1      ports/comms/comserv/pkg-plist



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


From owner-cvs-all  Sat Feb 17 15: 1:14 2001
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 94C1937B491; Sat, 17 Feb 2001 15:01:11 -0800 (PST)
Received: (from jeh@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1HN1B354923;
	Sat, 17 Feb 2001 15:01:11 -0800 (PST)
	(envelope-from jeh)
Message-Id: <200102172301.f1HN1B354923@freefall.freebsd.org>
From: "James E. Housley" <jeh@FreeBSD.org>
Date: Sat, 17 Feb 2001 15:01:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/lang/ocaml Makefile pkg-plist
         ports/lang/ocaml/files patch-aa patch-ab
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jeh         2001/02/17 15:01:11 PST

  Modified files:
    lang/ocaml           Makefile pkg-plist 
  Added files:
    lang/ocaml/files     patch-aa patch-ab 
  Log:
  Attached patch allows OCAML to detect and use FreeBSD's native
  pthreads in Thread module. Also fixes the bug in OCAML
  distribution which nobody apparently noticed before.
  
  Use TK 8.3 instead of 8.2 for labltk
  
  PR:		23305
  Submitted by:	Alexander N. Kabaev <ak03@gte.com>
  Submitted by:	Patrick M Doane <patrick@watson.org>
  
  Revision  Changes    Path
  1.18      +7 -5      ports/lang/ocaml/Makefile
  1.10      +8 -1      ports/lang/ocaml/pkg-plist



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


From owner-cvs-all  Sat Feb 17 16:32:27 2001
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 2095137B503; Sat, 17 Feb 2001 16:32:23 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I0WN964941;
	Sat, 17 Feb 2001 16:32:23 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180032.f1I0WN964941@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 16:32:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/skip Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 16:32:22 PST

  Modified files:
    security/skip        Makefile 
  Log:
  Bump PORTREVISION after bugfix on 2000-02-06
  
  Forgotten by:	archie
  
  Revision  Changes    Path
  1.21      +4 -3      ports/security/skip/Makefile



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


From owner-cvs-all  Sat Feb 17 16:35:50 2001
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 E99FF37B401; Sat, 17 Feb 2001 16:35:43 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I0ZhR65096;
	Sat, 17 Feb 2001 16:35:43 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180035.f1I0ZhR65096@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 16:35:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/audio/tosha Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 16:35:43 PST

  Modified files:
    audio/tosha          Makefile 
  Log:
  Bump PORTREVISION due to bugfixes on 2001-02-07
  
  Forgotten by:   ken
  
  Revision  Changes    Path
  1.6       +2 -1      ports/audio/tosha/Makefile



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


From owner-cvs-all  Sat Feb 17 16:36:27 2001
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 068D237B491; Sat, 17 Feb 2001 16:36:19 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I0aI965153;
	Sat, 17 Feb 2001 16:36:18 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180036.f1I0aI965153@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 16:36:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/security/skip Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 16:36:18 PST

  Modified files:
    security/skip        Makefile 
  Log:
  Oops, previous commit should have read 2001-02-06
  
  Revision  Changes    Path
  1.22      +1 -1      ports/security/skip/Makefile



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


From owner-cvs-all  Sat Feb 17 17: 6:19 2001
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 827D937B401; Sat, 17 Feb 2001 17:06:13 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I16DT69116;
	Sat, 17 Feb 2001 17:06:13 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102180106.f1I16DT69116@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Sat, 17 Feb 2001 17:06:13 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/tar diffarch.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/17 17:06:13 PST

  Modified files:
    gnu/usr.bin/tar      diffarch.c 
  Log:
  Quick fix for attempts to free non-malloc()ed memory.  The variables
  current_file_name and current_link_name sometimes point into the
  middle of malloc()ed memory and sometimes point to alloca()ed memory,
  but free() is sometimes called on them.  This seems to be harmless
  for the usual tar operations, but it is usually fatal for `tar -W'.
  E.g., for `cd /etc; tar Wcf /tmp/foo rc', at the start of
  verify_volume(), current_file_name points to alloca()ed memory, and
  tar attempts to free it.
  
  Revision  Changes    Path
  1.3       +4 -0      src/gnu/usr.bin/tar/diffarch.c



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


From owner-cvs-all  Sat Feb 17 17:26:20 2001
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 9E0FD37B491; Sat, 17 Feb 2001 17:26:17 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I1QHu70505;
	Sat, 17 Feb 2001 17:26:17 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102180126.f1I1QHu70505@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Sat, 17 Feb 2001 17:26:17 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/wargames Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/17 17:26:17 PST

  Modified files:
    games/wargames       Makefile 
  Log:
  Fixed style bug (bloat of a line length past 80 columns) in previous commit.
  
  Revision  Changes    Path
  1.8       +3 -3      src/games/wargames/Makefile



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


From owner-cvs-all  Sat Feb 17 17:33:37 2001
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 D92D037B491; Sat, 17 Feb 2001 17:33:32 -0800 (PST)
Received: (from ps@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I1XWB70905;
	Sat, 17 Feb 2001 17:33:32 -0800 (PST)
	(envelope-from ps)
Message-Id: <200102180133.f1I1XWB70905@freefall.freebsd.org>
From: Paul Saab <ps@FreeBSD.org>
Date: Sat, 17 Feb 2001 17:33:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssh servconf.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ps          2001/02/17 17:33:32 PST

  Modified files:
    crypto/openssh       servconf.c 
  Log:
  Make ConnectionsPerPeriod non-fatal for real.
  
  Revision  Changes    Path
  1.19      +2 -1      src/crypto/openssh/servconf.c



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


From owner-cvs-all  Sat Feb 17 17:39:17 2001
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 8B0FB37B491; Sat, 17 Feb 2001 17:39:08 -0800 (PST)
Received: (from ps@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I1d8l71317;
	Sat, 17 Feb 2001 17:39:08 -0800 (PST)
	(envelope-from ps)
Message-Id: <200102180139.f1I1d8l71317@freefall.freebsd.org>
From: Paul Saab <ps@FreeBSD.org>
Date: Sat, 17 Feb 2001 17:39:06 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssh servconf.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ps          2001/02/17 17:39:06 PST

  Modified files:        (Branch: RELENG_4)
    crypto/openssh       servconf.c 
  Log:
  MFC: [rev 1.19] Make ConnectionsPerPeriod non-fatal for real.
  
  Revision  Changes    Path
  1.3.2.9   +1 -0      src/crypto/openssh/servconf.c



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


From owner-cvs-all  Sat Feb 17 17:47: 6 2001
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 3ADBB37B401; Sat, 17 Feb 2001 17:47:02 -0800 (PST)
Received: (from sobomax@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I1l1X72089;
	Sat, 17 Feb 2001 17:47:01 -0800 (PST)
	(envelope-from sobomax)
Message-Id: <200102180147.f1I1l1X72089@freefall.freebsd.org>
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Sat, 17 Feb 2001 17:47:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/www/encompass Makefile distinfo pkg-plist
         ports/www/encompass/files patch-ac
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

sobomax     2001/02/17 17:47:01 PST

  Modified files:
    www/encompass        Makefile distinfo pkg-plist 
  Removed files:
    www/encompass/files  patch-ac 
  Log:
  Update to 0.3.3.
  
  Revision  Changes    Path
  1.13      +4 -3      ports/www/encompass/Makefile
  1.6       +1 -1      ports/www/encompass/distinfo
  1.4       +2 -0      ports/www/encompass/pkg-plist



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


From owner-cvs-all  Sat Feb 17 18:10:26 2001
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 0860237B491; Sat, 17 Feb 2001 18:10:19 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2AIu76126;
	Sat, 17 Feb 2001 18:10:18 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180210.f1I2AIu76126@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:10:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/bin/sh mkbuiltins mktokens
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:10:18 PST

  Modified files:        (Branch: RELENG_4)
    bin/sh               mkbuiltins mktokens 
  Log:
  MFC: Use secure tempfiles during build
  
  Revision  Changes    Path
  1.8.2.1   +2 -2      src/bin/sh/mkbuiltins
  1.6.2.1   +9 -8      src/bin/sh/mktokens



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


From owner-cvs-all  Sat Feb 17 18:11:46 2001
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 6F34B37B401; Sat, 17 Feb 2001 18:11:37 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2Bbn76225;
	Sat, 17 Feb 2001 18:11:37 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180211.f1I2Bbn76225@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:11:37 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/ppp ppp.conf
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:11:37 PST

  Modified files:
    etc/ppp              ppp.conf 
  Log:
  120 seconds is not 3 minutes
  
  Revision  Changes    Path
  1.6       +2 -2      src/etc/ppp/ppp.conf



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


From owner-cvs-all  Sat Feb 17 18:12: 6 2001
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 C933337B491; Sat, 17 Feb 2001 18:11:57 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2BvH76271;
	Sat, 17 Feb 2001 18:11:57 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180211.f1I2BvH76271@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:11:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/etc/ppp ppp.conf
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:11:57 PST

  Modified files:        (Branch: RELENG_4)
    etc/ppp              ppp.conf 
  Log:
  MFC: 120 seconds is not 3 minutes
  
  Revision  Changes    Path
  1.2.2.3   +2 -2      src/etc/ppp/ppp.conf



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


From owner-cvs-all  Sat Feb 17 18:13:22 2001
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 76FFB37B401; Sat, 17 Feb 2001 18:13:14 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2DEn76375;
	Sat, 17 Feb 2001 18:13:14 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180213.f1I2DEn76375@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:13:14 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/mixer mixer.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:13:14 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/mixer       mixer.c 
  Log:
  (null)
  
  Revision  Changes    Path
  1.11.2.3  +4 -4      src/usr.sbin/mixer/mixer.c



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


From owner-cvs-all  Sat Feb 17 18:13:58 2001
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 823DB37B503; Sat, 17 Feb 2001 18:13:50 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2Doc76412;
	Sat, 17 Feb 2001 18:13:50 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180213.f1I2Doc76412@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:13:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/cron/cron cron.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:13:50 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/cron/cron   cron.h 
  Log:
  MFC: Correct definition of MAXHOSTNAMELEN in uncompiled code
  
  Revision  Changes    Path
  1.9.2.2   +2 -2      src/usr.sbin/cron/cron/cron.h



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


From owner-cvs-all  Sat Feb 17 18:19:34 2001
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 AF2DE37B699; Sat, 17 Feb 2001 18:19:23 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2JNw76826;
	Sat, 17 Feb 2001 18:19:23 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180219.f1I2JNw76826@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:19:22 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/gnu/usr.bin/gzip gzexe
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:19:22 PST

  Modified files:        (Branch: RELENG_4)
    gnu/usr.bin/gzip     gzexe 
  Log:
  MFC: Better handling of tempfiles
  
  Revision  Changes    Path
  1.7.2.1   +8 -8      src/gnu/usr.bin/gzip/gzexe



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


From owner-cvs-all  Sat Feb 17 18:20:16 2001
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 9F3F937B401; Sat, 17 Feb 2001 18:20:07 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2K7576886;
	Sat, 17 Feb 2001 18:20:07 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180220.f1I2K7576886@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:20:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/hack hack.apply.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:20:07 PST

  Modified files:        (Branch: RELENG_4)
    games/hack           hack.apply.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.4.2.1   +2 -2      src/games/hack/hack.apply.c



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


From owner-cvs-all  Sat Feb 17 18:20:42 2001
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 7491E37B65D; Sat, 17 Feb 2001 18:20:31 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2KVi76976;
	Sat, 17 Feb 2001 18:20:31 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180220.f1I2KVi76976@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:20:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/cribbage io.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:20:31 PST

  Modified files:        (Branch: RELENG_4)
    games/cribbage       io.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.5.2.2   +3 -3      src/games/cribbage/io.c



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


From owner-cvs-all  Sat Feb 17 18:22: 9 2001
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 B497337B491; Sat, 17 Feb 2001 18:22:00 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2M0077032;
	Sat, 17 Feb 2001 18:22:00 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180222.f1I2M0077032@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:22:00 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/battlestar room.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:22:00 PST

  Modified files:        (Branch: RELENG_4)
    games/battlestar     room.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.7.2.1   +2 -2      src/games/battlestar/room.c



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


From owner-cvs-all  Sat Feb 17 18:23: 7 2001
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 AAE6337B401; Sat, 17 Feb 2001 18:22:58 -0800 (PST)
Received: (from bde@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2Mwp77087;
	Sat, 17 Feb 2001 18:22:58 -0800 (PST)
	(envelope-from bde)
Message-Id: <200102180222.f1I2Mwp77087@freefall.freebsd.org>
From: Bruce Evans <bde@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:22:58 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/kern vfs_default.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

bde         2001/02/17 18:22:58 PST

  Modified files:
    sys/kern             vfs_default.c 
  Log:
  Added a dummy lookup vop.  Specfs was broken by removing its dummy
  lookup vop so that it defaulted to using vop_eopnotsupp for strange
  lookups like the ones for open("/dev/null/", ...) and stat("/dev/null/",
  ...).  This mainly caused the wrong errno to be returned by vfs syscalls
  (EOPNOTSUPP is not in POSIX, and is not documented in connection with
  specfs in open.2 and is not documented in stat.2 at all).  Also, lookup
  vops are apparently required to set *ap->a_vpp to NULL on error, but
  vop_eopnotsupp is too broken to do this.
  
  Revision  Changes    Path
  1.41      +18 -5     src/sys/kern/vfs_default.c



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


From owner-cvs-all  Sat Feb 17 18:24: 4 2001
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 8022937B491; Sat, 17 Feb 2001 18:23:56 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2Nug77150;
	Sat, 17 Feb 2001 18:23:56 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180223.f1I2Nug77150@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:23:56 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sbin/ping ping.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:23:56 PST

  Modified files:        (Branch: RELENG_4)
    sbin/ping            ping.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.52.2.2  +3 -3      src/sbin/ping/ping.c



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


From owner-cvs-all  Sat Feb 17 18:24:53 2001
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 53B5D37B401; Sat, 17 Feb 2001 18:24:45 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2OiY77210;
	Sat, 17 Feb 2001 18:24:44 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180224.f1I2OiY77210@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:24:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/colldef parse.y
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:24:44 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/colldef      parse.y 
  Log:
  MFC: vsprintf() -> vsnprintf()
  
  Revision  Changes    Path
  1.15.2.1  +2 -2      src/usr.bin/colldef/parse.y



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


From owner-cvs-all  Sat Feb 17 18:26:28 2001
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 7361437B401; Sat, 17 Feb 2001 18:26:20 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2QKC77308;
	Sat, 17 Feb 2001 18:26:20 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180226.f1I2QKC77308@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:26:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/m4 eval.c main.c pathnames.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:26:20 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/m4           eval.c main.c pathnames.h 
  Log:
  MFC: Don't use insecure temporary files
  
  Revision      Changes    Path
  1.10.2.1      +2 -2      src/usr.bin/m4/eval.c
  1.6.2.1       +5 -2      src/usr.bin/m4/main.c
  1.1.1.1.14.1  +4 -2      src/usr.bin/m4/pathnames.h



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


From owner-cvs-all  Sat Feb 17 18:26:57 2001
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 D0BC937B491; Sat, 17 Feb 2001 18:26:48 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2QmG77350;
	Sat, 17 Feb 2001 18:26:48 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180226.f1I2QmG77350@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:26:48 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/mail lex.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:26:48 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/mail         lex.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.5.6.2   +2 -2      src/usr.bin/mail/lex.c



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


From owner-cvs-all  Sat Feb 17 18:28: 3 2001
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 839A637B4EC; Sat, 17 Feb 2001 18:27:54 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2RsF77424;
	Sat, 17 Feb 2001 18:27:54 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180227.f1I2RsF77424@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:27:54 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/rwall rwall.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:27:54 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/rwall        rwall.c 
  Log:
  MFC: r1.9: code cleanups
  
  Revision  Changes    Path
  1.8.2.1   +19 -13    src/usr.bin/rwall/rwall.c



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


From owner-cvs-all  Sat Feb 17 18:28:35 2001
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 03C4437B491; Sat, 17 Feb 2001 18:28:33 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2SWN77478;
	Sat, 17 Feb 2001 18:28:32 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180228.f1I2SWN77478@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:28:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/wall wall.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:28:32 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/wall         wall.c 
  Log:
  MFC: r1.16: code cleanups
  
  Revision  Changes    Path
  1.13.2.3  +16 -15    src/usr.bin/wall/wall.c



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


From owner-cvs-all  Sat Feb 17 18:30: 2 2001
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 593EB37B401; Sat, 17 Feb 2001 18:29:53 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2Trs77565;
	Sat, 17 Feb 2001 18:29:53 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180229.f1I2Trs77565@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:29:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/mixer mixer.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:29:53 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/mixer       mixer.c 
  Log:
  Previous commit should have read:
  
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.11.2.4  +1 -1      src/usr.sbin/mixer/mixer.c



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


From owner-cvs-all  Sat Feb 17 18:31: 4 2001
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 5CD7337B503; Sat, 17 Feb 2001 18:30:57 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2Uve77726;
	Sat, 17 Feb 2001 18:30:57 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180230.f1I2Uve77726@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:30:57 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libz gzio.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:30:57 PST

  Modified files:        (Branch: RELENG_4)
    lib/libz             gzio.c 
  Log:
  MFC: sprintf() -> snprintf()
  
  Revision  Changes    Path
  1.5.2.1   +2 -2      src/lib/libz/gzio.c



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


From owner-cvs-all  Sat Feb 17 18:36:40 2001
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 33CDD37B401; Sat, 17 Feb 2001 18:36:36 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2aZs78147;
	Sat, 17 Feb 2001 18:36:35 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180236.f1I2aZs78147@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:36:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/sys getpid.2
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:36:34 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/sys         getpid.2 
  Log:
  MFC: Don't advocate use of getpid() in constructing tempfile names
  
  Revision  Changes    Path
  1.8.2.2   +7 -3      src/lib/libc/sys/getpid.2



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


From owner-cvs-all  Sat Feb 17 18:37:38 2001
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 E578537B4EC; Sat, 17 Feb 2001 18:37:34 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2bYo78284;
	Sat, 17 Feb 2001 18:37:34 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180237.f1I2bYo78284@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:37:34 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/net res_init.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:37:34 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/net         res_init.c 
  Log:
  MFC: Fix memory leak
  
  Revision  Changes    Path
  1.19.2.3  +3 -1      src/lib/libc/net/res_init.c



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


From owner-cvs-all  Sat Feb 17 18:38:50 2001
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 3B7FD37B401; Sat, 17 Feb 2001 18:38:42 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2cgG78413;
	Sat, 17 Feb 2001 18:38:42 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180238.f1I2cgG78413@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:38:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/string strlcpy.3
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:38:42 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/string      strlcpy.3 
  Log:
  MFC: MAXPATHNAMELEN -> MAXPATHLEN
  
  Revision  Changes    Path
  1.4.2.3   +2 -2      src/lib/libc/string/strlcpy.3



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


From owner-cvs-all  Sat Feb 17 18:39:51 2001
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 E32FD37B503; Sat, 17 Feb 2001 18:39:46 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2dk178487;
	Sat, 17 Feb 2001 18:39:46 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180239.f1I2dk178487@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:39:46 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdtime strftime.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:39:46 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/stdtime     strftime.c 
  Log:
  MFC: sprintf() -> snprintf()
  
  Revision  Changes    Path
  1.25.2.2  +2 -2      src/lib/libc/stdtime/strftime.c



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


From owner-cvs-all  Sat Feb 17 18:44:49 2001
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 8850837B4EC; Sat, 17 Feb 2001 18:44:43 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2ihC78716;
	Sat, 17 Feb 2001 18:44:43 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180244.f1I2ihC78716@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:44:43 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/doc/psd/05.sysman 1.1.t
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:44:43 PST

  Modified files:        (Branch: RELENG_4)
    share/doc/psd/05.sysman 1.1.t 
  Log:
  MFC: Correct reference to MAXHOSTNAMELEN
  
  Revision      Changes    Path
  1.1.1.1.14.1  +2 -1      src/share/doc/psd/05.sysman/1.1.t



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


From owner-cvs-all  Sat Feb 17 18:47:56 2001
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 03EFF37B401; Sat, 17 Feb 2001 18:47:50 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2lnZ78955;
	Sat, 17 Feb 2001 18:47:49 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180247.f1I2lnZ78955@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:47:49 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/rrenumd rrenumd.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:47:49 PST

  Modified files:        (Branch: RELENG_4)
    usr.sbin/rrenumd     rrenumd.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.1.2.2   +3 -3      src/usr.sbin/rrenumd/rrenumd.c



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


From owner-cvs-all  Sat Feb 17 18:54:14 2001
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 2B53E37B401; Sat, 17 Feb 2001 18:54:12 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2sCO79355;
	Sat, 17 Feb 2001 18:54:12 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180254.f1I2sCO79355@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:54:11 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/libexec/rbootd defs.h rbootd.c rmpproto.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:54:11 PST

  Modified files:        (Branch: RELENG_4)
    libexec/rbootd       defs.h rbootd.c rmpproto.c 
  Log:
  MFC: Update definition of MAXHOSTNAMELEN, format string paranoia,
  L_SET -> SEEK_SET
  
  Revision  Changes    Path
  1.2.6.1   +3 -1      src/libexec/rbootd/defs.h
  1.11.2.1  +3 -2      src/libexec/rbootd/rbootd.c
  1.6.2.1   +2 -2      src/libexec/rbootd/rmpproto.c



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


From owner-cvs-all  Sat Feb 17 18:54:43 2001
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 897DE37B401; Sat, 17 Feb 2001 18:54:35 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2sZ379429;
	Sat, 17 Feb 2001 18:54:35 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180254.f1I2sZ379429@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:54:35 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/libexec/ftpd ftpd.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:54:35 PST

  Modified files:        (Branch: RELENG_4)
    libexec/ftpd         ftpd.c 
  Log:
  MFC: Format string paranoia
  
  Revision  Changes    Path
  1.62.2.7  +3 -3      src/libexec/ftpd/ftpd.c



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


From owner-cvs-all  Sat Feb 17 18:57:34 2001
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 43E6C37B491; Sat, 17 Feb 2001 18:57:31 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2vVv79741;
	Sat, 17 Feb 2001 18:57:31 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180257.f1I2vVv79741@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:57:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/telnet/telnetd telnetd.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:57:31 PST

  Modified files:        (Branch: RELENG_4)
    crypto/telnet/telnetd telnetd.c 
  Log:
  MFC: Update definition of MAXHOSTNAMELEN
  
  Revision  Changes    Path
  1.11.2.1  +2 -2      src/crypto/telnet/telnetd/telnetd.c



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


From owner-cvs-all  Sat Feb 17 18:58:23 2001
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 7E14937B491; Sat, 17 Feb 2001 18:58:15 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I2wFj79805;
	Sat, 17 Feb 2001 18:58:15 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180258.f1I2wFj79805@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 18:58:15 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/telnet/telnet commands.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 18:58:15 PST

  Modified files:        (Branch: RELENG_4)
    crypto/telnet/telnet commands.c 
  Log:
  MFC: Update definition of MAXHOSTNAMELEN, prevent buffer overflow in
  long hostname
  
  Revision  Changes    Path
  1.12.2.3  +4 -4      src/crypto/telnet/telnet/commands.c



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


From owner-cvs-all  Sat Feb 17 19: 0:14 2001
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 8C7B737B491; Sat, 17 Feb 2001 19:00:12 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I30Ck79946;
	Sat, 17 Feb 2001 19:00:12 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180300.f1I30Ck79946@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 19:00:12 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/libexec/telnetd telnetd.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 19:00:12 PST

  Modified files:        (Branch: RELENG_4)
    libexec/telnetd      telnetd.c 
  Log:
  MFC: Correct definition of MAXHOSTNAMELEN
  
  Revision  Changes    Path
  1.22.2.4  +2 -2      src/libexec/telnetd/telnetd.c



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


From owner-cvs-all  Sat Feb 17 19:19:57 2001
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 3EDFC37B491; Sat, 17 Feb 2001 19:18:24 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I3IO682998;
	Sat, 17 Feb 2001 19:18:24 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180318.f1I3IO682998@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 19:18:24 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssl - Imported sources
X-FreeBSD-CVS-Branch: 
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 19:18:24 PST

  src/crypto/openssl - Imported sources
  Update of /home/ncvs/src/crypto/openssl
  In directory freefall.freebsd.org:/c/tmp/cvs-serv82860
  
  Log Message:
  Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
  
  Status:
  
  Vendor Tag:	OPENSSL
  Release Tags:	v0_9_6_2001_02_10
  		
  U src/crypto/openssl/CHANGES
  U src/crypto/openssl/CHANGES.SSLeay
  U src/crypto/openssl/Configure
  U src/crypto/openssl/FAQ
  U src/crypto/openssl/INSTALL
  U src/crypto/openssl/LICENSE
  U src/crypto/openssl/Makefile.org
  U src/crypto/openssl/NEWS
  U src/crypto/openssl/README
  U src/crypto/openssl/README.ENGINE
  N src/crypto/openssl/STATUS
  N src/crypto/openssl/TABLE
  U src/crypto/openssl/config
  U src/crypto/openssl/e_os.h
  U src/crypto/openssl/e_os2.h
  U src/crypto/openssl/openssl.doxy
  U src/crypto/openssl/openssl.spec
  U src/crypto/openssl/apps/CA.pl.in
  U src/crypto/openssl/apps/CA.sh
  U src/crypto/openssl/apps/Makefile.ssl
  U src/crypto/openssl/apps/app_rand.c
  U src/crypto/openssl/apps/apps.c
  U src/crypto/openssl/apps/apps.h
  U src/crypto/openssl/apps/asn1pars.c
  U src/crypto/openssl/apps/ca-cert.srl
  U src/crypto/openssl/apps/ca-key.pem
  U src/crypto/openssl/apps/ca-req.pem
  U src/crypto/openssl/apps/ca.c
  U src/crypto/openssl/apps/cert.pem
  U src/crypto/openssl/apps/ciphers.c
  U src/crypto/openssl/apps/client.pem
  U src/crypto/openssl/apps/crl.c
  U src/crypto/openssl/apps/crl2p7.c
  U src/crypto/openssl/apps/der_chop.in
  U src/crypto/openssl/apps/dgst.c
  U src/crypto/openssl/apps/dh.c
  U src/crypto/openssl/apps/dh1024.pem
  U src/crypto/openssl/apps/dh2048.pem
  U src/crypto/openssl/apps/dh4096.pem
  U src/crypto/openssl/apps/dh512.pem
  U src/crypto/openssl/apps/dhparam.c
  U src/crypto/openssl/apps/dsa-ca.pem
  U src/crypto/openssl/apps/dsa-pca.pem
  U src/crypto/openssl/apps/dsa.c
  U src/crypto/openssl/apps/dsa1024.pem
  U src/crypto/openssl/apps/dsa512.pem
  U src/crypto/openssl/apps/dsap.pem
  U src/crypto/openssl/apps/dsaparam.c
  U src/crypto/openssl/apps/enc.c
  U src/crypto/openssl/apps/errstr.c
  U src/crypto/openssl/apps/gendh.c
  U src/crypto/openssl/apps/gendsa.c
  U src/crypto/openssl/apps/genrsa.c
  U src/crypto/openssl/apps/nseq.c
  U src/crypto/openssl/apps/oid.cnf
  U src/crypto/openssl/apps/openssl.c
  U src/crypto/openssl/apps/openssl.cnf
  U src/crypto/openssl/apps/passwd.c
  U src/crypto/openssl/apps/pca-cert.srl
  U src/crypto/openssl/apps/pca-key.pem
  U src/crypto/openssl/apps/pca-req.pem
  U src/crypto/openssl/apps/pkcs12.c
  U src/crypto/openssl/apps/pkcs7.c
  U src/crypto/openssl/apps/pkcs8.c
  U src/crypto/openssl/apps/privkey.pem
  U src/crypto/openssl/apps/progs.h
  U src/crypto/openssl/apps/progs.pl
  U src/crypto/openssl/apps/rand.c
  U src/crypto/openssl/apps/req.c
  U src/crypto/openssl/apps/req.pem
  U src/crypto/openssl/apps/rsa.c
  U src/crypto/openssl/apps/rsa8192.pem
  U src/crypto/openssl/apps/rsautl.c
  U src/crypto/openssl/apps/s1024key.pem
  U src/crypto/openssl/apps/s1024req.pem
  U src/crypto/openssl/apps/s512-key.pem
  U src/crypto/openssl/apps/s512-req.pem
  U src/crypto/openssl/apps/s_apps.h
  U src/crypto/openssl/apps/s_cb.c
  U src/crypto/openssl/apps/s_client.c
  U src/crypto/openssl/apps/s_server.c
  U src/crypto/openssl/apps/s_socket.c
  U src/crypto/openssl/apps/s_time.c
  U src/crypto/openssl/apps/server.pem
  U src/crypto/openssl/apps/server.srl
  U src/crypto/openssl/apps/server2.pem
  U src/crypto/openssl/apps/sess_id.c
  U src/crypto/openssl/apps/smime.c
  U src/crypto/openssl/apps/speed.c
  U src/crypto/openssl/apps/spkac.c
  U src/crypto/openssl/apps/testCA.pem
  U src/crypto/openssl/apps/testdsa.h
  U src/crypto/openssl/apps/testrsa.h
  U src/crypto/openssl/apps/verify.c
  U src/crypto/openssl/apps/version.c
  U src/crypto/openssl/apps/winrand.c
  U src/crypto/openssl/apps/x509.c
  U src/crypto/openssl/apps/demoCA/cacert.pem
  U src/crypto/openssl/apps/demoCA/index.txt
  U src/crypto/openssl/apps/demoCA/serial
  U src/crypto/openssl/apps/demoCA/private/cakey.pem
  U src/crypto/openssl/apps/set/set-g-ca.pem
  U src/crypto/openssl/apps/set/set-m-ca.pem
  U src/crypto/openssl/apps/set/set_b_ca.pem
  U src/crypto/openssl/apps/set/set_c_ca.pem
  U src/crypto/openssl/apps/set/set_d_ct.pem
  U src/crypto/openssl/apps/set/set_root.pem
  U src/crypto/openssl/bugs/MS
  U src/crypto/openssl/bugs/SSLv3
  U src/crypto/openssl/bugs/VC16.bug
  U src/crypto/openssl/bugs/alpha.c
  U src/crypto/openssl/bugs/dggccbug.c
  U src/crypto/openssl/bugs/sgiccbug.c
  U src/crypto/openssl/bugs/sslref.dif
  U src/crypto/openssl/bugs/stream.c
  U src/crypto/openssl/bugs/ultrixcc.c
  U src/crypto/openssl/certs/ICE-CA.pem
  U src/crypto/openssl/certs/ICE-root.pem
  U src/crypto/openssl/certs/ICE-user.pem
  U src/crypto/openssl/certs/ICE.crl
  U src/crypto/openssl/certs/ca-cert.pem
  U src/crypto/openssl/certs/dsa-ca.pem
  U src/crypto/openssl/certs/dsa-pca.pem
  U src/crypto/openssl/certs/factory.pem
  U src/crypto/openssl/certs/nortelCA.pem
  U src/crypto/openssl/certs/pca-cert.pem
  U src/crypto/openssl/certs/rsa-cca.pem
  U src/crypto/openssl/certs/thawteCb.pem
  U src/crypto/openssl/certs/thawteCp.pem
  U src/crypto/openssl/certs/timCA.pem
  U src/crypto/openssl/certs/tjhCA.pem
  U src/crypto/openssl/certs/vsign1.pem
  U src/crypto/openssl/certs/vsign2.pem
  U src/crypto/openssl/certs/vsign3.pem
  U src/crypto/openssl/certs/vsignss.pem
  U src/crypto/openssl/certs/vsigntca.pem
  U src/crypto/openssl/certs/expired/ICE-CA.pem
  U src/crypto/openssl/certs/expired/ICE-root.pem
  U src/crypto/openssl/certs/expired/ICE-user.pem
  U src/crypto/openssl/certs/expired/ICE.crl
  N src/crypto/openssl/certs/expired/rsa-ssca.pem
  U src/crypto/openssl/crypto/Makefile.ssl
  U src/crypto/openssl/crypto/cpt_err.c
  U src/crypto/openssl/crypto/cryptlib.c
  U src/crypto/openssl/crypto/cryptlib.h
  U src/crypto/openssl/crypto/crypto.h
  U src/crypto/openssl/crypto/cversion.c
  U src/crypto/openssl/crypto/ebcdic.c
  U src/crypto/openssl/crypto/ebcdic.h
  U src/crypto/openssl/crypto/ex_data.c
  U src/crypto/openssl/crypto/md32_common.h
  U src/crypto/openssl/crypto/mem.c
  U src/crypto/openssl/crypto/mem_dbg.c
  U src/crypto/openssl/crypto/opensslconf.h.in
  U src/crypto/openssl/crypto/opensslv.h
  U src/crypto/openssl/crypto/symhacks.h
  U src/crypto/openssl/crypto/tmdiff.c
  U src/crypto/openssl/crypto/tmdiff.h
  U src/crypto/openssl/crypto/asn1/Makefile.ssl
  U src/crypto/openssl/crypto/asn1/a_bitstr.c
  U src/crypto/openssl/crypto/asn1/a_bmp.c
  U src/crypto/openssl/crypto/asn1/a_bool.c
  U src/crypto/openssl/crypto/asn1/a_bytes.c
  U src/crypto/openssl/crypto/asn1/a_d2i_fp.c
  U src/crypto/openssl/crypto/asn1/a_digest.c
  U src/crypto/openssl/crypto/asn1/a_dup.c
  U src/crypto/openssl/crypto/asn1/a_enum.c
  U src/crypto/openssl/crypto/asn1/a_gentm.c
  U src/crypto/openssl/crypto/asn1/a_hdr.c
  U src/crypto/openssl/crypto/asn1/a_i2d_fp.c
  U src/crypto/openssl/crypto/asn1/a_int.c
  U src/crypto/openssl/crypto/asn1/a_mbstr.c
  U src/crypto/openssl/crypto/asn1/a_meth.c
  U src/crypto/openssl/crypto/asn1/a_null.c
  U src/crypto/openssl/crypto/asn1/a_object.c
  U src/crypto/openssl/crypto/asn1/a_octet.c
  U src/crypto/openssl/crypto/asn1/a_print.c
  U src/crypto/openssl/crypto/asn1/a_set.c
  U src/crypto/openssl/crypto/asn1/a_sign.c
  U src/crypto/openssl/crypto/asn1/a_strex.c
  U src/crypto/openssl/crypto/asn1/a_strnid.c
  U src/crypto/openssl/crypto/asn1/a_time.c
  U src/crypto/openssl/crypto/asn1/f.c
  U src/crypto/openssl/crypto/asn1/a_type.c
  U src/crypto/openssl/crypto/asn1/a_utctm.c
  U src/crypto/openssl/crypto/asn1/a_utf8.c
  U src/crypto/openssl/crypto/asn1/a_verify.c
  U src/crypto/openssl/crypto/asn1/a_vis.c
  U src/crypto/openssl/crypto/asn1/asn1.h
  U src/crypto/openssl/crypto/asn1/asn1_err.c
  U src/crypto/openssl/crypto/asn1/asn1_lib.c
  U src/crypto/openssl/crypto/asn1/asn1_mac.h
  U src/crypto/openssl/crypto/asn1/asn1_par.c
  U src/crypto/openssl/crypto/asn1/asn_pack.c
  U src/crypto/openssl/crypto/asn1/charmap.h
  U src/crypto/openssl/crypto/asn1/charmap.pl
  U src/crypto/openssl/crypto/asn1/d2i_dhp.c
  U src/crypto/openssl/crypto/asn1/d2i_dsap.c
  U src/crypto/openssl/crypto/asn1/d2i_pr.c
  U src/crypto/openssl/crypto/asn1/d2i_pu.c
  U src/crypto/openssl/crypto/asn1/d2i_r_pr.c
  U src/crypto/openssl/crypto/asn1/d2i_r_pu.c
  U src/crypto/openssl/crypto/asn1/d2i_s_pr.c
  U src/crypto/openssl/crypto/asn1/d2i_s_pu.c
  U src/crypto/openssl/crypto/asn1/evp_asn1.c
  U src/crypto/openssl/crypto/asn1/f_enum.c
  U src/crypto/openssl/crypto/asn1/f_int.c
  U src/crypto/openssl/crypto/asn1/f_string.c
  U src/crypto/openssl/crypto/asn1/i2d_dhp.c
  U src/crypto/openssl/crypto/asn1/i2d_dsap.c
  U src/crypto/openssl/crypto/asn1/i2d_pr.c
  U src/crypto/openssl/crypto/asn1/i2d_pu.c
  U src/crypto/openssl/crypto/asn1/i2d_r_pr.c
  U src/crypto/openssl/crypto/asn1/i2d_r_pu.c
  U src/crypto/openssl/crypto/asn1/i2d_s_pr.c
  U src/crypto/openssl/crypto/asn1/i2d_s_pu.c
  U src/crypto/openssl/crypto/asn1/n_pkey.c
  U src/crypto/openssl/crypto/asn1/nsseq.c
  U src/crypto/openssl/crypto/asn1/p5_pbe.c
  U src/crypto/openssl/crypto/asn1/p5_pbev2.c
  U src/crypto/openssl/crypto/asn1/p7_dgst.c
  U src/crypto/openssl/crypto/asn1/p7_enc.c
  U src/crypto/openssl/crypto/asn1/p7_enc_c.c
  U src/crypto/openssl/crypto/asn1/p7_evp.c
  U src/crypto/openssl/crypto/asn1/p7_i_s.c
  U src/crypto/openssl/crypto/asn1/p7_lib.c
  U src/crypto/openssl/crypto/asn1/p7_recip.c
  U src/crypto/openssl/crypto/asn1/p7_s_e.c
  U src/crypto/openssl/crypto/asn1/p7_signd.c
  U src/crypto/openssl/crypto/asn1/p7_signi.c
  U src/crypto/openssl/crypto/asn1/p8_key.c
  U src/crypto/openssl/crypto/asn1/p8_pkey.c
  U src/crypto/openssl/crypto/asn1/t_bitst.c
  U src/crypto/openssl/crypto/asn1/t_crl.c
  U src/crypto/openssl/crypto/asn1/t_pkey.c
  U src/crypto/openssl/crypto/asn1/t_req.c
  U src/crypto/openssl/crypto/asn1/t_spki.c
  U src/crypto/openssl/crypto/asn1/t_x509.c
  U src/crypto/openssl/crypto/asn1/t_x509a.c
  U src/crypto/openssl/crypto/asn1/x_algor.c
  U src/crypto/openssl/crypto/asn1/x_attrib.c
  U src/crypto/openssl/crypto/asn1/x_cinf.c
  U src/crypto/openssl/crypto/asn1/x_crl.c
  U src/crypto/openssl/crypto/asn1/x_exten.c
  U src/crypto/openssl/crypto/asn1/x_info.c
  U src/crypto/openssl/crypto/asn1/x_name.c
  U src/crypto/openssl/crypto/asn1/x_pkey.c
  U src/crypto/openssl/crypto/asn1/x_pubkey.c
  U src/crypto/openssl/crypto/asn1/x_req.c
  U src/crypto/openssl/crypto/asn1/x_sig.c
  U src/crypto/openssl/crypto/asn1/x_spki.c
  U src/crypto/openssl/crypto/asn1/x_val.c
  U src/crypto/openssl/crypto/asn1/x_x509.c
  U src/crypto/openssl/crypto/asn1/x_x509a.c
  U src/crypto/openssl/crypto/bf/COPYRIGHT
  U src/crypto/openssl/crypto/bf/INSTALL
  U src/crypto/openssl/crypto/bf/Makefile.ssl
  U src/crypto/openssl/crypto/bf/README
  U src/crypto/openssl/crypto/bf/VERSION
  U src/crypto/openssl/crypto/bf/bf_cbc.c
  U src/crypto/openssl/crypto/bf/bf_cfb64.c
  U src/crypto/openssl/crypto/bf/bf_ecb.c
  U src/crypto/openssl/crypto/bf/bf_enc.c
  U src/crypto/openssl/crypto/bf/bf_locl.h
  U src/crypto/openssl/crypto/bf/bf_ofb64.c
  U src/crypto/openssl/crypto/bf/bf_opts.c
  U src/crypto/openssl/crypto/bf/bf_pi.h
  U src/crypto/openssl/crypto/bf/bf_skey.c
  U src/crypto/openssl/crypto/bf/bfs.cpp
  U src/crypto/openssl/crypto/bf/bfspeed.c
  U src/crypto/openssl/crypto/bf/bftest.c
  U src/crypto/openssl/crypto/bf/blowfish.h
  U src/crypto/openssl/crypto/bf/asm/bf-586.pl
  U src/crypto/openssl/crypto/bf/asm/bf-686.pl
  U src/crypto/openssl/crypto/bf/asm/readme
  U src/crypto/openssl/crypto/bio/Makefile.ssl
  U src/crypto/openssl/crypto/bio/b_dump.c
  U src/crypto/openssl/crypto/bio/b_print.c
  U src/crypto/openssl/crypto/bio/b_sock.c
  U src/crypto/openssl/crypto/bio/bf_buff.c
  U src/crypto/openssl/crypto/bio/bf_lbuf.c
  U src/crypto/openssl/crypto/bio/bf_nbio.c
  U src/crypto/openssl/crypto/bio/bf_null.c
  U src/crypto/openssl/crypto/bio/bio.h
  U src/crypto/openssl/crypto/bio/bio_cb.c
  U src/crypto/openssl/crypto/bio/bio_err.c
  U src/crypto/openssl/crypto/bio/bio_lib.c
  U src/crypto/openssl/crypto/bio/bss_acpt.c
  U src/crypto/openssl/crypto/bio/bss_bio.c
  U src/crypto/openssl/crypto/bio/bss_conn.c
  U src/crypto/openssl/crypto/bio/bss_fd.c
  U src/crypto/openssl/crypto/bio/bss_file.c
  U src/crypto/openssl/crypto/bio/bss_log.c
  U src/crypto/openssl/crypto/bio/bss_mem.c
  U src/crypto/openssl/crypto/bio/bss_null.c
  U src/crypto/openssl/crypto/bio/bss_rtcp.c
  U src/crypto/openssl/crypto/bio/bss_sock.c
  U src/crypto/openssl/crypto/bn/Makefile.ssl
  U src/crypto/openssl/crypto/bn/bn.h
  U src/crypto/openssl/crypto/bn/bn.mul
  U src/crypto/openssl/crypto/bn/bn_add.c
  U src/crypto/openssl/crypto/bn/bn_asm.c
  U src/crypto/openssl/crypto/bn/bn_blind.c
  U src/crypto/openssl/crypto/bn/bn_ctx.c
  U src/crypto/openssl/crypto/bn/bn_div.c
  U src/crypto/openssl/crypto/bn/bn_err.c
  U src/crypto/openssl/crypto/bn/bn_exp.c
  U src/crypto/openssl/crypto/bn/bn_exp2.c
  U src/crypto/openssl/crypto/bn/bn_gcd.c
  U src/crypto/openssl/crypto/bn/bn_lcl.h
  U src/crypto/openssl/crypto/bn/bn_lib.c
  U src/crypto/openssl/crypto/bn/bn_mont.c
  U src/crypto/openssl/crypto/bn/bn_mpi.c
  U src/crypto/openssl/crypto/bn/bn_mul.c
  U src/crypto/openssl/crypto/bn/bn_prime.c
  U src/crypto/openssl/crypto/bn/bn_prime.h
  U src/crypto/openssl/crypto/bn/bn_prime.pl
  U src/crypto/openssl/crypto/bn/bn_print.c
  U src/crypto/openssl/crypto/bn/bn_rand.c
  U src/crypto/openssl/crypto/bn/bn_recp.c
  U src/crypto/openssl/crypto/bn/bn_shift.c
  U src/crypto/openssl/crypto/bn/bn_sqr.c
  U src/crypto/openssl/crypto/bn/bn_word.c
  U src/crypto/openssl/crypto/bn/bnspeed.c
  U src/crypto/openssl/crypto/bn/bntest.c
  U src/crypto/openssl/crypto/bn/divtest.c
  U src/crypto/openssl/crypto/bn/exp.c
  U src/crypto/openssl/crypto/bn/expspeed.c
  U src/crypto/openssl/crypto/bn/exptest.c
  U src/crypto/openssl/crypto/bn/todo
  U src/crypto/openssl/crypto/bn/asm/README
  U src/crypto/openssl/crypto/bn/asm/alpha.s
  U src/crypto/openssl/crypto/bn/asm/alpha.s.works
  U src/crypto/openssl/crypto/bn/asm/bn-586.pl
  U src/crypto/openssl/crypto/bn/asm/bn-alpha.pl
  U src/crypto/openssl/crypto/bn/asm/ca.pl
  U src/crypto/openssl/crypto/bn/asm/co-586.pl
  U src/crypto/openssl/crypto/bn/asm/co-alpha.pl
  U src/crypto/openssl/crypto/bn/asm/mips1.s
  U src/crypto/openssl/crypto/bn/asm/mips3.s
  U src/crypto/openssl/crypto/bn/asm/pa-risc.s
  U src/crypto/openssl/crypto/bn/asm/pa-risc2.s
  U src/crypto/openssl/crypto/bn/asm/pa-risc2W.s
  U src/crypto/openssl/crypto/bn/asm/r3000.s
  U src/crypto/openssl/crypto/bn/asm/sparcv8.S
  U src/crypto/openssl/crypto/bn/asm/sparcv8plus.S
  U src/crypto/openssl/crypto/bn/asm/x86.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/add.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/div.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/mul.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/mul_add.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/mul_c4.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/mul_c4.works.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/mul_c8.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/sqr.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/sqr_c4.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/sqr_c8.pl
  U src/crypto/openssl/crypto/bn/asm/alpha/sub.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/add.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/div.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/mul.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_add.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c4.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c4.works.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c8.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr_c4.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr_c8.pl
  U src/crypto/openssl/crypto/bn/asm/alpha.works/sub.pl
  U src/crypto/openssl/crypto/bn/asm/x86/add.pl
  U src/crypto/openssl/crypto/bn/asm/x86/comba.pl
  U src/crypto/openssl/crypto/bn/asm/x86/div.pl
  U src/crypto/openssl/crypto/bn/asm/x86/f
  U src/crypto/openssl/crypto/bn/asm/x86/mul.pl
  U src/crypto/openssl/crypto/bn/asm/x86/mul_add.pl
  U src/crypto/openssl/crypto/bn/asm/x86/sqr.pl
  U src/crypto/openssl/crypto/bn/asm/x86/sub.pl
  U src/crypto/openssl/crypto/buffer/Makefile.ssl
  U src/crypto/openssl/crypto/buffer/buf_err.c
  U src/crypto/openssl/crypto/buffer/buffer.c
  U src/crypto/openssl/crypto/buffer/buffer.h
  U src/crypto/openssl/crypto/cast/Makefile.ssl
  U src/crypto/openssl/crypto/cast/c_cfb64.c
  U src/crypto/openssl/crypto/cast/c_ecb.c
  U src/crypto/openssl/crypto/cast/c_enc.c
  U src/crypto/openssl/crypto/cast/c_ofb64.c
  U src/crypto/openssl/crypto/cast/c_skey.c
  U src/crypto/openssl/crypto/cast/cast.h
  U src/crypto/openssl/crypto/cast/cast_lcl.h
  U src/crypto/openssl/crypto/cast/cast_s.h
  U src/crypto/openssl/crypto/cast/cast_spd.c
  U src/crypto/openssl/crypto/cast/castopts.c
  U src/crypto/openssl/crypto/cast/casts.cpp
  U src/crypto/openssl/crypto/cast/casttest.c
  U src/crypto/openssl/crypto/cast/asm/cast-586.pl
  U src/crypto/openssl/crypto/cast/asm/readme
  U src/crypto/openssl/crypto/comp/Makefile.ssl
  U src/crypto/openssl/crypto/comp/c_rle.c
  U src/crypto/openssl/crypto/comp/c_zlib.c
  U src/crypto/openssl/crypto/comp/comp.h
  U src/crypto/openssl/crypto/comp/comp_err.c
  U src/crypto/openssl/crypto/comp/comp_lib.c
  U src/crypto/openssl/crypto/conf/Makefile.ssl
  U src/crypto/openssl/crypto/conf/cnf_save.c
  U src/crypto/openssl/crypto/conf/conf.h
  U src/crypto/openssl/crypto/conf/conf_api.c
  U src/crypto/openssl/crypto/conf/conf_api.h
  U src/crypto/openssl/crypto/conf/conf_def.c
  U src/crypto/openssl/crypto/conf/conf_def.h
  U src/crypto/openssl/crypto/conf/conf_err.c
  U src/crypto/openssl/crypto/conf/conf_lib.c
  U src/crypto/openssl/crypto/conf/keysets.pl
  U src/crypto/openssl/crypto/conf/ssleay.cnf
  U src/crypto/openssl/crypto/conf/test.c
  U src/crypto/openssl/crypto/des/COPYRIGHT
  U src/crypto/openssl/crypto/des/DES.pm
  U src/crypto/openssl/crypto/des/DES.xs
  U src/crypto/openssl/crypto/des/FILES
  U src/crypto/openssl/crypto/des/INSTALL
  U src/crypto/openssl/crypto/des/Imakefile
  U src/crypto/openssl/crypto/des/KERBEROS
  U src/crypto/openssl/crypto/des/Makefile.ssl
  U src/crypto/openssl/crypto/des/README
  U src/crypto/openssl/crypto/des/VERSION
  U src/crypto/openssl/crypto/des/cbc3_enc.c
  U src/crypto/openssl/crypto/des/cbc_cksm.c
  U src/crypto/openssl/crypto/des/cbc_enc.c
  U src/crypto/openssl/crypto/des/cfb64ede.c
  U src/crypto/openssl/crypto/des/cfb64enc.c
  U src/crypto/openssl/crypto/des/cfb_enc.c
  U src/crypto/openssl/crypto/des/des.c
  U src/crypto/openssl/crypto/des/des.h
  U src/crypto/openssl/crypto/des/des.pod
  U src/crypto/openssl/crypto/des/des3s.cpp
  U src/crypto/openssl/crypto/des/des_enc.c
  U src/crypto/openssl/crypto/des/des_locl.h
  U src/crypto/openssl/crypto/des/des_opts.c
  U src/crypto/openssl/crypto/des/des_ver.h
  U src/crypto/openssl/crypto/des/dess.cpp
  U src/crypto/openssl/crypto/des/destest.c
  U src/crypto/openssl/crypto/des/ecb3_enc.c
  U src/crypto/openssl/crypto/des/ecb_enc.c
  U src/crypto/openssl/crypto/des/ede_cbcm_enc.c
  U src/crypto/openssl/crypto/des/enc_read.c
  U src/crypto/openssl/crypto/des/enc_writ.c
  U src/crypto/openssl/crypto/des/fcrypt.c
  U src/crypto/openssl/crypto/des/fcrypt_b.c
  U src/crypto/openssl/crypto/des/makefile.bc
  U src/crypto/openssl/crypto/des/ncbc_enc.c
  U src/crypto/openssl/crypto/des/ofb64ede.c
  U src/crypto/openssl/crypto/des/ofb64enc.c
  U src/crypto/openssl/crypto/des/ofb_enc.c
  U src/crypto/openssl/crypto/des/options.txt
  U src/crypto/openssl/crypto/des/pcbc_enc.c
  U src/crypto/openssl/crypto/des/qud_cksm.c
  U src/crypto/openssl/crypto/des/rand_key.c
  U src/crypto/openssl/crypto/des/read2pwd.c
  U src/crypto/openssl/crypto/des/read_pwd.c
  U src/crypto/openssl/crypto/des/rpc_des.h
  U src/crypto/openssl/crypto/des/rpc_enc.c
  U src/crypto/openssl/crypto/des/rpw.c
  U src/crypto/openssl/crypto/des/set_key.c
  U src/crypto/openssl/crypto/des/speed.c
  U src/crypto/openssl/crypto/des/spr.h
  U src/crypto/openssl/crypto/des/str2key.c
  U src/crypto/openssl/crypto/des/typemap
  U src/crypto/openssl/crypto/des/xcbc_enc.c
  U src/crypto/openssl/crypto/des/asm/crypt586.pl
  U src/crypto/openssl/crypto/des/asm/des-586.pl
  U src/crypto/openssl/crypto/des/asm/des686.pl
  U src/crypto/openssl/crypto/des/asm/desboth.pl
  U src/crypto/openssl/crypto/des/asm/readme
  U src/crypto/openssl/crypto/des/t/test
  U src/crypto/openssl/crypto/des/times/486-50.sol
  U src/crypto/openssl/crypto/des/times/586-100.lnx
  U src/crypto/openssl/crypto/des/times/686-200.fre
  U src/crypto/openssl/crypto/des/times/aix.cc
  U src/crypto/openssl/crypto/des/times/alpha.cc
  U src/crypto/openssl/crypto/des/times/hpux.cc
  U src/crypto/openssl/crypto/des/times/sparc.gcc
  U src/crypto/openssl/crypto/des/times/usparc.cc
  U src/crypto/openssl/crypto/dh/Makefile.ssl
  U src/crypto/openssl/crypto/dh/dh.h
  U src/crypto/openssl/crypto/dh/dh1024.pem
  U src/crypto/openssl/crypto/dh/dh192.pem
  U src/crypto/openssl/crypto/dh/dh2048.pem
  U src/crypto/openssl/crypto/dh/dh4096.pem
  U src/crypto/openssl/crypto/dh/dh512.pem
  U src/crypto/openssl/crypto/dh/dh_check.c
  U src/crypto/openssl/crypto/dh/dh_err.c
  U src/crypto/openssl/crypto/dh/dh_gen.c
  U src/crypto/openssl/crypto/dh/dh_key.c
  U src/crypto/openssl/crypto/dh/dh_lib.c
  U src/crypto/openssl/crypto/dh/dhtest.c
  U src/crypto/openssl/crypto/dh/example
  U src/crypto/openssl/crypto/dh/generate
  U src/crypto/openssl/crypto/dh/p1024.c
  U src/crypto/openssl/crypto/dh/p192.c
  U src/crypto/openssl/crypto/dh/p512.c
  U src/crypto/openssl/crypto/dsa/Makefile.ssl
  U src/crypto/openssl/crypto/dsa/README
  U src/crypto/openssl/crypto/dsa/dsa.h
  U src/crypto/openssl/crypto/dsa/dsa_asn1.c
  U src/crypto/openssl/crypto/dsa/dsa_err.c
  U src/crypto/openssl/crypto/dsa/dsa_gen.c
  U src/crypto/openssl/crypto/dsa/dsa_key.c
  U src/crypto/openssl/crypto/dsa/dsa_lib.c
  U src/crypto/openssl/crypto/dsa/dsa_ossl.c
  U src/crypto/openssl/crypto/dsa/dsa_sign.c
  U src/crypto/openssl/crypto/dsa/dsa_vrf.c
  U src/crypto/openssl/crypto/dsa/dsagen.c
  U src/crypto/openssl/crypto/dsa/dsatest.c
  U src/crypto/openssl/crypto/dsa/fips186a.txt
  U src/crypto/openssl/crypto/dso/Makefile.ssl
  U src/crypto/openssl/crypto/dso/README
  U src/crypto/openssl/crypto/dso/dso.h
  U src/crypto/openssl/crypto/dso/dso_dl.c
  U src/crypto/openssl/crypto/dso/dso_dlfcn.c
  U src/crypto/openssl/crypto/dso/dso_err.c
  U src/crypto/openssl/crypto/dso/dso_lib.c
  U src/crypto/openssl/crypto/dso/dso_null.c
  U src/crypto/openssl/crypto/dso/dso_openssl.c
  U src/crypto/openssl/crypto/err/Makefile.ssl
  U src/crypto/openssl/crypto/err/err.c
  U src/crypto/openssl/crypto/err/err.h
  U src/crypto/openssl/crypto/err/err_all.c
  U src/crypto/openssl/crypto/err/err_prn.c
  U src/crypto/openssl/crypto/err/openssl.ec
  U src/crypto/openssl/crypto/evp/Makefile.ssl
  U src/crypto/openssl/crypto/evp/bio_b64.c
  U src/crypto/openssl/crypto/evp/bio_enc.c
  U src/crypto/openssl/crypto/evp/bio_md.c
  U src/crypto/openssl/crypto/evp/bio_ok.c
  U src/crypto/openssl/crypto/evp/c_all.c
  U src/crypto/openssl/crypto/evp/c_allc.c
  U src/crypto/openssl/crypto/evp/c_alld.c
  U src/crypto/openssl/crypto/evp/digest.c
  U src/crypto/openssl/crypto/evp/e_bf.c
  U src/crypto/openssl/crypto/evp/e_cast.c
  U src/crypto/openssl/crypto/evp/e_des.c
  U src/crypto/openssl/crypto/evp/e_des3.c
  U src/crypto/openssl/crypto/evp/e_dsa.c
  U src/crypto/openssl/crypto/evp/e_idea.c
  U src/crypto/openssl/crypto/evp/e_null.c
  U src/crypto/openssl/crypto/evp/e_rc2.c
  U src/crypto/openssl/crypto/evp/e_rc4.c
  U src/crypto/openssl/crypto/evp/e_rc5.c
  U src/crypto/openssl/crypto/evp/e_xcbc_d.c
  U src/crypto/openssl/crypto/evp/encode.c
  C src/crypto/openssl/crypto/evp/evp.h
  U src/crypto/openssl/crypto/evp/evp_enc.c
  U src/crypto/openssl/crypto/evp/evp_err.c
  U src/crypto/openssl/crypto/evp/evp_key.c
  U src/crypto/openssl/crypto/evp/m_dss.c
  U src/crypto/openssl/crypto/evp/evp_lib.c
  U src/crypto/openssl/crypto/evp/evp_locl.h
  U src/crypto/openssl/crypto/evp/evp_pbe.c
  U src/crypto/openssl/crypto/evp/evp_pkey.c
  U src/crypto/openssl/crypto/evp/m_dss1.c
  U src/crypto/openssl/crypto/evp/m_md2.c
  U src/crypto/openssl/crypto/evp/m_md4.c
  U src/crypto/openssl/crypto/evp/m_md5.c
  U src/crypto/openssl/crypto/evp/m_mdc2.c
  U src/crypto/openssl/crypto/evp/m_null.c
  U src/crypto/openssl/crypto/evp/m_ripemd.c
  U src/crypto/openssl/crypto/evp/m_sha.c
  U src/crypto/openssl/crypto/evp/m_sha1.c
  U src/crypto/openssl/crypto/evp/names.c
  U src/crypto/openssl/crypto/evp/p5_crpt.c
  U src/crypto/openssl/crypto/evp/p5_crpt2.c
  U src/crypto/openssl/crypto/evp/p_dec.c
  U src/crypto/openssl/crypto/evp/p_enc.c
  U src/crypto/openssl/crypto/evp/p_lib.c
  U src/crypto/openssl/crypto/evp/p_open.c
  U src/crypto/openssl/crypto/evp/p_seal.c
  U src/crypto/openssl/crypto/evp/p_sign.c
  U src/crypto/openssl/crypto/evp/p_verify.c
  U src/crypto/openssl/crypto/hmac/Makefile.ssl
  U src/crypto/openssl/crypto/hmac/hmac.c
  U src/crypto/openssl/crypto/hmac/hmac.h
  U src/crypto/openssl/crypto/hmac/hmactest.c
  C src/crypto/openssl/crypto/idea/Makefile.ssl
  U src/crypto/openssl/crypto/idea/i_cbc.c
  U src/crypto/openssl/crypto/idea/i_cfb64.c
  U src/crypto/openssl/crypto/idea/i_ecb.c
  U src/crypto/openssl/crypto/idea/i_ofb64.c
  U src/crypto/openssl/crypto/idea/i_skey.c
  U src/crypto/openssl/crypto/idea/idea.h
  U src/crypto/openssl/crypto/idea/idea_lcl.h
  U src/crypto/openssl/crypto/idea/idea_spd.c
  U src/crypto/openssl/crypto/idea/ideatest.c
  U src/crypto/openssl/crypto/idea/version
  U src/crypto/openssl/crypto/lhash/Makefile.ssl
  U src/crypto/openssl/crypto/lhash/lh_stats.c
  U src/crypto/openssl/crypto/lhash/lh_test.c
  U src/crypto/openssl/crypto/lhash/lhash.c
  U src/crypto/openssl/crypto/lhash/lhash.h
  U src/crypto/openssl/crypto/lhash/num.pl
  U src/crypto/openssl/crypto/md2/Makefile.ssl
  U src/crypto/openssl/crypto/md2/md2.c
  U src/crypto/openssl/crypto/md2/md2.h
  U src/crypto/openssl/crypto/md2/md2_dgst.c
  U src/crypto/openssl/crypto/md2/md2_one.c
  U src/crypto/openssl/crypto/md2/md2test.c
  U src/crypto/openssl/crypto/md4/Makefile.ssl
  U src/crypto/openssl/crypto/md4/md4.c
  U src/crypto/openssl/crypto/md4/md4.h
  U src/crypto/openssl/crypto/md4/md4_dgst.c
  U src/crypto/openssl/crypto/md4/md4_locl.h
  U src/crypto/openssl/crypto/md4/md4_one.c
  U src/crypto/openssl/crypto/md4/md4s.cpp
  U src/crypto/openssl/crypto/md4/md4test.c
  U src/crypto/openssl/crypto/md5/Makefile.ssl
  U src/crypto/openssl/crypto/md5/md5.c
  U src/crypto/openssl/crypto/md5/md5.h
  U src/crypto/openssl/crypto/md5/md5_dgst.c
  U src/crypto/openssl/crypto/md5/md5_locl.h
  U src/crypto/openssl/crypto/md5/md5_one.c
  U src/crypto/openssl/crypto/md5/md5s.cpp
  U src/crypto/openssl/crypto/md5/md5test.c
  U src/crypto/openssl/crypto/md5/asm/md5-586.pl
  U src/crypto/openssl/crypto/md5/asm/md5-sparcv9.S
  U src/crypto/openssl/crypto/mdc2/Makefile.ssl
  U src/crypto/openssl/crypto/mdc2/mdc2.h
  U src/crypto/openssl/crypto/mdc2/mdc2_one.c
  U src/crypto/openssl/crypto/mdc2/mdc2dgst.c
  U src/crypto/openssl/crypto/mdc2/mdc2test.c
  U src/crypto/openssl/crypto/objects/Makefile.ssl
  U src/crypto/openssl/crypto/objects/o_names.c
  U src/crypto/openssl/crypto/objects/obj_dat.c
  U src/crypto/openssl/crypto/objects/obj_dat.h
  U src/crypto/openssl/crypto/objects/obj_dat.pl
  U src/crypto/openssl/crypto/objects/obj_err.c
  U src/crypto/openssl/crypto/objects/obj_lib.c
  U src/crypto/openssl/crypto/objects/obj_mac.h
  U src/crypto/openssl/crypto/objects/obj_mac.num
  U src/crypto/openssl/crypto/objects/objects.README
  U src/crypto/openssl/crypto/objects/objects.h
  U src/crypto/openssl/crypto/objects/objects.pl
  U src/crypto/openssl/crypto/objects/objects.txt
  U src/crypto/openssl/crypto/pem/Makefile.ssl
  U src/crypto/openssl/crypto/pem/message
  U src/crypto/openssl/crypto/pem/pem.h
  U src/crypto/openssl/crypto/pem/pem2.h
  U src/crypto/openssl/crypto/pem/pem_all.c
  U src/crypto/openssl/crypto/pem/pem_err.c
  U src/crypto/openssl/crypto/pem/pem_info.c
  U src/crypto/openssl/crypto/pem/pem_lib.c
  U src/crypto/openssl/crypto/pem/pem_seal.c
  U src/crypto/openssl/crypto/pem/pem_sign.c
  U src/crypto/openssl/crypto/pem/pkcs7.lis
  U src/crypto/openssl/crypto/perlasm/alpha.pl
  U src/crypto/openssl/crypto/perlasm/cbc.pl
  U src/crypto/openssl/crypto/perlasm/readme
  U src/crypto/openssl/crypto/perlasm/x86asm.pl
  U src/crypto/openssl/crypto/perlasm/x86ms.pl
  U src/crypto/openssl/crypto/perlasm/x86nasm.pl
  U src/crypto/openssl/crypto/perlasm/x86unix.pl
  U src/crypto/openssl/crypto/pkcs12/Makefile.ssl
  U src/crypto/openssl/crypto/pkcs12/p12_add.c
  U src/crypto/openssl/crypto/pkcs12/p12_attr.c
  U src/crypto/openssl/crypto/pkcs12/p12_bags.c
  U src/crypto/openssl/crypto/pkcs12/p12_crpt.c
  U src/crypto/openssl/crypto/pkcs12/p12_crt.c
  U src/crypto/openssl/crypto/pkcs12/p12_decr.c
  U src/crypto/openssl/crypto/pkcs12/p12_init.c
  U src/crypto/openssl/crypto/pkcs12/p12_key.c
  U src/crypto/openssl/crypto/pkcs12/p12_kiss.c
  U src/crypto/openssl/crypto/pkcs12/p12_lib.c
  U src/crypto/openssl/crypto/pkcs12/p12_mac.c
  U src/crypto/openssl/crypto/pkcs12/p12_mutl.c
  U src/crypto/openssl/crypto/pkcs12/p12_npas.c
  U src/crypto/openssl/crypto/pkcs12/p12_sbag.c
  U src/crypto/openssl/crypto/pkcs12/p12_utl.c
  U src/crypto/openssl/crypto/pkcs12/pk12err.c
  U src/crypto/openssl/crypto/pkcs12/pkcs12.h
  U src/crypto/openssl/crypto/pkcs7/Makefile.ssl
  U src/crypto/openssl/crypto/pkcs7/bio_ber.c
  U src/crypto/openssl/crypto/pkcs7/dec.c
  U src/crypto/openssl/crypto/pkcs7/des.pem
  U src/crypto/openssl/crypto/pkcs7/doc
  U src/crypto/openssl/crypto/pkcs7/enc.c
  U src/crypto/openssl/crypto/pkcs7/es1.pem
  U src/crypto/openssl/crypto/pkcs7/example.c
  U src/crypto/openssl/crypto/pkcs7/example.h
  U src/crypto/openssl/crypto/pkcs7/info.pem
  U src/crypto/openssl/crypto/pkcs7/infokey.pem
  U src/crypto/openssl/crypto/pkcs7/pk7_attr.c
  U src/crypto/openssl/crypto/pkcs7/pk7_dgst.c
  U src/crypto/openssl/crypto/pkcs7/pk7_doit.c
  U src/crypto/openssl/crypto/pkcs7/pk7_enc.c
  U src/crypto/openssl/crypto/pkcs7/pk7_lib.c
  U src/crypto/openssl/crypto/pkcs7/pk7_mime.c
  U src/crypto/openssl/crypto/pkcs7/pk7_smime.c
  U src/crypto/openssl/crypto/pkcs7/pkcs7.h
  U src/crypto/openssl/crypto/pkcs7/pkcs7err.c
  U src/crypto/openssl/crypto/pkcs7/server.pem
  U src/crypto/openssl/crypto/pkcs7/sign.c
  U src/crypto/openssl/crypto/pkcs7/verify.c
  U src/crypto/openssl/crypto/pkcs7/p7/a1
  U src/crypto/openssl/crypto/pkcs7/p7/a2
  U src/crypto/openssl/crypto/pkcs7/p7/cert.p7c
  U src/crypto/openssl/crypto/pkcs7/p7/smime.p7m
  U src/crypto/openssl/crypto/pkcs7/p7/smime.p7s
  U src/crypto/openssl/crypto/pkcs7/t/3des.pem
  U src/crypto/openssl/crypto/pkcs7/t/3dess.pem
  U src/crypto/openssl/crypto/pkcs7/t/c.pem
  U src/crypto/openssl/crypto/pkcs7/t/ff
  U src/crypto/openssl/crypto/pkcs7/t/msie-e
  U src/crypto/openssl/crypto/pkcs7/t/msie-e.pem
  U src/crypto/openssl/crypto/pkcs7/t/msie-enc-01
  U src/crypto/openssl/crypto/pkcs7/t/msie-enc-01.pem
  U src/crypto/openssl/crypto/pkcs7/t/msie-enc-02
  U src/crypto/openssl/crypto/pkcs7/t/msie-enc-02.pem
  U src/crypto/openssl/crypto/pkcs7/t/msie-s-a-e
  U src/crypto/openssl/crypto/pkcs7/t/msie-s-a-e.pem
  U src/crypto/openssl/crypto/pkcs7/t/nav-smime
  U src/crypto/openssl/crypto/pkcs7/t/s.pem
  U src/crypto/openssl/crypto/pkcs7/t/server.pem
  U src/crypto/openssl/crypto/rand/Makefile.ssl
  U src/crypto/openssl/crypto/rand/md_rand.c
  U src/crypto/openssl/crypto/rand/rand.h
  U src/crypto/openssl/crypto/rand/rand_egd.c
  U src/crypto/openssl/crypto/rand/rand_err.c
  U src/crypto/openssl/crypto/rand/rand_lcl.h
  U src/crypto/openssl/crypto/rand/rand_lib.c
  U src/crypto/openssl/crypto/rand/rand_win.c
  U src/crypto/openssl/crypto/rand/randfile.c
  U src/crypto/openssl/crypto/rand/randtest.c
  U src/crypto/openssl/crypto/rc2/Makefile.ssl
  U src/crypto/openssl/crypto/rc2/rc2.h
  U src/crypto/openssl/crypto/rc2/rc2_cbc.c
  U src/crypto/openssl/crypto/rc2/rc2_ecb.c
  U src/crypto/openssl/crypto/rc2/rc2_locl.h
  U src/crypto/openssl/crypto/rc2/rc2_skey.c
  U src/crypto/openssl/crypto/rc2/rc2cfb64.c
  U src/crypto/openssl/crypto/rc2/rc2ofb64.c
  U src/crypto/openssl/crypto/rc2/rc2speed.c
  U src/crypto/openssl/crypto/rc2/rc2test.c
  U src/crypto/openssl/crypto/rc2/rrc2.doc
  U src/crypto/openssl/crypto/rc2/tab.c
  U src/crypto/openssl/crypto/rc2/version
  U src/crypto/openssl/crypto/rc4/Makefile.ssl
  U src/crypto/openssl/crypto/rc4/rc4.c
  U src/crypto/openssl/crypto/rc4/rc4.h
  U src/crypto/openssl/crypto/rc4/rc4_enc.c
  U src/crypto/openssl/crypto/rc4/rc4_locl.h
  U src/crypto/openssl/crypto/rc4/rc4_skey.c
  U src/crypto/openssl/crypto/rc4/rc4s.cpp
  U src/crypto/openssl/crypto/rc4/rc4speed.c
  U src/crypto/openssl/crypto/rc4/rc4test.c
  U src/crypto/openssl/crypto/rc4/rrc4.doc
  U src/crypto/openssl/crypto/rc4/asm/rc4-586.pl
  U src/crypto/openssl/crypto/rc5/Makefile.ssl
  U src/crypto/openssl/crypto/rc5/rc5.h
  U src/crypto/openssl/crypto/rc5/rc5_ecb.c
  U src/crypto/openssl/crypto/rc5/rc5_enc.c
  U src/crypto/openssl/crypto/rc5/rc5_locl.h
  U src/crypto/openssl/crypto/rc5/rc5_skey.c
  U src/crypto/openssl/crypto/rc5/rc5cfb64.c
  U src/crypto/openssl/crypto/rc5/rc5ofb64.c
  U src/crypto/openssl/crypto/rc5/rc5s.cpp
  U src/crypto/openssl/crypto/rc5/rc5speed.c
  U src/crypto/openssl/crypto/rc5/rc5test.c
  U src/crypto/openssl/crypto/rc5/asm/rc5-586.pl
  U src/crypto/openssl/crypto/ripemd/Makefile.ssl
  U src/crypto/openssl/crypto/ripemd/README
  U src/crypto/openssl/crypto/ripemd/ripemd.h
  U src/crypto/openssl/crypto/ripemd/rmd160.c
  U src/crypto/openssl/crypto/ripemd/rmd_dgst.c
  U src/crypto/openssl/crypto/ripemd/rmd_locl.h
  U src/crypto/openssl/crypto/ripemd/rmd_one.c
  U src/crypto/openssl/crypto/ripemd/rmdconst.h
  U src/crypto/openssl/crypto/ripemd/rmdtest.c
  U src/crypto/openssl/crypto/ripemd/asm/rips.cpp
  U src/crypto/openssl/crypto/ripemd/asm/rmd-586.pl
  U src/crypto/openssl/crypto/rsa/Makefile.ssl
  U src/crypto/openssl/crypto/rsa/rsa.h
  U src/crypto/openssl/crypto/rsa/rsa_chk.c
  C src/crypto/openssl/crypto/rsa/rsa_eay.c
  U src/crypto/openssl/crypto/rsa/rsa_err.c
  U src/crypto/openssl/crypto/rsa/rsa_gen.c
  U src/crypto/openssl/crypto/rsa/rsa_lib.c
  U src/crypto/openssl/crypto/rsa/rsa_none.c
  U src/crypto/openssl/crypto/rsa/rsa_null.c
  U src/crypto/openssl/crypto/rsa/rsa_oaep.c
  U src/crypto/openssl/crypto/rsa/rsa_pk1.c
  U src/crypto/openssl/crypto/rsa/rsa_saos.c
  U src/crypto/openssl/crypto/rsa/rsa_sign.c
  U src/crypto/openssl/crypto/rsa/rsa_ssl.c
  U src/crypto/openssl/crypto/rsa/rsa_test.c
  U src/crypto/openssl/crypto/sha/Makefile.ssl
  U src/crypto/openssl/crypto/sha/sha.c
  U src/crypto/openssl/crypto/sha/sha.h
  U src/crypto/openssl/crypto/sha/sha1.c
  U src/crypto/openssl/crypto/sha/sha1_one.c
  U src/crypto/openssl/crypto/sha/sha1dgst.c
  U src/crypto/openssl/crypto/sha/sha1s.cpp
  U src/crypto/openssl/crypto/sha/sha1test.c
  U src/crypto/openssl/crypto/sha/sha_dgst.c
  U src/crypto/openssl/crypto/sha/sha_locl.h
  U src/crypto/openssl/crypto/sha/sha_one.c
  U src/crypto/openssl/crypto/sha/shatest.c
  U src/crypto/openssl/crypto/sha/asm/README
  U src/crypto/openssl/crypto/sha/asm/sha1-586.pl
  U src/crypto/openssl/crypto/stack/Makefile.ssl
  U src/crypto/openssl/crypto/stack/safestack.h
  U src/crypto/openssl/crypto/stack/stack.c
  U src/crypto/openssl/crypto/stack/stack.h
  U src/crypto/openssl/crypto/threads/README
  U src/crypto/openssl/crypto/threads/mttest.c
  U src/crypto/openssl/crypto/threads/profile.sh
  U src/crypto/openssl/crypto/threads/pthread.sh
  U src/crypto/openssl/crypto/threads/pthread2.sh
  U src/crypto/openssl/crypto/threads/purify.sh
  U src/crypto/openssl/crypto/threads/th-lock.c
  U src/crypto/openssl/crypto/txt_db/Makefile.ssl
  U src/crypto/openssl/crypto/txt_db/txt_db.c
  U src/crypto/openssl/crypto/txt_db/txt_db.h
  U src/crypto/openssl/crypto/x509/Makefile.ssl
  U src/crypto/openssl/crypto/x509/by_dir.c
  U src/crypto/openssl/crypto/x509/by_file.c
  U src/crypto/openssl/crypto/x509/x509.h
  U src/crypto/openssl/crypto/x509/x509_att.c
  U src/crypto/openssl/crypto/x509/x509_cmp.c
  U src/crypto/openssl/crypto/x509/x509_d2.c
  U src/crypto/openssl/crypto/x509/x509_def.c
  U src/crypto/openssl/crypto/x509/x509_err.c
  U src/crypto/openssl/crypto/x509/x509_ext.c
  U src/crypto/openssl/crypto/x509/x509_lu.c
  U src/crypto/openssl/crypto/x509/x509_obj.c
  U src/crypto/openssl/crypto/x509/x509_r2x.c
  U src/crypto/openssl/crypto/x509/x509_req.c
  U src/crypto/openssl/crypto/x509/x509_set.c
  U src/crypto/openssl/crypto/x509/x509_trs.c
  U src/crypto/openssl/crypto/x509/x509_txt.c
  U src/crypto/openssl/crypto/x509/x509_v3.c
  U src/crypto/openssl/crypto/x509/x509_vfy.c
  U src/crypto/openssl/crypto/x509/x509_vfy.h
  U src/crypto/openssl/crypto/x509/x509name.c
  U src/crypto/openssl/crypto/x509/x509rset.c
  U src/crypto/openssl/crypto/x509/x509spki.c
  U src/crypto/openssl/crypto/x509/x_all.c
  U src/crypto/openssl/crypto/x509/x509type.c
  U src/crypto/openssl/crypto/x509v3/Makefile.ssl
  U src/crypto/openssl/crypto/x509v3/ext_dat.h
  U src/crypto/openssl/crypto/x509v3/tabtest.c
  U src/crypto/openssl/crypto/x509v3/v3_akey.c
  U src/crypto/openssl/crypto/x509v3/v3_alt.c
  U src/crypto/openssl/crypto/x509v3/v3_bcons.c
  U src/crypto/openssl/crypto/x509v3/v3_bitst.c
  U src/crypto/openssl/crypto/x509v3/v3_conf.c
  U src/crypto/openssl/crypto/x509v3/v3_cpols.c
  U src/crypto/openssl/crypto/x509v3/v3_crld.c
  U src/crypto/openssl/crypto/x509v3/v3_enum.c
  U src/crypto/openssl/crypto/x509v3/v3_extku.c
  U src/crypto/openssl/crypto/x509v3/v3_genn.c
  U src/crypto/openssl/crypto/x509v3/v3_ia5.c
  U src/crypto/openssl/crypto/x509v3/v3_info.c
  U src/crypto/openssl/crypto/x509v3/v3_int.c
  U src/crypto/openssl/crypto/x509v3/v3_lib.c
  U src/crypto/openssl/crypto/x509v3/v3_pku.c
  U src/crypto/openssl/crypto/x509v3/v3_prn.c
  U src/crypto/openssl/crypto/x509v3/v3_purp.c
  U src/crypto/openssl/crypto/x509v3/v3_skey.c
  U src/crypto/openssl/crypto/x509v3/v3_sxnet.c
  U src/crypto/openssl/crypto/x509v3/v3_utl.c
  U src/crypto/openssl/crypto/x509v3/v3conf.c
  U src/crypto/openssl/crypto/x509v3/v3err.c
  U src/crypto/openssl/crypto/x509v3/v3prin.c
  U src/crypto/openssl/crypto/x509v3/x509v3.h
  U src/crypto/openssl/demos/README
  U src/crypto/openssl/demos/b64.c
  U src/crypto/openssl/demos/b64.pl
  U src/crypto/openssl/demos/privkey.pem
  U src/crypto/openssl/demos/selfsign.c
  U src/crypto/openssl/demos/spkigen.c
  U src/crypto/openssl/demos/bio/Makefile
  U src/crypto/openssl/demos/bio/README
  U src/crypto/openssl/demos/bio/saccept.c
  U src/crypto/openssl/demos/bio/sconnect.c
  U src/crypto/openssl/demos/bio/server.pem
  U src/crypto/openssl/demos/eay/Makefile
  U src/crypto/openssl/demos/eay/base64.c
  U src/crypto/openssl/demos/eay/conn.c
  U src/crypto/openssl/demos/eay/loadrsa.c
  U src/crypto/openssl/demos/maurice/Makefile
  U src/crypto/openssl/demos/maurice/README
  U src/crypto/openssl/demos/maurice/cert.pem
  U src/crypto/openssl/demos/maurice/example1.c
  U src/crypto/openssl/demos/maurice/example2.c
  U src/crypto/openssl/demos/maurice/example3.c
  U src/crypto/openssl/demos/maurice/example4.c
  U src/crypto/openssl/demos/maurice/loadkeys.c
  U src/crypto/openssl/demos/maurice/loadkeys.h
  U src/crypto/openssl/demos/maurice/privkey.pem
  U src/crypto/openssl/demos/pkcs12/README
  U src/crypto/openssl/demos/pkcs12/pkread.c
  U src/crypto/openssl/demos/pkcs12/pkwrite.c
  U src/crypto/openssl/demos/prime/Makefile
  U src/crypto/openssl/demos/prime/prime.c
  U src/crypto/openssl/demos/sign/Makefile
  U src/crypto/openssl/demos/sign/cert.pem
  U src/crypto/openssl/demos/sign/key.pem
  U src/crypto/openssl/demos/sign/sig.txt
  U src/crypto/openssl/demos/sign/sign.c
  U src/crypto/openssl/demos/sign/sign.txt
  U src/crypto/openssl/demos/ssl/cli.cpp
  U src/crypto/openssl/demos/ssl/inetdsrv.cpp
  U src/crypto/openssl/demos/ssl/serv.cpp
  U src/crypto/openssl/demos/state_machine/Makefile
  U src/crypto/openssl/demos/state_machine/state_machine.c
  U src/crypto/openssl/doc/README
  U src/crypto/openssl/doc/c-indentation.el
  U src/crypto/openssl/doc/openssl.txt
  U src/crypto/openssl/doc/openssl_button.gif
  U src/crypto/openssl/doc/openssl_button.html
  U src/crypto/openssl/doc/ssleay.txt
  U src/crypto/openssl/doc/standards.txt
  U src/crypto/openssl/doc/apps/CA.pl.pod
  U src/crypto/openssl/doc/apps/asn1parse.pod
  U src/crypto/openssl/doc/apps/ca.pod
  U src/crypto/openssl/doc/apps/ciphers.pod
  U src/crypto/openssl/doc/apps/config.pod
  U src/crypto/openssl/doc/apps/crl.pod
  U src/crypto/openssl/doc/apps/crl2pkcs7.pod
  U src/crypto/openssl/doc/apps/dgst.pod
  U src/crypto/openssl/doc/apps/dhparam.pod
  U src/crypto/openssl/doc/apps/dsa.pod
  U src/crypto/openssl/doc/apps/dsaparam.pod
  U src/crypto/openssl/doc/apps/enc.pod
  U src/crypto/openssl/doc/apps/gendsa.pod
  U src/crypto/openssl/doc/apps/genrsa.pod
  U src/crypto/openssl/doc/apps/nseq.pod
  U src/crypto/openssl/doc/apps/openssl.pod
  U src/crypto/openssl/doc/apps/passwd.pod
  U src/crypto/openssl/doc/apps/pkcs12.pod
  U src/crypto/openssl/doc/apps/pkcs7.pod
  U src/crypto/openssl/doc/apps/pkcs8.pod
  U src/crypto/openssl/doc/apps/rand.pod
  U src/crypto/openssl/doc/apps/req.pod
  U src/crypto/openssl/doc/apps/rsa.pod
  U src/crypto/openssl/doc/apps/rsautl.pod
  U src/crypto/openssl/doc/apps/sess_id.pod
  U src/crypto/openssl/doc/apps/s_client.pod
  U src/crypto/openssl/doc/apps/s_server.pod
  U src/crypto/openssl/doc/apps/smime.pod
  U src/crypto/openssl/doc/apps/speed.pod
  U src/crypto/openssl/doc/apps/spkac.pod
  U src/crypto/openssl/doc/apps/verify.pod
  U src/crypto/openssl/doc/apps/version.pod
  U src/crypto/openssl/doc/apps/x509.pod
  U src/crypto/openssl/doc/crypto/BIO_ctrl.pod
  U src/crypto/openssl/doc/crypto/BIO_f_base64.pod
  U src/crypto/openssl/doc/crypto/BIO_f_buffer.pod
  U src/crypto/openssl/doc/crypto/BIO_f_cipher.pod
  U src/crypto/openssl/doc/crypto/BIO_f_md.pod
  U src/crypto/openssl/doc/crypto/BIO_f_null.pod
  U src/crypto/openssl/doc/crypto/BIO_f_ssl.pod
  U src/crypto/openssl/doc/crypto/BIO_find_type.pod
  U src/crypto/openssl/doc/crypto/BIO_new.pod
  U src/crypto/openssl/doc/crypto/BIO_new_bio_pair.pod
  U src/crypto/openssl/doc/crypto/BIO_push.pod
  U src/crypto/openssl/doc/crypto/BIO_read.pod
  U src/crypto/openssl/doc/crypto/BIO_s_accept.pod
  U src/crypto/openssl/doc/crypto/BIO_s_bio.pod
  U src/crypto/openssl/doc/crypto/BIO_s_connect.pod
  U src/crypto/openssl/doc/crypto/BIO_s_fd.pod
  U src/crypto/openssl/doc/crypto/BIO_s_file.pod
  U src/crypto/openssl/doc/crypto/BIO_s_mem.pod
  U src/crypto/openssl/doc/crypto/bio.pod
  U src/crypto/openssl/doc/crypto/BIO_s_null.pod
  U src/crypto/openssl/doc/crypto/BIO_s_socket.pod
  U src/crypto/openssl/doc/crypto/BIO_set_callback.pod
  U src/crypto/openssl/doc/crypto/BIO_should_retry.pod
  U src/crypto/openssl/doc/crypto/BN_CTX_new.pod
  U src/crypto/openssl/doc/crypto/BN_CTX_start.pod
  U src/crypto/openssl/doc/crypto/BN_add.pod
  U src/crypto/openssl/doc/crypto/BN_add_word.pod
  U src/crypto/openssl/doc/crypto/BN_bn2bin.pod
  U src/crypto/openssl/doc/crypto/BN_cmp.pod
  U src/crypto/openssl/doc/crypto/BN_copy.pod
  U src/crypto/openssl/doc/crypto/BN_generate_prime.pod
  U src/crypto/openssl/doc/crypto/BN_mod_inverse.pod
  U src/crypto/openssl/doc/crypto/BN_mod_mul_montgomery.pod
  U src/crypto/openssl/doc/crypto/BN_mod_mul_reciprocal.pod
  U src/crypto/openssl/doc/crypto/BN_new.pod
  U src/crypto/openssl/doc/crypto/BN_num_bytes.pod
  U src/crypto/openssl/doc/crypto/BN_rand.pod
  U src/crypto/openssl/doc/crypto/BN_set_bit.pod
  U src/crypto/openssl/doc/crypto/BN_zero.pod
  U src/crypto/openssl/doc/crypto/CRYPTO_set_ex_data.pod
  U src/crypto/openssl/doc/crypto/DH_generate_key.pod
  U src/crypto/openssl/doc/crypto/DH_generate_parameters.pod
  U src/crypto/openssl/doc/crypto/DH_get_ex_new_index.pod
  U src/crypto/openssl/doc/crypto/DH_new.pod
  U src/crypto/openssl/doc/crypto/DH_set_method.pod
  U src/crypto/openssl/doc/crypto/DH_size.pod
  U src/crypto/openssl/doc/crypto/DSA_SIG_new.pod
  U src/crypto/openssl/doc/crypto/DSA_do_sign.pod
  U src/crypto/openssl/doc/crypto/DSA_dup_DH.pod
  U src/crypto/openssl/doc/crypto/DSA_generate_key.pod
  U src/crypto/openssl/doc/crypto/DSA_generate_parameters.pod
  U src/crypto/openssl/doc/crypto/DSA_get_ex_new_index.pod
  U src/crypto/openssl/doc/crypto/DSA_new.pod
  U src/crypto/openssl/doc/crypto/DSA_set_method.pod
  U src/crypto/openssl/doc/crypto/DSA_sign.pod
  U src/crypto/openssl/doc/crypto/DSA_size.pod
  U src/crypto/openssl/doc/crypto/ERR_GET_LIB.pod
  U src/crypto/openssl/doc/crypto/RSA_new.pod
  U src/crypto/openssl/doc/crypto/ERR_clear_error.pod
  U src/crypto/openssl/doc/crypto/ERR_error_string.pod
  U src/crypto/openssl/doc/crypto/ERR_get_error.pod
  U src/crypto/openssl/doc/crypto/ERR_load_crypto_strings.pod
  U src/crypto/openssl/doc/crypto/ERR_load_strings.pod
  U src/crypto/openssl/doc/crypto/ERR_print_errors.pod
  U src/crypto/openssl/doc/crypto/ERR_put_error.pod
  U src/crypto/openssl/doc/crypto/ERR_remove_state.pod
  U src/crypto/openssl/doc/crypto/EVP_DigestInit.pod
  U src/crypto/openssl/doc/crypto/EVP_EncryptInit.pod
  U src/crypto/openssl/doc/crypto/EVP_OpenInit.pod
  U src/crypto/openssl/doc/crypto/EVP_SealInit.pod
  U src/crypto/openssl/doc/crypto/EVP_SignInit.pod
  U src/crypto/openssl/doc/crypto/EVP_VerifyInit.pod
  U src/crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod
  U src/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod
  U src/crypto/openssl/doc/crypto/bn.pod
  U src/crypto/openssl/doc/crypto/RAND_add.pod
  U src/crypto/openssl/doc/crypto/RAND_bytes.pod
  U src/crypto/openssl/doc/crypto/RAND_cleanup.pod
  U src/crypto/openssl/doc/crypto/RAND_egd.pod
  U src/crypto/openssl/doc/crypto/RAND_load_file.pod
  U src/crypto/openssl/doc/crypto/RAND_set_rand_method.pod
  U src/crypto/openssl/doc/crypto/RSA_blinding_on.pod
  U src/crypto/openssl/doc/crypto/RSA_check_key.pod
  U src/crypto/openssl/doc/crypto/RSA_generate_key.pod
  U src/crypto/openssl/doc/crypto/RSA_get_ex_new_index.pod
  U src/crypto/openssl/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
  U src/crypto/openssl/doc/crypto/RSA_print.pod
  U src/crypto/openssl/doc/crypto/RSA_private_encrypt.pod
  U src/crypto/openssl/doc/crypto/RSA_public_encrypt.pod
  U src/crypto/openssl/doc/crypto/RSA_set_method.pod
  U src/crypto/openssl/doc/crypto/RSA_sign.pod
  U src/crypto/openssl/doc/crypto/RSA_size.pod
  U src/crypto/openssl/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
  U src/crypto/openssl/doc/crypto/blowfish.pod
  U src/crypto/openssl/doc/crypto/bn_internal.pod
  U src/crypto/openssl/doc/crypto/buffer.pod
  U src/crypto/openssl/doc/crypto/crypto.pod
  U src/crypto/openssl/doc/crypto/d2i_DHparams.pod
  U src/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod
  U src/crypto/openssl/doc/crypto/des.pod
  U src/crypto/openssl/doc/crypto/des_modes.pod
  U src/crypto/openssl/doc/crypto/dh.pod
  U src/crypto/openssl/doc/crypto/dsa.pod
  U src/crypto/openssl/doc/crypto/err.pod
  U src/crypto/openssl/doc/crypto/evp.pod
  U src/crypto/openssl/doc/crypto/hmac.pod
  U src/crypto/openssl/doc/crypto/lh_stats.pod
  U src/crypto/openssl/doc/crypto/lhash.pod
  U src/crypto/openssl/doc/crypto/md5.pod
  U src/crypto/openssl/doc/crypto/mdc2.pod
  U src/crypto/openssl/doc/crypto/rand.pod
  U src/crypto/openssl/doc/crypto/rc4.pod
  U src/crypto/openssl/doc/crypto/ripemd.pod
  U src/crypto/openssl/doc/crypto/rsa.pod
  U src/crypto/openssl/doc/crypto/sha.pod
  U src/crypto/openssl/doc/crypto/threads.pod
  U src/crypto/openssl/doc/ssl/SSL_CIPHER_get_name.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_add_session.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_flush_sessions.pod
  U src/crypto/openssl/doc/ssl/SSL_CTX_free.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_get_ex_new_index.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_get_verify_mode.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_load_verify_locations.pod
  U src/crypto/openssl/doc/ssl/SSL_CTX_new.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_sess_set_get_cb.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_sessions.pod
  U src/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod
  U src/crypto/openssl/doc/ssl/ssl.pod
  U src/crypto/openssl/doc/ssl/SSL_accept.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_client_CA_list.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_options.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_session_cache_mode.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_session_id_context.pod
  U src/crypto/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_timeout.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_set_verify.pod
  N src/crypto/openssl/doc/ssl/SSL_CTX_use_certificate.pod
  U src/crypto/openssl/doc/ssl/SSL_SESSION_free.pod
  N src/crypto/openssl/doc/ssl/SSL_SESSION_get_ex_new_index.pod
  N src/crypto/openssl/doc/ssl/SSL_SESSION_get_time.pod
  U src/crypto/openssl/doc/ssl/SSL_clear.pod
  U src/crypto/openssl/doc/ssl/SSL_connect.pod
  U src/crypto/openssl/doc/ssl/SSL_free.pod
  U src/crypto/openssl/doc/ssl/SSL_get_ciphers.pod
  N src/crypto/openssl/doc/ssl/SSL_get_client_CA_list.pod
  U src/crypto/openssl/doc/ssl/SSL_get_current_cipher.pod
  U src/crypto/openssl/doc/ssl/SSL_get_error.pod
  N src/crypto/openssl/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
  N src/crypto/openssl/doc/ssl/SSL_get_ex_new_index.pod
  U src/crypto/openssl/doc/ssl/SSL_get_fd.pod
  U src/crypto/openssl/doc/ssl/SSL_get_peer_cert_chain.pod
  U src/crypto/openssl/doc/ssl/SSL_get_peer_certificate.pod
  U src/crypto/openssl/doc/ssl/SSL_get_rbio.pod
  U src/crypto/openssl/doc/ssl/SSL_get_session.pod
  U src/crypto/openssl/doc/ssl/SSL_get_verify_result.pod
  U src/crypto/openssl/doc/ssl/SSL_library_init.pod
  U src/crypto/openssl/doc/ssl/SSL_new.pod
  N src/crypto/openssl/doc/ssl/SSL_load_client_CA_file.pod
  U src/crypto/openssl/doc/ssl/SSL_pending.pod
  U src/crypto/openssl/doc/ssl/SSL_read.pod
  U src/crypto/openssl/doc/ssl/SSL_set_bio.pod
  U src/crypto/openssl/doc/ssl/SSL_set_fd.pod
  U src/crypto/openssl/doc/ssl/SSL_set_session.pod
  U src/crypto/openssl/doc/ssl/SSL_set_verify_result.pod
  U src/crypto/openssl/doc/ssl/SSL_shutdown.pod
  U src/crypto/openssl/doc/ssl/SSL_write.pod
  N src/crypto/openssl/doc/ssl/d2i_SSL_SESSION.pod
  U src/crypto/openssl/perl/MANIFEST
  U src/crypto/openssl/perl/Makefile.PL
  U src/crypto/openssl/perl/OpenSSL.pm
  U src/crypto/openssl/perl/OpenSSL.xs
  U src/crypto/openssl/perl/README.1ST
  U src/crypto/openssl/perl/openssl.h
  U src/crypto/openssl/perl/openssl_bio.xs
  U src/crypto/openssl/perl/openssl_bn.xs
  U src/crypto/openssl/perl/openssl_cipher.xs
  U src/crypto/openssl/perl/openssl_digest.xs
  U src/crypto/openssl/perl/openssl_err.xs
  U src/crypto/openssl/perl/openssl_ssl.xs
  U src/crypto/openssl/perl/openssl_x509.xs
  U src/crypto/openssl/perl/typemap
  U src/crypto/openssl/perl/t/01-use.t
  U src/crypto/openssl/perl/t/02-version.t
  U src/crypto/openssl/perl/t/03-bio.t
  C src/crypto/openssl/rsaref/Makefile.ssl
  U src/crypto/openssl/rsaref/rsar_err.c
  U src/crypto/openssl/rsaref/rsaref.c
  U src/crypto/openssl/rsaref/rsaref.h
  U src/crypto/openssl/shlib/README
  U src/crypto/openssl/ssl/Makefile.ssl
  U src/crypto/openssl/ssl/bio_ssl.c
  U src/crypto/openssl/ssl/s23_clnt.c
  U src/crypto/openssl/ssl/s23_lib.c
  U src/crypto/openssl/ssl/s23_meth.c
  U src/crypto/openssl/ssl/s23_pkt.c
  U src/crypto/openssl/ssl/s23_srvr.c
  C src/crypto/openssl/ssl/s2_clnt.c
  U src/crypto/openssl/ssl/s2_enc.c
  C src/crypto/openssl/ssl/s2_lib.c
  U src/crypto/openssl/ssl/s2_meth.c
  C src/crypto/openssl/ssl/s2_pkt.c
  U src/crypto/openssl/ssl/s2_srvr.c
  U src/crypto/openssl/ssl/s3_both.c
  U src/crypto/openssl/ssl/s3_clnt.c
  U src/crypto/openssl/ssl/s3_enc.c
  U src/crypto/openssl/ssl/s3_lib.c
  U src/crypto/openssl/ssl/s3_meth.c
  U src/crypto/openssl/ssl/s3_pkt.c
  U src/crypto/openssl/ssl/s3_srvr.c
  U src/crypto/openssl/ssl/ssl.h
  U src/crypto/openssl/ssl/ssl2.h
  U src/crypto/openssl/ssl/ssl23.h
  U src/crypto/openssl/ssl/ssl3.h
  U src/crypto/openssl/ssl/ssl_algs.c
  U src/crypto/openssl/ssl/ssl_asn1.c
  U src/crypto/openssl/ssl/ssl_cert.c
  U src/crypto/openssl/ssl/ssl_ciph.c
  U src/crypto/openssl/ssl/ssl_err.c
  U src/crypto/openssl/ssl/ssl_err2.c
  U src/crypto/openssl/ssl/ssl_lib.c
  U src/crypto/openssl/ssl/ssl_locl.h
  U src/crypto/openssl/ssl/ssl_rsa.c
  U src/crypto/openssl/ssl/ssl_sess.c
  U src/crypto/openssl/ssl/ssl_stat.c
  U src/crypto/openssl/ssl/ssl_task.c
  U src/crypto/openssl/ssl/ssl_txt.c
  U src/crypto/openssl/ssl/ssltest.c
  U src/crypto/openssl/ssl/t1_clnt.c
  U src/crypto/openssl/ssl/t1_enc.c
  U src/crypto/openssl/ssl/t1_lib.c
  U src/crypto/openssl/ssl/t1_meth.c
  U src/crypto/openssl/ssl/t1_srvr.c
  U src/crypto/openssl/ssl/tls1.h
  U src/crypto/openssl/test/CAss.cnf
  U src/crypto/openssl/test/CAssdh.cnf
  U src/crypto/openssl/test/CAssdsa.cnf
  U src/crypto/openssl/test/CAssrsa.cnf
  U src/crypto/openssl/test/Makefile.ssl
  U src/crypto/openssl/test/Sssdsa.cnf
  U src/crypto/openssl/test/Sssrsa.cnf
  U src/crypto/openssl/test/Uss.cnf
  U src/crypto/openssl/test/VMSca-response.1
  U src/crypto/openssl/test/VMSca-response.2
  N src/crypto/openssl/test/bctest
  U src/crypto/openssl/test/methtest.c
  U src/crypto/openssl/test/pkcs7-1.pem
  U src/crypto/openssl/test/pkcs7.pem
  U src/crypto/openssl/test/r160test.c
  U src/crypto/openssl/test/tcrl
  U src/crypto/openssl/test/test.cnf
  U src/crypto/openssl/test/testca
  U src/crypto/openssl/test/testcrl.pem
  U src/crypto/openssl/test/testenc
  U src/crypto/openssl/test/testgen
  U src/crypto/openssl/test/testp7.pem
  U src/crypto/openssl/test/testreq2.pem
  U src/crypto/openssl/test/testss
  U src/crypto/openssl/test/testrsa.pem
  U src/crypto/openssl/test/testsid.pem
  U src/crypto/openssl/test/testssl
  U src/crypto/openssl/test/testx509.pem
  U src/crypto/openssl/test/times
  U src/crypto/openssl/test/tpkcs7
  U src/crypto/openssl/test/tpkcs7d
  U src/crypto/openssl/test/treq
  U src/crypto/openssl/test/trsa
  U src/crypto/openssl/test/tsid
  U src/crypto/openssl/test/tx509
  U src/crypto/openssl/test/v3-cert1.pem
  U src/crypto/openssl/test/v3-cert2.pem
  U src/crypto/openssl/times/100.lnx
  U src/crypto/openssl/times/100.nt
  U src/crypto/openssl/times/200.lnx
  U src/crypto/openssl/times/486-66.dos
  U src/crypto/openssl/times/486-66.nt
  U src/crypto/openssl/times/486-66.w31
  U src/crypto/openssl/times/5.lnx
  U src/crypto/openssl/times/586-085i.nt
  U src/crypto/openssl/times/586-100.LN3
  U src/crypto/openssl/times/586-100.NT2
  U src/crypto/openssl/times/586-100.dos
  U src/crypto/openssl/times/586-100.ln4
  U src/crypto/openssl/times/586-100.lnx
  U src/crypto/openssl/times/586-100.nt
  U src/crypto/openssl/times/586-100.ntx
  U src/crypto/openssl/times/586-100.w31
  U src/crypto/openssl/times/586-1002.lnx
  U src/crypto/openssl/times/586p-100.lnx
  U src/crypto/openssl/times/686-200.bsd
  U src/crypto/openssl/times/686-200.lnx
  U src/crypto/openssl/times/686-200.nt
  U src/crypto/openssl/times/L1
  U src/crypto/openssl/times/R10000.t
  U src/crypto/openssl/times/R4400.t
  U src/crypto/openssl/times/aix.t
  U src/crypto/openssl/times/aixold.t
  U src/crypto/openssl/times/alpha.t
  U src/crypto/openssl/times/alpha400.t
  U src/crypto/openssl/times/cyrix100.lnx
  U src/crypto/openssl/times/dgux-x86.t
  U src/crypto/openssl/times/dgux.t
  U src/crypto/openssl/times/hpux-acc.t
  U src/crypto/openssl/times/hpux-kr.t
  U src/crypto/openssl/times/hpux.t
  U src/crypto/openssl/times/p2.w95
  U src/crypto/openssl/times/pent2.t
  U src/crypto/openssl/times/readme
  U src/crypto/openssl/times/s586-100.lnx
  U src/crypto/openssl/times/s586-100.nt
  U src/crypto/openssl/times/sgi.t
  U src/crypto/openssl/times/sparc.t
  U src/crypto/openssl/times/sparc2
  U src/crypto/openssl/times/sparcLX.t
  U src/crypto/openssl/times/usparc.t
  U src/crypto/openssl/times/090/586-100.nt
  U src/crypto/openssl/times/091/486-50.nt
  U src/crypto/openssl/times/091/586-100.lnx
  U src/crypto/openssl/times/091/68000.bsd
  U src/crypto/openssl/times/091/686-200.lnx
  U src/crypto/openssl/times/091/alpha064.osf
  U src/crypto/openssl/times/091/alpha164.lnx
  U src/crypto/openssl/times/091/alpha164.osf
  U src/crypto/openssl/times/091/mips-rel.pl
  U src/crypto/openssl/times/091/r10000.irx
  U src/crypto/openssl/times/091/r3000.ult
  U src/crypto/openssl/times/091/r4400.irx
  U src/crypto/openssl/times/x86/bfs.cpp
  U src/crypto/openssl/times/x86/casts.cpp
  U src/crypto/openssl/times/x86/des3s.cpp
  U src/crypto/openssl/times/x86/dess.cpp
  U src/crypto/openssl/times/x86/md4s.cpp
  U src/crypto/openssl/times/x86/md5s.cpp
  U src/crypto/openssl/times/x86/rc4s.cpp
  U src/crypto/openssl/times/x86/sha1s.cpp
  U src/crypto/openssl/tools/Makefile.ssl
  U src/crypto/openssl/tools/c_hash
  U src/crypto/openssl/tools/c_info
  U src/crypto/openssl/tools/c_issuer
  U src/crypto/openssl/tools/c_name
  U src/crypto/openssl/tools/c_rehash.in
  U src/crypto/openssl/util/FreeBSD.sh
  U src/crypto/openssl/util/add_cr.pl
  U src/crypto/openssl/util/bat.sh
  U src/crypto/openssl/util/ck_errf.pl
  U src/crypto/openssl/util/clean-depend.pl
  U src/crypto/openssl/util/deleof.pl
  U src/crypto/openssl/util/do_ms.sh
  U src/crypto/openssl/util/domd
  U src/crypto/openssl/util/err-ins.pl
  U src/crypto/openssl/util/files.pl
  U src/crypto/openssl/util/fixNT.sh
  U src/crypto/openssl/util/install.sh
  U src/crypto/openssl/util/libeay.num
  U src/crypto/openssl/util/mk1mf.pl
  U src/crypto/openssl/util/mkcerts.sh
  U src/crypto/openssl/util/mkdef.pl
  U src/crypto/openssl/util/mkdir-p.pl
  U src/crypto/openssl/util/mkerr.pl
  U src/crypto/openssl/util/mkfiles.pl
  U src/crypto/openssl/util/mklink.pl
  U src/crypto/openssl/util/mkstack.pl
  U src/crypto/openssl/util/perlpath.pl
  U src/crypto/openssl/util/pod2man.pl
  U src/crypto/openssl/util/point.sh
  U src/crypto/openssl/util/selftest.pl
  U src/crypto/openssl/util/sp-diff.pl
  U src/crypto/openssl/util/speed.sh
  U src/crypto/openssl/util/src-dep.pl
  U src/crypto/openssl/util/ssleay.num
  U src/crypto/openssl/util/tab_num.pl
  U src/crypto/openssl/util/x86asm.sh
  U src/crypto/openssl/util/pl/BC-16.pl
  U src/crypto/openssl/util/pl/BC-32.pl
  U src/crypto/openssl/util/pl/Mingw32.pl
  U src/crypto/openssl/util/pl/Mingw32f.pl
  U src/crypto/openssl/util/pl/VC-16.pl
  U src/crypto/openssl/util/pl/VC-32.pl
  U src/crypto/openssl/util/pl/linux.pl
  U src/crypto/openssl/util/pl/ultrix.pl
  U src/crypto/openssl/util/pl/unix.pl
  
  7 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jOPENSSL:yesterday -jOPENSSL src/crypto/openssl
  


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


From owner-cvs-all  Sat Feb 17 19:23:40 2001
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 E03A137B67D; Sat, 17 Feb 2001 19:23:31 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I3NVk83343;
	Sat, 17 Feb 2001 19:23:31 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180323.f1I3NVk83343@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 19:23:31 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/crypto/openssl/crypto/evp evp.h src/crypto/openssl/crypto/idea
         Makefile.ssl src/crypto/openssl/crypto/rsa rsa_eay.c
         src/crypto/openssl/ssl s2_clnt.c s2_lib.c s2_pkt.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 19:23:31 PST

  Modified files:
    crypto/openssl/crypto/evp evp.h 
    crypto/openssl/crypto/idea Makefile.ssl 
    crypto/openssl/crypto/rsa rsa_eay.c 
    crypto/openssl/ssl   s2_clnt.c s2_lib.c s2_pkt.c 
  Log:
  Resolve conflicts
  
  Revision  Changes    Path
  1.7       +35 -3     src/crypto/openssl/crypto/evp/evp.h
  1.5       +3 -2      src/crypto/openssl/crypto/idea/Makefile.ssl
  1.5       +85 -18    src/crypto/openssl/crypto/rsa/rsa_eay.c
  1.6       +2 -1      src/crypto/openssl/ssl/s2_clnt.c
  1.6       +9 -3      src/crypto/openssl/ssl/s2_lib.c
  1.5       +119 -51   src/crypto/openssl/ssl/s2_pkt.c



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


From owner-cvs-all  Sat Feb 17 19:42:42 2001
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 64A3737B401; Sat, 17 Feb 2001 19:42:39 -0800 (PST)
Received: (from gsutter@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I3gd784427;
	Sat, 17 Feb 2001 19:42:39 -0800 (PST)
	(envelope-from gsutter)
Message-Id: <200102180342.f1I3gd784427@freefall.freebsd.org>
From: Gregory Sutter <gsutter@FreeBSD.org>
Date: Sat, 17 Feb 2001 19:42:39 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet ip_compat.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

gsutter     2001/02/17 19:42:39 PST

  Modified files:        (Branch: RELENG_4)
    sys/netinet          ip_compat.h 
  Log:
  osreldate.h --> sys/param.h
  
  Reviewed by:	peter, imp
  
  Revision  Changes    Path
  1.8.2.4   +2 -2      src/sys/netinet/ip_compat.h



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


From owner-cvs-all  Sat Feb 17 20: 6:55 2001
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 434BB37B491; Sat, 17 Feb 2001 20:06:50 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I46oZ87688;
	Sat, 17 Feb 2001 20:06:50 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180406.f1I46oZ87688@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 20:06:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdtime strftime.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 20:06:50 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/stdtime     strftime.c 
  Log:
  Back out previous revision, I had an old message from bde indicating
  problems with it.
  
  Revision  Changes    Path
  1.25.2.3  +2 -2      src/lib/libc/stdtime/strftime.c



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


From owner-cvs-all  Sat Feb 17 20: 7:59 2001
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 6CED737B401; Sat, 17 Feb 2001 20:07:50 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I47on87794;
	Sat, 17 Feb 2001 20:07:50 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180407.f1I47on87794@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 20:07:50 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/stdtime strftime.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 20:07:50 PST

  Modified files:
    lib/libc/stdtime     strftime.c 
  Log:
  Back out snprintf -> sprintf change until I have time to look at it.
  
  Revision  Changes    Path
  1.31      +2 -2      src/lib/libc/stdtime/strftime.c



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


From owner-cvs-all  Sat Feb 17 20:47:59 2001
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 46A5C37B401; Sat, 17 Feb 2001 20:47:56 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I4luU90427;
	Sat, 17 Feb 2001 20:47:56 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102180447.f1I4luU90427@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 20:47:56 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/x11/XFree86 Makefile distinfo
         ports/x11/XFree86/scripts configure.build_xdist
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 20:47:56 PST

  Modified files:
    x11/XFree86          Makefile distinfo 
  Added files:
    x11/XFree86/scripts  configure.build_xdist 
  Log:
  Add needed support for building an X distribution that mirrors the
  XFree86's own distribution layout.  To use, define "BUILD_XDIST".
  
  Revision  Changes    Path
  1.94      +23 -8     ports/x11/XFree86/Makefile
  1.25      +1 -0      ports/x11/XFree86/distinfo



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


From owner-cvs-all  Sat Feb 17 20:49:51 2001
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 4F64837B491; Sat, 17 Feb 2001 20:49:42 -0800 (PST)
Received: (from obrien@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I4ngI90626;
	Sat, 17 Feb 2001 20:49:42 -0800 (PST)
	(envelope-from obrien)
Message-Id: <200102180449.f1I4ngI90626@freefall.freebsd.org>
From: "David E. O'Brien" <obrien@FreeBSD.org>
Date: Sat, 17 Feb 2001 20:49:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/scripts/X11 XF86.patch
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

obrien      2001/02/17 20:49:42 PST

  Modified files:
    release/scripts/X11  XF86.patch 
  Log:
  Remove the parts of the patch that was committed to the XFree86 port.
  
  Revision  Changes    Path
  1.3       +0 -496    src/release/scripts/X11/XF86.patch



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


From owner-cvs-all  Sat Feb 17 20:51:55 2001
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 AACAB37B503; Sat, 17 Feb 2001 20:51:47 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I4plY90750;
	Sat, 17 Feb 2001 20:51:47 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180451.f1I4plY90750@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 20:51:47 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libstand pager.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 20:51:47 PST

  Modified files:
    lib/libstand         pager.c 
  Log:
  Silence -Wnon-const-format
  
  Revision  Changes    Path
  1.5       +2 -2      src/lib/libstand/pager.c



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


From owner-cvs-all  Sat Feb 17 21:22: 9 2001
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 AF00B37B491; Sat, 17 Feb 2001 21:22:03 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I5M3O94866;
	Sat, 17 Feb 2001 21:22:03 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180522.f1I5M3O94866@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 21:22:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: ports/palm/txt2pdbdoc Makefile distinfo
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 21:22:03 PST

  Modified files:
    palm/txt2pdbdoc      Makefile distinfo 
  Log:
  Update to txt2pdbdoc 1.3
  
  PR:	25179
  Submitted by:	Maintainer
  
  Revision  Changes    Path
  1.2       +2 -2      ports/palm/txt2pdbdoc/Makefile
  1.2       +1 -1      ports/palm/txt2pdbdoc/distinfo



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


From owner-cvs-all  Sat Feb 17 21:30:44 2001
Delivered-To: cvs-all@freebsd.org
Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213])
	by hub.freebsd.org (Postfix) with SMTP id 548FA37B67D
	for <cvs-all@FreeBSD.org>; Sat, 17 Feb 2001 21:30:39 -0800 (PST)
Received: (qmail 7439 invoked by uid 0); 18 Feb 2001 05:30:38 -0000
Received: from dsl1-160.dynacom.net (HELO urx.com) (206.159.132.160)
  by mail.urx.com with SMTP; 18 Feb 2001 05:30:38 -0000
Message-ID: <3A8F5DFD.87B3F721@urx.com>
Date: Sat, 17 Feb 2001 21:30:37 -0800
From: Kent Stewart <kstewart@urx.com>
Reply-To: kstewart@urx.com
Organization: Dynacom
X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Kris Kennaway <kris@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/net res_init.c
References: <200102180237.f1I2bYo78284@freefall.freebsd.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG



Kris Kennaway wrote:
> 
> kris        2001/02/17 18:37:34 PST
> 
>   Modified files:        (Branch: RELENG_4)
>     lib/libc/net         res_init.c
>   Log:
>   MFC: Fix memory leak
> 
>   Revision  Changes    Path
>   1.19.2.3  +3 -1      src/lib/libc/net/res_init.c

This has broken stable with the message

usr/include -c /usr/src/lib/libc/../libc/net/res_init.c -o res_init.o
/usr/src/lib/libc/../libc/net/res_init.c: In function `__res_init':
/usr/src/lib/libc/../libc/net/res_init.c:436: `res' undeclared (first
use in this function)
/usr/src/lib/libc/../libc/net/res_init.c:436: (Each undeclared
identifier is reported only once
/usr/src/lib/libc/../libc/net/res_init.c:436: for each function it
appears in.)
*** Error code 1

Kent

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

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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


From owner-cvs-all  Sat Feb 17 21:31:26 2001
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 1193F37B401; Sat, 17 Feb 2001 21:31:17 -0800 (PST)
Received: (from kris@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I5VHq95602;
	Sat, 17 Feb 2001 21:31:17 -0800 (PST)
	(envelope-from kris)
Message-Id: <200102180531.f1I5VHq95602@freefall.freebsd.org>
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 17 Feb 2001 21:31:16 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/lib/libc/net res_init.c
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

kris        2001/02/17 21:31:16 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/net         res_init.c 
  Log:
  My previous commit was overenthusiastic - it does not apply to RELENG_4.
  
  Pointy hat to:	kris
  
  Revision  Changes    Path
  1.19.2.4  +1 -3      src/lib/libc/net/res_init.c



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


From owner-cvs-all  Sat Feb 17 21:35:15 2001
Delivered-To: cvs-all@freebsd.org
Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4D07C37B4EC; Sat, 17 Feb 2001 21:35:06 -0800 (PST)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id 057FF67023; Sat, 17 Feb 2001 21:35:05 -0800 (PST)
Date: Sat, 17 Feb 2001 21:35:05 -0800
From: Kris Kennaway <kris@obsecurity.org>
To: Kent Stewart <kstewart@urx.com>
Cc: Kris Kennaway <kris@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/net res_init.c
Message-ID: <20010217213505.A61446@mollari.cthul.hu>
References: <200102180237.f1I2bYo78284@freefall.freebsd.org> <3A8F5DFD.87B3F721@urx.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3A8F5DFD.87B3F721@urx.com>; from kstewart@urx.com on Sat, Feb 17, 2001 at 09:30:37PM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Sat, Feb 17, 2001 at 09:30:37PM -0800, Kent Stewart wrote:
>=20
>=20
> Kris Kennaway wrote:
> >=20
> > kris        2001/02/17 18:37:34 PST
> >=20
> >   Modified files:        (Branch: RELENG_4)
> >     lib/libc/net         res_init.c
> >   Log:
> >   MFC: Fix memory leak
> >=20
> >   Revision  Changes    Path
> >   1.19.2.3  +3 -1      src/lib/libc/net/res_init.c
>=20
> This has broken stable with the message

Too slow, already fixed :)

Kris

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6j18JWry0BWjoQKURAhYpAJ4vq/Y/ubbEaTGyv8PlU813EVk8ngCg5zpU
WWStRMI1vg3Q/KJWX0kgEeI=
=3dIK
-----END PGP SIGNATURE-----

--sm4nu43k4a2Rpi4c--


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


From owner-cvs-all  Sat Feb 17 22:44:15 2001
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 6BF6D37B503; Sat, 17 Feb 2001 22:44:10 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6iAZ08286;
	Sat, 17 Feb 2001 22:44:10 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102180644.f1I6iAZ08286@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:44:10 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/numericdef hu_HU.ISO_8859-2.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 22:44:10 PST

  Modified files:
    share/numericdef     Makefile 
  Added files:
    share/numericdef     hu_HU.ISO_8859-2.src 
  Log:
  Add hu_HU
  
  Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
  
  Revision  Changes    Path
  1.20      +2 -1      src/share/numericdef/Makefile



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


From owner-cvs-all  Sat Feb 17 22:46:25 2001
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 1327837B491; Sat, 17 Feb 2001 22:46:21 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6kLE08434;
	Sat, 17 Feb 2001 22:46:21 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180646.f1I6kLE08434@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:46:20 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd Version
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:46:20 PST

  Modified files:
    release/picobsd      Version 
  Log:
  Bump version to 0.500 -- not that it means much, but at least
  gives some idea on the age of the source used for the build.
  
  Revision  Changes    Path
  1.7       +1 -1      src/release/picobsd/Version



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


From owner-cvs-all  Sat Feb 17 22:47:10 2001
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 8F44337B491; Sat, 17 Feb 2001 22:47:07 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6l7W08488;
	Sat, 17 Feb 2001 22:47:07 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180647.f1I6l7W08488@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:47:07 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd Version
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:47:07 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd      Version 
  Log:
  sync version number with -CURRENT
  
  Revision  Changes    Path
  1.6.2.1   +1 -1      src/release/picobsd/Version



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


From owner-cvs-all  Sat Feb 17 22:47:55 2001
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 950E037B4EC; Sat, 17 Feb 2001 22:47:44 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6li008562;
	Sat, 17 Feb 2001 22:47:44 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102180647.f1I6li008562@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:47:44 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/msgdef hu_HU.ISO_8859-2.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 22:47:44 PST

  Modified files:
    share/msgdef         Makefile 
  Added files:
    share/msgdef         hu_HU.ISO_8859-2.src 
  Log:
  Add hu_HU
  
  Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
  
  Revision  Changes    Path
  1.19      +2 -1      src/share/msgdef/Makefile



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


From owner-cvs-all  Sat Feb 17 22:48:28 2001
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 E363837B401; Sat, 17 Feb 2001 22:48:25 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6mPh08648;
	Sat, 17 Feb 2001 22:48:25 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180648.f1I6mPh08648@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:48:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/bridge Makefile.mfs
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:48:25 PST

  Modified files:
    release/picobsd/bridge Makefile.mfs 
  Log:
  Make the right device entries for atapi disks
  
  Revision  Changes    Path
  1.2       +2 -2      src/release/picobsd/bridge/Makefile.mfs



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


From owner-cvs-all  Sat Feb 17 22:49: 4 2001
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 1D5CA37B491; Sat, 17 Feb 2001 22:48:55 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6mt108693;
	Sat, 17 Feb 2001 22:48:55 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180648.f1I6mt108693@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:48:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/bridge Makefile.mfs
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:48:55 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/bridge Makefile.mfs 
  Log:
  MFC: make correct entries for atapi disks
  
  Revision  Changes    Path
  1.1.4.1   +2 -2      src/release/picobsd/bridge/Makefile.mfs



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


From owner-cvs-all  Sat Feb 17 22:50:51 2001
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 33EBF37B4EC; Sat, 17 Feb 2001 22:50:42 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6ogl08883;
	Sat, 17 Feb 2001 22:50:42 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180650.f1I6ogl08883@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:50:42 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/build Makefile.mfs
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:50:42 PST

  Modified files:
    release/picobsd/build Makefile.mfs 
  Log:
  Make correct entries for atapi disks
  
  Revision  Changes    Path
  1.5       +2 -2      src/release/picobsd/build/Makefile.mfs



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


From owner-cvs-all  Sat Feb 17 22:51:10 2001
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 5816037B4EC; Sat, 17 Feb 2001 22:51:01 -0800 (PST)
Received: (from ache@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6p1x08902;
	Sat, 17 Feb 2001 22:51:01 -0800 (PST)
	(envelope-from ache)
Message-Id: <200102180651.f1I6p1x08902@freefall.freebsd.org>
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:51:01 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/monetdef hu_HU.ISO_8859-2.src Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

ache        2001/02/17 22:51:01 PST

  Modified files:
    share/monetdef       Makefile 
  Added files:
    share/monetdef       hu_HU.ISO_8859-2.src 
  Log:
  Add hu_HU
  
  Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
  
  Revision  Changes    Path
  1.19      +2 -1      src/share/monetdef/Makefile



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


From owner-cvs-all  Sat Feb 17 22:52: 1 2001
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 18B9837B401; Sat, 17 Feb 2001 22:51:53 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6prr08972;
	Sat, 17 Feb 2001 22:51:53 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180651.f1I6prr08972@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:51:53 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/build Makefile.mfs
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:51:53 PST

  Modified files:        (Branch: RELENG_4)
    release/picobsd/build Makefile.mfs 
  Log:
  MFC: correct entry for atapi disks
  
  Revision  Changes    Path
  1.2.4.1   +2 -2      src/release/picobsd/build/Makefile.mfs



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


From owner-cvs-all  Sat Feb 17 22:54:11 2001
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 356D837B491; Sat, 17 Feb 2001 22:54:08 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I6s8809088;
	Sat, 17 Feb 2001 22:54:08 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180654.f1I6s8809088@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 22:54:08 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/release/picobsd/floppy.tree/etc profile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 22:54:08 PST

  Modified files:
    release/picobsd/floppy.tree/etc profile 
  Log:
  Enable command line editing in the shell
  
  Revision  Changes    Path
  1.2       +1 -0      src/release/picobsd/floppy.tree/etc/profile



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


From owner-cvs-all  Sat Feb 17 23: 3:58 2001
Delivered-To: cvs-all@freebsd.org
Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213])
	by hub.freebsd.org (Postfix) with SMTP id 428B837B503
	for <cvs-all@FreeBSD.org>; Sat, 17 Feb 2001 23:03:53 -0800 (PST)
Received: (qmail 16524 invoked by uid 0); 18 Feb 2001 07:03:52 -0000
Received: from dsl1-160.dynacom.net (HELO urx.com) (206.159.132.160)
  by mail.urx.com with SMTP; 18 Feb 2001 07:03:52 -0000
Message-ID: <3A8F73D7.49C38931@urx.com>
Date: Sat, 17 Feb 2001 23:03:51 -0800
From: Kent Stewart <kstewart@urx.com>
Reply-To: kstewart@urx.com
Organization: Dynacom
X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Kris Kennaway <kris@obsecurity.org>
Cc: Kris Kennaway <kris@FreeBSD.org>, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/lib/libc/net res_init.c
References: <200102180237.f1I2bYo78284@freefall.freebsd.org> <3A8F5DFD.87B3F721@urx.com> <20010217213505.A61446@mollari.cthul.hu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG



Kris Kennaway wrote:
> 
> On Sat, Feb 17, 2001 at 09:30:37PM -0800, Kent Stewart wrote:
> >
> >
> > Kris Kennaway wrote:
> > >
> > > kris        2001/02/17 18:37:34 PST
> > >
> > >   Modified files:        (Branch: RELENG_4)
> > >     lib/libc/net         res_init.c
> > >   Log:
> > >   MFC: Fix memory leak
> > >
> > >   Revision  Changes    Path
> > >   1.19.2.3  +3 -1      src/lib/libc/net/res_init.c
> >
> > This has broken stable with the message
> 
> Too slow, already fixed :)

The way I see it, I wasn't slow enough. Your fix message popped up a
minute after mine. If I had been a minute slower, I would have seen
the fix and wouldn't have sent my first message. If it hadn't taken
the Celeron 1:31 to get to the breakage, it would have been a
different story :). The Thunderbird does a buildworld in 40% of the
time. There was a problem in the kernel and the Celeron is too slow. I
did a cvsup and couldn't get past the buildworld. I'll know if there
is a problem building my Thunderbird's kernel in a few more minutes.

Cheers,

Kent

> 
> Kris
> 
>   ----------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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


From owner-cvs-all  Sat Feb 17 23:10: 7 2001
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 092C937B401; Sat, 17 Feb 2001 23:10:04 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I7A3312084;
	Sat, 17 Feb 2001 23:10:03 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180710.f1I7A3312084@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 23:10:03 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet udp_var.h
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 23:10:03 PST

  Modified files:
    sys/netinet          udp_var.h 
  Log:
  remove unused data structure definition, and corresponding macro into*()
  
  Revision  Changes    Path
  1.23      +1 -11     src/sys/netinet/udp_var.h



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


From owner-cvs-all  Sat Feb 17 23:12:34 2001
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 E5E8237B503; Sat, 17 Feb 2001 23:12:25 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I7CPJ12262;
	Sat, 17 Feb 2001 23:12:25 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180712.f1I7CPJ12262@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 23:12:25 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/netinet udp_var.h
X-FreeBSD-CVS-Branch: RELENG_4
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 23:12:25 PST

  Modified files:        (Branch: RELENG_4)
    sys/netinet          udp_var.h 
  Log:
  MFC: remove unused data structure definition
  
  Revision  Changes    Path
  1.22.2.1  +1 -11     src/sys/netinet/udp_var.h



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


From owner-cvs-all  Sat Feb 17 23:21:33 2001
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 1A5A437B401; Sat, 17 Feb 2001 23:21:29 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I7LTa12869;
	Sat, 17 Feb 2001 23:21:29 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180721.f1I7LTa12869@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 23:21:28 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/pci if_dc.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 23:21:28 PST

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Add a check in the interrupt service routine to return quickly in
  case there is nothing to do. This happens normally when the card shares
  the interrupt line with other devices.
  
  This code saves a couple of microseconds per interrupt even on a
  fast CPU. You normally would not care, except under heavy tinygram
  traffic where you can have some 50-100.000 interrupts per second...
  
  On passing, correct a spelling error.
  
  Revision  Changes    Path
  1.47      +6 -3      src/sys/pci/if_dc.c



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


From owner-cvs-all  Sat Feb 17 23:28:36 2001
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 46E1737B4EC; Sat, 17 Feb 2001 23:28:33 -0800 (PST)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1I7SXk13434;
	Sat, 17 Feb 2001 23:28:33 -0800 (PST)
	(envelope-from luigi)
Message-Id: <200102180728.f1I7SXk13434@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sat, 17 Feb 2001 23:28:32 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.bin/telnet Makefile
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

luigi       2001/02/17 23:28:32 PST

  Modified files:
    usr.bin/telnet       Makefile 
  Log:
  Do not compile INET6 support if RELEASE_CRUNCH is defined
  (used by install floppy/picobsd)
  
  Revision  Changes    Path
  1.16      +2 -2      src/usr.bin/telnet/Makefile



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


From owner-cvs-all  Sat Feb 17 23:32: 1 2001
Delivered-To: cvs-all@freebsd.org
Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53])
	by hub.freebsd.org (Postfix) with ESMTP
	id 94FE637B4EC; Sat, 17 Feb 2001 23:31:55 -0800 (PST)
Received: by obsecurity.dyndns.org (Postfix, from userid 1000)
	id D57AD67021; Sat, 17 Feb 2001 23:31:54 -0800 (PST)
Date: Sat, 17 Feb 2001 23:31:54 -0800
From: Kris Kennaway <kris@obsecurity.org>
To: Luigi Rizzo <luigi@FreeBSD.org>
Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/telnet Makefile
Message-ID: <20010217233154.A94671@mollari.cthul.hu>
References: <200102180728.f1I7SXk13434@freefall.freebsd.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-md5;
	protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <200102180728.f1I7SXk13434@freefall.freebsd.org>; from luigi@FreeBSD.org on Sat, Feb 17, 2001 at 11:28:32PM -0800
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


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

On Sat, Feb 17, 2001 at 11:28:32PM -0800, Luigi Rizzo wrote:
> luigi       2001/02/17 23:28:32 PST
>=20
>   Modified files:
>     usr.bin/telnet       Makefile=20
>   Log:
>   Do not compile INET6 support if RELEASE_CRUNCH is defined
>   (used by install floppy/picobsd)

Is this built for the fixit floppy? If so, what about FreeBSD
installations on IPv6 networks (these are starting to appear in the
wild, according to mailing list traffic I've seen)? Perhaps
RELEASE_CRUNCH isn't the right variable to be using.

Kris

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6j3pqWry0BWjoQKURAkTwAJ9n2ceenOGIMFaBgdkvr/ScE8DsyQCg8rlL
/0ilTpxWGxWgR+j2UIBvn0U=
=LgSj
-----END PGP SIGNATURE-----

--cNdxnHkX5QqsyA0e--


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


From owner-cvs-all  Sat Feb 17 23:44:10 2001
Delivered-To: cvs-all@freebsd.org
Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9FB1A37B401; Sat, 17 Feb 2001 23:44:04 -0800 (PST)
Received: (from rizzo@localhost)
	by iguana.aciri.org (8.11.1/8.11.1) id f1I7hqr23221;
	Sat, 17 Feb 2001 23:43:52 -0800 (PST)
	(envelope-from rizzo)
From: Luigi Rizzo <rizzo@aciri.org>
Message-Id: <200102180743.f1I7hqr23221@iguana.aciri.org>
Subject: Re: cvs commit: src/usr.bin/telnet Makefile
In-Reply-To: <20010217233154.A94671@mollari.cthul.hu> from Kris Kennaway at "Feb 17, 2001 11:31:54 pm"
To: kris@obsecurity.org (Kris Kennaway)
Date: Sat, 17 Feb 2001 23:43:43 -0800 (PST)
Cc: luigi@FreeBSD.org, cvs-committers@FreeBSD.org,
	cvs-all@FreeBSD.org
X-Mailer: ELM [version 2.4ME+ PL43 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> On Sat, Feb 17, 2001 at 11:28:32PM -0800, Luigi Rizzo wrote:
> > luigi       2001/02/17 23:28:32 PST
> > 
> >   Modified files:
> >     usr.bin/telnet       Makefile 
> >   Log:
> >   Do not compile INET6 support if RELEASE_CRUNCH is defined
> >   (used by install floppy/picobsd)
> 
> Is this built for the fixit floppy? If so, what about FreeBSD
> installations on IPv6 networks (these are starting to appear in the
> wild, according to mailing list traffic I've seen)? Perhaps
> RELEASE_CRUNCH isn't the right variable to be using.

i may be wrong but i thought a bunch of other utilities did
the same -- not include INET6 if RELEASE_CRUNCH.
But you are right in that maybe we should have specific
vars such as BUILD_INSTALL, BUILD_FIXIT, BUILD_PICOBSD ...
to control what gets included and what not.

(wonder, do install and fixit build their objects in
different OBJDIR than the default /usr/obj ?)

	cheers
	luigi


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