From owner-cvs-all Sun Oct 14 0:38: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 507F737B40F for ; Sun, 14 Oct 2001 00:37:56 -0700 (PDT) Received: (qmail 36780 invoked by uid 1000); 14 Oct 2001 07:37:54 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Oct 2001 07:37:54 -0000 Date: Sun, 14 Oct 2001 02:37:54 -0500 (CDT) From: Mike Silbersack To: Matt Dillon Cc: Peter Wemm , Alfred Perlstein , Mikhail Teterin , , , Subject: Re: noatimedir? (Re: cvs commit: src/sys/vm vnode_pager.c) In-Reply-To: <200110140434.f9E4YTj46344@earth.backplane.com> Message-ID: <20011014023425.K36700-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 13 Oct 2001, Matt Dillon wrote: > It does seem like it ought to be a mount option, but then again a > sysctl is very simple and won't require us to mess around with the > mount structures. again. > > If you want to part with the patch, I'd like to see what it entails. > I suspect it's fairly simple, right? If so I think it's worth throwing > into the system and then adding a section to tuning(7) regarding it. > > -Matt An effective way to implement this might be to tune it based on the sysctl, but enable it only on partitions mounted softupdates or async. In either of those cases, you clearly can't count on *any* disk activity occuring on a predictable basis, so losing perfect accuracy on atimes is no big deal. I'd imagine that a setting of 60 seconds would provide reasonable accuracy while reducing atime updates a *lot*. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 1:38: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 E1D9A37B407; Sun, 14 Oct 2001 01:38:16 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E8cGJ16337; Sun, 14 Oct 2001 01:38:16 -0700 (PDT) (envelope-from benno) Message-Id: <200110140838.f9E8cGJ16337@freefall.freebsd.org> From: Benno Rice Date: Sun, 14 Oct 2001 01:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include pmap.h src/sys/powerpc/powerpc pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2001/10/14 01:38:16 PDT Modified files: sys/powerpc/include pmap.h sys/powerpc/powerpc pmap.c Log: Implement pmap_mapdev. Revision Changes Path 1.3 +2 -1 src/sys/powerpc/include/pmap.h 1.10 +28 -1 src/sys/powerpc/powerpc/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 1: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 6A14737B403; Sun, 14 Oct 2001 01:57:05 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E8v5s18313; Sun, 14 Oct 2001 01:57:05 -0700 (PDT) (envelope-from kris) Message-Id: <200110140857.f9E8v5s18313@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Oct 2001 01:57:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/10/14 01:57:05 PDT Modified files: www/adzap Makefile distinfo Log: Update to adzap-20011013 Revision Changes Path 1.14 +2 -2 ports/www/adzap/Makefile 1.13 +1 -1 ports/www/adzap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 2: 9: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 067D237B405; Sun, 14 Oct 2001 02:09:49 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E99nk22592; Sun, 14 Oct 2001 02:09:49 -0700 (PDT) (envelope-from ache) Message-Id: <200110140909.f9E99nk22592@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 14 Oct 2001 02:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/14 02:09:48 PDT Modified files: security/drweb-sendmail Makefile Log: Bump PORTVERSION for prev. change Revision Changes Path 1.24 +1 -1 ports/security/drweb-sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 2: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 808FB37B40D; Sun, 14 Oct 2001 02:28:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E9SIC24610; Sun, 14 Oct 2001 02:28:18 -0700 (PDT) (envelope-from kris) Message-Id: <200110140928.f9E9SIC24610@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Oct 2001 02:28:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/rats Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/10/14 02:28:18 PDT Modified files: security/rats Makefile distinfo pkg-plist Log: Update to rats 1.3 PR: 31180 Revision Changes Path 1.3 +3 -2 ports/security/rats/Makefile 1.3 +1 -1 ports/security/rats/distinfo 1.2 +1 -0 ports/security/rats/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 Oct 14 2:41: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 F1D1B37B403; Sun, 14 Oct 2001 02:41:28 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E9fSc26173; Sun, 14 Oct 2001 02:41:28 -0700 (PDT) (envelope-from ache) Message-Id: <200110140941.f9E9fSc26173@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 14 Oct 2001 02:41:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile distinfo pkg-plist ports/www/apache13/files FreeBSD.layout patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/14 02:41:28 PDT Modified files: www/apache13 Makefile distinfo pkg-plist www/apache13/files FreeBSD.layout patch-ab Log: Upgrade to 1.3.22 Revision Changes Path 1.95 +2 -2 ports/www/apache13/Makefile 1.45 +1 -1 ports/www/apache13/distinfo 1.2 +1 -0 ports/www/apache13/files/FreeBSD.layout 1.17 +27 -15 ports/www/apache13/files/patch-ab 1.35 +42 -15 ports/www/apache13/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 Oct 14 2:58: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 604B537B405; Sun, 14 Oct 2001 02:58:42 -0700 (PDT) Received: (from gj@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E9wgs27939; Sun, 14 Oct 2001 02:58:42 -0700 (PDT) (envelope-from gj) Message-Id: <200110140958.f9E9wgs27939@freefall.freebsd.org> From: Gary Jennejohn Date: Sun, 14 Oct 2001 02:58:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2001/10/14 02:58:42 PDT Modified files: editors/vile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt Log: Update to patch level p. Revision Changes Path 1.29 +9 -3 ports/editors/vile/Makefile 1.13 +6 -0 ports/editors/vile/distinfo 1.13 +5 -0 ports/editors/vile/pkg-plist 1.2 +4 -0 ports/editors/vile/pkg-plist.filt 1.10 +8 -0 ports/editors/vile/pkg-plist.perl 1.2 +7 -0 ports/editors/vile/pkg-plist.perl+filt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 3: 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 7E4D637B409; Sun, 14 Oct 2001 02:59:56 -0700 (PDT) Received: (from gj@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E9xuU28148; Sun, 14 Oct 2001 02:59:56 -0700 (PDT) (envelope-from gj) Message-Id: <200110140959.f9E9xuU28148@freefall.freebsd.org> From: Gary Jennejohn Date: Sun, 14 Oct 2001 02:59:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xvile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2001/10/14 02:59:56 PDT Modified files: editors/xvile Makefile distinfo pkg-plist pkg-plist.filt pkg-plist.perl pkg-plist.perl+filt Log: Update to patch level p. Revision Changes Path 1.31 +9 -3 ports/editors/xvile/Makefile 1.14 +6 -0 ports/editors/xvile/distinfo 1.13 +5 -0 ports/editors/xvile/pkg-plist 1.2 +4 -0 ports/editors/xvile/pkg-plist.filt 1.10 +9 -0 ports/editors/xvile/pkg-plist.perl 1.2 +8 -0 ports/editors/xvile/pkg-plist.perl+filt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 3: 4: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 A1ECB37B401; Sun, 14 Oct 2001 03:04:30 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EA4UM29001; Sun, 14 Oct 2001 03:04:30 -0700 (PDT) (envelope-from joe) Message-Id: <200110141004.f9EA4UM29001@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 14 Oct 2001 03:04:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT exclude X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/10/14 03:04:30 PDT Modified files: . exclude Log: Make the CVSROOT/modules file have its revision string checked and contracted. Revision Changes Path 1.29 +4 -2 CVSROOT/exclude To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 3:41: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 0424037B405; Sun, 14 Oct 2001 03:41:21 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EAfK835435; Sun, 14 Oct 2001 03:41:20 -0700 (PDT) (envelope-from mita) Message-Id: <200110141041.f9EAfK835435@freefall.freebsd.org> From: Yoshio MITA Date: Sun, 14 Oct 2001 03:41:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vfghostscript55/files hpijs.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mita 2001/10/14 03:41:20 PDT Added files: japanese/vfghostscript55/files hpijs.patch Log: Added missing file files/hpijs.patch Submitted by: [ports-jp 11432] Revision Changes Path 1.1 +10 -0 ports/japanese/vfghostscript55/files/hpijs.patch (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 5:35: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 84D0F37B405; Sun, 14 Oct 2001 05:35:19 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ECZJu61815; Sun, 14 Oct 2001 05:35:19 -0700 (PDT) (envelope-from mp) Message-Id: <200110141235.f9ECZJu61815@freefall.freebsd.org> From: Mark Peek Date: Sun, 14 Oct 2001 05:35:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/psim-freebsd/files HOW-TO X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/14 05:35:19 PDT Modified files: emulators/psim-freebsd/files HOW-TO Log: Fix numbering and add reference to the PSIM web page. Revision Changes Path 1.3 +4 -2 ports/emulators/psim-freebsd/files/HOW-TO To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 5:40: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 B4A7A37B40D; Sun, 14 Oct 2001 05:40:29 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ECeTC63355; Sun, 14 Oct 2001 05:40:29 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141240.f9ECeTC63355@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 05:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/citadel Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist ports/net/citadel/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 05:40:26 PDT Modified files: net Makefile Added files: net/citadel Makefile distinfo pkg-comment pkg-descr pkg-install pkg-message pkg-plist net/citadel/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al Log: add citadel Citadel/UX Communications Server PR: 30807 Submitted by: Brian Ledbetter Revision Changes Path 1.626 +2 -1 ports/net/Makefile 1.1 +48 -0 ports/net/citadel/Makefile (new) 1.1 +1 -0 ports/net/citadel/distinfo (new) 1.1 +102 -0 ports/net/citadel/files/patch-aa (new) 1.1 +31 -0 ports/net/citadel/files/patch-ab (new) 1.1 +48 -0 ports/net/citadel/files/patch-ac (new) 1.1 +21 -0 ports/net/citadel/files/patch-ad (new) 1.1 +21 -0 ports/net/citadel/files/patch-ae (new) 1.1 +14 -0 ports/net/citadel/files/patch-af (new) 1.1 +26 -0 ports/net/citadel/files/patch-ag (new) 1.1 +18 -0 ports/net/citadel/files/patch-ah (new) 1.1 +55 -0 ports/net/citadel/files/patch-ai (new) 1.1 +18 -0 ports/net/citadel/files/patch-aj (new) 1.1 +12 -0 ports/net/citadel/files/patch-ak (new) 1.1 +11 -0 ports/net/citadel/files/patch-al (new) 1.1 +1 -0 ports/net/citadel/pkg-comment (new) 1.1 +24 -0 ports/net/citadel/pkg-descr (new) 1.1 +16 -0 ports/net/citadel/pkg-install (new) 1.1 +20 -0 ports/net/citadel/pkg-message (new) 1.1 +113 -0 ports/net/citadel/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 5:41: 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 F2A5837B411; Sun, 14 Oct 2001 05:40:37 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ECebf63460; Sun, 14 Oct 2001 05:40:37 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141240.f9ECebf63460@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 05:40:37 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 05:40:37 PDT Modified files: . modules Log: citadel --> ports/net/citadel Revision Changes Path 1.3977 +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 Oct 14 5: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 B436B37B406; Sun, 14 Oct 2001 05:47:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EClKE66133; Sun, 14 Oct 2001 05:47:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141247.f9EClKE66133@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 05:47:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/pscyr Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 05:47:20 PDT Modified files: russian/pscyr Makefile distinfo pkg-descr Log: upgrade to -patch2 change maintainer's email PR: 31187 Submitted by: MAINTAINER Revision Changes Path 1.3 +6 -5 ports/russian/pscyr/Makefile 1.3 +2 -2 ports/russian/pscyr/distinfo 1.2 +4 -1 ports/russian/pscyr/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 6: 6: 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 D421037B408; Sun, 14 Oct 2001 06:06:00 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ED60t77342; Sun, 14 Oct 2001 06:06:00 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141306.f9ED60t77342@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 06:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdcss/files patch-extras::libdvdcss::videolan::dvdcss.h ports/graphics/vlc/files patch-extras::libdvdcss::videolan::dvdcss.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 06:06:00 PDT Added files: graphics/libdvdcss/files patch-extras::libdvdcss::videolan::dvdcss.h graphics/vlc/files patch-extras::libdvdcss::videolan::dvdcss.h Log: Complete XINE includes multiple . But videolan/dvdcss.h is not available for multiple include. Revision Changes Path 1.1 +16 -0 ports/graphics/libdvdcss/files/patch-extras::libdvdcss::videolan::dvdcss.h (new) 1.1 +16 -0 ports/graphics/vlc/files/patch-extras::libdvdcss::videolan::dvdcss.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 6:20: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 573A537B409; Sun, 14 Oct 2001 06:20:05 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EDK5c78841; Sun, 14 Oct 2001 06:20:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141320.f9EDK5c78841@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 06:20:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/plib/files patch-src::net::netSocket.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 06:20:05 PDT Added files: x11-toolkits/plib/files patch-src::net::netSocket.cxx Log: make it buildable on -stable PR: 31227 Submitted by: Edwin Groothuis Revision Changes Path 1.1 +10 -0 ports/x11-toolkits/plib/files/patch-src::net::netSocket.cxx (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 6:45: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 2D29137B407; Sun, 14 Oct 2001 06:45:34 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EDjYF29122; Sun, 14 Oct 2001 06:45:34 -0700 (PDT) (envelope-from dfr) Message-Id: <200110141345.f9EDjYF29122@freefall.freebsd.org> From: Doug Rabson Date: Sun, 14 Oct 2001 06:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/14 06:45:34 PDT Modified files: lib/libc/stdio vfprintf.c Log: Make this compile on ia64. Revision Changes Path 1.30 +47 -26 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 7: 4: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 5723437B407; Sun, 14 Oct 2001 07:04:09 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EE49c96223; Sun, 14 Oct 2001 07:04:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141404.f9EE49c96223@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 07:04:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/c2man Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/c2man/files patch-Makefile.SH ports/devel/c2man/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 07:04:09 PDT Modified files: devel Makefile Added files: devel/c2man Makefile distinfo pkg-comment pkg-descr pkg-plist devel/c2man/files patch-Makefile.SH devel/c2man/scripts configure Log: add c2man Generates man pages from C sources PR: 29805 Submitted by: Bernd Luevelsmeyer Revision Changes Path 1.657 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/c2man/Makefile (new) 1.1 +1 -0 ports/devel/c2man/distinfo (new) 1.1 +35 -0 ports/devel/c2man/files/patch-Makefile.SH (new) 1.1 +1 -0 ports/devel/c2man/pkg-comment (new) 1.1 +9 -0 ports/devel/c2man/pkg-descr (new) 1.1 +1 -0 ports/devel/c2man/pkg-plist (new) 1.1 +2 -0 ports/devel/c2man/scripts/configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 7: 4: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 A6BEF37B403; Sun, 14 Oct 2001 07:04:13 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EE4D096258; Sun, 14 Oct 2001 07:04:13 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141404.f9EE4D096258@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 07:04:13 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 07:04:13 PDT Modified files: . modules Log: c2man --> ports/devel/c2man Revision Changes Path 1.3978 +1 -0 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 Oct 14 7:29: 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 9839F37B403; Sun, 14 Oct 2001 07:28:57 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EESvg01624; Sun, 14 Oct 2001 07:28:57 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141428.f9EESvg01624@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 07:28:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/tnef Makefile distinfo ports/converters/tnef/files patch-doc::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 07:28:57 PDT Modified files: converters/tnef Makefile distinfo Added files: converters/tnef/files patch-doc::Makefile.in Log: upgrade to 1.1 PR: 29948 Submitted by: MAINTAINER Revision Changes Path 1.5 +7 -2 ports/converters/tnef/Makefile 1.5 +1 -1 ports/converters/tnef/distinfo 1.1 +92 -0 ports/converters/tnef/files/patch-doc::Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 7:33: 8 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 A19C737B409; Sun, 14 Oct 2001 07:33:01 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 2A4AB14C2E; Sun, 14 Oct 2001 16:33:00 +0200 (CEST) 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: Mike Silbersack Cc: Matt Dillon , Peter Wemm , Alfred Perlstein , Mikhail Teterin , , Subject: Re: noatimedir? (Re: cvs commit: src/sys/vm vnode_pager.c) References: <20011014023425.K36700-100000@achilles.silby.com> From: Dag-Erling Smorgrav Date: 14 Oct 2001 16:32:59 +0200 In-Reply-To: <20011014023425.K36700-100000@achilles.silby.com> Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Silbersack writes: > An effective way to implement this might be to tune it based on the > sysctl, but enable it only on partitions mounted softupdates or async. In > either of those cases, you clearly can't count on *any* disk activity > occuring on a predictable basis, so losing perfect accuracy on atimes is > no big deal. I'd imagine that a setting of 60 seconds would provide > reasonable accuracy while reducing atime updates a *lot*. Only on directories. If you're like me and update your CVS repo every hour, and run 'cvs update' maybe a couple of times every day, a 60- second hysteresis isn't going to make any difference to file atimes. 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 Sun Oct 14 7:45: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 A40A937B40C; Sun, 14 Oct 2001 07:45:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EEj4Z03015; Sun, 14 Oct 2001 07:45:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141445.f9EEj4Z03015@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 07:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/ferite Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/ferite/files patch-Makefile.in patch-configure patch-docs::Makefile.in patch-docs::images::Makefile.in patch-ferite-config.in patch-libs::Makefile.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 07:45:04 PDT Modified files: lang Makefile Added files: lang/ferite Makefile distinfo pkg-comment pkg-descr pkg-plist lang/ferite/files patch-Makefile.in patch-configure patch-docs::Makefile.in patch-docs::images::Makefile.in patch-ferite-config.in patch-libs::Makefile.in patch-ltmain.sh patch-scripts::test::test.fe patch-src::Makefile.in Log: add ferite An embeddable scripting language PR: 30094 Submitted by: Jeremy Norris Revision Changes Path 1.254 +2 -1 ports/lang/Makefile 1.1 +50 -0 ports/lang/ferite/Makefile (new) 1.1 +1 -0 ports/lang/ferite/distinfo (new) 1.1 +11 -0 ports/lang/ferite/files/patch-Makefile.in (new) 1.1 +73 -0 ports/lang/ferite/files/patch-configure (new) 1.1 +11 -0 ports/lang/ferite/files/patch-docs::Makefile.in (new) 1.1 +11 -0 ports/lang/ferite/files/patch-docs::images::Makefile.in (new) 1.1 +11 -0 ports/lang/ferite/files/patch-ferite-config.in (new) 1.1 +11 -0 ports/lang/ferite/files/patch-libs::Makefile.in (new) 1.1 +23 -0 ports/lang/ferite/files/patch-ltmain.sh (new) 1.1 +26 -0 ports/lang/ferite/files/patch-scripts::test::test.fe (new) 1.1 +20 -0 ports/lang/ferite/files/patch-src::Makefile.in (new) 1.1 +1 -0 ports/lang/ferite/pkg-comment (new) 1.1 +4 -0 ports/lang/ferite/pkg-descr (new) 1.1 +74 -0 ports/lang/ferite/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 7:45: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 EB6C737B405; Sun, 14 Oct 2001 07:45:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EEj8i03048; Sun, 14 Oct 2001 07:45:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141445.f9EEj8i03048@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 07:45:08 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 07:45:08 PDT Modified files: . modules Log: ferite --> ports/lang/ferite Revision Changes Path 1.3979 +1 -0 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 Oct 14 8:37: 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 DF8D937B40A; Sun, 14 Oct 2001 08:36:56 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EFau110416; Sun, 14 Oct 2001 08:36:56 -0700 (PDT) (envelope-from vanilla) Message-Id: <200110141536.f9EFau110416@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 14 Oct 2001 08:36:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/grub Makefile pkg-plist ports/sysutils/grub/files patch-dosc_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/10/14 08:36:56 PDT Modified files: sysutils/grub Makefile pkg-plist Added files: sysutils/grub/files patch-dosc_Makefile.in Log: Dont split info file. Revision Changes Path 1.3 +4 -1 ports/sysutils/grub/Makefile 1.1 +11 -0 ports/sysutils/grub/files/patch-dosc_Makefile.in (new) 1.2 +0 -4 ports/sysutils/grub/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 Oct 14 9: 8: 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 8286137B401; Sun, 14 Oct 2001 09:08:01 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EG81U15863; Sun, 14 Oct 2001 09:08:01 -0700 (PDT) (envelope-from vanilla) Message-Id: <200110141608.f9EG81U15863@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 14 Oct 2001 09:08:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/zhcon Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/10/14 09:08:01 PDT Modified files: chinese/zhcon Makefile distinfo pkg-plist Log: Update big5-ime's version. PR: ports/31251 Submitted by: statue@softwareliberty.org Revision Changes Path 1.6 +6 -8 ports/chinese/zhcon/Makefile 1.4 +1 -1 ports/chinese/zhcon/distinfo 1.3 +3 -0 ports/chinese/zhcon/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 Oct 14 9:38: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 7A23337B413; Sun, 14 Oct 2001 09:38:32 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EGcWt18620; Sun, 14 Oct 2001 09:38:32 -0700 (PDT) (envelope-from fenner) Message-Id: <200110141638.f9EGcWt18620@freefall.freebsd.org> From: Bill Fenner Date: Sun, 14 Oct 2001 09:38:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/net-snmp/files patch-hr_storage.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/10/14 09:38:32 PDT Added files: net/net-snmp/files patch-hr_storage.c Log: Handle mbuf statistics going away temporarily around __FreeBSD_version 500021. Leave a placeholder for reporting using the new method added around __FreeBSD_version 500024. (This fixes the build on -current.) Revision Changes Path 1.1 +39 -0 ports/net/net-snmp/files/patch-hr_storage.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 9:39: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 E0C3137B401; Sun, 14 Oct 2001 09:39:18 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EGdIS18717; Sun, 14 Oct 2001 09:39:18 -0700 (PDT) (envelope-from tobez) Message-Id: <200110141639.f9EGdIS18717@freefall.freebsd.org> From: Anton Berezin Date: Sun, 14 Oct 2001 09:39:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Set-Scalar Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/14 09:39:18 PDT Modified files: devel/p5-Set-Scalar Makefile distinfo Log: Update to 1.12. Revision Changes Path 1.9 +2 -2 ports/devel/p5-Set-Scalar/Makefile 1.7 +1 -1 ports/devel/p5-Set-Scalar/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 9:48: 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 6F37737B40A; Sun, 14 Oct 2001 09:48:01 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EGm1e19383; Sun, 14 Oct 2001 09:48:01 -0700 (PDT) (envelope-from tobez) Message-Id: <200110141648.f9EGm1e19383@freefall.freebsd.org> From: Anton Berezin Date: Sun, 14 Oct 2001 09:48:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/14 09:48:01 PDT Modified files: sysutils/xw Makefile Log: Remove one of the master sites. PR: 31245 Submitted by: maintainer Revision Changes Path 1.6 +1 -2 ports/sysutils/xw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 10:43:56 2001 Delivered-To: cvs-all@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id CC90737B406 for ; Sun, 14 Oct 2001 10:43:48 -0700 (PDT) Received: (qmail 38058 invoked by uid 1000); 14 Oct 2001 17:43:45 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Oct 2001 17:43:45 -0000 Date: Sun, 14 Oct 2001 12:43:45 -0500 (CDT) From: Mike Silbersack To: Dag-Erling Smorgrav Cc: Matt Dillon , Peter Wemm , Alfred Perlstein , Mikhail Teterin , , Subject: Re: noatimedir? (Re: cvs commit: src/sys/vm vnode_pager.c) In-Reply-To: Message-ID: <20011014123818.J38047-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14 Oct 2001, Dag-Erling Smorgrav wrote: > Mike Silbersack writes: > > An effective way to implement this might be to tune it based on the > > sysctl, but enable it only on partitions mounted softupdates or async. In > > either of those cases, you clearly can't count on *any* disk activity > > occuring on a predictable basis, so losing perfect accuracy on atimes is > > no big deal. I'd imagine that a setting of 60 seconds would provide > > reasonable accuracy while reducing atime updates a *lot*. > > Only on directories. If you're like me and update your CVS repo every > hour, and run 'cvs update' maybe a couple of times every day, a 60- > second hysteresis isn't going to make any difference to file atimes. > > DES I'm thinking more about the cvs server you and others are hitting simultaneously. For something like that (or an ftp server, or an http server), the effect might be more drastic. Hrm, have any atime vs noatime benchmarks been done? It's always mentioned in tuning guides, but I've never thought about how much of a performance difference it makes. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 10: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 D2C4437B405; Sun, 14 Oct 2001 10:54:31 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EHsVm27130; Sun, 14 Oct 2001 10:54:31 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141754.f9EHsVm27130@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 10:54:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/pdnmesh Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 10:54:31 PDT Modified files: cad Makefile Added files: cad/pdnmesh Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: add pdnmesh A finite element program PR: 30115 Submitted by: Sarod Yatawatta Revision Changes Path 1.27 +2 -1 ports/cad/Makefile 1.1 +26 -0 ports/cad/pdnmesh/Makefile (new) 1.1 +1 -0 ports/cad/pdnmesh/distinfo (new) 1.1 +1 -0 ports/cad/pdnmesh/pkg-comment (new) 1.1 +18 -0 ports/cad/pdnmesh/pkg-descr (new) 1.1 +3 -0 ports/cad/pdnmesh/pkg-message (new) 1.1 +30 -0 ports/cad/pdnmesh/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 10: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 75B9137B408; Sun, 14 Oct 2001 10:54:35 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EHsZF27160; Sun, 14 Oct 2001 10:54:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141754.f9EHsZF27160@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 10:54:35 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 10:54:35 PDT Modified files: . modules Log: pdnmesh --> ports/cad/pdnmesh Revision Changes Path 1.3980 +1 -0 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 Oct 14 11: 7: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 A7CF737B406; Sun, 14 Oct 2001 11:07:46 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EI7k831757; Sun, 14 Oct 2001 11:07:46 -0700 (PDT) (envelope-from dinoex) Message-Id: <200110141807.f9EI7k831757@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 14 Oct 2001 11:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/suck/files patch-killfile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/10/14 11:07:46 PDT Added files: news/suck/files patch-killfile.c Log: Remove prototype, so it still compiles under CURRENT killfile.c:58: conflicting types for `strnstr' Revision Changes Path 1.1 +10 -0 ports/news/suck/files/patch-killfile.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 11:13: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 34DFA37B407; Sun, 14 Oct 2001 11:13:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EIDNg32245; Sun, 14 Oct 2001 11:13:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141813.f9EIDNg32245@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 11:13:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/x86info Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/x86info/files patch-Makefile patch-x86info.c patch-x86info.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 11:13:23 PDT Modified files: sysutils Makefile Added files: sysutils/x86info Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/x86info/files patch-Makefile patch-x86info.c patch-x86info.h Log: add x86info Utility to display information about the systems x86 processor(s) PR: 30116 Submitted by: Erik Greenwald Revision Changes Path 1.222 +2 -1 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/x86info/Makefile (new) 1.1 +1 -0 ports/sysutils/x86info/distinfo (new) 1.1 +18 -0 ports/sysutils/x86info/files/patch-Makefile (new) 1.1 +35 -0 ports/sysutils/x86info/files/patch-x86info.c (new) 1.1 +16 -0 ports/sysutils/x86info/files/patch-x86info.h (new) 1.1 +1 -0 ports/sysutils/x86info/pkg-comment (new) 1.1 +3 -0 ports/sysutils/x86info/pkg-descr (new) 1.1 +1 -0 ports/sysutils/x86info/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 11:13: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 EF60237B40A; Sun, 14 Oct 2001 11:13:26 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EIDQ932275; Sun, 14 Oct 2001 11:13:26 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141813.f9EIDQ932275@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 11:13:26 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 11:13:26 PDT Modified files: . modules Log: x86info --> ports/sysutils/x86info Revision Changes Path 1.3981 +1 -0 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 Oct 14 11:21: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 5794937B409; Sun, 14 Oct 2001 11:21:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EILJP33163; Sun, 14 Oct 2001 11:21:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110141821.f9EILJP33163@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 14 Oct 2001 11:21:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ttf2pt1/files patch-ft.c patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/14 11:21:19 PDT Modified files: print/ttf2pt1/files patch-Makefile Added files: print/ttf2pt1/files patch-ft.c Log: enable freetype support PR: 30122 Submitted by: KANOU Hiroki Revision Changes Path 1.2 +9 -5 ports/print/ttf2pt1/files/patch-Makefile 1.1 +11 -0 ports/print/ttf2pt1/files/patch-ft.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 11:36: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 CCDAB37B405; Sun, 14 Oct 2001 11:36:35 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EIaZx37407; Sun, 14 Oct 2001 11:36:35 -0700 (PDT) (envelope-from alfred) Message-Id: <200110141836.f9EIaZx37407@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 14 Oct 2001 11:36:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.lockd lock_proc.c lockd_lock.c lockd_lock.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/10/14 11:36:35 PDT Modified files: usr.sbin/rpc.lockd lock_proc.c lockd_lock.c lockd_lock.h Log: Implement partial-file NFS lock testing. Submitted by: "Andrew P. Lentvorski" Revision Changes Path 1.4 +71 -5 src/usr.sbin/rpc.lockd/lock_proc.c 1.3 +69 -9 src/usr.sbin/rpc.lockd/lockd_lock.c 1.2 +1 -1 src/usr.sbin/rpc.lockd/lockd_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 Oct 14 11:46: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 ADD1737B409; Sun, 14 Oct 2001 11:46:47 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EIklR38257; Sun, 14 Oct 2001 11:46:47 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110141846.f9EIklR38257@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 11:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_swap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 11:46:47 PDT Modified files: (Branch: RELENG_4) sys/vm vm_swap.c Log: MFC: 1.110; permit direct swapping to NFS regular files using swapon(2). Revision Changes Path 1.96.2.2 +11 -4 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12: 8: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 9BF5037B401; Sun, 14 Oct 2001 12:08:16 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJ8GB44497; Sun, 14 Oct 2001 12:08:16 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110141908.f9EJ8GB44497@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 12:08:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vfsops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 12:08:16 PDT Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_vfsops.c Log: MFC: 1.25, 1.27; don't allow NFS filehandle lookups to succeed on an inode whose effective link count is zero, since the file is really gone from the system (ext2fs issue in 1.17.2.1 has been resolved). Revision Changes Path 1.17.2.3 +5 -2 src/sys/ufs/ufs/ufs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12:17:58 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CD88737B403; Sun, 14 Oct 2001 12:17:53 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9EJHqu34383; Sun, 14 Oct 2001 13:17:52 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9EJHo712757; Sun, 14 Oct 2001 13:17:50 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110141917.f9EJHo712757@harmony.village.org> To: Mike Silbersack Subject: Re: noatimedir? (Re: cvs commit: src/sys/vm vnode_pager.c) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 14 Oct 2001 12:43:45 CDT." <20011014123818.J38047-100000@achilles.silby.com> References: <20011014123818.J38047-100000@achilles.silby.com> Date: Sun, 14 Oct 2001 13:17:50 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011014123818.J38047-100000@achilles.silby.com> Mike Silbersack writes: : Hrm, have any atime vs noatime benchmarks been done? It's always : mentioned in tuning guides, but I've never thought about how much of a : performance difference it makes. In the 3.2 days, I measured about a 5% reduction in the time world took to build if your src tree was read only OR mounted noatime. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12: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 00A9037B403; Sun, 14 Oct 2001 12:22:52 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJMpj46680; Sun, 14 Oct 2001 12:22:51 -0700 (PDT) (envelope-from scottl) Message-Id: <200110141922.f9EJMpj46680@freefall.freebsd.org> From: Scott Long Date: Sun, 14 Oct 2001 12:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro3.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/10/14 12:22:51 PDT Modified files: sys/dev/sound/pci maestro3.c Log: Turn on the hardware volume buttons that are present on most laptops with these chips. There is a new hint, hint.pcm.N.hwvol_config, that can be set to 1 or 0 to select which pins the buttons are connected to. I'm open to suggestions on where to document this. Also bump the number of playback channels up to 4. MFC after: 3 days Revision Changes Path 1.11 +20 -5 src/sys/dev/sound/pci/maestro3.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12:28: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 8DD6137B403; Sun, 14 Oct 2001 12:28:50 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJSoP48208; Sun, 14 Oct 2001 12:28:50 -0700 (PDT) (envelope-from semenu) Message-Id: <200110141928.f9EJSoP48208@freefall.freebsd.org> From: Ustimenko Semen Date: Sun, 14 Oct 2001 12:28:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/10/14 12:28:49 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add myself to the Developers list as I haven't done this in 1998. Revision Changes Path 1.27 +5 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12:29: 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 F067837B41B; Sun, 14 Oct 2001 12:28:54 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJSsO48278; Sun, 14 Oct 2001 12:28:54 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110141928.f9EJSsO48278@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 12:28:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 12:28:54 PDT Modified files: (Branch: RELENG_4) sbin/i386/fdisk fdisk.c Log: MFC: 1.51; ask for user confirmation before adjusting to a head/cylinder boundary. Fix a selection of other minor bugs. Revision Changes Path 1.36.2.9 +95 -73 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12:44: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 8454A37B406; Sun, 14 Oct 2001 12:44:16 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJiG350354; Sun, 14 Oct 2001 12:44:16 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110141944.f9EJiG350354@freefall.freebsd.org> From: Matt Jacob Date: Sun, 14 Oct 2001 12:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/14 12:44:16 PDT Modified files: sys/dev/ata ata-disk.c Log: Fix it so that it doesn't complain for compiles on alpha- that is, match format string args to actual args. Revision Changes Path 1.115 +11 -5 src/sys/dev/ata/ata-disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 12:53: 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 C156337B407; Sun, 14 Oct 2001 12:53:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJr1w51611; Sun, 14 Oct 2001 12:53:01 -0700 (PDT) (envelope-from knu) Message-Id: <200110141953.f9EJr1w51611@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 14 Oct 2001 12:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/14 12:53:01 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20011015, a stable maintenance release. portupgrade: Fix a couple of bugs where `portupgrade -h | more' doesn't show the usage nicely. Reported by: Gregory Neil Shapiro portsclean: Make good use of portsdb and pkgdb, use lazy (but virtually sufficient) checks and get distclean much faster. (both -D and -DD) portsdb: Do not fail even if some categories are missing in the ports tree. Reported and tested by: Jos Backus And some other internal bugfixes that do not affect the user tools. Revision Changes Path 1.86 +2 -2 ports/sysutils/portupgrade/Makefile 1.77 +1 -1 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13: 0: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 7089537B408; Sun, 14 Oct 2001 13:00:35 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EK0Zg53839; Sun, 14 Oct 2001 13:00:35 -0700 (PDT) (envelope-from asami) Message-Id: <200110142000.f9EK0Zg53839@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 14 Oct 2001 13:00:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts processlogs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/10/14 13:00:31 PDT Modified files: Tools/portbuild/scripts processlogs Log: Add another check for duplicate installations of same port. Only search for logs in toplevel directory. A couple of cosmetic changes. Revision Changes Path 1.10 +5 -3 ports/Tools/portbuild/scripts/processlogs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13: 5: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 674A537B409; Sun, 14 Oct 2001 13:05:11 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EK5A954803; Sun, 14 Oct 2001 13:05:10 -0700 (PDT) (envelope-from asami) Message-Id: <200110142005.f9EK5A954803@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 14 Oct 2001 13:05:10 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/10/14 13:05:08 PDT Modified files: . INDEX Log: New INDEX with 5,918 ports. Large diff due to XFree86 version upgrade. Revision Changes Path 1.350 +2835 -2810 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13: 5: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 25B6C37B405; Sun, 14 Oct 2001 13:05:51 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EK5pX57680; Sun, 14 Oct 2001 13:05:51 -0700 (PDT) (envelope-from luigi) Message-Id: <200110142005.f9EK5pX57680@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 14 Oct 2001 13:05:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c src/sys/i386/isa intr_machdep.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/10/14 13:05:50 PDT Modified files: (Branch: RELENG_4) sys/sys interrupt.h sys/kern kern_intr.c sys/i386/isa intr_machdep.h Log: MFC: export interrupt statistics through sysctl same as it is done in CURRENT (hw.intrcnt and hw.intrnames). Note to Alpha committers: intrcnt is also defined in sys/alpha/include/intrcnt.h -- probably it should be removed from there to avoid a warning in compilations. However I have no way to test it so I am leaving that file unmodified until someone can test this. Revision Changes Path 1.19.2.2 +1 -4 src/sys/i386/isa/intr_machdep.h 1.24.2.1 +31 -1 src/sys/kern/kern_intr.c 1.9.2.1 +5 -0 src/sys/sys/interrupt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13:10: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 445B137B408; Sun, 14 Oct 2001 13:09:57 -0700 (PDT) Received: from wonky.feral.com (wonky.feral.com [192.67.166.7]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9EK9uH08298; Sun, 14 Oct 2001 13:09:56 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sun, 14 Oct 2001 13:09:56 -0700 (PDT) From: Matthew Jacob Reply-To: To: Luigi Rizzo Cc: , Subject: Re: cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c src/sys/i386/isa intr_machdep.h In-Reply-To: <200110142005.f9EK5pX57680@freefall.freebsd.org> Message-ID: <20011014130934.T45231-100000@wonky.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Luigi- I dunno if you sent this to the alpha list or not. On Sun, 14 Oct 2001, Luigi Rizzo wrote: > luigi 2001/10/14 13:05:50 PDT > > Modified files: (Branch: RELENG_4) > sys/sys interrupt.h > sys/kern kern_intr.c > sys/i386/isa intr_machdep.h > Log: > MFC: export interrupt statistics through sysctl same as it > is done in CURRENT (hw.intrcnt and hw.intrnames). > > Note to Alpha committers: intrcnt is also defined in > sys/alpha/include/intrcnt.h -- probably it should be removed from > there to avoid a warning in compilations. However I have no way > to test it so I am leaving that file unmodified until someone > can test this. > > Revision Changes Path > 1.19.2.2 +1 -4 src/sys/i386/isa/intr_machdep.h > 1.24.2.1 +31 -1 src/sys/kern/kern_intr.c > 1.9.2.1 +5 -0 src/sys/sys/interrupt.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13:10: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 4197837B40D; Sun, 14 Oct 2001 13:10:05 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKA5858225; Sun, 14 Oct 2001 13:10:05 -0700 (PDT) (envelope-from luigi) Message-Id: <200110142010.f9EKA5858225@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 14 Oct 2001 13:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_default.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/10/14 13:10:05 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_default.c Log: Remove a warning for an unused variable (technically the variable was used, but in a way that the compiler could optimize out presumably before checking for usage.) Revision Changes Path 1.28.2.5 +2 -4 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 Sun Oct 14 13:17: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 988DB37B40C; Sun, 14 Oct 2001 13:17:53 -0700 (PDT) Received: (from fjoe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKHrL58994; Sun, 14 Oct 2001 13:17:53 -0700 (PDT) (envelope-from fjoe) Message-Id: <200110142017.f9EKHrL58994@freefall.freebsd.org> From: Max Khon Date: Sun, 14 Oct 2001 13:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_arc.h if.c if_arp.h if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_var.h if_vlan.c src/sys/netinet if_ether.c if_ether.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2001/10/14 13:17:53 PDT Modified files: sys/net if.c if_arp.h if_ethersubr.c if_fddisubr.c if_iso88025subr.c if_var.h if_vlan.c sys/netinet if_ether.c if_ether.h Added files: sys/net if_arc.h Log: bring in ARP support for variable length link level addresses Reviewed by: jdp Approved by: jdp Obtained from: NetBSD MFC after: 6 weeks Revision Changes Path 1.121 +2 -1 src/sys/net/if.c 1.1 +149 -0 src/sys/net/if_arc.h (new) 1.16 +11 -1 src/sys/net/if_arp.h 1.100 +4 -3 src/sys/net/if_ethersubr.c 1.53 +3 -2 src/sys/net/if_fddisubr.c 1.19 +4 -3 src/sys/net/if_iso88025subr.c 1.39 +5 -1 src/sys/net/if_var.h 1.34 +2 -2 src/sys/net/if_vlan.c 1.84 +156 -100 src/sys/netinet/if_ether.c 1.25 +3 -3 src/sys/netinet/if_ether.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13:23: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 965C637B408; Sun, 14 Oct 2001 13:23:28 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKNSd59577; Sun, 14 Oct 2001 13:23:28 -0700 (PDT) (envelope-from mi) Message-Id: <200110142023.f9EKNSd59577@freefall.freebsd.org> From: Mikhail Teterin Date: Sun, 14 Oct 2001 13:23:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/gd2/files Makefile.bsd patch-gif patch-ac patch-gdkanji.c patch-gdttf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/10/14 13:23:28 PDT Modified files: graphics/gd2 Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/gd2/files patch-gif Added files: graphics/gd2/files Makefile.bsd Removed files: graphics/gd2/files patch-ac patch-gdkanji.c patch-gdttf.c Log: Upgrade to 2.0.1 (gd2 was repocopied from gd). The name of the installed library is still libgd, which is on purpose. It looks like very little needs to be done after all to make current gd users switch, so gd2 will, hopefully, quickly become gd again. XPM will be used by default now, unless WITHOUT_XPM is declared. When XPM can be built without installing X11, this is seems sensible. Revision Changes Path 1.43 +16 -14 ports/graphics/gd2/Makefile 1.16 +1 -1 ports/graphics/gd2/distinfo 1.1 +49 -0 ports/graphics/gd2/files/Makefile.bsd (new) 1.17 +0 -178 ports/graphics/gd2/files/patch-ac (dead) 1.2 +0 -87 ports/graphics/gd2/files/patch-gdkanji.c (dead) 1.2 +0 -17 ports/graphics/gd2/files/patch-gdttf.c (dead) 1.2 +1 -2 ports/graphics/gd2/files/patch-gif 1.3 +1 -1 ports/graphics/gd2/pkg-comment 1.5 +11 -16 ports/graphics/gd2/pkg-descr 1.11 +1 -1 ports/graphics/gd2/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 Oct 14 13:47: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 EB5DD37B411; Sun, 14 Oct 2001 13:47:09 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKl9t65155; Sun, 14 Oct 2001 13:47:09 -0700 (PDT) (envelope-from tegge) Message-Id: <200110142047.f9EKl9t65155@freefall.freebsd.org> From: Tor Egge Date: Sun, 14 Oct 2001 13:47:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/14 13:47:09 PDT Modified files: sys/vm vm_map.c Log: Fix locking violations during page wiring: - vm map entries are not valid after the map has been unlocked. - An exclusive lock on the map is needed before calling vm_map_simplify_entry(). Fix cleanup after page wiring failure to unwire all pages that had been successfully wired before the failure was detected. Reviewed by: dillon Revision Changes Path 1.210 +33 -4 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13:51: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 DF70837B405; Sun, 14 Oct 2001 13:51:17 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKpHg65720; Sun, 14 Oct 2001 13:51:17 -0700 (PDT) (envelope-from tegge) Message-Id: <200110142051.f9EKpHg65720@freefall.freebsd.org> From: Tor Egge Date: Sun, 14 Oct 2001 13:51:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/14 13:51:17 PDT Modified files: sys/vm vm_pageout.c Log: Don't remove all mappings of a swapped out process if the vm map contained wired entries. vm_fault_unwire() depends on the mapping being intact. Reviewed by: dillon Revision Changes Path 1.184 +6 -2 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 13:57: 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 448F837B406; Sun, 14 Oct 2001 13:56:57 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EKuv966592; Sun, 14 Oct 2001 13:56:57 -0700 (PDT) (envelope-from tegge) Message-Id: <200110142056.f9EKuv966592@freefall.freebsd.org> From: Tor Egge Date: Sun, 14 Oct 2001 13:56:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/14 13:56:56 PDT Modified files: sys/i386/i386 pmap.c Log: Reduce the number of TLB shootdowns caused by a call to pmap_qenter() from number of pages mapped to 1. Reviewed by: dillon Revision Changes Path 1.291 +19 -5 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14: 9: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 845AB37B401; Sun, 14 Oct 2001 14:09:04 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EL94871325; Sun, 14 Oct 2001 14:09:04 -0700 (PDT) (envelope-from tegge) Message-Id: <200110142109.f9EL94871325@freefall.freebsd.org> From: Tor Egge Date: Sun, 14 Oct 2001 14:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/14 14:09:04 PDT Modified files: sys/i386/i386 vm_machdep.c Log: Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove(). This significantly reduces the number of TLB shootdowns caused by vmapbuf/vunmapbuf when performing many large reads from raw disk devices. Reviewed by: dillon Revision Changes Path 1.175 +25 -16 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14:11: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 0F04737B407; Sun, 14 Oct 2001 14:11:34 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELBYf71588; Sun, 14 Oct 2001 14:11:34 -0700 (PDT) (envelope-from tegge) Message-Id: <200110142111.f9ELBYf71588@freefall.freebsd.org> From: Tor Egge Date: Sun, 14 Oct 2001 14:11:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh mksyntax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/14 14:11:33 PDT Modified files: bin/sh mksyntax.c Log: Repair normally unused is_digit() macro. Revision Changes Path 1.17 +2 -2 src/bin/sh/mksyntax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14:14: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 673C337B407; Sun, 14 Oct 2001 14:14:18 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELEIY72408; Sun, 14 Oct 2001 14:14:18 -0700 (PDT) (envelope-from luigi) Message-Id: <200110142114.f9ELEIY72408@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 14 Oct 2001 14:14:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci_compat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/10/14 14:14:14 PDT Modified files: (Branch: RELENG_4) sys/pci pci_compat.c Log: Remove a warning related to the last change to interrupt.h Revision Changes Path 1.35.2.1 +1 -6 src/sys/pci/pci_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14: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 6574337B406; Sun, 14 Oct 2001 14:20:13 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELKDa73246; Sun, 14 Oct 2001 14:20:13 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110142120.f9ELKDa73246@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 14:20:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootp.h bootpd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 14:20:12 PDT Modified files: (Branch: RELENG_4) libexec/bootpd bootp.h bootpd.c Log: MFC: Use the most conservative interpretation of the "DHCP Maximum Message Size" since RFC2132 is ambiguous about its meaning. Revision Changes Path 1.5.2.1 +3 -1 src/libexec/bootpd/bootp.h 1.13.2.2 +3 -3 src/libexec/bootpd/bootpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14:25: 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 0250C37B405; Sun, 14 Oct 2001 14:25:02 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELP2673711; Sun, 14 Oct 2001 14:25:02 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110142125.f9ELP2673711@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 14:25:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd readfile.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 14:25:02 PDT Modified files: (Branch: RELENG_4) libexec/bootpd readfile.c Log: MFC: 1.8; add two missing `break' statements and fix a typo. Revision Changes Path 1.6.2.2 +4 -2 src/libexec/bootpd/readfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14:29: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 3EF3237B408; Sun, 14 Oct 2001 14:29:37 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELTb774079; Sun, 14 Oct 2001 14:29:37 -0700 (PDT) (envelope-from tobez) Message-Id: <200110142129.f9ELTb774079@freefall.freebsd.org> From: Anton Berezin Date: Sun, 14 Oct 2001 14:29:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-NetAddr-IP Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/14 14:29:36 PDT Modified files: net/p5-NetAddr-IP Makefile Log: Fix port's build on -stable. Submitted by: bento logs Revision Changes Path 1.10 +8 -1 ports/net/p5-NetAddr-IP/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14:39: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 CE21037B403; Sun, 14 Oct 2001 14:39:54 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELdsZ76315; Sun, 14 Oct 2001 14:39:54 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110142139.f9ELdsZ76315@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 14:39:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd dumptab.c getether.c src/libexec/bootpd/tools/bootptest print-bootp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 14:39:54 PDT Modified files: (Branch: RELENG_4) libexec/bootpd dumptab.c getether.c libexec/bootpd/tools/bootptest print-bootp.c Log: MFC: Avoid a few compiler warnings. Revision Changes Path 1.6.2.1 +3 -1 src/libexec/bootpd/dumptab.c 1.9.2.2 +4 -2 src/libexec/bootpd/getether.c 1.6.2.1 +2 -2 src/libexec/bootpd/tools/bootptest/print-bootp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 14:50: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 2F0EE37B403; Sun, 14 Oct 2001 14:50:40 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ELoe777350; Sun, 14 Oct 2001 14:50:40 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110142150.f9ELoe777350@freefall.freebsd.org> From: Ian Dowse Date: Sun, 14 Oct 2001 14:50:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/14 14:50:39 PDT Modified files: (Branch: RELENG_4) sbin/tunefs tunefs.c Log: MFC: 1.20; allow tunefs to operate on filesystem images in regular files, fix a few other minor bugs. Revision Changes Path 1.11.2.5 +5 -6 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 15:40: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 7836637B40A; Sun, 14 Oct 2001 15:40:19 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EMeJ085034; Sun, 14 Oct 2001 15:40:19 -0700 (PDT) (envelope-from dd) Message-Id: <200110142240.f9EMeJ085034@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 14 Oct 2001 15:40:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys link.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/14 15:40:19 PDT Modified files: lib/libc/sys link.2 Log: link(2) may fail with EPERM if name1 is immutable or append-only. PR: 31025 Submitted by: Tim Singletary Revision Changes Path 1.20 +5 -2 src/lib/libc/sys/link.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 15:46: 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 7FAD637B40B; Sun, 14 Oct 2001 15:46:05 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EMk5985598; Sun, 14 Oct 2001 15:46:05 -0700 (PDT) (envelope-from dd) Message-Id: <200110142246.f9EMk5985598@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 14 Oct 2001 15:46:05 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/14 15:46:05 PDT Modified files: sbin/ipfw ipfw.8 Log: Repair typo. PR: 31262 Submitted by: Revision Changes Path 1.93 +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 Sun Oct 14 15:52: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 E3AA637B405; Sun, 14 Oct 2001 15:52:18 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EMqIl86054; Sun, 14 Oct 2001 15:52:18 -0700 (PDT) (envelope-from alex) Message-Id: <200110142252.f9EMqIl86054@freefall.freebsd.org> From: Alexander Langer Date: Sun, 14 Oct 2001 15:52:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 Makefile pkg-message ports/editors/staroffice60/files sversionrc instdb.ins.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2001/10/14 15:52:18 PDT Modified files: editors/staroffice60 Makefile pkg-message editors/staroffice60/files instdb.ins.patch Added files: editors/staroffice60/files sversionrc Log: - Add missing file sversionrc - Added fix for WRKDIRPREFIX size and better english. Thank goes to Mike Meyer - Depend on installed libXrender.so.1.0 (linux-base-7) - Create symlink for libXrender.so within the staroffice installation. - Fix broken ".if !exists" cases with "ls -fs" instead just "ln -s" - Fix spelling errors Submitted by: Martin Blapp (MAINTAINER) Revision Changes Path 1.33 +16 -10 ports/editors/staroffice60/Makefile 1.2 +22 -27 ports/editors/staroffice60/files/instdb.ins.patch 1.1 +3 -0 ports/editors/staroffice60/files/sversionrc (new) 1.7 +1 -1 ports/editors/staroffice60/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 16: 1: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 0040637B403; Sun, 14 Oct 2001 16:01:25 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EN1P186993; Sun, 14 Oct 2001 16:01:25 -0700 (PDT) (envelope-from chern) Message-Id: <200110142301.f9EN1P186993@freefall.freebsd.org> From: Chern Lee Date: Sun, 14 Oct 2001 16:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/14 16:01:25 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: prececeded -> preceded Revision Changes Path 1.166 +1 -1 doc/en_US.ISO8859-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 Sun Oct 14 16:13: 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 9008837B403; Sun, 14 Oct 2001 16:13:01 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9END1I90970; Sun, 14 Oct 2001 16:13:01 -0700 (PDT) (envelope-from dd) Message-Id: <200110142313.f9END1I90970@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 14 Oct 2001 16:13:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue rogue.6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/14 16:13:01 PDT Modified files: games/rogue rogue.6 Log: Slightly improve wording in the opening paragraph. PR: 31202 Submitted by: Jasmin Blanchette Revision Changes Path 1.7 +2 -2 src/games/rogue/rogue.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 17: 4: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 D3AC937B407; Sun, 14 Oct 2001 17:04:23 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F04Nb95845; Sun, 14 Oct 2001 17:04:23 -0700 (PDT) (envelope-from chern) Message-Id: <200110150004.f9F04Nb95845@freefall.freebsd.org> From: Chern Lee Date: Sun, 14 Oct 2001 17:04:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/14 17:04:23 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Table has four columns, not three. Revision Changes Path 1.126 +2 -2 doc/en_US.ISO8859-1/books/handbook/install/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 Oct 14 17:37: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 72FE037B40D; Sun, 14 Oct 2001 17:37:46 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F0bka04668; Sun, 14 Oct 2001 17:37:46 -0700 (PDT) (envelope-from mp) Message-Id: <200110150037.f9F0bka04668@freefall.freebsd.org> From: Mark Peek Date: Sun, 14 Oct 2001 17:37:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include pcb.h src/sys/powerpc/powerpc genassym.c swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/14 17:37:46 PDT Modified files: sys/powerpc/include pcb.h sys/powerpc/powerpc genassym.c swtch.s Log: Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closer to working but still needs some work to properly switch the full context (such as saving the fpu registers, switch stacks, etc.). Also, remove some dead code that was mixed in. Revision Changes Path 1.2 +2 -0 src/sys/powerpc/include/pcb.h 1.37 +3 -1 src/sys/powerpc/powerpc/genassym.c 1.5 +28 -165 src/sys/powerpc/powerpc/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 17:38: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 7CECC37B403; Sun, 14 Oct 2001 17:38:32 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F0cWV04747; Sun, 14 Oct 2001 17:38:32 -0700 (PDT) (envelope-from chern) Message-Id: <200110150038.f9F0cWV04747@freefall.freebsd.org> From: Chern Lee Date: Sun, 14 Oct 2001 17:38:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/14 17:38:32 PDT Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add a standard sypnosis. Revision Changes Path 1.88 +57 -3 doc/en_US.ISO8859-1/books/handbook/security/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 Oct 14 17:44: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 3A4E437B401; Sun, 14 Oct 2001 17:44:22 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F0iMm06547; Sun, 14 Oct 2001 17:44:22 -0700 (PDT) (envelope-from bsd) Message-Id: <200110150044.f9F0iMm06547@freefall.freebsd.org> From: "Brian S. Dean" Date: Sun, 14 Oct 2001 17:44:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avrprog Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/10/14 17:44:22 PDT Modified files: devel/avrprog Makefile distinfo Log: Update to version 1.4.0. Revision Changes Path 1.4 +2 -2 ports/devel/avrprog/Makefile 1.4 +1 -1 ports/devel/avrprog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 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 768DE37B40B; Sun, 14 Oct 2001 18:04:49 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F14nf10836; Sun, 14 Oct 2001 18:04:49 -0700 (PDT) (envelope-from mp) Message-Id: <200110150104.f9F14nf10836@freefall.freebsd.org> From: Mark Peek Date: Sun, 14 Oct 2001 18:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/14 18:04:49 PDT Modified files: sys/powerpc/powerpc swtch.s Log: Fix typo. Revision Changes Path 1.6 +1 -1 src/sys/powerpc/powerpc/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 18:12:50 2001 Delivered-To: cvs-all@freebsd.org Received: from ns1.crl.go.jp (ns1.crl.go.jp [133.243.3.1]) by hub.freebsd.org (Postfix) with ESMTP id 308C537B40C; Sun, 14 Oct 2001 18:12:41 -0700 (PDT) Received: from crlgw1.crl.go.jp ([133.243.18.250]) by ns1.crl.go.jp (8.11.6/3.7W) with ESMTP id f9F1CeU01958; Mon, 15 Oct 2001 10:12:40 +0900 (JST) Received: from cain.gsoft.com.au (localhost [127.0.0.1]) by crlgw1.crl.go.jp (8.11.6/8.11.6) with ESMTP id f9F1Cd406455; Mon, 15 Oct 2001 10:12:39 +0900 (JST) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110141922.f9EJMpj46680@freefall.freebsd.org> Date: Mon, 15 Oct 2001 10:11:06 +0900 (JST) From: "Daniel O'Connor" To: Scott Long Subject: RE: cvs commit: src/sys/dev/sound/pci maestro3.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Oct-2001 Scott Long wrote: > Turn on the hardware volume buttons that are present on most laptops with > these chips. There is a new hint, hint.pcm.N.hwvol_config, that can be > set > to 1 or 0 to select which pins the buttons are connected to. I'm open to Cool :) > suggestions on where to document this. Also bump the number of playback > channels up to 4. man 4 maestro3 Oh wait.. it doesn't exist.. ;) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 18: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 5E97037B403; Sun, 14 Oct 2001 18:18:51 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F1Ipj15408; Sun, 14 Oct 2001 18:18:51 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150118.f9F1Ipj15408@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 18:18:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile.inc0 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 18:18:51 PDT Modified files: gnu/usr.bin/binutils Makefile.inc0 Log: More cleaning. Revision Changes Path 1.20 +1 -1 src/gnu/usr.bin/binutils/Makefile.inc0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 18: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 9E1DB37B408; Sun, 14 Oct 2001 18:32:48 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F1Wmf16907; Sun, 14 Oct 2001 18:32:48 -0700 (PDT) (envelope-from grog) Message-Id: <200110150132.f9F1Wmf16907@freefall.freebsd.org> From: Greg Lehey Date: Sun, 14 Oct 2001 18:32:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum Makefile vext.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/10/14 18:32:48 PDT Modified files: sbin/vinum Makefile vext.h Log: Reinstate VINUMDEBUG. Removing it also removes some diagnostic commands. I should reconsider whether I just leave them in without #ifdef VINUMDEBUG. Revision Changes Path 1.23 +2 -2 src/sbin/vinum/Makefile 1.22 +0 -1 src/sbin/vinum/vext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 18:43: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 4AFF337B403; Sun, 14 Oct 2001 18:43:23 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F1hN918250; Sun, 14 Oct 2001 18:43:23 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150143.f9F1hN918250@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 18:43:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/as targ-env.h obj-format.h Makefile.inc0 src/gnu/usr.bin/binutils/as/alpha-freebsd Makefile obj-format.h targ-env.h src/gnu/usr.bin/binutils/as/i386-freebsd Makefile obj-format.h targ-env.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 18:43:23 PDT Modified files: gnu/usr.bin/binutils/as Makefile.inc0 gnu/usr.bin/binutils/as/alpha-freebsd Makefile gnu/usr.bin/binutils/as/i386-freebsd Makefile gnu/usr.bin/binutils/as/i386-winnt Makefile gnu/usr.bin/binutils/as/m68k-freebsd Makefile gnu/usr.bin/binutils/as/m68k-netbsdaout Makefile gnu/usr.bin/binutils/as/powerpc-freebsd Makefile gnu/usr.bin/binutils/as/sparc64-freebsd Makefile Added files: gnu/usr.bin/binutils/as targ-env.h obj-format.h Removed files: gnu/usr.bin/binutils/as/alpha-freebsd obj-format.h targ-env.h gnu/usr.bin/binutils/as/i386-freebsd obj-format.h targ-env.h gnu/usr.bin/binutils/as/powerpc-freebsd obj-format.h targ-env.h gnu/usr.bin/binutils/as/sparc64-freebsd obj-format.h targ-env.h Log: We can easily share obj-format.h and targ-env.h files across all FreeBSD platforms, which reduces the upgrade effort. Also tidy up the Makefiles. Revision Changes Path 1.14 +2 -2 src/gnu/usr.bin/binutils/as/Makefile.inc0 1.8 +5 -8 src/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile 1.2 +0 -1 src/gnu/usr.bin/binutils/as/alpha-freebsd/obj-format.h (dead) 1.2 +0 -1 src/gnu/usr.bin/binutils/as/alpha-freebsd/targ-env.h (dead) 1.9 +5 -8 src/gnu/usr.bin/binutils/as/i386-freebsd/Makefile 1.2 +0 -1 src/gnu/usr.bin/binutils/as/i386-freebsd/obj-format.h (dead) 1.2 +0 -1 src/gnu/usr.bin/binutils/as/i386-freebsd/targ-env.h (dead) 1.2 +3 -6 src/gnu/usr.bin/binutils/as/i386-winnt/Makefile 1.3 +4 -7 src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile 1.2 +3 -6 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/Makefile 1.1 +3 -0 src/gnu/usr.bin/binutils/as/obj-format.h (new) 1.4 +6 -7 src/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile 1.2 +0 -2 src/gnu/usr.bin/binutils/as/powerpc-freebsd/obj-format.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-env.h (dead) 1.4 +5 -8 src/gnu/usr.bin/binutils/as/sparc64-freebsd/Makefile 1.3 +0 -2 src/gnu/usr.bin/binutils/as/sparc64-freebsd/obj-format.h (dead) 1.3 +0 -2 src/gnu/usr.bin/binutils/as/sparc64-freebsd/targ-env.h (dead) 1.1 +3 -0 src/gnu/usr.bin/binutils/as/targ-env.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 18:43: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 E803A37B445; Sun, 14 Oct 2001 18:43:38 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F1hcD18298; Sun, 14 Oct 2001 18:43:38 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110150143.f9F1hcD18298@freefall.freebsd.org> From: Matt Jacob Date: Sun, 14 Oct 2001 18:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/14 18:43:38 PDT Added files: (Branch: RELENG_4) sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Err, umm, the i386 linux files got committed to the RELENG_4 branch, so I assume that the alpha ones should be as well. Revision Changes Path 1.9.2.1 +647 -0 src/sys/alpha/linux/linux_proto.h (new) 1.8.2.1 +188 -0 src/sys/alpha/linux/linux_syscall.h (new) 1.8.2.1 +391 -0 src/sys/alpha/linux/linux_sysent.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 18:57: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 6379F37B409; Sun, 14 Oct 2001 18:57:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F1vD919593; Sun, 14 Oct 2001 18:57:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150157.f9F1vD919593@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 18:57:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 18:57:13 PDT Modified files: gnu/usr.bin/binutils Makefile Log: We don't support GDB for IA-64, PowerPC, or sparc64 yet. Revision Changes Path 1.15 +4 -2 src/gnu/usr.bin/binutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19: 1: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 00E8037B401; Sun, 14 Oct 2001 19:01:23 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F21M820201; Sun, 14 Oct 2001 19:01:22 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110150201.f9F21M820201@freefall.freebsd.org> From: Matt Jacob Date: Sun, 14 Oct 2001 19:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci pci_eb164_intr.s X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/14 19:01:22 PDT Modified files: (Branch: RELENG_4) sys/alpha/pci pci_eb164_intr.s Log: MFC 1.3: Fix typo in END macro (END'ed enable twice) Revision Changes Path 1.1.6.2 +1 -1 src/sys/alpha/pci/pci_eb164_intr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19: 5: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 D975237B409; Sun, 14 Oct 2001 19:05:06 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F256U21144; Sun, 14 Oct 2001 19:05:06 -0700 (PDT) (envelope-from scottl) Message-Id: <200110150205.f9F256U21144@freefall.freebsd.org> From: Scott Long Date: Sun, 14 Oct 2001 19:05:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/10/14 19:05:06 PDT Modified files: sys/cam/scsi scsi_da.c Log: Add a quirk entry so that the Maxtor 3000LE USB drive will work. Submitted by: merry, Randy Bush MFC after: 3 days Revision Changes Path 1.81 +8 -1 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19:12: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 EC22737B407; Sun, 14 Oct 2001 19:12:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2C9f24554; Sun, 14 Oct 2001 19:12:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150212.f9F2C9f24554@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 19:12:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.ia64 src/gnu/usr.bin/binutils/libbfd Makefile.ia64 src/gnu/usr.bin/binutils/libopcodes Makefile.ia64 src/gnu/usr.bin/binutils/as/ia64-freebsd Makefile config.h targ-cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 19:12:09 PDT Added files: gnu/usr.bin/binutils/ld Makefile.ia64 gnu/usr.bin/binutils/libbfd Makefile.ia64 gnu/usr.bin/binutils/libopcodes Makefile.ia64 gnu/usr.bin/binutils/as/ia64-freebsd Makefile config.h targ-cpu.h Log: Binutils 2.11.2 build framework for the FreeBSD/IA-64 target. Revision Changes Path 1.1 +11 -0 src/gnu/usr.bin/binutils/as/ia64-freebsd/Makefile (new) 1.1 +285 -0 src/gnu/usr.bin/binutils/as/ia64-freebsd/config.h (new) 1.1 +3 -0 src/gnu/usr.bin/binutils/as/ia64-freebsd/targ-cpu.h (new) 1.1 +24 -0 src/gnu/usr.bin/binutils/ld/Makefile.ia64 (new) 1.1 +37 -0 src/gnu/usr.bin/binutils/libbfd/Makefile.ia64 (new) 1.1 +4 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.ia64 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19:13: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 215C637B405; Sun, 14 Oct 2001 19:13:27 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2DRI24795; Sun, 14 Oct 2001 19:13:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150213.f9F2DRI24795@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 19:13:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd/ia64 bfd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 19:13:27 PDT Added files: gnu/usr.bin/binutils/libbfd/ia64 bfd.h Log: Binutils 2.11.2 build framework for the FreeBSD/IA-64 target. Revision Changes Path 1.1 +3525 -0 src/gnu/usr.bin/binutils/libbfd/ia64/bfd.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19:14: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 E768B37B408; Sun, 14 Oct 2001 19:14:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2E8b24873; Sun, 14 Oct 2001 19:14:08 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150214.f9F2E8b24873@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 19:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/addr2line Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 19:14:08 PDT Modified files: gnu/usr.bin/binutils/addr2line Makefile Log: Clean this up. Revision Changes Path 1.5 +9 -9 src/gnu/usr.bin/binutils/addr2line/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19: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 B1E3B37B40E; Sun, 14 Oct 2001 19:18:57 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2Ivo25437; Sun, 14 Oct 2001 19:18:57 -0700 (PDT) (envelope-from scottl) Message-Id: <200110150218.f9F2Ivo25437@freefall.freebsd.org> From: Scott Long Date: Sun, 14 Oct 2001 19:18:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/10/14 19:18:57 PDT Modified files: sys/cam/scsi scsi_da.c Log: Forced commit to fix the Submitted by: line. Submitted by: ken, Randy Bush Revision Changes Path 1.82 +0 -0 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19:49: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 3679137B40B; Sun, 14 Oct 2001 19:49:16 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2nGt28859; Sun, 14 Oct 2001 19:49:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150249.f9F2nGt28859@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 19:49:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha fixit_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 19:49:15 PDT Modified files: release/alpha fixit_crunch.conf Log: + Use `ee' in lue of `vi' as it is smaller. + Remove 'sleep' (not sure why it is so important in fix-it mode). + Remove ability to mount MSDOSFS as that is not a typical filesystem on an alpha; and thus does not really add to the fix-it mix. + Sync style with i386. Revision Changes Path 1.30 +6 -8 src/release/alpha/fixit_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19: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 5C89937B401; Sun, 14 Oct 2001 19:50:18 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2oIG28988; Sun, 14 Oct 2001 19:50:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150250.f9F2oIG28988@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 19:50:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 19:50:18 PDT Modified files: release/alpha dokern.sh Log: Add back DEC_EB64PLUS and DEC_AXPPCI_33 support as we've gained a little bit more room on the install floppies now that modules can be on a 3rd floppy. Revision Changes Path 1.53 +1 -3 src/release/alpha/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 19:55: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 990D737B403; Sun, 14 Oct 2001 19:55:13 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F2tD529636; Sun, 14 Oct 2001 19:55:13 -0700 (PDT) (envelope-from bsd) Message-Id: <200110150255.f9F2tD529636@freefall.freebsd.org> From: "Brian S. Dean" Date: Sun, 14 Oct 2001 19:55:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avrprog Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/10/14 19:55:13 PDT Modified files: devel/avrprog Makefile distinfo Log: Update to version 1.4.1. Revision Changes Path 1.5 +1 -1 ports/devel/avrprog/Makefile 1.5 +1 -1 ports/devel/avrprog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 20:10: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 55D6C37B406; Sun, 14 Oct 2001 20:10:48 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F3AmN33850; Sun, 14 Oct 2001 20:10:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200110150310.f9F3AmN33850@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Oct 2001 20:10:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/14 20:10:48 PDT Modified files: gnu/usr.bin/binutils/libbfd Makefile.ia64 Log: We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it. Revision Changes Path 1.2 +3 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 20:47:27 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 184D937B409; Sun, 14 Oct 2001 20:47:21 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9F3lKH11223; Sun, 14 Oct 2001 20:47:20 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sun, 14 Oct 2001 20:47:20 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c src/sys/i386/isa intr_machdep.h In-Reply-To: <200110142005.f9EK5pX57680@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This does not seem to cause any agitata with alpha kernels. There are duplicate but overlapping definitions in in alpha, but unless there's a great need to be just all that clean, it's not really worth cleaning up in -stable. On Sun, 14 Oct 2001, Luigi Rizzo wrote: > luigi 2001/10/14 13:05:50 PDT > > Modified files: (Branch: RELENG_4) > sys/sys interrupt.h > sys/kern kern_intr.c > sys/i386/isa intr_machdep.h > Log: > MFC: export interrupt statistics through sysctl same as it > is done in CURRENT (hw.intrcnt and hw.intrnames). > > Note to Alpha committers: intrcnt is also defined in > sys/alpha/include/intrcnt.h -- probably it should be removed from > there to avoid a warning in compilations. However I have no way > to test it so I am leaving that file unmodified until someone > can test this. > > Revision Changes Path > 1.19.2.2 +1 -4 src/sys/i386/isa/intr_machdep.h > 1.24.2.1 +31 -1 src/sys/kern/kern_intr.c > 1.9.2.1 +5 -0 src/sys/sys/interrupt.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 21:21: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 5D1CE37B401; Sun, 14 Oct 2001 21:21:25 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F4LPV43210; Sun, 14 Oct 2001 21:21:25 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110150421.f9F4LPV43210@freefall.freebsd.org> From: Matt Jacob Date: Sun, 14 Oct 2001 21:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/14 21:21:25 PDT Modified files: (Branch: RELENG_4) sys/modules/linux Makefile Log: I seemed to need to specifically include MACHINE_ARCH/linux as an include in CFLAGS in order to compile. Revision Changes Path 1.34.2.7 +2 -1 src/sys/modules/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 21:23: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 37E1837B405; Sun, 14 Oct 2001 21:23:38 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F4Nc443510; Sun, 14 Oct 2001 21:23:38 -0700 (PDT) (envelope-from scottl) Message-Id: <200110150423.f9F4Nc443510@freefall.freebsd.org> From: Scott Long Date: Sun, 14 Oct 2001 21:23:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 maestro3.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/10/14 21:23:38 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 maestro3.4 Log: Add a manual page for the Maestro3 sound driver. This documents it's special nature under the GPL and a boot hint that can affect operation. MFC after: 3 days Revision Changes Path 1.138 +2 -1 src/share/man/man4/Makefile 1.1 +75 -0 src/share/man/man4/maestro3.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 21:28:13 2001 Delivered-To: cvs-all@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 8E83437B409; Sun, 14 Oct 2001 21:28:08 -0700 (PDT) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA23771; Sun, 14 Oct 2001 21:28:08 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA15897; Sun, 14 Oct 2001 21:14:17 -0700 (PDT) Received: from hollin.btc.adaptec.com (hollin [162.62.149.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id WAA06864; Sun, 14 Oct 2001 22:28:05 -0600 (MDT) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.11.6/8.11.4) id f9F4NLX05860; Sun, 14 Oct 2001 22:23:21 -0600 (MDT) (envelope-from scottl) Date: Sun, 14 Oct 2001 22:23:21 -0600 From: Scott Long To: Scott Long Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 maestro3.4 Makefile Message-ID: <20011014222320.B5751@hollin.btc.adaptec.com> References: <200110150423.f9F4Nc443510@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110150423.f9F4Nc443510@freefall.freebsd.org> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 14, 2001 at 09:23:38PM -0700, Scott Long wrote: > scottl 2001/10/14 21:23:38 PDT > > Modified files: > share/man/man4 Makefile > Added files: > share/man/man4 maestro3.4 > Log: > Add a manual page for the Maestro3 sound driver. This documents it's > special nature under the GPL and a boot hint that can affect operation. > > MFC after: 3 days > > Revision Changes Path > 1.138 +2 -1 src/share/man/man4/Makefile > 1.1 +75 -0 src/share/man/man4/maestro3.4 (new) Oops, forgot to add that Daniel O'Connor provided the guilt to get this done =-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 21:29: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 68D0F37B407; Sun, 14 Oct 2001 21:29:06 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F4T6N44035; Sun, 14 Oct 2001 21:29:06 -0700 (PDT) (envelope-from bde) Message-Id: <200110150429.f9F4T6N44035@freefall.freebsd.org> From: Bruce Evans Date: Sun, 14 Oct 2001 21:29:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/14 21:29:06 PDT Modified files: lib/libc/stdio vfprintf.c Log: Fixed style bugs in previous commit. Revision Changes Path 1.31 +15 -15 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 23: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 255EF37B407; Sun, 14 Oct 2001 23:34:45 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F6YjC66463; Sun, 14 Oct 2001 23:34:45 -0700 (PDT) (envelope-from clive) Message-Id: <200110150634.f9F6YjC66463@freefall.freebsd.org> From: Clive Lin Date: Sun, 14 Oct 2001 23:34:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/bind8 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/14 23:34:45 PDT Modified files: chinese Makefile Added files: chinese/bind8 Makefile distinfo Log: Add chinese/bind8, a slave port of net/bind8. The patchset for this port simply does one thing: let 8 bit character go. According to the submitter, the patchset is derived from twnic.net, which allows multilingual .tw domain name registration now. Submitted by: jihuang@gate.sinica.edu.tw Revision Changes Path 1.100 +2 -1 ports/chinese/Makefile 1.1 +22 -0 ports/chinese/bind8/Makefile (new) 1.1 +3 -0 ports/chinese/bind8/distinfo (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Oct 14 23:49: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 57BCF37B401; Sun, 14 Oct 2001 23:49:30 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F6nUE68100; Sun, 14 Oct 2001 23:49:30 -0700 (PDT) (envelope-from clive) Message-Id: <200110150649.f9F6nUE68100@freefall.freebsd.org> From: Clive Lin Date: Sun, 14 Oct 2001 23:49:30 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/14 23:49:30 PDT Modified files: . modules Log: zh-bind8 --> ports/chinese/bind8 Revision Changes Path 1.3982 +1 -0 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 Oct 14 23:59: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 35A9137B408; Sun, 14 Oct 2001 23:59:42 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F6xgS69269; Sun, 14 Oct 2001 23:59:42 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110150659.f9F6xgS69269@freefall.freebsd.org> From: Matt Jacob Date: Sun, 14 Oct 2001 23:59:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c if_wxreg.h if_wxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/14 23:59:41 PDT Modified files: sys/pci if_wx.c if_wxreg.h if_wxvar.h Log: Whack on this soon to be deprecated driver. What the heck, the OpenBSD version will benefit. 1. Add wx_txint_delay as a tunable (defaults to 5000 now, or ~5ms) and switch to using delayed TXDW interrupts. Since the chip continues to reload the TIDV with this value for each descriptor written back, this allows continued deferral of the actual interrupt until the last packet completes (assuming that 5ms between multiple packets transmitting is reasonable). 2. Add two other SYSCTL entities: hw.wx.dump_stats hw.wx.clear_stats to be used, hackey hackey, to get the watchdog routine to dump/clear the current softc statistics. Usage would be: sysctl -w hw.wx.dump_stats=UNIT to cause the current stats to be dumped for UNIT. 3. Attempt to clean up wx_detach routine so we don't panic. Well, things still panic, but given that the code is just like other NIC drivers, I suspect it's actually something elsewhere, like e1000phy, that's actually blowing up. 4. Skip the entire test for runt packets- after doing somet thinking and experimenting, I believe that the chip only doesn't like it if the whole frame to xmit is < 16 bytes- each TFD can be some fragment of that. This should improve performance a chunk because of all of the (14 byte ETHERHEADER + DATA) mbuf chains. 5. Keep track of total frame length. Try not to xmit an odd byte frame- this is supposed to get around some dumb Cisco switch problems. 6. On the last packet, also set Interrupt Delay && Report Packet Sent (see #1 above) 7. Attempt to do xmit garbage collection *first* in order to avoid setting IFF_OACTIVE if at all possible. MFC after: 1 week Revision Changes Path 1.24 +147 -29 src/sys/pci/if_wx.c 1.9 +2 -2 src/sys/pci/if_wxreg.h 1.12 +7 -4 src/sys/pci/if_wxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 0:14: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 23FC637B403; Mon, 15 Oct 2001 00:14:32 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F7EVN73955; Mon, 15 Oct 2001 00:14:31 -0700 (PDT) (envelope-from chern) Message-Id: <200110150714.f9F7EVN73955@freefall.freebsd.org> From: Chern Lee Date: Mon, 15 Oct 2001 00:14:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/15 00:14:31 PDT Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Fix Typo: intellecutal -> intellectual Revision Changes Path 1.89 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 0:21: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 AB1BE37B407; Mon, 15 Oct 2001 00:21:32 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F7LWn74521; Mon, 15 Oct 2001 00:21:32 -0700 (PDT) (envelope-from peter) Message-Id: <200110150721.f9F7LWn74521@freefall.freebsd.org> From: Peter Wemm Date: Mon, 15 Oct 2001 00:21:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/10/15 00:21:32 PDT Modified files: sbin/i386/fdisk fdisk.c Log: Add 0xEE (EFI GPT) and 0xEF (EFI System Partition) Revision Changes Path 1.52 +3 -1 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 0: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 82E3837B401; Mon, 15 Oct 2001 00:25:29 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F7PTR75155; Mon, 15 Oct 2001 00:25:29 -0700 (PDT) (envelope-from peter) Message-Id: <200110150725.f9F7PTR75155@freefall.freebsd.org> From: Peter Wemm Date: Mon, 15 Oct 2001 00:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/10/15 00:25:29 PDT Modified files: lib/libdisk disk.c Log: Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) Revision Changes Path 1.72 +2 -0 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 0:58: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 CA99B37B407; Mon, 15 Oct 2001 00:58:27 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F7wRF79092; Mon, 15 Oct 2001 00:58:27 -0700 (PDT) (envelope-from marcel) Message-Id: <200110150758.f9F7wRF79092@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 15 Oct 2001 00:58:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/15 00:58:27 PDT Modified files: sys/ia64/ia64 machdep.c Log: When compiling with SKI support, create the fake memory regions when either the memory descriptor in the bootinfo is NULL or the descriptor count is 0. Revision Changes Path 1.56 +2 -2 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 0:58:53 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 2ED2B37B405; Mon, 15 Oct 2001 00:58:42 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 15t2e0-000CKm-0C; Mon, 15 Oct 2001 07:58:40 +0000 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f9F7vO748443; Mon, 15 Oct 2001 08:57:24 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 15 Oct 2001 08:55:45 +0100 (BST) From: Doug Rabson To: "David E. O'Brien" Cc: , Subject: Re: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.ia64 src/gnu/usr.bin/binutils/libbfd Makefile.ia64 src/gnu/usr.bin/binutils/libopcodes Makefile.ia64 src/gnu/usr.bin/binutils/as/ia64-f In-Reply-To: <200110150212.f9F2C9f24554@freefall.freebsd.org> Message-ID: <20011015085534.K549-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 14 Oct 2001, David E. O'Brien wrote: > obrien 2001/10/14 19:12:09 PDT > > Added files: > gnu/usr.bin/binutils/ld Makefile.ia64 > gnu/usr.bin/binutils/libbfd Makefile.ia64 > gnu/usr.bin/binutils/libopcodes Makefile.ia64 > gnu/usr.bin/binutils/as/ia64-freebsd Makefile config.h > targ-cpu.h > Log: > Binutils 2.11.2 build framework for the FreeBSD/IA-64 target. Cool! Thanks David. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2: 2: 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 8887037B406; Mon, 15 Oct 2001 02:02:03 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F923e89876; Mon, 15 Oct 2001 02:02:03 -0700 (PDT) (envelope-from robert) Message-Id: <200110150902.f9F923e89876@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw openfirm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 02:02:03 PDT Modified files: sys/boot/ofw/libofw openfirm.h Log: - Add an ifdef guard. - Use unsigned types for the (32-bit) Open Firmware device handles to avoid sign extension on 64-bit architectures. - Add a standard type definition for Open Firmware arguments. Revision Changes Path 1.4 +7 -4 src/sys/boot/ofw/libofw/openfirm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2: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 DE90237B401; Mon, 15 Oct 2001 02:25:30 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9PUs95492; Mon, 15 Oct 2001 02:25:30 -0700 (PDT) (envelope-from robert) Message-Id: <200110150925.f9F9PUs95492@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:25:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw devicename.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 02:25:30 PDT Modified files: sys/boot/ofw/libofw devicename.c Log: Add a function for parsing an Open Firmware boot path into the ofw_devdesc structure. Revision Changes Path 1.9 +30 -4 src/sys/boot/ofw/libofw/devicename.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2:28: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 C415D37B401; Mon, 15 Oct 2001 02:28:07 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9S7H95890; Mon, 15 Oct 2001 02:28:07 -0700 (PDT) (envelope-from robert) Message-Id: <200110150928.f9F9S7H95890@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw libofw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 02:28:07 PDT Modified files: sys/boot/ofw/libofw libofw.h Log: - Include openfirm.h for phandle_t. - Add some necessary members to the ofwdisk structure. - Add a prototype for ofw_parseofwdev. Revision Changes Path 1.4 +11 -8 src/sys/boot/ofw/libofw/libofw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2:35: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 AEDFD37B406; Mon, 15 Oct 2001 02:35:40 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9Ze696851; Mon, 15 Oct 2001 02:35:40 -0700 (PDT) (envelope-from robert) Message-Id: <200110150935.f9F9Ze696851@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw disklabel.h ofw_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 02:35:40 PDT Modified files: sys/boot/ofw/libofw ofw_disk.c Added files: sys/boot/ofw/libofw disklabel.h Log: - Fill dummy functions with code to read from disk using Open Firmware. - Add a temporary disklabel header to boot off a NetBSD/sparc64 partition. This file can be deleted when we have got a FCode bootblock. The disklabel header was obtained from NetBSD. Revision Changes Path 1.1 +492 -0 src/sys/boot/ofw/libofw/disklabel.h (new) 1.3 +106 -7 src/sys/boot/ofw/libofw/ofw_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2:46: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 8404837B401; Mon, 15 Oct 2001 02:46:48 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9kmh98442; Mon, 15 Oct 2001 02:46:48 -0700 (PDT) (envelope-from ru) Message-Id: <200110150946.f9F9kmh98442@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 15 Oct 2001 02:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/15 02:46:48 PDT Modified files: sys/net route.c Log: Don't even attempt to clone host routes. MFC after: 1 week Revision Changes Path 1.65 +5 -3 src/sys/net/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2:51: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 4DFED37B401; Mon, 15 Oct 2001 02:51:10 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9pAP99037; Mon, 15 Oct 2001 02:51:10 -0700 (PDT) (envelope-from robert) Message-Id: <200110150951.f9F9pAP99037@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:51:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw openfirm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 02:51:10 PDT Modified files: sys/boot/ofw/libofw openfirm.c Log: - Use the cell_t type definition for Open Firmware arguments in combination with requisite casts as this avoids fatal side effects on 64-bit architectures. - Add the OF_alloc_phys function. Revision Changes Path 1.4 +360 -248 src/sys/boot/ofw/libofw/openfirm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2:51: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 8587837B411; Mon, 15 Oct 2001 02:51:17 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9pHY99067; Mon, 15 Oct 2001 02:51:17 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110150951.f9F9pHY99067@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 02:51:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/CJK Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 02:51:17 PDT Modified files: chinese/CJK Makefile pkg-plist Log: Add NOPORTDOCS support to pkg-plist PR: 29745 Submitted by: Patrick Li Approved by: MAINTAINER Revision Changes Path 1.19 +4 -4 ports/chinese/CJK/Makefile 1.8 +33 -33 ports/chinese/CJK/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 Oct 15 2:52: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 1082137B401; Mon, 15 Oct 2001 02:52:39 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9qdw99272; Mon, 15 Oct 2001 02:52:39 -0700 (PDT) (envelope-from robert) Message-Id: <200110150952.f9F9qdw99272@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:52:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw ofw_devsearch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 02:52:38 PDT Modified files: sys/boot/ofw/libofw ofw_devsearch.c Log: Do not include openfirm.h; it is now included by libofw.h. Revision Changes Path 1.3 +1 -2 src/sys/boot/ofw/libofw/ofw_devsearch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 2:54: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 91B3337B40D; Mon, 15 Oct 2001 02:54:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9sLj99463; Mon, 15 Oct 2001 02:54:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110150954.f9F9sLj99463@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 02:54:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/libtabe pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 02:54:21 PDT Modified files: chinese/libtabe pkg-plist Log: NOPORTDOCS support PR: 29750 Submitted by: Patrick Li Revision Changes Path 1.13 +10 -10 ports/chinese/libtabe/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 Oct 15 3: 1: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 862A637B40C; Mon, 15 Oct 2001 03:01:39 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FA1dQ00829; Mon, 15 Oct 2001 03:01:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151001.f9FA1dQ00829@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 03:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 03:01:39 PDT Modified files: chinese/xcin25 Makefile pkg-plist Log: - NOPORTDOCS support to pkg-plist - 's|${INSTALL_MAN}|${INSTALL_DATA}|' PR: 29753 Submitted by: Patrick Li Revision Changes Path 1.35 +7 -7 ports/chinese/xcin25/Makefile 1.17 +33 -33 ports/chinese/xcin25/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 Oct 15 3: 2: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 EC22337B40A; Mon, 15 Oct 2001 03:02:34 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FA2Yh00935; Mon, 15 Oct 2001 03:02:34 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110151002.f9FA2Yh00935@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Oct 2001 03:02:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/15 03:02:34 PDT Modified files: lang/librep Makefile distinfo pkg-plist Log: Update to 0.15.1. Revision Changes Path 1.29 +3 -2 ports/lang/librep/Makefile 1.18 +1 -1 ports/lang/librep/distinfo 1.18 +13 -6 ports/lang/librep/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 Oct 15 3: 7: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 E700837B403; Mon, 15 Oct 2001 03:07:47 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FA7l104624; Mon, 15 Oct 2001 03:07:47 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110151007.f9FA7l104624@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Oct 2001 03:07:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/rep-gtk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/15 03:07:47 PDT Modified files: x11-toolkits/rep-gtk Makefile Log: - Location of librep's files has been changes to not hardcode minor release version number, therefore adjust rep-gtk accordingly; - update version number of librep shared library. Revision Changes Path 1.26 +4 -3 ports/x11-toolkits/rep-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 3: 9: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 6446137B409; Mon, 15 Oct 2001 03:09:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FA99s04781; Mon, 15 Oct 2001 03:09:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110151009.f9FA99s04781@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Oct 2001 03:09:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile distinfo pkg-plist ports/x11-wm/sawfish/files patch-lisp::sawfish::wm::state::gnome.jl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/15 03:09:09 PDT Modified files: x11-wm/sawfish Makefile distinfo pkg-plist Removed files: x11-wm/sawfish/files patch-lisp::sawfish::wm::state::gnome.jl Log: Update to 1.0.1. Revision Changes Path 1.49 +7 -6 ports/x11-wm/sawfish/Makefile 1.31 +1 -1 ports/x11-wm/sawfish/distinfo 1.2 +0 -21 ports/x11-wm/sawfish/files/patch-lisp::sawfish::wm::state::gnome.jl (dead) 1.35 +3 -3 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 Mon Oct 15 3:12: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 5FCE937B40A; Mon, 15 Oct 2001 03:12:33 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FACX105384; Mon, 15 Oct 2001 03:12:33 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151012.f9FACX105384@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 03:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/py-websvcs Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 03:12:33 PDT Modified files: www Makefile Added files: www/py-websvcs Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add py-websvcs Web service libraries includes SOAP, WSDL, UDDI, etc PR: 29857 Submitted by: Hye-Shik Chang Revision Changes Path 1.411 +2 -1 ports/www/Makefile 1.1 +48 -0 ports/www/py-websvcs/Makefile (new) 1.1 +1 -0 ports/www/py-websvcs/distinfo (new) 1.1 +1 -0 ports/www/py-websvcs/pkg-comment (new) 1.1 +18 -0 ports/www/py-websvcs/pkg-descr (new) 1.1 +24 -0 ports/www/py-websvcs/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 3:12: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 5DD4D37B40E; Mon, 15 Oct 2001 03:12:37 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FACb405414; Mon, 15 Oct 2001 03:12:37 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151012.f9FACb405414@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 03:12:37 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 03:12:37 PDT Modified files: . modules Log: py-websvcs --> ports/www/py-websvcs Revision Changes Path 1.3983 +1 -0 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 Oct 15 3:13:33 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id B342637B403; Mon, 15 Oct 2001 03:13:21 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id BB1964D808; Mon, 15 Oct 2001 19:13:20 +0900 (JST) Date: Mon, 15 Oct 2001 19:13:20 +0900 Message-ID: <86lmidb48v.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/librep Makefile distinfo pkg-plist In-Reply-To: <200110151002.f9FA2Yh00935@freefall.freebsd.org> References: <200110151002.f9FA2Yh00935@freefall.freebsd.org> User-Agent: Wanderlust/2.7.4 (Too Funky) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Mon, 15 Oct 2001 03:02:34 -0700 (PDT), sobomax wrote: > sobomax 2001/10/15 03:02:34 PDT > > Modified files: > lang/librep Makefile distinfo pkg-plist > Log: > Update to 0.15.1. Thanks, by this series of updates we'll no longer have a trouble with librep when upgrading a system with a minor version bump. :) >> -PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${PORTVERSION} >> +PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} >> +CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 3: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 A27B137B405; Mon, 15 Oct 2001 03:36:35 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FAaZj08231; Mon, 15 Oct 2001 03:36:35 -0700 (PDT) (envelope-from robert) Message-Id: <200110151036.f9FAaZj08231@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 03:36:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 03:36:35 PDT Added files: sys/boot/sparc64/loader Makefile Log: Add a Makefile for the sparc64 boot loader. Revision Changes Path 1.1 +76 -0 src/sys/boot/sparc64/loader/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 3:44:57 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 433B437B40A; Mon, 15 Oct 2001 03:44:38 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9FAiRl57860; Mon, 15 Oct 2001 13:44:27 +0300 (EEST) (envelope-from ru) Date: Mon, 15 Oct 2001 13:44:27 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net route.c Message-ID: <20011015134427.A56872@sunbay.com> References: <200110150946.f9F9kmh98442@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: <200110150946.f9F9kmh98442@freefall.freebsd.org>; from ru@FreeBSD.org on Mon, Oct 15, 2001 at 02:46:48AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Not "routes" but routing table entries. On Mon, Oct 15, 2001 at 02:46:48AM -0700, Ruslan Ermilov wrote: > ru 2001/10/15 02:46:48 PDT > > Modified files: > sys/net route.c > Log: > Don't even attempt to clone host routes. > > MFC after: 1 week > > Revision Changes Path > 1.65 +5 -3 src/sys/net/route.c -- 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 Mon Oct 15 3:50: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 ADE8D37B401; Mon, 15 Oct 2001 03:50:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FAoLY09770; Mon, 15 Oct 2001 03:50:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151050.f9FAoLY09770@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 03:50:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/latex2html Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 03:50:20 PDT Modified files: textproc/latex2html Makefile pkg-message Log: targets reworked a lot PR: 30381 Submitted by: Cyrille Lefevre Revision Changes Path 1.21 +33 -6 ports/textproc/latex2html/Makefile 1.2 +3 -3 ports/textproc/latex2html/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 Oct 15 3:52: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 E0C2237B40F; Mon, 15 Oct 2001 03:52:43 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FAqhx10104; Mon, 15 Oct 2001 03:52:43 -0700 (PDT) (envelope-from demon) Message-Id: <200110151052.f9FAqhx10104@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 15 Oct 2001 03:52:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2001/10/15 03:52:43 PDT Modified files: mail/mailman Makefile Log: Allow mail-gid to be overwritable. Asked by: Benno Rice Revision Changes Path 1.17 +3 -2 ports/mail/mailman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 3:55: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 C31F637B407; Mon, 15 Oct 2001 03:55:04 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FAt4H10400; Mon, 15 Oct 2001 03:55:04 -0700 (PDT) (envelope-from jeh) Message-Id: <200110151055.f9FAt4H10400@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 15 Oct 2001 03:55:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/rtems-gcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/10/15 03:55:04 PDT Modified files: devel/rtems-gcc Makefile Log: Needs to be gotten from _GNU since it is a .tar.gz Revision Changes Path 1.6 +1 -1 ports/devel/rtems-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 4:16: 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 9DF9237B40B; Mon, 15 Oct 2001 04:15:56 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FBFuN21114; Mon, 15 Oct 2001 04:15:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151115.f9FBFuN21114@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 04:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/notif2 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 04:15:56 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/notif2 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add notif2 The Notif2 GTK theme engine following the new Motif look and feel PR: 30382 Submitted by: Cyrille Lefevre Revision Changes Path 1.153 +2 -1 ports/x11-toolkits/Makefile 1.1 +26 -0 ports/x11-toolkits/notif2/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/notif2/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/notif2/pkg-comment (new) 1.1 +9 -0 ports/x11-toolkits/notif2/pkg-descr (new) 1.1 +7 -0 ports/x11-toolkits/notif2/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 4:16: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 33EB737B42A; Mon, 15 Oct 2001 04:16:01 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FBG1K21145; Mon, 15 Oct 2001 04:16:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151116.f9FBG1K21145@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 04:16:01 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 04:16:01 PDT Modified files: . modules Log: notif2 --> ports/x11-toolkits/notif2 Revision Changes Path 1.3984 +1 -0 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 Oct 15 4:37: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 C6B9A37B40F; Mon, 15 Oct 2001 04:37:30 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FBbUY23764; Mon, 15 Oct 2001 04:37:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151137.f9FBbUY23764@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 04:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/ricochet Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/ricochet/files patch-install patch-ricochet X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 04:37:30 PDT Modified files: mail Makefile Added files: mail/ricochet Makefile distinfo pkg-comment pkg-descr pkg-plist mail/ricochet/files patch-install patch-ricochet Log: add ricochet An automated agent for tracing and reporting internet junk mail PR: 30411 Submitted by: Yen-Ming Lee Revision Changes Path 1.262 +1 -0 ports/mail/Makefile 1.1 +32 -0 ports/mail/ricochet/Makefile (new) 1.1 +1 -0 ports/mail/ricochet/distinfo (new) 1.1 +59 -0 ports/mail/ricochet/files/patch-install (new) 1.1 +12 -0 ports/mail/ricochet/files/patch-ricochet (new) 1.1 +1 -0 ports/mail/ricochet/pkg-comment (new) 1.1 +6 -0 ports/mail/ricochet/pkg-descr (new) 1.1 +13 -0 ports/mail/ricochet/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 4:37: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 161C637B412; Mon, 15 Oct 2001 04:37:35 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FBbZB23794; Mon, 15 Oct 2001 04:37:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151137.f9FBbZB23794@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 04:37:35 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 04:37:34 PDT Modified files: . modules Log: ricochet --> ports/mail/ricochet Revision Changes Path 1.3985 +1 -0 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 Oct 15 4:53: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 9AA6B37B409; Mon, 15 Oct 2001 04:53:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FBrIx25976; Mon, 15 Oct 2001 04:53:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151153.f9FBrIx25976@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 04:53:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/gallery Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 04:53:18 PDT Modified files: www Makefile Added files: www/gallery Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: add galery Gallery is a slick web based photo album written using PHP PR: 30476 Submitted by: Jamie Hermans Revision Changes Path 1.412 +1 -0 ports/www/Makefile 1.1 +52 -0 ports/www/gallery/Makefile (new) 1.1 +1 -0 ports/www/gallery/distinfo (new) 1.1 +1 -0 ports/www/gallery/pkg-comment (new) 1.1 +12 -0 ports/www/gallery/pkg-descr (new) 1.1 +16 -0 ports/www/gallery/pkg-message (new) 1.1 +143 -0 ports/www/gallery/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 4:53: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 DB68C37B42B; Mon, 15 Oct 2001 04:53:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FBrM826007; Mon, 15 Oct 2001 04:53:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151153.f9FBrM826007@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 04:53:22 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 04:53:22 PDT Modified files: . modules Log: gallery --> ports/www/gallery Revision Changes Path 1.3986 +1 -0 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 Oct 15 5: 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 CF71F37B40A; Mon, 15 Oct 2001 05:09:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FC9Nw31437; Mon, 15 Oct 2001 05:09:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151209.f9FC9Nw31437@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 05:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/abiword Makefile pkg-plist ports/chinese/ttfm Makefile ports/chinese/ttfm/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 05:09:23 PDT Modified files: chinese/abiword Makefile pkg-plist chinese/ttfm Makefile Added files: chinese/ttfm/files patch-aa Log: Since AbiWord 0.9.0, it had been moved from $PREFIX/AbiSuite to $PREFIX/share/AbiSuite So we should change path-setting in chinese/abiword and chinese/ttfm PR: 30600 Submitted by: Kuang-che Wu Approved by: MAINTAINER Revision Changes Path 1.2 +1 -1 ports/chinese/abiword/Makefile 1.2 +6 -6 ports/chinese/abiword/pkg-plist 1.5 +2 -1 ports/chinese/ttfm/Makefile 1.1 +11 -0 ports/chinese/ttfm/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 5:16: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 ECBA137B401; Mon, 15 Oct 2001 05:16:20 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FCGKq32664; Mon, 15 Oct 2001 05:16:20 -0700 (PDT) (envelope-from robert) Message-Id: <200110151216.f9FCGKq32664@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 05:16:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw ofw_memory.c libofw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 05:16:20 PDT Modified files: sys/boot/ofw/libofw ofw_memory.c libofw.h Log: Make the ofw_reg structure and ofw_alloc_heap 64-bit save. Revision Changes Path 1.5 +2 -2 src/sys/boot/ofw/libofw/libofw.h 1.2 +2 -2 src/sys/boot/ofw/libofw/ofw_memory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 5:23: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 5347D37B40C; Mon, 15 Oct 2001 05:23:11 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FCNBO33584; Mon, 15 Oct 2001 05:23:11 -0700 (PDT) (envelope-from benno) Message-Id: <200110151223.f9FCNBO33584@freefall.freebsd.org> From: Benno Rice Date: Mon, 15 Oct 2001 05:23:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include cpu.h src/sys/powerpc/powerpc clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2001/10/15 05:23:10 PDT Modified files: sys/powerpc/include cpu.h sys/powerpc/powerpc clock.c Log: - Correct the type of the argument to delay() so as to not conflict with sys/boot/common/bootstrap.h. - Add a prototype for fork_trampoline(). Revision Changes Path 1.6 +3 -2 src/sys/powerpc/include/cpu.h 1.4 +2 -2 src/sys/powerpc/powerpc/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 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 34AA837B40B; Mon, 15 Oct 2001 05:24:44 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FCOiP34105; Mon, 15 Oct 2001 05:24:44 -0700 (PDT) (envelope-from benno) Message-Id: <200110151224.f9FCOiP34105@freefall.freebsd.org> From: Benno Rice Date: Mon, 15 Oct 2001 05:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2001/10/15 05:24:44 PDT Modified files: sys/powerpc/powerpc vm_machdep.c Log: Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress. Revision Changes Path 1.63 +62 -14 src/sys/powerpc/powerpc/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 5:35: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 2C95537B40D; Mon, 15 Oct 2001 05:35:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FCZYZ42067; Mon, 15 Oct 2001 05:35:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151235.f9FCZYZ42067@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 05:35:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ezmlm-web Makefile ports/mail/ezmlm-web/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 05:35:32 PDT Modified files: mail/ezmlm-web Makefile mail/ezmlm-web/files patch-aa Log: change config file location to the correct place PR: 30667 Submitted by: MAINTAINER Revision Changes Path 1.6 +2 -2 ports/mail/ezmlm-web/Makefile 1.4 +17 -6 ports/mail/ezmlm-web/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 Oct 15 5:43: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 0848637B407; Mon, 15 Oct 2001 05:43:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FChdw43248; Mon, 15 Oct 2001 05:43:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151243.f9FChdw43248@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 05:43:39 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 05:43:39 PDT Modified files: . modules Log: moinmoin --> ports/www/moinmoin Revision Changes Path 1.3987 +1 -0 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 Oct 15 5:43: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 387D537B40E; Mon, 15 Oct 2001 05:43:36 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FChat43215; Mon, 15 Oct 2001 05:43:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151243.f9FChat43215@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 05:43:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/moinmoin Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/moinmoin/files configure.sh wrapper.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 05:43:36 PDT Modified files: www Makefile Added files: www/moinmoin Makefile distinfo pkg-comment pkg-descr pkg-plist www/moinmoin/files configure.sh wrapper.c Log: add moinmoin A Python CGI clone of WikiWiki PR: 30669 Submitted by: Hye-Shik Chang Revision Changes Path 1.413 +1 -0 ports/www/Makefile 1.1 +74 -0 ports/www/moinmoin/Makefile (new) 1.1 +1 -0 ports/www/moinmoin/distinfo (new) 1.1 +37 -0 ports/www/moinmoin/files/configure.sh (new) 1.1 +13 -0 ports/www/moinmoin/files/wrapper.c (new) 1.1 +1 -0 ports/www/moinmoin/pkg-comment (new) 1.1 +5 -0 ports/www/moinmoin/pkg-descr (new) 1.1 +348 -0 ports/www/moinmoin/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 5:55: 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 1FC2B37B411; Mon, 15 Oct 2001 05:55:03 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FCt3O44887; Mon, 15 Oct 2001 05:55:03 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110151255.f9FCt3O44887@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Oct 2001 05:55:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/FreeWnn-lib pkg-descr ports/chinese/FreeWnn-server pkg-descr ports/japanese/FreeWnn-lib pkg-descr ports/japanese/FreeWnn-server pkg-descr ports/korean/FreeWnn-lib pkg-descr ports/korean/FreeWnn-server pkg-descr ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/15 05:55:03 PDT Modified files: chinese/FreeWnn-lib pkg-descr chinese/FreeWnn-server pkg-descr japanese/FreeWnn-lib pkg-descr japanese/FreeWnn-server pkg-descr korean/FreeWnn-lib pkg-descr korean/FreeWnn-server pkg-descr x11-toolkits/gtk12 pkg-descr x11-toolkits/gtk13 pkg-descr Log: WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary. Submitted by: Cyrille Lefevre Revision Changes Path 1.8 +1 -1 ports/chinese/FreeWnn-lib/pkg-descr 1.8 +1 -1 ports/chinese/FreeWnn-server/pkg-descr 1.9 +1 -1 ports/japanese/FreeWnn-lib/pkg-descr 1.9 +1 -1 ports/japanese/FreeWnn-server/pkg-descr 1.7 +1 -1 ports/korean/FreeWnn-lib/pkg-descr 1.7 +1 -1 ports/korean/FreeWnn-server/pkg-descr 1.4 +1 -1 ports/x11-toolkits/gtk12/pkg-descr 1.5 +1 -1 ports/x11-toolkits/gtk13/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 Oct 15 6:12: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 1FB2D37B405; Mon, 15 Oct 2001 06:12:29 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDCTn50126; Mon, 15 Oct 2001 06:12:29 -0700 (PDT) (envelope-from roam) Message-Id: <200110151312.f9FDCTn50126@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 15 Oct 2001 06:12:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/15 06:12:29 PDT Modified files: emulators/wine Makefile Log: Describe the reasons for not updating to a more recent Wine snapshot. Improve some wording in pkg-descr. PR: 31247 Submitted by: maintainer Revision Changes Path 1.113 +5 -1 ports/emulators/wine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:17: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 8941637B40A; Mon, 15 Oct 2001 06:17:30 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDHUU50899; Mon, 15 Oct 2001 06:17:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151317.f9FDHUU50899@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 06:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/easysoap Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 06:17:30 PDT Modified files: net Makefile Added files: net/easysoap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add easysoap C++ SOAP Library based on expat PR: 30711 Submitted by: Gabriel Ambuehl Revision Changes Path 1.627 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/easysoap/Makefile (new) 1.1 +1 -0 ports/net/easysoap/distinfo (new) 1.1 +1 -0 ports/net/easysoap/pkg-comment (new) 1.1 +3 -0 ports/net/easysoap/pkg-descr (new) 1.1 +44 -0 ports/net/easysoap/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:17: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 A175937B42A; Mon, 15 Oct 2001 06:17:35 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDHZq50949; Mon, 15 Oct 2001 06:17:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151317.f9FDHZq50949@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 06:17:35 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 06:17:35 PDT Modified files: . modules Log: easysoap --> ports/net/easysoap Revision Changes Path 1.3988 +1 -0 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 Oct 15 6: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 7E75837B40E; Mon, 15 Oct 2001 06:21:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDLN351632; Mon, 15 Oct 2001 06:21:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151321.f9FDLN351632@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 06:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/oleo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 06:21:23 PDT Modified files: math/oleo Makefile Log: Remove shared lib version number from optional LIB_DEPENDS PR: 30722 Submitted by: Ports Fury Revision Changes Path 1.21 +4 -4 ports/math/oleo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:22: 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 D148037B408; Mon, 15 Oct 2001 06:21:52 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDLqD51799; Mon, 15 Oct 2001 06:21:52 -0700 (PDT) (envelope-from keramida) Message-Id: <200110151321.f9FDLqD51799@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 15 Oct 2001 06:21:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/cvsup-advanced article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/15 06:21:52 PDT Modified files: en_US.ISO8859-1/articles/cvsup-advanced article.sgml Log: Replace inline & with proper & entities. Approved by: nik Revision Changes Path 1.2 +2 -2 doc/en_US.ISO8859-1/articles/cvsup-advanced/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:26: 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 0AD8737B406; Mon, 15 Oct 2001 06:26:03 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDQ3G52354; Mon, 15 Oct 2001 06:26:03 -0700 (PDT) (envelope-from keramida) Message-Id: <200110151326.f9FDQ3G52354@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 15 Oct 2001 06:26:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/15 06:26:02 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Replace quote characters with SGML . Also add an to a section instead of quoting it's title. Approved by: nik Revision Changes Path 1.84 +6 -6 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:26: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 AA2C437B440; Mon, 15 Oct 2001 06:26:11 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDQBW52389; Mon, 15 Oct 2001 06:26:11 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151326.f9FDQBW52389@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 06:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpproxy/files patch-main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 06:26:11 PDT Modified files: ftp/ftpproxy/files patch-main.c Log: use correct facility LOG_FTP instead of LOG_MAIL PR: 30741 Submitted by: Hidenori Ishikawa Revision Changes Path 1.2 +20 -19 ports/ftp/ftpproxy/files/patch-main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:28: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 E0D7D37B401; Mon, 15 Oct 2001 06:28:21 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDSLP52784; Mon, 15 Oct 2001 06:28:21 -0700 (PDT) (envelope-from keramida) Message-Id: <200110151328.f9FDSLP52784@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 15 Oct 2001 06:28:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributing article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/15 06:28:21 PDT Modified files: en_US.ISO8859-1/articles/contributing article.sgml Log: Replace the last " entities of this articles with elements. Approved by: nik Revision Changes Path 1.471 +2 -2 doc/en_US.ISO8859-1/articles/contributing/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6: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 ABADA37B407; Mon, 15 Oct 2001 06:30:04 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDU4W53023; Mon, 15 Oct 2001 06:30:04 -0700 (PDT) (envelope-from benno) Message-Id: <200110151330.f9FDU4W53023@freefall.freebsd.org> From: Benno Rice Date: Mon, 15 Oct 2001 06:30:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ktr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2001/10/15 06:30:04 PDT Modified files: sys/sys ktr.h Log: Add a hack to get around the fact that egcs 1.1.2 (which I'm using to build my powerpc kernels on NetBSD/macppc 1.5) doesn't know of the __func__ macro. Revision Changes Path 1.12 +10 -1 src/sys/sys/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:30: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 C118037B40A; Mon, 15 Oct 2001 06:30:52 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDUqc53136; Mon, 15 Oct 2001 06:30:52 -0700 (PDT) (envelope-from dd) Message-Id: <200110151330.f9FDUqc53136@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:30:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 blackhole.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:30:52 PDT Modified files: share/man/man4 blackhole.4 Log: sysctl -w -> sysctl, remove second person pronouns, and fix some other minor bugs. PR: 30772 Submitted by: Peter Avalos Revision Changes Path 1.9 +13 -16 src/share/man/man4/blackhole.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6: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 E22B637B407; Mon, 15 Oct 2001 06:33:15 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDXF953526; Mon, 15 Oct 2001 06:33:15 -0700 (PDT) (envelope-from roam) Message-Id: <200110151333.f9FDXF953526@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 15 Oct 2001 06:33:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile distinfo pkg-plist ports/net/isc-dhcp3/files isc-dhcrelay.sh.sample rc.isc-dhcpd.conf.sample rc.isc-dhcrelay.conf.sample isc-dhcpd.sh.sample patch-freebsd patch-site.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/15 06:33:15 PDT Modified files: net/isc-dhcp3 Makefile distinfo pkg-plist net/isc-dhcp3/files isc-dhcpd.sh.sample patch-freebsd patch-site.conf Added files: net/isc-dhcp3/files isc-dhcrelay.sh.sample rc.isc-dhcpd.conf.sample rc.isc-dhcrelay.conf.sample Log: Update to 3.0 release. A bit of general cleanup. PR: 31058 Submitted by: maintainer Revision Changes Path 1.71 +63 -52 ports/net/isc-dhcp3/Makefile 1.36 +1 -1 ports/net/isc-dhcp3/distinfo 1.4 +57 -12 ports/net/isc-dhcp3/files/isc-dhcpd.sh.sample 1.1 +78 -0 ports/net/isc-dhcp3/files/isc-dhcrelay.sh.sample (new) 1.7 +4 -4 ports/net/isc-dhcp3/files/patch-freebsd 1.8 +1 -1 ports/net/isc-dhcp3/files/patch-site.conf 1.1 +7 -0 ports/net/isc-dhcp3/files/rc.isc-dhcpd.conf.sample (new) 1.1 +8 -0 ports/net/isc-dhcp3/files/rc.isc-dhcrelay.conf.sample (new) 1.19 +44 -36 ports/net/isc-dhcp3/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 Oct 15 6:34: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 6499937B40E; Mon, 15 Oct 2001 06:34:43 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDYhW55965; Mon, 15 Oct 2001 06:34:43 -0700 (PDT) (envelope-from dd) Message-Id: <200110151334.f9FDYhW55965@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/man ieee.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:34:43 PDT Modified files: lib/msun/man ieee.3 Log: Match parenthesis and don't give names to return values. PR: 31214 Revision Changes Path 1.12 +2 -3 src/lib/msun/man/ieee.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:39: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 C9D5B37B40B; Mon, 15 Oct 2001 06:39:11 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDdBg85872; Mon, 15 Oct 2001 06:39:11 -0700 (PDT) (envelope-from roam) Message-Id: <200110151339.f9FDdBg85872@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 15 Oct 2001 06:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/15 06:39:11 PDT Modified files: mail/vpopmail Makefile Log: Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir. No PORTREVISION bump necessary IMHO. Submitted by: "Dmitry Osipov" Revision Changes Path 1.13 +1 -1 ports/mail/vpopmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6: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 46B6A37B427; Mon, 15 Oct 2001 06:40:26 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDeQu92886; Mon, 15 Oct 2001 06:40:26 -0700 (PDT) (envelope-from dd) Message-Id: <200110151340.f9FDeQu92886@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:40:26 PDT Modified files: (Branch: RELENG_4) sys/kern kern_exec.c Log: MFC 1.135: correct spelling error in comment and remove trailing newline from panic() message. Revision Changes Path 1.107.2.9 +3 -3 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:41: 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 D772B37B407; Mon, 15 Oct 2001 06:40:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDeqR96071; Mon, 15 Oct 2001 06:40:52 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151340.f9FDeqR96071@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 06:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtk-gnutella Makefile distinfo pkg-descr pkg-plist ports/net/gtk-gnutella/files patch-main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 06:40:52 PDT Modified files: net/gtk-gnutella Makefile distinfo pkg-descr pkg-plist Added files: net/gtk-gnutella/files patch-main.c Log: upgrade to 0.15 maintainer drops maintainership PR: 30763 Submitted by: MAINTAINER Revision Changes Path 1.3 +8 -4 ports/net/gtk-gnutella/Makefile 1.2 +1 -1 ports/net/gtk-gnutella/distinfo 1.1 +13 -0 ports/net/gtk-gnutella/files/patch-main.c (new) 1.2 +0 -3 ports/net/gtk-gnutella/pkg-descr 1.2 +1 -1 ports/net/gtk-gnutella/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 Oct 15 6:42: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 6910437B40B; Mon, 15 Oct 2001 06:42:07 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDg7w04078; Mon, 15 Oct 2001 06:42:07 -0700 (PDT) (envelope-from dd) Message-Id: <200110151342.f9FDg7w04078@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/talk io.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:42:07 PDT Modified files: (Branch: RELENG_4) usr.bin/talk io.c Log: MFC 1.12: print peer's name in the "connection established" message. Revision Changes Path 1.9.2.2 +26 -3 src/usr.bin/talk/io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:43: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 E00A937B40B; Mon, 15 Oct 2001 06:43:18 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDhI211104; Mon, 15 Oct 2001 06:43:18 -0700 (PDT) (envelope-from dd) Message-Id: <200110151343.f9FDhI211104@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:43:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:43:18 PDT Modified files: (Branch: RELENG_4) usr.sbin/adduser adduser.perl Log: MFC 1.48: pass username to pwd_mkdb; 1.49: print correct file name if we fail to open $etc_passwd. Revision Changes Path 1.44.2.3 +5 -4 src/usr.sbin/adduser/adduser.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:43: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 3931437B403; Mon, 15 Oct 2001 06:43:48 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDhmV13844; Mon, 15 Oct 2001 06:43:48 -0700 (PDT) (envelope-from dd) Message-Id: <200110151343.f9FDhmV13844@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:43:48 PDT Modified files: (Branch: RELENG_4) sys/isa sio.c Log: MFC 1.342: add missing newline to error message. Revision Changes Path 1.291.2.21 +2 -2 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:44: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 9559037B40E; Mon, 15 Oct 2001 06:44:18 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDiIs16356; Mon, 15 Oct 2001 06:44:18 -0700 (PDT) (envelope-from dd) Message-Id: <200110151344.f9FDiIs16356@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add futil.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:44:18 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add futil.c Log: MFC 1.11: use colon to separate user and group when executing chown(1). Revision Changes Path 1.9.2.2 +3 -3 src/usr.sbin/pkg_install/add/futil.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:44: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 5C57437B403; Mon, 15 Oct 2001 06:44:45 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDijQ18385; Mon, 15 Oct 2001 06:44:45 -0700 (PDT) (envelope-from dd) Message-Id: <200110151344.f9FDijQ18385@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/restore dirs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:44:45 PDT Modified files: (Branch: RELENG_4) sbin/restore dirs.c Log: MFC 1.19: respect -N when changing directory attributes. Revision Changes Path 1.14.2.5 +6 -4 src/sbin/restore/dirs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:45: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 9527737B401; Mon, 15 Oct 2001 06:45:05 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDj5C20760; Mon, 15 Oct 2001 06:45:05 -0700 (PDT) (envelope-from dd) Message-Id: <200110151345.f9FDj5C20760@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/stty key.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:45:05 PDT Modified files: (Branch: RELENG_4) bin/stty key.c Log: MFC 1.15: implement `stty ek`. Revision Changes Path 1.11.2.2 +13 -1 src/bin/stty/key.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:45: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 8083537B401; Mon, 15 Oct 2001 06:45:40 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDjeo23108; Mon, 15 Oct 2001 06:45:40 -0700 (PDT) (envelope-from dd) Message-Id: <200110151345.f9FDjeo23108@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:45:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.syscons X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:45:40 PDT Modified files: (Branch: RELENG_4) etc rc.syscons Log: MFC 1.5: make echo output for blanktime and scrnmap consistent with their variable names. Revision Changes Path 1.1.2.3 +3 -3 src/etc/rc.syscons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:46: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 AB47737B40A; Mon, 15 Oct 2001 06:46:09 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDk9a24341; Mon, 15 Oct 2001 06:46:09 -0700 (PDT) (envelope-from dd) Message-Id: <200110151346.f9FDk9a24341@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:46:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:46:09 PDT Modified files: (Branch: RELENG_4) usr.sbin/pw pw_user.c Log: MFC 1.49: create home directory before sending the welcome e-mail. Revision Changes Path 1.34.2.10 +24 -24 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6: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 BC5C537B407; Mon, 15 Oct 2001 06:46:32 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDkWl27091; Mon, 15 Oct 2001 06:46:32 -0700 (PDT) (envelope-from dd) Message-Id: <200110151346.f9FDkWl27091@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/backgammon/teachgammon ttext2.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:46:32 PDT Modified files: (Branch: RELENG_4) games/backgammon/teachgammon ttext2.c Log: MFC 1.4: fix seg fault when returning to main menu. Revision Changes Path 1.3.2.1 +2 -1 src/games/backgammon/teachgammon/ttext2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:49: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 766B837B401; Mon, 15 Oct 2001 06:49:15 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDnFm48501; Mon, 15 Oct 2001 06:49:15 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110151349.f9FDnFm48501@freefall.freebsd.org> From: Darren Reed Date: Mon, 15 Oct 2001 06:49:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/15 06:49:15 PDT Modified files: (Branch: RELENG_4) sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c Log: Add code to call ipfilter for ipv6 packet filtering. If ipfilter is enabled then all ipv6 packets going in/out are to be filtered. Revision Changes Path 1.4.2.5 +24 -6 src/sys/netinet6/ip6_forward.c 1.11.2.11 +19 -1 src/sys/netinet6/ip6_input.c 1.13.2.11 +21 -4 src/sys/netinet6/ip6_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 6:49: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 66FEF37B407; Mon, 15 Oct 2001 06:49:51 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDnpq53210; Mon, 15 Oct 2001 06:49:51 -0700 (PDT) (envelope-from dd) Message-Id: <200110151349.f9FDnpq53210@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 15 Oct 2001 06:49:51 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/15 06:49:51 PDT Modified files: usr.sbin/pkg_install/add pkg_add.1 Log: The user wants to ensure, not insure, that the package isn't going to damage their system. Revision Changes Path 1.51 +2 -2 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 Mon Oct 15 6:50: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 7788F37B405; Mon, 15 Oct 2001 06:50:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDo8T54634; Mon, 15 Oct 2001 06:50:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151350.f9FDo8T54634@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 06:50:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/adabroker Makefile distinfo pkg-plist ports/devel/adabroker/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 06:50:08 PDT Modified files: devel/adabroker Makefile distinfo pkg-plist Removed files: devel/adabroker/files patch-aa patch-ab patch-ac patch-ad Log: upgrade to 1.0p4 PR: 30793 Submitted by: MAINTAINER Revision Changes Path 1.2 +7 -9 ports/devel/adabroker/Makefile 1.2 +1 -1 ports/devel/adabroker/distinfo 1.2 +0 -15 ports/devel/adabroker/files/patch-aa (dead) 1.2 +0 -15 ports/devel/adabroker/files/patch-ab (dead) 1.2 +0 -15 ports/devel/adabroker/files/patch-ac (dead) 1.2 +0 -11 ports/devel/adabroker/files/patch-ad (dead) 1.2 +16 -9 ports/devel/adabroker/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 Oct 15 6:50: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 9471437B409; Mon, 15 Oct 2001 06:50:47 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FDolq58347; Mon, 15 Oct 2001 06:50:47 -0700 (PDT) (envelope-from robert) Message-Id: <200110151350.f9FDolq58347@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 06:50:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand zalloc_defs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 06:50:47 PDT Modified files: lib/libstand zalloc_defs.h Log: Define the types iaddr_t and saddr_t for sparc64. Revision Changes Path 1.10 +5 -1 src/lib/libstand/zalloc_defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7: 0: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 418E837B401; Mon, 15 Oct 2001 07:00:24 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FE0OO70714; Mon, 15 Oct 2001 07:00:24 -0700 (PDT) (envelope-from roam) Message-Id: <200110151400.f9FE0OO70714@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 15 Oct 2001 07:00:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/netqc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/15 07:00:24 PDT Modified files: net Makefile Added files: net/netqc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add netqc, a network monitoring system based on net-snmp. PR: 30892 Submitted by: Radoslav Vasilev Revision Changes Path 1.628 +1 -0 ports/net/Makefile 1.1 +33 -0 ports/net/netqc/Makefile (new) 1.1 +1 -0 ports/net/netqc/distinfo (new) 1.1 +1 -0 ports/net/netqc/pkg-comment (new) 1.1 +5 -0 ports/net/netqc/pkg-descr (new) 1.1 +5 -0 ports/net/netqc/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7: 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 9EB1837B42A; Mon, 15 Oct 2001 07:00:28 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FE0Sr70768; Mon, 15 Oct 2001 07:00:28 -0700 (PDT) (envelope-from roam) Message-Id: <200110151400.f9FE0Sr70768@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 15 Oct 2001 07:00:28 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/15 07:00:28 PDT Modified files: . modules Log: netqc --> ports/net/netqc Revision Changes Path 1.3989 +1 -0 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 Oct 15 7: 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 EC9C337B406; Mon, 15 Oct 2001 07:09:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FE9L675207; Mon, 15 Oct 2001 07:09:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151409.f9FE9L675207@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 07:09:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/mkfontalias Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-fonts/mkfontalias/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 07:09:21 PDT Modified files: x11-fonts Makefile Added files: x11-fonts/mkfontalias Makefile distinfo pkg-comment pkg-descr pkg-plist x11-fonts/mkfontalias/files patch-aa Log: add mkfontalias Python script to make fonts.alias files for X PR: 30840 Submitted by: Stijn Hoop Revision Changes Path 1.22 +2 -1 ports/x11-fonts/Makefile 1.1 +42 -0 ports/x11-fonts/mkfontalias/Makefile (new) 1.1 +1 -0 ports/x11-fonts/mkfontalias/distinfo (new) 1.1 +41 -0 ports/x11-fonts/mkfontalias/files/patch-aa (new) 1.1 +1 -0 ports/x11-fonts/mkfontalias/pkg-comment (new) 1.1 +4 -0 ports/x11-fonts/mkfontalias/pkg-descr (new) 1.1 +1 -0 ports/x11-fonts/mkfontalias/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7: 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 116F637B409; Mon, 15 Oct 2001 07:09:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FE9PS75249; Mon, 15 Oct 2001 07:09:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151409.f9FE9PS75249@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 07:09:25 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 07:09:24 PDT Modified files: . modules Log: mkfontalias --> ports/x11-fonts/mkfontalias Revision Changes Path 1.3990 +1 -0 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 Oct 15 7:16: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 5645A37B405; Mon, 15 Oct 2001 07:16:18 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FEGIj76558; Mon, 15 Oct 2001 07:16:18 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110151416.f9FEGIj76558@freefall.freebsd.org> From: Darren Reed Date: Mon, 15 Oct 2001 07:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/15 07:16:18 PDT Modified files: sys/netinet6 ip6_forward.c Log: catch forwarded ipv6 packets with pfil_hooks for outbound things too Revision Changes Path 1.12 +35 -1 src/sys/netinet6/ip6_forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7:20: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 479D137B40A; Mon, 15 Oct 2001 07:20:51 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FEKpZ77297; Mon, 15 Oct 2001 07:20:51 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110151420.f9FEKpZ77297@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 07:20:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dictd/files dictd.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/15 07:20:51 PDT Modified files: net/dictd/files dictd.conf Log: typo, delvis -> devils Submitted by: Dima Dorfman Revision Changes Path 1.2 +1 -1 ports/net/dictd/files/dictd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7:27: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 3EE6C37B401; Mon, 15 Oct 2001 07:27:38 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FERcI78118; Mon, 15 Oct 2001 07:27:38 -0700 (PDT) (envelope-from robert) Message-Id: <200110151427.f9FERcI78118@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 07:27:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 07:27:38 PDT Modified files: lib/libstand Makefile Log: Make this Makefile suitable for sparc64. Revision Changes Path 1.23 +5 -2 src/lib/libstand/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7:35: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 EDBA437B409; Mon, 15 Oct 2001 07:35:39 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FEZdm79290; Mon, 15 Oct 2001 07:35:39 -0700 (PDT) (envelope-from robert) Message-Id: <200110151435.f9FEZdm79290@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 07:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader locore.s main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 07:35:39 PDT Added files: sys/boot/sparc64/loader locore.s main.c Log: Add the FreeBSD/sparc64 boot loader source files. Revision Changes Path 1.1 +169 -0 src/sys/boot/sparc64/loader/locore.s (new) 1.1 +320 -0 src/sys/boot/sparc64/loader/main.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7:40: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 ADEE537B40A; Mon, 15 Oct 2001 07:40:36 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FEeaV79999; Mon, 15 Oct 2001 07:40:36 -0700 (PDT) (envelope-from robert) Message-Id: <200110151440.f9FEeaV79999@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 07:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 07:40:36 PDT Modified files: sys/boot/sparc64/loader main.c Log: Fix some warnings. Revision Changes Path 1.2 +4 -4 src/sys/boot/sparc64/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 7:43: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 A916537B403; Mon, 15 Oct 2001 07:43:38 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FEhcs80409; Mon, 15 Oct 2001 07:43:38 -0700 (PDT) (envelope-from robert) Message-Id: <200110151443.f9FEhcs80409@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 07:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw openfirm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2001/10/15 07:43:38 PDT Modified files: sys/boot/ofw/libofw openfirm.h Log: Add a prototype for OF_alloc_phys. Revision Changes Path 1.5 +1 -0 src/sys/boot/ofw/libofw/openfirm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 8: 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 02F3837B415; Mon, 15 Oct 2001 08:00:06 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FF05K82932; Mon, 15 Oct 2001 08:00:05 -0700 (PDT) (envelope-from ache) Message-Id: <200110151500.f9FF05K82932@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 08:00:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/15 08:00:05 PDT Modified files: security/drweb Makefile pkg-plist Log: Do not overwrite existen registration keys Revision Changes Path 1.12 +16 -3 ports/security/drweb/Makefile 1.8 +6 -2 ports/security/drweb/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 Oct 15 8:17: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 3866A37B40A; Mon, 15 Oct 2001 08:16:58 -0700 (PDT) Received: from [207.76.207.129] (PBG4.whistle.com [207.76.207.129]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id IAA44224; Mon, 15 Oct 2001 08:16:55 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark-ml@207.76.206.1 Message-Id: In-Reply-To: <200110150935.f9F9Ze696851@freefall.freebsd.org> References: <200110150935.f9F9Ze696851@freefall.freebsd.org> Date: Mon, 15 Oct 2001 08:11:46 -0700 To: Robert Drehmel , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Mark Peek Subject: Re: cvs commit: src/sys/boot/ofw/libofw disklabel.h ofw_disk.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2:35 AM -0700 10/15/01, Robert Drehmel wrote: >robert 2001/10/15 02:35:40 PDT > > Modified files: > sys/boot/ofw/libofw ofw_disk.c > Added files: > sys/boot/ofw/libofw disklabel.h > Log: > - Fill dummy functions with code to read from disk using Open > Firmware. > - Add a temporary disklabel header to boot off a NetBSD/sparc64 > partition. This file can be deleted when we have got a FCode > bootblock. > > The disklabel header was obtained from NetBSD. Should this be conditional for just the sparc64? The PowerPC port uses the Open Firmware boot code as well. In fact, it might be good to have Benno review your changes to ensure it is portable to both. Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 8:37: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 8029637B407; Mon, 15 Oct 2001 08:37:09 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFb9E90511; Mon, 15 Oct 2001 08:37:09 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110151537.f9FFb9E90511@freefall.freebsd.org> From: Kevin Lo Date: Mon, 15 Oct 2001 08:37:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/znibbles Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/15 08:37:08 PDT Modified files: games/znibbles Makefile Log: Update MASTER_SITES PR: 31281 Submitted by: MAINTAINER Revision Changes Path 1.8 +2 -2 ports/games/znibbles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 8:44: 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 2F7A337B40B; Mon, 15 Oct 2001 08:43:59 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFhx691393; Mon, 15 Oct 2001 08:43:59 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110151543.f9FFhx691393@freefall.freebsd.org> From: Kevin Lo Date: Mon, 15 Oct 2001 08:43:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/gnokii pkg-message Makefile distinfo pkg-plist ports/comms/gnokii/files patch-Docs-Makefile patch-Makefile patch-gnokiid-Makefile patch-Makefile.global.in patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/15 08:43:59 PDT Modified files: comms/gnokii Makefile distinfo pkg-plist comms/gnokii/files patch-Makefile.global.in patch-configure.in Added files: comms/gnokii pkg-message comms/gnokii/files patch-Docs-Makefile patch-Makefile patch-gnokiid-Makefile Log: - Update to version 0.3.3 - Takeover maintainership PR: 31275 Submitted by: Anders Nordby Revision Changes Path 1.6 +14 -46 ports/comms/gnokii/Makefile 1.3 +1 -1 ports/comms/gnokii/distinfo 1.1 +33 -0 ports/comms/gnokii/files/patch-Docs-Makefile (new) 1.1 +15 -0 ports/comms/gnokii/files/patch-Makefile (new) 1.2 +12 -4 ports/comms/gnokii/files/patch-Makefile.global.in 1.2 +3 -3 ports/comms/gnokii/files/patch-configure.in 1.1 +15 -0 ports/comms/gnokii/files/patch-gnokiid-Makefile (new) 1.1 +5 -0 ports/comms/gnokii/pkg-message (new) 1.3 +42 -51 ports/comms/gnokii/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 Oct 15 8:44: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 4613537B403; Mon, 15 Oct 2001 08:44:22 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFiMT91542; Mon, 15 Oct 2001 08:44:22 -0700 (PDT) (envelope-from ache) Message-Id: <200110151544.f9FFiMT91542@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 08:44:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile pkg-plist ports/security/drweb/files ini-patch ports/security/drweb/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/15 08:44:22 PDT Modified files: security/drweb Makefile pkg-plist security/drweb/files ini-patch security/drweb/scripts post-install Log: Put it into security sandbox - don't allow 'drweb' user to own any files excepting pid/socket/temp Revision Changes Path 1.13 +4 -2 ports/security/drweb/Makefile 1.3 +4 -4 ports/security/drweb/files/ini-patch 1.9 +1 -0 ports/security/drweb/pkg-plist 1.2 +4 -7 ports/security/drweb/scripts/post-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 8:46: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 F22D137B40A; Mon, 15 Oct 2001 08:46:07 -0700 (PDT) Received: (from kiri@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFk7a91870; Mon, 15 Oct 2001 08:46:07 -0700 (PDT) (envelope-from kiri) Message-Id: <200110151546.f9FFk7a91870@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Mon, 15 Oct 2001 08:46:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mew Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2001/10/15 08:46:07 PDT Modified files: mail/mew Makefile Log: Change chmod argument to `owner:group'. Revision Changes Path 1.32 +2 -2 ports/mail/mew/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 8:46: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 BDD1E37B61B; Mon, 15 Oct 2001 08:46:17 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFkHa91911; Mon, 15 Oct 2001 08:46:17 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110151546.f9FFkHa91911@freefall.freebsd.org> From: Kevin Lo Date: Mon, 15 Oct 2001 08:46:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xaric Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/15 08:46:17 PDT Modified files: irc/xaric Makefile distinfo pkg-plist Log: Update to version 0.12.0 PR: 31277 Submitted by: MAINTAINER Revision Changes Path 1.2 +5 -4 ports/irc/xaric/Makefile 1.2 +1 -1 ports/irc/xaric/distinfo 1.2 +5 -0 ports/irc/xaric/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 Oct 15 8:47: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 3F1E537B412; Mon, 15 Oct 2001 08:47:41 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFlf292258; Mon, 15 Oct 2001 08:47:41 -0700 (PDT) (envelope-from ache) Message-Id: <200110151547.f9FFlf292258@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 08:47:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/15 08:47:41 PDT Modified files: security/drweb/scripts post-install Log: Allow writing to infected.!!! too Revision Changes Path 1.3 +2 -1 ports/security/drweb/scripts/post-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 8:51: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 DFCCB37B40B; Mon, 15 Oct 2001 08:51:12 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FFpCu92827; Mon, 15 Oct 2001 08:51:12 -0700 (PDT) (envelope-from ache) Message-Id: <200110151551.f9FFpCu92827@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 08:51:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/15 08:51:12 PDT Modified files: security/drweb/scripts post-install Log: Oops, don't allow public reading of infected.!!! Revision Changes Path 1.4 +2 -2 ports/security/drweb/scripts/post-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 9: 0: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 54EB337B405; Mon, 15 Oct 2001 09:00:06 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FG06S93993; Mon, 15 Oct 2001 09:00:06 -0700 (PDT) (envelope-from ache) Message-Id: <200110151600.f9FG06S93993@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 09:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/15 09:00:06 PDT Modified files: security/drweb-sendmail Makefile Log: Put it into security sandbox disallowing 'drweb' user to own any files excepting pid/socket/temp/spool ones Revision Changes Path 1.25 +2 -2 ports/security/drweb-sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 9: 8: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 0723D37B405; Mon, 15 Oct 2001 09:08:41 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FG8fZ98325; Mon, 15 Oct 2001 09:08:41 -0700 (PDT) (envelope-from brian) Message-Id: <200110151608.f9FG8fZ98325@freefall.freebsd.org> From: Brian Somers Date: Mon, 15 Oct 2001 09:08:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/15 09:08:40 PDT Modified files: share/examples/ppp ppp.conf.sample Log: Port 139 (NetBIOS session management) is a tcp socket, not udp. PR: 31215 Submitted by: Stephane Marzloff MFC after: 1 week Revision Changes Path 1.28 +5 -5 src/share/examples/ppp/ppp.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 9: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 5E89737B40E; Mon, 15 Oct 2001 09:32:06 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FGW6G01699; Mon, 15 Oct 2001 09:32:06 -0700 (PDT) (envelope-from ache) Message-Id: <200110151632.f9FGW6G01699@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 09:32:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile ports/security/drweb/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/15 09:32:06 PDT Modified files: security/drweb Makefile security/drweb/scripts post-install Log: Fix permissions, sendmail dislike group-writeable dirs Revision Changes Path 1.14 +1 -1 ports/security/drweb/Makefile 1.5 +2 -2 ports/security/drweb/scripts/post-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 9:36: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 5B66637B40D; Mon, 15 Oct 2001 09:36:30 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FGaUu02227; Mon, 15 Oct 2001 09:36:30 -0700 (PDT) (envelope-from roam) Message-Id: <200110151636.f9FGaUu02227@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 15 Oct 2001 09:36:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/15 09:36:30 PDT Added files: net/isc-dhcp3 pkg-message Log: Add a message that Cyrille did provide in PR 31058, but I somehow missed in committing.. Submitted by: John Merryweather Cooper Revision Changes Path 1.1 +24 -0 ports/net/isc-dhcp3/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 9:45: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 9058B37B407; Mon, 15 Oct 2001 09:45:38 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FGjc103438; Mon, 15 Oct 2001 09:45:38 -0700 (PDT) (envelope-from mike) Message-Id: <200110151645.f9FGjc103438@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 15 Oct 2001 09:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcmp.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/10/15 09:45:38 PDT Modified files: (Branch: RELENG_4) lib/libc/string strcmp.3 Log: MFC Rev 1.10 Note that strncmp() will not compare characters after a NUL character. Add a missing word. Bump document date. MFC Rev 1.9 mdoc(7) police: Use the new .In macro for #include statements. Revision Changes Path 1.6.2.3 +10 -3 src/lib/libc/string/strcmp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 11: 1:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 2267F37B40A; Mon, 15 Oct 2001 11:01:19 -0700 (PDT) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id f9FI1Fe00419; Mon, 15 Oct 2001 20:01:15 +0200 (CEST) (envelope-from wkb) Date: Mon, 15 Oct 2001 20:01:15 +0200 From: Wilko Bulte To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/alpha dokern.sh Message-ID: <20011015200115.A405@freebie.xs4all.nl> References: <200110150250.f9F2oIG28988@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: <200110150250.f9F2oIG28988@freefall.freebsd.org>; from obrien@FreeBSD.ORG on Sun, Oct 14, 2001 at 07:50:18PM -0700 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 14, 2001 at 07:50:18PM -0700, David E. O'Brien wrote: > obrien 2001/10/14 19:50:18 PDT > > Modified files: > release/alpha dokern.sh > Log: > Add back DEC_EB64PLUS and DEC_AXPPCI_33 support as we've gained a little bit > more room on the install floppies now that modules can be on a 3rd floppy. Thank you [eyes his freshly-eBayed PC64] -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 11:20: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 4E75337B405; Mon, 15 Oct 2001 11:20:46 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FIKkd23656; Mon, 15 Oct 2001 11:20:46 -0700 (PDT) (envelope-from dillon) Message-Id: <200110151820.f9FIKkd23656@freefall.freebsd.org> From: Matt Dillon Date: Mon, 15 Oct 2001 11:20:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/15 11:20:46 PDT Modified files: (Branch: RELENG_4) sys/vm vm_page.c Log: MFC vm_contig.c 1.3. note: contigmalloc in -4.x is in vm_page.c. Fix contigmalloc[1]() so contigfree() actually works. Revision Changes Path 1.147.2.9 +13 -5 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 11:21: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 51F4A37B405; Mon, 15 Oct 2001 11:21:08 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FIL8t23756; Mon, 15 Oct 2001 11:21:08 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110151821.f9FIL8t23756@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Oct 2001 11:21:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create main.c src/usr.sbin/pkg_install/info main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/15 11:21:08 PDT Modified files: usr.sbin/pkg_install/create main.c usr.sbin/pkg_install/info main.c Log: Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer. Prompted by: dd MFC after: 2 weeks Revision Changes Path 1.29 +1 -1 src/usr.sbin/pkg_install/create/main.c 1.34 +1 -1 src/usr.sbin/pkg_install/info/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 11:24: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 1099E37B40B; Mon, 15 Oct 2001 11:24:22 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FIOMX25604; Mon, 15 Oct 2001 11:24:22 -0700 (PDT) (envelope-from dillon) Message-Id: <200110151824.f9FIOMX25604@freefall.freebsd.org> From: Matt Dillon Date: Mon, 15 Oct 2001 11:24:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vnode_pager.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/15 11:24:22 PDT Modified files: (Branch: RELENG_4) sys/vm vnode_pager.c Log: MFC 1.138 fix VM bug related to dirty VM pages backed by a filesystem fragment where the dirty bits on the VM pages would never get cleared. The bug could cause unnecessary disk writing every 30-60 seconds and potentially force more vnodes to remain in the vnode cache, but doesn't occur very often so most people don't need to worry. Revision Changes Path 1.116.2.4 +22 -4 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 11:48: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 8CA3237B40C; Mon, 15 Oct 2001 11:48:42 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FImge28697; Mon, 15 Oct 2001 11:48:42 -0700 (PDT) (envelope-from dfr) Message-Id: <200110151848.f9FImge28697@freefall.freebsd.org> From: Doug Rabson Date: Mon, 15 Oct 2001 11:48:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf map_object.c rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c rtld_machdep.h src/libexec/rtld-elf/i386 reloc.c rtld_machdep.h src/libexec/rtld-elf/ia64 Makefile.inc lockdflt.c reloc.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/15 11:48:42 PDT Modified files: libexec/rtld-elf map_object.c rtld.c rtld.h libexec/rtld-elf/alpha reloc.c rtld_machdep.h libexec/rtld-elf/i386 reloc.c rtld_machdep.h Added files: libexec/rtld-elf/ia64 Makefile.inc lockdflt.c reloc.c rtld_machdep.h rtld_start.S Log: Add ia64 support. Various adjustments were made to existing targets to cope with a few interface changes required by the ia64. In particular, function pointers on ia64 need special treatment in rtld. Revision Changes Path 1.14 +10 -6 src/libexec/rtld-elf/alpha/reloc.c 1.5 +8 -2 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.8 +4 -3 src/libexec/rtld-elf/i386/reloc.c 1.5 +15 -7 src/libexec/rtld-elf/i386/rtld_machdep.h 1.1 +2 -0 src/libexec/rtld-elf/ia64/Makefile.inc (new) 1.1 +181 -0 src/libexec/rtld-elf/ia64/lockdflt.c (new) 1.1 +435 -0 src/libexec/rtld-elf/ia64/reloc.c (new) 1.1 +57 -0 src/libexec/rtld-elf/ia64/rtld_machdep.h (new) 1.1 +306 -0 src/libexec/rtld-elf/ia64/rtld_start.S (new) 1.8 +2 -1 src/libexec/rtld-elf/map_object.c 1.54 +35 -10 src/libexec/rtld-elf/rtld.c 1.23 +4 -3 src/libexec/rtld-elf/rtld.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 11:57: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id DAD6637B405; Mon, 15 Oct 2001 11:56:49 -0700 (PDT) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id f9FIumV14320; Mon, 15 Oct 2001 08:56:48 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Mon, 15 Oct 2001 08:56:48 -1000 (HST) From: Vincent Poy To: FUJISHIMA Satsuki Cc: cvs-committers@FreeBSD.ORG, , Subject: Re: cvs commit: ports/archivers/linux_rar Makefile distinfo pkg-plist In-Reply-To: <200110050754.f957sMJ87939@freefall.freebsd.org> Message-ID: <20011015085626.L6245-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 5 Oct 2001, FUJISHIMA Satsuki wrote: > sf 2001/10/05 00:54:21 PDT > > Modified files: > archivers/linux_rar Makefile distinfo pkg-plist > Log: > o update to 2.90. > o chenge dependency to linux_base-7. > > Revision Changes Path > 1.22 +10 -11 ports/archivers/linux_rar/Makefile > 1.6 +1 -1 ports/archivers/linux_rar/distinfo > 1.5 +1 -1 ports/archivers/linux_rar/pkg-plist > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message This one fails to install: file /usr/share/zoneinfo/right/W-SU from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 file /usr/bin/catchsegv from install of glibc-common-2.2.2-10 conflicts with file from package glibc-2.1.2-11 *** Error code 1 Stop in /usr/ports/emulators/linux_base-7. *** Error code 1 Stop in /usr/ports/emulators/linux_base-7. *** Error code 1 Stop in /usr/ports/emulators/linux_base-7. *** Error code 1 Stop in /usr/ports/archivers/linux_rar. *** Error code 1 Stop in /usr/ports/archivers/linux_rar. *** Error code 1 Stop in /usr/ports/archivers/linux_rar. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 12:21: 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 7846B37B401; Mon, 15 Oct 2001 12:21:01 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FJL1i35463; Mon, 15 Oct 2001 12:21:01 -0700 (PDT) (envelope-from fenner) Message-Id: <200110151921.f9FJL1i35463@freefall.freebsd.org> From: Bill Fenner Date: Mon, 15 Oct 2001 12:21:01 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/10/15 12:21:01 PDT Modified files: sys/net if_vlan.c Log: Set the interface speed back to zero, after ether_ifattach() set it to 10Mbps. RFC 2863 says: "For a sub-layer which has no concept of bandwidth, [ifSpeed] should be zero." Revision Changes Path 1.35 +1 -0 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 Mon Oct 15 12:30: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 6F2D637B408; Mon, 15 Oct 2001 12:30:39 -0700 (PDT) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FJUdM36790; Mon, 15 Oct 2001 12:30:39 -0700 (PDT) (envelope-from mikeh) Message-Id: <200110151930.f9FJUdM36790@freefall.freebsd.org> From: Mike Heffner Date: Mon, 15 Oct 2001 12:30:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mail aux.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/10/15 12:30:39 PDT Modified files: (Branch: RELENG_4) usr.bin/mail aux.c Log: MFC: 1.7: Prevent overflow, optimize loop, don't exit on realloc failure. Revision Changes Path 1.4.6.2 +5 -5 src/usr.bin/mail/aux.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 12:36: 9 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 776FA37B405; Mon, 15 Oct 2001 12:36:03 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 82A2514C3F; Mon, 15 Oct 2001 21:36:01 +0200 (CEST) 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: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> From: Dag-Erling Smorgrav Date: 15 Oct 2001 21:36:00 +0200 In-Reply-To: <200110122330.f9CNU1u36917@earth.backplane.com> Message-ID: Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon writes: > > Does this explain why my development box (with FreeBSD, NetBSD and > > XFree86 repo mirrors and about three full FreeBSD source trees checked > > out) has a shitload of FFS nodes and spends 8% of its time running > > syncer, resulting in crappy interrupt latency? Or is that a different > > bug? If this is the one, I'm immensely grateful that you fixed it. > Possibly. Apply the patch and find out, I'd really like to know if it > makes a difference. No difference. 24 hours' uptime, patch applied and all file systems mounted async: des@des /usr/src% vmstat -m | grep FFS 256 UFS mount, FFS node, newblk, IpFw/IpAcct, routetbl, ifaddr, BPF, FFS node 71741 17936K 17938K 85338K 1341645 0 0 256 and running sync(8) causes the machine to hang and ignore keystrokes and mouse movements for about a second, just like before. 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 Oct 15 12: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 3A6CF37B40D; Mon, 15 Oct 2001 12:37:24 -0700 (PDT) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FJbOZ37595; Mon, 15 Oct 2001 12:37:24 -0700 (PDT) (envelope-from mikeh) Message-Id: <200110151937.f9FJbOZ37595@freefall.freebsd.org> From: Mike Heffner Date: Mon, 15 Oct 2001 12:37:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/10/15 12:37:23 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.8 Log: MFC: 1.45-1.46: Improve description on how to construct ~ftp/pub. Revision Changes Path 1.31.2.7 +10 -6 src/libexec/ftpd/ftpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 12: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 EA5E937B406; Mon, 15 Oct 2001 12:54:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FJsxP39923; Mon, 15 Oct 2001 12:54:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200110151954.f9FJsxP39923@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 12:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/strace Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 12:54:59 PDT Modified files: devel/strace Makefile Log: I do not understand why something that is like truss/ktrace is in "devel" and not sysutils... Revision Changes Path 1.5 +2 -2 ports/devel/strace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13: 5:41 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8F13A37B401; Mon, 15 Oct 2001 13:05:36 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Oct 2001 21:05:35 +0100 (BST) To: Dag-Erling Smorgrav Cc: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Your message of "15 Oct 2001 21:36:00 +0200." Date: Mon, 15 Oct 2001 21:05:34 +0100 From: Ian Dowse Message-ID: <200110152105.aa38680@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Dag-Erling Smorgrav writes: >No difference. 24 hours' uptime, patch applied and all file systems >mounted async: > >des@des /usr/src% vmstat -m | grep FFS > 256 UFS mount, FFS node, newblk, IpFw/IpAcct, routetbl, ifaddr, BPF, > FFS node 71741 17936K 17938K 85338K 1341645 0 0 256 A silly, but effective workaround for this would be to use the zone allocator for FFS inodes since it can be set up with no memory limit (vnodes already use zalloc). The patch would be quite straightforward - is that worth trying? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13: 6: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 B3E7537B40A; Mon, 15 Oct 2001 13:06:35 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FK6ZW44220; Mon, 15 Oct 2001 13:06:35 -0700 (PDT) (envelope-from des) Message-Id: <200110152006.f9FK6ZW44220@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Oct 2001 13:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h src/sys/alpha/linux linux.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/15 13:06:34 PDT Modified files: sys/i386/linux linux.h sys/alpha/linux linux.h Log: In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux defines it as a short. Change that to an array of one short so that FreeBSD's ifr_flags macro will work (it evaluates to ifr_ifru.ifru_flags[0]). Revision Changes Path 1.56 +2 -2 src/sys/alpha/linux/linux.h 1.58 +2 -2 src/sys/i386/linux/linux.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13: 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 8D32D37B401; Mon, 15 Oct 2001 13:07:30 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FK7Ua44346; Mon, 15 Oct 2001 13:07:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200110152007.f9FK7Ua44346@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 13:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/ltrace Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 13:07:30 PDT Modified files: sysutils Makefile Added files: sysutils/ltrace Makefile distinfo pkg-comment pkg-descr pkg-plist Log: ltrace is a dynamic library tracer. ltrace is a debugging tool, similar to strace, but it traces library calls instead of system calls. Revision Changes Path 1.223 +1 -0 ports/sysutils/Makefile 1.1 +30 -0 ports/sysutils/ltrace/Makefile (new) 1.1 +1 -0 ports/sysutils/ltrace/distinfo (new) 1.1 +1 -0 ports/sysutils/ltrace/pkg-comment (new) 1.1 +4 -0 ports/sysutils/ltrace/pkg-descr (new) 1.1 +2 -0 ports/sysutils/ltrace/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13: 7: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 BF45D37B430; Mon, 15 Oct 2001 13:07:40 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FK7ep44413; Mon, 15 Oct 2001 13:07:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200110152007.f9FK7ep44413@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 13:07:40 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 13:07:40 PDT Modified files: . modules Log: ltrace --> ports/sysutils/ltrace Revision Changes Path 1.3991 +1 -0 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 Oct 15 13:10: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 5B6AD37B406; Mon, 15 Oct 2001 13:10:27 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKARA44803; Mon, 15 Oct 2001 13:10:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200110152010.f9FKARA44803@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 13:10:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ltrace Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 13:10:27 PDT Modified files: sysutils/ltrace Makefile pkg-plist Log: I goofed on the packaging. Revision Changes Path 1.2 +1 -0 ports/sysutils/ltrace/Makefile 1.2 +2 -1 ports/sysutils/ltrace/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 Oct 15 13:14: 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 751E237B40A; Mon, 15 Oct 2001 13:13:58 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKDwq45142; Mon, 15 Oct 2001 13:13:58 -0700 (PDT) (envelope-from lioux) Message-Id: <200110152013.f9FKDwq45142@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 13:13:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/q3server-ra3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 13:13:58 PDT Modified files: games/q3server-ra3 Makefile Log: make it possible to have more than 1 patch for q3server-* ports Submitted by: MAINTAINER Revision Changes Path 1.2 +4 -2 ports/games/q3server-ra3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:16: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 8896937B406; Mon, 15 Oct 2001 13:16:07 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKG7t45409; Mon, 15 Oct 2001 13:16:07 -0700 (PDT) (envelope-from obrien) Message-Id: <200110152016.f9FKG7t45409@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 13:16:07 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 13:16:07 PDT Modified files: sysutils/lsof Makefile distinfo Log: Update for NFS changes in 5-CURRENT. Revision Changes Path 1.96 +3 -3 ports/sysutils/lsof/Makefile 1.75 +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 Mon Oct 15 13: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 3DF4D37B408; Mon, 15 Oct 2001 13:17:11 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKHBe45551; Mon, 15 Oct 2001 13:17:11 -0700 (PDT) (envelope-from lioux) Message-Id: <200110152017.f9FKHBe45551@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 13:17:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/halflifeserver Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 13:17:11 PDT Modified files: games/halflifeserver Makefile Log: o bump PORTREVISION - fix install perms of executable files - fix install time (was ok on package installation) library addition to ld.so.conf Submitted by: MAINTAINER Revision Changes Path 1.24 +25 -5 ports/games/halflifeserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:18: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 B12A437B403; Mon, 15 Oct 2001 13:18:06 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKI6I45653; Mon, 15 Oct 2001 13:18:06 -0700 (PDT) (envelope-from tegge) Message-Id: <200110152018.f9FKI6I45653@freefall.freebsd.org> From: Tor Egge Date: Mon, 15 Oct 2001 13:18:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/15 13:18:06 PDT Modified files: sys/i386/isa npx.c Log: Explicitly initialize the fpu when SSE is enabled since this no longer happens as a side effect of calling npxsave. Reviewed by: peter, bde Revision Changes Path 1.114 +6 -1 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:32:36 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 5FCB237B401; Mon, 15 Oct 2001 13:32:30 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BFA5814C3F; Mon, 15 Oct 2001 22:32:27 +0200 (CEST) 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: Ian Dowse Cc: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110152105.aa38680@salmon.maths.tcd.ie> From: Dag-Erling Smorgrav Date: 15 Oct 2001 22:32:27 +0200 In-Reply-To: <200110152105.aa38680@salmon.maths.tcd.ie> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ian Dowse writes: > A silly, but effective workaround for this would be to use the zone > allocator for FFS inodes since it can be set up with no memory > limit (vnodes already use zalloc). The patch would be quite > straightforward - is that worth trying? Huh? I don't see how that would make any difference. 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 Oct 15 13:34: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 4E78037B408; Mon, 15 Oct 2001 13:34:47 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKYij47460; Mon, 15 Oct 2001 13:34:44 -0700 (PDT) (envelope-from des) Message-Id: <200110152034.f9FKYij47460@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Oct 2001 13:34:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/init init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/15 13:34:43 PDT Modified files: sbin/init init.c Log: Allow reboot during runcom. PR: bin/28116 Submitted by: Valentin Nechayev MFC in: 1 week Revision Changes Path 1.48 +4 -1 src/sbin/init/init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 2DB4D37B407; Mon, 15 Oct 2001 13:36:06 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 1156681D01; Mon, 15 Oct 2001 15:36:06 -0500 (CDT) Date: Mon, 15 Oct 2001 15:36:06 -0500 From: Alfred Perlstein To: Ian Dowse Cc: Dag-Erling Smorgrav , Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c Message-ID: <20011015153606.F59854@elvis.mu.org> References: <200110152105.aa38680@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110152105.aa38680@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Mon, Oct 15, 2001 at 09:05:34PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Ian Dowse [011015 15:05] wrote: > In message , Dag-Erling Smorgrav writes: > >No difference. 24 hours' uptime, patch applied and all file systems > >mounted async: > > > >des@des /usr/src% vmstat -m | grep FFS > > 256 UFS mount, FFS node, newblk, IpFw/IpAcct, routetbl, ifaddr, BPF, > > FFS node 71741 17936K 17938K 85338K 1341645 0 0 256 > > A silly, but effective workaround for this would be to use the zone > allocator for FFS inodes since it can be set up with no memory > limit (vnodes already use zalloc). The patch would be quite > straightforward - is that worth trying? No, the zone allocator sucks, one memory is pinned for a zone it can not be reused. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:39:27 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 048C137B408; Mon, 15 Oct 2001 13:39:23 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Oct 2001 21:39:22 +0100 (BST) To: Dag-Erling Smorgrav Cc: Ian Dowse , Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Your message of "15 Oct 2001 22:32:27 +0200." Date: Mon, 15 Oct 2001 21:39:21 +0100 From: Ian Dowse Message-ID: <200110152139.aa42310@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Dag-Erling Smorgrav writes: > >Huh? I don't see how that would make any difference. Sorry, I misread the vmstat output you posted - there is another problem that has been seen a bit recently where the allocations of FFS inodes reach the malloc limit, causing everything to get stuck waiting to malloc inodes. Switching to the zone allocator would help in that case, but the problem you are experiencing is different. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:42: 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 D676537B401; Mon, 15 Oct 2001 13:42:01 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKg1f48221; Mon, 15 Oct 2001 13:42:01 -0700 (PDT) (envelope-from des) Message-Id: <200110152042.f9FKg1f48221@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Oct 2001 13:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_vfsops.c src/sys/i386/linux/linprocfs linprocfs_vfsops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/15 13:42:01 PDT Modified files: (Branch: RELENG_4) sys/miscfs/procfs procfs_vfsops.c sys/i386/linux/linprocfs linprocfs_vfsops.c Log: Add the necessary dependency information to the procfs and linprocfs modules. PR: 30706 Revision Changes Path 1.2.2.3 +2 -1 src/sys/i386/linux/linprocfs/linprocfs_vfsops.c 1.32.2.1 +2 -1 src/sys/miscfs/procfs/procfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:52: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 5D61B37B408; Mon, 15 Oct 2001 13:52:18 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKqIj49382; Mon, 15 Oct 2001 13:52:18 -0700 (PDT) (envelope-from des) Message-Id: <200110152052.f9FKqIj49382@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Oct 2001 13:52:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/15 13:52:17 PDT Modified files: sys/compat/linux linux_ioctl.c Log: Try to make Linux socket ioctls work. Up until now they've only *pretended* to work, but haven't really due to subtle differences in structs etc. This is still not perfect (some ioctls are still known not to work, while others haven't been tested at all), but it's enough to get Debian's ifconfig to produce relatively sane output. More work will be needed to get all ioctls (or at least a reasonable subset) working, and to support the Cisco Aironet config tool mentioned in the PR. PR: 26546 Submitted by: Doug Ambrisko Revision Changes Path 1.68 +282 -51 src/sys/compat/linux/linux_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 13:59: 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 EA62037B409; Mon, 15 Oct 2001 13:58:57 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKwv350131; Mon, 15 Oct 2001 13:58:57 -0700 (PDT) (envelope-from dirk) Message-Id: <200110152058.f9FKwv350131@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 15 Oct 2001 13:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2001/10/15 13:58:57 PDT Modified files: www/mod_php4/files patch-aa Log: Add a quick and dirty workaround to fix ming support. PR: ports/31183 Submitted by: Okumura Yoshifumi Revision Changes Path 1.2 +5 -2 ports/www/mod_php4/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 Oct 15 14: 6: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 AE3E637B40E; Mon, 15 Oct 2001 14:06:33 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FL6XU54192; Mon, 15 Oct 2001 14:06:33 -0700 (PDT) (envelope-from lioux) Message-Id: <200110152106.f9FL6XU54192@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 14:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_ada Makefile distinfo ports/devel/understand_c Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 14:06:29 PDT Modified files: devel/understand_ada Makefile distinfo devel/understand_c Makefile distinfo Log: Update to 1.4 Build 134 Revision Changes Path 1.10 +2 -2 ports/devel/understand_ada/Makefile 1.9 +1 -1 ports/devel/understand_ada/distinfo 1.29 +2 -2 ports/devel/understand_c/Makefile 1.27 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 14:11:11 2001 Delivered-To: cvs-all@freebsd.org Received: from misha.privatelabs.com (misha.privatelabs.com [66.9.25.166]) by hub.freebsd.org (Postfix) with ESMTP id 12ABB37B40F; Mon, 15 Oct 2001 14:11:04 -0700 (PDT) Received: from misha.privatelabs.com (localhost [127.0.0.1]) by misha.privatelabs.com (8.11.6/8.11.6) with ESMTP id f9FLB1m74061; Mon, 15 Oct 2001 17:11:02 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200110152111.f9FLB1m74061@misha.privatelabs.com> Date: Mon, 15 Oct 2001 17:10:59 -0400 (EDT) From: mi@aldan.algebra.com Reply-To: mi@aldan.algebra.com Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c To: des@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200110152052.f9FKqIj49382@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15 Oct, Dag-Erling Smorgrav wrote: > des 2001/10/15 13:52:17 PDT > > Modified files: > sys/compat/linux linux_ioctl.c > Log: > Try to make Linux socket ioctls work. Up until now they've only *pretended* > to work, but haven't really due to subtle differences in structs etc. Cool, may be, some day I'll be able to play Civilization Call to Power with someone across the 'net :) Right now it gives some network-related error whenever I try to contact anyone :( -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 14:23: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 459B137B40B; Mon, 15 Oct 2001 14:23:10 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id E4E2014C3F; Mon, 15 Oct 2001 23:23:08 +0200 (CEST) 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: mi@aldan.algebra.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c References: <200110152111.f9FLB1m74061@misha.privatelabs.com> From: Dag-Erling Smorgrav Date: 15 Oct 2001 23:23:08 +0200 In-Reply-To: <200110152111.f9FLB1m74061@misha.privatelabs.com> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi@aldan.algebra.com writes: > Cool, may be, some day I'll be able to play Civilization Call to Power > with someone across the 'net :) Right now it gives some network-related > error whenever I try to contact anyone :( *what* network-related error, and can you catch a ktrace that shows what it's trying to do? 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 Oct 15 14:36: 2 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 84D3C37B40C; Mon, 15 Oct 2001 14:35:54 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f9FLZpg56816; Mon, 15 Oct 2001 14:35:51 -0700 (PDT) (envelope-from dillon) Date: Mon, 15 Oct 2001 14:35:51 -0700 (PDT) From: Matt Dillon Message-Id: <200110152135.f9FLZpg56816@earth.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Matt Dillon writes: :> > Does this explain why my development box (with FreeBSD, NetBSD and :> > XFree86 repo mirrors and about three full FreeBSD source trees checked :> > out) has a shitload of FFS nodes and spends 8% of its time running :> > syncer, resulting in crappy interrupt latency? Or is that a different :> > bug? If this is the one, I'm immensely grateful that you fixed it. :> Possibly. Apply the patch and find out, I'd really like to know if it :> makes a difference. : :No difference. 24 hours' uptime, patch applied and all file systems :mounted async: : :des@des /usr/src% vmstat -m | grep FFS : 256 UFS mount, FFS node, newblk, IpFw/IpAcct, routetbl, ifaddr, BPF, : FFS node 71741 17936K 17938K 85338K 1341645 0 0 256 : :and running sync(8) causes the machine to hang and ignore keystrokes :and mouse movements for about a second, just like before. : :DES :-- :Dag-Erling Smorgrav - des@ofug.org The suspect code in question here is, I am guessing, vfs_msync() in kern/vfs_subr.c. It scans the entire vnode list and there are two restart situations that I believe could be creating an issue. I saw a very similar problem in VFS/BIO and PAGEOUT subsystems, where they had loop-restart conditions that could result in huge cpu wasteage. The solution is generally to insert a dummy node as a place-holder (that's what I did for the pageout daemon) in order to be able to avoid having to restart the loop after hitting a blocking condition. It would be nice if we had some kernel profiling output to confirm my guess. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 14:39:35 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 0584737B403; Mon, 15 Oct 2001 14:39:28 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id A067314C3F; Mon, 15 Oct 2001 23:39:26 +0200 (CEST) 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: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> From: Dag-Erling Smorgrav Date: 15 Oct 2001 23:39:26 +0200 In-Reply-To: <200110152135.f9FLZpg56816@earth.backplane.com> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon writes: > It would be nice if we had some kernel profiling output to confirm > my guess. 1) How do I go about obtaining that? 2) You already have a full dump of a system exhibiting these symptoms. Weren't you able to obtain any information from that? 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 Oct 15 14:40:43 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 2361837B40A; Mon, 15 Oct 2001 14:40:36 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9FLeOl32078; Mon, 15 Oct 2001 17:40:24 -0400 (EDT) (envelope-from wollman) Date: Mon, 15 Oct 2001 17:40:24 -0400 (EDT) From: Garrett Wollman Message-Id: <200110152140.f9FLeOl32078@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: <20011015153606.F59854@elvis.mu.org> References: <200110152105.aa38680@salmon.maths.tcd.ie> <20011015153606.F59854@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > No, the zone allocator sucks, one memory is pinned for a zone it > can not be reused. Actually, that is a good and intentional feature. (See all the papers on TSM.) That doesn't necessarily mean that it's useful or appropriate for *nodes, though. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 14:44:40 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 8F76B37B401; Mon, 15 Oct 2001 14:44:36 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 6B1BD81D01; Mon, 15 Oct 2001 16:44:31 -0500 (CDT) Date: Mon, 15 Oct 2001 16:44:31 -0500 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c Message-ID: <20011015164431.G59854@elvis.mu.org> References: <200110152105.aa38680@salmon.maths.tcd.ie> <20011015153606.F59854@elvis.mu.org> <200110152140.f9FLeOl32078@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110152140.f9FLeOl32078@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Mon, Oct 15, 2001 at 05:40:24PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Garrett Wollman [011015 16:40] wrote: > < said: > > > No, the zone allocator sucks, one memory is pinned for a zone it > > can not be reused. > > Actually, that is a good and intentional feature. (See all the papers > on TSM.) That doesn't necessarily mean that it's useful or > appropriate for *nodes, though. It's barely acceptable when it's needed, it's really bad because any pressure on the memory system even if we were to implement hooks to ask subssystems to free back memory would not be applicable to anything using zalloc because of this. I currently don't have a better idea, but I really don't like the current TSM stuff for this reason, BSD/os has managed to go for a long time without needing to implement such things (at least for sockets) and I hope that we can get away from it or at least contain its spread to other subsystems. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 14:45:18 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 79AD437B408; Mon, 15 Oct 2001 14:45:11 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f9FLj9H56917; Mon, 15 Oct 2001 14:45:09 -0700 (PDT) (envelope-from dillon) Date: Mon, 15 Oct 2001 14:45:09 -0700 (PDT) From: Matt Dillon Message-Id: <200110152145.f9FLj9H56917@earth.backplane.com> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :Matt Dillon writes: :> It would be nice if we had some kernel profiling output to confirm :> my guess. : :1) How do I go about obtaining that? : :2) You already have a full dump of a system exhibiting these symptoms. : Weren't you able to obtain any information from that? : :DES :-- :Dag-Erling Smorgrav - des@ofug.org man config. e.g. using config -pg, I believe, will generate a kernel with profiling. On -stable anyway. The system isn't actually doing anything wrong, it's just being inefficient somewhere so a dump doesn't really help. Is there any serious disk activity when the syncer is locked up for that second or is it solely a cpu thing? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 14:46:34 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 3314037B40B; Mon, 15 Oct 2001 14:46:27 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BCA9514C3F; Mon, 15 Oct 2001 23:46:25 +0200 (CEST) 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: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> <200110152145.f9FLj9H56917@earth.backplane.com> From: Dag-Erling Smorgrav Date: 15 Oct 2001 23:46:25 +0200 In-Reply-To: <200110152145.f9FLj9H56917@earth.backplane.com> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt Dillon writes: > man config. e.g. using config -pg, I believe, will generate a kernel > with profiling. On -stable anyway. Yes, but how do I extract the profiling information? > Is there any serious disk activity when the syncer is locked up for > that second or is it solely a cpu thing? No apparent disk activity. 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 Oct 15 15: 6:28 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 558) id 05AAA37B406; Mon, 15 Oct 2001 15:06:27 -0700 (PDT) To: des@ofug.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-Reply-To: Message-Id: <20011015220627.05AAA37B406@hub.freebsd.org> Date: Mon, 15 Oct 2001 15:06:27 -0700 (PDT) From: hsu@FreeBSD.ORG (Jeffrey Hsu) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Yes, but how do I extract the profiling information? Use kgmon(8). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 15:46: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 0B29D37B408; Mon, 15 Oct 2001 15:46:14 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FMkDp67579; Mon, 15 Oct 2001 15:46:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200110152246.f9FMkDp67579@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 15:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 Makefile ports/editors/staroffice60/files sversionrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 15:46:13 PDT Modified files: editors/staroffice60 Makefile Removed files: editors/staroffice60/files sversionrc Log: We can more easily just echo the single line that is in sversionrc than copy & sed it. Revision Changes Path 1.34 +3 -4 ports/editors/staroffice60/Makefile 1.2 +0 -3 ports/editors/staroffice60/files/sversionrc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 15:47: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 ACB6937B407; Mon, 15 Oct 2001 15:47:55 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FMltu67728; Mon, 15 Oct 2001 15:47:55 -0700 (PDT) (envelope-from dougb) Message-Id: <200110152247.f9FMltu67728@freefall.freebsd.org> From: Doug Barton Date: Mon, 15 Oct 2001 15:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2001/10/15 15:47:55 PDT Modified files: sbin/newfs newfs.8 Log: Document the optimal block:fragment ratio, per discussion on -arch and cvs-all. Reviewed by: dillon Revision Changes Path 1.44 +4 -1 src/sbin/newfs/newfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 15:52: 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 86E9137B408; Mon, 15 Oct 2001 15:52:00 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FMq0n68106; Mon, 15 Oct 2001 15:52:00 -0700 (PDT) (envelope-from obrien) Message-Id: <200110152252.f9FMq0n68106@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 15:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 15:52:00 PDT Modified files: editors/staroffice60 pkg-message Log: chmod is a wonderful thing -- it can do more than one thing at a time. Revision Changes Path 1.8 +1 -2 ports/editors/staroffice60/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 Oct 15 16: 1: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 22CCC37B40A; Mon, 15 Oct 2001 16:01:31 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FN1Vj68940; Mon, 15 Oct 2001 16:01:31 -0700 (PDT) (envelope-from archie) Message-Id: <200110152301.f9FN1Vj68940@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 15 Oct 2001 16:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc protocols X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/10/15 16:01:31 PDT Modified files: (Branch: RELENG_4) etc protocols Log: MFC: (rev. 1.15) Update reference URL. Revision Changes Path 1.13.2.2 +2 -2 src/etc/protocols To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 16: 2: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 4EEDC37B403; Mon, 15 Oct 2001 16:02:34 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FN2Y469089; Mon, 15 Oct 2001 16:02:34 -0700 (PDT) (envelope-from archie) Message-Id: <200110152302.f9FN2Y469089@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 15 Oct 2001 16:02:34 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/10/15 16:02:34 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_ksocket.c Log: MFC: (rev. 1.22) Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP. Revision Changes Path 1.5.2.7 +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 Mon Oct 15 16: 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 C037437B403; Mon, 15 Oct 2001 16:02:54 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FN2sU69135; Mon, 15 Oct 2001 16:02:54 -0700 (PDT) (envelope-from tegge) Message-Id: <200110152302.f9FN2sU69135@freefall.freebsd.org> From: Tor Egge Date: Mon, 15 Oct 2001 16:02:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/15 16:02:54 PDT Modified files: sys/vm swap_pager.c Log: Don't use an uninitialized field reserved for callers in the bio structure passed to swap_pager_strategy(). Instead, use a field reserved for drivers and initialize it before usage. Reviewed by: dillon Revision Changes Path 1.165 +5 -4 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 16: 5: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 43A1E37B412; Mon, 15 Oct 2001 16:05:16 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FN5Go69949; Mon, 15 Oct 2001 16:05:16 -0700 (PDT) (envelope-from archie) Message-Id: <200110152305.f9FN5Go69949@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 15 Oct 2001 16:05:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_socket.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/10/15 16:05:16 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_socket.c Log: MFC: (rev. 1.29) Fix bug that cheated hook names out of the last 2 bytes. Revision Changes Path 1.11.2.5 +3 -3 src/sys/netgraph/ng_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 16:12: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 4F85D37B40D; Mon, 15 Oct 2001 16:12:15 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FNCFV72876; Mon, 15 Oct 2001 16:12:15 -0700 (PDT) (envelope-from lioux) Message-Id: <200110152312.f9FNCFV72876@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 16:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/win32-codecs Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 16:12:15 PDT Modified files: graphics/win32-codecs Makefile distinfo pkg-plist Log: update mplayer codecs to 0.50; therefore, update port to 010122.1.0.50 Approved by: MAINTAINER Revision Changes Path 1.13 +4 -3 ports/graphics/win32-codecs/Makefile 1.9 +1 -0 ports/graphics/win32-codecs/distinfo 1.7 +8 -0 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 Oct 15 16:31: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 1D83137B40D; Mon, 15 Oct 2001 16:31:33 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FNVXP74347; Mon, 15 Oct 2001 16:31:33 -0700 (PDT) (envelope-from dougb) Message-Id: <200110152331.f9FNVXP74347@freefall.freebsd.org> From: Doug Barton Date: Mon, 15 Oct 2001 16:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rwhois Makefile distinfo pkg-descr pkg-plist ports/net/rwhois/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2001/10/15 16:31:32 PDT Modified files: net/rwhois Makefile distinfo pkg-descr pkg-plist Removed files: net/rwhois/files patch-ag Log: Update to version 1.5.7.1, which removes the pgp code, uses autoconf 2.5.2d to hopefully prevent segfaults on FreeBSD, and changes the samples and documentation slightly. Submitted by: Jeff Chan (the author) Revision Changes Path 1.18 +2 -2 ports/net/rwhois/Makefile 1.3 +1 -1 ports/net/rwhois/distinfo 1.2 +0 -20 ports/net/rwhois/files/patch-ag (dead) 1.3 +0 -2 ports/net/rwhois/pkg-descr 1.10 +0 -1 ports/net/rwhois/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 Oct 15 16: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 4C7C137B40D; Mon, 15 Oct 2001 16:38:37 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FNcb874799; Mon, 15 Oct 2001 16:38:37 -0700 (PDT) (envelope-from lioux) Message-Id: <200110152338.f9FNcb874799@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 16:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer-fonts Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 16:38:37 PDT Modified files: graphics/mplayer-fonts Makefile distinfo pkg-descr pkg-plist Log: o update to 0.50 o update WWW tag in DESCR Submitted by: MAINTAINER Revision Changes Path 1.2 +19 -12 ports/graphics/mplayer-fonts/Makefile 1.2 +1 -1 ports/graphics/mplayer-fonts/distinfo 1.2 +4 -4 ports/graphics/mplayer-fonts/pkg-descr 1.2 +62 -23 ports/graphics/mplayer-fonts/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 Oct 15 17:22: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 9BD6F37B405; Mon, 15 Oct 2001 17:22:08 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G0M8u82151; Mon, 15 Oct 2001 17:22:08 -0700 (PDT) (envelope-from jeh) Message-Id: <200110160022.f9G0M8u82151@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 15 Oct 2001 17:22:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-chill Makefile ports/devel/i386-rtems-g77 Makefile ports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-gcj Makefile ports/devel/i386-rtems-objc Makefile ports/devel/rtems-gcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/10/15 17:22:08 PDT Modified files: 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/rtems-gcc Makefile Log: Minor update in where the files are fetched from. Maybe now I will stop getting "Unfetchable distfiles" message for files that do get fetched in the real-world (tm). Suggested by sf, and changed. Also update i386-rtems-g77/Makefile: s/F77/G77/g Submitted by: FUJISHIMA Satsuki Revision Changes Path 1.13 +2 -2 ports/devel/i386-rtems-chill/Makefile 1.13 +6 -6 ports/devel/i386-rtems-g77/Makefile 1.12 +2 -2 ports/devel/i386-rtems-gcc/Makefile 1.13 +2 -2 ports/devel/i386-rtems-gcj/Makefile 1.13 +2 -2 ports/devel/i386-rtems-objc/Makefile 1.7 +2 -2 ports/devel/rtems-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 17:33:10 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 2EF8E37B409; Mon, 15 Oct 2001 17:33:06 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 16 Oct 2001 01:33:05 +0100 (BST) To: Alfred Perlstein Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Your message of "Mon, 15 Oct 2001 16:44:31 CDT." <20011015164431.G59854@elvis.mu.org> Date: Tue, 16 Oct 2001 01:33:04 +0100 From: Ian Dowse Message-ID: <200110160133.aa67738@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011015164431.G59854@elvis.mu.org>, Alfred Perlstein writes: >* Garrett Wollman [011015 16:40] wrote: >> Actually, that is a good and intentional feature. (See all the papers >> on TSM.) That doesn't necessarily mean that it's useful or >> appropriate for *nodes, though. >I currently don't have a better idea, but I really don't like >the current TSM stuff for this reason, BSD/os has managed to >go for a long time without needing to implement such things >(at least for sockets) and I hope that we can get away from it >or at least contain its spread to other subsystems. I sometimes think that FreeBSD's zone allocator tries to be too many things at once. Maybe zinit() should have a ZONE_TYPESTABLE flag so that only for code that really requires type-stability do we guarantee to provide it. That would pave the way for some kind of memory reuse mechanism, should it prove beneficial. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 17:41:59 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 13E6737B409; Mon, 15 Oct 2001 17:41:52 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id EA51981D06; Mon, 15 Oct 2001 19:41:51 -0500 (CDT) Date: Mon, 15 Oct 2001 19:41:51 -0500 From: Alfred Perlstein To: Ian Dowse Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c Message-ID: <20011015194151.J59854@elvis.mu.org> References: <20011015164431.G59854@elvis.mu.org> <200110160133.aa67738@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110160133.aa67738@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Tue, Oct 16, 2001 at 01:33:04AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Ian Dowse [011015 19:33] wrote: > In message <20011015164431.G59854@elvis.mu.org>, Alfred Perlstein writes: > >* Garrett Wollman [011015 16:40] wrote: > >> Actually, that is a good and intentional feature. (See all the papers > >> on TSM.) That doesn't necessarily mean that it's useful or > >> appropriate for *nodes, though. > > >I currently don't have a better idea, but I really don't like > >the current TSM stuff for this reason, BSD/os has managed to > >go for a long time without needing to implement such things > >(at least for sockets) and I hope that we can get away from it > >or at least contain its spread to other subsystems. > > I sometimes think that FreeBSD's zone allocator tries to be too > many things at once. Maybe zinit() should have a ZONE_TYPESTABLE > flag so that only for code that really requires type-stability do > we guarantee to provide it. That would pave the way for some kind > of memory reuse mechanism, should it prove beneficial. Agreed, something like that would be nice. I really owe it to FreeBSD and myself to complete my memory allocator... *sigh* http://people.freebsd.org/~alfred/memcache/ -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 17:49: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 69A2E37B40A; Mon, 15 Oct 2001 17:49:19 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G0nJv88508; Mon, 15 Oct 2001 17:49:19 -0700 (PDT) (envelope-from alfred) Message-Id: <200110160049.f9G0nJv88508@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 15 Oct 2001 17:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys aio_write.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/10/15 17:49:19 PDT Modified files: lib/libc/sys aio_write.2 Log: Fix reference to aio_read, should be aio_write Revision Changes Path 1.11 +2 -2 src/lib/libc/sys/aio_write.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 17:56: 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 E548937B40B; Mon, 15 Oct 2001 17:56:02 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G0u2S88912; Mon, 15 Oct 2001 17:56:02 -0700 (PDT) (envelope-from nyan) Message-Id: <200110160056.f9G0u2S88912@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 15 Oct 2001 17:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/15 17:56:02 PDT Modified files: . access Log: Add Akio Morita as a committer. He will work on pc98 supports. Mentor: nyan Approved by: core Revision Changes Path 1.261 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 18: 4: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 631BA37B403; Mon, 15 Oct 2001 18:04:21 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G14LR89901; Mon, 15 Oct 2001 18:04:21 -0700 (PDT) (envelope-from lioux) Message-Id: <200110160104.f9G14LR89901@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 18:04:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/ticker.app Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 18:04:21 PDT Modified files: sysutils Makefile Added files: sysutils/ticker.app Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port ticker.app version 0.1.0: Ticker dockapp for Window Maker PR: 31267 Submitted by: Patrick Li Revision Changes Path 1.224 +1 -0 ports/sysutils/Makefile 1.1 +28 -0 ports/sysutils/ticker.app/Makefile (new) 1.1 +1 -0 ports/sysutils/ticker.app/distinfo (new) 1.1 +1 -0 ports/sysutils/ticker.app/pkg-comment (new) 1.1 +7 -0 ports/sysutils/ticker.app/pkg-descr (new) 1.1 +4 -0 ports/sysutils/ticker.app/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 18: 4: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 DA2F237B40C; Mon, 15 Oct 2001 18:04:24 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G14OT89932; Mon, 15 Oct 2001 18:04:24 -0700 (PDT) (envelope-from lioux) Message-Id: <200110160104.f9G14OT89932@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 18:04:24 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 18:04:24 PDT Modified files: . modules Log: ticker.app --> ports/sysutils/ticker.app Revision Changes Path 1.3992 +1 -0 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 Oct 15 18: 6: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 5B9DD37B40D; Mon, 15 Oct 2001 18:06:04 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G164V93363; Mon, 15 Oct 2001 18:06:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200110160106.f9G164V93363@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 18:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/ski Makefile distinfo pkg-comment pkg-descr pkg-plist ports/emulators/ski/files ia64.cmd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 18:06:04 PDT Modified files: emulators Makefile Added files: emulators/ski Makefile distinfo pkg-comment pkg-descr pkg-plist emulators/ski/files ia64.cmd Log: HP's Ski IA-64 simulator Revision Changes Path 1.78 +1 -0 ports/emulators/Makefile 1.1 +52 -0 ports/emulators/ski/Makefile (new) 1.1 +1 -0 ports/emulators/ski/distinfo (new) 1.1 +11 -0 ports/emulators/ski/files/ia64.cmd (new) 1.1 +1 -0 ports/emulators/ski/pkg-comment (new) 1.1 +27 -0 ports/emulators/ski/pkg-descr (new) 1.1 +13 -0 ports/emulators/ski/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 18: 6: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 BD88E37B40A; Mon, 15 Oct 2001 18:06:07 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G167893393; Mon, 15 Oct 2001 18:06:07 -0700 (PDT) (envelope-from obrien) Message-Id: <200110160106.f9G167893393@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 18:06:07 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 18:06:07 PDT Modified files: . modules Log: ski --> ports/emulators/ski Revision Changes Path 1.3993 +1 -0 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 Oct 15 18:25: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 2E21B37B40D; Mon, 15 Oct 2001 18:25:42 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G1Pgs95357; Mon, 15 Oct 2001 18:25:42 -0700 (PDT) (envelope-from lioux) Message-Id: <200110160125.f9G1Pgs95357@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 18:25:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile distinfo pkg-descr pkg-message ports/graphics/mplayer/files install-user patch-ad patch-ae get-feat patch-Gui::mplayer::gtk::fs.h patch-Gui::mplayer::psignal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 18:25:42 PDT Modified files: graphics/mplayer Makefile distinfo pkg-descr pkg-message graphics/mplayer/files install-user patch-ad patch-ae Removed files: graphics/mplayer/files get-feat patch-Gui::mplayer::gtk::fs.h patch-Gui::mplayer::psignal.h Log: o update to 0.50 final o add several WITH_* options (specially DVD support :-) o update WWW tag in DESCR o update PKGMESSAGE o update install-user script to handle new fonts from port mplayer-fonts/Makefile rev 1.2 Submitted by: MAINTAINER Revision Changes Path 1.5 +62 -30 ports/graphics/mplayer/Makefile 1.3 +1 -1 ports/graphics/mplayer/distinfo 1.2 +0 -18 ports/graphics/mplayer/files/get-feat (dead) 1.2 +20 -5 ports/graphics/mplayer/files/install-user 1.2 +0 -11 ports/graphics/mplayer/files/patch-Gui::mplayer::gtk::fs.h (dead) 1.2 +0 -11 ports/graphics/mplayer/files/patch-Gui::mplayer::psignal.h (dead) 1.3 +36 -16 ports/graphics/mplayer/files/patch-ad 1.3 +19 -10 ports/graphics/mplayer/files/patch-ae 1.3 +3 -1 ports/graphics/mplayer/pkg-descr 1.3 +4 -0 ports/graphics/mplayer/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 Oct 15 19:58: 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 23BAA37B408; Mon, 15 Oct 2001 19:57:57 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G2vvC07281; Mon, 15 Oct 2001 19:57:57 -0700 (PDT) (envelope-from bsd) Message-Id: <200110160257.f9G2vvC07281@freefall.freebsd.org> From: "Brian S. Dean" Date: Mon, 15 Oct 2001 19:57:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avrprog Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/10/15 19:57:56 PDT Modified files: devel/avrprog Makefile distinfo Log: Update to version 1.4.2. Revision Changes Path 1.6 +1 -1 ports/devel/avrprog/Makefile 1.6 +1 -1 ports/devel/avrprog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 20: 1: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 7338937B403; Mon, 15 Oct 2001 20:01:43 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G31hq07841; Mon, 15 Oct 2001 20:01:43 -0700 (PDT) (envelope-from lioux) Message-Id: <200110160301.f9G31hq07841@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Oct 2001 20:01:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/jpeg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/15 20:01:43 PDT Modified files: graphics/jpeg Makefile Log: un"echo" installation (less noise) Revision Changes Path 1.29 +4 -4 ports/graphics/jpeg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 20: 4: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 51F0237B405; Mon, 15 Oct 2001 20:04:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G34F208031; Mon, 15 Oct 2001 20:04:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160304.f9G34F208031@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Oct 2001 20:04:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create main.c src/usr.sbin/pkg_install/info main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/15 20:04:15 PDT Modified files: usr.sbin/pkg_install/create main.c usr.sbin/pkg_install/info main.c Log: Fix "off by 1" error introduced in the previous commit by replacing strncpy(3) with strlcpy(3). MFC after: 2 weeks Revision Changes Path 1.30 +1 -1 src/usr.sbin/pkg_install/create/main.c 1.35 +1 -1 src/usr.sbin/pkg_install/info/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 21:41: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 60E8F37B401; Mon, 15 Oct 2001 21:41:31 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G4fVh24988; Mon, 15 Oct 2001 21:41:31 -0700 (PDT) (envelope-from clive) Message-Id: <200110160441.f9G4fVh24988@freefall.freebsd.org> From: Clive Lin Date: Mon, 15 Oct 2001 21:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/dia Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/15 21:41:31 PDT Modified files: chinese/dia Makefile distinfo Log: Upgrade to 0.88.1 Submitted by: June-Yen Huang Obtained from: plasmaball@pchome.com.tw Revision Changes Path 1.3 +6 -6 ports/chinese/dia/Makefile 1.2 +2 -2 ports/chinese/dia/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 23: 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 85E9937B40F; Mon, 15 Oct 2001 23:01:45 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G61jE35288; Mon, 15 Oct 2001 23:01:45 -0700 (PDT) (envelope-from peter) Message-Id: <200110160601.f9G61jE35288@freefall.freebsd.org> From: Peter Wemm Date: Mon, 15 Oct 2001 23:01:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat4x.i386 libcrypto.so.1.gz.uu libssl.so.1.gz.uu X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/10/15 23:01:45 PDT Modified files: (Branch: RELENG_4) lib/compat/compat4x.i386 libcrypto.so.1.gz.uu libssl.so.1.gz.uu Log: MFC: rev 1.2: provide libcrypto.so.1 and libssl.so.1 that do not depend on the librsaUSA.so and librsaINTL.so plugins. Reminded by: julian Revision Changes Path 1.1.2.2 +7360 -5762 src/lib/compat/compat4x.i386/libcrypto.so.1.gz.uu 1.1.2.2 +1864 -1651 src/lib/compat/compat4x.i386/libssl.so.1.gz.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 23:11: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 558F537B40C; Mon, 15 Oct 2001 23:11:11 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G6BBU39450; Mon, 15 Oct 2001 23:11:11 -0700 (PDT) (envelope-from marcel) Message-Id: <200110160611.f9G6BBU39450@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 15 Oct 2001 23:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/15 23:11:11 PDT Modified files: sys/i386/linux syscalls.master Log: o Change prototype of linux_lchown and linux_chown so that the argument names match those on Alpha. o Map the fchown directly to FreeBSD. Since the old version of fchown is also mapped to the native fchown, give the new one type NODEF. Tested by: Martin Blapp Revision Changes Path 1.45 +6 -7 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Oct 15 23: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 7B36E37B411; Mon, 15 Oct 2001 23:15:36 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G6FaN40080; Mon, 15 Oct 2001 23:15:36 -0700 (PDT) (envelope-from marcel) Message-Id: <200110160615.f9G6FaN40080@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 15 Oct 2001 23:15:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_dummy.c src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c src/sys/compat/linux linux_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/15 23:15:36 PDT Modified files: sys/alpha/linux linux_dummy.c sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c sys/compat/linux linux_file.c Log: Implement linux_chown and linux_lchown. The fchown syscall maps directly to the native syscall, because no filename handling needs to be done. Tested by: Martin Blapp Revision Changes Path 1.34 +1 -3 src/sys/alpha/linux/linux_dummy.c 1.58 +43 -1 src/sys/compat/linux/linux_file.c 1.32 +1 -4 src/sys/i386/linux/linux_dummy.c 1.47 +7 -13 src/sys/i386/linux/linux_proto.h 1.41 +1 -2 src/sys/i386/linux/linux_syscall.h 1.47 +2 -2 src/sys/i386/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 Mon Oct 15 23:42: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 1222B37B408; Mon, 15 Oct 2001 23:42:06 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G6g6345350; Mon, 15 Oct 2001 23:42:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200110160642.f9G6g6345350@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Oct 2001 23:42:06 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/15 23:42:06 PDT Modified files: usr.sbin/pkg_install/add main.c Log: Increase the number of packages that can be installed by an order of magnitude. Geez, this is Unix, what is with the arbitrary needless constants. Revision Changes Path 1.49 +1 -1 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 Mon Oct 15 23:48:24 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 79DC637B401; Mon, 15 Oct 2001 23:48:20 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 5972D81D07; Tue, 16 Oct 2001 01:48:15 -0500 (CDT) Date: Tue, 16 Oct 2001 01:48:15 -0500 From: Alfred Perlstein To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c Message-ID: <20011016014815.O59854@elvis.mu.org> References: <200110160642.f9G6g6345350@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: <200110160642.f9G6g6345350@freefall.freebsd.org>; from obrien@FreeBSD.org on Mon, Oct 15, 2001 at 11:42:06PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * David E. O'Brien [011016 01:42] wrote: > obrien 2001/10/15 23:42:06 PDT > > Modified files: > usr.sbin/pkg_install/add main.c > Log: > Increase the number of packages that can be installed by an order of > magnitude. Geez, this is Unix, what is with the arbitrary needless > constants. People longing for their VMS boxes? :) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 0: 3: 2 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 0EDE337B416; Tue, 16 Oct 2001 00:02:56 -0700 (PDT) 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 QAA02010; Tue, 16 Oct 2001 16:54:04 +1000 Date: Tue, 16 Oct 2001 16:53:14 +1000 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: Matt Dillon , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Message-ID: <20011016164239.C6962-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15 Oct 2001, Dag-Erling Smorgrav wrote: > Matt Dillon writes: > > man config. e.g. using config -pg, I believe, will generate a kernel > > with profiling. On -stable anyway. config -p[p] > Yes, but how do I extract the profiling information? I normally use this script: --- #!/bin/sh sync # Change to -rb for lower overhead lower quality low resolution profiling: kgmon -rB # Change to operation to be profiled if not just general system activity # for 10 seconds: sleep 10 kgmon -hp gprof4 -u `sysctl -n kern.bootfile` gmon.out >zp --- Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 0:16:15 2001 Delivered-To: cvs-all@freebsd.org Received: from e132109.ap.plala.or.jp (e132109.ap.plala.or.jp [202.229.132.109]) by hub.freebsd.org (Postfix) with ESMTP id 7C17F37B411; Tue, 16 Oct 2001 00:16:01 -0700 (PDT) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by e132109.ap.plala.or.jp (Postfix) with ESMTP id E60A72B1; Tue, 16 Oct 2001 07:15:59 +0000 (GMT) Date: Tue, 16 Oct 2001 16:16:00 +0900 Message-ID: <86bsj812dr.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: Vincent Poy Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/archivers/linux_rar Makefile distinfo pkg-plist In-Reply-To: <20011015085626.L6245-100000@oahu.WURLDLINK.NET> References: <200110050754.f957sMJ87939@freefall.freebsd.org> <20011015085626.L6245-100000@oahu.WURLDLINK.NET> User-Agent: Wanderlust/2.7.5 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [redirected to -ports] I'm sure this is not a problem of linux_rar but linux_base-7. linux_base-7 installing process conflicts with linux_base. You can use package to work-around this. (on the clean system) pkg_add linux_base. pkg_add linux_base-7. make install at emulators/linux_rar. (isntalling other linux ports if your want) This may or may not work, try at your own risk! (but works for me) -- FUJISHIMA Satsuki At Mon, 15 Oct 2001 08:56:48 -1000 (HST), Vincent Poy wrote: > > On Fri, 5 Oct 2001, FUJISHIMA Satsuki wrote: > > > sf 2001/10/05 00:54:21 PDT > > > > Modified files: > > archivers/linux_rar Makefile distinfo pkg-plist > > Log: > > o update to 2.90. > > o chenge dependency to linux_base-7. > > > > Revision Changes Path > > 1.22 +10 -11 ports/archivers/linux_rar/Makefile > > 1.6 +1 -1 ports/archivers/linux_rar/distinfo > > 1.5 +1 -1 ports/archivers/linux_rar/pkg-plist > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > This one fails to install: > > file /usr/share/zoneinfo/right/W-SU from install of glibc-common-2.2.2-10 > conflicts with file from package glibc-2.1.2-11 > file /usr/bin/catchsegv from install of glibc-common-2.2.2-10 conflicts > with file from package glibc-2.1.2-11 > *** Error code 1 > > Stop in /usr/ports/emulators/linux_base-7. > *** Error code 1 > > Stop in /usr/ports/emulators/linux_base-7. > *** Error code 1 > > Stop in /usr/ports/emulators/linux_base-7. > *** Error code 1 > > Stop in /usr/ports/archivers/linux_rar. > *** Error code 1 > > Stop in /usr/ports/archivers/linux_rar. > *** Error code 1 > > Stop in /usr/ports/archivers/linux_rar. > > > Cheers, > Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ > Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] > WurldLink Corporation / / / / | / | __] ] > San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] > HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] > Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 0:25: 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 6793D37B40E; Tue, 16 Oct 2001 00:25:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G7P4A54644; Tue, 16 Oct 2001 00:25:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160725.f9G7P4A54644@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 00:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm Makefile ports/x11/gdm/files patch-daemon::slave.c patch-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 00:25:04 PDT Modified files: x11/gdm Makefile x11/gdm/files patch-ar Added files: x11/gdm/files patch-daemon::slave.c Log: Fix several incompatibilities with FreeBSD. This makes gdm working, at least on my 5-CURRENT with XFree86-3.3.6. PR: 31309 Submitted by: Heath Nielson Revision Changes Path 1.15 +2 -1 ports/x11/gdm/Makefile 1.3 +18 -14 ports/x11/gdm/files/patch-ar 1.1 +17 -0 ports/x11/gdm/files/patch-daemon::slave.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 0:27: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 304F437B401; Tue, 16 Oct 2001 00:27:36 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G7RaX55041; Tue, 16 Oct 2001 00:27:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160727.f9G7RaX55041@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 00:27:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm/files patch-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 00:27:36 PDT Removed files: x11/gdm/files patch-ar Log: Apply some black cvs magick to readd patch-ar properly. Revision Changes Path 1.4 +0 -19 ports/x11/gdm/files/patch-ar (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 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 09B4937B40B; Tue, 16 Oct 2001 00:28:26 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G7SQD55138; Tue, 16 Oct 2001 00:28:26 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160728.f9G7SQD55138@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 00:28:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm/files patch-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 00:28:25 PDT Added files: x11/gdm/files patch-ar Log: Apply some black cvs magick to readd patch-ar properly. Revision Changes Path 1.5 +19 -0 ports/x11/gdm/files/patch-ar (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 0: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 2593537B401; Tue, 16 Oct 2001 00:35:38 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G7Zct56171; Tue, 16 Oct 2001 00:35:38 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160735.f9G7Zct56171@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 00:35:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 00:35:37 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: On behalf of GNOME team add Heath Nielson for the fix he submitted for the long-standing gdm problem on FreeBSD. Thank you, Heath! Revision Changes Path 1.28 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 0:42: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 DE2F837B40A; Tue, 16 Oct 2001 00:42:36 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G7gaQ60500; Tue, 16 Oct 2001 00:42:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160742.f9G7gaQ60500@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 00:42:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile distinfo pkg-plist ports/www/galeon/files patch-src::mozilla::TOCProtocolHandler.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 00:42:36 PDT Modified files: www/galeon Makefile distinfo pkg-plist www/galeon/files patch-src::mozilla::TOCProtocolHandler.cpp Log: Update to 0.12.4. Revision Changes Path 1.48 +1 -1 ports/www/galeon/Makefile 1.27 +1 -1 ports/www/galeon/distinfo 1.2 +5 -3 ports/www/galeon/files/patch-src::mozilla::TOCProtocolHandler.cpp 1.24 +11 -0 ports/www/galeon/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 Oct 16 1: 3: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 4243537B40D; Tue, 16 Oct 2001 01:03:16 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G83GD63823; Tue, 16 Oct 2001 01:03:16 -0700 (PDT) (envelope-from dfr) Message-Id: <200110160803.f9G83GD63823@freefall.freebsd.org> From: Doug Rabson Date: Tue, 16 Oct 2001 01:03:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/16 01:03:16 PDT Modified files: sys/ia64/ia64 pmap.c Log: Size the number of pv_entries we use to bootstrap the pv_entry allocator based on the size of physical memory. This should eliminate the tweaking needed for larger memory configurations. Revision Changes Path 1.27 +17 -6 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 1: 7: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 9E4E337B401; Tue, 16 Oct 2001 01:07:36 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G87aJ67531; Tue, 16 Oct 2001 01:07:36 -0700 (PDT) (envelope-from sos) Message-Id: <200110160807.f9G87aJ67531@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 16 Oct 2001 01:07:36 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/10/16 01:07:36 PDT Modified files: sys/dev/ata atapi-all.c Log: Fix bug introduced by the last commit, the caused some ATAPI devices to fail to proberly initialize at boot.. Revision Changes Path 1.81 +2 -2 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 Tue Oct 16 2: 9:22 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 5B72F37B410; Tue, 16 Oct 2001 02:09:14 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 15tQDm-000HVz-0C; Tue, 16 Oct 2001 09:09:10 +0000 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f9G97s760927; Tue, 16 Oct 2001 10:07:54 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 16 Oct 2001 10:06:12 +0100 (BST) From: Doug Rabson To: "David E. O'Brien" Cc: , Subject: Re: cvs commit: src/contrib/binutils - Imported sources In-Reply-To: <200110130147.f9D1lqQ09794@freefall.freebsd.org> Message-ID: <20011016100529.Y549-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 12 Oct 2001, David E. O'Brien wrote: > obrien 2001/10/12 18:47:52 PDT > > src/contrib/binutils - Imported sources > Update of /home/ncvs/src/contrib/binutils > In directory freefall.freebsd.org:/c/tmp/cvs-serv9532 > > Log Message: > Import the extra bits needed to target IA-64, PowerPC, and sparc64. > (this is Binutils from the FSF 2.11 branch [checked out 19-July-2001]) The file ia64-asmtab.c in this import is corrupt. All the 64-bit values in it have been truncated to 32-bits which means that gas generates bogus output. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 2:21: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 878F237B409; Tue, 16 Oct 2001 02:21:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G9L9Z81801; Tue, 16 Oct 2001 02:21:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160921.f9G9L9Z81801@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 02:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef parse.y src/usr.bin/telnet main.c src/usr.sbin/i4b/isdnd main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 02:21:09 PDT Modified files: usr.bin/colldef parse.y usr.bin/telnet main.c usr.sbin/i4b/isdnd main.c Log: Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer. MFC after: 2 weeks Revision Changes Path 1.18 +2 -2 src/usr.bin/colldef/parse.y 1.16 +2 -2 src/usr.bin/telnet/main.c 1.14 +2 -2 src/usr.sbin/i4b/isdnd/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 2:24:40 2001 Delivered-To: cvs-all@freebsd.org Received: from nt.server.ferrari.net (host1.ferrari-ag.de [62.159.79.193]) by hub.freebsd.org (Postfix) with ESMTP id 2AA2B37B40F; Tue, 16 Oct 2001 02:24:31 -0700 (PDT) Received: from obelix.develop.ferrari.net ([10.2.0.60]) by nt.server.ferrari.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id SJ4FXR93; Tue, 16 Oct 2001 11:22:02 +0200 Received: (from robert@localhost) by obelix.develop.ferrari.net (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f9G9JhT01379; Tue, 16 Oct 2001 11:19:43 +0200 Date: Tue, 16 Oct 2001 11:19:42 +0200 From: Robert Drehmel To: Mark Peek Cc: Robert Drehmel , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw disklabel.h ofw_disk.c Message-ID: <20011016111942.A1133@obelix.develop.ferrari.net> References: <200110150935.f9F9Ze696851@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: ; from mark@whistle.com on Mon, Oct 15, 2001 at 08:11:46AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 15, 2001 at 08:11:46AM -0700, Mark Peek wrote: > Should this be conditional for just the sparc64? Of course not. > The PowerPC port uses the Open Firmware boot code as well. In fact, > it might be good to have Benno review your changes to ensure it is > portable to both. I asked him to report any difficulties with these changes. Additionally, some of the Open Firmware changes were tested by him a few months ago. ciao, -robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 3:52: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 9FA9037B408; Tue, 16 Oct 2001 03:52:13 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GAqDe96966; Tue, 16 Oct 2001 03:52:13 -0700 (PDT) (envelope-from bde) Message-Id: <200110161052.f9GAqDe96966@freefall.freebsd.org> From: Bruce Evans Date: Tue, 16 Oct 2001 03:52:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/16 03:52:13 PDT Modified files: sbin/i386/fdisk fdisk.c Log: Fixed spelling error in previous commit. Revision Changes Path 1.53 +1 -1 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 4:17: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 977B737B409; Tue, 16 Oct 2001 04:17:35 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GBHZN09519; Tue, 16 Oct 2001 04:17:35 -0700 (PDT) (envelope-from horikawa) Message-Id: <200110161117.f9GBHZN09519@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 16 Oct 2001 04:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cat.1 cvs.1 find.1 fmt.1 gprof.1 grep.1 lam.1 lex.1 manpath.1 paste.1 pkg_delete.1 pr.1 test.1 wall.1 doc/ja_JP.eucJP/man/man2 jail.2 kill.2 ptrace.2 doc/ja_JP.eucJP/man/man5 login.conf.5 make.conf.5 rc.conf.5 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/10/16 04:17:34 PDT Modified files: ja_JP.eucJP/man/man1 cat.1 cvs.1 find.1 fmt.1 gprof.1 grep.1 lam.1 lex.1 manpath.1 paste.1 pkg_delete.1 pr.1 test.1 wall.1 ja_JP.eucJP/man/man2 jail.2 kill.2 ptrace.2 ja_JP.eucJP/man/man5 login.conf.5 make.conf.5 rc.conf.5 ja_JP.eucJP/man/man6 grdc.6 ja_JP.eucJP/man/man8 ac.8 accton.8 ancontrol.8 arp.8 chown.8 jail.8 loader.8 newfs.8 ping.8 restore.8 route.8 savecore.8 shutdown.8 tunefs.8 Log: Catch up with 4.4-20011007-STABLE (Changes related to OpenSSH and netstat.1 will be delivered later) Revision Changes Path 1.15 +6 -4 doc/ja_JP.eucJP/man/man1/cat.1 1.15 +18 -4 doc/ja_JP.eucJP/man/man1/cvs.1 1.26 +48 -37 doc/ja_JP.eucJP/man/man1/find.1 1.5 +85 -15 doc/ja_JP.eucJP/man/man1/fmt.1 1.10 +13 -2 doc/ja_JP.eucJP/man/man1/gprof.1 1.11 +4 -4 doc/ja_JP.eucJP/man/man1/grep.1 1.8 +11 -3 doc/ja_JP.eucJP/man/man1/lam.1 1.10 +2 -2 doc/ja_JP.eucJP/man/man1/lex.1 1.9 +12 -2 doc/ja_JP.eucJP/man/man1/manpath.1 1.10 +4 -3 doc/ja_JP.eucJP/man/man1/paste.1 1.17 +6 -3 doc/ja_JP.eucJP/man/man1/pkg_delete.1 1.13 +8 -4 doc/ja_JP.eucJP/man/man1/pr.1 1.16 +3 -3 doc/ja_JP.eucJP/man/man1/test.1 1.6 +9 -2 doc/ja_JP.eucJP/man/man1/wall.1 1.5 +3 -4 doc/ja_JP.eucJP/man/man2/jail.2 1.9 +3 -2 doc/ja_JP.eucJP/man/man2/kill.2 1.9 +2 -52 doc/ja_JP.eucJP/man/man2/ptrace.2 1.23 +3 -3 doc/ja_JP.eucJP/man/man5/login.conf.5 1.15 +7 -7 doc/ja_JP.eucJP/man/man5/make.conf.5 1.44 +79 -50 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.3 +22 -15 doc/ja_JP.eucJP/man/man6/grdc.6 1.12 +3 -5 doc/ja_JP.eucJP/man/man8/ac.8 1.9 +2 -2 doc/ja_JP.eucJP/man/man8/accton.8 1.11 +165 -116 doc/ja_JP.eucJP/man/man8/ancontrol.8 1.14 +16 -9 doc/ja_JP.eucJP/man/man8/arp.8 1.14 +2 -2 doc/ja_JP.eucJP/man/man8/chown.8 1.11 +4 -4 doc/ja_JP.eucJP/man/man8/jail.8 1.16 +29 -2 doc/ja_JP.eucJP/man/man8/loader.8 1.19 +8 -2 doc/ja_JP.eucJP/man/man8/newfs.8 1.15 +28 -22 doc/ja_JP.eucJP/man/man8/ping.8 1.22 +12 -8 doc/ja_JP.eucJP/man/man8/restore.8 1.15 +36 -21 doc/ja_JP.eucJP/man/man8/route.8 1.9 +3 -3 doc/ja_JP.eucJP/man/man8/savecore.8 1.12 +12 -2 doc/ja_JP.eucJP/man/man8/shutdown.8 1.9 +7 -1 doc/ja_JP.eucJP/man/man8/tunefs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 4:53: 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 7973137B40D; Tue, 16 Oct 2001 04:53:01 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GBr1615003; Tue, 16 Oct 2001 04:53:01 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161153.f9GBr1615003@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 04:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml doc/en_US.ISO8859-1/articles/dialup-firewall article.sgml doc/en_US.ISO8859-1/articles/diskless-x article.sgml doc/en_US.ISO8859-1/articles/explaining-bsd article.sgml doc/en_US.ISO8859-1/articles/filtering-bridges article.sgml doc/en_US.ISO8859-1/articles/fonts article.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 04:53:01 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml en_US.ISO8859-1/articles/dialup-firewall article.sgml en_US.ISO8859-1/articles/diskless-x article.sgml en_US.ISO8859-1/articles/explaining-bsd article.sgml en_US.ISO8859-1/articles/filtering-bridges article.sgml en_US.ISO8859-1/articles/fonts article.sgml en_US.ISO8859-1/articles/formatting-media article.sgml en_US.ISO8859-1/articles/freebsd-questions article.sgml en_US.ISO8859-1/articles/ipsec-must article.sgml en_US.ISO8859-1/articles/laptop article.sgml en_US.ISO8859-1/articles/mh article.sgml en_US.ISO8859-1/articles/multi-os article.sgml en_US.ISO8859-1/articles/new-users article.sgml en_US.ISO8859-1/articles/pxe article.sgml en_US.ISO8859-1/articles/serial-uart article.sgml en_US.ISO8859-1/articles/solid-state article.sgml Log: Remove all contractions from most of the articles. This solves the problems with the usage of "its" vs "it's" among other things Approved by: nik Revision Changes Path 1.85 +80 -80 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.18 +9 -9 doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml 1.6 +3 -3 doc/en_US.ISO8859-1/articles/diskless-x/article.sgml 1.5 +13 -13 doc/en_US.ISO8859-1/articles/explaining-bsd/article.sgml 1.3 +15 -15 doc/en_US.ISO8859-1/articles/filtering-bridges/article.sgml 1.18 +10 -10 doc/en_US.ISO8859-1/articles/fonts/article.sgml 1.22 +10 -10 doc/en_US.ISO8859-1/articles/formatting-media/article.sgml 1.7 +81 -81 doc/en_US.ISO8859-1/articles/freebsd-questions/article.sgml 1.9 +5 -5 doc/en_US.ISO8859-1/articles/ipsec-must/article.sgml 1.2 +10 -10 doc/en_US.ISO8859-1/articles/laptop/article.sgml 1.14 +18 -18 doc/en_US.ISO8859-1/articles/mh/article.sgml 1.19 +41 -41 doc/en_US.ISO8859-1/articles/multi-os/article.sgml 1.28 +61 -61 doc/en_US.ISO8859-1/articles/new-users/article.sgml 1.8 +8 -8 doc/en_US.ISO8859-1/articles/pxe/article.sgml 1.2 +2 -2 doc/en_US.ISO8859-1/articles/serial-uart/article.sgml 1.6 +3 -3 doc/en_US.ISO8859-1/articles/solid-state/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 5: 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 6A44837B40D; Tue, 16 Oct 2001 05:05:49 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GC5nn19560; Tue, 16 Oct 2001 05:05:49 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161205.f9GC5nn19560@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 05:05:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/vm-design article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 05:05:49 PDT Modified files: en_US.ISO8859-1/articles/vm-design article.sgml Log: Remove all contractions used in this article. Approved by: nik Revision Changes Path 1.8 +14 -14 doc/en_US.ISO8859-1/articles/vm-design/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 5:14: 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 C0D3237B407; Tue, 16 Oct 2001 05:14:00 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GCE0820699; Tue, 16 Oct 2001 05:14:00 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161214.f9GCE0820699@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 05:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/storage-devices article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 05:14:00 PDT Modified files: en_US.ISO8859-1/articles/storage-devices article.sgml Log: Replace all contractions with their normal form. Approved by: nik Revision Changes Path 1.3 +11 -11 doc/en_US.ISO8859-1/articles/storage-devices/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 5: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 4BD9A37B40F; Tue, 16 Oct 2001 05:43:08 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GCh8431052; Tue, 16 Oct 2001 05:43:08 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110161243.f9GCh8431052@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 05:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile distinfo ports/java/jdk13/files patch-..::src::solaris::bin::java_wrapper_bsd.sh patch-..::src::solaris::hpi::green_threads::src::iomgr.c patch-..::src::solaris::native::sun::awt::awt_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 05:43:07 PDT Modified files: java/jdk13 Makefile distinfo Removed files: java/jdk13/files patch-..::src::solaris::bin::java_wrapper_bsd.sh patch-..::src::solaris::hpi::green_threads::src::iomgr.c patch-..::src::solaris::native::sun::awt::awt_util.c Log: Update to patchlevel 5. PR: 31257 Submitted by: Greg Lewis Revision Changes Path 1.10 +6 -3 ports/java/jdk13/Makefile 1.4 +1 -1 ports/java/jdk13/distinfo 1.2 +0 -28 ports/java/jdk13/files/patch-..::src::solaris::bin::java_wrapper_bsd.sh (dead) 1.2 +0 -28 ports/java/jdk13/files/patch-..::src::solaris::hpi::green_threads::src::iomgr.c (dead) 1.2 +0 -13 ports/java/jdk13/files/patch-..::src::solaris::native::sun::awt::awt_util.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 5:55: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 75DB637B407; Tue, 16 Oct 2001 05:55:38 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GCtcv33034; Tue, 16 Oct 2001 05:55:38 -0700 (PDT) (envelope-from bde) Message-Id: <200110161255.f9GCtcv33034@freefall.freebsd.org> From: Bruce Evans Date: Tue, 16 Oct 2001 05:55:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/16 05:55:38 PDT Modified files: sys/i386/isa npx.c Log: Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't lost when the buggy code goes away completely: - don't assume that the npx irq number is >= 8. Rev.1.73 only reversed part of the hard-coding of it to 13 in rev.1.66. - backed out the part of rev.1.84 that added a highly confused comment about an enable_intr() being "highly bogus". The whole reason for existence of npxprobe() (separate from the main probe, npxprobe1()) is to handle the complications to make this enable_intr() safe. - backed out the part of rev.1.94 that modified npxprobe(). It mainly broke the enable_intr() to restore_intr(). Restoring the interrupt state in a nested way is precisely what is not wanted here. It was harmless in practice because npxprobe() is called with interrupts enabled, so restoring the interrupt state enables interrupts. Most of npxprobe() is a no-op for the same reason... Revision Changes Path 1.115 +8 -13 src/sys/i386/isa/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 Oct 16 6: 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 D4B9537B408; Tue, 16 Oct 2001 06:06:51 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GD6pv37998; Tue, 16 Oct 2001 06:06:51 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161306.f9GD6pv37998@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 06:06:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/console-server article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 06:06:51 PDT Modified files: en_US.ISO8859-1/articles/console-server article.sgml Log: Add a missing $FreeBSD$ line. Now this passes the commit_prep.pl checks. Approved by: nik Revision Changes Path 1.2 +2 -0 doc/en_US.ISO8859-1/articles/console-server/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6: 8: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 59A7C37B40E; Tue, 16 Oct 2001 06:08:47 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GD8lo38237; Tue, 16 Oct 2001 06:08:47 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161308.f9GD8lo38237@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 06:08:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 06:08:47 PDT Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Fix broken RCS identifier: $FreeBSD -> $FreeBSD$ Approved by: nik Revision Changes Path 1.4 +1 -1 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6:11: 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 9459737B40F; Tue, 16 Oct 2001 06:11:02 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDB2338685; Tue, 16 Oct 2001 06:11:02 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161311.f9GDB2338685@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 06:11:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/storage-devices article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 06:11:02 PDT Modified files: en_US.ISO8859-1/articles/storage-devices article.sgml Log: Add missing newline at end of file. Approved by: nik Revision Changes Path 1.4 +1 -1 doc/en_US.ISO8859-1/articles/storage-devices/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6:18: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 681C937B40B; Tue, 16 Oct 2001 06:18:28 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDISO39690; Tue, 16 Oct 2001 06:18:28 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161318.f9GDISO39690@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 06:18:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/console-server article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 06:18:28 PDT Modified files: en_US.ISO8859-1/articles/console-server article.sgml Log: Expand all contractions of this article. Approved by: nik Revision Changes Path 1.3 +22 -22 doc/en_US.ISO8859-1/articles/console-server/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6: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 D1EC937B41A; Tue, 16 Oct 2001 06:20:14 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDKER40234; Tue, 16 Oct 2001 06:20:14 -0700 (PDT) (envelope-from keramida) Message-Id: <200110161320.f9GDKER40234@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 16 Oct 2001 06:20:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2001/10/16 06:20:14 PDT Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Replace all contractions with their expanded form. Approved by: nik Revision Changes Path 1.5 +8 -8 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6:21: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 CAB7F37B40C; Tue, 16 Oct 2001 06:21:53 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDLra40625; Tue, 16 Oct 2001 06:21:53 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161321.f9GDLra40625@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 06:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/liba52 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/liba52/files extra-patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 06:21:53 PDT Modified files: audio Makefile Added files: audio/liba52 Makefile distinfo pkg-comment pkg-descr pkg-plist audio/liba52/files extra-patch-configure.in Log: New port liba52 version 0.7.1b: A free library for decoding ATSC A/52 streams, aka AC-3 Revision Changes Path 1.255 +2 -1 ports/audio/Makefile 1.1 +45 -0 ports/audio/liba52/Makefile (new) 1.1 +1 -0 ports/audio/liba52/distinfo (new) 1.1 +48 -0 ports/audio/liba52/files/extra-patch-configure.in (new) 1.1 +1 -0 ports/audio/liba52/pkg-comment (new) 1.1 +24 -0 ports/audio/liba52/pkg-descr (new) 1.1 +16 -0 ports/audio/liba52/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6:22: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 3371837B43B; Tue, 16 Oct 2001 06:22:04 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDM4f40724; Tue, 16 Oct 2001 06:22:04 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161322.f9GDM4f40724@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 06:22:04 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 06:22:04 PDT Modified files: . modules Log: liba52 --> ports/audio/liba52 Revision Changes Path 1.3994 +1 -0 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 Oct 16 6:29:57 2001 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id BC3A037B405 for ; Tue, 16 Oct 2001 06:29:53 -0700 (PDT) Received: from hades.hell.gr (patr530-b003.otenet.gr [195.167.121.131]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9GDToG05653 for ; Tue, 16 Oct 2001 16:29:50 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9GDToC05555; Tue, 16 Oct 2001 16:29:50 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 16 Oct 2001 16:29:50 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: charon@hades To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive article.sgml In-Reply-To: <200110161320.f9GDKER40234@freefall.freebsd.org> Message-ID: <20011016162753.K5520-100000@hades> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 16 Oct 2001, Giorgos Keramidas wrote: > keramida 2001/10/16 06:20:14 PDT > > Modified files: > en_US.ISO8859-1/articles/zip-drive article.sgml > Log: > Replace all contractions with their expanded form. And that concludes my weekend-long hunt of the "it's" monster! I'm afraid the books will take a bit longer though :/ -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6: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 5467837B408; Tue, 16 Oct 2001 06:32:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDW4m42360; Tue, 16 Oct 2001 06:32:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110161332.f9GDW4m42360@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 06:32:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo ports/textproc/libxml2/files patch-include::libxml::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 06:32:04 PDT Modified files: textproc/libxml2 Makefile distinfo Removed files: textproc/libxml2/files patch-include::libxml::Makefile.in Log: Update to 2.4.6. PR: 31258 Submitted by: Lev Serebryakov Revision Changes Path 1.56 +1 -1 ports/textproc/libxml2/Makefile 1.40 +1 -1 ports/textproc/libxml2/distinfo 1.3 +0 -11 ports/textproc/libxml2/files/patch-include::libxml::Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 6:33: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 B347237B408; Tue, 16 Oct 2001 06:33:19 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GDXJG42697; Tue, 16 Oct 2001 06:33:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110161333.f9GDXJG42697@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 06:33:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxslt Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 06:33:19 PDT Modified files: textproc/libxslt Makefile distinfo pkg-plist Log: Update to 1.0.5. PR: 31259 Submitted by: Lev Serebryakov Revision Changes Path 1.15 +2 -1 ports/textproc/libxslt/Makefile 1.13 +1 -1 ports/textproc/libxslt/distinfo 1.9 +1 -1 ports/textproc/libxslt/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 Oct 16 7:12: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 8761937B40D; Tue, 16 Oct 2001 07:12:35 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GECZh63525; Tue, 16 Oct 2001 07:12:35 -0700 (PDT) (envelope-from bde) Message-Id: <200110161412.f9GECZh63525@freefall.freebsd.org> From: Bruce Evans Date: Tue, 16 Oct 2001 07:12:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/16 07:12:35 PDT Modified files: sys/i386/isa npx.c Log: Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe(). Use the normal interrupt handler (npx_intr()) instead of a special probe-time interrupt handler, although this causes problems due to the bus_teardown_intr() not actually even tearing down the interrupt (these problems were avoided by doing interrupt attachment for the special interrupt handler directly). Fixed minor bitrot in comments. The reason for the npxprobe()/npxprobe1() split mostly went away at about the same time it was made (in 1992 or 1993 just before the beginning of history). 386BSD ran all probes with interrupts completely masked, and I didn't want to disturb this when I added an irq probe to npxprobe(). An irq (not necessarily npx) must be acked for at least external npx's to take the cpu out of the wait state that it enters when an npx error occurs, so the probe must be done with a suitable irq unmasked. npxprobe() went to great lengths to unmask precisely the npx irq. Running probes with all interrupts masked was never really needed in FreeBSD, since FreeBSD always masked interrupts well enough using splhigh(), but it wasn't until rev.1.48 (1995/12/12) of autoconf.c that all probes were run with CPU interrupts enabled. This permits npxprobe() to probe its irq using normal interrupt resources. Note that most drivers still can't depend on this. It depends on the interrupt handler being fast and the irq not being shared. Revision Changes Path 1.116 +49 -127 src/sys/i386/isa/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 Oct 16 7:35: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 1BB4137B407; Tue, 16 Oct 2001 07:35:41 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GEZfT66469; Tue, 16 Oct 2001 07:35:41 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161435.f9GEZfT66469@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 07:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 07:35:39 PDT Modified files: graphics/mplayer Makefile Log: apply DeMorgan correctly Revision Changes Path 1.6 +2 -2 ports/graphics/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 7:37: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 EF6FA37B409; Tue, 16 Oct 2001 07:37:37 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GEbbv66918; Tue, 16 Oct 2001 07:37:37 -0700 (PDT) (envelope-from nectar) Message-Id: <200110161437.f9GEbbv66918@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Oct 2001 07:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-PyGreSQL Makefile ports/databases/py-PyGreSQL/files patch-pgdb.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2001/10/16 07:37:37 PDT Modified files: databases/py-PyGreSQL Makefile Added files: databases/py-PyGreSQL/files patch-pgdb.py Log: Fix import of DateTime module. Submitted by: olgeni Revision Changes Path 1.27 +2 -1 ports/databases/py-PyGreSQL/Makefile 1.1 +12 -0 ports/databases/py-PyGreSQL/files/patch-pgdb.py (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 7:42: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 7A80637B405; Tue, 16 Oct 2001 07:42:17 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GEgHR67444; Tue, 16 Oct 2001 07:42:17 -0700 (PDT) (envelope-from tobez) Message-Id: <200110161442.f9GEgHR67444@freefall.freebsd.org> From: Anton Berezin Date: Tue, 16 Oct 2001 07:42:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Box Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/16 07:42:17 PDT Modified files: mail/p5-Mail-Box Makefile distinfo Log: Update to 1.321. Revision Changes Path 1.6 +2 -2 ports/mail/p5-Mail-Box/Makefile 1.5 +1 -1 ports/mail/p5-Mail-Box/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 8:47: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 1044137B40C; Tue, 16 Oct 2001 08:47:15 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GFlER79260; Tue, 16 Oct 2001 08:47:14 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161547.f9GFlER79260@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 08:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c Makefile ports/devel/understand_ada Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 08:47:14 PDT Modified files: devel/understand_c Makefile devel/understand_ada Makefile Log: o make stripping the binaries conditional to the existence of the strip command o this is important since the current emulators/linux_base-7 does not carry a strip command and no appropriate port carrying it currently exists Prompted by: John Merryweather Cooper Revision Changes Path 1.11 +2 -0 ports/devel/understand_ada/Makefile 1.30 +2 -0 ports/devel/understand_c/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 8: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 B768237B40F; Tue, 16 Oct 2001 08:54:07 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GFs7I80667; Tue, 16 Oct 2001 08:54:07 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161554.f9GFs7I80667@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 08:54:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 08:54:07 PDT Modified files: graphics/mplayer Makefile Log: disable DVD support till libdvdread is updated to at least version 0.92 (required for proper operation) Submitted by: Tadayuki OKADA Revision Changes Path 1.7 +7 -7 ports/graphics/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9: 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 2802937B403; Tue, 16 Oct 2001 09:01:45 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GG1j181799; Tue, 16 Oct 2001 09:01:45 -0700 (PDT) (envelope-from joe) Message-Id: <200110161601.f9GG1j181799@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 16 Oct 2001 09:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/10/16 09:01:44 PDT Modified files: . README Log: Added sobomax's MFC notification system. Revision Changes Path 1.4 +2 -1 projects/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9:19: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id AEE3937B40C; Tue, 16 Oct 2001 09:19:05 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GGIpM31430; Tue, 16 Oct 2001 09:18:51 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 09:18:51 -0700 (PDT) From: Matthew Dillon Message-Id: <200110161618.f9GGIpM31430@apollo.backplane.com> To: Maxime Henrion , Dag-Erling Smorgrav Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> <20011016172843.A469@nebula.cybercable.fr> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :I think I'm experiencing the same problem as des. After a bit of :uptime, or even better, after a big cvs update, I can see the system cpu :time of my -CURRENt box jumping from 0 to 50% (or more) every 30 seconds. :Of course, this also happens in single user mode. : :So I built a profiling kernel as explained and tried to catch this :happening. The results of the profiling are attached. : :Hope this helps, :Maxime Henrion :... :[4] 18.8 0.00 0.53 1 sync_fsync [4] : 0.09 0.30 1/1 ffs_sync [5] : 0.05 0.08 1/1 vfs_msync [11] :----------------------------------------------- : : 0.09 0.30 1/1 sync_fsync [4] :[5] 14.0 0.09 0.30 1 ffs_sync [5] : 0.09 0.21 1/1 qsync [7] qsync()? Quota sync? Maxime, do you have quotas enabled? DES, do you have quotas enabled? It sure looks like qsync() is the responsible party in this profile, and looking at the code I can see why. It's an insanely expensive procedure. It's vget()ing and vput()ing every single vnode in the vnode cache and doing other nasty things. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9:26:15 2001 Delivered-To: cvs-all@freebsd.org Received: from noos.fr (r178m112.cybercable.tm.fr [195.132.178.112]) by hub.freebsd.org (Postfix) with ESMTP id 0FD2137B409; Tue, 16 Oct 2001 09:26:12 -0700 (PDT) Received: (from mux@localhost) by noos.fr (8.11.6/8.11.4) id f9GGQ6P01409; Tue, 16 Oct 2001 18:26:06 +0200 (CEST) (envelope-from mux) Date: Tue, 16 Oct 2001 18:26:06 +0200 From: Maxime Henrion To: Matthew Dillon Cc: cvs-all@freebsd.org, cvs-committer@freebsd.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c Message-ID: <20011016182606.B469@nebula.cybercable.fr> References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> <20011016172843.A469@nebula.cybercable.fr> <200110161618.f9GGIpM31430@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110161618.f9GGIpM31430@apollo.backplane.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew Dillon wrote: > :I think I'm experiencing the same problem as des. After a bit of > :uptime, or even better, after a big cvs update, I can see the system cpu > :time of my -CURRENt box jumping from 0 to 50% (or more) every 30 seconds. > :Of course, this also happens in single user mode. > : > :So I built a profiling kernel as explained and tried to catch this > :happening. The results of the profiling are attached. > : > :Hope this helps, > :Maxime Henrion > :... > > :[4] 18.8 0.00 0.53 1 sync_fsync [4] > : 0.09 0.30 1/1 ffs_sync [5] > : 0.05 0.08 1/1 vfs_msync [11] > > :----------------------------------------------- > : > : 0.09 0.30 1/1 sync_fsync [4] > :[5] 14.0 0.09 0.30 1 ffs_sync [5] > : 0.09 0.21 1/1 qsync [7] > > qsync()? Quota sync? Maxime, do you have quotas enabled? DES, > do you have quotas enabled? > > It sure looks like qsync() is the responsible party in this > profile, and looking at the code I can see why. It's an > insanely expensive procedure. It's vget()ing and vput()ing every > single vnode in the vnode cache and doing other nasty things. I do have quotas indeed. Maxime -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code Key fingerprint = F9B6 1D5A 4963 331C 88FC CA6A AB50 1EF2 8CBE 99D6 Public Key : http://www.epita.fr/~henrio_m/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9:29:57 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 723BC37B40A; Tue, 16 Oct 2001 09:29:47 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GGTju31481; Tue, 16 Oct 2001 09:29:45 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 09:29:45 -0700 (PDT) From: Matthew Dillon Message-Id: <200110161629.f9GGTju31481@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: Bruce Evans , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :I did 'kgmon -rb ; sync ; sync ; sync ; kgmon -hpr'. The results are :attached. : :BTW, it should be possible to make profiling a normal kernel option :(with a little help from 'makeoptions' like we do for debugging). :It'd take a few changes to conf/{files,options} and the Makefile :skeletons, but it would allow us to remove quite a bit of special- :case code from config(8). : :DES :-- :Dag-Erling Smorgrav - des@ofug.org Ugh. This is -current. All bets are off. In anycase, this profile output appears to indicate that your problem is not quota-related, but instead mutex related. ffs_sync() in -current is doing a lot of mutex operations in the loop. If you have various -current mutex debugging options turned on, even the default ones I think, this could be responsible for the latency you are experiencing. Each scan loop is doing four mutex ops. -Matt :[1] 89.5 32.81 0.05 1046526+4696024 [1] : 32.31 0.03 1168605 _mtx_unlock_spin_flags [2] : :[2] 88.0 32.31 0.03 1168605 _mtx_unlock_spin_flags [2] : 0.03 0.00 1168605/1720935 _mtx_assert [86] : 1168605 witness_unlock [37] :[5] 79.3 0.00 29.14 3082 syscall [5] : 0.00 26.60 3/3 sync [7] : :----------------------------------------------- : : 0.38 25.49 15/16 sync [7] :[6] 75.1 0.41 27.19 16 ffs_sync [6] : 0.09 13.52 429901/465440 _mtx_unlock_flags [8] : 0.08 13.50 429904/465456 _mtx_lock_flags [9] : :----------------------------------------------- : : 0.00 26.60 3/3 syscall [5] :[7] 72.4 0.00 26.60 3 sync [7] : 0.38 25.49 15/16 ffs_sync [6] : :----------------------------------------------- :[15] 4.8 0.00 1.76 sched_sync [15] : 0.00 1.75 1/1 sync_fsync [16] :----------------------------------------------- : : 0.00 1.75 1/1 sched_sync [15] :[16] 4.8 0.00 1.75 1 sync_fsync [16] : 0.03 1.70 1/16 ffs_sync [6] : 0.01 0.02 1/25 vfs_msync [17] : :----------------------------------------------- : : 0.01 0.02 1/25 sync_fsync [16] : 0.17 0.55 24/25 sync [7] :[17] 2.0 0.18 0.57 25 vfs_msync [17] : 0.13 0.44 214914/219311 ufs_vnoperate [39] : 0.00 0.00 25/465440 _mtx_unlock_flags [8] : 0.00 0.00 25/465456 _mtx_lock_flags [9] : 0.00 0.00 141/219311 spec_vnoperate [49] : 0.00 0.00 18/219311 vop_defaultop [68] : 0.00 0.00 6/219311 ufs_vnoperatefifo [340] : 0.00 0.00 25/1720935 _mtx_assert [86] : 0.00 0.00 25/26 vop_eopnotsupp [677] : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9:38: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 B67AF37B405; Tue, 16 Oct 2001 09:38:36 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BCCB714C2E; Tue, 16 Oct 2001 18:38:33 +0200 (CEST) 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: Matthew Dillon Cc: Bruce Evans , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110161629.f9GGTju31481@apollo.backplane.com> From: Dag-Erling Smorgrav Date: 16 Oct 2001 18:38:33 +0200 In-Reply-To: <200110161629.f9GGTju31481@apollo.backplane.com> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew Dillon writes: > ffs_sync() in -current is doing a lot of mutex operations > in the loop. If you have various -current mutex debugging > options turned on, even the default ones I think, this could > be responsible for the latency you are experiencing. Each > scan loop is doing four mutex ops. So, what changed in the witness code to make it so slow (or in the FFS code to make it perform so many mutex operations) around late June / early July? 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 Oct 16 9:48:55 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id BA09837B40C; Tue, 16 Oct 2001 09:48:48 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GGmjm31651; Tue, 16 Oct 2001 09:48:45 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 09:48:45 -0700 (PDT) From: Matthew Dillon Message-Id: <200110161648.f9GGmjm31651@apollo.backplane.com> To: Dag-Erling Smorgrav Cc: Bruce Evans , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110161629.f9GGTju31481@apollo.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Matthew Dillon writes: :> ffs_sync() in -current is doing a lot of mutex operations :> in the loop. If you have various -current mutex debugging :> options turned on, even the default ones I think, this could :> be responsible for the latency you are experiencing. Each :> scan loop is doing four mutex ops. : :So, what changed in the witness code to make it so slow (or in the FFS :code to make it perform so many mutex operations) around late June / :early July? : :DES :-- :Dag-Erling Smorgrav - des@ofug.org You'll have to inquire. I don't know. Even a small change could have a large effect considering that each sync is doing several hundred thousand mutex calls. If you think about it, a mutex call taking a mere 1uS could result in very noticeable delays. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9:49:17 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 80B6E37B40A; Tue, 16 Oct 2001 09:49:08 -0700 (PDT) Received: from [207.76.207.129] (PBG4.whistle.com [207.76.207.129] (may be forged)) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id JAA72125; Tue, 16 Oct 2001 09:49:05 -0700 (PDT) Mime-Version: 1.0 X-Sender: mark@207.76.206.1 Message-Id: In-Reply-To: <20011016111942.A1133@obelix.develop.ferrari.net> References: <200110150935.f9F9Ze696851@freefall.freebsd.org> <20011016111942.A1133@obelix.develop.ferrari.net> Date: Tue, 16 Oct 2001 09:49:04 -0700 To: Robert Drehmel From: Mark Peek Subject: Re: cvs commit: src/sys/boot/ofw/libofw disklabel.h ofw_disk.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 11:19 AM +0200 10/16/01, Robert Drehmel wrote: >On Mon, Oct 15, 2001 at 08:11:46AM -0700, Mark Peek wrote: >> Should this be conditional for just the sparc64? > >Of course not. So you're telling me it is OK to check in "temporary" code for booting off a non-FreeBSD partition for all consumers of the "portable" Open Firmware boot code? I doubt this would work correctly on my iMac that doesn't have NetBSD installed on it. This code should have some form of conditional around it. > > The PowerPC port uses the Open Firmware boot code as well. In fact, >> it might be good to have Benno review your changes to ensure it is >> portable to both. > >I asked him to report any difficulties with these changes. >Additionally, some of the Open Firmware changes were tested by him >a few months ago. In the future, please include "Tested by: benno" or "Reviewed by: benno" in the commits where appropriate. Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 9:53:40 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 CCE3037B40E; Tue, 16 Oct 2001 09:53:33 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 4D59614C2E; Tue, 16 Oct 2001 18:53:31 +0200 (CEST) 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: Matthew Dillon Cc: Bruce Evans , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110161629.f9GGTju31481@apollo.backplane.com> From: Dag-Erling Smorgrav Date: 16 Oct 2001 18:53:30 +0200 In-Reply-To: Message-ID: Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > Matthew Dillon writes: > > ffs_sync() in -current is doing a lot of mutex operations > > in the loop. If you have various -current mutex debugging > > options turned on, even the default ones I think, this could > > be responsible for the latency you are experiencing. Each > > scan loop is doing four mutex ops. > So, what changed in the witness code to make it so slow (or in the FFS > code to make it perform so many mutex operations) around late June / > early July? BTW, the profiling data show that mutex debugging actually have very little impact - 88% of CPU time is spent in _mtx_unlock_spin_flags(), and only 0.6% in witness_unlock() (which _mtx_unlock_spin_flags() calls). Witness functions amount to about 3% all told, _mtx_assert() accounts for 0.1%. The problem isn't mutex debugging, or mutex handling at all - the problem is that ffs_fsync() has an insane amount of work to do, most of which is probably bogus. 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 Oct 16 9:59:55 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 73D8E37B40C; Tue, 16 Oct 2001 09:59:52 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id CC52814C2E; Tue, 16 Oct 2001 18:59:49 +0200 (CEST) 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: Matthew Dillon Cc: Bruce Evans , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110161629.f9GGTju31481@apollo.backplane.com> From: Dag-Erling Smorgrav Date: 16 Oct 2001 18:59:49 +0200 In-Reply-To: Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > the problem is that ffs_fsync() has an insane amount > of work to do, most of which is probably bogus. Blah, I mean ffs_sync(), not ffs_fsync(). 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 Oct 16 10: 4:49 2001 Delivered-To: cvs-all@freebsd.org Received: from noos.fr (r178m112.cybercable.tm.fr [195.132.178.112]) by hub.freebsd.org (Postfix) with ESMTP id EE6B137B408; Tue, 16 Oct 2001 10:04:45 -0700 (PDT) Received: (from mux@localhost) by noos.fr (8.11.6/8.11.4) id f9GH3jb00739; Tue, 16 Oct 2001 19:03:45 +0200 (CEST) (envelope-from mux) Date: Tue, 16 Oct 2001 19:03:40 +0200 From: Maxime Henrion To: Matthew Dillon Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c Message-ID: <20011016190340.A465@nebula.cybercable.fr> References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> <20011016172843.A469@nebula.cybercable.fr> <200110161618.f9GGIpM31430@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110161618.f9GGIpM31430@apollo.backplane.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew Dillon wrote: > > It sure looks like qsync() is the responsible party in this > profile, and looking at the code I can see why. It's an > insanely expensive procedure. It's vget()ing and vput()ing every > single vnode in the vnode cache and doing other nasty things. I tried to mount the partitions without quotas, and I unfortunately experience exactly the same problems. Maxime -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 10:10:18 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 04EBF37B42A; Tue, 16 Oct 2001 10:10:09 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GHA5933464; Tue, 16 Oct 2001 10:10:05 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 10:10:05 -0700 (PDT) From: Matthew Dillon Message-Id: <200110161710.f9GHA5933464@apollo.backplane.com> To: Maxime Henrion Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> <20011016172843.A469@nebula.cybercable.fr> <200110161618.f9GGIpM31430@apollo.backplane.com> <20011016190340.A465@nebula.cybercable.fr> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Matthew Dillon wrote: :> :> It sure looks like qsync() is the responsible party in this :> profile, and looking at the code I can see why. It's an :> insanely expensive procedure. It's vget()ing and vput()ing every :> single vnode in the vnode cache and doing other nasty things. : : :I tried to mount the partitions without quotas, and I unfortunately :experience exactly the same problems. : :Maxime :-- :Don't be fooled by cheap finnish imitations ; BSD is the One True Code Do a mount -v to make sure you mounted without quotas. If you did mount without quotas and have the same problem, do another profile. I think the only solution to both problems is to propogate the various modified flags up to the vnode v_flag level so the mount scan can check them there and loop-up without having to get the vnode lock or the vnode interlock. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 10:12:43 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id DC19337B407; Tue, 16 Oct 2001 10:12:40 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GHCbg33501; Tue, 16 Oct 2001 10:12:37 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 10:12:37 -0700 (PDT) From: Matthew Dillon Message-Id: <200110161712.f9GHCbg33501@apollo.backplane.com> To: Maxime Henrion Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Reply-To: freebsd-hackers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110121817.f9CIHYU38714@freefall.freebsd.org> <200110122330.f9CNU1u36917@earth.backplane.com> <200110152135.f9FLZpg56816@earth.backplane.com> <20011016172843.A469@nebula.cybercable.fr> <200110161618.f9GGIpM31430@apollo.backplane.com> <20011016190340.A465@nebula.cybercable.fr> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (sorry, mount -v doesn't indicate when quotas are turned on on a filesystem. Don't use mount -v) We should probably move this conversation to -hackers. I've set the reply-to -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 10:17: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 1462937B403; Tue, 16 Oct 2001 10:17:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GHHsP97525; Tue, 16 Oct 2001 10:17:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200110161717.f9GHHsP97525@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 16 Oct 2001 10:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/editors/staroffice60/files Setup.xml UserProfile.xml instdb.ins.patch javarc sregistryrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/16 10:17:53 PDT Modified files: editors/staroffice60 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Removed files: editors/staroffice60/files Setup.xml UserProfile.xml instdb.ins.patch javarc sregistryrc Log: Farther tweaks to fix the coredumping during setup. Submitted by: Martin Blapp Revision Changes Path 1.35 +34 -226 ports/editors/staroffice60/Makefile 1.7 +1 -0 ports/editors/staroffice60/distinfo 1.2 +0 -6 ports/editors/staroffice60/files/Setup.xml (dead) 1.2 +0 -7 ports/editors/staroffice60/files/UserProfile.xml (dead) 1.3 +0 -1458 ports/editors/staroffice60/files/instdb.ins.patch (dead) 1.2 +0 -17 ports/editors/staroffice60/files/javarc (dead) 1.2 +0 -3 ports/editors/staroffice60/files/sregistryrc (dead) 1.2 +1 -1 ports/editors/staroffice60/pkg-comment 1.4 +3 -0 ports/editors/staroffice60/pkg-descr 1.9 +8 -11 ports/editors/staroffice60/pkg-message 1.6 +10 -0 ports/editors/staroffice60/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 Oct 16 10:19: 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 8FB0B37B401; Tue, 16 Oct 2001 10:18:55 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GHItO97680; Tue, 16 Oct 2001 10:18:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200110161718.f9GHItO97680@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 16 Oct 2001 10:18:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/16 10:18:55 PDT Modified files: editors/staroffice60 pkg-plist Log: Allow easier tracking. Revision Changes Path 1.7 +1 -0 ports/editors/staroffice60/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 Oct 16 10: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 1A8AA37B40D; Tue, 16 Oct 2001 10:31:52 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GHVqm99485; Tue, 16 Oct 2001 10:31:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200110161731.f9GHVqm99485@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 16 Oct 2001 10:31:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/16 10:31:51 PDT Modified files: editors/staroffice60 Makefile Log: Clean up the Makefile some by using .for and reducing wrapped lines. Revision Changes Path 1.36 +24 -28 ports/editors/staroffice60/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 10:34:54 2001 Delivered-To: cvs-all@freebsd.org Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by hub.freebsd.org (Postfix) with ESMTP id 3EA4037B440; Tue, 16 Oct 2001 10:34:34 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011016173434.CWDX11144.femail2.sdc1.sfba.home.com@laptop.baldwin.cx>; Tue, 16 Oct 2001 10:34:34 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 16 Oct 2001 10:34:32 -0700 (PDT) From: John Baldwin To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vnode_pager.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Bruce Evans , Matthew Dillon Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 16-Oct-01 Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav writes: >> Matthew Dillon writes: >> > ffs_sync() in -current is doing a lot of mutex operations >> > in the loop. If you have various -current mutex debugging >> > options turned on, even the default ones I think, this could >> > be responsible for the latency you are experiencing. Each >> > scan loop is doing four mutex ops. >> So, what changed in the witness code to make it so slow (or in the FFS >> code to make it perform so many mutex operations) around late June / >> early July? > > BTW, the profiling data show that mutex debugging actually have very > little impact - 88% of CPU time is spent in _mtx_unlock_spin_flags(), > and only 0.6% in witness_unlock() (which _mtx_unlock_spin_flags() > calls). Witness functions amount to about 3% all told, _mtx_assert() > accounts for 0.1%. The problem isn't mutex debugging, or mutex > handling at all - the problem is that ffs_fsync() has an insane amount > of work to do, most of which is probably bogus. How about turning off INVARIANTS and WITNESS and seeing if it does better? Witness did become more expensive when I made it work for reader/writer locks on May 4 as it has to manage a list of lock instances instead of embedding the list inside the lock object itself. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 10:57:40 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 2BA2237B405; Tue, 16 Oct 2001 10:57:35 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 3CD0914C40; Tue, 16 Oct 2001 19:57:33 +0200 (CEST) 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: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Bruce Evans , Matthew Dillon Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: From: Dag-Erling Smorgrav Date: 16 Oct 2001 19:57:32 +0200 In-Reply-To: Message-ID: Lines: 39 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin writes: > How about turning off INVARIANTS and WITNESS and seeing if it does > better? Witness did become more expensive when I made it work for > reader/writer locks on May 4 as it has to manage a list of lock > instances instead of embedding the list inside the lock object > itself. May 4 is about a month and a half before I started seeing these problems, and the profiling data show that witness code and assertions account for less than 4% of CPU time. Here are some of the pertinent excerpts from the call graph: [2] 88.0 32.31 0.03 1168605 _mtx_unlock_spin_flags [2] 0.03 0.00 1168605/1720935 _mtx_assert [86] 1168605 witness_unlock [37] [...] 1168605 _mtx_unlock_spin_flags [2] 0.00 0.00 16/1046526 mtx_destroy [20] 0.00 0.00 56/1046526 _sx_xunlock [223] 0.00 0.00 139/1046526 _sx_sunlock [152] 14.59 0.02 465448/1046526 _mtx_unlock_flags [8] [37] 0.6 0.20 0.00 1634264 witness_unlock [37] 68406 witness_lock_list_free [267] [...] 0.01 0.00 465448/1720935 _mtx_unlock_flags [8] 0.03 0.00 1168605/1720935 _mtx_unlock_spin_flags [2] [86] 0.1 0.05 0.00 1720935 _mtx_assert [86] Out of 32.31 seconds spent in _mtx_unlock_spin_flags() and its descendents, only about 0.25 seconds were spent in witness and assertion code. 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 Oct 16 11: 0:36 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 1E17837B40C; Tue, 16 Oct 2001 11:00:27 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id f9GI0QP33797; Tue, 16 Oct 2001 11:00:26 -0700 (PDT) (envelope-from dillon) Date: Tue, 16 Oct 2001 11:00:26 -0700 (PDT) From: Matthew Dillon Message-Id: <200110161800.f9GI0QP33797@apollo.backplane.com> To: John Baldwin Cc: Dag-Erling Smorgrav , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Bruce Evans Reply-To: freebsd-hackers@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> :> BTW, the profiling data show that mutex debugging actually have very :> little impact - 88% of CPU time is spent in _mtx_unlock_spin_flags(), :> and only 0.6% in witness_unlock() (which _mtx_unlock_spin_flags() :> calls). Witness functions amount to about 3% all told, _mtx_assert() :> accounts for 0.1%. The problem isn't mutex debugging, or mutex :> handling at all - the problem is that ffs_fsync() has an insane amount :> of work to do, most of which is probably bogus. : :How about turning off INVARIANTS and WITNESS and seeing if it does better? :Witness did become more expensive when I made it work for reader/writer locks :on May 4 as it has to manage a list of lock instances instead of embedding the :list inside the lock object itself. : :-- : :John Baldwin -- http://www.FreeBSD.org/~jhb/ (reply-to to hackers) Just calling a mutex function hundreds of thousands of times is going to be enough to cause the problem. I see a way we can fix the problem... the mount point lock is locking the list, so if the information we need to determine whether we have work to do is stored in the vnode itself we can check and loop without having to mess around with any more mutexes. If the flag says that there may be something to do, *then* we do the hard work. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 11:32: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 355B237B40A; Tue, 16 Oct 2001 11:32:33 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GIWXN10670; Tue, 16 Oct 2001 11:32:33 -0700 (PDT) (envelope-from murray) Message-Id: <200110161832.f9GIWXN10670@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 11:32:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 11:32:33 PDT Modified files: share/man/man7 hier.7 Log: Improve the wording of my last commit. Submitted by: sheldonh Revision Changes Path 1.59 +1 -1 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 11:45:17 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 15A0537B40B; Tue, 16 Oct 2001 11:45:00 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 796B914C2E; Tue, 16 Oct 2001 20:44:58 +0200 (CEST) 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: freebsd-hackers@FreeBSD.org Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <200110161800.f9GI0QP33797@apollo.backplane.com> From: Dag-Erling Smorgrav Date: 16 Oct 2001 20:44:57 +0200 In-Reply-To: <200110161800.f9GI0QP33797@apollo.backplane.com> Message-ID: Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Matthew Dillon writes: > Just calling a mutex function hundreds of thousands of times is > going to be enough to cause the problem. I see a way we can fix the > problem... the mount point lock is locking the list, so if the > information we need to determine whether we have work to do is stored in > the vnode itself we can check and loop without having to mess > around with any more mutexes. If the flag says that there > may be something to do, *then* we do the hard work. That sounds reasonable. One stray thought, by the way - could it be that vnodes aren't being reclaimed as fast as they should? What's the policy - do vnodes only get reclaimed when we start running out? Should we re-evaluate the cost of having them slow down ffs_sync() vs. what we save by keeping them around so we don't need to reallocate them? Attached are a patch that adds counters to ffs_sync() (to see how many vnodes are traversed each time, and how many of those actually needed syncing), and a script I'm using to roughly measure the performance of ffs_sync(). DES -- Dag-Erling Smorgrav - des@ofug.org --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=ffs_sync.diff Index: sys/ufs/ffs/ffs_vfsops.c =================================================================== RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_vfsops.c,v retrieving revision 1.161 diff -u -r1.161 ffs_vfsops.c --- sys/ufs/ffs/ffs_vfsops.c 2 Oct 2001 14:34:22 -0000 1.161 +++ sys/ufs/ffs/ffs_vfsops.c 16 Oct 2001 17:21:34 -0000 @@ -972,6 +972,9 @@ return (0); } +static int count_synced_vnodes = 0; +SYSCTL_INT(_debug, OID_AUTO, count_synced_vnodes, CTLFLAG_RW, &count_synced_vnodes, 0, ""); + /* * Go through the disk queues to initiate sandbagged IO; * go through the inodes to write those that have been modified; @@ -991,6 +994,7 @@ struct ufsmount *ump = VFSTOUFS(mp); struct fs *fs; int error, count, wait, lockreq, allerror = 0; + int looped = 0, vn_traversed = 0, vn_synced = 0; fs = ump->um_fs; if (fs->fs_fmod != 0 && fs->fs_ronly != 0) { /* XXX */ @@ -1008,6 +1012,7 @@ } mtx_lock(&mntvnode_mtx); loop: + ++looped; for (vp = LIST_FIRST(&mp->mnt_vnodelist); vp != NULL; vp = nvp) { /* * If the vnode that we are about to sync is no longer @@ -1017,6 +1022,7 @@ goto loop; nvp = LIST_NEXT(vp, v_mntvnodes); + ++vn_traversed; mtx_unlock(&mntvnode_mtx); mtx_lock(&vp->v_interlock); ip = VTOI(vp); @@ -1027,6 +1033,7 @@ mtx_lock(&mntvnode_mtx); continue; } + ++vn_synced; if (vp->v_type != VCHR) { if ((error = vget(vp, lockreq, td)) != 0) { mtx_lock(&mntvnode_mtx); @@ -1045,6 +1052,12 @@ mtx_lock(&mntvnode_mtx); } mtx_unlock(&mntvnode_mtx); + + if (count_synced_vnodes) + printf(__FUNCTION__ + "(): %d loops, %d vnodes traversed, %d vnodes synced\n", + looped, vn_traversed, vn_synced); + /* * Force stale file system control information to be flushed. */ --=-=-= Content-Type: application/x-sh Content-Disposition: attachment; filename=measure.sh #!/bin/sh vmstat -m | grep FFS sysctl debug.count_synced_vnodes=1 time sync sysctl debug.count_synced_vnodes=0 dmesg | grep ffs_sync | tail -5 --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 11:49: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 D250337B40C; Tue, 16 Oct 2001 11:49:55 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GIntT12835; Tue, 16 Oct 2001 11:49:55 -0700 (PDT) (envelope-from murray) Message-Id: <200110161849.f9GIntT12835@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 11:49:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 11:49:55 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: s/foobardomain/foobar/ Example domain names that are used inline should be kept as short as possible. Domain names can not be broken up with hyphenation at syllable boundaries for obvious reasons, and using 12 unbreakable characters is bound to cause an hbox overflow when creating justified output with TeX (the print backend). Revision Changes Path 1.105 +41 -41 doc/en_US.ISO8859-1/books/handbook/advanced-networking/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 Oct 16 11:58: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 0771637B40C; Tue, 16 Oct 2001 11:58:39 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GIwdq14197; Tue, 16 Oct 2001 11:58:39 -0700 (PDT) (envelope-from murray) Message-Id: <200110161858.f9GIwdq14197@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 11:58:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook colophon.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 11:58:38 PDT Modified files: en_US.ISO8859-1/books/handbook colophon.sgml Log: Add tags, as appropriate. Revision Changes Path 1.4 +4 -2 doc/en_US.ISO8859-1/books/handbook/colophon.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 12: 6: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 917FC37B410; Tue, 16 Oct 2001 12:06:27 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJ6RS18311; Tue, 16 Oct 2001 12:06:27 -0700 (PDT) (envelope-from murray) Message-Id: <200110161906.f9GJ6RS18311@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 12:06:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 12:06:27 PDT Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: * Correct a typo * Breakup a long line in an example into three separate lines. Revision Changes Path 1.59 +4 -2 doc/en_US.ISO8859-1/books/handbook/linuxemu/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 Oct 16 12: 7:51 2001 Delivered-To: cvs-all@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 7660737B410; Tue, 16 Oct 2001 12:07:43 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9GJ7hK52748; Tue, 16 Oct 2001 12:07:43 -0700 (PDT) (envelope-from bmah) Message-Id: <200110161907.f9GJ7hK52748@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Darren Reed Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c In-Reply-To: <200110151349.f9FDnFm48501@freefall.freebsd.org> References: <200110151349.f9FDnFm48501@freefall.freebsd.org> Comments: In-reply-to Darren Reed message dated "Mon, 15 Oct 2001 06:49:15 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4: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_1789267874P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 16 Oct 2001 12:07:43 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_1789267874P Content-Type: text/plain; charset=us-ascii If memory serves me right, Darren Reed wrote: > darrenr 2001/10/15 06:49:15 PDT > > Modified files: (Branch: RELENG_4) > sys/netinet6 ip6_forward.c ip6_input.c ip6_output.c > Log: > Add code to call ipfilter for ipv6 packet filtering. If ipfilter is enable > d > then all ipv6 packets going in/out are to be filtered. > > Revision Changes Path > 1.4.2.5 +24 -6 src/sys/netinet6/ip6_forward.c > 1.11.2.11 +19 -1 src/sys/netinet6/ip6_input.c > 1.13.2.11 +21 -4 src/sys/netinet6/ip6_output.c Dumb question: If I were to write a release notes item saying "IPv6 packets can now be filtered using IPFilter" (or something similar), would it only apply to RELENG_4? There doesn't seem to be any obvious analog to this commit on HEAD...did I miss something? Thanks, Bruce. --==_Exmh_1789267874P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7zIV+2MoxcVugUsMRAvJiAJ4/UVOrj7fL244+7VqEKapOht7PLwCcC4uv BecJW2HxVaijOLj5V/la6Wc= =UH1h -----END PGP SIGNATURE----- --==_Exmh_1789267874P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 12:15: 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 CCD8637B408; Tue, 16 Oct 2001 12:14:59 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJEx119436; Tue, 16 Oct 2001 12:14:59 -0700 (PDT) (envelope-from bmah) Message-Id: <200110161914.f9GJEx119436@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 16 Oct 2001 12:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/16 12:14:59 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: compat4x fix for libcrypto.so.1 and libssl.so.1. This is one of those strange cases where the fact of an MFC seems more significant than the original change (which happened on HEAD long ago, with not much fanfare). Ergo, there's no corresponding entry in -CURRENT's release notes. Revision Changes Path 1.22.2.106 +10 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 12:15: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 DDD4237B442; Tue, 16 Oct 2001 12:15:12 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJFCn19510; Tue, 16 Oct 2001 12:15:12 -0700 (PDT) (envelope-from murray) Message-Id: <200110161915.f9GJFCn19510@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 12:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 12:15:12 PDT Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: * Add a more verbose link to the Porter's Handbook * Remove the that was moved out to the Porters Handbook over a year ago. This Porter's Handbook is advertised enough in this chapter and on our website that I don't think we need this pointer any more. Revision Changes Path 1.145 +4 -8 doc/en_US.ISO8859-1/books/handbook/ports/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 Oct 16 12:23: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 8EE7237B405; Tue, 16 Oct 2001 12:23:15 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJNFV21035; Tue, 16 Oct 2001 12:23:15 -0700 (PDT) (envelope-from murray) Message-Id: <200110161923.f9GJNFV21035@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 12:23:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 12:23:15 PDT Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: Correct the verbiage around links so that the text looks good in a printed form without the benefit of hyperlinks. "See " -> "See the section." Obtained from: WRS Print Edition (via chern) Revision Changes Path 1.51 +9 -9 doc/en_US.ISO8859-1/books/handbook/printing/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 Oct 16 12:25: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 3C53537B401; Tue, 16 Oct 2001 12:25:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJPY721346; Tue, 16 Oct 2001 12:25:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161925.f9GJPY721346@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 12:25:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/libmpeg2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/libmpeg2/files extra-patch-libvo::configure.incl extra-patch-libvo::video_out_sdl.c patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 12:25:34 PDT Modified files: graphics Makefile Added files: graphics/libmpeg2 Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/libmpeg2/files extra-patch-libvo::configure.incl extra-patch-libvo::video_out_sdl.c patch-configure.in Log: New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2 and mpeg-1 video streams Revision Changes Path 1.364 +2 -1 ports/graphics/Makefile 1.1 +62 -0 ports/graphics/libmpeg2/Makefile (new) 1.1 +1 -0 ports/graphics/libmpeg2/distinfo (new) 1.1 +17 -0 ports/graphics/libmpeg2/files/extra-patch-libvo::configure.incl (new) 1.1 +11 -0 ports/graphics/libmpeg2/files/extra-patch-libvo::video_out_sdl.c (new) 1.1 +49 -0 ports/graphics/libmpeg2/files/patch-configure.in (new) 1.1 +1 -0 ports/graphics/libmpeg2/pkg-comment (new) 1.1 +23 -0 ports/graphics/libmpeg2/pkg-descr (new) 1.1 +22 -0 ports/graphics/libmpeg2/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 12:25: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 7CB0A37B425; Tue, 16 Oct 2001 12:25:38 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJPc221378; Tue, 16 Oct 2001 12:25:38 -0700 (PDT) (envelope-from lioux) Message-Id: <200110161925.f9GJPc221378@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 12:25:38 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 12:25:38 PDT Modified files: . modules Log: libmpeg2 --> ports/graphics/libmpeg2 Revision Changes Path 1.3995 +1 -0 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 Oct 16 12:28: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 BEF2837B401; Tue, 16 Oct 2001 12:28:41 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJSfw21845; Tue, 16 Oct 2001 12:28:41 -0700 (PDT) (envelope-from bmah) Message-Id: <200110161928.f9GJSfw21845@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 16 Oct 2001 12:28:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/16 12:28:41 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Grrr. tcsh release notes belong in the userland section, not the kernel section. Revision Changes Path 1.22.2.107 +5 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 12:31: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 66D2F37B40B; Tue, 16 Oct 2001 12:31:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJVie22190; Tue, 16 Oct 2001 12:31:44 -0700 (PDT) (envelope-from murray) Message-Id: <200110161931.f9GJVie22190@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 12:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 12:31:44 PDT Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Fix a couple of links so that they show up properly in a non-hyperlinked output format. Obtained from: Wind River System (chern) Revision Changes Path 1.90 +5 -4 doc/en_US.ISO8859-1/books/handbook/security/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 Oct 16 12:33: 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 B482C37B409; Tue, 16 Oct 2001 12:33:03 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GJX3M22403; Tue, 16 Oct 2001 12:33:03 -0700 (PDT) (envelope-from murray) Message-Id: <200110161933.f9GJX3M22403@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 12:33:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 12:33:03 PDT Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: s/4.0-CURRENT/4.0/ Submitted by: chern Revision Changes Path 1.50 +2 -2 doc/en_US.ISO8859-1/books/handbook/serialcomms/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 Oct 16 12:40:16 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 9E77637B40B; Tue, 16 Oct 2001 12:40:13 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9GJeCS44333; Tue, 16 Oct 2001 15:40:12 -0400 (EDT) (envelope-from wollman) Date: Tue, 16 Oct 2001 15:40:12 -0400 (EDT) From: Garrett Wollman Message-Id: <200110161940.f9GJeCS44333@khavrinen.lcs.mit.edu> To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml In-Reply-To: <200110161849.f9GIntT12835@freefall.freebsd.org> References: <200110161849.f9GIntT12835@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Example domain names that are used inline should be kept as short as > possible. Please only use the domain names which are specifically reserved for this purpose. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 13: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 4E0B937B401; Tue, 16 Oct 2001 13:54:27 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GKsRZ38702; Tue, 16 Oct 2001 13:54:27 -0700 (PDT) (envelope-from chern) Message-Id: <200110162054.f9GKsRZ38702@freefall.freebsd.org> From: Chern Lee Date: Tue, 16 Oct 2001 13:54:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/vinum Makefile ad0b4aft.eps ad2b4aft.eps arch.eps article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/16 13:54:27 PDT Added files: en_US.ISO8859-1/articles/vinum Makefile ad0b4aft.eps ad2b4aft.eps arch.eps article.sgml Log: Add Bob Van Valzah's Bootstrapping Vinum article. Submitted by: Bob Van Valzah Revision Changes Path 1.1 +16 -0 doc/en_US.ISO8859-1/articles/vinum/Makefile (new) 1.1 +626 -0 doc/en_US.ISO8859-1/articles/vinum/ad0b4aft.eps (new) 1.1 +657 -0 doc/en_US.ISO8859-1/articles/vinum/ad2b4aft.eps (new) 1.1 +410 -0 doc/en_US.ISO8859-1/articles/vinum/arch.eps (new) 1.1 +2541 -0 doc/en_US.ISO8859-1/articles/vinum/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 14: 6: 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 E01DB37B407; Tue, 16 Oct 2001 14:05:57 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GL5vb66272; Tue, 16 Oct 2001 14:05:57 -0700 (PDT) (envelope-from tom) Message-Id: <200110162105.f9GL5vb66272@freefall.freebsd.org> From: Tom Hukins Date: Tue, 16 Oct 2001 14:05:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en mailto.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2001/10/16 14:05:57 PDT Modified files: en mailto.sgml Log: Fix link to "Who Is Responsible for What" Revision Changes Path 1.25 +2 -2 www/en/mailto.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 14:10: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id A8BFC37B408; Tue, 16 Oct 2001 14:09:55 -0700 (PDT) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id f9GL9mt01807; Tue, 16 Oct 2001 23:09:48 +0200 (CEST) (envelope-from wkb) Date: Tue, 16 Oct 2001 23:09:48 +0200 From: Wilko Bulte To: Alfred Perlstein Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c Message-ID: <20011016230948.A1746@freebie.xs4all.nl> References: <200110160642.f9G6g6345350@freefall.freebsd.org> <20011016014815.O59854@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011016014815.O59854@elvis.mu.org>; from bright@mu.org on Tue, Oct 16, 2001 at 01:48:15AM -0500 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 16, 2001 at 01:48:15AM -0500, Alfred Perlstein wrote: > * David E. O'Brien [011016 01:42] wrote: > > obrien 2001/10/15 23:42:06 PDT > > > > Modified files: > > usr.sbin/pkg_install/add main.c > > Log: > > Increase the number of packages that can be installed by an order of > > magnitude. Geez, this is Unix, what is with the arbitrary needless > > constants. > > People longing for their VMS boxes? :) VMS boxes not necesarily, VMS clusters, yes, any day! [discussion bait..] -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 14:53: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 1BB8237B401; Tue, 16 Oct 2001 14:53:29 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GLrTX22977; Tue, 16 Oct 2001 14:53:29 -0700 (PDT) (envelope-from des) Message-Id: <200110162153.f9GLrTX22977@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 16 Oct 2001 14:53:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/16 14:53:28 PDT Modified files: sys/i386/conf NOTES Log: Document TCBHASHSIZE. Revision Changes Path 1.967 +6 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 14: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 C0F2B37B40C; Tue, 16 Oct 2001 14:55:53 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GLtr923165; Tue, 16 Oct 2001 14:55:53 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110162155.f9GLtr923165@freefall.freebsd.org> From: Ian Dowse Date: Tue, 16 Oct 2001 14:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nfsd nfsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/16 14:55:53 PDT Modified files: sbin/nfsd nfsd.c Log: When nfsd was started with only UDP servers, the master nfsd would spin in a loop eating CPU time. This bug has existed since the TI-RPC import. The problem is that we should only enter the select loop if at least one TCP server was started. Fix this by having the master nfsd become a UDP server itself if there are no TCP servers. Also improve/correct the code for cleaning up slave nfsd processes and unregistering with rpcbind when the master nfsd exits. One issue that remains open is that if a slave nfsd dies, then all nfsds will shut down. This is because nfssvc() in the master nfsd returns 0 when the master nfsd receives a SIGCHLD. Submitted by: tmm Revision Changes Path 1.22 +109 -79 src/sbin/nfsd/nfsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 15:23: 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 B073F37B401; Tue, 16 Oct 2001 15:22:58 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GMMwU28842; Tue, 16 Oct 2001 15:22:58 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110162222.f9GMMwU28842@freefall.freebsd.org> From: Matt Jacob Date: Tue, 16 Oct 2001 15:22:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/16 15:22:58 PDT Modified files: sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC Log: Make SCSI changer and SES devices standard in generic kernels. Reviewed by: ken@kdm.org Revision Changes Path 1.126 +2 -0 src/sys/alpha/conf/GENERIC 1.323 +3 -1 src/sys/i386/conf/GENERIC 1.19 +3 -1 src/sys/ia64/conf/GENERIC 1.189 +3 -1 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 16: 8: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 CE0AF37B411; Tue, 16 Oct 2001 16:08:09 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GN89v36914; Tue, 16 Oct 2001 16:08:09 -0700 (PDT) (envelope-from dillon) Message-Id: <200110162308.f9GN89v36914@freefall.freebsd.org> From: Matt Dillon Date: Tue, 16 Oct 2001 16:08:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/16 16:08:09 PDT Modified files: sys/kern vfs_subr.c Log: fix minor bug in kern.minvnodes sysctl. Use OID_AUTO. Revision Changes Path 1.323 +2 -2 src/sys/kern/vfs_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 Oct 16 16:10: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 35B2237B40D; Tue, 16 Oct 2001 16:10:21 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GNALI37112; Tue, 16 Oct 2001 16:10:21 -0700 (PDT) (envelope-from dillon) Message-Id: <200110162310.f9GNALI37112@freefall.freebsd.org> From: Matt Dillon Date: Tue, 16 Oct 2001 16:10:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/16 16:10:21 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: MFC 1.323, fix minor bug in sysctl id for kern.minvnodes. Revision Changes Path 1.249.2.15 +2 -2 src/sys/kern/vfs_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 Oct 16 16:16: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 8D5AF37B408; Tue, 16 Oct 2001 16:16:25 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GNGPD37666; Tue, 16 Oct 2001 16:16:25 -0700 (PDT) (envelope-from dillon) Message-Id: <200110162316.f9GNGPD37666@freefall.freebsd.org> From: Matt Dillon Date: Tue, 16 Oct 2001 16:16:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/16 16:16:25 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c sys/sys vnode.h sys/vm vm_page.c Log: MFC kern/vfs_subr.c 1.263, sys/vnode.h 1.118, vm/vm_page.c 1.153. This MFCs Kirk's vnode freelist cleanup commit from July 2000 in preparation for further work that will eventually make kern.maxvnodes actually do something. Revision Changes Path 1.249.2.16 +27 -69 src/sys/kern/vfs_subr.c 1.111.2.14 +3 -6 src/sys/sys/vnode.h 1.147.2.10 +2 -6 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 16:51: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 096F637B40E; Tue, 16 Oct 2001 16:51:20 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GNpJt40607; Tue, 16 Oct 2001 16:51:19 -0700 (PDT) (envelope-from mi) Message-Id: <200110162351.f9GNpJt40607@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 16 Oct 2001 16:51:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile distinfo pkg-message pkg-plist ports/comms/hylafax/files patch-00 patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ai patch-aj patch-sec1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/10/16 16:51:19 PDT Modified files: comms/hylafax Makefile distinfo pkg-message pkg-plist Removed files: comms/hylafax/files patch-00 patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ai patch-aj patch-sec1 Log: Upgrade to 4.1 (release -- released in July). The size of the pkg-plist diff is due to the default location move from /var/spool/fax to /var/spool/hylafax. Also, allow package building by passing -nointeractive to configure. Revision Changes Path 1.44 +26 -14 ports/comms/hylafax/Makefile 1.10 +2 -1 ports/comms/hylafax/distinfo 1.2 +0 -14 ports/comms/hylafax/files/patch-00 (dead) 1.2 +0 -73 ports/comms/hylafax/files/patch-aa (dead) 1.9 +0 -48 ports/comms/hylafax/files/patch-ab (dead) 1.2 +0 -12 ports/comms/hylafax/files/patch-ac (dead) 1.5 +0 -260 ports/comms/hylafax/files/patch-ad (dead) 1.4 +0 -135 ports/comms/hylafax/files/patch-ae (dead) 1.3 +0 -12 ports/comms/hylafax/files/patch-af (dead) 1.3 +0 -69 ports/comms/hylafax/files/patch-ag (dead) 1.2 +0 -12 ports/comms/hylafax/files/patch-ai (dead) 1.2 +0 -345 ports/comms/hylafax/files/patch-aj (dead) 1.2 +0 -22 ports/comms/hylafax/files/patch-sec1 (dead) 1.3 +2 -1 ports/comms/hylafax/pkg-message 1.8 +126 -117 ports/comms/hylafax/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 Oct 16 16:52: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 E1C9737B409; Tue, 16 Oct 2001 16:52:19 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9GNqJd40699; Tue, 16 Oct 2001 16:52:19 -0700 (PDT) (envelope-from bsd) Message-Id: <200110162352.f9GNqJd40699@freefall.freebsd.org> From: "Brian S. Dean" Date: Tue, 16 Oct 2001 16:52:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avrprog Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/10/16 16:52:19 PDT Modified files: devel/avrprog Makefile distinfo Log: Update to version 1.4.3. Revision Changes Path 1.7 +1 -1 ports/devel/avrprog/Makefile 1.7 +1 -1 ports/devel/avrprog/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 17: 0:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.jeamland.net (rafe.jeamland.net [203.18.243.114]) by hub.freebsd.org (Postfix) with ESMTP id 3180A37B401; Tue, 16 Oct 2001 17:00:22 -0700 (PDT) Received: by mail.jeamland.net (Postfix, from userid 1000) id C108E7060A; Wed, 17 Oct 2001 10:00:14 +1000 (EST) Date: Wed, 17 Oct 2001 10:00:14 +1000 From: Benno Rice To: Mark Peek Cc: Robert Drehmel , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw disklabel.h ofw_disk.c Message-ID: <20011017100014.A37003@rafe.jeamland.net> References: <200110150935.f9F9Ze696851@freefall.freebsd.org> <20011016111942.A1133@obelix.develop.ferrari.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mark@whistle.com on Tue, Oct 16, 2001 at 09:49:04AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 16, 2001 at 09:49:04AM -0700, Mark Peek wrote: > At 11:19 AM +0200 10/16/01, Robert Drehmel wrote: > > > >I asked him to report any difficulties with these changes. > >Additionally, some of the Open Firmware changes were tested by him > >a few months ago. >=20 > In the future, please include "Tested by: benno" or "Reviewed by:=20 > benno" in the commits where appropriate. I'm not that fussed at the moment. If the port were actually in a stable branch, or there were people using it I'd be upset, but it's not. As it happens I did start having some problems after this commit, but I haven't had the time to trace them down yet. --=20 Benno Rice benno@FreeBSD.org --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvMyg0ACgkQbQx7xhW+Eg5LIgCfYkId34QThyNGUijcPpzd+2D0 YigAn38ynLuCIKWQrWCTebY/eid3GBmg =8GNv -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 17:19:28 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 1339C37B40A; Tue, 16 Oct 2001 17:19:20 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f9GNroq66222; Wed, 17 Oct 2001 00:53:50 +0100 (BST) (envelope-from nik) Date: Wed, 17 Oct 2001 00:53:50 +0100 From: Nik Clayton To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Message-ID: <20011017005350.V88453@clan.nothing-going-on.org> Reply-To: doc@freebsd.org References: <200110161849.f9GIntT12835@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="psqk/gGHwSe2Tjny" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110161849.f9GIntT12835@freefall.freebsd.org>; from murray@FreeBSD.org on Tue, Oct 16, 2001 at 11:49:55AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --psqk/gGHwSe2Tjny Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Copied to -doc, reply-to: set. On Tue, Oct 16, 2001 at 11:49:55AM -0700, Murray Stokely wrote: > murray 2001/10/16 11:49:55 PDT >=20 > Modified files: > en_US.ISO8859-1/books/handbook/advanced-networking=20 > chapter.sgml=20 > Log: > s/foobardomain/foobar/ > =20 > Example domain names that are used inline should be kept as short as > possible. Domain names can not be broken up with hyphenation at > syllable boundaries for obvious reasons, and using 12 unbreakable > characters is bound to cause an hbox overflow when creating justified > output with TeX (the print backend). Per RFC 2606 we should really be using one of=20 example.com example.net example.org and sub-domains thereof for any examples. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --psqk/gGHwSe2Tjny Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvMyI4ACgkQk6gHZCw343X0KgCfZtHvTc/mumNMhRHFuFj1Ip2L p5cAoI6c21D59W0rdn9mzlGFCKpvMey+ =fOP4 -----END PGP SIGNATURE----- --psqk/gGHwSe2Tjny-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 18:20: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 ECACE37B403; Tue, 16 Oct 2001 18:20:35 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H1KZR58850; Tue, 16 Oct 2001 18:20:35 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170120.f9H1KZR58850@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 18:20:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 18:20:35 PDT Modified files: graphics/imlib2 Makefile Log: update MASTER_SITES Prompted by: Mark Evenson Approved by: MAINTAINER Revision Changes Path 1.78 +2 -2 ports/graphics/imlib2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 18:39: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 2C73137B40A; Tue, 16 Oct 2001 18:39:25 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H1dPq60847; Tue, 16 Oct 2001 18:39:25 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110170139.f9H1dPq60847@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 16 Oct 2001 18:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile distinfo pkg-plist ports/net/samba-devel/files patch-aa patch-ab patch-ac patch-ae patch-ah patch-aj patch-ba patch-bb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/16 18:39:24 PDT Modified files: net/samba-devel Makefile distinfo pkg-plist net/samba-devel/files patch-aa patch-ab patch-ac patch-ae patch-ah patch-aj patch-ba patch-bb Log: Update samba to 2.2.2 which includes the winbindd server Submitted by: ianjhart@ntlworld.com Revision Changes Path 1.70 +3 -5 ports/net/samba-devel/Makefile 1.34 +1 -1 ports/net/samba-devel/distinfo 1.18 +7 -7 ports/net/samba-devel/files/patch-aa 1.4 +9 -9 ports/net/samba-devel/files/patch-ab 1.3 +3 -3 ports/net/samba-devel/files/patch-ac 1.2 +2 -2 ports/net/samba-devel/files/patch-ae 1.3 +2 -2 ports/net/samba-devel/files/patch-ah 1.3 +5 -4 ports/net/samba-devel/files/patch-aj 1.3 +29 -18 ports/net/samba-devel/files/patch-ba 1.2 +5 -5 ports/net/samba-devel/files/patch-bb 1.34 +11 -10 ports/net/samba-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 Tue Oct 16 18:40: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 BCD8C37B403; Tue, 16 Oct 2001 18:40:16 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H1eGd61012; Tue, 16 Oct 2001 18:40:16 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110170140.f9H1eGd61012@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 16 Oct 2001 18:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/16 18:40:16 PDT Modified files: net/samba-devel Makefile Log: Remove extra carriage return from Makefile Revision Changes Path 1.71 +0 -1 ports/net/samba-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 Oct 16 18:44: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 4B6E037B40A; Tue, 16 Oct 2001 18:44:35 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H1iZo61425; Tue, 16 Oct 2001 18:44:35 -0700 (PDT) (envelope-from fenner) Message-Id: <200110170144.f9H1iZo61425@freefall.freebsd.org> From: Bill Fenner Date: Tue, 16 Oct 2001 18:44:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rup rup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/10/16 18:44:35 PDT Modified files: usr.bin/rup rup.c Log: If the remote uptime is less than one minute, print the uptime in seconds instead of leaving the uptime field blank. Revision Changes Path 1.15 +3 -1 src/usr.bin/rup/rup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 18:47: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 4F11E37B407; Tue, 16 Oct 2001 18:47:11 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H1lBG61673; Tue, 16 Oct 2001 18:47:11 -0700 (PDT) (envelope-from grog) Message-Id: <200110170147.f9H1lBG61673@freefall.freebsd.org> From: Greg Lehey Date: Tue, 16 Oct 2001 18:47:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/10/16 18:47:11 PDT Modified files: en support.sgml Log: Add uudet.org. Submitted by: Bob Martin Revision Changes Path 1.240 +9 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 19: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 632A437B401; Tue, 16 Oct 2001 19:12:55 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2Ct367537; Tue, 16 Oct 2001 19:12:55 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170212.f9H2Ct367537@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/linux-sdl12 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:12:55 PDT Modified files: devel Makefile Added files: devel/linux-sdl12 Makefile distinfo.alpha distinfo.i386 pkg-comment pkg-descr pkg-plist.alpha pkg-plist.i386 Log: New port linux-sdl12 version 1.2.2.1: Cross-platform multi-media development API (linux version) Submitted by: Martin Matuska Reviewed by: Patrick Li Revision Changes Path 1.658 +1 -0 ports/devel/Makefile 1.1 +41 -0 ports/devel/linux-sdl12/Makefile (new) 1.1 +1 -0 ports/devel/linux-sdl12/distinfo.alpha (new) 1.1 +1 -0 ports/devel/linux-sdl12/distinfo.i386 (new) 1.1 +1 -0 ports/devel/linux-sdl12/pkg-comment (new) 1.1 +10 -0 ports/devel/linux-sdl12/pkg-descr (new) 1.1 +8 -0 ports/devel/linux-sdl12/pkg-plist.alpha (new) 1.1 +8 -0 ports/devel/linux-sdl12/pkg-plist.i386 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 19:13: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 F35F237B419; Tue, 16 Oct 2001 19:12:58 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2Cwn67567; Tue, 16 Oct 2001 19:12:58 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170212.f9H2Cwn67567@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:12:58 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:12:58 PDT Modified files: . modules Log: linux-sdl12 --> ports/devel/linux-sdl12 Revision Changes Path 1.3996 +1 -0 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 Oct 16 19:14: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 273C537B403; Tue, 16 Oct 2001 19:14:22 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2EMd67953; Tue, 16 Oct 2001 19:14:22 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170214.f9H2EMd67953@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:14:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/utserver Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/games/utserver/files template-patch-ngstatsut X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:14:22 PDT Modified files: games Makefile Added files: games/utserver Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist games/utserver/files template-patch-ngstatsut Log: New port utserver version 436: Unreal Tournament Dedicated Server for Linux Submitted by: Martin Matuska Reviewed by: Patrick Li Revision Changes Path 1.420 +2 -1 ports/games/Makefile 1.1 +88 -0 ports/games/utserver/Makefile (new) 1.1 +1 -0 ports/games/utserver/distinfo (new) 1.1 +21 -0 ports/games/utserver/files/template-patch-ngstatsut (new) 1.1 +1 -0 ports/games/utserver/pkg-comment (new) 1.1 +14 -0 ports/games/utserver/pkg-descr (new) 1.1 +11 -0 ports/games/utserver/pkg-message (new) 1.1 +487 -0 ports/games/utserver/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 19:14: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 8554837B407; Tue, 16 Oct 2001 19:14:25 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2EPu67983; Tue, 16 Oct 2001 19:14:25 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170214.f9H2EPu67983@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:14:25 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:14:25 PDT Modified files: . modules Log: utserver --> ports/games/utserver Revision Changes Path 1.3997 +1 -0 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 Oct 16 19:19: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 C958A37B405; Tue, 16 Oct 2001 19:19:42 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2Jgi68447; Tue, 16 Oct 2001 19:19:42 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170219.f9H2Jgi68447@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:19:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/utserver-to Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:19:42 PDT Modified files: games Makefile Added files: games/utserver-to Makefile distinfo pkg-comment pkg-descr pkg-plist Log: o New port utserver-to version 0.2.b: Unreal Tournament mod Tactical Ops full server package for Linux o This is a master port that will be used by all utserver mod ports Submitted by: Patrick Li Revision Changes Path 1.421 +1 -0 ports/games/Makefile 1.1 +124 -0 ports/games/utserver-to/Makefile (new) 1.1 +1 -0 ports/games/utserver-to/distinfo (new) 1.1 +1 -0 ports/games/utserver-to/pkg-comment (new) 1.1 +8 -0 ports/games/utserver-to/pkg-descr (new) 1.1 +165 -0 ports/games/utserver-to/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 19: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 6A18337B40A; Tue, 16 Oct 2001 19:19:46 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2Jk068485; Tue, 16 Oct 2001 19:19:46 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170219.f9H2Jk068485@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:19:46 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:19:46 PDT Modified files: . modules Log: utserver-to --> ports/games/utserver-to Revision Changes Path 1.3998 +1 -0 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 Oct 16 19:23: 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 0EC8337B405; Tue, 16 Oct 2001 19:23:02 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2N1M69043; Tue, 16 Oct 2001 19:23:01 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170223.f9H2N1M69043@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:23:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/utserver-asu Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/games/utserver-asu/files template-settings.ini X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:23:01 PDT Modified files: games Makefile Added files: games/utserver-asu Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist games/utserver-asu/files template-settings.ini Log: o New port utserver-asu version 0.4: Abfackelns Server Utilities (ASU) for Unreal Tournament Server for Linux o Slave port of utserver-to Submitted by: Martin Matuska Reviewed by: Patrick Li Revision Changes Path 1.422 +1 -0 ports/games/Makefile 1.1 +27 -0 ports/games/utserver-asu/Makefile (new) 1.1 +1 -0 ports/games/utserver-asu/distinfo (new) 1.1 +5 -0 ports/games/utserver-asu/files/template-settings.ini (new) 1.1 +1 -0 ports/games/utserver-asu/pkg-comment (new) 1.1 +16 -0 ports/games/utserver-asu/pkg-descr (new) 1.1 +4 -0 ports/games/utserver-asu/pkg-message (new) 1.1 +21 -0 ports/games/utserver-asu/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 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 08B6037B40C; Tue, 16 Oct 2001 19:23:05 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2N5g69074; Tue, 16 Oct 2001 19:23:05 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170223.f9H2N5g69074@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:23:04 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:23:04 PDT Modified files: . modules Log: utserver-asu --> ports/games/utserver-asu Revision Changes Path 1.3999 +1 -0 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 Oct 16 19:27: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 8999937B403; Tue, 16 Oct 2001 19:27:35 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2RZc69468; Tue, 16 Oct 2001 19:27:35 -0700 (PDT) (envelope-from chris) Message-Id: <200110170227.f9H2RZc69468@freefall.freebsd.org> From: Chris Costello Date: Tue, 16 Oct 2001 19:27:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-sample.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2001/10/16 19:27:35 PDT Added files: en/news/status report-sample.xml Log: Add a sample XML status report entry for those who wish to submit their reports in that fashion (it's a lot easier to compile them this way). Revision Changes Path 1.1 +36 -0 www/en/news/status/report-sample.xml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 19:33: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 C9B8137B408; Tue, 16 Oct 2001 19:33:25 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2XPk69943; Tue, 16 Oct 2001 19:33:25 -0700 (PDT) (envelope-from chris) Message-Id: <200110170233.f9H2XPk69943@freefall.freebsd.org> From: Chris Costello Date: Tue, 16 Oct 2001 19:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2001/10/16 19:33:25 PDT Modified files: en/news/status Makefile Log: Install the sample file, `report-sample.xml', into $base/news/status; for example, http://www.FreeBSD.org/news/status/report-sample.xml. Revision Changes Path 1.7 +4 -1 www/en/news/status/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 19:45: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 3F7E137B401; Tue, 16 Oct 2001 19:45:57 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H2jv571141; Tue, 16 Oct 2001 19:45:57 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170245.f9H2jv571141@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 19:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 19:45:57 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: o Add Martin Matuska for contributing ports: linux-sdl12, utserver and utserver-asu "And dark clouds covered the skies as yet the last of the top FPS servers was added.... and more time wasting activities began." Revision Changes Path 1.29 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 20: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 509FD37B405; Tue, 16 Oct 2001 20:20:58 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H3KwK77118; Tue, 16 Oct 2001 20:20:58 -0700 (PDT) (envelope-from ache) Message-Id: <200110170320.f9H3KwK77118@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 16 Oct 2001 20:20:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile pkg-plist ports/www/apache13/files FreeBSD.layout patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/16 20:20:58 PDT Modified files: www/apache13 Makefile pkg-plist www/apache13/files FreeBSD.layout patch-ab Log: Separate manual and default data dir Add missing icons to pkg-list Revision Changes Path 1.96 +1 -0 ports/www/apache13/Makefile 1.3 +1 -1 ports/www/apache13/files/FreeBSD.layout 1.18 +15 -23 ports/www/apache13/files/patch-ab 1.36 +376 -272 ports/www/apache13/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 Oct 16 20:23: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 E735337B403; Tue, 16 Oct 2001 20:23:39 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H3Ndj77387; Tue, 16 Oct 2001 20:23:39 -0700 (PDT) (envelope-from lioux) Message-Id: <200110170323.f9H3Ndj77387@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 20:23:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linux-sdl12 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/16 20:23:39 PDT Modified files: devel/linux-sdl12 Makefile Log: small typo on comments: gtk -> sdl Revision Changes Path 1.2 +1 -1 ports/devel/linux-sdl12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 20:38:35 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 7DB4137B40A; Tue, 16 Oct 2001 20:38:28 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f9H3cF528549; Wed, 17 Oct 2001 16:38:16 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: Mikhail Teterin Date: Tue, 16 Oct 2001 23:38:12 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/comms/hylafax Makefile distinfo pkg-message pkg-plist ports/comms/hylafax/files patch-00 patch-aa patch-a Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3BCCC4E4.15075.2FBE9BA5@localhost> In-reply-to: <200110162351.f9GNpJt40607@freefall.freebsd.org> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreshPorts told me this: $ make -V PORTVERSION "Makefile", line 61: Malformed conditional (${LOCALBASE} != "/usr/local") "Makefile", line 66: if-less endif "Makefile", line 66: Need an operator make: fatal errors encountered -- cannot continue On 16 Oct 2001 at 16:51, Mikhail Teterin wrote: > mi 2001/10/16 16:51:19 PDT > > Modified files: > comms/hylafax Makefile distinfo pkg-message pkg-plist > Removed files: > comms/hylafax/files patch-00 patch-aa patch-ab patch-ac > patch-ad patch-ae patch-af patch-ag > patch-ai patch-aj patch-sec1 -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 20:48:20 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 51C5337B403; Tue, 16 Oct 2001 20:48:12 -0700 (PDT) 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 NAA17508; Wed, 17 Oct 2001 13:48:00 +1000 Date: Wed, 17 Oct 2001 13:47:10 +1000 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: Matt Dillon , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Message-ID: <20011017132416.E13949-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 16 Oct 2001, Dag-Erling Smorgrav wrote: > I did 'kgmon -rb ; sync ; sync ; sync ; kgmon -hpr'. The results are > attached. There seems to be a locking problem that obscures the real problem (unless it is the problem). Try it without INVARIANTS or WITNESS. > BTW, it should be possible to make profiling a normal kernel option > (with a little help from 'makeoptions' like we do for debugging). > It'd take a few changes to conf/{files,options} and the Makefile > skeletons, but it would allow us to remove quite a bit of special- > case code from config(8). Well, it's a special option ("profile 2" in NOTES is equivalent to -pp on the command line). This is just as convenient in config files as "options profiling 2". There is only a little bit of special-case code to support enabling profiling in config. There is some special-case code for debugging to, and the extras for profiling are just a couple of lines in lang.l and config.y to support the keyword, and 4 extra lines in mkmakefile.c to print a bit more when profiling is enabled. I think the printfs for both profiling and debugging can be handled by ifdefs on PROFLEVEL and DEBUGLEVEL if they aren't already, but this would currently increase the amount of code from one set of printfs in config to ${N_MACHINE_ARCH} sets of conditionals in Makefile.${MACHINE}. We should separate out the common part of Makefile.${MACHINE} before cleaning this up. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 21: 1: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 1749E37B408; Tue, 16 Oct 2001 21:01:51 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BD12F14C2E; Wed, 17 Oct 2001 06:01:49 +0200 (CEST) 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: Bruce Evans Cc: Matt Dillon , , Subject: Re: cvs commit: src/sys/vm vnode_pager.c References: <20011017132416.E13949-100000@delplex.bde.org> From: Dag-Erling Smorgrav Date: 17 Oct 2001 06:01:49 +0200 In-Reply-To: <20011017132416.E13949-100000@delplex.bde.org> Message-ID: Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans writes: > On 16 Oct 2001, Dag-Erling Smorgrav wrote: > > I did 'kgmon -rb ; sync ; sync ; sync ; kgmon -hpr'. The results are > > attached. > There seems to be a locking problem that obscures the real problem > (unless it is the problem). Try it without INVARIANTS or WITNESS. As noted earlier, INVARIANTS and WITNESS have practically no impact on this (less than 4% of total CPU time). 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 Oct 16 21:12: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 79BC937B405; Tue, 16 Oct 2001 21:12:29 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H4CTd84640; Tue, 16 Oct 2001 21:12:29 -0700 (PDT) (envelope-from fenner) Message-Id: <200110170412.f9H4CTd84640@freefall.freebsd.org> From: Bill Fenner Date: Tue, 16 Oct 2001 21:12:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_mib.c src/libexec/rpc.rstatd rstat_proc.c src/usr.sbin/slstat slstat.c src/tools/tools/ifinfo ifinfo.c src/share/man/man4 ifmib.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/10/16 21:12:29 PDT Modified files: sys/net if_mib.c libexec/rpc.rstatd rstat_proc.c usr.sbin/slstat slstat.c tools/tools/ifinfo ifinfo.c share/man/man4 ifmib.4 Log: The interface index space may be sparsely populated (e.g. when an interface in the middle is if_detach()'d). Return (and handle) ENOENT when the ifmib(4) is accessed for a nonexistent interface. MFC after: 14 days Revision Changes Path 1.16 +5 -1 src/libexec/rpc.rstatd/rstat_proc.c 1.15 +6 -2 src/share/man/man4/ifmib.4 1.12 +3 -2 src/sys/net/if_mib.c 1.7 +7 -2 src/tools/tools/ifinfo/ifinfo.c 1.16 +6 -2 src/usr.sbin/slstat/slstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 21:17: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 281A637B401; Tue, 16 Oct 2001 21:17:58 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H4Hwf85094; Tue, 16 Oct 2001 21:17:58 -0700 (PDT) (envelope-from dillon) Message-Id: <200110170417.f9H4Hwf85094@freefall.freebsd.org> From: Matt Dillon Date: Tue, 16 Oct 2001 21:17:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pstat pstat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/16 21:17:58 PDT Modified files: (Branch: RELENG_4) usr.sbin/pstat pstat.c Log: Remove VTBFREE to match recently MFC'd vnode freelist cleanup Revision Changes Path 1.49.2.3 +1 -3 src/usr.sbin/pstat/pstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 21:23: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 47C5837B401; Tue, 16 Oct 2001 21:23:14 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H4NEs85548; Tue, 16 Oct 2001 21:23:14 -0700 (PDT) (envelope-from fenner) Message-Id: <200110170423.f9H4NEs85548@freefall.freebsd.org> From: Bill Fenner Date: Tue, 16 Oct 2001 21:23:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2001/10/16 21:23:14 PDT Modified files: sys/net if.c Log: if_index is the highest interface index in the system, not the next available index. Revision Changes Path 1.122 +3 -3 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 21:30: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 6A1DA37B403; Tue, 16 Oct 2001 21:30:06 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H4U4W86237; Tue, 16 Oct 2001 21:30:04 -0700 (PDT) (envelope-from des) Message-Id: <200110170430.f9H4U4W86237@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 16 Oct 2001 21:30:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/16 21:30:04 PDT Modified files: sys/i386/conf NOTES Log: Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd been misled to believe by unknown parties. It probably *should* be an option, but the runtime value is controlled by a tunable, which Ought To Be Enough. Revision Changes Path 1.968 +0 -5 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 21:31: 7 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 6765737B408; Tue, 16 Oct 2001 21:31:02 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 4BE8714C2E; Wed, 17 Oct 2001 06:31:01 +0200 (CEST) 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: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf NOTES References: <200110170430.f9H4U4W86237@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 17 Oct 2001 06:31:00 +0200 In-Reply-To: <200110170430.f9H4U4W86237@freefall.freebsd.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > Log: > Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd > been misled to believe by unknown parties. Argh, I meant *unnamed*. You know who you are, Albert ;) 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 Oct 16 21:34: 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 5DF4937B405; Tue, 16 Oct 2001 21:34:04 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H4Y4b86617; Tue, 16 Oct 2001 21:34:04 -0700 (PDT) (envelope-from murray) Message-Id: <200110170434.f9H4Y4b86617@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 21:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 21:34:04 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Use 'example.com' or 'example.org' for example domain names. Submitted by: nik as per RFC 2606 Revision Changes Path 1.106 +44 -44 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.91 +5 -5 doc/en_US.ISO8859-1/books/handbook/security/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 Oct 16 21:44:14 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id D04DA37B40A; Tue, 16 Oct 2001 21:44:09 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 8FC7F81D09; Tue, 16 Oct 2001 23:44:04 -0500 (CDT) Date: Tue, 16 Oct 2001 23:44:04 -0500 From: Alfred Perlstein To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf NOTES Message-ID: <20011016234404.L44998@elvis.mu.org> References: <200110170430.f9H4U4W86237@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: <200110170430.f9H4U4W86237@freefall.freebsd.org>; from des@FreeBSD.org on Tue, Oct 16, 2001 at 09:30:04PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Dag-Erling Smorgrav [011016 23:30] wrote: > des 2001/10/16 21:30:04 PDT > > Modified files: > sys/i386/conf NOTES > Log: > Back out previous revision. TCBHASHSIZE isn't an option, despite what I'd > been misled to believe by unknown parties. It probably *should* be an option, > but the runtime value is controlled by a tunable, which Ought To Be Enough. *blush* It _used_ to be an option... -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 21:54: 2 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 D2A1237B401; Tue, 16 Oct 2001 21:53:57 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 9246314C2E; Wed, 17 Oct 2001 06:53:56 +0200 (CEST) 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: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf NOTES References: <200110170430.f9H4U4W86237@freefall.freebsd.org> <20011016234404.L44998@elvis.mu.org> From: Dag-Erling Smorgrav Date: 17 Oct 2001 06:53:56 +0200 In-Reply-To: <20011016234404.L44998@elvis.mu.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein writes: > *blush* It _used_ to be an option... It probably used to be an undocumented old-style option which got thrown into opt-global and never was made into a new-style option (unless it used to be a new-style option but got removed when it was made a tunable, but this is far less likely) 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 Oct 16 22:11: 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 7BFA437B405; Tue, 16 Oct 2001 22:10:58 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H5Aw593338; Tue, 16 Oct 2001 22:10:58 -0700 (PDT) (envelope-from scottl) Message-Id: <200110170510.f9H5Aw593338@freefall.freebsd.org> From: Scott Long Date: Tue, 16 Oct 2001 22:10:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 maestro3.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/10/16 22:10:58 PDT Modified files: share/man/man4 maestro3.4 Log: Remove a couple of errant tags. Revision Changes Path 1.2 +0 -2 src/share/man/man4/maestro3.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 22:20: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 1920D37B40A; Tue, 16 Oct 2001 22:20:57 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H5KvJ94364; Tue, 16 Oct 2001 22:20:57 -0700 (PDT) (envelope-from imp) Message-Id: <200110170520.f9H5KvJ94364@freefall.freebsd.org> From: Warner Losh Date: Tue, 16 Oct 2001 22:20:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/16 22:20:56 PDT Modified files: sys/pccard pcic_pci.c Log: ToPIC fixes. scale back what we do for functional interrupts because it appears to break at least the ToPIC 100. Submitted by: Mark Santcroos Revision Changes Path 1.102 +3 -2 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 22:28:14 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 7F4DF37B409; Tue, 16 Oct 2001 22:28:08 -0700 (PDT) Received: from DougBarton.net (db-cvad-2-tmp.yahoo.com [216.145.48.243]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 9E8478B5B4; Tue, 16 Oct 2001 22:28:07 -0700 (PDT) Message-ID: <3BCD1702.D6F16191@DougBarton.net> Date: Tue, 16 Oct 2001 22:28:34 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, doc@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml References: <200110161849.f9GIntT12835@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Murray Stokely wrote: > > murray 2001/10/16 11:49:55 PDT > > Modified files: > en_US.ISO8859-1/books/handbook/advanced-networking > chapter.sgml > Log: > s/foobardomain/foobar/ > > Example domain names that are used inline should be kept as short as > possible. Domain names can not be broken up with hyphenation at > syllable boundaries for obvious reasons, and using 12 unbreakable > characters is bound to cause an hbox overflow when creating justified > output with TeX (the print backend). > > Revision Changes Path > 1.105 +41 -41 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To make Garrett's comment a little more useful, RFC 2606 (http://www.cis.ohio-state.edu/cs/Services/rfc/rfc-text/rfc2606.txt) specifies a set of domain names to use for examples. Specifically, in this context we should be using example.{com|net|org}. Those domain names are specifically reserved for this kind of thing. Additionally, by convention example.net is used to indicate a provider, such as an ISP; and example.{com|org} are used to indicate customers, and/or end users. I'm sorry for not bringing this up sooner, it's long been on my list of things I'd like to work on, but haven't had time. If there is anything I can do to help, let me know. Doug -- "We will not tire, we will not falter, and we will not fail." - George W. Bush, President of the United States September 20, 2001 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 Tue Oct 16 22:33: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 3750637B405; Tue, 16 Oct 2001 22:33:52 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H5Xq995562; Tue, 16 Oct 2001 22:33:52 -0700 (PDT) (envelope-from imp) Message-Id: <200110170533.f9H5Xq995562@freefall.freebsd.org> From: Warner Losh Date: Tue, 16 Oct 2001 22:33:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/16 22:33:52 PDT Modified files: sys/pccard pcic_pci.c Log: Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4 since that's always true for this loop. Revision Changes Path 1.103 +1 -1 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Oct 16 23:49: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 EAB2237B408; Tue, 16 Oct 2001 23:49:07 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H6n7509424; Tue, 16 Oct 2001 23:49:07 -0700 (PDT) (envelope-from murray) Message-Id: <200110170649.f9H6n7509424@freefall.freebsd.org> From: Murray Stokely Date: Tue, 16 Oct 2001 23:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/diskless-x article.sgml doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/16 23:49:07 PDT Modified files: en_US.ISO8859-1/articles/diskless-x article.sgml en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/eresources chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Use example.com or example.org for domain names in examples instead of variations of "foobar" and the like. Submitted by: nik and dougb (per RFC 2606) Revision Changes Path 1.7 +4 -4 doc/en_US.ISO8859-1/articles/diskless-x/article.sgml 1.273 +10 -10 doc/en_US.ISO8859-1/books/faq/book.sgml 1.107 +2 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.27 +4 -4 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.72 +1 -1 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.127 +8 -8 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.40 +2 -2 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml 1.65 +7 -7 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.92 +10 -10 doc/en_US.ISO8859-1/books/handbook/security/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 Oct 16 23:56:39 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 2467E37B40F; Tue, 16 Oct 2001 23:56:30 -0700 (PDT) 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 QAA09882; Wed, 17 Oct 2001 16:56:21 +1000 Date: Wed, 17 Oct 2001 16:55:31 +1000 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: John Baldwin , , , Matthew Dillon Subject: Re: cvs commit: src/sys/vm vnode_pager.c In-Reply-To: Message-ID: <20011017164428.R15050-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 16 Oct 2001, Dag-Erling Smorgrav wrote: > May 4 is about a month and a half before I started seeing these > problems, and the profiling data show that witness code and assertions > account for less than 4% of CPU time. Here are some of the pertinent > excerpts from the call graph: > ... > Out of 32.31 seconds spent in _mtx_unlock_spin_flags() and its > descendents, only about 0.25 seconds were spent in witness and > assertion code. This is quite likely to be just an artifact of the mtx interfaces keeping interrupts disabled for too long. _mtx_unlock_spin_flags() tends to get charged with an interrupt tick more than most places when it enables interrupts. You should use high-resolution profiling like I hinted. I wouldn't trust any of the times shown by low resolution profiling without running the profile for about 1000 times as long as a high resolution profile, but not so long that any single counter overflows (counters overflow after a whole 65536 ticks), and not if there is significant interrupt activity or interrupt masking (mutex locking apparently does enough interrupt masking to often corrupt the counts, at least if INVARIANTS and WITNESS are enabled). Only the call graph and call counts can be trusted. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 0: 8: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 0806C37B401; Wed, 17 Oct 2001 00:08:26 -0700 (PDT) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H78Ph14488; Wed, 17 Oct 2001 00:08:25 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200110170708.f9H78Ph14488@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 17 Oct 2001 00:08:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/10/17 00:08:25 PDT Modified files: security/racoon Makefile distinfo Log: Upgrade to 20011016. Revision Changes Path 1.14 +2 -2 ports/security/racoon/Makefile 1.12 +1 -1 ports/security/racoon/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 0:59: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 9EC5537B401; Wed, 17 Oct 2001 00:59:49 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H7xnw22785; Wed, 17 Oct 2001 00:59:49 -0700 (PDT) (envelope-from dfr) Message-Id: <200110170759.f9H7xnw22785@freefall.freebsd.org> From: Doug Rabson Date: Wed, 17 Oct 2001 00:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha reloc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/17 00:59:49 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf/alpha reloc.c Log: MFC: Fix find_symdef() cache. Revision Changes Path 1.10.2.3 +9 -8 src/libexec/rtld-elf/alpha/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 1:30: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 8925537B401; Wed, 17 Oct 2001 01:30:50 -0700 (PDT) Received: (from amorita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H8Uor29692; Wed, 17 Oct 2001 01:30:50 -0700 (PDT) (envelope-from amorita) Message-Id: <200110170830.f9H8Uor29692@freefall.freebsd.org> From: Akio Morita Date: Wed, 17 Oct 2001 01:30:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG amorita 2001/10/17 01:30:50 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent en_US.ISO8859-1/articles/contributors article.sgml Log: Add my FreeBSD.org address. Reviewed by: nyan Revision Changes Path 1.30 +4 -5 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.186 +3 -1 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 1:41: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 7710937B407; Wed, 17 Oct 2001 01:41:40 -0700 (PDT) Received: (from amorita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H8feX30881; Wed, 17 Oct 2001 01:41:40 -0700 (PDT) (envelope-from amorita) Message-Id: <200110170841.f9H8feX30881@freefall.freebsd.org> From: Akio Morita Date: Wed, 17 Oct 2001 01:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG amorita 2001/10/17 01:41:40 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: This is a null commit to record information that I forgot to put in previous commit log. Move myself from the contributors to the developers section. Revision Changes Path 1.31 +0 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 1:53: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 A9DA037B401; Wed, 17 Oct 2001 01:53:34 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H8rYj32456; Wed, 17 Oct 2001 01:53:34 -0700 (PDT) (envelope-from murray) Message-Id: <200110170853.f9H8rYj32456@freefall.freebsd.org> From: Murray Stokely Date: Wed, 17 Oct 2001 01:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent doc/en_US.ISO8859-1/books/developers-handbook/policies chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/17 01:53:34 PDT Modified files: en_US.ISO8859-1/books/developers-handbook Makefile book.sgml chapters.ent en_US.ISO8859-1/books/developers-handbook/policies chapter.sgml Log: Add the "Source Tree Guidelines and Policies" chapter by phk, obrien, and others. This was repo-copied from the Handbook. Revision Changes Path 1.9 +2 -1 doc/en_US.ISO8859-1/books/developers-handbook/Makefile 1.29 +2 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.14 +2 -1 doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent 1.22 +10 -10 doc/en_US.ISO8859-1/books/developers-handbook/policies/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 Oct 17 1:55: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 602EB37B403; Wed, 17 Oct 2001 01:55:12 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H8tC332638; Wed, 17 Oct 2001 01:55:12 -0700 (PDT) (envelope-from murray) Message-Id: <200110170855.f9H8tC332638@freefall.freebsd.org> From: Murray Stokely Date: Wed, 17 Oct 2001 01:55:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/17 01:55:12 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Update a link to the "Source Tree Policies" chapter. PR: docs/31323 Submitted by: Andrew Revision Changes Path 1.174 +2 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 2: 1: 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 6FC1A37B408; Wed, 17 Oct 2001 02:00:57 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H90vn33327; Wed, 17 Oct 2001 02:00:57 -0700 (PDT) (envelope-from murray) Message-Id: <200110170900.f9H90vn33327@freefall.freebsd.org> From: Murray Stokely Date: Wed, 17 Oct 2001 02:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/17 02:00:57 PDT Modified files: en index.xsl Log: The list of contributors is now a separate article. Point to the article rather than relying on the fact that an old copy of staff.html still lives in the handbook directory on freefall. Revision Changes Path 1.9 +5 -4 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 2: 4: 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 4544437B407; Wed, 17 Oct 2001 02:04:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H944733736; Wed, 17 Oct 2001 02:04:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110170904.f9H944733736@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 02:04:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/bonnie++ Makefile distinfo ports/benchmarks/bonnie++/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 02:04:04 PDT Modified files: benchmarks/bonnie++ Makefile distinfo benchmarks/bonnie++/files patch-Makefile.in Log: upgrade to 1.0.2 drop maintainership Revision Changes Path 1.4 +3 -3 ports/benchmarks/bonnie++/Makefile 1.4 +1 -1 ports/benchmarks/bonnie++/distinfo 1.2 +11 -2 ports/benchmarks/bonnie++/files/patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 2:10: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 88C1437B403; Wed, 17 Oct 2001 02:10:33 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H9AXL37262; Wed, 17 Oct 2001 02:10:33 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110170910.f9H9AXL37262@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 02:10:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/html2fo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 02:10:33 PDT Modified files: textproc/html2fo Makefile distinfo Log: upgrade to 0.4.1 Revision Changes Path 1.2 +1 -1 ports/textproc/html2fo/Makefile 1.2 +1 -1 ports/textproc/html2fo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 2: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 2B05037B403; Wed, 17 Oct 2001 02:11:24 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9H9BOl37378; Wed, 17 Oct 2001 02:11:24 -0700 (PDT) (envelope-from ru) Message-Id: <200110170911.f9H9BOl37378@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 02:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 02:11:23 PDT Modified files: sbin/route route.c Log: Bring in latest CSRG revisions to this file. Revision Changes Path 1.57 +12 -12 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 2:57:53 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 533B337B408 for ; Wed, 17 Oct 2001 02:57:45 -0700 (PDT) Received: (qmail 683 invoked by uid 1000); 17 Oct 2001 09:57:22 -0000 Date: Wed, 17 Oct 2001 12:57:22 +0300 From: Peter Pentchev To: Ustimenko Semen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml Message-ID: <20011017125721.B628@straylight.oblivion.bg> Mail-Followup-To: Ustimenko Semen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110141928.f9EJSoP48208@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: <200110141928.f9EJSoP48208@freefall.freebsd.org>; from semenu@FreeBSD.org on Sun, Oct 14, 2001 at 12:28:49PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 14, 2001 at 12:28:49PM -0700, Ustimenko Semen wrote: > semenu 2001/10/14 12:28:49 PDT > > Modified files: > en_US.ISO8859-1/articles/contributors article.sgml > Log: > Add myself to the Developers list as I haven't done this in 1998. It looks like somebody else had already added an entry for you, though there had been some confusion about first and last names. How about the following patch, so that there's only one entry in the correct place? G'luck, Peter -- If I were you, who would be reading this sentence? Index: doc/en_US.ISO8859-1/articles/contributors/article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/contributors/article.sgml,v retrieving revision 1.31 diff -u -r1.31 article.sgml --- doc/en_US.ISO8859-1/articles/contributors/article.sgml 2001/10/17 08:41:40 1.31 +++ doc/en_US.ISO8859-1/articles/contributors/article.sgml 2001/10/17 09:55:32 @@ -1247,10 +1247,6 @@ - &a.semenu; - - - &a.gshapiro; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 3: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 294AD37B407; Wed, 17 Oct 2001 03:18:43 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HAIhk49444; Wed, 17 Oct 2001 03:18:43 -0700 (PDT) (envelope-from ru) Message-Id: <200110171018.f9HAIhk49444@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 03:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 03:18:42 PDT Modified files: sys/net bpf.c Log: Record the fact that revision 1.39 corresponded to CSRG revision 8.4, and first hunk of revision 1.76 corresponded to CSRG revision 8.3. Revision Changes Path 1.84 +2 -2 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 3:30: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 9AD8237B40E; Wed, 17 Oct 2001 03:30:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HAUAi50811; Wed, 17 Oct 2001 03:30:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171030.f9HAUAi50811@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 03:30:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perltidy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 03:30:10 PDT Modified files: devel/perltidy Makefile distinfo Log: upgrade to 1016 Revision Changes Path 1.12 +2 -2 ports/devel/perltidy/Makefile 1.11 +1 -1 ports/devel/perltidy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 3:41: 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 E510937B40E; Wed, 17 Oct 2001 03:41:01 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HAf1I52229; Wed, 17 Oct 2001 03:41:01 -0700 (PDT) (envelope-from ru) Message-Id: <200110171041.f9HAf1I52229@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 03:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 03:41:01 PDT Modified files: sys/net if.c Log: Revision 1.13 corresponded to CSRG revision 8.4. Revision 1.59 corresponded to CSRG revision 8.5. Revision Changes Path 1.123 +1 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 3:44: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 1D22F37B403; Wed, 17 Oct 2001 03:44:40 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HAieb52565; Wed, 17 Oct 2001 03:44:40 -0700 (PDT) (envelope-from ru) Message-Id: <200110171044.f9HAieb52565@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 03:44:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_loop.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 03:44:40 PDT Modified files: sys/net if_loop.c Log: Revision 1.32 corresponded to CSRG revision 8.2. Revision Changes Path 1.64 +2 -2 src/sys/net/if_loop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 4:10: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 09D3537B401; Wed, 17 Oct 2001 04:10:56 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HBAtK64363; Wed, 17 Oct 2001 04:10:55 -0700 (PDT) (envelope-from ru) Message-Id: <200110171110.f9HBAtK64363@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 04:10:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c route.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 04:10:55 PDT Modified files: sys/net route.c route.h Log: 64-bit fixes from CSRG. Revision Changes Path 1.66 +2 -2 src/sys/net/route.c 1.40 +3 -3 src/sys/net/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 4: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 A4A2137B407; Wed, 17 Oct 2001 04:23:59 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HBNxT65573; Wed, 17 Oct 2001 04:23:59 -0700 (PDT) (envelope-from ru) Message-Id: <200110171123.f9HBNxT65573@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 04:23:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net rtsock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 04:23:59 PDT Modified files: sys/net rtsock.c Log: Bring in latest CSRG revisions to this file: - Report destination address of a P2P link when servicing routing socket messages. - Report interface name, address, and destination address of a P2P link when servicing NET_RT_{DUMP,FLAGS} sysctls. Part of CSRG revision 8.6 coresponds to revision 1.12. CSRG revision 8.7 corresponds to revision 1.15. Revision Changes Path 1.60 +10 -2 src/sys/net/rtsock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 5:36: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 D02D437B409; Wed, 17 Oct 2001 05:36:15 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HCaFT83594; Wed, 17 Oct 2001 05:36:15 -0700 (PDT) (envelope-from roam) Message-Id: <200110171236.f9HCaFT83594@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 17 Oct 2001 05:36:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile distinfo pkg-plist ports/www/apache13+ipv6/files FreeBSD.layout patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/17 05:36:15 PDT Modified files: www/apache13+ipv6 Makefile distinfo pkg-plist www/apache13+ipv6/files FreeBSD.layout patch-ab Log: Update to 1.3.22+ipv6-20011017. PR: 31329 Submitted by: maintainer Revision Changes Path 1.22 +2 -4 ports/www/apache13+ipv6/Makefile 1.13 +2 -2 ports/www/apache13+ipv6/distinfo 1.2 +1 -0 ports/www/apache13+ipv6/files/FreeBSD.layout 1.2 +27 -15 ports/www/apache13+ipv6/files/patch-ab 1.10 +148 -14 ports/www/apache13+ipv6/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 Oct 17 6: 1: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 B9D7937B409; Wed, 17 Oct 2001 06:01:39 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HD1dK86714; Wed, 17 Oct 2001 06:01:39 -0700 (PDT) (envelope-from ume) Message-Id: <200110171301.f9HD1dK86714@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 17 Oct 2001 06:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/10/17 06:01:39 PDT Modified files: sys/netkey key.c Log: The behavior of SPDUPDATE has been changed. SPDUPDATE doesn't depend on whether there is a SP or not. This change makes `generate_policy on' of racoon work. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.30 +7 -11 src/sys/netkey/key.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6: 3: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 03FCD37B40B; Wed, 17 Oct 2001 06:03:38 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HD3bb87141; Wed, 17 Oct 2001 06:03:37 -0700 (PDT) (envelope-from ume) Message-Id: <200110171303.f9HD3bb87141@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 17 Oct 2001 06:03:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ipsec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/10/17 06:03:37 PDT Modified files: sys/netinet6 ipsec.c Log: Fixed to process a IPv6 packet when ah transport after esp tunnel should be applied. the SA of AH transport could not be selected from the SAD because of this bug. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.13 +43 -4 src/sys/netinet6/ipsec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6: 5: 2 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 5062237B401; Wed, 17 Oct 2001 06:04:55 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9HD4qB29592; Wed, 17 Oct 2001 09:04:52 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 17 Oct 2001 09:04:51 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/route route.c In-Reply-To: <200110170911.f9H9BOl37378@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Oct 2001, Ruslan Ermilov wrote: > ru 2001/10/17 02:11:23 PDT > > Modified files: > sbin/route route.c > Log: > Bring in latest CSRG revisions to this file. > > Revision Changes Path > 1.57 +12 -12 src/sbin/route/route.c In the future, it might be useful to indicate in the commit message exactly what these revisions might be. In this case, it appears to be a move from b{cmp,copy,set} to mem{cmp,copy,set}, and from index to strchr. 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 Oct 17 6:11: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 57B2837B405; Wed, 17 Oct 2001 06:11:27 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDBRp91527; Wed, 17 Oct 2001 06:11:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171311.f9HDBRp91527@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 06:11:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/dcc Makefile distinfo ports/irc/irchat-pj-emacs20 Makefile distinfo pkg-plist ports/irc/irchat-pj-xemacs21-mule Makefile ports/irc/pure-emacs20 Makefile distinfo pkg-plist ports/irc/pure-xemacs21-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 06:11:27 PDT Modified files: irc/dcc Makefile distinfo irc/irchat-pj-emacs20 Makefile distinfo pkg-plist irc/irchat-pj-xemacs21-mule Makefile irc/pure-emacs20 Makefile distinfo pkg-plist irc/pure-xemacs21-mule Makefile Log: upgrade irchat -> 2.5.6, pure -> 0.6 PR: 30891 Submitted by: MAINTAINER Revision Changes Path 1.3 +8 -3 ports/irc/dcc/Makefile 1.3 +2 -1 ports/irc/dcc/distinfo 1.5 +13 -10 ports/irc/irchat-pj-emacs20/Makefile 1.3 +2 -1 ports/irc/irchat-pj-emacs20/distinfo 1.3 +2 -0 ports/irc/irchat-pj-emacs20/pkg-plist 1.4 +2 -5 ports/irc/irchat-pj-xemacs21-mule/Makefile 1.5 +13 -6 ports/irc/pure-emacs20/Makefile 1.3 +2 -1 ports/irc/pure-emacs20/distinfo 1.4 +35 -35 ports/irc/pure-emacs20/pkg-plist 1.3 +2 -2 ports/irc/pure-xemacs21-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6:14: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 DF24737B409; Wed, 17 Oct 2001 06:14:13 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDED792101; Wed, 17 Oct 2001 06:14:13 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171314.f9HDED792101@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 06:14:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pgp4pine Makefile pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 06:14:13 PDT Modified files: mail/pgp4pine Makefile pkg-message pkg-plist Log: handle NOPORTDOCS installs sample files PR: 30903 Submitted by: Cyrille Lefevre Revision Changes Path 1.8 +63 -3 ports/mail/pgp4pine/Makefile 1.4 +5 -4 ports/mail/pgp4pine/pkg-message 1.4 +10 -6 ports/mail/pgp4pine/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 Oct 17 6:21: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 9CF8A37B403; Wed, 17 Oct 2001 06:21:53 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDLrP93078; Wed, 17 Oct 2001 06:21:53 -0700 (PDT) (envelope-from ache) Message-Id: <200110171321.f9HDLrP93078@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 17 Oct 2001 06:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc group master.passwd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/17 06:21:53 PDT Modified files: etc group master.passwd Log: Add www:www (80:80) for upcoming Apache changes Revision Changes Path 1.20 +2 -1 src/etc/group 1.26 +2 -1 src/etc/master.passwd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6:33: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 B877737B403; Wed, 17 Oct 2001 06:33:21 -0700 (PDT) Received: (from amorita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDXL994734; Wed, 17 Oct 2001 06:33:21 -0700 (PDT) (envelope-from amorita) Message-Id: <200110171333.f9HDXL994734@freefall.freebsd.org> From: Akio Morita Date: Wed, 17 Oct 2001 06:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG amorita 2001/10/17 06:33:21 PDT Modified files: en/news news.xml Log: Add a `new committer' entry for myself. Reviewed by: nyan Revision Changes Path 1.26 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6:49: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 C6A7037B407; Wed, 17 Oct 2001 06:49:19 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDnJg97422; Wed, 17 Oct 2001 06:49:19 -0700 (PDT) (envelope-from ache) Message-Id: <200110171349.f9HDnJg97422@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 17 Oct 2001 06:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/17 06:49:19 PDT Modified files: security/drweb/scripts post-install Log: Add drweb:drweb automatically Revision Changes Path 1.6 +28 -18 ports/security/drweb/scripts/post-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6:53: 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 C249737B409; Wed, 17 Oct 2001 06:53:03 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDr3Z09446; Wed, 17 Oct 2001 06:53:03 -0700 (PDT) (envelope-from ache) Message-Id: <200110171353.f9HDr3Z09446@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 17 Oct 2001 06:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/17 06:53:03 PDT Modified files: security/drweb-sendmail/scripts post-install Log: Add drweb:drweb automatically Revision Changes Path 1.2 +23 -15 ports/security/drweb-sendmail/scripts/post-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 6:57: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 23C4F37B401; Wed, 17 Oct 2001 06:57:33 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDvX610060; Wed, 17 Oct 2001 06:57:33 -0700 (PDT) (envelope-from brian) Message-Id: <200110171357.f9HDvX610060@freefall.freebsd.org> From: Brian Somers Date: Wed, 17 Oct 2001 06:57:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/17 06:57:32 PDT Modified files: sys/conf Makefile.i386 Log: Change kern.bootfile when mv'ing the kernel Revision Changes Path 1.245 +3 -1 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 Wed Oct 17 7: 0: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 B033F37B403; Wed, 17 Oct 2001 07:00:24 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HE0OI10438; Wed, 17 Oct 2001 07:00:24 -0700 (PDT) (envelope-from ache) Message-Id: <200110171400.f9HE0OI10438@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 17 Oct 2001 07:00:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/popper/scripts pre-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/17 07:00:24 PDT Modified files: mail/popper/scripts pre-install Log: Add pop:mail automatically Revision Changes Path 1.4 +24 -8 ports/mail/popper/scripts/pre-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7: 0: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 6DC1837B40F; Wed, 17 Oct 2001 07:00:34 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HE0YA10502; Wed, 17 Oct 2001 07:00:34 -0700 (PDT) (envelope-from nyan) Message-Id: <200110171400.f9HE0YA10502@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 17 Oct 2001 07:00:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ct ct_isa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/17 07:00:34 PDT Modified files: (Branch: RELENG_4) sys/dev/ct ct_isa.c Log: MFC: Added Logitec LHA-301 pnp id. Revision Changes Path 1.3.2.2 +1 -0 src/sys/dev/ct/ct_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7: 3: 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 5950237B405; Wed, 17 Oct 2001 07:03:02 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HE32X10925; Wed, 17 Oct 2001 07:03:02 -0700 (PDT) (envelope-from nyan) Message-Id: <200110171403.f9HE32X10925@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 17 Oct 2001 07:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/17 07:03:02 PDT Modified files: (Branch: RELENG_4) sys/pc98/pc98 sio.c Log: Merged from sys/isa/sio.c revision 1.291.2.21. Revision Changes Path 1.124.2.10 +2 -2 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 Wed Oct 17 7:11:45 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 35EA637B403; Wed, 17 Oct 2001 07:11:38 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9HEBZB30194; Wed, 17 Oct 2001 10:11:35 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 17 Oct 2001 10:11:34 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd In-Reply-To: <200110171321.f9HDLrP93078@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is good to see -- the whole nobody:nobody thing has worried me for a while, as it's used by a number of daemons to create a shared sandbox, and a failure of one daemon can lead to the failure of all others, as well as potential privilege escalation due to poor sandboxing techniques by any of those daemons. And contrary to popular belief, there is no "magic" interaction between the uid associated with nobody (65534) and the file system. That interaction occurs for ((uid_t)-1), which corresponds to the value 'VNOVAL' and has immensely poor properties due to the design of VOP_SETATTR(). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 17 Oct 2001, Andrey A. Chernov wrote: > ache 2001/10/17 06:21:53 PDT > > Modified files: > etc group master.passwd > Log: > Add www:www (80:80) for upcoming Apache changes > > Revision Changes Path > 1.20 +2 -1 src/etc/group > 1.26 +2 -1 src/etc/master.passwd > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7:13: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 E15FE37B403; Wed, 17 Oct 2001 07:13:37 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HEDaY15475; Wed, 17 Oct 2001 07:13:37 -0700 (PDT) (envelope-from nyan) Message-Id: <200110171413.f9HEDaY15475@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 17 Oct 2001 07:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/17 07:13:36 PDT Modified files: sys/boot/pc98/loader Makefile Log: Merged from sys/boot/i386/loader/Makefile revision 1.54. Revision Changes Path 1.23 +8 -1 src/sys/boot/pc98/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7: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 ED4FA37B401; Wed, 17 Oct 2001 07:17:11 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HEHBv16096; Wed, 17 Oct 2001 07:17:11 -0700 (PDT) (envelope-from nyan) Message-Id: <200110171417.f9HEHBv16096@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 17 Oct 2001 07:17:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 vidconsole.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/17 07:17:11 PDT Modified files: sys/boot/pc98/libpc98 vidconsole.c Log: fix style(9) Revision Changes Path 1.8 +213 -176 src/sys/boot/pc98/libpc98/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7:26: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 6EBD237B403; Wed, 17 Oct 2001 07:26:08 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HEQ8l17117; Wed, 17 Oct 2001 07:26:08 -0700 (PDT) (envelope-from roam) Message-Id: <200110171426.f9HEQ8l17117@freefall.freebsd.org> From: Peter Pentchev Date: Wed, 17 Oct 2001 07:26:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/17 07:26:08 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Radoslav Vasilev for the net/netqc port. Revision Changes Path 1.32 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7:30: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 5819F37B407; Wed, 17 Oct 2001 07:30:19 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HEUJU17707; Wed, 17 Oct 2001 07:30:19 -0700 (PDT) (envelope-from bsd) Message-Id: <200110171430.f9HEUJU17707@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 17 Oct 2001 07:30:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.diskless2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/10/17 07:30:19 PDT Modified files: etc rc.diskless2 Log: Ensure that /var/log/lastlog exists so that login doesn't complain. Submitted by: Harti Brandt MFC after: 2 weeks Revision Changes Path 1.13 +4 -1 src/etc/rc.diskless2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7:35:47 2001 Delivered-To: cvs-all@freebsd.org Received: from TheWorld.com (pcls1.std.com [199.172.62.103]) by hub.freebsd.org (Postfix) with ESMTP id A157237B407 for ; Wed, 17 Oct 2001 07:35:45 -0700 (PDT) Received: from world.std.com (root@world-f.std.com [199.172.62.5]) by TheWorld.com (8.9.3/8.9.3) with ESMTP id KAA30927; Wed, 17 Oct 2001 10:35:43 -0400 Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id KAA07564; Wed, 17 Oct 2001 10:35:43 -0400 (EDT) Date: Wed, 17 Oct 2001 10:35:43 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200110171435.KAA07564@world.std.com> To: cvs-all@freebsd.org Subject: Re: cvs commit: /src/etc/ group master.passwd Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: I just now saw the commit adding www:www (80:80) to /etc/{master.passwd,group}. Might I suggest consideration that the Apache *user* be "apache," i.e. "apache:www (80:80)." Reason: It would help distinguish the *user* from the *group* while reviewing operational reports/listings. (More unique, easier to see, etc.) Of course, www:www is ok; I'm just wondering if apache:www might be a bit better. Any idea when this might be MFC'ed? Thanks, -kc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7:41: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 7D25D37B403; Wed, 17 Oct 2001 07:41:50 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HEfoI19365; Wed, 17 Oct 2001 07:41:50 -0700 (PDT) (envelope-from nyan) Message-Id: <200110171441.f9HEfoI19365@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 17 Oct 2001 07:41:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 vidconsole.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/17 07:41:50 PDT Modified files: sys/boot/pc98/libpc98 vidconsole.c Log: Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18. Revision Changes Path 1.9 +144 -164 src/sys/boot/pc98/libpc98/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 7:58: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 1E4B937B405 for ; Wed, 17 Oct 2001 07:57:49 -0700 (PDT) Received: (qmail 22269 invoked by uid 1000); 17 Oct 2001 14:57:04 -0000 Date: Wed, 17 Oct 2001 17:57:04 +0300 From: Peter Pentchev To: Chern Lee Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/vinum Makefile ad0b4aft.eps ad2b4aft.eps arch.eps article.sgml Message-ID: <20011017175704.C1368@straylight.oblivion.bg> Mail-Followup-To: Chern Lee , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110162054.f9GKsRZ38702@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: <200110162054.f9GKsRZ38702@freefall.freebsd.org>; from chern@FreeBSD.org on Tue, Oct 16, 2001 at 01:54:27PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 16, 2001 at 01:54:27PM -0700, Chern Lee wrote: > chern 2001/10/16 13:54:27 PDT > > Added files: > en_US.ISO8859-1/articles/vinum Makefile ad0b4aft.eps > ad2b4aft.eps arch.eps > article.sgml > Log: > Add Bob Van Valzah's Bootstrapping Vinum article. > > Submitted by: Bob Van Valzah How about activating this in the articles/ Makefile? :) G'luck, Peter -- This would easier understand fewer had omitted. Index: doc/en_US.ISO8859-1/articles/Makefile =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- doc/en_US.ISO8859-1/articles/Makefile 2001/10/10 21:38:29 1.20 +++ doc/en_US.ISO8859-1/articles/Makefile 2001/10/17 14:50:09 @@ -22,6 +22,7 @@ SUBDIR+= serial-uart SUBDIR+= solid-state SUBDIR+= storage-devices +SUBDIR+= vinum SUBDIR+= vm-design SUBDIR+= zip-drive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8: 2: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 1A2B937B403; Wed, 17 Oct 2001 08:02:38 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HF2bn22127; Wed, 17 Oct 2001 08:02:37 -0700 (PDT) (envelope-from tom) Message-Id: <200110171502.f9HF2bn22127@freefall.freebsd.org> From: Tom Hukins Date: Wed, 17 Oct 2001 08:02:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 netintro.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2001/10/17 08:02:37 PDT Modified files: share/man/man4 netintro.4 Log: "of the of the" -> "of the" PR: docs/31336 Submitted by: Sameh Ghane MFC after: 2 days Revision Changes Path 1.17 +2 -2 src/share/man/man4/netintro.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8: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 2A08937B405; Wed, 17 Oct 2001 08:15:01 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HFF1J26776; Wed, 17 Oct 2001 08:15:01 -0700 (PDT) (envelope-from nyan) Message-Id: <200110171515.f9HFF1J26776@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 17 Oct 2001 08:15:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 vidconsole.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/17 08:15:01 PDT Modified files: sys/boot/pc98/libpc98 vidconsole.c Log: Use a array to convert from a attribute for AT to one for PC98. (merged from sys/pc98/pc98/scvtbpc98.c) Revision Changes Path 1.10 +38 -42 src/sys/boot/pc98/libpc98/vidconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8:35:30 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id C818437B405; Wed, 17 Oct 2001 08:35:13 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.6/8.11.5) with ESMTP id f9HFWPZ03294; Wed, 17 Oct 2001 11:32:26 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200110171532.f9HFWPZ03294@aldan.algebra.com> Date: Wed, 17 Oct 2001 11:32:22 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/etc group master.passwd To: rwatson@FreeBSD.org Cc: ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17 Oct, Robert Watson wrote: > This is good to see -- the whole nobody:nobody thing has worried me > for a while, as it's used by a number of daemons to create a shared > sandbox, and a failure of one daemon can lead to the failure of all > others, as well as potential privilege escalation due to poor > sandboxing techniques by any of those daemons. My few pennies :) First, there are plenty of other nobody:nogroup pieces running. Squid, for example and it owns A LOT of files on a typical installation. Second, may be, it is time to start thinking about some sort of a bridge between the /etc/services and /etc/passwd*. So, that each daemon providing a service is (or can easily be made) running under that special user name and a (somehow derived) id. Very futuristic :) Third, I don't think the Apache port needs to install the user on systems, which don't have it already. If they already have Apache installed (previous version), there will be plenty of work for them to do anyway -- manually setting the permissions. It would be better, IMHO, if Apache did start for them at all (with the uknown user error), than if it started, but began failing on _some_ pages. The port should just warn them, I think. -- |\__-----__/| _____/ ::::: :::\_____ '__--( ::::::::..::)--__` -mi If you have a / _- \/ :::::::\/ -_ serious knowledge / / :. .::::\ \ about computers -- | ::::::::::::| Ok, let's say you broke keep it in a secret! _|/ ::::____::\|_ the wall with your head "Rules of dating", / /:::::/:_::\::\:.\ What are you going to 'Playboy', ? 1994 | :| ..:(_/ \::|::|::| do in the next cell? | :|:::::. ::|: |::|.:| Stanislaw J. Lec \ |:: :::_/::/: :|:/ ((___\____\____/___/___)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8:38:16 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id DEFD337B407; Wed, 17 Oct 2001 08:38:04 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6A75266B0E; Wed, 17 Oct 2001 08:38:04 -0700 (PDT) Date: Wed, 17 Oct 2001 08:38:04 -0700 From: Kris Kennaway To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011017083804.A31844@xor.obsecurity.org> References: <200110171321.f9HDLrP93078@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110171321.f9HDLrP93078@freefall.freebsd.org>; from ache@FreeBSD.org on Wed, Oct 17, 2001 at 06:21:53AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 17, 2001 at 06:21:53AM -0700, Andrey A. Chernov wrote: > ache 2001/10/17 06:21:53 PDT >=20 > Modified files: > etc group master.passwd=20 > Log: > Add www:www (80:80) for upcoming Apache changes Sounds of wild cheering Kris --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7zaXbWry0BWjoQKURAhaqAKDAYGlQ698KkT6gPGtHxicKEF48ygCfZT9F 4kFNbmBNHUwDYGDt2WceVUU= =vcTB -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8:43: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 8680A37B405; Wed, 17 Oct 2001 08:43:09 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HFh9A30349; Wed, 17 Oct 2001 08:43:09 -0700 (PDT) (envelope-from mi) Message-Id: <200110171543.f9HFh9A30349@freefall.freebsd.org> From: Mikhail Teterin Date: Wed, 17 Oct 2001 08:43:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/10/17 08:43:08 PDT Modified files: comms/hylafax Makefile Log: Prepend the bsd.port.pre.mk to the conditional patching /usr/local -> ${LOCALBASE}. The condition was, naturally ${LOCALBASE} != /usr/local, but the value of LOCALBASE is not necessarily known without bsd.port.pre.mk. Sorry for the breakage. Submitted by: Brian Dean, Dan Langille Revision Changes Path 1.45 +10 -8 ports/comms/hylafax/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8:47: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 1946837B407; Wed, 17 Oct 2001 08:47:39 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HFldW30912; Wed, 17 Oct 2001 08:47:39 -0700 (PDT) (envelope-from mike) Message-Id: <200110171547.f9HFldW30912@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 17 Oct 2001 08:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/10/17 08:47:39 PDT Modified files: usr.bin/whois whois.1 Log: Use whois.example.com rather than non-existent.host in an example. Revision Changes Path 1.25 +3 -3 src/usr.bin/whois/whois.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 8:58:41 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 7B15237B407; Wed, 17 Oct 2001 08:58:32 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9HFwRx54684; Wed, 17 Oct 2001 11:58:27 -0400 (EDT) (envelope-from wollman) Date: Wed, 17 Oct 2001 11:58:27 -0400 (EDT) From: Garrett Wollman Message-Id: <200110171558.f9HFwRx54684@khavrinen.lcs.mit.edu> To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd In-Reply-To: References: <200110171321.f9HDLrP93078@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > And contrary to popular belief, there is no "magic" interaction between > the uid associated with nobody (65534) and the file system. The ``magicness'' of nobody comes from NFS, not VFS. Sun invented nobody as root's alter ego when remote requests come from a non-privileged client. (The futility of this approach should be obvious, but it seemed to help at the time.) It might be an interesting exercise for the people who are working on this sort of stuff, to come up with a mechanism whereby every object and every actor with a particular UID is considered distinct. (Probably ``actors'' need to be considered on the level of sessions rather than processes, in order not to break POSIX signal semantics.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 9: 1: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 BD63737B40B; Wed, 17 Oct 2001 09:01:20 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HG1KO32617; Wed, 17 Oct 2001 09:01:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200110171601.f9HG1KO32617@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Oct 2001 09:01:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/17 09:01:20 PDT Modified files: devel/stlport Makefile Log: Mark broken for FreeBSD < 4.4. Submitted by: Gerald Pfeifer PR: 30890 Revision Changes Path 1.16 +5 -1 ports/devel/stlport/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 9:28: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 632A237B405; Wed, 17 Oct 2001 09:28:12 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HGSCP38792; Wed, 17 Oct 2001 09:28:12 -0700 (PDT) (envelope-from mike) Message-Id: <200110171628.f9HGSCP38792@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 17 Oct 2001 09:28:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/10/17 09:28:12 PDT Modified files: usr.bin/whois whois.c Log: Remove some EOL whitespace. Update usage() to current reality. Revision Changes Path 1.26 +5 -5 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 9:37: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 04EBE37B407; Wed, 17 Oct 2001 09:37:29 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HGbR240496; Wed, 17 Oct 2001 09:37:27 -0700 (PDT) (envelope-from jeh) Message-Id: <200110171637.f9HGbR240496@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 17 Oct 2001 09:37:27 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2001/10/17 09:37:27 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4166 Revision Changes Path 1.60 +2 -2 ports/security/uvscan-dat/Makefile 1.58 +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 Wed Oct 17 9:40: 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 A40ED37B403; Wed, 17 Oct 2001 09:40:01 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HGe1N40857; Wed, 17 Oct 2001 09:40:01 -0700 (PDT) (envelope-from mike) Message-Id: <200110171640.f9HGe1N40857@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 17 Oct 2001 09:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/10/17 09:40:01 PDT Modified files: (Branch: RELENG_4) usr.bin/whois whois.c Log: MFC Rev 1.26 (partial): Remove some EOL whitespace. Revision Changes Path 1.15.2.5 +4 -4 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 9:41:42 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 8F9A737B403; Wed, 17 Oct 2001 09:41:31 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.6/8.11.5) with ESMTP id f9HGcfZ04018; Wed, 17 Oct 2001 12:38:43 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200110171638.f9HGcfZ04018@aldan.algebra.com> Date: Wed, 17 Oct 2001 12:38:38 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/etc group master.passwd To: rwatson@FreeBSD.org Cc: ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200110171532.f9HFWPZ03294@aldan.algebra.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fixing my typo: On 17 Oct, I wrote: > Third, I don't think the Apache port needs to install the user on > systems, which don't have it already. If they already have Apache > installed (previous version), there will be plenty of work for them to > do anyway -- manually setting the permissions. It would be better, - IMHO, if Apache did start for them at all (with the uknown user + IMHO, if Apache did NOT start for them at all (with the uknown user > error), than if it started, but began failing on _some_ pages. The > port should just warn them, I think. Sorry... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 9:49:34 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 3799E37B407; Wed, 17 Oct 2001 09:49:24 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f9HGJ1b82818; Wed, 17 Oct 2001 17:19:01 +0100 (BST) (envelope-from nik) Date: Wed, 17 Oct 2001 17:19:01 +0100 From: Nik Clayton To: Robert Watson Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011017171901.C88453@clan.nothing-going-on.org> References: <200110171321.f9HDLrP93078@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GYkYyJI7bObpCn+O" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@FreeBSD.org on Wed, Oct 17, 2001 at 10:11:34AM -0400 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GYkYyJI7bObpCn+O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 17, 2001 at 10:11:34AM -0400, Robert Watson wrote: > This is good to see -- the whole nobody:nobody thing has worried me for a > while, as it's used by a number of daemons to create a shared sandbox, and > a failure of one daemon can lead to the failure of all others, as well as > potential privilege escalation due to poor sandboxing techniques by any of > those daemons. Can we get all this documented somewhere? Is there a canonical list of what user names various ports expect and/or create? If not, we should have one (probably in the main Handbook, with a pointer to it in the Porter's Handbook). N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --GYkYyJI7bObpCn+O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvNr3UACgkQk6gHZCw343WnpgCfel6PN2UNSEGnkKeTq/BrjoPU poEAnR6+bDD0To1aBSl75o45BcR8lDwu =Ior3 -----END PGP SIGNATURE----- --GYkYyJI7bObpCn+O-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 9:58:54 2001 Delivered-To: cvs-all@freebsd.org Received: from femail31.sdc1.sfba.home.com (femail31.sdc1.sfba.home.com [24.254.60.21]) by hub.freebsd.org (Postfix) with ESMTP id 048E437B417; Wed, 17 Oct 2001 09:58:40 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail31.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011017165839.IWYM6400.femail31.sdc1.sfba.home.com@laptop.baldwin.cx>; Wed, 17 Oct 2001 09:58:39 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110171357.f9HDvX610060@freefall.freebsd.org> Date: Tue, 16 Oct 2001 21:35:13 -0700 (PDT) From: John Baldwin To: Brian Somers Subject: RE: cvs commit: src/sys/conf Makefile.i386 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-Oct-01 Brian Somers wrote: > brian 2001/10/17 06:57:32 PDT > > Modified files: > sys/conf Makefile.i386 > Log: > Change kern.bootfile when mv'ing the kernel Other architectures? This is hardly machine dependent. (Junior kernel hacker project: create a MI Makefile.inc that can be sucked in by the kernel makefiles, or alternatively, make the main kernel makefile be MI with a Makefile.inc generated from a MD template by config). -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10: 8: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 CCB6337B405; Wed, 17 Oct 2001 10:08:12 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HH8Cc52410; Wed, 17 Oct 2001 10:08:12 -0700 (PDT) (envelope-from lioux) Message-Id: <200110171708.f9HH8Cc52410@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 10:08:12 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 10:08:12 PDT Modified files: . modules Log: add missing win32-codecs --> ports/graphics/win32-codecs Revision Changes Path 1.4000 +1 -0 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 Oct 17 10:17: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 D86B437B401; Wed, 17 Oct 2001 10:17:35 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HHHZE54869; Wed, 17 Oct 2001 10:17:35 -0700 (PDT) (envelope-from mike) Message-Id: <200110171717.f9HHHZE54869@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 17 Oct 2001 10:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.c whois.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/10/17 10:17:35 PDT Modified files: (Branch: RELENG_4) usr.bin/whois whois.c whois.1 Log: MFC: whois.c - Rev 1.24 and whois.1 - Rev 1.21 (partial): o Add the -c flag which allows one to get the same whois server that would normally be determined if no arguments were specified. (Concept based on work by phantom, requested by ache) Example: whois -c ru TCNET-MNT-RIPN Revision Changes Path 1.15.2.5 +8 -3 src/usr.bin/whois/whois.1 1.15.2.6 +19 -14 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10:21:14 2001 Delivered-To: cvs-all@freebsd.org Received: from lion-around.at.yiff.net (lion-around.at.yiff.net [209.54.21.199]) by hub.freebsd.org (Postfix) with ESMTP id B3BBB37B407; Wed, 17 Oct 2001 10:21:08 -0700 (PDT) Received: (from chris@localhost) by lion-around.at.yiff.net (8.11.6/8.11.6) id f9HHKtT32728; Wed, 17 Oct 2001 13:20:55 -0400 (EDT) (envelope-from chris@netmonger.net) X-Authentication-Warning: lion-around.at.yiff.net: chris set sender to chris@netmonger.net using -f Date: Wed, 17 Oct 2001 13:20:55 -0400 From: Christopher Masto To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011017132055.A32709@netmonger.net> References: <200110171321.f9HDLrP93078@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110171321.f9HDLrP93078@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 06:21:53AM -0700, Andrey A. Chernov wrote: > ache 2001/10/17 06:21:53 PDT > > Modified files: > etc group master.passwd > Log: > Add www:www (80:80) for upcoming Apache changes FreeBSD is going to come with Apache built in? -- Christopher Masto CB461C61 8AFC E3A8 7CE5 9023 B35D C26A D849 1F6E CB46 1C61 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10:32: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id BE54B37B407; Wed, 17 Oct 2001 10:31:57 -0700 (PDT) Received: (from mike@localhost) by coffee.q9media.com (8.11.6/8.11.6) id f9HHYLf72840; Wed, 17 Oct 2001 13:34:21 -0400 (EDT) (envelope-from mike) Date: Wed, 17 Oct 2001 13:34:21 -0400 From: Mike Barcroft To: Christopher Masto Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011017133420.A64561@coffee.q9media.com> References: <200110171321.f9HDLrP93078@freefall.freebsd.org> <20011017132055.A32709@netmonger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011017132055.A32709@netmonger.net>; from chris@netmonger.net on Wed, Oct 17, 2001 at 01:20:55PM -0400 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christopher Masto writes: > On Wed, Oct 17, 2001 at 06:21:53AM -0700, Andrey A. Chernov wrote: > > ache 2001/10/17 06:21:53 PDT > > > > Modified files: > > etc group master.passwd > > Log: > > Add www:www (80:80) for upcoming Apache changes > > FreeBSD is going to come with Apache built in? No, but enough installations require a www pseudo-user to make this change worthwhile. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10: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 45AED37B403; Wed, 17 Oct 2001 10:34:35 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HHYZN57005; Wed, 17 Oct 2001 10:34:35 -0700 (PDT) (envelope-from dillon) Message-Id: <200110171734.f9HHYZN57005@freefall.freebsd.org> From: Matt Dillon Date: Wed, 17 Oct 2001 10:34:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_contig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/17 10:34:34 PDT Modified files: sys/vm vm_contig.c Log: contigmalloc1() could cause the vm_page_zero_count to become incorrect. Properly track the count. Submitted by: mark tinguely Revision Changes Path 1.4 +2 -0 src/sys/vm/vm_contig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10: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 2B31237B401; Wed, 17 Oct 2001 10:35:17 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HHZH857135; Wed, 17 Oct 2001 10:35:17 -0700 (PDT) (envelope-from dillon) Message-Id: <200110171735.f9HHZH857135@freefall.freebsd.org> From: Matt Dillon Date: Wed, 17 Oct 2001 10:35:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/17 10:35:17 PDT Modified files: (Branch: RELENG_4) sys/vm vm_page.c Log: MFC vm_contig.c 1.4, properly track vm_page_zero_count in contigmalloc1() Submitted by: mark tinguely Revision Changes Path 1.147.2.11 +2 -0 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10:42: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 1B31E37B403; Wed, 17 Oct 2001 10:42:24 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HHgOj57813; Wed, 17 Oct 2001 10:42:24 -0700 (PDT) (envelope-from ru) Message-Id: <200110171742.f9HHgOj57813@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 10:42:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6_pcb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 10:42:23 PDT Modified files: sys/netinet6 in6_pcb.c Log: Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85. MFC after: 1 week Revision Changes Path 1.20 +3 -4 src/sys/netinet6/in6_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 10:45:58 2001 Delivered-To: cvs-all@freebsd.org Received: from asiago.netmonger.net (asiago.netmonger.net [167.206.208.19]) by hub.freebsd.org (Postfix) with ESMTP id 7CE9837B40A; Wed, 17 Oct 2001 10:45:52 -0700 (PDT) Received: from lion-around.at.yiff.net (lion-around.at.yiff.net [209.54.21.199]) by asiago.netmonger.net (8.11.6/8.11.4) with ESMTP id f9HHg8S09639; Wed, 17 Oct 2001 13:42:08 -0400 (EDT) (envelope-from chris@netmonger.net) Subject: Re: cvs commit: src/etc group master.passwd From: Christopher Masto To: Mike Barcroft Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20011017133420.A64561@coffee.q9media.com> References: <200110171321.f9HDLrP93078@freefall.freebsd.org> <20011017132055.A32709@netmonger.net> <20011017133420.A64561@coffee.q9media.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.15 (Preview Release) Date: 17 Oct 2001 22:45:40 +0500 Message-Id: <1003340740.32578.11.camel@lion-around.at.yiff.net> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2001-10-17 at 14:34, Mike Barcroft wrote: > Christopher Masto writes: > > On Wed, Oct 17, 2001 at 06:21:53AM -0700, Andrey A. Chernov wrote: > > > ache 2001/10/17 06:21:53 PDT > > > > > > Modified files: > > > etc group master.passwd > > > Log: > > > Add www:www (80:80) for upcoming Apache changes > > > > FreeBSD is going to come with Apache built in? > > No, but enough installations require a www pseudo-user to make this > change worthwhile. Why can't that user be created as needed? I already have an "apache" user and group on my web servers - I create them when I install Apache. I also have users on various machines for PostgreSQL, Cyrus, GDM, NetSaint, MySQL, Courier, Gale, and Minivend, among others. But I don't suggest that my needs should be added to the FreeBSD base system. What's special about "www"? (Apart from being a horrible unpronounceable word that's bugged me since it first appeared.) -- Christopher Masto CB461C61 8AFC E3A8 7CE5 9023 B35D C26A D849 1F6E CB46 1C61 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11: 0:58 2001 Delivered-To: cvs-all@freebsd.org Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250]) by hub.freebsd.org (Postfix) with SMTP id 7C17837B401 for ; Wed, 17 Oct 2001 11:00:56 -0700 (PDT) Received: (qmail 92547 invoked by uid 1000); 17 Oct 2001 18:01:18 -0000 Date: Wed, 17 Oct 2001 11:00:55 -0701 From: Jos Backus To: cvs-all@freebsd.org Subject: Re: cvs commit: /src/etc/ group master.passwd Message-ID: <20011017110055.A92007@lizzy.bugworks.com> Reply-To: Jos Backus Mail-Followup-To: cvs-all@freebsd.org References: <200110171435.KAA07564@world.std.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110171435.KAA07564@world.std.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 10:35:43AM -0400, Kenneth W Cochran wrote: > I just now saw the commit adding www:www (80:80) to > /etc/{master.passwd,group}. Might I suggest consideration > that the Apache *user* be "apache," i.e. "apache:www (80:80)." I would argue against this: it should be the name of a service, not the name of a particular provider of that service. -- Jos Backus _/ _/_/_/ Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ josb@cncdsl.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11: 4:17 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 3178037B401; Wed, 17 Oct 2001 11:04:11 -0700 (PDT) Received: (from mike@localhost) by coffee.q9media.com (8.11.6/8.11.6) id f9HI6XF72951; Wed, 17 Oct 2001 14:06:33 -0400 (EDT) (envelope-from mike) Date: Wed, 17 Oct 2001 14:06:33 -0400 From: Mike Barcroft To: Christopher Masto Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011017140633.B64561@coffee.q9media.com> References: <200110171321.f9HDLrP93078@freefall.freebsd.org> <20011017132055.A32709@netmonger.net> <20011017133420.A64561@coffee.q9media.com> <1003340740.32578.11.camel@lion-around.at.yiff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1003340740.32578.11.camel@lion-around.at.yiff.net>; from chris@netmonger.net on Wed, Oct 17, 2001 at 10:45:40PM +0500 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christopher Masto writes: > On Wed, 2001-10-17 at 14:34, Mike Barcroft wrote: > > No, but enough installations require a www pseudo-user to make this > > change worthwhile. > > Why can't that user be created as needed? I already have an "apache" > user and group on my web servers - I create them when I install Apache. > I also have users on various machines for PostgreSQL, Cyrus, GDM, > NetSaint, MySQL, Courier, Gale, and Minivend, among others. But I don't > suggest that my needs should be added to the FreeBSD base system. The aformentioned software packages would be candidates for specific user accounts in the base system if there was enough of a userbase to justify their inclusion. > What's special about "www"? (Apart from being a horrible > unpronounceable word that's bugged me since it first appeared.) It's a somewhat generic username that's applicable to most web servers. There was a small HEADS-UP sent to -ports and -developers. This really should have went to -arch for discussion as this affects the base system as much as the ports collection and -developers is a private mailing list (designed for administrative uses only!). Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11: 4: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 1A06F37B409; Wed, 17 Oct 2001 11:04:14 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HI4EL60259; Wed, 17 Oct 2001 11:04:14 -0700 (PDT) (envelope-from brian) Message-Id: <200110171804.f9HI4EL60259@freefall.freebsd.org> From: Brian Somers Date: Wed, 17 Oct 2001 11:04:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/17 11:04:13 PDT Modified files: sys/conf Makefile.alpha Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Log: Change kern.bootfile when mv'ing the kernel Not tested by: brian Revision Changes Path 1.113 +3 -1 src/sys/conf/Makefile.alpha 1.36 +3 -1 src/sys/conf/Makefile.ia64 1.146 +3 -1 src/sys/conf/Makefile.pc98 1.250 +2 -0 src/sys/conf/Makefile.powerpc 1.5 +3 -1 src/sys/conf/Makefile.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11: 7: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 7CECE37B401; Wed, 17 Oct 2001 11:07:05 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HI75e63763; Wed, 17 Oct 2001 11:07:05 -0700 (PDT) (envelope-from ru) Message-Id: <200110171807.f9HI75e63763@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Oct 2001 11:07:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if_disc.c if_faith.c if_loop.c if_stf.c if_var.h route.c route.h rtsock.c src/sys/netinet if_atm.c if_atm.h if_ether.c in_pcb.c src/sys/netinet6 in6_pcb.c nd6.c nd6.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/17 11:07:05 PDT Modified files: sys/net if.c if_disc.c if_faith.c if_loop.c if_stf.c if_var.h route.c route.h rtsock.c sys/netinet if_atm.c if_atm.h if_ether.c in_pcb.c sys/netinet6 in6_pcb.c nd6.c nd6.h Log: Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. Have sys/net/route.c:rtrequest1(), which takes ``rt_addrinfo *'' as the argument. Pass rt_addrinfo all the way down to rtrequest1 and ifa->ifa_rtrequest. 3rd argument of ifa->ifa_rtrequest is now ``rt_addrinfo *'' instead of ``sockaddr *'' (almost noone is using it anyways). Benefit: the following command now works. Previously we needed two route(8) invocations, "add" then "change". # route add -inet6 default ::1 -ifp gif0 Remove unsafe typecast in rtrequest(), from ``rtentry *'' to ``sockaddr *''. It was introduced by 4.3BSD-Reno and never corrected. Obtained from: BSD/OS, NetBSD MFC after: 1 month PR: kern/28360 Revision Changes Path 1.124 +4 -4 src/sys/net/if.c 1.29 +3 -3 src/sys/net/if_disc.c 1.8 +4 -4 src/sys/net/if_faith.c 1.65 +3 -3 src/sys/net/if_loop.c 1.14 +4 -4 src/sys/net/if_stf.c 1.40 +2 -1 src/sys/net/if_var.h 1.67 +153 -103 src/sys/net/route.c 1.41 +5 -0 src/sys/net/route.h 1.61 +14 -21 src/sys/net/rtsock.c 1.9 +3 -3 src/sys/netinet/if_atm.c 1.4 +1 -1 src/sys/netinet/if_atm.h 1.85 +3 -3 src/sys/netinet/if_ether.c 1.91 +5 -7 src/sys/netinet/in_pcb.c 1.21 +3 -5 src/sys/netinet6/in6_pcb.c 1.14 +3 -3 src/sys/netinet6/nd6.c 1.9 +2 -2 src/sys/netinet6/nd6.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11: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 ABEBF37B401; Wed, 17 Oct 2001 11:12:54 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HICsr64527; Wed, 17 Oct 2001 11:12:54 -0700 (PDT) (envelope-from chern) Message-Id: <200110171812.f9HICsr64527@freefall.freebsd.org> From: Chern Lee Date: Wed, 17 Oct 2001 11:12:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/17 11:12:54 PDT Modified files: en_US.ISO8859-1/articles Makefile Log: Add vinum article to the Makefile. Pointed out by: Peter Pentchev Revision Changes Path 1.21 +2 -1 doc/en_US.ISO8859-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 Wed Oct 17 11:16: 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 D8B2437B40A; Wed, 17 Oct 2001 11:15:53 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIFr465032; Wed, 17 Oct 2001 11:15:53 -0700 (PDT) (envelope-from lioux) Message-Id: <200110171815.f9HIFr465032@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 11:15:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/utserver Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 11:15:53 PDT Modified files: games/utserver Makefile Log: fix some maps which are truncated in the official distribution Submitted by: MAINTAINER (with few changes) Revision Changes Path 1.2 +19 -2 ports/games/utserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:21: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 E07B637B408; Wed, 17 Oct 2001 11:21:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HILOx65844; Wed, 17 Oct 2001 11:21:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171821.f9HILOx65844@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/hope Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/hope/files patch-Makefile patch-doc:Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:21:24 PDT Modified files: lang Makefile Added files: lang/hope Makefile distinfo pkg-comment pkg-descr pkg-plist lang/hope/files patch-Makefile patch-doc:Makefile.in Log: add hope Hope is lazy interpriter for HOPE applicative language PR: 30799 Submitted by: Lev Serebryakov Revision Changes Path 1.255 +1 -0 ports/lang/Makefile 1.1 +40 -0 ports/lang/hope/Makefile (new) 1.1 +1 -0 ports/lang/hope/distinfo (new) 1.1 +36 -0 ports/lang/hope/files/patch-Makefile (new) 1.1 +19 -0 ports/lang/hope/files/patch-doc:Makefile.in (new) 1.1 +1 -0 ports/lang/hope/pkg-comment (new) 1.1 +8 -0 ports/lang/hope/pkg-descr (new) 1.1 +92 -0 ports/lang/hope/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:21: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 3E62037B439; Wed, 17 Oct 2001 11:21:32 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HILWf65881; Wed, 17 Oct 2001 11:21:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171821.f9HILWf65881@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:21:31 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:21:31 PDT Modified files: . modules Log: hope --> ports/lang/hope Revision Changes Path 1.4001 +1 -0 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 Oct 17 11:27: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 C3DEC37B408; Wed, 17 Oct 2001 11:27:14 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIRE268262; Wed, 17 Oct 2001 11:27:14 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171827.f9HIRE268262@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:27:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/glui Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/glui/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:27:14 PDT Modified files: devel Makefile Added files: devel/glui Makefile distinfo pkg-comment pkg-descr pkg-plist devel/glui/files patch-aa patch-ab Log: add glui GLUT-based C++ user interface library PR: 30822 Submitted by: Matthew West Revision Changes Path 1.659 +1 -0 ports/devel/Makefile 1.1 +39 -0 ports/devel/glui/Makefile (new) 1.1 +1 -0 ports/devel/glui/distinfo (new) 1.1 +32 -0 ports/devel/glui/files/patch-aa (new) 1.1 +12 -0 ports/devel/glui/files/patch-ab (new) 1.1 +1 -0 ports/devel/glui/pkg-comment (new) 1.1 +10 -0 ports/devel/glui/pkg-descr (new) 1.1 +4 -0 ports/devel/glui/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:27: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 1060F37B403; Wed, 17 Oct 2001 11:27:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIRJD68292; Wed, 17 Oct 2001 11:27:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171827.f9HIRJD68292@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:27:19 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:27:19 PDT Modified files: . modules Log: glui --> ports/devel/glui Revision Changes Path 1.4002 +1 -0 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 Oct 17 11:30: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 2050637B407; Wed, 17 Oct 2001 11:30:14 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIUEW68725; Wed, 17 Oct 2001 11:30:14 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110171830.f9HIUEW68725@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Oct 2001 11:30:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/17 11:30:14 PDT Modified files: sbin/ifconfig ifconfig.c Log: When specifying an interface to ifconfig, first look up the interface index, then retrieve statistics for that index, rather than retrieving all interfaces and then looking for a matching name. This allows the user to refer to an interface via an alias name. While I'm here, also perform a few assorted cleanups. Revision Changes Path 1.70 +12 -26 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:37:38 2001 Delivered-To: cvs-all@freebsd.org Received: from e132109.ap.plala.or.jp (e132109.ap.plala.or.jp [202.229.132.109]) by hub.freebsd.org (Postfix) with ESMTP id 016CE37B401; Wed, 17 Oct 2001 11:37:35 -0700 (PDT) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by e132109.ap.plala.or.jp (Postfix) with ESMTP id 517B32B2; Wed, 17 Oct 2001 18:37:34 +0000 (GMT) Date: Thu, 18 Oct 2001 03:37:34 +0900 Message-ID: <867ktu15ap.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: Peter Pentchev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13+ipv6 Makefile distinfo pkg-plist ports/www/apache13+ipv6/files FreeBSD.layout patch-ab In-Reply-To: <200110171236.f9HCaFT83594@freefall.freebsd.org> References: <200110171236.f9HCaFT83594@freefall.freebsd.org> User-Agent: Wanderlust/2.7.5 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG /usr/ports/www/apache13+ipv6$ make -V MAINTAINER sumikawa@FreeBSD.org ? At Wed, 17 Oct 2001 05:36:15 -0700 (PDT), Peter Pentchev wrote: > PR: 31329 > Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:47: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 6829D37B403; Wed, 17 Oct 2001 11:47:12 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIlCa70666; Wed, 17 Oct 2001 11:47:12 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110171847.f9HIlCa70666@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Oct 2001 11:47:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c src/sys/sys conf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/17 11:47:12 PDT Modified files: sys/kern kern_conf.c sys/sys conf.h Log: Add dev_named(dev, name), which is similar in spirit to devtoname(). This function returns success if the device is known by either 'name' or any of its aliases. Revision Changes Path 1.97 +14 -1 src/sys/kern/kern_conf.c 1.135 +2 -1 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:50: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 2759E37B401; Wed, 17 Oct 2001 11:50:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIofj71319; Wed, 17 Oct 2001 11:50:41 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171850.f9HIofj71319@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:50:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vterrain-sdk Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/vterrain-sdk/files patch-aa patch-ab patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:50:41 PDT Modified files: graphics/vterrain-sdk Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/vterrain-sdk/files patch-aa Removed files: graphics/vterrain-sdk/files patch-ab patch-ac patch-ad patch-ae Log: upgrade to 0829 PR: 30826 Submitted by: MAINTAINER Revision Changes Path 1.5 +13 -18 ports/graphics/vterrain-sdk/Makefile 1.2 +1 -2 ports/graphics/vterrain-sdk/distinfo 1.3 +25 -118 ports/graphics/vterrain-sdk/files/patch-aa 1.2 +0 -55 ports/graphics/vterrain-sdk/files/patch-ab (dead) 1.2 +0 -128 ports/graphics/vterrain-sdk/files/patch-ac (dead) 1.2 +0 -11 ports/graphics/vterrain-sdk/files/patch-ad (dead) 1.2 +0 -11 ports/graphics/vterrain-sdk/files/patch-ae (dead) 1.2 +1 -1 ports/graphics/vterrain-sdk/pkg-comment 1.2 +2 -1 ports/graphics/vterrain-sdk/pkg-descr 1.3 +26 -14 ports/graphics/vterrain-sdk/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 Oct 17 11:52:41 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 89B5537B405; Wed, 17 Oct 2001 11:52:34 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9HIqUB36315; Wed, 17 Oct 2001 14:52:30 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 17 Oct 2001 14:52:30 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: <200110171830.f9HIUEW68725@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Oct 2001, Jonathan Lemon wrote: > jlemon 2001/10/17 11:30:14 PDT > > Modified files: > sbin/ifconfig ifconfig.c > Log: > When specifying an interface to ifconfig, first look up the interface > index, then retrieve statistics for that index, rather than retrieving > all interfaces and then looking for a matching name. This allows the > user to refer to an interface via an alias name. > > While I'm here, also perform a few assorted cleanups. > > Revision Changes Path > 1.70 +12 -26 src/sbin/ifconfig/ifconfig.c Without looking at the commit itself, that sounds like it's subject to a race condition. How about adding the ability to retrieve interface statistics by name, rather than the indirection? 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 Oct 17 11:55: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 F0FF737B403; Wed, 17 Oct 2001 11:55:36 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HItaC72153; Wed, 17 Oct 2001 11:55:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171855.f9HItaC72153@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:55:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/vterrain-apps Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/vterrain-apps/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:55:36 PDT Modified files: graphics Makefile Added files: graphics/vterrain-apps Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/vterrain-apps/files patch-aa Log: add vterrain-apps Virtual Terrain Project Applications PR: 30827 Submitted by: Randall Hopper Revision Changes Path 1.365 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/vterrain-apps/Makefile (new) 1.1 +1 -0 ports/graphics/vterrain-apps/distinfo (new) 1.1 +11 -0 ports/graphics/vterrain-apps/files/patch-aa (new) 1.1 +1 -0 ports/graphics/vterrain-apps/pkg-comment (new) 1.1 +9 -0 ports/graphics/vterrain-apps/pkg-descr (new) 1.1 +1 -0 ports/graphics/vterrain-apps/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 11:56: 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 268DD37B409; Wed, 17 Oct 2001 11:55:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HItfr72190; Wed, 17 Oct 2001 11:55:41 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171855.f9HItfr72190@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:55:41 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:55:41 PDT Modified files: . modules Log: vterrain-apps --> ports/graphics/vterrain-apps Revision Changes Path 1.4003 +1 -0 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 Oct 17 11:56: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 EA75E37B401; Wed, 17 Oct 2001 11:56:28 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIuST72387; Wed, 17 Oct 2001 11:56:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171856.f9HIuST72387@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 11:56:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vterrain-sdk pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 11:56:28 PDT Modified files: graphics/vterrain-sdk pkg-descr Log: add WWW: Revision Changes Path 1.3 +1 -2 ports/graphics/vterrain-sdk/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 Oct 17 11:58: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 7EF5C37B407; Wed, 17 Oct 2001 11:58:14 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HIwEj72672; Wed, 17 Oct 2001 11:58:14 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110171858.f9HIwEj72672@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Oct 2001 11:58:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/17 11:58:14 PDT Modified files: sys/net if.c Log: Cleanup ifunit(), so it uses the dev_named() function to map an interface name into a device. Revision Changes Path 1.125 +11 -29 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12: 2: 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 8F5B937B405; Wed, 17 Oct 2001 12:01:58 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJ1wv73172; Wed, 17 Oct 2001 12:01:58 -0700 (PDT) (envelope-from green) Message-Id: <200110171901.f9HJ1wv73172@freefall.freebsd.org> From: Brian Feldman Date: Wed, 17 Oct 2001 12:01:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2001/10/17 12:01:58 PDT Modified files: (Branch: RELENG_4) etc pam.conf Log: Back out 1.6.2.10 (was looking at the wrong branch while committed...) Revision Changes Path 1.6.2.11 +2 -2 src/etc/pam.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12: 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 070FC37B405; Wed, 17 Oct 2001 12:02:26 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJ2Pc73264; Wed, 17 Oct 2001 12:02:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171902.f9HJ2Pc73264@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 12:02:25 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 12:02:25 PDT Modified files: . modules Log: gdal --> ports/graphics/gdal Revision Changes Path 1.4004 +1 -0 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 Oct 17 12: 2: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 E167E37B403; Wed, 17 Oct 2001 12:02:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJ2LN73227; Wed, 17 Oct 2001 12:02:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171902.f9HJ2LN73227@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 12:02:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/gdal Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/gdal/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 12:02:21 PDT Modified files: graphics Makefile Added files: graphics/gdal Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/gdal/files patch-aa Log: add gdal A translator library for raster geospatial data formats PR: 30828 Submitted by: Randall Hopper Revision Changes Path 1.366 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/gdal/Makefile (new) 1.1 +1 -0 ports/graphics/gdal/distinfo (new) 1.1 +33 -0 ports/graphics/gdal/files/patch-aa (new) 1.1 +1 -0 ports/graphics/gdal/pkg-comment (new) 1.1 +14 -0 ports/graphics/gdal/pkg-descr (new) 1.1 +63 -0 ports/graphics/gdal/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12:14: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 5FF2337B401; Wed, 17 Oct 2001 12:14:00 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f9HJDOV96284; Wed, 17 Oct 2001 14:13:24 -0500 (CDT) (envelope-from jlemon) Date: Wed, 17 Oct 2001 14:13:24 -0500 From: Jonathan Lemon To: Robert Watson Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20011017141324.N75389@prism.flugsvamp.com> References: <200110171830.f9HIUEW68725@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 02:52:30PM -0400, Robert Watson wrote: > > On Wed, 17 Oct 2001, Jonathan Lemon wrote: > > > jlemon 2001/10/17 11:30:14 PDT > > > > Modified files: > > sbin/ifconfig ifconfig.c > > Log: > > When specifying an interface to ifconfig, first look up the interface > > index, then retrieve statistics for that index, rather than retrieving > > all interfaces and then looking for a matching name. This allows the > > user to refer to an interface via an alias name. > > > > While I'm here, also perform a few assorted cleanups. > > > > Revision Changes Path > > 1.70 +12 -26 src/sbin/ifconfig/ifconfig.c > > Without looking at the commit itself, that sounds like it's subject to a > race condition. How about adding the ability to retrieve interface > statistics by name, rather than the indirection? Well, the information reported by ifconfig is actually built up by a series of ioctl() calls, all which refer to the interface by name, as well as a sysctl() call to get interface statistics. The way ifconfig work(ed) was to perform the sysctl which retrieved a MIB set listing the interfaces, and then walked down the set looking for the interface in question. If found, it then used the name to make further ioctl() calls to get more information. I can't change the format of the data returned (to return interface aliases as well) without breaking backward compatability. :-( What changed is that we now use the documented if_nametoindex() call to transform the name into an index, and then use the index to retrieve the MIB statistics for a specific interface. The sysctl interface doesn't allow specification by interface name, unlike the ioctls(). The ioctls() themselves will now work with either the canonical name or an alias for the device, so there is some progress in that direction. We could introduce a new API which allows the interface to be specified by name instead of index, which would probably be nice to have. However, this will not eliminate the myriad races which are already present. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12: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 CF66637B401; Wed, 17 Oct 2001 12:14:21 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJELM77777; Wed, 17 Oct 2001 12:14:21 -0700 (PDT) (envelope-from lioux) Message-Id: <200110171914.f9HJELM77777@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 12:14:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/LPRng Makefile distinfo pkg-plist ports/sysutils/LPRng/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 12:14:21 PDT Modified files: sysutils/LPRng Makefile distinfo pkg-plist Removed files: sysutils/LPRng/files patch-aj Log: Update to 3.7.6 PR: 30786 Submitted by: Gerald Pfeifer Approved by: MAINTAINER (3 weeks timeout and port has been broken far longer) Revision Changes Path 1.19 +8 -4 ports/sysutils/LPRng/Makefile 1.10 +1 -1 ports/sysutils/LPRng/distinfo 1.2 +0 -27 ports/sysutils/LPRng/files/patch-aj (dead) 1.12 +0 -14 ports/sysutils/LPRng/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 Oct 17 12:15: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 913DD37B403; Wed, 17 Oct 2001 12:15:31 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJFVN78017; Wed, 17 Oct 2001 12:15:31 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171915.f9HJFVN78017@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 12:15:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samplicator Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 12:15:31 PDT Modified files: net/samplicator Makefile distinfo Log: upgrade to 1.3.2 PR: 30932 Submitted by: maintainer Revision Changes Path 1.4 +6 -5 ports/net/samplicator/Makefile 1.3 +1 -1 ports/net/samplicator/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12:18: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 1C69337B401; Wed, 17 Oct 2001 12:18:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJIYF78605; Wed, 17 Oct 2001 12:18:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171918.f9HJIYF78605@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 12:18:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/stools Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 12:18:34 PDT Modified files: net Makefile Added files: net/stools Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add stools A collection of SNMP command line management tools PR: 30934 Submitted by: Michael Lyngbøl Revision Changes Path 1.629 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/stools/Makefile (new) 1.1 +1 -0 ports/net/stools/distinfo (new) 1.1 +1 -0 ports/net/stools/pkg-comment (new) 1.1 +9 -0 ports/net/stools/pkg-descr (new) 1.1 +5 -0 ports/net/stools/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12:18: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 A42AB37B405; Wed, 17 Oct 2001 12:18:36 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJIaD78635; Wed, 17 Oct 2001 12:18:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110171918.f9HJIaD78635@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 12:18:36 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 12:18:36 PDT Modified files: . modules Log: stools --> ports/net/stools Revision Changes Path 1.4005 +1 -0 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 Oct 17 12:20: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id A446337B401; Wed, 17 Oct 2001 12:19:58 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f9HJJia40831; Wed, 17 Oct 2001 21:19:45 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c src/sys/sys conf.h In-Reply-To: Your message of "Wed, 17 Oct 2001 11:47:12 PDT." <200110171847.f9HIlCa70666@freefall.freebsd.org> Date: Wed, 17 Oct 2001 21:19:44 +0200 Message-ID: <40829.1003346384@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200110171847.f9HIlCa70666@freefall.freebsd.org>, Jonathan Lemon wri tes: >jlemon 2001/10/17 11:47:12 PDT > > Modified files: > sys/kern kern_conf.c > sys/sys conf.h > Log: > Add dev_named(dev, name), which is similar in spirit to devtoname(). > This function returns success if the device is known by either 'name' > or any of its aliases. Could you explain what you need this for ? -- 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 Wed Oct 17 12:36:54 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id A57A737B405; Wed, 17 Oct 2001 12:36:48 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f9HJa5497019; Wed, 17 Oct 2001 14:36:05 -0500 (CDT) (envelope-from jlemon) Date: Wed, 17 Oct 2001 14:36:05 -0500 From: Jonathan Lemon To: Poul-Henning Kamp Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c src/sys/sys conf.h Message-ID: <20011017143605.O75389@prism.flugsvamp.com> References: <200110171847.f9HIlCa70666@freefall.freebsd.org> <40829.1003346384@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <40829.1003346384@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 09:19:44PM +0200, Poul-Henning Kamp wrote: > In message <200110171847.f9HIlCa70666@freefall.freebsd.org>, Jonathan Lemon wri > tes: > >jlemon 2001/10/17 11:47:12 PDT > > > > Modified files: > > sys/kern kern_conf.c > > sys/sys conf.h > > Log: > > Add dev_named(dev, name), which is similar in spirit to devtoname(). > > This function returns success if the device is known by either 'name' > > or any of its aliases. > > Could you explain what you need this for ? Device aliases. E.g.: (/dev/net3 -> /dev/net/fxp0) Unfortunately, name lookups are currently done by passing the name into the kernel, and then comparing it to every entry in the ifnet list. So what I need to do is walk down the si_children list and look at their names as well. It would be cleaner if this parsing was done by devfs, and the device was referenced by a udev_t (or similar) but that would require changing the applications to perform the device open. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12:40: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 3F14037B403; Wed, 17 Oct 2001 12:40:45 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJej981368; Wed, 17 Oct 2001 12:40:45 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110171940.f9HJej981368@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Oct 2001 12:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sockio.h src/sys/net if.h if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/17 12:40:44 PDT Modified files: sys/sys sockio.h sys/net if.h if.c Log: Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. This will be used to more efficiently support if_nametoindex(3). Revision Changes Path 1.126 +4 -0 src/sys/net/if.c 1.66 +3 -1 src/sys/net/if.h 1.21 +2 -1 src/sys/sys/sockio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12:50:50 2001 Delivered-To: cvs-all@freebsd.org Received: from TheWorld.com (pcls2.std.com [199.172.62.104]) by hub.freebsd.org (Postfix) with ESMTP id 2A54A37B403 for ; Wed, 17 Oct 2001 12:50:46 -0700 (PDT) Received: from world.std.com (arwen@world-f.std.com [199.172.62.5]) by TheWorld.com (8.9.3/8.9.3) with ESMTP id PAA11901; Wed, 17 Oct 2001 15:42:18 -0400 Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id PAA27945; Wed, 17 Oct 2001 15:42:15 -0400 (EDT) Date: Wed, 17 Oct 2001 15:42:15 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200110171942.PAA27945@world.std.com> To: josb@cncdsl.com Subject: Re: cvs commit: src/etc group master.passwd Cc: cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok... Just a suggestion anyway. As long as things are documented, I have no really strong feelings either way. I (& others :) think "separating" the webserver from other things (in nobody:nogroup) is a Good Thing(tm). :) The rationale I was thinking of is as follows: 1. user = program-name, group = service-name 2. User & group both different & "unique" within the system; reason - faster & easier determination of "who" is doing "what" (i.e. while pouring over system logs in the middle of the night with insufficient caffiene-load... ;) "Hmmm, is that "user"-www or "group"-www?" :) The "beginning" of that rationale is the user:group choice for named/bind. Currently, that is bind:bind. Under the "plan" I mentioned, that might be something like "bind:dns" but whoever set that up did so some time ago & probably for Very Good Reason... Anyway, just a suggestion; www:www seems rather "customary" anyway & I could live with that just fine, too. -kc >Date: Wed, 17 Oct 2001 11:00:55 -0701 >From: Jos Backus >To: cvs-all@freebsd.org >Subject: Re: cvs commit: /src/etc/ group master.passwd >Reply-To: Jos Backus >Mail-Followup-To: cvs-all@freebsd.org > >On Wed, Oct 17, 2001 at 10:35:43AM -0400, Kenneth W Cochran wrote: >> I just now saw the commit adding www:www (80:80) to >> /etc/{master.passwd,group}. Might I suggest consideration >> that the Apache *user* be "apache," i.e. "apache:www (80:80)." > >I would argue against this: it should be the name of a service, not the name >of a particular provider of that service. > >-- >Jos Backus _/ _/_/_/ Santa Clara, CA > _/ _/ _/ > _/ _/_/_/ > _/ _/ _/ _/ >josb@cncdsl.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 12:52: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 A2D4437B401; Wed, 17 Oct 2001 12:52:39 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HJqdl82580; Wed, 17 Oct 2001 12:52:39 -0700 (PDT) (envelope-from lioux) Message-Id: <200110171952.f9HJqdl82580@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 12:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/utserver distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 12:52:39 PDT Modified files: games/utserver distinfo Log: fix some maps which are truncated in the official distribution Submitted by: MAINTAINER (with few changes) Revision Changes Path 1.2 +3 -0 ports/games/utserver/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 13: 1:16 2001 Delivered-To: cvs-all@freebsd.org Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250]) by hub.freebsd.org (Postfix) with SMTP id 42A1037B401 for ; Wed, 17 Oct 2001 13:01:13 -0700 (PDT) Received: (qmail 96716 invoked by uid 1000); 17 Oct 2001 20:01:28 -0000 Date: Wed, 17 Oct 2001 13:01:06 -0700 From: Jos Backus To: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011017130106.C92007@lizzy.bugworks.com> Reply-To: Jos Backus Mail-Followup-To: cvs-all@freebsd.org References: <200110171942.PAA27945@world.std.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110171942.PAA27945@world.std.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 03:42:15PM -0400, Kenneth W Cochran wrote: > The "beginning" of that rationale is the user:group choice for > named/bind. Currently, that is bind:bind. Under the "plan" I > mentioned, that might be something like "bind:dns" but whoever set > that up did so some time ago & probably for Very Good Reason... Fwiw, adopting the same reasoning this should be dns:dns. -- Jos Backus _/ _/_/_/ Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ josb@cncdsl.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 13: 2: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 BA9BD37B401; Wed, 17 Oct 2001 13:02:28 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HK2SL83790; Wed, 17 Oct 2001 13:02:28 -0700 (PDT) (envelope-from semenu) Message-Id: <200110172002.f9HK2SL83790@freefall.freebsd.org> From: Ustimenko Semen Date: Wed, 17 Oct 2001 13:02:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/10/17 13:02:28 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Oops... Remove the duplicating entry for myself. It was not in the place, os I missed it. Revision Changes Path 1.33 +0 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 13: 6:26 2001 Delivered-To: cvs-all@freebsd.org Received: from ntlg.sibnet.ru (dns.sibnet.ru [217.70.96.34]) by hub.freebsd.org (Postfix) with ESMTP id 20ABE37B409; Wed, 17 Oct 2001 13:06:18 -0700 (PDT) Received: from tlg5-ppp67.sibnet.ru (tlg5-ppp67.sibnet.ru [217.70.98.198]) by ntlg.sibnet.ru (8.9.3+Sun/8.9.3) with ESMTP id AAA16435; Thu, 18 Oct 2001 00:06:09 +0400 (MSD) Date: Thu, 18 Oct 2001 03:07:58 +0700 (NOVST) From: "Semen A. Ustimenko" X-Sender: semenu@def.the.net To: Peter Pentchev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml In-Reply-To: <20011017125721.B628@straylight.oblivion.bg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! Oops... Would you forgive me for that? I've just commited the patch you proposed. Sorry... On Wed, 17 Oct 2001, Peter Pentchev wrote: > On Sun, Oct 14, 2001 at 12:28:49PM -0700, Ustimenko Semen wrote: > > semenu 2001/10/14 12:28:49 PDT > > > > Modified files: > > en_US.ISO8859-1/articles/contributors article.sgml > > Log: > > Add myself to the Developers list as I haven't done this in 1998. > > It looks like somebody else had already added an entry for you, > though there had been some confusion about first and last names. > How about the following patch, so that there's only one entry in > the correct place? > > G'luck, > Peter > > -- > If I were you, who would be reading this sentence? > > Index: doc/en_US.ISO8859-1/articles/contributors/article.sgml > =================================================================== > RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/contributors/article.sgml,v > retrieving revision 1.31 > diff -u -r1.31 article.sgml > --- doc/en_US.ISO8859-1/articles/contributors/article.sgml 2001/10/17 08:41:40 1.31 > +++ doc/en_US.ISO8859-1/articles/contributors/article.sgml 2001/10/17 09:55:32 > @@ -1247,10 +1247,6 @@ > > > > - &a.semenu; > - > - > - > &a.gshapiro; > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 13: 8: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 B23B837B403; Wed, 17 Oct 2001 13:08:15 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HK8FI87597; Wed, 17 Oct 2001 13:08:15 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110172008.f9HK8FI87597@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Oct 2001 13:08:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net ifname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/17 13:08:15 PDT Modified files: lib/libc/net ifname.c Log: Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index. If the syscall fails, fall back on the old method as a compatability measure. Revision Changes Path 1.2 +22 -2 src/lib/libc/net/ifname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 13:16: 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 91A3A37B403; Wed, 17 Oct 2001 13:16:04 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HKG4I88790; Wed, 17 Oct 2001 13:16:04 -0700 (PDT) (envelope-from chern) Message-Id: <200110172016.f9HKG4I88790@freefall.freebsd.org> From: Chern Lee Date: Wed, 17 Oct 2001 13:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/17 13:16:03 PDT Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Split some paragraphs/strings into two so the print output does not flow off page. Revision Changes Path 1.108 +12 -6 doc/en_US.ISO8859-1/books/handbook/advanced-networking/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 Oct 17 13:19: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 A1FA137B407; Wed, 17 Oct 2001 13:19:16 -0700 (PDT) Received: (from chern@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HKJGs89171; Wed, 17 Oct 2001 13:19:16 -0700 (PDT) (envelope-from chern) Message-Id: <200110172019.f9HKJGs89171@freefall.freebsd.org> From: Chern Lee Date: Wed, 17 Oct 2001 13:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chern 2001/10/17 13:19:16 PDT Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Wrap screen output such that it does not flow off page in print version. Revision Changes Path 1.60 +2 -1 doc/en_US.ISO8859-1/books/handbook/linuxemu/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 Oct 17 13:29: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 2842937B403; Wed, 17 Oct 2001 13:29:40 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HKTeO90338; Wed, 17 Oct 2001 13:29:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200110172029.f9HKTeO90338@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Oct 2001 13:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice60 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/17 13:29:40 PDT Modified files: editors/staroffice60 Makefile Log: Opps, this is a bourne script, not binary. Revision Changes Path 1.37 +1 -1 ports/editors/staroffice60/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 14:32: 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 6F7B337B408; Wed, 17 Oct 2001 14:31:57 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HLVvr01043; Wed, 17 Oct 2001 14:31:57 -0700 (PDT) (envelope-from lioux) Message-Id: <200110172131.f9HLVvr01043@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 14:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdread Makefile distinfo pkg-plist ports/graphics/libdvdread/files extra-patch-configure.in patch-configure.in patch-dvdread-bswap.h patch-dvdread-dvd_reader.c patch-dvdread-dvd_reader.h patch-dvdread-dvd_udf.c patch-src-Makefile.am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 14:31:57 PDT Modified files: graphics/libdvdread Makefile distinfo pkg-plist Added files: graphics/libdvdread/files extra-patch-configure.in Removed files: graphics/libdvdread/files patch-configure.in patch-dvdread-bswap.h patch-dvdread-dvd_reader.c patch-dvdread-dvd_reader.h patch-dvdread-dvd_udf.c patch-src-Makefile.am Log: o update to 0.9.2 (shared lib version bump) o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS) o support NOPORTDOCS PR: 31312 Submitted by: Rahul Siddharthan , Thomas E. Zander Approved by: MAINTAINER Revision Changes Path 1.2 +26 -11 ports/graphics/libdvdread/Makefile 1.2 +1 -1 ports/graphics/libdvdread/distinfo 1.1 +39 -0 ports/graphics/libdvdread/files/extra-patch-configure.in (new) 1.2 +0 -11 ports/graphics/libdvdread/files/patch-configure.in (dead) 1.2 +0 -31 ports/graphics/libdvdread/files/patch-dvdread-bswap.h (dead) 1.2 +0 -102 ports/graphics/libdvdread/files/patch-dvdread-dvd_reader.c (dead) 1.2 +0 -14 ports/graphics/libdvdread/files/patch-dvdread-dvd_reader.h (dead) 1.2 +0 -16 ports/graphics/libdvdread/files/patch-dvdread-dvd_udf.c (dead) 1.2 +0 -15 ports/graphics/libdvdread/files/patch-src-Makefile.am (dead) 1.2 +7 -2 ports/graphics/libdvdread/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 Oct 17 14:37: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 36C1F37B403; Wed, 17 Oct 2001 14:37:35 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HLbZC01840; Wed, 17 Oct 2001 14:37:35 -0700 (PDT) (envelope-from lioux) Message-Id: <200110172137.f9HLbZC01840@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 14:37:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 14:37:35 PDT Modified files: graphics/mplayer Makefile Log: re-enable DVD read support since libdvdread was updated to 0.9.2 in rev 1.2 of libdvdread/Makefile Revision Changes Path 1.8 +7 -7 ports/graphics/mplayer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 14:38:32 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id E048B37B405; Wed, 17 Oct 2001 14:38:15 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9HLbhT04413; Wed, 17 Oct 2001 22:38:13 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9HLbeb48378; Wed, 17 Oct 2001 22:37:40 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110172137.f9HLbeb48378@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/sys/conf Makefile.alpha Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 In-Reply-To: Message from Brian Somers of "Wed, 17 Oct 2001 11:04:13 PDT." <200110171804.f9HI4EL60259@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 17 Oct 2001 22:37:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2001/10/17 11:04:13 PDT > > Modified files: > sys/conf Makefile.alpha Makefile.ia64 > Makefile.pc98 Makefile.powerpc > Makefile.sparc64 > Log: > Change kern.bootfile when mv'ing the kernel > > Not tested by: brian > > Revision Changes Path > 1.113 +3 -1 src/sys/conf/Makefile.alpha > 1.36 +3 -1 src/sys/conf/Makefile.ia64 > 1.146 +3 -1 src/sys/conf/Makefile.pc98 > 1.250 +2 -0 src/sys/conf/Makefile.powerpc > 1.5 +3 -1 src/sys/conf/Makefile.sparc64 I should have said ``MFi386'' somewhere. -- Brian http://www.freebsd-services.com/ 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 Wed Oct 17 14:51:25 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id 659B237B401; Wed, 17 Oct 2001 14:51:19 -0700 (PDT) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id f9HLpEp42412; Wed, 17 Oct 2001 11:51:14 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Wed, 17 Oct 2001 11:51:13 -1000 (HST) From: Vincent Poy To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, , Subject: Re: cvs commit: ports/mail/popper/scripts pre-install In-Reply-To: <200110171400.f9HE0OI10438@freefall.freebsd.org> Message-ID: <20011017114958.V29569-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Oct 2001, Andrey A. Chernov wrote: > ache 2001/10/17 07:00:24 PDT > > Modified files: > mail/popper/scripts pre-install > Log: > Add pop:mail automatically > > Revision Changes Path > 1.4 +24 -8 ports/mail/popper/scripts/pre-install Is this needed since this has been part of src/etc/group 1.19 and src/etc/master.passwd 1.25 since late 1999. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 14:56: 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 CDAF937B405; Wed, 17 Oct 2001 14:55:56 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HLtu003856; Wed, 17 Oct 2001 14:55:56 -0700 (PDT) (envelope-from jhb) Message-Id: <200110172155.f9HLtu003856@freefall.freebsd.org> From: John Baldwin Date: Wed, 17 Oct 2001 14:55:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/17 14:55:56 PDT Modified files: sys/alpha/alpha trap.c Log: Small cleanups to the handling of Giant in trap(). Revision Changes Path 1.77 +6 -9 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 15: 4: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 C62FB37B401; Wed, 17 Oct 2001 15:04:45 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HM4jN04707; Wed, 17 Oct 2001 15:04:45 -0700 (PDT) (envelope-from jhb) Message-Id: <200110172204.f9HM4jN04707@freefall.freebsd.org> From: John Baldwin Date: Wed, 17 Oct 2001 15:04:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/17 15:04:45 PDT Modified files: sys/ia64/ia64 trap.c Log: - Small cleanups to the Giant handling in trap(). - Only release Giant in trap() if we locked it, otherwise we could release Giant in a kernel trap if we didn't get it for a page fault and the previous frame had grabbed the lock. - Only get Giant for !MP safe syscalls. Revision Changes Path 1.33 +17 -9 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 15: 9:45 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 1A8D137B403; Wed, 17 Oct 2001 15:09:40 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f9HM9RN53622; Thu, 18 Oct 2001 02:09:28 +0400 (MSD) (envelope-from ache) Date: Thu, 18 Oct 2001 02:09:22 +0400 From: "Andrey A. Chernov" To: Vincent Poy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/mail/popper/scripts pre-install Message-ID: <20011018020921.A53494@nagual.pp.ru> References: <200110171400.f9HE0OI10438@freefall.freebsd.org> <20011017114958.V29569-100000@oahu.WURLDLINK.NET> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011017114958.V29569-100000@oahu.WURLDLINK.NET> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 11:51:13 -1000, Vincent Poy wrote: > > Is this needed since this has been part of src/etc/group 1.19 and > src/etc/master.passwd 1.25 since late 1999. This is needed for sysadmin that keeps their own unique (non-standard) passwds and still want to install popper. -- 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 Oct 17 15:16: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 3322337B407; Wed, 17 Oct 2001 15:16:05 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HMG4G09703; Wed, 17 Oct 2001 15:16:04 -0700 (PDT) (envelope-from lioux) Message-Id: <200110172216.f9HMG4G09703@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 15:16:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/utserver Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 15:16:02 PDT Modified files: games/utserver Makefile Log: o SDL library is required by the ucc binary used during build time (BUILD_DEPENDS) o some additional files which should be executable Submitted by: MAINTAINER Revision Changes Path 1.3 +3 -1 ports/games/utserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 15:18: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 925D437B408; Wed, 17 Oct 2001 15:18:41 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HMIfl09955; Wed, 17 Oct 2001 15:18:41 -0700 (PDT) (envelope-from lioux) Message-Id: <200110172218.f9HMIfl09955@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 15:18:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/utserver-asu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 15:18:41 PDT Modified files: games/utserver-asu Makefile Log: add missing unzip RUN_DEPENDS Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -0 ports/games/utserver-asu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 15:21: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 866E337B408; Wed, 17 Oct 2001 15:21:17 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HMLHJ10601; Wed, 17 Oct 2001 15:21:17 -0700 (PDT) (envelope-from lioux) Message-Id: <200110172221.f9HMLHJ10601@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 17 Oct 2001 15:21:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/utserver-asu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/17 15:21:17 PDT Modified files: games/utserver-asu Makefile Log: bump PORTREVISION due to last rev Revision Changes Path 1.3 +1 -0 ports/games/utserver-asu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 16:59: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 342F637B403; Wed, 17 Oct 2001 16:59:30 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HNxUw43849; Wed, 17 Oct 2001 16:59:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200110172359.f9HNxUw43849@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Oct 2001 16:59:30 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/17 16:59:30 PDT Modified files: sys/i386/include ansi.h Log: Minor comment tweaking. Revision Changes Path 1.27 +5 -5 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 Wed Oct 17 17: 0: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 F2D7F37B401; Wed, 17 Oct 2001 17:00:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I00V643961; Wed, 17 Oct 2001 17:00:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200110180000.f9I00V643961@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Oct 2001 17:00:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/17 17:00:31 PDT Modified files: sys/alpha/include ansi.h Log: Sync comments with i386. Revision Changes Path 1.17 +7 -7 src/sys/alpha/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 Wed Oct 17 17:27: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 77E0A37B407; Wed, 17 Oct 2001 17:27:39 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I0Rd850796; Wed, 17 Oct 2001 17:27:39 -0700 (PDT) (envelope-from obrien) Message-Id: <200110180027.f9I0Rd850796@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Oct 2001 17:27:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/17 17:27:39 PDT Modified files: sys/alpha/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h sys/sparc64/include ansi.h Log: Add support for "__gnuc_va_list". Some overly "smart" libraries assume the existence of the __gnuc_va_list type[*] because our compiler is GCC. [*] __gnuc_va_list is defined in the GCC ginclude/stdarg.h replacement headerwhich we don't use. Revision Changes Path 1.18 +4 -1 src/sys/alpha/include/ansi.h 1.28 +8 -0 src/sys/i386/include/ansi.h 1.11 +8 -2 src/sys/ia64/include/ansi.h 1.10 +6 -3 src/sys/powerpc/include/ansi.h 1.5 +5 -2 src/sys/sparc64/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 Wed Oct 17 18:30: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 DD48F37B405; Wed, 17 Oct 2001 18:30:38 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I1Ucv62199; Wed, 17 Oct 2001 18:30:38 -0700 (PDT) (envelope-from grog) Message-Id: <200110180130.f9I1Ucv62199@freefall.freebsd.org> From: Greg Lehey Date: Wed, 17 Oct 2001 18:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/10/17 18:30:38 PDT Modified files: en index.xsl Log: Don't claim that FreeBSD is UNIX. Requested by: Morag Nunn Clarify which Intel platform we support. Revision Changes Path 1.10 +6 -4 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 19:44:32 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9748737B40F; Wed, 17 Oct 2001 19:44:26 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9I2iLU18041; Wed, 17 Oct 2001 19:44:21 -0700 (PDT) (envelope-from obrien) Date: Wed, 17 Oct 2001 19:44:21 -0700 From: "David O'Brien" To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/binutils - Imported sources Message-ID: <20011017194421.C17542@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200110130147.f9D1lqQ09794@freefall.freebsd.org> <20011016100529.Y549-100000@salmon.nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011016100529.Y549-100000@salmon.nlsystems.com>; from dfr@nlsystems.com on Tue, Oct 16, 2001 at 10:06:12AM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Oct 16, 2001 at 10:06:12AM +0100, Doug Rabson wrote: > > obrien 2001/10/12 18:47:52 PDT > > > > src/contrib/binutils - Imported sources > > Update of /home/ncvs/src/contrib/binutils > > In directory freefall.freebsd.org:/c/tmp/cvs-serv9532 > > > > Log Message: > > Import the extra bits needed to target IA-64, PowerPC, and sparc64. > > (this is Binutils from the FSF 2.11 branch [checked out 19-July-2001]) > > The file ia64-asmtab.c in this import is corrupt. All the 64-bit values in > it have been truncated to 32-bits which means that gas generates bogus > output. Quite possibly. I cannot do anything about this until we work under SKI again. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 19:49: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 B973037B405; Wed, 17 Oct 2001 19:49:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I2ntj72129; Wed, 17 Oct 2001 19:49:55 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110180249.f9I2ntj72129@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 17 Oct 2001 19:49:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/latex2html Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/17 19:49:55 PDT Modified files: textproc/latex2html Makefile Log: forgot it in the last commit Submitted by: Cyrille Lefevre Revision Changes Path 1.22 +1 -0 ports/textproc/latex2html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 20: 8: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 3971A37B403; Wed, 17 Oct 2001 20:08:19 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I38Jh77017; Wed, 17 Oct 2001 20:08:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110180308.f9I38Jh77017@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 17 Oct 2001 20:08:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler MFCns_handler.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/17 20:08:19 PDT Modified files: mfcns/handler MFCns_handler.py Log: Allow `0 [day[s]|week[s]|month[s]]' as a valid period. For me it makes no sense, but some people don't think so... Prompted by: dillon, darrenr Revision Changes Path 1.9 +4 -3 projects/mfcns/handler/MFCns_handler.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 20:28:27 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 D88EF37B403 for ; Wed, 17 Oct 2001 20:28:23 -0700 (PDT) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.6/8.11.4) id f9I3SLv40775; Thu, 18 Oct 2001 10:28:21 +0700 (NOVST) (envelope-from nnd) Date: Thu, 18 Oct 2001 10:28:21 +0700 (NOVST) Message-Id: <200110180328.f9I3SLv40775@wint.itfs.nsk.su> From: nnd@mail.nsk.ru (Nickolay Dudorov) To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h In-Reply-To: <200110180027.f9I0Rd850796@freefall.freebsd.org> User-Agent: tin/1.5.9-20010723 ("Chord of Souls") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <200110180027.f9I0Rd850796@freefall.freebsd.org> you wrote: > obrien 2001/10/17 17:27:39 PDT > > Modified files: > sys/alpha/include ansi.h > sys/i386/include ansi.h > sys/ia64/include ansi.h > sys/powerpc/include ansi.h > sys/sparc64/include ansi.h > Log: > Add support for "__gnuc_va_list". Some overly "smart" libraries assume > the existence of the __gnuc_va_list type[*] because our compiler is GCC. > > [*] __gnuc_va_list is defined in the GCC ginclude/stdarg.h replacement > headerwhich we don't use. > > Revision Changes Path > 1.18 +4 -1 src/sys/alpha/include/ansi.h > 1.28 +8 -0 src/sys/i386/include/ansi.h > 1.11 +8 -2 src/sys/ia64/include/ansi.h > 1.10 +6 -3 src/sys/powerpc/include/ansi.h > 1.5 +5 -2 src/sys/sparc64/include/ansi.h And at least in i386 case it prevents kernel building (compiling src/sys/i386/i386/genassym.c). The problem is in line 78 of src/sys/i386/include/ansi.h which trys to do: typedef _BSD_VA_LIST_ __gnuc_va_list without '#define-ing' this macro. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 21: 5: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 48B5E37B410; Wed, 17 Oct 2001 21:05:15 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I45Fk82743; Wed, 17 Oct 2001 21:05:15 -0700 (PDT) (envelope-from jdp) Message-Id: <200110180405.f9I45Fk82743@freefall.freebsd.org> From: John Polstra Date: Wed, 17 Oct 2001 21:05:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/10/17 21:05:15 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 identcpu.c Log: MFC 1.94 -> 1.95: Fix the cpuid asm statement so it works at -O2. Also, replace the .byte directive with the "cpuid" mnemonic, since the assembler supports it now. Revision Changes Path 1.80.2.7 +4 -9 src/sys/i386/i386/identcpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 21:53: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 97A3E37B401; Wed, 17 Oct 2001 21:53:50 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I4roC89037; Wed, 17 Oct 2001 21:53:50 -0700 (PDT) (envelope-from bmah) Message-Id: <200110180453.f9I4roC89037@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 17 Oct 2001 21:53:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/installation/common install.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/17 21:53:50 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/installation/common install.sgml Log: On the i386, the cited minimum memory requirements in INSTALL.TXT were too low. Use the values cited on the 4.3-RELEASE CDROM INSTALL.TXT. While I'm here, do some minor wordsmithing around the change. Pointed out by: Matt Penna Revision Changes Path 1.1.2.34 +6 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.1.2.8 +8 -6 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 22: 2: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 19D1337B401; Wed, 17 Oct 2001 22:02:40 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I52eR89874; Wed, 17 Oct 2001 22:02:40 -0700 (PDT) (envelope-from bmah) Message-Id: <200110180502.f9I52eR89874@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 17 Oct 2001 22:02:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.4R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/17 22:02:40 PDT Modified files: en/releases/4.4R errata.html Log: Regen from article.sgml 1.1.2.33. Revision Changes Path 1.8 +11 -1 www/en/releases/4.4R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Oct 17 22:21: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 0337D37B405; Wed, 17 Oct 2001 22:21:53 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I5LqL95025; Wed, 17 Oct 2001 22:21:52 -0700 (PDT) (envelope-from marcel) Message-Id: <200110180521.f9I5LqL95025@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 17 Oct 2001 22:21:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/17 22:21:52 PDT Modified files: sys/ia64/ia64 trap.c Log: Fix typos in previous commit: o s/sys_narg/sy_narg/ o s/SYS_MPSAFE/SYF_MPSAFE/ Revision Changes Path 1.34 +1 -1 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 0:23: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id D48A137B409; Thu, 18 Oct 2001 00:22:56 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 15u7W3-0000hx-0U; Thu, 18 Oct 2001 08:22:55 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f9I7Ld778913; Thu, 18 Oct 2001 08:21:39 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Thu, 18 Oct 2001 08:19:54 +0100 (BST) From: Doug Rabson To: "David O'Brien" Cc: , Subject: Re: cvs commit: src/contrib/binutils - Imported sources In-Reply-To: <20011017194421.C17542@dragon.nuxi.com> Message-ID: <20011018081858.Y549-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Oct 2001, David O'Brien wrote: > On Tue, Oct 16, 2001 at 10:06:12AM +0100, Doug Rabson wrote: > > > obrien 2001/10/12 18:47:52 PDT > > > > > > src/contrib/binutils - Imported sources > > > Update of /home/ncvs/src/contrib/binutils > > > In directory freefall.freebsd.org:/c/tmp/cvs-serv9532 > > > > > > Log Message: > > > Import the extra bits needed to target IA-64, PowerPC, and sparc64. > > > (this is Binutils from the FSF 2.11 branch [checked out 19-July-2001]) > > > > The file ia64-asmtab.c in this import is corrupt. All the 64-bit values in > > it have been truncated to 32-bits which means that gas generates bogus > > output. > > > Quite possibly. I cannot do anything about this until we work under SKI > again. Ummm. I'm confused - I was running a kernel under SKI just yesterday. What kernel config are you using? I use the canned 'SKI' config. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 0:34:20 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id 734E937B408; Thu, 18 Oct 2001 00:34:13 -0700 (PDT) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id f9I7Y1S49490; Wed, 17 Oct 2001 21:34:01 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Wed, 17 Oct 2001 21:34:01 -1000 (HST) From: Vincent Poy To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, , Subject: Re: cvs commit: ports/mail/popper/scripts pre-install In-Reply-To: <20011018020921.A53494@nagual.pp.ru> Message-ID: <20011017213332.D29569-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001, Andrey A. Chernov wrote: > On Wed, Oct 17, 2001 at 11:51:13 -1000, Vincent Poy wrote: > > > > Is this needed since this has been part of src/etc/group 1.19 and > > src/etc/master.passwd 1.25 since late 1999. > > This is needed for sysadmin that keeps their own unique (non-standard) > passwds and still want to install popper. That makes sense. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 0:45: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 C0A6537B405; Thu, 18 Oct 2001 00:45:43 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I7jfV18026; Thu, 18 Oct 2001 00:45:41 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110180745.f9I7jfV18026@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 00:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/filter Makefile projects/mfcns Makefile Makefile.inc projects/mfcns/handler Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 00:45:41 PDT Modified files: mfcns/filter Makefile Added files: mfcns Makefile Makefile.inc mfcns/handler Makefile Log: Add simple building infrastructure. Revision Changes Path 1.1 +5 -0 projects/mfcns/Makefile (new) 1.1 +6 -0 projects/mfcns/Makefile.inc (new) 1.2 +3 -3 projects/mfcns/filter/Makefile 1.1 +12 -0 projects/mfcns/handler/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 0:47: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 28E2937B401; Thu, 18 Oct 2001 00:47:46 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I7lku18261; Thu, 18 Oct 2001 00:47:46 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110180747.f9I7lku18261@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 00:47:46 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 00:47:46 PDT Modified files: . modules Log: mfcns --> projects/mfcns Revision Changes Path 1.4006 +1 -0 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 Oct 18 0:49: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 0187537B407; Thu, 18 Oct 2001 00:49:08 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I7n7818435; Thu, 18 Oct 2001 00:49:07 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110180749.f9I7n7818435@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 00:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 00:49:07 PDT Modified files: mfcns/handler Makefile Log: Remove reference to a file which has not been added yet. Revision Changes Path 1.2 +1 -1 projects/mfcns/handler/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1: 3: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 948C537B408; Thu, 18 Oct 2001 01:03:23 -0700 (PDT) Received: (from hm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I83Nf20605; Thu, 18 Oct 2001 01:03:23 -0700 (PDT) (envelope-from hm) Message-Id: <200110180803.f9I83Nf20605@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 18 Oct 2001 01:03:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdntrace q931.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/10/18 01:03:23 PDT Modified files: usr.sbin/i4b/isdntrace q931.c Log: keypad facility information element: add keypad facility information decoding. MFC after: 1 month Revision Changes Path 1.8 +12 -4 src/usr.sbin/i4b/isdntrace/q931.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1: 8: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 B4B6637B401; Thu, 18 Oct 2001 01:08:17 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I88H424333; Thu, 18 Oct 2001 01:08:17 -0700 (PDT) (envelope-from des) Message-Id: <200110180808.f9I88H424333@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 01:08:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wall ttymsg.h ttymsg.c wall.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 01:08:17 PDT Modified files: (Branch: RELENG_4) usr.bin/wall ttymsg.c wall.c Added files: (Branch: RELENG_4) usr.bin/wall ttymsg.h Log: MFC: synch with HEAD: - const and type fixes - move ttymsg() prototype into ttymsg.h Revision Changes Path 1.4.2.3 +9 -6 src/usr.bin/wall/ttymsg.c 1.1.2.1 +3 -0 src/usr.bin/wall/ttymsg.h (new) 1.13.2.6 +5 -3 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 Thu Oct 18 1:12: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 9560E37B401; Thu, 18 Oct 2001 01:12:50 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8Co425046; Thu, 18 Oct 2001 01:12:50 -0700 (PDT) (envelope-from des) Message-Id: <200110180812.f9I8Co425046@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 01:12:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd Makefile syslogd.8 syslogd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 01:12:50 PDT Modified files: (Branch: RELENG_4) usr.sbin/syslogd Makefile syslogd.8 syslogd.c Log: MFC: synch with HEAD: - add -b option - fix remote logging - check return values from malloc() et al. - strlfoo() instead of strfoo() / strnfoo() - const, type, style fixes - WARNS level 1 Revision Changes Path 1.3.6.3 +7 -4 src/usr.sbin/syslogd/Makefile 1.22.2.13 +7 -1 src/usr.sbin/syslogd/syslogd.8 1.59.2.11 +253 -164 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1:21: 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 AFDF937B40A; Thu, 18 Oct 2001 01:20:59 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8KxR25865; Thu, 18 Oct 2001 01:20:59 -0700 (PDT) (envelope-from murray) Message-Id: <200110180820.f9I8KxR25865@freefall.freebsd.org> From: Murray Stokely Date: Thu, 18 Oct 2001 01:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/18 01:20:59 PDT Modified files: (Branch: RELENG_4) share/man/man7 hier.7 Log: MFC: r1.58-1.59 (more info about /tmp and note that this is just the default hierarchy) Revision Changes Path 1.29.2.10 +8 -2 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1: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 502CB37B401; Thu, 18 Oct 2001 01:29:26 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8TQj26821; Thu, 18 Oct 2001 01:29:26 -0700 (PDT) (envelope-from des) Message-Id: <200110180829.f9I8TQj26821@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 01:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 01:29:26 PDT Modified files: lib/libfetch Makefile common.c common.h ftp.c http.c Log: Tons of type, style and warning fixes that have been rotting in my tree for ages - some of which wouldn't be necessary if gcc wasn't broken or TPTB were willing to do something (-fno-builtin) about it. Revision Changes Path 1.23 +31 -9 src/lib/libfetch/Makefile 1.21 +8 -5 src/lib/libfetch/common.c 1.16 +11 -11 src/lib/libfetch/common.h 1.71 +29 -29 src/lib/libfetch/ftp.c 1.45 +24 -18 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1:33: 5 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 EC79837B405; Thu, 18 Oct 2001 01:32:59 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 04AD814C2E; Thu, 18 Oct 2001 10:32:57 +0200 (CEST) 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: Mikhail Teterin Cc: rwatson@FreeBSD.org, ache@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group master.passwd References: <200110171532.f9HFWPZ03294@aldan.algebra.com> From: Dag-Erling Smorgrav Date: 18 Oct 2001 10:32:57 +0200 In-Reply-To: <200110171532.f9HFWPZ03294@aldan.algebra.com> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mikhail Teterin writes: > My few pennies :) First, there are plenty of other nobody:nogroup pieces > running. Squid, for example and it owns A LOT of files on a typical > installation. On my systems, squid either runs as www:www (80:80) or squid:squid (3128:3128 or 8080:8080). 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 Thu Oct 18 1:48: 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 CF3DB37B405; Thu, 18 Oct 2001 01:47:56 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8lun28859; Thu, 18 Oct 2001 01:47:56 -0700 (PDT) (envelope-from brian) Message-Id: <200110180847.f9I8lun28859@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Oct 2001 01:47:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp lcp.c lcp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/18 01:47:56 PDT Modified files: usr.sbin/ppp lcp.c lcp.h Log: When the peer fails to specify an MRU and a 1500 byte MRU is not allowed either because of the transport or configuration, send a MRU NAK only once, then allow the negotiations to proceed. rfc1661 says that 1500 should always be allowed and rfc2516 says that 1492 is the maximum for PPPoE. This changes ppp so that it only weakly suggests 1492, then goes with the default (leaving the problem in the hands of the peer WRT how they set their MTU). MFC after: 1 week Revision Changes Path 1.97 +8 -5 src/usr.sbin/ppp/lcp.c 1.28 +2 -1 src/usr.sbin/ppp/lcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1: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 EBE2E37B403; Thu, 18 Oct 2001 01:48:04 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8m4w28890; Thu, 18 Oct 2001 01:48:04 -0700 (PDT) (envelope-from brian) Message-Id: <200110180848.f9I8m4w28890@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Oct 2001 01:48:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp lcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/18 01:48:04 PDT Modified files: usr.sbin/ppp lcp.c Log: Fix AUTH callback negotiations. MFC after: 1 week Revision Changes Path 1.98 +2 -2 src/usr.sbin/ppp/lcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1: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 76CEF37B401; Thu, 18 Oct 2001 01:48:50 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8moY29058; Thu, 18 Oct 2001 01:48:50 -0700 (PDT) (envelope-from brian) Message-Id: <200110180848.f9I8moY29058@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Oct 2001 01:48:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp lcp.c lcp.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/18 01:48:50 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp lcp.c lcp.h Log: MFC: When the peer fails to specify an MRU and a 1500 byte MRU is not allowed either because of the transport or configuration, send a MRU NAK only once, then allow the negotiations to proceed. Revision Changes Path 1.84.2.13 +8 -5 src/usr.sbin/ppp/lcp.c 1.24.2.4 +2 -1 src/usr.sbin/ppp/lcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1:49: 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 1FF4937B42A; Thu, 18 Oct 2001 01:49:01 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I8n1W29089; Thu, 18 Oct 2001 01:49:01 -0700 (PDT) (envelope-from brian) Message-Id: <200110180849.f9I8n1W29089@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Oct 2001 01:49:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp lcp.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/18 01:49:01 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp lcp.c Log: MFC: Fix AUTH callback negotiations. Revision Changes Path 1.84.2.14 +2 -2 src/usr.sbin/ppp/lcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 1:59: 1 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 EB99C37B401; Thu, 18 Oct 2001 01:58:24 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9I8wAY95899; Thu, 18 Oct 2001 11:58:10 +0300 (EEST) (envelope-from ru) Date: Thu, 18 Oct 2001 11:58:10 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h Message-ID: <20011018115810.A87594@sunbay.com> References: <200110180027.f9I0Rd850796@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110180027.f9I0Rd850796@freefall.freebsd.org>; from obrien@FreeBSD.org on Wed, Oct 17, 2001 at 05:27:39PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The below change breaks 4.4-STABLE -> 5.0-CURRENT upgrade path: : -------------------------------------------------------------- : >>> stage 4: building libraries : -------------------------------------------------------------- : cd /CURRENT/usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 COMPILER_PATH=/usr/obj/CURRENT/usr/src/i386/usr/libexec:/usr/obj/CURRENT/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/CURRENT/usr/src/i386/usr/lib:/usr/obj/CURRENT/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/CURRENT/usr/src/i386/usr/libexec CFLAGS="-nostdinc -O -pipe " CXXINCLUDES="-nostdinc++ " PERL5LIB=/usr/obj/CURRENT/usr/src/i386/usr/libdata/perl/5.6.0 GROFF_BIN_PATH=/usr/obj/CURRENT/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/CURRENT/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/CURRENT/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/CURRENT/usr/src/i386 INSTALL="sh /CURRENT/usr/src/tools/install.sh" PATH=/usr/obj/CURRENT/usr/src/i386/usr/sbin:/usr/obj/CURRENT/usr/src/i386/usr/bin:/usr/obj/CURRENT/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries : cd /CURRENT/usr/src/lib/csu/i386-elf; make depend; make all; make install : rm -f .depend : mkdep -f .depend -a -nostdinc -I/CURRENT/usr/src/lib/csu/i386-elf/../common -I/usr/obj/CURRENT/usr/src/i386/usr/include /CURRENT/usr/src/lib/csu/i386-elf/crti.S /CURRENT/usr/src/lib/csu/i386-elf/crtn.S : mkdep -f .depend -a -nostdinc -I/CURRENT/usr/src/lib/csu/i386-elf/../common -I/usr/obj/CURRENT/usr/src/i386/usr/include /CURRENT/usr/src/lib/csu/i386-elf/crt1.c : cd /CURRENT/usr/src/lib/csu/i386-elf; make _EXTRADEPEND : cc -nostdinc -O -pipe -elf -Wall -fkeep-inline-functions -I/CURRENT/usr/src/lib/csu/i386-elf/../common -I/usr/obj/CURRENT/usr/src/i386/usr/include -c /CURRENT/usr/src/lib/csu/i386-elf/crt1.c -o crt1.o : In file included from /usr/obj/CURRENT/usr/src/i386/usr/include/stddef.h:41, : from /CURRENT/usr/src/lib/csu/i386-elf/crt1.c:32: : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/ansi.h:78: syntax error before `__gnuc_va_list' : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/ansi.h:78: warning: type defaults to `int' in declaration of `__gnuc_va_list' : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/ansi.h:78: warning: data definition has no type or storage class : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/endian.h:74: warning: `__uint16_swap_uint32' defined but not used : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/endian.h:82: warning: `__uint8_swap_uint32' defined but not used : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/endian.h:94: warning: `__uint8_swap_uint16' defined but not used : *** Error code 1 : : Stop in /CURRENT/usr/src/lib/csu/i386-elf. : *** Error code 1 In 4.4-STABLE, the following are defined: #define __GNUC__ 2 #define __GNUC_MINOR__ 95 and _BSD_VA_LIST_ is undefined. The attached patch should fix this. Also, the ia64/include/ansi.h doesn't have __GNUC__ version checks thus making it impossible to cross-upgrade from 4.4-STABLE i386 to 5.0-CURRENT ia64. Has this been considered? On Wed, Oct 17, 2001 at 05:27:39PM -0700, David E. O'Brien wrote: > obrien 2001/10/17 17:27:39 PDT > > Modified files: > sys/alpha/include ansi.h > sys/i386/include ansi.h > sys/ia64/include ansi.h > sys/powerpc/include ansi.h > sys/sparc64/include ansi.h > Log: > Add support for "__gnuc_va_list". Some overly "smart" libraries assume > the existence of the __gnuc_va_list type[*] because our compiler is GCC. > > [*] __gnuc_va_list is defined in the GCC ginclude/stdarg.h replacement > headerwhich we don't use. > > Revision Changes Path > 1.18 +4 -1 src/sys/alpha/include/ansi.h > 1.28 +8 -0 src/sys/i386/include/ansi.h > 1.11 +8 -2 src/sys/ia64/include/ansi.h > 1.10 +6 -3 src/sys/powerpc/include/ansi.h > 1.5 +5 -2 src/sys/sparc64/include/ansi.h -- 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 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: sys/alpha/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/alpha/include/ansi.h,v retrieving revision 1.18 diff -u -r1.18 ansi.h --- sys/alpha/include/ansi.h 2001/10/18 00:27:37 1.18 +++ sys/alpha/include/ansi.h 2001/10/18 08:58:58 @@ -72,11 +72,9 @@ #define _BSD_OFF_T_ long /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#ifdef __GNUC__ +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else typedef struct { char *__base; @@ -84,6 +82,8 @@ int __pad; } __va_list; #define _BSD_VA_LIST_ __va_list /* va_list */ +#endif +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #endif /*__GNUC__*/ /* Index: sys/i386/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/ansi.h,v retrieving revision 1.28 diff -u -r1.28 ansi.h --- sys/i386/include/ansi.h 2001/10/18 00:27:38 1.28 +++ sys/i386/include/ansi.h 2001/10/18 08:58:59 @@ -71,13 +71,13 @@ #define _BSD_OFF_T_ __int64_t /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#ifdef __GNUC__ +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else #define _BSD_VA_LIST_ char * /* va_list */ +#endif +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #endif /*__GNUC__*/ /* Index: sys/ia64/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/ia64/include/ansi.h,v retrieving revision 1.11 diff -u -r1.11 ansi.h --- sys/ia64/include/ansi.h 2001/10/18 00:27:38 1.11 +++ sys/ia64/include/ansi.h 2001/10/18 08:59:00 @@ -72,7 +72,7 @@ #define _BSD_OFF_T_ long /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ +#ifdef __GNUC__ #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else Index: sys/powerpc/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/powerpc/include/ansi.h,v retrieving revision 1.10 diff -u -r1.10 ansi.h --- sys/powerpc/include/ansi.h 2001/10/18 00:27:38 1.10 +++ sys/powerpc/include/ansi.h 2001/10/18 08:59:02 @@ -71,11 +71,9 @@ #define _BSD_OFF_T_ __int64_t /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#ifdef __GNUC__ +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else typedef struct { char __gpr; @@ -85,6 +83,8 @@ char *__base; } __va_list; #define _BSD_VA_LIST_ __va_list /* va_list */ +#endif +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #endif /*__GNUC__*/ /* Index: sys/sparc64/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/sparc64/include/ansi.h,v retrieving revision 1.5 diff -u -r1.5 ansi.h --- sys/sparc64/include/ansi.h 2001/10/18 00:27:39 1.5 +++ sys/sparc64/include/ansi.h 2001/10/18 08:59:02 @@ -72,13 +72,13 @@ #define _BSD_OFF_T_ long /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#ifdef __GNUC__ +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else #define _BSD_VA_LIST_ char * /* va_list */ +#endif +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #endif /*__GNUC__*/ /* --YZ5djTAD1cGYuMQK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 2:20:43 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 C52E437B401; Thu, 18 Oct 2001 02:20:12 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9I9K8j99375; Thu, 18 Oct 2001 12:20:08 +0300 (EEST) (envelope-from ru) Date: Thu, 18 Oct 2001 12:20:08 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h Message-ID: <20011018122008.A99048@sunbay.com> References: <200110180027.f9I0Rd850796@freefall.freebsd.org> <20011018115810.A87594@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011018115810.A87594@sunbay.com>; from ru@FreeBSD.org on Thu, Oct 18, 2001 at 11:58:10AM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 18, 2001 at 11:58:10AM +0300, Ruslan Ermilov wrote: > The below change breaks 4.4-STABLE -> 5.0-CURRENT upgrade path: > [...] > : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/ansi.h:78: syntax error before `__gnuc_va_list' > : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/ansi.h:78: warning: type defaults to `int' in declaration of `__gnuc_va_list' > : /usr/obj/CURRENT/usr/src/i386/usr/include/machine/ansi.h:78: warning: data definition has no type or storage class > : *** Error code 1 [...] > In 4.4-STABLE, the following are defined: > > #define __GNUC__ 2 > #define __GNUC_MINOR__ 95 > > and _BSD_VA_LIST_ is undefined. The attached patch should fix this. > Also, the ia64/include/ansi.h doesn't have __GNUC__ version checks > thus making it impossible to cross-upgrade from 4.4-STABLE i386 to > 5.0-CURRENT ia64. Has this been considered? > The previous patch was bogus -- _BSD_VA_LIST_ is required for non-GCC compilers as well. The attached is believed to be the right version. 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 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: sys/alpha/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/alpha/include/ansi.h,v retrieving revision 1.18 diff -u -r1.18 ansi.h --- sys/alpha/include/ansi.h 2001/10/18 00:27:37 1.18 +++ sys/alpha/include/ansi.h 2001/10/18 09:18:09 @@ -72,11 +72,8 @@ #define _BSD_OFF_T_ long /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else typedef struct { char *__base; @@ -85,6 +82,10 @@ } __va_list; #define _BSD_VA_LIST_ __va_list /* va_list */ #endif /*__GNUC__*/ + +#ifdef __GNUC__ +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ +#endif /* * The rune type above is declared to be an ``int'' instead of the more natural Index: sys/i386/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/ansi.h,v retrieving revision 1.28 diff -u -r1.28 ansi.h --- sys/i386/include/ansi.h 2001/10/18 00:27:38 1.28 +++ sys/i386/include/ansi.h 2001/10/18 09:18:09 @@ -71,14 +71,15 @@ #define _BSD_OFF_T_ __int64_t /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else #define _BSD_VA_LIST_ char * /* va_list */ #endif /*__GNUC__*/ + +#ifdef __GNUC__ +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ +#endif /* * The rune type above is declared to be an ``int'' instead of the more natural Index: sys/ia64/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/ia64/include/ansi.h,v retrieving revision 1.11 diff -u -r1.11 ansi.h --- sys/ia64/include/ansi.h 2001/10/18 00:27:38 1.11 +++ sys/ia64/include/ansi.h 2001/10/18 09:18:10 @@ -72,7 +72,7 @@ #define _BSD_OFF_T_ long /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ +#ifdef __GNUC__ #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else Index: sys/powerpc/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/powerpc/include/ansi.h,v retrieving revision 1.10 diff -u -r1.10 ansi.h --- sys/powerpc/include/ansi.h 2001/10/18 00:27:38 1.10 +++ sys/powerpc/include/ansi.h 2001/10/18 09:18:12 @@ -71,11 +71,8 @@ #define _BSD_OFF_T_ __int64_t /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else typedef struct { char __gpr; @@ -86,6 +83,10 @@ } __va_list; #define _BSD_VA_LIST_ __va_list /* va_list */ #endif /*__GNUC__*/ + +#ifdef __GNUC__ +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ +#endif /* * The rune type above is declared to be an ``int'' instead of the more natural Index: sys/sparc64/include/ansi.h =================================================================== RCS file: /home/ncvs/src/sys/sparc64/include/ansi.h,v retrieving revision 1.5 diff -u -r1.5 ansi.h --- sys/sparc64/include/ansi.h 2001/10/18 00:27:39 1.5 +++ sys/sparc64/include/ansi.h 2001/10/18 09:18:12 @@ -72,14 +72,15 @@ #define _BSD_OFF_T_ long /* file offset */ #define _BSD_PID_T_ int /* process [group] */ -#if defined __GNUC__ -#if (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ > 95) +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ -#endif -typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ #else #define _BSD_VA_LIST_ char * /* va_list */ #endif /*__GNUC__*/ + +#ifdef __GNUC__ +typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ +#endif /* * The rune type above is declared to be an ``int'' instead of the more natural --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 2:48: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 7604C37B405; Thu, 18 Oct 2001 02:48:28 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9I9mSY39618; Thu, 18 Oct 2001 02:48:28 -0700 (PDT) (envelope-from roberto) Message-Id: <200110180948.f9I9mSY39618@freefall.freebsd.org> From: Ollivier Robert Date: Thu, 18 Oct 2001 02:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2001/10/18 02:48:28 PDT Modified files: sbin/newfs newfs.c Log: Fix diskless clients by removing the code for calculating the minimum value for cpg. The change was bogus. Submitted by: bde MFC after: 2 days Revision Changes Path 1.43 +2 -14 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 3: 1:57 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 769E937B403; Thu, 18 Oct 2001 03:01:42 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9IA1JF05960; Thu, 18 Oct 2001 13:01:19 +0300 (EEST) (envelope-from ru) Date: Thu, 18 Oct 2001 13:01:19 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils Makefile Message-ID: <20011018130119.A4221@sunbay.com> References: <200110150157.f9F1vD919593@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: <200110150157.f9F1vD919593@freefall.freebsd.org>; from obrien@FreeBSD.org on Sun, Oct 14, 2001 at 06:57:13PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This change breaks cross-compiling alpha on i386, as NO_GDB now doesn't take effect if TARGET_ARCH=alpha due to the introduced bug in Makefile, as can be seen from: $ cd /CURRENT/usr/src/gnu/usr.bin/binutils $ make -DNO_GDB TARGET_ARCH=alpha -VSUBDIR make(1) manpage: : The operator may be any one of the following: : : || logical OR : : && Logical AND; of higher precedence than `||'. The attached patch fixes this. Also, using TARGET_ARCH here is unproven since it is to be used for cross tools only, and gdb(1) isn't such a tool. We should use MACHINE_ARCH here. Better viewed as patch for revision 1.14. : -------------------------------------------------------------- : >>> stage 3: cross tools : -------------------------------------------------------------- : cd /CURRENT/usr/src; TOOLS_PREFIX=/usr/obj/alpha/CURRENT/usr/src/i386 MAKEOBJDIRPREFIX=/usr/obj/alpha/CURRENT/usr/src/i386 DESTDIR= INSTALL="sh /CURRENT/usr/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_FORTRAN -DNO_GDB cross-tools : [...] : cd /CURRENT/usr/src/gnu/usr.bin/binutils; make obj; make depend; make all; make DESTDIR=/usr/obj/alpha/CURRENT/usr/src/i386 install : ===> gdb : cc -O -pipe -D_GNU_SOURCE -I- -I. -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../libbfd/alpha -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/include -Dprint_insn_i386=print_insn_i386_att -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/i386 -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/binutils -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/bfd -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb.291/gdb -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb.291/gdb/config -DFREEBSD_ELF -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb -I/usr/include/readline -DNO_MMALLOC -c init.c : [...] : cc -O -pipe -D_GNU_SOURCE -I- -I. -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../libbfd/alpha -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/include -Dprint_insn_i386=print_insn_i386_att -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/i386 -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/binutils -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/bfd -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb.291/gdb -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb.291/gdb/config -DFREEBSD_ELF -I/CURRENT/usr/src/gnu/usr.bin/binutils/gdb -I/usr/include/readline -DNO_MMALLOC -c /CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c : /CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c: In function `fetch_inferior_registers': : /CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c:88: structure has no member named `r_regs' : /CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c:91: structure has no member named `fpr_regs' : /CURRENT/usr/src/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat.c:93: structure has no member named `r_regs' : [...] : *** Error code 1 : : Stop in /CURRENT/usr/src/gnu/usr.bin/binutils/gdb. : *** Error code 1 On Sun, Oct 14, 2001 at 06:57:13PM -0700, David E. O'Brien wrote: > obrien 2001/10/14 18:57:13 PDT > > Modified files: > gnu/usr.bin/binutils Makefile > Log: > We don't support GDB for IA-64, PowerPC, or sparc64 yet. > > Revision Changes Path > 1.15 +4 -2 src/gnu/usr.bin/binutils/Makefile -- 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 Oct 18 3:17: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 B2A2837B405; Thu, 18 Oct 2001 03:17:47 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IAHl746504; Thu, 18 Oct 2001 03:17:47 -0700 (PDT) (envelope-from ru) Message-Id: <200110181017.f9IAHl746504@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 18 Oct 2001 03:17:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/18 03:17:47 PDT Modified files: (Branch: RELENG_4) usr.sbin/arp arp.c Log: MFC: 1.32: Print interface name for each ARP entry. Revision Changes Path 1.22.2.5 +4 -1 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 3:27: 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 1358F37B405; Thu, 18 Oct 2001 03:27:02 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IAR2l48105; Thu, 18 Oct 2001 03:27:02 -0700 (PDT) (envelope-from ru) Message-Id: <200110181027.f9IAR2l48105@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 18 Oct 2001 03:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uuencode Makefile uuencode.c uuencode.format.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/18 03:27:01 PDT Modified files: (Branch: RELENG_4) usr.bin/uuencode Makefile uuencode.c uuencode.format.5 Log: MFC: Pad input with nulls if it's not a multiple of 3. WARNSify. Revision Changes Path 1.2.14.2 +1 -0 src/usr.bin/uuencode/Makefile 1.4.2.2 +8 -2 src/usr.bin/uuencode/uuencode.c 1.8.2.4 +2 -2 src/usr.bin/uuencode/uuencode.format.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 3:33: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 7E6E037B413; Thu, 18 Oct 2001 03:33:25 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IAXPC49001; Thu, 18 Oct 2001 03:33:25 -0700 (PDT) (envelope-from ru) Message-Id: <200110181033.f9IAXPC49001@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 18 Oct 2001 03:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/18 03:33:25 PDT Modified files: (Branch: RELENG_4) usr.bin/netstat route.c Log: MFC: 1.63: Fixed bugs from revision 1.27. Revision Changes Path 1.41.2.11 +17 -10 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 3:45:59 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 C10DF37B407; Thu, 18 Oct 2001 03:45:16 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9IAiw612397; Thu, 18 Oct 2001 13:44:58 +0300 (EEST) (envelope-from ru) Date: Thu, 18 Oct 2001 13:44:58 +0300 From: Ruslan Ermilov To: Dag-Erling Smorgrav Cc: Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/wall ttymsg.h ttymsg.c wall.c Message-ID: <20011018134458.B7667@sunbay.com> References: <200110180808.f9I88H424333@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: <200110180808.f9I88H424333@freefall.freebsd.org>; from des@FreeBSD.org on Thu, Oct 18, 2001 at 01:08:17AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 01:08:17AM -0700, Dag-Erling Smorgrav wrote: > des 2001/10/18 01:08:17 PDT > > Modified files: (Branch: RELENG_4) > usr.bin/wall ttymsg.c wall.c > Added files: (Branch: RELENG_4) > usr.bin/wall ttymsg.h > Log: > MFC: synch with HEAD: > - const and type fixes > - move ttymsg() prototype into ttymsg.h > > Revision Changes Path > 1.4.2.3 +9 -6 src/usr.bin/wall/ttymsg.c > 1.1.2.1 +3 -0 src/usr.bin/wall/ttymsg.h (new) > 1.13.2.6 +5 -3 src/usr.bin/wall/wall.c > The original change by dd also fixed libexec/talkd. 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 Oct 18 3: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 5BF1337B409; Thu, 18 Oct 2001 03:51:58 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IApwm50711; Thu, 18 Oct 2001 03:51:58 -0700 (PDT) (envelope-from wjv) Message-Id: <200110181051.f9IApwm50711@freefall.freebsd.org> From: Johann Visagie Date: Thu, 18 Oct 2001 03:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-martel Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2001/10/18 03:51:57 PDT Modified files: textproc/py-martel Makefile distinfo pkg-descr pkg-plist Log: - Updat to version 0.6 - Since Martel is currently only maintained as part of the Biopython distribution, switch to a using locally maintained distfile culled from the Biopython CVS repo, including the "doc" subdirectory from Martel 0.5 Revision Changes Path 1.15 +11 -14 ports/textproc/py-martel/Makefile 1.5 +1 -1 ports/textproc/py-martel/distinfo 1.4 +3 -5 ports/textproc/py-martel/pkg-descr 1.7 +10 -149 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 Thu Oct 18 3:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id DA06837B405; Thu, 18 Oct 2001 03:53:53 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15uAou-00076x-00; Thu, 18 Oct 2001 12:54:36 +0200 From: Sheldon Hearn To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl In-reply-to: Your message of "Wed, 17 Oct 2001 18:30:38 MST." <200110180130.f9I1Ucv62199@freefall.freebsd.org> Date: Thu, 18 Oct 2001 12:54:36 +0200 Message-ID: <27338.1003402476@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Oct 2001 18:30:38 MST, Greg Lehey wrote: > Modified files: > en index.xsl > Log: > Don't claim that FreeBSD is UNIX. What's the difference between UNIX and Unix? Recently, a sweeping change was made to the Handbook, in which all appearances of UNIX were converted to Unix. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 4:33: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 8D96137B405; Thu, 18 Oct 2001 04:33:51 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBXpS63701; Thu, 18 Oct 2001 04:33:51 -0700 (PDT) (envelope-from tobez) Message-Id: <200110181133.f9IBXpS63701@freefall.freebsd.org> From: Anton Berezin Date: Thu, 18 Oct 2001 04:33:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libesmtp Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/18 04:33:51 PDT Modified files: mail/libesmtp Makefile distinfo pkg-descr Log: Update to 0.8.6. PR: 31346 Submitted by: maintainer Revision Changes Path 1.9 +3 -3 ports/mail/libesmtp/Makefile 1.4 +1 -1 ports/mail/libesmtp/distinfo 1.3 +2 -2 ports/mail/libesmtp/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 4:36: 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 7A8A237B405; Thu, 18 Oct 2001 04:35:54 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBZsi64119; Thu, 18 Oct 2001 04:35:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181135.f9IBZsi64119@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 04:35:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bzipfs.c bzlib.c.diff Makefile libstand.3 stand.h zipfs.c src/sys/boot/i386/loader Makefile conf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 04:35:54 PDT Modified files: (Branch: RELENG_4) lib/libstand Makefile libstand.3 stand.h zipfs.c sys/boot/i386/loader Makefile conf.c Added files: (Branch: RELENG_4) lib/libstand bzipfs.c bzlib.c.diff Log: MFC: optional support for loading bzip2-compressed kernels and modules. Revision Changes Path 1.14.2.6 +11 -2 src/lib/libstand/Makefile 1.2.2.1 +297 -0 src/lib/libstand/bzipfs.c (new) 1.1.2.1 +55 -0 src/lib/libstand/bzlib.c.diff (new) 1.5.2.9 +3 -1 src/lib/libstand/libstand.3 1.18.2.6 +2 -1 src/lib/libstand/stand.h 1.4.2.3 +4 -3 src/lib/libstand/zipfs.c 1.41.2.7 +8 -1 src/sys/boot/i386/loader/Makefile 1.11.2.4 +6 -1 src/sys/boot/i386/loader/conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 4:53: 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 1421937B401; Thu, 18 Oct 2001 04:53:02 -0700 (PDT) Received: (from hm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBr2o65864; Thu, 18 Oct 2001 04:53:02 -0700 (PDT) (envelope-from hm) Message-Id: <200110181153.f9IBr2o65864@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 18 Oct 2001 04:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include i4b_ioctl.h i4b_tel_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/10/18 04:53:01 PDT Modified files: sys/i386/include i4b_ioctl.h i4b_tel_ioctl.h Log: Add experimental support for sending keypad facility messages. MFC after: 2 months Revision Changes Path 1.15 +18 -4 src/sys/i386/include/i4b_ioctl.h 1.8 +3 -4 src/sys/i386/include/i4b_tel_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 4:53: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 DB2B537B403; Thu, 18 Oct 2001 04:53:50 -0700 (PDT) Received: (from hm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBroW66020; Thu, 18 Oct 2001 04:53:50 -0700 (PDT) (envelope-from hm) Message-Id: <200110181153.f9IBroW66020@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 18 Oct 2001 04:53:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_tel.c src/sys/i4b/include i4b_l3l4.h src/sys/i4b/layer3 i4b_l2if.c i4b_q931.h src/sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c i4b_l4.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/10/18 04:53:50 PDT Modified files: sys/i4b/driver i4b_tel.c sys/i4b/include i4b_l3l4.h sys/i4b/layer3 i4b_l2if.c i4b_q931.h sys/i4b/layer4 i4b_i4bdrv.c i4b_l4.c i4b_l4.h Log: Add experimental support for sending keypad facility messages. MFC after: 2 months Revision Changes Path 1.21 +14 -95 src/sys/i4b/driver/i4b_tel.c 1.9 +5 -6 src/sys/i4b/include/i4b_l3l4.h 1.11 +39 -32 src/sys/i4b/layer3/i4b_l2if.c 1.8 +6 -6 src/sys/i4b/layer3/i4b_q931.h 1.23 +8 -2 src/sys/i4b/layer4/i4b_i4bdrv.c 1.11 +30 -5 src/sys/i4b/layer4/i4b_l4.c 1.8 +3 -4 src/sys/i4b/layer4/i4b_l4.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 4:55: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 17A5E37B407; Thu, 18 Oct 2001 04:55:15 -0700 (PDT) Received: (from hm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBtFL66181; Thu, 18 Oct 2001 04:55:15 -0700 (PDT) (envelope-from hm) Message-Id: <200110181155.f9IBtFL66181@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 18 Oct 2001 04:55:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn README ReleaseNotes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/10/18 04:55:15 PDT Modified files: share/examples/isdn README ReleaseNotes Log: Add experimental support for sending keypad facility messages. MFC after: 2 months Revision Changes Path 1.12 +2 -2 src/share/examples/isdn/README 1.4 +15 -2 src/share/examples/isdn/ReleaseNotes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 4:58: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 E80A237B405; Thu, 18 Oct 2001 04:58:49 -0700 (PDT) Received: (from hm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IBwne66707; Thu, 18 Oct 2001 04:58:49 -0700 (PDT) (envelope-from hm) Message-Id: <200110181158.f9IBwne66707@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 18 Oct 2001 04:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd dial.c isdnd.h main.c msghdl.c support.c src/usr.sbin/i4b/isdnphone isdnphone.8 main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/10/18 04:58:49 PDT Modified files: usr.sbin/i4b/isdnd dial.c isdnd.h main.c msghdl.c support.c usr.sbin/i4b/isdnphone isdnphone.8 main.c Log: Add experimental support for sending keypad facility messages. MFC after: 2 months Revision Changes Path 1.8 +5 -4 src/usr.sbin/i4b/isdnd/dial.c 1.13 +4 -2 src/usr.sbin/i4b/isdnd/isdnd.h 1.15 +5 -1 src/usr.sbin/i4b/isdnd/main.c 1.9 +58 -5 src/usr.sbin/i4b/isdnd/msghdl.c 1.13 +76 -2 src/usr.sbin/i4b/isdnd/support.c 1.6 +11 -7 src/usr.sbin/i4b/isdnphone/isdnphone.8 1.2 +17 -7 src/usr.sbin/i4b/isdnphone/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 5:13: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 6C9E437B403; Thu, 18 Oct 2001 05:13:49 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ICDn472369; Thu, 18 Oct 2001 05:13:49 -0700 (PDT) (envelope-from tobez) Message-Id: <200110181213.f9ICDn472369@freefall.freebsd.org> From: Anton Berezin Date: Thu, 18 Oct 2001 05:13:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Event Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/18 05:13:48 PDT Modified files: devel/p5-Event Makefile distinfo Log: Update to 0.83. PR: 31284 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/devel/p5-Event/Makefile 1.2 +1 -1 ports/devel/p5-Event/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 5:30: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 4663537B407; Thu, 18 Oct 2001 05:30:42 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ICUgc81162; Thu, 18 Oct 2001 05:30:42 -0700 (PDT) (envelope-from des) Message-Id: <200110181230.f9ICUgc81162@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 05:30:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/talkd Makefile announce.c talkd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 05:30:42 PDT Modified files: (Branch: RELENG_4) libexec/talkd Makefile announce.c talkd.c Log: MFC: synch with HEAD: - use ttymsg.h from wall(1) instead of rolling our own prototype - save errno in signal handler Revision Changes Path 1.6.2.2 +2 -1 src/libexec/talkd/Makefile 1.11.2.3 +3 -2 src/libexec/talkd/announce.c 1.11.2.1 +2 -0 src/libexec/talkd/talkd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 5:56: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 3662537B403; Thu, 18 Oct 2001 05:56:34 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ICuYH83934; Thu, 18 Oct 2001 05:56:34 -0700 (PDT) (envelope-from tobez) Message-Id: <200110181256.f9ICuYH83934@freefall.freebsd.org> From: Anton Berezin Date: Thu, 18 Oct 2001 05:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-NetPacket Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2001/10/18 05:56:34 PDT Modified files: net/p5-NetPacket Makefile distinfo Log: Update to 0.03. PR: 31256 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/net/p5-NetPacket/Makefile 1.2 +1 -1 ports/net/p5-NetPacket/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 6:30:51 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 E4D5D37B405; Thu, 18 Oct 2001 06:30:45 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id B218714C2E; Thu, 18 Oct 2001 15:30:44 +0200 (CEST) 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: Sheldon Hearn Cc: Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl References: <27338.1003402476@axl.seasidesoftware.co.za> From: Dag-Erling Smorgrav Date: 18 Oct 2001 15:30:44 +0200 In-Reply-To: <27338.1003402476@axl.seasidesoftware.co.za> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sheldon Hearn writes: > What's the difference between UNIX and Unix? Recently, a sweeping > change was made to the Handbook, in which all appearances of UNIX were > converted to Unix. "UNIX" is a common misspelling of "Unix" caused by the fact that the word "Unix" was consistently typeset in a small-caps font in one of the early papers that described it. "Unix" is a (registered?) trademark of the Open Group, so we can't call FreeBSD that unless we pay them lots of $$. 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 Thu Oct 18 7: 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 394E737B408; Thu, 18 Oct 2001 07:01:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IE1IS06843; Thu, 18 Oct 2001 07:01:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181401.f9IE1IS06843@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 07:01:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/pybench Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 07:01:18 PDT Modified files: benchmarks/pybench Makefile distinfo pkg-plist Log: Update to 0.9. Revision Changes Path 1.3 +1 -2 ports/benchmarks/pybench/Makefile 1.2 +1 -1 ports/benchmarks/pybench/distinfo 1.2 +3 -0 ports/benchmarks/pybench/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 Oct 18 7: 8: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 4121237B405; Thu, 18 Oct 2001 07:08:36 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IE8aF10515; Thu, 18 Oct 2001 07:08:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181408.f9IE8aF10515@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 07:08:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pychecker Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 07:08:36 PDT Modified files: devel/pychecker Makefile distinfo pkg-plist Log: Update to 0.8.5. Revision Changes Path 1.4 +1 -1 ports/devel/pychecker/Makefile 1.4 +1 -1 ports/devel/pychecker/distinfo 1.5 +12 -0 ports/devel/pychecker/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 Oct 18 7:32: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 66D9D37B40B; Thu, 18 Oct 2001 07:31:59 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9IEVwV19117; Thu, 18 Oct 2001 08:31:58 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9IEVv721064; Thu, 18 Oct 2001 08:31:57 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110181431.f9IEVv721064@harmony.village.org> To: Sheldon Hearn Subject: Re: cvs commit: www/en index.xsl Cc: Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 18 Oct 2001 12:54:36 +0200." <27338.1003402476@axl.seasidesoftware.co.za> References: <27338.1003402476@axl.seasidesoftware.co.za> Date: Thu, 18 Oct 2001 08:31:57 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <27338.1003402476@axl.seasidesoftware.co.za> Sheldon Hearn writes: : > Modified files: : > en index.xsl : > Log: : > Don't claim that FreeBSD is UNIX. : : What's the difference between UNIX and Unix? Recently, a sweeping : change was made to the Handbook, in which all appearances of UNIX were : converted to Unix. Both are claimed to be trademarks by X Open. It is easier to reword a little than to fight them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8: 7: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 B3E7637B401; Thu, 18 Oct 2001 08:07:43 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IF7h720071; Thu, 18 Oct 2001 08:07:43 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181507.f9IF7h720071@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 08:07:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/titano Makefile ports/editors/gmanedit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 08:07:43 PDT Modified files: devel/titano Makefile editors/gmanedit Makefile Log: Drop maintainership. Revision Changes Path 1.7 +2 -2 ports/devel/titano/Makefile 1.6 +2 -2 ports/editors/gmanedit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:20:23 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 6D68637B40A; Thu, 18 Oct 2001 08:19:55 -0700 (PDT) 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 BAA25124; Fri, 19 Oct 2001 01:19:52 +1000 Date: Fri, 19 Oct 2001 01:19:01 +1000 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: , Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c In-Reply-To: <200110180829.f9I8TQj26821@freefall.freebsd.org> Message-ID: <20011019010459.L25252-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001, Dag-Erling Smorgrav wrote: > des 2001/10/18 01:29:26 PDT > > Modified files: > lib/libfetch Makefile common.c common.h ftp.c http.c > Log: > Tons of type, style and warning fixes that have been rotting in my tree for > ages - some of which wouldn't be necessary if gcc wasn't broken or TPTB were > willing to do something (-fno-builtin) about it. > > Revision Changes Path > 1.23 +31 -9 src/lib/libfetch/Makefile > 1.21 +8 -5 src/lib/libfetch/common.c > 1.16 +11 -11 src/lib/libfetch/common.h > 1.71 +29 -29 src/lib/libfetch/ftp.c > 1.45 +24 -18 src/lib/libfetch/http.c This adds lots of digusting gcc-specific-hacks which have been rejected in other source files. E.g.: > Index: common.c > =================================================================== > RCS file: /home/ncvs/src/lib/libfetch/common.c,v > retrieving revision 1.20 > retrieving revision 1.21 > diff -c -1 -r1.20 -r1.21 > *** common.c 30 Sep 2001 21:36:08 -0000 1.20 > --- common.c 18 Oct 2001 08:29:26 -0000 1.21 > *************** > *** 29,31 **** > #include > ! __FBSDID("$FreeBSD: src/lib/libfetch/common.c,v 1.20 2001/09/30 21:36:08 dillon Exp $"); > > --- 29,31 ---- > #include > ! __FBSDID("$FreeBSD: src/lib/libfetch/common.c,v 1.21 2001/10/18 08:29:26 des Exp $"); > > *************** > *** 342,350 **** > /* XXX should enforce timeout */ > ! iov[0].iov_base = (char *)str; > iov[0].iov_len = len; > ! iov[1].iov_base = (char *)ENDL; > iov[1].iov_len = sizeof ENDL; > wlen = writev(fd, iov, 2); > DEBUG(fprintf(stderr, "\033[1m>>> %s\n\033[m", str)); > ! return (wlen != len); > } > --- 342,353 ---- > /* XXX should enforce timeout */ > ! (const char *)iov[0].iov_base = str; /* XXX */ Casts are not lvalues in C. > iov[0].iov_len = len; > ! (const char *)iov[1].iov_base = ENDL; /* XXX */ Another. > iov[1].iov_len = sizeof ENDL; > + len += sizeof ENDL; > wlen = writev(fd, iov, 2); > + if (wlen < 0 || (size_t)wlen != len) > + return -1; > DEBUG(fprintf(stderr, "\033[1m>>> %s\n\033[m", str)); > ! return 0; > } C compilers don't get far with this. E.g.: $ make CC='tcc -Ysystem' Warning: Using /usr/src/lib/libfetch/obj as object directory instead of canonical /usr/obj/usr/src/lib/libfetch tcc -Ysystem -O -pipe -I. -DINET6 -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /usr/src/lib/libfetch/fetch.c -o fetch.o tcc: Warning: Unknown option, -pipe. tcc: Warning: Unknown option, -W. tcc: Warning: Unknown option, -Wall. tcc: Warning: Unknown option, -Wstrict-prototypes. tcc: Warning: Unknown option, -Wmissing-prototypes. tcc: Warning: Unknown option, -Wpointer-arith. tcc: Warning: Unknown option, -Wno-uninitialized. tcc: Warning: Unknown option, -Werror. tcc: Warning: Unknown option, -Wreturn-type. tcc: Warning: Unknown option, -Wcast-qual. tcc: Warning: Unknown option, -Wwrite-strings. tcc: Warning: Unknown option, -Wswitch. tcc: Warning: Unknown option, -Wshadow. tcc -Ysystem -O -pipe -I. -DINET6 -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /usr/src/lib/libfetch/common.c -o common.o tcc: Warning: Unknown option, -pipe. tcc: Warning: Unknown option, -W. tcc: Warning: Unknown option, -Wall. tcc: Warning: Unknown option, -Wstrict-prototypes. tcc: Warning: Unknown option, -Wmissing-prototypes. tcc: Warning: Unknown option, -Wpointer-arith. tcc: Warning: Unknown option, -Wno-uninitialized. tcc: Warning: Unknown option, -Werror. tcc: Warning: Unknown option, -Wreturn-type. tcc: Warning: Unknown option, -Wcast-qual. tcc: Warning: Unknown option, -Wwrite-strings. tcc: Warning: Unknown option, -Wswitch. tcc: Warning: Unknown option, -Wshadow. "/usr/src/lib/libfetch/common.c", line 343: Error: [Syntax]: Parse error before '='. [Syntax]: Can't recover from this error. *** Error code 1 Stop in /usr/src/lib/libfetch. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:22:41 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 36FEE37B401; Thu, 18 Oct 2001 08:22:36 -0700 (PDT) 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 BAA25271; Fri, 19 Oct 2001 01:22:34 +1000 Date: Fri, 19 Oct 2001 01:21:43 +1000 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: , Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c In-Reply-To: <20011019010459.L25252-100000@delplex.bde.org> Message-ID: <20011019012030.J25252-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, I wrote: > On Thu, 18 Oct 2001, Dag-Erling Smorgrav wrote: > > > des 2001/10/18 01:29:26 PDT > > > > Modified files: > > lib/libfetch Makefile common.c common.h ftp.c http.c > ... > This adds lots of digusting gcc-specific-hacks which have been rejected in > other source files. E.g.: Oops. s/lots of/a few/ :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:23: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 88FE937B403; Thu, 18 Oct 2001 08:23:07 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFN7W22010; Thu, 18 Oct 2001 08:23:07 -0700 (PDT) (envelope-from dd) Message-Id: <200110181523.f9IFN7W22010@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 18 Oct 2001 08:23:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/18 08:23:07 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: syslogd -b Revision Changes Path 1.22.2.108 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:24: 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 AD3CD37B401; Thu, 18 Oct 2001 08:23:55 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFNtl22134; Thu, 18 Oct 2001 08:23:55 -0700 (PDT) (envelope-from dd) Message-Id: <200110181523.f9IFNtl22134@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 18 Oct 2001 08:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/18 08:23:55 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note MFC of syslogd -b. Revision Changes Path 1.172 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:25: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 F297F37B403; Thu, 18 Oct 2001 08:25:05 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFP5w22283; Thu, 18 Oct 2001 08:25:05 -0700 (PDT) (envelope-from dd) Message-Id: <200110181525.f9IFP5w22283@freefall.freebsd.org> From: Dima Dorfman Date: Thu, 18 Oct 2001 08:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/10/18 08:25:05 PDT Modified files: (Branch: RELENG_4) usr.sbin/jail jail.8 Log: MFC 1.30: syslogd can bind to a specific address now. Revision Changes Path 1.13.2.11 +2 -5 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:27:36 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 61C2537B407; Thu, 18 Oct 2001 08:27:30 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 4231714C2E; Thu, 18 Oct 2001 17:27:29 +0200 (CEST) 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: Bruce Evans Cc: , Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c References: <20011019010459.L25252-100000@delplex.bde.org> From: Dag-Erling Smorgrav Date: 18 Oct 2001 17:27:28 +0200 In-Reply-To: <20011019010459.L25252-100000@delplex.bde.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans writes: > This adds lots of digusting gcc-specific-hacks which have been rejected in > other source files. E.g.: There's a reason why these are marked with XXX. Do you have a portable solution that does not involve strdup()? 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 Thu Oct 18 8:38: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 CACFD37B401; Thu, 18 Oct 2001 08:38:43 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFchh24087; Thu, 18 Oct 2001 08:38:43 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181538.f9IFchh24087@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 08:38:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/scintilla Makefile distinfo pkg-plist ports/x11-toolkits/scintilla/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 08:38:43 PDT Modified files: x11-toolkits/scintilla Makefile distinfo pkg-plist x11-toolkits/scintilla/files patch-aa Log: Update to 1.40. Revision Changes Path 1.10 +4 -1 ports/x11-toolkits/scintilla/Makefile 1.8 +1 -1 ports/x11-toolkits/scintilla/distinfo 1.7 +5 -5 ports/x11-toolkits/scintilla/files/patch-aa 1.5 +0 -1 ports/x11-toolkits/scintilla/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 Oct 18 8:39: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 052C937B401; Thu, 18 Oct 2001 08:39:24 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFdNN24174; Thu, 18 Oct 2001 08:39:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181539.f9IFdNN24174@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 08:39:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/scite Makefile distinfo pkg-plist ports/editors/scite/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 08:39:23 PDT Modified files: editors/scite Makefile distinfo pkg-plist editors/scite/files patch-aa Log: Update to 1.40. Revision Changes Path 1.8 +4 -1 ports/editors/scite/Makefile 1.7 +1 -1 ports/editors/scite/distinfo 1.6 +8 -8 ports/editors/scite/files/patch-aa 1.6 +2 -0 ports/editors/scite/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 Oct 18 8:40: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 F067C37B415; Thu, 18 Oct 2001 08:40:41 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFefZ24382; Thu, 18 Oct 2001 08:40:41 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181540.f9IFefZ24382@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 08:40:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gtkscintilla Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 08:40:41 PDT Modified files: x11-toolkits/py-gtkscintilla Makefile distinfo Log: Update to 0.7.4. Revision Changes Path 1.6 +1 -1 ports/x11-toolkits/py-gtkscintilla/Makefile 1.6 +1 -1 ports/x11-toolkits/py-gtkscintilla/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 8:41: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 7A80137B40B; Thu, 18 Oct 2001 08:41:01 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IFf1524434; Thu, 18 Oct 2001 08:41:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110181541.f9IFf1524434@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 18 Oct 2001 08:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/moleskine Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/18 08:41:01 PDT Modified files: editors/moleskine Makefile distinfo pkg-plist Log: Update to 0.7.6. Revision Changes Path 1.12 +1 -1 ports/editors/moleskine/Makefile 1.10 +1 -1 ports/editors/moleskine/distinfo 1.9 +3 -1 ports/editors/moleskine/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 Oct 18 8:50:47 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 A9A3737B407; Thu, 18 Oct 2001 08:50:41 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9IFoc466228; Thu, 18 Oct 2001 11:50:38 -0400 (EDT) (envelope-from wollman) Date: Thu, 18 Oct 2001 11:50:38 -0400 (EDT) From: Garrett Wollman Message-Id: <200110181550.f9IFoc466228@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: , Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c In-Reply-To: References: <20011019010459.L25252-100000@delplex.bde.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Bruce Evans writes: >> This adds lots of digusting gcc-specific-hacks which have been rejected in >> other source files. E.g.: > There's a reason why these are marked with XXX. Do you have a > portable solution that does not involve strdup()? The portable solution is to use the correct casts. Just because the compiler emits a diagnostic does not mean that anything needs to be done about it. If you absolutely must remove the warning, use a union or add a level of indirection -- neither of which are as portable as the correct cast, but both are unlikely to break on any sane architecture. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 9: 7: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 7A81537B405; Thu, 18 Oct 2001 09:07:21 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IG7Lp31341; Thu, 18 Oct 2001 09:07:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200110181607.f9IG7Lp31341@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 18 Oct 2001 09:07:21 -0700 (PDT) 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/i386/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/18 09:07:21 PDT Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/powerpc/include ansi.h sys/sparc64/include ansi.h Log: My attempts at minimizing the number of #def's got me in trouble. Revision Changes Path 1.19 +5 -5 src/sys/alpha/include/ansi.h 1.10 +5 -2 src/sys/arm/include/ansi.h 1.29 +5 -5 src/sys/i386/include/ansi.h 1.11 +5 -5 src/sys/powerpc/include/ansi.h 1.6 +5 -5 src/sys/sparc64/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 Thu Oct 18 9:20: 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 780D437B408; Thu, 18 Oct 2001 09:20:04 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IGK4W32675; Thu, 18 Oct 2001 09:20:04 -0700 (PDT) (envelope-from dfr) Message-Id: <200110181620.f9IGK4W32675@freefall.freebsd.org> From: Doug Rabson Date: Thu, 18 Oct 2001 09:20:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include inst.h db_machdep.h src/sys/ia64/ia64 db_interface.c db_trace.c machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/18 09:20:04 PDT Modified files: sys/ia64/include inst.h db_machdep.h sys/ia64/ia64 db_interface.c db_trace.c machdep.c Log: Shift the code which packs and unpacks instruction bundles out of DDB since it is useful for various emulations duties (e.g. unaligned trap handling). Revision Changes Path 1.11 +4 -9 src/sys/ia64/ia64/db_interface.c 1.7 +1 -0 src/sys/ia64/ia64/db_trace.c 1.57 +26 -0 src/sys/ia64/ia64/machdep.c 1.5 +2 -5 src/sys/ia64/include/db_machdep.h 1.2 +10 -0 src/sys/ia64/include/inst.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 9:21: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 536B537B408; Thu, 18 Oct 2001 09:21:43 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IGLhN33004; Thu, 18 Oct 2001 09:21:43 -0700 (PDT) (envelope-from archie) Message-Id: <200110181621.f9IGLhN33004@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 18 Oct 2001 09:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mpd-netgraph Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/10/18 09:21:43 PDT Modified files: net/mpd-netgraph Makefile distinfo pkg-plist Log: Upgrade to mpd version 3.3. Revision Changes Path 1.16 +2 -2 ports/net/mpd-netgraph/Makefile 1.12 +1 -1 ports/net/mpd-netgraph/distinfo 1.4 +1 -0 ports/net/mpd-netgraph/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 Oct 18 9:41:47 2001 Delivered-To: cvs-all@freebsd.org Received: from femail18.sdc1.sfba.home.com (femail18.sdc1.sfba.home.com [24.0.95.145]) by hub.freebsd.org (Postfix) with ESMTP id BD2BF37B403; Thu, 18 Oct 2001 09:41:37 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail18.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011018164136.CDNC27771.femail18.sdc1.sfba.home.com@laptop.baldwin.cx>; Thu, 18 Oct 2001 09:41:36 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011017140633.B64561@coffee.q9media.com> Date: Thu, 18 Oct 2001 09:41:36 -0700 (PDT) From: John Baldwin To: Mike Barcroft Subject: Re: cvs commit: src/etc group master.passwd Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Andrey A. Chernov" , Christopher Masto Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-Oct-01 Mike Barcroft wrote: > Christopher Masto writes: >> On Wed, 2001-10-17 at 14:34, Mike Barcroft wrote: >> > No, but enough installations require a www pseudo-user to make this >> > change worthwhile. >> >> Why can't that user be created as needed? I already have an "apache" >> user and group on my web servers - I create them when I install Apache. >> I also have users on various machines for PostgreSQL, Cyrus, GDM, >> NetSaint, MySQL, Courier, Gale, and Minivend, among others. But I don't >> suggest that my needs should be added to the FreeBSD base system. > > The aformentioned software packages would be candidates for specific > user accounts in the base system if there was enough of a userbase to > justify their inclusion. > >> What's special about "www"? (Apart from being a horrible >> unpronounceable word that's bugged me since it first appeared.) > > It's a somewhat generic username that's applicable to most web > servers. It's not in the base system. Period. People may already use this uid. In fact, why the number 80? Only the name is important, the number is irrelevant in all honesty. The port should just pick an unused uid and gid during it's install, adn this is the _port_'s job to create this user. Having a util in the base system (gee, we have pw already) to create the user and group in a standard fashion that ports can use is fine, but we don't need to add users for things that aren't in the base system. Also, which user a local admin uses for their daemons is a lcoal policy decision. FreeBSD should not be setting that policy. I can see the arguments for having each server run under its own dedicated user to isolate services from each other in the case of a compromise, but this is a local policy decision, not something FreeBSD should cram down people's throats. I request that the www user and group be backed out. If we had a web server in the base system, this might be different (like the bind user and the presently non-existent but potential sendmail/smtp/mail user), but since web servers are currently all in ports, the ports install is where the user add belongs. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 9:42: 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 2FB7D37B40E; Thu, 18 Oct 2001 09:41:59 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IGfxt35471; Thu, 18 Oct 2001 09:41:59 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200110181641.f9IGfxt35471@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 18 Oct 2001 09:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc master.passwd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/10/18 09:41:59 PDT Modified files: etc master.passwd Log: Back previous revision out until it has been discussed on -arch and motivated. Currently, it is under dispute. Revision Changes Path 1.27 +1 -2 src/etc/master.passwd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 9:48:53 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id DD45337B401; Thu, 18 Oct 2001 09:48:48 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15uGMO-000G8R-00; Thu, 18 Oct 2001 18:49:32 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc master.passwd In-reply-to: Your message of "Thu, 18 Oct 2001 09:41:59 MST." <200110181641.f9IGfxt35471@freefall.freebsd.org> Date: Thu, 18 Oct 2001 18:49:32 +0200 Message-ID: <62026.1003423772@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001 09:41:59 MST, Sheldon Hearn wrote: > Modified files: > etc master.passwd > Log: > Back previous revision out until it has been discussed on -arch and > motivated. Currently, it is under dispute. Please don't follow up here and fork the discussion over multiple lists. The subject line to look at for on -arch is HEADS UP: Apache port change from nobody:nogroup to www:www planned Note that the discussion _started_ on -ports. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 9:52: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 894EB37B405; Thu, 18 Oct 2001 09:52:25 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IGqPn36888; Thu, 18 Oct 2001 09:52:25 -0700 (PDT) (envelope-from lioux) Message-Id: <200110181652.f9IGqPn36888@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 18 Oct 2001 09:52:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-glbwar Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/18 09:52:25 PDT Modified files: games/hlserver-glbwar Makefile distinfo pkg-plist Log: Update to 1.2 Beta Revision Changes Path 1.3 +5 -7 ports/games/hlserver-glbwar/Makefile 1.2 +1 -1 ports/games/hlserver-glbwar/distinfo 1.2 +450 -16 ports/games/hlserver-glbwar/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 Oct 18 9:53: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 901B937B408; Thu, 18 Oct 2001 09:53:20 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IGrKt37019; Thu, 18 Oct 2001 09:53:20 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200110181653.f9IGrKt37019@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 18 Oct 2001 09:53:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc group X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/10/18 09:53:20 PDT Modified files: etc group Log: Back previous revision out until it has been discussed on -arch and motivated. Currently, it is under dispute. Revision Changes Path 1.21 +1 -2 src/etc/group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 9:57:53 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id B48EE37B401; Thu, 18 Oct 2001 09:57:49 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15uGV6-000GBb-00; Thu, 18 Oct 2001 18:58:32 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc group In-reply-to: Your message of "Thu, 18 Oct 2001 09:53:20 MST." <200110181653.f9IGrKt37019@freefall.freebsd.org> Date: Thu, 18 Oct 2001 18:58:32 +0200 Message-ID: <62222.1003424312@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001 09:53:20 MST, Sheldon Hearn wrote: > Modified files: > etc group > Log: > Back previous revision out until it has been discussed on -arch and > motivated. Currently, it is under dispute. Please don't follow up here and fork the discussion over multiple lists. The subject line to look at for on -arch is HEADS UP: Apache port change from nobody:nogroup to www:www planned Note that the discussion _started_ on -ports. Ciao, Sheldon. PS: Sorry for the two commits and two follow-ups, but I want to make absolutely sure I don't hijack the discussion on -arch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 10: 3: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 EDFD837B401; Thu, 18 Oct 2001 10:03:16 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IH3GD38292; Thu, 18 Oct 2001 10:03:16 -0700 (PDT) (envelope-from joe) Message-Id: <200110181703.f9IH3GD38292@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 18 Oct 2001 10:03:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/cvs-all list.cvs distrib/cvsup/sup/projects-all list.cvs releases X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/10/18 10:03:16 PDT Modified files: cvsup/sup README cvsup/sup/cvs-all list.cvs Added files: cvsup/sup/projects-all list.cvs releases Log: Add a projects-all module to the cvsup distribution, and update the cvs-all module to include it too. Reviewed by: jdp Approved by: jdp Revision Changes Path 1.30 +2 -1 distrib/cvsup/sup/README 1.16 +1 -0 distrib/cvsup/sup/cvs-all/list.cvs 1.1 +6 -0 distrib/cvsup/sup/projects-all/list.cvs (new) 1.1 +1 -0 distrib/cvsup/sup/projects-all/releases (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 10:20: 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 7867D37B403; Thu, 18 Oct 2001 10:19:52 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f9IHJoA68179; Thu, 18 Oct 2001 21:19:50 +0400 (MSD) (envelope-from ache) Date: Thu, 18 Oct 2001 21:19:50 +0400 From: "Andrey A. Chernov" To: John Baldwin Cc: Mike Barcroft , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Christopher Masto Subject: Re: cvs commit: src/etc group master.passwd Message-ID: <20011018211949.B68031@nagual.pp.ru> References: <20011017140633.B64561@coffee.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 09:41:36 -0700, John Baldwin wrote: > > I request that the www user and group be backed out. If we had a web server in > the base system, this might be different (like the bind user and the presently > non-existent but potential sendmail/smtp/mail user), but since web servers are > currently all in ports, the ports install is where the user add belongs. Look, we already have "pop" user in the system under the same conditions and you don't complain for years. The second thing is that it will be easy to transfer web server from machine to machine or run in NFS'ed environment for single uid case. Picking random UID produce nightmare for all of that. The third thing that we almost have Apache in the system, at least at sysinstall level which especially tuned for it. -- 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 Thu Oct 18 10:21: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 668BA37B401; Thu, 18 Oct 2001 10:21:51 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IHLpF43608; Thu, 18 Oct 2001 10:21:51 -0700 (PDT) (envelope-from lioux) Message-Id: <200110181721.f9IHLpF43608@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 18 Oct 2001 10:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-wizwars Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/18 10:21:51 PDT Modified files: games/hlserver-wizwars Makefile Log: update MASTER_SITES Submitted by: fenner (ports' survey) Revision Changes Path 1.4 +2 -2 ports/games/hlserver-wizwars/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 10:26: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 BA38C37B401; Thu, 18 Oct 2001 10:26:52 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IHQqA44112; Thu, 18 Oct 2001 10:26:52 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110181726.f9IHQqA44112@freefall.freebsd.org> From: Matt Jacob Date: Thu, 18 Oct 2001 10:26:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/18 10:26:52 PDT Modified files: sys/dev/isp isp.c Log: Protect against deranged fabric nameservers that spit out 10000 identical port numbers. MFC after: 1 day Revision Changes Path 1.80 +17 -4 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 Thu Oct 18 10:32:49 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 0B98A37B403; Thu, 18 Oct 2001 10:32:45 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5B6DC14C40; Thu, 18 Oct 2001 19:32:43 +0200 (CEST) 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: Garrett Wollman Cc: , Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c References: <20011019010459.L25252-100000@delplex.bde.org> <200110181550.f9IFoc466228@khavrinen.lcs.mit.edu> From: Dag-Erling Smorgrav Date: 18 Oct 2001 19:32:42 +0200 In-Reply-To: <200110181550.f9IFoc466228@khavrinen.lcs.mit.edu> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garrett Wollman writes: > The portable solution is to use the correct casts. Just because the > compiler emits a diagnostic does not mean that anything needs to be > done about it. WARNS level 2 implies -Werror. 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 Thu Oct 18 10:39:25 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 862A537B408; Thu, 18 Oct 2001 10:39:19 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f9IHdHw67137; Thu, 18 Oct 2001 13:39:17 -0400 (EDT) (envelope-from wollman) Date: Thu, 18 Oct 2001 13:39:17 -0400 (EDT) From: Garrett Wollman Message-Id: <200110181739.f9IHdHw67137@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: , Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c In-Reply-To: References: <20011019010459.L25252-100000@delplex.bde.org> <200110181550.f9IFoc466228@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Garrett Wollman writes: >> The portable solution is to use the correct casts. Just because the >> compiler emits a diagnostic does not mean that anything needs to be >> done about it. > WARNS level 2 implies -Werror. Then fix WARNS. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 10:44:11 2001 Delivered-To: cvs-all@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id EC13937B401; Thu, 18 Oct 2001 10:44:02 -0700 (PDT) Received: from DougBarton.net (db-cvad-2-tmp.yahoo.com [216.145.48.243]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 4A5008B5A7; Thu, 18 Oct 2001 10:44:00 -0700 (PDT) Message-ID: <3BCF1501.C19445B6@DougBarton.net> Date: Thu, 18 Oct 2001 10:44:33 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl References: <27338.1003402476@axl.seasidesoftware.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Wed, 17 Oct 2001 18:30:38 MST, Greg Lehey wrote: > > > Modified files: > > en index.xsl > > Log: > > Don't claim that FreeBSD is UNIX. > > What's the difference between UNIX and Unix? Recently, a sweeping > change was made to the Handbook, in which all appearances of UNIX were > converted to Unix. The word Unix is often misunderstood to be an anacronym, and therefore is commonly "misspelled" in all caps. Since it's actually a proper name, Unix is more correct for the documentation. Groggy's commit probably should have used "Unix," but when I looked at the diff it was pretty clear what was going on. Doug -- "We will not tire, we will not falter, and we will not fail." - George W. Bush, President of the United States September 20, 2001 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 Thu Oct 18 11: 2:30 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id C819137B403; Thu, 18 Oct 2001 11:02:14 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9II26T11185; Thu, 18 Oct 2001 19:02:12 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9IHxTb80240; Thu, 18 Oct 2001 18:59:29 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110181759.f9IHxTb80240@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/cvs-all list.cvs distrib/cvsup/sup/projects-all list.cvs releases In-Reply-To: Message from Josef Karthauser of "Thu, 18 Oct 2001 10:03:16 PDT." <200110181703.f9IH3GD38292@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 Oct 2001 18:59:29 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > joe 2001/10/18 10:03:16 PDT > > Modified files: > cvsup/sup README > cvsup/sup/cvs-all list.cvs > Added files: > cvsup/sup/projects-all list.cvs releases > Log: > Add a projects-all module to the cvsup distribution, and update > the cvs-all module to include it too. > > Reviewed by: jdp > Approved by: jdp > > Revision Changes Path > 1.30 +2 -1 distrib/cvsup/sup/README > 1.16 +1 -0 distrib/cvsup/sup/cvs-all/list.cvs > 1.1 +6 -0 distrib/cvsup/sup/projects-all/list.cvs (new) > 1.1 +1 -0 distrib/cvsup/sup/projects-all/releases (new) Thanks :*) -- Brian http://www.freebsd-services.com/ 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 Oct 18 11: 5:45 2001 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 7460837B407; Thu, 18 Oct 2001 11:05:39 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 569509B08; Thu, 18 Oct 2001 13:04:48 -0500 (EST) Date: Thu, 18 Oct 2001 13:04:48 -0500 From: Will Andrews To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/cvs-all list.cvs distrib/cvsup/sup/projects-all list.cvs releases Message-ID: <20011018130448.Z57251@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110181703.f9IH3GD38292@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110181703.f9IH3GD38292@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 10:03:16AM -0700, Josef Karthauser wrote: > Modified files: > cvsup/sup README > cvsup/sup/cvs-all list.cvs > Added files: > cvsup/sup/projects-all list.cvs releases > Log: > Add a projects-all module to the cvsup distribution, and update > the cvs-all module to include it too. Looks like I need to update my cvsup server. :) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 11:16:50 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id AFD1D37B409; Thu, 18 Oct 2001 11:16:42 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9IIGdT11256; Thu, 18 Oct 2001 19:16:40 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9IIE2b80539; Thu, 18 Oct 2001 19:14:02 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110181814.f9IIE2b80539@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/cvs-all list.cvs distrib/cvsup/sup/projects-all list.cvs releases In-Reply-To: Message from Will Andrews of "Thu, 18 Oct 2001 13:04:48 CDT." <20011018130448.Z57251@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 18 Oct 2001 19:14:02 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Thu, Oct 18, 2001 at 10:03:16AM -0700, Josef Karthauser wrote: > > Modified files: > > cvsup/sup README > > cvsup/sup/cvs-all list.cvs > > Added files: > > cvsup/sup/projects-all list.cvs releases > > Log: > > Add a projects-all module to the cvsup distribution, and update > > the cvs-all module to include it too. > > Looks like I need to update my cvsup server. :) The distrib.self distribution does it for you. > -- > wca -- Brian http://www.freebsd-services.com/ 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 Oct 18 11:52: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 9136837B40B; Thu, 18 Oct 2001 11:52:15 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IIqF358118; Thu, 18 Oct 2001 11:52:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110181852.f9IIqF358118@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 18 Oct 2001 11:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBD-InterBase Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/p5-DBD-InterBase/files patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/18 11:52:15 PDT Modified files: databases Makefile Added files: databases/p5-DBD-InterBase Makefile distinfo pkg-comment pkg-descr pkg-plist databases/p5-DBD-InterBase/files patch-Makefile.PL Log: add p5-DBD-InterBase DBI driver for InterBase RDBMS server PR: 31283 Submitted by: Sergey Skvortsov Revision Changes Path 1.141 +1 -0 ports/databases/Makefile 1.1 +31 -0 ports/databases/p5-DBD-InterBase/Makefile (new) 1.1 +1 -0 ports/databases/p5-DBD-InterBase/distinfo (new) 1.1 +427 -0 ports/databases/p5-DBD-InterBase/files/patch-Makefile.PL (new) 1.1 +1 -0 ports/databases/p5-DBD-InterBase/pkg-comment (new) 1.1 +4 -0 ports/databases/p5-DBD-InterBase/pkg-descr (new) 1.1 +8 -0 ports/databases/p5-DBD-InterBase/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 11:52: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 F3F4D37B426; Thu, 18 Oct 2001 11:52:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IIqJD58153; Thu, 18 Oct 2001 11:52:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110181852.f9IIqJD58153@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 18 Oct 2001 11:52:19 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/18 11:52:19 PDT Modified files: . modules Log: p5-DBD-InterBase --> ports/databases/p5-DBD-InterBase Revision Changes Path 1.4007 +1 -0 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 Oct 18 12: 1: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 2219437B401; Thu, 18 Oct 2001 12:01:27 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJ1Rj59348; Thu, 18 Oct 2001 12:01:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110181901.f9IJ1Rj59348@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 18 Oct 2001 12:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Encoding Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/18 12:01:27 PDT Modified files: textproc Makefile Added files: textproc/p5-XML-Encoding Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-XML-Encoding A perl module for parsing XML encoding maps PR: 31290 Submitted by: Sergey Skvortsov Revision Changes Path 1.256 +2 -1 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/p5-XML-Encoding/Makefile (new) 1.1 +1 -0 ports/textproc/p5-XML-Encoding/distinfo (new) 1.1 +1 -0 ports/textproc/p5-XML-Encoding/pkg-comment (new) 1.1 +4 -0 ports/textproc/p5-XML-Encoding/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-XML-Encoding/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12: 1: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 51DB737B416; Thu, 18 Oct 2001 12:01:32 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJ1W159421; Thu, 18 Oct 2001 12:01:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110181901.f9IJ1W159421@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 18 Oct 2001 12:01:32 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/18 12:01:32 PDT Modified files: . modules Log: p5-XML-Encoding --> ports/textproc/p5-XML-Encoding Revision Changes Path 1.4008 +1 -0 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 Oct 18 12:11: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 B7C2B37B401; Thu, 18 Oct 2001 12:11:12 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJBCo63810; Thu, 18 Oct 2001 12:11:12 -0700 (PDT) (envelope-from mp) Message-Id: <200110181911.f9IJBCo63810@freefall.freebsd.org> From: Mark Peek Date: Thu, 18 Oct 2001 12:11:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include ansi.h stdarg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/18 12:11:12 PDT Modified files: sys/powerpc/include ansi.h stdarg.h Log: Add support for the gcc-2.95 stdarg implementation. Revision Changes Path 1.12 +11 -0 src/sys/powerpc/include/ansi.h 1.2 +29 -0 src/sys/powerpc/include/stdarg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:17: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 A3BDA37B407; Thu, 18 Oct 2001 12:17:51 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJHnl64675; Thu, 18 Oct 2001 12:17:50 -0700 (PDT) (envelope-from mharo) Message-Id: <200110181917.f9IJHnl64675@freefall.freebsd.org> From: Michael Haro Date: Thu, 18 Oct 2001 12:17:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/10/18 12:17:41 PDT Modified files: ftp/proftpd Makefile distinfo Log: Upgrade to 1.2.3 Revision Changes Path 1.44 +6 -2 ports/ftp/proftpd/Makefile 1.22 +1 -1 ports/ftp/proftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12: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 B780A37B401; Thu, 18 Oct 2001 12:28:16 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJSGg65715; Thu, 18 Oct 2001 12:28:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110181928.f9IJSGg65715@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 18 Oct 2001 12:28:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/18 12:28:16 PDT Modified files: net/netatalk Makefile pkg-plist Log: net/netatalk overwrites the init script each time it installs. Instead of installing a netatalk.sh script, install a netatalk.sh.sample. PR: 31359 Submitted by: maintainer Revision Changes Path 1.29 +4 -2 ports/net/netatalk/Makefile 1.12 +1 -1 ports/net/netatalk/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 Oct 18 12:38: 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 2345137B403; Thu, 18 Oct 2001 12:37:59 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJbwN66745; Thu, 18 Oct 2001 12:37:58 -0700 (PDT) (envelope-from alfred) Message-Id: <200110181937.f9IJbwN66745@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 18 Oct 2001 12:37:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/10/18 12:37:57 PDT Modified files: etc/defaults rc.conf Log: Update to note that rpc.statd and rpc.lockd are now needed for client side NFS mounts. Stumbled upon by: rwatson Revision Changes Path 1.129 +2 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:39: 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 53F9337B403; Thu, 18 Oct 2001 12:38:57 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJcv866899; Thu, 18 Oct 2001 12:38:57 -0700 (PDT) (envelope-from mharo) Message-Id: <200110181938.f9IJcv866899@freefall.freebsd.org> From: Michael Haro Date: Thu, 18 Oct 2001 12:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ttcp/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/10/18 12:38:57 PDT Modified files: net/ttcp/files patch-aa Log: incorporate Arne.Juul@fast.no's patches Submitted by: Arne.Juul@fast.no Revision Changes Path 1.2 +136 -16 ports/net/ttcp/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 Oct 18 12: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 427A437B405; Thu, 18 Oct 2001 12:39:55 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJdtJ67133; Thu, 18 Oct 2001 12:39:55 -0700 (PDT) (envelope-from imp) Message-Id: <200110181939.f9IJdtJ67133@freefall.freebsd.org> From: Warner Losh Date: Thu, 18 Oct 2001 12:39:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/18 12:39:52 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: MFC: MODULES_OVERRIDE support, plus the MKMODULESENV, which adds the abiltiy to compile modules -g as well. The i386 and pc98 ports work, both with and without MODULES_OVERRIDE. Not tested on: Alpha Revision Changes Path 1.47.2.7 +26 -10 src/sys/conf/Makefile.alpha 1.179.2.7 +22 -9 src/sys/conf/Makefile.i386 1.82.2.8 +22 -9 src/sys/conf/Makefile.pc98 1.110.2.32 +5 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:43: 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 06DE937B40A; Thu, 18 Oct 2001 12:43:00 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJgxV67438; Thu, 18 Oct 2001 12:42:59 -0700 (PDT) (envelope-from gallatin) Message-Id: <200110181942.f9IJgxV67438@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 18 Oct 2001 12:42:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/conf files.i386 src/sys/compat/linux linux_getcwd.c linux_file.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2001/10/18 12:42:58 PDT Modified files: (Branch: RELENG_4) sys/modules/linux Makefile sys/conf files.i386 sys/compat/linux linux_file.c Added files: (Branch: RELENG_4) sys/compat/linux linux_getcwd.c Log: MFC linux_getcwd -- If the cwd isn't cached (__getcwd() fails), the cwd is looked up inside the kernel. Revision Changes Path 1.41.2.4 +1 -29 src/sys/compat/linux/linux_file.c 1.2.2.1 +470 -0 src/sys/compat/linux/linux_getcwd.c (new) 1.307.2.16 +2 -1 src/sys/conf/files.i386 1.34.2.8 +4 -4 src/sys/modules/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:44: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 59C6F37B401; Thu, 18 Oct 2001 12:44:14 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJiE967581; Thu, 18 Oct 2001 12:44:14 -0700 (PDT) (envelope-from imp) Message-Id: <200110181944.f9IJiE967581@freefall.freebsd.org> From: Warner Losh Date: Thu, 18 Oct 2001 12:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/18 12:44:14 PDT Modified files: sys/i386/conf NOTES Log: Add verbage for MODULES_OVERRIDE. Revision Changes Path 1.969 +4 -0 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:46: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 35DEA37B408; Thu, 18 Oct 2001 12:46:17 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJkHb67909; Thu, 18 Oct 2001 12:46:17 -0700 (PDT) (envelope-from mharo) Message-Id: <200110181946.f9IJkHb67909@freefall.freebsd.org> From: Michael Haro Date: Thu, 18 Oct 2001 12:46:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/naim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/10/18 12:46:17 PDT Modified files: net/naim Makefile distinfo Log: update to 0.10.3 Revision Changes Path 1.18 +2 -2 ports/net/naim/Makefile 1.7 +1 -1 ports/net/naim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12: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 1BAA737B425; Thu, 18 Oct 2001 12:46:06 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJk6w67856; Thu, 18 Oct 2001 12:46:06 -0700 (PDT) (envelope-from imp) Message-Id: <200110181946.f9IJk6w67856@freefall.freebsd.org> From: Warner Losh Date: Thu, 18 Oct 2001 12:46:05 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/18 12:46:05 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: MFC's NOTES: Docs on recently MFC'd MODULES_OVERRIDE. Revision Changes Path 1.749.2.85 +5 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12: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 B010437B405; Thu, 18 Oct 2001 12:50:40 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJoeO68825; Thu, 18 Oct 2001 12:50:40 -0700 (PDT) (envelope-from murray) Message-Id: <200110181950.f9IJoeO68825@freefall.freebsd.org> From: Murray Stokely Date: Thu, 18 Oct 2001 12:50:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/18 12:50:39 PDT Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Enclose author attribution inside / . Revision Changes Path 1.61 +16 -4 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:53: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 D0B6037B403; Thu, 18 Oct 2001 12:53:03 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJr2969085; Thu, 18 Oct 2001 12:53:02 -0700 (PDT) (envelope-from mharo) Message-Id: <200110181953.f9IJr2969085@freefall.freebsd.org> From: Michael Haro Date: Thu, 18 Oct 2001 12:53:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-OpenPGP Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/10/18 12:53:02 PDT Modified files: security/p5-Crypt-OpenPGP Makefile Log: add a few more dependencies Revision Changes Path 1.3 +3 -1 ports/security/p5-Crypt-OpenPGP/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 12:55: 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 CE40837B407; Thu, 18 Oct 2001 12:54:58 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IJswe69347; Thu, 18 Oct 2001 12:54:58 -0700 (PDT) (envelope-from mharo) Message-Id: <200110181954.f9IJswe69347@freefall.freebsd.org> From: Michael Haro Date: Thu, 18 Oct 2001 12:54:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/auth_ldap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/10/18 12:54:58 PDT Modified files: www/auth_ldap Makefile Log: add @FreeBSD.org to MAINTAINER line Revision Changes Path 1.2 +1 -1 ports/www/auth_ldap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 13: 3:25 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id DBA1937B40F; Thu, 18 Oct 2001 13:03:21 -0700 (PDT) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id f9IK38A65682; Thu, 18 Oct 2001 21:03:08 +0100 (BST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id f9IJQpZ19902; Thu, 18 Oct 2001 20:26:51 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200110181926.f9IJQpZ19902@grimreaper.grondar.org> To: Garrett Wollman Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c References: <200110181739.f9IHdHw67137@khavrinen.lcs.mit.edu> In-Reply-To: <200110181739.f9IHdHw67137@khavrinen.lcs.mit.edu> ; from Garrett Wollman "Thu, 18 Oct 2001 13:39:17 EDT." Date: Thu, 18 Oct 2001 20:26:51 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > < said: > > > Garrett Wollman writes: > >> The portable solution is to use the correct casts. Just because the > >> compiler emits a diagnostic does not mean that anything needs to be > >> done about it. > > > WARNS level 2 implies -Werror. > > Then fix WARNS. Define NO_WERROR. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ 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 Oct 18 13: 5: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 7422037B407; Thu, 18 Oct 2001 13:05:22 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IK5Ls70911; Thu, 18 Oct 2001 13:05:21 -0700 (PDT) (envelope-from markm) Message-Id: <200110182005.f9IK5Ls70911@freefall.freebsd.org> From: Mark Murray Date: Thu, 18 Oct 2001 13:05:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_nologin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/10/18 13:05:20 PDT Modified files: lib/libpam/modules/pam_nologin Makefile Log: Add library exposed by KDE's use if this module. Revision Changes Path 1.4 +3 -1 src/lib/libpam/modules/pam_nologin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 13:14:52 2001 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id E3B8B37B409; Thu, 18 Oct 2001 13:14:46 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id BA9D09B19; Thu, 18 Oct 2001 15:13:55 -0500 (EST) Date: Thu, 18 Oct 2001 15:13:55 -0500 From: Will Andrews To: Brian Somers Cc: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/cvs-all list.cvs distrib/cvsup/sup/projects-all list.cvs releases Message-ID: <20011018151355.A57251@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Brian Somers , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20011018130448.Z57251@squall.waterspout.com> <200110181814.f9IIE2b80539@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110181814.f9IIE2b80539@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 07:14:02PM +0100, Brian Somers wrote: > The distrib.self distribution does it for you. Oh yeah. :) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 13: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 9F76637B405; Thu, 18 Oct 2001 13:48:58 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IKmwe78517; Thu, 18 Oct 2001 13:48:58 -0700 (PDT) (envelope-from murray) Message-Id: <200110182048.f9IKmwe78517@freefall.freebsd.org> From: Murray Stokely Date: Thu, 18 Oct 2001 13:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/share/sgml freebsd.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/18 13:48:58 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml share/sgml freebsd.ent Log: Properly define entities for [ OK ] and [ CANCEL ] and use these entities throughout the install chapter. These need to be defined with   so that these buttons don't wrap across lines. This prevents : "Press the [ OK ] button" from showing up in the print or HTML output. Revision Changes Path 1.128 +20 -20 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.7 +5 -1 doc/share/sgml/freebsd.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 14:32: 9 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 50CA037B403; Thu, 18 Oct 2001 14:32:05 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id E1C1F14C2E; Thu, 18 Oct 2001 23:32:03 +0200 (CEST) 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: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf References: <200110181937.f9IJbwN66745@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 18 Oct 2001 23:32:03 +0200 In-Reply-To: <200110181937.f9IJbwN66745@freefall.freebsd.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein writes: > Log: > Update to note that rpc.statd and rpc.lockd are now needed for > client side NFS mounts. How about "documenting" this dependency in rc.network, as was done for the portmapper? 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 Thu Oct 18 14:39: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id B2B0337B403; Thu, 18 Oct 2001 14:38:56 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id AC55D81D05; Thu, 18 Oct 2001 16:38:56 -0500 (CDT) Date: Thu, 18 Oct 2001 16:38:56 -0500 From: Alfred Perlstein To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20011018163856.F65676@elvis.mu.org> References: <200110181937.f9IJbwN66745@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: ; from des@ofug.org on Thu, Oct 18, 2001 at 11:32:03PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Dag-Erling Smorgrav [011018 16:32] wrote: > Alfred Perlstein writes: > > Log: > > Update to note that rpc.statd and rpc.lockd are now needed for > > client side NFS mounts. > > How about "documenting" this dependency in rc.network, as was done for > the portmapper? Go for it! / Yes, how about it? Seriously I think that Martin Blapp may be taking a shot at it, however if he doesn't get to it I'll be taking a look at it soon. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 16: 9: 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 A4C5737B403; Thu, 18 Oct 2001 16:09:06 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9IN96A16741; Thu, 18 Oct 2001 16:09:06 -0700 (PDT) (envelope-from billf) Message-Id: <200110182309.f9IN96A16741@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 18 Oct 2001 16:09:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal machines.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2001/10/18 16:09:06 PDT Modified files: en/internal machines.sgml Log: the paix really doesn't provide internet connectivity for the cluster. reword the network section a little bit while I'm here. remove jkh's name from this footer of this page. Revision Changes Path 1.28 +4 -7 www/en/internal/machines.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 17: 3:26 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id AC5F037B403; Thu, 18 Oct 2001 17:03:20 -0700 (PDT) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id f9J02rV128466; Thu, 18 Oct 2001 20:02:54 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200110181926.f9IJQpZ19902@grimreaper.grondar.org> References: <200110181739.f9IHdHw67137@khavrinen.lcs.mit.edu> <200110181926.f9IJQpZ19902@grimreaper.grondar.org> Date: Thu, 18 Oct 2001 20:02:50 -0400 To: Mark Murray , Garrett Wollman From: Garance A Drosihn Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 8:26 PM +0100 10/18/01, Mark Murray wrote: > > < said: > > >> > Garrett Wollman writes: > > >> The portable solution is to use the correct casts. Just > > >> because the compiler emits a diagnostic does not mean that > > >> anything needs to be done about it. > > >> > WARNS level 2 implies -Werror. >> >> Then fix WARNS. > >Define NO_WERROR. EVERYONE building world would have to define NO_WERROR, or do you mean the makefile for libfetch should define it? -- 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 Thu Oct 18 17:23: 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 AE13437B403; Thu, 18 Oct 2001 17:23:07 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J0N7Y26171; Thu, 18 Oct 2001 17:23:07 -0700 (PDT) (envelope-from mdodd) Message-Id: <200110190023.f9J0N7Y26171@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 18 Oct 2001 17:23:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp Makefile main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2001/10/18 17:23:07 PDT Modified files: usr.bin/tftp Makefile main.c Log: Add libedit support to tftp. Revision Changes Path 1.2 +2 -0 src/usr.bin/tftp/Makefile 1.9 +44 -8 src/usr.bin/tftp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 17:24: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 D2DCA37B405; Thu, 18 Oct 2001 17:24:39 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J0Odt26405; Thu, 18 Oct 2001 17:24:39 -0700 (PDT) (envelope-from mdodd) Message-Id: <200110190024.f9J0Odt26405@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 18 Oct 2001 17:24:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/bc Makefile config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2001/10/18 17:24:39 PDT Modified files: gnu/usr.bin/bc Makefile config.h Log: Turn on the libedit support in bc. Turn off libreadline. Revision Changes Path 1.18 +5 -3 src/gnu/usr.bin/bc/Makefile 1.6 +2 -2 src/gnu/usr.bin/bc/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 17:32: 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 E945B37B401; Thu, 18 Oct 2001 17:32:00 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J0W0131014; Thu, 18 Oct 2001 17:32:00 -0700 (PDT) (envelope-from mp) Message-Id: <200110190032.f9J0W0131014@freefall.freebsd.org> From: Mark Peek Date: Thu, 18 Oct 2001 17:32:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.powerpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/18 17:32:00 PDT Modified files: sys/conf Makefile.powerpc Log: Use normal CWARNFLAGS and defines when compiling on FreeBSD. Revision Changes Path 1.251 +6 -2 src/sys/conf/Makefile.powerpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 17:33: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 C95F537B407; Thu, 18 Oct 2001 17:33:26 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J0XQc31156; Thu, 18 Oct 2001 17:33:26 -0700 (PDT) (envelope-from mdodd) Message-Id: <200110190033.f9J0XQc31156@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 18 Oct 2001 17:33:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2001/10/18 17:33:26 PDT Modified files: usr.sbin/arp arp.c Log: Print [fddi] or [atm] tags for ARP addresses on interfaces of that type. Revision Changes Path 1.33 +7 -1 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 17:40: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 3D39737B401; Thu, 18 Oct 2001 17:40:52 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J0eqL31929; Thu, 18 Oct 2001 17:40:52 -0700 (PDT) (envelope-from mdodd) Message-Id: <200110190040.f9J0eqL31929@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 18 Oct 2001 17:40:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2001/10/18 17:40:51 PDT Modified files: usr.bin/netstat if.c Log: Print statistics for AF_IPX. Note that the IPX code doesn't update these correctly yet, but should. Revision Changes Path 1.49 +3 -1 src/usr.bin/netstat/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 17:46: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 20D9537B407; Thu, 18 Oct 2001 17:46:18 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J0kI932483; Thu, 18 Oct 2001 17:46:18 -0700 (PDT) (envelope-from des) Message-Id: <200110190046.f9J0kI932483@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 17:46:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_util.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 17:46:18 PDT Modified files: sys/compat/linux linux_util.h Log: Whitespace fix. Revision Changes Path 1.15 +2 -2 src/sys/compat/linux/linux_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 18:11:31 2001 Delivered-To: cvs-all@freebsd.org Received: from mmu.edu.my (ext-dns.mmu.edu.my [203.106.62.11]) by hub.freebsd.org (Postfix) with ESMTP id 2720237B403; Thu, 18 Oct 2001 18:11:26 -0700 (PDT) Received: from venus.cyber.mmu.edu.my (venus.cyber.mmu.edu.my [203.106.62.12]) by mmu.edu.my (8.9.1b+Sun/8.9.1) with ESMTP id JAA28969; Fri, 19 Oct 2001 09:07:19 +0800 (MYT) Received: from there (hb2c-20.cyber.mmu.edu.my [10.100.99.40]) by venus.cyber.mmu.edu.my (8.8.8+Sun/8.8.8) with SMTP id JAA04727; Fri, 19 Oct 2001 09:07:12 +0800 (SGT) Message-Id: <200110190107.JAA04727@venus.cyber.mmu.edu.my> Content-Type: text/plain; charset="iso-8859-1" From: nuzrin yaapar Reply-To: nuzrin@yahoo.com Organization: multimedia university To: Archie Cobbs , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/mpd-netgraph Makefile distinfo pkg-plist Date: Fri, 19 Oct 2001 09:22:09 +0800 X-Mailer: KMail [version 1.3.1] References: <200110181621.f9IGLhN33004@freefall.freebsd.org> In-Reply-To: <200110181621.f9IGLhN33004@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 19 October 2001 12:21 am, Archie Cobbs wrote: > archie 2001/10/18 09:21:43 PDT > > Modified files: > net/mpd-netgraph Makefile distinfo pkg-plist > Log: > Upgrade to mpd version 3.3. > Where can I find changelog info? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 18:20: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 677E537B403; Thu, 18 Oct 2001 18:20:21 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J1KLY38657; Thu, 18 Oct 2001 18:20:21 -0700 (PDT) (envelope-from des) Message-Id: <200110190120.f9J1KLY38657@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 18:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sockio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 18:20:21 PDT Modified files: sys/sys sockio.h Log: Add two "device private" ioctls needed by the Aironet (an) driver. Move some ioctls that were out of order. Revision Changes Path 1.22 +8 -5 src/sys/sys/sockio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 18:38: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 CB88337B409; Thu, 18 Oct 2001 18:38:10 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J1cAY40072; Thu, 18 Oct 2001 18:38:10 -0700 (PDT) (envelope-from des) Message-Id: <200110190138.f9J1cAY40072@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 18:38:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 18:38:10 PDT Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Add support for the "device private" ioctls soon to be used by the an driver. Also slightly change the name translation policy - only rename interfaces that have the IFF_BROADCAST flag set. This is not perfect, but is closer to how Linux names network interfaces. Revision Changes Path 1.69 +63 -16 src/sys/compat/linux/linux_ioctl.c 1.5 +14 -1 src/sys/compat/linux/linux_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 18:38:28 2001 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [64.0.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 14A1637B408; Thu, 18 Oct 2001 18:38:11 -0700 (PDT) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id VAA71623; Thu, 18 Oct 2001 21:38:10 -0400 (EDT) Date: Thu, 18 Oct 2001 21:38:09 -0400 (EDT) From: "Matthew N. Dodd" To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h In-Reply-To: <200110190024.f9J0Odt26405@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001, Matthew N. Dodd wrote: > mdodd 2001/10/18 17:24:39 PDT > > Modified files: > gnu/usr.bin/bc Makefile config.h > Log: > Turn on the libedit support in bc. Turn off libreadline. The remaining in tree consumers of libreadline are: src/kerberos5/usr.bin/k5admin src/kerberos5/usr.sbin/ktutil src/kerberosIV/usr.bin/kadmin src/gnu/usr.bin/binutils/gdb src/gnu/usr.bin/binutils/gdb5 src/sbin/vinum src/usr.sbin/ntp/ntpdc The ntpdc and the Kerberos stuff should be fairly easy to add libedit support to but would require taking stuff off vendor branches or getting the patches included by the vendor. The changes to vinum are a little more involved while the gdb stuff is probably impossible (feel free to prove me wrong.) Sure would be nice to be able to boot libreadline into ports though... -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 18:43: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 0532937B407; Thu, 18 Oct 2001 18:43:07 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J1h6u40544; Thu, 18 Oct 2001 18:43:06 -0700 (PDT) (envelope-from des) Message-Id: <200110190143.f9J1h6u40544@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 18:43:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 18:43:06 PDT Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_vnops.c Log: Switch to dynamic rather than static initialization. This makes it possible (in theory) for nodes to be added and / or removed from pseudofs filesystems at runtime. Revision Changes Path 1.8 +217 -2 src/sys/fs/pseudofs/pseudofs.c 1.12 +40 -34 src/sys/fs/pseudofs/pseudofs.h 1.16 +34 -29 src/sys/fs/pseudofs/pseudofs_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 Oct 18 18: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 4FCD237B405; Thu, 18 Oct 2001 18:45:03 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J1j3W40792; Thu, 18 Oct 2001 18:45:03 -0700 (PDT) (envelope-from des) Message-Id: <200110190145.f9J1j3W40792@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 18:45:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 18:45:03 PDT Modified files: sys/compat/linprocfs linprocfs.c Log: Adapt to pseudofs changes (dynamic initialization, not static). Use the new linux_ifname() function from the linuxulator rather than roll our own interface name translation. Revision Changes Path 1.39 +59 -66 src/sys/compat/linprocfs/linprocfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 18:45:21 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 6CC6D37B438 for ; Thu, 18 Oct 2001 18:45:09 -0700 (PDT) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id SAA70476; Thu, 18 Oct 2001 18:20:59 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f9J1KtM75750; Thu, 18 Oct 2001 18:20:55 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200110190120.f9J1KtM75750@arch20m.dellroad.org> Subject: Re: cvs commit: ports/net/mpd-netgraph Makefile distinfo pkg-plist In-Reply-To: <200110190107.JAA04727@venus.cyber.mmu.edu.my> "from nuzrin yaapar at Oct 19, 2001 09:22:09 am" To: nuzrin@yahoo.com Date: Thu, 18 Oct 2001 18:20:55 -0700 (PDT) Cc: cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nuzrin yaapar writes: > > Modified files: > > net/mpd-netgraph Makefile distinfo pkg-plist > > Log: > > Upgrade to mpd version 3.3. > > Where can I find changelog info? It's included in the documentation now.. nothing major.. Change history

Changes since version 3.2: There is no longer a fixed limit to the number of bundles and/or links that may be created. Better random number generation using srandomdev(4). Miscellaneous minor bug fixes. Support for authenticating to the peer using Microsoft CHAP Version 2 has been added. Note: When authenticating the peer, only Version 1 is requested. Hostnames are allowed in the configuration files. The latter two are thanks to Franco Venturi

-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 Oct 18 18:52: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 0FE1137B401; Thu, 18 Oct 2001 18:52:14 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J1qE941528; Thu, 18 Oct 2001 18:52:14 -0700 (PDT) (envelope-from des) Message-Id: <200110190152.f9J1qE941528@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Oct 2001 18:52:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/18 18:52:13 PDT Modified files: sys/compat/linprocfs linprocfs.c Log: #if 0 out some code that depends on other uncommitted patches. Revision Changes Path 1.40 +2 -0 src/sys/compat/linprocfs/linprocfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 19:17: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 2EA9E37B401; Thu, 18 Oct 2001 19:17:33 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J2HX046931; Thu, 18 Oct 2001 19:17:33 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110190217.f9J2HX046931@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 18 Oct 2001 19:17:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/18 19:17:32 PDT Added files: sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h Log: Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. Revision Changes Path 1.1 +1631 -0 src/sys/dev/gx/if_gx.c (new) 1.1 +518 -0 src/sys/dev/gx/if_gxreg.h (new) 1.1 +168 -0 src/sys/dev/gx/if_gxvar.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 19:21: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 2E4D237B403; Thu, 18 Oct 2001 19:21:16 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J2LGk47187; Thu, 18 Oct 2001 19:21:16 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110190221.f9J2LGk47187@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 18 Oct 2001 19:21:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/gx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/18 19:21:16 PDT Modified files: sys/modules Makefile Added files: sys/modules/gx Makefile Log: Hook the gx module up to the build. Revision Changes Path 1.206 +2 -1 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/gx/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 19:25: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 6578937B403; Thu, 18 Oct 2001 19:25:03 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9J2P1H89484; Thu, 18 Oct 2001 19:25:01 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 18 Oct 2001 19:25:01 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h In-Reply-To: <200110190217.f9J2HX046931@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm. Really? Is it time to rip wx out? On Thu, 18 Oct 2001, Jonathan Lemon wrote: > jlemon 2001/10/18 19:17:32 PDT > > Added files: > sys/dev/gx if_gx.c if_gxreg.h if_gxvar.h > Log: > Add a driver for the Intel PRO/1000 Gigabit Ethernet boards. > > Revision Changes Path > 1.1 +1631 -0 src/sys/dev/gx/if_gx.c (new) > 1.1 +518 -0 src/sys/dev/gx/if_gxreg.h (new) > 1.1 +168 -0 src/sys/dev/gx/if_gxvar.h (new) > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 19:28: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 2B3D237B405; Thu, 18 Oct 2001 19:28:13 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J2SDj47914; Thu, 18 Oct 2001 19:28:13 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110190228.f9J2SDj47914@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 18 Oct 2001 19:28:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/18 19:28:13 PDT Modified files: sys/conf files sys/i386/conf NOTES Log: Add entry for the PRO/1000. Revision Changes Path 1.575 +2 -1 src/sys/conf/files 1.970 +2 -0 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 19:49: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 CC71F37B401; Thu, 18 Oct 2001 19:49:41 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J2nfA50075; Thu, 18 Oct 2001 19:49:41 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110190249.f9J2nfA50075@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 18 Oct 2001 19:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 gx.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/18 19:49:41 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 gx.4 Log: Add manpage for gx driver. Revision Changes Path 1.139 +1 -0 src/share/man/man4/Makefile 1.1 +174 -0 src/share/man/man4/gx.4 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 20: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 CCE0237B403; Thu, 18 Oct 2001 20:12:25 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J3CPD55673; Thu, 18 Oct 2001 20:12:25 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190312.f9J3CPD55673@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 20:12:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile distinfo pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 20:12:25 PDT Modified files: net/isc-dhcp3 Makefile distinfo pkg-message pkg-plist Log: Update to 3.0.1 PR: 31357 Submitted by: maintainer Revision Changes Path 1.72 +4 -2 ports/net/isc-dhcp3/Makefile 1.37 +1 -1 ports/net/isc-dhcp3/distinfo 1.2 +13 -14 ports/net/isc-dhcp3/pkg-message 1.20 +2 -1 ports/net/isc-dhcp3/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 Oct 18 20:34: 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 881B737B403; Thu, 18 Oct 2001 20:33:58 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J3XwD57653; Thu, 18 Oct 2001 20:33:58 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190333.f9J3XwD57653@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 20:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 20:33:58 PDT Modified files: net/openldap2 Makefile distinfo Log: Update to 2.0.17 PR: 31332 Submitted by: maxim@macomnet.ru Revision Changes Path 1.44 +2 -2 ports/net/openldap2/Makefile 1.20 +1 -1 ports/net/openldap2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 20:53:20 2001 Delivered-To: cvs-all@freebsd.org Received: from volatile.chemikals.org (ci391991-a.grnvle1.sc.home.com [24.37.154.83]) by hub.freebsd.org (Postfix) with ESMTP id 7C6C537B401 for ; Thu, 18 Oct 2001 20:53:17 -0700 (PDT) Received: (from morganw@localhost) by volatile.chemikals.org (8.11.5/8.11.5) id f9J3r3r84757; Thu, 18 Oct 2001 23:53:03 -0400 (EDT) (envelope-from morganw) Date: Thu, 18 Oct 2001 23:53:02 -0400 (EDT) From: Wesley Morgan To: Jos Backus Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: /src/etc/ group master.passwd In-Reply-To: <20011017110055.A92007@lizzy.bugworks.com> Message-ID: <20011018235156.M84717-100000@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I guess we need to change the name of the bind user from bind to dns then? That aside, I think the user should be www:www. On Wed, 17 Oct 2001, Jos Backus wrote: > On Wed, Oct 17, 2001 at 10:35:43AM -0400, Kenneth W Cochran wrote: > > I just now saw the commit adding www:www (80:80) to > > /etc/{master.passwd,group}. Might I suggest consideration > > that the Apache *user* be "apache," i.e. "apache:www (80:80)." > > I would argue against this: it should be the name of a service, not the name > of a particular provider of that service. > > -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ morganw@chemikals.org _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ 6bone: 3ffe:1ce3:7::b4ff:fe53:c297 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 21: 1: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 D278D37B403; Thu, 18 Oct 2001 21:01:13 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J41DE60152; Thu, 18 Oct 2001 21:01:13 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190401.f9J41DE60152@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 21:01:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/jed Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 21:01:13 PDT Modified files: editors/jed Makefile distinfo Log: Updated to 0.99.15 PR: 31293 Submitted by: maintainer Revision Changes Path 1.17 +1 -1 ports/editors/jed/Makefile 1.4 +1 -1 ports/editors/jed/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 21: 8: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 AB81F37B403; Thu, 18 Oct 2001 21:08:05 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J485B64013; Thu, 18 Oct 2001 21:08:05 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190408.f9J485B64013@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 21:08:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rdesktop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 21:08:05 PDT Modified files: net/rdesktop Makefile distinfo Log: Update to 1.0.0.p19.7.4 PR: 31246 Submitted by: maintainer Revision Changes Path 1.6 +3 -5 ports/net/rdesktop/Makefile 1.4 +1 -1 ports/net/rdesktop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 21:20: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 B030C37B408; Thu, 18 Oct 2001 21:20:40 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J4Kea65111; Thu, 18 Oct 2001 21:20:40 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190420.f9J4Kea65111@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 21:20:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 21:20:40 PDT Modified files: databases/gigabase Makefile distinfo Log: Update to 2.47 PR: 31230 Submitted by: maintainer Revision Changes Path 1.25 +2 -2 ports/databases/gigabase/Makefile 1.29 +1 -1 ports/databases/gigabase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 22: 4: 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 6F61037B405; Thu, 18 Oct 2001 22:04:02 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J542A70546; Thu, 18 Oct 2001 22:04:02 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110190504.f9J542A70546@freefall.freebsd.org> From: Matt Jacob Date: Thu, 18 Oct 2001 22:04:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/18 22:04:02 PDT Modified files: sys/modules Makefile Log: Linux compiles broken on alpha again. Remove. Revision Changes Path 1.207 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 22:11: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 06EFB37B405; Thu, 18 Oct 2001 22:11:13 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J5BCm74410; Thu, 18 Oct 2001 22:11:12 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190511.f9J5BCm74410@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 22:11:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/doxygen Makefile distinfo pkg-descr pkg-plist ports/devel/doxygen/files patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 22:11:12 PDT Modified files: devel/doxygen Makefile distinfo pkg-descr pkg-plist Added files: devel/doxygen/files patch-ag patch-ah Log: Update to -1.2.11 PR: 30943 Submitted by: maintainer Revision Changes Path 1.14 +14 -5 ports/devel/doxygen/Makefile 1.6 +1 -1 ports/devel/doxygen/distinfo 1.1 +16 -0 ports/devel/doxygen/files/patch-ag (new) 1.1 +12 -0 ports/devel/doxygen/files/patch-ah (new) 1.3 +1 -4 ports/devel/doxygen/pkg-descr 1.5 +5 -0 ports/devel/doxygen/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 Oct 18 22:19: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 67EF037B401; Thu, 18 Oct 2001 22:19:39 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J5JdM75517; Thu, 18 Oct 2001 22:19:39 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190519.f9J5JdM75517@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 22:19:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/lftp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 22:19:39 PDT Modified files: ftp/lftp Makefile distinfo Log: Update to 2.4.5 PR: 31355 Submitted by: maintainer Revision Changes Path 1.54 +2 -2 ports/ftp/lftp/Makefile 1.35 +1 -1 ports/ftp/lftp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 22:25: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 E07B737B403; Thu, 18 Oct 2001 22:25:39 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J5PdG76268; Thu, 18 Oct 2001 22:25:39 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190525.f9J5PdG76268@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 22:25:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ripmime Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 22:25:39 PDT Modified files: mail/ripmime Makefile distinfo Log: Update to 1.2.4 PR: 31347 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/mail/ripmime/Makefile 1.5 +1 -1 ports/mail/ripmime/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 22: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 93B5937B408; Thu, 18 Oct 2001 22:30:27 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J5URE77372; Thu, 18 Oct 2001 22:30:27 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190530.f9J5URE77372@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 22:30:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/spin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 22:30:27 PDT Modified files: math/spin Makefile Log: Update to 3.4.9 PR: 31269 Submitted by: maintainer Revision Changes Path 1.22 +2 -2 ports/math/spin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 22:39: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 1F36C37B401; Thu, 18 Oct 2001 22:39:45 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J5djq78827; Thu, 18 Oct 2001 22:39:45 -0700 (PDT) (envelope-from asami) Message-Id: <200110190539.f9J5djq78827@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 18 Oct 2001 22:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-OpenPGP Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asami 2001/10/18 22:39:44 PDT Modified files: security/p5-Crypt-OpenPGP Makefile Log: Add \s to end of continuation lines so make will succeed. Submitted by: bento Revision Changes Path 1.4 +2 -2 ports/security/p5-Crypt-OpenPGP/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Oct 18 22:47: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 0540737B401; Thu, 18 Oct 2001 22:47:14 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J5lDJ79610; Thu, 18 Oct 2001 22:47:13 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110190547.f9J5lDJ79610@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 18 Oct 2001 22:47:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pnet Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/18 22:47:13 PDT Modified files: lang/pnet Makefile distinfo pkg-plist Log: Update to 1.8 instead of 1.7 since 1.7 doesn't exist any more PR: 30937 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/lang/pnet/Makefile 1.2 +1 -1 ports/lang/pnet/distinfo 1.2 +3 -0 ports/lang/pnet/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 Oct 18 23:50: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 8D29537B401; Thu, 18 Oct 2001 23:50:52 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J6oq690548; Thu, 18 Oct 2001 23:50:52 -0700 (PDT) (envelope-from dougb) Message-Id: <200110190650.f9J6oq690548@freefall.freebsd.org> From: Doug Barton Date: Thu, 18 Oct 2001 23:50:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.network X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2001/10/18 23:50:52 PDT Modified files: etc rc rc.network Log: Handle the lack of nfs server or client support in the kernel by kldload'ing the appropriate modules before enabling the service. Revision Changes Path 1.286 +19 -4 src/etc/rc 1.106 +13 -2 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 0:16: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 2194D37B408; Fri, 19 Oct 2001 00:16:07 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J7G7P99614; Fri, 19 Oct 2001 00:16:07 -0700 (PDT) (envelope-from alc) Message-Id: <200110190716.f9J7G7P99614@freefall.freebsd.org> From: Alan Cox Date: Fri, 19 Oct 2001 00:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2001/10/19 00:16:06 PDT Modified files: (Branch: RELENG_4) sys/pci if_xl.c Log: MFC: [rev 1.98] Implement TCP/IP checksum off-loading on receive. Revision Changes Path 1.72.2.7 +19 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 0:52: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 7F86737B403; Fri, 19 Oct 2001 00:52:11 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J7qBk04129; Fri, 19 Oct 2001 00:52:11 -0700 (PDT) (envelope-from alfred) Message-Id: <200110190752.f9J7qBk04129@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 19 Oct 2001 00:52:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_raw.c svc_raw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/10/19 00:52:11 PDT Modified files: lib/libc/rpc clnt_raw.c svc_raw.c Log: s/kernal/kernel Revision Changes Path 1.13 +2 -2 src/lib/libc/rpc/clnt_raw.c 1.10 +2 -2 src/lib/libc/rpc/svc_raw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 1:14: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 BCCCE37B405; Fri, 19 Oct 2001 01:14:21 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J8ELJ09668; Fri, 19 Oct 2001 01:14:21 -0700 (PDT) (envelope-from ache) Message-Id: <200110190814.f9J8ELJ09668@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Oct 2001 01:14:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/19 01:14:21 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add entry for drweb UID, increase UIDs range up to 999 Revision Changes Path 1.175 +4 -3 doc/en_US.ISO8859-1/books/porters-handbook/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 Oct 19 1:18: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 70C6737B407; Fri, 19 Oct 2001 01:18:31 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J8IVb10067; Fri, 19 Oct 2001 01:18:31 -0700 (PDT) (envelope-from marcel) Message-Id: <200110190818.f9J8IVb10067@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Oct 2001 01:18:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/19 01:18:31 PDT Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Fix Alpha related brokenness. We used to have a MD linux_ioctl.h that appeared to be very different from the MI version. These differences were mostly bogus and caused by copying octal definitions and write them as hexadecimal values without doing any base conversion (ie 010 was copied to 0x10). After filtering out these differences, any remaining (real) incompatibilities have been merged into the MI header file to make them more visible. While here, fix the termios <-> termio conversion WRT to the c_cc field for Alpha. The termios values do not match the termio values and thus prevents us from copying. By eliminating the Alpha MD copy of linux_ioctl.h we also fixed the recent build breakage caused by putting new bits in the MI header and not in the MD header. Revision Changes Path 1.70 +30 -6 src/sys/compat/linux/linux_ioctl.c 1.6 +179 -2 src/sys/compat/linux/linux_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 1:20: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 AF9DB37B403; Fri, 19 Oct 2001 01:20:15 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J8KFS10282; Fri, 19 Oct 2001 01:20:15 -0700 (PDT) (envelope-from marcel) Message-Id: <200110190820.f9J8KFS10282@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Oct 2001 01:20:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/19 01:20:15 PDT Removed files: sys/alpha/linux linux_ioctl.h Log: After removing the bogus differences, any real incompatibilities have been merged into /sys/compat/linux/linux_ioctl.h. This file is now unused. Revision Changes Path 1.10 +0 -452 src/sys/alpha/linux/linux_ioctl.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 1: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 D989E37B405; Fri, 19 Oct 2001 01:29:26 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J8TQr11486; Fri, 19 Oct 2001 01:29:26 -0700 (PDT) (envelope-from roam) Message-Id: <200110190829.f9J8TQr11486@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 19 Oct 2001 01:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/10/19 01:29:26 PDT Modified files: emulators/wine pkg-message Log: Actually commit the pkg-message cleanup that I missed before. PR: 31247 Submitted by: maintainer Revision Changes Path 1.6 +13 -9 ports/emulators/wine/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 1:33: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 34A3637B401; Fri, 19 Oct 2001 01:33:56 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J8XuB11967; Fri, 19 Oct 2001 01:33:56 -0700 (PDT) (envelope-from marcel) Message-Id: <200110190833.f9J8XuB11967@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Oct 2001 01:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/19 01:33:56 PDT Modified files: sys/modules Makefile Log: Build the linux module on Alpha again. Note that the linux module is not added to the MI list of modules. The current state of affairs is such that the linux module is the exception, not the common case. Revision Changes Path 1.208 +2 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 2:26: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id E9BCE37B401; Fri, 19 Oct 2001 02:25:57 -0700 (PDT) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id f9J9Pl402594; Fri, 19 Oct 2001 10:25:47 +0100 (BST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.org (8.11.6/8.11.6) with ESMTP id f9J9IfZ38913; Fri, 19 Oct 2001 10:18:41 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200110190918.f9J9IfZ38913@grimreaper.grondar.org> To: Garance A Drosihn Cc: Garrett Wollman , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch Makefile common.c common.h ftp.c http.c References: In-Reply-To: ; from Garance A Drosihn "Thu, 18 Oct 2001 20:02:50 EDT." Date: Fri, 19 Oct 2001 10:18:41 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > >> > WARNS level 2 implies -Werror. > >> > >> Then fix WARNS. > > > >Define NO_WERROR. > > EVERYONE building world would have to define NO_WERROR, or do > you mean the makefile for libfetch should define it? Put it in the Makefile until the final warnings are fixed. M -- o Mark Murray \_ FreeBSD Services Limited O.\_ 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 Fri Oct 19 2: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 3BBC337B401; Fri, 19 Oct 2001 02:47:03 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9J9l3g22142; Fri, 19 Oct 2001 02:47:03 -0700 (PDT) (envelope-from dfr) Message-Id: <200110190947.f9J9l3g22142@freefall.freebsd.org> From: Doug Rabson Date: Fri, 19 Oct 2001 02:47:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include pmap.h src/sys/ia64/ia64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/19 02:47:03 PDT Modified files: sys/ia64/include pmap.h sys/ia64/ia64 pmap.c Log: Rework pmap so that it separates the PTE structure from the pv_entry structure. This makes it possible to pre-allocate PTEs for the kernel, which is necessary for a reliable implementation of pmap_kenter(). This also avoids wasting space (about 48 bytes per page) for kernel mappings and user mappings of memory-mapped devices. This also fixes a bug with the previous version where the implementation required the pv_entry structure to be physically contiguous but did not enforce this (the structure size was not a power of two). This meant that the pv_entry free list was quickly corrupted as soon as the system was even mildly loaded. Revision Changes Path 1.28 +504 -332 src/sys/ia64/ia64/pmap.c 1.5 +7 -2 src/sys/ia64/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 3: 8: 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 A1A5437B405; Fri, 19 Oct 2001 03:08:05 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JA85027437; Fri, 19 Oct 2001 03:08:05 -0700 (PDT) (envelope-from des) Message-Id: <200110191008.f9JA85027437@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 19 Oct 2001 03:08:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/19 03:08:05 PDT Modified files: lib/libfetch common.c Log: Back out part of previous commit which was gcc-centric Revision Changes Path 1.22 +2 -2 src/lib/libfetch/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 3: 8: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 581EE37B401; Fri, 19 Oct 2001 03:08:38 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JA8c727502; Fri, 19 Oct 2001 03:08:38 -0700 (PDT) (envelope-from des) Message-Id: <200110191008.f9JA8c727502@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 19 Oct 2001 03:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/19 03:08:38 PDT Modified files: lib/libfetch Makefile Log: Add NO_WERROR so the build won't die because of discarded qualifiers Revision Changes Path 1.24 +2 -0 src/lib/libfetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 3: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 98BCC37B409; Fri, 19 Oct 2001 03:45:14 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JAjEE31390; Fri, 19 Oct 2001 03:45:14 -0700 (PDT) (envelope-from ache) Message-Id: <200110191045.f9JAjEE31390@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Oct 2001 03:45:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/19 03:45:14 PDT Modified files: usr.sbin/pw pw_user.c Log: Change rmskey() to rmopie() - we don't have skey anymore Revision Changes Path 1.50 +7 -7 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 3:55: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 5E4D937B405; Fri, 19 Oct 2001 03:55:39 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JAtdc32763; Fri, 19 Oct 2001 03:55:39 -0700 (PDT) (envelope-from ache) Message-Id: <200110191055.f9JAtdc32763@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Oct 2001 03:55:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb pkg-deinstall pkg-install Makefile ports/security/drweb/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/19 03:55:39 PDT Modified files: security/drweb Makefile Added files: security/drweb pkg-deinstall pkg-install Removed files: security/drweb/scripts post-install Log: Move user creation/deletion to pkg-*install Revision Changes Path 1.15 +4 -3 ports/security/drweb/Makefile 1.1 +22 -0 ports/security/drweb/pkg-deinstall (new) 1.1 +52 -0 ports/security/drweb/pkg-install (new) 1.7 +0 -43 ports/security/drweb/scripts/post-install (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4: 3:19 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 3DE9637B403; Fri, 19 Oct 2001 04:03:10 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 15uXQf-0000DH-0W; Fri, 19 Oct 2001 12:03:06 +0100 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f9JB1o786728; Fri, 19 Oct 2001 12:01:50 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 19 Oct 2001 12:01:50 +0100 (BST) From: Doug Rabson To: Doug Rabson Cc: , Subject: Re: cvs commit: src/sys/ia64/include pmap.h src/sys/ia64/ia64 pmap.c In-Reply-To: <200110190947.f9J9l3g22142@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Doug Rabson wrote: > dfr 2001/10/19 02:47:03 PDT > > Modified files: > sys/ia64/include pmap.h > sys/ia64/ia64 pmap.c > Log: > Rework pmap so that it separates the PTE structure from the pv_entry > structure. This makes it possible to pre-allocate PTEs for the kernel, > which is necessary for a reliable implementation of pmap_kenter(). This > also avoids wasting space (about 48 bytes per page) for kernel mappings > and user mappings of memory-mapped devices. > > This also fixes a bug with the previous version where the implementation > required the pv_entry structure to be physically contiguous but did not > enforce this (the structure size was not a power of two). This meant > that the pv_entry free list was quickly corrupted as soon as the system > was even mildly loaded. This version uses a shared pool to allocate PTEs for all user processes. There are some problems with this for un-managed mappings (i.e. mmap on a device). Particularly, it is difficult to keep track of all the PTEs used by a process for un-managed mappings and this implementation will leak PTEs (and active entries in the VHPT, which is worse) in this case. I have been thinking of allocating PTEs from a per-process pool but this still doesn't make it easy to track down all the mappings made in a process (the pv_entry structure does this for managed mappings). We need to do this so that we can remove the mappings from the VHPT on e.g. process exit. One possibility is to use pseudo page-tables for user mappings. A given page in the 'page table' would cover mappings for a particular range of virtual addresses (an 8k page would hold 256 PTEs). We would have to iterate over these page tables to identify and remove the un-managed mappings. Still ugly. Perhaps the only workable approach is to use something similar to pv_entry to keep a list of all unmanaged mappings in a process so that they can be explicitly removed. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4: 8: 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 59C9B37B405; Fri, 19 Oct 2001 04:08:01 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JB81043217; Fri, 19 Oct 2001 04:08:01 -0700 (PDT) (envelope-from ache) Message-Id: <200110191108.f9JB81043217@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Oct 2001 04:08:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail pkg-deinstall pkg-install Makefile ports/security/drweb-sendmail/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/19 04:08:01 PDT Modified files: security/drweb-sendmail Makefile Added files: security/drweb-sendmail pkg-deinstall pkg-install Removed files: security/drweb-sendmail/scripts post-install Log: Move user adding/deleting to pkg*install Revision Changes Path 1.26 +2 -1 ports/security/drweb-sendmail/Makefile 1.1 +22 -0 ports/security/drweb-sendmail/pkg-deinstall (new) 1.1 +36 -0 ports/security/drweb-sendmail/pkg-install (new) 1.3 +0 -29 ports/security/drweb-sendmail/scripts/post-install (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4: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 947D537B407; Fri, 19 Oct 2001 04:13:32 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBDWK43835; Fri, 19 Oct 2001 04:13:32 -0700 (PDT) (envelope-from tg) Message-Id: <200110191113.f9JBDWK43835@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 19 Oct 2001 04:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/py-numeric Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/10/19 04:13:32 PDT Modified files: math/py-numeric Makefile distinfo pkg-plist Log: Upgrade to 20.2.1. Revision Changes Path 1.35 +6 -5 ports/math/py-numeric/Makefile 1.18 +1 -1 ports/math/py-numeric/distinfo 1.19 +17 -2 ports/math/py-numeric/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 Oct 19 4:16: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 DA6F437B407; Fri, 19 Oct 2001 04:16:55 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBGti44232; Fri, 19 Oct 2001 04:16:55 -0700 (PDT) (envelope-from tg) Message-Id: <200110191116.f9JBGti44232@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 19 Oct 2001 04:16:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile pkg-plist ports/lang/python/files patch-setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/10/19 04:16:55 PDT Modified files: lang/python Makefile pkg-plist lang/python/files patch-setup.py Log: Don't build mpz extension, it's moved to a separate port. Revision Changes Path 1.80 +2 -8 ports/lang/python/Makefile 1.2 +1 -1 ports/lang/python/files/patch-setup.py 1.33 +1 -2 ports/lang/python/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 Oct 19 4:20: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 F0F9637B401; Fri, 19 Oct 2001 04:20:37 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBKbR44783; Fri, 19 Oct 2001 04:20:37 -0700 (PDT) (envelope-from tg) Message-Id: <200110191120.f9JBKbR44783@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 19 Oct 2001 04:20:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/math Makefile ports/math/py-mpz Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/py-mpz/files setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2001/10/19 04:20:37 PDT Modified files: . modules math Makefile Added files: math/py-mpz Makefile distinfo pkg-comment pkg-descr pkg-plist math/py-mpz/files setup.py Log: New port py-mpz. This builds the mpz module (an interface to GMP) from the Python distribution. Revision Changes Path 1.4009 +1 -0 CVSROOT/modules 1.147 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/py-mpz/Makefile (new) 1.1 +6 -0 ports/math/py-mpz/distinfo (new) 1.1 +30 -0 ports/math/py-mpz/files/setup.py (new) 1.1 +1 -0 ports/math/py-mpz/pkg-comment (new) 1.1 +1 -0 ports/math/py-mpz/pkg-descr (new) 1.1 +1 -0 ports/math/py-mpz/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4:26: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 256F137B405; Fri, 19 Oct 2001 04:26:38 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBQcV45481; Fri, 19 Oct 2001 04:26:38 -0700 (PDT) (envelope-from ache) Message-Id: <200110191126.f9JBQcV45481@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Oct 2001 04:26:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/popper pkg-install Makefile pkg-req ports/mail/popper/scripts pre-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/19 04:26:38 PDT Modified files: mail/popper Makefile Added files: mail/popper pkg-install Removed files: mail/popper pkg-req mail/popper/scripts pre-install Log: Move user adding into pkg-install Revision Changes Path 1.40 +5 -2 ports/mail/popper/Makefile 1.1 +39 -0 ports/mail/popper/pkg-install (new) 1.3 +0 -13 ports/mail/popper/pkg-req (dead) 1.5 +0 -32 ports/mail/popper/scripts/pre-install (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4:39: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 94FB037B403; Fri, 19 Oct 2001 04:39:32 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JBdTd85751; Fri, 19 Oct 2001 14:39:29 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 14:39:29 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h Message-ID: <20011019143929.B64807@sunbay.com> References: <200110181607.f9IG7Lp31341@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: <200110181607.f9IG7Lp31341@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, Oct 18, 2001 at 09:07:21AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks, this mostly corresponds to what I've submitted as the 2nd version. There are still some issues left, please see my posting to the "commit to ansi.h" private thread. On Thu, Oct 18, 2001 at 09:07:21AM -0700, David E. O'Brien wrote: > obrien 2001/10/18 09:07:21 PDT > > Modified files: > sys/alpha/include ansi.h > sys/arm/include ansi.h > sys/i386/include ansi.h > sys/powerpc/include ansi.h > sys/sparc64/include ansi.h > Log: > My attempts at minimizing the number of #def's got me in trouble. > > Revision Changes Path > 1.19 +5 -5 src/sys/alpha/include/ansi.h > 1.10 +5 -2 src/sys/arm/include/ansi.h > 1.29 +5 -5 src/sys/i386/include/ansi.h > 1.11 +5 -5 src/sys/powerpc/include/ansi.h > 1.6 +5 -5 src/sys/sparc64/include/ansi.h -- 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 Oct 19 4:42: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 150CD37B403; Fri, 19 Oct 2001 04:42:56 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBgt346923; Fri, 19 Oct 2001 04:42:56 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191142.f9JBgt346923@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 04:42:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 04:42:55 PDT Modified files: (Branch: RELENG_4) sys/conf files.pc98 Log: MFi386: files.i386 revision 1.307.2.16 Revision Changes Path 1.140.2.21 +2 -1 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 Fri Oct 19 4:45: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 F229F37B405; Fri, 19 Oct 2001 04:45:05 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBj5i47204; Fri, 19 Oct 2001 04:45:05 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191145.f9JBj5i47204@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 04:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 04:45:05 PDT Modified files: sys/conf options.pc98 Log: MFi386: options.i386 revision 1.158 Revision Changes Path 1.132 +3 -1 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4:45:14 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 608DE37B403; Fri, 19 Oct 2001 04:44:57 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JBilD86360; Fri, 19 Oct 2001 14:44:47 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 14:44:47 +0300 From: Ruslan Ermilov To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/include ansi.h stdarg.h Message-ID: <20011019144447.C64807@sunbay.com> References: <200110181911.f9IJBCo63810@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: <200110181911.f9IJBCo63810@freefall.freebsd.org>; from mp@FreeBSD.org on Thu, Oct 18, 2001 at 12:11:12PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Mark, The "[1]" thing in ansi.h is unnecessary complicated. Please see my posting to the "commit to ansi.h" private thread which has a patch. On Thu, Oct 18, 2001 at 12:11:12PM -0700, Mark Peek wrote: > mp 2001/10/18 12:11:12 PDT > > Modified files: > sys/powerpc/include ansi.h stdarg.h > Log: > Add support for the gcc-2.95 stdarg implementation. > > Revision Changes Path > 1.12 +11 -0 src/sys/powerpc/include/ansi.h > 1.2 +29 -0 src/sys/powerpc/include/stdarg.h -- 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 Oct 19 4:46: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 0DBB837B405; Fri, 19 Oct 2001 04:46:14 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBkE947391; Fri, 19 Oct 2001 04:46:14 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191146.f9JBkE947391@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 04:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 04:46:13 PDT Modified files: sys/pc98/conf GENERIC Log: MFi386: sys/i386/conf/GENERIC revision 1.320 Revision Changes Path 1.190 +1 -1 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4:48: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 8A36737B401; Fri, 19 Oct 2001 04:48:47 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBml947672; Fri, 19 Oct 2001 04:48:47 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191148.f9JBml947672@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 04:48:47 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 04:48:47 PDT Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/isa/sio.c revisions from 1.344 to 1.347 Revision Changes Path 1.156 +11 -4 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 Fri Oct 19 4:50: 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 3349837B401; Fri, 19 Oct 2001 04:50:00 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBo0247861; Fri, 19 Oct 2001 04:50:00 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191150.f9JBo0247861@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 04:50:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pcaudio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 04:50:00 PDT Modified files: sys/pc98/pc98 pcaudio.c Log: MFi386: sys/i386/isa/pcaudio.c revision 1.63 Revision Changes Path 1.38 +1 -7 src/sys/pc98/pc98/pcaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 4:52: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 29BF137B401; Fri, 19 Oct 2001 04:52:50 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JBqoa48171; Fri, 19 Oct 2001 04:52:50 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191152.f9JBqoa48171@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 04:52:50 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 04:52:50 PDT Modified files: sys/pc98/pc98 clock.c Log: MFi386: sys/i386/isa/clock.c revision 1.177 Revision Changes Path 1.106 +1 -5 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 Fri Oct 19 5:15: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 421EF37B401; Fri, 19 Oct 2001 05:15:56 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCFuQ53801; Fri, 19 Oct 2001 05:15:56 -0700 (PDT) (envelope-from bde) Message-Id: <200110191215.f9JCFuQ53801@freefall.freebsd.org> From: Bruce Evans Date: Fri, 19 Oct 2001 05:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/19 05:15:56 PDT Modified files: usr.bin/tftp Makefile Log: Fixed missing DPADD and misplaced $FreeBSD$ in previous commit. Revision Changes Path 1.3 +2 -1 src/usr.bin/tftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:23:22 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id E242437B407 for ; Fri, 19 Oct 2001 05:23:11 -0700 (PDT) Received: (qmail 6963 invoked by uid 1000); 19 Oct 2001 12:23:05 -0000 Date: Fri, 19 Oct 2001 15:23:05 +0300 From: Peter Pentchev To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Message-ID: <20011019152305.A1416@straylight.oblivion.bg> Mail-Followup-To: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110181939.f9IJdtJ67133@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: <200110181939.f9IJdtJ67133@freefall.freebsd.org>; from imp@FreeBSD.org on Thu, Oct 18, 2001 at 12:39:55PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 12:39:55PM -0700, Warner Losh wrote: > imp 2001/10/18 12:39:52 PDT > > Modified files: (Branch: RELENG_4) > sys/modules Makefile > sys/conf Makefile.alpha Makefile.i386 > Makefile.pc98 > Log: > MFC: MODULES_OVERRIDE support, plus the MKMODULESENV, which adds the > abiltiy to compile modules -g as well. The i386 and pc98 ports work, > both with and without MODULES_OVERRIDE. > > Not tested on: Alpha This broke modules' installation. -stable does not have KODIR yet, so the modules are installed in / instead of /modules/ How about the attached patch, backing out the KMODDIR=${KODIR} part? G'luck, Peter -- This sentence was in the past tense. Index: src/sys/conf/Makefile.alpha =================================================================== RCS file: /home/ncvs/src/sys/conf/Makefile.alpha,v retrieving revision 1.47.2.7 diff -u -r1.47.2.7 Makefile.alpha --- src/sys/conf/Makefile.alpha 2001/10/18 19:39:52 1.47.2.7 +++ src/sys/conf/Makefile.alpha 2001/10/19 12:20:36 @@ -281,7 +281,7 @@ reinstall reinstall.debug: modules-reinstall .endif -MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR} +MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules .if defined(MODULES_OVERRIDE) MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}" .endif Index: src/sys/conf/Makefile.i386 =================================================================== RCS file: /home/ncvs/src/sys/conf/Makefile.i386,v retrieving revision 1.179.2.7 diff -u -r1.179.2.7 Makefile.i386 --- src/sys/conf/Makefile.i386 2001/10/18 19:39:52 1.179.2.7 +++ src/sys/conf/Makefile.i386 2001/10/19 12:20:38 @@ -237,7 +237,7 @@ reinstall reinstall.debug: modules-reinstall .endif -MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR} +MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules .if defined(MODULES_OVERRIDE) MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}" .endif Index: src/sys/conf/Makefile.pc98 =================================================================== RCS file: /home/ncvs/src/sys/conf/Makefile.pc98,v retrieving revision 1.82.2.8 diff -u -r1.82.2.8 Makefile.pc98 --- src/sys/conf/Makefile.pc98 2001/10/18 19:39:52 1.82.2.8 +++ src/sys/conf/Makefile.pc98 2001/10/19 12:20:39 @@ -240,7 +240,7 @@ reinstall reinstall.debug: modules-reinstall .endif -MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR} +MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules .if defined(MODULES_OVERRIDE) MKMODULESENV+= MODULES_OVERRIDE="${MODULES_OVERRIDE}" .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:24: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 4142137B40D; Fri, 19 Oct 2001 05:24:45 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCOjl56146; Fri, 19 Oct 2001 05:24:45 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191224.f9JCOjl56146@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 05:24:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pc98.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 05:24:45 PDT Modified files: sys/pc98/pc98 pc98.h Log: Changed IO_NPXSIZE to 8 Revision Changes Path 1.14 +2 -2 src/sys/pc98/pc98/pc98.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:25: 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 D1D7D37B432; Fri, 19 Oct 2001 05:24:54 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCOs556214; Fri, 19 Oct 2001 05:24:54 -0700 (PDT) (envelope-from ru) Message-Id: <200110191224.f9JCOs556214@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 05:24:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sockio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 05:24:54 PDT Modified files: sys/sys sockio.h Log: Fixed style bugs from revisions 8.1 (CSRG), 1.14, 1.19 and 1.22. Revision Changes Path 1.23 +7 -7 src/sys/sys/sockio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:27: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 8A99C37B407; Fri, 19 Oct 2001 05:27:26 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCRQ262898; Fri, 19 Oct 2001 05:27:26 -0700 (PDT) (envelope-from bde) Message-Id: <200110191227.f9JCRQ262898@freefall.freebsd.org> From: Bruce Evans Date: Fri, 19 Oct 2001 05:27:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/19 05:27:26 PDT Modified files: usr.bin/tftp main.c Log: Fixed most style bugs in previous commit. Revision Changes Path 1.10 +11 -14 src/usr.bin/tftp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:30: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 DE81A37B407; Fri, 19 Oct 2001 05:30:16 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCUGa63281; Fri, 19 Oct 2001 05:30:16 -0700 (PDT) (envelope-from nyan) Message-Id: <200110191230.f9JCUGa63281@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 19 Oct 2001 05:30:16 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/10/19 05:30:16 PDT Modified files: sys/pc98/pc98 npx.c Log: MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116 Revision Changes Path 1.90 +57 -162 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 Fri Oct 19 5:46: 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 C384237B403; Fri, 19 Oct 2001 05:45:59 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCjx564936; Fri, 19 Oct 2001 05:45:59 -0700 (PDT) (envelope-from bde) Message-Id: <200110191245.f9JCjx564936@freefall.freebsd.org> From: Bruce Evans Date: Fri, 19 Oct 2001 05:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/bc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/19 05:45:59 PDT Modified files: gnu/usr.bin/bc Makefile Log: Fixed style bugs in previous commit: - don't comment out the old version; just modify it. - don't 2 sets of 3 style bugs that weren't present in the old version. Revision Changes Path 1.19 +2 -4 src/gnu/usr.bin/bc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:46: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 6CA9337B403; Fri, 19 Oct 2001 05:46:16 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCkGI64983; Fri, 19 Oct 2001 05:46:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110191246.f9JCkGI64983@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 19 Oct 2001 05:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/orion Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/19 05:46:16 PDT Modified files: www/orion Makefile Log: Improve download locations. PR: 31371 Submitted by: maintainer Revision Changes Path 1.14 +4 -3 ports/www/orion/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 5:58: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 C533137B401; Fri, 19 Oct 2001 05:58:22 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JCwMO66879; Fri, 19 Oct 2001 05:58:22 -0700 (PDT) (envelope-from ru) Message-Id: <200110191258.f9JCwMO66879@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 05:58:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/library/B Makefile src/gnu/usr.bin/perl/library/ByteLoader Makefile src/gnu/usr.bin/perl/library/DB_File Makefile src/gnu/usr.bin/perl/library/DProf Makefile src/gnu/usr.bin/perl/library/Dumper Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 05:58:22 PDT Modified files: gnu/usr.bin/perl Makefile.inc gnu/usr.bin/perl/library/B Makefile gnu/usr.bin/perl/library/ByteLoader Makefile gnu/usr.bin/perl/library/DB_File Makefile gnu/usr.bin/perl/library/DProf Makefile gnu/usr.bin/perl/library/Dumper Makefile gnu/usr.bin/perl/library/Errno Makefile gnu/usr.bin/perl/library/Fcntl Makefile gnu/usr.bin/perl/library/Glob Makefile gnu/usr.bin/perl/library/Hostname Makefile gnu/usr.bin/perl/library/IO Makefile gnu/usr.bin/perl/library/NDBM_File Makefile gnu/usr.bin/perl/library/Opcode Makefile gnu/usr.bin/perl/library/POSIX Makefile gnu/usr.bin/perl/library/Peek Makefile gnu/usr.bin/perl/library/SDBM_File Makefile gnu/usr.bin/perl/library/Socket Makefile gnu/usr.bin/perl/library/SysV Makefile gnu/usr.bin/perl/library/Syslog Makefile gnu/usr.bin/perl/library/attrs Makefile gnu/usr.bin/perl/library/re Makefile Log: Respect system ${CFLAGS} when building Perl modules. bsd.obj.mk -> bsd.prog.mk in modules makefiles, as the latter automatically includes ../Makefile.inc and adds -I${DESTDIR}/usr/include to ${CFLAGS} needed for "make world" which is built with -nostdinc. Reviewed by: MAINTAINER timeout Revision Changes Path 1.27 +4 -4 src/gnu/usr.bin/perl/Makefile.inc 1.2 +1 -2 src/gnu/usr.bin/perl/library/B/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/ByteLoader/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/DB_File/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/DProf/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Dumper/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Errno/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Fcntl/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Glob/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Hostname/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/IO/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/NDBM_File/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Opcode/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/POSIX/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Peek/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/SDBM_File/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Socket/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/SysV/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/Syslog/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/attrs/Makefile 1.2 +1 -2 src/gnu/usr.bin/perl/library/re/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6: 2: 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 D3E3137B401; Fri, 19 Oct 2001 06:01:57 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JD1vD67270; Fri, 19 Oct 2001 06:01:57 -0700 (PDT) (envelope-from ru) Message-Id: <200110191301.f9JD1vD67270@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 06:01:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/include namespace.h un-namespace.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 06:01:57 PDT Modified files: lib/libc/include namespace.h un-namespace.h Log: signanosleep(2) hasn't existed since 1998. Revision Changes Path 1.6 +1 -2 src/lib/libc/include/namespace.h 1.5 +1 -2 src/lib/libc/include/un-namespace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6: 3: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 DD9DD37B42C; Fri, 19 Oct 2001 06:03:10 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JD3AO67495; Fri, 19 Oct 2001 06:03:10 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110191303.f9JD3AO67495@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 19 Oct 2001 06:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/19 06:03:10 PDT Modified files: mfcns/handler Makefile Log: Don't trim `.py' suffix on install. Revision Changes Path 1.3 +1 -0 projects/mfcns/handler/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:16: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 3142C37B403; Fri, 19 Oct 2001 06:16:36 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDGat72020; Fri, 19 Oct 2001 06:16:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110191316.f9JDGat72020@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 19 Oct 2001 06:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler MFCns_stats.py MFCns_handler.py Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/19 06:16:36 PDT Modified files: mfcns/handler MFCns_handler.py Makefile Added files: mfcns/handler MFCns_stats.py Log: 1. Slightly improve MFCns_handler.py: - tidy up import list; - make it possible to import as module; - since previous change requires retabification of 80% of the code, use this opportunity to convert from tab identation to 4-spaces identation. 2. Add MFCns_stats.py script, which processes service logs and prints out some statistics about service usage. Revision Changes Path 1.10 +159 -154 projects/mfcns/handler/MFCns_handler.py 1.1 +79 -0 projects/mfcns/handler/MFCns_stats.py (new) 1.4 +1 -1 projects/mfcns/handler/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:29: 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 F20E737B407; Fri, 19 Oct 2001 06:28:58 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDSwi73402; Fri, 19 Oct 2001 06:28:58 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110191328.f9JDSwi73402@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 19 Oct 2001 06:28:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/mfcns/handler Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/19 06:28:58 PDT Modified files: mfcns/handler Makefile Log: Use proper method to prevent trimming of the `.py' suffix. Revision Changes Path 1.5 +1 -1 projects/mfcns/handler/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:30: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 3AA7F37B401; Fri, 19 Oct 2001 06:30:42 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDUgx73582; Fri, 19 Oct 2001 06:30:42 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191330.f9JDUgx73582@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 06:30:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mutt-devel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 06:30:42 PDT Modified files: japanese/mutt-devel Makefile distinfo Log: Update to 1.3.23 PR: 31338 Submitted by: maintainer Revision Changes Path 1.26 +4 -4 ports/japanese/mutt-devel/Makefile 1.21 +3 -3 ports/japanese/mutt-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:32: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 9F0A437B401; Fri, 19 Oct 2001 06:32:24 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDWO774118; Fri, 19 Oct 2001 06:32:24 -0700 (PDT) (envelope-from ru) Message-Id: <200110191332.f9JDWO774118@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 06:32:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys sigreturn.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 06:32:24 PDT Modified files: lib/libc/i386/sys sigreturn.S Log: Just use RSYSCALL. Revision Changes Path 1.11 +2 -3 src/lib/libc/i386/sys/sigreturn.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:34: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 54A1A37B401; Fri, 19 Oct 2001 06:34:48 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDYmP80910; Fri, 19 Oct 2001 06:34:48 -0700 (PDT) (envelope-from sos) Message-Id: <200110191334.f9JDYmP80910@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 19 Oct 2001 06:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/10/19 06:34:48 PDT Modified files: sys/dev/ata atapi-cd.c atapi-cd.h Log: Make an ATAPI CD device appear as /dev/acdN and the individual tracks as /dev/acdNtY. This solves the problems with having to deal with howmany and which devices are open. For hysterical reasons ONLY, make a link to both the acdNa & acdNc devices. Revision Changes Path 1.104 +8 -14 src/sys/dev/ata/atapi-cd.c 1.28 +2 -2 src/sys/dev/ata/atapi-cd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6: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 2D05137B407; Fri, 19 Oct 2001 06:53:15 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDrFR88933; Fri, 19 Oct 2001 06:53:15 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191353.f9JDrFR88933@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 06:53:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Test-Simple Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 06:53:14 PDT Modified files: devel/p5-Test-Simple Makefile distinfo Log: Update to 0.32 PR: 31322 Submitted by: maintainer Revision Changes Path 1.8 +2 -2 ports/devel/p5-Test-Simple/Makefile 1.8 +1 -1 ports/devel/p5-Test-Simple/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:55: 4 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 2F8FD37B408; Fri, 19 Oct 2001 06:54:59 -0700 (PDT) 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 XAA24788; Fri, 19 Oct 2001 23:54:51 +1000 Date: Fri, 19 Oct 2001 23:53:59 +1000 (EST) From: Bruce Evans X-X-Sender: To: "Matthew N. Dodd" Cc: "Matthew N. Dodd" , , Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h In-Reply-To: Message-ID: <20011019233908.H32478-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001, Matthew N. Dodd wrote: > On Thu, 18 Oct 2001, Matthew N. Dodd wrote: > > mdodd 2001/10/18 17:24:39 PDT > > > > Modified files: > > gnu/usr.bin/bc Makefile config.h > > Log: > > Turn on the libedit support in bc. Turn off libreadline. > > The remaining in tree consumers of libreadline are: > > src/kerberos5/usr.bin/k5admin > src/kerberos5/usr.sbin/ktutil > src/kerberosIV/usr.bin/kadmin > src/gnu/usr.bin/binutils/gdb > src/gnu/usr.bin/binutils/gdb5 > src/sbin/vinum > src/usr.sbin/ntp/ntpdc I don't think I want this, especially for gdb where I actually use the line editor a lot. So far I've noticed the following regressions: - arrow keys stopped working in the single user shell (the new libedit depends on /usr/share/misc/termcap[.db] existing). - .inputrc doesn't work for libedit. Libedit has .editrc but I don't have one and would have to look at the man page to even know what can be put in it. I would have to look at the man page for .inputrc too, since I haven't changed mine since 1992 :-). - important functions like reverse-search-history are either missing or aren't bound to their normal Emacs keys. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 6:56: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 93F8337B403; Fri, 19 Oct 2001 06:56:11 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JDuBY89449; Fri, 19 Oct 2001 06:56:11 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191356.f9JDuBY89449@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 06:56:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ftrack Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 06:56:11 PDT Modified files: mail/ftrack Makefile Log: change MASTER_SITES PR: 31313 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/mail/ftrack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 7: 1: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 964FE37B407; Fri, 19 Oct 2001 07:01:17 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JE1HT90351; Fri, 19 Oct 2001 07:01:17 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191401.f9JE1HT90351@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 07:01:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qhacc Makefile distinfo ports/misc/qhacc/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 07:01:17 PDT Modified files: misc/qhacc Makefile distinfo Removed files: misc/qhacc/files patch-aa patch-ab Log: Update to 1.1 PR: 31301 Submitted by: tkato@prontomail.com Revision Changes Path 1.23 +11 -3 ports/misc/qhacc/Makefile 1.17 +1 -1 ports/misc/qhacc/distinfo 1.5 +0 -16 ports/misc/qhacc/files/patch-aa (dead) 1.4 +0 -29 ports/misc/qhacc/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 7: 6: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 8CE5437B401; Fri, 19 Oct 2001 07:06:44 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JE6hT94115; Fri, 19 Oct 2001 07:06:43 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191406.f9JE6hT94115@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 07:06:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gentoo Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 07:06:43 PDT Modified files: x11-fm/gentoo Makefile distinfo pkg-plist Log: Update to 0.11.18 PR: 31302 Submitted by: tkato@prontomail.com Revision Changes Path 1.5 +14 -15 ports/x11-fm/gentoo/Makefile 1.3 +1 -1 ports/x11-fm/gentoo/distinfo 1.4 +1 -0 ports/x11-fm/gentoo/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 Oct 19 7:16:50 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 DD92137B403; Fri, 19 Oct 2001 07:16:46 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 8846014C2E; Fri, 19 Oct 2001 16:16:45 +0200 (CEST) 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: Bruce Evans Cc: "Matthew N. Dodd" , "Matthew N. Dodd" , , Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h References: <20011019233908.H32478-100000@delplex.bde.org> From: Dag-Erling Smorgrav Date: 19 Oct 2001 16:16:45 +0200 In-Reply-To: <20011019233908.H32478-100000@delplex.bde.org> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans writes: > I don't think I want this, especially for gdb where I actually use the > line editor a lot. So far I've noticed the following regressions: > - arrow keys stopped working in the single user shell (the new libedit > depends on /usr/share/misc/termcap[.db] existing). Actually, when I ran into this earlier today, arrow keys still refused to work even after I'd mounted all file systems, and no amount of 'export TERM=cons25' or 'set -E' helped. I'd like this backed out unless a satisfactory solution can be found and implemented quickly. 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 Oct 19 7:32: 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 73E0A37B401; Fri, 19 Oct 2001 07:31:57 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JEVvr97108; Fri, 19 Oct 2001 07:31:57 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191431.f9JEVvr97108@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 07:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/kuickshow pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 07:31:57 PDT Modified files: graphics/kuickshow pkg-plist Log: Fix pkg-plist errors PR: 31274 Submitted by: anders@fix.no Revision Changes Path 1.3 +7 -2 ports/graphics/kuickshow/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 Oct 19 7:35:57 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 1564037B403; Fri, 19 Oct 2001 07:35:52 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9JEZpH94332; Fri, 19 Oct 2001 07:35:51 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 19 Oct 2001 07:35:51 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h In-Reply-To: <200110190818.f9J8IVb10067@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you. On Fri, 19 Oct 2001, Marcel Moolenaar wrote: > marcel 2001/10/19 01:18:31 PDT > > Modified files: > sys/compat/linux linux_ioctl.c linux_ioctl.h > Log: > Fix Alpha related brokenness. We used to have a MD linux_ioctl.h > that appeared to be very different from the MI version. These > differences were mostly bogus and caused by copying octal > definitions and write them as hexadecimal values without doing > any base conversion (ie 010 was copied to 0x10). After filtering > out these differences, any remaining (real) incompatibilities > have been merged into the MI header file to make them more visible. > > While here, fix the termios <-> termio conversion WRT to the c_cc > field for Alpha. The termios values do not match the termio values > and thus prevents us from copying. > > By eliminating the Alpha MD copy of linux_ioctl.h we also fixed > the recent build breakage caused by putting new bits in the MI > header and not in the MD header. > > Revision Changes Path > 1.70 +30 -6 src/sys/compat/linux/linux_ioctl.c > 1.6 +179 -2 src/sys/compat/linux/linux_ioctl.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 7:44: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 D15E637B408; Fri, 19 Oct 2001 07:44:13 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JEiDK98579; Fri, 19 Oct 2001 07:44:13 -0700 (PDT) (envelope-from ru) Message-Id: <200110191444.f9JEiDK98579@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 07:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/domainname domainname.1 src/lib/libc/sys sigreturn.2 src/share/man/man5 sysctl.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 07:44:13 PDT Modified files: bin/domainname domainname.1 lib/libc/sys sigreturn.2 share/man/man5 sysctl.conf.5 Log: mdoc(7) police: join OS version with the corresponding macro. Revision Changes Path 1.14 +3 -3 src/bin/domainname/domainname.1 1.13 +3 -3 src/lib/libc/sys/sigreturn.2 1.13 +3 -3 src/share/man/man5/sysctl.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 7:48: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 1BC1337B401; Fri, 19 Oct 2001 07:48:46 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JEmki99271; Fri, 19 Oct 2001 07:48:46 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191448.f9JEmki99271@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 07:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 07:48:46 PDT Modified files: share/sgml man-refs.ent Log: Add an entity for gx(4). Revision Changes Path 1.106 +1 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8: 2: 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 468ED37B403; Fri, 19 Oct 2001 08:01:55 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JF1t200935; Fri, 19 Oct 2001 08:01:55 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191501.f9JF1t200935@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 08:01:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 08:01:55 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release and hardware note: gx(4). While I'm here, fix a minor markup glitch in bge(4) release note. Revision Changes Path 1.37 +12 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.173 +7 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8: 8: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 75C7337B403; Fri, 19 Oct 2001 08:08:04 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9JF82V25081; Fri, 19 Oct 2001 09:08:03 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9JF7w730940; Fri, 19 Oct 2001 09:08:02 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110191508.f9JF7w730940@harmony.village.org> To: Peter Pentchev Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Oct 2001 15:23:05 +0300." <20011019152305.A1416@straylight.oblivion.bg> References: <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> Date: Fri, 19 Oct 2001 09:07:58 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011019152305.A1416@straylight.oblivion.bg> Peter Pentchev writes: : This broke modules' installation. -stable does not have KODIR yet, : so the modules are installed in / instead of /modules/ smacks hand to head. I'm sorry. I'll commit this as soon as I've tested a make install. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:16:53 2001 Delivered-To: cvs-all@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id D0DA237B401; Fri, 19 Oct 2001 08:16:46 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9JFGkg28380; Fri, 19 Oct 2001 08:16:46 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191516.f9JFGkg28380@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-Reply-To: <200110190716.f9J7G7P99614@freefall.freebsd.org> References: <200110190716.f9J7G7P99614@freefall.freebsd.org> Comments: In-reply-to Alan Cox message dated "Fri, 19 Oct 2001 00:16:06 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4: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_-965832864P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 19 Oct 2001 08:16:46 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-965832864P Content-Type: text/plain; charset=us-ascii If memory serves me right, Alan Cox wrote: > alc 2001/10/19 00:16:06 PDT > > Modified files: (Branch: RELENG_4) > sys/pci if_xl.c > Log: > MFC: [rev 1.98] Implement TCP/IP checksum off-loading on receive. > > Revision Changes Path > 1.72.2.7 +19 -3 src/sys/pci/if_xl.c Would it be correct for me to write something like this for the release notes? The &man.xl.4; driver now supports receive-side TCP/IP checksum off-loading on 3C905B cards. Thanks, Bruce. PS. I should have done this when you first did the commit to -CURRENT, but at the time I didn't feel like delving in the code to look. --==_Exmh_-965832864P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE70EPe2MoxcVugUsMRAiYBAJ0Re8jM6Xtgd6dXOk96ZXSVT8BQwACeN7qZ HOHnOko9QXDxiAczHMoYnPQ= =Vm5V -----END PGP SIGNATURE----- --==_Exmh_-965832864P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:19: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 4BE0C37B405; Fri, 19 Oct 2001 08:19:21 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFJLg06110; Fri, 19 Oct 2001 08:19:21 -0700 (PDT) (envelope-from jhb) Message-Id: <200110191519.f9JFJLg06110@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 08:19:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 08:19:21 PDT Modified files: en/news news.xml Log: Add a note about FreeBSD/sparc64 booting to single user mode. Revision Changes Path 1.27 +17 -2 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:24:57 2001 Delivered-To: cvs-all@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id 028E437B401; Fri, 19 Oct 2001 08:24:46 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011019152440.FAJX4194.femail39.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 08:24:40 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 19 Oct 2001 08:24:34 -0700 (PDT) From: John Baldwin To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Matthew N. Dodd" , "Matthew N. Dodd" , Bruce Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-Oct-01 Dag-Erling Smorgrav wrote: > Bruce Evans writes: >> I don't think I want this, especially for gdb where I actually use the >> line editor a lot. So far I've noticed the following regressions: >> - arrow keys stopped working in the single user shell (the new libedit >> depends on /usr/share/misc/termcap[.db] existing). > > Actually, when I ran into this earlier today, arrow keys still refused > to work even after I'd mounted all file systems, and no amount of > 'export TERM=cons25' or 'set -E' helped. I'd like this backed out > unless a satisfactory solution can be found and implemented quickly. /bin/sh has needed set -o emacs for the arrow keys for history to work for a while now. tcsh works fine in single user without needing any extra settings at the moment though. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:24:57 2001 Delivered-To: cvs-all@freebsd.org Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id 2B6EC37B41B; Fri, 19 Oct 2001 08:24:36 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011019152430.QRQP15917.femail19.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 08:24:30 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110190650.f9J6oq690548@freefall.freebsd.org> Date: Fri, 19 Oct 2001 08:24:24 -0700 (PDT) From: John Baldwin To: Doug Barton Subject: RE: cvs commit: src/etc rc rc.network Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-Oct-01 Doug Barton wrote: > dougb 2001/10/18 23:50:52 PDT > > Modified files: > etc rc rc.network > Log: > Handle the lack of nfs server or client support in the kernel by > kldload'ing the appropriate modules before enabling the service. It shouldn't need to do the server one since mountd or nfsd should already handle that in theory. But I suppose it doesn't hurt. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:26: 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 207D337B408; Fri, 19 Oct 2001 08:25:18 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFPIU07089; Fri, 19 Oct 2001 08:25:18 -0700 (PDT) (envelope-from tom) Message-Id: <200110191525.f9JFPIU07089@freefall.freebsd.org> From: Tom Hukins Date: Fri, 19 Oct 2001 08:25:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/gnokii Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2001/10/19 08:25:17 PDT Modified files: comms/gnokii Makefile pkg-message Log: Fix location of gnokiirc from /etc to /usr/local/etc Submitted by: Anders Nordby Revision Changes Path 1.7 +10 -0 ports/comms/gnokii/Makefile 1.2 +4 -3 ports/comms/gnokii/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8: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 6D87637B405; Fri, 19 Oct 2001 08:30:45 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFUjM07915; Fri, 19 Oct 2001 08:30:45 -0700 (PDT) (envelope-from imp) Message-Id: <200110191530.f9JFUjM07915@freefall.freebsd.org> From: Warner Losh Date: Fri, 19 Oct 2001 08:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/19 08:30:45 PDT Modified files: (Branch: RELENG_4) sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: MFC: define KODIR to be /modules. it is defined to be /boot/kernel in current, so I did change that. this fixes installing the kernel modules. after my last change, they were installed in / rather than /modules. Revision Changes Path 1.47.2.8 +1 -0 src/sys/conf/Makefile.alpha 1.179.2.8 +1 -0 src/sys/conf/Makefile.i386 1.82.2.9 +1 -0 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:32: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 1749C37B409; Fri, 19 Oct 2001 08:32:46 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFWjZ08135; Fri, 19 Oct 2001 08:32:45 -0700 (PDT) (envelope-from tom) Message-Id: <200110191532.f9JFWjZ08135@freefall.freebsd.org> From: Tom Hukins Date: Fri, 19 Oct 2001 08:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 netintro.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom 2001/10/19 08:32:45 PDT Modified files: (Branch: RELENG_4) share/man/man4 netintro.4 Log: MFC: "of the of the" -> "of the" from revision 1.17 PR: docs/31336 Submitted by: Sameh Ghane Revision Changes Path 1.10.2.4 +2 -2 src/share/man/man4/netintro.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:32:52 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CEAF137B407; Fri, 19 Oct 2001 08:32:43 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9JFWgV25272; Fri, 19 Oct 2001 09:32:42 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9JFWf732768; Fri, 19 Oct 2001 09:32:41 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110191532.f9JFWf732768@harmony.village.org> To: Peter Pentchev Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Oct 2001 15:23:05 +0300." <20011019152305.A1416@straylight.oblivion.bg> References: <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> Date: Fri, 19 Oct 2001 09:32:41 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011019152305.A1416@straylight.oblivion.bg> Peter Pentchev writes: : This broke modules' installation. -stable does not have KODIR yet, : so the modules are installed in / instead of /modules/ : : How about the attached patch, backing out the KMODDIR=${KODIR} part? I think it might be a little better to include a definition for KODIR. So I've tested and committed those changes. Thanks for the report. Sorry for the original mistake. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:35: 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 6F63937B403; Fri, 19 Oct 2001 08:34:57 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFYvS08486; Fri, 19 Oct 2001 08:34:57 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191534.f9JFYvS08486@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 08:34:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jad Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 08:34:57 PDT Modified files: java/jad Makefile Log: Update MASTER_SITES PR: 31372 Submitted by: MAINTAINER Revision Changes Path 1.5 +1 -2 ports/java/jad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:38: 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 88C8837B403; Fri, 19 Oct 2001 08:38:06 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFc6909031; Fri, 19 Oct 2001 08:38:06 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191538.f9JFc6909031@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 08:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/adodb Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 08:38:06 PDT Modified files: databases/adodb Makefile pkg-descr Log: - Change the installation directory of adodb - Bump PORTREVISION - Change email address PR: 31354 Submitted by: MAINTAINER Revision Changes Path 1.8 +4 -4 ports/databases/adodb/Makefile 1.4 +0 -3 ports/databases/adodb/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 Oct 19 8:42:20 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 BFD5C37B403; Fri, 19 Oct 2001 08:42:09 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 60DF714C2E; Fri, 19 Oct 2001 17:42:07 +0200 (CEST) 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: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Matthew N. Dodd" , "Matthew N. Dodd" , Bruce Evans Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h References: From: Dag-Erling Smorgrav Date: 19 Oct 2001 17:42:06 +0200 In-Reply-To: Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin writes: > On 19-Oct-01 Dag-Erling Smorgrav wrote: > > Actually, when I ran into this earlier today, arrow keys still refused > > to work even after I'd mounted all file systems, and no amount of > > 'export TERM=cons25' or 'set -E' helped. I'd like this backed out > > unless a satisfactory solution can be found and implemented quickly. > /bin/sh has needed set -o emacs for the arrow keys for history to work for a > while now. I know; -E is shorthand for -o emacs. 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 Oct 19 8:43:46 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 8F10C37B407 for ; Fri, 19 Oct 2001 08:43:30 -0700 (PDT) Received: (qmail 11556 invoked by uid 1000); 19 Oct 2001 15:43:23 -0000 Date: Fri, 19 Oct 2001 18:43:23 +0300 From: Peter Pentchev To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Message-ID: <20011019184323.E1416@straylight.oblivion.bg> Mail-Followup-To: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> <20011019152305.A1416@straylight.oblivion.bg> <200110191532.f9JFWf732768@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110191532.f9JFWf732768@harmony.village.org>; from imp@harmony.village.org on Fri, Oct 19, 2001 at 09:32:41AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 09:32:41AM -0600, Warner Losh wrote: > In message <20011019152305.A1416@straylight.oblivion.bg> Peter Pentchev writes: > : This broke modules' installation. -stable does not have KODIR yet, > : so the modules are installed in / instead of /modules/ > : > : How about the attached patch, backing out the KMODDIR=${KODIR} part? > > I think it might be a little better to include a definition for > KODIR. So I've tested and committed those changes. Thanks for the > report. Sorry for the original mistake. Uhm.. wouldn't it be better to (conditionally) define KODIR to KMODDIR, so anyone who wanted to install modules in another place will still be able to, without tweaking make.conf and other settings? Thanks for the quick response, though! This certainly fixed things for the vast majority of users. G'luck, Peter -- I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8: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 6579237B403; Fri, 19 Oct 2001 08:47:41 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFlfk10476; Fri, 19 Oct 2001 08:47:41 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110191547.f9JFlfk10476@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 19 Oct 2001 08:47:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_le.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/19 08:47:41 PDT Modified files: sys/i386/isa if_le.c Log: Fix the le driver - it has been broken for a while and these fixes have been sitting neglected in my tree. Revision Changes Path 1.65 +22 -28 src/sys/i386/isa/if_le.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:48: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 6A93137B401; Fri, 19 Oct 2001 08:48:41 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFmfe10673; Fri, 19 Oct 2001 08:48:41 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200110191548.f9JFmfe10673@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 19 Oct 2001 08:48:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/spin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2001/10/19 08:48:41 PDT Modified files: math/spin Makefile distinfo Log: Really update to 3.4.9 this time Bump PORTREVISON to make sure no problems with previous error PR: 31269 Submitted by: maintainer Revision Changes Path 1.23 +2 -1 ports/math/spin/Makefile 1.16 +1 -1 ports/math/spin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:52: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 259F037B409; Fri, 19 Oct 2001 08:52:03 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFq3K11122; Fri, 19 Oct 2001 08:52:03 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191552.f9JFq3K11122@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 08:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/proxy-suite pkg-message Makefile pkg-descr pkg-plist ports/net/proxy-suite/files patch-cf patch-regex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 08:52:02 PDT Modified files: net/proxy-suite Makefile pkg-descr pkg-plist Added files: net/proxy-suite pkg-message net/proxy-suite/files patch-cf Removed files: net/proxy-suite/files patch-regex Log: - Add suport LDAP - Add pkg-message - Bump PORTREVISION PR: 31351 Submitted by: MAINTAINER Revision Changes Path 1.3 +30 -3 ports/net/proxy-suite/Makefile 1.1 +11 -0 ports/net/proxy-suite/files/patch-cf (new) 1.2 +0 -18 ports/net/proxy-suite/files/patch-regex (dead) 1.2 +3 -2 ports/net/proxy-suite/pkg-descr 1.1 +4 -0 ports/net/proxy-suite/pkg-message (new) 1.2 +2 -1 ports/net/proxy-suite/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 Oct 19 8:53:55 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 6F62637B407; Fri, 19 Oct 2001 08:53:46 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 32B8743; Fri, 19 Oct 2001 16:53:23 +0100 (BST) Date: Fri, 19 Oct 2001 16:53:23 +0100 From: Josef Karthauser To: Dag-Erling Smorgrav Cc: Sheldon Hearn , Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl Message-ID: <20011019165323.L779@tao.org.uk> References: <27338.1003402476@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="0qVF/w3MHQqLSynd" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Thu, Oct 18, 2001 at 03:30:44PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0qVF/w3MHQqLSynd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 18, 2001 at 03:30:44PM +0200, Dag-Erling Smorgrav wrote: > Sheldon Hearn writes: > > What's the difference between UNIX and Unix? Recently, a sweeping > > change was made to the Handbook, in which all appearances of UNIX were > > converted to Unix. >=20 > "UNIX" is a common misspelling of "Unix" caused by the fact that the > word "Unix" was consistently typeset in a small-caps font in one of > the early papers that described it. "Unix" is a (registered?) > trademark of the Open Group, so we can't call FreeBSD that unless we > pay them lots of $$. We've got to at least acknowledge it as a trademark if we use it don't we? Joe --0qVF/w3MHQqLSynd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvQTHIACgkQXVIcjOaxUBYnqQCggATRDKZxODYrWQGtAV7NXETn p30AnjlEIGWSaBQcntxeMC+vfYa6NxoU =Ct77 -----END PGP SIGNATURE----- --0qVF/w3MHQqLSynd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:54:50 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B17E437B401; Fri, 19 Oct 2001 08:54:40 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9JFsZV25448; Fri, 19 Oct 2001 09:54:35 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9JFsY733096; Fri, 19 Oct 2001 09:54:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110191554.f9JFsY733096@harmony.village.org> To: Peter Pentchev Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Oct 2001 18:43:23 +0300." <20011019184323.E1416@straylight.oblivion.bg> References: <20011019184323.E1416@straylight.oblivion.bg> <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> <20011019152305.A1416@straylight.oblivion.bg> <200110191532.f9JFWf732768@harmony.village.org> Date: Fri, 19 Oct 2001 09:54:34 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011019184323.E1416@straylight.oblivion.bg> Peter Pentchev writes: : Uhm.. wouldn't it be better to (conditionally) define KODIR to KMODDIR, : so anyone who wanted to install modules in another place will still be : able to, without tweaking make.conf and other settings? wouldn't they be able to say make install KODIR=/foobar ? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 8:57: 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 B588437B401; Fri, 19 Oct 2001 08:56:56 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFuua12110; Fri, 19 Oct 2001 08:56:56 -0700 (PDT) (envelope-from brian) Message-Id: <200110191556.f9JFuua12110@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Oct 2001 08:56:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp i4b.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/19 08:56:56 PDT Modified files: usr.sbin/ppp i4b.c Log: Include the right i4b files for NetBSD Revision Changes Path 1.12 +6 -1 src/usr.sbin/ppp/i4b.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 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 1676037B40A; Fri, 19 Oct 2001 08:57:22 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JFvMm12155; Fri, 19 Oct 2001 08:57:22 -0700 (PDT) (envelope-from brian) Message-Id: <200110191557.f9JFvMm12155@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Oct 2001 08:57:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp i4b.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/19 08:57:22 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp i4b.c Log: MFC: Include the right i4b files for NetBSD Revision Changes Path 1.10.2.3 +6 -1 src/usr.sbin/ppp/i4b.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9: 2: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 4566C37B408; Fri, 19 Oct 2001 09:02:11 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JG2BD12797; Fri, 19 Oct 2001 09:02:11 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191602.f9JG2BD12797@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:02:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/xcircuit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:02:11 PDT Modified files: cad/xcircuit Makefile distinfo Log: Update to version 2.3.3.b16 PR: 31300 Submitted by: Ports Fury Revision Changes Path 1.32 +5 -3 ports/cad/xcircuit/Makefile 1.29 +1 -1 ports/cad/xcircuit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9: 4: 2 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 B2E6E37B403; Fri, 19 Oct 2001 09:03:57 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 00F9D14C2E; Fri, 19 Oct 2001 18:03:52 +0200 (CEST) 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: Josef Karthauser Cc: Sheldon Hearn , Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl References: <27338.1003402476@axl.seasidesoftware.co.za> <20011019165323.L779@tao.org.uk> From: Dag-Erling Smorgrav Date: 19 Oct 2001 18:03:52 +0200 In-Reply-To: <20011019165323.L779@tao.org.uk> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser writes: > We've got to at least acknowledge it as a trademark if we use it don't > we? We can't use it period. We can talk about Unix[tm], but we can't claim that FreeBSD is Unix[tm] or use Unix[tm] to describe FreeBSD. 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 Oct 19 9: 5:24 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id DB52537B403 for ; Fri, 19 Oct 2001 09:05:15 -0700 (PDT) Received: (qmail 11774 invoked by uid 1000); 19 Oct 2001 16:05:11 -0000 Date: Fri, 19 Oct 2001 19:05:11 +0300 From: Peter Pentchev To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Message-ID: <20011019190511.F1416@straylight.oblivion.bg> Mail-Followup-To: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20011019184323.E1416@straylight.oblivion.bg> <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> <20011019152305.A1416@straylight.oblivion.bg> <200110191532.f9JFWf732768@harmony.village.org> <20011019184323.E1416@straylight.oblivion.bg> <200110191554.f9JFsY733096@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110191554.f9JFsY733096@harmony.village.org>; from imp@harmony.village.org on Fri, Oct 19, 2001 at 09:54:34AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 09:54:34AM -0600, Warner Losh wrote: > In message <20011019184323.E1416@straylight.oblivion.bg> Peter Pentchev writes: > : Uhm.. wouldn't it be better to (conditionally) define KODIR to KMODDIR, > : so anyone who wanted to install modules in another place will still be > : able to, without tweaking make.conf and other settings? > > wouldn't they be able to say > make install KODIR=/foobar > ? Yes, if they happen to spot the needed change in the variable name. If they depend on -stable being, well, stable :) and not changing variable names "on the fly", they might just have a KMODDIR defined in make.conf and not even think about it when they just do a make buildkernel, make installkernel, and expect it to "just work". Of course, it is very improbable that someone would be changing their modules' install directory, instead of just changing DESTDIR, but there are all kinds of weirdos out there ;) G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9: 8: 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 190E937B403; Fri, 19 Oct 2001 09:07:55 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JG7tG16609; Fri, 19 Oct 2001 09:07:55 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191607.f9JG7tG16609@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:07:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tgif Makefile distinfo pkg-descr ports/graphics/tgif/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:07:54 PDT Modified files: graphics/tgif Makefile distinfo pkg-descr graphics/tgif/files patch-aa Removed files: graphics/tgif/files patch-ab Log: Update to version 4.1.41 PR: 31335 Submitted by: MAINTAINER Revision Changes Path 1.30 +2 -2 ports/graphics/tgif/Makefile 1.23 +1 -1 ports/graphics/tgif/distinfo 1.19 +4 -4 ports/graphics/tgif/files/patch-aa 1.8 +0 -12 ports/graphics/tgif/files/patch-ab (dead) 1.8 +1 -1 ports/graphics/tgif/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 Oct 19 9: 9:29 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id EC11537B405; Fri, 19 Oct 2001 09:09:22 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id C76335C; Fri, 19 Oct 2001 17:08:59 +0100 (BST) Date: Fri, 19 Oct 2001 17:08:59 +0100 From: Josef Karthauser To: Dag-Erling Smorgrav Cc: Sheldon Hearn , Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl Message-ID: <20011019170859.M779@tao.org.uk> References: <27338.1003402476@axl.seasidesoftware.co.za> <20011019165323.L779@tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="DXTueXWT3Da08pik" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Fri, Oct 19, 2001 at 06:03:52PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --DXTueXWT3Da08pik Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 19, 2001 at 06:03:52PM +0200, Dag-Erling Smorgrav wrote: > Josef Karthauser writes: > > We've got to at least acknowledge it as a trademark if we use it don't > > we? >=20 > We can't use it period. We can talk about Unix[tm], but we can't > claim that FreeBSD is Unix[tm] or use Unix[tm] to describe FreeBSD. We can't call FreeBSD a 'Unix[tm] like operating system'? Joe --DXTueXWT3Da08pik Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvQUBsACgkQXVIcjOaxUBa3EgCgqq1fVlLzh4olw57bz+WrRPJl 30MAn0rG5hDjbUEnkWklenFssKQ9zl0o =sltm -----END PGP SIGNATURE----- --DXTueXWT3Da08pik-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:11: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 AB00D37B403; Fri, 19 Oct 2001 09:11:18 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGBIx17140; Fri, 19 Oct 2001 09:11:18 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191611.f9JGBIx17140@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:11:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xsidplay Makefile distinfo ports/audio/xsidplay/files patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:11:18 PDT Modified files: audio/xsidplay Makefile distinfo Removed files: audio/xsidplay/files patch-aa patch-ac Log: Update to version 1.6.2.1 PR:31299 Submitted by: Ports Fury Revision Changes Path 1.14 +12 -10 ports/audio/xsidplay/Makefile 1.9 +1 -1 ports/audio/xsidplay/distinfo 1.5 +0 -11 ports/audio/xsidplay/files/patch-aa (dead) 1.7 +0 -11 ports/audio/xsidplay/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:15: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 D2B3B37B407; Fri, 19 Oct 2001 09:15:46 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGFkB17924; Fri, 19 Oct 2001 09:15:46 -0700 (PDT) (envelope-from mp) Message-Id: <200110191615.f9JGFkB17924@freefall.freebsd.org> From: Mark Peek Date: Fri, 19 Oct 2001 09:15:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include ansi.h stdarg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/19 09:15:46 PDT Modified files: sys/powerpc/include ansi.h stdarg.h Log: Cleanup of the stdarg code. Submitted by: ru Revision Changes Path 1.13 +8 -19 src/sys/powerpc/include/ansi.h 1.3 +3 -35 src/sys/powerpc/include/stdarg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:21: 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 4B01837B408; Fri, 19 Oct 2001 09:21:00 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGL0r18594; Fri, 19 Oct 2001 09:21:00 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191621.f9JGL0r18594@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:21:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/e3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:21:00 PDT Modified files: editors/e3 Makefile distinfo Log: Update to version 1.71 PR: 31279 Submitted by: Gea-Suan Lin Revision Changes Path 1.5 +2 -2 ports/editors/e3/Makefile 1.5 +1 -1 ports/editors/e3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:27: 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 DF4DD37B417; Fri, 19 Oct 2001 09:27:01 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGR1p19434; Fri, 19 Oct 2001 09:27:01 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191627.f9JGR1p19434@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:27:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg321 Makefile distinfo pkg-descr ports/audio/mpg321/files patch-getopt.c patch-mad.c patch-mpg321.h patch-network.c patch-options.c patch-playlist.c patch-remote.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:27:01 PDT Modified files: audio/mpg321 Makefile distinfo pkg-descr Added files: audio/mpg321/files patch-getopt.c Removed files: audio/mpg321/files patch-mad.c patch-mpg321.h patch-network.c patch-options.c patch-playlist.c patch-remote.c Log: - Update to version 0.2.2 - New MASTER_SITE PR: 31294 Submitted by: MAINTAINER Revision Changes Path 1.14 +4 -6 ports/audio/mpg321/Makefile 1.10 +1 -1 ports/audio/mpg321/distinfo 1.1 +22 -0 ports/audio/mpg321/files/patch-getopt.c (new) 1.2 +0 -90 ports/audio/mpg321/files/patch-mad.c (dead) 1.2 +0 -13 ports/audio/mpg321/files/patch-mpg321.h (dead) 1.2 +0 -14 ports/audio/mpg321/files/patch-network.c (dead) 1.2 +0 -17 ports/audio/mpg321/files/patch-options.c (dead) 1.2 +0 -13 ports/audio/mpg321/files/patch-playlist.c (dead) 1.2 +0 -13 ports/audio/mpg321/files/patch-remote.c (dead) 1.3 +14 -7 ports/audio/mpg321/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 Oct 19 9:27: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 D0A4337B403; Fri, 19 Oct 2001 09:27:06 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGR6019468; Fri, 19 Oct 2001 09:27:06 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191627.f9JGR6019468@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 09:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 09:27:06 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: libstand/loader(8) bzip2 support, isdnphone(8) -k, arp(8) fddi/atm output. MFC noted: arp(8) interface name in output. Revision Changes Path 1.174 +19 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:29: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 D68EC37B405; Fri, 19 Oct 2001 09:29:39 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGTd619904; Fri, 19 Oct 2001 09:29:39 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191629.f9JGTd619904@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 09:29:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 09:29:39 PDT Modified files: share/sgml man-refs.ent Log: Add entity for isdnphone(8). Revision Changes Path 1.107 +1 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:32: 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 C355A37B401; Fri, 19 Oct 2001 09:31:58 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGVwP20236; Fri, 19 Oct 2001 09:31:58 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191631.f9JGVwP20236@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:31:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/afio Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:31:58 PDT Modified files: sysutils/afio Makefile distinfo pkg-plist Log: Update to version 2.4.7 PR: 31248 Submitted by: Gea-Suan Lin Revision Changes Path 1.13 +5 -7 ports/sysutils/afio/Makefile 1.4 +1 -1 ports/sysutils/afio/distinfo 1.8 +16 -16 ports/sysutils/afio/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 Oct 19 9:32: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 F062637B403; Fri, 19 Oct 2001 09:32:19 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGWJh20315; Fri, 19 Oct 2001 09:32:19 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191632.f9JGWJh20315@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 09:32:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 09:32:19 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: libstand/loader(8) bzip2 support, arp(8) prints interface names. Revision Changes Path 1.22.2.109 +13 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:33:13 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 2D20737B407; Fri, 19 Oct 2001 09:32:50 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JGWgE26080; Fri, 19 Oct 2001 19:32:42 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 19:32:42 +0300 From: Ruslan Ermilov To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/powerpc/include ansi.h stdarg.h Message-ID: <20011019193242.B24666@sunbay.com> References: <200110191615.f9JGFkB17924@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: <200110191615.f9JGFkB17924@freefall.freebsd.org>; from mp@FreeBSD.org on Fri, Oct 19, 2001 at 09:15:46AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks! On Fri, Oct 19, 2001 at 09:15:46AM -0700, Mark Peek wrote: > mp 2001/10/19 09:15:46 PDT > > Modified files: > sys/powerpc/include ansi.h stdarg.h > Log: > Cleanup of the stdarg code. > > Submitted by: ru > > Revision Changes Path > 1.13 +8 -19 src/sys/powerpc/include/ansi.h > 1.3 +3 -35 src/sys/powerpc/include/stdarg.h -- 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 Oct 19 9:35: 6 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 82D8A37B40E; Fri, 19 Oct 2001 09:34:47 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JGYeX26260; Fri, 19 Oct 2001 19:34:40 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 19:34:40 +0300 From: Ruslan Ermilov To: "Bruce A. Mah" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml Message-ID: <20011019193440.C24666@sunbay.com> References: <200110191632.f9JGWJh20315@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: <200110191632.f9JGWJh20315@freefall.freebsd.org>; from bmah@FreeBSD.org on Fri, Oct 19, 2001 at 09:32:19AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Are there any rules you use to decide if a particular change should be put here or not? On Fri, Oct 19, 2001 at 09:32:19AM -0700, Bruce A. Mah wrote: > bmah 2001/10/19 09:32:19 PDT > > Modified files: (Branch: RELENG_4) > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > MFC: libstand/loader(8) bzip2 support, arp(8) prints interface names. > > Revision Changes Path > 1.22.2.109 +13 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml -- 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 Oct 19 9:42: 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 EF75F37B403; Fri, 19 Oct 2001 09:42:03 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGg3A21535; Fri, 19 Oct 2001 09:42:03 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191642.f9JGg3A21535@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ninja Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:42:03 PDT Modified files: irc/ninja Makefile distinfo Log: Update to version 1.5.4 PR: 31189 Submitted by: MAINTAINER Revision Changes Path 1.21 +2 -2 ports/irc/ninja/Makefile 1.11 +1 -1 ports/irc/ninja/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:43:13 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 5DA9337B403; Fri, 19 Oct 2001 09:43:05 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9JGh3V25792; Fri, 19 Oct 2001 10:43:03 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9JGgx733769; Fri, 19 Oct 2001 10:43:02 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110191643.f9JGgx733769@harmony.village.org> To: Peter Pentchev Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Oct 2001 19:05:11 +0300." <20011019190511.F1416@straylight.oblivion.bg> References: <20011019190511.F1416@straylight.oblivion.bg> <20011019184323.E1416@straylight.oblivion.bg> <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> <20011019152305.A1416@straylight.oblivion.bg> <200110191532.f9JFWf732768@harmony.village.org> <20011019184323.E1416@straylight.oblivion.bg> <200110191554.f9JFsY733096@harmony.village.org> Date: Fri, 19 Oct 2001 10:42:59 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011019190511.F1416@straylight.oblivion.bg> Peter Pentchev writes: : Yes, if they happen to spot the needed change in the variable name. : If they depend on -stable being, well, stable :) and not changing : variable names "on the fly", they might just have a KMODDIR defined in : make.conf and not even think about it when they just do a make buildkernel, : make installkernel, and expect it to "just work". : : Of course, it is very improbable that someone would be changing their : modules' install directory, instead of just changing DESTDIR, but there : are all kinds of weirdos out there ;) I didn't realize that KMODDIR was a known variable. I've fixed it in my tree and will commit it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:45: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 E291237B405; Fri, 19 Oct 2001 09:45:07 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGj7p22077; Fri, 19 Oct 2001 09:45:07 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191645.f9JGj7p22077@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:45:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtypist Makefile distinfo pkg-plist ports/games/gtypist/files patch-Makefile_in patch-aclocal_m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:45:07 PDT Modified files: games/gtypist Makefile distinfo pkg-plist Removed files: games/gtypist/files patch-Makefile_in patch-aclocal_m4 Log: Update to version 2.4 PR: 31220 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/games/gtypist/Makefile 1.2 +1 -1 ports/games/gtypist/distinfo 1.2 +0 -20 ports/games/gtypist/files/patch-Makefile_in (dead) 1.2 +0 -16 ports/games/gtypist/files/patch-aclocal_m4 (dead) 1.2 +9 -1 ports/games/gtypist/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 Oct 19 9:48:18 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 9348B37B403 for ; Fri, 19 Oct 2001 09:48:06 -0700 (PDT) Received: (qmail 12228 invoked by uid 1000); 19 Oct 2001 16:47:58 -0000 Date: Fri, 19 Oct 2001 19:47:58 +0300 From: Peter Pentchev To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Message-ID: <20011019194758.G1416@straylight.oblivion.bg> Mail-Followup-To: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20011019190511.F1416@straylight.oblivion.bg> <20011019184323.E1416@straylight.oblivion.bg> <20011019152305.A1416@straylight.oblivion.bg> <200110181939.f9IJdtJ67133@freefall.freebsd.org> <20011019152305.A1416@straylight.oblivion.bg> <200110191532.f9JFWf732768@harmony.village.org> <20011019184323.E1416@straylight.oblivion.bg> <200110191554.f9JFsY733096@harmony.village.org> <20011019190511.F1416@straylight.oblivion.bg> <200110191643.f9JGgx733769@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110191643.f9JGgx733769@harmony.village.org>; from imp@harmony.village.org on Fri, Oct 19, 2001 at 10:42:59AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 10:42:59AM -0600, Warner Losh wrote: > In message <20011019190511.F1416@straylight.oblivion.bg> Peter Pentchev writes: > : Yes, if they happen to spot the needed change in the variable name. > : If they depend on -stable being, well, stable :) and not changing > : variable names "on the fly", they might just have a KMODDIR defined in > : make.conf and not even think about it when they just do a make buildkernel, > : make installkernel, and expect it to "just work". > : > : Of course, it is very improbable that someone would be changing their > : modules' install directory, instead of just changing DESTDIR, but there > : are all kinds of weirdos out there ;) > > I didn't realize that KMODDIR was a known variable. I've fixed it in > my tree and will commit it. Well, it is overrideable in bsd.own.mk, so I guess that there is a chance that somebody might have overridden it. G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:50: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 5D4C037B407; Fri, 19 Oct 2001 09:50:21 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGoLs22704; Fri, 19 Oct 2001 09:50:21 -0700 (PDT) (envelope-from imp) Message-Id: <200110191650.f9JGoLs22704@freefall.freebsd.org> From: Warner Losh Date: Fri, 19 Oct 2001 09:50:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/10/19 09:50:21 PDT Modified files: (Branch: RELENG_4) sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: Use KMODDIR rather than KODIR, which is more compatible with what stable users expect. Revision Changes Path 1.47.2.9 +1 -2 src/sys/conf/Makefile.alpha 1.179.2.9 +1 -2 src/sys/conf/Makefile.i386 1.82.2.10 +1 -2 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:52: 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 DFE2137B40A; Fri, 19 Oct 2001 09:51:57 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGpvq22899; Fri, 19 Oct 2001 09:51:57 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191651.f9JGpvq22899@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 09:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libmng Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 09:51:57 PDT Modified files: graphics/libmng Makefile distinfo Log: Update to version 1.0.3 PR: 31072 Submitted by: Ports Fury Revision Changes Path 1.11 +2 -2 ports/graphics/libmng/Makefile 1.4 +1 -1 ports/graphics/libmng/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:52: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 56AB837B401; Fri, 19 Oct 2001 09:52:15 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGqF422977; Fri, 19 Oct 2001 09:52:15 -0700 (PDT) (envelope-from brian) Message-Id: <200110191652.f9JGqF422977@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Oct 2001 09:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp arp.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/19 09:52:15 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp arp.c Log: MFC: Write static arp entries as uid 0 Revision Changes Path 1.38.2.4 +2 -2 src/usr.sbin/ppp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:53:15 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 2C75437B403; Fri, 19 Oct 2001 09:53:08 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9JGr6V25870; Fri, 19 Oct 2001 10:53:06 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9JGr5733928; Fri, 19 Oct 2001 10:53:06 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110191653.f9JGr5733928@harmony.village.org> Subject: Re: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Oct 2001 09:50:21 PDT." <200110191650.f9JGoLs22704@freefall.freebsd.org> References: <200110191650.f9JGoLs22704@freefall.freebsd.org> Date: Fri, 19 Oct 2001 10:53:05 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200110191650.f9JGoLs22704@freefall.freebsd.org> Warner Losh writes: : imp 2001/10/19 09:50:21 PDT : : Modified files: (Branch: RELENG_4) : sys/conf Makefile.alpha Makefile.i386 : Makefile.pc98 : Log: : Use KMODDIR rather than KODIR, which is more compatible with what : stable users expect. Forgot: Submitted by: Peter Pentchev Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 9:56: 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 78E8437B408; Fri, 19 Oct 2001 09:55:57 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JGtvY23403; Fri, 19 Oct 2001 09:55:57 -0700 (PDT) (envelope-from brian) Message-Id: <200110191655.f9JGtvY23403@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Oct 2001 09:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/19 09:55:57 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp bundle.c Log: MFC: Use CMSG_DATA and CMSG_SPACE Revision Changes Path 1.105.2.20 +6 -6 src/usr.sbin/ppp/bundle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10: 1: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 A17BF37B408; Fri, 19 Oct 2001 10:01:27 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JH1RE23845; Fri, 19 Oct 2001 10:01:27 -0700 (PDT) (envelope-from brian) Message-Id: <200110191701.f9JH1RE23845@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Oct 2001 10:01:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp defs.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/19 10:01:27 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp defs.h Log: MFC: reduce MIN_LQRPERIOD and MIN_FSMRETRY Revision Changes Path 1.59.2.6 +2 -2 src/usr.sbin/ppp/defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10: 1:47 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 9361437B41E; Fri, 19 Oct 2001 10:01:39 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JH1ar29310; Fri, 19 Oct 2001 20:01:36 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 20:01:36 +0300 From: Ruslan Ermilov To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp arp.c Message-ID: <20011019200136.H24666@sunbay.com> References: <200110191652.f9JGqF422977@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: <200110191652.f9JGqF422977@freefall.freebsd.org>; from brian@FreeBSD.org on Fri, Oct 19, 2001 at 09:52:15AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 09:52:15AM -0700, Brian Somers wrote: > brian 2001/10/19 09:52:15 PDT > > Modified files: (Branch: NETGRAPH) > usr.sbin/ppp arp.c > Log: > MFC: Write static arp entries as uid 0 > > Revision Changes Path > 1.38.2.4 +2 -2 src/usr.sbin/ppp/arp.c > So that was indeed required after my rtsock.c changes? 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 Fri Oct 19 10: 3:42 2001 Delivered-To: cvs-all@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 9D52737B407; Fri, 19 Oct 2001 10:03:32 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9JH3Wd31166; Fri, 19 Oct 2001 10:03:32 -0700 (PDT) (envelope-from bmah) Message-Id: <200110191703.f9JH3Wd31166@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: "Bruce A. Mah" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml In-Reply-To: <20011019193440.C24666@sunbay.com> References: <200110191632.f9JGWJh20315@freefall.freebsd.org> <20011019193440.C24666@sunbay.com> Comments: In-reply-to Ruslan Ermilov message dated "Fri, 19 Oct 2001 19:34:40 +0300." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4: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_-1525047804P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 19 Oct 2001 10:03:32 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1525047804P Content-Type: text/plain; charset=us-ascii If memory serves me right, Ruslan Ermilov wrote: > Are there any rules you use to decide if a particular change should > be put here or not? Not formally, no. Basically...what's the average user (for some definition of "average user") likely to want to know? Observations of my own behavior, subject to change at any point in the future: o New drivers or hardware support always gets mentioned. o New executables always get mentioned. o Security advisories always get mentioned. o New functionality (e.g. features, command-line flags) usually gets mentioned, if a large number of users would be affected. o General bugfixes will sometimes get mentioned, if they're major or a large number of users are affected. o Imports of contributed software (regardless of where it lives in the tree) always gets mentioned. o ports/ changes are never mentioned. (The one exception so far in the past year was the CVSup S1G bug.) o doc/ changes are never mentioned. o Milestones for large architectural projects get written up if they can be expressed concisely. o I hate saying this, but the easier it is for me to write a release note, the more likely (and more timely) it is to happen. Corollary: "better" commit messages are more likely to result in release note entries, because I don't have to go crawling around in src/ or whereever to figure out something. In the worst case, I'll drop it on the floor. Corollary: If someone takes the time to write up some text about a change they've done, it's more likely to make it to the release notes. Corollary: If someone commits a change to the release notes directly (with or without informing me), it's likely to stay there. Corollary: Parts of FreeBSD with which I'm familiar are more likely to get better coverage. Bruce. PS. As a general note to the -committer community at large: It's perfectly fine to commit your own release notes entries (as long as you don't break the release documentation builds, obviously), and I'll quite happy to provide guidance/reviews on request. --==_Exmh_-1525047804P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE70Fzj2MoxcVugUsMRAjhDAKDGqhPFyYLO/CnY/nWX+USY569opQCeMXhz AISZryyUWByi7YulTKzyQi4= =7why -----END PGP SIGNATURE----- --==_Exmh_-1525047804P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10: 6: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 CF07937B408; Fri, 19 Oct 2001 10:06:05 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JH65F27493; Fri, 19 Oct 2001 10:06:05 -0700 (PDT) (envelope-from brian) Message-Id: <200110191706.f9JH65F27493@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Oct 2001 10:06:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/10/19 10:06:05 PDT Modified files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8.m4 Log: MFC: Assorted cosmetic fixes Revision Changes Path 1.277.2.5 +9 -6 src/usr.sbin/ppp/ppp.8.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10:12: 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 8F97E37B405; Fri, 19 Oct 2001 10:12:06 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JHC6028070; Fri, 19 Oct 2001 10:12:06 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110191712.f9JHC6028070@freefall.freebsd.org> From: Kevin Lo Date: Fri, 19 Oct 2001 10:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/19 10:12:06 PDT Modified files: x11/kdebase2 pkg-plist Log: Fix pkg-plist Revision Changes Path 1.42 +3 -0 ports/x11/kdebase2/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 Oct 19 10:18:34 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 0E67F37B405; Fri, 19 Oct 2001 10:18:20 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9JHICT16982; Fri, 19 Oct 2001 18:18:18 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9JHI9b01870; Fri, 19 Oct 2001 18:18:09 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110191718.f9JHI9b01870@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/usr.sbin/ppp arp.c In-Reply-To: Message from Ruslan Ermilov of "Fri, 19 Oct 2001 20:01:36 +0300." <20011019200136.H24666@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 19 Oct 2001 18:18:09 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Oct 19, 2001 at 09:52:15AM -0700, Brian Somers wrote: > > brian 2001/10/19 09:52:15 PDT > > > > Modified files: (Branch: NETGRAPH) > > usr.sbin/ppp arp.c > > Log: > > MFC: Write static arp entries as uid 0 > > > > Revision Changes Path > > 1.38.2.4 +2 -2 src/usr.sbin/ppp/arp.c > > > So that was indeed required after my rtsock.c changes? Yes - previously ppp used to depend on the fact that it opened the SOCK_RAW socket as uid 0. Now it must have uid 0 when it writes to the socket too. > 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 -- Brian http://www.freebsd-services.com/ 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 Fri Oct 19 10:22: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 23D6C37B403; Fri, 19 Oct 2001 10:22:05 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JHM5O29047; Fri, 19 Oct 2001 10:22:05 -0700 (PDT) (envelope-from ru) Message-Id: <200110191722.f9JHM5O29047@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 10:22:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 10:22:04 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h Log: Cleanup of _thread_sys* declarations: - Removed gratuitous declarations for non-syscalls. - Added declarations for aio_suspend(), kevent(), nanosleep(), rfork(), sched_yield(), sendfile(), sigblock(), sigsetmask(), and vfork(). - Fixed declarations for syscalls (int -> socklen_t). - Style. Revision Changes Path 1.36.2.13 +94 -159 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10:27: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 0314637B407; Fri, 19 Oct 2001 10:27:35 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JHRYR29557; Fri, 19 Oct 2001 10:27:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200110191727.f9JHRYR29557@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 19 Oct 2001 10:27:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/liba52 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/19 10:27:34 PDT Modified files: audio/liba52 pkg-plist Log: fix typo Revision Changes Path 1.2 +1 -1 ports/audio/liba52/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 Oct 19 10:40: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 C70D937B407; Fri, 19 Oct 2001 10:40:18 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JHeIa31224; Fri, 19 Oct 2001 10:40:18 -0700 (PDT) (envelope-from wollman) Message-Id: <200110191740.f9JHeIa31224@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 19 Oct 2001 10:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/www Makefile ports/www/mod_auth_kerb Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2001/10/19 10:40:18 PDT Modified files: . modules www Makefile Added files: www/mod_auth_kerb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port www/mod_auth_kerb: authenticate Web clients against Kerberos v5. Revision Changes Path 1.4010 +1 -0 CVSROOT/modules 1.414 +1 -0 ports/www/Makefile 1.1 +42 -0 ports/www/mod_auth_kerb/Makefile (new) 1.1 +1 -0 ports/www/mod_auth_kerb/distinfo (new) 1.1 +1 -0 ports/www/mod_auth_kerb/pkg-comment (new) 1.1 +14 -0 ports/www/mod_auth_kerb/pkg-descr (new) 1.1 +3 -0 ports/www/mod_auth_kerb/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10:40:40 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 7CC5037B401; Fri, 19 Oct 2001 10:40:17 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JHdm433704; Fri, 19 Oct 2001 20:39:48 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 20:39:48 +0300 From: Ruslan Ermilov To: Brian Somers Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp arp.c Message-ID: <20011019203948.J24666@sunbay.com> References: <200110191718.f9JHI9b01870@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110191718.f9JHI9b01870@hak.lan.Awfulhak.org>; from brian@freebsd-services.com on Fri, Oct 19, 2001 at 06:18:09PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 06:18:09PM +0100, Brian Somers wrote: > > On Fri, Oct 19, 2001 at 09:52:15AM -0700, Brian Somers wrote: > > > brian 2001/10/19 09:52:15 PDT > > > > > > Modified files: (Branch: NETGRAPH) > > > usr.sbin/ppp arp.c > > > Log: > > > MFC: Write static arp entries as uid 0 > > > > > > Revision Changes Path > > > 1.38.2.4 +2 -2 src/usr.sbin/ppp/arp.c > > > > > So that was indeed required after my rtsock.c changes? > > Yes - previously ppp used to depend on the fact that it opened the > SOCK_RAW socket as uid 0. Now it must have uid 0 when it writes to > the socket too. > I recall telling you that OpenBSD should be vulnerable to this too, and you told you'll have to check this. 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 Fri Oct 19 10:43:23 2001 Delivered-To: cvs-all@freebsd.org Received: from canonware.com (dsl081-058-209.sfo1.dsl.speakeasy.net [64.81.58.209]) by hub.freebsd.org (Postfix) with ESMTP id B40F637B401; Fri, 19 Oct 2001 10:43:18 -0700 (PDT) Received: by canonware.com (Postfix, from userid 1001) id 2A036EA; Fri, 19 Oct 2001 10:55:26 -0700 (PDT) Date: Fri, 19 Oct 2001 10:55:25 -0700 From: Jason Evans To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <20011019105525.C53185@canonware.com> References: <200110191722.f9JHM5O29047@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: <200110191722.f9JHM5O29047@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Oct 19, 2001 at 10:22:04AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 10:22:04AM -0700, Ruslan Ermilov wrote: > ru 2001/10/19 10:22:04 PDT > > Modified files: (Branch: RELENG_4) > lib/libc_r/uthread pthread_private.h > Log: > Cleanup of _thread_sys* declarations: > > - Removed gratuitous declarations for non-syscalls. > > - Added declarations for aio_suspend(), kevent(), nanosleep(), rfork(), > sched_yield(), sendfile(), sigblock(), sigsetmask(), and vfork(). > > - Fixed declarations for syscalls (int -> socklen_t). > > - Style. Why weren't the changes that are equally applicable to -current made there first, then MFCed? This looks to me like an obvious violation of stated procedure. This surely would have been pointed out to you, had you bothered to have the changes reviewed by me or Dan Eischen. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10:45:59 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 4D64A37B401; Fri, 19 Oct 2001 10:45:53 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9JHjpT17207; Fri, 19 Oct 2001 18:45:51 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9JHjmb02663; Fri, 19 Oct 2001 18:45:48 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110191745.f9JHjmb02663@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/etc rc rc.network In-Reply-To: Message from Doug Barton of "Thu, 18 Oct 2001 23:50:52 PDT." <200110190650.f9J6oq690548@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 19 Oct 2001 18:45:48 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > dougb 2001/10/18 23:50:52 PDT > > Modified files: > etc rc rc.network > Log: > Handle the lack of nfs server or client support in the kernel by > kldload'ing the appropriate modules before enabling the service. > > Revision Changes Path > 1.286 +19 -4 src/etc/rc > 1.106 +13 -2 src/etc/rc.network nfsclient.ko should also be loaded if amd is enabled (or else amd should auto-load it). -- Brian http://www.freebsd-services.com/ 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 Fri Oct 19 10: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 C007737B408; Fri, 19 Oct 2001 10:56:34 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JHuYq32790; Fri, 19 Oct 2001 10:56:34 -0700 (PDT) (envelope-from ru) Message-Id: <200110191756.f9JHuYq32790@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 10:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 10:56:34 PDT Modified files: (Branch: RELENG_4) lib/libc_r Makefile Log: We don't provide a wrapper for nfssvc(2), and signanosleep(2) was removed yet in 1998. Revision Changes Path 1.24.2.4 +3 -3 src/lib/libc_r/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 10:57:20 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id B110F37B40F; Fri, 19 Oct 2001 10:57:07 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9JHv5T17254; Fri, 19 Oct 2001 18:57:05 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9JHv2b02907; Fri, 19 Oct 2001 18:57:02 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110191757.f9JHv2b02907@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: Brian Somers , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/usr.sbin/ppp arp.c In-Reply-To: Message from Ruslan Ermilov of "Fri, 19 Oct 2001 20:39:48 +0300." <20011019203948.J24666@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 19 Oct 2001 18:57:02 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Oct 19, 2001 at 06:18:09PM +0100, Brian Somers wrote: > > > On Fri, Oct 19, 2001 at 09:52:15AM -0700, Brian Somers wrote: > > > > brian 2001/10/19 09:52:15 PDT > > > > > > > > Modified files: (Branch: NETGRAPH) > > > > usr.sbin/ppp arp.c > > > > Log: > > > > MFC: Write static arp entries as uid 0 > > > > > > > > Revision Changes Path > > > > 1.38.2.4 +2 -2 src/usr.sbin/ppp/arp.c > > > > > > > So that was indeed required after my rtsock.c changes? > > > > Yes - previously ppp used to depend on the fact that it opened the > > SOCK_RAW socket as uid 0. Now it must have uid 0 when it writes to > > the socket too. > > > I recall telling you that OpenBSD should be vulnerable to this > too, and you told you'll have to check this. The OpenBSD code *looks* like it needs it too (and it now has it). I haven't tested this yet though. > 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 -- Brian http://www.freebsd-services.com/ 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 Fri Oct 19 11: 8:59 2001 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 11F9637B401; Fri, 19 Oct 2001 11:08:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id E3C55188A; Fri, 19 Oct 2001 13:08:50 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 9748B1885; Fri, 19 Oct 2001 13:08:48 -0500 (CDT) Date: Fri, 19 Oct 2001 13:08:48 -0500 From: Alan Cox To: "Bruce A. Mah" Cc: Alan Cox , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c Message-ID: <20011019130848.A16336@cs.rice.edu> References: <200110190716.f9J7G7P99614@freefall.freebsd.org> <200110191516.f9JFGkg28380@c527597-a.cstvl1.sfba.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5us In-Reply-To: <200110191516.f9JFGkg28380@c527597-a.cstvl1.sfba.home.com>; from Bruce A. Mah on Fri, Oct 19, 2001 at 08:16:46AM -0700 X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 08:16:46AM -0700, Bruce A. Mah wrote: > If memory serves me right, Alan Cox wrote: > > alc 2001/10/19 00:16:06 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/pci if_xl.c > > Log: > > MFC: [rev 1.98] Implement TCP/IP checksum off-loading on receive. > > > > Revision Changes Path > > 1.72.2.7 +19 -3 src/sys/pci/if_xl.c > > Would it be correct for me to write something like this for the release > notes? > > The &man.xl.4; driver now supports receive-side > TCP/IP checksum off-loading on 3C905B cards. > It also extends to later-generation cards and chips, such as the 905C's and the 980C's. The 905B is just the first card to support it. > Thanks, > > Bruce. > > PS. I should have done this when you first did the commit to -CURRENT, > but at the time I didn't feel like delving in the code to look. > Sorry. I should have been more explicit in the commit message. Regards, Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 11:19: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 DDD2837B401; Fri, 19 Oct 2001 11:19:42 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JIJgt37969; Fri, 19 Oct 2001 11:19:42 -0700 (PDT) (envelope-from obrien) Message-Id: <200110191819.f9JIJgt37969@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Oct 2001 11:19:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/19 11:19:42 PDT Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.0 patchlevel 14 Revision Changes Path 1.143 +3 -3 ports/editors/vim/Makefile 1.86 +3 -0 ports/editors/vim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 11:23: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 18C8537B405; Fri, 19 Oct 2001 11:23:35 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JINZA38802; Fri, 19 Oct 2001 11:23:35 -0700 (PDT) (envelope-from ru) Message-Id: <200110191823.f9JINZA38802@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 11:23:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/sys sigreturn.S src/lib/libc/i386/sys sigreturn.S src/lib/libc_r Makefile src/lib/libc_r/uthread pthread_private.h uthread_kern.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 11:23:34 PDT Modified files: (Branch: RELENG_4) lib/libc/alpha/sys sigreturn.S lib/libc/i386/sys sigreturn.S lib/libc_r Makefile lib/libc_r/uthread pthread_private.h uthread_kern.c Log: libc_r doesn't provide a wrapper for sigreturn(2). (This change isn't applicable to -CURRENT which doesn't hide syscalls.) Revision Changes Path 1.2.6.1 +3 -1 src/lib/libc/alpha/sys/sigreturn.S 1.8.2.1 +1 -2 src/lib/libc/i386/sys/sigreturn.S 1.24.2.5 +1 -1 src/lib/libc_r/Makefile 1.36.2.14 +0 -1 src/lib/libc_r/uthread/pthread_private.h 1.28.2.8 +2 -2 src/lib/libc_r/uthread/uthread_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 11:23: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 9251C37B401; Fri, 19 Oct 2001 11:23:51 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JINpv38844; Fri, 19 Oct 2001 11:23:51 -0700 (PDT) (envelope-from des) Message-Id: <200110191823.f9JINpv38844@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 19 Oct 2001 11:23:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/19 11:23:51 PDT Modified files: sys/fs/pseudofs pseudofs.c Log: Argh! I updated the version number in the MODULE_DEPEND() thingamagook but not in the actual MODULE_VERSION(). Pass me the pointy hat. Revision Changes Path 1.9 +1 -1 src/sys/fs/pseudofs/pseudofs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 11: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 11AF137B408; Fri, 19 Oct 2001 11:29:58 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JITvL40834; Fri, 19 Oct 2001 11:29:57 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110191829.f9JITvL40834@freefall.freebsd.org> From: Matt Jacob Date: Fri, 19 Oct 2001 11:29:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c bridge.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/19 11:29:57 PDT Modified files: sys/net bridge.c bridge.h Log: Fix this so it compiles cleanly for alpha. Tried to do some minimal testing. Reviewed by: freebsd-net Revision Changes Path 1.41 +8 -8 src/sys/net/bridge.c 1.9 +5 -4 src/sys/net/bridge.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 11:41:33 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 4C8D037B401; Fri, 19 Oct 2001 11:41:15 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JIejb40442; Fri, 19 Oct 2001 21:40:45 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 21:40:45 +0300 From: Ruslan Ermilov To: Jason Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <20011019214045.L24666@sunbay.com> References: <200110191722.f9JHM5O29047@freefall.freebsd.org> <20011019105525.C53185@canonware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011019105525.C53185@canonware.com>; from jasone@canonware.com on Fri, Oct 19, 2001 at 10:55:25AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 10:55:25AM -0700, Jason Evans wrote: > On Fri, Oct 19, 2001 at 10:22:04AM -0700, Ruslan Ermilov wrote: > > ru 2001/10/19 10:22:04 PDT > > > > Modified files: (Branch: RELENG_4) > > lib/libc_r/uthread pthread_private.h > > Log: > > Cleanup of _thread_sys* declarations: > > > > - Removed gratuitous declarations for non-syscalls. > > > > - Added declarations for aio_suspend(), kevent(), nanosleep(), rfork(), > > sched_yield(), sendfile(), sigblock(), sigsetmask(), and vfork(). > > > > - Fixed declarations for syscalls (int -> socklen_t). > > > > - Style. > > Why weren't the changes that are equally applicable to -current made there > first, then MFCed? This looks to me like an obvious violation of stated > procedure. This surely would have been pointed out to you, had you > bothered to have the changes reviewed by me or Dan Eischen. > It doesn't equally applicable to -CURRENT actually, and I tried to get a review from Daniel for a related (unhide nfssvc(2)) change with no luck. In -CURRENT, we don't hide syscalls, but instead syscalls are available as __sys_*, and libc provides weak aliases for them which libc_r then overrides some of. We thus have a light-weighted version of libc_r in -CURRENT, as compared to -STABLE: -r--r--r-- 1 root wheel 1456412 Oct 19 20:06 /STABLE/usr/lib/libc_r.a -r--r--r-- 1 root wheel 252026 Oct 15 05:19 /CURRENT/usr/lib/libc_r.a In -STABLE, we rename syscalls that libc_r overrides to __sys_thread_*. So at least item 1 (the biggest) of this change isn't applicable to -CURRENT. Also, as we don't hide syscalls in -CURRENT, compiling a program statically with libc_r with either of nfssvc() or sigreturn() worked in -CURRENT, but was broken in -STABLE. But I agree that at least item 2 ( syscalls prototypes) applies to -CURRENT as well, and am sorry for not doing it there first. OTOH, in -CURRENT, real syscalls are avaibale as __sys_*, and the right thing to do would be to prototype only those syscalls that are used internally by libc_r. I'll prepare the patch on Monday for -CURRENT, and will send it to you for review. 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 Fri Oct 19 11:43:38 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 7BB6F37B403; Fri, 19 Oct 2001 11:43:23 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JIhKt40644; Fri, 19 Oct 2001 21:43:20 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 21:43:20 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r Makefile Message-ID: <20011019214320.M24666@sunbay.com> References: <200110191756.f9JHuYq32790@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: <200110191756.f9JHuYq32790@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Oct 19, 2001 at 10:56:34AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 10:56:34AM -0700, Ruslan Ermilov wrote: > ru 2001/10/19 10:56:34 PDT > > Modified files: (Branch: RELENG_4) > lib/libc_r Makefile > Log: > We don't provide a wrapper for nfssvc(2), and signanosleep(2) was > removed yet in 1998. > > Revision Changes Path > 1.24.2.4 +3 -3 src/lib/libc_r/Makefile > This fixes broken static linkage with libc_r for sbin/mount_nfs, in particular. 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 Fri Oct 19 11:47: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from canonware.com (dsl081-058-209.sfo1.dsl.speakeasy.net [64.81.58.209]) by hub.freebsd.org (Postfix) with ESMTP id 89DCC37B407; Fri, 19 Oct 2001 11:46:59 -0700 (PDT) Received: by canonware.com (Postfix, from userid 1001) id 5FAA7EA; Fri, 19 Oct 2001 11:59:07 -0700 (PDT) Date: Fri, 19 Oct 2001 11:59:07 -0700 From: Jason Evans To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <20011019115907.F53185@canonware.com> References: <200110191722.f9JHM5O29047@freefall.freebsd.org> <20011019105525.C53185@canonware.com> <20011019214045.L24666@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: <20011019214045.L24666@sunbay.com>; from ru@FreeBSD.org on Fri, Oct 19, 2001 at 09:40:45PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 09:40:45PM +0300, Ruslan Ermilov wrote: > > I'll prepare the patch on Monday > for -CURRENT, and will send it to you for review. Cool, thanks. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 11:58:27 2001 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 97D9E37B405; Fri, 19 Oct 2001 11:58:17 -0700 (PDT) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id OAA14358; Fri, 19 Oct 2001 14:57:14 -0400 (EDT) Date: Fri, 19 Oct 2001 14:57:14 -0400 (EDT) From: Daniel Eischen To: Ruslan Ermilov Cc: Jason Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h In-Reply-To: <20011019214045.L24666@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Ruslan Ermilov wrote: > On Fri, Oct 19, 2001 at 10:55:25AM -0700, Jason Evans wrote: > > On Fri, Oct 19, 2001 at 10:22:04AM -0700, Ruslan Ermilov wrote: > > > ru 2001/10/19 10:22:04 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > lib/libc_r/uthread pthread_private.h > > > Log: > > > Cleanup of _thread_sys* declarations: > > > > > > - Removed gratuitous declarations for non-syscalls. > > > > > > - Added declarations for aio_suspend(), kevent(), nanosleep(), rfork(), > > > sched_yield(), sendfile(), sigblock(), sigsetmask(), and vfork(). > > > > > > - Fixed declarations for syscalls (int -> socklen_t). > > > > > > - Style. > > > > Why weren't the changes that are equally applicable to -current made there > > first, then MFCed? This looks to me like an obvious violation of stated > > procedure. This surely would have been pointed out to you, had you > > bothered to have the changes reviewed by me or Dan Eischen. > > > It doesn't equally applicable to -CURRENT actually, and I tried to get a > review from Daniel for a related (unhide nfssvc(2)) change with no luck. Sorry, I didn't know you wanted a review for that. OK, it looks good to me :-) > In -CURRENT, we don't hide syscalls, but instead syscalls are available > as __sys_*, and libc provides weak aliases for them which libc_r then > overrides some of. We thus have a light-weighted version of libc_r > in -CURRENT, as compared to -STABLE: > > -r--r--r-- 1 root wheel 1456412 Oct 19 20:06 /STABLE/usr/lib/libc_r.a > -r--r--r-- 1 root wheel 252026 Oct 15 05:19 /CURRENT/usr/lib/libc_r.a > > In -STABLE, we rename syscalls that libc_r overrides to __sys_thread_*. _thread_sys_* ^^^^^^^^^^^^^^ > So at least item 1 (the biggest) of this change isn't applicable to > -CURRENT. Also, as we don't hide syscalls in -CURRENT, compiling a > program statically with libc_r with either of nfssvc() or sigreturn() > worked in -CURRENT, but was broken in -STABLE. > > But I agree that at least item 2 ( syscalls prototypes) > applies to -CURRENT as well, and am sorry for not doing it there first. > > OTOH, in -CURRENT, real syscalls are avaibale as __sys_*, and the > right thing to do would be to prototype only those syscalls that > are used internally by libc_r. I'll prepare the patch on Monday > for -CURRENT, and will send it to you for review. I think I already did this when I made that big change to -current's libc_r. At least I _thought_ I removed all the unneccessary prototypes... -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 12: 0:11 2001 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [64.0.106.45]) by hub.freebsd.org (Postfix) with ESMTP id D4D8337B403; Fri, 19 Oct 2001 12:00:07 -0700 (PDT) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id PAA87204; Fri, 19 Oct 2001 15:00:07 -0400 (EDT) Date: Fri, 19 Oct 2001 15:00:06 -0400 (EDT) From: "Matthew N. Dodd" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile In-Reply-To: <200110191245.f9JCjx564936@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Bruce Evans wrote: > bde 2001/10/19 05:45:59 PDT > > Modified files: > gnu/usr.bin/bc Makefile > Log: > Fixed style bugs in previous commit: > - don't comment out the old version; just modify it. Since libreadline support is a valid option, I though I would leave the relevant lines in the Makefile to allow user to easily use libreadline. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 12: 6:13 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 7D95337B401; Fri, 19 Oct 2001 12:05:53 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9JJ2eE42857; Fri, 19 Oct 2001 22:02:40 +0300 (EEST) (envelope-from ru) Date: Fri, 19 Oct 2001 22:02:40 +0300 From: Ruslan Ermilov To: Daniel Eischen Cc: Jason Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <20011019220240.Q24666@sunbay.com> References: <20011019214045.L24666@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: ; from eischen@vigrid.com on Fri, Oct 19, 2001 at 02:57:14PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 02:57:14PM -0400, Daniel Eischen wrote: > On Fri, 19 Oct 2001, Ruslan Ermilov wrote: > > On Fri, Oct 19, 2001 at 10:55:25AM -0700, Jason Evans wrote: > > > On Fri, Oct 19, 2001 at 10:22:04AM -0700, Ruslan Ermilov wrote: > > > > ru 2001/10/19 10:22:04 PDT > > > > > > > > Modified files: (Branch: RELENG_4) > > > > lib/libc_r/uthread pthread_private.h > > > > Log: > > > > Cleanup of _thread_sys* declarations: > > > > > > > > - Removed gratuitous declarations for non-syscalls. > > > > > > > > - Added declarations for aio_suspend(), kevent(), nanosleep(), rfork(), > > > > sched_yield(), sendfile(), sigblock(), sigsetmask(), and vfork(). > > > > > > > > - Fixed declarations for syscalls (int -> socklen_t). > > > > > > > > - Style. > > > > > > Why weren't the changes that are equally applicable to -current made there > > > first, then MFCed? This looks to me like an obvious violation of stated > > > procedure. This surely would have been pointed out to you, had you > > > bothered to have the changes reviewed by me or Dan Eischen. > > > > > It doesn't equally applicable to -CURRENT actually, and I tried to get a > > review from Daniel for a related (unhide nfssvc(2)) change with no luck. > > Sorry, I didn't know you wanted a review for that. OK, it looks > good to me :-) > > > In -CURRENT, we don't hide syscalls, but instead syscalls are available > > as __sys_*, and libc provides weak aliases for them which libc_r then > > overrides some of. We thus have a light-weighted version of libc_r > > in -CURRENT, as compared to -STABLE: > > > > -r--r--r-- 1 root wheel 1456412 Oct 19 20:06 /STABLE/usr/lib/libc_r.a > > -r--r--r-- 1 root wheel 252026 Oct 15 05:19 /CURRENT/usr/lib/libc_r.a > > > > In -STABLE, we rename syscalls that libc_r overrides to __sys_thread_*. > _thread_sys_* ^^^^^^^^^^^^^^ > > So at least item 1 (the biggest) of this change isn't applicable to > > -CURRENT. Also, as we don't hide syscalls in -CURRENT, compiling a > > program statically with libc_r with either of nfssvc() or sigreturn() > > worked in -CURRENT, but was broken in -STABLE. > > > > But I agree that at least item 2 ( syscalls prototypes) > > applies to -CURRENT as well, and am sorry for not doing it there first. > > > > OTOH, in -CURRENT, real syscalls are avaibale as __sys_*, and the > > right thing to do would be to prototype only those syscalls that > > are used internally by libc_r. I'll prepare the patch on Monday > > for -CURRENT, and will send it to you for review. > > I think I already did this when I made that big change to > -current's libc_r. At least I _thought_ I removed all the > unneccessary prototypes... > Let me check this and these on Monday. As I said, at least part is applicable. 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 Fri Oct 19 12:10: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 D945E37B401; Fri, 19 Oct 2001 12:10:36 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JJAaT48294; Fri, 19 Oct 2001 12:10:36 -0700 (PDT) (envelope-from schweikh) Message-Id: <200110191910.f9JJAaT48294@freefall.freebsd.org> From: Jens Schweikhardt Date: Fri, 19 Oct 2001 12:10:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/indent lexi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2001/10/19 12:10:36 PDT Modified files: usr.bin/indent lexi.c Log: Properly handle backslash newline within an identifier or keyword. PR: bin/6015 Submitted by: myself (schweikh) Patch by: Alexey V.Neyman Tested by: indenting my chess problem solver and running its test suite MFC after: 3 weeks Revision Changes Path 1.9 +12 -2 src/usr.bin/indent/lexi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 12:14: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id B85CF37B403; Fri, 19 Oct 2001 12:13:53 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f9JJDo580325; Sat, 20 Oct 2001 08:13:50 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: Kevin Lo Date: Fri, 19 Oct 2001 15:13:49 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/java/jad Makefile Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <3BD0432D.17348.2CD563C@localhost> In-reply-to: <200110191534.f9JFYvS08486@freefall.freebsd.org> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19 Oct 2001 at 8:34, Kevin Lo wrote: > kevlo 2001/10/19 08:34:57 PDT > > Modified files: > java/jad Makefile Houston, FreshPorts reports a problem: $ make -V PORTVERSION "Makefile", line 15: Unassociated shell command "http://www.pensioenconsult.com/ http://www.schraven.nl/ http://www.j ollem.com/~ernst/" make: fatal errors encountered -- cannot continue Missing a \ after the 2nd site: MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/ \ http://metaverse.euronet.nl/~ernst/ http://www.pensioenconsult.com/ \ http://www.schraven.nl/ \ http://www.jollem.com/~ernst/ -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 12:17: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 7EA2837B407; Fri, 19 Oct 2001 12:17:14 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JJHEE49117; Fri, 19 Oct 2001 12:17:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200110191917.f9JJHEE49117@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Oct 2001 12:17:14 -0700 (PDT) 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/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/sparc64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/19 12:17:14 PDT Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/sparc64/include ansi.h Log: Blah, fix braino where ru had to remind me of proper preprocessor syntax. Bad fingers, no cookie. Revision Changes Path 1.20 +1 -1 src/sys/alpha/include/ansi.h 1.11 +1 -1 src/sys/arm/include/ansi.h 1.30 +1 -1 src/sys/i386/include/ansi.h 1.12 +1 -1 src/sys/ia64/include/ansi.h 1.7 +1 -1 src/sys/sparc64/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 Oct 19 12:22: 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 C21F737B403; Fri, 19 Oct 2001 12:22:04 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JJM4U49634; Fri, 19 Oct 2001 12:22:04 -0700 (PDT) (envelope-from jhb) Message-Id: <200110191922.f9JJM4U49634@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 12:22:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 12:22:04 PDT Modified files: sys/alpha/alpha machdep.c Log: Move sys/mutex.h include after sys/lock.h to ensure we use the proper versions of the mutex operations. Revision Changes Path 1.148 +2 -2 src/sys/alpha/alpha/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 Oct 19 12:23: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 8CD2037B403; Fri, 19 Oct 2001 12:23:32 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JJNWW49815; Fri, 19 Oct 2001 12:23:32 -0700 (PDT) (envelope-from jhb) Message-Id: <200110191923.f9JJNWW49815@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 12:23:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/mcbus mcpcia.c src/sys/alpha/pci apecs.c cia.c irongate.c lca.c t2.c tsunami.c src/sys/alpha/tlsb dwlpx.c src/sys/ia64/ia64 busdma_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 12:23:32 PDT Modified files: sys/alpha/mcbus mcpcia.c sys/alpha/pci apecs.c cia.c irongate.c lca.c t2.c tsunami.c sys/alpha/tlsb dwlpx.c sys/ia64/ia64 busdma_machdep.c Log: Remove unneeded sys/mutex.h includes. Revision Changes Path 1.18 +1 -2 src/sys/alpha/mcbus/mcpcia.c 1.20 +1 -2 src/sys/alpha/pci/apecs.c 1.36 +1 -2 src/sys/alpha/pci/cia.c 1.6 +1 -2 src/sys/alpha/pci/irongate.c 1.17 +1 -2 src/sys/alpha/pci/lca.c 1.11 +1 -2 src/sys/alpha/pci/t2.c 1.17 +1 -2 src/sys/alpha/pci/tsunami.c 1.20 +1 -2 src/sys/alpha/tlsb/dwlpx.c 1.8 +1 -2 src/sys/ia64/ia64/busdma_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 Oct 19 12:26:58 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A745137B407; Fri, 19 Oct 2001 12:26:54 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9JJQrK38276; Fri, 19 Oct 2001 12:26:53 -0700 (PDT) (envelope-from obrien) Date: Fri, 19 Oct 2001 12:26:53 -0700 From: "David O'Brien" To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf Makefile.powerpc Message-ID: <20011019122653.A38201@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200110131957.f9DJvSm00567@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: <200110131957.f9DJvSm00567@freefall.freebsd.org>; from mp@FreeBSD.org on Sat, Oct 13, 2001 at 12:57:28PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 13, 2001 at 12:57:28PM -0700, Mark Peek wrote: > mp 2001/10/13 12:57:28 PDT > > Modified files: > sys/conf Makefile.powerpc > Log: > Changes for both compilation on NetBSD (PPC) and cross-compilation on FreeBSD. > - Allow for NM commandline override. Please commit this same change (NM) for all the other Makefile. to help keep them all in sync. thaks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 12:28: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 64BDA37B403; Fri, 19 Oct 2001 12:28:18 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JJSIe50288; Fri, 19 Oct 2001 12:28:18 -0700 (PDT) (envelope-from jhb) Message-Id: <200110191928.f9JJSIe50288@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 12:28:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _lock.h lock.h mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 12:28:18 PDT Modified files: sys/sys _lock.h lock.h mutex.h Log: - Move the definition of LOCK_DEBUG back to sys/lock.h from sys/_lock.h. - Change LOCK_DEBUG so that it is always on if KTR is compiled in regardless of the state of KTR_COMPILE. This means that we no longer need to include sys/ktr.h before sys/lock.h to ensure a valid setting for LOCK_DEBUG. - Change the use of LOCK_DEBUG so that it is now always defined and its value is used instead of merely its definition. That is, instead of #ifdef LOCK_DEBUG, code should now use #if LOCK_DEBUG > 0. - Use this latest to #error out in sys/mutex.h if sys/lock.h isn't included before sys/mutex.h to ensure that the proper versions of the mutex operations are used. - As a result of (2) sys/mutex.h no longer includes sys/ktr.h in the KERNEL case. Requested by: bde (1) Revision Changes Path 1.5 +1 -17 src/sys/sys/_lock.h 1.40 +17 -2 src/sys/sys/lock.h 1.43 +5 -7 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 Fri Oct 19 13: 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 28DF937B405; Fri, 19 Oct 2001 13:01:02 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JK12q53250; Fri, 19 Oct 2001 13:01:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200110192001.f9JK12q53250@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Oct 2001 13:01:01 -0700 (PDT) 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/i386/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/19 13:01:01 PDT Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/powerpc/include ansi.h sys/sparc64/include ansi.h Log: Try two on the preprocessing logic. Reviewed by: ru Revision Changes Path 1.21 +1 -1 src/sys/alpha/include/ansi.h 1.12 +1 -1 src/sys/arm/include/ansi.h 1.31 +2 -2 src/sys/i386/include/ansi.h 1.14 +1 -1 src/sys/powerpc/include/ansi.h 1.8 +1 -1 src/sys/sparc64/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 Oct 19 13: 2: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 1BB8437B401; Fri, 19 Oct 2001 13:02:23 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JK2ND53463; Fri, 19 Oct 2001 13:02:23 -0700 (PDT) (envelope-from bmah) Message-Id: <200110192002.f9JK2ND53463@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 13:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 13:02:23 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: route(8) add -ifp/-ifa. Submitted by: ru Revision Changes Path 1.175 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: 3: 2 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 CB70B37B405; Fri, 19 Oct 2001 13:02:54 -0700 (PDT) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9JK2kB73618; Fri, 19 Oct 2001 16:02:46 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 19 Oct 2001 16:02:46 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav Cc: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 18 Oct 2001, Dag-Erling Smorgrav wrote: > Alfred Perlstein writes: > > Log: > > Update to note that rpc.statd and rpc.lockd are now needed for > > client side NFS mounts. > > How about "documenting" this dependency in rc.network, as was done for > the portmapper? Running the current nfs_lock.c code can have fascinating effects on the correctness of system operation. Before we start enabling the userland daemon automatically, we should fix those problems. These include at least: (1) Incorrect management of credentials such that a surprising set of processes and related objects gain root privilege during potentially blocking operations. (2) The /var/run/lock fifo is looked up using the current process's working/root directory, so if you have chroot'd processes, you might get unexpected results. For example, if you chroot a user to their home directory, locking won't work, but if they're not chrooted, it will. I won't speculate on the correctness of running multiple rpc.lockd's. :-) I'm willing to work on (1) (and have some patches that begin to address the problem), but (2) will probably require some re-writing to address, as well as possibly some experimentation to determine the scope of the problem. 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 Fri Oct 19 13: 3:39 2001 Delivered-To: cvs-all@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id D3D6637B407; Fri, 19 Oct 2001 13:03:08 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011019200308.NGFA4194.femail39.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 13:03:08 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110191928.f9JJSIe50288@freefall.freebsd.org> Date: Fri, 19 Oct 2001 13:03:02 -0700 (PDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/sys _lock.h lock.h mutex.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-Oct-01 John Baldwin wrote: > jhb 2001/10/19 12:28:18 PDT > > Modified files: > sys/sys _lock.h lock.h mutex.h > Log: > - Move the definition of LOCK_DEBUG back to sys/lock.h from sys/_lock.h. > - Change LOCK_DEBUG so that it is always on if KTR is compiled in > regardless of the state of KTR_COMPILE. This means that we no longer > need to include sys/ktr.h before sys/lock.h to ensure a valid setting > for LOCK_DEBUG. > - Change the use of LOCK_DEBUG so that it is now always defined and its > value is used instead of merely its definition. That is, instead of > #ifdef LOCK_DEBUG, code should now use #if LOCK_DEBUG > 0. > - Use this latest to #error out in sys/mutex.h if sys/lock.h isn't > included before sys/mutex.h to ensure that the proper versions of the > mutex operations are used. > - As a result of (2) sys/mutex.h no longer includes sys/ktr.h in the > KERNEL case. > > Requested by: bde (1) I've tested this (it can cause build but nto runtime failures) on x86, alpha, and ia64. I don't have means to test this on ppc or sparc64 atm, but it will give you a nice #error about needing sys/lock.h before sys/mutex.h if you hit breakage while compiling. I hope using #error isn't a problem. (I think I heard that #error is standard but #warning is a GCC'ism.) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: 4:46 2001 Delivered-To: cvs-all@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 7ADEC37B407; Fri, 19 Oct 2001 13:04:36 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9JK4Yc34574; Fri, 19 Oct 2001 13:04:34 -0700 (PDT) (envelope-from bmah) Message-Id: <200110192004.f9JK4Yc34574@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alan Cox Cc: "Bruce A. Mah" , Alan Cox , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c In-Reply-To: <20011019130848.A16336@cs.rice.edu> References: <200110190716.f9J7G7P99614@freefall.freebsd.org> <200110191516.f9JFGkg28380@c527597-a.cstvl1.sfba.home.com> <20011019130848.A16336@cs.rice.edu> Comments: In-reply-to Alan Cox message dated "Fri, 19 Oct 2001 13:08:48 -0500." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4: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_-1491762240P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 19 Oct 2001 13:04:34 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1491762240P Content-Type: text/plain; charset=us-ascii If memory serves me right, Alan Cox wrote: > > The &man.xl.4; driver now supports receive-side > > TCP/IP checksum off-loading on 3C905B cards. > > > > It also extends to later-generation cards and chips, such as the > 905C's and the 980C's. The 905B is just the first card to support > it. OK, got it. > > PS. I should have done this when you first did the commit to -CURRENT, > > but at the time I didn't feel like delving in the code to look. > > > > Sorry. I should have been more explicit in the commit message. No worries...now I have license to yell at you next time, right? :-) Thanks! Bruce. --==_Exmh_-1491762240P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE70IdS2MoxcVugUsMRAkwcAJ9Be4K5OAmEXNz84YCIcWlwr1iJ5QCfcj+s VpRewdK+Tl6sD/gPXKNX//k= =Sjaw -----END PGP SIGNATURE----- --==_Exmh_-1491762240P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: 6: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 8B14237B405; Fri, 19 Oct 2001 13:06:23 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JK6NG56870; Fri, 19 Oct 2001 13:06:23 -0700 (PDT) (envelope-from ru) Message-Id: <200110192006.f9JK6NG56870@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 13:06:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 13:06:23 PDT Modified files: sys/ia64/include ansi.h Log: Try two on the preprocessing logic. Reviewed by: obrien Revision Changes Path 1.13 +1 -1 src/sys/ia64/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 Oct 19 13: 7: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 B69CE37B405; Fri, 19 Oct 2001 13:07:07 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JK77756960; Fri, 19 Oct 2001 13:07:07 -0700 (PDT) (envelope-from bmah) Message-Id: <200110192007.f9JK77756960@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 13:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 13:07:07 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: xl(4) checksum offloading. Reviewed by: alc Revision Changes Path 1.176 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: 7: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 C71BE37B401; Fri, 19 Oct 2001 13:07:46 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JK7ko57076; Fri, 19 Oct 2001 13:07:46 -0700 (PDT) (envelope-from ru) Message-Id: <200110192007.f9JK7ko57076@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Oct 2001 13:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include stdarg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/19 13:07:46 PDT Modified files: sys/i386/include stdarg.h Log: Fix the typedef of va_list. Revision Changes Path 1.11 +3 -1 src/sys/i386/include/stdarg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: 8: 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 0211937B439; Fri, 19 Oct 2001 13:07:49 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JK7nU57101; Fri, 19 Oct 2001 13:07:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200110192007.f9JK7nU57101@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 13:07:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 13:07:49 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: xl(4) checksum offloading. Revision Changes Path 1.22.2.110 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13:19: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 83C7237B407; Fri, 19 Oct 2001 13:19:45 -0700 (PDT) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JKJil58231; Fri, 19 Oct 2001 13:19:44 -0700 (PDT) (envelope-from mharo) Message-Id: <200110192019.f9JKJil58231@freefall.freebsd.org> From: Michael Haro Date: Fri, 19 Oct 2001 13:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mharo 2001/10/19 13:19:44 PDT Modified files: ftp/proftpd Makefile distinfo Log: update to 1.2.4 Revision Changes Path 1.45 +1 -1 ports/ftp/proftpd/Makefile 1.23 +1 -1 ports/ftp/proftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: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 6450E37B403; Fri, 19 Oct 2001 13:20:16 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JKKGo58342; Fri, 19 Oct 2001 13:20:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200110192020.f9JKKGo58342@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Oct 2001 13:20:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/19 13:20:16 PDT Modified files: gnu/usr.bin/binutils Makefile Log: Make the logic more explicit. Revision Changes Path 1.16 +1 -1 src/gnu/usr.bin/binutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13:25: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 8148937B401; Fri, 19 Oct 2001 13:25:11 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JKPBq58849; Fri, 19 Oct 2001 13:25:11 -0700 (PDT) (envelope-from murray) Message-Id: <200110192025.f9JKPBq58849@freefall.freebsd.org> From: Murray Stokely Date: Fri, 19 Oct 2001 13:25:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects newbies.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/19 13:25:11 PDT Modified files: en/projects newbies.sgml Log: Correct some broken links. PR: docs/31374 Submitted by: Sue Blake Revision Changes Path 1.23 +12 -14 www/en/projects/newbies.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13:31:32 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8F7B337B408; Fri, 19 Oct 2001 13:31:25 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9JKVNV27092; Fri, 19 Oct 2001 14:31:23 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9JKVM735978; Fri, 19 Oct 2001 14:31:22 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110192031.f9JKVM735978@harmony.village.org> To: obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/conf Makefile.powerpc Cc: Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Oct 2001 12:26:53 PDT." <20011019122653.A38201@dragon.nuxi.com> References: <20011019122653.A38201@dragon.nuxi.com> <200110131957.f9DJvSm00567@freefall.freebsd.org> Date: Fri, 19 Oct 2001 14:31:22 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011019122653.A38201@dragon.nuxi.com> "David O'Brien" writes: : > Changes for both compilation on NetBSD (PPC) and cross-compilation on FreeBSD. : > - Allow for NM commandline override. : : Please commit this same change (NM) for all the other Makefile. to : help keep them all in sync. thaks. I'm also working on a conf/kern.mk that will help keep these in sync. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13:41: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 E913237B405; Fri, 19 Oct 2001 13:41:09 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JKf9r60545; Fri, 19 Oct 2001 13:41:09 -0700 (PDT) (envelope-from bmah) Message-Id: <200110192041.f9JKf9r60545@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 13:41:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/share/sgml release.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 13:41:09 PDT Modified files: release/doc/share/sgml release.dsl Log: Support a comma-separated list of architectures for the arch= attribute. This change is necessary in order for the release documentation to scale to support more than two architectures. Based on work by: hrs Revision Changes Path 1.3 +63 -12 src/release/doc/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13: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 B79D137B409; Fri, 19 Oct 2001 13:46:18 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JKkIq60950; Fri, 19 Oct 2001 13:46:18 -0700 (PDT) (envelope-from dfr) Message-Id: <200110192046.f9JKkIq60950@freefall.freebsd.org> From: Doug Rabson Date: Fri, 19 Oct 2001 13:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/19 13:46:12 PDT Modified files: sys/ia64/ia64 trap.c Log: Translate various userland traps into SIGBUS (instead of just panicing). Revision Changes Path 1.35 +10 -0 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 13:56: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 B1A2537B401; Fri, 19 Oct 2001 13:56:31 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JKuVX62079; Fri, 19 Oct 2001 13:56:31 -0700 (PDT) (envelope-from bmah) Message-Id: <200110192056.f9JKuVX62079@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 19 Oct 2001 13:56:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/10/19 13:56:31 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Bring a few multi-architecture arch= attributes into the hardware list, based primarily on dmesg logs posted to various mailing lists. Revision Changes Path 1.38 +4 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 14: 9: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 29BED37B403; Fri, 19 Oct 2001 14:09:36 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JL9am66623; Fri, 19 Oct 2001 14:09:36 -0700 (PDT) (envelope-from nbm) Message-Id: <200110192109.f9JL9am66623@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 19 Oct 2001 14:09:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2001/10/19 14:09:35 PDT Modified files: www/zope Makefile distinfo pkg-plist Log: Upgrade to 2.4.2 Revision Changes Path 1.32 +6 -4 ports/www/zope/Makefile 1.20 +1 -1 ports/www/zope/distinfo 1.24 +8 -0 ports/www/zope/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 Oct 19 14:25:29 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 9511837B403; Fri, 19 Oct 2001 14:25:25 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.6/8.11.5) with ESMTP id f9JLMMZ27211; Fri, 19 Oct 2001 17:22:43 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200110192122.f9JLMMZ27211@aldan.algebra.com> Date: Fri, 19 Oct 2001 17:22:19 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/etc rc rc.network To: brian@freebsd-services.com Cc: dougb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200110191745.f9JHjmb02663@hak.lan.Awfulhak.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19 Oct, Brian Somers wrote: >> dougb 2001/10/18 23:50:52 PDT >> >> Modified files: >> etc rc rc.network >> Log: >> Handle the lack of nfs server or client support in the kernel by >> kldload'ing the appropriate modules before enabling the service. > nfsclient.ko should also be loaded if amd is enabled (or else amd > should auto-load it). rc.network has no way of knowing, that amd will, in fact, need NFS at all. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 14:53: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 C896337B403; Fri, 19 Oct 2001 14:53:37 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JLrbm71648; Fri, 19 Oct 2001 14:53:37 -0700 (PDT) (envelope-from chris) Message-Id: <200110192153.f9JLrbm71648@freefall.freebsd.org> From: Chris Costello Date: Fri, 19 Oct 2001 14:53:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-sample.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2001/10/19 14:53:37 PDT Modified files: en/news/status report-sample.xml Log: Clarify ... contents in that ... does not refer to one's status (Contributor, Committer, etc.). Revision Changes Path 1.2 +3 -3 www/en/news/status/report-sample.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 15:10: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 7B4D837B403; Fri, 19 Oct 2001 15:10:13 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JMADP78079; Fri, 19 Oct 2001 15:10:13 -0700 (PDT) (envelope-from dfr) Message-Id: <200110192210.f9JMADP78079@freefall.freebsd.org> From: Doug Rabson Date: Fri, 19 Oct 2001 15:10:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/ia64_unaligned Makefile unaligned.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/19 15:10:13 PDT Added files: tools/regression/ia64_unaligned Makefile unaligned.c Log: Make a start at a regression test for the unaligned trap handler. Revision Changes Path 1.1 +6 -0 src/tools/regression/ia64_unaligned/Makefile (new) 1.1 +131 -0 src/tools/regression/ia64_unaligned/unaligned.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 15: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 0287A37B401; Fri, 19 Oct 2001 15:19:07 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JMJ6c81214; Fri, 19 Oct 2001 15:19:06 -0700 (PDT) (envelope-from mp) Message-Id: <200110192219.f9JMJ6c81214@freefall.freebsd.org> From: Mark Peek Date: Fri, 19 Oct 2001 15:19:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/19 15:19:06 PDT Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Log: Make override of nm consistent across all platforms and sort the overrides. Reminded by: obrien Revision Changes Path 1.114 +3 -2 src/sys/conf/Makefile.alpha 1.246 +3 -2 src/sys/conf/Makefile.i386 1.37 +2 -1 src/sys/conf/Makefile.ia64 1.147 +3 -2 src/sys/conf/Makefile.pc98 1.252 +2 -2 src/sys/conf/Makefile.powerpc 1.6 +3 -2 src/sys/conf/Makefile.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 15:22: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 69E6437B40A; Fri, 19 Oct 2001 15:22:37 -0700 (PDT) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JMMb583301; Fri, 19 Oct 2001 15:22:37 -0700 (PDT) (envelope-from chris) Message-Id: <200110192222.f9JMMb583301@freefall.freebsd.org> From: Chris Costello Date: Fri, 19 Oct 2001 15:22:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2001/10/19 15:22:37 PDT Modified files: en/news/status Makefile Log: Oops! Don't remove the report-sample.xml file. Revision Changes Path 1.8 +2 -2 www/en/news/status/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 15:23: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 50F4F37B401; Fri, 19 Oct 2001 15:23:51 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JMNpi84131; Fri, 19 Oct 2001 15:23:51 -0700 (PDT) (envelope-from dfr) Message-Id: <200110192223.f9JMNpi84131@freefall.freebsd.org> From: Doug Rabson Date: Fri, 19 Oct 2001 15:23:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 unaligned.c trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/19 15:23:51 PDT Modified files: sys/ia64/ia64 trap.c Added files: sys/ia64/ia64 unaligned.c Log: Make a start at an unaligned trap handler. Only integer loads and stores are handled so far. Revision Changes Path 1.36 +1 -76 src/sys/ia64/ia64/trap.c 1.1 +618 -0 src/sys/ia64/ia64/unaligned.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 15:25: 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 9C83B37B403; Fri, 19 Oct 2001 15:25:00 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JMP0X84721; Fri, 19 Oct 2001 15:25:00 -0700 (PDT) (envelope-from dfr) Message-Id: <200110192225.f9JMP0X84721@freefall.freebsd.org> From: Doug Rabson Date: Fri, 19 Oct 2001 15:25:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/19 15:25:00 PDT Modified files: sys/conf files.ia64 Log: Add unaligned.c and delete commented out entry for userconfig.c Revision Changes Path 1.18 +2 -2 src/sys/conf/files.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 15:45: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 73CE137B403; Fri, 19 Oct 2001 15:45:47 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JMjlW98325; Fri, 19 Oct 2001 15:45:47 -0700 (PDT) (envelope-from mp) Message-Id: <200110192245.f9JMjlW98325@freefall.freebsd.org> From: Mark Peek Date: Fri, 19 Oct 2001 15:45:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc extintr.c machdep.c pmap.c vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2001/10/19 15:45:47 PDT Modified files: sys/powerpc/powerpc extintr.c machdep.c pmap.c vm_machdep.c Log: Fix includes based on recent changes to lock.h, mutex.h and ktr.h. Revision Changes Path 1.5 +2 -1 src/sys/powerpc/powerpc/extintr.c 1.12 +1 -1 src/sys/powerpc/powerpc/machdep.c 1.11 +1 -1 src/sys/powerpc/powerpc/pmap.c 1.64 +2 -1 src/sys/powerpc/powerpc/vm_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 Oct 19 16:11: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 5F01B37B403; Fri, 19 Oct 2001 16:11:19 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JNBJl09701; Fri, 19 Oct 2001 16:11:19 -0700 (PDT) (envelope-from lioux) Message-Id: <200110192311.f9JNBJl09701@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 19 Oct 2001 16:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ticker.app Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/19 16:11:19 PDT Modified files: sysutils/ticker.app Makefile distinfo Log: Update to 0.2.0 PR: 31381 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/ticker.app/Makefile 1.2 +1 -1 ports/sysutils/ticker.app/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 16:32: 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 BAA9137B407; Fri, 19 Oct 2001 16:32:03 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9JNW3V11652; Fri, 19 Oct 2001 16:32:03 -0700 (PDT) (envelope-from peter) Message-Id: <200110192332.f9JNW3V11652@freefall.freebsd.org> From: Peter Wemm Date: Fri, 19 Oct 2001 16:32:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/10/19 16:32:03 PDT Modified files: sys/kern kern_shutdown.c Log: Add a sysctl for preventing the sync() in panic() recovery. This can be so dangerous it isn't funny. eg: if you panic inside NFS or softdep, and then try and sync you run into held locks and cause either deadlocks, recursive panics or other interesting chaos. Default is unchanged. Revision Changes Path 1.113 +7 -1 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 16:59:28 2001 Delivered-To: cvs-all@freebsd.org Received: from db-cvad-1-tmp.yahoo.com (db-cvad-1-tmp.yahoo.com [216.145.48.242]) by hub.freebsd.org (Postfix) with ESMTP id 7E01537B401; Fri, 19 Oct 2001 16:59:21 -0700 (PDT) Received: from master.gorean.org (root@master.gorean.org [10.0.0.2]) by db-cvad-1-tmp.yahoo.com (8.11.6/8.11.6) with ESMTP id f9JNxLw41124; Fri, 19 Oct 2001 16:59:21 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.11.6/8.11.6) with ESMTP id f9JNxtY06495; Fri, 19 Oct 2001 16:59:56 -0700 (PDT) (envelope-from DougB@FreeBSD.org) X-Authentication-Warning: master.gorean.org: doug owned process doing -bs Date: Fri, 19 Oct 2001 16:59:55 -0700 (PDT) From: Doug Barton X-X-Sender: doug@master.gorean.org To: John Baldwin Cc: cvs-all@FreeBSD.org, Subject: RE: cvs commit: src/etc rc rc.network In-Reply-To: Message-ID: <20011019165902.L6493-100000@master.gorean.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, John Baldwin wrote: > > On 19-Oct-01 Doug Barton wrote: > > dougb 2001/10/18 23:50:52 PDT > > > > Modified files: > > etc rc rc.network > > Log: > > Handle the lack of nfs server or client support in the kernel by > > kldload'ing the appropriate modules before enabling the service. > > It shouldn't need to do the server one since mountd or nfsd should already > handle that in theory. But I suppose it doesn't hurt. :) Yeah, I decided better safe than sorry. That, and saving a little time during boot when (for whatever reason) nfs server stuff won't load or isn't present in the kernel. -- "We will not tire, we will not falter, and we will not fail." - George W. Bush, President of the United States September 20, 2001 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 Fri Oct 19 17: 1: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 C47D537B403; Fri, 19 Oct 2001 17:01:26 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K01QU13935; Fri, 19 Oct 2001 17:01:26 -0700 (PDT) (envelope-from des) Message-Id: <200110200001.f9K01QU13935@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 19 Oct 2001 17:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/19 17:01:26 PDT Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Tweak the way we determine if an interface needs to have its name translated. Add some missing break statements in the socket ioctl switch. Check the return value from copyin() / copyout(). Fix some disorderings and misindentations. Support a couple more socket ioctls. Add missing break statements. Revision Changes Path 1.71 +57 -22 src/sys/compat/linux/linux_ioctl.c 1.7 +5 -0 src/sys/compat/linux/linux_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 17:13: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 7EA4037B403; Fri, 19 Oct 2001 17:13:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K0DsY17878; Fri, 19 Oct 2001 17:13:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200110200013.f9K0DsY17878@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Oct 2001 17:13:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim-lite Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/19 17:13:54 PDT Modified files: editors/vim-lite Makefile Log: Change to version 6. Revision Changes Path 1.13 +2 -2 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 Fri Oct 19 17:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id 8FAC037B409; Fri, 19 Oct 2001 17:50:05 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011020005000.GLVF21507.femail1.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 17:50:00 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110192245.f9JMjlW98325@freefall.freebsd.org> Date: Fri, 19 Oct 2001 17:49:54 -0700 (PDT) From: John Baldwin To: Mark Peek Subject: RE: cvs commit: src/sys/powerpc/powerpc extintr.c machdep.c pmap Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-Oct-01 Mark Peek wrote: > mp 2001/10/19 15:45:47 PDT > > Modified files: > sys/powerpc/powerpc extintr.c machdep.c pmap.c vm_machdep.c > Log: > Fix includes based on recent changes to lock.h, mutex.h and ktr.h. Thanks! -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 17:50:25 2001 Delivered-To: cvs-all@freebsd.org Received: from femail23.sdc1.sfba.home.com (femail23.sdc1.sfba.home.com [24.0.95.148]) by hub.freebsd.org (Postfix) with ESMTP id 6756537B40A; Fri, 19 Oct 2001 17:50:10 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail23.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011020005009.HPMO5178.femail23.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 17:50:09 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110192332.f9JNW3V11652@freefall.freebsd.org> Date: Fri, 19 Oct 2001 17:50:04 -0700 (PDT) From: John Baldwin To: Peter Wemm Subject: RE: cvs commit: src/sys/kern kern_shutdown.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-Oct-01 Peter Wemm wrote: > peter 2001/10/19 16:32:03 PDT > > Modified files: > sys/kern kern_shutdown.c > Log: > Add a sysctl for preventing the sync() in panic() recovery. This can > be so dangerous it isn't funny. eg: if you panic inside NFS or softdep, > and then try and sync you run into held locks and cause either deadlocks, > recursive panics or other interesting chaos. Default is unchanged. Thanks. I'd like to turn this off by default on -current unless there are large objections. At least for the time being since almost all of the attempts to sync disks during a panic right now on -current end up pancing again in bremfree(), which obscures the original panic. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 18:15: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 6808037B401; Fri, 19 Oct 2001 18:15:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K1FsW29202; Fri, 19 Oct 2001 18:15:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200110200115.f9K1FsW29202@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Oct 2001 18:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/19 18:15:54 PDT Modified files: sys/i386/conf GENERIC Log: Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT on would have built-in FP support. Revision Changes Path 1.324 +0 -1 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 18:18:10 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 00C7837B405; Fri, 19 Oct 2001 18:18:03 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9K1HxT18792; Sat, 20 Oct 2001 02:17:59 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f9K1Hsb12793; Sat, 20 Oct 2001 02:17:54 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200110200117.f9K1Hsb12793@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mikhail Teterin Cc: brian@freebsd-services.com, dougb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/etc rc rc.network In-Reply-To: Message from Mikhail Teterin of "Fri, 19 Oct 2001 17:22:19 EDT." <200110192122.f9JLMMZ27211@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 20 Oct 2001 02:17:54 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On 19 Oct, Brian Somers wrote: > >> dougb 2001/10/18 23:50:52 PDT > >> > >> Modified files: > >> etc rc rc.network > >> Log: > >> Handle the lack of nfs server or client support in the kernel by > >> kldload'ing the appropriate modules before enabling the service. > > > nfsclient.ko should also be loaded if amd is enabled (or else amd > > should auto-load it). > > rc.network has no way of knowing, that amd will, in fact, need NFS at > all. True. It would make sense for amd to load it on the fly, but amd is contrib stuff :( > -mi -- Brian http://www.freebsd-services.com/ 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 Fri Oct 19 18:19:31 2001 Delivered-To: cvs-all@freebsd.org Received: from femail18.sdc1.sfba.home.com (femail18.sdc1.sfba.home.com [24.0.95.145]) by hub.freebsd.org (Postfix) with ESMTP id 4252737B407; Fri, 19 Oct 2001 18:19:25 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail18.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011020011918.JZVT27771.femail18.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 18:19:18 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110200115.f9K1FsW29202@freefall.freebsd.org> Date: Fri, 19 Oct 2001 18:19:13 -0700 (PDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/sys/i386/conf GENERIC Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20-Oct-01 David E. O'Brien wrote: > obrien 2001/10/19 18:15:54 PDT > > Modified files: > sys/i386/conf GENERIC > Log: > Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT > on would have built-in FP support. Specifically, this drops out of the box support for 486sx's. The idea being that if you have a 486sx you are either running an older more trimmed down version of FreeBSD or building a custom release with a custom kernel that can add back in the emulation code. This saves us some room on the boot floppy at least. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 18:22: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 0510337B405; Fri, 19 Oct 2001 18:22:43 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K1Mgk29798; Fri, 19 Oct 2001 18:22:42 -0700 (PDT) (envelope-from jhb) Message-Id: <200110200122.f9K1Mgk29798@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 18:22:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c kern_sx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 18:22:42 PDT Modified files: sys/kern kern_mutex.c kern_sx.c Log: The mtx_init() and sx_init() functions bzero'd locks before handing them off to witness_init() making the check for double intializating a lock by testing the LO_INITIALIZED flag moot. Workaround this by checking the LO_INITIALIZED flag ourself before we bzero the lock structure. Revision Changes Path 1.72 +4 -2 src/sys/kern/kern_mutex.c 1.11 +4 -2 src/sys/kern/kern_sx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 18:27: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 8D67D37B401; Fri, 19 Oct 2001 18:27:23 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K1RNJ30259; Fri, 19 Oct 2001 18:27:23 -0700 (PDT) (envelope-from gallatin) Message-Id: <200110200127.f9K1RNJ30259@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 19 Oct 2001 18:27:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_2100_a500.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2001/10/19 18:27:23 PDT Modified files: sys/alpha/alpha dec_2100_a500.c Log: apparently EV5 2x00s have their t2 CSRs where I'd expect to find them on a 2100A Thanks to Tyler Willingham for letting me test this on his AS2000 Revision Changes Path 1.10 +5 -2 src/sys/alpha/alpha/dec_2100_a500.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 18:39:34 2001 Delivered-To: cvs-all@freebsd.org Received: from femail45.sdc1.sfba.home.com (femail45.sdc1.sfba.home.com [24.254.60.39]) by hub.freebsd.org (Postfix) with ESMTP id 44C7C37B407; Fri, 19 Oct 2001 18:39:31 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail45.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011020013929.YXHU16716.femail45.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 18:39:29 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110200122.f9K1Mgk29798@freefall.freebsd.org> Date: Fri, 19 Oct 2001 18:39:23 -0700 (PDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/kern kern_mutex.c kern_sx.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20-Oct-01 John Baldwin wrote: > jhb 2001/10/19 18:22:42 PDT > > Modified files: > sys/kern kern_mutex.c kern_sx.c > Log: > The mtx_init() and sx_init() functions bzero'd locks before handing them > off to witness_init() making the check for double intializating a lock by > testing the LO_INITIALIZED flag moot. Workaround this by checking the > LO_INITIALIZED flag ourself before we bzero the lock structure. This has only been tested on x86 and alpha. If you get a panic with this during early boot, it may be b/c 0xdeadc0de has LO_INITIALIZED set in it. :) In that case, you will want to malloc() your mutexes with M_ZERO similar to some changes I checked in last week. If it's after boot, it may be a legitimate bug, in which case traces and KTR logs may be your best help in figuring out what is going on. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 18:39:57 2001 Delivered-To: cvs-all@freebsd.org Received: from femail40.sdc1.sfba.home.com (femail40.sdc1.sfba.home.com [24.254.60.34]) by hub.freebsd.org (Postfix) with ESMTP id B6F9537B40A; Fri, 19 Oct 2001 18:39:35 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail40.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011020013934.WBN25699.femail40.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 18:39:34 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110200127.f9K1RNJ30259@freefall.freebsd.org> Date: Fri, 19 Oct 2001 18:39:27 -0700 (PDT) From: John Baldwin To: Andrew Gallatin Subject: RE: cvs commit: src/sys/alpha/alpha dec_2100_a500.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20-Oct-01 Andrew Gallatin wrote: > gallatin 2001/10/19 18:27:23 PDT > > Modified files: > sys/alpha/alpha dec_2100_a500.c > Log: > apparently EV5 2x00s have their t2 CSRs where I'd expect to find > them on a 2100A > > Thanks to Tyler Willingham for letting me > test this on his AS2000 Woo. Drew the unstoppable Alpha platform fixer-upper. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20: 3:51 2001 Delivered-To: cvs-all@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id 2B96737B401; Fri, 19 Oct 2001 20:03:46 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.94.128.156]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011020030345.PJBX3504.tomts19-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Fri, 19 Oct 2001 23:03:45 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id CA531191A; Fri, 19 Oct 2001 23:03:39 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 2690B20ACE; Fri, 19 Oct 2001 23:04:00 -0400 (EDT) Date: Fri, 19 Oct 2001 23:04:00 -0400 From: The Anarcat To: John Baldwin Cc: "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <20011019230359.A1253@shall.anarcat.dyndns.org> Mail-Followup-To: John Baldwin , "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200110200115.f9K1FsW29202@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable /me looks with sadness at its stack of 486s he intended to develop a -current libh on.. :( A. On Fri Oct 19, 2001 at 06:19:13PM -0700, John Baldwin wrote: >=20 > Specifically, this drops out of the box support for 486sx's. --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvQ6Z8ACgkQttcWHAnWiGc44gCdEArSHltw5zwFX5d8LzmAMsba XogAni5gk10Bja9HyLJFuHJb9BOCDTgy =I3uq -----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 Fri Oct 19 20: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 66E5737B405; Fri, 19 Oct 2001 20:22:23 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K3MNq44130; Fri, 19 Oct 2001 20:22:23 -0700 (PDT) (envelope-from jhb) Message-Id: <200110200322.f9K3MNq44130@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 20:22:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 20:22:23 PDT Modified files: sys/ddb db_ps.c Log: Make the flag field in the ps output one char wider to account for recent growth in the number of flags used. Also, if a thread is blocked on a mutex, print the mutex name in the wait channel column. Revision Changes Path 1.26 +14 -7 src/sys/ddb/db_ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20:25:55 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 24C2837B401; Fri, 19 Oct 2001 20:25:51 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A526B66B0E; Fri, 19 Oct 2001 20:25:50 -0700 (PDT) Date: Fri, 19 Oct 2001 20:25:50 -0700 From: Kris Kennaway To: John Baldwin , "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <20011019202550.A68049@xor.obsecurity.org> References: <200110200115.f9K1FsW29202@freefall.freebsd.org> <20011019230359.A1253@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011019230359.A1253@shall.anarcat.dyndns.org>; from anarcat@anarcat.dyndns.org on Fri, Oct 19, 2001 at 11:04:00PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 19, 2001 at 11:04:00PM -0400, The Anarcat wrote: > /me looks with sadness at its stack of 486s he intended to develop a > -current libh on.. :( Ok, so you obviously didn't read the commit message. Please go and do so to discover your mistake. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE70O6+Wry0BWjoQKURAl2SAKDAr7vwWtSxv8GGfCGhZ+nMkOFvfgCgpgPA pVOqrDG1W44LoljVozKjrWw= =AeqX -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20:26:51 2001 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [64.0.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 3D6C237B405; Fri, 19 Oct 2001 20:26:47 -0700 (PDT) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id XAA94664; Fri, 19 Oct 2001 23:26:39 -0400 (EDT) Date: Fri, 19 Oct 2001 23:26:39 -0400 (EDT) From: "Matthew N. Dodd" To: The Anarcat Cc: John Baldwin , "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <20011019230359.A1253@shall.anarcat.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, The Anarcat wrote: > /me looks with sadness at its stack of 486s he intended to develop a > -current libh on.. :( You've actually got 486SXs? Man, -I- don't even have those. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20:28:11 2001 Delivered-To: cvs-all@freebsd.org Received: from femail44.sdc1.sfba.home.com (femail44.sdc1.sfba.home.com [24.254.60.38]) by hub.freebsd.org (Postfix) with ESMTP id D076A37B405; Fri, 19 Oct 2001 20:28:05 -0700 (PDT) Received: from laptop.baldwin.cx ([24.2.39.156]) by femail44.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011020032805.BDHT21343.femail44.sdc1.sfba.home.com@laptop.baldwin.cx>; Fri, 19 Oct 2001 20:28:05 -0700 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011019230359.A1253@shall.anarcat.dyndns.org> Date: Fri, 19 Oct 2001 20:28:00 -0700 (PDT) From: John Baldwin To: The Anarcat Subject: Re: cvs commit: src/sys/i386/conf GENERIC Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20-Oct-01 The Anarcat wrote: > /me looks with sadness at its stack of 486s he intended to develop a > -current libh on.. :( You can still add MATH_EMULATE to a custom kernel. However, if you are actually running 5.0-CURRENT on a 486sx (not 486dx or dx2 or dx4, 486sx) (so we are talking a 25 or 33 MHz chip here..) I'm afraid it's probably unusable with GENERIC on -current right now. > A. > > On Fri Oct 19, 2001 at 06:19:13PM -0700, John Baldwin wrote: >> >> Specifically, this drops out of the box support for 486sx's. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20:30: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 4E47537B403; Fri, 19 Oct 2001 20:30:35 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K3UZv44769; Fri, 19 Oct 2001 20:30:35 -0700 (PDT) (envelope-from jhb) Message-Id: <200110200330.f9K3UZv44769@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 20:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/umapfs umap_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 20:30:34 PDT Modified files: sys/fs/umapfs umap_subr.c Log: Assert that a ucred is unshared before we remap its ids. Revision Changes Path 1.27 +3 -1 src/sys/fs/umapfs/umap_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20:32: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 63DE137B403; Fri, 19 Oct 2001 20:32:34 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K3WYc44860; Fri, 19 Oct 2001 20:32:34 -0700 (PDT) (envelope-from jhb) Message-Id: <200110200332.f9K3WYc44860@freefall.freebsd.org> From: John Baldwin Date: Fri, 19 Oct 2001 20:32:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/19 20:32:34 PDT Modified files: sys/isa sio.c Log: - Make the sio_inited handling more properly MP safe. - If we are booting with a serial console, then pass the MTX_QUIET flag to mtx_init of the sio lock as otherwise KTR_VERBOSE simply doesn't work. Revision Changes Path 1.348 +7 -3 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 20: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 5FF4937B403; Fri, 19 Oct 2001 20:33:07 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K3X7n44916; Fri, 19 Oct 2001 20:33:07 -0700 (PDT) (envelope-from marcel) Message-Id: <200110200333.f9K3X7n44916@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Oct 2001 20:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 mp_machdep.c src/sys/ia64/include smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/19 20:33:07 PDT Modified files: sys/ia64/ia64 mp_machdep.c sys/ia64/include smp.h Log: Make this compile under option SMP. Revision Changes Path 1.20 +6 -3 src/sys/ia64/ia64/mp_machdep.c 1.3 +5 -5 src/sys/ia64/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 Fri Oct 19 20:39: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 C4C7A37B403; Fri, 19 Oct 2001 20:39:55 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K3dt245313; Fri, 19 Oct 2001 20:39:55 -0700 (PDT) (envelope-from marcel) Message-Id: <200110200339.f9K3dt245313@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 19 Oct 2001 20:39:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 sal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/19 20:39:55 PDT Modified files: sys/ia64/ia64 sal.c Log: Save the AP wake-up vector from the SAL descriptor under SMP. Note that the descriptor is optional. Add a comment to indicate that we want to register the OS_BOOT_RENDEZ here as well. Revision Changes Path 1.2 +25 -5 src/sys/ia64/ia64/sal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:15: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 8959A37B401; Fri, 19 Oct 2001 21:15:22 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4FMr51340; Fri, 19 Oct 2001 21:15:22 -0700 (PDT) (envelope-from mdodd) Message-Id: <200110200415.f9K4FMr51340@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 19 Oct 2001 21:15:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/oltr if_oltr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2001/10/19 21:15:21 PDT Modified files: (Branch: RELENG_4) sys/contrib/dev/oltr if_oltr.c Log: MFC 1.20 PR: kern/24074 Revision Changes Path 1.11.2.5 +51 -57 src/sys/contrib/dev/oltr/if_oltr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:17: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 7A79D37B401; Fri, 19 Oct 2001 21:17:07 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4H7151517; Fri, 19 Oct 2001 21:17:07 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200417.f9K4H7151517@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:17:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ipfilter Makefile README example.14 examples.txt firewall.1 firewall.2 ipf-howto.txt ipf.conf.permissive ipf.conf.restrictive ipf.conf.sample ipnat.conf.sample rules.txt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:17:07 PDT Added files: share/examples/ipfilter Makefile README example.14 examples.txt firewall.1 firewall.2 ipf-howto.txt ipf.conf.permissive ipf.conf.restrictive ipf.conf.sample ipnat.conf.sample rules.txt Log: Add the IPFilter how-to and other related documents to the base install so that users gets ipfilter examples without a source install. PR: 26763 Submitted by: Cyrille Lefevre Revision Changes Path 1.1 +33 -0 src/share/examples/ipfilter/Makefile (new) 1.1 +15 -0 src/share/examples/ipfilter/README (new) 1.1 +62 -0 src/share/examples/ipfilter/example.14 (new) 1.1 +515 -0 src/share/examples/ipfilter/examples.txt (new) 1.1 +36 -0 src/share/examples/ipfilter/firewall.1 (new) 1.1 +70 -0 src/share/examples/ipfilter/firewall.2 (new) 1.1 +3168 -0 src/share/examples/ipfilter/ipf-howto.txt (new) 1.1 +30 -0 src/share/examples/ipfilter/ipf.conf.permissive (new) 1.1 +77 -0 src/share/examples/ipfilter/ipf.conf.restrictive (new) 1.1 +19 -0 src/share/examples/ipfilter/ipf.conf.sample (new) 1.1 +3 -0 src/share/examples/ipfilter/ipnat.conf.sample (new) 1.1 +182 -0 src/share/examples/ipfilter/rules.txt (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:18: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 C372837B401; Fri, 19 Oct 2001 21:18:13 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4ID851598; Fri, 19 Oct 2001 21:18:13 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200418.f9K4ID851598@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:18:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:18:13 PDT Modified files: share/examples Makefile Log: Add the ipfilter subdirectory PR: 26763 Revision Changes Path 1.29 +10 -2 src/share/examples/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:18: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 399C237B403; Fri, 19 Oct 2001 21:18:42 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4Igw51635; Fri, 19 Oct 2001 21:18:42 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200418.f9K4Igw51635@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:18:42 PDT Modified files: etc/mtree BSD.usr.dist Log: Add the ipfilter directory in share/examples PR: 26763 Revision Changes Path 1.237 +3 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:27: 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 4201937B401; Fri, 19 Oct 2001 21:27:05 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4R5D52255; Fri, 19 Oct 2001 21:27:05 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200427.f9K4R5D52255@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:27:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:27:05 PDT Added files: sbin/ipfs Makefile Log: build ipfs for -current PR: 27063 Revision Changes Path 1.1 +14 -0 src/sbin/ipfs/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:27: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 F1BAB37B408; Fri, 19 Oct 2001 21:27:45 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4RjI52296; Fri, 19 Oct 2001 21:27:45 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200427.f9K4RjI52296@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:27:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:27:45 PDT Modified files: sbin Makefile Log: include ipfs in subdirs PR: 27063 Revision Changes Path 1.91 +2 -1 src/sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:30: 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 7373D37B403; Fri, 19 Oct 2001 21:30:00 -0700 (PDT) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4U0Y52486; Fri, 19 Oct 2001 21:30:00 -0700 (PDT) (envelope-from motoyuki) Message-Id: <200110200430.f9K4U0Y52486@freefall.freebsd.org> From: Motoyuki Konno Date: Fri, 19 Oct 2001 21:30:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jad Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG motoyuki 2001/10/19 21:30:00 PDT Modified files: java/jad Makefile Log: Fix error of Makefile. Revision Changes Path 1.6 +1 -1 ports/java/jad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:33: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 B4CBD37B401; Fri, 19 Oct 2001 21:33:12 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4XCc52779; Fri, 19 Oct 2001 21:33:12 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200433.f9K4XCc52779@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network rc.shutdown src/etc/defaults rc.conf src/etc/mtree BSD.var.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:33:12 PDT Modified files: etc rc.network rc.shutdown etc/defaults rc.conf Log: Put in place for using ipfs use on shutdown and startup. PR: 27070 Revision Changes Path 1.130 +5 -1 src/etc/defaults/rc.conf 1.107 +10 -1 src/etc/rc.network 1.18 +12 -1 src/etc/rc.shutdown Modified files: etc/mtree BSD.var.dist Log: Create /var/db/ipf PR: 27070 Revision Changes Path 1.51 +3 -1 src/etc/mtree/BSD.var.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:39: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 2ADE537B403; Fri, 19 Oct 2001 21:39:52 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4dqF53354; Fri, 19 Oct 2001 21:39:52 -0700 (PDT) (envelope-from jkh) Message-Id: <200110200439.f9K4dqF53354@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 19 Oct 2001 21:39:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/10/19 21:39:51 PDT Modified files: en index.xsl Log: Stop screaming about the telnet exploit. It's been long enough. Noticed by: murray Revision Changes Path 1.11 +2 -26 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:41: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 DBFA637B401; Fri, 19 Oct 2001 21:41:47 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4fld53538; Fri, 19 Oct 2001 21:41:47 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200441.f9K4fld53538@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:41:47 PDT Modified files: etc rc.network Log: Allow ipnat_enable to be set to "yes" without requiring ipfiltre_enable to be set to "yes" PR: 25223 Revision Changes Path 1.108 +17 -12 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:46: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 D3E4337B407; Fri, 19 Oct 2001 21:46:32 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4kWo53849; Fri, 19 Oct 2001 21:46:32 -0700 (PDT) (envelope-from darrenr) Message-Id: <200110200446.f9K4kWo53849@freefall.freebsd.org> From: Darren Reed Date: Fri, 19 Oct 2001 21:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2001/10/19 21:46:32 PDT Modified files: etc rc.network Log: Do an ipf -y after bringing up ppp to ensure rules which mention ppp get matched. Moification on PR to handle ipnat not being dependant on ipfilter_enable PR: 22859 Revision Changes Path 1.109 +15 -1 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 21:50: 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 B203137B401; Fri, 19 Oct 2001 21:49:58 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K4nwF54111; Fri, 19 Oct 2001 21:49:58 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110200449.f9K4nwF54111@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 19 Oct 2001 21:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/19 21:49:58 PDT Modified files: net/centericq pkg-plist Log: add missing file to PLIST Submitted by: bento log Revision Changes Path 1.12 +1 -0 ports/net/centericq/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 Oct 19 22: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 8D05237B401; Fri, 19 Oct 2001 22:14:06 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K5E6w58703; Fri, 19 Oct 2001 22:14:06 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110200514.f9K5E6w58703@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 19 Oct 2001 22:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/19 22:14:06 PDT Modified files: sys/netinet if_ether.c Log: Only examine inet addresses of the interface. This was broken in r1.83, with the result that the system would reply to an ARP request of 0.0.0.0 Revision Changes Path 1.86 +4 -2 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 19 22:25: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 EA04237B401; Fri, 19 Oct 2001 22:25:20 -0700 (PDT) Received: (from sf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K5PKu59487; Fri, 19 Oct 2001 22:25:20 -0700 (PDT) (envelope-from sf) Message-Id: <200110200525.f9K5PKu59487@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 19 Oct 2001 22:25:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-g550 patch-r128dri patch-r128xmesa patch-z44 ports/x11-servers/XFree86-4-Server Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/10/19 22:25:20 PDT Modified files: x11/XFree86-4-libraries/files patch-z44 x11-servers/XFree86-4-Server Makefile distinfo pkg-plist Added files: x11/XFree86-4-libraries/files patch-g550 patch-r128dri patch-r128xmesa Log: o sync with x11/XFree86-4 - re-enable DRI support. - fix radeon DRI module. o add support for Matrox MGA GXX drivers and G550 identifier. Revision Changes Path 1.98 +23 -30 ports/x11-servers/XFree86-4-Server/Makefile 1.31 +1 -0 ports/x11-servers/XFree86-4-Server/distinfo 1.38 +8 -5 ports/x11-servers/XFree86-4-Server/pkg-plist 1.1 +18 -0 ports/x11/XFree86-4-libraries/files/patch-g550 (new) 1.1 +18 -0 ports/x11/XFree86-4-libraries/files/patch-r128dri (new) 1.1 +13 -0 ports/x11/XFree86-4-libraries/files/patch-r128xmesa (new) 1.2 +23 -4 ports/x11/XFree86-4-libraries/files/patch-z44 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 0:24:21 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id 8414B37B401; Sat, 20 Oct 2001 00:24:15 -0700 (PDT) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id f9K7O5C23892; Fri, 19 Oct 2001 21:24:05 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Fri, 19 Oct 2001 21:24:04 -1000 (HST) From: Vincent Poy To: Thomas Gellekum Cc: cvs-committers@FreeBSD.ORG, , Subject: Re: cvs commit: ports/lang/python Makefile pkg-plist ports/lang/python/files patch-setup.py In-Reply-To: <200110191116.f9JBGti44232@freefall.freebsd.org> Message-ID: <20011019212234.D29569-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Thomas Gellekum wrote: > tg 2001/10/19 04:16:55 PDT > > Modified files: > lang/python Makefile pkg-plist > lang/python/files patch-setup.py > Log: > Don't build mpz extension, it's moved to a separate port. > > Revision Changes Path > 1.80 +2 -8 ports/lang/python/Makefile > 1.2 +1 -1 ports/lang/python/files/patch-setup.py > 1.33 +1 -2 ports/lang/python/pkg-plist This one seems to bus error - core dump on machines that are not PII class or higher. It does this on both make clean and make process. I've tested this on 20 machines. The only ones it doesn't complain are the ones with Celeron, PII, PIII CPUs. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 0: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 78CE337B401; Sat, 20 Oct 2001 00:24:47 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K7Olr75079; Sat, 20 Oct 2001 00:24:47 -0700 (PDT) (envelope-from murray) Message-Id: <200110200724.f9K7Olr75079@freefall.freebsd.org> From: Murray Stokely Date: Sat, 20 Oct 2001 00:24:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/10/20 00:24:47 PDT Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: * Consistently capitalize 'Kerberos'. * Add tags as appropriate. * Use . Revision Changes Path 1.93 +56 -54 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 0:50:36 2001 Delivered-To: cvs-all@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [216.235.52.1]) by hub.freebsd.org (Postfix) with ESMTP id 5A75D37B403; Sat, 20 Oct 2001 00:50:30 -0700 (PDT) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.11.3/8.11.3) with ESMTP id f9K7o9f24171; Fri, 19 Oct 2001 21:50:09 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Fri, 19 Oct 2001 21:50:08 -1000 (HST) From: Vincent Poy To: Thomas Gellekum Cc: cvs-committers@FreeBSD.ORG, , Subject: Re: cvs commit: ports/lang/python Makefile pkg-plist ports/lang/python/files patch-setup.py In-Reply-To: <20011019212234.D29569-100000@oahu.WURLDLINK.NET> Message-ID: <20011019214927.B29569-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Vincent Poy wrote: > On Fri, 19 Oct 2001, Thomas Gellekum wrote: > > > tg 2001/10/19 04:16:55 PDT > > > > Modified files: > > lang/python Makefile pkg-plist > > lang/python/files patch-setup.py > > Log: > > Don't build mpz extension, it's moved to a separate port. > > > > Revision Changes Path > > 1.80 +2 -8 ports/lang/python/Makefile > > 1.2 +1 -1 ports/lang/python/files/patch-setup.py > > 1.33 +1 -2 ports/lang/python/pkg-plist > > This one seems to bus error - core dump on machines that are not > PII class or higher. It does this on both make clean and make process. > I've tested this on 20 machines. The only ones it doesn't complain are > the ones with Celeron, PII, PIII CPUs. I figured it out. The Makefile will run python if it exists on the system already. So i had to rm -rf /usr/local/bin/python before building. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 0:51: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 4089C37B403; Sat, 20 Oct 2001 00:50:54 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f9K7orM17969; Sat, 20 Oct 2001 00:50:53 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id C65903808; Sat, 20 Oct 2001 00:50:53 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: John Baldwin Cc: "David E. O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: Date: Sat, 20 Oct 2001 00:50:53 -0700 From: Peter Wemm Message-Id: <20011020075053.C65903808@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 20-Oct-01 David E. O'Brien wrote: > > obrien 2001/10/19 18:15:54 PDT > > > > Modified files: > > sys/i386/conf GENERIC > > Log: > > Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT > > on would have built-in FP support. > > Specifically, this drops out of the box support for 486sx's. The idea being > that if you have a 486sx you are either running an older more trimmed down > version of FreeBSD or building a custom release with a custom kernel that can > add back in the emulation code. This saves us some room on the boot floppy a t > least. :) You can also kldload the math emulator from the loader. This would be a good thing for somebody to do some patches to get it onto the extra drivers disk and/or have it autoloaded on boot after install. 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 Oct 20 1:16:30 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 B850E37B401; Sat, 20 Oct 2001 01:16:25 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 15urIu-00088i-0X; Sat, 20 Oct 2001 09:16:24 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f9K8F9703727; Sat, 20 Oct 2001 09:15:09 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 20 Oct 2001 09:13:19 +0100 (BST) From: Doug Rabson To: Marcel Moolenaar Cc: , Subject: Re: cvs commit: src/sys/ia64/ia64 sal.c In-Reply-To: <200110200339.f9K3dt245313@freefall.freebsd.org> Message-ID: <20011020091254.N549-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 19 Oct 2001, Marcel Moolenaar wrote: > marcel 2001/10/19 20:39:55 PDT > > Modified files: > sys/ia64/ia64 sal.c > Log: > Save the AP wake-up vector from the SAL descriptor under SMP. > Note that the descriptor is optional. Add a comment to indicate > that we want to register the OS_BOOT_RENDEZ here as well. So you are planning to start a second cpu soon, then? Cool... -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 1:18:29 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 08EEA37B405; Sat, 20 Oct 2001 01:18:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 383B266B0F; Sat, 20 Oct 2001 01:18:16 -0700 (PDT) Date: Sat, 20 Oct 2001 01:18:16 -0700 From: Kris Kennaway To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl Message-ID: <20011020011816.A70167@xor.obsecurity.org> References: <200110200439.f9K4dqF53354@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110200439.f9K4dqF53354@freefall.freebsd.org>; from jkh@FreeBSD.org on Fri, Oct 19, 2001 at 09:39:51PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 19, 2001 at 09:39:51PM -0700, Jordan K. Hubbard wrote: > jkh 2001/10/19 21:39:51 PDT >=20 > Modified files: > en index.xsl=20 > Log: > Stop screaming about the telnet exploit. It's been long enough. > =20 > Noticed by: murray Actually I had wanted to leave it there a bit longer. There's no harm in continuing to advertise it: historically, it seems to take around 6 months for most people to upgrade their systems to fix vulnerabilities (e.g. the last bind root exploit took >6 months for the complaint emails about named dying to tail off). This suggests that there are likely to still be a lot of people out there who haven't heard about the problem yet. Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE70TNHWry0BWjoQKURAjsNAKD/m+dnl2ucGNpd1CLU8z85ahUmMwCfXpJ7 Hwx5SzoD4/dJEodeK04ZlsE= =nGya -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 1:20:41 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-3.dsl.lsan03.pacbell.net [63.207.60.3]) by hub.freebsd.org (Postfix) with ESMTP id 7D17437B401; Sat, 20 Oct 2001 01:20:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DEEB366D03; Sat, 20 Oct 2001 01:20:34 -0700 (PDT) Date: Sat, 20 Oct 2001 01:20:34 -0700 From: Kris Kennaway To: Darren Reed Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/ipfilter Makefile README example.14 examples.txt firewall.1 firewall.2 ipf-howto.txt ipf.conf.permissive ipf.conf.restrictive ipf.conf.sample ipnat.conf.sample rules.txt Message-ID: <20011020012034.B70167@xor.obsecurity.org> References: <200110200417.f9K4H7151517@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="U+BazGySraz5kW0T" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110200417.f9K4H7151517@freefall.freebsd.org>; from darrenr@FreeBSD.org on Fri, Oct 19, 2001 at 09:17:07PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --U+BazGySraz5kW0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 19, 2001 at 09:17:07PM -0700, Darren Reed wrote: > darrenr 2001/10/19 21:17:07 PDT >=20 > Added files: > share/examples/ipfilter Makefile README example.14=20 > examples.txt firewall.1 firewall.2=20 > ipf-howto.txt ipf.conf.permissive=20 > ipf.conf.restrictive ipf.conf.sample=20 > ipnat.conf.sample rules.txt=20 > Log: > Add the IPFilter how-to and other related documents to the base install > so that users gets ipfilter examples without a source install. > =20 > PR: 26763 > Submitted by: Cyrille Lefevre These probably should have been vendor imported to contrib/ since they are externally-maintained files (albeit from several different vendors). Kris --U+BazGySraz5kW0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE70TPSWry0BWjoQKURAnq2AKDqXqvPOk0f0Okruczsam3P8+McbACePoQ+ iEBar/XiK2R6+BuJ1i+2QWQ= =tEmV -----END PGP SIGNATURE----- --U+BazGySraz5kW0T-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 1:34: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id ED4C137B401; Sat, 20 Oct 2001 01:34:01 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f9K8XuI13271; Sat, 20 Oct 2001 01:33:56 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.11.6/8.11.3) id f9K8YWe06367; Sat, 20 Oct 2001 01:34:32 -0700 (PDT) (envelope-from marcel) Date: Sat, 20 Oct 2001 01:34:32 -0700 From: Marcel Moolenaar To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 sal.c Message-ID: <20011020013432.A6308@dhcp01.pn.xcllnt.net> References: <200110200339.f9K3dt245313@freefall.freebsd.org> <20011020091254.N549-100000@salmon.nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011020091254.N549-100000@salmon.nlsystems.com> User-Agent: Mutt/1.3.21i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 20, 2001 at 09:13:19AM +0100, Doug Rabson wrote: > On Fri, 19 Oct 2001, Marcel Moolenaar wrote: > > > marcel 2001/10/19 20:39:55 PDT > > > > Modified files: > > sys/ia64/ia64 sal.c > > Log: > > Save the AP wake-up vector from the SAL descriptor under SMP. > > Note that the descriptor is optional. Add a comment to indicate > > that we want to register the OS_BOOT_RENDEZ here as well. > > So you are planning to start a second cpu soon, then? Cool... I don't know about soon, but yes, I hope to have enough time this weekend to dive into it and maybe have some promising results... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 1:48:24 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 4BD7B37B401; Sat, 20 Oct 2001 01:48:20 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 15urni-000Q0Q-0V; Sat, 20 Oct 2001 09:48:14 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f9K8kx703810; Sat, 20 Oct 2001 09:46:59 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 20 Oct 2001 09:45:09 +0100 (BST) From: Doug Rabson To: Marcel Moolenaar Cc: , Subject: Re: cvs commit: src/sys/ia64/ia64 sal.c In-Reply-To: <20011020013432.A6308@dhcp01.pn.xcllnt.net> Message-ID: <20011020094338.J549-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 20 Oct 2001, Marcel Moolenaar wrote: > On Sat, Oct 20, 2001 at 09:13:19AM +0100, Doug Rabson wrote: > > On Fri, 19 Oct 2001, Marcel Moolenaar wrote: > > > > > marcel 2001/10/19 20:39:55 PDT > > > > > > Modified files: > > > sys/ia64/ia64 sal.c > > > Log: > > > Save the AP wake-up vector from the SAL descriptor under SMP. > > > Note that the descriptor is optional. Add a comment to indicate > > > that we want to register the OS_BOOT_RENDEZ here as well. > > > > So you are planning to start a second cpu soon, then? Cool... > > I don't know about soon, but yes, I hope to have enough time this > weekend to dive into it and maybe have some promising results... I was planning to spend some time just tracking down userland problems. With the new pmap, the system is quite stable and manages to reach multiuser mode quite easily. There are a few irritations though - csh hangs and a few other things fault so I'm going to try and sort that lot out. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 1:51: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 1678037B401; Sat, 20 Oct 2001 01:50:57 -0700 (PDT) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id f9K8o7w69390; Sat, 20 Oct 2001 01:50:08 -0700 (PDT) (envelope-from jkh@freebsd.org) To: kris@obsecurity.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: www/en index.xsl In-Reply-To: <20011020011816.A70167@xor.obsecurity.org> References: <200110200439.f9K4dqF53354@freefall.freebsd.org> <20011020011816.A70167@xor.obsecurity.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20011020015007G.jkh@freebsd.org> Date: Sat, 20 Oct 2001 01:50:07 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 30 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well, I wouldn't say that there was "harm" in continuing to display it since harm's a strong word, but I certainly agreed with Murray that plastering it right across the home page was a little extreme for more than a few weeks. To put it mildly, it was pretty ugly. If you want to educate the johnny-come-latelys from the top page, my suggestion would be to have a permanent (and somewhat more innocuous) security link which points to a page which contains everything that's been discovered over the past year or so WRT security issues. - Jordan > On Fri, Oct 19, 2001 at 09:39:51PM -0700, Jordan K. Hubbard wrote: > > jkh 2001/10/19 21:39:51 PDT > > > > Modified files: > > en index.xsl > > Log: > > Stop screaming about the telnet exploit. It's been long enough. > > > > Noticed by: murray > > Actually I had wanted to leave it there a bit longer. There's no harm > in continuing to advertise it: historically, it seems to take around 6 > months for most people to upgrade their systems to fix vulnerabilities > (e.g. the last bind root exploit took >6 months for the complaint > emails about named dying to tail off). This suggests that there are > likely to still be a lot of people out there who haven't heard about > the problem yet. > > Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 2: 1: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 7FE3437B403; Sat, 20 Oct 2001 02:01:24 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K91O186320; Sat, 20 Oct 2001 02:01:24 -0700 (PDT) (envelope-from marcel) Message-Id: <200110200901.f9K91O186320@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 20 Oct 2001 02:01:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern makesyscalls.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/20 02:01:24 PDT Modified files: (Branch: RELENG_4) sys/kern makesyscalls.sh Log: MFC: rev 1.49 + 1.50: NODEF syscall type fixes. Revision Changes Path 1.39.2.4 +8 -4 src/sys/kern/makesyscalls.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 2:20: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id B56E337B403; Sat, 20 Oct 2001 02:20:04 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id LAA01230; Sat, 20 Oct 2001 11:20:03 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.11.6/8.11.6) id f9K8xx678411; Sat, 20 Oct 2001 10:59:59 +0200 (MET DST) (envelope-from j) Date: Sat, 20 Oct 2001 10:59:59 +0200 From: Joerg Wunsch To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/oltr if_oltr.c Message-ID: <20011020105959.A78383@uriah.heep.sax.de> Reply-To: Joerg Wunsch References: <200110200415.f9K4FMr51340@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200110200415.f9K4FMr51340@freefall.freebsd.org>; from mdodd@FreeBSD.org on Fri, Oct 19, 2001 at 09:15:21PM -0700 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As Matthew N. Dodd wrote: > mdodd 2001/10/19 21:15:21 PDT > > Modified files: (Branch: RELENG_4) > sys/contrib/dev/oltr if_oltr.c > Log: > MFC 1.20 > > PR: kern/24074 Thanks. I still had occurrences of a panic after kldunloading the module, that's why i didn't MFC it myself. OTOH, it can only make things better not worse. Unfortunately, the client where i've got a TR platform to play a bit with is now mostly past for me, so i'm afraid i can't do anything anymore about it myself. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 2:28: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 1ACFE37B401; Sat, 20 Oct 2001 02:28:54 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K9Ssi91328; Sat, 20 Oct 2001 02:28:54 -0700 (PDT) (envelope-from roberto) Message-Id: <200110200928.f9K9Ssi91328@freefall.freebsd.org> From: Ollivier Robert Date: Sat, 20 Oct 2001 02:28:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2001/10/20 02:28:54 PDT Modified files: usr.sbin/sysinstall install.c Log: Remove the ``-c 22'' option from newfs command line. Changes in newfs(8) makes that obsolete. The jury^W-arch is still out about the block and fragment sizes so I'll that for later. Reminded by: obrien MFC after: 2 days Revision Changes Path 1.309 +1 -1 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 2: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 4CB8A37B405; Sat, 20 Oct 2001 02:36:24 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K9aOG91810; Sat, 20 Oct 2001 02:36:24 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110200936.f9K9aOG91810@freefall.freebsd.org> From: Kevin Lo Date: Sat, 20 Oct 2001 02:36:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/20 02:36:24 PDT Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Fix option for choosing anti-aliased fonts for KDE Revision Changes Path 1.65 +1 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 2:49: 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 5B4A137B40D; Sat, 20 Oct 2001 02:48:57 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9K9mv792867; Sat, 20 Oct 2001 02:48:57 -0700 (PDT) (envelope-from kevlo) Message-Id: <200110200948.f9K9mv792867@freefall.freebsd.org> From: Kevin Lo Date: Sat, 20 Oct 2001 02:48:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/bochs Makefile distinfo pkg-message pkg-plist ports/emulators/bochs/files bochs.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2001/10/20 02:48:57 PDT Modified files: emulators/bochs Makefile distinfo pkg-message pkg-plist Added files: emulators/bochs/files bochs.sh Log: Update to version 1.2.1 PR: 31382 Submitted by: MAINTAINER Revision Changes Path 1.39 +160 -39 ports/emulators/bochs/Makefile 1.17 +1 -1 ports/emulators/bochs/distinfo 1.1 +25 -0 ports/emulators/bochs/files/bochs.sh (new) 1.6 +3 -5 ports/emulators/bochs/pkg-message 1.17 +31 -29 ports/emulators/bochs/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 Oct 20 3:17: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 E9B1137B401; Sat, 20 Oct 2001 03:17:13 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KAHDt98511; Sat, 20 Oct 2001 03:17:13 -0700 (PDT) (envelope-from markp) Message-Id: <200110201017.f9KAHDt98511@freefall.freebsd.org> From: Mark Pulford Date: Sat, 20 Oct 2001 03:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stegdetect Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2001/10/20 03:17:13 PDT Modified files: security/stegdetect Makefile distinfo Log: Update to 0.3. PR: 31308 Submitted by: Patrick Li Revision Changes Path 1.2 +5 -1 ports/security/stegdetect/Makefile 1.2 +1 -1 ports/security/stegdetect/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 3:28: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 7250337B401; Sat, 20 Oct 2001 03:28:26 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KASQH99329; Sat, 20 Oct 2001 03:28:26 -0700 (PDT) (envelope-from roberto) Message-Id: <200110201028.f9KASQH99329@freefall.freebsd.org> From: Ollivier Robert Date: Sat, 20 Oct 2001 03:28:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs newfs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2001/10/20 03:28:26 PDT Modified files: (Branch: RELENG_4) sbin/newfs newfs.c Log: MFC of newfs.c 1.43: Fix diskless clients by removing the code for calculating the minimum value for cpg. The change was bogus. Submitted by: bde Revision Changes Path 1.30.2.7 +2 -14 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 4: 8: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 71E6F37B403; Sat, 20 Oct 2001 04:08:45 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KB8jf10609; Sat, 20 Oct 2001 04:08:45 -0700 (PDT) (envelope-from ache) Message-Id: <200110201108.f9KB8jf10609@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Oct 2001 04:08:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile pkg-deinstall X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/20 04:08:44 PDT Modified files: security/drweb-sendmail Makefile Removed files: security/drweb-sendmail pkg-deinstall Log: Remove user deleting from here, it still needed for drweb sub-port Revision Changes Path 1.27 +1 -1 ports/security/drweb-sendmail/Makefile 1.2 +0 -22 ports/security/drweb-sendmail/pkg-deinstall (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 4:48: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 6D56137B405; Sat, 20 Oct 2001 04:48:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBmit13601; Sat, 20 Oct 2001 04:48:44 -0700 (PDT) (envelope-from knu) Message-Id: <200110201148.f9KBmit13601@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-bsearch Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:48:44 PDT Modified files: devel/ruby-bsearch Makefile distinfo Log: Update to 1.4. Revision Changes Path 1.4 +2 -2 ports/devel/ruby-bsearch/Makefile 1.3 +1 -1 ports/devel/ruby-bsearch/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 4:48: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 6D8FA37B407; Sat, 20 Oct 2001 04:48:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBmi713602; Sat, 20 Oct 2001 04:48:44 -0700 (PDT) (envelope-from knu) Message-Id: <200110201148.f9KBmi713602@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ruby-webunit Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:48:44 PDT Modified files: www/ruby-webunit Makefile distinfo pkg-plist Log: Update to 20011019. Revision Changes Path 1.4 +4 -3 ports/www/ruby-webunit/Makefile 1.4 +1 -1 ports/www/ruby-webunit/distinfo 1.2 +3 -0 ports/www/ruby-webunit/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 Oct 20 4:49: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 828FA37B403; Sat, 20 Oct 2001 04:49:36 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBnac13719; Sat, 20 Oct 2001 04:49:36 -0700 (PDT) (envelope-from knu) Message-Id: <200110201149.f9KBnac13719@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:49:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ruby-rexml Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:49:36 PDT Modified files: textproc Makefile Added files: textproc/ruby-rexml Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-rexml, a pure Ruby XML processor inspired by the Electric XML for Java. Revision Changes Path 1.257 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/ruby-rexml/Makefile (new) 1.1 +1 -0 ports/textproc/ruby-rexml/distinfo (new) 1.1 +1 -0 ports/textproc/ruby-rexml/pkg-comment (new) 1.1 +6 -0 ports/textproc/ruby-rexml/pkg-descr (new) 1.1 +79 -0 ports/textproc/ruby-rexml/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 4:49: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 1685537B41A; Sat, 20 Oct 2001 04:49:49 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBnn113752; Sat, 20 Oct 2001 04:49:49 -0700 (PDT) (envelope-from knu) Message-Id: <200110201149.f9KBnn113752@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:49:49 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:49:49 PDT Modified files: . modules Log: ruby-rexml --> ports/textproc/ruby-rexml Revision Changes Path 1.4011 +1 -0 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 Oct 20 4:50: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 C7D2E37B401; Sat, 20 Oct 2001 04:50:24 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBoOb13904; Sat, 20 Oct 2001 04:50:24 -0700 (PDT) (envelope-from knu) Message-Id: <200110201150.f9KBoOb13904@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/ruby-openssl Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:50:24 PDT Modified files: security Makefile Added files: security/ruby-openssl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-openssl, a Ruby module which wraps OpenSSL. Revision Changes Path 1.248 +2 -1 ports/security/Makefile 1.1 +38 -0 ports/security/ruby-openssl/Makefile (new) 1.1 +1 -0 ports/security/ruby-openssl/distinfo (new) 1.1 +1 -0 ports/security/ruby-openssl/pkg-comment (new) 1.1 +5 -0 ports/security/ruby-openssl/pkg-descr (new) 1.1 +25 -0 ports/security/ruby-openssl/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 4:50: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 5DCA037B40C; Sat, 20 Oct 2001 04:50:32 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBoWT13939; Sat, 20 Oct 2001 04:50:32 -0700 (PDT) (envelope-from knu) Message-Id: <200110201150.f9KBoWT13939@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:50:32 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:50:32 PDT Modified files: . modules Log: ruby-openssl --> ports/security/ruby-openssl Revision Changes Path 1.4012 +1 -0 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 Oct 20 4:51: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 53E0F37B42F; Sat, 20 Oct 2001 04:51:33 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBpXs14176; Sat, 20 Oct 2001 04:51:33 -0700 (PDT) (envelope-from knu) Message-Id: <200110201151.f9KBpXs14176@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:51:33 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:51:33 PDT Modified files: . modules Log: ruby-gconf --> ports/devel/ruby-gconf Revision Changes Path 1.4013 +1 -0 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 Oct 20 4:51: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 1085037B401; Sat, 20 Oct 2001 04:51:27 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KBpRO14145; Sat, 20 Oct 2001 04:51:27 -0700 (PDT) (envelope-from knu) Message-Id: <200110201151.f9KBpRO14145@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 04:51:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-gconf Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/ruby-gconf/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 04:51:27 PDT Modified files: devel Makefile Added files: devel/ruby-gconf Makefile distinfo pkg-comment pkg-descr pkg-plist devel/ruby-gconf/files patch-extconf.rb Log: Add ruby-gconf, a Ruby interface to GConf (1.0.x). Revision Changes Path 1.660 +1 -0 ports/devel/Makefile 1.1 +44 -0 ports/devel/ruby-gconf/Makefile (new) 1.1 +1 -0 ports/devel/ruby-gconf/distinfo (new) 1.1 +27 -0 ports/devel/ruby-gconf/files/patch-extconf.rb (new) 1.1 +1 -0 ports/devel/ruby-gconf/pkg-comment (new) 1.1 +8 -0 ports/devel/ruby-gconf/pkg-descr (new) 1.1 +9 -0 ports/devel/ruby-gconf/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 4:57:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 9120037B401; Sat, 20 Oct 2001 04:57:36 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9KBvTb87673; Sat, 20 Oct 2001 04:57:29 -0700 (PDT) (envelope-from obrien) Date: Sat, 20 Oct 2001 04:57:28 -0700 From: "David O'Brien" To: "Matthew N. Dodd" Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h Message-ID: <20011020045728.A87527@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200110190024.f9J0Odt26405@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: ; from winter@jurai.net on Thu, Oct 18, 2001 at 09:38:09PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 09:38:09PM -0400, Matthew N. Dodd wrote: > On Thu, 18 Oct 2001, Matthew N. Dodd wrote: > > mdodd 2001/10/18 17:24:39 PDT > > > > Modified files: > > gnu/usr.bin/bc Makefile config.h > > Log: > > Turn on the libedit support in bc. Turn off libreadline. > > The remaining in tree consumers of libreadline are: ... Why are you on this campaign?? We already discussed this 6mo. ago when Kris pondered kicking libreadline out of the base system. We agreed there was no use in doing this for GNU/GPV'ed programs as the end result is still GPL'ed. Please back this change to `bc' out -- you are not accomplishing anything with this change. I have a very complicated .inputrc that libedit just does not duplicate the functionality; and I use `bc' it seems every day. There is also no reason to be grauitiously different from other platforms using these GNU bits. > src/kerberos5/usr.bin/k5admin > src/kerberos5/usr.sbin/ktutil > src/kerberosIV/usr.bin/kadmin > src/sbin/vinum > src/usr.sbin/ntp/ntpdc These programs, being non-GPV'ed, would benefit from using libedit rather than libreadline (unless Grog does not like libedit for vinum). > The ntpdc and the Kerberos stuff should be fairly easy to add libedit > support to but would require taking stuff off vendor branches or getting > the patches included by the vendor. Another good reason to just live with libreadline. > The changes to vinum are a little more involved while the gdb stuff is > probably impossible (feel free to prove me wrong.) Don't do this to gdb. > Sure would be nice to be able to boot libreadline into ports though... Cannot be done. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 5:46:17 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 7F97D37B405; Sat, 20 Oct 2001 05:46:10 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id f9KCk8F06926; Sat, 20 Oct 2001 16:46:08 +0400 (MSD) (envelope-from ache) Date: Sat, 20 Oct 2001 16:46:07 +0400 From: "Andrey A. Chernov" To: "David O'Brien" Cc: "Matthew N. Dodd" , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/bc Makefile config.h Message-ID: <20011020164607.A6833@nagual.pp.ru> References: <200110190024.f9J0Odt26405@freefall.freebsd.org> <20011020045728.A87527@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011020045728.A87527@dragon.nuxi.com> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 20, 2001 at 04:57:28 -0700, David O'Brien wrote: > > > Turn on the libedit support in bc. Turn off libreadline. > > Why are you on this campaign?? We already discussed this 6mo. ago when > Kris pondered kicking libreadline out of the base system. We agreed > there was no use in doing this for GNU/GPV'ed programs as the end result > is still GPL'ed. > > Please back this change to `bc' out -- you are not accomplishing anything > with this change. I have a very complicated .inputrc that libedit just > does not duplicate the functionality; and I use `bc' it seems every day. > There is also no reason to be grauitiously different from other platforms > using these GNU bits. I fully 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 Sat Oct 20 6:10: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 ADD8437B401; Sat, 20 Oct 2001 06:10:44 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDAi332543; Sat, 20 Oct 2001 06:10:44 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110201310.f9KDAi332543@freefall.freebsd.org> From: Ian Dowse Date: Sat, 20 Oct 2001 06:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c src/sys/vm vm_extern.h vm_meter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/20 06:10:44 PDT Modified files: sys/kern kern_synch.c sys/vm vm_extern.h vm_meter.c Log: Move the code that computes the system load average from vm_meter.c to kern_synch.c in preparation for adding some jitter to the inter-sample time. Note that the "vm.loadavg" sysctl still lives in vm_meter.c which isn't the right place, but it is appropriate for the current (bad) name of that sysctl. Suggested by: jhb (some time ago) Reviewed by: bde Revision Changes Path 1.163 +50 -4 src/sys/kern/kern_synch.c 1.50 +1 -2 src/sys/vm/vm_extern.h 1.60 +1 -56 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 Sat Oct 20 6:15: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 512E937B408; Sat, 20 Oct 2001 06:15:35 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDFZJ33074; Sat, 20 Oct 2001 06:15:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110201315.f9KDFZJ33074@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 20 Oct 2001 06:15:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libesmtp Makefile ports/mail/libesmtp/files patch-headers.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/20 06:15:34 PDT Modified files: mail/libesmtp Makefile Added files: mail/libesmtp/files patch-headers.c Log: Fix Null-Pointer Dereference causing SEGV PR: 31376 Submitted by: maintainer Revision Changes Path 1.10 +1 -0 ports/mail/libesmtp/Makefile 1.3 +11 -0 ports/mail/libesmtp/files/patch-headers.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 6:20: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 5824E37B401; Sat, 20 Oct 2001 06:20:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDKfg33634; Sat, 20 Oct 2001 06:20:41 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110201320.f9KDKfg33634@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 20 Oct 2001 06:20:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/hyperlatex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/20 06:20:40 PDT Modified files: print/hyperlatex Makefile distinfo Log: upgrade to 2.5 PR: 30337 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/print/hyperlatex/Makefile 1.2 +1 -1 ports/print/hyperlatex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 6:28: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 8EA8037B405; Sat, 20 Oct 2001 06:28:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDSM234930; Sat, 20 Oct 2001 06:28:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110201328.f9KDSM234930@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 20 Oct 2001 06:28:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-RPC-XML Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/20 06:28:22 PDT Modified files: net Makefile Added files: net/p5-RPC-XML Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-RPC-XML XML-RPC client and server library for Perl PR: 30368 Submitted by: Dominic Mitchell Revision Changes Path 1.630 +1 -0 ports/net/Makefile 1.1 +31 -0 ports/net/p5-RPC-XML/Makefile (new) 1.1 +1 -0 ports/net/p5-RPC-XML/distinfo (new) 1.1 +1 -0 ports/net/p5-RPC-XML/pkg-comment (new) 1.1 +6 -0 ports/net/p5-RPC-XML/pkg-descr (new) 1.1 +35 -0 ports/net/p5-RPC-XML/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 6: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 069BC37B40E; Sat, 20 Oct 2001 06:28:29 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDSS834988; Sat, 20 Oct 2001 06:28:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110201328.f9KDSS834988@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 20 Oct 2001 06:28:28 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/20 06:28:28 PDT Modified files: . modules Log: p5-RPC-XML --> ports/net/p5-RPC-XML Revision Changes Path 1.4014 +1 -0 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 Oct 20 6:53: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 066B137B405; Sat, 20 Oct 2001 06:53:41 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDrfZ31568; Sat, 20 Oct 2001 06:53:41 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110201353.f9KDrfZ31568@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 20 Oct 2001 06:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/20 06:53:40 PDT Modified files: print/freetype2 Makefile distinfo pkg-plist Log: Update to 2.0.5. PR: 31384 Submitted by: Nuzrin Yaapar Revision Changes Path 1.33 +1 -1 ports/print/freetype2/Makefile 1.14 +1 -1 ports/print/freetype2/distinfo 1.19 +1 -0 ports/print/freetype2/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 Oct 20 6:57: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from nala.dohd.org (a29150.upc-a.chello.nl [62.163.29.150]) by hub.freebsd.org (Postfix) with ESMTP id 2B20237B401; Sat, 20 Oct 2001 06:56:56 -0700 (PDT) Received: by nala.dohd.org (Postfix, from userid 1008) id 6A148D97F; Sat, 20 Oct 2001 15:56:52 +0200 (MET DST) Date: Sat, 20 Oct 2001 15:56:51 +0200 From: Mark Huizer To: Akio Morita Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.xml Message-ID: <20011020155651.B76111@eeyore.local.dohd.org> References: <200110171333.f9HDXL994734@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110171333.f9HDXL994734@freefall.freebsd.org> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 17, 2001 at 06:33:21AM -0700, Akio Morita wrote: > amorita 2001/10/17 06:33:21 PDT > > Modified files: > en/news news.xml > Log: > Add a `new committer' entry for myself. > This is not installed on the website, right? Only used to create the other file. Could it be installed? Might be handy. Mark -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 6:58: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 6A7D737B401; Sat, 20 Oct 2001 06:58:39 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDwdU51349; Sat, 20 Oct 2001 06:58:39 -0700 (PDT) (envelope-from clive) Message-Id: <200110201358.f9KDwdU51349@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 06:58:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/dictd-database Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/chinese/dictd-database/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 06:58:39 PDT Modified files: chinese Makefile Added files: chinese/dictd-database Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist chinese/dictd-database/files patch-aa patch-ab patch-ac Log: A Chinese(Big5) <-> English database for dictd. PR: ports/31298 Submitted by: Statue Revision Changes Path 1.101 +1 -0 ports/chinese/Makefile 1.1 +24 -0 ports/chinese/dictd-database/Makefile (new) 1.1 +1 -0 ports/chinese/dictd-database/distinfo (new) 1.1 +10 -0 ports/chinese/dictd-database/files/patch-aa (new) 1.1 +10 -0 ports/chinese/dictd-database/files/patch-ab (new) 1.1 +13 -0 ports/chinese/dictd-database/files/patch-ac (new) 1.1 +1 -0 ports/chinese/dictd-database/pkg-comment (new) 1.1 +7 -0 ports/chinese/dictd-database/pkg-descr (new) 1.1 +12 -0 ports/chinese/dictd-database/pkg-message (new) 1.1 +7 -0 ports/chinese/dictd-database/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 6:59: 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 0561737B419; Sat, 20 Oct 2001 06:58:51 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KDwoh51390; Sat, 20 Oct 2001 06:58:50 -0700 (PDT) (envelope-from clive) Message-Id: <200110201358.f9KDwoh51390@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 06:58:50 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 06:58:50 PDT Modified files: . modules Log: zh-dictd-database --> ports/chinese/dictd-database Revision Changes Path 1.4015 +1 -0 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 Oct 20 7: 8: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 CC8AB37B407; Sat, 20 Oct 2001 07:08:11 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KE8BN57867; Sat, 20 Oct 2001 07:08:11 -0700 (PDT) (envelope-from knu) Message-Id: <200110201408.f9KE8BN57867@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 07:08:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/eruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 07:08:11 PDT Modified files: textproc/eruby Makefile distinfo Log: Update to 0.9.7. Revision Changes Path 1.19 +2 -3 ports/textproc/eruby/Makefile 1.13 +1 -1 ports/textproc/eruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7: 8: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 3652C37B413; Sat, 20 Oct 2001 07:08:23 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KE8NX57950; Sat, 20 Oct 2001 07:08:23 -0700 (PDT) (envelope-from knu) Message-Id: <200110201408.f9KE8NX57950@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 07:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_ruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 07:08:23 PDT Modified files: www/mod_ruby Makefile distinfo Log: Update to 0.9.4. Revision Changes Path 1.24 +2 -2 ports/www/mod_ruby/Makefile 1.17 +1 -1 ports/www/mod_ruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7: 8: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 E3C6437B403; Sat, 20 Oct 2001 07:08:48 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KE8mB58013; Sat, 20 Oct 2001 07:08:48 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110201408.f9KE8mB58013@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 20 Oct 2001 07:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype2/files patch-builds::unix::freetype-config.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/20 07:08:48 PDT Added files: print/freetype2/files patch-builds::unix::freetype-config.in Log: Include `-I${PREFIX}/include' into `freetype-config --cflags' output, because otherwise applications that rely on `freetype-config --cflags' would be unable to locate ft2build.h file located in ${PREFIX}/include. Revision Changes Path 1.1 +14 -0 ports/print/freetype2/files/patch-builds::unix::freetype-config.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7: 9: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 2F0A537B403; Sat, 20 Oct 2001 07:09:32 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KE9WH58143; Sat, 20 Oct 2001 07:09:32 -0700 (PDT) (envelope-from clive) Message-Id: <200110201409.f9KE9WH58143@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:09:32 -0700 (PDT) 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 FreeBSD.layout patch-ab patch-ag patch-fh patch-lang.en patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:09:32 PDT Modified files: www/apache13-fp Makefile distinfo pkg-install pkg-plist www/apache13-fp/files FreeBSD.layout patch-ab patch-ag patch-fh patch-lang.en Removed files: www/apache13-fp/files patch-ai Log: Upgrade to Apache 1.3.22, and * fix libdescrypt detection: libdescrypt is only needed for OSVERSION < 430001 or OSVERSION > 499999 and OSVERSION < 500014, due to libdescrypt has been combined into the libcrypt library on recent FreeBSD versions. * default to using the FreeBSD Frontpage Extentions on i386. There maybe problems with fpsrvadm.exe when it creates passwords on a system that by default uses MD5 passwords. May need to set roots passwd_format to des and change the password, before installing (login.conf). BSDi FrontPage Extentions can be used by defining WANT_BSDI_EXT. * Added dependacy on misc/compat3x for the FreeBSD FP Exts. * Moved execfilename to the end of the request_rec structure in httpd.h, so that it would stop breaking binary compatiblity with other pre-compiled Apache modules. This should allow compiled modules build for www/apache13 to also work on www/apache13-fp without needing to recompile them. * Removed the Virtual host on port 8080 from httpd.conf, due to the manual directory is now exported using an Alias, which assigns it to a location on the main document root. * Moved the Frontpage documents from manual/mod/mod_frontpage to manual/frontpage. (Avoids patching manual/mod/index.html*) PR: ports/31361 Submitted by: Scot W. Hetzel (MAINTAINER) Revision Changes Path 1.28 +21 -27 ports/www/apache13-fp/Makefile 1.16 +2 -2 ports/www/apache13-fp/distinfo 1.2 +1 -0 ports/www/apache13-fp/files/FreeBSD.layout 1.13 +29 -23 ports/www/apache13-fp/files/patch-ab 1.8 +15 -59 ports/www/apache13-fp/files/patch-ag 1.2 +0 -11 ports/www/apache13-fp/files/patch-ai (dead) 1.3 +9 -15 ports/www/apache13-fp/files/patch-fh 1.5 +4 -8 ports/www/apache13-fp/files/patch-lang.en 1.5 +2 -10 ports/www/apache13-fp/pkg-install 1.18 +153 -19 ports/www/apache13-fp/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 Oct 20 7:32: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 EB97237B403; Sat, 20 Oct 2001 07:32:38 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEWcp60821; Sat, 20 Oct 2001 07:32:38 -0700 (PDT) (envelope-from clive) Message-Id: <200110201432.f9KEWcp60821@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:32:38 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:32:38 PDT Modified files: . modules Log: didentd --> ports/security/didentd Revision Changes Path 1.4016 +1 -0 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 Oct 20 7:32: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 44BE637B40A; Sat, 20 Oct 2001 07:32:36 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEWaX60772; Sat, 20 Oct 2001 07:32:36 -0700 (PDT) (envelope-from clive) Message-Id: <200110201432.f9KEWaX60772@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:32:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/didentd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/didentd/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:32:36 PDT Modified files: security Makefile Log: New port: didentd This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and Linux written with security and privacy in mind. Revision Changes Path 1.249 +1 -0 ports/security/Makefile Added files: security/didentd Makefile distinfo pkg-comment pkg-descr pkg-plist security/didentd/files patch-aa Log: New port: didentd This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and Linux written with security and privacy in mind. PR: ports/31349 Submitted by: D. T. Tzeck Revision Changes Path 1.1 +36 -0 ports/security/didentd/Makefile (new) 1.1 +1 -0 ports/security/didentd/distinfo (new) 1.1 +26 -0 ports/security/didentd/files/patch-aa (new) 1.1 +1 -0 ports/security/didentd/pkg-comment (new) 1.1 +22 -0 ports/security/didentd/pkg-descr (new) 1.1 +19 -0 ports/security/didentd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7:39: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 C5ABC37B405; Sat, 20 Oct 2001 07:39:16 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEdGP61889; Sat, 20 Oct 2001 07:39:16 -0700 (PDT) (envelope-from clive) Message-Id: <200110201439.f9KEdGP61889@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:39:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/junit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:39:16 PDT Modified files: java/junit Makefile Log: Add 2 extra download locations. PR: ports/31373 Submitted by: Ernst de Haan Revision Changes Path 1.3 +4 -3 ports/java/junit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7:43: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 3BC7037B408; Sat, 20 Oct 2001 07:43:27 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEhRW62344; Sat, 20 Oct 2001 07:43:27 -0700 (PDT) (envelope-from clive) Message-Id: <200110201443.f9KEhRW62344@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:43:26 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:43:26 PDT Modified files: . modules Log: s,hanzim,zh-hanzim,g (and reorder) Revision Changes Path 1.4017 +1 -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 Oct 20 7:46: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 5C7B937B401; Sat, 20 Oct 2001 07:46:44 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEkiS62627; Sat, 20 Oct 2001 07:46:44 -0700 (PDT) (envelope-from clive) Message-Id: <200110201446.f9KEkiS62627@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:46:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/hanzim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:46:44 PDT Modified files: chinese/hanzim Makefile Log: Add tk83 to BUILD_DEPENDS, RUN_DEPENDS. PR: ports/31252 Submitted by: Statue Revision Changes Path 1.2 +3 -0 ports/chinese/hanzim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7:55: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 CE41F37B403; Sat, 20 Oct 2001 07:55:06 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEt6Q63409; Sat, 20 Oct 2001 07:55:06 -0700 (PDT) (envelope-from clive) Message-Id: <200110201455.f9KEt6Q63409@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:55:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/id3v2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/id3v2/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:55:06 PDT Modified files: audio Makefile Added files: audio/id3v2 Makefile distinfo pkg-comment pkg-descr pkg-plist audio/id3v2/files patch-aa patch-ab patch-ac Log: New port: id3v2, a command line id3v2 tag editor PR: ports/31207 Submitted by: David MacKenzie Revision Changes Path 1.256 +1 -0 ports/audio/Makefile 1.1 +19 -0 ports/audio/id3v2/Makefile (new) 1.1 +1 -0 ports/audio/id3v2/distinfo (new) 1.1 +18 -0 ports/audio/id3v2/files/patch-aa (new) 1.1 +74 -0 ports/audio/id3v2/files/patch-ab (new) 1.1 +77 -0 ports/audio/id3v2/files/patch-ac (new) 1.1 +1 -0 ports/audio/id3v2/pkg-comment (new) 1.1 +4 -0 ports/audio/id3v2/pkg-descr (new) 1.1 +1 -0 ports/audio/id3v2/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 7:55: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 4BE7C37B412; Sat, 20 Oct 2001 07:55:10 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KEtA563439; Sat, 20 Oct 2001 07:55:10 -0700 (PDT) (envelope-from clive) Message-Id: <200110201455.f9KEtA563439@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 07:55:10 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 07:55:10 PDT Modified files: . modules Log: id3v2 --> ports/audio/id3v2 Revision Changes Path 1.4018 +1 -0 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 Oct 20 8: 1: 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 3689637B431; Sat, 20 Oct 2001 08:00:58 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KF0wT64138; Sat, 20 Oct 2001 08:00:58 -0700 (PDT) (envelope-from clive) Message-Id: <200110201500.f9KF0wT64138@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 08:00:58 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 08:00:58 PDT Modified files: . modules Log: Module name of chinese/p5-Date-Chinese should be zh-p5-Date-Chinese. Revision Changes Path 1.4019 +1 -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 Oct 20 8: 3: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 88E1D37B401; Sat, 20 Oct 2001 08:03:11 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KF3BM64281; Sat, 20 Oct 2001 08:03:11 -0700 (PDT) (envelope-from clive) Message-Id: <200110201503.f9KF3BM64281@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 08:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/bluej Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 08:03:11 PDT Modified files: java/bluej Makefile Log: Upgrade to 1.1.5 Submitted by: Jeremy Karlson (MAINTAINER) Revision Changes Path 1.2 +2 -2 ports/java/bluej/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8: 8: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 282A037B405; Sat, 20 Oct 2001 08:08:13 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KF8D667873; Sat, 20 Oct 2001 08:08:13 -0700 (PDT) (envelope-from mi) Message-Id: <200110201508.f9KF8D667873@freefall.freebsd.org> From: Mikhail Teterin Date: Sat, 20 Oct 2001 08:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/siag/files patch-dbm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2001/10/20 08:08:13 PDT Added files: math/siag/files patch-dbm Log: If both GDBM and NDBM are defined, siag will try to use all dbm-functions, including dbm_pagfno. Our ndbm DOES NOT provide it, but instead of being quite, it defines dbm_pagfno as DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course. Add the patch, that was on my local system since April, to undefine the this define and let siag use dbm_pagfno implemented in libgdbm. They should be compatible... Submitted by: bento Revision Changes Path 1.1 +9 -0 ports/math/siag/files/patch-dbm (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:10: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 DEEFE37B401; Sat, 20 Oct 2001 08:10:47 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFAl868236; Sat, 20 Oct 2001 08:10:47 -0700 (PDT) (envelope-from clive) Message-Id: <200110201510.f9KFAl868236@freefall.freebsd.org> From: Clive Lin Date: Sat, 20 Oct 2001 08:10:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ircd-hybrid Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/irc/ircd-hybrid/files ircd.sh patch-aa patch-ab patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2001/10/20 08:10:47 PDT Modified files: irc/ircd-hybrid Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist irc/ircd-hybrid/files ircd.sh patch-aa patch-ab patch-ac patch-ad patch-ae Log: Upgrade to 6.2. Hybrid-5 is unsupported, forget it. PR: ports/31116 Submitted by: David Taylor Revision Changes Path 1.18 +42 -14 ports/irc/ircd-hybrid/Makefile 1.9 +1 -1 ports/irc/ircd-hybrid/distinfo 1.4 +13 -17 ports/irc/ircd-hybrid/files/ircd.sh 1.4 +19 -62 ports/irc/ircd-hybrid/files/patch-aa 1.5 +29 -87 ports/irc/ircd-hybrid/files/patch-ab 1.3 +24 -10 ports/irc/ircd-hybrid/files/patch-ac 1.2 +150 -17 ports/irc/ircd-hybrid/files/patch-ad 1.2 +8 -8 ports/irc/ircd-hybrid/files/patch-ae 1.4 +1 -1 ports/irc/ircd-hybrid/pkg-comment 1.3 +8 -7 ports/irc/ircd-hybrid/pkg-descr 1.6 +14 -12 ports/irc/ircd-hybrid/pkg-install 1.7 +35 -10 ports/irc/ircd-hybrid/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 Oct 20 8:17: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 C1F5F37B401; Sat, 20 Oct 2001 08:17:31 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFHVO69001; Sat, 20 Oct 2001 08:17:31 -0700 (PDT) (envelope-from dfr) Message-Id: <200110201517.f9KFHVO69001@freefall.freebsd.org> From: Doug Rabson Date: Sat, 20 Oct 2001 08:17:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen __divdf3.S __divsf3.S infinity.c Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/20 08:17:31 PDT Modified files: lib/libc/ia64/gen Makefile.inc Added files: lib/libc/ia64/gen __divdf3.S __divsf3.S infinity.c Log: Add __divdf3(), __divsf3() and __infinity[]. Obtained from: Intel (for the divide code) Revision Changes Path 1.2 +2 -1 src/lib/libc/ia64/gen/Makefile.inc 1.1 +143 -0 src/lib/libc/ia64/gen/__divdf3.S (new) 1.1 +117 -0 src/lib/libc/ia64/gen/__divsf3.S (new) 1.1 +34 -0 src/lib/libc/ia64/gen/infinity.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:19: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 9595B37B407; Sat, 20 Oct 2001 08:19:08 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFJ8j69145; Sat, 20 Oct 2001 08:19:08 -0700 (PDT) (envelope-from dfr) Message-Id: <200110201519.f9KFJ8j69145@freefall.freebsd.org> From: Doug Rabson Date: Sat, 20 Oct 2001 08:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen _setjmp.S setjmp.S sigsetjmp.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/20 08:19:08 PDT Modified files: lib/libc/ia64/gen _setjmp.S setjmp.S sigsetjmp.S Log: Implement setjmp, longjmp, sigsetjmp and siglongjmp. Revision Changes Path 1.6 +3 -2 src/lib/libc/ia64/gen/_setjmp.S 1.6 +35 -86 src/lib/libc/ia64/gen/setjmp.S 1.4 +17 -18 src/lib/libc/ia64/gen/sigsetjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:19: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 04F8737B403; Sat, 20 Oct 2001 08:19:44 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFJhe69234; Sat, 20 Oct 2001 08:19:43 -0700 (PDT) (envelope-from dfr) Message-Id: <200110201519.f9KFJhe69234@freefall.freebsd.org> From: Doug Rabson Date: Sat, 20 Oct 2001 08:19:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include setjmp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/20 08:19:43 PDT Modified files: sys/ia64/include setjmp.h Log: Reserve space for signal state. Revision Changes Path 1.5 +5 -2 src/sys/ia64/include/setjmp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:35: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 1A1C937B401; Sat, 20 Oct 2001 08:35:05 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D039210F43F; Sat, 20 Oct 2001 10:35:01 -0500 (CDT) Date: Sat, 20 Oct 2001 10:35:01 -0500 From: "David W. Chapman Jr." To: Darren Reed Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network Message-ID: <20011020103501.A47689@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Darren Reed , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110200441.f9K4fld53538@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110200441.f9K4fld53538@freefall.freebsd.org> User-Agent: Mutt/1.3.23i X-Operating-System: FreeBSD 4.4-RC i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 19, 2001 at 09:41:47PM -0700, Darren Reed wrote: > darrenr 2001/10/19 21:41:47 PDT > > Modified files: > etc rc.network > Log: > Allow ipnat_enable to be set to "yes" without requiring ipfiltre_enable to > be set to "yes" > > PR: 25223 > Thank you, been waiting for this for a while!!!! Any idea on an MFC date for this? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:55: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 042F737B405; Sat, 20 Oct 2001 08:55:43 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFtgm72696; Sat, 20 Oct 2001 08:55:42 -0700 (PDT) (envelope-from jake) Message-Id: <200110201555.f9KFtgm72696@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 08:55:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bootinfo.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 08:55:42 PDT Modified files: sys/sparc64/include bootinfo.h Log: Add fields for boothowto and the kernel environment to boothowto. Revision Changes Path 1.4 +3 -1 src/sys/sparc64/include/bootinfo.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:57: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 7D7E537B401; Sat, 20 Oct 2001 08:57:09 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFv9x72816; Sat, 20 Oct 2001 08:57:09 -0700 (PDT) (envelope-from jake) Message-Id: <200110201557.f9KFv9x72816@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 08:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 08:57:09 PDT Modified files: sys/sparc64/include globaldata.h Log: Include a whole interrupt queue in struct globaldata instead of just a pointer. Minor style. Revision Changes Path 1.11 +13 -13 src/sys/sparc64/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:57: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 7103D37B408; Sat, 20 Oct 2001 08:57:39 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFvdY72904; Sat, 20 Oct 2001 08:57:39 -0700 (PDT) (envelope-from jake) Message-Id: <200110201557.f9KFvdY72904@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 08:57:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include ktr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 08:57:39 PDT Modified files: sys/sparc64/include ktr.h Log: Remove an unused macro arg. Revision Changes Path 1.3 +3 -3 src/sys/sparc64/include/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 8:58: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 1C54F37B401; Sat, 20 Oct 2001 08:58:32 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KFwWc72965; Sat, 20 Oct 2001 08:58:32 -0700 (PDT) (envelope-from jake) Message-Id: <200110201558.f9KFwWc72965@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 08:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tlb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 08:58:32 PDT Modified files: sys/sparc64/include tlb.h Log: Remove traces that are loud and not that useful. Remove nested include of ktr.h. Revision Changes Path 1.6 +1 -9 src/sys/sparc64/include/tlb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9: 3: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 EBAEE37B408; Sat, 20 Oct 2001 09:03:41 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KG3fN73490; Sat, 20 Oct 2001 09:03:41 -0700 (PDT) (envelope-from jake) Message-Id: <200110201603.f9KG3fN73490@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:03:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include intr_machdep.h src/sys/sparc64/sparc64 intr_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:03:41 PDT Modified files: sys/sparc64/include intr_machdep.h sys/sparc64/sparc64 intr_machdep.c Log: Change the stray count in struct intr_vector to a vector number that can be used to index tables of counters. Remove intr_dispatch() inline, it is implemented directly in tl*_intr now. Count stray interrupts in a table of counters like intrcnt. Disable interrupts briefly when setting up the interrupt vector table. We must disable interrupts completely, not just raise the pil. Pass pointers to the intr_vector structures rather than a vector number to sched_ithd and intr_stray. Revision Changes Path 1.5 +2 -8 src/sys/sparc64/include/intr_machdep.h 1.3 +40 -34 src/sys/sparc64/sparc64/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9: 4: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 5ED2F37B401; Sat, 20 Oct 2001 09:04:39 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KG4dB73613; Sat, 20 Oct 2001 09:04:39 -0700 (PDT) (envelope-from jake) Message-Id: <200110201604.f9KG4dB73613@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:04:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include trap.h src/sys/sparc64/sparc64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:04:39 PDT Modified files: sys/sparc64/include trap.h sys/sparc64/sparc64 trap.c Log: Add support for physical address hardware watchpoints. Revision Changes Path 1.7 +4 -3 src/sys/sparc64/include/trap.h 1.15 +26 -3 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9: 7: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 5AF2437B409; Sat, 20 Oct 2001 09:07:17 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KG7HW76954; Sat, 20 Oct 2001 09:07:17 -0700 (PDT) (envelope-from iedowse) Message-Id: <200110201607.f9KG7HW76954@freefall.freebsd.org> From: Ian Dowse Date: Sat, 20 Oct 2001 09:07:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/10/20 09:07:17 PDT Modified files: sys/kern kern_synch.c Log: Introduce some jitter to the timing of the samples that determine the system load average. Previously, the load average measurement was susceptible to synchronisation with processes that run at regular intervals such as the system bufdaemon process. Each interval is now chosen at random within the range of 4 to 6 seconds. This large variation is chosen so that over the shorter 5-minute load average timescale there is a good dispersion of samples across the 5-second sample period (the time to perform 60 5-second samples now has a standard deviation of approx 4.5 seconds). Revision Changes Path 1.164 +15 -4 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9: 9: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 E5AE937B409; Sat, 20 Oct 2001 09:09:20 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KG9KI77253; Sat, 20 Oct 2001 09:09:20 -0700 (PDT) (envelope-from jake) Message-Id: <200110201609.f9KG9KI77253@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:09:20 PDT Modified files: sys/sparc64/sparc64 support.s Log: Return zero on success from su*. Apparently no one checks the return values. Add traces to fubyte, subyte, etc. These are useful for catching errors. due to alignment since its usually not checked for by the caller. Revision Changes Path 1.8 +72 -5 src/sys/sparc64/sparc64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9: 9: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 BFAE937B403; Sat, 20 Oct 2001 09:09:50 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KG9o177347; Sat, 20 Oct 2001 09:09:50 -0700 (PDT) (envelope-from jake) Message-Id: <200110201609.f9KG9o177347@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:09:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:09:50 PDT Modified files: sys/sparc64/sparc64 swtch.s Log: Use KTR_PROC instead of KTR_CT1 in traces. Revision Changes Path 1.9 +11 -11 src/sys/sparc64/sparc64/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9:10: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 4647C37B403; Sat, 20 Oct 2001 09:10:13 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KGADu77386; Sat, 20 Oct 2001 09:10:13 -0700 (PDT) (envelope-from jake) Message-Id: <200110201610.f9KGADu77386@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:10:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:10:13 PDT Modified files: sys/sparc64/sparc64 vm_machdep.c Log: Remove hardcoded cwp value. Revision Changes Path 1.13 +1 -1 src/sys/sparc64/sparc64/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9:17: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 3C95637B407; Sat, 20 Oct 2001 09:17:04 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KGH4x77964; Sat, 20 Oct 2001 09:17:04 -0700 (PDT) (envelope-from jake) Message-Id: <200110201617.f9KGH4x77964@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:17:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tsb.h vmparam.h pmap.h src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:17:04 PDT Modified files: sys/sparc64/include tsb.h vmparam.h pmap.h sys/sparc64/sparc64 pmap.c Log: Parameterize the size of the kernel virtual address space on KVA_PAGES. Don't use a hard coded address constant for the virtual address of the kernel tsb. Allocate kernel virtual address space for the kernel tsb at runtime. Remove unused parameter to pmap_bootstrap. Adapt pmap.c to use KVA_PAGES. Map the message buffer too. Add some traces. Implement pmap_protect. Revision Changes Path 1.9 +3 -1 src/sys/sparc64/include/pmap.h 1.6 +8 -12 src/sys/sparc64/include/tsb.h 1.7 +44 -4 src/sys/sparc64/include/vmparam.h 1.15 +110 -34 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9:35:43 2001 Delivered-To: cvs-all@freebsd.org Received: from b80216.upc-b.chello.nl (b80216.upc-b.chello.nl [212.83.80.216]) by hub.freebsd.org (Postfix) with ESMTP id 7CD5837B405; Sat, 20 Oct 2001 09:35:39 -0700 (PDT) Received: from adv.devet.org (adv.devet.org [192.168.1.2]) by b80216.upc-b.chello.nl (Postfix) with ESMTP id 4927A68CF; Sat, 20 Oct 2001 18:35:38 +0200 (CEST) Received: by adv.devet.org (Postfix, from userid 100) id C49AF3E13; Sat, 20 Oct 2001 18:35:37 +0200 (CEST) Date: Sat, 20 Oct 2001 18:35:37 +0200 To: darrenr@FreeBSD.org Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.network rc.shutdown src/etc/defaults rc.conf src/etc/mtree BSD.var.dist Message-ID: <20011020183537.A33620@adv.devet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110200433.f9K4XCc52779@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Organization: Eindhoven, the Netherlands From: devet@devet.org (Arjan de Vet) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <200110200433.f9K4XCc52779@freefall.freebsd.org> you write: >darrenr 2001/10/19 21:33:12 PDT > > Modified files: > etc rc.network rc.shutdown > etc/defaults rc.conf > Log: > Put in place for using ipfs use on shutdown and startup. Hmm... with these default settings from defaults/rc.conf: ipfilter_program="/sbin/ipf -Fa -f" ipfs_flags="" ipfs_program="/sbin/ipfs" these kind of expressions in /etc/rc.network: ${ipfilter_program:-/sbin/ipf -y} ${ipfs_program:-/sbin/ipfs -R} ${ipfs_flags} will evaluate to: /sbin/ipf -Fa -f /sbin/ipfs and that's not what is intended in these cases I think. Furthermore I see these kind of expressions for ipfilter-related stuff preceded by 'eval' a lot. That seems unnecessary to me. Let me see if I can cleanup and test this stuff this weekend, the ipfilter_program and ipnat_program variables for example are the only *_program variables in defaults/rc.conf to have options included :-(. Arjan -- Arjan de Vet, Eindhoven, The Netherlands URL: http://www.iae.nl/users/devet/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 9:36: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 0FA2D37B408; Sat, 20 Oct 2001 09:36:09 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KGa8I79303; Sat, 20 Oct 2001 09:36:09 -0700 (PDT) (envelope-from jake) Message-Id: <200110201636.f9KGa8I79303@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 09:36:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 locore.s machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 09:36:08 PDT Modified files: sys/sparc64/sparc64 locore.s machdep.c Log: Align the symbol that demarks the end of the signal code on a 16 byte boundary. It must be on at least an 8 byte boundary so that the length of the signal code is a multiple of 8 (well aligned). The size is used in the calculation of the address of the argument and environment vectors on the user stack; getting it wrong results in the string pointers being misaligned and causes alignment faults in getenv() among other things. Allocate a regular stack frame below the signal frame on the user stack and join up the frame pointer to the previous frame. This fixes longjmp-ing out of signal handlers. Longjmp traverses the stack upwards in order to find the right frame to return to, so the frame pointers must join up seamlessly. I thought this would just work, but obviously the frame needs to be below the signal frame, not above it like before. Account for the extra space in the signal code. Preload pointers to interrupt data structures in interrupt globals. This avoids the need to load the pointers from memory in the vectored interrupt trap handler. Transfer the first 2 out registers into td_retval in setregs. We use the same registers for system call arguments as return values, so these registers got clobbered by the system call return values on return from execve. They now get clobbered by the right values. We must put the values in both the out registers in the trapframe and in td_retval because init calls exec but fails to transfer the return value into the out registers. This fixes a bug where the first exec after init would pass junk to the c runtime, instead of a pointer to the argument strings. A better solution would be to return EJUSTRETURN on success from execve. Adjust for change in pmap_bootstraps prototype. Map the message buffer after the trap table is setup. We will fault on it immediately. Revision Changes Path 1.9 +3 -2 src/sys/sparc64/sparc64/locore.s 1.18 +28 -13 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10: 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 9C6EF37B401; Sat, 20 Oct 2001 10:06:04 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KH64o85002; Sat, 20 Oct 2001 10:06:04 -0700 (PDT) (envelope-from jake) Message-Id: <200110201706.f9KH64o85002@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 10:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 10:06:04 PDT Modified files: sys/sparc64/sparc64 exception.s Log: Fix a bug in the kernel entry window handling where the wrong register was used. This resulted in bogus bad window traps (invalid wstate). Add a trace to sfsr traps (alignment among other things). Use KTR_TRAP instead of KTR_CT1. Use the right registers when storing the values of various mmu registers into the trap frame. This fixes a bug where sometimes the context number reported by a fault would be garbage. Sometimes it would be zero for faults on user address space so the kernel would wrongly think that it was a fault on kernel address space and fail. Use the preloaded registers in the vectored interrupt trap instead of reading pointers from memory. Remove traces due to register pressure and excess verbosity. We can probably still sneak in one trace. Remove some debug code. Go back to using the tsb register during kernel page table lookups. This is the best way to not have to have the address of the kernel tsb be a compile time constant. We lie and say we have 1 page tsb when really its much larger. This way the hardware provides bits 13-22 of the virtual address (the lower 9 bits of the virtual page number) in the form of the address of the tte corresponding to the fault address in the (1 page) kernel tsb. With some clever arithmetic we can then get bits 22 and up from the tte tag and add them to the tte address in order to index massive tsbs (basically unlimited). Add traps for physical address hardware watchpoints. Don't try to pass the window state from the trap table entry point all the way down to the common trap code. Its too easy to clobber and reading it again doesn't cost much. Fixup some traces. Fiddle the cwp bits on return from the kernel to user mode so that the window we are returning to is always the same as the one we restore to in the trap code. Strictly speaking this is not necessary, it only affects return from fork and exec, but setting up the windows right would require hard coding the right cwp values in cpu_fork and setregs, basically hard coding the number of frames between syscall and tl0_ret. The result of getting it wrong is usually a spill to an invalid stack pointer; either 0 or pointing into kernel space. This should also alleviate the need to context switch the cwp. Transfer the trap state from locals to alternate globals in the trap return code so that we can do a restore and rotate the windows before reloading the trap registers. If the restore fails we'll trap back into the kernel, so there's no point in loading the trap registers before hand. Its is crucial that the window trap recovery code not clobber the alternate globals. Revision Changes Path 1.10 +126 -164 src/sys/sparc64/sparc64/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10: 7: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 11D5F37B403; Sat, 20 Oct 2001 10:07:19 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KH7Je85103; Sat, 20 Oct 2001 10:07:19 -0700 (PDT) (envelope-from jake) Message-Id: <200110201707.f9KH7Je85103@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 10:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 10:07:19 PDT Modified files: sys/sparc64/sparc64 genassym.c Log: Catch up to new assembly language code. Revision Changes Path 1.11 +8 -5 src/sys/sparc64/sparc64/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10: 8: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 843CD37B401; Sat, 20 Oct 2001 10:08:33 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KH8XK85264; Sat, 20 Oct 2001 10:08:33 -0700 (PDT) (envelope-from jake) Message-Id: <200110201708.f9KH8XK85264@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 10:08:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include wstate.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 10:08:33 PDT Modified files: sys/sparc64/include wstate.h Log: Add a definition for normal kernel window state. Revision Changes Path 1.2 +2 -0 src/sys/sparc64/include/wstate.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:10: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 6171F37B401; Sat, 20 Oct 2001 10:10:34 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHAYJ85540; Sat, 20 Oct 2001 10:10:34 -0700 (PDT) (envelope-from jake) Message-Id: <200110201710.f9KHAYJ85540@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 10:10:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 db_trace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 10:10:34 PDT Modified files: sys/sparc64/sparc64 db_trace.c Log: Catch up to changing entry point names so traces through traps mostly work right. This catches recursive traps too early, but generally such traps are fatal and we won't get this far anyway. Revision Changes Path 1.6 +3 -5 src/sys/sparc64/sparc64/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:11: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 1B5B737B405; Sat, 20 Oct 2001 10:11:08 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHB8685615; Sat, 20 Oct 2001 10:11:08 -0700 (PDT) (envelope-from jake) Message-Id: <200110201711.f9KHB8685615@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 10:11:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 tsb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 10:11:07 PDT Modified files: sys/sparc64/sparc64 tsb.c Log: Use KTR_PMAP instead of KTR_CT1. Revision Changes Path 1.6 +14 -13 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:16: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 948EA37B409; Sat, 20 Oct 2001 10:16:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHGiX86200; Sat, 20 Oct 2001 10:16:44 -0700 (PDT) (envelope-from knu) Message-Id: <200110201716.f9KHGiX86200@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 20 Oct 2001 10:16:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-mysql pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/20 10:16:44 PDT Modified files: databases/ruby-mysql pkg-comment Log: A pkg-comment should be up to 70 bytes in length. Revision Changes Path 1.2 +1 -1 ports/databases/ruby-mysql/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10: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 A199737B403; Sat, 20 Oct 2001 10:31:22 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHVMw87739; Sat, 20 Oct 2001 10:31:22 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201731.f9KHVMw87739@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 10:31:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 10:31:22 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_sa.c Log: MFC: The code that sees a drive (at mount time) not in buffered mode and attempts to set buffered mode was printing out "unable to set buffered mode" no matter what. Oops. Revision Changes Path 1.45.2.10 +6 -4 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:37: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 C47B537B401; Sat, 20 Oct 2001 10:37:29 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHbTq88117; Sat, 20 Oct 2001 10:37:29 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201737.f9KHbTq88117@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 10:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c src/sys/alpha/alpha vm_machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 10:37:29 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 vm_machdep.c sys/alpha/alpha vm_machdep.c Log: MFC: Fix problem where a user buffer outside of the area being tested will be corrupted. Revision Changes Path 1.28.2.4 +2 -2 src/sys/alpha/alpha/vm_machdep.c 1.132.2.6 +2 -2 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:44: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 7B98637B401; Sat, 20 Oct 2001 10:44:13 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHiD988741; Sat, 20 Oct 2001 10:44:13 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201744.f9KHiD988741@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 10:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c if_wxreg.h if_wxvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 10:44:13 PDT Modified files: (Branch: RELENG_4) sys/pci if_wx.c if_wxreg.h if_wxvar.h Log: MFC: 1. Add wx_txint_delay as a tunable (defaults to 5000 now, or ~5ms) and switch to using delayed TXDW interrupts. Since the chip continues to reload the TIDV with this value for each descriptor written back, this allows continued deferral of the actual interrupt until the last packet completes (assuming that 5ms between multiple packets transmitting is reasonable). 2. Add two other SYSCTL entities: hw.wx.dump_stats hw.wx.clear_stats to be used, hackey hackey, to get the watchdog routine to dump/clear the current softc statistics. Usage would be: sysctl -w hw.wx.dump_stats=UNIT to cause the current stats to be dumped for UNIT. 3. Attempt to clean up wx_detach routine so we don't panic. Well, things still panic, but given that the code is just like other NIC drivers, I suspect it's actually something elsewhere, like e1000phy, that's actually blowing up. 4. Skip the entire test for runt packets- after doing somet thinking and experimenting, I believe that the chip only doesn't like it if the whole frame to xmit is < 16 bytes- each TFD can be some fragment of that. This should improve performance a chunk because of all of the (14 byte ETHERHEADER + DATA) mbuf chains. 5. Keep track of total frame length. Try not to xmit an odd byte frame- this is supposed to get around some dumb Cisco switch problems. 6. On the last packet, also set Interrupt Delay && Report Packet Sent (see #1 above) 7. Attempt to do xmit garbage collection *first* in order to avoid setting IFF_OACTIVE if at all possible. Revision Changes Path 1.5.2.11 +150 -30 src/sys/pci/if_wx.c 1.3.2.6 +2 -2 src/sys/pci/if_wxreg.h 1.4.2.6 +7 -4 src/sys/pci/if_wxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:46: 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 3588637B405; Sat, 20 Oct 2001 10:45:57 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHjvM88871; Sat, 20 Oct 2001 10:45:57 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201745.f9KHjvM88871@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 10:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw ispfw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 10:45:57 PDT Modified files: (Branch: RELENG_4) sys/dev/ispfw ispfw.c Log: MFC: oops! add 2300 firmware Revision Changes Path 1.2.2.4 +9 -1 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 Sat Oct 20 10:47: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 37E6437B401; Sat, 20 Oct 2001 10:47:14 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHlEc89027; Sat, 20 Oct 2001 10:47:14 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201747.f9KHlEc89027@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 10:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_2300.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 10:47:14 PDT Added files: (Branch: RELENG_4) sys/dev/ispfw asm_2300.h Log: MFC: add 2300 firmware. Revision Changes Path 1.1.2.1 +5452 -0 src/sys/dev/ispfw/asm_2300.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 10:55: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 1657837B403; Sat, 20 Oct 2001 10:55:15 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KHtF689470; Sat, 20 Oct 2001 10:55:15 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201755.f9KHtF689470@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 10:55:14 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 10:55:14 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp.c Log: MFC: Protect against deranged fabric nameservers that spit out 10000 identical port numbers. Revision Changes Path 1.41.2.15 +17 -4 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 Sat Oct 20 11:33: 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 3122E37B401; Sat, 20 Oct 2001 11:32:56 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIWuf96954; Sat, 20 Oct 2001 11:32:56 -0700 (PDT) (envelope-from lioux) Message-Id: <200110201832.f9KIWuf96954@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 20 Oct 2001 11:32:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/gkrellmss Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/audio/gkrellmss/files patch-src::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/20 11:32:56 PDT Modified files: audio Makefile Added files: audio/gkrellmss Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist audio/gkrellmss/files patch-src::Makefile Log: New port GKrellMSS version 0.2: A plugin for GKrellM with a VU meter showing left/right channel audio Submitted by: Hammurabi Mendes Revision Changes Path 1.257 +1 -0 ports/audio/Makefile 1.1 +40 -0 ports/audio/gkrellmss/Makefile (new) 1.1 +1 -0 ports/audio/gkrellmss/distinfo (new) 1.1 +42 -0 ports/audio/gkrellmss/files/patch-src::Makefile (new) 1.1 +1 -0 ports/audio/gkrellmss/pkg-comment (new) 1.1 +18 -0 ports/audio/gkrellmss/pkg-descr (new) 1.1 +5 -0 ports/audio/gkrellmss/pkg-message (new) 1.1 +5 -0 ports/audio/gkrellmss/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11: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 D95B937B405; Sat, 20 Oct 2001 11:32:59 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIWx596995; Sat, 20 Oct 2001 11:32:59 -0700 (PDT) (envelope-from lioux) Message-Id: <200110201832.f9KIWx596995@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 20 Oct 2001 11:32:59 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/20 11:32:59 PDT Modified files: . modules Log: gkrellmss --> ports/audio/gkrellmss Revision Changes Path 1.4020 +1 -0 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 Oct 20 11:34: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 EAD7937B403; Sat, 20 Oct 2001 11:34:26 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIYQQ97341; Sat, 20 Oct 2001 11:34:26 -0700 (PDT) (envelope-from lioux) Message-Id: <200110201834.f9KIYQQ97341@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 20 Oct 2001 11:34:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/gkrellmseti Makefile distinfo pkg-comment pkg-descr pkg-plist ports/astro/gkrellmseti/files patch-Makefile patch-seti.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/20 11:34:26 PDT Modified files: astro Makefile Added files: astro/gkrellmseti Makefile distinfo pkg-comment pkg-descr pkg-plist astro/gkrellmseti/files patch-Makefile patch-seti.c Log: New port gkrellmseti version 0.6.5: A SETI@home plugin for GKrellM Submitted by: Hammurabi Mendes Revision Changes Path 1.42 +2 -1 ports/astro/Makefile 1.1 +40 -0 ports/astro/gkrellmseti/Makefile (new) 1.1 +1 -0 ports/astro/gkrellmseti/distinfo (new) 1.1 +28 -0 ports/astro/gkrellmseti/files/patch-Makefile (new) 1.1 +15 -0 ports/astro/gkrellmseti/files/patch-seti.c (new) 1.1 +1 -0 ports/astro/gkrellmseti/pkg-comment (new) 1.1 +12 -0 ports/astro/gkrellmseti/pkg-descr (new) 1.1 +5 -0 ports/astro/gkrellmseti/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:34: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 6602937B407; Sat, 20 Oct 2001 11:34:30 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIYUB97371; Sat, 20 Oct 2001 11:34:30 -0700 (PDT) (envelope-from lioux) Message-Id: <200110201834.f9KIYUB97371@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 20 Oct 2001 11:34:30 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/20 11:34:30 PDT Modified files: . modules Log: gkrellmseti --> ports/astro/gkrellmseti Revision Changes Path 1.4021 +1 -0 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 Oct 20 11:39: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 6ADEB37B401; Sat, 20 Oct 2001 11:39:30 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIdUP97840; Sat, 20 Oct 2001 11:39:30 -0700 (PDT) (envelope-from lioux) Message-Id: <200110201839.f9KIdUP97840@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 20 Oct 2001 11:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/10/20 11:39:30 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Hammurabi Mendes for contributed ports: gkrellmseti and gkrellmss Revision Changes Path 1.34 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:48:22 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id A7EC337B403; Sat, 20 Oct 2001 11:48:18 -0700 (PDT) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.6/8.11.5) with ESMTP id f9KIjB900810; Sat, 20 Oct 2001 14:45:19 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200110201845.f9KIjB900810@aldan.algebra.com> Date: Sat, 20 Oct 2001 14:45:10 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: src/etc rc rc.network To: brian@freebsd-services.com Cc: dougb@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200110200117.f9K1Hsb12793@hak.lan.Awfulhak.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20 Oct, Brian Somers wrote: >> > nfsclient.ko should also be loaded if amd is enabled (or else amd >> > should auto-load it). >> >> rc.network has no way of knowing, that amd will, in fact, need NFS at >> all. > > True. It would make sense for amd to load it on the fly, but amd is > contrib stuff :( Perhaps, a little hook in the kernel -- if NFS code is not present, but is requested the hook will load the module? This technique could be used for all modules, which may be needed by contrib-ed software... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:48: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 13C5337B405; Sat, 20 Oct 2001 11:48:46 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KImkj98563; Sat, 20 Oct 2001 11:48:46 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201848.f9KImkj98563@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 11:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c if_wxreg.h if_wxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 11:48:46 PDT Removed files: sys/pci if_wx.c if_wxreg.h if_wxvar.h Log: Remove this driver from FreeBSD. Jonathon Lemon's driver (gx) is at least as fast and has more features and is likely to be better supported. It is also possible that Intel might support this chipset in FreeBSD with their own driver. Somewhat secretive and furtive rumblings from certain Yahoo employees have indicated that this might happen soon. I'm a little unhappy at the lack of discussion on the net list about this, or on developers, or on hackers, or the lack of mention on audit. This then leaves me to try and figure out the right thing to do. I've concluded that the right thing to do is to remove wx from FreeBSD, as this is probably best for FreeBSD. Revision Changes Path 1.25 +0 -2217 src/sys/pci/if_wx.c (dead) 1.10 +0 -465 src/sys/pci/if_wxreg.h (dead) 1.13 +0 -280 src/sys/pci/if_wxvar.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:49: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 91D8837B401; Sat, 20 Oct 2001 11:49:25 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KInPh98623; Sat, 20 Oct 2001 11:49:25 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201849.f9KInPh98623@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 11:49:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile wx.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 11:49:25 PDT Modified files: share/man/man4 Makefile Removed files: share/man/man4 wx.4 Log: Remove wx. Revision Changes Path 1.140 +0 -1 src/share/man/man4/Makefile 1.8 +0 -51 src/share/man/man4/wx.4 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:50: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 EACF037B403; Sat, 20 Oct 2001 11:50:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIoVT98776; Sat, 20 Oct 2001 11:50:31 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110201850.f9KIoVT98776@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 11:50:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 11:50:31 PDT Modified files: sys/alpha/conf GENERIC sys/i386/conf GENERIC NOTES sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/conf files Log: Remove wx. Revision Changes Path 1.127 +0 -1 src/sys/alpha/conf/GENERIC 1.576 +0 -1 src/sys/conf/files 1.325 +0 -1 src/sys/i386/conf/GENERIC 1.971 +0 -5 src/sys/i386/conf/NOTES 1.20 +0 -1 src/sys/ia64/conf/GENERIC 1.191 +0 -1 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:51: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 EA2ED37B403; Sat, 20 Oct 2001 11:51:10 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIpAu98829; Sat, 20 Oct 2001 11:51:10 -0700 (PDT) (envelope-from jake) Message-Id: <200110201851.f9KIpAu98829@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 11:51:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 11:51:10 PDT Modified files: sys/sparc64/include cpu.h Log: Fix get_cyclecount. Wrap in ifdef _KERNEL. Revision Changes Path 1.7 +6 -2 src/sys/sparc64/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:51: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 94DB137B401; Sat, 20 Oct 2001 11:51:45 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIpjP98887; Sat, 20 Oct 2001 11:51:45 -0700 (PDT) (envelope-from jake) Message-Id: <200110201851.f9KIpjP98887@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 11:51:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 intr_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 11:51:45 PDT Modified files: sys/sparc64/sparc64 intr_machdep.c Log: Remove interrupt queue array. Its in globaldata now. Revision Changes Path 1.4 +0 -1 src/sys/sparc64/sparc64/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 11:52: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 87F1537B403; Sat, 20 Oct 2001 11:52:44 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KIqiD98978; Sat, 20 Oct 2001 11:52:44 -0700 (PDT) (envelope-from jake) Message-Id: <200110201852.f9KIqiD98978@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 11:52:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 tsb.c pv.c pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 11:52:44 PDT Modified files: sys/sparc64/sparc64 tsb.c pv.c pmap.c Log: Add missing includes. Revision Changes Path 1.16 +1 -0 src/sys/sparc64/sparc64/pmap.c 1.6 +2 -1 src/sys/sparc64/sparc64/pv.c 1.7 +1 -0 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 12: 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 E61AE37B401; Sat, 20 Oct 2001 12:04:38 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KJ4c100144; Sat, 20 Oct 2001 12:04:38 -0700 (PDT) (envelope-from tegge) Message-Id: <200110201904.f9KJ4c100144@freefall.freebsd.org> From: Tor Egge Date: Sat, 20 Oct 2001 12:04:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/20 12:04:38 PDT Modified files: (Branch: RELENG_4) sys/i386/isa npx.c Log: MFC: Explicitly initialize the fpu when SSE is enabled. Reviewed by: peter, bde Revision Changes Path 1.80.2.3 +6 -1 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 12:17: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 BEA1D37B405; Sat, 20 Oct 2001 12:17:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KJHfh04130; Sat, 20 Oct 2001 12:17:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200110201917.f9KJHfh04130@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 20 Oct 2001 12:17:41 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/20 12:17:41 PDT Modified files: sysutils/lsof Makefile distinfo Log: Update to version 4.59 * IPv4 and IPv6 network files can be selected with -i4 and -i6. (IPv6 network file selection is only possible when lsof supports IPv6 for the dialect.) * Added new output field for raw device number in hex. The field is identified with 'r'. This field is NOT selected when -F or -F0 is specified so that its appearance won't disturb existing scripts that process field output. Revision Changes Path 1.97 +3 -3 ports/sysutils/lsof/Makefile 1.76 +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 Sat Oct 20 12:19: 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 1BF7737B408; Sat, 20 Oct 2001 12:18:55 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KJItJ04307; Sat, 20 Oct 2001 12:18:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200110201918.f9KJItJ04307@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 20 Oct 2001 12:18:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/10/20 12:18:55 PDT Modified files: sysutils/lsof Makefile Log: fix minor nit Revision Changes Path 1.98 +4 -2 ports/sysutils/lsof/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 12:56: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 81B9237B405; Sat, 20 Oct 2001 12:56:17 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KJuH506808; Sat, 20 Oct 2001 12:56:17 -0700 (PDT) (envelope-from ache) Message-Id: <200110201956.f9KJuH506808@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Oct 2001 12:56:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/20 12:56:17 PDT Modified files: security/drweb Makefile distinfo pkg-plist Log: Upgrade to 4.26b Revision Changes Path 1.16 +1 -2 ports/security/drweb/Makefile 1.3 +1 -1 ports/security/drweb/distinfo 1.10 +22 -7 ports/security/drweb/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 Oct 20 13: 1:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 5F2D837B401; Sat, 20 Oct 2001 13:01:42 -0700 (PDT) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id f9KK1cv22045; Sat, 20 Oct 2001 22:01:38 +0200 (CEST) (envelope-from wkb) Date: Sat, 20 Oct 2001 22:01:38 +0200 From: Wilko Bulte To: Matt Jacob Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_wx.c if_wxreg.h if_wxvar.h Message-ID: <20011020220138.A22018@freebie.xs4all.nl> References: <200110201848.f9KImkj98563@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: <200110201848.f9KImkj98563@freefall.freebsd.org>; from mjacob@FreeBSD.ORG on Sat, Oct 20, 2001 at 11:48:46AM -0700 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 20, 2001 at 11:48:46AM -0700, Matt Jacob wrote: I think you might want to remove the man page as well? > mjacob 2001/10/20 11:48:46 PDT > > Removed files: > sys/pci if_wx.c if_wxreg.h if_wxvar.h > Log: > Remove this driver from FreeBSD. > > Jonathon Lemon's driver (gx) is at least as fast and has more features > and is likely to be better supported. > > It is also possible that Intel might support this chipset in FreeBSD > with their own driver. Somewhat secretive and furtive rumblings from > certain Yahoo employees have indicated that this might happen soon. > > I'm a little unhappy at the lack of discussion on the net list about > this, or on developers, or on hackers, or the lack of mention on > audit. This then leaves me to try and figure out the right thing > to do. > > I've concluded that the right thing to do is to remove wx from FreeBSD, > as this is probably best for FreeBSD. > > Revision Changes Path > 1.25 +0 -2217 src/sys/pci/if_wx.c (dead) > 1.10 +0 -465 src/sys/pci/if_wxreg.h (dead) > 1.13 +0 -280 src/sys/pci/if_wxvar.h (dead) ---end of quoted text--- -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 13: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 80B8E37B405; Sat, 20 Oct 2001 13:21:34 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KKLYk11616; Sat, 20 Oct 2001 13:21:34 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110202021.f9KKLYk11616@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 13:21:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 13:21:34 PDT Modified files: sys/modules Makefile Log: Oops. Remove wx. Revision Changes Path 1.209 +0 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 13:21: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 6688137B401; Sat, 20 Oct 2001 13:21:51 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KKLpd11704; Sat, 20 Oct 2001 13:21:51 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110202021.f9KKLpd11704@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 13:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/wx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 13:21:51 PDT Removed files: sys/modules/wx Makefile Log: remove wx Revision Changes Path 1.4 +0 -9 src/sys/modules/wx/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 13:23:12 2001 Delivered-To: cvs-all@freebsd.org Received: from b80216.upc-b.chello.nl (b80216.upc-b.chello.nl [212.83.80.216]) by hub.freebsd.org (Postfix) with ESMTP id CECB037B401; Sat, 20 Oct 2001 13:23:04 -0700 (PDT) Received: from adv.devet.org (adv.devet.org [192.168.1.2]) by b80216.upc-b.chello.nl (Postfix) with ESMTP id 9E97B68CD; Sat, 20 Oct 2001 22:23:03 +0200 (CEST) Received: by adv.devet.org (Postfix, from userid 100) id 8F3433E13; Sat, 20 Oct 2001 22:23:03 +0200 (CEST) Date: Sat, 20 Oct 2001 22:23:03 +0200 To: darrenr@freebsd.org Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.network rc.shutdown src/etc/defaults rc.conf src/etc/mtree BSD.var.dist Message-ID: <20011020222303.A35085@adv.devet.org> References: <200110200433.f9K4XCc52779@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011020183537.A33620@adv.devet.org> User-Agent: Mutt/1.3.22.1i X-Newsgroups: list.freebsd.cvs.all Organization: Eindhoven, the Netherlands From: devet@devet.org (Arjan de Vet) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Hmm... with these default settings from defaults/rc.conf: > > ipfilter_program="/sbin/ipf -Fa -f" > ipfs_flags="" > ipfs_program="/sbin/ipfs" > >these kind of expressions in /etc/rc.network: > > ${ipfilter_program:-/sbin/ipf -y} > ${ipfs_program:-/sbin/ipfs -R} ${ipfs_flags} > >will evaluate to: > > /sbin/ipf -Fa -f > /sbin/ipfs > >and that's not what is intended in these cases I think. > >Furthermore I see these kind of expressions for ipfilter-related stuff >preceded by 'eval' a lot. That seems unnecessary to me. > >Let me see if I can cleanup and test this stuff this weekend, the >ipfilter_program and ipnat_program variables for example are the only >*_program variables in defaults/rc.conf to have options included :-(. Here's a patch which should solve the problems mentioned. I'm not running current at the moment so I have not been able to test this. I want to port it to -stable tomorrow and test it there tomorrow. The patch also starts ipmon before loading the filter rules (and not after loading filter rules as was previously the case). Furthermore loading of the state table is done after loading filter/nat rules (and not only after loading filter rules as was previously the case). Index: rc.network =================================================================== RCS file: /home/freebsd/CVS/src/etc/rc.network,v retrieving revision 1.109 diff -u -r1.109 rc.network --- rc.network 2001/10/20 04:46:32 1.109 +++ rc.network 2001/10/20 20:18:31 @@ -75,25 +75,16 @@ echo "Warning: ipfilter kernel module failed to load." fi + case "${ipmon_enable}" in + [Yy][Ee][Ss]) + echo -n ' ipmon' + ${ipmon_program:-/sbin/ipmon} ${ipmon_flags} + ;; + esac if [ -r "${ipfilter_rules}" ]; then echo -n ' ipfilter'; - ${ipfilter_program:-/sbin/ipf -Fa -f} \ + ${ipfilter_program:-/sbin/ipf} -Fa -f \ "${ipfilter_rules}" ${ipfilter_flags} - case "${ipmon_enable}" in - [Yy][Ee][Ss]) - echo -n ' ipmon' - ${ipmon_program:-/sbin/ipmon} ${ipmon_flags} - ;; - esac - case "${ipfs_enable}" in - [Yy][Ee][Ss]) - if [ -r "/var/db/ipf/ipstate.ipf" ]; then - echo -n ' ipfs'; - eval ${ipfs_program:-/sbin/ipfs -R} \ - ${ipfs_flags} - fi - ;; - esac else ipfilter_enable="NO" echo -n ' NO IPF RULES' @@ -109,13 +100,22 @@ fi if [ -r "${ipnat_rules}" ]; then echo -n ' ipnat'; - eval ${ipnat_program:-/sbin/ipnat -CF -f} \ - "${ipnat_rules}" ${ipnat_flags} + ${ipnat_program:-/sbin/ipnat} -CF -f \ + "${ipnat_rules}" ${ipnat_flags} else echo -n ' NO IPNAT RULES' fi ;; esac + case "${ipfs_enable}" in + [Yy][Ee][Ss]) + if [ -r "/var/db/ipf/ipstate.ipf" ]; then + echo -n ' ipfs'; + ${ipfs_program:-/sbin/ipfs} -R \ + ${ipfs_flags} + fi + ;; + esac # Set the domainname if we're using NIS # @@ -279,12 +279,12 @@ # case ${ipfilter_enable} in [Yy][Ee][Ss]) - ${ipfilter_program:-/sbin/ipf -y} + ${ipfilter_program:-/sbin/ipf} -y ;; *) case ${ipnat_enable} in [Yy][Ee][Ss]) - ${ipfilter_program:-/sbin/ipf -y} + ${ipfilter_program:-/sbin/ipf} -y ;; esac esac Index: rc.shutdown =================================================================== RCS file: /home/freebsd/CVS/src/etc/rc.shutdown,v retrieving revision 1.18 diff -u -r1.18 rc.shutdown --- rc.shutdown 2001/10/20 04:32:57 1.18 +++ rc.shutdown 2001/10/20 17:09:04 @@ -129,7 +129,7 @@ case ${ipfs_enable} in [Yy][Ee][Ss]) echo -n 'Saving IP Filter state tables:' - eval ${ipfs_program:-/sbin/ipfs -W} ${ipfs_flags} + ${ipfs_program:-/sbin/ipfs} -W ${ipfs_flags} ;; esac Index: defaults/rc.conf =================================================================== RCS file: /home/freebsd/CVS/src/etc/defaults/rc.conf,v retrieving revision 1.130 diff -u -r1.130 rc.conf --- defaults/rc.conf 2001/10/20 04:33:02 1.130 +++ defaults/rc.conf 2001/10/20 17:00:49 @@ -61,8 +61,7 @@ natd_interface="fxp0" # Public interface or IPaddress to use. natd_flags="" # Additional flags for natd. ipfilter_enable="NO" # Set to YES to enable ipfilter functionality -ipfilter_program="/sbin/ipf -Fa -f" - # program and how to specify the rules file, +ipfilter_program="/sbin/ipf" # program and how to specify the rules file, # see /etc/rc.network (pass1) for details ipfilter_rules="/etc/ipf.rules" # rules definition file for ipfilter, see # /usr/src/contrib/ipfilter/rules for examples @@ -70,7 +69,7 @@ # (i.e. compiled into the kernel) to # avoid a warning about "already initialized" ipnat_enable="NO" # Set to YES for ipnat; needs ipfilter, too! -ipnat_program="/sbin/ipnat -CF -f" # program and how to specify rules file +ipnat_program="/sbin/ipnat" # program and how to specify rules file ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat ipnat_flags="" # additional flags for ipnat ipfs_enable="NO" # Set to YES to enable saving and restoring Arjan -- Arjan de Vet, Eindhoven, The Netherlands URL: http://www.iae.nl/users/devet/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 13:50: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 15D2437B408; Sat, 20 Oct 2001 13:50:26 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KKoNp13972; Sat, 20 Oct 2001 13:50:23 -0700 (PDT) (envelope-from ache) Message-Id: <200110202050.f9KKoNp13972@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Oct 2001 13:50:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile distinfo ports/security/drweb-sendmail/files patch-aa patch-ac patch-af patch-ab patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/10/20 13:50:22 PDT Modified files: security/drweb-sendmail Makefile distinfo security/drweb-sendmail/files patch-aa patch-ac patch-af Removed files: security/drweb-sendmail/files patch-ab patch-ad patch-ae Log: Upgrade to 4.26b Revision Changes Path 1.28 +3 -2 ports/security/drweb-sendmail/Makefile 1.3 +1 -1 ports/security/drweb-sendmail/distinfo 1.3 +5 -5 ports/security/drweb-sendmail/files/patch-aa 1.8 +0 -49 ports/security/drweb-sendmail/files/patch-ab (dead) 1.7 +3 -46 ports/security/drweb-sendmail/files/patch-ac 1.2 +0 -9 ports/security/drweb-sendmail/files/patch-ad (dead) 1.2 +0 -16 ports/security/drweb-sendmail/files/patch-ae (dead) 1.2 +6 -18 ports/security/drweb-sendmail/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 Sat Oct 20 13:56: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id C39E937B40A for ; Sat, 20 Oct 2001 13:55:52 -0700 (PDT) Received: (qmail 1695 invoked by uid 1000); 20 Oct 2001 20:55:44 -0000 Date: Sat, 20 Oct 2001 23:55:44 +0300 From: Peter Pentchev To: Munechika SUMIKAWA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13+ipv6 Makefile distinfo pkg-plist ports/www/apache13+ipv6/files FreeBSD.layout patch-ab Message-ID: <20011020235544.B1355@straylight.oblivion.bg> Mail-Followup-To: Munechika SUMIKAWA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110171236.f9HCaFT83594@freefall.freebsd.org> <867ktu15ap.wl@gray.plala.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <867ktu15ap.wl@gray.plala.or.jp>; from sf@FreeBSD.org on Thu, Oct 18, 2001 at 03:37:34AM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 03:37:34AM +0900, FUJISHIMA Satsuki wrote: > /usr/ports/www/apache13+ipv6$ make -V MAINTAINER > sumikawa@FreeBSD.org > > ? > > At Wed, 17 Oct 2001 05:36:15 -0700 (PDT), > Peter Pentchev wrote: > > PR: 31329 > > Submitted by: maintainer Well, it's simple - I screwed up :\ For some reason I was sure that Martti Kuparinen (the PR submitter) actually *was* the port maintainer.. Sumikawa-san, I hope you will accept my apologies? G'luck, Peter -- This sentence is false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 13:58: 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 B3A1B37B403; Sat, 20 Oct 2001 13:57:58 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KKvwB14890; Sat, 20 Oct 2001 13:57:58 -0700 (PDT) (envelope-from jake) Message-Id: <200110202057.f9KKvwB14890@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Oct 2001 13:57:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2001/10/20 13:57:58 PDT Modified files: sys/sparc64/sparc64 machdep.c Log: Add missing include. Revision Changes Path 1.19 +1 -0 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 14: 5: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 7B9B537B403; Sat, 20 Oct 2001 14:05:15 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KL5F616082; Sat, 20 Oct 2001 14:05:15 -0700 (PDT) (envelope-from gallatin) Message-Id: <200110202105.f9KL5F616082@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 20 Oct 2001 14:05:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci t2.c t2_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2001/10/20 14:05:15 PDT Modified files: sys/alpha/pci t2.c t2_pci.c Log: - splhigh()/splx() -> critical_enter()/critical_exit() - fix KV macro in t2_pci.c to include the sable_lynx_base variable so that the T2 CSRs can be found on lynxes. Current should be bootable on lynxes now. Revision Changes Path 1.12 +2 -2 src/sys/alpha/pci/t2.c 1.8 +4 -4 src/sys/alpha/pci/t2_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 14: 7: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 1388B37B403; Sat, 20 Oct 2001 14:07:18 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KL7Ie18956; Sat, 20 Oct 2001 14:07:18 -0700 (PDT) (envelope-from gallatin) Message-Id: <200110202107.f9KL7Ie18956@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 20 Oct 2001 14:07:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_2100_a500.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2001/10/20 14:07:18 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha dec_2100_a500.c Log: MFC 1.10 - get EV5 (demi)sables working Revision Changes Path 1.1.2.5 +5 -2 src/sys/alpha/alpha/dec_2100_a500.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 14:28:16 2001 Delivered-To: cvs-all@freebsd.org Received: from p3.locore.ca (p3.locore.ca [198.96.117.171]) by hub.freebsd.org (Postfix) with ESMTP id 72EF937B403; Sat, 20 Oct 2001 14:28:13 -0700 (PDT) Received: (from jake@localhost) by p3.locore.ca (8.11.4/8.11.4) id f9KL0A667510; Sat, 20 Oct 2001 17:00:10 -0400 (EDT) (envelope-from jake) Date: Sat, 20 Oct 2001 17:00:09 -0400 From: Jake Burkholder To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include bootinfo.h Message-ID: <20011020170009.F49887@locore.ca> References: <200110201555.f9KFtgm72696@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: <200110201555.f9KFtgm72696@freefall.freebsd.org>; from jake@FreeBSD.org on Sat, Oct 20, 2001 at 08:55:42AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sat, Oct 20, 2001 at 08:55:42AM -0700, Jake Burkholder said words to the effect of; > jake 2001/10/20 08:55:42 PDT > > Modified files: > sys/sparc64/include bootinfo.h > Log: > Add fields for boothowto and the kernel environment to boothowto. Argh! I made the same typo in perforce. The fields were added to bootinfo not boothowto. > > Revision Changes Path > 1.4 +3 -1 src/sys/sparc64/include/bootinfo.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 14:31: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 96B9337B401; Sat, 20 Oct 2001 14:31:22 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id A5C8714C40; Sat, 20 Oct 2001 15:14:03 +0200 (CEST) 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: Doug Rabson Cc: Marcel Moolenaar , , Subject: Re: cvs commit: src/sys/ia64/ia64 sal.c References: <20011020094338.J549-100000@salmon.nlsystems.com> From: Dag-Erling Smorgrav Date: 20 Oct 2001 15:14:02 +0200 In-Reply-To: <20011020094338.J549-100000@salmon.nlsystems.com> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug Rabson writes: > I was planning to spend some time just tracking down userland problems. > With the new pmap, the system is quite stable and manages to reach > multiuser mode quite easily. Way to go! This is definitely newsflash-worthy! 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 Sat Oct 20 14:48: 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 A3D2837B401; Sat, 20 Oct 2001 14:47:58 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9KLlwV22563; Sat, 20 Oct 2001 14:47:58 -0700 (PDT) (envelope-from mjacob) Message-Id: <200110202147.f9KLlwV22563@freefall.freebsd.org> From: Matt Jacob Date: Sat, 20 Oct 2001 14:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_12160.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/10/20 14:47:58 PDT Modified files: sys/dev/ispfw asm_12160.h Log: Update to latest 12160 f/w. MFC after: 1 week Revision Changes Path 1.4 +1633 -1600 src/sys/dev/ispfw/asm_12160.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 17:28:32 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DE27837B406; Sat, 20 Oct 2001 17:28:22 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 27E906A90F; Sun, 21 Oct 2001 09:58:20 +0930 (CST) Date: Sun, 21 Oct 2001 09:58:20 +0930 From: Greg Lehey To: David O'Brien Cc: "Matthew N. Dodd" , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: libedit for Vinum (was: cvs commit: src/gnu/usr.bin/bc Makefile config.h) Message-ID: <20011021095820.G85563@wantadilla.lemis.com> References: <200110190024.f9J0Odt26405@freefall.freebsd.org> <20011020045728.A87527@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011020045728.A87527@dragon.nuxi.com>; from obrien@FreeBSD.org on Sat, Oct 20, 2001 at 04:57:28AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, 20 October 2001 at 4:57:28 -0700, David O'Brien wrote: > On Thu, Oct 18, 2001 at 09:38:09PM -0400, Matthew N. Dodd wrote: >> On Thu, 18 Oct 2001, Matthew N. Dodd wrote: >>> mdodd 2001/10/18 17:24:39 PDT >>> >>> Modified files: >>> gnu/usr.bin/bc Makefile config.h >>> Log: >>> Turn on the libedit support in bc. Turn off libreadline. >> >> The remaining in tree consumers of libreadline are: >> ... >> src/sbin/vinum > > These programs, being non-GPV'ed, would benefit from using libedit > rather than libreadline (unless Grog does not like libedit for > vinum). No, it's just laziness. kris sent me some patches long ago, but I didn't get round to looking at them. As long as they don't change the functionality, I don't have an issue with them. >> The changes to vinum are a little more involved Can somebody remind me why this is? There can't be more than a couple of lines involved in the original import of libreadline. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 18:17: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id D167837B405; Sat, 20 Oct 2001 18:17:06 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9L1H6N14825; Sat, 20 Oct 2001 18:17:06 -0700 (PDT) (envelope-from obrien) Date: Sat, 20 Oct 2001 18:17:06 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h Message-ID: <20011020181706.B9151@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200110180027.f9I0Rd850796@freefall.freebsd.org> <20011018115810.A87594@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: <20011018115810.A87594@sunbay.com>; from ru@FreeBSD.org on Thu, Oct 18, 2001 at 11:58:10AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 11:58:10AM +0300, Ruslan Ermilov wrote: > Also, the ia64/include/ansi.h doesn't have __GNUC__ version checks > thus making it impossible to cross-upgrade from 4.4-STABLE i386 to > 5.0-CURRENT ia64. Has this been considered? I really don't care about this case. You either upgrade on major version to another, or you cross build [same version]. Beyond that is too much a corner case and PITA. It sounds like you are just strongly avoiding running 5-CURRENT. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 18:25:34 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5AAFA37B401; Sat, 20 Oct 2001 18:25:31 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9L1POk15002; Sat, 20 Oct 2001 18:25:24 -0700 (PDT) (envelope-from obrien) Date: Sat, 20 Oct 2001 18:25:24 -0700 From: "David O'Brien" To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/binutils - Imported sources Message-ID: <20011020182524.E9151@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011017194421.C17542@dragon.nuxi.com> <20011018081858.Y549-100000@salmon.nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011018081858.Y549-100000@salmon.nlsystems.com>; from dfr@nlsystems.com on Thu, Oct 18, 2001 at 08:19:54AM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 08:19:54AM +0100, Doug Rabson wrote: > Ummm. I'm confused - I was running a kernel under SKI just yesterday. What > kernel config are you using? I use the canned 'SKI' config. Can you put your kernel and ia64-root.fs on freefall? The only one I have is from April 30th. Peter tried to build a new one and hit the problem he posted. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 20: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 6848537B403; Sat, 20 Oct 2001 20:10:29 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L3ATw00121; Sat, 20 Oct 2001 20:10:29 -0700 (PDT) (envelope-from dinoex) Message-Id: <200110210310.f9L3ATw00121@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 20 Oct 2001 20:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/10/20 20:10:29 PDT Modified files: mail/sendmail Makefile pkg-plist Log: Install the Operarion Manual as share/doc/sendmail/op.ps Revision Changes Path 1.29 +2 -0 ports/mail/sendmail/Makefile 1.9 +2 -1 ports/mail/sendmail/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 Oct 20 20:13: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 9645C37B405; Sat, 20 Oct 2001 20:13:44 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L3Diq00458; Sat, 20 Oct 2001 20:13:44 -0700 (PDT) (envelope-from dinoex) Message-Id: <200110210313.f9L3Diq00458@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 20 Oct 2001 20:13:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl83 Makefile distinfo pkg-plist ports/lang/tcl83/files patch-aa patch-configure patch-tcl.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/10/20 20:13:44 PDT Modified files: lang/tcl83 Makefile distinfo pkg-plist lang/tcl83/files patch-aa patch-configure patch-tcl.m4 Log: Update to tcl 8.3.4 More encodings are inculded into the release Revision Changes Path 1.47 +4 -5 ports/lang/tcl83/Makefile 1.19 +1 -1 ports/lang/tcl83/distinfo 1.20 +27 -21 ports/lang/tcl83/files/patch-aa 1.2 +7 -6 ports/lang/tcl83/files/patch-configure 1.2 +7 -6 ports/lang/tcl83/files/patch-tcl.m4 1.23 +10 -3 ports/lang/tcl83/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 Oct 20 20:15: 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 EA3CC37B403; Sat, 20 Oct 2001 20:15:03 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L3F3v00612; Sat, 20 Oct 2001 20:15:03 -0700 (PDT) (envelope-from dinoex) Message-Id: <200110210315.f9L3F3v00612@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 20 Oct 2001 20:15:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/tk83 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/10/20 20:15:03 PDT Modified files: x11-toolkits/tk83 Makefile distinfo Log: Update to 8.3.4 Revision Changes Path 1.48 +4 -4 ports/x11-toolkits/tk83/Makefile 1.18 +1 -1 ports/x11-toolkits/tk83/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 20:17: 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 D45F837B403; Sat, 20 Oct 2001 20:16:56 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L3GuI00846; Sat, 20 Oct 2001 20:16:56 -0700 (PDT) (envelope-from yokota) Message-Id: <200110210316.f9L3GuI00846@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 20 Oct 2001 20:16:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include/pc bios.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yokota 2001/10/20 20:16:56 PDT Modified files: (Branch: RELENG_4) sys/i386/include/pc bios.h Log: MFC: rev 1.13 Fix the argument specifier for the PnP BIOS function 2 (PNP_SET_DEVNODE). The second argument is not a segment:offset pointer, but a 16 bit short. Revision Changes Path 1.7.2.3 +2 -2 src/sys/i386/include/pc/bios.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 20:57: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 0D6F337B403; Sat, 20 Oct 2001 20:57:36 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L3vat03369; Sat, 20 Oct 2001 20:57:36 -0700 (PDT) (envelope-from marcel) Message-Id: <200110210357.f9L3vat03369@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 20 Oct 2001 20:57:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_sysctl.c linux_uid16.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/20 20:57:35 PDT Added files: (Branch: RELENG_4) sys/compat/linux linux_sysctl.c linux_uid16.c Log: Speculatively add these files to the RELENG_4 branch so that people can test the MFC candidate (see -emulation). Revision Changes Path 1.2.2.1 +120 -0 src/sys/compat/linux/linux_sysctl.c (new) 1.4.2.1 +289 -0 src/sys/compat/linux/linux_uid16.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 21: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 A912037B401; Sat, 20 Oct 2001 21:28:00 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L4S0Y08141; Sat, 20 Oct 2001 21:28:00 -0700 (PDT) (envelope-from marcel) Message-Id: <200110210428.f9L4S0Y08141@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 20 Oct 2001 21:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/20 21:28:00 PDT Modified files: emulators/linux_base-7 Makefile Log: Make sure there's a mtab in etc. This is required in a couple of cases, especially StarOffice6. Revision Changes Path 1.3 +5 -2 ports/emulators/linux_base-7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 21:28: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 E142237B406; Sat, 20 Oct 2001 21:28:27 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L4SRm08219; Sat, 20 Oct 2001 21:28:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110210428.f9L4SRm08219@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 20 Oct 2001 21:28:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/20 21:28:27 PDT Modified files: graphics/gd Makefile Log: XFree86-4 installs freetype.6, freetype2 installs freetype.7 so we have to use "freetype.7" instead of just "freetype" Reported by: Mike Harding Revision Changes Path 1.43 +2 -2 ports/graphics/gd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 21:30: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 CFBAB37B401; Sat, 20 Oct 2001 21:30:31 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L4UVf08413; Sat, 20 Oct 2001 21:30:31 -0700 (PDT) (envelope-from ijliao) Message-Id: <200110210430.f9L4UVf08413@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 20 Oct 2001 21:30:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/10/20 21:30:31 PDT Modified files: graphics/gd2 Makefile Log: remove unnecessary "\" Revision Changes Path 1.44 +1 -1 ports/graphics/gd2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 22:18: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 A117B37B401; Sat, 20 Oct 2001 22:18:30 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L5IUP14491; Sat, 20 Oct 2001 22:18:30 -0700 (PDT) (envelope-from bde) Message-Id: <200110210518.f9L5IUP14491@freefall.freebsd.org> From: Bruce Evans Date: Sat, 20 Oct 2001 22:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/20 22:18:30 PDT Modified files: sys/i386/isa npx.c Log: MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. - 1.58 (2000/09/01; author: kato) Fixed FPU_ERROR_BROKEN code. It had old-isa code. - 1.33 (1998/03/09; author: kato) Make FPU_ERROR_BROKEN a new-style option. - 1.7 (1996/10/09; author: asami) Make sure FPU is recognized for non-Intel CPUs. The log for rev.1.7 should have said something like: Added FPU_ERROR_BROKEN option. This forces a successful probe for exception 16, so that hardware with a broken FPU error signal can sort of work. Revision Changes Path 1.117 +9 -0 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 22:52: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 4B55937B403; Sat, 20 Oct 2001 22:52:55 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L5qtJ16172; Sat, 20 Oct 2001 22:52:55 -0700 (PDT) (envelope-from marcel) Message-Id: <200110210552.f9L5qtJ16172@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 20 Oct 2001 22:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include pal.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/20 22:52:55 PDT Modified files: sys/ia64/include pal.h Log: Add define for the PIB default address and include a reference to the SDM. Revision Changes Path 1.5 +7 -2 src/sys/ia64/include/pal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 22:56: 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 B961337B401; Sat, 20 Oct 2001 22:56:03 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L5u3K16284; Sat, 20 Oct 2001 22:56:03 -0700 (PDT) (envelope-from bde) Message-Id: <200110210556.f9L5u3K16284@freefall.freebsd.org> From: Bruce Evans Date: Sat, 20 Oct 2001 22:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/20 22:56:03 PDT Modified files: sys/i386/isa npx.c Log: MFpc98: fundamental differences. The magic numbers for the i/o port and the irq are different for pc98, and are not very well handled (we use a historical mess of hard-coded values, values from header files and values from hints). Revision Changes Path 1.118 +17 -0 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 23: 5: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 D39EC37B401; Sat, 20 Oct 2001 23:05:08 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L658k17498; Sat, 20 Oct 2001 23:05:08 -0700 (PDT) (envelope-from bde) Message-Id: <200110210605.f9L658k17498@freefall.freebsd.org> From: Bruce Evans Date: Sat, 20 Oct 2001 23:05:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/20 23:05:08 PDT Modified files: sys/i386/isa npx.c Log: MFi386: - sys/pc98/pc98/npx.c 1.87 (2001/09/15; author: imp) I don't think pc98 has acpi at all, so ifdef the acpi attachments for now. This completes merging sys/pc98/pc98/npx.c into sys/i386/isa/npx.c so that the former can be removed. Revision Changes Path 1.119 +2 -0 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 23:12: 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 E7A5737B405; Sat, 20 Oct 2001 23:12:06 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L6C6820342; Sat, 20 Oct 2001 23:12:06 -0700 (PDT) (envelope-from dillon) Message-Id: <200110210612.f9L6C6820342@freefall.freebsd.org> From: Matt Dillon Date: Sat, 20 Oct 2001 23:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c src/sys/vm vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/20 23:12:06 PDT Modified files: sys/kern vfs_cluster.c sys/vm vm_pageout.c Log: Syntax cleanup and documentation, no operational changes. MFC after: 1 day Revision Changes Path 1.113 +56 -11 src/sys/kern/vfs_cluster.c 1.185 +9 -5 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 23: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 3FF2737B401; Sat, 20 Oct 2001 23:14:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L6ECb20525; Sat, 20 Oct 2001 23:14:12 -0700 (PDT) (envelope-from bde) Message-Id: <200110210614.f9L6ECb20525@freefall.freebsd.org> From: Bruce Evans Date: Sat, 20 Oct 2001 23:14:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 src/sys/pc98/pc98 npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/10/20 23:14:12 PDT Modified files: sys/conf files.pc98 Removed files: sys/pc98/pc98 npx.c Log: Use the i386 version of npx.c. It has been merged with the pc98 version. Approved by: nyan Not tested by: bde Revision Changes Path 1.208 +2 -2 src/sys/conf/files.pc98 1.91 +0 -1003 src/sys/pc98/pc98/npx.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 23:26: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 125C837B405; Sat, 20 Oct 2001 23:26:56 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9L6QuH22718; Sat, 20 Oct 2001 23:26:56 -0700 (PDT) (envelope-from dillon) Message-Id: <200110210626.f9L6QuH22718@freefall.freebsd.org> From: Matt Dillon Date: Sat, 20 Oct 2001 23:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/20 23:26:56 PDT Modified files: sys/kern vfs_bio.c Log: Documentation MFC after: 1 day Revision Changes Path 1.291 +4 -7 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 20 23:59:48 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id D6B1D37B401; Sat, 20 Oct 2001 23:59:44 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f9L6xiM23237; Sat, 20 Oct 2001 23:59:44 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 879EB380A; Sat, 20 Oct 2001 23:59:44 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa npx.c In-Reply-To: <200110210605.f9L658k17498@freefall.freebsd.org> Date: Sat, 20 Oct 2001 23:59:44 -0700 From: Peter Wemm Message-Id: <20011021065944.879EB380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans wrote: > bde 2001/10/20 23:05:08 PDT > > Modified files: > sys/i386/isa npx.c > Log: > MFi386: > - sys/pc98/pc98/npx.c 1.87 (2001/09/15; author: imp) > I don't think pc98 has acpi at all, so ifdef the acpi attachments for > now. > > This completes merging sys/pc98/pc98/npx.c into sys/i386/isa/npx.c so > that the former can be removed. Can we do the same for i386/machdep.c? There are so few differences it seems hardly worth it.. as it is, it gets regularly out of sync... 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