From owner-cvs-all@FreeBSD.ORG Sun Sep 11 00:08:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7562B16A41F; Sun, 11 Sep 2005 00:08:52 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D3E43D46; Sun, 11 Sep 2005 00:08:52 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B08q2E082682; Sun, 11 Sep 2005 00:08:52 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B08qSv082681; Sun, 11 Sep 2005 00:08:52 GMT (envelope-from gerald) Message-Id: <200509110008.j8B08qSv082681@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 11 Sep 2005 00:08:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 00:08:52 -0000 gerald 2005-09-11 00:08:51 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20050908 snapshot of GCC 4.0.2. Revision Changes Path 1.226 +1 -1 ports/lang/gcc40/Makefile 1.127 +10 -10 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 00:22:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF0B16A41F; Sun, 11 Sep 2005 00:22:21 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538EB43D46; Sun, 11 Sep 2005 00:22:21 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B0ML2r083241; Sun, 11 Sep 2005 00:22:21 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B0MLV9083240; Sun, 11 Sep 2005 00:22:21 GMT (envelope-from obrien) Message-Id: <200509110022.j8B0MLV9083240@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 00:22:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 00:22:21 -0000 obrien 2005-09-11 00:22:21 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk Log: For HEAD, install a kernel with debug information if DEBUG is a kernel config option. It is too easy to loose the build directory and not have symbols for kgdb to read. Revision Changes Path 1.84 +4 -17 src/sys/conf/kern.post.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 00:24:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D158B16A41F; Sun, 11 Sep 2005 00:24:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9031043D46; Sun, 11 Sep 2005 00:24:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B0OE2S083299; Sun, 11 Sep 2005 00:24:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B0OEB6083298; Sun, 11 Sep 2005 00:24:14 GMT (envelope-from linimon) Message-Id: <200509110024.j8B0OEB6083298@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 00:24:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 00:24:15 -0000 linimon 2005-09-11 00:24:14 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove expired sunsite mirror. Prompted by: distfile survey Revision Changes Path 1.303 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 00:47:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120F316A41F; Sun, 11 Sep 2005 00:47:04 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C500143D45; Sun, 11 Sep 2005 00:47:03 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B0l3Bx085862; Sun, 11 Sep 2005 00:47:03 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B0l3tf085772; Sun, 11 Sep 2005 00:47:03 GMT (envelope-from marcel) Message-Id: <200509110047.j8B0l3tf085772@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Sep 2005 00:47:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_ia64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 00:47:04 -0000 marcel 2005-09-11 00:47:03 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_ia64.c Log: Unwind across trap frames. Handles all entry points, except the EPC syscall. This is an entry from userland anyway. MFC after: 1 week Revision Changes Path 1.4 +201 -47 src/gnu/usr.bin/gdb/kgdb/trgt_ia64.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 00:52:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8A916A41F; Sun, 11 Sep 2005 00:52:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE9743D48; Sun, 11 Sep 2005 00:52:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B0q5hh091511; Sun, 11 Sep 2005 00:52:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B0q5Zb091510; Sun, 11 Sep 2005 00:52:05 GMT (envelope-from obrien) Message-Id: <200509110052.j8B0q5Zb091510@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 00:52:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c tw_osl_includes.h tw_osl_ioctl.h tw_osl_share.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 00:52:05 -0000 obrien 2005-09-11 00:52:05 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c tw_osl_includes.h tw_osl_ioctl.h tw_osl_share.h Log: Don't pollute the entire kernel build with -I$S/dev/twa. Revision Changes Path 1.1043 +10 -5 src/sys/conf/files 1.66 +0 -3 src/sys/conf/kern.pre.mk 1.4 +1 -1 src/sys/dev/twa/tw_osl_cam.c 1.2 +4 -4 src/sys/dev/twa/tw_osl_freebsd.c 1.2 +4 -4 src/sys/dev/twa/tw_osl_includes.h 1.2 +2 -2 src/sys/dev/twa/tw_osl_ioctl.h 1.3 +1 -1 src/sys/dev/twa/tw_osl_share.h From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:02:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2779016A41F; Sun, 11 Sep 2005 01:02:36 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C361E43D46; Sun, 11 Sep 2005 01:02:35 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-187-179.dsl.snfc21.pacbell.net [64.171.187.179]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8B12co5021097 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Sep 2005 18:02:39 -0700 Message-ID: <43238229.4040809@root.org> Date: Sat, 10 Sep 2005 18:02:33 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <20050911005213.5C5EB16A478@hub.freebsd.org> In-Reply-To: <20050911005213.5C5EB16A478@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c tw_osl_includes.h tw_osl_ioctl.h tw_osl_share.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:02:36 -0000 David E. O'Brien wrote: > obrien 2005-09-11 00:52:05 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c > tw_osl_includes.h tw_osl_ioctl.h > tw_osl_share.h > Log: > Don't pollute the entire kernel build with -I$S/dev/twa. > > Revision Changes Path > 1.1043 +10 -5 src/sys/conf/files > 1.66 +0 -3 src/sys/conf/kern.pre.mk > 1.4 +1 -1 src/sys/dev/twa/tw_osl_cam.c > 1.2 +4 -4 src/sys/dev/twa/tw_osl_freebsd.c > 1.2 +4 -4 src/sys/dev/twa/tw_osl_includes.h > 1.2 +2 -2 src/sys/dev/twa/tw_osl_ioctl.h > 1.3 +1 -1 src/sys/dev/twa/tw_osl_share.h > > > Index: src/sys/conf/files > diff -u src/sys/conf/files:1.1042 src/sys/conf/files:1.1043 > --- src/sys/conf/files:1.1042 Fri Aug 26 12:48:34 2005 > +++ src/sys/conf/files Sun Sep 11 00:52:04 2005 > @@ -859,11 +859,16 @@ > dev/syscons/warp/warp_saver.c optional warp_saver > dev/tdfx/tdfx_pci.c optional tdfx pci > dev/trm/trm.c optional trm > -dev/twa/tw_cl_fwimg.c optional twa > -dev/twa/tw_cl_init.c optional twa > -dev/twa/tw_cl_intr.c optional twa > -dev/twa/tw_cl_io.c optional twa > -dev/twa/tw_cl_misc.c optional twa > +dev/twa/tw_cl_fwimg.c optional twa \ > + compile-with "${NORMAL_C} -I$S/dev/twa" > +dev/twa/tw_cl_init.c optional twa \ > + compile-with "${NORMAL_C} -I$S/dev/twa" > +dev/twa/tw_cl_intr.c optional twa \ > + compile-with "${NORMAL_C} -I$S/dev/twa" > +dev/twa/tw_cl_io.c optional twa \ > + compile-with "${NORMAL_C} -I$S/dev/twa" > +dev/twa/tw_cl_misc.c optional twa \ > + compile-with "${NORMAL_C} -I$S/dev/twa" > dev/twa/tw_osl_cam.c optional twa > dev/twa/tw_osl_freebsd.c optional twa > dev/twe/twe.c optional twe Is that -I flag needed now that you fixed the C files to use ? -- Nate From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:05:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CF216A41F; Sun, 11 Sep 2005 01:05:02 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A6B43D46; Sun, 11 Sep 2005 01:05:01 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-187-179.dsl.snfc21.pacbell.net [64.171.187.179]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8B155o5021118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Sep 2005 18:05:05 -0700 Message-ID: <432382BC.5080105@root.org> Date: Sat, 10 Sep 2005 18:05:00 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <20050911002229.51F4916A471@hub.freebsd.org> In-Reply-To: <20050911002229.51F4916A471@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:05:02 -0000 David E. O'Brien wrote: > obrien 2005-09-11 00:22:21 UTC > > FreeBSD src repository > > Modified files: > sys/conf kern.post.mk > Log: > For HEAD, install a kernel with debug information if DEBUG is a kernel > config option. It is too easy to loose the build directory and not have > symbols for kgdb to read. > > Revision Changes Path > 1.84 +4 -17 src/sys/conf/kern.post.mk I disagree with this change. We do not need to waste the space in /. If I'm running a debug kernel, it is based on the latest version of kernel.debug in my kernel compile dir and I know to find it there. -- Nate From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:10:49 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB66B16A421 for ; Sun, 11 Sep 2005 01:10:49 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 42CC743D48 for ; Sun, 11 Sep 2005 01:10:47 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 11 Sep 2005 01:10:46 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp008) with SMTP; 11 Sep 2005 03:10:46 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: cvs-src@freebsd.org Date: Sun, 11 Sep 2005 03:10:24 +0200 User-Agent: KMail/1.8.1 References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> In-Reply-To: <432382BC.5080105@root.org> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1180484.pxZHp64qNc"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509110310.36423@harrymail> X-Y-GMX-Trusted: 0 Cc: src-committers@freebsd.org, cvs-all@freebsd.org, "David E. O'Brien" , Nate Lawson Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:10:50 -0000 --nextPart1180484.pxZHp64qNc Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Sonntag, 11. September 2005 03:05 CEST schrieb Nate Lawson: > David E. O'Brien wrote: > > obrien 2005-09-11 00:22:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf kern.post.mk > > Log: > > For HEAD, install a kernel with debug information if DEBUG is a > > kernel config option. It is too easy to loose the build directory and > > not have symbols for kgdb to read. > > > > Revision Changes Path > > 1.84 +4 -17 src/sys/conf/kern.post.mk > > I disagree with this change. We do not need to waste the space in /. Hmm, why was default size of root changed to 500M? Incredable much too much= =20 IMHO, if not reserved for debug kernels.... I've just been wondering today how wasteful FreeBSD uses the hard disk=20 these days (BETA4)... =2DHarry > If I'm running a debug kernel, it is based on the latest version of > kernel.debug in my kernel compile dir and I know to find it there. --nextPart1180484.pxZHp64qNc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDI4QMBylq0S4AzzwRAoMRAJ9evw8Xi2flOye6dDQFxEMQgaDS2wCeOQmm K7+t5vTmKvF7PRJv/Kv7eB4= =D4qL -----END PGP SIGNATURE----- --nextPart1180484.pxZHp64qNc-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:17:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBFA16A41F; Sun, 11 Sep 2005 01:17:07 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59E043D49; Sun, 11 Sep 2005 01:17:04 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8B1H3gG074349; Sat, 10 Sep 2005 18:17:04 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8B1H2jF074176; Sat, 10 Sep 2005 18:17:02 -0700 (PDT) (envelope-from obrien) Date: Sat, 10 Sep 2005 18:17:02 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20050911011702.GA42159@dragon.NUXI.org> References: <20050911005213.5C5EB16A478@hub.freebsd.org> <43238229.4040809@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43238229.4040809@root.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c tw_osl_includes.h tw_osl_ioctl.h tw_osl_share.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:17:07 -0000 On Sat, Sep 10, 2005 at 06:02:33PM -0700, Nate Lawson wrote: > David E. O'Brien wrote: > >obrien 2005-09-11 00:52:05 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c > > tw_osl_includes.h tw_osl_ioctl.h > > tw_osl_share.h > > Log: > > Don't pollute the entire kernel build with -I$S/dev/twa. > > > > Revision Changes Path > > 1.1043 +10 -5 src/sys/conf/files > > 1.66 +0 -3 src/sys/conf/kern.pre.mk > > 1.4 +1 -1 src/sys/dev/twa/tw_osl_cam.c > > 1.2 +4 -4 src/sys/dev/twa/tw_osl_freebsd.c > > 1.2 +4 -4 src/sys/dev/twa/tw_osl_includes.h > > 1.2 +2 -2 src/sys/dev/twa/tw_osl_ioctl.h > > 1.3 +1 -1 src/sys/dev/twa/tw_osl_share.h > > > > > >Index: src/sys/conf/files > >diff -u src/sys/conf/files:1.1042 src/sys/conf/files:1.1043 > >--- src/sys/conf/files:1.1042 Fri Aug 26 12:48:34 2005 > >+++ src/sys/conf/files Sun Sep 11 00:52:04 2005 > >@@ -859,11 +859,16 @@ > > dev/syscons/warp/warp_saver.c optional warp_saver > > dev/tdfx/tdfx_pci.c optional tdfx pci > > dev/trm/trm.c optional trm > >-dev/twa/tw_cl_fwimg.c optional twa > >-dev/twa/tw_cl_init.c optional twa > >-dev/twa/tw_cl_intr.c optional twa > >-dev/twa/tw_cl_io.c optional twa > >-dev/twa/tw_cl_misc.c optional twa > >+dev/twa/tw_cl_fwimg.c optional twa \ > >+ compile-with "${NORMAL_C} -I$S/dev/twa" > >+dev/twa/tw_cl_init.c optional twa \ > >+ compile-with "${NORMAL_C} -I$S/dev/twa" > >+dev/twa/tw_cl_intr.c optional twa \ > >+ compile-with "${NORMAL_C} -I$S/dev/twa" > >+dev/twa/tw_cl_io.c optional twa \ > >+ compile-with "${NORMAL_C} -I$S/dev/twa" > >+dev/twa/tw_cl_misc.c optional twa \ > >+ compile-with "${NORMAL_C} -I$S/dev/twa" > > dev/twa/tw_osl_cam.c optional twa > > dev/twa/tw_osl_freebsd.c optional twa > > dev/twe/twe.c optional twe > > Is that -I flag needed now that you fixed the C files to use ? I only changed the tw_osl_* files (OS layer). I'd love to fix the tw_cl_ (common layer) files also, but took the conservative approach for the moment. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:28:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1B116A41F; Sun, 11 Sep 2005 01:28:06 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C091943D46; Sun, 11 Sep 2005 01:28:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B1S5j8092777; Sun, 11 Sep 2005 01:28:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B1S5sQ092776; Sun, 11 Sep 2005 01:28:05 GMT (envelope-from obrien) Message-Id: <200509110128.j8B1S5sQ092776@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 01:28:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:28:06 -0000 obrien 2005-09-11 01:28:05 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: Don't pollute the entire kernel build with -I$S/contrib/ngatm. Revision Changes Path 1.1044 +54 -27 src/sys/conf/files 1.67 +0 -3 src/sys/conf/kern.pre.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:28:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D267C16A41F; Sun, 11 Sep 2005 01:28:37 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9239A43D46; Sun, 11 Sep 2005 01:28:37 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B1SbM3092858; Sun, 11 Sep 2005 01:28:37 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B1Sb4R092857; Sun, 11 Sep 2005 01:28:37 GMT (envelope-from jylefort) Message-Id: <200509110128.j8B1Sb4R092857@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 01:28:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/tinystats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:28:38 -0000 jylefort 2005-09-11 01:28:37 UTC FreeBSD ports repository Modified files: dns/tinystats Makefile Log: Add optional IPv6 support. PR: ports/85941 Submitted by: maintainer Revision Changes Path 1.3 +10 -2 ports/dns/tinystats/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:57:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85A916A41F; Sun, 11 Sep 2005 01:57:19 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7813243D45; Sun, 11 Sep 2005 01:57:19 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B1vJY6093890; Sun, 11 Sep 2005 01:57:19 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B1vJxH093889; Sun, 11 Sep 2005 01:57:19 GMT (envelope-from jylefort) Message-Id: <200509110157.j8B1vJxH093889@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 01:57:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/p5-Fax-Hylafax-Client Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:57:19 -0000 jylefort 2005-09-11 01:57:19 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/p5-Fax-Hylafax-Client Makefile distinfo pkg-descr pkg-plist Log: Add p5-Fax-Hylafax-Client. Fax::Hylafax::Client is a simple Perl client for the HylaFAX fax server (www.hylafax.org). It communicates with the server directly through the FTP protocol and thus does not require any HylaFAX software component to be installed on the client machine. WWW: http://search.cpan.org/~arak/Fax-Hylafax-Client-1.01/ PR: ports/85954 Submitted by: Tony Shadwick Revision Changes Path 1.140 +1 -0 ports/comms/Makefile 1.1 +31 -0 ports/comms/p5-Fax-Hylafax-Client/Makefile (new) 1.1 +2 -0 ports/comms/p5-Fax-Hylafax-Client/distinfo (new) 1.1 +9 -0 ports/comms/p5-Fax-Hylafax-Client/pkg-descr (new) 1.1 +7 -0 ports/comms/p5-Fax-Hylafax-Client/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 01:58:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2AC016A41F; Sun, 11 Sep 2005 01:58:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36B043D45; Sun, 11 Sep 2005 01:58:31 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B1wVfx094006; Sun, 11 Sep 2005 01:58:31 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B1wVLn094005; Sun, 11 Sep 2005 01:58:31 GMT (envelope-from jylefort) Message-Id: <200509110158.j8B1wVLn094005@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 01:58:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 01:58:32 -0000 jylefort 2005-09-11 01:58:31 UTC FreeBSD ports repository Modified files: . modules Log: p5-Fax-Hylafax-Client --> ports/comms/p5-Fax-Hylafax-Client Revision Changes Path 1.13121 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:01:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2279716A41F; Sun, 11 Sep 2005 02:01:19 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B671143D45; Sun, 11 Sep 2005 02:01:18 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j8B21GQn027686; Sat, 10 Sep 2005 22:01:17 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: <432382BC.5080105@root.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> Date: Sat, 10 Sep 2005 22:01:15 -0400 To: Nate Lawson , "David E. O'Brien" From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:01:19 -0000 At 6:05 PM -0700 9/10/05, Nate Lawson wrote: >David E. O'Brien wrote: >>obrien 2005-09-11 00:22:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/conf kern.post.mk Log: >> For HEAD, install a kernel with debug information if DEBUG is a kernel >> config option. It is too easy to loose the build directory and not have >> symbols for kgdb to read. >> Revision Changes Path >> 1.84 +4 -17 src/sys/conf/kern.post.mk > >I disagree with this change. We do not need to waste the space >in /. If I'm running a debug kernel, it is based on the latest >version of kernel.debug in my kernel compile dir and I know to >find it there. Fwiw, I've been burned by building a debug kernel, only to have removed the original compile-directory for that kernel by the time I actually *needed* the debug symbols. It's one thing if you're building a debug kernel because you know you're going to spend the next hour debugging some change. It's another if you're building a debug kernel because your machine might panic sometime in the next two or three weeks. I'm not sure this change was the best idea to address that, but some change along these lines would be nice. Or is there some other knob which already exists and I simply don't know about? I have my own ways to deal with this, but I'm sure that I am not the only one who has been burned by this (and I am *sure*, because I have friends who have also been burnt by this). -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:04:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A579416A41F; Sun, 11 Sep 2005 02:04:04 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6620B43D45; Sun, 11 Sep 2005 02:04:04 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B2447Z094194; Sun, 11 Sep 2005 02:04:04 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B244i7094193; Sun, 11 Sep 2005 02:04:04 GMT (envelope-from obrien) Message-Id: <200509110204.j8B244i7094193@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 02:04:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:04:04 -0000 obrien 2005-09-11 02:04:04 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: Don't pollute the entire kernel build with -I$S/contrib/pf. Revision Changes Path 1.1045 +32 -16 src/sys/conf/files 1.68 +0 -3 src/sys/conf/kern.pre.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:24:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 585EA16A41F; Sun, 11 Sep 2005 02:24:27 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2982543D46; Sun, 11 Sep 2005 02:24:27 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B2OQJL095106; Sun, 11 Sep 2005 02:24:27 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B2OQpC095105; Sun, 11 Sep 2005 02:24:26 GMT (envelope-from jylefort) Message-Id: <200509110224.j8B2OQpC095105@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 02:24:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/spicetrade Makefile distinfo pkg-descr ports/games/spicetrade/files spicetrade.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:24:27 -0000 jylefort 2005-09-11 02:24:26 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/spicetrade Makefile distinfo pkg-descr games/spicetrade/files spicetrade.in Log: Add spicetrade. Spicetrade is a unique, innovative and colourful 14th century Arab spice trading game with some roleplay elements. You start out as a poor young lad in Baghdad, and try your luck in the spice trade, with only a house and some land, but with great plans in mind: travel to Europe and create your own spice empire! WWW: http://www.spicetrade.org/ PR: ports/85912 Submitted by: Daniel Roethlisberger Revision Changes Path 1.813 +1 -0 ports/games/Makefile 1.1 +35 -0 ports/games/spicetrade/Makefile (new) 1.1 +2 -0 ports/games/spicetrade/distinfo (new) 1.1 +2 -0 ports/games/spicetrade/files/spicetrade.in (new) 1.1 +7 -0 ports/games/spicetrade/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:25:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7A516A41F; Sun, 11 Sep 2005 02:25:27 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 724FE43D46; Sun, 11 Sep 2005 02:25:27 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B2PR8K095211; Sun, 11 Sep 2005 02:25:27 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B2PRw1095210; Sun, 11 Sep 2005 02:25:27 GMT (envelope-from jylefort) Message-Id: <200509110225.j8B2PRw1095210@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 02:25:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:25:28 -0000 jylefort 2005-09-11 02:25:27 UTC FreeBSD ports repository Modified files: . modules Log: spicetrade --> ports/games/spicetrade Revision Changes Path 1.13122 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:27:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF2416A41F; Sun, 11 Sep 2005 02:27:36 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF92F43D5A; Sun, 11 Sep 2005 02:27:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B2RYHN095274; Sun, 11 Sep 2005 02:27:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B2RYx8095273; Sun, 11 Sep 2005 02:27:34 GMT (envelope-from obrien) Message-Id: <200509110227.j8B2RYx8095273@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 02:27:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:27:36 -0000 obrien 2005-09-11 02:27:34 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: Don't pollute the entire kernel build with -I$S/contrib/ipfilter. Revision Changes Path 1.1046 +26 -13 src/sys/conf/files 1.69 +0 -3 src/sys/conf/kern.pre.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:29:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7394F16A41F; Sun, 11 Sep 2005 02:29:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F223543D45; Sun, 11 Sep 2005 02:29:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8B2T70r020923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Sep 2005 22:29:07 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8B2T36P012950; Sat, 10 Sep 2005 22:29:04 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 709EA511D2; Sat, 10 Sep 2005 22:29:02 -0400 (EDT) Date: Sat, 10 Sep 2005 22:29:02 -0400 From: Kris Kennaway To: Garance A Drosihn Message-ID: <20050911022901.GA3090@xor.obsecurity.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , Nate Lawson Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:29:08 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 10, 2005 at 10:01:15PM -0400, Garance A Drosihn wrote: > At 6:05 PM -0700 9/10/05, Nate Lawson wrote: > >David E. O'Brien wrote: > >>obrien 2005-09-11 00:22:21 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/conf kern.post.mk Log: > >> For HEAD, install a kernel with debug information if DEBUG is a kernel > >> config option. It is too easy to loose the build directory and not h= ave > >> symbols for kgdb to read. > >> Revision Changes Path > >> 1.84 +4 -17 src/sys/conf/kern.post.mk > > > >I disagree with this change. We do not need to waste the space > >in /. If I'm running a debug kernel, it is based on the latest > >version of kernel.debug in my kernel compile dir and I know to > >find it there. >=20 > Fwiw, I've been burned by building a debug kernel, only to have > removed the original compile-directory for that kernel by the time I > actually *needed* the debug symbols. It's one thing if you're building > a debug kernel because you know you're going to spend the next hour > debugging some change. It's another if you're building a debug kernel > because your machine might panic sometime in the next two or three > weeks. Likewise, I also find this change very useful. When I'm juggling a few dozen panics on a few dozen machines with a few dozen different customized source trees, it's hard to keep track of all the kernel.debugs. Now I don't have to. Also, now we won't have to throw away panic reports from users who didn't think to save their kernel.debug, and the quality of bug reports can increase. Kris --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDI5ZtWry0BWjoQKURAlQbAKDrFkWXLEqWCaMGEUIbaMe3TsODUACfYZ+2 Jdf8+sUf5vd2GeHtjP4ROoI= =aS5o -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:36:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C819D16A41F; Sun, 11 Sep 2005 02:36:23 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773D443D45; Sun, 11 Sep 2005 02:36:23 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8B2aMmw052012; Sat, 10 Sep 2005 19:36:22 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8B2aMJO052011; Sat, 10 Sep 2005 19:36:22 -0700 (PDT) (envelope-from obrien) Date: Sat, 10 Sep 2005 19:36:22 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20050911023622.GA51877@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <432382BC.5080105@root.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:36:24 -0000 On Sat, Sep 10, 2005 at 06:05:00PM -0700, Nate Lawson wrote: > David E. O'Brien wrote: > >obrien 2005-09-11 00:22:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf kern.post.mk > > Log: > > For HEAD, install a kernel with debug information if DEBUG is a kernel > > config option. It is too easy to loose the build directory and not have > > symbols for kgdb to read. > > > > Revision Changes Path > > 1.84 +4 -17 src/sys/conf/kern.post.mk > > I disagree with this change. We do not need to waste the space in /. > If I'm running a debug kernel, it is based on the latest version of > kernel.debug in my kernel compile dir and I know to find it there. We do need this. The panic I posted yesterday happened in the 'make' stage of the below sequence: cd /sys//conf config FOO cd ../compile/FOO make clean make Note that the kernel.debug matching the running kernel was blown away at this point. I was going to just install kernel.sym instead of a kernel with symbols, but kgdb's usage doesn't claim to support '-s' as the previous kgdb did. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 02:41:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667FB16A421 for ; Sun, 11 Sep 2005 02:41:14 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail1.fluidhosting.com (mail1.fluidhosting.com [204.14.90.61]) by mx1.FreeBSD.org (Postfix) with SMTP id 5738343D49 for ; Sun, 11 Sep 2005 02:41:13 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 21080 invoked by uid 399); 11 Sep 2005 02:35:29 -0000 Received: from localhost (HELO ?192.168.1.101?) (dougb@dougbarton.net@127.0.0.1) by localhost with SMTP; 11 Sep 2005 02:35:29 -0000 Message-ID: <432397EF.5000409@FreeBSD.org> Date: Sat, 10 Sep 2005 19:35:27 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> In-Reply-To: <20050911022901.GA3090@xor.obsecurity.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , Nate Lawson , Garance A Drosihn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 02:41:14 -0000 Kris Kennaway wrote: > Likewise, I also find this change very useful. When I'm juggling a > few dozen panics on a few dozen machines with a few dozen different > customized source trees, it's hard to keep track of all the > kernel.debugs. Now I don't have to. > > Also, now we won't have to throw away panic reports from users who > didn't think to save their kernel.debug, and the quality of bug > reports can increase. I agree with Kris and David here, FWIW. Doug From owner-cvs-all@FreeBSD.ORG Sun Sep 11 03:22:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E236116A41F; Sun, 11 Sep 2005 03:22:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BF143D45; Sun, 11 Sep 2005 03:22:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B3M3KL097462; Sun, 11 Sep 2005 03:22:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B3M3JK097461; Sun, 11 Sep 2005 03:22:03 GMT (envelope-from imp) Message-Id: <200509110322.j8B3M3JK097461@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Sep 2005 03:22:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c pcivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 03:22:04 -0000 imp 2005-09-11 03:22:03 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pcivar.h Log: Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT, MAXLAT and LATTIMER. Improve error message when a bogus RID type is requested for a bar. Revision Changes Path 1.296 +23 -6 src/sys/dev/pci/pci.c 1.67 +10 -0 src/sys/dev/pci/pcivar.h From owner-cvs-all@FreeBSD.ORG Sun Sep 11 03:24:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8931C16A41F; Sun, 11 Sep 2005 03:24:09 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC15843D5F; Sun, 11 Sep 2005 03:24:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B3O5i8097523; Sun, 11 Sep 2005 03:24:05 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B3O5WF097522; Sun, 11 Sep 2005 03:24:05 GMT (envelope-from ahze) Message-Id: <200509110324.j8B3O5WF097522@repoman.freebsd.org> From: Michael Johnson Date: Sun, 11 Sep 2005 03:24:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/nautilus-actions Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 03:24:09 -0000 ahze 2005-09-11 03:24:05 UTC FreeBSD ports repository Modified files: deskutils/nautilus-actions Makefile pkg-plist Log: - Fix Icon on .desktop file [1] - Use unexec to rm directories if empty since n-a-c uses DATADIR for computer wide config. Reported by: mux via irc.freenode.org/#FreeBSD-Gnome [1] Revision Changes Path 1.3 +7 -1 ports/deskutils/nautilus-actions/Makefile 1.3 +2 -2 ports/deskutils/nautilus-actions/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 03:38:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95AED16A420; Sun, 11 Sep 2005 03:38:19 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5461E43D45; Sun, 11 Sep 2005 03:38:19 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B3cJIa098051; Sun, 11 Sep 2005 03:38:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B3cJwv098050; Sun, 11 Sep 2005 03:38:19 GMT (envelope-from obrien) Message-Id: <200509110338.j8B3cJwv098050@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 03:38:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 03:38:19 -0000 obrien 2005-09-11 03:38:19 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: Don't pollute the entire kernel build with -I$S/contrib/dev/ath and -I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be defined to globally get back -I$S/contrib/dev/ath. Revision Changes Path 1.1047 +8 -4 src/sys/conf/files 1.70 +5 -2 src/sys/conf/kern.pre.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 03:58:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F2416A420; Sun, 11 Sep 2005 03:58:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CC743D45; Sun, 11 Sep 2005 03:58:46 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B3wkxJ098828; Sun, 11 Sep 2005 03:58:46 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B3wkob098825; Sun, 11 Sep 2005 03:58:46 GMT (envelope-from hrs) Message-Id: <200509110358.j8B3wkob098825@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Sep 2005 03:58:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 03:58:47 -0000 hrs 2005-09-11 03:58:46 UTC FreeBSD ports repository Modified files: japanese/acroread Makefile pkg-plist Log: Add a symlink of nppdf.so into X11BASE/lib/browser_plugins. Bump PORTREVISION. Revision Changes Path 1.4 +9 -1 ports/japanese/acroread/Makefile 1.3 +2 -1 ports/japanese/acroread/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:02:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6177916A420; Sun, 11 Sep 2005 04:02:39 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2113B43D45; Sun, 11 Sep 2005 04:02:39 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B42dwW098982; Sun, 11 Sep 2005 04:02:39 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B42cJ3098981; Sun, 11 Sep 2005 04:02:39 GMT (envelope-from hrs) Message-Id: <200509110402.j8B42cJ3098981@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Sep 2005 04:02:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cvsync/files patch-common_cvsync.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 04:02:39 -0000 hrs 2005-09-11 04:02:38 UTC FreeBSD ports repository Added files: net/cvsync/files patch-common_cvsync.h Log: Fix build breakage on 7.x. pthread.h does not include sys/types.h now. Revision Changes Path 1.1 +11 -0 ports/net/cvsync/files/patch-common_cvsync.h (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:02:44 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9062216A43B; Sun, 11 Sep 2005 04:02:44 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmmtao02.cox.net (eastrmmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AAE43D45; Sun, 11 Sep 2005 04:02:43 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by eastrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050911040241.YGKV20229.eastrmmtao02.cox.net@mezz.mezzweb.com>; Sun, 11 Sep 2005 00:02:41 -0400 To: "Hiroki Sato" References: <200509110358.j8B3wkob098825@repoman.freebsd.org> Message-ID: Date: Sat, 10 Sep 2005 23:03:01 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <200509110358.j8B3wkob098825@repoman.freebsd.org> User-Agent: Opera M2/8.02 (Linux, build 1272) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 04:02:44 -0000 On Sat, 10 Sep 2005 22:58:46 -0500, Hiroki Sato wrote: > hrs 2005-09-11 03:58:46 UTC > > FreeBSD ports repository > > Modified files: > japanese/acroread Makefile pkg-plist > Log: > Add a symlink of nppdf.so into X11BASE/lib/browser_plugins. > Bump PORTREVISION. I personal don't think it's good idea. browser-plugins is the place where all native go in, not Linux binary. Linux binary can cause some troubles for the other browsers and apps. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:09:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEA216A420; Sun, 11 Sep 2005 04:09:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D63143D46; Sun, 11 Sep 2005 04:09:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B49iMQ099211; Sun, 11 Sep 2005 04:09:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B49ig7099210; Sun, 11 Sep 2005 04:09:44 GMT (envelope-from imp) Message-Id: <200509110409.j8B49ig7099210@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Sep 2005 04:09:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 04:09:45 -0000 imp 2005-09-11 04:09:44 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Change hw.pci.do_powerstate from a boolean to a range. 0 means the same as today: do no power management. 1 means be conservative about what you power down (any device class that has caused problems gets added here). 2 means be agressive about what gets powered down (any device class that's fundamental to the system is here). 3 means power them all down, reguardless. The default is 1. The effect in the default system is to add mass storage devices to the list that we don't power down. From all the pciconf -l lists that I've seen for the aac and amr issue, the bad device has been a mass storage device class. This is an attempt at a compromise between the very small number of systems that have extreme issues with powerdown, and the very large number of systems that gain real benefits from powerdown (I get about 20% more battery life when I attach a minimal set of drivers on my Sony). Hopefully it will strike the proper balance. MFC After: 3 days (before next beta) Revision Changes Path 1.297 +34 -15 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:17:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF9116A420; Sun, 11 Sep 2005 04:17:18 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9781743D45; Sun, 11 Sep 2005 04:17:18 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B4HIOs099659; Sun, 11 Sep 2005 04:17:18 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B4HIqK099658; Sun, 11 Sep 2005 04:17:18 GMT (envelope-from cracauer) Message-Id: <200509110417.j8B4HIqK099658@repoman.freebsd.org> From: Martin Cracauer Date: Sun, 11 Sep 2005 04:17:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/cstream Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 04:17:19 -0000 cracauer 2005-09-11 04:17:18 UTC FreeBSD ports repository Modified files: misc/cstream Makefile distinfo Log: Update to 2.6.0. Previous versions had bandwidth limiting broken for > 4 GB stream sizes on 32 bit int architectures. Revision Changes Path 1.19 +1 -1 ports/misc/cstream/Makefile 1.12 +2 -2 ports/misc/cstream/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:48:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03D816A420; Sun, 11 Sep 2005 04:48:12 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC1243D46; Sun, 11 Sep 2005 04:48:12 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id j8B4m6O3080772; Sun, 11 Sep 2005 13:48:06 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 11 Sep 2005 13:48:06 +0900 From: Norikatsu Shigemura To: "Jeremy Messenger" Message-Id: <20050911134806.65920cba.nork@FreeBSD.org> In-Reply-To: References: <200509110358.j8B3wkob098825@repoman.freebsd.org> X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.121]); Sun, 11 Sep 2005 13:48:06 +0900 (JST) Cc: cvs-ports@FreeBSD.org, hrs@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 04:48:13 -0000 On Sat, 10 Sep 2005 23:03:01 -0500 "Jeremy Messenger" wrote: > > Add a symlink of nppdf.so into X11BASE/lib/browser_plugins. > > Bump PORTREVISION. > I personal don't think it's good idea. browser-plugins is the place where > all native go in, not Linux binary. Linux binary can cause some troubles Really? Is there a policy that browser-plugins is the place where all native go in? So I think that linuxpluginwrapper should not be installed symlinks to Linux binaries. To support Linux binaries with linuxpluginwrapper, browsers should be used X11BASE/lib/browser_linux_plugins? > for the other browsers and apps. How troubles? Apps cannot dynamic-link to Linux binaries without linuxpluginwrapper. From owner-cvs-all@FreeBSD.ORG Sun Sep 11 04:59:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4913316A41F; Sun, 11 Sep 2005 04:59:25 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F8143D46; Sun, 11 Sep 2005 04:59:24 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8B4xN6j022427 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Sep 2005 21:59:23 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4323BB54.6060600@errno.com> Date: Sat, 10 Sep 2005 22:06:28 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <200509110338.j8B3cJwv098050@repoman.freebsd.org> In-Reply-To: <200509110338.j8B3cJwv098050@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 04:59:25 -0000 David E. O'Brien wrote: > obrien 2005-09-11 03:38:19 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > Log: > Don't pollute the entire kernel build with -I$S/contrib/dev/ath and > -I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be defined to > globally get back -I$S/contrib/dev/ath. Thanks for explicitly ignoring my request for you NOT to do this. It's really great how you do these drive-by commits that do nothing but f*ck up people's development environment. Sam From owner-cvs-all@FreeBSD.ORG Sun Sep 11 05:10:38 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C232F16A41F; Sun, 11 Sep 2005 05:10:38 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmmtao03.cox.net (eastrmmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA10A43D46; Sun, 11 Sep 2005 05:10:37 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by eastrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050911051035.RUBU29674.eastrmmtao03.cox.net@mezz.mezzweb.com>; Sun, 11 Sep 2005 01:10:35 -0400 Date: Sun, 11 Sep 2005 00:10:55 -0500 To: "Norikatsu Shigemura" References: <200509110358.j8B3wkob098825@repoman.freebsd.org> <20050911134806.65920cba.nork@FreeBSD.org> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20050911134806.65920cba.nork@FreeBSD.org> User-Agent: Opera M2/8.02 (Linux, build 1272) Cc: cvs-ports@freebsd.org, hrs@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 05:10:38 -0000 On Sat, 10 Sep 2005 23:48:06 -0500, Norikatsu Shigemura wrote: > On Sat, 10 Sep 2005 23:03:01 -0500 > "Jeremy Messenger" wrote: >> > Add a symlink of nppdf.so into X11BASE/lib/browser_plugins. >> > Bump PORTREVISION. >> I personal don't think it's good idea. browser-plugins is the place >> where >> all native go in, not Linux binary. Linux binary can cause some troubles > > Really? Is there a policy that browser-plugins is the place > where all native go in? > > So I think that linuxpluginwrapper should not be installed > symlinks to Linux binaries. To support Linux binaries with > linuxpluginwrapper, browsers should be used > X11BASE/lib/browser_linux_plugins? Yep, I would love to see browser_linux_plugins for Linux binary. >> for the other browsers and apps. > > How troubles? Apps cannot dynamic-link to Linux binaries > without linuxpluginwrapper. I feel much more safe if it's in the different place other than browser-plugins for avoid future conflict if Adobe, Macromedia and etc have decided to create a native one. Also, it will be nice to have browser_linux_plugins for all other Linux browsers (linux-opera, linux-firefox and etc) can point on the browser_linux_plugins in case if we want to add Linux version of mplayerplug-in and etc. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Sep 11 05:19:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFF716A41F; Sun, 11 Sep 2005 05:19:35 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A65A43D46; Sun, 11 Sep 2005 05:19:35 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B5JZj8009012; Sun, 11 Sep 2005 05:19:35 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B5JZDh009011; Sun, 11 Sep 2005 05:19:35 GMT (envelope-from mezz) Message-Id: <200509110519.j8B5JZDh009011@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 11 Sep 2005 05:19:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wesnoth Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 05:19:36 -0000 mezz 2005-09-11 05:19:35 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile distinfo pkg-plist Log: Update to 0.9.7, see ChangeLog for detail. http://changelog.wesnoth.org/ Revision Changes Path 1.31 +2 -2 ports/games/wesnoth/Makefile 1.25 +2 -2 ports/games/wesnoth/distinfo 1.25 +3 -7 ports/games/wesnoth/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 05:36:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9128516A41F; Sun, 11 Sep 2005 05:36:30 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F6143D45; Sun, 11 Sep 2005 05:36:30 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B5aUUH009694; Sun, 11 Sep 2005 05:36:30 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B5aU5U009693; Sun, 11 Sep 2005 05:36:30 GMT (envelope-from marcel) Message-Id: <200509110536.j8B5aU5U009693@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Sep 2005 05:36:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_i386.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 05:36:30 -0000 marcel 2005-09-11 05:36:30 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_i386.c Log: Unwind across intrframes as well. MFC after: 1 week Revision Changes Path 1.5 +8 -3 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 05:55:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B5916A420; Sun, 11 Sep 2005 05:55:25 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E4743D46; Sun, 11 Sep 2005 05:55:25 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B5tOGW010364; Sun, 11 Sep 2005 05:55:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B5tOpo010363; Sun, 11 Sep 2005 05:55:24 GMT (envelope-from marcel) Message-Id: <200509110555.j8B5tOpo010363@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Sep 2005 05:55:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_amd64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 05:55:26 -0000 marcel 2005-09-11 05:55:24 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_amd64.c Log: Unwind across intrframes as well. While here, better handle bottom of stack by claiming the frame when the IP is 0. It's a bit of a kluge, but avoids screens full of bogus frames. MFC after: 1 week Revision Changes Path 1.5 +8 -2 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 06:01:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C125416A41F; Sun, 11 Sep 2005 06:01:46 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A81C43D45; Sun, 11 Sep 2005 06:01:46 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8B61cEd083793; Sat, 10 Sep 2005 23:01:39 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8B61cL8083792; Sat, 10 Sep 2005 23:01:38 -0700 (PDT) (envelope-from obrien) Date: Sat, 10 Sep 2005 23:01:38 -0700 From: "David O'Brien" To: Sam Leffler Message-ID: <20050911060138.GA83586@dragon.NUXI.org> References: <200509110338.j8B3cJwv098050@repoman.freebsd.org> <4323BB54.6060600@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4323BB54.6060600@errno.com> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 06:01:46 -0000 On Sat, Sep 10, 2005 at 10:06:28PM -0700, Sam Leffler wrote: > David E. O'Brien wrote: > >obrien 2005-09-11 03:38:19 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > Log: > > Don't pollute the entire kernel build with -I$S/contrib/dev/ath and > > -I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be defined > > to > > globally get back -I$S/contrib/dev/ath. > > Thanks for explicitly ignoring my request for you NOT to do this. It's > really great how you do these drive-by commits that do nothing but f*ck > up people's development environment. > Sam I did my best to take your needs into account. I even asked you to propose a patch when you didn't like the ones I sent you - your response was "David, I have no time to waste on stuff like this." "-INCLUDES+= -I$S/contrib/dev/ath" should never have been in the public FreeBSD source tree as not a single file in /usr/src/sys needed it to compile. We don't commit Yahoo!'s, The Weather Channel, Interjet's or any other vendor-specific needs into the open source /usr/src. I think you're more than able to stick "ATH_BUILDING_FROM_SOURCE=yes" in the /etc/make.conf of the machines you build the ath(4) HAL on. I'm sorry you don't see that we shouldn't pollute the kernel build with tons of -I's. It was getting out of hand that every one felt they could add yet another global -I with every new code import rather than edit their code to build in our tree correctly. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 06:52:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467CC16A41F; Sun, 11 Sep 2005 06:52:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0596743D46; Sun, 11 Sep 2005 06:52:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B6qEMZ012349; Sun, 11 Sep 2005 06:52:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B6qEsl012348; Sun, 11 Sep 2005 06:52:14 GMT (envelope-from marcel) Message-Id: <200509110652.j8B6qEsl012348@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 11 Sep 2005 06:52:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 06:52:15 -0000 marcel 2005-09-11 06:52:14 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_sparc64.c Log: Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. I think that's the lot, but it's hard to understand the exception code by mere glancing at it. MFC after: 1 week Revision Changes Path 1.6 +4 -1 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 07:04:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D069916A41F; Sun, 11 Sep 2005 07:04:17 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC0143D45; Sun, 11 Sep 2005 07:04:17 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B74H9h012831; Sun, 11 Sep 2005 07:04:17 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B74HJE012830; Sun, 11 Sep 2005 07:04:17 GMT (envelope-from perky) Message-Id: <200509110704.j8B74HJE012830@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 11 Sep 2005 07:04:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/korean/imhangul Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 07:04:18 -0000 perky 2005-09-11 07:04:17 UTC FreeBSD ports repository Modified files: korean/imhangul Makefile distinfo Log: Update to 0.9.13 Revision Changes Path 1.11 +2 -2 ports/korean/imhangul/Makefile 1.6 +2 -2 ports/korean/imhangul/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 07:09:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B6E16A41F; Sun, 11 Sep 2005 07:09:05 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03BFE43D48; Sun, 11 Sep 2005 07:09:05 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B794hW013073; Sun, 11 Sep 2005 07:09:04 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B794xZ013072; Sun, 11 Sep 2005 07:09:04 GMT (envelope-from perky) Message-Id: <200509110709.j8B794xZ013072@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 11 Sep 2005 07:09:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/py-tarfile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 07:09:05 -0000 perky 2005-09-11 07:09:04 UTC FreeBSD ports repository Modified files: archivers/py-tarfile Makefile distinfo Log: Update to 0.7.7 PR: 85890 Submitted by: Marcus Alves Grando Revision Changes Path 1.18 +1 -1 ports/archivers/py-tarfile/Makefile 1.16 +2 -2 ports/archivers/py-tarfile/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 07:17:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D169516A41F; Sun, 11 Sep 2005 07:17:23 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6609643D49; Sun, 11 Sep 2005 07:17:23 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B7HNEu013403; Sun, 11 Sep 2005 07:17:23 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B7HMv2013402; Sun, 11 Sep 2005 07:17:22 GMT (envelope-from perky) Message-Id: <200509110717.j8B7HMv2013402@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 11 Sep 2005 07:17:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/py-curl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 07:17:24 -0000 perky 2005-09-11 07:17:22 UTC FreeBSD ports repository Modified files: ftp/py-curl Makefile distinfo Log: Update to 7.14.1 PR: 85778 Submitted by: Marcus Alves Grando Revision Changes Path 1.23 +1 -1 ports/ftp/py-curl/Makefile 1.17 +2 -2 ports/ftp/py-curl/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 07:33:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED6716A41F; Sun, 11 Sep 2005 07:33:43 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD4843D46; Sun, 11 Sep 2005 07:33:43 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B7XhOA014052; Sun, 11 Sep 2005 07:33:43 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B7Xh2N014051; Sun, 11 Sep 2005 07:33:43 GMT (envelope-from obrien) Message-Id: <200509110733.j8B7Xh2N014051@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 07:33:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 07:33:44 -0000 obrien 2005-09-11 07:33:43 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: The kernel-depend target doesn't get any information from "compile-with", so repeat the includes paths for that target. Revision Changes Path 1.71 +19 -0 src/sys/conf/kern.pre.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 07:43:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB36716A41F; Sun, 11 Sep 2005 07:43:19 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6918643D48; Sun, 11 Sep 2005 07:43:19 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B7hJpW014450; Sun, 11 Sep 2005 07:43:19 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B7hJNC014449; Sun, 11 Sep 2005 07:43:19 GMT (envelope-from yar) Message-Id: <200509110743.j8B7hJNC014449@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 11 Sep 2005 07:43:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml trademarks.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 07:43:19 -0000 yar 2005-09-11 07:43:18 UTC FreeBSD doc repository Modified files: share/sgml trademarks.ent Log: Add the NetBSD trademark because we are about to need it soon. The information was obtained from http://www.netbsd.org/Misc/about.html and confirmed by http://www.uspto.gov/. Revision Changes Path 1.30 +4 -0 doc/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Sun Sep 11 07:57:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 432F816A41F; Sun, 11 Sep 2005 07:57:07 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138643D46; Sun, 11 Sep 2005 07:57:07 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B7v604014990; Sun, 11 Sep 2005 07:57:06 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B7v6W0014989; Sun, 11 Sep 2005 07:57:06 GMT (envelope-from truckman) Message-Id: <200509110757.j8B7v6W0014989@repoman.freebsd.org> From: Don Lewis Date: Sun, 11 Sep 2005 07:57:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 07:57:07 -0000 truckman 2005-09-11 07:57:06 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Relocate witness_levelall(), witness_leveldescendents(), and witness_displaydescendants() so that they are protected by "#ifdef DDB/#endif" to unbreak kernels not using "option DDB". MFC after: 3 weeks Revision Changes Path 1.200 +86 -86 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 08:10:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D82316A41F; Sun, 11 Sep 2005 08:10:56 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C060743D46; Sun, 11 Sep 2005 08:10:55 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B8At6H015637; Sun, 11 Sep 2005 08:10:55 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B8AtUc015636; Sun, 11 Sep 2005 08:10:55 GMT (envelope-from joel) Message-Id: <200509110810.j8B8AtUc015636@repoman.freebsd.org> From: Joel Dahl Date: Sun, 11 Sep 2005 08:10:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 08:10:56 -0000 joel 2005-09-11 08:10:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Small consistency changes. Discussed with: remko Approved by: brueffer (mentor) Revision Changes Path 1.33 +15 -15 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 11 08:14:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0968E16A41F; Sun, 11 Sep 2005 08:14:10 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC83843D45; Sun, 11 Sep 2005 08:14:09 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B8E97W015767; Sun, 11 Sep 2005 08:14:09 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B8E9Qv015766; Sun, 11 Sep 2005 08:14:09 GMT (envelope-from joel) Message-Id: <200509110814.j8B8E9Qv015766@repoman.freebsd.org> From: Joel Dahl Date: Sun, 11 Sep 2005 08:14:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 08:14:10 -0000 joel 2005-09-11 08:14:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update re@. Approved by: brueffer (mentor) Revision Changes Path 1.229 +1 -1 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 11 08:16:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC6416A41F; Sun, 11 Sep 2005 08:16:20 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7BB43D48; Sun, 11 Sep 2005 08:16:20 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B8GKlG015878; Sun, 11 Sep 2005 08:16:20 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B8GKhT015877; Sun, 11 Sep 2005 08:16:20 GMT (envelope-from joel) Message-Id: <200509110816.j8B8GKhT015877@repoman.freebsd.org> From: Joel Dahl Date: Sun, 11 Sep 2005 08:16:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 08:16:20 -0000 joel 2005-09-11 08:16:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Remove two paragraphs that only affects users of versions prior to 2.0. Approved by: brueffer (mentor) Revision Changes Path 1.387 +0 -6 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 11 08:20:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A1316A41F; Sun, 11 Sep 2005 08:20:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE1243D45; Sun, 11 Sep 2005 08:20:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B8KiOs016077; Sun, 11 Sep 2005 08:20:44 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B8KiKw016076; Sun, 11 Sep 2005 08:20:44 GMT (envelope-from linimon) Message-Id: <200509110820.j8B8KiKw016076@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 08:20:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 08:20:45 -0000 linimon 2005-09-11 08:20:44 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove two dead mastersites. Source: distfile survey Revision Changes Path 1.304 +1 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 08:50:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3050316A41F; Sun, 11 Sep 2005 08:50:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E205D43D45; Sun, 11 Sep 2005 08:50:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B8ohfp024241; Sun, 11 Sep 2005 08:50:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B8ohlH024240; Sun, 11 Sep 2005 08:50:43 GMT (envelope-from linimon) Message-Id: <200509110850.j8B8ohlH024240@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 08:50:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gnat-doc-html Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 08:50:44 -0000 linimon 2005-09-11 08:50:43 UTC FreeBSD ports repository Modified files: lang/gnat-doc-html Makefile Log: Remove dead mastersite. Source: distfile survey Revision Changes Path 1.8 +1 -2 ports/lang/gnat-doc-html/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 08:53:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6644816A41F; Sun, 11 Sep 2005 08:53:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 255B943D45; Sun, 11 Sep 2005 08:53:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B8rKWR024347; Sun, 11 Sep 2005 08:53:20 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B8rKFK024346; Sun, 11 Sep 2005 08:53:20 GMT (envelope-from edwin) Message-Id: <200509110853.j8B8rKFK024346@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 11 Sep 2005 08:53:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ngrep Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 08:53:21 -0000 edwin 2005-09-11 08:53:19 UTC FreeBSD ports repository Modified files: net/ngrep Makefile distinfo Log: Update port: net/ngrep to 1.44 - Update to 1.44 - Use OPTIONS - Add IPv6 support PR: ports/85965 Submitted by: Marcus Alves Grando Revision Changes Path 1.20 +23 -12 ports/net/ngrep/Makefile 1.8 +2 -2 ports/net/ngrep/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 09:15:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E8216A41F; Sun, 11 Sep 2005 09:15:44 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4955543D46; Sun, 11 Sep 2005 09:15:44 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B9Fh4H025338; Sun, 11 Sep 2005 09:15:44 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B9Fham025331; Sun, 11 Sep 2005 09:15:43 GMT (envelope-from netchild) Message-Id: <200509110915.j8B9Fham025331@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 09:15:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/usb uaudio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 09:15:44 -0000 netchild 2005-09-11 09:15:42 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: Fix a bug in volume calculation, this sometimes gives a USB audio device an unexpected value (when the volume is high). Submitted by: Kazuhito HONDA Revision Changes Path 1.15 +2 -2 src/sys/dev/sound/usb/uaudio.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 09:32:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B04416A41F; Sun, 11 Sep 2005 09:32:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC43943D45; Sun, 11 Sep 2005 09:32:48 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8B9WmgR026786; Sun, 11 Sep 2005 09:32:48 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8B9WmlC026785; Sun, 11 Sep 2005 09:32:48 GMT (envelope-from edwin) Message-Id: <200509110932.j8B9WmlC026785@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 11 Sep 2005 09:32:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/m2000 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 09:32:49 -0000 edwin 2005-09-11 09:32:48 UTC FreeBSD ports repository Modified files: emulators/m2000 Makefile pkg-plist Log: [PATCH] emulators/m2000: fix plist - fix plist - utilize DATADIR - follow the naming rule of COMMENT PR: ports/85968 Submitted by: Yen-Ming Lee Revision Changes Path 1.5 +9 -6 ports/emulators/m2000/Makefile 1.2 +22 -28 ports/emulators/m2000/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:07:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FAF316A41F; Sun, 11 Sep 2005 10:07:13 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7A643D45; Sun, 11 Sep 2005 10:07:13 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BA7CTB027956; Sun, 11 Sep 2005 10:07:12 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BA7CIW027955; Sun, 11 Sep 2005 10:07:12 GMT (envelope-from netchild) Message-Id: <200509111007.j8BA7CIW027955@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 10:07:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/isa mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:07:13 -0000 netchild 2005-09-11 10:07:12 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: Fix misdetection of the sound chip on PC98 systems. The submitter doesn't believe that there are PC98 systems with an OPTi chip. I don't know enough about this special PC architecture to be sure about this, so let's find out by letting people with such a system complain in case this commit breaks the sound system for them. It's easy to revert then. PR: 45673 Submitted by: Watanabe Kazuhiro Revision Changes Path 1.98 +2 -0 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:14:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E493716A41F; Sun, 11 Sep 2005 10:14:25 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33AF43D45; Sun, 11 Sep 2005 10:14:25 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BAEPRZ028278; Sun, 11 Sep 2005 10:14:25 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BAEPki028277; Sun, 11 Sep 2005 10:14:25 GMT (envelope-from clement) Message-Id: <200509111014.j8BAEPki028277@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 10:14:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_cband Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:14:26 -0000 clement 2005-09-11 10:14:25 UTC FreeBSD ports repository Modified files: www/mod_cband Makefile distinfo Log: - Update to 0.9.1 Revision Changes Path 1.2 +2 -3 ports/www/mod_cband/Makefile 1.2 +2 -2 ports/www/mod_cband/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:15:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E57EE16A41F; Sun, 11 Sep 2005 10:15:00 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44B243D48; Sun, 11 Sep 2005 10:15:00 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BAF0Ne028333; Sun, 11 Sep 2005 10:15:00 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BAF0AK028332; Sun, 11 Sep 2005 10:15:00 GMT (envelope-from gerald) Message-Id: <200509111015.j8BAF0AK028332@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 11 Sep 2005 10:15:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:15:01 -0000 gerald 2005-09-11 10:15:00 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Update to the 20050906 snapshot of GCC 3.4.5. Revision Changes Path 1.220 +1 -1 ports/lang/gcc34/Makefile 1.124 +10 -10 ports/lang/gcc34/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:39:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5684C16A41F; Sun, 11 Sep 2005 10:39:36 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1332343D45; Sun, 11 Sep 2005 10:39:36 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BAdZeD029229; Sun, 11 Sep 2005 10:39:35 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BAdZOR029228; Sun, 11 Sep 2005 10:39:35 GMT (envelope-from clement) Message-Id: <200509111039.j8BAdZOR029228@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 10:39:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_auth_cookie_mysql2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:39:36 -0000 clement 2005-09-11 10:39:35 UTC FreeBSD ports repository Modified files: www/mod_auth_cookie_mysql2 Makefile distinfo Log: - Update to 0.5 Revision Changes Path 1.4 +2 -2 ports/www/mod_auth_cookie_mysql2/Makefile 1.3 +2 -2 ports/www/mod_auth_cookie_mysql2/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:58:41 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9759416A47C; Sun, 11 Sep 2005 10:58:41 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from mail15.syd.optusnet.com.au (mail15.syd.optusnet.com.au [211.29.132.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D7E43D58; Sun, 11 Sep 2005 10:58:24 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail15.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8BAwMNv006350 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 11 Sep 2005 20:58:22 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id j8BAwMxR092986; Sun, 11 Sep 2005 20:58:22 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.13.4/8.13.1/Submit) id j8BAwM4Z092985; Sun, 11 Sep 2005 20:58:22 +1000 (EST) (envelope-from peter) Date: Sun, 11 Sep 2005 20:58:22 +1000 From: Peter Jeremy To: Nate Lawson Message-ID: <20050911105821.GA91588@server.vk2pj.dyndns.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <432382BC.5080105@root.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:58:41 -0000 On Sat, Sep 10, 2005 at 06:05:00PM -0700, Nate Lawson wrote: >David E. O'Brien wrote: >> For HEAD, install a kernel with debug information if DEBUG is a kernel >> config option. It is too easy to loose the build directory and not have >> symbols for kgdb to read. > >I disagree with this change. We do not need to waste the space in /. >If I'm running a debug kernel, it is based on the latest version of >kernel.debug in my kernel compile dir and I know to find it there. I'd agree with Nate here. I agree that the debug kernel is worth keeping but it's not needed in /. If you want to install it, how about installing it in /var/crash. A number of people have mentioned losing the debug kernel when they do a rebuild. The normal reasons for doing a rebuild are either that you have updated your source or you've changed your config. In the former case, the old debug kernel loses some of its validity because it no longer matches the source code it was built from. In the latter case, I would suggest that the only reason to change the kernel config is if you are planning on installing a new kernel, so again you don't need the old debug kernel. This just leaves the relatively small window whilst you are building and installing the new kernel - though David has found that this window can unfortunately be hit. In this change intended for -current only or will it remain in 7-RELEASE? -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Sun Sep 11 10:58:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F4C16A4EF; Sun, 11 Sep 2005 10:58:48 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5721343D46; Sun, 11 Sep 2005 10:58:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 40D1C46BC6; Sun, 11 Sep 2005 06:58:39 -0400 (EDT) Date: Sun, 11 Sep 2005 11:58:39 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Nate Lawson In-Reply-To: <432382BC.5080105@root.org> Message-ID: <20050911115526.A33344@fledge.watson.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 10:58:48 -0000 On Sat, 10 Sep 2005, Nate Lawson wrote: > David E. O'Brien wrote: >> obrien 2005-09-11 00:22:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/conf kern.post.mk Log: >> For HEAD, install a kernel with debug information if DEBUG is a kernel >> config option. It is too easy to loose the build directory and not have >> symbols for kgdb to read. >> Revision Changes Path >> 1.84 +4 -17 src/sys/conf/kern.post.mk > > I disagree with this change. We do not need to waste the space in /. If > I'm running a debug kernel, it is based on the latest version of > kernel.debug in my kernel compile dir and I know to find it there. If it is decided to keep this change in the tree, then we should make sure that removing it is added to the "Create a -STABLE branch" directions -- systems as recent as early to middle 4.x have quite small roots, and cannot support debugging kernel information for kernel and kernel.old. Maintaining that upgrade path as feasible is a good idea, so if we want to keep around debugging kernels, we shouldn't try to do it in production branches that may be used on many systems with smaller disk sizes. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:08:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C2916A41F; Sun, 11 Sep 2005 11:08:28 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D2043D46; Sun, 11 Sep 2005 11:08:27 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BB8RZK030292; Sun, 11 Sep 2005 11:08:27 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BB8RbK030291; Sun, 11 Sep 2005 11:08:27 GMT (envelope-from clement) Message-Id: <200509111108.j8BB8RbK030291@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 11:08:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_index_rss Makefile distinfo ports/www/mod_index_rss/files patch-mod_index_rss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:08:28 -0000 clement 2005-09-11 11:08:27 UTC FreeBSD ports repository Modified files: www/mod_index_rss Makefile distinfo Removed files: www/mod_index_rss/files patch-mod_index_rss.c Log: - Update to 1.0 Revision Changes Path 1.12 +1 -1 ports/www/mod_index_rss/Makefile 1.4 +2 -2 ports/www/mod_index_rss/distinfo 1.2 +0 -31 ports/www/mod_index_rss/files/patch-mod_index_rss.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:10:54 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7C416A423 for ; Sun, 11 Sep 2005 11:10:54 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E57243D53 for ; Sun, 11 Sep 2005 11:10:53 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so105301nzd for ; Sun, 11 Sep 2005 04:10:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qczk79fzToFqe5zEa5yKti/ZP9GSFTSxAFbP4mXMAV4JJ2PZAN/C+ZiaPP70/iiLJjLraL50rA1zmOmKCjC/SqyKub8yQPt0Ld9w3TnMF7vx3d11FuwET4p2DYzbT2D8O5DTveCNt10mjPnp+D5+lE9iSdbUOvEC2EmGhoPsS0Y= Received: by 10.36.141.14 with SMTP id o14mr1947174nzd; Sun, 11 Sep 2005 04:10:52 -0700 (PDT) Received: by 10.36.80.10 with HTTP; Sun, 11 Sep 2005 04:10:52 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2005 13:10:52 +0200 From: Arjan Van Leeuwen To: Andre Oppermann In-Reply-To: <200508291846.j7TIkdcM090396@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508291846.j7TIkdcM090396@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memmem.3 memmem.c strchr.3 strstr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: avleeuwen@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:10:54 -0000 Hi Andre, On 8/29/05, Andre Oppermann wrote: > andre 2005-08-29 18:46:39 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > include string.h > lib/libc/string Makefile.inc memchr.3 strchr.3 strstr.3 > Added files: (Branch: RELENG_6) > lib/libc/string memmem.3 memmem.c > Log: > MFC addition of memmem(3). Shouldn't __FreeBSD_version be bumped for this? I'm asking because I maintain a port that uses memmem(3), and there's now no way to distinguish between the FreeBSD 6 installations that have memmem(3), and the ones that don't. Best regards, Arjan >=20 > Submitted by: Pascal Gloor > Approved by: re (scottl) >=20 > Revision Changes Path > 1.21.2.1 +3 -0 src/include/string.h > 1.34.8.1 +5 -5 src/lib/libc/string/Makefile.inc > 1.7.14.1 +2 -1 src/lib/libc/string/memchr.3 > 1.1.2.1 +84 -0 src/lib/libc/string/memmem.3 (new) > 1.1.2.1 +67 -0 src/lib/libc/string/memmem.c (new) > 1.11.10.1 +1 -0 src/lib/libc/string/strchr.3 > 1.12.14.1 +1 -0 src/lib/libc/string/strstr.3 > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:18:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FCDF16A41F; Sun, 11 Sep 2005 11:18:14 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A829E43D8A; Sun, 11 Sep 2005 11:18:07 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBI72a030672; Sun, 11 Sep 2005 11:18:07 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBI7FD030671; Sun, 11 Sep 2005 11:18:07 GMT (envelope-from tobez) Message-Id: <200509111118.j8BBI7FD030671@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 11:18:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Time-HiRes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:18:14 -0000 tobez 2005-09-11 11:18:07 UTC FreeBSD ports repository Modified files: devel/p5-Time-HiRes Makefile distinfo Log: Update to 1.73. Submitted by: leeym PR: 85748 Revision Changes Path 1.25 +1 -1 ports/devel/p5-Time-HiRes/Makefile 1.18 +2 -2 ports/devel/p5-Time-HiRes/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:23:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD61216A41F; Sun, 11 Sep 2005 11:23:24 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B21943D45; Sun, 11 Sep 2005 11:23:24 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBNOxU030882; Sun, 11 Sep 2005 11:23:24 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBNOda030881; Sun, 11 Sep 2005 11:23:24 GMT (envelope-from novel) Message-Id: <200509111123.j8BBNOda030881@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sun, 11 Sep 2005 11:23:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnutls Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:23:25 -0000 novel 2005-09-11 11:23:24 UTC FreeBSD ports repository Modified files: security/gnutls Makefile pkg-plist Log: - Revive CONFLICTS with gnutls-devel [1] - Do not build static libraries [2] Requested by: kris [1] vs [2] Revision Changes Path 1.27 +3 -1 ports/security/gnutls/Makefile 1.12 +1 -4 ports/security/gnutls/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:28:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627EA16A41F; Sun, 11 Sep 2005 11:28:26 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20EF343D46; Sun, 11 Sep 2005 11:28:26 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBSQj3031084; Sun, 11 Sep 2005 11:28:26 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBSQdV031083; Sun, 11 Sep 2005 11:28:26 GMT (envelope-from tobez) Message-Id: <200509111128.j8BBSQdV031083@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 11:28:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Lingua-Stem-Snowball Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:28:26 -0000 tobez 2005-09-11 11:28:25 UTC FreeBSD ports repository Modified files: textproc/p5-Lingua-Stem-Snowball Makefile distinfo Log: Update to 0.93. Revision Changes Path 1.4 +1 -1 ports/textproc/p5-Lingua-Stem-Snowball/Makefile 1.4 +2 -2 ports/textproc/p5-Lingua-Stem-Snowball/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:29:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 102C916A41F for ; Sun, 11 Sep 2005 11:29:43 +0000 (GMT) (envelope-from bogorodskiy@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB46343D49 for ; Sun, 11 Sep 2005 11:29:40 +0000 (GMT) (envelope-from bogorodskiy@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so2056206wra for ; Sun, 11 Sep 2005 04:29:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:x-pgp:user-agent; b=KNjvW1gaOg8xQ96HvcathGg0xvtUFiYavG2ba/0DK5k0hn42njEUIkbjxp39bfu0vDgrHKTmfko1OuknvgPftBvMU/hJfc24i3ETY+GZeM4eCalfni1NzHzaidg+HEJOJF8mCkNuXKZ4r0+UUei+lLZ4kPY9oleyYsV6oLjeY5s= Received: by 10.54.57.11 with SMTP id f11mr1772096wra; Sun, 11 Sep 2005 04:29:40 -0700 (PDT) Received: from localhost ( [194.186.150.129]) by mx.gmail.com with ESMTP id 33sm174650wra.2005.09.11.04.29.19; Sun, 11 Sep 2005 04:29:39 -0700 (PDT) Date: Sun, 11 Sep 2005 15:28:16 +0400 From: Roman Bogorodskiy To: Kris Kennaway Message-ID: <20050911112816.GA755@lame.novel.ru> References: <200509091534.j89FY2Qi043829@repoman.freebsd.org> <20050909170934.GA42230@xor.obsecurity.org> <20050910044627.GA761@lame.novel.ru> <20050910052129.GA49500@xor.obsecurity.org> <20050910123802.GA669@lame.novel.ru> <20050910175757.GA52565@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20050910175757.GA52565@xor.obsecurity.org> X-PGP: http://people.freebsd.org/~novel/novel.key.asc User-Agent: Mutt/1.5.10i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Roman Bogorodskiy , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/gnutls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:29:43 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Kris wrote: > > Even if there were, I think it's quite obvious that port which has been > > removed from the ports tree should be deinstalled from user's system,= =20 > > isn't it? BTW, portupgrade notes when there are such kind of ports in > > the system. > >=20 > > I think the proper solution is deinstalling obsolete port (i.e. gnutls-= devel > > in our case) from the system, but not CONFLICTing with dead ports' ghos= ts. > > And Porters Handbook doesn't say we should CONFLICT with nonexistent po= rts. > >=20 > > Am I missing something? >=20 > The point of CONFLICTS is to prevent two ports from spamming each > other with the same installed files. That's exactly what would happen > if someone still has gnutls-devel installed (it was only removed a few > days ago) and tries to install this one, so it makes perfect sense to > me that you should keep it there. Done. But how long should it be kept? Roman Bogorodskiy --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iQCVAwUBQyQU0IB0WzgdqspGAQLZWwP+K+h5+Yz+D4vxwWUX7rEKHORMLtvMW1SA WGo1fRHaJJIWoazIJJ9GW05bBc2Jpg8cW//CLtdk6Fe0NsjrlN1S1hJmxCdGMy1Q BVisPlWFG0DiuR7q7i1Q0AYH0MyfAhk9O3BQDK2sURjX1e1nCDHXMlZGOaaPq1Q0 oHFne5hb808= =ar9N -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:30:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1EA16A41F; Sun, 11 Sep 2005 11:30:33 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF61743D49; Sun, 11 Sep 2005 11:30:32 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBUWWY031244; Sun, 11 Sep 2005 11:30:32 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBUW47031243; Sun, 11 Sep 2005 11:30:32 GMT (envelope-from tobez) Message-Id: <200509111130.j8BBUW47031243@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 11:30:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-ReturnValue Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:30:33 -0000 tobez 2005-09-11 11:30:32 UTC FreeBSD ports repository Modified files: devel/p5-Class-ReturnValue Makefile distinfo Log: Update to 0.53. Revision Changes Path 1.4 +1 -1 ports/devel/p5-Class-ReturnValue/Makefile 1.5 +2 -2 ports/devel/p5-Class-ReturnValue/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:32:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B356916A41F; Sun, 11 Sep 2005 11:32:44 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A3F43D45; Sun, 11 Sep 2005 11:32:44 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBWiSs031315; Sun, 11 Sep 2005 11:32:44 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBWiiN031314; Sun, 11 Sep 2005 11:32:44 GMT (envelope-from tobez) Message-Id: <200509111132.j8BBWiiN031314@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 11:32:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Set-Scalar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:32:44 -0000 tobez 2005-09-11 11:32:44 UTC FreeBSD ports repository Modified files: devel/p5-Set-Scalar Makefile distinfo Log: Update to 1.20. Revision Changes Path 1.17 +1 -1 ports/devel/p5-Set-Scalar/Makefile 1.14 +2 -2 ports/devel/p5-Set-Scalar/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:36:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F47A16A41F; Sun, 11 Sep 2005 11:36:07 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D36443D45; Sun, 11 Sep 2005 11:36:07 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBa700031465; Sun, 11 Sep 2005 11:36:07 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBa7I6031464; Sun, 11 Sep 2005 11:36:07 GMT (envelope-from tobez) Message-Id: <200509111136.j8BBa7I6031464@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 11:36:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Graph Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:36:07 -0000 tobez 2005-09-11 11:36:07 UTC FreeBSD ports repository Modified files: math/p5-Graph Makefile distinfo Log: Update to 0.67. Revision Changes Path 1.14 +1 -1 ports/math/p5-Graph/Makefile 1.12 +2 -2 ports/math/p5-Graph/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:39:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1D816A41F; Sun, 11 Sep 2005 11:39:06 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E526043D48; Sun, 11 Sep 2005 11:39:05 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBd51X031593; Sun, 11 Sep 2005 11:39:05 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBd5NT031592; Sun, 11 Sep 2005 11:39:05 GMT (envelope-from clement) Message-Id: <200509111139.j8BBd5NT031592@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 11:39:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_vhs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:39:06 -0000 clement 2005-09-11 11:39:05 UTC FreeBSD ports repository Modified files: www/mod_vhs Makefile distinfo Log: - Update to 1.0.18 - ChangeLog : o Removed VH_HOST variable since it is more or less unusuable and somewhat dangerous. You can enable it again by compiling mod_vhs with -DWANT_VH_HOST. o Fixed compilation of mod_vhs when using Apache 2.0 branch (problems with ap_regex_t that exists only on Apache 2.1) o Added open_basedir functions to append homedir to a default open_basedir path. o Added experimental SUEXEC support. Not tested and not documented ! o According to Frédéric VANNIERE, mod_rewrite don't work when it is specified in module list... Another neat exception of Apache... Now mod_vhs should work with mod_rewrite... o Use Apache internal regexp than "system" ones. This fix portability of this code on Debian PR: ports/85222 Submitted: Xavier Beaudouin (maintainer) Revision Changes Path 1.8 +2 -3 ports/www/mod_vhs/Makefile 1.7 +2 -2 ports/www/mod_vhs/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:52:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D5516A41F; Sun, 11 Sep 2005 11:52:53 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D6643D45; Sun, 11 Sep 2005 11:52:52 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBqqum032112; Sun, 11 Sep 2005 11:52:52 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBqqOd032111; Sun, 11 Sep 2005 11:52:52 GMT (envelope-from lioux) Message-Id: <200509111152.j8BBqqOd032111@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 11 Sep 2005 11:52:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/kmplayer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:52:53 -0000 lioux 2005-09-11 11:52:52 UTC FreeBSD ports repository Modified files: multimedia/kmplayer Makefile distinfo Log: Update to 0.9.1-pre2: fixes plugin issues Revision Changes Path 1.27 +1 -1 ports/multimedia/kmplayer/Makefile 1.17 +2 -2 ports/multimedia/kmplayer/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:55:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C211E16A41F; Sun, 11 Sep 2005 11:55:39 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF9943D45; Sun, 11 Sep 2005 11:55:39 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BBtdOu032268; Sun, 11 Sep 2005 11:55:39 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BBtdmg032267; Sun, 11 Sep 2005 11:55:39 GMT (envelope-from mlaier) Message-Id: <200509111155.j8BBtdmg032267@repoman.freebsd.org> From: Max Laier Date: Sun, 11 Sep 2005 11:55:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:55:39 -0000 mlaier 2005-09-11 11:55:39 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pfsync.c Log: Stop leaking a lock. This used to cause a propagate_priority() page fault when setting syncdev and syncpeer. Reported by: Dominic Marks Revision Changes Path 1.23 +3 -3 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 11:59:40 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503FE16A420 for ; Sun, 11 Sep 2005 11:59:40 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64EB543D6A for ; Sun, 11 Sep 2005 11:59:37 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 18158 invoked from network); 11 Sep 2005 11:35:25 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 11 Sep 2005 11:35:25 -0000 Message-ID: <43241C3A.11C24A9C@freebsd.org> Date: Sun, 11 Sep 2005 13:59:54 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: avleeuwen@gmail.com References: <200508291846.j7TIkdcM090396@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memmem.3 memmem.c strchr.3 strstr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 11:59:40 -0000 Arjan Van Leeuwen wrote: > > Hi Andre, > > On 8/29/05, Andre Oppermann wrote: > > andre 2005-08-29 18:46:39 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > include string.h > > lib/libc/string Makefile.inc memchr.3 strchr.3 strstr.3 > > Added files: (Branch: RELENG_6) > > lib/libc/string memmem.3 memmem.c > > Log: > > MFC addition of memmem(3). > > Shouldn't __FreeBSD_version be bumped for this? I'm asking because I > maintain a port that uses memmem(3), and there's now no way to > distinguish between the FreeBSD 6 installations that have memmem(3), > and the ones that don't. There are no FreeBSD 6 installations to differentiate. FreeBSD 6 is not out yet. You don't have to support FreeBSD 6 BETA or RC in the ports tree. -- Andre From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:08:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C53316A41F; Sun, 11 Sep 2005 12:08:00 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED57D43D48; Sun, 11 Sep 2005 12:07:59 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BC7xWS032752; Sun, 11 Sep 2005 12:07:59 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BC7xRe032751; Sun, 11 Sep 2005 12:07:59 GMT (envelope-from tobez) Message-Id: <200509111207.j8BC7xRe032751@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 12:07:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Plucene Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:08:00 -0000 tobez 2005-09-11 12:07:59 UTC FreeBSD ports repository Modified files: textproc/p5-Plucene Makefile distinfo pkg-plist Log: Update to 1.24. Revision Changes Path 1.5 +2 -3 ports/textproc/p5-Plucene/Makefile 1.4 +2 -2 ports/textproc/p5-Plucene/distinfo 1.2 +1 -1 ports/textproc/p5-Plucene/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:18:50 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A5E16A41F for ; Sun, 11 Sep 2005 12:18:50 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E623843D48 for ; Sun, 11 Sep 2005 12:18:48 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so108440nzd for ; Sun, 11 Sep 2005 05:18:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TdF3DHcfIom0TBPBlP+IGhUhN+WAHHjIX1GbrByowIEEJcayh/SzRRiy99BBuim2hsSi5yhZ+a6JKBYhcs2aGai4mZpG+NQNveIv7K2XGbjGF5hM20/5cWMzFL7jK+WwTIdjbfiSFBygr2v+UKmdII7r5v7JhKXtWYL3OaDbhS8= Received: by 10.37.2.6 with SMTP id e6mr488757nzi; Sun, 11 Sep 2005 05:18:48 -0700 (PDT) Received: by 10.36.80.10 with HTTP; Sun, 11 Sep 2005 05:18:48 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2005 14:18:48 +0200 From: Arjan Van Leeuwen To: Andre Oppermann In-Reply-To: <43241C3A.11C24A9C@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508291846.j7TIkdcM090396@repoman.freebsd.org> <43241C3A.11C24A9C@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memmem.3 memmem.c strchr.3 strstr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: avleeuwen@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:18:50 -0000 On 9/11/05, Andre Oppermann wrote: > Arjan Van Leeuwen wrote: > > > > Hi Andre, > > > > On 8/29/05, Andre Oppermann wrote: > > > andre 2005-08-29 18:46:39 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_6) > > > include string.h > > > lib/libc/string Makefile.inc memchr.3 strchr.3 strstr.3 > > > Added files: (Branch: RELENG_6) > > > lib/libc/string memmem.3 memmem.c > > > Log: > > > MFC addition of memmem(3). > > > > Shouldn't __FreeBSD_version be bumped for this? I'm asking because I > > maintain a port that uses memmem(3), and there's now no way to > > distinguish between the FreeBSD 6 installations that have memmem(3), > > and the ones that don't. >=20 > There are no FreeBSD 6 installations to differentiate. FreeBSD 6 is > not out yet. You don't have to support FreeBSD 6 BETA or RC in the > ports tree. That's all the information I needed, thanks! Arjan >=20 > -- > Andre > From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:19:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBF016A41F; Sun, 11 Sep 2005 12:19:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7934C43D46; Sun, 11 Sep 2005 12:19:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCJL7c033320; Sun, 11 Sep 2005 12:19:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCJLHx033319; Sun, 11 Sep 2005 12:19:21 GMT (envelope-from pav) Message-Id: <200509111219.j8BCJLHx033319@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Sep 2005 12:19:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/ris Makefile distinfo pkg-descr ports/net/ris/files binlsrv.sh.in patch-binlsrv.py patch-infparser.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:19:21 -0000 pav 2005-09-11 12:19:21 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ris Makefile distinfo pkg-descr net/ris/files binlsrv.sh.in patch-binlsrv.py patch-infparser.py Log: OpenSource alternative to Microsoft Windows RIS (Remote Installation Services). You can also use this stuff to install Microsoft Windows from the network. PR: ports/85630 Submitted by: Alex Deiter Revision Changes Path 1.1529 +1 -0 ports/net/Makefile 1.1 +51 -0 ports/net/ris/Makefile (new) 1.1 +2 -0 ports/net/ris/distinfo (new) 1.1 +41 -0 ports/net/ris/files/binlsrv.sh.in (new) 1.1 +39 -0 ports/net/ris/files/patch-binlsrv.py (new) 1.1 +37 -0 ports/net/ris/files/patch-infparser.py (new) 1.1 +4 -0 ports/net/ris/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:19:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FAA116A420; Sun, 11 Sep 2005 12:19:50 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4CD43D48; Sun, 11 Sep 2005 12:19:49 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCJnDq033394; Sun, 11 Sep 2005 12:19:49 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCJn9D033393; Sun, 11 Sep 2005 12:19:49 GMT (envelope-from tobez) Message-Id: <200509111219.j8BCJn9D033393@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 12:19:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-Scalar-List-Utils Makefile distinfo ports/lang/p5-Scalar-List-Utils/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:19:50 -0000 tobez 2005-09-11 12:19:49 UTC FreeBSD ports repository Modified files: lang/p5-Scalar-List-Utils Makefile distinfo Removed files: lang/p5-Scalar-List-Utils/files patch-Makefile.PL Log: Update to 1.17. Revision Changes Path 1.8 +1 -1 ports/lang/p5-Scalar-List-Utils/Makefile 1.8 +2 -2 ports/lang/p5-Scalar-List-Utils/distinfo 1.2 +0 -11 ports/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:20:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3906D16A421; Sun, 11 Sep 2005 12:20:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FB443D4C; Sun, 11 Sep 2005 12:20:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCK0EK033440; Sun, 11 Sep 2005 12:20:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCK09Z033439; Sun, 11 Sep 2005 12:20:00 GMT (envelope-from pav) Message-Id: <200509111220.j8BCK09Z033439@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Sep 2005 12:20:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:20:01 -0000 pav 2005-09-11 12:20:00 UTC FreeBSD ports repository Modified files: . modules Log: ris --> ports/net/ris Revision Changes Path 1.13123 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:35:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAAA16A41F; Sun, 11 Sep 2005 12:35:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B4243D46; Sun, 11 Sep 2005 12:35:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCZW92034044; Sun, 11 Sep 2005 12:35:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCZW00034043; Sun, 11 Sep 2005 12:35:32 GMT (envelope-from phk) Message-Id: <200509111235.j8BCZW00034043@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 11 Sep 2005 12:35:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:35:33 -0000 phk 2005-09-11 12:35:32 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Do not destroy the queue mutex until the thread is done with it. Revision Changes Path 1.156 +1 -1 src/sys/dev/md/md.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:46:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC11616A41F; Sun, 11 Sep 2005 12:46:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8107C43D48; Sun, 11 Sep 2005 12:46:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCkOVP034509; Sun, 11 Sep 2005 12:46:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCkObJ034508; Sun, 11 Sep 2005 12:46:24 GMT (envelope-from pav) Message-Id: <200509111246.j8BCkObJ034508@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Sep 2005 12:46:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/winefish Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:46:25 -0000 pav 2005-09-11 12:46:24 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/winefish Makefile distinfo pkg-descr pkg-plist Log: A LaTeX editor based on Bluefish Main features: (1) Autotext, Auto-Completion, Function References, Syntax highlight (2) External Tools (customizable) (3) UTF8 support PR: ports/85937 Submitted by: Nicola Vitale Revision Changes Path 1.317 +1 -0 ports/editors/Makefile 1.1 +53 -0 ports/editors/winefish/Makefile (new) 1.1 +2 -0 ports/editors/winefish/distinfo (new) 1.1 +10 -0 ports/editors/winefish/pkg-descr (new) 1.1 +25 -0 ports/editors/winefish/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:47:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FEC16A41F; Sun, 11 Sep 2005 12:47:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 494A643D46; Sun, 11 Sep 2005 12:47:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCl7pT039021; Sun, 11 Sep 2005 12:47:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCl7AI039000; Sun, 11 Sep 2005 12:47:07 GMT (envelope-from pav) Message-Id: <200509111247.j8BCl7AI039000@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Sep 2005 12:47:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:47:07 -0000 pav 2005-09-11 12:47:07 UTC FreeBSD ports repository Modified files: . modules Log: winefish --> ports/editors/winefish Revision Changes Path 1.13124 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:55:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB5316A41F; Sun, 11 Sep 2005 12:55:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E521F43D48; Sun, 11 Sep 2005 12:55:07 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BCt7Wk041932; Sun, 11 Sep 2005 12:55:07 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BCt79f041931; Sun, 11 Sep 2005 12:55:07 GMT (envelope-from cperciva) Message-Id: <200509111255.j8BCt79f041931@repoman.freebsd.org> From: Colin Percival Date: Sun, 11 Sep 2005 12:55:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:55:08 -0000 cperciva 2005-09-11 12:55:07 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Fix typo: ${PORTDIR} -> ${PORTSDIR}. Apologies to everyone who has run portsnap in 7.0-CURRENT since Tuesday; if there is a file "/.portsnap.INDEX" on your system, you can delete it (or even better, move it to /usr/ports/.portsnap.INDEX). Big pointy hat to: cperciva Reported that things weren't working properly: Aleksander Fafula Revision Changes Path 1.11 +1 -1 src/usr.sbin/portsnap/portsnap/portsnap.sh From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:58:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C105116A41F; Sun, 11 Sep 2005 12:58:35 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr15.hinet.net (msr15.hinet.net [168.95.4.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713C543D46; Sun, 11 Sep 2005 12:58:34 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr15.hinet.net (8.9.3/8.9.3) with ESMTP id UAA26213; Sun, 11 Sep 2005 20:58:03 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 61203B29CDB; Sun, 11 Sep 2005 20:58:32 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44477-04; Sun, 11 Sep 2005 20:58:27 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id D6279B29CD5; Sun, 11 Sep 2005 20:58:27 +0800 (CST) Date: Sun, 11 Sep 2005 20:58:27 +0800 From: Yen-Ming Lee To: Anton Berezin Message-ID: <20050911125827.GA45633@utopia.leeym.com> Mail-Followup-To: Anton Berezin , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509111219.j8BCJn9D033393@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <200509111219.j8BCJn9D033393@repoman.freebsd.org> X-Fingerprint: FE 7E 04 56 FC D7 24 21 B9 3B 53 06 E8 93 B5 81 X-Public-Key: http://www.leeym.com/pubkey.asc User-Agent: Mutt/1.5.10i X-Virus-Scanned: by amavisd-new at leeym.com Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/p5-Scalar-List-Utils Makefile distinfo ports/lang/p5-Scalar-List-Utils/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:58:36 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=big5 Content-Disposition: inline On Sun, Sep 11, 2005 at 12:19:49PM +0000, Anton Berezin wrote: > tobez 2005-09-11 12:19:49 UTC > > FreeBSD ports repository > > Modified files: > lang/p5-Scalar-List-Utils Makefile distinfo > Removed files: > lang/p5-Scalar-List-Utils/files patch-Makefile.PL > Log: > Update to 1.17. > > Revision Changes Path > 1.8 +1 -1 ports/lang/p5-Scalar-List-Utils/Makefile > 1.8 +2 -2 ports/lang/p5-Scalar-List-Utils/distinfo > 1.2 +0 -11 ports/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL (dead) Now it breaks on perl-5.00503 /usr/bin/perl5.00503 -Iinc -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap Util.xs >xstmp.c && mv xstmp.c Util.c Error: 'NV' not in typemap in Util.xs, line 180 Error: 'UV' not in typemap in Util.xs, line 445 *** Error code 1 -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBQyQp88nMx0NetS5RAQLIQwQAyIEhyo6rx4kZjeS1uHz4uQiHoADLIW01 XzK7T5kUEVopG32ILQEz0VTwjL7lX5GKWx5AqS2waaN9CHJYUUQaz144Pp8iacGm TJlP1iUxfTlBE4OXH+zG3R5qSyKBSi1noJzu9uEPxxEeEbfunEQ5Hf9kN37Ywclj EAgU0jvcauY= =D3Tp -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:03:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC12816A41F; Sun, 11 Sep 2005 13:03:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A76043D45; Sun, 11 Sep 2005 13:03:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BD3bJ4042314; Sun, 11 Sep 2005 13:03:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BD3bTK042313; Sun, 11 Sep 2005 13:03:37 GMT (envelope-from rwatson) Message-Id: <200509111303.j8BD3bTK042313@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Sep 2005 13:03:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_open Makefile fifo_open.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:03:37 -0000 rwatson 2005-09-11 13:03:36 UTC FreeBSD src repository Added files: tools/regression/fifo/fifo_open Makefile fifo_open.c Log: Add fifo_open, a basic regression test for opening fifos, which tests the blocking and non-blocking forms of open based on the POSIX spec for now O_NONBLOCK should be handled. Revision Changes Path 1.1 +7 -0 src/tools/regression/fifo/fifo_open/Makefile (new) 1.1 +474 -0 src/tools/regression/fifo/fifo_open/fifo_open.c (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:05:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7794A16A42A; Sun, 11 Sep 2005 13:05:05 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340AF43D46; Sun, 11 Sep 2005 13:05:05 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BD55hD042416; Sun, 11 Sep 2005 13:05:05 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BD55AA042415; Sun, 11 Sep 2005 13:05:05 GMT (envelope-from des) Message-Id: <200509111305.j8BD55AA042415@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 11 Sep 2005 13:05:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.8 porteasy.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:05:05 -0000 des 2005-09-11 13:05:05 UTC FreeBSD ports repository Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.8 porteasy.pl Log: Fix problems with PLIST_SUB, and update copyrights. Revision Changes Path 1.49 +1 -1 ports/misc/porteasy/Makefile 1.19 +15 -17 ports/misc/porteasy/src/porteasy.8 1.54 +23 -21 ports/misc/porteasy/src/porteasy.pl From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:25:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A8A16A41F; Sun, 11 Sep 2005 13:25:41 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB68843D48; Sun, 11 Sep 2005 13:25:40 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDPeT4043161; Sun, 11 Sep 2005 13:25:40 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDPe6h043160; Sun, 11 Sep 2005 13:25:40 GMT (envelope-from clement) Message-Id: <200509111325.j8BDPe6h043160@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 13:25:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_injection Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:25:41 -0000 clement 2005-09-11 13:25:40 UTC FreeBSD ports repository Modified files: www/mod_injection Makefile Log: - Fix fetch Reported by: pointyhat via kris Revision Changes Path 1.4 +1 -1 ports/www/mod_injection/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:30:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D9D16A41F; Sun, 11 Sep 2005 13:30:18 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7272F43D4C; Sun, 11 Sep 2005 13:30:18 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDUI2n043354; Sun, 11 Sep 2005 13:30:18 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDUImk043353; Sun, 11 Sep 2005 13:30:18 GMT (envelope-from des) Message-Id: <200509111330.j8BDUImk043353@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 11 Sep 2005 13:30:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/porteasy/src porteasy.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:30:19 -0000 des 2005-09-11 13:30:18 UTC FreeBSD ports repository Modified files: misc/porteasy/src porteasy.pl Log: While I'm here, tweak the master port detection code and comment out a warning which is more annoying than useful. Revision Changes Path 1.55 +5 -5 ports/misc/porteasy/src/porteasy.pl From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:33:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E54E16A41F; Sun, 11 Sep 2005 13:33:26 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE0243D53; Sun, 11 Sep 2005 13:33:26 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDXP5w043491; Sun, 11 Sep 2005 13:33:25 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDXPWx043490; Sun, 11 Sep 2005 13:33:25 GMT (envelope-from clement) Message-Id: <200509111333.j8BDXPWx043490@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 13:33:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_proxy_html distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:33:26 -0000 clement 2005-09-11 13:33:25 UTC FreeBSD ports repository Modified files: www/mod_proxy_html distinfo Log: - source file have been rerolled. Changes: s/REG_/AP_REG_/ Reported by: pointyhat via kris Revision Changes Path 1.4 +2 -2 ports/www/mod_proxy_html/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:38:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C8416A41F; Sun, 11 Sep 2005 13:38:37 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09ADB43D46; Sun, 11 Sep 2005 13:38:37 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDcaBs043730; Sun, 11 Sep 2005 13:38:36 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDcaSh043729; Sun, 11 Sep 2005 13:38:36 GMT (envelope-from clement) Message-Id: <200509111338.j8BDcaSh043729@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 13:38:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_mya Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:38:37 -0000 clement 2005-09-11 13:38:36 UTC FreeBSD ports repository Modified files: www/mod_mya Makefile Log: - Fix fetch (mirror it) Reported by: pointyhat via kris Revision Changes Path 1.3 +2 -1 ports/www/mod_mya/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:44:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E7116A41F; Sun, 11 Sep 2005 13:44:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5230A43D48; Sun, 11 Sep 2005 13:44:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDiPpK043973; Sun, 11 Sep 2005 13:44:25 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDiPIb043972; Sun, 11 Sep 2005 13:44:25 GMT (envelope-from linimon) Message-Id: <200509111344.j8BDiPIb043972@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 13:44:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:44:25 -0000 linimon 2005-09-11 13:44:25 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove two mastersites, one which is gone, and one which exists but no longer carries XFree86. Source: distfile survey Revision Changes Path 1.305 +1 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:49:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C53E16A41F; Sun, 11 Sep 2005 13:49:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD0243D53; Sun, 11 Sep 2005 13:49:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDnO95044123; Sun, 11 Sep 2005 13:49:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDnOSQ044122; Sun, 11 Sep 2005 13:49:24 GMT (envelope-from netchild) Message-Id: <200509111349.j8BDnOSQ044122@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 13:49:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/isa mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:49:25 -0000 netchild 2005-09-11 13:49:24 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: Allow to record non 8bit-mono formats even in half-duplex configurations. PR: 45679 Submitted by: Watanabe Kazuhiro Revision Changes Path 1.99 +2 -1 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 13:59:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D17216A41F; Sun, 11 Sep 2005 13:59:03 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1933243D48; Sun, 11 Sep 2005 13:59:03 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BDx266044547; Sun, 11 Sep 2005 13:59:02 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BDx2FE044546; Sun, 11 Sep 2005 13:59:02 GMT (envelope-from netchild) Message-Id: <200509111359.j8BDx2FE044546@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 13:59:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/isa mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:59:03 -0000 netchild 2005-09-11 13:59:02 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: Add some ad_wait_init() calls to fix some problems in some configs (e.g. PC98, CS4231A, "pcm0: play interrupt timeout"). PR: 45682 Submitted by: Watanabe Kazuhiro Revision Changes Path 1.100 +5 -1 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 14:02:06 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D63D416A41F; Sun, 11 Sep 2005 14:02:06 +0000 (GMT) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05ABB43D69; Sun, 11 Sep 2005 14:02:01 +0000 (GMT) (envelope-from max@love2party.net) Received: from p54A3DDDF.dip.t-dialin.net [84.163.221.223] (helo=donor.laier.local) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML25U-1EESPA1GpR-0005wP; Sun, 11 Sep 2005 16:02:00 +0200 From: Max Laier To: "David E. O'Brien" Date: Sun, 11 Sep 2005 16:01:41 +0200 User-Agent: KMail/1.8.2 References: <200509110204.j8B244i7094193@repoman.freebsd.org> In-Reply-To: <200509110204.j8B244i7094193@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1430232.k5vohTbd5N"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509111601.58876.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:02:07 -0000 --nextPart1430232.k5vohTbd5N Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 11 September 2005 04:04, David E. O'Brien wrote: > obrien 2005-09-11 02:04:04 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > Log: > Don't pollute the entire kernel build with -I$S/contrib/pf. > > Revision Changes Path > 1.1045 +32 -16 src/sys/conf/files These changes didn't really improve the readability of conf/files. I don't= =20 understand in what way a global -I "pollutes" the kernel build. We install= =20 these include files so there must not be a conflict anyway. Unless you can give some reasoning why this -I is such a bad thing, I'd lik= e=20 to see this reverted in order to keep conf/files clean(er) - thanks. > 1.68 +0 -3 src/sys/conf/kern.pre.mk =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1430232.k5vohTbd5N Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDJDjWXyyEoT62BG0RArtgAJ9abg8VEqht6mX2EHu8MJnnpWc9BwCfZhh6 604QuIC2vpOsOGBpCV6k0Ow= =+DzM -----END PGP SIGNATURE----- --nextPart1430232.k5vohTbd5N-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 14:10:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED9516A41F; Sun, 11 Sep 2005 14:10:09 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BF4843D46; Sun, 11 Sep 2005 14:10:09 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BEA9R4045451; Sun, 11 Sep 2005 14:10:09 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BEA9YE045450; Sun, 11 Sep 2005 14:10:09 GMT (envelope-from obraun) Message-Id: <200509111410.j8BEA9YE045450@repoman.freebsd.org> From: Oliver Braun Date: Sun, 11 Sep 2005 14:10:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hs-haxml Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:10:09 -0000 obraun 2005-09-11 14:10:09 UTC FreeBSD ports repository Modified files: textproc/hs-haxml Makefile pkg-plist Log: Remove hugs-bits since the current version of hugs already contains HaXml. Noticed by: jannisan@t-online.de Revision Changes Path 1.32 +4 -19 ports/textproc/hs-haxml/Makefile 1.10 +0 -28 ports/textproc/hs-haxml/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 14:15:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE5B16A41F; Sun, 11 Sep 2005 14:15:05 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA6E43D46; Sun, 11 Sep 2005 14:15:05 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BEF57d045733; Sun, 11 Sep 2005 14:15:05 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BEF5JE045732; Sun, 11 Sep 2005 14:15:05 GMT (envelope-from netchild) Message-Id: <200509111415.j8BEF5JE045732@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 14:15:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci csapcm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:15:05 -0000 netchild 2005-09-11 14:15:05 UTC FreeBSD src repository Modified files: sys/dev/sound/pci csapcm.c Log: Power up the external amplifiers additionally to powering up the DAC and ADC. PR: 47029 Submitted by: Anish Mistry Tested by: David Murphy Revision Changes Path 1.35 +8 -0 src/sys/dev/sound/pci/csapcm.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 14:15:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3ABF16A41F; Sun, 11 Sep 2005 14:15:18 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E9643D49; Sun, 11 Sep 2005 14:15:18 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BEFIID045797; Sun, 11 Sep 2005 14:15:18 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BEFITC045796; Sun, 11 Sep 2005 14:15:18 GMT (envelope-from clement) Message-Id: <200509111415.j8BEFITC045796@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 14:15:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/mod_bw Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:15:18 -0000 clement 2005-09-11 14:15:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_bw Makefile distinfo pkg-descr Log: - Add mod_bw (officially known as bw_mod) v0.6 Bandwidth and Connection control per Virtual Host or Directory. It can: * Restrict the number of simultaneous connections per vhost/dir * Limit the bandwidth for files on vhost/dir WWW: http://www.ivn.cl/apache/ Revision Changes Path 1.1167 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/mod_bw/Makefile (new) 1.1 +2 -0 ports/www/mod_bw/distinfo (new) 1.1 +6 -0 ports/www/mod_bw/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 14:15:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EA416A41F; Sun, 11 Sep 2005 14:15:38 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D9943D48; Sun, 11 Sep 2005 14:15:37 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BEFb9j045875; Sun, 11 Sep 2005 14:15:37 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BEFbaK045874; Sun, 11 Sep 2005 14:15:37 GMT (envelope-from clement) Message-Id: <200509111415.j8BEFbaK045874@repoman.freebsd.org> From: Clement Laforet Date: Sun, 11 Sep 2005 14:15:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:15:38 -0000 clement 2005-09-11 14:15:37 UTC FreeBSD ports repository Modified files: . modules Log: mod_bw --> ports/www/mod_bw Revision Changes Path 1.13125 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 14:29:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795A216A41F; Sun, 11 Sep 2005 14:29:58 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 364A443D46; Sun, 11 Sep 2005 14:29:58 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BETwwh046360; Sun, 11 Sep 2005 14:29:58 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BETw5H046359; Sun, 11 Sep 2005 14:29:58 GMT (envelope-from maxim) Message-Id: <200509111429.j8BETw5H046359@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 11 Sep 2005 14:29:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/periodic/security 550.ipfwlimit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:29:58 -0000 maxim 2005-09-11 14:29:58 UTC FreeBSD src repository Modified files: etc/periodic/security 550.ipfwlimit Log: A new version of rev. 1.4: postpone a temporary file creation until we realize if ipfw(4) ever used. PR: bin/85970 Submitted by: Andre Albsmeier MFC after: 3 days Revision Changes Path 1.10 +1 -1 src/etc/periodic/security/550.ipfwlimit From owner-cvs-all@FreeBSD.ORG Sun Sep 11 15:57:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A03016A41F; Sun, 11 Sep 2005 15:57:08 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162A043D45; Sun, 11 Sep 2005 15:57:08 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BFv7wR050066; Sun, 11 Sep 2005 15:57:07 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BFv7fV050065; Sun, 11 Sep 2005 15:57:07 GMT (envelope-from rodrigc) Message-Id: <200509111557.j8BFv7fV050065@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Sep 2005 15:57:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/ntfs ntfs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 15:57:08 -0000 rodrigc 2005-09-11 15:57:07 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs.h Log: Do not declare M_NTFSMNT with extern linkage here, since it is defined with static linkage in ntfs_vfsops.c. Fixes compilation with GCC 4.0. Revision Changes Path 1.20 +0 -1 src/sys/fs/ntfs/ntfs.h From owner-cvs-all@FreeBSD.ORG Sun Sep 11 16:02:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52F516A421; Sun, 11 Sep 2005 16:02:15 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D7343D49; Sun, 11 Sep 2005 16:02:14 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BG2ECC050356; Sun, 11 Sep 2005 16:02:14 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BG2ESK050355; Sun, 11 Sep 2005 16:02:14 GMT (envelope-from rodrigc) Message-Id: <200509111602.j8BG2ESK050355@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Sep 2005 16:02:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:02:16 -0000 rodrigc 2005-09-11 16:02:14 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Cast bf_sysid to const char * when passing it to strncmp(), because strncmp does not take an unsigned char *. Eliminates warning with GCC 4.0. Revision Changes Path 1.81 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 16:04:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1EE16A41F; Sun, 11 Sep 2005 16:04:57 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C007143D45; Sun, 11 Sep 2005 16:04:56 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BG4u7T050443; Sun, 11 Sep 2005 16:04:56 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BG4uHm050442; Sun, 11 Sep 2005 16:04:56 GMT (envelope-from rodrigc) Message-Id: <200509111604.j8BG4uHm050442@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Sep 2005 16:04:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netatalk at_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:04:57 -0000 rodrigc 2005-09-11 16:04:56 UTC FreeBSD src repository Modified files: sys/netatalk at_proto.c Log: Forward declare atalkdomain with static linkage, not extern, since it is defined with static linkage later in the file. Eliminates GCC 4.0 error. Revision Changes Path 1.11 +1 -1 src/sys/netatalk/at_proto.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 16:07:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 066F016A41F; Sun, 11 Sep 2005 16:07:47 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F8DF43D46; Sun, 11 Sep 2005 16:07:46 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BG7khb050654; Sun, 11 Sep 2005 16:07:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BG7kSe050653; Sun, 11 Sep 2005 16:07:46 GMT (envelope-from lth) Message-Id: <200509111607.j8BG7kSe050653@repoman.freebsd.org> From: Lars Thegler Date: Sun, 11 Sep 2005 16:07:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Feed-Find Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:07:47 -0000 lth 2005-09-11 16:07:46 UTC FreeBSD ports repository Modified files: www/p5-Feed-Find Makefile distinfo Log: Update to 0.06 Revision Changes Path 1.2 +1 -1 ports/www/p5-Feed-Find/Makefile 1.2 +2 -2 ports/www/p5-Feed-Find/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 16:13:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ECCA16A41F; Sun, 11 Sep 2005 16:13:03 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C925F43D46; Sun, 11 Sep 2005 16:13:02 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BGD2ww050866; Sun, 11 Sep 2005 16:13:02 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BGD2ic050862; Sun, 11 Sep 2005 16:13:02 GMT (envelope-from rodrigc) Message-Id: <200509111613.j8BGD2ic050862@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 11 Sep 2005 16:13:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net zlib.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:13:03 -0000 rodrigc 2005-09-11 16:13:02 UTC FreeBSD src repository Modified files: sys/net zlib.c Log: Forward declare z_errmsg with static linkage since it is defined with static linkage later in the file. Eliminates GCC 4.0 error. Revision Changes Path 1.20 +1 -1 src/sys/net/zlib.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 16:20:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B96BA16A41F; Sun, 11 Sep 2005 16:20:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761A743D45; Sun, 11 Sep 2005 16:20:35 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BGKZ3s051253; Sun, 11 Sep 2005 16:20:35 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BGKZoq051252; Sun, 11 Sep 2005 16:20:35 GMT (envelope-from nork) Message-Id: <200509111620.j8BGKZoq051252@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 11 Sep 2005 16:20:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:20:35 -0000 nork 2005-09-11 16:20:35 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2005.09.09. Revision Changes Path 1.203 +2 -1 ports/net/liveMedia/Makefile 1.190 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 16:50:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FA916A41F; Sun, 11 Sep 2005 16:50:38 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188C843D4C; Sun, 11 Sep 2005 16:50:38 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BGobVJ059718; Sun, 11 Sep 2005 16:50:37 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BGob0O059717; Sun, 11 Sep 2005 16:50:37 GMT (envelope-from des) Message-Id: <200509111650.j8BGob0O059717@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 11 Sep 2005 16:50:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/secure/lib/libssh Makefile src/crypto/openssh CREDITS ChangeLog FREEBSD-tricks LICENCE Makefile.in README README.privsep WARNING.RNG acconfig.h acss.c atomicio.c atomicio.h audit.c auth-krb5.c auth-pam.c auth-passwd.c auth-rh-rsa.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:50:39 -0000 des 2005-09-11 16:50:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) secure/lib/libssh Makefile crypto/openssh CREDITS ChangeLog FREEBSD-tricks LICENCE Makefile.in README README.privsep WARNING.RNG acconfig.h acss.c atomicio.c atomicio.h audit.c auth-krb5.c auth-pam.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-shadow.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2.c authfd.c authfile.c bufaux.c canohost.c channels.c channels.h cipher-acss.c cipher-ctr.c cipher.c clientloop.c clientloop.h config.guess config.h config.sub configure.ac defines.h dns.c entropy.c gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c includes.h kex.c kex.h key.c loginrec.c loginrec.h mac.c match.c mdoc2man.awk misc.c misc.h moduli.c monitor.c monitor_wrap.c msg.c myproposal.h packet.c packet.h progressmeter.c readconf.c readconf.h readpass.c scp.c servconf.c serverloop.c session.c session.h sftp-client.c sftp-client.h sftp-server.c sftp.c ssh-add.1 ssh-add.c ssh-agent.1 ssh-keygen.1 ssh-keygen.c ssh-keyscan.c ssh-rand-helper.c ssh-rsa.c ssh.1 ssh.c ssh_config ssh_config.5 sshconnect.c sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshpty.c ttymodes.c version.h crypto/openssh/openbsd-compat Makefile.in bsd-cygwin_util.c bsd-misc.c fake-rfc2553.h getrrsetbyname.c openbsd-compat.h port-aix.c port-aix.h realpath.c xcrypt.c crypto/openssh/regress reexec.sh test-exec.sh Added files: (Branch: RELENG_6) crypto/openssh/openbsd-compat openssl-compat.c openssl-compat.h port-uw.c port-uw.h strtoll.c strtonum.c Removed files: (Branch: RELENG_6) crypto/openssh mpaux.c mpaux.h tildexpand.c Log: Upgrade to 4.2p1. Approved by: re (kensmith) Revision Changes Path 1.1.1.5.2.1 +3 -1 src/crypto/openssh/CREDITS 1.1.1.10.2.1 +495 -2 src/crypto/openssh/ChangeLog 1.5.2.1 +3 -3 src/crypto/openssh/FREEBSD-tricks 1.7.2.1 +2 -0 src/crypto/openssh/LICENCE 1.1.1.8.2.1 +4 -4 src/crypto/openssh/Makefile.in 1.1.1.11.2.1 +5 -4 src/crypto/openssh/README 1.1.1.7.2.1 +3 -3 src/crypto/openssh/README.privsep 1.1.1.3.2.1 +2 -2 src/crypto/openssh/WARNING.RNG 1.11.2.1 +2 -8 src/crypto/openssh/acconfig.h 1.1.1.1.8.1 +64 -64 src/crypto/openssh/acss.c 1.1.1.8.8.1 +9 -5 src/crypto/openssh/atomicio.c 1.1.1.3.8.1 +2 -2 src/crypto/openssh/atomicio.h 1.1.1.1.2.1 +4 -4 src/crypto/openssh/audit.c 1.19.2.1 +32 -27 src/crypto/openssh/auth-krb5.c 1.16.2.1 +31 -16 src/crypto/openssh/auth-pam.c 1.19.2.1 +4 -2 src/crypto/openssh/auth-passwd.c 1.12.8.1 +2 -2 src/crypto/openssh/auth-rh-rsa.c 1.1.1.9.8.1 +2 -2 src/crypto/openssh/auth-rhosts.c 1.15.2.1 +4 -2 src/crypto/openssh/auth-rsa.c 1.1.1.2.2.1 +2 -2 src/crypto/openssh/auth-shadow.c 1.15.8.1 +2 -2 src/crypto/openssh/auth-skey.c 1.17.2.1 +27 -43 src/crypto/openssh/auth.c 1.15.2.1 +7 -3 src/crypto/openssh/auth.h 1.32.2.1 +196 -134 src/crypto/openssh/auth1.c 1.10.2.1 +6 -7 src/crypto/openssh/auth2-chall.c 1.1.1.3.2.1 +4 -5 src/crypto/openssh/auth2-gss.c 1.25.2.1 +2 -2 src/crypto/openssh/auth2.c 1.18.2.1 +6 -6 src/crypto/openssh/authfd.c 1.18.2.1 +9 -7 src/crypto/openssh/authfile.c 1.16.2.1 +3 -3 src/crypto/openssh/bufaux.c 1.17.2.1 +5 -4 src/crypto/openssh/canohost.c 1.20.2.1 +60 -46 src/crypto/openssh/channels.c 1.13.2.1 +5 -4 src/crypto/openssh/channels.h 1.1.1.1.8.1 +3 -3 src/crypto/openssh/cipher-acss.c 1.1.1.3.2.1 +2 -2 src/crypto/openssh/cipher-ctr.c 1.20.2.1 +41 -61 src/crypto/openssh/cipher.c 1.1.1.16.2.1 +142 -11 src/crypto/openssh/clientloop.c 1.1.1.6.2.1 +8 -1 src/crypto/openssh/clientloop.h 1.1.1.6.2.1 +339 -251 src/crypto/openssh/config.guess 1.11.2.1 +56 -12 src/crypto/openssh/config.h 1.1.1.5.2.1 +98 -38 src/crypto/openssh/config.sub 1.11.2.1 +334 -71 src/crypto/openssh/configure.ac 1.1.1.9.2.1 +49 -2 src/crypto/openssh/defines.h 1.1.1.3.2.1 +29 -4 src/crypto/openssh/dns.c 1.1.1.3.8.1 +3 -3 src/crypto/openssh/entropy.c 1.1.1.2.8.1 +3 -3 src/crypto/openssh/gss-genr.c 1.1.1.4.2.1 +4 -31 src/crypto/openssh/gss-serv-krb5.c 1.1.1.2.8.1 +16 -5 src/crypto/openssh/gss-serv.c 1.14.2.1 +2 -2 src/crypto/openssh/hostfile.c 1.19.2.1 +11 -2 src/crypto/openssh/includes.h 1.1.1.11.2.1 +23 -20 src/crypto/openssh/kex.c 1.1.1.10.2.1 +8 -4 src/crypto/openssh/kex.h 1.19.2.1 +2 -2 src/crypto/openssh/key.c 1.9.2.1 +21 -20 src/crypto/openssh/loginrec.c 1.1.1.3.2.1 +2 -2 src/crypto/openssh/loginrec.h 1.1.1.4.8.1 +7 -4 src/crypto/openssh/mac.c 1.1.1.6.14.1 +2 -2 src/crypto/openssh/match.c 1.1.1.3.2.1 +3 -0 src/crypto/openssh/mdoc2man.awk 1.1.1.10.2.1 +127 -1 src/crypto/openssh/misc.c 1.1.1.7.2.1 +4 -5 src/crypto/openssh/misc.h 1.1.1.4.2.1 +17 -16 src/crypto/openssh/moduli.c 1.17.2.1 +5 -5 src/crypto/openssh/monitor.c 1.10.2.1 +13 -14 src/crypto/openssh/monitor_wrap.c 1.9.14.1 +0 -46 src/crypto/openssh/mpaux.c (dead) 1.1.1.5.14.1 +0 -22 src/crypto/openssh/mpaux.h (dead) 1.1.1.6.8.1 +6 -9 src/crypto/openssh/msg.c 1.7.2.1 +5 -4 src/crypto/openssh/myproposal.h 1.1.1.6.2.1 +4 -4 src/crypto/openssh/openbsd-compat/Makefile.in 1.1.1.6.2.1 +1 -1 src/crypto/openssh/openbsd-compat/bsd-cygwin_util.c 1.1.1.7.2.1 +19 -1 src/crypto/openssh/openbsd-compat/bsd-misc.c 1.6.2.1 +12 -6 src/crypto/openssh/openbsd-compat/fake-rfc2553.h 1.1.1.4.2.1 +4 -0 src/crypto/openssh/openbsd-compat/getrrsetbyname.c 1.1.1.6.2.1 +6 -1 src/crypto/openssh/openbsd-compat/openbsd-compat.h 1.1.1.1.2.1 +46 -0 src/crypto/openssh/openbsd-compat/openssl-compat.c (new) 1.1.1.1.2.1 +65 -0 src/crypto/openssh/openbsd-compat/openssl-compat.h (new) 1.1.1.7.2.1 +7 -9 src/crypto/openssh/openbsd-compat/port-aix.c 1.1.1.8.2.1 +8 -7 src/crypto/openssh/openbsd-compat/port-aix.h 1.1.1.1.2.1 +134 -0 src/crypto/openssh/openbsd-compat/port-uw.c (new) 1.1.1.1.2.1 +30 -0 src/crypto/openssh/openbsd-compat/port-uw.h (new) 1.1.1.5.2.1 +130 -138 src/crypto/openssh/openbsd-compat/realpath.c 1.1.1.1.2.1 +151 -0 src/crypto/openssh/openbsd-compat/strtoll.c (new) 1.1.1.1.2.1 +69 -0 src/crypto/openssh/openbsd-compat/strtonum.c (new) 1.1.1.3.8.1 +5 -0 src/crypto/openssh/openbsd-compat/xcrypt.c 1.1.1.16.2.1 +58 -5 src/crypto/openssh/packet.c 1.14.2.1 +4 -2 src/crypto/openssh/packet.h 1.1.1.5.2.1 +36 -13 src/crypto/openssh/progressmeter.c 1.25.2.1 +28 -5 src/crypto/openssh/readconf.c 1.17.2.1 +6 -1 src/crypto/openssh/readconf.h 1.1.1.11.2.1 +8 -3 src/crypto/openssh/readpass.c 1.1.1.2.2.1 +3 -3 src/crypto/openssh/regress/reexec.sh 1.1.1.7.2.1 +4 -3 src/crypto/openssh/regress/test-exec.sh 1.8.2.1 +23 -19 src/crypto/openssh/scp.c 1.46.2.1 +32 -6 src/crypto/openssh/servconf.c 1.13.2.1 +3 -3 src/crypto/openssh/serverloop.c 1.46.2.1 +122 -13 src/crypto/openssh/session.c 1.9.2.1 +3 -2 src/crypto/openssh/session.h 1.1.1.13.2.1 +19 -20 src/crypto/openssh/sftp-client.c 1.1.1.6.2.1 +2 -2 src/crypto/openssh/sftp-client.h 1.1.1.11.2.1 +6 -6 src/crypto/openssh/sftp-server.c 1.1.1.13.2.1 +34 -19 src/crypto/openssh/sftp.c 1.1.1.11.2.1 +7 -7 src/crypto/openssh/ssh-add.1 1.15.2.1 +2 -2 src/crypto/openssh/ssh-add.c 1.1.1.11.2.1 +7 -7 src/crypto/openssh/ssh-agent.1 1.1.1.14.2.1 +15 -15 src/crypto/openssh/ssh-keygen.1 1.1.1.18.2.1 +51 -31 src/crypto/openssh/ssh-keygen.c 1.11.2.1 +21 -13 src/crypto/openssh/ssh-keyscan.c 1.1.1.7.2.1 +8 -8 src/crypto/openssh/ssh-rand-helper.c 1.1.1.8.8.1 +2 -2 src/crypto/openssh/ssh-rsa.c 1.31.2.1 +57 -44 src/crypto/openssh/ssh.1 1.28.2.1 +94 -142 src/crypto/openssh/ssh.c 1.27.2.1 +2 -2 src/crypto/openssh/ssh_config 1.17.2.1 +67 -19 src/crypto/openssh/ssh_config.5 1.29.2.1 +22 -48 src/crypto/openssh/sshconnect.c 1.19.2.1 +2 -2 src/crypto/openssh/sshconnect1.c 1.15.2.1 +10 -8 src/crypto/openssh/sshconnect2.c 1.31.2.1 +17 -17 src/crypto/openssh/sshd.8 1.39.2.1 +27 -13 src/crypto/openssh/sshd.c 1.42.2.1 +5 -5 src/crypto/openssh/sshd_config 1.23.2.1 +23 -18 src/crypto/openssh/sshd_config.5 1.11.2.1 +2 -2 src/crypto/openssh/sshpty.c 1.1.1.6.2.1 +0 -73 src/crypto/openssh/tildexpand.c (dead) 1.1.1.7.8.1 +28 -2 src/crypto/openssh/ttymodes.c 1.30.2.1 +4 -4 src/crypto/openssh/version.h 1.34.2.2 +4 -3 src/secure/lib/libssh/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:09:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C67F16A41F; Sun, 11 Sep 2005 17:09:51 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF51743D45; Sun, 11 Sep 2005 17:09:50 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BH9oN9060362; Sun, 11 Sep 2005 17:09:50 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BH9oT7060361; Sun, 11 Sep 2005 17:09:50 GMT (envelope-from stefanf) Message-Id: <200509111709.j8BH9oT7060361@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 11 Sep 2005 17:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdtime time2posix.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:09:51 -0000 stefanf 2005-09-11 17:09:50 UTC FreeBSD src repository Modified files: lib/libc/stdtime time2posix.3 Log: The arguments for time2posix() and posix2time() are time_t values, not pointers. Revision Changes Path 1.15 +3 -3 src/lib/libc/stdtime/time2posix.3 From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:10:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79EBB16A41F; Sun, 11 Sep 2005 17:10:07 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225EA43D49; Sun, 11 Sep 2005 17:10:07 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8BHA6ov077470; Sun, 11 Sep 2005 10:10:06 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8BHA69F077469; Sun, 11 Sep 2005 10:10:06 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 10:10:05 -0700 From: "David O'Brien" To: Robert Watson Message-ID: <20050911171005.GA77440@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911115526.A33344@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050911115526.A33344@fledge.watson.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:10:07 -0000 On Sun, Sep 11, 2005 at 11:58:39AM +0100, Robert Watson wrote: > On Sat, 10 Sep 2005, Nate Lawson wrote: > >David E. O'Brien wrote: > >>obrien 2005-09-11 00:22:21 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/conf kern.post.mk Log: > >> For HEAD, install a kernel with debug information if DEBUG is a kernel > >> config option. It is too easy to loose the build directory and not have > >> symbols for kgdb to read. > >> Revision Changes Path > >> 1.84 +4 -17 src/sys/conf/kern.post.mk > > > >I disagree with this change. We do not need to waste the space in /. If > >I'm running a debug kernel, it is based on the latest version of > >kernel.debug in my kernel compile dir and I know to find it there. > > If it is decided to keep this change in the tree, then we should make sure > that removing it is added to the "Create a -STABLE branch" directions -- That is something for RE to decide, who I know have a checklist of things to modify/change/add when creating a RELENG_ branch. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:24:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB45C16A41F; Sun, 11 Sep 2005 17:24:50 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 467FC43D48; Sun, 11 Sep 2005 17:24:50 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BHOopL061024; Sun, 11 Sep 2005 17:24:50 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BHOo60061023; Sun, 11 Sep 2005 17:24:50 GMT (envelope-from yar) Message-Id: <200509111724.j8BHOo60061023@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 11 Sep 2005 17:24:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:24:50 -0000 yar 2005-09-11 17:24:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 rc.conf.5 Log: MFC rev. 1.263: Reflect a recent change in /etc/rc.subr that made ``-M'' appear in tmpmfs and varmfs default flags explicitly. Explain why -M is good for these file systems (it maximizes performance and makes the system more stable at low memory conditions by reducing the chance of thrashing.) Bump .Dd accordingly. Approved by: re (hrs) Revision Changes Path 1.256.2.3 +9 -5 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:30:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4F916A41F; Sun, 11 Sep 2005 17:30:28 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A71C43D45; Sun, 11 Sep 2005 17:30:28 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BHUR0M061331; Sun, 11 Sep 2005 17:30:27 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BHURK3061330; Sun, 11 Sep 2005 17:30:27 GMT (envelope-from netchild) Message-Id: <200509111730.j8BHURK3061330@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 17:30:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci neomagic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:30:28 -0000 netchild 2005-09-11 17:30:27 UTC FreeBSD src repository Modified files: sys/dev/sound/pci neomagic.c Log: Fix hang at init for MagicMedia 256A[VX] chips. [1] In case this causes trouble for some other chipsets add a comment how to proceed. If we don't get bugreports, this should be removed after a while (some releases?). PR: 56617 [1], 29465, 39260, 40574, 68225 Submitted by: Matthew E. Gove [1] Revision Changes Path 1.35 +9 -0 src/sys/dev/sound/pci/neomagic.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:32:56 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFEA16A41F; Sun, 11 Sep 2005 17:32:56 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A043E43D4C; Sun, 11 Sep 2005 17:32:53 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8BHWqB4077816; Sun, 11 Sep 2005 10:32:52 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8BHWqpn077815; Sun, 11 Sep 2005 10:32:52 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 10:32:52 -0700 From: "David O'Brien" To: Max Laier Message-ID: <20050911173252.GB77440@dragon.NUXI.org> References: <200509110204.j8B244i7094193@repoman.freebsd.org> <200509111601.58876.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509111601.58876.max@love2party.net> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:32:56 -0000 On Sun, Sep 11, 2005 at 04:01:41PM +0200, Max Laier wrote: > On Sunday 11 September 2005 04:04, David E. O'Brien wrote: > > obrien 2005-09-11 02:04:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > Log: > > Don't pollute the entire kernel build with -I$S/contrib/pf. > > > > Revision Changes Path > > 1.1045 +32 -16 src/sys/conf/files > > These changes didn't really improve the readability of conf/files. Since when was the readability of conf/files a goal? If it were we would fix config(8) so the first 100 or so lines was readable. conf/files is seldomly changed or read. > I don't understand in what way a global -I "pollutes" the kernel build. ... > Unless you can give some reasoning why this -I is such a bad thing, I'd like > to see this reverted in order to keep conf/files clean(er) - thanks. One reason is that we are open to conflicts in header names. Another is the output from doing a compile is too cluttered, and this helps quite a bit. Another is BSD convention is to use a complete include path from /usr/src/sys. We don't put -I$S/dev/{acc,acpica,advansys,aha,ahb,aic,aic7xxx,amd,amr,an,arcmsr,arl,asr,ata,ath,atkbdc,auxio,awi,bfe,bge,bktr,buslogic,cardbus,ciss,cm,cnw,cnw,cp,cs,ct,ctau,cx,cx,cy,dcons,dec,digi,dpt,drm,ed,eisa,em,en,ep,esp,ex,exca,fatm,fb,fdc,fe,firewire,fxp,gem,gfb,hatm,hfa,hifn,hme,hptmv,hwpmc,ic,ichsmb,ichwd,ida,idt,ie,ieee488,if_ndis,iicbus,iir,ips,ipw,isp,ispfw,iwi,ixgb,joy,kbd,led,lge,lnc,mc146818,mca,mcd,mii,mk48txx,mlx,mly,mpt,mse,my,ncv,nge,nsp,nve,ofw,owi,patm,pbio,pccard,pccbb,pcf,pci,pdq,ppbus,ppc,pst,puc,ral,random,ray,rc,rndtest,rp,sab,safe,sbni,sbsh,scd,si,sio,smbus,sn,snc,sound,sr,stg,sx,sym,syscons,tdfx,tga,trm,twa,twe,tx,txp,uart,ubsec,usb,utopia,vge,vkbd,vx,wi,wl,xe,zs} in our kernel Makefile and manage to have all those subsystems buildable and usable. A bad precedent was started with the initial ACPICA import by adding a global -I to the kernel build. He should have preprocessed the files before importing them. Just like we do with things imported into src/contrib (as documented by FREEBSD-upgrade). But because we had one -I that affected 130 files, others later felt it was acceptable to add a global -I for as little as 4 files that was changing the include path for 1000's of files. It has been said by many that for a kernel component to be imported, even into contrib, the code has to be editable so we can adapt it our needs. I can see some argument in having -I$S/contrib, but beyond that files in sys/contrib should follow the include conventions in the rest of the sys tree. > We install these include files so there must not be a conflict anyway. What pf files are installed in /usr/include? -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:40:37 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D4816A41F; Sun, 11 Sep 2005 17:40:37 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC2743D66; Sun, 11 Sep 2005 17:40:32 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8BHeVo4077966; Sun, 11 Sep 2005 10:40:31 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8BHeVd5077965; Sun, 11 Sep 2005 10:40:31 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 10:40:31 -0700 From: "David O'Brien" To: Peter Jeremy Message-ID: <20050911174031.GC77440@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911105821.GA91588@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050911105821.GA91588@server.vk2pj.dyndns.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Nate Lawson Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:40:37 -0000 On Sun, Sep 11, 2005 at 08:58:22PM +1000, Peter Jeremy wrote: > On Sat, Sep 10, 2005 at 06:05:00PM -0700, Nate Lawson wrote: > >David E. O'Brien wrote: > >> For HEAD, install a kernel with debug information if DEBUG is a kernel > >> config option. It is too easy to loose the build directory and not have > >> symbols for kgdb to read. > > > >I disagree with this change. We do not need to waste the space in /. > >If I'm running a debug kernel, it is based on the latest version of > >kernel.debug in my kernel compile dir and I know to find it there. > > I'd agree with Nate here. I agree that the debug kernel is worth > keeping but it's not needed in /. If you want to install it, how > about installing it in /var/crash. How do I go about doing that? Copy kernel.debug to /var/crash? That allows only a single kernel to be debugable. There is no unque filename I can think of that gives us what putting the symbols beside the kernel does. If it helps get better bug reports from users in -CURRENT (the in-development version), isn't it worth a little disk space. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:41:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03CD16A42D; Sun, 11 Sep 2005 17:41:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E63A43D58; Sun, 11 Sep 2005 17:41:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8BHfB0r031742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 13:41:11 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8BHfB6P004778; Sun, 11 Sep 2005 13:41:11 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1ABCF51374; Sun, 11 Sep 2005 13:41:11 -0400 (EDT) Date: Sun, 11 Sep 2005 13:41:11 -0400 From: Kris Kennaway To: Roman Bogorodskiy Message-ID: <20050911174110.GB58801@xor.obsecurity.org> References: <200509091534.j89FY2Qi043829@repoman.freebsd.org> <20050909170934.GA42230@xor.obsecurity.org> <20050910044627.GA761@lame.novel.ru> <20050910052129.GA49500@xor.obsecurity.org> <20050910123802.GA669@lame.novel.ru> <20050910175757.GA52565@xor.obsecurity.org> <20050911112816.GA755@lame.novel.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline In-Reply-To: <20050911112816.GA755@lame.novel.ru> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Roman Bogorodskiy , Kris Kennaway Subject: Re: cvs commit: ports/security/gnutls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:41:13 -0000 --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2005 at 03:28:16PM +0400, Roman Bogorodskiy wrote: > Kris wrote: >=20 > > > Even if there were, I think it's quite obvious that port which has be= en > > > removed from the ports tree should be deinstalled from user's system,= =20 > > > isn't it? BTW, portupgrade notes when there are such kind of ports in > > > the system. > > >=20 > > > I think the proper solution is deinstalling obsolete port (i.e. gnutl= s-devel > > > in our case) from the system, but not CONFLICTing with dead ports' gh= osts. > > > And Porters Handbook doesn't say we should CONFLICT with nonexistent = ports. > > >=20 > > > Am I missing something? > >=20 > > The point of CONFLICTS is to prevent two ports from spamming each > > other with the same installed files. That's exactly what would happen > > if someone still has gnutls-devel installed (it was only removed a few > > days ago) and tries to install this one, so it makes perfect sense to > > me that you should keep it there. >=20 > Done. But how long should it be kept? Probably at least one release cycle..it's harmless to keep it there. Kris --24zk1gE8NUlDmwG9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJGw2Wry0BWjoQKURAtOfAKCI/wdVO1WAm207uV+wpY9qMXdp9wCeL/bq Grn5kK+974A2QJwvjvbDtww= =cY8t -----END PGP SIGNATURE----- --24zk1gE8NUlDmwG9-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:41:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D7FB16A420; Sun, 11 Sep 2005 17:41:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5957043D80; Sun, 11 Sep 2005 17:41:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BHfX6S061876; Sun, 11 Sep 2005 17:41:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BHfXnn061875; Sun, 11 Sep 2005 17:41:33 GMT (envelope-from rwatson) Message-Id: <200509111741.j8BHfXnn061875@repoman.freebsd.org> From: Robert Watson Date: Sun, 11 Sep 2005 17:41:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_open fifo_open.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:41:33 -0000 rwatson 2005-09-11 17:41:33 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_open fifo_open.c Log: After going to some trouble to create a temporary directory in which to run fifo tests, chdir to it. Revision Changes Path 1.2 +2 -0 src/tools/regression/fifo/fifo_open/fifo_open.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:43:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F348C16A41F; Sun, 11 Sep 2005 17:43:04 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B174343D45; Sun, 11 Sep 2005 17:43:04 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BHh4qN061964; Sun, 11 Sep 2005 17:43:04 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BHh4Ex061963; Sun, 11 Sep 2005 17:43:04 GMT (envelope-from obrien) Message-Id: <200509111743.j8BHh4Ex061963@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 17:43:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/gcc c-decl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:43:05 -0000 obrien 2005-09-11 17:43:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/gcc c-decl.c Log: MFC rev 1.13: fix bug where static forward declarations weren't accepted. Revision Changes Path 1.11.2.1 +5 -2 src/contrib/gcc/c-decl.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:46:54 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A51116A41F; Sun, 11 Sep 2005 17:46:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07A143D45; Sun, 11 Sep 2005 17:46:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8BHkq0r032152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 13:46:53 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8BHkp6P005402; Sun, 11 Sep 2005 13:46:52 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BAE005118D; Sun, 11 Sep 2005 13:46:51 -0400 (EDT) Date: Sun, 11 Sep 2005 13:46:51 -0400 From: Kris Kennaway To: Peter Jeremy Message-ID: <20050911174651.GA58934@xor.obsecurity.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911105821.GA91588@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <20050911105821.GA91588@server.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "David E. O'Brien" , Nate Lawson Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:46:54 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2005 at 08:58:22PM +1000, Peter Jeremy wrote: > On Sat, Sep 10, 2005 at 06:05:00PM -0700, Nate Lawson wrote: > >David E. O'Brien wrote: > >> For HEAD, install a kernel with debug information if DEBUG is a kernel > >> config option. It is too easy to loose the build directory and not h= ave > >> symbols for kgdb to read. > > > >I disagree with this change. We do not need to waste the space in /.=20 > >If I'm running a debug kernel, it is based on the latest version of=20 > >kernel.debug in my kernel compile dir and I know to find it there. >=20 > I'd agree with Nate here. I agree that the debug kernel is worth > keeping but it's not needed in /. If you want to install it, how > about installing it in /var/crash. >=20 > A number of people have mentioned losing the debug kernel when they do > a rebuild. The normal reasons for doing a rebuild are either that you > have updated your source or you've changed your config. In the former > case, the old debug kernel loses some of its validity because it no > longer matches the source code it was built from. In the latter case, > I would suggest that the only reason to change the kernel config is if > you are planning on installing a new kernel, so again you don't need the > old debug kernel. This just leaves the relatively small window whilst > you are building and installing the new kernel - though David has found > that this window can unfortunately be hit. No, I run many machines from the same few source trees. When I rebuild a kernel to add a patch to try and fix one of the many bugs in FreeBSD, I lose the ability to debug the other machines when they panic unless I remember to first save the old kernel.debug. This change has negligible impact for those for whom it does not help, and helps the rest of us significantly, so please just give it up. Kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJG2LWry0BWjoQKURAjxJAKDjEgh2exB8QHCnVLX9DLZHolbCQACghSaE BqAmVh6okNlw5hj/l8Ej0zk= =OGw4 -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:47:29 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 302E516A41F; Sun, 11 Sep 2005 17:47:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE21243D45; Sun, 11 Sep 2005 17:47:28 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8BHlS0r032200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 13:47:28 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8BHlP6P005478; Sun, 11 Sep 2005 13:47:25 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5527D5118D; Sun, 11 Sep 2005 13:47:25 -0400 (EDT) Date: Sun, 11 Sep 2005 13:47:25 -0400 From: Kris Kennaway To: Arjan Van Leeuwen Message-ID: <20050911174725.GB58934@xor.obsecurity.org> References: <200508291846.j7TIkdcM090396@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QKdGvSO+nmPlgiQ/" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memmem.3 memmem.c strchr.3 strstr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:47:29 -0000 --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2005 at 01:10:52PM +0200, Arjan Van Leeuwen wrote: > Hi Andre, >=20 > On 8/29/05, Andre Oppermann wrote: > > andre 2005-08-29 18:46:39 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_6) > > include string.h > > lib/libc/string Makefile.inc memchr.3 strchr.3 strstr.3 > > Added files: (Branch: RELENG_6) > > lib/libc/string memmem.3 memmem.c > > Log: > > MFC addition of memmem(3). >=20 > Shouldn't __FreeBSD_version be bumped for this? I'm asking because I > maintain a port that uses memmem(3), and there's now no way to > distinguish between the FreeBSD 6 installations that have memmem(3), > and the ones that don't. Yes, it should have been. Kris --QKdGvSO+nmPlgiQ/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJG2sWry0BWjoQKURAqMHAJ4p+pmOJmxBwbhXSCtHUcIaBhoFcACgykH3 msBowDYwU1vF/z8juEdCsCk= =Jc2L -----END PGP SIGNATURE----- --QKdGvSO+nmPlgiQ/-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 17:50:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD99316A41F; Sun, 11 Sep 2005 17:50:20 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 777D543D45; Sun, 11 Sep 2005 17:50:20 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BHoKmk062271; Sun, 11 Sep 2005 17:50:20 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BHoKsV062270; Sun, 11 Sep 2005 17:50:20 GMT (envelope-from obrien) Message-Id: <200509111750.j8BHoKsV062270@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 17:50:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/dev/nve/amd64 nvenetlib.README src/sys/contrib/dev/nve/i386 nvenetlib.README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 17:50:20 -0000 obrien 2005-09-11 17:50:20 UTC FreeBSD src repository Added files: sys/contrib/dev/nve/amd64 nvenetlib.README sys/contrib/dev/nve/i386 nvenetlib.README Log: Per a request from Nick Triantos of nVidia, nVidia's legal department asked that we provide their license document beside their nForce MCP object code. Revision Changes Path 1.1 +52 -0 src/sys/contrib/dev/nve/amd64/nvenetlib.README (new) 1.1 +52 -0 src/sys/contrib/dev/nve/i386/nvenetlib.README (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 18:14:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0A816A41F; Sun, 11 Sep 2005 18:14:03 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E08943D55; Sun, 11 Sep 2005 18:14:03 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BIE2Aa063205; Sun, 11 Sep 2005 18:14:02 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BIE2a6063204; Sun, 11 Sep 2005 18:14:02 GMT (envelope-from obraun) Message-Id: <200509111814.j8BIE2a6063204@repoman.freebsd.org> From: Oliver Braun Date: Sun, 11 Sep 2005 18:14:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hs-haxml Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 18:14:03 -0000 obraun 2005-09-11 18:14:02 UTC FreeBSD ports repository Modified files: textproc/hs-haxml Makefile pkg-plist Log: Remove also nhc98-bits since the current version of nhc98 already contains HaXml. Noticed by: jannisan@t-online.de Revision Changes Path 1.33 +6 -52 ports/textproc/hs-haxml/Makefile 1.11 +34 -64 ports/textproc/hs-haxml/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 18:19:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBB016A41F; Sun, 11 Sep 2005 18:19:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA5143D73; Sun, 11 Sep 2005 18:19:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BIJgWa063425; Sun, 11 Sep 2005 18:19:42 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BIJgn5063424; Sun, 11 Sep 2005 18:19:42 GMT (envelope-from netchild) Message-Id: <200509111819.j8BIJgn5063424@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 11 Sep 2005 18:19:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 18:19:43 -0000 netchild 2005-09-11 18:19:42 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add the {get,put}ino man pages for those people which got them in the small window. Add the date to the T/TCP entry. Revision Changes Path 1.15 +4 -1 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Sun Sep 11 18:39:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E196E16A41F; Sun, 11 Sep 2005 18:39:03 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A7243D48; Sun, 11 Sep 2005 18:39:03 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BId3Sw064386; Sun, 11 Sep 2005 18:39:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BId3fF064385; Sun, 11 Sep 2005 18:39:03 GMT (envelope-from obrien) Message-Id: <200509111839.j8BId3fF064385@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 18:39:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c madt.c src/sys/dev/acpi_support acpi_asus.c acpi_fujitsu.c acpi_ibm.c acpi_panasonic.c acpi_sony.c acpi_toshiba.c src/sys/dev/acpica acpi.c acpi_acad.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 18:39:04 -0000 obrien 2005-09-11 18:39:03 UTC FreeBSD src repository Modified files: sys/amd64/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c madt.c sys/dev/acpi_support acpi_asus.c acpi_fujitsu.c acpi_ibm.c acpi_panasonic.c acpi_sony.c acpi_toshiba.c sys/dev/acpica acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c acpi_ec.c acpi_if.m acpi_isab.c acpi_lid.c acpi_package.c acpi_pci.c acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_perf.c acpi_powerres.c acpi_quirk.c acpi_resource.c acpi_thermal.c acpi_throttle.c acpi_timer.c acpi_video.c sys/dev/acpica/Osd OsdDebug.c OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c OsdStream.c OsdSynch.c OsdTable.c sys/dev/fdc fdc_acpi.c sys/i386/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c madt.c sys/ia64/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c madt.c Log: Canonize the include of acpi.h. Revision Changes Path 1.13 +1 -1 src/sys/amd64/acpica/OsdEnvironment.c 1.17 +1 -1 src/sys/amd64/acpica/acpi_machdep.c 1.22 +1 -1 src/sys/amd64/acpica/acpi_wakeup.c 1.17 +1 -1 src/sys/amd64/acpica/madt.c 1.25 +1 -1 src/sys/dev/acpi_support/acpi_asus.c 1.3 +1 -1 src/sys/dev/acpi_support/acpi_fujitsu.c 1.9 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c 1.9 +1 -1 src/sys/dev/acpi_support/acpi_panasonic.c 1.9 +1 -1 src/sys/dev/acpi_support/acpi_sony.c 1.17 +1 -1 src/sys/dev/acpi_support/acpi_toshiba.c 1.11 +2 -2 src/sys/dev/acpica/Osd/OsdDebug.c 1.17 +1 -1 src/sys/dev/acpica/Osd/OsdHardware.c 1.21 +1 -1 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.13 +1 -1 src/sys/dev/acpica/Osd/OsdMemory.c 1.34 +1 -1 src/sys/dev/acpica/Osd/OsdSchedule.c 1.6 +1 -1 src/sys/dev/acpica/Osd/OsdStream.c 1.24 +1 -1 src/sys/dev/acpica/Osd/OsdSynch.c 1.10 +1 -1 src/sys/dev/acpica/Osd/OsdTable.c 1.215 +1 -1 src/sys/dev/acpica/acpi.c 1.35 +1 -1 src/sys/dev/acpica/acpi_acad.c 1.19 +1 -1 src/sys/dev/acpica/acpi_battery.c 1.31 +1 -1 src/sys/dev/acpica/acpi_button.c 1.41 +1 -1 src/sys/dev/acpica/acpi_cmbat.c 1.58 +1 -1 src/sys/dev/acpica/acpi_cpu.c 1.66 +1 -1 src/sys/dev/acpica/acpi_ec.c 1.8 +1 -1 src/sys/dev/acpica/acpi_if.m 1.10 +1 -1 src/sys/dev/acpica/acpi_isab.c 1.28 +1 -1 src/sys/dev/acpica/acpi_lid.c 1.8 +1 -1 src/sys/dev/acpica/acpi_package.c 1.27 +1 -1 src/sys/dev/acpica/acpi_pci.c 1.46 +1 -1 src/sys/dev/acpica/acpi_pci_link.c 1.57 +1 -1 src/sys/dev/acpica/acpi_pcib.c 1.48 +1 -1 src/sys/dev/acpica/acpi_pcib_acpi.c 1.13 +1 -1 src/sys/dev/acpica/acpi_pcib_pci.c 1.22 +1 -1 src/sys/dev/acpica/acpi_perf.c 1.29 +1 -1 src/sys/dev/acpica/acpi_powerres.c 1.3 +1 -1 src/sys/dev/acpica/acpi_quirk.c 1.35 +1 -1 src/sys/dev/acpica/acpi_resource.c 1.60 +1 -1 src/sys/dev/acpica/acpi_thermal.c 1.8 +1 -1 src/sys/dev/acpica/acpi_throttle.c 1.39 +1 -1 src/sys/dev/acpica/acpi_timer.c 1.11 +1 -1 src/sys/dev/acpica/acpi_video.c 1.11 +1 -1 src/sys/dev/fdc/fdc_acpi.c 1.11 +1 -1 src/sys/i386/acpica/OsdEnvironment.c 1.30 +1 -1 src/sys/i386/acpica/acpi_machdep.c 1.41 +1 -1 src/sys/i386/acpica/acpi_wakeup.c 1.20 +1 -1 src/sys/i386/acpica/madt.c 1.9 +1 -1 src/sys/ia64/acpica/OsdEnvironment.c 1.6 +1 -1 src/sys/ia64/acpica/acpi_machdep.c 1.3 +1 -1 src/sys/ia64/acpica/acpi_wakeup.c 1.19 +1 -1 src/sys/ia64/acpica/madt.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 18:46:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076DD16A41F; Sun, 11 Sep 2005 18:46:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADFA43D48; Sun, 11 Sep 2005 18:46:33 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BIkXLI064871; Sun, 11 Sep 2005 18:46:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BIkXHJ064870; Sun, 11 Sep 2005 18:46:33 GMT (envelope-from obrien) Message-Id: <200509111846.j8BIkXHJ064870@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 11 Sep 2005 18:46:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/dev/nve/amd64 nvenetlib.README src/sys/contrib/dev/nve/i386 nvenetlib.README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 18:46:34 -0000 obrien 2005-09-11 18:46:33 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/contrib/dev/nve/amd64 nvenetlib.README sys/contrib/dev/nve/i386 nvenetlib.README Log: MFC the license files. Approved by: re(scottl) Revision Changes Path 1.1.2.1 +52 -0 src/sys/contrib/dev/nve/amd64/nvenetlib.README (new) 1.1.2.1 +52 -0 src/sys/contrib/dev/nve/i386/nvenetlib.README (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:06:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 745B716A41F; Sun, 11 Sep 2005 19:06:51 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D15B43D48; Sun, 11 Sep 2005 19:06:51 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJ6pRP065600; Sun, 11 Sep 2005 19:06:51 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJ6pOH065599; Sun, 11 Sep 2005 19:06:51 GMT (envelope-from truckman) Message-Id: <200509111906.j8BJ6pOH065599@repoman.freebsd.org> From: Don Lewis Date: Sun, 11 Sep 2005 19:06:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/gnu/fs/ext2fs fs.h src/sys/kern kern_shutdown.c src/sys/sys buf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:06:51 -0000 truckman 2005-09-11 19:06:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/gnu/fs/ext2fs fs.h sys/kern kern_shutdown.c sys/sys buf.h Log: MFC src/sys/gnu/fs/ext2fs/fs.h 1.18 src/sys/kern/kern_shutdown.c 1.175 src/sys/sys/buf.h 1.189 Modified files: sys/gnu/fs/ext2fs fs.h sys/kern kern_shutdown.c sys/sys buf.h Log: Add a new struct buf flag bit, B_PERSISTENT, and use it to tag struct bufs that are persistently held by ext2fs. Ignore any buffers with this flag in the code in boot() that counts "busy" and dirty buffers and attempts to sync the dirty buffers, which is done before attempting to unmount all the file systems during shutdown. This fixes the problem caused by any ext2fs file systems that are mounted at system shutdown time, which caused boot() to give up on a non-zero number of buffers and skip the call to vfs_unmountall(). This left all the mounted file systems in a dirty state and caused them to all require cleanup by fsck on reboot. Move the two separate copies of the "busy" buffer test in boot() to a separate function. Nuke the useless spl() stuff in the ext2fs ULCK_BUF() macro. Bring the PRINT_BUF_FLAGS definition in sys/buf.h up to date with this and previous flag changes. PR: kern/56675, kern/85163 Tested by: "Matthias Andree" matthias.andree at gmx.de Reviewed by: bde MFC after: 3 days PR: kern/56675, kern/85163 Tested by: "Hanspeter Roth" hampi at rootshell.be Tested by: "Matthias Andree" matthias.andree at gmx.de Reviewed by: bde Approved by: re (scottl) Revision Changes Path 1.17.2.1 +8 -8 src/sys/gnu/fs/ext2fs/fs.h 1.174.2.1 +13 -11 src/sys/kern/kern_shutdown.c 1.187.2.2 +4 -4 src/sys/sys/buf.h From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:28:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACBDA16A41F; Sun, 11 Sep 2005 19:28:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802F643D45; Sun, 11 Sep 2005 19:28:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJSWSn066428; Sun, 11 Sep 2005 19:28:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJSWci066427; Sun, 11 Sep 2005 19:28:32 GMT (envelope-from imp) Message-Id: <200509111928.j8BJSWci066427@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Sep 2005 19:28:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:28:32 -0000 imp 2005-09-11 19:28:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c Log: Change the default of pci_do_powerstate to 0, per request from re@. The number of raid controllers that violate the WHQL seems to be growing in number and not isolated to old versions as previously thought. Though the numbers of these seen in the wild is still relatively small, they hang the system when parts of their devices are powered down. The one area that these parts appear often are in the higher end servers. As such, be conservative about powering down devices that have no driver attached by default. Until a better approach is proven in current, this is the prudent choice. Laptop users wishing the benefits of powering down devices with no drivers will now need to set hw.pci.do_powerstate=1 in their /boot/loader.conf file. Some users will have devices that will prevent this setting (hence the need to make it default 0). Approved by: re@ (scottl) Revision Changes Path 1.292.2.2 +2 -2 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:30:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 700E316A41F; Sun, 11 Sep 2005 19:30:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2656D43D4C; Sun, 11 Sep 2005 19:30:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJUZXU066560; Sun, 11 Sep 2005 19:30:35 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJUZVm066559; Sun, 11 Sep 2005 19:30:35 GMT (envelope-from linimon) Message-Id: <200509111930.j8BJUZVm066559@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 19:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/wmicons Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:30:35 -0000 linimon 2005-09-11 19:30:35 UTC FreeBSD ports repository Modified files: graphics/wmicons Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.11 +2 -5 ports/graphics/wmicons/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:31:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4A216A41F; Sun, 11 Sep 2005 19:31:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF3AD43D48; Sun, 11 Sep 2005 19:31:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJV3Kk066605; Sun, 11 Sep 2005 19:31:03 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJV3w0066604; Sun, 11 Sep 2005 19:31:03 GMT (envelope-from linimon) Message-Id: <200509111931.j8BJV3w0066604@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 19:31:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:31:04 -0000 linimon 2005-09-11 19:31:03 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove more obsolete mastersites. Source: distfile survey Revision Changes Path 1.306 +1 -3 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:32:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4643A16A41F; Sun, 11 Sep 2005 19:32:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C7443D46; Sun, 11 Sep 2005 19:32:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJWlOR066701; Sun, 11 Sep 2005 19:32:47 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJWl5Q066700; Sun, 11 Sep 2005 19:32:47 GMT (envelope-from vsevolod) Message-Id: <200509111932.j8BJWl5Q066700@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 19:32:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-zconfig Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:32:48 -0000 vsevolod 2005-09-11 19:32:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-zconfig Makefile distinfo pkg-descr pkg-plist Log: Add py-zconfig - a general use python configuration file library. PR: 85887 Submitted by: Landon Fuller Approved by: perky (mentor) Revision Changes Path 1.1958 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/py-zconfig/Makefile (new) 1.1 +2 -0 ports/devel/py-zconfig/distinfo (new) 1.1 +8 -0 ports/devel/py-zconfig/pkg-descr (new) 1.1 +155 -0 ports/devel/py-zconfig/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:32:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C311416A41F; Sun, 11 Sep 2005 19:32:57 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8367E43D46; Sun, 11 Sep 2005 19:32:57 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJWv2x066755; Sun, 11 Sep 2005 19:32:57 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJWvE7066754; Sun, 11 Sep 2005 19:32:57 GMT (envelope-from vsevolod) Message-Id: <200509111932.j8BJWvE7066754@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 19:32:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:32:58 -0000 vsevolod 2005-09-11 19:32:57 UTC FreeBSD ports repository Modified files: . modules Log: py-zconfig --> ports/devel/py-zconfig Revision Changes Path 1.13126 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:38:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E459616A41F; Sun, 11 Sep 2005 19:38:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843FE43D46; Sun, 11 Sep 2005 19:38:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJc0PU066994; Sun, 11 Sep 2005 19:38:00 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJc0bc066993; Sun, 11 Sep 2005 19:38:00 GMT (envelope-from jylefort) Message-Id: <200509111938.j8BJc0bc066993@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 19:38:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/moth Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:38:01 -0000 jylefort 2005-09-11 19:38:00 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/moth Makefile distinfo pkg-descr Log: Add moth. Moth is a simple to use triangle mesh editor based on standardized OpenGL and XML (file format) technologies. Its major field of application is the creation of 3D models for interactive applications like games, visualizations, simulations, virtual worlds and similar uses. Another field of application is 3D sketching. WWW: http://moth.titanothere.com/ PR: ports/85955 Submitted by: Igor Pokrovsky Revision Changes Path 1.847 +1 -0 ports/graphics/Makefile 1.1 +64 -0 ports/graphics/moth/Makefile (new) 1.1 +4 -0 ports/graphics/moth/distinfo (new) 1.1 +10 -0 ports/graphics/moth/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:39:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C316416A41F; Sun, 11 Sep 2005 19:39:09 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8373643D55; Sun, 11 Sep 2005 19:39:09 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJd95E067057; Sun, 11 Sep 2005 19:39:09 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJd9vi067056; Sun, 11 Sep 2005 19:39:09 GMT (envelope-from jylefort) Message-Id: <200509111939.j8BJd9vi067056@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 11 Sep 2005 19:39:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:39:10 -0000 jylefort 2005-09-11 19:39:09 UTC FreeBSD ports repository Modified files: . modules Log: moth --> ports/graphics/moth Revision Changes Path 1.13127 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:42:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4408816A41F; Sun, 11 Sep 2005 19:42:35 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E275743D45; Sun, 11 Sep 2005 19:42:34 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJgY9k067260; Sun, 11 Sep 2005 19:42:34 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJgYO6067259; Sun, 11 Sep 2005 19:42:34 GMT (envelope-from vsevolod) Message-Id: <200509111942.j8BJgYO6067259@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 19:42:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/samba3 Makefile distinfo pkg-message pkg-plist ports/net/samba3/files README.FreeBSD patch-Makefile.in patch-aclocal.m4 patch-configure.in patch-include_includes.h patch-lib_system.c patch-script_installswat.sh samba.sh.sample ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:42:35 -0000 vsevolod 2005-09-11 19:42:34 UTC FreeBSD ports repository Modified files: net/samba3 Makefile distinfo pkg-message pkg-plist net/samba3/files README.FreeBSD patch-Makefile.in patch-script_installswat.sh samba.sh.sample smb.conf.default Removed files: net/samba3/files patch-aclocal.m4 patch-configure.in patch-include_includes.h patch-lib_system.c Log: Update to 3.0.20. Additional features introduced in Samba 3.0.20 include: o Support for several new Win32 rpc pipes. o Improved support for OS/2 clients. o New 'net rpc service' tool for managing Win32 services. o Capability to set the owner on new files and directory based on the parent's ownership. o Experimental, asynchronous IO file serving support. o Completed Support for Microsoft Print Migrator. o New Winbind IDmap plugin (ad) for retrieving uid and gid from AD servers which maintain the SFU user and group attributes. o Rewritten support for POSIX pathnames when utilizing the Linux CIFS fs client. o New asynchronous winbindd. o Support for Microsoft Print Migrator. o New Windows NT registry file I/O library. o New user right (SeTakeOwnershipPrivilege) added. o New "net share migrate" options. PR: 85276 Submitted by: Timur I. Bakeyev (maintainer) Approved by: perky (mentor) Revision Changes Path 1.143 +19 -16 ports/net/samba3/Makefile 1.65 +2 -2 ports/net/samba3/distinfo 1.8 +1 -1 ports/net/samba3/files/README.FreeBSD 1.5 +8 -8 ports/net/samba3/files/patch-Makefile.in 1.2 +0 -104 ports/net/samba3/files/patch-aclocal.m4 (dead) 1.13 +0 -50 ports/net/samba3/files/patch-configure.in (dead) 1.2 +0 -17 ports/net/samba3/files/patch-include_includes.h (dead) 1.2 +0 -306 ports/net/samba3/files/patch-lib_system.c (dead) 1.3 +2 -2 ports/net/samba3/files/patch-script_installswat.sh 1.11 +2 -2 ports/net/samba3/files/samba.sh.sample 1.16 +10 -4 ports/net/samba3/files/smb.conf.default 1.5 +3 -1 ports/net/samba3/pkg-message 1.61 +452 -434 ports/net/samba3/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:44:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D3016A41F; Sun, 11 Sep 2005 19:44:53 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B4043D45; Sun, 11 Sep 2005 19:44:52 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJiqMP067385; Sun, 11 Sep 2005 19:44:52 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJiq85067384; Sun, 11 Sep 2005 19:44:52 GMT (envelope-from vsevolod) Message-Id: <200509111944.j8BJiq85067384@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 19:44:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/py-samba Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:44:53 -0000 vsevolod 2005-09-11 19:44:52 UTC FreeBSD ports repository Modified files: net/py-samba Makefile pkg-plist Log: Update to 3.0.20 slave ports of net/samba3. PR: 85278 Submitted by: Timur I. Bakeyev (maintainer) Approved by: perky (mentor) Revision Changes Path 1.5 +4 -1 ports/net/py-samba/Makefile 1.3 +1 -0 ports/net/py-samba/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:46:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56AFF16A41F; Sun, 11 Sep 2005 19:46:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1513E43D45; Sun, 11 Sep 2005 19:46:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJkt26067557; Sun, 11 Sep 2005 19:46:55 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJktSw067556; Sun, 11 Sep 2005 19:46:55 GMT (envelope-from vsevolod) Message-Id: <200509111946.j8BJktSw067556@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 19:46:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/samba-libsmbclient Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:46:56 -0000 vsevolod 2005-09-11 19:46:55 UTC FreeBSD ports repository Modified files: net/samba-libsmbclient Makefile pkg-plist Log: Update to 3.0.20 slave ports of net/samba3. PR: 85278 Submitted by: Timur I. Bakeyev (maintainer) Approved by: perky (mentor) Revision Changes Path 1.20 +9 -0 ports/net/samba-libsmbclient/Makefile 1.4 +16 -0 ports/net/samba-libsmbclient/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:47:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D098B16A41F; Sun, 11 Sep 2005 19:47:31 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1F643D45; Sun, 11 Sep 2005 19:47:31 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJlV3L067603; Sun, 11 Sep 2005 19:47:31 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJlVom067602; Sun, 11 Sep 2005 19:47:31 GMT (envelope-from tobez) Message-Id: <200509111947.j8BJlVom067602@repoman.freebsd.org> From: Anton Berezin Date: Sun, 11 Sep 2005 19:47:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-Scalar-List-Utils/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:47:32 -0000 tobez 2005-09-11 19:47:31 UTC FreeBSD ports repository Added files: lang/p5-Scalar-List-Utils/files patch-Makefile.PL Log: Fix build with older perls. Noticed by: leeym Revision Changes Path 1.3 +10 -0 ports/lang/p5-Scalar-List-Utils/files/patch-Makefile.PL (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:51:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC1916A420; Sun, 11 Sep 2005 19:51:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C25B43D45; Sun, 11 Sep 2005 19:51:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJpRVQ067803; Sun, 11 Sep 2005 19:51:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJpRER067802; Sun, 11 Sep 2005 19:51:27 GMT (envelope-from marcus) Message-Id: <200509111951.j8BJpRER067802@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 11 Sep 2005 19:51:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dbus Makefile distinfo ports/devel/dbus/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:51:27 -0000 marcus 2005-09-11 19:51:27 UTC FreeBSD ports repository Modified files: devel/dbus Makefile distinfo devel/dbus/files patch-configure Log: Update to 0.50. Revision Changes Path 1.37 +1 -1 ports/devel/dbus/Makefile 1.14 +2 -2 ports/devel/dbus/distinfo 1.6 +11 -29 ports/devel/dbus/files/patch-configure From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:58:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B5F16A41F; Sun, 11 Sep 2005 19:58:26 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC6043D45; Sun, 11 Sep 2005 19:58:19 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJwJ4Z068036; Sun, 11 Sep 2005 19:58:19 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJwJ9F068035; Sun, 11 Sep 2005 19:58:19 GMT (envelope-from mjacob) Message-Id: <200509111958.j8BJwJ9F068035@repoman.freebsd.org> From: Matt Jacob Date: Sun, 11 Sep 2005 19:58:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:58:26 -0000 mjacob 2005-09-11 19:58:19 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Restore the 929X support that got nuked in merge Revision Changes Path 1.22 +7 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Sun Sep 11 19:58:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A8B416A41F; Sun, 11 Sep 2005 19:58:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E5C443D6D; Sun, 11 Sep 2005 19:58:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BJwksh068100; Sun, 11 Sep 2005 19:58:46 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BJwk9G068099; Sun, 11 Sep 2005 19:58:46 GMT (envelope-from linimon) Message-Id: <200509111958.j8BJwk9G068099@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 19:58:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/kon2-16dot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 19:58:48 -0000 linimon 2005-09-11 19:58:46 UTC FreeBSD ports repository Modified files: japanese/kon2-16dot Makefile Log: Remove obsolete mastersites, leaving only local mirrors. Since this font set was the for absolutely antique XFree86 3.3.3, which is no longer itself mirrored anywhere, mark for deprecation. Source: distfile survey Revision Changes Path 1.36 +4 -5 ports/japanese/kon2-16dot/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:18:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 338F316A41F; Sun, 11 Sep 2005 20:18:39 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A6443D48; Sun, 11 Sep 2005 20:18:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j8BKIaCe006327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Sep 2005 00:18:37 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j8BKIaOT006325; Mon, 12 Sep 2005 00:18:36 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 12 Sep 2005 00:18:36 +0400 From: Gleb Smirnoff To: Alexander Leidinger , Ariff Abdullah Message-ID: <20050911201836.GM53891@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509101751.j8AHpdvp058669@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:18:39 -0000 Alexander, Ariff, > Modified files: > sys/dev/sound/pcm dsp.c > Log: > Release lock for a while during chn_reset() / pcm_chnalloc() operation > while malloc()ing, this fixes LOR 129. > > See > - http://lists.freebsd.org/pipermail/freebsd-current/2005-June/051157.html > - http://lists.freebsd.org/pipermail/freebsd-current/2005-August/054620.html > - http://sources.zabbadoz.net/freebsd/lor.html#129 > > Submitted by: Ariff Abdullah This change means "release the mutex right before it's being asserted". Do you guys test you changes with INVARIANTS on? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:22:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334B716A41F; Sun, 11 Sep 2005 20:22:55 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEE643D48; Sun, 11 Sep 2005 20:22:54 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKMs21069049; Sun, 11 Sep 2005 20:22:54 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKMsg3069048; Sun, 11 Sep 2005 20:22:54 GMT (envelope-from blackend) Message-Id: <200509112022.j8BKMsg3069048@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 11 Sep 2005 20:22:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr/gnome contact.sgml www/fr/news/status status.sgml www/fr/projects/c99 index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:22:55 -0000 blackend 2005-09-11 20:22:54 UTC FreeBSD doc repository Modified files: fr/gnome contact.sgml fr/news/status status.sgml fr/projects/c99 index.sgml Log: MFen: fr/gnome/contact.sgml: 1.27 --> 1.28 fr/news/status/status.sgml: 1.21 --> 1.28 fr/projects/c99/index.sgml: 1.93 --> 1.95 Revision Changes Path 1.8 +29 -19 www/fr/gnome/contact.sgml 1.4 +21 -2 www/fr/news/status/status.sgml 1.5 +5 -5 www/fr/projects/c99/index.sgml From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:25:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974B016A420; Sun, 11 Sep 2005 20:25:51 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7932243D46; Sun, 11 Sep 2005 20:25:50 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.1.205]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j8BKPmuR077755; Sun, 11 Sep 2005 22:25:48 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) by nosferatu.blackend.org (8.13.4/8.13.1) with ESMTP id j8BKPmmh004416; Sun, 11 Sep 2005 22:25:48 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.4/8.13.4/Submit) id j8BKPlCa004415; Sun, 11 Sep 2005 22:25:47 +0200 (CEST) (envelope-from marc) Date: Sun, 11 Sep 2005 22:25:47 +0200 From: Marc Fonvieille To: Marc Fonvieille Message-ID: <20050911202547.GA4022@nosferatu.blackend.org> References: <200509112022.j8BKMsg3069048@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509112022.j8BKMsg3069048@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 6.0-BETA4 User-Agent: Mutt/1.5.10i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/fr/gnome contact.sgml www/fr/news/status status.sgml www/fr/projects/c99 index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:25:52 -0000 On Sun, Sep 11, 2005 at 08:22:54PM +0000, Marc Fonvieille wrote: > blackend 2005-09-11 20:22:54 UTC > > FreeBSD doc repository > > Modified files: > fr/gnome contact.sgml > fr/news/status status.sgml > fr/projects/c99 index.sgml > Log: > MFen: > > fr/gnome/contact.sgml: 1.27 --> 1.28 > fr/news/status/status.sgml: 1.21 --> 1.28 > fr/projects/c99/index.sgml: 1.93 --> 1.95 > oops I forgot: Submitted by: Antoine Brodin Marc From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:29:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A89516A41F; Sun, 11 Sep 2005 20:29:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2879543D45; Sun, 11 Sep 2005 20:29:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKTCGP069295; Sun, 11 Sep 2005 20:29:12 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKTCgg069294; Sun, 11 Sep 2005 20:29:12 GMT (envelope-from leeym) Message-Id: <200509112029.j8BKTCgg069294@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 11 Sep 2005 20:29:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:29:12 -0000 leeym 2005-09-11 20:29:12 UTC FreeBSD ports repository Modified files: www/p5-CGI-modules Makefile Log: - update MASTER_SITES Revision Changes Path 1.25 +2 -1 ports/www/p5-CGI-modules/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:35:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EAD116A420; Sun, 11 Sep 2005 20:35:10 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D800443D49; Sun, 11 Sep 2005 20:35:09 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKZ9cH069515; Sun, 11 Sep 2005 20:35:09 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKZ9sO069514; Sun, 11 Sep 2005 20:35:09 GMT (envelope-from leeym) Message-Id: <200509112035.j8BKZ9sO069514@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 11 Sep 2005 20:35:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-Link Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:35:10 -0000 leeym 2005-09-11 20:35:09 UTC FreeBSD ports repository Modified files: www/p5-WWW-Link Makefile Log: - Don't backup updated file, fix build, and unbreak this port. Revision Changes Path 1.5 +1 -3 ports/www/p5-WWW-Link/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:41:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A077C16A41F; Sun, 11 Sep 2005 20:41:06 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDB543D46; Sun, 11 Sep 2005 20:41:06 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKf6sO069781; Sun, 11 Sep 2005 20:41:06 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKf6BL069780; Sun, 11 Sep 2005 20:41:06 GMT (envelope-from leeym) Message-Id: <200509112041.j8BKf6BL069780@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 11 Sep 2005 20:41:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Chess-PGN-Parse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:41:06 -0000 leeym 2005-09-11 20:41:06 UTC FreeBSD ports repository Modified files: textproc/p5-Chess-PGN-Parse Makefile Log: - use IGNORE instead of BROKEN for unrecoverable problem Revision Changes Path 1.2 +2 -2 ports/textproc/p5-Chess-PGN-Parse/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:42:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 899B616A41F; Sun, 11 Sep 2005 20:42:41 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4878843D46; Sun, 11 Sep 2005 20:42:41 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKgfp3069842; Sun, 11 Sep 2005 20:42:41 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKgf4l069841; Sun, 11 Sep 2005 20:42:41 GMT (envelope-from leeym) Message-Id: <200509112042.j8BKgf4l069841@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 11 Sep 2005 20:42:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/p5-Games-Sequential Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:42:41 -0000 leeym 2005-09-11 20:42:41 UTC FreeBSD ports repository Modified files: games/p5-Games-Sequential Makefile Log: - use IGNORE instead of BROKEN for unrecoverable problem Revision Changes Path 1.2 +2 -2 ports/games/p5-Games-Sequential/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:44:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFF916A41F; Sun, 11 Sep 2005 20:44:43 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E43743D48; Sun, 11 Sep 2005 20:44:43 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKihqP069970; Sun, 11 Sep 2005 20:44:43 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKihLe069969; Sun, 11 Sep 2005 20:44:43 GMT (envelope-from leeym) Message-Id: <200509112044.j8BKihLe069969@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 11 Sep 2005 20:44:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tree-Node Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:44:44 -0000 leeym 2005-09-11 20:44:43 UTC FreeBSD ports repository Modified files: devel/p5-Tree-Node Makefile Log: - use IGNORE instead of BROKEN for unrecoverable problem Revision Changes Path 1.2 +1 -1 ports/devel/p5-Tree-Node/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:46:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1073716A41F; Sun, 11 Sep 2005 20:46:40 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C383143D45; Sun, 11 Sep 2005 20:46:39 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKkdor070082; Sun, 11 Sep 2005 20:46:39 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKkdtZ070081; Sun, 11 Sep 2005 20:46:39 GMT (envelope-from remko) Message-Id: <200509112046.j8BKkdtZ070081@repoman.freebsd.org> From: Remko Lodder Date: Sun, 11 Sep 2005 20:46:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml usergroups.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:46:40 -0000 remko 2005-09-11 20:46:39 UTC FreeBSD doc repository Modified files: share/sgml usergroups.xml Log: Update the website for GBSDMTL. PR: www/85987 Submitted by: Stephane Russell Revision Changes Path 1.13 +2 -2 www/share/sgml/usergroups.xml From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:51:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8252416A41F; Sun, 11 Sep 2005 20:51:15 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4A243D48; Sun, 11 Sep 2005 20:51:15 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKpFLJ077467; Sun, 11 Sep 2005 20:51:15 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKpFPJ077466; Sun, 11 Sep 2005 20:51:15 GMT (envelope-from alc) Message-Id: <200509112051.j8BKpFPJ077466@repoman.freebsd.org> From: Alan Cox Date: Sun, 11 Sep 2005 20:51:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/include param.h vmparam.h src/sys/ia64/include param.h vmparam.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:51:15 -0000 alc 2005-09-11 20:51:15 UTC FreeBSD src repository Modified files: sys/alpha/include param.h vmparam.h sys/ia64/include param.h vmparam.h Log: Eliminate unused definitions. Revision Changes Path 1.39 +0 -7 src/sys/alpha/include/param.h 1.11 +1 -1 src/sys/alpha/include/vmparam.h 1.22 +0 -7 src/sys/ia64/include/param.h 1.11 +1 -1 src/sys/ia64/include/vmparam.h From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:52:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25A516A420; Sun, 11 Sep 2005 20:52:58 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B009043D53; Sun, 11 Sep 2005 20:52:58 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKqwAr077570; Sun, 11 Sep 2005 20:52:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKqw16077569; Sun, 11 Sep 2005 20:52:58 GMT (envelope-from hrs) Message-Id: <200509112052.j8BKqw16077569@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 11 Sep 2005 20:52:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/man-doc Makefile distinfo pkg-descr pkg-message pkg-plist ports/japanese/man-doc/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:52:59 -0000 hrs 2005-09-11 20:52:58 UTC FreeBSD ports repository Modified files: japanese/man-doc Makefile pkg-descr pkg-message pkg-plist Added files: japanese/man-doc distinfo Removed files: japanese/man-doc/files patch-aa patch-ab Log: Update to 5.4.20050911. Changes include: - add a knob WITH_CVS to use CVS repository as the distfile. - install the localized manual pages to ${PREFIX}/man/ja, instead of /usr/share/man/ja. No objection from: kuriyama and metal Revision Changes Path 1.56 +58 -46 ports/japanese/man-doc/Makefile 1.1 +2 -0 ports/japanese/man-doc/distinfo (new) 1.2 +0 -8 ports/japanese/man-doc/files/patch-aa (dead) 1.2 +0 -8 ports/japanese/man-doc/files/patch-ab (dead) 1.4 +3 -9 ports/japanese/man-doc/pkg-descr 1.9 +2 -8 ports/japanese/man-doc/pkg-message 1.9 +2 -1 ports/japanese/man-doc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 20:59:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A743016A41F; Sun, 11 Sep 2005 20:59:52 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6672F43D48; Sun, 11 Sep 2005 20:59:52 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BKxqYP077912; Sun, 11 Sep 2005 20:59:52 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BKxqm8077911; Sun, 11 Sep 2005 20:59:52 GMT (envelope-from stefanf) Message-Id: <200509112059.j8BKxqm8077911@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 11 Sep 2005 20:59:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:59:52 -0000 stefanf 2005-09-11 20:59:52 UTC FreeBSD src repository Modified files: lib/libc/rpc Makefile.inc Log: Add a couple of missing MLINKS. Revision Changes Path 1.27 +17 -0 src/lib/libc/rpc/Makefile.inc From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:07:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67AD216A41F; Sun, 11 Sep 2005 21:07:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2563343D46; Sun, 11 Sep 2005 21:07:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BL7wX7078223; Sun, 11 Sep 2005 21:07:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BL7vpZ078222; Sun, 11 Sep 2005 21:07:57 GMT (envelope-from linimon) Message-Id: <200509112107.j8BL7vpZ078222@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 21:07:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/iiimecf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:07:58 -0000 linimon 2005-09-11 21:07:57 UTC FreeBSD ports repository Modified files: editors/iiimecf Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.7 +1 -4 ports/editors/iiimecf/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:13:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543B116A41F; Sun, 11 Sep 2005 21:13:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B1F43D5A; Sun, 11 Sep 2005 21:13:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLDr3Z078518; Sun, 11 Sep 2005 21:13:53 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLDrsV078517; Sun, 11 Sep 2005 21:13:53 GMT (envelope-from linimon) Message-Id: <200509112113.j8BLDrsV078517@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 21:13:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/flim113 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:13:54 -0000 linimon 2005-09-11 21:13:53 UTC FreeBSD ports repository Modified files: editors/flim113 Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.28 +0 -3 ports/editors/flim113/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:18:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9D416A41F; Sun, 11 Sep 2005 21:18:10 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B40043D46; Sun, 11 Sep 2005 21:18:10 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLIAqT078699; Sun, 11 Sep 2005 21:18:10 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLIAAj078698; Sun, 11 Sep 2005 21:18:10 GMT (envelope-from ahze) Message-Id: <200509112118.j8BLIAAj078698@repoman.freebsd.org> From: Michael Johnson Date: Sun, 11 Sep 2005 21:18:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/qdbm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:18:10 -0000 ahze 2005-09-11 21:18:10 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: - Update to 1.8.33 Revision Changes Path 1.47 +1 -1 ports/databases/qdbm/Makefile 1.42 +2 -2 ports/databases/qdbm/distinfo 1.18 +1 -1 ports/databases/qdbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:26:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35FEE16A41F; Sun, 11 Sep 2005 21:26:40 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D418B43D49; Sun, 11 Sep 2005 21:26:39 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLQdDX079321; Sun, 11 Sep 2005 21:26:39 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLQdPa079320; Sun, 11 Sep 2005 21:26:39 GMT (envelope-from vsevolod) Message-Id: <200509112126.j8BLQdPa079320@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:26:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/libspf2 Makefile distinfo pkg-descr pkg-plist ports/mail/libspf2/files patch-configure patch-src_include_spf__server.h patch-src_libspf2_spf__dns__resolv.c patch-src_libspf2_spf__dns__rr.c patch-src_libspf2_spf__request.c patch-src_libspf2_spf__response.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:26:40 -0000 vsevolod 2005-09-11 21:26:39 UTC FreeBSD ports repository Modified files: mail Makefile mail/libspf2 Makefile distinfo pkg-descr pkg-plist mail/libspf2-10 Makefile pkg-descr Added files: mail/libspf2/files patch-configure patch-src_include_spf__server.h patch-src_libspf2_spf__dns__resolv.c patch-src_libspf2_spf__dns__rr.c patch-src_libspf2_spf__request.c patch-src_libspf2_spf__response.c patch-src_spf__example_spf__example.c patch-src_spfquery_spfquery.c Log: Completing repo-copy of mail/libspf2 to mail/libspf2-10. PR: 85000 Submitted by: Marcus Grando Repocopy by: marcus Revision Changes Path 1.685 +1 -0 ports/mail/Makefile 1.4 +2 -0 ports/mail/libspf2-10/Makefile 1.2 +9 -5 ports/mail/libspf2-10/pkg-descr 1.4 +5 -3 ports/mail/libspf2/Makefile 1.2 +2 -2 ports/mail/libspf2/distinfo 1.1 +54 -0 ports/mail/libspf2/files/patch-configure (new) 1.1 +10 -0 ports/mail/libspf2/files/patch-src_include_spf__server.h (new) 1.1 +28 -0 ports/mail/libspf2/files/patch-src_libspf2_spf__dns__resolv.c (new) 1.1 +11 -0 ports/mail/libspf2/files/patch-src_libspf2_spf__dns__rr.c (new) 1.1 +12 -0 ports/mail/libspf2/files/patch-src_libspf2_spf__request.c (new) 1.1 +12 -0 ports/mail/libspf2/files/patch-src_libspf2_spf__response.c (new) 1.1 +69 -0 ports/mail/libspf2/files/patch-src_spf__example_spf__example.c (new) 1.1 +11 -0 ports/mail/libspf2/files/patch-src_spfquery_spfquery.c (new) 1.2 +9 -5 ports/mail/libspf2/pkg-descr 1.2 +7 -3 ports/mail/libspf2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:27:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A334E16A41F; Sun, 11 Sep 2005 21:27:57 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720E943D45; Sun, 11 Sep 2005 21:27:57 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLRvtS079444; Sun, 11 Sep 2005 21:27:57 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLRvHt079443; Sun, 11 Sep 2005 21:27:57 GMT (envelope-from ahze) Message-Id: <200509112127.j8BLRvHt079443@repoman.freebsd.org> From: Michael Johnson Date: Sun, 11 Sep 2005 21:27:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/hyperestraier Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:27:57 -0000 ahze 2005-09-11 21:27:57 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/hyperestraier Makefile distinfo pkg-descr pkg-plist Log: - Add hyperestraier Full-text search system. You can search lots of documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in your site. Also, it is useful as search utilities of mail boxes and file servers. The characteristic of Hyper Estraier is the following. * High performance of search * High scalability of target documents * Perfect recall ratio by N-gram method * Phrase search, attribute search, and similarity search * Multilingualism with Unicode * Independent of file format and repository * Simple and powerful API * Supporting P2P architecture WWW: http://hyperestraier.sourceforge.net/ (This is a predecessor to textproc/estraier, not a drop in replacement.) Revision Changes Path 1.852 +1 -0 ports/textproc/Makefile 1.1 +30 -0 ports/textproc/hyperestraier/Makefile (new) 1.1 +2 -0 ports/textproc/hyperestraier/distinfo (new) 1.1 +16 -0 ports/textproc/hyperestraier/pkg-descr (new) 1.1 +239 -0 ports/textproc/hyperestraier/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:28:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD4F16A41F; Sun, 11 Sep 2005 21:28:04 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B4443D45; Sun, 11 Sep 2005 21:28:04 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLS4Tw079484; Sun, 11 Sep 2005 21:28:04 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLS4UR079483; Sun, 11 Sep 2005 21:28:04 GMT (envelope-from vsevolod) Message-Id: <200509112128.j8BLS4UR079483@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:28:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:28:05 -0000 vsevolod 2005-09-11 21:28:04 UTC FreeBSD ports repository Modified files: . modules Log: libspf2-10 --> ports/mail/libspf2-10 Revision Changes Path 1.13128 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:29:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1DC16A41F; Sun, 11 Sep 2005 21:29:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49C743D45; Sun, 11 Sep 2005 21:29:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id E8B9246B33; Sun, 11 Sep 2005 17:29:16 -0400 (EDT) Date: Sun, 11 Sep 2005 22:29:16 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "David E. O'Brien" In-Reply-To: <200509071006.j87A6E8s012380@repoman.freebsd.org> Message-ID: <20050911222701.W33344@fledge.watson.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:29:18 -0000 On Wed, 7 Sep 2005, David E. O'Brien wrote: > Modified files: > sys/kern kern_tc.c > sys/net rtsock.c > sys/netipx ipx_proto.c > sys/netnatm natm_proto.c > Log: > Forward declaring static variables as extern is invalid ISO-C. Now that > GCC can properly handle forward static declarations, do this properly. As a result of this change, it is no longer possible to build 7.x kernels on 6.x worlds without building all of world or tweaking kernel makefiles. While that's not a formally supported configuration, it makes it a lot easier and faster to do development from a central buildbox on a farm of test systems. Given that you've MFC'd the gcc fix to RELENG_5, I assume a change will be queued to merge to RELENG_6, but in the mean time it's something of an irritating problem (up there with NOMAN -> NO_MAN). In the future, could you merge the gcc fixes to the relevant branches before merging the dependent C changes, in order to avoid this sort of thing? Robert N M Watson From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:29:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F52316A41F; Sun, 11 Sep 2005 21:29:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF8E43D45; Sun, 11 Sep 2005 21:29:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLTZOt079595; Sun, 11 Sep 2005 21:29:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLTZqM079594; Sun, 11 Sep 2005 21:29:35 GMT (envelope-from ahze) Message-Id: <200509112129.j8BLTZqM079594@repoman.freebsd.org> From: Michael Johnson Date: Sun, 11 Sep 2005 21:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:29:35 -0000 ahze 2005-09-11 21:29:35 UTC FreeBSD ports repository Modified files: . modules Log: hyperestraier --> ports/textproc/hyperestraier Revision Changes Path 1.13129 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:29:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32AF16A42A; Sun, 11 Sep 2005 21:29:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805F343D45; Sun, 11 Sep 2005 21:29:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLTikY079658; Sun, 11 Sep 2005 21:29:44 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLTiFX079657; Sun, 11 Sep 2005 21:29:44 GMT (envelope-from linimon) Message-Id: <200509112129.j8BLTiFX079657@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 21:29:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/ebw3 Makefile ports/japanese/pgp.language Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:29:44 -0000 linimon 2005-09-11 21:29:44 UTC FreeBSD ports repository Modified files: japanese/ebw3 Makefile japanese/pgp.language Makefile Log: Remove obsolete mastersites and mark these two obsolete ports for deprecation. Approved by: maintainer Revision Changes Path 1.7 +4 -1 ports/japanese/ebw3/Makefile 1.15 +4 -2 ports/japanese/pgp.language/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:32:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A4F16A41F; Sun, 11 Sep 2005 21:32:41 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E977243D45; Sun, 11 Sep 2005 21:32:40 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLWeYg079823; Sun, 11 Sep 2005 21:32:40 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLWev2079822; Sun, 11 Sep 2005 21:32:40 GMT (envelope-from flz) Message-Id: <200509112132.j8BLWev2079822@repoman.freebsd.org> From: Florent Thoumie Date: Sun, 11 Sep 2005 21:32:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/grdesktop Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:32:41 -0000 flz 2005-09-11 21:32:40 UTC FreeBSD ports repository Modified files: net/grdesktop Makefile pkg-plist Log: - Install grdesktop menu icon [1]. - Use GCONF_SCHEMAS and INSTALL_OMF to clean up pkg-plist and pace portlint. PR: ports/85541 [1] Submitted by: Marcus Grando [1] Revision Changes Path 1.8 +7 -2 ports/net/grdesktop/Makefile 1.4 +1 -5 ports/net/grdesktop/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:40:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ACD916A41F; Sun, 11 Sep 2005 21:40:22 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D6D43D45; Sun, 11 Sep 2005 21:40:22 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLeLRR080159; Sun, 11 Sep 2005 21:40:21 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLeLL3080158; Sun, 11 Sep 2005 21:40:21 GMT (envelope-from vsevolod) Message-Id: <200509112140.j8BLeLL3080158@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:40:22 -0000 vsevolod 2005-09-11 21:40:21 UTC FreeBSD ports repository Modified files: mail/exim Makefile Log: Update LIB_DEPENDS to spf2.2 Add ${PTHREAD_LIBS} when use mail/libspf2 PR: 85000 Submitted by: Marcus Grando No objections from: krion (maintaier) Revision Changes Path 1.207 +2 -2 ports/mail/exim/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:42:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A303E16A437; Sun, 11 Sep 2005 21:42:42 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFD643D48; Sun, 11 Sep 2005 21:42:42 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLggc3080281; Sun, 11 Sep 2005 21:42:42 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLggbA080280; Sun, 11 Sep 2005 21:42:42 GMT (envelope-from vsevolod) Message-Id: <200509112142.j8BLggbA080280@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:42:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix Makefile distinfo pkg-install ports/mail/postfix/scripts configure configure.postfix fix-files-list X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:42:42 -0000 vsevolod 2005-09-11 21:42:42 UTC FreeBSD ports repository Modified files: mail/postfix Makefile distinfo pkg-install mail/postfix/scripts configure.postfix Removed files: mail/postfix/scripts configure fix-files-list Log: Update PORTREVISION because libspf2 is moved Update LIB_DEPENDS to mail/libspf2-10 Use builtin echo Use REINPLACE instead then scripts/configure and scripts/fix-files-list PR: 85000 Submitted by: Marcus Grando Approved by: Vivek Khera (maintainer) Revision Changes Path 1.100 +32 -30 ports/mail/postfix/Makefile 1.67 +2 -2 ports/mail/postfix/distinfo 1.22 +28 -28 ports/mail/postfix/pkg-install 1.8 +0 -8 ports/mail/postfix/scripts/configure (dead) 1.65 +83 -85 ports/mail/postfix/scripts/configure.postfix 1.2 +0 -12 ports/mail/postfix/scripts/fix-files-list (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:43:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA3416A41F; Sun, 11 Sep 2005 21:43:50 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D2943D46; Sun, 11 Sep 2005 21:43:50 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLhoQH080437; Sun, 11 Sep 2005 21:43:50 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLhoL2080436; Sun, 11 Sep 2005 21:43:50 GMT (envelope-from vsevolod) Message-Id: <200509112143.j8BLhoL2080436@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:43:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix21 Makefile distinfo pkg-install ports/mail/postfix21/files extra_ipv6.patch ports/mail/postfix21/scripts configure configure.postfix fix-files-list X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:43:50 -0000 vsevolod 2005-09-11 21:43:50 UTC FreeBSD ports repository Modified files: mail/postfix21 Makefile distinfo pkg-install mail/postfix21/scripts configure.postfix Added files: mail/postfix21/files extra_ipv6.patch Removed files: mail/postfix21/scripts configure fix-files-list Log: Update to 2.1.6 probable last update on this port Update LIB_DEPENDS to mail/libspf2-10 Update CONFLICTS Use builtin echo Update VDA patch to 2.1.6 Update scripts/configure.postfix to show error when select SPF and (TLS|IPv6TLS) Use REINPLACE instead then scripts/configure and scripts/fix-files-list PR: 85000 Submitted by: Marcus Grando Approved by: Vivek Khera (maintainer) Revision Changes Path 1.92 +65 -64 ports/mail/postfix21/Makefile 1.60 +6 -6 ports/mail/postfix21/distinfo 1.1 +132 -0 ports/mail/postfix21/files/extra_ipv6.patch (new) 1.20 +134 -142 ports/mail/postfix21/pkg-install 1.8 +0 -8 ports/mail/postfix21/scripts/configure (dead) 1.60 +44 -39 ports/mail/postfix21/scripts/configure.postfix 1.2 +0 -12 ports/mail/postfix21/scripts/fix-files-list (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:45:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A188816A41F; Sun, 11 Sep 2005 21:45:14 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E89843D45; Sun, 11 Sep 2005 21:45:14 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLjEHt080527; Sun, 11 Sep 2005 21:45:14 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLjEqT080526; Sun, 11 Sep 2005 21:45:14 GMT (envelope-from vsevolod) Message-Id: <200509112145.j8BLjEqT080526@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:45:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-policyd-spf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:45:14 -0000 vsevolod 2005-09-11 21:45:14 UTC FreeBSD ports repository Modified files: mail/postfix-policyd-spf Makefile Log: Update PORTREVISION because libspf2 is moved Update LIB_DEPENDS to mail/libspf2-10 PR: 85000 Submitted by: Marcus Grando (maintainer) Revision Changes Path 1.5 +2 -2 ports/mail/postfix-policyd-spf/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:47:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80A516A41F; Sun, 11 Sep 2005 21:47:30 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AED743D46; Sun, 11 Sep 2005 21:47:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-185-177.dsl.snfc21.pacbell.net [64.171.185.177]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8BLlWo5000948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 11 Sep 2005 14:47:33 -0700 Message-ID: <4324A5EF.3050803@root.org> Date: Sun, 11 Sep 2005 14:47:27 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> In-Reply-To: <432397EF.5000409@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , Kris Kennaway , Garance A Drosihn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:47:31 -0000 Doug Barton wrote: > Kris Kennaway wrote: > > >>Likewise, I also find this change very useful. When I'm juggling a >>few dozen panics on a few dozen machines with a few dozen different >>customized source trees, it's hard to keep track of all the >>kernel.debugs. Now I don't have to. >> >>Also, now we won't have to throw away panic reports from users who >>didn't think to save their kernel.debug, and the quality of bug >>reports can increase. > > > I agree with Kris and David here, FWIW. > > Doug Can we put it somewhere other than /? /var/run/kernel? -- Nate From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:49:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4DCB16A41F; Sun, 11 Sep 2005 21:49:26 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F93443D46; Sun, 11 Sep 2005 21:49:26 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-185-177.dsl.snfc21.pacbell.net [64.171.185.177]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8BLnTo5000962 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 11 Sep 2005 14:49:30 -0700 Message-ID: <4324A665.3070405@root.org> Date: Sun, 11 Sep 2005 14:49:25 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> In-Reply-To: <20050911023622.GA51877@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:49:27 -0000 David O'Brien wrote: > On Sat, Sep 10, 2005 at 06:05:00PM -0700, Nate Lawson wrote: > >>David E. O'Brien wrote: >> >>>obrien 2005-09-11 00:22:21 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/conf kern.post.mk >>> Log: >>> For HEAD, install a kernel with debug information if DEBUG is a kernel >>> config option. It is too easy to loose the build directory and not have >>> symbols for kgdb to read. >>> >>> Revision Changes Path >>> 1.84 +4 -17 src/sys/conf/kern.post.mk >> >>I disagree with this change. We do not need to waste the space in /. >>If I'm running a debug kernel, it is based on the latest version of >>kernel.debug in my kernel compile dir and I know to find it there. > > > We do need this. The panic I posted yesterday happened in the 'make' > stage of the below sequence: > > cd /sys//conf > config FOO > cd ../compile/FOO > make clean > make > > Note that the kernel.debug matching the running kernel was blown away at > this point. > > I was going to just install kernel.sym instead of a kernel with symbols, > but kgdb's usage doesn't claim to support '-s' as the previous kgdb did. > kernel.sym would be better since it wouldn't have the duplication that kernel and kernel.debug have. Alternately, we can make loader(8) skip symbol sections when booting and just install kernel.debug -- Nate From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:49:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F8A16A4E4; Sun, 11 Sep 2005 21:49:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B214443D46; Sun, 11 Sep 2005 21:49:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLnUIc080652; Sun, 11 Sep 2005 21:49:30 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLnUrk080651; Sun, 11 Sep 2005 21:49:30 GMT (envelope-from linimon) Message-Id: <200509112149.j8BLnUrk080651@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 21:49:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:49:32 -0000 linimon 2005-09-11 21:49:30 UTC FreeBSD ports repository Modified files: graphics/xv Makefile Log: Remove obsolete mastersites. Source: distfile survey Approved by: maintainer Revision Changes Path 1.63 +2 -6 ports/graphics/xv/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:49:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC5516A41F; Sun, 11 Sep 2005 21:49:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405AE43D55; Sun, 11 Sep 2005 21:49:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLnuw6080688; Sun, 11 Sep 2005 21:49:56 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLnukY080687; Sun, 11 Sep 2005 21:49:56 GMT (envelope-from vsevolod) Message-Id: <200509112149.j8BLnukY080687@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 21:49:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:49:56 -0000 vsevolod 2005-09-11 21:49:56 UTC FreeBSD ports repository Modified files: . UPDATING Log: Note mail/libspf2 change. PR: 85000 Submitted by: Marcus Grando Revision Changes Path 1.224 +10 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:57:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C814616A41F; Sun, 11 Sep 2005 21:57:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E6E43D46; Sun, 11 Sep 2005 21:57:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLvFJu080979; Sun, 11 Sep 2005 21:57:15 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLvFZQ080978; Sun, 11 Sep 2005 21:57:15 GMT (envelope-from linimon) Message-Id: <200509112157.j8BLvFZQ080978@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 21:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/linux-afaapps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:57:15 -0000 linimon 2005-09-11 21:57:15 UTC FreeBSD ports repository Modified files: sysutils/linux-afaapps Makefile Log: Maintainer no longer has time to look at this one. Note that if anyone is using it, they need to adopt it quickly, as it is about to expire. Approved by: maintainer Revision Changes Path 1.13 +1 -1 ports/sysutils/linux-afaapps/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:58:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9CBA16A424; Sun, 11 Sep 2005 21:58:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FB543D48; Sun, 11 Sep 2005 21:58:11 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8BLwB0r022211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 17:58:11 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8BLw96P026578; Sun, 11 Sep 2005 17:58:09 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7CE8051379; Sun, 11 Sep 2005 17:58:08 -0400 (EDT) Date: Sun, 11 Sep 2005 17:58:08 -0400 From: Kris Kennaway To: Nate Lawson Message-ID: <20050911215807.GA96773@xor.obsecurity.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> <4324A5EF.3050803@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <4324A5EF.3050803@root.org> User-Agent: Mutt/1.4.2.1i Cc: Doug Barton , cvs-src@FreeBSD.org, "David E. O'Brien" , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway , Garance A Drosihn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:58:13 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2005 at 02:47:27PM -0700, Nate Lawson wrote: > Doug Barton wrote: > >Kris Kennaway wrote: > > > > > >>Likewise, I also find this change very useful. When I'm juggling a > >>few dozen panics on a few dozen machines with a few dozen different > >>customized source trees, it's hard to keep track of all the > >>kernel.debugs. Now I don't have to. > >> > >>Also, now we won't have to throw away panic reports from users who > >>didn't think to save their kernel.debug, and the quality of bug > >>reports can increase. > > > > > >I agree with Kris and David here, FWIW. > > > >Doug >=20 > Can we put it somewhere other than /? /var/run/kernel? Why? That would use up even more space, in total. Kris --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJKhvWry0BWjoQKURAqYrAJ909n6LvhYWeoe9p8wT6O9Db+MiYgCfX26x 9Tm8/VdSR8ENGFXzigWbrlU= =IhxF -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:58:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A279F16A41F; Sun, 11 Sep 2005 21:58:51 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B6543D48; Sun, 11 Sep 2005 21:58:49 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8BLwn0r022490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 17:58:49 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8BLwm6P026635; Sun, 11 Sep 2005 17:58:48 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 62CB451379; Sun, 11 Sep 2005 17:58:48 -0400 (EDT) Date: Sun, 11 Sep 2005 17:58:48 -0400 From: Kris Kennaway To: Nate Lawson Message-ID: <20050911215848.GB96773@xor.obsecurity.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v9Ux+11Zm5mwPlX6" Content-Disposition: inline In-Reply-To: <4324A665.3070405@root.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:58:52 -0000 --v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 11, 2005 at 02:49:25PM -0700, Nate Lawson wrote: > David O'Brien wrote: > >On Sat, Sep 10, 2005 at 06:05:00PM -0700, Nate Lawson wrote: > > > >>David E. O'Brien wrote: > >> > >>>obrien 2005-09-11 00:22:21 UTC > >>> > >>>FreeBSD src repository > >>> > >>>Modified files: > >>> sys/conf kern.post.mk=20 > >>>Log: > >>>For HEAD, install a kernel with debug information if DEBUG is a kernel > >>>config option. It is too easy to loose the build directory and not ha= ve > >>>symbols for kgdb to read. > >>> > >>>Revision Changes Path > >>>1.84 +4 -17 src/sys/conf/kern.post.mk > >> > >>I disagree with this change. We do not need to waste the space in /.= =20 > >>If I'm running a debug kernel, it is based on the latest version of=20 > >>kernel.debug in my kernel compile dir and I know to find it there. > > > > > >We do need this. The panic I posted yesterday happened in the 'make' > >stage of the below sequence: > > > > cd /sys//conf > > config FOO > > cd ../compile/FOO > > make clean > > make > > > >Note that the kernel.debug matching the running kernel was blown away at > >this point. > > > >I was going to just install kernel.sym instead of a kernel with symbols, > >but kgdb's usage doesn't claim to support '-s' as the previous kgdb did. > > >=20 > kernel.sym would be better since it wouldn't have the duplication that=20 > kernel and kernel.debug have. Alternately, we can make loader(8) skip=20 > symbol sections when booting and just install kernel.debug It does skip symbol sections. Kris --v9Ux+11Zm5mwPlX6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJKiXWry0BWjoQKURAsJiAKDoFUwLBszfXsLzPvtbBQo21FMv/QCfRWrH gQ/5M5ukHkhqKHVp2hyqQxE= =BSq9 -----END PGP SIGNATURE----- --v9Ux+11Zm5mwPlX6-- From owner-cvs-all@FreeBSD.ORG Sun Sep 11 21:59:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7D916A41F; Sun, 11 Sep 2005 21:59:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9856543D48; Sun, 11 Sep 2005 21:59:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BLxwZ3081149; Sun, 11 Sep 2005 21:59:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BLxwbs081148; Sun, 11 Sep 2005 21:59:58 GMT (envelope-from linimon) Message-Id: <200509112159.j8BLxwbs081148@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 21:59:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/led Makefile ports/games/yadex Makefile ports/x11-wm/golem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 21:59:59 -0000 linimon 2005-09-11 21:59:58 UTC FreeBSD ports repository Modified files: editors/led Makefile games/yadex Makefile x11-wm/golem Makefile Log: Maintainer no longer has time to look after these ports. We appreciate the help in the past. Approved by: maintainer Revision Changes Path 1.11 +1 -1 ports/editors/led/Makefile 1.11 +1 -1 ports/games/yadex/Makefile 1.10 +1 -1 ports/x11-wm/golem/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:07:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 484CD16A41F; Sun, 11 Sep 2005 22:07:04 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 059AA43D4C; Sun, 11 Sep 2005 22:07:04 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BM730D081470; Sun, 11 Sep 2005 22:07:03 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BM73LA081469; Sun, 11 Sep 2005 22:07:03 GMT (envelope-from thierry) Message-Id: <200509112207.j8BM73LA081469@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Sep 2005 22:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bouml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:07:04 -0000 thierry 2005-09-11 22:07:03 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.5.4. Changelog at . Revision Changes Path 1.9 +1 -1 ports/devel/bouml/Makefile 1.9 +3 -3 ports/devel/bouml/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:10:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AD316A420; Sun, 11 Sep 2005 22:10:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F0543D45; Sun, 11 Sep 2005 22:10:14 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BMAEBx081602; Sun, 11 Sep 2005 22:10:14 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BMAEXY081601; Sun, 11 Sep 2005 22:10:14 GMT (envelope-from thierry) Message-Id: <200509112210.j8BMAEXY081601@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 11 Sep 2005 22:10:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/bush/files patch-src_GNUmakefile.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:10:15 -0000 thierry 2005-09-11 22:10:14 UTC FreeBSD ports repository Modified files: shells/bush/files patch-src_GNUmakefile.diff Log: Unbreak on 4.x: gnatbind does not support -D_THREAD_SAFE. Reported by: pointyhat via Kris Revision Changes Path 1.3 +37 -2 ports/shells/bush/files/patch-src_GNUmakefile.diff From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:10:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5059E16A41F; Sun, 11 Sep 2005 22:10:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D2043D45; Sun, 11 Sep 2005 22:10:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BMAh0W081786; Sun, 11 Sep 2005 22:10:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BMAhDC081785; Sun, 11 Sep 2005 22:10:43 GMT (envelope-from linimon) Message-Id: <200509112210.j8BMAhDC081785@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 22:10:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/apel Makefile ports/editors/emacs20-dl Makefile ports/editors/emacs20-mule-devel Makefile ports/editors/flim Makefile ports/editors/semi Makefile ports/editors/semi113 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:10:44 -0000 linimon 2005-09-11 22:10:43 UTC FreeBSD ports repository Modified files: editors/apel Makefile editors/emacs20-dl Makefile editors/emacs20-mule-devel Makefile editors/flim Makefile editors/semi Makefile editors/semi113 Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.37 +0 -3 ports/editors/apel/Makefile 1.33 +1 -3 ports/editors/emacs20-dl/Makefile 1.13 +2 -4 ports/editors/emacs20-mule-devel/Makefile 1.30 +0 -3 ports/editors/flim/Makefile 1.28 +0 -3 ports/editors/semi/Makefile 1.27 +0 -3 ports/editors/semi113/Makefile From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:11:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5431D16A41F; Sun, 11 Sep 2005 22:11:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 127C943D45; Sun, 11 Sep 2005 22:11:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BMBRaw081824; Sun, 11 Sep 2005 22:11:27 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BMBR1U081823; Sun, 11 Sep 2005 22:11:27 GMT (envelope-from linimon) Message-Id: <200509112211.j8BMBR1U081823@repoman.freebsd.org> From: Mark Linimon Date: Sun, 11 Sep 2005 22:11:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:11:28 -0000 linimon 2005-09-11 22:11:27 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove obsolete mastersite ring.etl.go.jp. Source: distfile survey Revision Changes Path 1.307 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:22:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9090A16A41F; Sun, 11 Sep 2005 22:22:06 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B12843D48; Sun, 11 Sep 2005 22:22:05 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j8BMM203022643; Sun, 11 Sep 2005 18:22:04 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: <20050911105821.GA91588@server.vk2pj.dyndns.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911105821.GA91588@server.vk2pj.dyndns.org> Date: Sun, 11 Sep 2005 18:22:02 -0400 To: Peter Jeremy , Nate Lawson From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.3 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:22:06 -0000 At 8:58 PM +1000 9/11/05, Peter Jeremy wrote: > >A number of people have mentioned losing the debug kernel when >they do a rebuild. I can't speak for others, but I mentioned losing the debug-symbol information before the point in time where I actually needed it (due to some sytsem panic). I did not mention building a new kernel. I have removed files from /usr/obj/usr/src without building any new kernel, so the problem does not require a rebuild. >The normal reasons for doing a rebuild are either that you have >updated your source or you've changed your config. The "normal" reasons are not universally true. Ie, even if the "normal" reasons apply 85% of the time, there's 15% of the time when they don't apply. And the coredumps lost in that 15% are still likely to be valuable. Valuable and lost. >In the latter case, I would suggest that the only reason to change >the kernel config is if you are planning on installing a new kernel, >so again you don't need the old debug kernel. Except when you built the new kernel, and it panics IMMEDIATELY upon boot, so you revert back to the previous kernel. And that previous kernel is one which "only occasionally" panics. Now, I know that the above comments do not apply 100% of the time, but they apply often enough that I've been burned (multiple times!) where I did not have the debug symbols for a coredump generated from an unexpected system panic. And I know other freebsd users who have burnt by this same issue. So I'd like to see some change done. Maybe not this one, but this one will do nicely until a better one comes along. >In this change intended for -current only or will it remain in >7-RELEASE? I expect it's much too soon to decide that. Let's get 6.0-release finished before we worry about the low-level details of exactly how 7.0-release should be built! :-) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:24:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B999416A41F; Sun, 11 Sep 2005 22:24:54 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7567F43D46; Sun, 11 Sep 2005 22:24:54 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BMOsBP082308; Sun, 11 Sep 2005 22:24:54 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BMOsfI082307; Sun, 11 Sep 2005 22:24:54 GMT (envelope-from vsevolod) Message-Id: <200509112224.j8BMOsfI082307@repoman.freebsd.org> From: Vsevolod Stakhov Date: Sun, 11 Sep 2005 22:24:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/makefaq Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:24:54 -0000 vsevolod 2005-09-11 22:24:54 UTC FreeBSD ports repository Modified files: textproc/makefaq Makefile distinfo Removed files: textproc/makefaq pkg-plist Log: Update to 2.5 Remove pkg-plist PR: 83788 Submitted by: Vsevolod Stakhov Approved by: maintainer timeout (more than a month) Revision Changes Path 1.3 +5 -3 ports/textproc/makefaq/Makefile 1.3 +2 -2 ports/textproc/makefaq/distinfo 1.2 +0 -5 ports/textproc/makefaq/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:40:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE48916A41F; Sun, 11 Sep 2005 22:40:02 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423AA43D46; Sun, 11 Sep 2005 22:40:02 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j8BMe0OI025300; Sun, 11 Sep 2005 18:40:00 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: <4324A5EF.3050803@root.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> <4324A5EF.3050803@root.org> Date: Sun, 11 Sep 2005 18:39:59 -0400 To: Nate Lawson , Doug Barton From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.3 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , Kris Kennaway Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:40:02 -0000 At 2:47 PM -0700 9/11/05, Nate Lawson wrote: > >Can we put it somewhere other than /? /var/run/kernel? and At 2:49 PM -0700 9/11/05, Nate Lawson wrote: >kernel.sym would be better since it wouldn't have the duplication >that kernel and kernel.debug have. Alternately, we can make >loader(8) skip symbol sections when booting and just install >kernel.debug I like having the symbols in the same directory as the kernel object files. Perhaps we could do something with making kernel.sym files (and .sym files for the kernel modules). Another idea that I meant to try sometime was to bzip2 the *.debug files (or the *.sym files, if we can generate those). That way, the info would be in the right place when it's needed, but until then it won't take up as much room. I have no idea how practical that would be, though... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Sun Sep 11 22:56:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE32616A41F; Sun, 11 Sep 2005 22:56:54 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D15543D46; Sun, 11 Sep 2005 22:56:54 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BMusjo083493; Sun, 11 Sep 2005 22:56:54 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BMusC5083492; Sun, 11 Sep 2005 22:56:54 GMT (envelope-from lioux) Message-Id: <200509112256.j8BMusC5083492@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 11 Sep 2005 22:56:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/freenet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:56:54 -0000 lioux 2005-09-11 22:56:54 UTC FreeBSD ports repository Modified files: net/freenet Makefile distinfo Log: Update to Freenet Stable build 5105 released 20050911 snapshot Revision Changes Path 1.34 +2 -3 ports/net/freenet/Makefile 1.23 +2 -2 ports/net/freenet/distinfo From owner-cvs-all@FreeBSD.ORG Sun Sep 11 23:48:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0FC16A41F; Sun, 11 Sep 2005 23:48:26 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E109A43D46; Sun, 11 Sep 2005 23:48:25 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8BNmPLs085295; Sun, 11 Sep 2005 23:48:25 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8BNmPKF085294; Sun, 11 Sep 2005 23:48:25 GMT (envelope-from perky) Message-Id: <200509112348.j8BNmPKF085294@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 11 Sep 2005 23:48:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 23:48:26 -0000 perky 2005-09-11 23:48:25 UTC FreeBSD ports repository Modified files: . access Log: Forced commit to indicate that Vsevolod Stakhov (vsevolod@) is now free to fly solo and no need to wait for several days to get approval. :) Revision Changes Path 1.663 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Sep 12 00:51:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBF516A41F; Mon, 12 Sep 2005 00:51:37 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636D943D46; Mon, 12 Sep 2005 00:51:36 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 846CE1310DA; Mon, 12 Sep 2005 10:21:34 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 4602F84F7E; Mon, 12 Sep 2005 10:21:34 +0930 (CST) Date: Mon, 12 Sep 2005 10:21:34 +0930 From: Greg 'groggy' Lehey To: Kris Kennaway Message-ID: <20050912005134.GB2929@wantadilla.lemis.com> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="98e8jtXdkpgskNou" Content-Disposition: inline In-Reply-To: <20050911022901.GA3090@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , Nate Lawson , Garance A Drosihn Subject: How to debug kernels (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 00:51:37 -0000 --98e8jtXdkpgskNou Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 10 September 2005 at 22:29:02 -0400, Kris Kennaway wrote: > On Sat, Sep 10, 2005 at 10:01:15PM -0400, Garance A Drosihn wrote: >> At 6:05 PM -0700 9/10/05, Nate Lawson wrote: >>> David E. O'Brien wrote: >>>> obrien 2005-09-11 00:22:21 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/conf kern.post.mk Log: >>>> For HEAD, install a kernel with debug information if DEBUG is a kernel >>>> config option. It is too easy to loose the build directory and not have >>>> symbols for kgdb to read. >>>> Revision Changes Path >>>> 1.84 +4 -17 src/sys/conf/kern.post.mk >>> >>> I disagree with this change. We do not need to waste the space >>> in /. If I'm running a debug kernel, it is based on the latest >>> version of kernel.debug in my kernel compile dir and I know to >>> find it there. >> >> Fwiw, I've been burned by building a debug kernel, only to have >> removed the original compile-directory for that kernel by the time I >> actually *needed* the debug symbols. It's one thing if you're building >> a debug kernel because you know you're going to spend the next hour >> debugging some change. It's another if you're building a debug kernel >> because your machine might panic sometime in the next two or three >> weeks. > > Likewise, I also find this change very useful. When I'm juggling a > few dozen panics on a few dozen machines with a few dozen different > customized source trees, it's hard to keep track of all the > kernel.debugs. Now I don't have to. A lot must depend on how you use your debug kernel. One of the biggest problems I've found is keeping the kernel and the sources in sync. This change makes it more difficult. Also, the kernel build can install debugging macros in the build directory; if you blow away that directory, you've lost the macros too. The method I use is described in http://wwww.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf. Basically, you debug from the kernel build directory and just pull in the dump from /var/crash. I'm planning to present it again in Basel in November, so if anybody disagrees with the approach, now is the time to tell me. With this method, having symbols in the booted kernel is a waste of time and space. Greg -- See complete headers for address and phone numbers. --98e8jtXdkpgskNou Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJNEWIubykFB6QiMRAl1uAJ0WpTPyyuzgx4syeso3mqsBJp1csACeN59a yv2UsIIgDyStPGMAjQ4kNo4= =98E8 -----END PGP SIGNATURE----- --98e8jtXdkpgskNou-- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 00:58:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 756B816A41F; Mon, 12 Sep 2005 00:58:39 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C30143D45; Mon, 12 Sep 2005 00:58:39 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C0wdD2094785; Mon, 12 Sep 2005 00:58:39 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C0wd3U094784; Mon, 12 Sep 2005 00:58:39 GMT (envelope-from mi) Message-Id: <200509120058.j8C0wd3U094784@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 12 Sep 2005 00:58:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/tse3 Makefile distinfo ports/audio/tse3/files patch-size_t patch-src_tse3_Midi.h patch-src_tse3_Mutex.h patch-src_tse3_Notifier.h patch-src_tse3_app_Application.h patch-src_tse3_app_Record.h patch-src_tse3_plt_Arts.cpp patch-src_tse3_util_MulDiv.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 00:58:39 -0000 mi 2005-09-12 00:58:38 UTC FreeBSD ports repository Modified files: audio/tse3 Makefile distinfo Added files: audio/tse3/files patch-size_t Removed files: audio/tse3/files patch-src_tse3_Midi.h patch-src_tse3_Mutex.h patch-src_tse3_Notifier.h patch-src_tse3_app_Application.h patch-src_tse3_app_Record.h patch-src_tse3_plt_Arts.cpp patch-src_tse3_util_MulDiv.h Log: Update from 0.3.0 to 0.3.1. Unbreak on 64-bit platforms (unsigned int vs. size_t). Revision Changes Path 1.7 +1 -5 ports/audio/tse3/Makefile 1.3 +2 -2 ports/audio/tse3/distinfo 1.1 +27 -0 ports/audio/tse3/files/patch-size_t (new) 1.2 +0 -10 ports/audio/tse3/files/patch-src_tse3_Midi.h (dead) 1.2 +0 -11 ports/audio/tse3/files/patch-src_tse3_Mutex.h (dead) 1.2 +0 -29 ports/audio/tse3/files/patch-src_tse3_Notifier.h (dead) 1.2 +0 -17 ports/audio/tse3/files/patch-src_tse3_app_Application.h (dead) 1.2 +0 -11 ports/audio/tse3/files/patch-src_tse3_app_Record.h (dead) 1.2 +0 -11 ports/audio/tse3/files/patch-src_tse3_plt_Arts.cpp (dead) 1.2 +0 -12 ports/audio/tse3/files/patch-src_tse3_util_MulDiv.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 00:59:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0557616A41F; Mon, 12 Sep 2005 00:59:05 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C5243D45; Mon, 12 Sep 2005 00:59:04 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 85FFC131D47; Mon, 12 Sep 2005 10:29:03 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 5D87284F7E; Mon, 12 Sep 2005 10:29:03 +0930 (CST) Date: Mon, 12 Sep 2005 10:29:03 +0930 From: Greg 'groggy' Lehey To: "David E. O'Brien" Message-ID: <20050912005903.GC2929@wantadilla.lemis.com> References: <200509111839.j8BId3fF064385@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V88s5gaDVPzZ0KCq" Content-Disposition: inline In-Reply-To: <200509111839.j8BId3fF064385@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c madt.c src/sys/dev/acpi_support acpi_asus.c acpi_fujitsu.c acpi_ibm.c acpi_panasonic.c acpi_sony.c acpi_toshiba.c src/sys/dev/acpica acpi.c acpi_acad.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 00:59:05 -0000 --V88s5gaDVPzZ0KCq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 11 September 2005 at 18:39:03 +0000, David E. O'Brien wrote: > obrien 2005-09-11 18:39:03 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/acpica OsdEnvironment.c acpi_machdep.c > ... > acpi_wakeup.c madt.c > Log: > Canonize the include of acpi.h. Now called Saint-acpi.h? Greg -- See complete headers for address and phone numbers. --V88s5gaDVPzZ0KCq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJNLXIubykFB6QiMRAnhQAJsFQ8BDiFZvj4Czf2rlCJUOYjH9VACgtPY2 ctQyVDx22ehmVhdL4xzZbI0= =0eZX -----END PGP SIGNATURE----- --V88s5gaDVPzZ0KCq-- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 01:00:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F5B16A41F; Mon, 12 Sep 2005 01:00:38 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2972343D4C; Mon, 12 Sep 2005 01:00:37 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8C10a47077918; Sun, 11 Sep 2005 18:00:36 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8C10Y31077917; Sun, 11 Sep 2005 18:00:34 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 18:00:34 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20050912010034.GA77819@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4324A665.3070405@root.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 01:00:38 -0000 On Sun, Sep 11, 2005 at 02:49:25PM -0700, Nate Lawson wrote: > David O'Brien wrote: > >I was going to just install kernel.sym instead of a kernel with symbols, > >but kgdb's usage doesn't claim to support '-s' as the previous kgdb did. > > kernel.sym would be better since it wouldn't have the duplication that > kernel and kernel.debug have. Duplication in RELENG_* or in HEAD? > Alternately, we can make loader(8) skip > symbol sections when booting and just install kernel.debug That *is* what my change does - except it calls it "kernel" so there aren't loading issues. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 01:07:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890CE16A41F; Mon, 12 Sep 2005 01:07:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326BB43D45; Mon, 12 Sep 2005 01:07:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8C17kXg078110; Sun, 11 Sep 2005 18:07:46 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8C17kaX078109; Sun, 11 Sep 2005 18:07:46 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 18:07:46 -0700 From: "David O'Brien" To: "Greg 'groggy' Lehey" Message-ID: <20050912010746.GA77456@dragon.NUXI.org> References: <200509111839.j8BId3fF064385@repoman.freebsd.org> <20050912005903.GC2929@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050912005903.GC2929@wantadilla.lemis.com> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c madt.c src/sys/dev/acpi_support acpi_asus.c acpi_fujitsu.c acpi_ibm.c acpi_panasonic.c acpi_sony.c acpi_toshiba.c src/sys/dev/acpica acpi.c acpi_acad.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 01:07:47 -0000 On Mon, Sep 12, 2005 at 10:29:03AM +0930, Greg 'groggy' Lehey wrote: > On Sunday, 11 September 2005 at 18:39:03 +0000, David E. O'Brien wrote: > > obrien 2005-09-11 18:39:03 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/acpica OsdEnvironment.c acpi_machdep.c > > ... > > acpi_wakeup.c madt.c > > Log: > > Canonize the include of acpi.h. > > Now called Saint-acpi.h? Blah, spell checkers. Canonify. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 01:21:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE4A16A41F; Mon, 12 Sep 2005 01:21:43 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C24143D45; Mon, 12 Sep 2005 01:21:43 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C1LhYv095640; Mon, 12 Sep 2005 01:21:43 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C1Lhfs095639; Mon, 12 Sep 2005 01:21:43 GMT (envelope-from tegge) Message-Id: <200509120121.j8C1Lhfs095639@repoman.freebsd.org> From: Tor Egge Date: Mon, 12 Sep 2005 01:21:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_rawread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 01:21:43 -0000 tegge 2005-09-12 01:21:43 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_rawread.c Log: Giant is no longer needed here. Revision Changes Path 1.26 +0 -3 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 01:36:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D3AE16A41F; Mon, 12 Sep 2005 01:36:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EE643D46; Mon, 12 Sep 2005 01:36:17 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8C1aHcA078534; Sun, 11 Sep 2005 18:36:17 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8C1aG40078533; Sun, 11 Sep 2005 18:36:16 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 18:36:16 -0700 From: "David O'Brien" To: Robert Watson Message-ID: <20050912013616.GA78451@dragon.NUXI.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050911222701.W33344@fledge.watson.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 01:36:18 -0000 On Sun, Sep 11, 2005 at 10:29:16PM +0100, Robert Watson wrote: > On Wed, 7 Sep 2005, David E. O'Brien wrote: > > Modified files: > > sys/kern kern_tc.c > > sys/net rtsock.c > > sys/netipx ipx_proto.c > > sys/netnatm natm_proto.c > > Log: > > Forward declaring static variables as extern is invalid ISO-C. Now that > > GCC can properly handle forward static declarations, do this properly. > > As a result of this change, it is no longer possible to build 7.x kernels > on 6.x worlds without building all of world or tweaking kernel makefiles. We do not support building a HEAD kernel on a RELENG_ box. Never have. That it usually works for you is just gravy. The documented minimal steps to build a HEAD kernel is: make kernel-toolchain make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE > While that's not a formally supported configuration, it makes it a lot > easier and faster to do development from a central buildbox on a farm of > test systems. Building a HEAD kernel on RELENG_ isn't anywhere near a supported configuration. I really don't know where you got the idea it was. On a 6.0-beta2 machine I just did a HEAD 'make kernel-toolchain' - it took 3m53.49s and allowed me to build a HEAD kernel just fine. > In the future, could you merge the gcc fixes to the relevant branches > before merging the dependent C changes, in order to avoid this sort of > thing? I'm afraid that is unreasonable to do in this case. I'd be waiting an undetermined amount of time for RELENG_6 to thaw before I could do this work. HEAD was already frozen for 1 months this year - you're effectively asking me to work as if is frozen for an additional 2 months. On top of that - the "relevant branches" is HEAD and only HEAD. Which is where the GCC fixes were committed before depending on them. Note that I did the RELENG_5 MFC for you personally, knowing you do try to build HEAD kernels on RELENG_*. I would have MFC'ed to RELENG_6 for your benefit, but its frozen. You are an RE - please feel free to MFC the bug fix. I certainly would not mind. :-) -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 01:48:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1823716A420; Mon, 12 Sep 2005 01:48:58 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F3543D4C; Mon, 12 Sep 2005 01:48:57 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C1mvbO096537; Mon, 12 Sep 2005 01:48:57 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C1mvFS096536; Mon, 12 Sep 2005 01:48:57 GMT (envelope-from tegge) Message-Id: <200509120148.j8C1mvFS096536@repoman.freebsd.org> From: Tor Egge Date: Mon, 12 Sep 2005 01:48:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_hash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 01:48:58 -0000 tegge 2005-09-12 01:48:57 UTC FreeBSD src repository Modified files: sys/kern vfs_hash.c Log: Don't retry when vget() returns ENOENT in the nonblocking case due to the vnode being doomed. It causes a livelock. Revision Changes Path 1.10 +2 -2 src/sys/kern/vfs_hash.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 01:53:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDFE416A41F; Mon, 12 Sep 2005 01:53:13 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A3D43D48; Mon, 12 Sep 2005 01:53:09 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j8C1r7jR060820; Sun, 11 Sep 2005 19:53:07 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4324DF83.1030202@samsco.org> Date: Sun, 11 Sep 2005 19:53:07 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> In-Reply-To: <20050912013616.GA78451@dragon.NUXI.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 01:53:14 -0000 David O'Brien wrote: > On Sun, Sep 11, 2005 at 10:29:16PM +0100, Robert Watson wrote: > >>On Wed, 7 Sep 2005, David E. O'Brien wrote: >> >>>Modified files: >>> sys/kern kern_tc.c >>> sys/net rtsock.c >>> sys/netipx ipx_proto.c >>> sys/netnatm natm_proto.c >>>Log: >>>Forward declaring static variables as extern is invalid ISO-C. Now that >>>GCC can properly handle forward static declarations, do this properly. >> >>As a result of this change, it is no longer possible to build 7.x kernels >>on 6.x worlds without building all of world or tweaking kernel makefiles. > > > We do not support building a HEAD kernel on a RELENG_ box. Never have. > That it usually works for you is just gravy. > > The documented minimal steps to build a HEAD kernel is: > > make kernel-toolchain > make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE > > >>While that's not a formally supported configuration, it makes it a lot >>easier and faster to do development from a central buildbox on a farm of >>test systems. > > > Building a HEAD kernel on RELENG_ isn't anywhere near a supported > configuration. I really don't know where you got the idea it was. On a > 6.0-beta2 machine I just did a HEAD 'make kernel-toolchain' - it took > 3m53.49s and allowed me to build a HEAD kernel just fine. > It might not be supported, but having it work helps people do work. Having it break for trivial reasons is frustrating and slows down work. > >>In the future, could you merge the gcc fixes to the relevant branches >>before merging the dependent C changes, in order to avoid this sort of >>thing? > > > I'm afraid that is unreasonable to do in this case. I'd be waiting an > undetermined amount of time for RELENG_6 to thaw before I could do this > work. Alternatively, you could ask to MFC it to RELENG_6. I would have happily said 'yes'. I agree with Robert on this point. > HEAD was already frozen for 1 months this year - you're > effectively asking me to work as if is frozen for an additional 2 months. > On top of that - the "relevant branches" is HEAD and only HEAD. Which > is where the GCC fixes were committed before depending on them. > > Note that I did the RELENG_5 MFC for you personally, knowing you do try > to build HEAD kernels on RELENG_*. I would have MFC'ed to RELENG_6 for > your benefit, but its frozen. You are an RE - please feel free to MFC > the bug fix. I certainly would not mind. :-) > David, you're shifting blame here, whatever little blame there is. Please be a good team player and ask to MFC the change to RELENG_6. Scott From owner-cvs-all@FreeBSD.ORG Mon Sep 12 02:09:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089DA16A41F; Mon, 12 Sep 2005 02:09:04 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8020443D46; Mon, 12 Sep 2005 02:09:03 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (sf@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8C293n9057617; Mon, 12 Sep 2005 02:09:03 GMT (envelope-from sf@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8C2930V057616; Mon, 12 Sep 2005 02:09:03 GMT (envelope-from sf) Date: Mon, 12 Sep 2005 02:09:03 GMT Message-Id: <200509120209.j8C2930V057616@freefall.freebsd.org> From: FUJISHIMA Satsuki To: Hiroki Sato In-Reply-To: <200509110358.j8B3wkob098825@repoman.freebsd.org> References: <200509110358.j8B3wkob098825@repoman.freebsd.org> Mail-Followup-To: Hiroki Sato , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, sf@FreeBSD.org User-Agent: Wanderlust/2.11.32 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 02:09:04 -0000 ln -sf fails when I don't have browser_plugins. Two chices (I prefer the former): 1) ln -sf || true 2) mkdir browser_plugins first and "rmdir || true" at deinstall /bin/ln -s -f /usr/X11R6/Acrobat7/Browser/intellinux/nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so ln: /usr/X11R6/lib/browser_plugins/nppdf.so: No such file or directory *** Error code 1 From owner-cvs-all@FreeBSD.ORG Mon Sep 12 02:16:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44F8916A41F; Mon, 12 Sep 2005 02:16:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D032943D46; Mon, 12 Sep 2005 02:16:09 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8C2G9Ga079049; Sun, 11 Sep 2005 19:16:09 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8C2G8mG079048; Sun, 11 Sep 2005 19:16:08 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 Sep 2005 19:16:08 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20050912021608.GB78451@dragon.NUXI.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> <4324DF83.1030202@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4324DF83.1030202@samsco.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 02:16:10 -0000 On Sun, Sep 11, 2005 at 07:53:07PM -0600, Scott Long wrote: > David O'Brien wrote: > >Building a HEAD kernel on RELENG_ isn't anywhere near a supported > >configuration. I really don't know where you got the idea it was. On a > >6.0-beta2 machine I just did a HEAD 'make kernel-toolchain' - it took > >3m53.49s and allowed me to build a HEAD kernel just fine. > > It might not be supported, but having it work helps people do work. > Having it break for trivial reasons is frustrating and slows down > work. Getting HEAD ready for GCC 4.x isn't a trivial tastk. This was all part of doing that. > >>In the future, could you merge the gcc fixes to the relevant branches > >>before merging the dependent C changes, in order to avoid this sort of > >>thing? > > > >I'm afraid that is unreasonable to do in this case. I'd be waiting an > >undetermined amount of time for RELENG_6 to thaw before I could do this > >work. > > Alternatively, you could ask to MFC it to RELENG_6. I would have > happily said 'yes'. I agree with Robert on this point. I wont get into a public debate about this - as has been expressed by others the MFC request process doesn't always run smoothly. MFC'ing something to RELENG_* isn't a requirement to progress on HEAD. If this was, we'd never be able to rev the toolchain. I don't believe those that insist on building HEAD kernels with a non-HEAD userland have been thru a large compiler upgrade (a.out->2.7->EGCS->2.95->3.x). Otherwise it would be clear that you simply cannot depend on building HEAD code with an old compiler. > >HEAD was already frozen for 1 months this year - you're > >effectively asking me to work as if is frozen for an additional 2 months. > >On top of that - the "relevant branches" is HEAD and only HEAD. Which > >is where the GCC fixes were committed before depending on them. > > >Note that I did the RELENG_5 MFC for you personally, knowing you do try > >to build HEAD kernels on RELENG_*. I would have MFC'ed to RELENG_6 for > >your benefit, but its frozen. You are an RE - please feel free to MFC > >the bug fix. I certainly would not mind. :-) > > David, you're shifting blame here, whatever little blame there is. The blame is that someone is trying to hold blame on me for advancing 7-CURRENT. > Please be a good team player and ask to MFC the change to RELENG_6. No. RE owns the branch - RE is free to MFC things they feel important to have in the release. You guys are experienced professionals and don't need my permission to MFC something RE wants in 6.0-R. In the past I've had multiple bad experience tired of begging to MFC things and then having to send at times multiple begging followup emails to get a response. If I don't feel very strongly about something, I don't bother anymore trying to MFC it during a code RELENG_* freeze. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 02:50:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A93DC16A41F; Mon, 12 Sep 2005 02:50:50 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C9443D46; Mon, 12 Sep 2005 02:50:50 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C2oo9p098661; Mon, 12 Sep 2005 02:50:50 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C2ooqJ098660; Mon, 12 Sep 2005 02:50:50 GMT (envelope-from hrs) Message-Id: <200509120250.j8C2ooqJ098660@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 12 Sep 2005 02:50:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/acroread Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 02:50:50 -0000 hrs 2005-09-12 02:50:49 UTC FreeBSD ports repository Modified files: japanese/acroread Makefile Log: Fix a bug in post-install which can be triggered when the browser_plugins directory does not exist. Pointed out by: sf Revision Changes Path 1.5 +4 -2 ports/japanese/acroread/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 03:07:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9525516A41F; Mon, 12 Sep 2005 03:07:33 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id F01C643D46; Mon, 12 Sep 2005 03:07:32 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p13123-adsau14honb8-acca.tokyo.ocn.ne.jp [220.106.49.123]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j8C37Opq096402; Mon, 12 Sep 2005 12:07:26 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j8C37EXE066350; Mon, 12 Sep 2005 12:07:15 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 12 Sep 2005 12:07:11 +0900 (JST) Message-Id: <20050912.120711.87996282.hrs@allbsd.org> To: mezz7@cox.net From: Hiroki Sato In-Reply-To: References: <20050911134806.65920cba.nork@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Sep_12_12_07_11_2005_864)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, nork@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 03:07:33 -0000 ----Security_Multipart(Mon_Sep_12_12_07_11_2005_864)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Jeremy Messenger" wrote in : me> On Sat, 10 Sep 2005 23:48:06 -0500, Norikatsu Shigemura me> wrote: me> > How troubles? Apps cannot dynamic-link to Linux binaries me> > without linuxpluginwrapper. me> me> I feel much more safe if it's in the different place other than me> browser-plugins for avoid future conflict if Adobe, Macromedia and etc me> have decided to create a native one. Also, it will be nice to have me> browser_linux_plugins for all other Linux browsers (linux-opera, me> linux-firefox and etc) can point on the browser_linux_plugins in case if me> we want to add Linux version of mplayerplug-in and etc. Hmm, should I back out the change? I agree with you from long-term perspective but it needs to change all of Linux browsers in the ports tree first, and I think putting a Linux binary into the directory is not so serious problem because Adobe does not provide the FreeBSD native plugin at the moment and other apps without linuxpluginwrapper ignore that... Anyway, if there are any known bad effects when a Linux binary exists in that directory I have to back out the change as soon as possible. I am wondering if you know such a problem? -- | Hiroki SATO ----Security_Multipart(Mon_Sep_12_12_07_11_2005_864)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDJPDfTyzT2CeTzy0RAjucAJ9f1nZ1WixrcB+Z6i2uhUcTjF2PBACg1tKf xTSbcj5YKdZquocUpe/5PQk= =97ja -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Sep_12_12_07_11_2005_864)---- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 03:08:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0980616A41F; Mon, 12 Sep 2005 03:08:18 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665CB43D48; Mon, 12 Sep 2005 03:08:17 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p13123-adsau14honb8-acca.tokyo.ocn.ne.jp [220.106.49.123]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j8C38FRX096405; Mon, 12 Sep 2005 12:08:16 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j8C386qF066358; Mon, 12 Sep 2005 12:08:07 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 12 Sep 2005 12:07:42 +0900 (JST) Message-Id: <20050912.120742.95906818.hrs@allbsd.org> To: sf@FreeBSD.org From: Hiroki Sato In-Reply-To: <200509120209.j8C2930V057616@freefall.freebsd.org> References: <200509110358.j8B3wkob098825@repoman.freebsd.org> <200509120209.j8C2930V057616@freefall.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Sep_12_12_07_42_2005_358)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 03:08:18 -0000 ----Security_Multipart(Mon_Sep_12_12_07_42_2005_358)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit FUJISHIMA Satsuki wrote in <200509120209.j8C2930V057616@freefall.freebsd.org>: sf> ln -sf fails when I don't have browser_plugins. sf> Two chices (I prefer the former): sf> 1) ln -sf || true sf> 2) mkdir browser_plugins first and "rmdir || true" at deinstall sf> sf> sf> /bin/ln -s -f /usr/X11R6/Acrobat7/Browser/intellinux/nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so sf> ln: /usr/X11R6/lib/browser_plugins/nppdf.so: No such file or directory sf> *** Error code 1 Thanks. Should be fixed. -- | Hiroki SATO ----Security_Multipart(Mon_Sep_12_12_07_42_2005_358)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDJPD+TyzT2CeTzy0RArT4AJ9yiS2e5hghiQFf/pHHwoBWURcGFwCgpAF7 lH5LKGreztiJb8lGyOWighU= =iPW4 -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Sep_12_12_07_42_2005_358)---- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 03:18:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBE316A41F; Mon, 12 Sep 2005 03:18:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FD043D53; Mon, 12 Sep 2005 03:18:16 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C3IGgH099838; Mon, 12 Sep 2005 03:18:16 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C3IGHV099837; Mon, 12 Sep 2005 03:18:16 GMT (envelope-from dougb) Message-Id: <200509120318.j8C3IGHV099837@repoman.freebsd.org> From: Doug Barton Date: Mon, 12 Sep 2005 03:18:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/fpdns Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 03:18:17 -0000 dougb 2005-09-12 03:18:16 UTC FreeBSD ports repository Modified files: dns/fpdns Makefile distinfo Added files: dns/fpdns pkg-plist Log: Take over maintainership, approved by edwin (old maintainer). Update to the latest, 0.9.3. This version moves to a more typical Perl-style Makefile.PL structure, and splits the functionality into a library and a binary. This necessitates changes to the port structure, including re-adding the pkg-plist file. While I'm here, make portlint happy with the IGNORE statement. Revision Changes Path 1.4 +13 -18 ports/dns/fpdns/Makefile 1.3 +4 -4 ports/dns/fpdns/distinfo 1.3 +4 -0 ports/dns/fpdns/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 03:32:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4507216A41F; Mon, 12 Sep 2005 03:32:47 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA96943D46; Mon, 12 Sep 2005 03:32:46 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C3WkIZ000502; Mon, 12 Sep 2005 03:32:46 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C3Wk9D000501; Mon, 12 Sep 2005 03:32:46 GMT (envelope-from obrien) Message-Id: <200509120332.j8C3Wk9D000501@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 12 Sep 2005 03:32:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 03:32:47 -0000 obrien 2005-09-12 03:32:46 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Note that Keyspan is also InnoSys Inc. Revision Changes Path 1.233 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Mon Sep 12 03:34:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1652E16A41F; Mon, 12 Sep 2005 03:34:06 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5EF43D45; Mon, 12 Sep 2005 03:34:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C3Y5Y0000574; Mon, 12 Sep 2005 03:34:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C3Y5J4000573; Mon, 12 Sep 2005 03:34:05 GMT (envelope-from obrien) Message-Id: <200509120334.j8C3Y5J4000573@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 12 Sep 2005 03:34:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/include ucontext.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 03:34:06 -0000 obrien 2005-09-12 03:34:05 UTC FreeBSD src repository Modified files: sys/i386/include ucontext.h Log: MFamd64: use register_t's. Revision Changes Path 1.11 +42 -42 src/sys/i386/include/ucontext.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 04:02:36 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1134416A41F; Mon, 12 Sep 2005 04:02:36 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B07743D46; Mon, 12 Sep 2005 04:02:34 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by eastrmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050912040232.YYEJ23320.eastrmmtao05.cox.net@mezz.mezzweb.com>; Mon, 12 Sep 2005 00:02:32 -0400 To: "Hiroki Sato" References: <20050911134806.65920cba.nork@FreeBSD.org> <20050912.120711.87996282.hrs@allbsd.org> Message-ID: Date: Sun, 11 Sep 2005 23:02:57 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <20050912.120711.87996282.hrs@allbsd.org> User-Agent: Opera M2/8.02 (Linux, build 1272) Cc: cvs-ports@freebsd.org, nork@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/japanese/acroread Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 04:02:36 -0000 On Sun, 11 Sep 2005 22:07:11 -0500, Hiroki Sato wrote: > "Jeremy Messenger" wrote > in : > > me> On Sat, 10 Sep 2005 23:48:06 -0500, Norikatsu Shigemura > > me> wrote: > me> > How troubles? Apps cannot dynamic-link to Linux binaries > me> > without linuxpluginwrapper. > me> > me> I feel much more safe if it's in the different place other than > me> browser-plugins for avoid future conflict if Adobe, Macromedia and > etc > me> have decided to create a native one. Also, it will be nice to have > me> browser_linux_plugins for all other Linux browsers (linux-opera, > me> linux-firefox and etc) can point on the browser_linux_plugins in > case if > me> we want to add Linux version of mplayerplug-in and etc. > > Hmm, should I back out the change? I agree with you from long-term > perspective but it needs to change all of Linux browsers in the ports > tree > first, and I think putting a Linux binary into the directory is not so > serious problem because Adobe does not provide the FreeBSD native > plugin at the moment and other apps without linuxpluginwrapper ignore > that... > > Anyway, if there are any known bad effects when a Linux binary exists in > that directory I have to back out the change as soon as possible. > I am wondering if you know such a problem? Not that I know, but I am thinking of future, now better than later. Later always turn into messy or/and affect the laziness when it is getting many. Cheers, Mezz > -- > | Hiroki SATO -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 04:12:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6340416A41F; Mon, 12 Sep 2005 04:12:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2470D43D45; Mon, 12 Sep 2005 04:12:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C4Cp3P001972; Mon, 12 Sep 2005 04:12:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C4CorF001971; Mon, 12 Sep 2005 04:12:50 GMT (envelope-from imp) Message-Id: <200509120412.j8C4CorF001971@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Sep 2005 04:12:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/isa mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 04:12:51 -0000 imp 2005-09-12 04:12:50 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: Since opti_detect is now only called on !PC98 machines, only declare and define there as well. This should fix the pc98 tinderbox. Revision Changes Path 1.101 +4 -0 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 04:22:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC97216A41F; Mon, 12 Sep 2005 04:22:15 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996A343D48; Mon, 12 Sep 2005 04:22:15 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C4MFGY002442; Mon, 12 Sep 2005 04:22:15 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C4MFNo002441; Mon, 12 Sep 2005 04:22:15 GMT (envelope-from mezz) Message-Id: <200509120422.j8C4MFNo002441@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 12 Sep 2005 04:22:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dbus-sharp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 04:22:16 -0000 mezz 2005-09-12 04:22:15 UTC FreeBSD ports repository Modified files: devel/dbus-sharp Makefile pkg-plist Log: Chase dbus update to 0.50 by update the plist. Revision Changes Path 1.8 +1 -1 ports/devel/dbus-sharp/Makefile 1.7 +4 -4 ports/devel/dbus-sharp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 04:25:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FEB16A41F; Mon, 12 Sep 2005 04:25:54 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CBE43D46; Mon, 12 Sep 2005 04:25:53 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C4PrlN002635; Mon, 12 Sep 2005 04:25:53 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C4PrDq002634; Mon, 12 Sep 2005 04:25:53 GMT (envelope-from truckman) Message-Id: <200509120425.j8C4PrDq002634@repoman.freebsd.org> From: Don Lewis Date: Mon, 12 Sep 2005 04:25:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/gnu/ext2fs fs.h src/sys/kern kern_shutdown.c src/sys/sys buf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 04:25:54 -0000 truckman 2005-09-12 04:25:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/gnu/ext2fs fs.h sys/kern kern_shutdown.c sys/sys buf.h Log: MFC src/sys/gnu/fs/ext2fs/fs.h 1.18 src/sys/kern/kern_shutdown.c 1.175 src/sys/sys/buf.h 1.189 FreeBSD src repository Modified files: sys/gnu/fs/ext2fs fs.h sys/kern kern_shutdown.c sys/sys buf.h Log: Add a new struct buf flag bit, B_PERSISTENT, and use it to tag struct bufs that are persistently held by ext2fs. Ignore any buffers with this flag in the code in boot() that counts "busy" and dirty buffers and attempts to sync the dirty buffers, which is done before attempting to unmount all the file systems during shutdown. This fixes the problem caused by any ext2fs file systems that are mounted at system shutdown time, which caused boot() to give up on a non-zero number of buffers and skip the call to vfs_unmountall(). This left all the mounted file systems in a dirty state and caused them to all require cleanup by fsck on reboot. Move the two separate copies of the "busy" buffer test in boot() to a separate function. Nuke the useless spl() stuff in the ext2fs ULCK_BUF() macro. Bring the PRINT_BUF_FLAGS definition in sys/buf.h up to date with this and previous flag changes. PR: kern/56675, kern/85163 Tested by: "Matthias Andree" matthias.andree at gmx.de Reviewed by: bde MFC after: 3 days Revision Changes Path 1.18 +8 -8 src/sys/gnu/fs/ext2fs/fs.h 1.175 +13 -11 src/sys/kern/kern_shutdown.c 1.189 +4 -4 src/sys/sys/buf.h PR: kern/56675, kern/85163 Tested by: "Matthias Andree" matthias.andree at gmx.de Reviewed by: bde Revision Changes Path 1.16.2.2 +8 -8 src/sys/gnu/ext2fs/fs.h 1.163.2.5 +13 -11 src/sys/kern/kern_shutdown.c 1.167.2.4 +3 -3 src/sys/sys/buf.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 04:29:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C512716A443; Mon, 12 Sep 2005 04:29:08 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8192643D45; Mon, 12 Sep 2005 04:29:08 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C4T8tc002770; Mon, 12 Sep 2005 04:29:08 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C4T8KV002769; Mon, 12 Sep 2005 04:29:08 GMT (envelope-from remko) Message-Id: <200509120429.j8C4T8KV002769@repoman.freebsd.org> From: Remko Lodder Date: Mon, 12 Sep 2005 04:29:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial software.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 04:29:08 -0000 remko 2005-09-12 04:29:08 UTC FreeBSD doc repository Modified files: en/commercial software.xml Log: Place the s3 entry under the NETWORK section rather then the EMAIL section. Requested by: Michael Voucko Revision Changes Path 1.23 +2 -2 www/en/commercial/software.xml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 05:25:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF7516A41F; Mon, 12 Sep 2005 05:25:30 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C94E143D49; Mon, 12 Sep 2005 05:25:29 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C5PTAA012094; Mon, 12 Sep 2005 05:25:29 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C5PTwm012093; Mon, 12 Sep 2005 05:25:29 GMT (envelope-from mjacob) Message-Id: <200509120525.j8C5PTwm012093@repoman.freebsd.org> From: Matt Jacob Date: Mon, 12 Sep 2005 05:25:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 05:25:30 -0000 mjacob 2005-09-12 05:25:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC: Restore the 929X support that got nuked in merge Approved by: re Revision Changes Path 1.20.2.1 +7 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 05:30:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1100916A41F; Mon, 12 Sep 2005 05:30:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C33843D46; Mon, 12 Sep 2005 05:30:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8C5U40r008772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Sep 2005 01:30:04 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8C5U16P030944; Mon, 12 Sep 2005 01:30:01 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0017A51233; Mon, 12 Sep 2005 01:30:00 -0400 (EDT) Date: Mon, 12 Sep 2005 01:30:00 -0400 From: Kris Kennaway To: "Greg 'groggy' Lehey" Message-ID: <20050912053000.GA28227@xor.obsecurity.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <20050912005134.GB2929@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <20050912005134.GB2929@wantadilla.lemis.com> User-Agent: Mutt/1.4.2.1i Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Kris Kennaway , "David E. O'Brien" , cvs-all@FreeBSD.org, Nate Lawson , Garance A Drosihn Subject: Re: How to debug kernels (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 05:30:08 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 12, 2005 at 10:21:34AM +0930, Greg 'groggy' Lehey wrote: > On Saturday, 10 September 2005 at 22:29:02 -0400, Kris Kennaway wrote: > > On Sat, Sep 10, 2005 at 10:01:15PM -0400, Garance A Drosihn wrote: > >> At 6:05 PM -0700 9/10/05, Nate Lawson wrote: > >>> David E. O'Brien wrote: > >>>> obrien 2005-09-11 00:22:21 UTC > >>>> > >>>> FreeBSD src repository > >>>> > >>>> Modified files: > >>>> sys/conf kern.post.mk Log: > >>>> For HEAD, install a kernel with debug information if DEBUG is a ker= nel > >>>> config option. It is too easy to loose the build directory and not= have > >>>> symbols for kgdb to read. > >>>> Revision Changes Path > >>>> 1.84 +4 -17 src/sys/conf/kern.post.mk > >>> > >>> I disagree with this change. We do not need to waste the space > >>> in /. If I'm running a debug kernel, it is based on the latest > >>> version of kernel.debug in my kernel compile dir and I know to > >>> find it there. > >> > >> Fwiw, I've been burned by building a debug kernel, only to have > >> removed the original compile-directory for that kernel by the time I > >> actually *needed* the debug symbols. It's one thing if you're building > >> a debug kernel because you know you're going to spend the next hour > >> debugging some change. It's another if you're building a debug kernel > >> because your machine might panic sometime in the next two or three > >> weeks. > > > > Likewise, I also find this change very useful. When I'm juggling a > > few dozen panics on a few dozen machines with a few dozen different > > customized source trees, it's hard to keep track of all the > > kernel.debugs. Now I don't have to. >=20 > A lot must depend on how you use your debug kernel. One of the > biggest problems I've found is keeping the kernel and the sources in > sync. This change makes it more difficult. Also, the kernel build > can install debugging macros in the build directory; if you blow away > that directory, you've lost the macros too. >=20 > The method I use is described in > http://wwww.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf. > Basically, you debug from the kernel build directory and just pull in > the dump from /var/crash. I'm planning to present it again in Basel > in November, so if anybody disagrees with the approach, now is the > time to tell me. With this method, having symbols in the booted > kernel is a waste of time and space. Please reread my earlier posts for why this is a hindrance in my environment. Kris --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJRJYWry0BWjoQKURAgyoAJ4xSzqAgQengXo7mH4pbVo39OSX8QCg9ehL rdgKNL780OW4hQ3aUpzjdA8= =rrMo -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 05:33:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 185CB16A424; Mon, 12 Sep 2005 05:33:28 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D0B43D45; Mon, 12 Sep 2005 05:33:27 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C5XRIf012386; Mon, 12 Sep 2005 05:33:27 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C5XRD5012385; Mon, 12 Sep 2005 05:33:27 GMT (envelope-from glewis) Message-Id: <200509120533.j8C5XRD5012385@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Sep 2005 05:33:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse-cdt Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 05:33:28 -0000 glewis 2005-09-12 05:33:27 UTC FreeBSD ports repository Modified files: java/eclipse-cdt Makefile distinfo Removed files: java/eclipse-cdt pkg-plist Log: . Update to 3.0.0. PR: 85300 Submitted by: Panagiotis Astithas Revision Changes Path 1.10 +6 -6 ports/java/eclipse-cdt/Makefile 1.4 +2 -2 ports/java/eclipse-cdt/distinfo 1.4 +0 -617 ports/java/eclipse-cdt/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 05:35:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1BB16A41F; Mon, 12 Sep 2005 05:35:12 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D332443D46; Mon, 12 Sep 2005 05:35:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C5ZB8c012476; Mon, 12 Sep 2005 05:35:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C5ZBfG012475; Mon, 12 Sep 2005 05:35:11 GMT (envelope-from imp) Message-Id: <200509120535.j8C5ZBfG012475@repoman.freebsd.org> From: Warner Losh Date: Mon, 12 Sep 2005 05:35:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 05:35:12 -0000 imp 2005-09-12 05:35:11 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: This appears to be good for some folks, but really bad for others. Until we know why, back out 1.127. Revision Changes Path 1.128 +0 -1 src/sys/dev/pccbb/pccbb.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 05:38:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B7516A41F; Mon, 12 Sep 2005 05:38:44 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6296843D45; Mon, 12 Sep 2005 05:38:44 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C5ci7S012656; Mon, 12 Sep 2005 05:38:44 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C5cipF012655; Mon, 12 Sep 2005 05:38:44 GMT (envelope-from glewis) Message-Id: <200509120538.j8C5cipF012655@repoman.freebsd.org> From: Greg Lewis Date: Mon, 12 Sep 2005 05:38:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/tya pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 05:38:44 -0000 glewis 2005-09-12 05:38:44 UTC FreeBSD ports repository Modified files: java/tya pkg-descr Log: . Placate portlint and help tools such as 'make index' which expect the URL in pkg-descr to start with 'WWW: ' Revision Changes Path 1.3 +1 -1 ports/java/tya/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 12 05:52:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F37416A41F; Mon, 12 Sep 2005 05:52:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C24F43D48; Mon, 12 Sep 2005 05:52:45 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C5qjI6013171; Mon, 12 Sep 2005 05:52:45 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C5qi3q013170; Mon, 12 Sep 2005 05:52:44 GMT (envelope-from mezz) Message-Id: <200509120552.j8C5qi3q013170@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 12 Sep 2005 05:52:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/link-grammar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 05:52:45 -0000 mezz 2005-09-12 05:52:44 UTC FreeBSD ports repository Modified files: textproc/link-grammar Makefile distinfo Log: Update to 4.1.3. Revision Changes Path 1.2 +1 -3 ports/textproc/link-grammar/Makefile 1.2 +2 -2 ports/textproc/link-grammar/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 06:06:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710B716A41F; Mon, 12 Sep 2005 06:06:03 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B8243D46; Mon, 12 Sep 2005 06:06:02 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j8C661oj026565; Mon, 12 Sep 2005 02:06:01 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: <20050912005134.GB2929@wantadilla.lemis.com> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <20050912005134.GB2929@wantadilla.lemis.com> Date: Mon, 12 Sep 2005 02:06:00 -0400 To: "Greg 'groggy' Lehey" , Kris Kennaway From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "David E. O'Brien" , Nate Lawson Subject: Re: How to debug kernels (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 06:06:03 -0000 [this will be a repeat to Greg, but I'll mention it publicly...] At 10:21 AM +0930 9/12/05, Greg 'groggy' Lehey wrote: > >A lot must depend on how you use your debug kernel. One of the >biggest problems I've found is keeping the kernel and the sources >in sync. ... > >The method I use is described in >http://wwww.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf. This looks like a very useful document, which pulls together a lot of information for the benefit of those developers who want to work at the kernel-level. I've only skimmed it over, but I intend to read it in more detail later... But I think David's change is a significant help for those users who are not kernel developers, and who have no desire to become a kernel developer. Most of the time I am not debugging any kernel- change of my own, for instance. All I want from a debug kernel is to have the information around if some other developer asks: "Can you get a traceback from that coredump?". I'll only care about the debug information *IF* my system hits a panic, and that may not happen until weeks after I have built a kernel. A lot can happen in my /usr/obj directories in the course of two weeks! (especially if I am not *expecting* to need any of the information in it). More serious kernel developers would still want to check out the information and follow the advice included your tutorial. But there are many users who are not working at that level of detail. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Mon Sep 12 06:19:22 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C08A16A45C for ; Mon, 12 Sep 2005 06:19:22 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE9A43D53 for ; Mon, 12 Sep 2005 06:19:20 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so1831399wxd for ; Sun, 11 Sep 2005 23:19:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=al+a3J+R+qM3h5BoqORJn/7HrWk/PTEXgOS7X1Nww9KSmL2nIEwfWj1aVUlZiLKNWqhr2UMSJB1jF9XfObZIObGZgqfyN3pP/OuY8oRQQfyTfkv44SGTNtQR/tRJXlNZfxyC7CvXNEkrAsUzrN2NmOYLUExl+rDuiTpPKcLhc2w= Received: by 10.70.44.14 with SMTP id r14mr95867wxr; Sun, 11 Sep 2005 23:19:19 -0700 (PDT) Received: by 10.70.9.2 with HTTP; Sun, 11 Sep 2005 23:19:19 -0700 (PDT) Message-ID: <47d0403c050911231950b35471@mail.gmail.com> Date: Mon, 12 Sep 2005 06:19:19 +0000 From: Ben Kaduk To: Greg 'groggy' Lehey In-Reply-To: <20050912005134.GB2929@wantadilla.lemis.com> Mime-Version: 1.0 References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <20050912005134.GB2929@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: How to debug kernels (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: minimarmot@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 06:19:22 -0000 On 9/12/05, Greg 'groggy' Lehey wrote: >=20 > On Saturday, 10 September 2005 at 22:29:02 -0400, Kris Kennaway wrote: > > On Sat, Sep 10, 2005 at 10:01:15PM -0400, Garance A Drosihn wrote: > >> At 6:05 PM -0700 9/10/05, Nate Lawson wrote: > >>> David E. O'Brien wrote: > >>>> obrien 2005-09-11 00:22:21 UTC > >>>> > >>>> FreeBSD src repository > >>>> > >>>> Modified files: > >>>> sys/conf kern.post.mk Log: > >>>> For HEAD, install a kernel with debug information if DEBUG is a=20 > kernel > >>>> config option. It is too easy to loose the build directory and not= =20 > have > >>>> symbols for kgdb to read. > >>>> Revision Changes Path > >>>> 1.84 +4 -17 src/sys/conf/kern.post.mk > >>> > >>> I disagree with this change. We do not need to waste the space > >>> in /. If I'm running a debug kernel, it is based on the latest > >>> version of kernel.debug in my kernel compile dir and I know to > >>> find it there. > >> > >> Fwiw, I've been burned by building a debug kernel, only to have > >> removed the original compile-directory for that kernel by the time I > >> actually *needed* the debug symbols. It's one thing if you're building > >> a debug kernel because you know you're going to spend the next hour > >> debugging some change. It's another if you're building a debug kernel > >> because your machine might panic sometime in the next two or three > >> weeks. > > > > Likewise, I also find this change very useful. When I'm juggling a > > few dozen panics on a few dozen machines with a few dozen different > > customized source trees, it's hard to keep track of all the > > kernel.debugs. Now I don't have to. >=20 > A lot must depend on how you use your debug kernel. One of the > biggest problems I've found is keeping the kernel and the sources in > sync. This change makes it more difficult. Also, the kernel build > can install debugging macros in the build directory; if you blow away > that directory, you've lost the macros too. >=20 > The method I use is described in > http://wwww.lemis.com/grog/Papers/Debug-tutorial/tutorial.pdf. > Basically, you debug from the kernel build directory and just pull in > the dump from /var/crash. I'm planning to present it again in Basel > in November, so if anybody disagrees with the approach, now is the > time to tell me. With this method, having symbols in the booted > kernel is a waste of time and space. >=20 > Greg > -- > See complete headers for address and phone numbers. >=20 >=20 >=20 Somewhat of a side point, but what do people think of doing a similar thing= =20 for loadable modules? I am actually quite ignorant about the matter, not=20 even knowing if a DEBUG=3D-g line in a kernel config file propogates to=20 modules built at the same time (I should think it would), but the same=20 situation can occur for modules as for the core kernel. In fact, I just today needed snd_ich.ko.debug, but very nearly blasted it= =20 away with a buildworld/buildkernel, since I want to check if the panic I ge= t=20 has been fixed in the past week. Luckily, the need to save such a file was= =20 pointed out to me quickly, but (as a fairly ignorant end-user), it may make= =20 it possible to solve a problem reported by the same. This of course magnifies the space requirement, and deciding which modules= =20 to include could be a big bikeshed, but if the debug kernel on / stays, it= =20 should be thought about. Ben Kaduk From owner-cvs-all@FreeBSD.ORG Mon Sep 12 06:37:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCA416A41F; Mon, 12 Sep 2005 06:37:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF5043D4C; Mon, 12 Sep 2005 06:37:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C6bjTM014767; Mon, 12 Sep 2005 06:37:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C6bj09014766; Mon, 12 Sep 2005 06:37:45 GMT (envelope-from marcus) Message-Id: <200509120637.j8C6bj09014766@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 12 Sep 2005 06:37:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnomevfs2 Makefile ports/devel/gnomevfs2/files patch-modules_smb-method.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 06:37:47 -0000 marcus 2005-09-12 06:37:45 UTC FreeBSD ports repository Modified files: devel/gnomevfs2 Makefile devel/gnomevfs2/files patch-modules_smb-method.c Log: Fix build with new libsmbclient, and bump PORTREVISION due to ABI change. Revision Changes Path 1.101 +1 -0 ports/devel/gnomevfs2/Makefile 1.2 +12 -3 ports/devel/gnomevfs2/files/patch-modules_smb-method.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 06:39:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD5516A41F; Mon, 12 Sep 2005 06:39:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C3A43D5A; Mon, 12 Sep 2005 06:39:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C6dLH0014906; Mon, 12 Sep 2005 06:39:21 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C6dLvj014905; Mon, 12 Sep 2005 06:39:21 GMT (envelope-from linimon) Message-Id: <200509120639.j8C6dLvj014905@repoman.freebsd.org> From: Mark Linimon Date: Mon, 12 Sep 2005 06:39:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 06:39:22 -0000 linimon 2005-09-12 06:39:21 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Look for some equipment to replace the late-1990s style junkpile around here. Used is fine. Revision Changes Path 1.349 +23 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:16:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709AD16A41F; Mon, 12 Sep 2005 07:16:13 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 250C543D49; Mon, 12 Sep 2005 07:16:12 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8C7G1eM048092; Mon, 12 Sep 2005 00:16:05 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509120716.j8C7G1eM048092@gw.catspoiler.org> Date: Mon, 12 Sep 2005 00:16:01 -0700 (PDT) From: Don Lewis To: Emanuel.strobl@gmx.net In-Reply-To: <200509110310.36423@harrymail> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org, nate@root.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:16:13 -0000 On 11 Sep, Emanuel Strobl wrote: > Am Sonntag, 11. September 2005 03:05 CEST schrieb Nate Lawson: >> David E. O'Brien wrote: >> > obrien 2005-09-11 00:22:21 UTC >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/conf kern.post.mk >> > Log: >> > For HEAD, install a kernel with debug information if DEBUG is a >> > kernel config option. It is too easy to loose the build directory and >> > not have symbols for kgdb to read. >> > >> > Revision Changes Path >> > 1.84 +4 -17 src/sys/conf/kern.post.mk >> >> I disagree with this change. We do not need to waste the space in /. > > Hmm, why was default size of root changed to 500M? Incredable much too much > IMHO, if not reserved for debug kernels.... > I've just been wondering today how wasteful FreeBSD uses the hard disk > these days (BETA4)... I just filled / on my laptop during the installworld (due to /tmp/install*) after my first installkernel after this change. I was able to free up enough space to do the installworld, but I'll be in trouble after the next installkernel results in copies of kernel.debug in both /boot/kernel and /boot/kernel.old, and I'll lose the ability to stash away a third kernel version. I did the initial FreeBSD install before the default root size was increased to 500M and I'm not looking forward to trying to resize root. From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:28:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB46F16A41F; Mon, 12 Sep 2005 07:28:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73B143D45; Mon, 12 Sep 2005 07:28:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7Sjhj016942; Mon, 12 Sep 2005 07:28:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7SjYV016941; Mon, 12 Sep 2005 07:28:45 GMT (envelope-from pav) Message-Id: <200509120728.j8C7SjYV016941@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Sep 2005 07:28:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pymacs Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:28:46 -0000 pav 2005-09-12 07:28:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pymacs Makefile distinfo pkg-descr pkg-message pkg-plist Log: Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this assymetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space. PR: ports/85995 Submitted by: Mike Meyer Revision Changes Path 1.1959 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/pymacs/Makefile (new) 1.1 +2 -0 ports/devel/pymacs/distinfo (new) 1.1 +8 -0 ports/devel/pymacs/pkg-descr (new) 1.1 +9 -0 ports/devel/pymacs/pkg-message (new) 1.1 +28 -0 ports/devel/pymacs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:29:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70BD816A41F; Mon, 12 Sep 2005 07:29:09 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3A043D45; Mon, 12 Sep 2005 07:29:09 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7T9sO017016; Mon, 12 Sep 2005 07:29:09 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7T9VK017015; Mon, 12 Sep 2005 07:29:09 GMT (envelope-from ahze) Message-Id: <200509120729.j8C7T9VK017015@repoman.freebsd.org> From: Michael Johnson Date: Mon, 12 Sep 2005 07:29:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/fribidi Makefile pkg-descr ports/converters/fribidi/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:29:09 -0000 ahze 2005-09-12 07:29:09 UTC FreeBSD ports repository Modified files: converters/fribidi Makefile pkg-descr Removed files: converters/fribidi/files patch-configure Log: - User newer libtool15 instead of libtool13 - Update WWW line Revision Changes Path 1.12 +1 -2 ports/converters/fribidi/Makefile 1.2 +0 -10 ports/converters/fribidi/files/patch-configure (dead) 1.3 +1 -1 ports/converters/fribidi/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:29:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E20C16A41F; Mon, 12 Sep 2005 07:29:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECB343D49; Mon, 12 Sep 2005 07:29:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7TW2b017051; Mon, 12 Sep 2005 07:29:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7TWjG017050; Mon, 12 Sep 2005 07:29:32 GMT (envelope-from pav) Message-Id: <200509120729.j8C7TWjG017050@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Sep 2005 07:29:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:29:33 -0000 pav 2005-09-12 07:29:32 UTC FreeBSD ports repository Modified files: . modules Log: pymacs --> ports/devel/pymacs Revision Changes Path 1.13130 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:30:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD17D16A41F; Mon, 12 Sep 2005 07:30:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7953843D46; Mon, 12 Sep 2005 07:30:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7UDdS017173; Mon, 12 Sep 2005 07:30:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7UDGo017172; Mon, 12 Sep 2005 07:30:13 GMT (envelope-from pav) Message-Id: <200509120730.j8C7UDGo017172@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 12 Sep 2005 07:30:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bicyclerepair Makefile distinfo pkg-message pkg-plist ports/devel/bicyclerepair/files patch-bike_query_getPackageDependencies.py patch-ide-integration_BicycleRepairMan_Idle.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:30:13 -0000 pav 2005-09-12 07:30:13 UTC FreeBSD ports repository Modified files: devel/bicyclerepair Makefile distinfo pkg-plist Added files: devel/bicyclerepair/files patch-bike_query_getPackageDependencies.py patch-ide-integration_BicycleRepairMan_Idle.py Removed files: devel/bicyclerepair pkg-message Log: - Update to 0.9 PR: ports/85999 Submitted by: Mike Meyer (maintainer) Revision Changes Path 1.2 +14 -17 ports/devel/bicyclerepair/Makefile 1.3 +2 -2 ports/devel/bicyclerepair/distinfo 1.1 +9 -0 ports/devel/bicyclerepair/files/patch-bike_query_getPackageDependencies.py (new) 1.1 +38 -0 ports/devel/bicyclerepair/files/patch-ide-integration_BicycleRepairMan_Idle.py (new) 1.2 +0 -2 ports/devel/bicyclerepair/pkg-message (dead) 1.2 +188 -150 ports/devel/bicyclerepair/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:41:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1285B16A41F; Mon, 12 Sep 2005 07:41:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B998443D4C; Mon, 12 Sep 2005 07:41:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7fW1t017563; Mon, 12 Sep 2005 07:41:32 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7fWpo017562; Mon, 12 Sep 2005 07:41:32 GMT (envelope-from glebius) Message-Id: <200509120741.j8C7fWpo017562@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 07:41:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph netgraph.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:41:33 -0000 glebius 2005-09-12 07:41:32 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h Log: Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatible with netgraph(4). Revision Changes Path 1.61 +0 -1 src/sys/netgraph/netgraph.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:42:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0149A16A41F; Mon, 12 Sep 2005 07:42:10 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A4B43D4C; Mon, 12 Sep 2005 07:42:09 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7g9Lj017648; Mon, 12 Sep 2005 07:42:09 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7g9mq017647; Mon, 12 Sep 2005 07:42:09 GMT (envelope-from ahze) Message-Id: <200509120742.j8C7g9mq017647@repoman.freebsd.org> From: Michael Johnson Date: Mon, 12 Sep 2005 07:42:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/fribidi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:42:10 -0000 ahze 2005-09-12 07:42:09 UTC FreeBSD ports repository Modified files: converters/fribidi Makefile Log: - Readd PORTREVISION, I removed this planning on updating to 0.10.5 but it disn't play nice with 4.x Revision Changes Path 1.13 +1 -0 ports/converters/fribidi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:44:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0564616A41F; Mon, 12 Sep 2005 07:44:54 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3B843D4C; Mon, 12 Sep 2005 07:44:53 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7irq5017775; Mon, 12 Sep 2005 07:44:53 GMT (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7irPb017774; Mon, 12 Sep 2005 07:44:53 GMT (envelope-from mheinen) Message-Id: <200509120744.j8C7irPb017774@repoman.freebsd.org> From: Martin Heinen Date: Mon, 12 Sep 2005 07:44:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:44:54 -0000 mheinen 2005-09-12 07:44:53 UTC FreeBSD doc repository Modified files: . access Log: Forced commit to note that jkois is free to commit without my approval. Revision Changes Path 1.543 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Sep 12 07:56:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861F516A41F; Mon, 12 Sep 2005 07:56:08 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DD343D45; Mon, 12 Sep 2005 07:56:08 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C7u7ij018223; Mon, 12 Sep 2005 07:56:08 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C7u7Vt018222; Mon, 12 Sep 2005 07:56:07 GMT (envelope-from skv) Message-Id: <200509120756.j8C7u7Vt018222@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 12 Sep 2005 07:56:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Digest Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:56:08 -0000 skv 2005-09-12 07:56:07 UTC FreeBSD ports repository Modified files: security/p5-Digest Makefile distinfo Log: Update to 1.11 Changes: http://search.cpan.org/src/GAAS/Digest-1.11/Changes Revision Changes Path 1.11 +1 -1 ports/security/p5-Digest/Makefile 1.8 +2 -2 ports/security/p5-Digest/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 08:03:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A015416A41F; Mon, 12 Sep 2005 08:03:16 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7D543D45; Mon, 12 Sep 2005 08:03:16 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C83GO0018472; Mon, 12 Sep 2005 08:03:16 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C83GFt018470; Mon, 12 Sep 2005 08:03:16 GMT (envelope-from phk) Message-Id: <200509120803.j8C83GFt018470@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 12 Sep 2005 08:03:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 08:03:16 -0000 phk 2005-09-12 08:03:15 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Clean up prototypes. Revision Changes Path 1.122 +96 -258 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 08:22:13 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E4DE16A41F; Mon, 12 Sep 2005 08:22:13 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from mail.helenmarks.co.uk (mail.helenmarks.co.uk [82.68.196.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0168D43D46; Mon, 12 Sep 2005 08:22:12 +0000 (GMT) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.helenmarks.co.uk (Postfix) with ESMTP id 12AE92710C02; Mon, 12 Sep 2005 09:22:08 +0100 (BST) Received: from mail.helenmarks.co.uk ([127.0.0.1]) by localhost (mail.helenmarks.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54672-05; Mon, 12 Sep 2005 09:22:04 +0100 (BST) Received: by mail.helenmarks.co.uk (Postfix, from userid 80) id 8B8982710C01; Mon, 12 Sep 2005 09:22:04 +0100 (BST) Received: from graphicaldatacapture-ll-194.altohiway.com ([195.12.22.194]) (SquirrelMail authenticated user dom) by www.helenmarks.co.uk with HTTP; Mon, 12 Sep 2005 09:22:04 +0100 (BST) Message-ID: <3644.195.12.22.194.1126513324.squirrel@www.helenmarks.co.uk> In-Reply-To: <200509111155.j8BBtdmg032267@repoman.freebsd.org> References: <200509111155.j8BBtdmg032267@repoman.freebsd.org> Date: Mon, 12 Sep 2005 09:22:04 +0100 (BST) From: "Dominic Marks" To: "Max Laier" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: By ClamAV 0.85.1 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 08:22:13 -0000 Max Laier wrote: > mlaier 2005-09-11 11:55:39 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/pf/net if_pfsync.c > Log: > Stop leaking a lock. This used to cause a propagate_priority() page > fault > when setting syncdev and syncpeer. > > Reported by: Dominic Marks All is well again. Thanks for the fast diagnosis. > Revision Changes Path > 1.23 +3 -3 src/sys/contrib/pf/net/if_pfsync.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > -- Dominic Marks From owner-cvs-all@FreeBSD.ORG Mon Sep 12 08:29:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 879FE16A41F; Mon, 12 Sep 2005 08:29:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F9243D49; Mon, 12 Sep 2005 08:29:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C8T2Y2019512; Mon, 12 Sep 2005 08:29:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C8T1SF019511; Mon, 12 Sep 2005 08:29:02 GMT (envelope-from ahze) Message-Id: <200509120829.j8C8T1SF019511@repoman.freebsd.org> From: Michael Johnson Date: Mon, 12 Sep 2005 08:29:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/abiword Makefile ports/editors/abiword-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 08:29:02 -0000 ahze 2005-09-12 08:29:01 UTC FreeBSD ports repository Modified files: editors/abiword Makefile editors/abiword-plugins Makefile Log: - Add EXTRACT_AFTER_ARGS to shave off a few seconds and 59MB for abiword 89MB for abiword-plugins Revision Changes Path 1.14 +4 -0 ports/editors/abiword-plugins/Makefile 1.112 +4 -0 ports/editors/abiword/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 08:46:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1510C16A41F; Mon, 12 Sep 2005 08:46:09 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C638B43D45; Mon, 12 Sep 2005 08:46:08 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C8k8tJ020232; Mon, 12 Sep 2005 08:46:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C8k8q7020231; Mon, 12 Sep 2005 08:46:08 GMT (envelope-from phk) Message-Id: <200509120846.j8C8k8q7020231@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 12 Sep 2005 08:46:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 08:46:09 -0000 phk 2005-09-12 08:46:08 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c Log: Introduce vfs_read_dirent() which can help VOP_READDIR() implementations by handling all the cookie stuff. Revision Changes Path 1.644 +27 -0 src/sys/kern/vfs_subr.c 1.307 +2 -0 src/sys/sys/vnode.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 08:48:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0703F16A41F; Mon, 12 Sep 2005 08:48:16 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B9E43D48; Mon, 12 Sep 2005 08:48:15 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C8mFGu027487; Mon, 12 Sep 2005 08:48:15 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C8mFjJ027486; Mon, 12 Sep 2005 08:48:15 GMT (envelope-from tobez) Message-Id: <200509120848.j8C8mFjJ027486@repoman.freebsd.org> From: Anton Berezin Date: Mon, 12 Sep 2005 08:48:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/p5-NetAddr-IP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 08:48:16 -0000 tobez 2005-09-12 08:48:15 UTC FreeBSD ports repository Modified files: net-mgmt/p5-NetAddr-IP Makefile distinfo Log: Update to 3.25. Revision Changes Path 1.26 +1 -1 ports/net-mgmt/p5-NetAddr-IP/Makefile 1.19 +2 -2 ports/net-mgmt/p5-NetAddr-IP/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 08:58:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1515816A41F; Mon, 12 Sep 2005 08:58:17 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9987B43D55; Mon, 12 Sep 2005 08:58:16 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C8wGb2027844; Mon, 12 Sep 2005 08:58:16 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C8wGoF027843; Mon, 12 Sep 2005 08:58:16 GMT (envelope-from lth) Message-Id: <200509120858.j8C8wGoF027843@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Sep 2005 08:58:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-version Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 08:58:17 -0000 lth 2005-09-12 08:58:15 UTC FreeBSD ports repository Modified files: devel/p5-version Makefile distinfo pkg-plist Log: Update to 0.47 Revision Changes Path 1.3 +3 -3 ports/devel/p5-version/Makefile 1.3 +2 -2 ports/devel/p5-version/distinfo 1.2 +0 -3 ports/devel/p5-version/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:16:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6453416A41F; Mon, 12 Sep 2005 09:16:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D8B43D48; Mon, 12 Sep 2005 09:16:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 3505746B08; Mon, 12 Sep 2005 05:16:00 -0400 (EDT) Date: Mon, 12 Sep 2005 10:16:00 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: David O'Brien In-Reply-To: <20050912013616.GA78451@dragon.NUXI.org> Message-ID: <20050912094446.P33344@fledge.watson.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:16:01 -0000 On Sun, 11 Sep 2005, David O'Brien wrote: > On Sun, Sep 11, 2005 at 10:29:16PM +0100, Robert Watson wrote: >> On Wed, 7 Sep 2005, David E. O'Brien wrote: >>> Modified files: >>> sys/kern kern_tc.c >>> sys/net rtsock.c >>> sys/netipx ipx_proto.c >>> sys/netnatm natm_proto.c >>> Log: >>> Forward declaring static variables as extern is invalid ISO-C. Now that >>> GCC can properly handle forward static declarations, do this properly. >> >> As a result of this change, it is no longer possible to build 7.x kernels >> on 6.x worlds without building all of world or tweaking kernel makefiles. > > We do not support building a HEAD kernel on a RELENG_ box. Never have. > That it usually works for you is just gravy. Or, an alternative viewpoint suggests that the fact that it works for me is what makes it possible to develop on a dozen branches at a time, rather than constantly stumbling over build problems. I.e., I don't really care if it's supported, I just want it to work. I accept that things like C99 support won't ever reach 4.x, so 4.x is no longer a viable build platform for active development, but using the current notion of -STABLE as a build platform is very useful. And by allowing, where possible, a uniform set of build tools we greatly reduce the daily administrative overhead for developers. Breakage can't be avoided if we have progress, but it can be minimized. It's a lot easier for me if you can tell me "Update your build box to the latest RELENG_6" than "As of today, for a relatively minor syntax tweak in the compiler in HEAD but not STABLE, you need to maintain separate build chains for all your development trees". See below for details. > Building a HEAD kernel on RELENG_ isn't anywhere near a supported > configuration. I really don't know where you got the idea it was. On a > 6.0-beta2 machine I just did a HEAD 'make kernel-toolchain' - it took > 3m53.49s and allowed me to build a HEAD kernel just fine. Supposing for a moment that I didn't work for a large CPU manafacturor, but instead had a moderately well-configured desktop system, and that instead of having one source tree I worked on, I were a kernel developer who had 12 active development branches with various kernels, then the math settles out a little differently. On my desktop (P4 1.8GHz, 512MB), it takes 15 minutes per kernel tools build, which assuming I built them on the three machines sequentially, would result in spending 9 hours rebuilding kernel tools as a result of introducing dependencies on compiler tweaks before merging them. In practice, I would hopefully parallelize the builds across all the machines once I discovered that my feet had been shot at, meaning no less than three hours per machine. However, I now also have the following additional administrative hassles: I have to separately manage a build chain source tree for each branch, rather than just a kernel source tree, I have to fault the changes in, trip over build problems, and so on. Which means I also need to decide what components I will need in order to rebuild the kernel toolchains, which presumably means managing the merging of parts of share, src/gnu, the top of tree Makefiles, and countless other things. So the difference between it working may be gravy to you, but it's the difference between spending several days of my FreeBSD time chasing build tool changes over a dozen branches and several machines and spending those days doing productive work. Which isn't to say that progress shouldn't happen, just that a minor change in the order of commits would have saved me a lot of time. >> In the future, could you merge the gcc fixes to the relevant branches >> before merging the dependent C changes, in order to avoid this sort of >> thing? > > I'm afraid that is unreasonable to do in this case. I'd be waiting an > undetermined amount of time for RELENG_6 to thaw before I could do this > work. HEAD was already frozen for 1 months this year - you're > effectively asking me to work as if is frozen for an additional 2 > months. On top of that - the "relevant branches" is HEAD and only HEAD. > Which is where the GCC fixes were committed before depending on them. Just because you don't know how to request MFC's from the release engineering team, which typically has a turn around time of less than a day, doesn't mean I shouldn't expect you to know how to do it :-). > Note that I did the RELENG_5 MFC for you personally, knowing you do try > to build HEAD kernels on RELENG_*. I would have MFC'ed to RELENG_6 for > your benefit, but its frozen. You are an RE - please feel free to MFC > the bug fix. I certainly would not mind. :-) In case you missed it over the last few years, as a developer you are not helpless in supporting the release engineering team by ordering your commits usefully and participating in the MFC process rather than spouting "Let the RE team take care of it". Right now, the expectation is that developers will drive the merging of their commits because they are most familiar with the need to merge the changes, how long the changes will take to settle out, and so on. This is also much preferable to later recriminations of "I didn't want that change merged!". I agree we don't want our end users to build using old toolchains, and therefore don't want to support it, and that it won't always be possible to make it work (i.e., major gcc upgrade in HEAD that doesn't make it to STABLE for two years due to a delayed 5.x release cycle), but when it's trivial to make it work and saves everyone a lot of trouble, it seems like it would be worth it. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:19:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3C6C16A41F; Mon, 12 Sep 2005 09:19:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B219843D48; Mon, 12 Sep 2005 09:19:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C9JQCx028620; Mon, 12 Sep 2005 09:19:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C9JQqn028619; Mon, 12 Sep 2005 09:19:26 GMT (envelope-from rwatson) Message-Id: <200509120919.j8C9JQqn028619@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 09:19:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys umask.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:19:27 -0000 rwatson 2005-09-12 09:19:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys umask.2 Log: Merge umask.2:1.13 from HEAD to RELENG_6: Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it's mentioned in the description. Approved by: re (hrs) Revision Changes Path 1.12.8.1 +1 -0 src/lib/libc/sys/umask.2 From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:24:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A699016A41F; Mon, 12 Sep 2005 09:24:33 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0742643D49; Mon, 12 Sep 2005 09:24:32 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5C6C6.dip.t-dialin.net [84.165.198.198]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j8C9DCck055895; Mon, 12 Sep 2005 11:13:25 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j8C9Ni2j023063; Mon, 12 Sep 2005 11:23:44 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Mon, 12 Sep 2005 11:23:43 +0200 Message-ID: <20050912112343.48wtxw8ys44044so@netchild.homeip.net> X-Priority: 3 (Normal) Date: Mon, 12 Sep 2005 11:23:43 +0200 From: Alexander Leidinger To: Warner Losh References: <200509120412.j8C4CorF001971@repoman.freebsd.org> In-Reply-To: <200509120412.j8C4CorF001971@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/isa mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:24:33 -0000 Warner Losh wrote: > imp 2005-09-12 04:12:50 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/isa mss.c > Log: > Since opti_detect is now only called on !PC98 machines, only declare > and define there as well. This should fix the pc98 tinderbox. Thank you. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 I try not to break the rules but merely to test their elasticity. -- Bill Veeck From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:35:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806B416A41F; Mon, 12 Sep 2005 09:35:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5083B43D49; Mon, 12 Sep 2005 09:35:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C9Zoth029911; Mon, 12 Sep 2005 09:35:50 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C9ZoMI029910; Mon, 12 Sep 2005 09:35:50 GMT (envelope-from lth) Message-Id: <200509120935.j8C9ZoMI029910@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Sep 2005 09:35:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Module-Starter-PBP Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:35:50 -0000 lth 2005-09-12 09:35:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Module-Starter-PBP Makefile distinfo pkg-descr pkg-plist Log: Add p5-Module-Starter-PBP 0.0.2, create a module as recommended in "Perl Best Practices". Revision Changes Path 1.1960 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-Module-Starter-PBP/Makefile (new) 1.1 +2 -0 ports/devel/p5-Module-Starter-PBP/distinfo (new) 1.1 +4 -0 ports/devel/p5-Module-Starter-PBP/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Module-Starter-PBP/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:36:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2928C16A41F; Mon, 12 Sep 2005 09:36:06 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE06E43D46; Mon, 12 Sep 2005 09:36:05 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C9a5vj029961; Mon, 12 Sep 2005 09:36:05 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C9a5CZ029960; Mon, 12 Sep 2005 09:36:05 GMT (envelope-from lth) Message-Id: <200509120936.j8C9a5CZ029960@repoman.freebsd.org> From: Lars Thegler Date: Mon, 12 Sep 2005 09:36:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:36:06 -0000 lth 2005-09-12 09:36:05 UTC FreeBSD ports repository Modified files: . modules Log: p5-Module-Starter-PBP --> ports/devel/p5-Module-Starter-PBP Revision Changes Path 1.13131 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:42:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A26816A41F; Mon, 12 Sep 2005 09:42:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB43743D46; Mon, 12 Sep 2005 09:42:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8C9gTn3030202; Mon, 12 Sep 2005 09:42:29 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8C9gTmQ030201; Mon, 12 Sep 2005 09:42:29 GMT (envelope-from rwatson) Message-Id: <200509120942.j8C9gTmQ030201@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 09:42:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_io Makefile fifo_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:42:30 -0000 rwatson 2005-09-12 09:42:29 UTC FreeBSD src repository Added files: tools/regression/fifo/fifo_io Makefile fifo_io.c Log: Add fifo_io, a regression test for I/O operations on POSIX fifos. We currently can't pass this regression test due to broken poll() and select() support for fifos, but past the basic I/O operation tests. Revision Changes Path 1.1 +7 -0 src/tools/regression/fifo/fifo_io/Makefile (new) 1.1 +1252 -0 src/tools/regression/fifo/fifo_io/fifo_io.c (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 09:58:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A5D16A41F; Mon, 12 Sep 2005 09:58:45 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B2F43D49; Mon, 12 Sep 2005 09:58:44 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mr8so.prod.shaw.ca (pd4mr8so-qfe3.prod.shaw.ca [10.0.141.101]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMP00F6H7PVVZ40@l-daemon>; Mon, 12 Sep 2005 03:58:43 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd4mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMP00BTJ7PV8R40@pd4mr8so.prod.shaw.ca>; Mon, 12 Sep 2005 03:58:43 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMP0070K7PVZE@l-daemon>; Mon, 12 Sep 2005 03:58:43 -0600 (MDT) Date: Mon, 12 Sep 2005 02:58:42 -0700 From: Colin Percival In-reply-to: <200509110310.36423@harrymail> To: Emanuel Strobl Message-id: <43255152.3000609@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.92.0.0 References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 09:58:45 -0000 Emanuel Strobl wrote: > Hmm, why was default size of root changed to 500M? Because I was increasing the sizes of /tmp and /var at the same time; because I know that some users do somehow manage to fill up /; and because re@ told me to. :-) I still have a 128MB / on most of my systems. > Incredable much too much > IMHO, if not reserved for debug kernels.... > I've just been wondering today how wasteful FreeBSD uses the hard disk > these days (BETA4)... You'll only get a 500MB / if you have more than 10GB of space on your hard disk. I don't think that going from 2.5% of the disk up to 5% of the disk is problematically wasteful, particularly since we're only talking about the _default_ value and it's very easy to change in sysinstall. Colin Percival From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:05:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1EF16A41F; Mon, 12 Sep 2005 10:05:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6E743D48; Mon, 12 Sep 2005 10:05:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CA59Di031033; Mon, 12 Sep 2005 10:05:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CA58J4031032; Mon, 12 Sep 2005 10:05:08 GMT (envelope-from rwatson) Message-Id: <200509121005.j8CA58J4031032@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 10:05:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:05:09 -0000 rwatson 2005-09-12 10:05:08 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Rather than reaching into the internals of the UNIX domain socket code by calling uipc_connect2() to connect two socket endpoints to create a fifo, call soconnect2(). MFC after: 3 days Revision Changes Path 1.114 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:06:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC1216A41F; Mon, 12 Sep 2005 10:06:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBC443D46; Mon, 12 Sep 2005 10:06:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CA6cIi031178; Mon, 12 Sep 2005 10:06:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CA6cvr031177; Mon, 12 Sep 2005 10:06:38 GMT (envelope-from rwatson) Message-Id: <200509121006.j8CA6cvr031177@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 10:06:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:06:39 -0000 rwatson 2005-09-12 10:06:38 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Add an assertion that fifo_open() doesn't race against other threads while sleeping to allocate fifo state: due to using the vnode lock to serialize access to a fifo during open, it shouldn't happen (tm). MFC after: 3 days Revision Changes Path 1.115 +2 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:07:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFE216A41F; Mon, 12 Sep 2005 10:07:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F79843D45; Mon, 12 Sep 2005 10:07:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CA7Mfx031220; Mon, 12 Sep 2005 10:07:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CA7MWf031219; Mon, 12 Sep 2005 10:07:22 GMT (envelope-from rwatson) Message-Id: <200509121007.j8CA7MWf031219@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 10:07:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:07:22 -0000 rwatson 2005-09-12 10:07:22 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: When a writer opens a fifo, wake up the read socket for read, not the write socket. MFC after: 3 days Revision Changes Path 1.116 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:13:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12ED216A41F; Mon, 12 Sep 2005 10:13:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2ABF43D45; Mon, 12 Sep 2005 10:13:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CADFx0031482; Mon, 12 Sep 2005 10:13:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CADF1h031481; Mon, 12 Sep 2005 10:13:15 GMT (envelope-from rwatson) Message-Id: <200509121013.j8CADF1h031481@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 10:13:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:13:16 -0000 rwatson 2005-09-12 10:13:15 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: After going to some trouble to identify only the write-related events to poll the write socket for, the fifo polling code proceeded to poll for the complete set of events. Use 'levents' instead of 'events' as the argument to poll, and only poll the write socket if there is interest in write events. MFC after: 3 days Revision Changes Path 1.117 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:15:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FEDE16A41F; Mon, 12 Sep 2005 10:15:29 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508A43D45; Mon, 12 Sep 2005 10:15:29 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAFSib031693; Mon, 12 Sep 2005 10:15:28 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAFS65031692; Mon, 12 Sep 2005 10:15:28 GMT (envelope-from gerald) Message-Id: <200509121015.j8CAFS65031692@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 12 Sep 2005 10:15:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:15:29 -0000 gerald 2005-09-12 10:15:28 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20050909 snapshot of GCC 4.1.0. Revision Changes Path 1.229 +1 -1 ports/lang/gcc41/Makefile 1.130 +12 -12 ports/lang/gcc41/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:16:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82CE16A420; Mon, 12 Sep 2005 10:16:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DFA43D45; Mon, 12 Sep 2005 10:16:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAGIRU031742; Mon, 12 Sep 2005 10:16:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAGIBp031741; Mon, 12 Sep 2005 10:16:18 GMT (envelope-from rwatson) Message-Id: <200509121016.j8CAGIBp031741@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 10:16:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:16:18 -0000 rwatson 2005-09-12 10:16:18 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Only poll the fifo for read events if the fifo is attached to a readable file descriptor. Otherwise, the read end of a fifo might return that it is writable (which it isn't). Only poll the fifo for write events if the fifo attached to a writable file descriptor. Otherwise, the write end of a fifo might return that it is readable (which it isn't). In the event that a file is FREAD|FWRITE (which is allowed by POSIX, but has undefined behavior), we poll for both. MFC after: 3 days Revision Changes Path 1.118 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:19:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B2B716A41F; Mon, 12 Sep 2005 10:19:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96A943D5C; Mon, 12 Sep 2005 10:19:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAJGWO032146; Mon, 12 Sep 2005 10:19:16 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAJG4D032145; Mon, 12 Sep 2005 10:19:16 GMT (envelope-from vs) Message-Id: <200509121019.j8CAJG4D032145@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Sep 2005 10:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/lang Makefile ports/x11-toolkits/hs-gio Makefile ports/x11-toolkits/hs-port Makefile ports/lang/ghc-doc Makefile distinfo pkg-plist ports/lang/ghc6-doc Makefile distinfo pkg-descr pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:19:17 -0000 vs 2005-09-12 10:19:16 UTC FreeBSD ports repository Modified files: . MOVED lang Makefile x11-toolkits/hs-gio Makefile x11-toolkits/hs-port Makefile lang/ghc-doc Makefile distinfo pkg-plist lang/ghc5-doc Makefile pkg-plist Removed files: lang/ghc6-doc Makefile distinfo pkg-descr pkg-plist Log: Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to lang/ghc-doc and track two dependencies. Revision Changes Path 1.749 +2 -1 ports/MOVED 1.455 +1 -1 ports/lang/Makefile 1.12 +12 -10 ports/lang/ghc-doc/Makefile 1.7 +20 -16 ports/lang/ghc-doc/distinfo 1.5 +717 -591 ports/lang/ghc-doc/pkg-plist 1.12 +5 -4 ports/lang/ghc5-doc/Makefile 1.5 +591 -591 ports/lang/ghc5-doc/pkg-plist 1.17 +0 -37 ports/lang/ghc6-doc/Makefile (dead) 1.13 +0 -20 ports/lang/ghc6-doc/distinfo (dead) 1.2 +0 -3 ports/lang/ghc6-doc/pkg-descr (dead) 1.10 +0 -717 ports/lang/ghc6-doc/pkg-plist (dead) 1.5 +1 -1 ports/x11-toolkits/hs-gio/Makefile 1.8 +1 -1 ports/x11-toolkits/hs-port/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:21:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D9716A420; Mon, 12 Sep 2005 10:21:05 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6857543D4C; Mon, 12 Sep 2005 10:21:05 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAL5nF032334; Mon, 12 Sep 2005 10:21:05 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAL5eG032333; Mon, 12 Sep 2005 10:21:05 GMT (envelope-from vs) Message-Id: <200509121021.j8CAL5eG032333@repoman.freebsd.org> From: Volker Stolz Date: Mon, 12 Sep 2005 10:21:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:21:05 -0000 vs 2005-09-12 10:21:05 UTC FreeBSD ports repository Modified files: . modules Log: Complete repocopy PR: ports/85469 Revision Changes Path 1.13132 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:22:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92AB316A420; Mon, 12 Sep 2005 10:22:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB39943D69; Mon, 12 Sep 2005 10:22:15 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAMF8K032423; Mon, 12 Sep 2005 10:22:15 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAMFX7032422; Mon, 12 Sep 2005 10:22:15 GMT (envelope-from garga) Message-Id: <200509121022.j8CAMFX7032422@repoman.freebsd.org> From: Renato Botelho Date: Mon, 12 Sep 2005 10:22:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-fc Makefile distinfo pkg-descr ports/audio/xmms-fc/files patch-SmartPtr.h patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:22:16 -0000 garga 2005-09-12 10:22:15 UTC FreeBSD ports repository Modified files: audio/xmms-fc Makefile distinfo pkg-descr Removed files: audio/xmms-fc/files patch-SmartPtr.h patch-ltmain.sh Log: - Update to 0.5.4 PR: ports/84854 Submitted by: Emanuel Haupt Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.13 +2 -3 ports/audio/xmms-fc/Makefile 1.5 +2 -2 ports/audio/xmms-fc/distinfo 1.2 +0 -26 ports/audio/xmms-fc/files/patch-SmartPtr.h (dead) 1.2 +0 -25 ports/audio/xmms-fc/files/patch-ltmain.sh (dead) 1.3 +2 -2 ports/audio/xmms-fc/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:22:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9531716A41F; Mon, 12 Sep 2005 10:22:54 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5410A43D45; Mon, 12 Sep 2005 10:22:54 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAMsY0032475; Mon, 12 Sep 2005 10:22:54 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAMsus032474; Mon, 12 Sep 2005 10:22:54 GMT (envelope-from scottl) Message-Id: <200509121022.j8CAMsus032474@repoman.freebsd.org> From: Scott Long Date: Mon, 12 Sep 2005 10:22:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/gcc c-decl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:22:54 -0000 scottl 2005-09-12 10:22:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/gcc c-decl.c Log: MFC rev 1.13 of c-decl.c. A nice side effect is that it's once again possible to compile a HEAD kernel in a RELENG_6 world via the normal shortcuts. Approved by: re Revision Changes Path 1.12.2.1 +5 -2 src/contrib/gcc/c-decl.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:54:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0397216A41F; Mon, 12 Sep 2005 10:54:10 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B516243D48; Mon, 12 Sep 2005 10:54:09 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAs9rt033651; Mon, 12 Sep 2005 10:54:09 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAs88m033650; Mon, 12 Sep 2005 10:54:08 GMT (envelope-from vsevolod) Message-Id: <200509121054.j8CAs88m033650@repoman.freebsd.org> From: Vsevolod Stakhov Date: Mon, 12 Sep 2005 10:54:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exilog Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:54:10 -0000 vsevolod 2005-09-12 10:54:07 UTC FreeBSD ports repository Modified files: mail/exilog Makefile distinfo Log: Update to 0.5. Approved by: perky (mentor) Revision Changes Path 1.4 +1 -1 ports/mail/exilog/Makefile 1.3 +2 -2 ports/mail/exilog/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:58:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C7CE16A41F; Mon, 12 Sep 2005 10:58:42 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC35C43D48; Mon, 12 Sep 2005 10:58:41 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAwfoC033937; Mon, 12 Sep 2005 10:58:41 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAwfgV033936; Mon, 12 Sep 2005 10:58:41 GMT (envelope-from vsevolod) Message-Id: <200509121058.j8CAwfgV033936@repoman.freebsd.org> From: Vsevolod Stakhov Date: Mon, 12 Sep 2005 10:58:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/aamath Makefile ports/math/aamath/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:58:42 -0000 vsevolod 2005-09-12 10:58:41 UTC FreeBSD ports repository Modified files: math/aamath Makefile math/aamath/files patch-Makefile Log: Enable readline support. PR: 85793 Submitted by: Nicola Vitale Revision Changes Path 1.3 +13 -2 ports/math/aamath/Makefile 1.2 +8 -5 ports/math/aamath/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:06:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73FB116A41F; Mon, 12 Sep 2005 11:06:14 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F7443D48; Mon, 12 Sep 2005 11:06:05 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CB643w034459; Mon, 12 Sep 2005 11:06:05 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CB64oY034458; Mon, 12 Sep 2005 11:06:04 GMT (envelope-from garga) Message-Id: <200509121106.j8CB64oY034458@repoman.freebsd.org> From: Renato Botelho Date: Mon, 12 Sep 2005 11:06:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/net/py-soappy Makefile ports/net/py-soappy-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:06:14 -0000 garga 2005-09-12 11:06:04 UTC FreeBSD ports repository Modified files: . modules net/py-soappy Makefile net/py-soappy-devel Makefile distinfo pkg-plist Log: - Repocopy py-soappy -> py-soappy-devel - py-soappy-devel: - Update to 0.12.0 RC1 - Both - Add CONFLICTS - Pacify portlint PR: ports/85869 Submitted by: maintainer Repocopied by: marcus Revision Changes Path 1.13133 +1 -0 CVSROOT/modules 1.4 +26 -8 ports/net/py-soappy-devel/Makefile 1.4 +2 -2 ports/net/py-soappy-devel/distinfo 1.3 +15 -0 ports/net/py-soappy-devel/pkg-plist 1.4 +8 -6 ports/net/py-soappy/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:07:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE71216A41F; Mon, 12 Sep 2005 11:07:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C65A43D6A; Mon, 12 Sep 2005 11:07:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CB7wI9034658; Mon, 12 Sep 2005 11:07:58 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CB7wnX034657; Mon, 12 Sep 2005 11:07:58 GMT (envelope-from garga) Message-Id: <200509121107.j8CB7wnX034657@repoman.freebsd.org> From: Renato Botelho Date: Mon, 12 Sep 2005 11:07:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:07:58 -0000 garga 2005-09-12 11:07:58 UTC FreeBSD ports repository Modified files: net Makefile Log: - Add py-soappy-devel to net/Makefile PR: ports/85869 Submitted by: Marcus Alves Grando Revision Changes Path 1.1530 +1 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:20:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E5616A41F; Mon, 12 Sep 2005 11:20:08 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E7F43D45; Mon, 12 Sep 2005 11:20:08 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBK7r5035090; Mon, 12 Sep 2005 11:20:08 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBK7Oh035089; Mon, 12 Sep 2005 11:20:07 GMT (envelope-from brian) Message-Id: <200509121120.j8CBK7Oh035089@repoman.freebsd.org> From: Brian Somers Date: Mon, 12 Sep 2005 11:20:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ppp README.devel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:20:08 -0000 brian 2005-09-12 11:20:07 UTC FreeBSD src repository Removed files: usr.sbin/ppp README.devel Log: Remove this file as it's mostly out of date. Up-to-date info such as the program's origin is already in the man page. Update requested by: Xavier Venient & Jason McIntyre Revision Changes Path 1.8 +0 -49 src/usr.sbin/ppp/README.devel (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:25:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B302616A41F; Mon, 12 Sep 2005 11:25:17 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8515A43D48; Mon, 12 Sep 2005 11:25:17 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBPHV8035411; Mon, 12 Sep 2005 11:25:17 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBPHQm035410; Mon, 12 Sep 2005 11:25:17 GMT (envelope-from mlaier) Message-Id: <200509121125.j8CBPHQm035410@repoman.freebsd.org> From: Max Laier Date: Mon, 12 Sep 2005 11:25:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net pf.c pf_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:25:17 -0000 mlaier 2005-09-12 11:25:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf.c pf_ioctl.c Log: Commit imported changes to RELENG_6: pf_ioctl.c Revision 1.153 Sun Aug 7 11:37:33 2005 UTC by dhartmei | verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@ pf_ioctl.c Revision 1.158 Mon Sep 5 14:51:08 2005 UTC by dhartmei | in DIOCCHANGERULE, properly initialize table, if used in NAT rule. | from Boris Polevoy , ok mcbride@ pf.c Revision 1.502 Mon Aug 22 11:54:25 2005 UTC by dhartmei | when nat'ing icmp 'connections', replace icmp id with proxy values | (similar to proxy ports for tcp/udp). not all clients use | per-invokation random ids, this allows multiple concurrent | connections from such clients. | thanks for testing to Rod Whitworth, "looks ok" markus@ pf.c Revision 1.501 Mon Aug 22 09:48:05 2005 UTC by dhartmei | fix rdr to bitmask replacement address pool. patch from Max Laier, | reported by Boris Polevoy, tested by Jean Debogue, ok henning@ Approved by: re (scottl) Revision Changes Path 1.34.2.2 +61 -21 src/sys/contrib/pf/net/pf.c 1.20.2.1 +7 -0 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:36:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA5516A41F; Mon, 12 Sep 2005 11:36:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60BA243D48; Mon, 12 Sep 2005 11:36:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBa2m7035810; Mon, 12 Sep 2005 11:36:02 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBa2kh035809; Mon, 12 Sep 2005 11:36:02 GMT (envelope-from garga) Message-Id: <200509121136.j8CBa2kh035809@repoman.freebsd.org> From: Renato Botelho Date: Mon, 12 Sep 2005 11:36:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/le Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:36:03 -0000 garga 2005-09-12 11:36:02 UTC FreeBSD ports repository Modified files: editors/le Makefile distinfo Log: - Make it fetchable again, using gzip tarball instead bz2. PR: ports/86008 Submitted by: maintainer Revision Changes Path 1.27 +1 -3 ports/editors/le/Makefile 1.19 +2 -2 ports/editors/le/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:42:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2817E16A41F; Mon, 12 Sep 2005 11:42:20 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC7B43D4C; Mon, 12 Sep 2005 11:42:19 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBgJpZ036066; Mon, 12 Sep 2005 11:42:19 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBgJDq036065; Mon, 12 Sep 2005 11:42:19 GMT (envelope-from clement) Message-Id: <200509121142.j8CBgJDq036065@repoman.freebsd.org> From: Clement Laforet Date: Mon, 12 Sep 2005 11:42:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_cband Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:42:20 -0000 clement 2005-09-12 11:42:19 UTC FreeBSD ports repository Modified files: www/mod_cband Makefile distinfo Log: - Update to 0.9.2 Revision Changes Path 1.3 +1 -1 ports/www/mod_cband/Makefile 1.3 +2 -2 ports/www/mod_cband/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:43:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D8A16A420; Mon, 12 Sep 2005 11:43:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876DC43D46; Mon, 12 Sep 2005 11:43:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBhpbB036205; Mon, 12 Sep 2005 11:43:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBhpnt036204; Mon, 12 Sep 2005 11:43:51 GMT (envelope-from rwatson) Message-Id: <200509121143.j8CBhpnt036204@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 11:43:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_io fifo_io.c src/tools/regression/fifo/fifo_open fifo_open.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:43:54 -0000 rwatson 2005-09-12 11:43:51 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_io fifo_io.c tools/regression/fifo/fifo_open fifo_open.c Log: Use different temporary directory templates for fifo_io and fifo_open so that if the tests fail to GC their working spaces, it's clear which it is. Revision Changes Path 1.2 +1 -1 src/tools/regression/fifo/fifo_io/fifo_io.c 1.3 +1 -1 src/tools/regression/fifo/fifo_open/fifo_open.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:58:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C7A016A41F; Mon, 12 Sep 2005 11:58:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED28943D46; Mon, 12 Sep 2005 11:58:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBwFqY036688; Mon, 12 Sep 2005 11:58:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBwFXr036687; Mon, 12 Sep 2005 11:58:15 GMT (envelope-from rwatson) Message-Id: <200509121158.j8CBwFXr036687@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 11:58:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_misc Makefile fifo_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:58:16 -0000 rwatson 2005-09-12 11:58:14 UTC FreeBSD src repository Added files: tools/regression/fifo/fifo_misc Makefile fifo_misc.c Log: Add fifo_misc, a regression test to hold misc. functional tests for fifos that don't obviously fit into create, open, and io. For now, add only a regression test to make sure that lseek() fails with ESPIPE (which it doesn't). Revision Changes Path 1.1 +7 -0 src/tools/regression/fifo/fifo_misc/Makefile (new) 1.1 +140 -0 src/tools/regression/fifo/fifo_misc/fifo_misc.c (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 11:59:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2337316A41F; Mon, 12 Sep 2005 11:59:09 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AE743D49; Mon, 12 Sep 2005 11:59:08 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CBx85J036770; Mon, 12 Sep 2005 11:59:08 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CBx81h036769; Mon, 12 Sep 2005 11:59:08 GMT (envelope-from demon) Message-Id: <200509121159.j8CBx81h036769@repoman.freebsd.org> From: Dmitry Sivachenko Date: Mon, 12 Sep 2005 11:59:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mini_sendmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 11:59:09 -0000 demon 2005-09-12 11:59:08 UTC FreeBSD ports repository Modified files: mail/mini_sendmail Makefile distinfo Log: Upgrade to version 1.3.6. PR: 86011 Submitted by: Andrej Zverev Revision Changes Path 1.6 +1 -1 ports/mail/mini_sendmail/Makefile 1.4 +2 -2 ports/mail/mini_sendmail/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 12:15:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848D616A41F; Mon, 12 Sep 2005 12:15:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F4F43D45; Mon, 12 Sep 2005 12:15:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CCFEta037366; Mon, 12 Sep 2005 12:15:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CCFEH8037361; Mon, 12 Sep 2005 12:15:14 GMT (envelope-from rwatson) Message-Id: <200509121215.j8CCFEH8037361@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 12:15:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 12:15:14 -0000 rwatson 2005-09-12 12:15:12 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekable according to POSIX, not to mention the fact that it doesn't make sense (and hence isn't really implemented). This causes the fifo_misc regression test to succeed. Revision Changes Path 1.119 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 12:16:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EF416A41F; Mon, 12 Sep 2005 12:16:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2057743D45; Mon, 12 Sep 2005 12:16:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 39E3346BB7; Mon, 12 Sep 2005 08:16:11 -0400 (EDT) Date: Mon, 12 Sep 2005 13:16:11 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200509121215.j8CCFEH8037361@repoman.freebsd.org> Message-ID: <20050912131556.Y89155@fledge.watson.org> References: <200509121215.j8CCFEH8037361@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 12:16:12 -0000 On Mon, 12 Sep 2005, Robert Watson wrote: > rwatson 2005-09-12 12:15:12 UTC > > FreeBSD src repository > > Modified files: > sys/fs/fifofs fifo_vnops.c > Log: > Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekable > according to POSIX, not to mention the fact that it doesn't make sense > (and hence isn't really implemented). This causes the fifo_misc > regression test to succeed. > > Revision Changes Path > 1.119 +1 -1 src/sys/fs/fifofs/fifo_vnops.c MFC after: 3 days Robert N M Watson From owner-cvs-all@FreeBSD.ORG Mon Sep 12 12:21:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB7E16A41F; Mon, 12 Sep 2005 12:21:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9956043D46; Mon, 12 Sep 2005 12:21:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CCLaXB037668; Mon, 12 Sep 2005 12:21:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CCLaUw037667; Mon, 12 Sep 2005 12:21:36 GMT (envelope-from garga) Message-Id: <200509121221.j8CCLaUw037667@repoman.freebsd.org> From: Renato Botelho Date: Mon, 12 Sep 2005 12:21:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/jabber-pymsn Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 12:21:37 -0000 garga 2005-09-12 12:21:36 UTC FreeBSD ports repository Modified files: net/jabber-pymsn Makefile distinfo pkg-plist Log: - Update to 0.9.5 PR: ports/85904 Submitted by: myself Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/net/jabber-pymsn/Makefile 1.3 +2 -2 ports/net/jabber-pymsn/distinfo 1.2 +1 -0 ports/net/jabber-pymsn/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 12:28:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4052216A41F; Mon, 12 Sep 2005 12:28:09 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10A043D53; Mon, 12 Sep 2005 12:28:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CCS8AJ037911; Mon, 12 Sep 2005 12:28:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CCS8PK037910; Mon, 12 Sep 2005 12:28:08 GMT (envelope-from krion) Message-Id: <200509121228.j8CCS8PK037910@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 12 Sep 2005 12:28:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pcre Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 12:28:09 -0000 krion 2005-09-12 12:28:08 UTC FreeBSD ports repository Modified files: devel/pcre Makefile distinfo Log: Update to 6.4 Revision Changes Path 1.31 +1 -1 ports/devel/pcre/Makefile 1.17 +2 -2 ports/devel/pcre/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 12:44:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E094416A41F; Mon, 12 Sep 2005 12:44:28 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF9543D45; Mon, 12 Sep 2005 12:44:28 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CCiSgo038540; Mon, 12 Sep 2005 12:44:28 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CCiSl8038539; Mon, 12 Sep 2005 12:44:28 GMT (envelope-from sergei) Message-Id: <200509121244.j8CCiSl8038539@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 12 Sep 2005 12:44:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cfengine2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 12:44:29 -0000 sergei 2005-09-12 12:44:28 UTC FreeBSD ports repository Modified files: sysutils/cfengine2 Makefile Log: - Take maintainership Revision Changes Path 1.43 +2 -2 ports/sysutils/cfengine2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:11:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9811216A41F; Mon, 12 Sep 2005 13:11:48 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD6043D6E; Mon, 12 Sep 2005 13:11:45 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDBia4046632; Mon, 12 Sep 2005 13:11:45 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDBiwB046631; Mon, 12 Sep 2005 13:11:44 GMT (envelope-from adamw) Message-Id: <200509121311.j8CDBiwB046631@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 12 Sep 2005 13:11:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gourmet Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:11:48 -0000 adamw 2005-09-12 13:11:44 UTC FreeBSD ports repository Modified files: deskutils/gourmet Makefile pkg-plist Log: Correct directory removal stuff. PORTREVISION bump for pkg-plist changes. Revision Changes Path 1.10 +1 -1 ports/deskutils/gourmet/Makefile 1.7 +2 -2 ports/deskutils/gourmet/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:12:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A654916A41F; Mon, 12 Sep 2005 13:12:50 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66AD443D45; Mon, 12 Sep 2005 13:12:50 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDCokH046686; Mon, 12 Sep 2005 13:12:50 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDCoOY046685; Mon, 12 Sep 2005 13:12:50 GMT (envelope-from adamw) Message-Id: <200509121312.j8CDCoOY046685@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 12 Sep 2005 13:12:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/metakit pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:12:50 -0000 adamw 2005-09-12 13:12:50 UTC FreeBSD ports repository Modified files: databases/metakit pkg-plist Log: Oops... true is in /usr/bin, not /bin. Revision Changes Path 1.20 +1 -1 ports/databases/metakit/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:25:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DA016A41F; Mon, 12 Sep 2005 13:25:24 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A799143D48; Mon, 12 Sep 2005 13:25:24 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDPOrI049418; Mon, 12 Sep 2005 13:25:24 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDPOsY049417; Mon, 12 Sep 2005 13:25:24 GMT (envelope-from skv) Message-Id: <200509121325.j8CDPOsY049417@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 12 Sep 2005 13:25:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Parallel-Pvm Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:25:25 -0000 skv 2005-09-12 13:25:24 UTC FreeBSD ports repository Modified files: net/p5-Parallel-Pvm Makefile pkg-descr Log: Use NOT_FOR_ARCHS PR: ports/85991 Submitted by: leeym Revision Changes Path 1.4 +2 -6 ports/net/p5-Parallel-Pvm/Makefile 1.2 +0 -3 ports/net/p5-Parallel-Pvm/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:27:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA03416A41F; Mon, 12 Sep 2005 13:27:16 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8943A43D46; Mon, 12 Sep 2005 13:27:16 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDRGiO049479; Mon, 12 Sep 2005 13:27:16 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDRGlv049478; Mon, 12 Sep 2005 13:27:16 GMT (envelope-from skv) Message-Id: <200509121327.j8CDRGlv049478@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 12 Sep 2005 13:27:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Parallel-MPI Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:27:17 -0000 skv 2005-09-12 13:27:16 UTC FreeBSD ports repository Modified files: net/p5-Parallel-MPI Makefile Log: Use NOT_FOR_ARCHS PR: ports/85990 Submitted by: leeym Revision Changes Path 1.4 +2 -6 ports/net/p5-Parallel-MPI/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:31:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84D516A41F; Mon, 12 Sep 2005 13:31:33 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7851343D45; Mon, 12 Sep 2005 13:31:33 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDVX69049695; Mon, 12 Sep 2005 13:31:33 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDVXx2049694; Mon, 12 Sep 2005 13:31:33 GMT (envelope-from kensmith) Message-Id: <200509121331.j8CDVXx2049694@repoman.freebsd.org> From: Ken Smith Date: Mon, 12 Sep 2005 13:31:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/cvsup stable-supfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:31:33 -0000 kensmith 2005-09-12 13:31:33 UTC FreeBSD src repository Modified files: share/examples/cvsup stable-supfile Log: Update for RELENG_6. Pointed out by: Many on current@. MFC after: 1 day Revision Changes Path 1.30 +4 -3 src/share/examples/cvsup/stable-supfile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:36:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8C916A41F; Mon, 12 Sep 2005 13:36:01 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FA343D46; Mon, 12 Sep 2005 13:36:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDa0ft049875; Mon, 12 Sep 2005 13:36:00 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDa0tQ049874; Mon, 12 Sep 2005 13:36:00 GMT (envelope-from skv) Message-Id: <200509121336.j8CDa0tQ049874@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 12 Sep 2005 13:36:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Filter-Crypto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:36:01 -0000 skv 2005-09-12 13:36:00 UTC FreeBSD ports repository Modified files: security/p5-Filter-Crypto Makefile distinfo Log: Update to 1.16 Revision Changes Path 1.6 +1 -1 ports/security/p5-Filter-Crypto/Makefile 1.5 +2 -2 ports/security/p5-Filter-Crypto/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:37:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A414F16A41F; Mon, 12 Sep 2005 13:37:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FA043D46; Mon, 12 Sep 2005 13:37:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDbu04049980; Mon, 12 Sep 2005 13:37:56 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDbuqN049979; Mon, 12 Sep 2005 13:37:56 GMT (envelope-from glebius) Message-Id: <200509121337.j8CDbuqN049979@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 13:37:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:37:56 -0000 glebius 2005-09-12 13:37:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_carp.c Log: MFC 1.31: When a carp(4) interface is being destroyed and is in a promiscous mode, first interface is detached from parent and then bpfdetach() is called. If the interface was the last carp(4) interface attached to parent, then the mutex on parent is destroyed. When bpfdetach() calls if_setflags() we panic on destroyed mutex. To prevent the above scenario, clear pointer to parent, when we detach ourselves from parent. Approved by: re (kensmith) Revision Changes Path 1.27.2.2 +1 -0 src/sys/netinet/ip_carp.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:38:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE44B16A41F; Mon, 12 Sep 2005 13:38:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E6843D45; Mon, 12 Sep 2005 13:38:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDcaG5050031; Mon, 12 Sep 2005 13:38:36 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDcahR050030; Mon, 12 Sep 2005 13:38:36 GMT (envelope-from glebius) Message-Id: <200509121338.j8CDcahR050030@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 13:38:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:38:36 -0000 glebius 2005-09-12 13:38:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_carp.c Log: MFC 1.31: When a carp(4) interface is being destroyed and is in a promiscous mode, first interface is detached from parent and then bpfdetach() is called. If the interface was the last carp(4) interface attached to parent, then the mutex on parent is destroyed. When bpfdetach() calls if_setflags() we panic on destroyed mutex. To prevent the above scenario, clear pointer to parent, when we detach ourselves from parent. Revision Changes Path 1.21.2.5 +1 -0 src/sys/netinet/ip_carp.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:39:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A482E16A41F; Mon, 12 Sep 2005 13:39:52 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225FA43D6B; Mon, 12 Sep 2005 13:39:47 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDdlmV050114; Mon, 12 Sep 2005 13:39:47 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDdli6050113; Mon, 12 Sep 2005 13:39:47 GMT (envelope-from glebius) Message-Id: <200509121339.j8CDdli6050113@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 13:39:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys ktr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:39:52 -0000 glebius 2005-09-12 13:39:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys ktr.h Log: MFC 1.33: Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match with manual page. Reviewed by: jhb, pjd Approved by: re (kensmith) Revision Changes Path 1.32.2.1 +1 -1 src/sys/sys/ktr.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:40:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED3E16A41F; Mon, 12 Sep 2005 13:40:12 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619A943D45; Mon, 12 Sep 2005 13:40:11 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDeB1H050157; Mon, 12 Sep 2005 13:40:11 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDeB5l050156; Mon, 12 Sep 2005 13:40:11 GMT (envelope-from nyan) Message-Id: <200509121340.j8CDeB5l050156@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 12 Sep 2005 13:40:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/isa mss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:40:12 -0000 nyan 2005-09-12 13:40:11 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: more #ifndef PC98. This really fix the pc98 tinderbox. Revision Changes Path 1.102 +4 -0 src/sys/dev/sound/isa/mss.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:43:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F1216A41F; Mon, 12 Sep 2005 13:43:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A9F43D45; Mon, 12 Sep 2005 13:43:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDhYcM050501; Mon, 12 Sep 2005 13:43:34 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDhYqe050500; Mon, 12 Sep 2005 13:43:34 GMT (envelope-from glebius) Message-Id: <200509121343.j8CDhYqe050500@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 13:43:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 timeout.9 src/sys/kern kern_timeout.c src/sys/sys callout.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:43:35 -0000 glebius 2005-09-12 13:43:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 timeout.9 sys/kern kern_timeout.c sys/sys callout.h Log: MFC: Make callout_reset() return a non-zero value if a pending callout was rescheduled. If there was no pending callout, then return 0. Reviewed by: iedowse, cperciva Approved by: re (kensmith) Revision Changes Path 1.28.2.1 +7 -5 src/share/man/man9/timeout.9 1.97.2.1 +8 -3 src/sys/kern/kern_timeout.c 1.28.2.1 +1 -1 src/sys/sys/callout.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:44:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCD116A41F; Mon, 12 Sep 2005 13:44:29 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA9043D45; Mon, 12 Sep 2005 13:44:28 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDiSJR050539; Mon, 12 Sep 2005 13:44:28 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDiSHe050538; Mon, 12 Sep 2005 13:44:28 GMT (envelope-from danfe) Message-Id: <200509121344.j8CDiSHe050538@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 12 Sep 2005 13:44:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/nvidia-driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:44:29 -0000 danfe 2005-09-12 13:44:28 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: Once again. nVidia's libGL depends on libm.so.3 which is not available since ${OSVERSION} >= 600033. Get one via `misc/compat5x' port. Reported by: several Revision Changes Path 1.37 +3 -0 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:46:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C179C16A41F; Mon, 12 Sep 2005 13:46:32 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A95C43D46; Mon, 12 Sep 2005 13:46:32 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDkWq6050768; Mon, 12 Sep 2005 13:46:32 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDkWPC050767; Mon, 12 Sep 2005 13:46:32 GMT (envelope-from stefanf) Message-Id: <200509121346.j8CDkWPC050767@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Sep 2005 13:46:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/include libc_private.h src/lib/libc/stdio local.h makebuf.c src/lib/libc/stdlib abort.c exit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:46:32 -0000 stefanf 2005-09-12 13:46:32 UTC FreeBSD src repository Modified files: lib/libc/include libc_private.h lib/libc/stdio local.h makebuf.c lib/libc/stdlib abort.c exit.c Log: Move the declaration of __cleanup to libc_private.h as it is used in both stdio/ and stdlib/. Don't define __cleanup twice. Revision Changes Path 1.13 +5 -0 src/lib/libc/include/libc_private.h 1.27 +0 -1 src/lib/libc/stdio/local.h 1.5 +3 -1 src/lib/libc/stdio/makebuf.c 1.10 +1 -1 src/lib/libc/stdlib/abort.c 1.8 +3 -1 src/lib/libc/stdlib/exit.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 13:50:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A8B416A41F; Mon, 12 Sep 2005 13:50:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1434443D48; Mon, 12 Sep 2005 13:50:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CDouVR050937; Mon, 12 Sep 2005 13:50:56 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CDou99050936; Mon, 12 Sep 2005 13:50:56 GMT (envelope-from nyan) Message-Id: <200509121350.j8CDou99050936@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 12 Sep 2005 13:50:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 13:50:57 -0000 nyan 2005-09-12 13:50:56 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: opt_pc98.h is not needed. Revision Changes Path 1.260 +0 -3 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:04:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA22216A41F; Mon, 12 Sep 2005 14:04:09 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6923A43D45; Mon, 12 Sep 2005 14:04:09 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CE49Q6051441; Mon, 12 Sep 2005 14:04:09 GMT (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CE49s7051440; Mon, 12 Sep 2005 14:04:09 GMT (envelope-from yoichi) Message-Id: <200509121404.j8CE49s7051440@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 12 Sep 2005 14:04:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/elscreen Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:04:09 -0000 yoichi 2005-09-12 14:04:09 UTC FreeBSD ports repository Modified files: misc/elscreen Makefile distinfo Log: Update to 1.3.3 Revision Changes Path 1.7 +1 -1 ports/misc/elscreen/Makefile 1.6 +2 -2 ports/misc/elscreen/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:11:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F04B16A41F; Mon, 12 Sep 2005 14:11:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E66B43D45; Mon, 12 Sep 2005 14:11:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEBB8A051779; Mon, 12 Sep 2005 14:11:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEBBpI051778; Mon, 12 Sep 2005 14:11:11 GMT (envelope-from glebius) Message-Id: <200509121411.j8CEBBpI051778@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 14:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:11:11 -0000 glebius 2005-09-12 14:11:11 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c Log: When message can't fit into socket receive buffer return ENOBUFS to userland program instead of letting it wait until end of days. PR: kern/85907 Revision Changes Path 1.69 +3 -2 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:12:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1E316A41F; Mon, 12 Sep 2005 14:12:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C48A43D46; Mon, 12 Sep 2005 14:12:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CECADs051834; Mon, 12 Sep 2005 14:12:10 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CECAIs051833; Mon, 12 Sep 2005 14:12:10 GMT (envelope-from maxim) Message-Id: <200509121412.j8CECAIs051833@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 12 Sep 2005 14:12:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/sockets/shutdown Makefile shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:12:10 -0000 maxim 2005-09-12 14:12:10 UTC FreeBSD src repository Added files: tools/regression/sockets/shutdown Makefile shutdown.c Log: o Add shutdown(2) regression tests. At the moment we cannot pass shutdown-on-non connected socket test, kern/84761. Revision Changes Path 1.1 +9 -0 src/tools/regression/sockets/shutdown/Makefile (new) 1.1 +115 -0 src/tools/regression/sockets/shutdown/shutdown.c (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:21:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D169316A41F; Mon, 12 Sep 2005 14:21:40 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6405543D46; Mon, 12 Sep 2005 14:21:40 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CELe56052414; Mon, 12 Sep 2005 14:21:40 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CELebZ052413; Mon, 12 Sep 2005 14:21:40 GMT (envelope-from lesi) Message-Id: <200509121421.j8CELebZ052413@repoman.freebsd.org> From: Dejan Lesjak Date: Mon, 12 Sep 2005 14:21:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/XFree86-4-Server Makefile ports/x11-servers/XFree86-4-Server/files patch-CAN-2005-2495 ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-CAN-2005-2495 ports/x11-servers/xorg-server-snap Makefile ports/x11-servers/xorg-server-snap/files patch-CAN-2005-2495 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:21:41 -0000 lesi 2005-09-12 14:21:40 UTC FreeBSD ports repository Modified files: x11-servers/XFree86-4-Server Makefile x11-servers/xorg-server Makefile x11-servers/xorg-server-snap Makefile Added files: x11-servers/XFree86-4-Server/files patch-CAN-2005-2495 x11-servers/xorg-server/files patch-CAN-2005-2495 x11-servers/xorg-server-snap/files patch-CAN-2005-2495 Log: Fix integer overflow when allocating large pixmaps. (Freedesktop.org bug #594) Obtained from: Red Hat via simon Security: CAN-2005-2495 Revision Changes Path 1.168 +1 -1 ports/x11-servers/XFree86-4-Server/Makefile 1.1 +169 -0 ports/x11-servers/XFree86-4-Server/files/patch-CAN-2005-2495 (new) 1.29 +1 -0 ports/x11-servers/xorg-server-snap/Makefile 1.1 +169 -0 ports/x11-servers/xorg-server-snap/files/patch-CAN-2005-2495 (new) 1.29 +1 -1 ports/x11-servers/xorg-server/Makefile 1.1 +169 -0 ports/x11-servers/xorg-server/files/patch-CAN-2005-2495 (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:31:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC7716A420; Mon, 12 Sep 2005 14:31:49 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4291B43D48; Mon, 12 Sep 2005 14:31:49 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEVnij052773; Mon, 12 Sep 2005 14:31:49 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEVn3w052772; Mon, 12 Sep 2005 14:31:49 GMT (envelope-from le) Message-Id: <200509121431.j8CEVn3w052772@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 12 Sep 2005 14:31:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/gvinum gvinum.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:31:49 -0000 le 2005-09-12 14:31:49 UTC FreeBSD src repository Modified files: sbin/gvinum gvinum.c Log: Clean up. Remove unused functions. Reduce indentation level by reverting the logic of the enclosing conditional statement. Revision Changes Path 1.5 +104 -196 src/sbin/gvinum/gvinum.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:36:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3252516A41F; Mon, 12 Sep 2005 14:36:19 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DBF43D4C; Mon, 12 Sep 2005 14:36:18 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEaIvt052972; Mon, 12 Sep 2005 14:36:18 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEaINL052971; Mon, 12 Sep 2005 14:36:18 GMT (envelope-from lofi) Message-Id: <200509121436.j8CEaINL052971@repoman.freebsd.org> From: Michael Nottebrock Date: Mon, 12 Sep 2005 14:36:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libksba Makefile distinfo ports/security/libksba/files patch-src_asn1-func.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:36:19 -0000 lofi 2005-09-12 14:36:17 UTC FreeBSD ports repository Modified files: security/libksba Makefile distinfo Added files: security/libksba/files patch-src_asn1-func.c Log: Update to 0.9.12 Revision Changes Path 1.25 +2 -1 ports/security/libksba/Makefile 1.11 +2 -2 ports/security/libksba/distinfo 1.1 +11 -0 ports/security/libksba/files/patch-src_asn1-func.c (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:37:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C40A16A41F; Mon, 12 Sep 2005 14:37:33 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D545843D48; Mon, 12 Sep 2005 14:37:32 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEbWcH053050; Mon, 12 Sep 2005 14:37:32 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEbWnx053049; Mon, 12 Sep 2005 14:37:32 GMT (envelope-from lofi) Message-Id: <200509121437.j8CEbWnx053049@repoman.freebsd.org> From: Michael Nottebrock Date: Mon, 12 Sep 2005 14:37:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnupg-devel Makefile distinfo ports/security/gnupg-devel/files patch-agent-command_ssh.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:37:33 -0000 lofi 2005-09-12 14:37:32 UTC FreeBSD ports repository Modified files: security/gnupg-devel Makefile distinfo Removed files: security/gnupg-devel/files patch-agent-command_ssh.c Log: Update to 1.9.19 Revision Changes Path 1.28 +1 -1 ports/security/gnupg-devel/Makefile 1.11 +2 -2 ports/security/gnupg-devel/distinfo 1.2 +0 -11 ports/security/gnupg-devel/files/patch-agent-command_ssh.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:43:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F264416A420; Mon, 12 Sep 2005 14:43:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639D043D70; Mon, 12 Sep 2005 14:43:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEhcs6053402; Mon, 12 Sep 2005 14:43:38 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEhcOW053401; Mon, 12 Sep 2005 14:43:38 GMT (envelope-from ale) Message-Id: <200509121443.j8CEhcOW053401@repoman.freebsd.org> From: Alex Dupre Date: Mon, 12 Sep 2005 14:43:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/portfwd/files patch-src_fd_set.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:43:40 -0000 ale 2005-09-12 14:43:38 UTC FreeBSD ports repository Added files: net/portfwd/files patch-src_fd_set.cc Log: Fix build on 4.X. Submitted by: kris via pointyhat Revision Changes Path 1.1 +13 -0 ports/net/portfwd/files/patch-src_fd_set.cc (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:46:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA16216A41F; Mon, 12 Sep 2005 14:46:19 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A822643D48; Mon, 12 Sep 2005 14:46:19 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEkJfv053524; Mon, 12 Sep 2005 14:46:19 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEkJlq053523; Mon, 12 Sep 2005 14:46:19 GMT (envelope-from glebius) Message-Id: <200509121446.j8CEkJlq053523@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 12 Sep 2005 14:46:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:46:20 -0000 glebius 2005-09-12 14:46:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC 1.112: Fix an item leak, that happens when some node calls ng_callout() two times consequently, without checking whether callout has been serviced or not. (ng_pptpgre and ng_ppp were catched in this behavior). - In ng_callout() save old item before calling callout_reset(). If the latter has returned 1, then free this item. - In ng_uncallout() clear c->c_arg. Problem reported by: Alexandre Kardanev Approved by: re (kensmith) Revision Changes Path 1.102.2.5 +6 -2 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:46:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F5E16A41F; Mon, 12 Sep 2005 14:46:56 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CEF43D49; Mon, 12 Sep 2005 14:46:55 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEktPQ053565; Mon, 12 Sep 2005 14:46:55 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEktoO053564; Mon, 12 Sep 2005 14:46:55 GMT (envelope-from mlaier) Message-Id: <200509121446.j8CEktoO053564@repoman.freebsd.org> From: Max Laier Date: Mon, 12 Sep 2005 14:46:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:46:56 -0000 mlaier 2005-09-12 14:46:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net pf_ioctl.c Log: Commit imported changes to RELENG_5: pf_ioctl.c Revision 1.153 Sun Aug 7 11:37:33 2005 UTC by dhartmei | verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@ pf_ioctl.c Revision 1.158 Mon Sep 5 14:51:08 2005 UTC by dhartmei | in DIOCCHANGERULE, properly initialize table, if used in NAT rule. | from Boris Polevoy , ok mcbride@ Revision Changes Path 1.12.2.7 +7 -0 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 14:58:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D58AA16A41F; Mon, 12 Sep 2005 14:58:36 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948F743D45; Mon, 12 Sep 2005 14:58:36 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CEwaMm053969; Mon, 12 Sep 2005 14:58:36 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CEwaXf053968; Mon, 12 Sep 2005 14:58:36 GMT (envelope-from garys) Message-Id: <200509121458.j8CEwaXf053968@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Mon, 12 Sep 2005 14:58:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mac chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 14:58:37 -0000 garys 2005-09-12 14:58:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mac chapter.sgml Log: In "The root should also be placed", added "username" after "root". Approved by: keramida Revision Changes Path 1.48 +1 -1 doc/en_US.ISO8859-1/books/handbook/mac/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:08:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0267816A41F; Mon, 12 Sep 2005 15:08:12 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B39B243D48; Mon, 12 Sep 2005 15:08:11 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CF8BBh054381; Mon, 12 Sep 2005 15:08:11 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CF8BDR054380; Mon, 12 Sep 2005 15:08:11 GMT (envelope-from vsevolod) Message-Id: <200509121508.j8CF8BDR054380@repoman.freebsd.org> From: Vsevolod Stakhov Date: Mon, 12 Sep 2005 15:08:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/samba-vscan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:08:12 -0000 vsevolod 2005-09-12 15:08:11 UTC FreeBSD ports repository Modified files: security/samba-vscan Makefile distinfo Log: Update to 0.3.6b that fixes build with samba 3.0.20. PR: 86013 Submitted by: Jean Milanez Melo (maintainer) Revision Changes Path 1.5 +1 -1 ports/security/samba-vscan/Makefile 1.5 +2 -2 ports/security/samba-vscan/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:14:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9915316A41F; Mon, 12 Sep 2005 15:14:54 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5698C43D45; Mon, 12 Sep 2005 15:14:54 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFEsmI054686; Mon, 12 Sep 2005 15:14:54 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFEs9g054685; Mon, 12 Sep 2005 15:14:54 GMT (envelope-from garys) Message-Id: <200509121514.j8CFEs9g054685@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Mon, 12 Sep 2005 15:14:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:14:54 -0000 garys 2005-09-12 15:14:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/boot chapter.sgml Log: Corrected implication that /boot/boot0 comes from MBR. Added detail about fdisk and /boot/mbr to head off reader assumption that FreeBSD's boot manager is FreeBSD-fdisk's default boot manager. Added detail to statement about 512 byte boot program to head off debatable claims that it's untrue, and also to inform the reader. Approved by: keramida Revision Changes Path 1.60 +11 -5 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:31:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A8B216A41F; Mon, 12 Sep 2005 15:31:29 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E414843D4C; Mon, 12 Sep 2005 15:31:28 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFVSHq055318; Mon, 12 Sep 2005 15:31:28 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFVSxj055317; Mon, 12 Sep 2005 15:31:28 GMT (envelope-from jkim) Message-Id: <200509121531.j8CFVSxj055317@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 12 Sep 2005 15:31:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:31:29 -0000 jkim 2005-09-12 15:31:28 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: use monotonic `time_uptime' instead of `time_second' Approved by: anholt (mentor) Discussed on: arch Revision Changes Path 1.645 +4 -4 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:53:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58D6516A41F; Mon, 12 Sep 2005 15:53:29 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F335B43D48; Mon, 12 Sep 2005 15:53:28 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFrSHv056425; Mon, 12 Sep 2005 15:53:28 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFrSVM056424; Mon, 12 Sep 2005 15:53:28 GMT (envelope-from stefanf) Message-Id: <200509121553.j8CFrSVM056424@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Sep 2005 15:53:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include resolv.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:53:29 -0000 stefanf 2005-09-12 15:53:28 UTC FreeBSD src repository Modified files: include resolv.h Log: Don't declare ___res_ext() twice. Revision Changes Path 1.27 +1 -2 src/include/resolv.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:53:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1525616A41F; Mon, 12 Sep 2005 15:53:59 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C889A43D48; Mon, 12 Sep 2005 15:53:58 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFrwjp056475; Mon, 12 Sep 2005 15:53:58 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFrw8E056474; Mon, 12 Sep 2005 15:53:58 GMT (envelope-from tegge) Message-Id: <200509121553.j8CFrw8E056474@repoman.freebsd.org> From: Tor Egge Date: Mon, 12 Sep 2005 15:53:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_hash.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:53:59 -0000 tegge 2005-09-12 15:53:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_hash.c Log: MFC: Don't retry when vget() returns ENOENT in the nonblocking case due to the vnode being doomed. It causes a livelock. Approved by: re (scottl) Revision Changes Path 1.9.2.1 +2 -2 src/sys/kern/vfs_hash.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:55:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F166016A41F; Mon, 12 Sep 2005 15:55:44 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B04D43D64; Mon, 12 Sep 2005 15:55:44 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFti6r056594; Mon, 12 Sep 2005 15:55:44 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFtiH2056593; Mon, 12 Sep 2005 15:55:44 GMT (envelope-from jkoshy) Message-Id: <200509121555.j8CFtiH2056593@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 12 Sep 2005 15:55:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_amd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:55:45 -0000 jkoshy 2005-09-12 15:55:44 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_amd.c Log: Process one NMI interrupt per handler invocation as the processor 'buffers' pending NMIs from multiple interrupting PMCs and delivers them serially. Reported by: Olivier Crameri MFC after: 3 days Revision Changes Path 1.12 +9 -4 src/sys/dev/hwpmc/hwpmc_amd.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:56:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEC216A41F; Mon, 12 Sep 2005 15:56:07 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA2F43D45; Mon, 12 Sep 2005 15:56:07 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFu756056627; Mon, 12 Sep 2005 15:56:07 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFu7So056626; Mon, 12 Sep 2005 15:56:07 GMT (envelope-from tegge) Message-Id: <200509121556.j8CFu7So056626@repoman.freebsd.org> From: Tor Egge Date: Mon, 12 Sep 2005 15:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_rawread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:56:07 -0000 tegge 2005-09-12 15:56:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_rawread.c Log: MFC: Giant is no longer needed here. Approved by: re (scottl) Revision Changes Path 1.25.2.1 +0 -3 src/sys/ufs/ffs/ffs_rawread.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:58:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DAA316A41F; Mon, 12 Sep 2005 15:58:17 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7D443D5C; Mon, 12 Sep 2005 15:58:15 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CFwFHH056728; Mon, 12 Sep 2005 15:58:15 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CFwFVb056727; Mon, 12 Sep 2005 15:58:15 GMT (envelope-from stefanf) Message-Id: <200509121558.j8CFwFVb056727@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Sep 2005 15:58:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include stdlib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:58:17 -0000 stefanf 2005-09-12 15:58:15 UTC FreeBSD src repository Modified files: include stdlib.h Log: Fix the prototypes for devname() and devname_r(), the first two argument types are supposed to be dev_t and mode_t (prefixed with __ due to namespace reasons). Revision Changes Path 1.58 +2 -2 src/include/stdlib.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 15:58:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E226A16A41F; Mon, 12 Sep 2005 15:58:30 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C4F43D49; Mon, 12 Sep 2005 15:58:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-185-177.dsl.snfc21.pacbell.net [64.171.185.177]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8CFwWo5011911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Sep 2005 08:58:33 -0700 Message-ID: <4325A5A1.8080804@root.org> Date: Mon, 12 Sep 2005 08:58:25 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> <4324A5EF.3050803@root.org> <20050911215807.GA96773@xor.obsecurity.org> In-Reply-To: <20050911215807.GA96773@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Barton , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, "David E. O'Brien" , Garance A Drosihn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 15:58:31 -0000 Kris Kennaway wrote: > On Sun, Sep 11, 2005 at 02:47:27PM -0700, Nate Lawson wrote: > >>Doug Barton wrote: >> >>>Kris Kennaway wrote: >>> >>> >>> >>>>Likewise, I also find this change very useful. When I'm juggling a >>>>few dozen panics on a few dozen machines with a few dozen different >>>>customized source trees, it's hard to keep track of all the >>>>kernel.debugs. Now I don't have to. >>>> >>>>Also, now we won't have to throw away panic reports from users who >>>>didn't think to save their kernel.debug, and the quality of bug >>>>reports can increase. >>> >>> >>>I agree with Kris and David here, FWIW. >>> >>>Doug >> >>Can we put it somewhere other than /? /var/run/kernel? > > > Why? That would use up even more space, in total. Huh? I mean kernel, *.ko -> /boot/kernel and kernel.debug (or kernel.sym once that's fixed) -> /var/crash/kernel/kernel.debug I guess that duplicates a few megs but it keeps / from overflowing as before. Typically /var or /usr is expected to have the available space, especially since /var/crash gets coredumps (if savecore is enabled) which are much bigger than debug kernels. -- Nate From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:00:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E94016A41F; Mon, 12 Sep 2005 16:00:37 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16DE43D48; Mon, 12 Sep 2005 16:00:36 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (adsl-64-171-185-177.dsl.snfc21.pacbell.net [64.171.185.177]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8CG0do5011923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Sep 2005 09:00:40 -0700 Message-ID: <4325A621.4040605@root.org> Date: Mon, 12 Sep 2005 09:00:33 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> <20050912010034.GA77819@dragon.NUXI.org> In-Reply-To: <20050912010034.GA77819@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:00:37 -0000 David O'Brien wrote: > On Sun, Sep 11, 2005 at 02:49:25PM -0700, Nate Lawson wrote: > >>David O'Brien wrote: >> >>>I was going to just install kernel.sym instead of a kernel with symbols, >>>but kgdb's usage doesn't claim to support '-s' as the previous kgdb did. >> >>kernel.sym would be better since it wouldn't have the duplication that >>kernel and kernel.debug have. > > > Duplication in RELENG_* or in HEAD? (see below) > >>Alternately, we can make loader(8) skip >>symbol sections when booting and just install kernel.debug > > > That *is* what my change does - except it calls it "kernel" so there > aren't loading issues. Ah, I was wrong in thinking you were installing both kernel and kernel.debug. What do you think of installing (+ bzip2?) kernel.debug in /var/crash/kernel and /var/crash/kernel.old? -- Nate From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:01:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11DF216A41F; Mon, 12 Sep 2005 16:01:10 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FAA043D6A; Mon, 12 Sep 2005 16:01:08 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG18jF056898; Mon, 12 Sep 2005 16:01:08 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG18B0056897; Mon, 12 Sep 2005 16:01:08 GMT (envelope-from yar) Message-Id: <200509121601.j8CG18B0056897@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 12 Sep 2005 16:01:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:01:10 -0000 yar 2005-09-12 16:01:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml Log: Don't give a poor example of letting special characters slip into text cut'n'pasted to a
 HTML element.  Warn readers
  that such characters are likely to appear in plain-text sources
  often used to copy pre-formatted text from.
  
  Revision  Changes    Path
  1.70      +12 -1     doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml

From owner-cvs-all@FreeBSD.ORG  Mon Sep 12 16:02:55 2005
Return-Path: 
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 13A0A16A41F;
	Mon, 12 Sep 2005 16:02:55 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BED4043D49;
	Mon, 12 Sep 2005 16:02:54 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG2s9O056990;
	Mon, 12 Sep 2005 16:02:54 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG2sdI056989;
	Mon, 12 Sep 2005 16:02:54 GMT (envelope-from stefanf)
Message-Id: <200509121602.j8CG2sdI056989@repoman.freebsd.org>
From: Stefan Farfeleder 
Date: Mon, 12 Sep 2005 16:02:54 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/lib/libc/regex regex2.h
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Mon, 12 Sep 2005 16:02:55 -0000

stefanf     2005-09-12 16:02:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/regex       regex2.h 
  Log:
  Use prototypes for CHIN1() and CHIN().
  
  Revision  Changes    Path
  1.10      +2 -6      src/lib/libc/regex/regex2.h

From owner-cvs-all@FreeBSD.ORG  Mon Sep 12 16:05:02 2005
Return-Path: 
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C30C116A420;
	Mon, 12 Sep 2005 16:05:02 +0000 (GMT) (envelope-from jeh@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B9CC943D58;
	Mon, 12 Sep 2005 16:05:00 +0000 (GMT) (envelope-from jeh@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG502Y057074;
	Mon, 12 Sep 2005 16:05:00 GMT (envelope-from jeh@repoman.freebsd.org)
Received: (from jeh@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG505I057073;
	Mon, 12 Sep 2005 16:05:00 GMT (envelope-from jeh)
Message-Id: <200509121605.j8CG505I057073@repoman.freebsd.org>
From: "James E. Housley" 
Date: Mon, 12 Sep 2005 16:05:00 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Mon, 12 Sep 2005 16:05:03 -0000

jeh         2005-09-12 16:05:00 UTC

  FreeBSD ports repository

  Modified files:
    security/uvscan-dat  Makefile distinfo 
  Log:
  Update to DAT 4579
  
  Revision  Changes    Path
  1.410     +1 -1      ports/security/uvscan-dat/Makefile
  1.405     +2 -2      ports/security/uvscan-dat/distinfo

From owner-cvs-all@FreeBSD.ORG  Mon Sep 12 16:05:03 2005
Return-Path: 
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 62D1216A425;
	Mon, 12 Sep 2005 16:05:03 +0000 (GMT)
	(envelope-from joel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 73B9643D5F;
	Mon, 12 Sep 2005 16:05:02 +0000 (GMT)
	(envelope-from joel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG52kr057108;
	Mon, 12 Sep 2005 16:05:02 GMT
	(envelope-from joel@repoman.freebsd.org)
Received: (from joel@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG52RC057107;
	Mon, 12 Sep 2005 16:05:02 GMT (envelope-from joel)
Message-Id: <200509121605.j8CG52RC057107@repoman.freebsd.org>
From: Joel Dahl 
Date: Mon, 12 Sep 2005 16:05:02 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: www/en/gnome news.xml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Mon, 12 Sep 2005 16:05:03 -0000

joel        2005-09-12 16:05:02 UTC

  FreeBSD doc repository

  Modified files:
    en/gnome             news.xml 
  Log:
  s/unexecpted/unexpected/
  
  Approved by:    brueffer (mentor)
  
  Revision  Changes    Path
  1.102     +1 -1      www/en/gnome/news.xml

From owner-cvs-all@FreeBSD.ORG  Mon Sep 12 16:06:16 2005
Return-Path: 
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 45B5F16A41F;
	Mon, 12 Sep 2005 16:06:16 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DBF7D43D49;
	Mon, 12 Sep 2005 16:06:15 +0000 (GMT)
	(envelope-from stefanf@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG6FLM057302;
	Mon, 12 Sep 2005 16:06:15 GMT
	(envelope-from stefanf@repoman.freebsd.org)
Received: (from stefanf@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG6F6B057301;
	Mon, 12 Sep 2005 16:06:15 GMT (envelope-from stefanf)
Message-Id: <200509121606.j8CG6F6B057301@repoman.freebsd.org>
From: Stefan Farfeleder 
Date: Mon, 12 Sep 2005 16:06:15 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.sbin/i4b/isdnd log.c
 src/usr.sbin/i4b/isdnmonitor main.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Mon, 12 Sep 2005 16:06:16 -0000

stefanf     2005-09-12 16:06:15 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/i4b/isdnd   log.c 
    usr.sbin/i4b/isdnmonitor main.c 
  Log:
  Include  at the top of the file.
  
  Revision  Changes    Path
  1.10      +4 -3      src/usr.sbin/i4b/isdnd/log.c
  1.9       +3 -3      src/usr.sbin/i4b/isdnmonitor/main.c

From owner-cvs-all@FreeBSD.ORG  Mon Sep 12 16:08:07 2005
Return-Path: 
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AFF6C16A41F;
	Mon, 12 Sep 2005 16:08:07 +0000 (GMT)
	(envelope-from joel@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8971343D76;
	Mon, 12 Sep 2005 16:07:59 +0000 (GMT)
	(envelope-from joel@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG7x0l057372;
	Mon, 12 Sep 2005 16:07:59 GMT
	(envelope-from joel@repoman.freebsd.org)
Received: (from joel@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG7xBB057371;
	Mon, 12 Sep 2005 16:07:59 GMT (envelope-from joel)
Message-Id: <200509121607.j8CG7xBB057371@repoman.freebsd.org>
From: Joel Dahl 
Date: Mon, 12 Sep 2005 16:07:59 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: www/en/donations wantlist.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Mon, 12 Sep 2005 16:08:07 -0000

joel        2005-09-12 16:07:59 UTC

  FreeBSD doc repository

  Modified files:
    en/donations         wantlist.sgml 
  Log:
  -  Start sentences with capital letters.
  -  End sentences with full stops.
  
  Approved by:    brueffer (mentor)
  
  Revision  Changes    Path
  1.350     +31 -31    www/en/donations/wantlist.sgml

From owner-cvs-all@FreeBSD.ORG  Mon Sep 12 16:09:12 2005
Return-Path: 
X-Original-To: cvs-all@FreeBSD.org
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 52DEA16A41F;
	Mon, 12 Sep 2005 16:09:12 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1155A43D45;
	Mon, 12 Sep 2005 16:09:12 +0000 (GMT) (envelope-from yar@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG9BOd057428;
	Mon, 12 Sep 2005 16:09:11 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG9B7J057427;
	Mon, 12 Sep 2005 16:09:11 GMT (envelope-from yar)
Message-Id: <200509121609.j8CG9B7J057427@repoman.freebsd.org>
From: Yar Tikhiy 
Date: Mon, 12 Sep 2005 16:09:11 +0000 (UTC)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup
	chapter.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
X-List-Received-Date: Mon, 12 Sep 2005 16:09:12 -0000

yar         2005-09-12 16:09:11 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml 
  Log:
  Don't give a poor advice of omitting 

tags in HTML. In the presence of CSS, wrapping text in

can make it render quite differently. PR: docs/85928 (in the audit trail) Revision Changes Path 1.71 +1 -2 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:09:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4604E16A41F; Mon, 12 Sep 2005 16:09:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0588D43D6E; Mon, 12 Sep 2005 16:09:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG9NvM057459; Mon, 12 Sep 2005 16:09:23 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG9NnL057458; Mon, 12 Sep 2005 16:09:23 GMT (envelope-from emax) Message-Id: <200509121609.j8CG9NnL057458@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 12 Sep 2005 16:09:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/l2ping l2ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:09:24 -0000 emax 2005-09-12 16:09:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/l2ping l2ping.c Log: MFC to RELENG_6 Fix typo in usage Submitted by: Jonatan B Approved by: re (scottl) Revision Changes Path 1.6.8.1 +1 -1 src/usr.sbin/bluetooth/l2ping/l2ping.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:10:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65E316A41F; Mon, 12 Sep 2005 16:10:03 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCC643D5A; Mon, 12 Sep 2005 16:09:57 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CG9v5r057499; Mon, 12 Sep 2005 16:09:57 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CG9veo057498; Mon, 12 Sep 2005 16:09:57 GMT (envelope-from joel) Message-Id: <200509121609.j8CG9veo057498@repoman.freebsd.org> From: Joel Dahl Date: Mon, 12 Sep 2005 16:09:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/java/links index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:10:04 -0000 joel 2005-09-12 16:09:57 UTC FreeBSD doc repository Modified files: en/java/links index.sgml Log: s/Contins/Contains/ Approved by: brueffer (mentor) Revision Changes Path 1.7 +2 -2 www/en/java/links/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:11:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFCC16A41F; Mon, 12 Sep 2005 16:11:25 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D57B43D49; Mon, 12 Sep 2005 16:11:25 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CGBP9O057648; Mon, 12 Sep 2005 16:11:25 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CGBP44057647; Mon, 12 Sep 2005 16:11:25 GMT (envelope-from emax) Message-Id: <200509121611.j8CGBP44057647@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 12 Sep 2005 16:11:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/l2ping l2ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:11:25 -0000 emax 2005-09-12 16:11:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/bluetooth/l2ping l2ping.c Log: MFC to RELENG_5 Fix typo in usage Submitted by: Jonatan B Approved by: re (scottl) Revision Changes Path 1.6.2.1 +1 -1 src/usr.sbin/bluetooth/l2ping/l2ping.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:11:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE46016A41F; Mon, 12 Sep 2005 16:11:49 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1EC443D5F; Mon, 12 Sep 2005 16:11:48 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CGBmf9057690; Mon, 12 Sep 2005 16:11:48 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CGBmkM057689; Mon, 12 Sep 2005 16:11:48 GMT (envelope-from stefanf) Message-Id: <200509121611.j8CGBmkM057689@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Sep 2005 16:11:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:11:50 -0000 stefanf 2005-09-12 16:11:48 UTC FreeBSD src repository Modified files: include Makefile Log: Put a getosreldate() prototype into , getosreldate(3) implies there is one. Revision Changes Path 1.247 +1 -0 src/include/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:16:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA9016A41F; Mon, 12 Sep 2005 16:16:13 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE3C43D45; Mon, 12 Sep 2005 16:16:13 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CGGCiA057936; Mon, 12 Sep 2005 16:16:12 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CGGCCM057935; Mon, 12 Sep 2005 16:16:12 GMT (envelope-from stefanf) Message-Id: <200509121616.j8CGGCCM057935@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Sep 2005 16:16:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/quad quad.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:16:13 -0000 stefanf 2005-09-12 16:16:12 UTC FreeBSD src repository Modified files: lib/libc/quad quad.h Log: - Add prototypes for __cmpdi2() and __ucmpdi2(). - Remove GCC 1 stuff. Revision Changes Path 1.7 +2 -10 src/lib/libc/quad/quad.h From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:41:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A1616A41F; Mon, 12 Sep 2005 16:41:13 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD9A43D48; Mon, 12 Sep 2005 16:41:11 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8CGkcoK012228; Mon, 12 Sep 2005 12:46:38 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Mon, 12 Sep 2005 12:40:49 -0400 User-Agent: KMail/1.6.2 References: <200509121531.j8CFVSxj055317@repoman.freebsd.org> In-Reply-To: <200509121531.j8CFVSxj055317@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509121240.51775.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1079/Mon Sep 12 05:23:50 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:41:14 -0000 On Monday 12 September 2005 11:31 am, Jung-uk Kim wrote: > jkim 2005-09-12 15:31:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c > Log: > use monotonic `time_uptime' instead of `time_second' > > Approved by: anholt (mentor) > Discussed on: arch > > Revision Changes Path > 1.645 +4 -4 src/sys/kern/vfs_subr.c Please make sure to use `time_uptime' if you need monotonic timestamp. Especially many network stacks seem to make sequence IDs and timestamps to expire from `time_second' instead of time_uptime. time_second is not guaranteed to be monotonic! time_uptime is. http://docs.freebsd.org/cgi/mid.cgi?8153.1126340565 http://docs.freebsd.org/cgi/mid.cgi?20050909214808.GA6021 I was almost tempted to do `sed -i -e 's/time_second/time_uptime' net*' (with few exceptions) but I wasn't sure how many standards really demand time_second in their actual packets/cells. :-( Thanks, Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:45:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D64616A41F; Mon, 12 Sep 2005 16:45:58 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DB443D46; Mon, 12 Sep 2005 16:45:57 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 76A471EC325; Mon, 12 Sep 2005 18:45:56 +0200 (CEST) To: Jung-uk Kim From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 12 Sep 2005 12:40:49 EDT." <200509121240.51775.jkim@FreeBSD.org> Date: Mon, 12 Sep 2005 18:45:52 +0200 Message-ID: <11401.1126543552@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:45:58 -0000 In message <200509121240.51775.jkim@FreeBSD.org>, Jung-uk Kim writes: >Please make sure to use `time_uptime' if you need monotonic timestamp. >Especially many network stacks seem to make sequence IDs and >timestamps to expire from `time_second' instead of time_uptime. >time_second is not guaranteed to be monotonic! time_uptime is. > >http://docs.freebsd.org/cgi/mid.cgi?8153.1126340565 >http://docs.freebsd.org/cgi/mid.cgi?20050909214808.GA6021 I would like to add that this is *also* true for userland where uptime is called clock_gettime(CLOCK_MONOTONIC,...). Please consider carefully, if you need a timestamp for a certain time of day or just a certain inverval of time measured from now. In the latter case, it is _always_ uptime/CLOCK_MONOTONIC you want. Failure to do this means that your program/kernel code will do the wrong thing when the clock is stepped (manually or by NTP). -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:47:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD6F16A420; Mon, 12 Sep 2005 16:47:36 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9C043D46; Mon, 12 Sep 2005 16:47:36 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CGlaTm066527; Mon, 12 Sep 2005 16:47:36 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CGlanW066526; Mon, 12 Sep 2005 16:47:36 GMT (envelope-from yar) Message-Id: <200509121647.j8CGlanW066526@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 12 Sep 2005 16:47:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/doc-build chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/structure chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/translations chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:47:36 -0000 yar 2005-09-12 16:47:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer/doc-build chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml en_US.ISO8859-1/books/fdp-primer/structure chapter.sgml en_US.ISO8859-1/books/fdp-primer/the-website chapter.sgml en_US.ISO8859-1/books/fdp-primer/translations chapter.sgml en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Except for some rare cases, always use punctuation to finish a sentence at the end of a paragraph so that the readers don't think that some text is missing. Consistently use colons to finish sentences introductory to examples. Revision Changes Path 1.15 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml 1.72 +14 -14 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.43 +22 -22 doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml 1.17 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/structure/chapter.sgml 1.22 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml 1.28 +4 -4 doc/en_US.ISO8859-1/books/fdp-primer/translations/chapter.sgml 1.48 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:55:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C8FF16A41F; Mon, 12 Sep 2005 16:55:20 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AC443D46; Mon, 12 Sep 2005 16:55:19 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8CGtJRe094330; Mon, 12 Sep 2005 09:55:19 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8CGtJr9094329; Mon, 12 Sep 2005 09:55:19 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Sep 2005 09:55:18 -0700 From: "David O'Brien" To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050912165518.GA94181@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43255152.3000609@freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:55:20 -0000 On Mon, Sep 12, 2005 at 02:58:42AM -0700, Colin Percival wrote: > Emanuel Strobl wrote: > > Hmm, why was default size of root changed to 500M? > > Because I was increasing the sizes of /tmp and /var at the same time; because > I know that some users do somehow manage to fill up /; and because re@ told > me to. :-) Perhaps we should follow what SGI and Sun has done for years on its workstations: a combined / + /var + /usr. We would make it 15GB and be done with it. My laptop has a combined /+/var+/usr of 12GB and I have multiple kernels installed and room in swap for a crashdump. No need to reply you hate this idea - just one opinion that there are other partitioning schemes (especially now that we have a dynamic /) successfully used. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:58:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE6F916A41F; Mon, 12 Sep 2005 16:58:15 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C69443D49; Mon, 12 Sep 2005 16:58:15 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8CGwE0r013684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Sep 2005 12:58:14 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8CGwE6P027833; Mon, 12 Sep 2005 12:58:14 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F2A0D51226; Mon, 12 Sep 2005 12:58:13 -0400 (EDT) Date: Mon, 12 Sep 2005 12:58:13 -0400 From: Kris Kennaway To: Sergey Skvortsov Message-ID: <20050912165813.GB13861@xor.obsecurity.org> References: <200509121325.j8CDPOsY049417@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline In-Reply-To: <200509121325.j8CDPOsY049417@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/p5-Parallel-Pvm Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:58:16 -0000 --PmA2V3Z32TCmWXqI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 12, 2005 at 01:25:24PM +0000, Sergey Skvortsov wrote: > skv 2005-09-12 13:25:24 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > net/p5-Parallel-Pvm Makefile pkg-descr=20 > Log: > Use NOT_FOR_ARCHS > =20 > PR: ports/85991 > Submitted by: leeym Why? If pvm ever changes to provide shared libraries (may be a simple change), then you'll never notice it because the ports will never be rebuilt on pointyhat (BROKEN ports are periodically tested). Kris > | +NOT_FOR_ARCHS=3D amd64 ia64 > | =20 > | -.if ${ARCH} =3D=3D "amd64" || ${ARCH} =3D=3D "ia64" > | -BROKEN=3D "Does not build on amd64 or ia64 (pvm needs to provide shar= ed libraries)" > | -.endif --PmA2V3Z32TCmWXqI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDJbOlWry0BWjoQKURAm0sAKDngcJxdCROvr2UJ2A+8aul4mWk9QCfSQww sX6gGqNBb5AHgTfIOv2d6JY= =T6+3 -----END PGP SIGNATURE----- --PmA2V3Z32TCmWXqI-- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 16:59:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C4D16A41F; Mon, 12 Sep 2005 16:59:41 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1809E43D45; Mon, 12 Sep 2005 16:59:41 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8CGxegB094403; Mon, 12 Sep 2005 09:59:40 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8CGxdnh094401; Mon, 12 Sep 2005 09:59:39 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Sep 2005 09:59:39 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20050912165939.GB94181@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> <4324A5EF.3050803@root.org> <20050911215807.GA96773@xor.obsecurity.org> <4325A5A1.8080804@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4325A5A1.8080804@root.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 16:59:41 -0000 On Mon, Sep 12, 2005 at 08:58:25AM -0700, Nate Lawson wrote: > Kris Kennaway wrote: > >On Sun, Sep 11, 2005 at 02:47:27PM -0700, Nate Lawson wrote: > >>Can we put it somewhere other than /? /var/run/kernel? > > > >Why? That would use up even more space, in total. > > Huh? I mean kernel, *.ko -> /boot/kernel and kernel.debug (or > kernel.sym once that's fixed) -> /var/crash/kernel/kernel.debug I believe you'll get at least one response that it makes it harder to keep the straight which symbols match which kernel. One may 'mv /boot/kernel /boot/kernel.good-fifo' and forget to 'mv /var/crash/kernel /var/crash/kernel.good-fifo'. By keeping kernel + symbols in one place this isn't an issue. I think a better approach would be to split the kernel into runnable part and symbols part. The symbols would be bzip2'ed and kept beside the runnable part. kgdb would grow support to read a bzip2'ed file (using libbz2.so). Then the space issue wouldn't be such an issue. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:05:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BC516A41F; Mon, 12 Sep 2005 17:05:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 295E043D49; Mon, 12 Sep 2005 17:05:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CH5mU1067231; Mon, 12 Sep 2005 17:05:48 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CH5mRg067230; Mon, 12 Sep 2005 17:05:48 GMT (envelope-from rwatson) Message-Id: <200509121705.j8CH5mRg067230@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 17:05:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_io fifo_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:05:49 -0000 rwatson 2005-09-12 17:05:48 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_io fifo_io.c Log: Further updates to fifo_io regression test: - Teach fifo_io about kqueue monitoring of fifo file descriptor status, and add test cases for kqueue to match existing case for poll and select. Add a new cleanup routine, cleanfifokq(), for use in tests that use kqueues. kqueue_setup() sets up kqueue sessions, and kqueue_status() returns file descriptor status. - Correct a bug in select handling relating to the nfds argument, which was incorrect so resulted in select occuring on the wrong file descriptor, and possible false positive/negative results. - Clarify error reporting in one byte write+read tests to distinguish errors in the after case from the before case. Revision Changes Path 1.3 +287 -61 src/tools/regression/fifo/fifo_io/fifo_io.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:06:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17CFE16A41F; Mon, 12 Sep 2005 17:06:08 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95AA43D48; Mon, 12 Sep 2005 17:06:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CH67Vl067293; Mon, 12 Sep 2005 17:06:07 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CH67gM067292; Mon, 12 Sep 2005 17:06:07 GMT (envelope-from yar) Message-Id: <200509121706.j8CH67gM067292@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 12 Sep 2005 17:06:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:06:08 -0000 yar 2005-09-12 17:06:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml Log: Mark up some literal text as such in order to make it easier to tell the literal text from the surrounding body text. Revision Changes Path 1.44 +24 -13 doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:07:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1275E16A421 for ; Mon, 12 Sep 2005 17:07:39 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F369243D5D for ; Mon, 12 Sep 2005 17:07:36 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 28315 invoked from network); 12 Sep 2005 16:43:11 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 12 Sep 2005 16:43:11 -0000 Message-ID: <4325B5E9.E14D4484@freebsd.org> Date: Mon, 12 Sep 2005 19:07:53 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jung-uk Kim References: <200509121531.j8CFVSxj055317@repoman.freebsd.org> <200509121240.51775.jkim@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:07:39 -0000 Jung-uk Kim wrote: > > On Monday 12 September 2005 11:31 am, Jung-uk Kim wrote: > > jkim 2005-09-12 15:31:28 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_subr.c > > Log: > > use monotonic `time_uptime' instead of `time_second' > > > > Approved by: anholt (mentor) > > Discussed on: arch > > > > Revision Changes Path > > 1.645 +4 -4 src/sys/kern/vfs_subr.c > > Please make sure to use `time_uptime' if you need monotonic timestamp. > Especially many network stacks seem to make sequence IDs and > timestamps to expire from `time_second' instead of time_uptime. > time_second is not guaranteed to be monotonic! time_uptime is. > > http://docs.freebsd.org/cgi/mid.cgi?8153.1126340565 > http://docs.freebsd.org/cgi/mid.cgi?20050909214808.GA6021 > > I was almost tempted to do `sed -i -e 's/time_second/time_uptime' > net*' (with few exceptions) but I wasn't sure how many standards > really demand time_second in their actual packets/cells. :-( I'm working my way through netinet/*. -- Andre From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:14:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 175E716A41F; Mon, 12 Sep 2005 17:14:30 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 938B743D53; Mon, 12 Sep 2005 17:14:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CHETIJ067605; Mon, 12 Sep 2005 17:14:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CHET6h067604; Mon, 12 Sep 2005 17:14:29 GMT (envelope-from yar) Message-Id: <200509121714.j8CHET6h067604@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 12 Sep 2005 17:14:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml doc/en_US.ISO8859-1/books/fdp-primer/translations chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:14:30 -0000 yar 2005-09-12 17:14:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO8859-1/books/fdp-primer/translations chapter.sgml Log: Don't set an example of ignoring the recommended style: spell it "email", not "e-mail". Revision Changes Path 1.73 +7 -7 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.29 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/translations/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:29:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F116D16A41F; Mon, 12 Sep 2005 17:29:21 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F0DC43D64; Mon, 12 Sep 2005 17:29:20 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8CHT8I8049567; Mon, 12 Sep 2005 10:29:12 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509121729.j8CHT8I8049567@gw.catspoiler.org> Date: Mon, 12 Sep 2005 10:29:08 -0700 (PDT) From: Don Lewis To: cperciva@FreeBSD.org In-Reply-To: <43255152.3000609@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: Emanuel.strobl@gmx.net, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:29:22 -0000 On 12 Sep, Colin Percival wrote: > Emanuel Strobl wrote: >> Hmm, why was default size of root changed to 500M? > > Because I was increasing the sizes of /tmp and /var at the same time; because > I know that some users do somehow manage to fill up /; and because re@ told > me to. :-) > > I still have a 128MB / on most of my systems. As do I. >> Incredable much too much >> IMHO, if not reserved for debug kernels.... >> I've just been wondering today how wasteful FreeBSD uses the hard disk >> these days (BETA4)... > > You'll only get a 500MB / if you have more than 10GB of space on your hard > disk. I don't think that going from 2.5% of the disk up to 5% of the disk > is problematically wasteful, particularly since we're only talking about the > _default_ value and it's very easy to change in sysinstall. You haven't been listening to all those people who want to turn down the minfree percentage to gain more usable space. How many more mp3's could they store if / didn't gobble up that extra 372 MB? From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:33:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD6616A41F; Mon, 12 Sep 2005 17:33:45 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9AF43D46; Mon, 12 Sep 2005 17:33:44 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CHXiIg068365; Mon, 12 Sep 2005 17:33:44 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CHXiIR068364; Mon, 12 Sep 2005 17:33:44 GMT (envelope-from jylefort) Message-Id: <200509121733.j8CHXiIR068364@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 17:33:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/oorexx Makefile distinfo pkg-descr pkg-plist ports/lang/oorexx/files patch-Makefile patch-obj_rexximg.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:33:45 -0000 jylefort 2005-09-12 17:33:44 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/oorexx Makefile distinfo pkg-descr pkg-plist lang/oorexx/files patch-Makefile patch-obj_rexximg.sh Log: Add oorexx. Open Object Rexx is a powerful object-oriented scripting language. The interpreter is almost fully compatible with the original Object Rexx by IBM. The port is derived from the generic Unix source code, with the idea to add BSD-specific enhancements over time and also to develop modules that would allow to run the most of OS/2 Object Rexx code on BSD platforms. WWW: http://www.oorexx.org/ PR: ports/86005 Submitted by: Micho Durdevich Revision Changes Path 1.456 +1 -0 ports/lang/Makefile 1.1 +29 -0 ports/lang/oorexx/Makefile (new) 1.1 +2 -0 ports/lang/oorexx/distinfo (new) 1.1 +67 -0 ports/lang/oorexx/files/patch-Makefile (new) 1.1 +14 -0 ports/lang/oorexx/files/patch-obj_rexximg.sh (new) 1.1 +10 -0 ports/lang/oorexx/pkg-descr (new) 1.1 +53 -0 ports/lang/oorexx/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:34:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31B2416A41F; Mon, 12 Sep 2005 17:34:59 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E38AF43D46; Mon, 12 Sep 2005 17:34:58 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CHYw1X068421; Mon, 12 Sep 2005 17:34:58 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CHYwFS068420; Mon, 12 Sep 2005 17:34:58 GMT (envelope-from jylefort) Message-Id: <200509121734.j8CHYwFS068420@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 17:34:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:34:59 -0000 jylefort 2005-09-12 17:34:58 UTC FreeBSD ports repository Modified files: . modules Log: oorexx --> ports/lang/oorexx Revision Changes Path 1.13134 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:37:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1A916A41F; Mon, 12 Sep 2005 17:37:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97EDD43D45; Mon, 12 Sep 2005 17:37:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CHbIMV068599; Mon, 12 Sep 2005 17:37:18 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CHbIFg068598; Mon, 12 Sep 2005 17:37:18 GMT (envelope-from jylefort) Message-Id: <200509121737.j8CHbIFg068598@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 17:37:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/rexx-regina Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:37:19 -0000 jylefort 2005-09-12 17:37:18 UTC FreeBSD ports repository Modified files: lang/rexx-regina Makefile Log: Mark conflict with lang/oorexx. Revision Changes Path 1.5 +2 -1 ports/lang/rexx-regina/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:38:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC23316A41F; Mon, 12 Sep 2005 17:38:45 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8902043D45; Mon, 12 Sep 2005 17:38:45 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CHcjhX068680; Mon, 12 Sep 2005 17:38:45 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CHcjKd068679; Mon, 12 Sep 2005 17:38:45 GMT (envelope-from jylefort) Message-Id: <200509121738.j8CHcjKd068679@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 17:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/rexx-imc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:38:46 -0000 jylefort 2005-09-12 17:38:45 UTC FreeBSD ports repository Modified files: lang/rexx-imc Makefile Log: Mark conflict with lang/oorexx. Revision Changes Path 1.27 +2 -2 ports/lang/rexx-imc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:39:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4389D16A41F; Mon, 12 Sep 2005 17:39:51 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C0643D45; Mon, 12 Sep 2005 17:39:51 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CHdoRc068729; Mon, 12 Sep 2005 17:39:50 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CHdohl068728; Mon, 12 Sep 2005 17:39:50 GMT (envelope-from jylefort) Message-Id: <200509121739.j8CHdohl068728@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 17:39:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/oorexx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:39:51 -0000 jylefort 2005-09-12 17:39:50 UTC FreeBSD ports repository Modified files: lang/oorexx Makefile Log: Add rexx-imc to CONFLICTS. Revision Changes Path 1.2 +1 -1 ports/lang/oorexx/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 17:53:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE3F16A41F; Mon, 12 Sep 2005 17:53:27 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4757B43D48; Mon, 12 Sep 2005 17:53:26 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id j8CHrGGe049612; Mon, 12 Sep 2005 10:53:20 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200509121753.j8CHrGGe049612@gw.catspoiler.org> Date: Mon, 12 Sep 2005 10:53:16 -0700 (PDT) From: Don Lewis To: obrien@FreeBSD.org In-Reply-To: <20050912165939.GB94181@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, nate@root.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 17:53:27 -0000 On 12 Sep, David O'Brien wrote: > I think a better approach would be to split the kernel into runnable part > and symbols part. The symbols would be bzip2'ed and kept beside the > runnable part. kgdb would grow support to read a bzip2'ed file (using > libbz2.so). Then the space issue wouldn't be such an issue. Why not just bzip2 the symbols before storing them in kernel.debug? Kgdb would still have to grow support for decompressing the debug info that it reads from the executable. From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:04:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B548016A41F; Mon, 12 Sep 2005 18:04:37 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAE243D46; Mon, 12 Sep 2005 18:04:37 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8CI4eo5013385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Sep 2005 11:04:40 -0700 Message-ID: <4325C332.3060105@root.org> Date: Mon, 12 Sep 2005 11:04:34 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> <4324A5EF.3050803@root.org> <20050911215807.GA96773@xor.obsecurity.org> <4325A5A1.8080804@root.org> <20050912165939.GB94181@dragon.NUXI.org> In-Reply-To: <20050912165939.GB94181@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:04:37 -0000 David O'Brien wrote: > On Mon, Sep 12, 2005 at 08:58:25AM -0700, Nate Lawson wrote: > >>Kris Kennaway wrote: >> >>>On Sun, Sep 11, 2005 at 02:47:27PM -0700, Nate Lawson wrote: >>> >>>>Can we put it somewhere other than /? /var/run/kernel? >>> >>>Why? That would use up even more space, in total. >> >>Huh? I mean kernel, *.ko -> /boot/kernel and kernel.debug (or >>kernel.sym once that's fixed) -> /var/crash/kernel/kernel.debug > > > I believe you'll get at least one response that it makes it harder to > keep the straight which symbols match which kernel. One may > 'mv /boot/kernel /boot/kernel.good-fifo' and forget to > 'mv /var/crash/kernel /var/crash/kernel.good-fifo'. By keeping kernel + > symbols in one place this isn't an issue. > > I think a better approach would be to split the kernel into runnable part > and symbols part. The symbols would be bzip2'ed and kept beside the > runnable part. kgdb would grow support to read a bzip2'ed file (using > libbz2.so). Then the space issue wouldn't be such an issue. > This sounds good to me. -- Nate From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:07:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DFC16A41F; Mon, 12 Sep 2005 18:07:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107BC43D45; Mon, 12 Sep 2005 18:07:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CI7nc3069898; Mon, 12 Sep 2005 18:07:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CI7nQ0069897; Mon, 12 Sep 2005 18:07:49 GMT (envelope-from rwatson) Message-Id: <200509121807.j8CI7nQ0069897@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 18:07:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:07:50 -0000 rwatson 2005-09-12 18:07:49 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: When a request is made to register a filter on a fifo that doesn't apply to the fifo (i.e., not EVFILT_READ or EVFILT_WRITE), reject it as EINVAL, not by returning 1 (EPERM). MFC after: 3 days Revision Changes Path 1.120 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:08:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FDAA16A41F; Mon, 12 Sep 2005 18:08:22 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979A543D4C; Mon, 12 Sep 2005 18:08:21 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CI8Ljo069951; Mon, 12 Sep 2005 18:08:21 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CI8LfP069950; Mon, 12 Sep 2005 18:08:21 GMT (envelope-from novel) Message-Id: <200509121808.j8CI8LfP069950@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 12 Sep 2005 18:08:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/conky Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:08:22 -0000 novel 2005-09-12 18:08:21 UTC FreeBSD ports repository Modified files: sysutils/conky Makefile distinfo Log: Update to 1.3.1. Revision Changes Path 1.4 +1 -1 ports/sysutils/conky/Makefile 1.2 +2 -2 ports/sysutils/conky/distinfo From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:12:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F27316A41F; Mon, 12 Sep 2005 18:12:53 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE95E43D46; Mon, 12 Sep 2005 18:12:52 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8CICpiL096300; Mon, 12 Sep 2005 11:12:52 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8CICpX1096299; Mon, 12 Sep 2005 11:12:51 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Sep 2005 11:12:51 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20050912181251.GA96269@dragon.NUXI.org> References: <200509121022.j8CAMsus032474@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509121022.j8CAMsus032474@repoman.freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc c-decl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:12:53 -0000 On Mon, Sep 12, 2005 at 10:22:54AM +0000, Scott Long wrote: > scottl 2005-09-12 10:22:54 UTC > > FreeBSD src repository > Modified files: (Branch: RELENG_6) > contrib/gcc c-decl.c > Log: > MFC rev 1.13 of c-decl.c. A nice side effect is that it's once again > possible to compile a HEAD kernel in a RELENG_6 world via the normal > shortcuts. > > Approved by: re *sigh* now you've wasted my time. Last night I said I would MFC in the morning after you asked me to MFC it. Thanks. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:17:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 973A816A41F; Mon, 12 Sep 2005 18:17:28 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3376143D46; Mon, 12 Sep 2005 18:17:28 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8CIHRFv096502; Mon, 12 Sep 2005 11:17:27 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8CIHR6w096501; Mon, 12 Sep 2005 11:17:27 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Sep 2005 11:17:27 -0700 From: "David O'Brien" To: Robert Watson Message-ID: <20050912181727.GA96329@dragon.NUXI.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> <20050912094446.P33344@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050912094446.P33344@fledge.watson.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:17:28 -0000 On Mon, Sep 12, 2005 at 10:16:00AM +0100, Robert Watson wrote: > Supposing for a moment that I didn't work for a large CPU manafacturor, > but instead had a moderately well-configured desktop system, and that > instead of having one source tree I worked on, I were a kernel developer > who had 12 active development branches with various kernels, then the math > settles out a little differently. Suppose that thru a long multi-month discussion with the TRB and parts of Core a matrix was created what was officially supported of what builds on what. And also stated what was should be kept building on what if reasonable to do so. And stated what wasn't supported. The build situation you championed wasn't even contemplated - it isn't one we'd run into to even consider having it in the matrix. I know for a fact that a RELENG_5 config(8) won't config a -CURRENT kernel. So you must have built a -CURRENT config(8) on your RELENG_x box (or be prepared to). You could also build -CURRENT gcc+binutils on your RELENG_x box and install it for use in building HEAD kernels. > On my desktop (P4 1.8GHz, 512MB), it takes 15 minutes per kernel tools > build, which assuming I built them on the three machines sequentially, > would result in spending 9 hours rebuilding kernel tools as a result of > introducing dependencies on compiler tweaks before merging them. Honestly, a 1.8GHz Intel (or AMD 1800+) desktop CPU is 4 years old. For some one building 12 active branches a day, I think you would be more than justified in asking for a more powerful desktop at http://www.freebsd.org/donations/wantlist.html With both Intel and AMD have dual-core desktops - allowing you to have a cheap SMP machine, its a good time to ask on wantlist.html. > So the difference between it working may be gravy to you, but it's the > difference between spending several days of my FreeBSD time chasing build > tool changes over a dozen branches and several machines and spending those > days doing productive work. Which isn't to say that progress shouldn't > happen, just that a minor change in the order of commits would have saved > me a lot of time. There are 100's and 100's of FreeBSD commits that if ordered or done slightly differently would have saved me hours and hours and hours. That, unfortunately, is the life of a committer in FreeBSD'ville. > Just because you don't know how to request MFC's from the release > engineering team, which typically has a turn around time of less than a > day, doesn't mean I shouldn't expect you to know how to do it :-). Feh. I don't know what world you live - this doesn't at all match my experience over the past two years. Maybe requests from members of RE gravitate to the top of other RE's inboxes where they are seen and answered... ;-) My experience is one of missed and forgotten requests. Or requests denied by one RE and approved by another, after poking them individually. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:18:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F1916A41F; Mon, 12 Sep 2005 18:18:37 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93BB843D45; Mon, 12 Sep 2005 18:18:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8CIIZIZ096550; Mon, 12 Sep 2005 11:18:35 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8CIIZQb096549; Mon, 12 Sep 2005 11:18:35 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Sep 2005 11:18:35 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20050912181835.GB96329@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911022901.GA3090@xor.obsecurity.org> <432397EF.5000409@FreeBSD.org> <4324A5EF.3050803@root.org> <20050911215807.GA96773@xor.obsecurity.org> <4325A5A1.8080804@root.org> <20050912165939.GB94181@dragon.NUXI.org> <4325C332.3060105@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4325C332.3060105@root.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:18:37 -0000 On Mon, Sep 12, 2005 at 11:04:34AM -0700, Nate Lawson wrote: > David O'Brien wrote: > > I think a better approach would be to split the kernel into runnable > > part and symbols part. The symbols would be bzip2'ed and kept beside > > the runnable part. kgdb would grow support to read a bzip2'ed file > > (using libbz2.so). Then the space issue wouldn't be such an issue. > > This sounds good to me. Me too. But I'm not volenteering to do the work. The kgdb developer would need to (or someone else sufficiently motivied). -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:28:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8811616A41F; Mon, 12 Sep 2005 18:28:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2947343D45; Mon, 12 Sep 2005 18:28:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 52CDE46BC6; Mon, 12 Sep 2005 14:28:51 -0400 (EDT) Date: Mon, 12 Sep 2005 19:28:51 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: David O'Brien In-Reply-To: <20050912181727.GA96329@dragon.NUXI.org> Message-ID: <20050912192330.P96771@fledge.watson.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> <20050912094446.P33344@fledge.watson.org> <20050912181727.GA96329@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:28:52 -0000 On Mon, 12 Sep 2005, David O'Brien wrote: > Suppose that thru a long multi-month discussion with the TRB and parts > of Core a matrix was created what was officially supported of what > builds on what. And also stated what was should be kept building on > what if reasonable to do so. And stated what wasn't supported. > > The build situation you championed wasn't even contemplated - it isn't > one we'd run into to even consider having it in the matrix. > > I know for a fact that a RELENG_5 config(8) won't config a -CURRENT > kernel. So you must have built a -CURRENT config(8) on your RELENG_x > box (or be prepared to). You could also build -CURRENT gcc+binutils on > your RELENG_x box and install it for use in building HEAD kernels. So it would appear: zoo:/zoo/rwatson/p4/projects/netsmp/src/sys/fs/fifofs% ls ~/bin ./ config4* config61* ministat* ../ config6* config62* p4* Easy to do it with config, a pain to do it with a complete toolchain. I have to say that the NOMAN->NO_MAN changes last year were among the most annoying of this sort we've had in ages, since there was little or no effort at forwards compatibility for builds. This required custom modification of the module Makefile for aic7xxx for every kernel source code tree I work with, which was also a waste of time. >> On my desktop (P4 1.8GHz, 512MB), it takes 15 minutes per kernel tools >> build, which assuming I built them on the three machines sequentially, >> would result in spending 9 hours rebuilding kernel tools as a result of >> introducing dependencies on compiler tweaks before merging them. > > Honestly, a 1.8GHz Intel (or AMD 1800+) desktop CPU is 4 years old. > For some one building 12 active branches a day, I think you would be > more than justified in asking for a more powerful desktop at > http://www.freebsd.org/donations/wantlist.html With both Intel and AMD > have dual-core desktops - allowing you to have a cheap SMP machine, its > a good time to ask on wantlist.html. While the build time is huge, it's much more the management time that makes it an issue: as I said, keeping 12 branches with in sync toolchains is very time-consuming, and adds overhead to day-to-day development that, in the general case, is unnecessary. >> So the difference between it working may be gravy to you, but it's the >> difference between spending several days of my FreeBSD time chasing >> build tool changes over a dozen branches and several machines and >> spending those days doing productive work. Which isn't to say that >> progress shouldn't happen, just that a minor change in the order of >> commits would have saved me a lot of time. > > There are 100's and 100's of FreeBSD commits that if ordered or done > slightly differently would have saved me hours and hours and hours. > That, unfortunately, is the life of a committer in FreeBSD'ville. No doubt. Yet you'd think that avoiding unnecessary inconvenience would be something you'd consider desirable, given that... Robert N M Watson From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:33:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8886C16A41F; Mon, 12 Sep 2005 18:33:34 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5831543D48; Mon, 12 Sep 2005 18:33:34 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CIXY7C071007; Mon, 12 Sep 2005 18:33:34 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CIXYNM071006; Mon, 12 Sep 2005 18:33:34 GMT (envelope-from netchild) Message-Id: <200509121833.j8CIXYNM071006@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 12 Sep 2005 18:33:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm dsp.c sound.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:33:34 -0000 netchild 2005-09-12 18:33:34 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm dsp.c sound.c Log: - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page). - Remove an assertion in sound.c, it's not needed (and causes a panic now). From the conversation via mail between glebius and Ariff: ---snip--- > Well, but which mutex protects now? Do we own anything else > in pcm_chnalloc()? I see some queue(4) macros in pcm_chnalloc(), > they should be protected, shouldn't they? Queue insertion/removal occur during 1) driver loading (which is pretty much single thread / sequential) or unloading (mutex protected, bail out if there is any channel with refcount > 0 or busy). 2) vchan_create()/destroy(), (which is *sigh* quite complicated), but somehow protected by 'master'/parent channel mutex. Other thread cannot add/remove vchan (or even continue traversing that queue) unless it can acquire parent channel mutex. ---snip--- Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page). Submitted by: Ariff Abdullah Tested with: INVARIANTS[1] and DIAGNOSTICS[2] Tested by: netchild [1,2], David Reid [1] Revision Changes Path 1.84 +3 -3 src/sys/dev/sound/pcm/dsp.c 1.96 +0 -2 src/sys/dev/sound/pcm/sound.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:40:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBAA16A41F; Mon, 12 Sep 2005 18:40:26 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537BC43D46; Mon, 12 Sep 2005 18:40:26 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8CIePUW097109; Mon, 12 Sep 2005 11:40:25 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8CIePss097108; Mon, 12 Sep 2005 11:40:25 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Sep 2005 11:40:25 -0700 From: "David O'Brien" To: Robert Watson Message-ID: <20050912184025.GA96996@dragon.NUXI.org> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> <20050912094446.P33344@fledge.watson.org> <20050912181727.GA96329@dragon.NUXI.org> <20050912192330.P96771@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050912192330.P96771@fledge.watson.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:40:26 -0000 On Mon, Sep 12, 2005 at 07:28:51PM +0100, Robert Watson wrote: > On Mon, 12 Sep 2005, David O'Brien wrote: > >There are 100's and 100's of FreeBSD commits that if ordered or done > >slightly differently would have saved me hours and hours and hours. > >That, unfortunately, is the life of a committer in FreeBSD'ville. > > No doubt. > > Yet you'd think that avoiding unnecessary inconvenience would be > something you'd consider desirable, given that... And I would have MFC'ed the bug fix the moment RELENG_6 was unfrozen. I'm not arguing that committing the fix to all the active RELENG_* branchs isn't a good idea. Nor have I said I wouldn't do it. The issue is you're essentially requiring me to MFC thru a code freeze (the process can be too heavy weight) before I could work on HEAD - a requirement that hasn't existed before and isn't written down anywhere. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:50:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7860416A41F; Mon, 12 Sep 2005 18:50:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91C943D45; Mon, 12 Sep 2005 18:50:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 12 Sep 2005 15:05:50 -0400 From: John Baldwin To: "Gary W. Swearingen" Date: Mon, 12 Sep 2005 14:36:51 -0400 User-Agent: KMail/1.8 References: <200509121514.j8CFEs9g054685@repoman.freebsd.org> In-Reply-To: <200509121514.j8CFEs9g054685@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509121436.52355.jhb@FreeBSD.org> Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:50:15 -0000 On Monday 12 September 2005 11:14 am, Gary W. Swearingen wrote: > garys 2005-09-12 15:14:54 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/boot chapter.sgml > Log: > Corrected implication that /boot/boot0 comes from MBR. > > Added detail about fdisk and /boot/mbr to head off reader assumption > that FreeBSD's boot manager is FreeBSD-fdisk's default boot manager. > > Added detail to statement about 512 byte boot program > to head off debatable claims that it's untrue, and also > to inform the reader. > > Approved by: keramida The first sentence has a mismatch between subject and verb ("The FreeBSD MBR ... are"). Also, a better explanation is something more along the lines that the MBR, strictly speaking, is just the 4-entry table at the end of the first sector. The boot code prior to the MBR is not part of the MBR. The way that booting off a disk works when using BIOS is that it loads the first sector off of the device to a fixed memory offset (0x7c00 IIRC) and if it ends with 0xAA55 it assumes it is valid and starts executing it at the beginning. This is a bit more complicated in that some SCSI controllers expect the first sector of a hard disk to contain an MBR so that the controller's BIOS can guess at the geometry the BIOS is using for the disk. Traditionally, slices are supposed to start and end on cylinder boundaries meaning that the entire first cylinder (63 sectors on all but really old hard disks) is available for use by the boot code (which is how boot0ext is two sectors in length). I'm not sure if any BIOSes actually enforce that requirement however. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:50:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA0416A420; Mon, 12 Sep 2005 18:50:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A931C43D46; Mon, 12 Sep 2005 18:50:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 12 Sep 2005 15:05:50 -0400 From: John Baldwin To: Ken Smith Date: Mon, 12 Sep 2005 14:51:14 -0400 User-Agent: KMail/1.8 References: <200509081350.j88DoG5s039090@repoman.freebsd.org> In-Reply-To: <200509081350.j88DoG5s039090@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509121451.15539.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:50:16 -0000 On Thursday 08 September 2005 09:50 am, Ken Smith wrote: > kensmith 2005-09-08 13:50:16 UTC > > FreeBSD src repository > > Modified files: > sys/dev/hme if_hme.c > Log: > Move hme_stop() after ether_ifdetach() and if_free() to prevent a > memory-referenced-after-free panic if the hme interface fails to > attach. > > Patch obtained from: marius > Suggested same thing: brooks > > MFC after: 3 days Umm, can't this lead to panics due to hme_intr() dereferencing sc_ifp? Why not do what all the other ethernet drivers do: if (device_is_attached(dev)) { HME_LOCK(sc); hme_stop(sc); HME_UNLOCK(sc); callout_drain(..); ether_ifdetach(...); if_free(...); } For references of similar drivers look at the detach methods for xl(4), pcn(4), wb(4), dc(4), sf(4), etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 18:58:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F7C16A41F; Mon, 12 Sep 2005 18:58:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9466A43D49; Mon, 12 Sep 2005 18:58:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 0CD8746B06; Mon, 12 Sep 2005 14:58:01 -0400 (EDT) Date: Mon, 12 Sep 2005 19:58:00 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <200407041052.i64Aqs78039847@repoman.freebsd.org> Message-ID: <20050912195632.V96771@fledge.watson.org> References: <200407041052.i64Aqs78039847@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c vfs_mount.c vfs_subr.c src/sys/sys event.h mount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 18:58:02 -0000 On Sun, 4 Jul 2004, Alfred Perlstein wrote: > Modified files: > sys/kern kern_event.c vfs_mount.c vfs_subr.c > sys/sys event.h mount.h > Log: > Introduce a new kevent filter. EVFILT_FS that will be used to signal > generic filesystem events to userspace. Currently only mount and unmount > of filesystems are signalled. Soon to be added, up/down status of NFS. > > Introduce a sysctl node used to route requests to/from filesystems > based on filesystem ids. > > Introduce a new vfsop, vfs_sysctl(mp, req) that is used as the callback/ > entrypoint by the sysctl code to change individual filesystems. Do you have any plans to update kqueue(2) to describe EVFILT_FS? Right now, the existing filter types appear to have useful summaries of what they represent, and information on how they are used with objects. This would be quite useful to have for EVFILT_FS also. Thanks, Robert N M Watson From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C248716A41F; Mon, 12 Sep 2005 19:03:54 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBC443D48; Mon, 12 Sep 2005 19:03:54 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8CJ3r61010670; Mon, 12 Sep 2005 12:03:53 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8CJ3rjA010669; Mon, 12 Sep 2005 12:03:53 -0700 Date: Mon, 12 Sep 2005 12:03:53 -0700 From: Brooks Davis To: John Baldwin Message-ID: <20050912190353.GC24946@odin.ac.hmc.edu> References: <200509081350.j88DoG5s039090@repoman.freebsd.org> <200509121451.15539.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <200509121451.15539.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:03:54 -0000 --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 12, 2005 at 02:51:14PM -0400, John Baldwin wrote: > On Thursday 08 September 2005 09:50 am, Ken Smith wrote: > > kensmith 2005-09-08 13:50:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/hme if_hme.c > > Log: > > Move hme_stop() after ether_ifdetach() and if_free() to prevent a > > memory-referenced-after-free panic if the hme interface fails to > > attach. > > > > Patch obtained from: marius > > Suggested same thing: brooks > > > > MFC after: 3 days >=20 > Umm, can't this lead to panics due to hme_intr() dereferencing sc_ifp? W= hy=20 > not do what all the other ethernet drivers do: >=20 > if (device_is_attached(dev)) { > HME_LOCK(sc); > hme_stop(sc); > HME_UNLOCK(sc); > callout_drain(..); > ether_ifdetach(...); > if_free(...); > } >=20 > For references of similar drivers look at the detach methods for xl(4),= =20 > pcn(4), wb(4), dc(4), sf(4), etc. The commit message is backwards. It's actually correcting this bug (I think Ken sent a followup). -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDJdEZXY6L6fI4GtQRAr3rAJoC/4ls87kh5dVDQ7gPoLOCaNYnHACfXcqp kCrgYxpv1eGRaplHN/JxMLI= =GAMW -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:15:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B23E16A41F; Mon, 12 Sep 2005 19:15:16 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E529843D58; Mon, 12 Sep 2005 19:15:15 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJFFv6072583; Mon, 12 Sep 2005 19:15:15 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJFFDp072582; Mon, 12 Sep 2005 19:15:15 GMT (envelope-from joel) Message-Id: <200509121915.j8CJFFDp072582@repoman.freebsd.org> From: Joel Dahl Date: Mon, 12 Sep 2005 19:15:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/netperf index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:15:16 -0000 joel 2005-09-12 19:15:15 UTC FreeBSD doc repository Modified files: en/projects/netperf index.sgml Log: Fix two typos. Approved by: brueffer (mentor) Revision Changes Path 1.15 +3 -3 www/en/projects/netperf/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:16:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415A416A41F; Mon, 12 Sep 2005 19:16:31 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F238843D45; Mon, 12 Sep 2005 19:16:30 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJGU3L072673; Mon, 12 Sep 2005 19:16:30 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJGUBX072672; Mon, 12 Sep 2005 19:16:30 GMT (envelope-from joel) Message-Id: <200509121916.j8CJGUBX072672@repoman.freebsd.org> From: Joel Dahl Date: Mon, 12 Sep 2005 19:16:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/dingo index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:16:31 -0000 joel 2005-09-12 19:16:30 UTC FreeBSD doc repository Modified files: en/projects/dingo index.sgml Log: Fix two typos. Approved by: brueffer (mentor) Revision Changes Path 1.15 +3 -3 www/en/projects/dingo/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:18:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B72516A41F; Mon, 12 Sep 2005 19:18:04 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2936243D53; Mon, 12 Sep 2005 19:18:04 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJI3R7072724; Mon, 12 Sep 2005 19:18:03 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJI3Qq072723; Mon, 12 Sep 2005 19:18:03 GMT (envelope-from joel) Message-Id: <200509121918.j8CJI3Qq072723@repoman.freebsd.org> From: Joel Dahl Date: Mon, 12 Sep 2005 19:18:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/c99 index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:18:04 -0000 joel 2005-09-12 19:18:03 UTC FreeBSD doc repository Modified files: en/projects/c99 index.sgml Log: Fix two typos. Approved by: brueffer (mentor) Revision Changes Path 1.96 +3 -3 www/en/projects/c99/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:19:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A7816A41F; Mon, 12 Sep 2005 19:19:28 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C8643D49; Mon, 12 Sep 2005 19:19:28 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJJScF072776; Mon, 12 Sep 2005 19:19:28 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJJSC4072775; Mon, 12 Sep 2005 19:19:28 GMT (envelope-from joel) Message-Id: <200509121919.j8CJJSC4072775@repoman.freebsd.org> From: Joel Dahl Date: Mon, 12 Sep 2005 19:19:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/nanobsd index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:19:28 -0000 joel 2005-09-12 19:19:28 UTC FreeBSD doc repository Modified files: en/projects/nanobsd index.sgml Log: s/Sliming/Slimming/ Approved by: brueffer (mentor) Revision Changes Path 1.3 +3 -3 www/en/projects/nanobsd/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:22:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA1B16A420; Mon, 12 Sep 2005 19:22:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77BA43D46; Mon, 12 Sep 2005 19:22:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJMbjF073084; Mon, 12 Sep 2005 19:22:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJMbvA073083; Mon, 12 Sep 2005 19:22:37 GMT (envelope-from rwatson) Message-Id: <200509121922.j8CJMbvA073083@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 19:22:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:22:38 -0000 rwatson 2005-09-12 19:22:37 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupported kqueue filter type is requested on a vnode. MFC after: 3 days Revision Changes Path 1.646 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:23:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A7016A41F; Mon, 12 Sep 2005 19:23:23 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A4A43D48; Mon, 12 Sep 2005 19:23:23 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJNNdt073127; Mon, 12 Sep 2005 19:23:23 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJNNMA073126; Mon, 12 Sep 2005 19:23:23 GMT (envelope-from remko) Message-Id: <200509121923.j8CJNNMA073126@repoman.freebsd.org> From: Remko Lodder Date: Mon, 12 Sep 2005 19:23:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:23:23 -0000 remko 2005-09-12 19:23:23 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Bring in the cutting-edge translation for the Dutch Documentation. It is currently based on rev. 1.219 Obtained from: The FreeBSD Dutch Documentation Project (Siebrand Mazeland) Revision Changes Path 1.2 +1821 -85 doc/nl_NL.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:26:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DD6816A41F; Mon, 12 Sep 2005 19:26:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4D743D46; Mon, 12 Sep 2005 19:26:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJQ3FO073281; Mon, 12 Sep 2005 19:26:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJQ3tR073280; Mon, 12 Sep 2005 19:26:03 GMT (envelope-from rwatson) Message-Id: <200509121926.j8CJQ3tR073280@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 19:26:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:26:04 -0000 rwatson 2005-09-12 19:26:03 UTC FreeBSD src repository Modified files: sys/net if.c Log: In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter type is requested on a network interface file descriptor that is non-applicable. MFC after: 3 days Revision Changes Path 1.246 +1 -1 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:31:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F44C16A420; Mon, 12 Sep 2005 19:31:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4221043D5A; Mon, 12 Sep 2005 19:31:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJVHJZ073595; Mon, 12 Sep 2005 19:31:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJVHu3073594; Mon, 12 Sep 2005 19:31:17 GMT (envelope-from rwatson) Message-Id: <200509121931.j8CJVHu3073594@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 19:31:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_misc fifo_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:31:17 -0000 rwatson 2005-09-12 19:31:17 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_misc fifo_misc.c Log: Comment test_lseek(). Add test_kqueue(), which registers and unregisters various kqueue filter types on a fifo in order to make sure that EVFILT_READ, EVFILT_WRITE can be registered, and that EVFILT_NETDEV can't be registered. For now, we don't test that EVFILT_VNODE can be registered on fifos, as that has been broken at some point. Revision Changes Path 1.2 +117 -0 src/tools/regression/fifo/fifo_misc/fifo_misc.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:38:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FCB16A41F; Mon, 12 Sep 2005 19:38:53 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6419D43D45; Mon, 12 Sep 2005 19:38:53 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJcrdH074008; Mon, 12 Sep 2005 19:38:53 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJcruI074007; Mon, 12 Sep 2005 19:38:53 GMT (envelope-from jkois) Message-Id: <200509121938.j8CJcruI074007@repoman.freebsd.org> From: Johann Kois Date: Mon, 12 Sep 2005 19:38:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/de docs.sgml www/de/news news.xml press.xml www/de/platforms/ia64 todo.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:38:53 -0000 jkois 2005-09-12 19:38:53 UTC FreeBSD doc repository Modified files: de docs.sgml de/news news.xml press.xml de/platforms/ia64 todo.xsl Log: MFbed: Update the German website. www/de/docs.sgml fixes only www/de/news/news.xml 1.330 -> 1.331 www/de/news/press.xml 1.169 -> 1.171 + fixes www/de/platforms/ia64/todo.xsl 1.2 -> 1.3 + fixes Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.7 +2 -2 www/de/docs.sgml 1.30 +17 -2 www/de/news/news.xml 1.19 +35 -9 www/de/news/press.xml 1.3 +5 -5 www/de/platforms/ia64/todo.xsl From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:39:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CEC116A41F; Mon, 12 Sep 2005 19:39:30 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071E143D46; Mon, 12 Sep 2005 19:39:30 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJdTPf074050; Mon, 12 Sep 2005 19:39:29 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJdTno074049; Mon, 12 Sep 2005 19:39:29 GMT (envelope-from blackend) Message-Id: <200509121939.j8CJdTno074049@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 12 Sep 2005 19:39:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:39:30 -0000 blackend 2005-09-12 19:39:29 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/install chapter.sgml Log: Translation fixes. Revision Changes Path 1.23 +17 -17 doc/fr_FR.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:40:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60ED016A41F; Mon, 12 Sep 2005 19:40:03 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25D543D45; Mon, 12 Sep 2005 19:40:02 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJe27D074094; Mon, 12 Sep 2005 19:40:02 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJe2pQ074093; Mon, 12 Sep 2005 19:40:02 GMT (envelope-from thierry) Message-Id: <200509121940.j8CJe2pQ074093@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 12 Sep 2005 19:40:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/dislin Makefile distinfo distinfo-5.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:40:03 -0000 thierry 2005-09-12 19:40:02 UTC FreeBSD ports repository Modified files: math/dislin Makefile distinfo distinfo-5.1 Log: Unbreak by fixing MD5 after a silent update. According to Helmut Michels (author) this fixes a very small reported bug: - wrong position of triangles and vectors in the routines TRIFLL and FIELD for the option PAGMOD ("TOP"). Reported by: pointyhat via Kris Revision Changes Path 1.16 +1 -0 ports/math/dislin/Makefile 1.3 +2 -2 ports/math/dislin/distinfo 1.3 +2 -2 ports/math/dislin/distinfo-5.1 From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:42:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D7216A41F; Mon, 12 Sep 2005 19:42:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E29243D48; Mon, 12 Sep 2005 19:42:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 12 Sep 2005 15:58:29 -0400 From: John Baldwin To: "David E. O'Brien" Date: Mon, 12 Sep 2005 14:55:40 -0400 User-Agent: KMail/1.8 References: <200509110022.j8B0MLV9083240@repoman.freebsd.org> In-Reply-To: <200509110022.j8B0MLV9083240@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509121455.41702.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:42:54 -0000 On Saturday 10 September 2005 08:22 pm, David E. O'Brien wrote: > obrien 2005-09-11 00:22:21 UTC > > FreeBSD src repository > > Modified files: > sys/conf kern.post.mk > Log: > For HEAD, install a kernel with debug information if DEBUG is a kernel > config option. It is too easy to loose the build directory and not have > symbols for kgdb to read. > > Revision Changes Path > 1.84 +4 -17 src/sys/conf/kern.post.mk Ouch. :( I tend to fill up the / on my test machines with all my test stripped kernels as it is. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:42:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4977F16A420; Mon, 12 Sep 2005 19:42:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A36F43D49; Mon, 12 Sep 2005 19:42:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 12 Sep 2005 15:58:29 -0400 From: John Baldwin To: Scott Long Date: Mon, 12 Sep 2005 15:27:15 -0400 User-Agent: KMail/1.8 References: <200509022021.j82KLnZ4076136@repoman.freebsd.org> <4318BCB5.5050001@samsco.org> In-Reply-To: <4318BCB5.5050001@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509121527.17178.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:42:54 -0000 On Friday 02 September 2005 04:57 pm, Scott Long wrote: > John Baldwin wrote: > > jhb 2005-09-02 20:21:49 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_mutex.c > > Log: > > - Add an assertion to panic if one tries to call mtx_trylock() on a > > spin mutex. > > Explaining exactly why this is bad, either in a commit log, in a > manpage, or in source code comments would be really nice. The pitfalls > are not immediately obvious to the casual observer. I can update the manpage. mtx_trylock() has never worked for spin mutexes since its import from BSD/OS. If we ever wanted one (I can think of one useful case in the idle loop perhaps) then it would be called mtx_trylock_spin() anyways. > > - Don't panic if a spin lock is held too long inside _mtx_lock_spin() > > if panicstr is set (meaning that we are already in a panic). Just keep > > spinning forever instead. > > If panicstr is set, shouldn't all CPUs have already been sent an NMI? > This seems like a step backwards in reliability. They should not recursively panic, yes, but in practice they do and once they do you can't get into the debugger. Just ask Kris if this is an improvement. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:42:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C74416A421; Mon, 12 Sep 2005 19:42:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF8A43D46; Mon, 12 Sep 2005 19:42:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 12 Sep 2005 15:58:29 -0400 From: John Baldwin To: obrien@FreeBSD.org Date: Mon, 12 Sep 2005 15:43:39 -0400 User-Agent: KMail/1.8 References: <200509110338.j8B3cJwv098050@repoman.freebsd.org> <4323BB54.6060600@errno.com> <20050911060138.GA83586@dragon.NUXI.org> In-Reply-To: <20050911060138.GA83586@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509121543.41175.jhb@FreeBSD.org> Cc: Sam Leffler , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:42:54 -0000 On Sunday 11 September 2005 02:01 am, David O'Brien wrote: > On Sat, Sep 10, 2005 at 10:06:28PM -0700, Sam Leffler wrote: > > David E. O'Brien wrote: > > >obrien 2005-09-11 03:38:19 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/conf files kern.pre.mk > > > Log: > > > Don't pollute the entire kernel build with -I$S/contrib/dev/ath and > > > -I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be > > > defined to > > > globally get back -I$S/contrib/dev/ath. > > > > Thanks for explicitly ignoring my request for you NOT to do this. It's > > really great how you do these drive-by commits that do nothing but f*ck > > up people's development environment. > > Sam > > I did my best to take your needs into account. I even asked you to > propose a patch when you didn't like the ones I sent you - your response > was "David, I have no time to waste on stuff like this." > > "-INCLUDES+= -I$S/contrib/dev/ath" should never have been in the public > FreeBSD source tree as not a single file in /usr/src/sys needed it to > compile. We don't commit Yahoo!'s, The Weather Channel, Interjet's or > any other vendor-specific needs into the open source /usr/src. I think > you're more than able to stick "ATH_BUILDING_FROM_SOURCE=yes" in the > /etc/make.conf of the machines you build the ath(4) HAL on. > > I'm sorry you don't see that we shouldn't pollute the kernel build with > tons of -I's. It was getting out of hand that every one felt they could > add yet another global -I with every new code import rather than edit > their code to build in our tree correctly. David, how did having -Ifoo waste your time? Also, we do put vendor-specific needs into the tree all the time. :) How do you think the limited ACPI support for 4.x was done? That wasn't some random act of kindness on my part because I was bored, it was something that ${REALJOB} needed. A lot of work on FreeBSD happens because people use it at their workplace and fix the needs and problems that come from that use. You just added some license files to a subdirectory for the nve(4) device driver to make a vendor happy yourself which was catering to that vendor as other vendors don't require that. Looks rather hyprocritical to me from over in this corner. I don't see how -Ifoo could have possibly been killing you. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:52:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E3716A41F; Mon, 12 Sep 2005 19:52:42 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D17D43D48; Mon, 12 Sep 2005 19:52:42 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJqgeM074745; Mon, 12 Sep 2005 19:52:42 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJqgWs074744; Mon, 12 Sep 2005 19:52:42 GMT (envelope-from stefanf) Message-Id: <200509121952.j8CJqgWs074744@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 12 Sep 2005 19:52:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/compat-43 gethostid.c src/lib/libc/gen daemon.c devname.c gethostname.c getosreldate.c getpagesize.c readdir.c sethostname.c strtofflags.c src/lib/libc/i386/gen _set_tp.c ldexp.c src/lib/libc/locale runetype.c tolower.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:52:43 -0000 stefanf 2005-09-12 19:52:42 UTC FreeBSD src repository Modified files: lib/libc/compat-43 gethostid.c lib/libc/gen daemon.c devname.c gethostname.c getosreldate.c getpagesize.c readdir.c sethostname.c strtofflags.c lib/libc/i386/gen _set_tp.c ldexp.c lib/libc/locale runetype.c tolower.c toupper.c lib/libc/posix1e extattr.c lib/libc/stdlib strfmon.c Log: Include a couple of headers to ensure consistency between the prototype and the function definition. Revision Changes Path 1.4 +2 -0 src/lib/libc/compat-43/gethostid.c 1.7 +1 -0 src/lib/libc/gen/daemon.c 1.10 +1 -0 src/lib/libc/gen/devname.c 1.6 +1 -0 src/lib/libc/gen/gethostname.c 1.7 +2 -0 src/lib/libc/gen/getosreldate.c 1.5 +2 -0 src/lib/libc/gen/getpagesize.c 1.12 +1 -0 src/lib/libc/gen/readdir.c 1.5 +2 -0 src/lib/libc/gen/sethostname.c 1.23 +1 -0 src/lib/libc/gen/strtofflags.c 1.7 +2 -0 src/lib/libc/i386/gen/_set_tp.c 1.12 +2 -0 src/lib/libc/i386/gen/ldexp.c 1.13 +1 -0 src/lib/libc/locale/runetype.c 1.12 +1 -0 src/lib/libc/locale/tolower.c 1.12 +1 -0 src/lib/libc/locale/toupper.c 1.7 +1 -0 src/lib/libc/posix1e/extattr.c 1.15 +1 -0 src/lib/libc/stdlib/strfmon.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:59:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F55216A41F; Mon, 12 Sep 2005 19:59:02 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD5E43D45; Mon, 12 Sep 2005 19:59:02 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJx21X075036; Mon, 12 Sep 2005 19:59:02 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJx2pl075035; Mon, 12 Sep 2005 19:59:02 GMT (envelope-from blackend) Message-Id: <200509121959.j8CJx2pl075035@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 12 Sep 2005 19:59:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:59:02 -0000 blackend 2005-09-12 19:59:02 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: s/-/— Revision Changes Path 1.167 +1 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 19:59:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B32316A41F; Mon, 12 Sep 2005 19:59:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1ECF43D46; Mon, 12 Sep 2005 19:59:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CJxCvb075065; Mon, 12 Sep 2005 19:59:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CJxCJL075064; Mon, 12 Sep 2005 19:59:12 GMT (envelope-from rwatson) Message-Id: <200509121959.j8CJxCJL075064@repoman.freebsd.org> From: Robert Watson Date: Mon, 12 Sep 2005 19:59:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 19:59:13 -0000 rwatson 2005-09-12 19:59:12 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Introduce no-op nosup fifo kqueue filter and detach routine, which are used when a read filter is requested on a write-only fifo descriptor, or a write filter is requested on a read-only fifo descriptor. This permits the filters to be registered, but never raises the event, which causes kqueue behavior for fifos to more closely match similar semantics for poll and select, which permit testing for the condition even though the condition will never be raised, and is consistent with POSIX's notion that a fifo has identical semantics to a one-way IPC channel created using pipe() on most operating systems. The fifo regression test suite can now run to completion on HEAD without errors. MFC after: 3 days Revision Changes Path 1.121 +33 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:11:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8F516A41F; Mon, 12 Sep 2005 20:11:38 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907F343D49; Mon, 12 Sep 2005 20:11:37 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id j8CKBaVO042165; Mon, 12 Sep 2005 13:11:36 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id j8CKBaDQ042164; Mon, 12 Sep 2005 13:11:36 -0700 (PDT) (envelope-from jmg) Date: Mon, 12 Sep 2005 13:11:36 -0700 From: John-Mark Gurney To: Robert Watson Message-ID: <20050912201136.GK793@funkthat.com> References: <200509111303.j8BD3bTK042313@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509111303.j8BD3bTK042313@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/regression/fifo/fifo_open Makefile fifo_open.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:11:38 -0000 Robert Watson wrote this message on Sun, Sep 11, 2005 at 13:03 +0000: > rwatson 2005-09-11 13:03:36 UTC > > FreeBSD src repository > > Added files: > tools/regression/fifo/fifo_open Makefile fifo_open.c > Log: > Add fifo_open, a basic regression test for opening fifos, which tests > the blocking and non-blocking forms of open based on the POSIX spec for > now O_NONBLOCK should be handled. I assume we aren't going to follow the useless POSIX spec for handling O_NONBLOCK'ing reads wrt select and friends? If you're interested in a basic test case, I can send you one... (That selecting on a fifo for read that doesn't have a writer will return true, due to the fact that EOF is available for reading on a O_NONBLOCK fifo.) -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:12:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA7216A41F; Mon, 12 Sep 2005 20:12:44 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D02243D55; Mon, 12 Sep 2005 20:12:43 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKChCK075641; Mon, 12 Sep 2005 20:12:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKChE2075640; Mon, 12 Sep 2005 20:12:43 GMT (envelope-from ahze) Message-Id: <200509122012.j8CKChE2075640@repoman.freebsd.org> From: Michael Johnson Date: Mon, 12 Sep 2005 20:12:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/nautilus-actions Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:12:44 -0000 ahze 2005-09-12 20:12:43 UTC FreeBSD ports repository Modified files: deskutils/nautilus-actions Makefile pkg-plist Log: - Attempt to fix build on pointyhat by specifying where the nautilus extensions dir is. [1] - Add missing file to plist Reported by: krismail [1] Revision Changes Path 1.4 +3 -1 ports/deskutils/nautilus-actions/Makefile 1.4 +1 -0 ports/deskutils/nautilus-actions/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:14:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 594EA16A41F; Mon, 12 Sep 2005 20:14:14 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1625443D46; Mon, 12 Sep 2005 20:14:14 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKED8Z075776; Mon, 12 Sep 2005 20:14:13 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKEDci075775; Mon, 12 Sep 2005 20:14:13 GMT (envelope-from blackend) Message-Id: <200509122014.j8CKEDci075775@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 12 Sep 2005 20:14:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:14:14 -0000 blackend 2005-09-12 20:14:13 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml Log: MFen: 1.165 --> 1.167 Revision Changes Path 1.17 +29 -4 doc/fr_FR.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:16:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0433816A420; Mon, 12 Sep 2005 20:16:20 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B459743D46; Mon, 12 Sep 2005 20:16:19 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKGJut075935; Mon, 12 Sep 2005 20:16:19 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKGJC9075934; Mon, 12 Sep 2005 20:16:19 GMT (envelope-from blackend) Message-Id: <200509122016.j8CKGJC9075934@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 12 Sep 2005 20:16:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:16:20 -0000 blackend 2005-09-12 20:16:19 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/disks chapter.sgml Log: Translation fixes. Revision Changes Path 1.21 +3 -3 doc/fr_FR.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:20:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA6816A41F; Mon, 12 Sep 2005 20:20:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D4143D49; Mon, 12 Sep 2005 20:20:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id F080646B4F; Mon, 12 Sep 2005 16:20:03 -0400 (EDT) Date: Mon, 12 Sep 2005 21:20:03 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John-Mark Gurney In-Reply-To: <20050912201136.GK793@funkthat.com> Message-ID: <20050912211820.W96771@fledge.watson.org> References: <200509111303.j8BD3bTK042313@repoman.freebsd.org> <20050912201136.GK793@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/regression/fifo/fifo_open Makefile fifo_open.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:20:05 -0000 On Mon, 12 Sep 2005, John-Mark Gurney wrote: > Robert Watson wrote this message on Sun, Sep 11, 2005 at 13:03 +0000: >> rwatson 2005-09-11 13:03:36 UTC >> >> FreeBSD src repository >> >> Added files: >> tools/regression/fifo/fifo_open Makefile fifo_open.c >> Log: >> Add fifo_open, a basic regression test for opening fifos, which tests >> the blocking and non-blocking forms of open based on the POSIX spec for >> now O_NONBLOCK should be handled. > > I assume we aren't going to follow the useless POSIX spec for handling > O_NONBLOCK'ing reads wrt select and friends? If you're interested in a > basic test case, I can send you one... > > (That selecting on a fifo for read that doesn't have a writer will > return true, due to the fact that EOF is available for reading on a > O_NONBLOCK fifo.) Right now I haven't implemented tests for select/poll/kqueue that involve activity on a fifo where only one endpoint is open. I largely implemented these regression tests so I could try to avoid breaking fifos when fixing a race condition that Kris and others have been running into. Along the way, I ran into a lot of bugs that had to be fixed before I could run the tests successfully :-). I'm going to work on the race itself now and revisit further testing of half-open fifos in the future (there are some XXX's in the test code to indicate some of the uncovered cases I'm aware of). Robert N M Watson From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:20:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C337616A41F; Mon, 12 Sep 2005 20:20:44 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1357743D45; Mon, 12 Sep 2005 20:20:43 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id j8CKKhHw042398; Mon, 12 Sep 2005 13:20:43 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id j8CKKh4Q042397; Mon, 12 Sep 2005 13:20:43 -0700 (PDT) (envelope-from jmg) Date: Mon, 12 Sep 2005 13:20:43 -0700 From: John-Mark Gurney To: Robert Watson Message-ID: <20050912202043.GL793@funkthat.com> References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> <20050912094446.P33344@fledge.watson.org> <20050912181727.GA96329@dragon.NUXI.org> <20050912192330.P96771@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050912192330.P96771@fledge.watson.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:20:44 -0000 Robert Watson wrote this message on Mon, Sep 12, 2005 at 19:28 +0100: > On Mon, 12 Sep 2005, David O'Brien wrote: > > >Suppose that thru a long multi-month discussion with the TRB and parts > >of Core a matrix was created what was officially supported of what > >builds on what. And also stated what was should be kept building on > >what if reasonable to do so. And stated what wasn't supported. > > > >The build situation you championed wasn't even contemplated - it isn't > >one we'd run into to even consider having it in the matrix. > > > >I know for a fact that a RELENG_5 config(8) won't config a -CURRENT > >kernel. So you must have built a -CURRENT config(8) on your RELENG_x > >box (or be prepared to). You could also build -CURRENT gcc+binutils on > >your RELENG_x box and install it for use in building HEAD kernels. > > So it would appear: > > zoo:/zoo/rwatson/p4/projects/netsmp/src/sys/fs/fifofs% ls ~/bin > ./ config4* config61* ministat* > ../ config6* config62* p4* > > Easy to do it with config, a pain to do it with a complete toolchain. Nope.. That is why I made buildenv in the first place... After a buildworld, it makes a user friendly environment to do the normal config KERN && cd ../compile/KERN && make depend && make -j 4 That most developers are fond of... And you only need to do the buildworld when material changes are made, not for every change... That's how I did quick turn builds for arm, when I got tired of going through buildkernel... Building for different platforms is the same problem as building for different branches... [...] -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:30:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC45016A41F; Mon, 12 Sep 2005 20:30:25 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A2043D46; Mon, 12 Sep 2005 20:30:25 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKUPUJ076546; Mon, 12 Sep 2005 20:30:25 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKUPwN076545; Mon, 12 Sep 2005 20:30:25 GMT (envelope-from remko) Message-Id: <200509122030.j8CKUPwN076545@repoman.freebsd.org> From: Remko Lodder Date: Mon, 12 Sep 2005 20:30:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi query-pr-summary.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:30:25 -0000 remko 2005-09-12 20:30:25 UTC FreeBSD doc repository Modified files: en/cgi query-pr-summary.cgi Log: Add coloring support for the summary. This should make it easier to read when you are using a color capable browser. This will not impact a text-only browser. Changes include: o Code cleanup o Add CSS style's. o Use the new CSS style's. o Move double quotes to quotes where needed. o Made the HTML (except for the header) html-compliant. The usage of CSS makes it easy to merge later when/if needed. Discussed on: www@ No objections from: www@ Submitted by: Daniel Gerzo Revision Changes Path 1.50 +224 -197 www/en/cgi/query-pr-summary.cgi From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:54:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A3616A41F; Mon, 12 Sep 2005 20:54:01 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6629D43D46; Mon, 12 Sep 2005 20:54:01 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKs1Hw084506; Mon, 12 Sep 2005 20:54:01 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKs1JI084501; Mon, 12 Sep 2005 20:54:01 GMT (envelope-from das) Message-Id: <200509122054.j8CKs1JI084501@repoman.freebsd.org> From: David Schultz Date: Mon, 12 Sep 2005 20:54:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/amd64 s_scalbnf.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:54:01 -0000 das 2005-09-12 20:54:00 UTC FreeBSD src repository Modified files: lib/msun/amd64 s_scalbnf.S Log: Add a missing ldexpf() alias for amd64. Noticed by: bz@, tjr@ Revision Changes Path 1.2 +3 -0 src/lib/msun/amd64/s_scalbnf.S From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:58:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 624C716A41F; Mon, 12 Sep 2005 20:58:21 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9FA43D55; Mon, 12 Sep 2005 20:58:21 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKwLFg084787; Mon, 12 Sep 2005 20:58:21 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKwK3O084786; Mon, 12 Sep 2005 20:58:20 GMT (envelope-from jylefort) Message-Id: <200509122058.j8CKwK3O084786@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 20:58:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/uni2ascii Makefile distinfo pkg-descr ports/textproc/uni2ascii/files patch-ascii2uni.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:58:21 -0000 jylefort 2005-09-12 20:58:20 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/uni2ascii Makefile distinfo pkg-descr textproc/uni2ascii/files patch-ascii2uni.c Log: Add uni2ascii. uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a variety of 7-bit ASCII equivalents including: hexadecimal and decimal HTML numeric character references, \u-escapes, standard hexadecimal, and raw hexadecimal. WWW: http://freshmeat.net/projects/uni2ascii/ PR: ports/86017 Submitted by: Emanuel Haupt Revision Changes Path 1.853 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/uni2ascii/Makefile (new) 1.1 +2 -0 ports/textproc/uni2ascii/distinfo (new) 1.1 +10 -0 ports/textproc/uni2ascii/files/patch-ascii2uni.c (new) 1.1 +8 -0 ports/textproc/uni2ascii/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 20:59:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3363216A41F; Mon, 12 Sep 2005 20:59:36 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E73FD43D4C; Mon, 12 Sep 2005 20:59:35 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CKxZu4084872; Mon, 12 Sep 2005 20:59:35 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CKxZXX084871; Mon, 12 Sep 2005 20:59:35 GMT (envelope-from jylefort) Message-Id: <200509122059.j8CKxZXX084871@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 20:59:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 20:59:36 -0000 jylefort 2005-09-12 20:59:35 UTC FreeBSD ports repository Modified files: . modules Log: uni2ascii --> ports/textproc/uni2ascii Revision Changes Path 1.13135 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Sep 12 21:01:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95A316A41F; Mon, 12 Sep 2005 21:01:28 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A1543D46; Mon, 12 Sep 2005 21:01:28 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CL1SGx085015; Mon, 12 Sep 2005 21:01:28 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CL1Sxn085014; Mon, 12 Sep 2005 21:01:28 GMT (envelope-from das) Message-Id: <200509122101.j8CL1Sxn085014@repoman.freebsd.org> From: David Schultz Date: Mon, 12 Sep 2005 21:01:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/msun Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 21:01:28 -0000 das 2005-09-12 21:01:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/msun Makefile Log: MFC rev 1.64. Rev 1.51.2.3 claimed to be an MFC of 1.53, 1.55, 1.56, 1.59, 1.60, 1.62, and 1.64, but I left out 1.64. Reported by: asmodai@ Revision Changes Path 1.51.2.4 +1 -1 src/lib/msun/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 22:03:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BCC16A41F; Mon, 12 Sep 2005 22:03:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4E743D45; Mon, 12 Sep 2005 22:03:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 12 Sep 2005 18:19:01 -0400 From: John Baldwin To: Brooks Davis Date: Mon, 12 Sep 2005 15:51:45 -0400 User-Agent: KMail/1.8 References: <200509081350.j88DoG5s039090@repoman.freebsd.org> <200509121451.15539.jhb@FreeBSD.org> <20050912190353.GC24946@odin.ac.hmc.edu> In-Reply-To: <20050912190353.GC24946@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509121551.47351.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:03:32 -0000 On Monday 12 September 2005 03:03 pm, Brooks Davis wrote: > On Mon, Sep 12, 2005 at 02:51:14PM -0400, John Baldwin wrote: > > On Thursday 08 September 2005 09:50 am, Ken Smith wrote: > > > kensmith 2005-09-08 13:50:16 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/hme if_hme.c > > > Log: > > > Move hme_stop() after ether_ifdetach() and if_free() to prevent a > > > memory-referenced-after-free panic if the hme interface fails to > > > attach. > > > > > > Patch obtained from: marius > > > Suggested same thing: brooks > > > > > > MFC after: 3 days > > > > Umm, can't this lead to panics due to hme_intr() dereferencing sc_ifp? > > Why not do what all the other ethernet drivers do: > > > > if (device_is_attached(dev)) { > > HME_LOCK(sc); > > hme_stop(sc); > > HME_UNLOCK(sc); > > callout_drain(..); > > ether_ifdetach(...); > > if_free(...); > > } > > > > For references of similar drivers look at the detach methods for xl(4), > > pcn(4), wb(4), dc(4), sf(4), etc. > > The commit message is backwards. It's actually correcting this bug (I > think Ken sent a followup). Ah, that's what I get for trusting the commit message. However, while writing the e-mail I did find that rl(4) was busted, so I've gone and fixed it so at least that part was productive. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Sep 12 22:03:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D30716A41F; Mon, 12 Sep 2005 22:03:44 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497C443D45; Mon, 12 Sep 2005 22:03:44 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CM3h4Y088610; Mon, 12 Sep 2005 22:03:44 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CM3hxr088609; Mon, 12 Sep 2005 22:03:43 GMT (envelope-from joerg) Message-Id: <200509122203.j8CM3hxr088609@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 12 Sep 2005 22:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/avr-gcc Makefile pkg-descr ports/devel/avr-gcc/files patch-newdevices X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:03:44 -0000 joerg 2005-09-12 22:03:43 UTC FreeBSD ports repository Modified files: devel/avr-gcc Makefile pkg-descr devel/avr-gcc/files patch-newdevices Log: Add support for the ATmega640/1280/1281 family. Revision Changes Path 1.46 +1 -1 ports/devel/avr-gcc/Makefile 1.6 +20 -11 ports/devel/avr-gcc/files/patch-newdevices 1.8 +4 -6 ports/devel/avr-gcc/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Sep 12 22:18:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D918F16A41F; Mon, 12 Sep 2005 22:18:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3071D43D48; Mon, 12 Sep 2005 22:18:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j8CMHxZ4022304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Sep 2005 02:17:59 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j8CMHxW7022303; Tue, 13 Sep 2005 02:17:59 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 13 Sep 2005 02:17:58 +0400 From: Gleb Smirnoff To: Remko Lodder , Daniel Gerzo Message-ID: <20050912221758.GF53891@cell.sick.ru> References: <200509122030.j8CKUPwN076545@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509122030.j8CKUPwN076545@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/cgi query-pr-summary.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:18:03 -0000 Thank you! Nice feature. On Mon, Sep 12, 2005 at 08:30:25PM +0000, Remko Lodder wrote: R> remko 2005-09-12 20:30:25 UTC R> R> FreeBSD doc repository R> R> Modified files: R> en/cgi query-pr-summary.cgi R> Log: R> Add coloring support for the summary. This should make it R> easier to read when you are using a color capable browser. R> R> This will not impact a text-only browser. R> R> Changes include: R> R> o Code cleanup R> o Add CSS style's. R> o Use the new CSS style's. R> o Move double quotes to quotes where needed. R> o Made the HTML (except for the header) html-compliant. R> R> The usage of CSS makes it easy to merge later when/if needed. R> R> Discussed on: www@ R> No objections from: www@ R> Submitted by: Daniel Gerzo R> R> Revision Changes Path R> 1.50 +224 -197 www/en/cgi/query-pr-summary.cgi R> _______________________________________________ R> cvs-all@freebsd.org mailing list R> http://lists.freebsd.org/mailman/listinfo/cvs-all R> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Sep 12 22:54:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C0E16A41F; Mon, 12 Sep 2005 22:54:49 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F86143D4C; Mon, 12 Sep 2005 22:54:49 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CMsnUG090385; Mon, 12 Sep 2005 22:54:49 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CMsmVd090384; Mon, 12 Sep 2005 22:54:48 GMT (envelope-from brooks) Message-Id: <200509122254.j8CMsmVd090384@repoman.freebsd.org> From: Brooks Davis Date: Mon, 12 Sep 2005 22:54:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/sge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:54:49 -0000 brooks 2005-09-12 22:54:48 UTC FreeBSD ports repository Modified files: sysutils/sge Makefile Log: Don't install CVS files and directories from the new dist tarballs. Reported by: pointyhat (via kris) Revision Changes Path 1.11 +2 -2 ports/sysutils/sge/Makefile From owner-cvs-all@FreeBSD.ORG Mon Sep 12 22:55:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A73F16A41F; Mon, 12 Sep 2005 22:55:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA61043D49; Mon, 12 Sep 2005 22:55:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CMti8w090501; Mon, 12 Sep 2005 22:55:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CMtiYt090500; Mon, 12 Sep 2005 22:55:44 GMT (envelope-from marcus) Message-Id: <200509122255.j8CMtiYt090500@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 12 Sep 2005 22:55:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libxml2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:55:45 -0000 marcus 2005-09-12 22:55:44 UTC FreeBSD ports repository Modified files: textproc/libxml2 Makefile distinfo pkg-plist Log: Update to 2.6.22. Revision Changes Path 1.134 +1 -1 ports/textproc/libxml2/Makefile 1.88 +2 -2 ports/textproc/libxml2/distinfo 1.55 +51 -1 ports/textproc/libxml2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Sep 12 22:56:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D7D16A41F; Mon, 12 Sep 2005 22:56:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF4243D46; Mon, 12 Sep 2005 22:56:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CMu1ON090549; Mon, 12 Sep 2005 22:56:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CMu1Zb090548; Mon, 12 Sep 2005 22:56:01 GMT (envelope-from marcus) Message-Id: <200509122256.j8CMu1Zb090548@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 12 Sep 2005 22:56:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libxml2/files patch-doc_devhelp_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 22:56:01 -0000 marcus 2005-09-12 22:56:01 UTC FreeBSD ports repository Added files: textproc/libxml2/files patch-doc_devhelp_Makefile.in Log: Update to 2.6.22. Revision Changes Path 1.1 +11 -0 ports/textproc/libxml2/files/patch-doc_devhelp_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Mon Sep 12 23:51:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C18416A41F; Mon, 12 Sep 2005 23:51:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7E243D45; Mon, 12 Sep 2005 23:51:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CNp9Ac092533; Mon, 12 Sep 2005 23:51:09 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CNp9Us092532; Mon, 12 Sep 2005 23:51:09 GMT (envelope-from jylefort) Message-Id: <200509122351.j8CNp9Us092532@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 12 Sep 2005 23:51:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libsdb Makefile distinfo pkg-plist ports/databases/libsdb/files patch-Makefiles_Other patch-config.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 23:51:10 -0000 jylefort 2005-09-12 23:51:09 UTC FreeBSD ports repository Modified files: databases/libsdb Makefile distinfo pkg-plist Added files: databases/libsdb/files patch-Makefiles_Other patch-config.in Log: Update to 0.6.1 PR: ports/86030 Submitted by: Marcus Alves Grando Revision Changes Path 1.12 +3 -7 ports/databases/libsdb/Makefile 1.9 +2 -2 ports/databases/libsdb/distinfo 1.1 +22 -0 ports/databases/libsdb/files/patch-Makefiles_Other (new) 1.1 +29 -0 ports/databases/libsdb/files/patch-config.in (new) 1.5 +2 -1 ports/databases/libsdb/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 00:01:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA5416A41F; Tue, 13 Sep 2005 00:01:11 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627C443D45; Tue, 13 Sep 2005 00:01:11 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A6C25B800BA; Mon, 12 Sep 2005 17:01:06 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j8D029WL002262; Mon, 12 Sep 2005 17:02:09 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j8D024AY002261; Mon, 12 Sep 2005 17:02:04 -0700 (PDT) (envelope-from garys@opusnet.com) To: John Baldwin References: <200509121514.j8CFEs9g054685@repoman.freebsd.org> <200509121436.52355.jhb@FreeBSD.org> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 12 Sep 2005 17:02:04 -0700 In-Reply-To: <200509121436.52355.jhb@FreeBSD.org> (John Baldwin's message of "Mon, 12 Sep 2005 14:36:51 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 00:01:12 -0000 John Baldwin writes: > The first sentence has a mismatch between subject and verb ("The FreeBSD > MBR ... are"). Also, a better explanation is something more along the lines Here it is with the "...": + The MBR installed by FreeBSD's installer and by boot0cfg(8) + are AFAIK, that is an permissible English abbreviation of this: The MBR installed by FreeBSD's installer and the MBR installed by boot0cfg(8) are ... ^^^^^^^^^^^^^^^^^-------(implied) The second "by" in my sentence is the clue that I've omitted the second "the MBR installed" so as to not repeat it. If I had used "MBRs", I would have omitted the second "by" and the sentence would be ambiguous about weather each program installs multiple MBRs. But on second thought, that would probably be OK, since everyone knows they only install one. When I edit that file again, or if I get more requests, I'll probably change it, but I don't think it's required by the grammar. > that the MBR, strictly speaking, is just the 4-entry table at the end of the > first sector. The boot code prior to the MBR is not part of the MBR. Who else says that? I don't recall ever seeing the partition table called the MBR in 20+ years. The Master Boot Record has also been called the master boot sector (1,150,000 times in Google). > The > way that booting off a disk works when using BIOS is that it loads the first > sector off of the device to a fixed memory offset (0x7c00 IIRC) and if it > ends with 0xAA55 it assumes it is valid and starts executing it at the > beginning. This is a bit more complicated in that some SCSI controllers > expect the first sector of a hard disk to contain an MBR so that the > controller's BIOS can guess at the geometry the BIOS is using for the disk. > Traditionally, slices are supposed to start and end on cylinder boundaries > meaning that the entire first cylinder (63 sectors on all but really old hard > disks) is available for use by the boot code (which is how boot0ext is two > sectors in length). I'm not sure if any BIOSes actually enforce that > requirement however. OK, but the first cylinder is usually 16*63 or 255*63 sectors these days. I don't know about who's tradition it is to have primary partitions with cylinder boundaries, but I do know that I've often seen my first one start with the 64'th sector. I am curious about your statement about "boot0ext" which I've never heard of (but I now see /usr/src/sys/boot/i386/boot0ext/Makefile). If there is some two sectors thing, where is it and what installs it? I've been lead to believe that boot0cfg installs /boot/boot0 which is only one sector and have never read anything about it using the second sector too. That should be in the manpage, if true. Is there something other than the "MBR...are" and the "MBR = first sector" that you think needs to be changed? From owner-cvs-all@FreeBSD.ORG Tue Sep 13 00:45:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31B7616A41F; Tue, 13 Sep 2005 00:45:39 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 796B543D46; Tue, 13 Sep 2005 00:45:38 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id B457113112A; Tue, 13 Sep 2005 10:15:36 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 87E1E84F7E; Tue, 13 Sep 2005 10:15:36 +0930 (CST) Date: Tue, 13 Sep 2005 10:15:36 +0930 From: Greg 'groggy' Lehey To: David O'Brien Message-ID: <20050913004536.GK53486@wantadilla.lemis.com> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="73fGQZLCrFzENemP" Content-Disposition: inline In-Reply-To: <20050912165518.GA94181@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Combined root, /var and /usr (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 00:45:39 -0000 --73fGQZLCrFzENemP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Monday, 12 September 2005 at 9:55:18 -0700, David O'Brien wrote: > On Mon, Sep 12, 2005 at 02:58:42AM -0700, Colin Percival wrote: >> Emanuel Strobl wrote: >>> Hmm, why was default size of root changed to 500M? >> >> Because I was increasing the sizes of /tmp and /var at the same time; be= cause >> I know that some users do somehow manage to fill up /; and because re@ t= old >> me to. :-) > > Perhaps we should follow what SGI and Sun has done for years on its > workstations: a combined / + /var + /usr.=20 I've been recommending and doing this for years. FWIW in the fourth edition of "The Complete FreeBSD" I recommended 4 to 6 GB; I'd now say that 8 to 10 is better. I also recommend a separate /var if you're doing important things with it. Here's what I have on my two main machines: =3D=3D=3D root@wantadilla (/dev/ttyp0) ~ 98 -> df Filesystem 1048576-blocks Used Avail Capacity Mounted on /dev/ad0s1a 9912 4211 4908 46% / /dev/ad0s3h 51895 41842 5902 88% /home =3D=3D=3D root@echunga (/dev/ttyp4) ~ 29 -> df Filesystem 1048576-blocks Used Avail Capacity Mounted on /dev/ad0s1a 14873 7985 5698 58% / /dev/ad0s1g 9916 3846 5276 42% /home /dev/ad2s1h 188356 106658 66629 62% /src /src contains source files, including multiple FreeBSD source trees. I see that on echunga / is now 15 GB, but that includes a large /var, and it's still only just on 8 GB. > We would make it 15GB and be done with it. My laptop has a combined > /+/var+/usr of 12GB and I have multiple kernels installed and room > in swap for a crashdump. Note that this could also mean that you don't need to install the kernel; if you build it in /usr (on the root file system), you can link to it directly in the kernel build directory. > No need to reply you hate this idea - just one opinion that there > are other partitioning schemes (especially now that we have a > dynamic /) successfully used. In CFBSD IV I explain how / and /usr came to be: about 32 years ago, they had / on an RK03 (0.5 MB), so they *had* to put the rest of the system somewhere else. The fact that we still use a separate /usr has something to do with the reliability of the Seventh Edition file system and something to do with not changing the way our grandfathers did things (writing "return (FOO)" instead of "return FOO" is another example). Greg -- See complete headers for address and phone numbers. --73fGQZLCrFzENemP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJiEwIubykFB6QiMRAjowAJ9xzjRFV3kQkZUg/Cxc+dqw9p6q5gCbBp61 F5Of4TbNtovstZQJ7b6/khA= =GClK -----END PGP SIGNATURE----- --73fGQZLCrFzENemP-- From owner-cvs-all@FreeBSD.ORG Tue Sep 13 02:23:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5BB16A41F; Tue, 13 Sep 2005 02:23:26 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4886C43D46; Tue, 13 Sep 2005 02:23:26 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D2NQe7004785; Tue, 13 Sep 2005 02:23:26 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D2NQFu004783; Tue, 13 Sep 2005 02:23:26 GMT (envelope-from jkoshy) Message-Id: <200509130223.j8D2NQFu004783@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 13 Sep 2005 02:23:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat_log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 02:23:26 -0000 jkoshy 2005-09-13 02:23:25 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat_log.c Log: Fix a bug that caused generated gmon.out profiles to be out of whack. Use saturating arithmetic when incrementing a bucket. Improve a few comments. MFC after: 3 days Revision Changes Path 1.4 +31 -10 src/usr.sbin/pmcstat/pmcstat_log.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 03:07:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D7716A41F; Tue, 13 Sep 2005 03:07:26 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F81343D48; Tue, 13 Sep 2005 03:07:26 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D37PaD006537; Tue, 13 Sep 2005 03:07:25 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D37PHZ006536; Tue, 13 Sep 2005 03:07:25 GMT (envelope-from lawrance) Message-Id: <200509130307.j8D37PHZ006536@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 13 Sep 2005 03:07:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cvsweb-converters Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 03:07:26 -0000 lawrance 2005-09-13 03:07:25 UTC FreeBSD ports repository Modified files: sysutils/cvsweb-converters Makefile Log: Add an extra master site. Submitted by: dada@sbox.tugraz.at (maintainer) Revision Changes Path 1.13 +2 -1 ports/sysutils/cvsweb-converters/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 03:50:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E4816A420 for ; Tue, 13 Sep 2005 03:50:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D982343D49 for ; Tue, 13 Sep 2005 03:50:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21676 invoked from network); 13 Sep 2005 03:50:09 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 13 Sep 2005 03:50:08 -0000 Received: from [192.168.0.15] (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j8D3o1mx089788; Mon, 12 Sep 2005 23:50:01 -0400 (EDT) (envelope-from jhb@FreeBSD.org) In-Reply-To: References: <200509121514.j8CFEs9g054685@repoman.freebsd.org> <200509121436.52355.jhb@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8150d33e1457563e545418afc00ac1f2@FreeBSD.org> Content-Transfer-Encoding: 7bit From: John Baldwin Date: Mon, 12 Sep 2005 23:49:57 -0400 To: garys@opusnet.com (Gary W. Swearingen) X-Mailer: Apple Mail (2.622) X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 03:50:11 -0000 On Sep 12, 2005, at 8:02 PM, Gary W. Swearingen wrote: > John Baldwin writes: > >> The first sentence has a mismatch between subject and verb ("The >> FreeBSD >> MBR ... are"). Also, a better explanation is something more along >> the lines > > Here it is with the "...": > > + The MBR installed by FreeBSD's installer and by > boot0cfg(8) > + are > > AFAIK, that is an permissible English abbreviation of this: > > The MBR installed by FreeBSD's installer and > the MBR installed by boot0cfg(8) are ... > > ^^^^^^^^^^^^^^^^^-------(implied) > > The second "by" in my sentence is the clue that I've omitted the > second "the MBR installed" so as to not repeat it. Nah, I don't think it is a valid abbreviation unless you used 'MBRs'. The simple rule is if you cut out all the descriptive phrases and get down to just the subject and verb they should agree. Hence "The MBR ... are". > If I had used "MBRs", I would have omitted the second "by" and the > sentence would be ambiguous about weather each program installs > multiple MBRs. But on second thought, that would probably be OK, > since everyone knows they only install one. When I edit that file > again, or if I get more requests, I'll probably change it, but I don't > think it's required by the grammar. I think the correct interpretation is that each program installs boot code. fdisk lets you edit the partition table, but boot0cfg does not. If you want to leave the current sentence, I would much prefer 's/are/is/' to 's/MBR/MBRs/'. >> that the MBR, strictly speaking, is just the 4-entry table at the end >> of the >> first sector. The boot code prior to the MBR is not part of the MBR. > > Who else says that? I don't recall ever seeing the partition table > called the MBR in 20+ years. The Master Boot Record has also been > called the master boot sector (1,150,000 times in Google). On floppies the first sector is not called an MBR. Floppies still have boot code, but they don't have a partition (slice) table. This has been true for a long time in DOS days in that only hard drives had a MBR with a partition table vs. floppies which just have a simple boot sector. >> The >> way that booting off a disk works when using BIOS is that it loads >> the first >> sector off of the device to a fixed memory offset (0x7c00 IIRC) and >> if it >> ends with 0xAA55 it assumes it is valid and starts executing it at the >> beginning. This is a bit more complicated in that some SCSI >> controllers >> expect the first sector of a hard disk to contain an MBR so that the >> controller's BIOS can guess at the geometry the BIOS is using for the >> disk. >> Traditionally, slices are supposed to start and end on cylinder >> boundaries >> meaning that the entire first cylinder (63 sectors on all but really >> old hard >> disks) is available for use by the boot code (which is how boot0ext >> is two >> sectors in length). I'm not sure if any BIOSes actually enforce that >> requirement however. > > OK, but the first cylinder is usually 16*63 or 255*63 sectors these > days. I don't know about who's tradition it is to have primary > partitions with cylinder boundaries, but I do know that I've often > seen my first one start with the 64'th sector. Yes, it is a tradition that DOS at least used to enforce. Note that when we had the old dangerously dedicated mode disks their slice actually started at sector 0, and boot1 contained the MBR partition table. > I am curious about your statement about "boot0ext" which I've never > heard of (but I now see /usr/src/sys/boot/i386/boot0ext/Makefile). If > there is some two sectors thing, where is it and what installs it? I wrote it. :) It is an expanded version of boot0 that has a larger description table and has logic to choose at runtime whether to use LBA or CHS when talking to the drive via the BIOS. It was the default boot0 back in the 4.x days but was reverted because it didn't work on a handful of machines. Later David added it back as boot0ext.S (in the boot0 directory). > I've been lead to believe that boot0cfg installs /boot/boot0 which is > only one sector and have never read anything about it using the second > sector too. That should be in the manpage, if true. boot0cfg can handle both the old boot0 and boot0ext. Note that when phk recently updated boot0cfg to use g_ctl verbs there was a subthread specifically about making sure it handled boot0ext ok. > Is there something other than the "MBR...are" and the "MBR = first > sector" that you think needs to be changed? I think the MBR is the first sector, just that the boot code is not necessarily limited to 446 bytes in the first sector. I think it is most useful to think of the MBR as the slice table just as we think of the BSD label as the 8 entry partition table and consider the boot1/boot2 boot code as not strictly being part of the label. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Sep 13 04:15:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AE516A41F; Tue, 13 Sep 2005 04:15:44 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E987D43D45; Tue, 13 Sep 2005 04:15:43 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D4FhIl009028; Tue, 13 Sep 2005 04:15:43 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D4Fhmr009027; Tue, 13 Sep 2005 04:15:43 GMT (envelope-from glewis) Message-Id: <200509130415.j8D4Fhmr009027@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Sep 2005 04:15:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/dosunix Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 04:15:44 -0000 glewis 2005-09-13 04:15:43 UTC FreeBSD ports repository Modified files: converters/dosunix Makefile distinfo Log: . Update to 1.0.14. PR: 86052 Submitted by: Marcus Alves Grando Revision Changes Path 1.6 +1 -1 ports/converters/dosunix/Makefile 1.4 +2 -2 ports/converters/dosunix/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 04:20:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E635416A41F; Tue, 13 Sep 2005 04:20:54 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E38A43D53; Tue, 13 Sep 2005 04:20:54 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D4KsEB009276; Tue, 13 Sep 2005 04:20:54 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D4Ks7Q009275; Tue, 13 Sep 2005 04:20:54 GMT (envelope-from glewis) Message-Id: <200509130420.j8D4Ks7Q009275@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Sep 2005 04:20:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/smtpmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 04:20:55 -0000 glewis 2005-09-13 04:20:54 UTC FreeBSD ports repository Modified files: mail/smtpmail Makefile distinfo Log: . Update to 0.4.5. . Assign maintainership to submitter. PR: 86051 Submitted by: Marcus Alves Grando Revision Changes Path 1.11 +6 -7 ports/mail/smtpmail/Makefile 1.5 +2 -2 ports/mail/smtpmail/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 04:28:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5208216A41F; Tue, 13 Sep 2005 04:28:07 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103AF43D45; Tue, 13 Sep 2005 04:28:07 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D4S6CX009525; Tue, 13 Sep 2005 04:28:06 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D4S6PN009524; Tue, 13 Sep 2005 04:28:06 GMT (envelope-from glewis) Message-Id: <200509130428.j8D4S6PN009524@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Sep 2005 04:28:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/viewcvs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 04:28:07 -0000 glewis 2005-09-13 04:28:06 UTC FreeBSD ports repository Modified files: devel/viewcvs Makefile distinfo Log: . Update to 0.9.4. . Assign maintainership to the submitter. PR: 86050 Submitted by: Marcus Alves Grando Revision Changes Path 1.19 +2 -2 ports/devel/viewcvs/Makefile 1.9 +2 -2 ports/devel/viewcvs/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 04:33:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0BBF16A41F; Tue, 13 Sep 2005 04:33:42 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2E343D45; Tue, 13 Sep 2005 04:33:42 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D4Xgi7009751; Tue, 13 Sep 2005 04:33:42 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D4Xg2D009750; Tue, 13 Sep 2005 04:33:42 GMT (envelope-from glewis) Message-Id: <200509130433.j8D4Xg2D009750@repoman.freebsd.org> From: Greg Lewis Date: Tue, 13 Sep 2005 04:33:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/smtpmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 04:33:43 -0000 glewis 2005-09-13 04:33:42 UTC FreeBSD ports repository Modified files: mail/smtpmail Makefile Log: . Move COMMENT towards grammatical correctness. Revision Changes Path 1.12 +1 -1 ports/mail/smtpmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 05:11:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FED16A41F; Tue, 13 Sep 2005 05:11:38 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A9D43D48; Tue, 13 Sep 2005 05:11:37 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D5Bbkr018159; Tue, 13 Sep 2005 05:11:37 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D5BbMh018158; Tue, 13 Sep 2005 05:11:37 GMT (envelope-from grehan) Message-Id: <200509130511.j8D5BbMh018158@repoman.freebsd.org> From: Peter Grehan Date: Tue, 13 Sep 2005 05:11:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 05:11:38 -0000 grehan 2005-09-13 05:11:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/powerpc/powerpc pmap.c Log: MFC r1.101 Fix boot-time hang/panic on G3 systems when modifying IBAT0 in pmap_bootstrap by using the sync;isync big hammer to make sure all prior operations have completed. Reported by: Nathan Whitehorn Approved by: re (Ken Smith) Revision Changes Path 1.99.2.1 +2 -1 src/sys/powerpc/powerpc/pmap.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 05:18:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A684116A420; Tue, 13 Sep 2005 05:18:16 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CF343D6D; Tue, 13 Sep 2005 05:18:10 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8D5I9jU004892; Tue, 13 Sep 2005 15:18:09 +1000 Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8D5I72e018203; Tue, 13 Sep 2005 15:18:07 +1000 Date: Tue, 13 Sep 2005 15:18:06 +1000 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: John-Mark Gurney In-Reply-To: <20050912201136.GK793@funkthat.com> Message-ID: <20050913143348.P1831@epsplex.bde.org> References: <200509111303.j8BD3bTK042313@repoman.freebsd.org> <20050912201136.GK793@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/regression/fifo/fifo_open Makefile fifo_open.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 05:18:17 -0000 On Mon, 12 Sep 2005, John-Mark Gurney wrote: > Robert Watson wrote this message on Sun, Sep 11, 2005 at 13:03 +0000: >> rwatson 2005-09-11 13:03:36 UTC >> >> FreeBSD src repository >> >> Added files: >> tools/regression/fifo/fifo_open Makefile fifo_open.c >> Log: >> Add fifo_open, a basic regression test for opening fifos, which tests >> the blocking and non-blocking forms of open based on the POSIX spec for >> now O_NONBLOCK should be handled. > > I assume we aren't going to follow the useless POSIX spec for handling > O_NONBLOCK'ing reads wrt select and friends? If you're interested in a > basic test case, I can send you one... > > (That selecting on a fifo for read that doesn't have a writer will > return true, due to the fact that EOF is available for reading on a > O_NONBLOCK fifo.) PRs 76144 and 76525 give test cases for how not following the useful POSIX spec (for this and more directly by not even considering setting POLLHUP for poll()) breaks things. Perhaps the correct behaviour is for select() and poll() to return on EOF iff the EOF has occurred while there are any readers or any data. EOF should be sticky but not persist forever. It must be fairly sticky so that readers don't have races seeing it, and it must not persist forever so that POLLHUP works right for more than 1 "connection" to the fifo. I think a "connection" to a fifo should persist until not only all readers and writers have gone away, but until all data has been read and maybe for a few msec longer of inactivity to give straggling readers a chance to see the "hangup". Bruce From owner-cvs-all@FreeBSD.ORG Tue Sep 13 05:53:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA3916A41F; Tue, 13 Sep 2005 05:53:17 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E372943D46; Tue, 13 Sep 2005 05:53:16 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D5rG0F019596; Tue, 13 Sep 2005 05:53:16 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D5rGKd019595; Tue, 13 Sep 2005 05:53:16 GMT (envelope-from mi) Message-Id: <200509130553.j8D5rGKd019595@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 13 Sep 2005 05:53:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/lyx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 05:53:17 -0000 mi 2005-09-13 05:53:16 UTC FreeBSD ports repository Modified files: print/lyx Makefile distinfo pkg-plist Log: Update from 1.3.5 to 1.3.6. Implement OPTIONS for QT, ASPELL, and ISPELL. QT is on depending on whether or not it is installed already. ASPELL defaults to on, ISPELL -- to off. LIB_DEPEND on qt-mt instead of using USE_QT_VER (it can not be used with OPTIONS anyway). Take over maintainership for the time being. Approved by: previous maintainer ---------------------------------------------------------------------- Revision Changes Path 1.96 +24 -32 ports/print/lyx/Makefile 1.31 +2 -2 ports/print/lyx/distinfo 1.32 +12 -16 ports/print/lyx/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 05:59:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1392E16A41F; Tue, 13 Sep 2005 05:59:08 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C496E43D45; Tue, 13 Sep 2005 05:59:07 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D5x7oh019847; Tue, 13 Sep 2005 05:59:07 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D5x7hN019846; Tue, 13 Sep 2005 05:59:07 GMT (envelope-from grehan) Message-Id: <200509130559.j8D5x7hN019846@repoman.freebsd.org> From: Peter Grehan Date: Tue, 13 Sep 2005 05:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/etc.powerpc ttys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 05:59:08 -0000 grehan 2005-09-13 05:59:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/etc.powerpc ttys Log: MFC 1.3 Comment out ofw_console 'screen' entry and zs tty entries. The OpenFirmware console isn't used on real systems anymore and I never get to multi-user mode in psim. There are problems with zs that need to be resolved before these lines can be enabled. This eliminates disconcerting warnings on boot. Approved by: re (Ken Smith) Revision Changes Path 1.1.8.2 +3 -3 src/etc/etc.powerpc/ttys From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:00:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A3016A420; Tue, 13 Sep 2005 06:00:03 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0BE643D45; Tue, 13 Sep 2005 06:00:02 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D602UJ019900; Tue, 13 Sep 2005 06:00:02 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D602uO019899; Tue, 13 Sep 2005 06:00:02 GMT (envelope-from jylefort) Message-Id: <200509130600.j8D602uO019899@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 13 Sep 2005 06:00:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:00:03 -0000 jylefort 2005-09-13 06:00:02 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Micho Durdevich for lang/oorexx. Revision Changes Path 1.440 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:34:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A3416A41F; Tue, 13 Sep 2005 06:34:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 346DD43D49; Tue, 13 Sep 2005 06:34:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6YHlI021160; Tue, 13 Sep 2005 06:34:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6YH07021159; Tue, 13 Sep 2005 06:34:17 GMT (envelope-from ale) Message-Id: <200509130634.j8D6YH07021159@repoman.freebsd.org> From: Alex Dupre Date: Tue, 13 Sep 2005 06:34:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql40-server Makefile distinfo pkg-plist ports/databases/mysql40-server/files patch-configure patch-scripts::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:34:17 -0000 ale 2005-09-13 06:34:16 UTC FreeBSD ports repository Modified files: databases/mysql40-server Makefile distinfo pkg-plist databases/mysql40-server/files patch-configure patch-scripts::Makefile.in Log: Update to 4.0.26 release. Revision Changes Path 1.200 +1 -3 ports/databases/mysql40-server/Makefile 1.82 +2 -2 ports/databases/mysql40-server/distinfo 1.33 +5 -49 ports/databases/mysql40-server/files/patch-configure 1.4 +7 -9 ports/databases/mysql40-server/files/patch-scripts::Makefile.in 1.67 +0 -7 ports/databases/mysql40-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:42:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 102BC16A41F; Tue, 13 Sep 2005 06:42:15 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A8343D49; Tue, 13 Sep 2005 06:42:14 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6gEX9021608; Tue, 13 Sep 2005 06:42:14 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6gE85021607; Tue, 13 Sep 2005 06:42:14 GMT (envelope-from lth) Message-Id: <200509130642.j8D6gE85021607@repoman.freebsd.org> From: Lars Thegler Date: Tue, 13 Sep 2005 06:42:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-DOM-XPath Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:42:15 -0000 lth 2005-09-13 06:42:14 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-XML-DOM-XPath Makefile distinfo pkg-descr pkg-plist Log: Add p5-XML-DOM-XPath 0.09, adds XPath support to XML::DOM, using XML::XPath engine. PR: ports/85896 Submitted by: Mauricio Herrera Cuadra Revision Changes Path 1.854 +1 -0 ports/textproc/Makefile 1.1 +31 -0 ports/textproc/p5-XML-DOM-XPath/Makefile (new) 1.1 +2 -0 ports/textproc/p5-XML-DOM-XPath/distinfo (new) 1.1 +9 -0 ports/textproc/p5-XML-DOM-XPath/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-XML-DOM-XPath/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:42:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8D416A41F; Tue, 13 Sep 2005 06:42:30 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5AB43D45; Tue, 13 Sep 2005 06:42:30 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6gUIp021654; Tue, 13 Sep 2005 06:42:30 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6gU1T021653; Tue, 13 Sep 2005 06:42:30 GMT (envelope-from lth) Message-Id: <200509130642.j8D6gU1T021653@repoman.freebsd.org> From: Lars Thegler Date: Tue, 13 Sep 2005 06:42:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:42:31 -0000 lth 2005-09-13 06:42:30 UTC FreeBSD ports repository Modified files: . modules Log: p5-XML-DOM-XPath --> ports/textproc/p5-XML-DOM-XPath Revision Changes Path 1.13136 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:46:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1526816A41F; Tue, 13 Sep 2005 06:46:04 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 386AE43D45; Tue, 13 Sep 2005 06:46:02 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 455156156; Tue, 13 Sep 2005 08:45:47 +0200 (CEST) Received: from xps.des.no (des.no [80.203.228.37]) by tim.des.no (Postfix) with ESMTP id D21706152; Tue, 13 Sep 2005 08:45:46 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id AD12A33E48; Tue, 13 Sep 2005 08:45:56 +0200 (CEST) To: Robert Watson References: <200509071006.j87A6E8s012380@repoman.freebsd.org> <20050911222701.W33344@fledge.watson.org> <20050912013616.GA78451@dragon.NUXI.org> <20050912094446.P33344@fledge.watson.org> <20050912181727.GA96329@dragon.NUXI.org> <20050912192330.P96771@fledge.watson.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 13 Sep 2005 08:45:56 +0200 In-Reply-To: <20050912192330.P96771@fledge.watson.org> (Robert Watson's message of "Mon, 12 Sep 2005 19:28:51 +0100 (BST)") Message-ID: <86r7btqxcr.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Tests: ALL_TRUSTED,AWL,BAYES_00 X-Spam-Learn: ham X-Spam-Score: -5.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on tim.des.no Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien Subject: Re: cvs commit: src/sys/kern kern_tc.c src/sys/net rtsock.c src/sys/netipx ipx_proto.c src/sys/netnatm natm_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:46:04 -0000 Robert Watson writes: > Easy to do it with config, a pain to do it with a complete toolchain. $ cd ~/freebsd/head/src $ __MAKE_CONF=3D$PWD/make.conf make kernel-toolchain buildkernel DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:47:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B2F16A41F; Tue, 13 Sep 2005 06:47:06 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E4743D45; Tue, 13 Sep 2005 06:47:06 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6l6fA023095; Tue, 13 Sep 2005 06:47:06 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6l6Rc023094; Tue, 13 Sep 2005 06:47:06 GMT (envelope-from lth) Message-Id: <200509130647.j8D6l6Rc023094@repoman.freebsd.org> From: Lars Thegler Date: Tue, 13 Sep 2005 06:47:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:47:06 -0000 lth 2005-09-13 06:47:06 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Mauricio Herrera Cuadra for textproc/p5-XML-DOM-XPath. Revision Changes Path 1.441 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:49:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BF216A41F; Tue, 13 Sep 2005 06:49:46 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C1443D46; Tue, 13 Sep 2005 06:49:46 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6nk0B023273; Tue, 13 Sep 2005 06:49:46 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6nk22023272; Tue, 13 Sep 2005 06:49:46 GMT (envelope-from leeym) Message-Id: <200509130649.j8D6nk22023272@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 13 Sep 2005 06:49:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/beautifyphp Makefile distinfo pkg-descr ports/devel/beautifyphp/files patch-beautify_php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:49:46 -0000 leeym 2005-09-13 06:49:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/beautifyphp Makefile distinfo pkg-descr devel/beautifyphp/files patch-beautify_php Log: - add beautifyphp-0.5.0 This program tries to reformat and beautify PHP source code files automatically. The program is Open Source and distributed under the terms of GNU GPL. It is written in PHP and has a web frontend. Note: devel/pear-PHP_Beautifier is for PHP5 only, and this one for PHP4. Revision Changes Path 1.1961 +1 -0 ports/devel/Makefile 1.1 +39 -0 ports/devel/beautifyphp/Makefile (new) 1.1 +2 -0 ports/devel/beautifyphp/distinfo (new) 1.1 +10 -0 ports/devel/beautifyphp/files/patch-beautify_php (new) 1.1 +24 -0 ports/devel/beautifyphp/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:50:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5376D16A420; Tue, 13 Sep 2005 06:50:00 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B8643D4C; Tue, 13 Sep 2005 06:49:59 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6nxgt023326; Tue, 13 Sep 2005 06:49:59 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6nxnr023325; Tue, 13 Sep 2005 06:49:59 GMT (envelope-from leeym) Message-Id: <200509130649.j8D6nxnr023325@repoman.freebsd.org> From: Yen-Ming Lee Date: Tue, 13 Sep 2005 06:49:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:50:00 -0000 leeym 2005-09-13 06:49:59 UTC FreeBSD ports repository Modified files: . modules Log: beautifyphp --> ports/devel/beautifyphp Revision Changes Path 1.13137 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:55:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6A116A41F; Tue, 13 Sep 2005 06:55:01 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C9343D4C; Tue, 13 Sep 2005 06:55:01 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6t1bk023574; Tue, 13 Sep 2005 06:55:01 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6t0lk023563; Tue, 13 Sep 2005 06:55:00 GMT (envelope-from dougb) Message-Id: <200509130655.j8D6t0lk023563@repoman.freebsd.org> From: Doug Barton Date: Tue, 13 Sep 2005 06:55:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/htdig pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:55:01 -0000 dougb 2005-09-13 06:55:00 UTC FreeBSD ports repository Modified files: textproc/htdig pkg-plist Log: Convert to DATADIR macro, per portlint Revision Changes Path 1.10 +14 -14 ports/textproc/htdig/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 06:57:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B38516A41F; Tue, 13 Sep 2005 06:57:33 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDBF43D48; Tue, 13 Sep 2005 06:57:32 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D6vW79023704; Tue, 13 Sep 2005 06:57:32 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D6vW6m023703; Tue, 13 Sep 2005 06:57:32 GMT (envelope-from dougb) Message-Id: <200509130657.j8D6vW6m023703@repoman.freebsd.org> From: Doug Barton Date: Tue, 13 Sep 2005 06:57:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/htdig/files patch-config-xss X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 06:57:33 -0000 dougb 2005-09-13 06:57:32 UTC FreeBSD ports repository Added files: textproc/htdig/files patch-config-xss Log: Add a patch to fix a cross site scripting bug in htsearch. Submitted by: secteam (remko) Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html Revision Changes Path 1.1 +24 -0 ports/textproc/htdig/files/patch-config-xss (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 07:10:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305C316A41F; Tue, 13 Sep 2005 07:10:33 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E40743D53; Tue, 13 Sep 2005 07:10:31 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8D7AUb6078389; Tue, 13 Sep 2005 10:10:30 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 27605-18; Tue, 13 Sep 2005 10:10:29 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8D7AJwY078377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Sep 2005 10:10:24 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8D7AWRN069332; Tue, 13 Sep 2005 10:10:32 +0300 (EEST) (envelope-from ru) Date: Tue, 13 Sep 2005 10:10:31 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20050913071031.GE37280@ip.net.ua> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> <20050912010034.GA77819@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DO5DiztRLs659m5i" Content-Disposition: inline In-Reply-To: <20050912010034.GA77819@dragon.NUXI.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 07:10:33 -0000 --DO5DiztRLs659m5i Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sun, Sep 11, 2005 at 06:00:34PM -0700, David O'Brien wrote: > On Sun, Sep 11, 2005 at 02:49:25PM -0700, Nate Lawson wrote: > > David O'Brien wrote: > > >I was going to just install kernel.sym instead of a kernel with symbol= s, > > >but kgdb's usage doesn't claim to support '-s' as the previous kgdb di= d. > >=20 > > kernel.sym would be better since it wouldn't have the duplication that= =20 > > kernel and kernel.debug have. >=20 > Duplication in RELENG_* or in HEAD? >=20 > > Alternately, we can make loader(8) skip=20 > > symbol sections when booting and just install kernel.debug >=20 > That *is* what my change does - except it calls it "kernel" so there > aren't loading issues. > =20 What was wrong with using installkernel.debug or "make installkernel -DINSTALL_DEBUG" (the latter is useful when you don't know if your kernel was compiled with debug or not)? IOW, why enforce it? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --DO5DiztRLs659m5i Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJntnqRfpzJluFF4RAnKgAJ9RS18od6K2iyxxZVI4QZNVKvdoagCdEsZy W51GeAx5r+6pt4zlsPYEM9c= =pDLX -----END PGP SIGNATURE----- --DO5DiztRLs659m5i-- From owner-cvs-all@FreeBSD.ORG Tue Sep 13 07:12:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9ADC16A41F; Tue, 13 Sep 2005 07:12:11 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CDD43D46; Tue, 13 Sep 2005 07:12:11 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D7CBHr024355; Tue, 13 Sep 2005 07:12:11 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D7CB6H024354; Tue, 13 Sep 2005 07:12:11 GMT (envelope-from lth) Message-Id: <200509130712.j8D7CB6H024354@repoman.freebsd.org> From: Lars Thegler Date: Tue, 13 Sep 2005 07:12:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-CoreList Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 07:12:12 -0000 lth 2005-09-13 07:12:11 UTC FreeBSD ports repository Modified files: devel/p5-Module-CoreList Makefile distinfo pkg-plist Log: - Update to 2.02 - Pick up maintainership Revision Changes Path 1.7 +3 -3 ports/devel/p5-Module-CoreList/Makefile 1.7 +2 -2 ports/devel/p5-Module-CoreList/distinfo 1.3 +2 -0 ports/devel/p5-Module-CoreList/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 07:12:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65BB16A41F; Tue, 13 Sep 2005 07:12:23 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 585F843D53; Tue, 13 Sep 2005 07:12:23 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D7CN4o024392; Tue, 13 Sep 2005 07:12:23 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D7CNoi024391; Tue, 13 Sep 2005 07:12:23 GMT (envelope-from jcamou) Message-Id: <200509130712.j8D7CNoi024391@repoman.freebsd.org> From: "Jesus R. Camou" Date: Tue, 13 Sep 2005 07:12:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mail chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 07:12:23 -0000 jcamou 2005-09-13 07:12:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mail chapter.sgml Log: Direct people away from the sendmail_enable="NONE" option since it is deprecated. According to the rc.sendmail man page, it will be removed in a future release. Suggested by: lawrance Approved by: trhodes (mentor) Revision Changes Path 1.131 +4 -1 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 07:25:10 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A0516A420; Tue, 13 Sep 2005 07:25:10 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F4B43D4C; Tue, 13 Sep 2005 07:25:09 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 9295B1FF9AC; Tue, 13 Sep 2005 09:25:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 23DF81FF931; Tue, 13 Sep 2005 09:25:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id DDA7915823; Tue, 13 Sep 2005 07:25:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id D3073157B9; Tue, 13 Sep 2005 07:25:01 +0000 (UTC) Date: Tue, 13 Sep 2005 07:25:01 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: David Schultz In-Reply-To: <200509122054.j8CKs1JI084501@repoman.freebsd.org> Message-ID: References: <200509122054.j8CKs1JI084501@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/msun/amd64 s_scalbnf.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 07:25:10 -0000 On Mon, 12 Sep 2005, David Schultz wrote: > das 2005-09-12 20:54:00 UTC > > FreeBSD src repository > > Modified files: > lib/msun/amd64 s_scalbnf.S > Log: > Add a missing ldexpf() alias for amd64. > > Noticed by: bz@, tjr@ > > Revision Changes Path > 1.2 +3 -0 src/lib/msun/amd64/s_scalbnf.S thanks :-) -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Tue Sep 13 07:49:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A84616A41F; Tue, 13 Sep 2005 07:49:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 499F743D46; Tue, 13 Sep 2005 07:49:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D7nXL4025675; Tue, 13 Sep 2005 07:49:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D7nWv2025674; Tue, 13 Sep 2005 07:49:33 GMT (envelope-from pav) Message-Id: <200509130749.j8D7nWv2025674@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 07:49:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/moc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 07:49:33 -0000 pav 2005-09-13 07:49:32 UTC FreeBSD ports repository Modified files: audio/moc Makefile Log: - Change MP3 dependency on libmad, no need to depend on full mad player Approved by: Integral (maintainer) Revision Changes Path 1.5 +2 -1 ports/audio/moc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:27:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0143F16A41F; Tue, 13 Sep 2005 08:27:02 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B30743D45; Tue, 13 Sep 2005 08:27:01 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8R1BG027026; Tue, 13 Sep 2005 08:27:01 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8R1hm027025; Tue, 13 Sep 2005 08:27:01 GMT (envelope-from tobez) Message-Id: <200509130827.j8D8R1hm027025@repoman.freebsd.org> From: Anton Berezin Date: Tue, 13 Sep 2005 08:27:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI.pm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:27:02 -0000 tobez 2005-09-13 08:27:00 UTC FreeBSD ports repository Modified files: www/p5-CGI.pm Makefile distinfo Log: Update to 3.11. Revision Changes Path 1.20 +1 -2 ports/www/p5-CGI.pm/Makefile 1.14 +2 -2 ports/www/p5-CGI.pm/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:27:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB3116A41F; Tue, 13 Sep 2005 08:27:39 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394C443D45; Tue, 13 Sep 2005 08:27:39 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8RdQe027065; Tue, 13 Sep 2005 08:27:39 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8RdGf027064; Tue, 13 Sep 2005 08:27:39 GMT (envelope-from nyan) Message-Id: <200509130827.j8D8RdGf027064@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Sep 2005 08:27:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98 Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:27:39 -0000 nyan 2005-09-13 08:27:39 UTC FreeBSD src repository Modified files: sys/boot/pc98 Makefile.inc Log: MFi386: revisions 1.10 and 1.11. - Add '-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3' to CFLAGS. Revision Changes Path 1.6 +2 -1 src/sys/boot/pc98/Makefile.inc From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:29:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36EC16A41F; Tue, 13 Sep 2005 08:29:04 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A224143D48; Tue, 13 Sep 2005 08:29:04 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8T4tb027129; Tue, 13 Sep 2005 08:29:04 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8T4Z0027128; Tue, 13 Sep 2005 08:29:04 GMT (envelope-from nyan) Message-Id: <200509130829.j8D8T4Z0027128@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Sep 2005 08:29:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/pc98/libpc98 comconsole.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:29:05 -0000 nyan 2005-09-13 08:29:03 UTC FreeBSD src repository Modified files: sys/boot/pc98/libpc98 comconsole.c Log: MFi386: revision 1.11. Revision Changes Path 1.7 +108 -9 src/sys/boot/pc98/libpc98/comconsole.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:32:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3878E16A41F; Tue, 13 Sep 2005 08:32:20 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA74743D45; Tue, 13 Sep 2005 08:32:19 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8WJFt027268; Tue, 13 Sep 2005 08:32:19 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8WJUZ027267; Tue, 13 Sep 2005 08:32:19 GMT (envelope-from tobez) Message-Id: <200509130832.j8D8WJUZ027267@repoman.freebsd.org> From: Anton Berezin Date: Tue, 13 Sep 2005 08:32:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-SimpleLinkExtor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:32:20 -0000 tobez 2005-09-13 08:32:18 UTC FreeBSD ports repository Modified files: www/p5-HTML-SimpleLinkExtor Makefile distinfo Log: Update to 1.11. Revision Changes Path 1.4 +1 -1 ports/www/p5-HTML-SimpleLinkExtor/Makefile 1.4 +2 -2 ports/www/p5-HTML-SimpleLinkExtor/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:34:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45AA916A41F; Tue, 13 Sep 2005 08:34:30 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016C143D45; Tue, 13 Sep 2005 08:34:30 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8YTep027387; Tue, 13 Sep 2005 08:34:29 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8YTD3027386; Tue, 13 Sep 2005 08:34:29 GMT (envelope-from tobez) Message-Id: <200509130834.j8D8YTD3027386@repoman.freebsd.org> From: Anton Berezin Date: Tue, 13 Sep 2005 08:34:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Bit-Vector-Minimal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:34:30 -0000 tobez 2005-09-13 08:34:29 UTC FreeBSD ports repository Modified files: math/p5-Bit-Vector-Minimal Makefile distinfo Log: Update to 1.2. Revision Changes Path 1.3 +1 -1 ports/math/p5-Bit-Vector-Minimal/Makefile 1.3 +2 -2 ports/math/p5-Bit-Vector-Minimal/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:52:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BEE16A41F; Tue, 13 Sep 2005 08:52:06 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B468243D4C; Tue, 13 Sep 2005 08:52:05 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8q502035191; Tue, 13 Sep 2005 08:52:05 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8q5T4035190; Tue, 13 Sep 2005 08:52:05 GMT (envelope-from tobez) Message-Id: <200509130852.j8D8q5T4035190@repoman.freebsd.org> From: Anton Berezin Date: Tue, 13 Sep 2005 08:52:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Regexp-Log Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:52:06 -0000 tobez 2005-09-13 08:52:04 UTC FreeBSD ports repository Modified files: textproc/p5-Regexp-Log Makefile distinfo Log: Update to 0.04. Revision Changes Path 1.3 +1 -1 ports/textproc/p5-Regexp-Log/Makefile 1.3 +2 -2 ports/textproc/p5-Regexp-Log/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:58:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F1616A41F; Tue, 13 Sep 2005 08:58:40 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEE843D48; Tue, 13 Sep 2005 08:58:38 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8D8wafv095299; Tue, 13 Sep 2005 11:58:36 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 34829-20; Tue, 13 Sep 2005 11:58:35 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8D8wZCM095296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Sep 2005 11:58:35 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8D8wmrN069471; Tue, 13 Sep 2005 11:58:48 +0300 (EEST) (envelope-from ru) Date: Tue, 13 Sep 2005 11:58:48 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20050913085848.GG37280@ip.net.ua> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> <20050912010034.GA77819@dragon.NUXI.org> <20050913071031.GE37280@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PMULwz+zIGJzpDN9" Content-Disposition: inline In-Reply-To: <20050913071031.GE37280@ip.net.ua> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:58:40 -0000 --PMULwz+zIGJzpDN9 Content-Type: multipart/mixed; boundary="FUaywKC54iCcLzqT" Content-Disposition: inline --FUaywKC54iCcLzqT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 13, 2005 at 10:10:31AM +0300, Ruslan Ermilov wrote: > Hi, >=20 > On Sun, Sep 11, 2005 at 06:00:34PM -0700, David O'Brien wrote: > > On Sun, Sep 11, 2005 at 02:49:25PM -0700, Nate Lawson wrote: > > > David O'Brien wrote: > > > >I was going to just install kernel.sym instead of a kernel with symb= ols, > > > >but kgdb's usage doesn't claim to support '-s' as the previous kgdb = did. > > >=20 > > > kernel.sym would be better since it wouldn't have the duplication tha= t=20 > > > kernel and kernel.debug have. > >=20 > > Duplication in RELENG_* or in HEAD? > >=20 > > > Alternately, we can make loader(8) skip=20 > > > symbol sections when booting and just install kernel.debug > >=20 > > That *is* what my change does - except it calls it "kernel" so there > > aren't loading issues. > > =20 > What was wrong with using installkernel.debug or "make installkernel > -DINSTALL_DEBUG" (the latter is useful when you don't know if your > kernel was compiled with debug or not)? IOW, why enforce it? >=20 I'm not saying the idea is necessarily bad, but I'm not at all happy about the implementation in rev. 1.84. Before this change, we had installkernel.debug installing both normal and *.debug versions of kernel and module objects, and gdb scripts. And that was consistent. Now, installkernel.debug no longer installs kernel.debug but continues to install both normal and *.debug module objects. Also, it's very uneasy now to revert the behavior to installing only normal objects when DEBUG is defined, e.g. for STABLE branches. The floppies.1 target of "make release" will now provide the debugging kernel as well. I'm not sure if this is good or not. To address all of this, I suggest to revert kern.post.mk to rev. 1.83 and just make INSTALL_DEBUG the default in HEAD when DEBUG is also set. Should this be also true for modules, I'm not sure. My only question is do we want to install both versions of kernel and module objects, like we did before, or install debug versions over normal ones. My favour is the former, because it's consistent with documentation and POLA in general. The only change in behavior would be that installkernel.debug now installs *both* normal and debug versions, while previously it only installed debug versions. I didn't make INSTALL_DEBUG default for modules in the attached patch because it consumes 64M on yesterday's amd64 build, and that looks like too much. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --FUaywKC54iCcLzqT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: kern.post.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/kern.post.mk,v retrieving revision 1.83 diff -u -r1.83 kern.post.mk --- kern.post.mk 9 Jun 2005 05:38:18 -0000 1.83 +++ kern.post.mk 13 Sep 2005 08:44:55 -0000 @@ -66,6 +66,8 @@ .if !defined(DEBUG) FULLKERNEL=3D ${KERNEL_KO} .else +# In HEAD, we want to install .debug version by default. +INSTALL_DEBUG=3D FULLKERNEL=3D ${KERNEL_KO}.debug ${KERNEL_KO}: ${FULLKERNEL} ${OBJCOPY} --strip-debug ${FULLKERNEL} ${KERNEL_KO} @@ -207,17 +209,15 @@ mkdir -p ${DESTDIR}${KODIR} .if defined(DEBUG) && defined(INSTALL_DEBUG) ${INSTALL} -p -m 555 -o root -g wheel ${FULLKERNEL} ${DESTDIR}${KODIR} -.else - ${INSTALL} -p -m 555 -o root -g wheel ${KERNEL_KO} ${DESTDIR}${KODIR} .endif + ${INSTALL} -p -m 555 -o root -g wheel ${KERNEL_KO} ${DESTDIR}${KODIR} =20 kernel-reinstall: @-chflags -R noschg ${DESTDIR}${KODIR} .if defined(DEBUG) && defined(INSTALL_DEBUG) ${INSTALL} -p -m 555 -o root -g wheel ${FULLKERNEL} ${DESTDIR}${KODIR} -.else - ${INSTALL} -p -m 555 -o root -g wheel ${KERNEL_KO} ${DESTDIR}${KODIR} .endif + ${INSTALL} -p -m 555 -o root -g wheel ${KERNEL_KO} ${DESTDIR}${KODIR} =20 config.o env.o hints.o vers.o vnode_if.o: ${NORMAL_C} Index: kmod.mk =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/kmod.mk,v retrieving revision 1.193 diff -u -r1.193 kmod.mk --- kmod.mk 7 Sep 2005 17:38:46 -0000 1.193 +++ kmod.mk 13 Sep 2005 08:51:17 -0000 @@ -147,6 +147,8 @@ FULLPROG=3D ${PROG} .else FULLPROG=3D ${PROG}.debug +# In HEAD, we want to install .debug version by default. +#INSTALL_DEBUG=3D ${PROG}: ${FULLPROG} ${OBJCOPY} --strip-debug ${FULLPROG} ${PROG} .endif @@ -252,7 +254,7 @@ .if defined(DEBUG_FLAGS) && defined(INSTALL_DEBUG) ${INSTALL} -o ${KMODOWN} -g ${KMODGRP} -m ${KMODMODE} \ ${_INSTALLFLAGS} ${FULLPROG} ${DESTDIR}${KMODDIR} -.else +.endif ${INSTALL} -o ${KMODOWN} -g ${KMODGRP} -m ${KMODMODE} \ ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${KMODDIR} =20 @@ -268,7 +270,6 @@ kldxref ${DESTDIR}${KMODDIR}; \ fi .endif -.endif .endif # !target(realinstall) =20 .endif # !target(install) --FUaywKC54iCcLzqT-- --PMULwz+zIGJzpDN9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJpTIqRfpzJluFF4RApU5AJwJqhl2tB6vWOXLz06QND/N5XhfkQCeMh+Z JSJ1L55OSEElin7oiOEI+AI= =CyWQ -----END PGP SIGNATURE----- --PMULwz+zIGJzpDN9-- From owner-cvs-all@FreeBSD.ORG Tue Sep 13 08:59:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 152F016A432; Tue, 13 Sep 2005 08:59:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C76D743D45; Tue, 13 Sep 2005 08:59:47 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D8xlRi035456; Tue, 13 Sep 2005 08:59:47 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D8xl67035455; Tue, 13 Sep 2005 08:59:47 GMT (envelope-from tobez) Message-Id: <200509130859.j8D8xl67035455@repoman.freebsd.org> From: Anton Berezin Date: Tue, 13 Sep 2005 08:59:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Dumper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 08:59:48 -0000 tobez 2005-09-13 08:59:47 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Dumper Makefile distinfo Log: Update to 0.79. Revision Changes Path 1.8 +1 -1 ports/textproc/p5-XML-Dumper/Makefile 1.5 +2 -2 ports/textproc/p5-XML-Dumper/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 09:21:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A01216A41F; Tue, 13 Sep 2005 09:21:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1702343D45; Tue, 13 Sep 2005 09:21:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D9LM0I036415; Tue, 13 Sep 2005 09:21:22 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D9LMvK036414; Tue, 13 Sep 2005 09:21:22 GMT (envelope-from skv) Message-Id: <200509130921.j8D9LMvK036414@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 13 Sep 2005 09:21:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-InterBase Makefile distinfo pkg-plist ports/databases/p5-DBD-InterBase/files patch-InterBase.xs patch-dbdimp.c patch-dbdimp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 09:21:23 -0000 skv 2005-09-13 09:21:21 UTC FreeBSD ports repository Modified files: databases/p5-DBD-InterBase Makefile distinfo pkg-plist Removed files: databases/p5-DBD-InterBase/files patch-InterBase.xs patch-dbdimp.c patch-dbdimp.h Log: Update to 0.44 Changes: http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.44/Changes Revision Changes Path 1.13 +2 -3 ports/databases/p5-DBD-InterBase/Makefile 1.7 +2 -2 ports/databases/p5-DBD-InterBase/distinfo 1.2 +0 -28 ports/databases/p5-DBD-InterBase/files/patch-InterBase.xs (dead) 1.6 +0 -174 ports/databases/p5-DBD-InterBase/files/patch-dbdimp.c (dead) 1.2 +0 -18 ports/databases/p5-DBD-InterBase/files/patch-dbdimp.h (dead) 1.5 +1 -4 ports/databases/p5-DBD-InterBase/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 09:23:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6C616A41F; Tue, 13 Sep 2005 09:23:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7726743D45; Tue, 13 Sep 2005 09:23:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D9NNIS036516; Tue, 13 Sep 2005 09:23:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D9NM7O036515; Tue, 13 Sep 2005 09:23:22 GMT (envelope-from rwatson) Message-Id: <200509130923.j8D9NM7O036515@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 09:23:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 09:23:23 -0000 rwatson 2005-09-13 09:23:22 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Annotate two issues: 1) fifo_kqfilter() is not actually ever used, it likely should be GC'd. 2) fifo_kqfilter_f() doesn't implement EVFILT_VNODE, so detecting events on the underlying vnode for a fifo no longer works (it did in 4.x). Likely, fifo_kqfilter_f() should forward the request to the VFS using fp->f_vnode, which would work once fifo_kqfilter() was detached from the vnode operation vector (removing the fifo override). Discussed with: phk Revision Changes Path 1.122 +12 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 09:38:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DD316A41F; Tue, 13 Sep 2005 09:38:13 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A738943D45; Tue, 13 Sep 2005 09:38:13 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8D9cDub037266; Tue, 13 Sep 2005 09:38:13 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8D9cDSL037265; Tue, 13 Sep 2005 09:38:13 GMT (envelope-from tobez) Message-Id: <200509130938.j8D9cDSL037265@repoman.freebsd.org> From: Anton Berezin Date: Tue, 13 Sep 2005 09:38:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Twig Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 09:38:14 -0000 tobez 2005-09-13 09:38:13 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Twig Makefile distinfo Log: Update to 3.21. Assign maintainer to perl. Revision Changes Path 1.12 +2 -2 ports/textproc/p5-XML-Twig/Makefile 1.9 +2 -2 ports/textproc/p5-XML-Twig/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 10:12:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4F916A41F; Tue, 13 Sep 2005 10:12:29 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBAF43D4C; Tue, 13 Sep 2005 10:12:29 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DACTFc038542; Tue, 13 Sep 2005 10:12:29 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DACTt6038541; Tue, 13 Sep 2005 10:12:29 GMT (envelope-from yongari) Message-Id: <200509131012.j8DACTt6038541@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 13 Sep 2005 10:12:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci maestro3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 10:12:29 -0000 yongari 2005-09-13 10:12:28 UTC FreeBSD src repository Modified files: sys/dev/sound/pci maestro3.c Log: Unlock driver lock before calling resource_int_value(9). This should fix LOR(in fact it's not LOR) in device attach. Revision Changes Path 1.29 +3 -0 src/sys/dev/sound/pci/maestro3.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 10:33:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F178916A41F; Tue, 13 Sep 2005 10:33:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF26243D48; Tue, 13 Sep 2005 10:33:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DAXWLq039291; Tue, 13 Sep 2005 10:33:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DAXWco039290; Tue, 13 Sep 2005 10:33:32 GMT (envelope-from rwatson) Message-Id: <200509131033.j8DAXWco039290@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 10:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_misc fifo_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 10:33:33 -0000 rwatson 2005-09-13 10:33:32 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_misc fifo_misc.c Log: Remove a debugging printf. Revision Changes Path 1.3 +0 -1 src/tools/regression/fifo/fifo_misc/fifo_misc.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 10:39:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAD516A41F; Tue, 13 Sep 2005 10:39:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5968843D45; Tue, 13 Sep 2005 10:39:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DAdOM3039560; Tue, 13 Sep 2005 10:39:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DAdOdU039559; Tue, 13 Sep 2005 10:39:24 GMT (envelope-from rwatson) Message-Id: <200509131039.j8DAdOdU039559@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 10:39:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 10:39:24 -0000 rwatson 2005-09-13 10:39:24 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: As a result of kqueue locking work, socket buffer locks will always be held when entering a kqueue filter for fifos via a socket buffer event: as such, assert the lock unconditionally rather than acquiring it conditionall. MFC after: 3 days Revision Changes Path 1.123 +6 -18 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:16:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 747B416A41F; Tue, 13 Sep 2005 11:16:17 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3323443D55; Tue, 13 Sep 2005 11:16:17 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBGHnE040950; Tue, 13 Sep 2005 11:16:17 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBGGEY040949; Tue, 13 Sep 2005 11:16:16 GMT (envelope-from fjoe) Message-Id: <200509131116.j8DBGGEY040949@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Sep 2005 11:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/mc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:16:17 -0000 fjoe 2005-09-13 11:16:16 UTC FreeBSD ports repository Modified files: misc/mc Makefile Log: - Build with included slang: included slang contains a number of fixes from slang authors and mc developers and there will be no more releases of slang 1.x - Bump PORTREVISION Revision Changes Path 1.106 +2 -5 ports/misc/mc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:33:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B6416A41F; Tue, 13 Sep 2005 11:33:25 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B119D43D46; Tue, 13 Sep 2005 11:33:25 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBXPSW041688; Tue, 13 Sep 2005 11:33:25 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBXPKd041687; Tue, 13 Sep 2005 11:33:25 GMT (envelope-from nyan) Message-Id: <200509131133.j8DBXPKd041687@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Sep 2005 11:33:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/cbus fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:33:26 -0000 nyan 2005-09-13 11:33:25 UTC FreeBSD src repository Modified files: sys/pc98/cbus fdc.c Log: Remove EPSON_NRDISK support. Revision Changes Path 1.161 +2 -177 src/sys/pc98/cbus/fdc.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:34:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674C816A41F; Tue, 13 Sep 2005 11:34:08 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C2943D46; Tue, 13 Sep 2005 11:34:08 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBY85J041739; Tue, 13 Sep 2005 11:34:08 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBY8Qt041738; Tue, 13 Sep 2005 11:34:08 GMT (envelope-from nyan) Message-Id: <200509131134.j8DBY8Qt041738@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 13 Sep 2005 11:34:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 epsonio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:34:08 -0000 nyan 2005-09-13 11:34:08 UTC FreeBSD src repository Modified files: sys/pc98/pc98 epsonio.h Log: Remove unused functions. Revision Changes Path 1.10 +0 -39 src/sys/pc98/pc98/epsonio.h From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:38:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EF816A41F; Tue, 13 Sep 2005 11:38:17 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D55543D45; Tue, 13 Sep 2005 11:38:17 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBcHXM041960; Tue, 13 Sep 2005 11:38:17 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBcHaW041959; Tue, 13 Sep 2005 11:38:17 GMT (envelope-from fjoe) Message-Id: <200509131138.j8DBcHaW041959@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Sep 2005 11:38:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql2odbc Makefile ports/databases/mysql2odbc/files patch-mtest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:38:17 -0000 fjoe 2005-09-13 11:38:17 UTC FreeBSD ports repository Modified files: databases/mysql2odbc Makefile databases/mysql2odbc/files patch-mtest.c Log: - Fix build on RELENG_4 [1] - Fix build with iODBC - Bump PORTREVISION Found by: kris (via pointyhat) [1] Revision Changes Path 1.2 +9 -1 ports/databases/mysql2odbc/Makefile 1.2 +8 -4 ports/databases/mysql2odbc/files/patch-mtest.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:39:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4629116A41F; Tue, 13 Sep 2005 11:39:35 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35D643D45; Tue, 13 Sep 2005 11:39:34 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBdYCF042007; Tue, 13 Sep 2005 11:39:34 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBdYSQ042006; Tue, 13 Sep 2005 11:39:34 GMT (envelope-from vs) Message-Id: <200509131139.j8DBdYSQ042006@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Sep 2005 11:39:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/wakeonlan Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:39:35 -0000 vs 2005-09-13 11:39:34 UTC FreeBSD ports repository Modified files: net/wakeonlan Makefile distinfo Log: Update to 0.41 PR: ports/86059 Submitted by: Andrej Zverev Revision Changes Path 1.8 +1 -2 ports/net/wakeonlan/Makefile 1.3 +2 -2 ports/net/wakeonlan/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:42:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 385EC16A41F; Tue, 13 Sep 2005 11:42:16 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB41E43D45; Tue, 13 Sep 2005 11:42:15 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBgFl6042202; Tue, 13 Sep 2005 11:42:15 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBgFKS042201; Tue, 13 Sep 2005 11:42:15 GMT (envelope-from fjoe) Message-Id: <200509131142.j8DBgFKS042201@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Sep 2005 11:42:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql2odbc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:42:16 -0000 fjoe 2005-09-13 11:42:15 UTC FreeBSD ports repository Modified files: databases/mysql2odbc Makefile Log: Use BROKEN instead of ".error". This allows to run "make config" to reconfigure the port properly. Revision Changes Path 1.3 +1 -1 ports/databases/mysql2odbc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:43:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC7316A41F; Tue, 13 Sep 2005 11:43:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14E543D45; Tue, 13 Sep 2005 11:43:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBhZUV042305; Tue, 13 Sep 2005 11:43:35 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBhZRO042304; Tue, 13 Sep 2005 11:43:35 GMT (envelope-from garga) Message-Id: <200509131143.j8DBhZRO042304@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 11:43:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pecl-ssh2 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:43:36 -0000 garga 2005-09-13 11:43:35 UTC FreeBSD ports repository Modified files: security/pecl-ssh2 pkg-descr Log: - Fix WWW PR: ports/86042 Submitted by: Marcus Alves Grando Revision Changes Path 1.2 +1 -1 ports/security/pecl-ssh2/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:47:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC01F16A41F; Tue, 13 Sep 2005 11:47:05 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACD443D46; Tue, 13 Sep 2005 11:47:05 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBl5ct042457; Tue, 13 Sep 2005 11:47:05 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBl5X9042456; Tue, 13 Sep 2005 11:47:05 GMT (envelope-from garga) Message-Id: <200509131147.j8DBl5X9042456@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 11:47:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:47:06 -0000 garga 2005-09-13 11:47:05 UTC FreeBSD ports repository Modified files: devel/mm Makefile Log: - Pass maintainership to submitter PR: ports/86041 Submitted by: Marcus Alves Grando Revision Changes Path 1.35 +1 -1 ports/devel/mm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:49:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5053216A41F; Tue, 13 Sep 2005 11:49:08 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB4443D46; Tue, 13 Sep 2005 11:49:08 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBn7gh042531; Tue, 13 Sep 2005 11:49:07 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBn7pv042530; Tue, 13 Sep 2005 11:49:07 GMT (envelope-from fjoe) Message-Id: <200509131149.j8DBn7pv042530@repoman.freebsd.org> From: Max Khon Date: Tue, 13 Sep 2005 11:49:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/oracle_odbc_driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:49:08 -0000 fjoe 2005-09-13 11:49:07 UTC FreeBSD ports repository Modified files: databases/oracle_odbc_driver Makefile Log: - This port does not build with iODBC yet -- remove WITH_UNIXODBC/IODBC options - Bump PORTREVISION Revision Changes Path 1.3 +1 -14 ports/databases/oracle_odbc_driver/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 11:51:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6BC16A41F; Tue, 13 Sep 2005 11:51:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F9143D46; Tue, 13 Sep 2005 11:51:44 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DBpikQ042690; Tue, 13 Sep 2005 11:51:44 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DBpiD0042689; Tue, 13 Sep 2005 11:51:44 GMT (envelope-from garga) Message-Id: <200509131151.j8DBpiD0042689@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 11:51:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/sqlite2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:51:45 -0000 garga 2005-09-13 11:51:44 UTC FreeBSD ports repository Modified files: databases/sqlite2 Makefile Log: - Pass maintainership to submitter PR: ports/86040 Submitted by: Marcus Alves Grando Revision Changes Path 1.32 +1 -1 ports/databases/sqlite2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:03:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA19216A420; Tue, 13 Sep 2005 12:03:54 +0000 (GMT) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3EC43D53; Tue, 13 Sep 2005 12:03:53 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id B4919125493; Tue, 13 Sep 2005 14:03:51 +0200 (CEST) Date: Tue, 13 Sep 2005 14:03:51 +0200 From: Anton Berezin To: Cheng-Lung Sung Message-ID: <20050913120351.GD22514@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Cheng-Lung Sung , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509061242.j86CgY20009147@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509061242.j86CgY20009147@repoman.freebsd.org> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.10i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/p5-XML-Atom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:03:54 -0000 On Tue, Sep 06, 2005 at 12:42:34PM +0000, Cheng-Lung Sung wrote: > clsung 2005-09-06 12:42:34 UTC > > FreeBSD ports repository > > Modified files: > textproc/p5-XML-Atom Makefile distinfo > Log: > - update to 0.13 > - changes see http://search.cpan.org/src/MIYAGAWA/XML-Atom-0.13/Changes It fails with perl 5.6.X - there is no way to use XML::Atom::Util, which wants Encode. This can probably be fixed with some creative patching to use Encode::compat for 5.6.X. Or just require 5.8.X outright. \Anton. -- An undefined problem has an infinite number of solutions. -- Robert A. Humphrey From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:13:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B267B16A41F; Tue, 13 Sep 2005 12:13:43 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F43543D46; Tue, 13 Sep 2005 12:13:43 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCDhJk043525; Tue, 13 Sep 2005 12:13:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCDhwP043524; Tue, 13 Sep 2005 12:13:43 GMT (envelope-from vs) Message-Id: <200509131213.j8DCDhwP043524@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Sep 2005 12:13:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ocaml-equeue Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:13:43 -0000 vs 2005-09-13 12:13:42 UTC FreeBSD ports repository Modified files: devel/ocaml-equeue Makefile distinfo pkg-plist Log: Update to 2.1 PR: ports/84766 Submitted by: Jun Mukai, David Julien Approved by: maintainer timeout (2w) Revision Changes Path 1.2 +2 -2 ports/devel/ocaml-equeue/Makefile 1.2 +2 -2 ports/devel/ocaml-equeue/distinfo 1.2 +51 -42 ports/devel/ocaml-equeue/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:25:14 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0016A41F; Tue, 13 Sep 2005 12:25:14 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D93CE43D64; Tue, 13 Sep 2005 12:25:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 6EF121FF931; Tue, 13 Sep 2005 14:25:08 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 0208B1FF91D; Tue, 13 Sep 2005 14:25:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id ACFBD157B9; Tue, 13 Sep 2005 12:21:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id AA4701577D; Tue, 13 Sep 2005 12:21:38 +0000 (UTC) Date: Tue, 13 Sep 2005 12:21:38 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Pyun YongHyeon In-Reply-To: <200509131012.j8DACTt6038541@repoman.freebsd.org> Message-ID: References: <200509131012.j8DACTt6038541@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:25:14 -0000 On Tue, 13 Sep 2005, Pyun YongHyeon wrote: > yongari 2005-09-13 10:12:28 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci maestro3.c > Log: > Unlock driver lock before calling resource_int_value(9). > This should fix LOR(in fact it's not LOR) in device attach. it this LOR known on the LOR page? http://sources.zabbadoz.net/freebsd/lor.html -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:36:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2253A16A420; Tue, 13 Sep 2005 12:36:51 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FAA43D46; Tue, 13 Sep 2005 12:36:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCaoMc044399; Tue, 13 Sep 2005 12:36:50 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCaoHq044398; Tue, 13 Sep 2005 12:36:50 GMT (envelope-from garga) Message-Id: <200509131236.j8DCaoHq044398@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 12:36:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/geneweb Makefile distinfo pkg-descr pkg-plist ports/www/geneweb/files install.sh patch-Makefile pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:36:51 -0000 garga 2005-09-13 12:36:50 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/geneweb Makefile distinfo pkg-descr pkg-plist www/geneweb/files install.sh patch-Makefile pkg-message.in Log: Add geneweb 4.10, an advanced genealogy software. PR: ports/85957 Submitted by: Hubert Tournier Revision Changes Path 1.1168 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/geneweb/Makefile (new) 1.1 +2 -0 ports/www/geneweb/distinfo (new) 1.1 +99 -0 ports/www/geneweb/files/install.sh (new) 1.1 +9 -0 ports/www/geneweb/files/patch-Makefile (new) 1.1 +6 -0 ports/www/geneweb/files/pkg-message.in (new) 1.1 +10 -0 ports/www/geneweb/pkg-descr (new) 1.1 +212 -0 ports/www/geneweb/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:37:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EFE16A41F; Tue, 13 Sep 2005 12:37:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A351C43D46; Tue, 13 Sep 2005 12:37:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCb4WL044453; Tue, 13 Sep 2005 12:37:04 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCb4qc044452; Tue, 13 Sep 2005 12:37:04 GMT (envelope-from garga) Message-Id: <200509131237.j8DCb4qc044452@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 12:37:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:37:05 -0000 garga 2005-09-13 12:37:04 UTC FreeBSD ports repository Modified files: . modules Log: geneweb --> ports/www/geneweb Revision Changes Path 1.13138 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:40:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD2316A41F; Tue, 13 Sep 2005 12:40:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF31643D45; Tue, 13 Sep 2005 12:40:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCe3lV044567; Tue, 13 Sep 2005 12:40:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCe363044566; Tue, 13 Sep 2005 12:40:03 GMT (envelope-from garga) Message-Id: <200509131240.j8DCe363044566@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 12:40:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libedit Makefile distinfo ports/devel/libedit/files patch-makelist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:40:04 -0000 garga 2005-09-13 12:40:03 UTC FreeBSD ports repository Modified files: devel/libedit Makefile distinfo Added files: devel/libedit/files patch-makelist Log: - Update to 2.6.9 - OPTIONS'ify PR: ports/86053 Submitted by: Marcus Alves Grando Revision Changes Path 1.9 +10 -4 ports/devel/libedit/Makefile 1.4 +2 -2 ports/devel/libedit/distinfo 1.1 +11 -0 ports/devel/libedit/files/patch-makelist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:41:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7936C16A41F; Tue, 13 Sep 2005 12:41:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133F443D48; Tue, 13 Sep 2005 12:41:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCf5IV044709; Tue, 13 Sep 2005 12:41:05 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCf5hC044708; Tue, 13 Sep 2005 12:41:05 GMT (envelope-from glebius) Message-Id: <200509131241.j8DCf5hC044708@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 13 Sep 2005 12:41:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:41:06 -0000 glebius 2005-09-13 12:41:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_parse.c Log: MFC 1.26 by ru: Fixed parsing of unsigned integers. Approved by: re (kensmith) Revision Changes Path 1.25.2.1 +4 -1 src/sys/netgraph/ng_parse.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:41:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8234E16A442; Tue, 13 Sep 2005 12:41:07 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CBD443D46; Tue, 13 Sep 2005 12:41:07 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCf7pp044740; Tue, 13 Sep 2005 12:41:07 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCf7IR044739; Tue, 13 Sep 2005 12:41:07 GMT (envelope-from garga) Message-Id: <200509131241.j8DCf7IR044739@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 12:41:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-getargs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:41:09 -0000 garga 2005-09-13 12:41:07 UTC FreeBSD ports repository Modified files: devel/py-getargs Makefile distinfo Log: - Update to 2.14 PR: ports/86056 Submitted by: Marcus Alves Grando Revision Changes Path 1.2 +3 -3 ports/devel/py-getargs/Makefile 1.3 +2 -2 ports/devel/py-getargs/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:41:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C299F16A41F; Tue, 13 Sep 2005 12:41:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA8443D4C; Tue, 13 Sep 2005 12:41:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCfhON044801; Tue, 13 Sep 2005 12:41:43 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCfhrM044800; Tue, 13 Sep 2005 12:41:43 GMT (envelope-from garga) Message-Id: <200509131241.j8DCfhrM044800@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 12:41:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-fileutils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:41:43 -0000 garga 2005-09-13 12:41:43 UTC FreeBSD ports repository Modified files: devel/py-fileutils Makefile distinfo pkg-plist Log: - Update to 0.6 PR: ports/86056 Submitted by: Marcus Alves Grando Revision Changes Path 1.6 +3 -2 ports/devel/py-fileutils/Makefile 1.3 +2 -2 ports/devel/py-fileutils/distinfo 1.3 +7 -3 ports/devel/py-fileutils/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:41:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9010D16A41F; Tue, 13 Sep 2005 12:41:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD6943D46; Tue, 13 Sep 2005 12:41:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCfrF8044830; Tue, 13 Sep 2005 12:41:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCfrh6044829; Tue, 13 Sep 2005 12:41:53 GMT (envelope-from glebius) Message-Id: <200509131241.j8DCfrh6044829@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 13 Sep 2005 12:41:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netgraph ng_parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:41:53 -0000 glebius 2005-09-13 12:41:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_parse.c Log: MFC 1.26 by ru: Fixed parsing of unsigned integers. Revision Changes Path 1.23.2.2 +4 -1 src/sys/netgraph/ng_parse.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:43:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC3816A41F; Tue, 13 Sep 2005 12:43:15 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACA643D45; Tue, 13 Sep 2005 12:43:15 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DChFpe044926; Tue, 13 Sep 2005 12:43:15 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DChFPq044925; Tue, 13 Sep 2005 12:43:15 GMT (envelope-from glebius) Message-Id: <200509131243.j8DChFPq044925@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 13 Sep 2005 12:43:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:43:15 -0000 glebius 2005-09-13 12:43:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_socket.c Log: MFC 1.68 by obrien: Fix missing '=' in structure initialization. Approved by: re (kensmith) Revision Changes Path 1.67.2.1 +1 -1 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:44:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C1316A41F; Tue, 13 Sep 2005 12:44:19 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F8C043D49; Tue, 13 Sep 2005 12:44:19 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCiJod045021; Tue, 13 Sep 2005 12:44:19 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCiJQ5045020; Tue, 13 Sep 2005 12:44:19 GMT (envelope-from glebius) Message-Id: <200509131244.j8DCiJQ5045020@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 13 Sep 2005 12:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_split.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:44:19 -0000 glebius 2005-09-13 12:44:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_split.c Log: MFC 1.7: Plug item leak in case when not all hooks are connected. Found by: David Vos Approved by: re (kensmith) Revision Changes Path 1.6.2.1 +3 -0 src/sys/netgraph/ng_split.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:44:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27FCA16A41F; Tue, 13 Sep 2005 12:44:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB13143D45; Tue, 13 Sep 2005 12:44:55 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCitGd045067; Tue, 13 Sep 2005 12:44:55 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCitlu045066; Tue, 13 Sep 2005 12:44:55 GMT (envelope-from glebius) Message-Id: <200509131244.j8DCitlu045066@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 13 Sep 2005 12:44:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netgraph ng_split.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:44:56 -0000 glebius 2005-09-13 12:44:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_split.c Log: MFC 1.7: Plug item leak in case when not all hooks are connected. Found by: David Vos Revision Changes Path 1.4.2.1 +3 -0 src/sys/netgraph/ng_split.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:46:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F9916A41F; Tue, 13 Sep 2005 12:46:12 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4146E43D45; Tue, 13 Sep 2005 12:46:12 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCkCuD045173; Tue, 13 Sep 2005 12:46:12 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCkCfK045172; Tue, 13 Sep 2005 12:46:12 GMT (envelope-from vs) Message-Id: <200509131246.j8DCkCfK045172@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Sep 2005 12:46:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:46:12 -0000 vs 2005-09-13 12:46:12 UTC FreeBSD ports repository Modified files: www/p5-Apache-AxKit-Plugin-AddXSLParams-Request Makefile distinfo Log: Update to 1.02 PR: ports/85078 Submitted by: maintainer Revision Changes Path 1.3 +1 -2 ports/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile 1.3 +2 -2 ports/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:51:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27EDE16A41F; Tue, 13 Sep 2005 12:51:08 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D677943D46; Tue, 13 Sep 2005 12:51:07 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCp7wN052561; Tue, 13 Sep 2005 12:51:07 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCp77S052560; Tue, 13 Sep 2005 12:51:07 GMT (envelope-from lth) Message-Id: <200509131251.j8DCp77S052560@repoman.freebsd.org> From: Lars Thegler Date: Tue, 13 Sep 2005 12:51:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-IO-Prompt Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:51:08 -0000 lth 2005-09-13 12:51:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IO-Prompt Makefile distinfo pkg-descr pkg-plist Log: Add p5-IO-Prompt 0.99.2, interactively prompt for user input. Revision Changes Path 1.1962 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/p5-IO-Prompt/Makefile (new) 1.1 +2 -0 ports/devel/p5-IO-Prompt/distinfo (new) 1.1 +5 -0 ports/devel/p5-IO-Prompt/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-IO-Prompt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:51:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E4916A420; Tue, 13 Sep 2005 12:51:23 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04AAE43D4C; Tue, 13 Sep 2005 12:51:23 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DCpMxK052612; Tue, 13 Sep 2005 12:51:22 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DCpMqB052611; Tue, 13 Sep 2005 12:51:22 GMT (envelope-from lth) Message-Id: <200509131251.j8DCpMqB052611@repoman.freebsd.org> From: Lars Thegler Date: Tue, 13 Sep 2005 12:51:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:51:24 -0000 lth 2005-09-13 12:51:22 UTC FreeBSD ports repository Modified files: . modules Log: p5-IO-Prompt --> ports/devel/p5-IO-Prompt Revision Changes Path 1.13139 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 12:58:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C1ED916A420; Tue, 13 Sep 2005 12:58:20 +0000 (GMT) Date: Tue, 13 Sep 2005 12:58:20 +0000 From: Alexey Dokuchaev To: David O'Brien Message-ID: <20050913125820.GA10663@FreeBSD.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050912165518.GA94181@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 12:58:20 -0000 On Mon, Sep 12, 2005 at 09:55:18AM -0700, David O'Brien wrote: > On Mon, Sep 12, 2005 at 02:58:42AM -0700, Colin Percival wrote: > > Emanuel Strobl wrote: > > > Hmm, why was default size of root changed to 500M? > > > > Because I was increasing the sizes of /tmp and /var at the same time; because > > I know that some users do somehow manage to fill up /; and because re@ told > > me to. :-) > > Perhaps we should follow what SGI and Sun has done for years on its > workstations: a combined / + /var + /usr. We would make it 15GB and be > done with it. My laptop has a combined /+/var+/usr of 12GB and I have > multiple kernels installed and room in swap for a crashdump. AFAIK, we still do not turn softupdates on /, but do on other partitions. With your proposed idea, softupdates should be on on /. How safe is this today? ./danfe From owner-cvs-all@FreeBSD.ORG Tue Sep 13 13:00:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C841616A41F; Tue, 13 Sep 2005 13:00:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D4C43D48; Tue, 13 Sep 2005 13:00:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DD06KR052923; Tue, 13 Sep 2005 13:00:06 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DD06Zx052922; Tue, 13 Sep 2005 13:00:06 GMT (envelope-from garga) Message-Id: <200509131300.j8DD06Zx052922@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 13:00:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libedit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 13:00:07 -0000 garga 2005-09-13 13:00:06 UTC FreeBSD ports repository Modified files: devel/libedit Makefile Log: Remove OPTIONS scheme to prevent conflicts with devel/readline Pointed by: Marcus Alves Grando Revision Changes Path 1.10 +2 -9 ports/devel/libedit/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 13:00:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C808E16A427; Tue, 13 Sep 2005 13:00:09 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFED43D45; Tue, 13 Sep 2005 13:00:09 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DD09Am052954; Tue, 13 Sep 2005 13:00:09 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DD09xM052953; Tue, 13 Sep 2005 13:00:09 GMT (envelope-from sem) Message-Id: <200509131300.j8DD09xM052953@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 13 Sep 2005 13:00:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/http_ping Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 13:00:10 -0000 sem 2005-09-13 13:00:09 UTC FreeBSD ports repository Modified files: net/http_ping Makefile distinfo Log: - Update to 20050629 PR: ports/84439 Submitted by: Andrej Zverev Approved by: maintainer timeout (1.5 month) Revision Changes Path 1.6 +3 -3 ports/net/http_ping/Makefile 1.4 +2 -2 ports/net/http_ping/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 13:03:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D071216A41F; Tue, 13 Sep 2005 13:03:40 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9072343D45; Tue, 13 Sep 2005 13:03:40 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DD3euE053116; Tue, 13 Sep 2005 13:03:40 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DD3eMx053115; Tue, 13 Sep 2005 13:03:40 GMT (envelope-from garga) Message-Id: <200509131303.j8DD3eMx053115@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 13:03:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libedit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 13:03:41 -0000 garga 2005-09-13 13:03:39 UTC FreeBSD ports repository Modified files: devel/libedit Makefile Log: - Bump PORTREVISION to reflect last change Revision Changes Path 1.11 +1 -0 ports/devel/libedit/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 13:12:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A86C516A41F; Tue, 13 Sep 2005 13:12:56 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6779943D46; Tue, 13 Sep 2005 13:12:56 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DDCuif053469; Tue, 13 Sep 2005 13:12:56 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DDCuUV053468; Tue, 13 Sep 2005 13:12:56 GMT (envelope-from danfe) Message-Id: <200509131312.j8DDCuUV053468@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 13 Sep 2005 13:12:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/yadex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 13:12:56 -0000 danfe 2005-09-13 13:12:55 UTC FreeBSD ports repository Modified files: games/yadex Makefile Log: Take maintainership. Revision Changes Path 1.12 +1 -1 ports/games/yadex/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 13:34:03 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B4116A41F; Tue, 13 Sep 2005 13:34:03 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9714C43D46; Tue, 13 Sep 2005 13:34:02 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5C5BB.dip.t-dialin.net [84.165.197.187]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j8DDMSBc067365; Tue, 13 Sep 2005 15:22:42 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j8DDXDRi064479; Tue, 13 Sep 2005 15:33:14 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Tue, 13 Sep 2005 15:33:13 +0200 Message-ID: <20050913153313.q2hwaarrk8cwckkg@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 13 Sep 2005 15:33:13 +0200 From: Alexander Leidinger To: Alexey Dokuchaev References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> In-Reply-To: <20050913125820.GA10663@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, David O'Brien Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 13:34:03 -0000 Alexey Dokuchaev wrote: > AFAIK, we still do not turn softupdates on /, but do on other > partitions. With your proposed idea, softupdates should be on on /. > How safe is this today? The reason why we don't enable SU on / is that an installworld may fail on a filled up FS even when it would succeed in a SU disabled environment. This *may* not be case anymore since someone changed some internal behavior (you will see instant updates in df instead of delayed ones since 5.x), but this is pure speculation, I don't know for sure. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Nobody wants constructive criticism. It's all we can do to put up with constructive praise. From owner-cvs-all@FreeBSD.ORG Tue Sep 13 13:56:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC0C16A41F; Tue, 13 Sep 2005 13:56:23 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 730A343D45; Tue, 13 Sep 2005 13:56:23 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DDuNZr055182; Tue, 13 Sep 2005 13:56:23 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DDuNBi055181; Tue, 13 Sep 2005 13:56:23 GMT (envelope-from andre) Message-Id: <200509131356.j8DDuNBi055181@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 13 Sep 2005 13:56:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 13:56:24 -0000 andre 2005-09-13 13:56:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_subr.c Log: MFC rev. 1.233: Fix ICMP_UNREACH_NEEDFRAG case where no MTU was proposed in the ICMP reply. PR: kern/81813 Submitted by: Vitezslav Novy Approved by: re (kensmith) Revision Changes Path 1.228.2.2 +3 -2 src/sys/netinet/tcp_subr.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:09:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B1BB16A41F; Tue, 13 Sep 2005 14:09:26 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8A043D48; Tue, 13 Sep 2005 14:09:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DE9P7B055695; Tue, 13 Sep 2005 14:09:25 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DE9PYs055694; Tue, 13 Sep 2005 14:09:25 GMT (envelope-from linimon) Message-Id: <200509131409.j8DE9PYs055694@repoman.freebsd.org> From: Mark Linimon Date: Tue, 13 Sep 2005 14:09:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:09:26 -0000 linimon 2005-09-13 14:09:25 UTC FreeBSD ports repository Modified files: devel Makefile Log: Finish removing p5-Perl-Tidy. Pointy hat to: tobez Revision Changes Path 1.1963 +0 -1 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:20:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE7D16A41F; Tue, 13 Sep 2005 14:20:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCC343D46; Tue, 13 Sep 2005 14:20:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEKxTr056186; Tue, 13 Sep 2005 14:20:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEKx5b056185; Tue, 13 Sep 2005 14:20:59 GMT (envelope-from rwatson) Message-Id: <200509131420.j8DEKx5b056185@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 14:20:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:20:59 -0000 rwatson 2005-09-13 14:20:58 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Add a TODO item for the fifo panic being seen by a number of reporters when using make -j on SMP systems. Requested by: scottl Revision Changes Path 1.31 +14 -1 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:25:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A7116A41F; Tue, 13 Sep 2005 14:25:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE4843D4C; Tue, 13 Sep 2005 14:25:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEPGm8056349; Tue, 13 Sep 2005 14:25:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEPGjV056348; Tue, 13 Sep 2005 14:25:16 GMT (envelope-from rwatson) Message-Id: <200509131425.j8DEPGjV056348@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 14:25:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:25:17 -0000 rwatson 2005-09-13 14:25:16 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Move if_ethersubr.c bug from showstopper to testing, since it is believed to be fixed. Submitted by: glebius Revision Changes Path 1.32 +8 -8 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:27:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCE416A420; Tue, 13 Sep 2005 14:27:25 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF7E43D53; Tue, 13 Sep 2005 14:27:23 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DERNe9056409; Tue, 13 Sep 2005 14:27:23 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DERNuW056408; Tue, 13 Sep 2005 14:27:23 GMT (envelope-from bland) Message-Id: <200509131427.j8DERNuW056408@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 13 Sep 2005 14:27:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/fast-user-switch-applet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:27:25 -0000 bland 2005-09-13 14:27:23 UTC FreeBSD ports repository Modified files: x11/fast-user-switch-applet Makefile Log: Fix configure bug which prevented fusa from picking up gdm.conf hints. Revision Changes Path 1.10 +5 -0 ports/x11/fast-user-switch-applet/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:31:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD2B16A41F; Tue, 13 Sep 2005 14:31:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FC143D45; Tue, 13 Sep 2005 14:31:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEVY0O056634; Tue, 13 Sep 2005 14:31:34 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEVY0X056633; Tue, 13 Sep 2005 14:31:34 GMT (envelope-from maxim) Message-Id: <200509131431.j8DEVY0X056633@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 13 Sep 2005 14:31:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/security 550.ipfwlimit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:31:34 -0000 maxim 2005-09-13 14:31:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/security 550.ipfwlimit Log: MFC rev. 1.10: postpone a temporary file creation until we realize if ipfw(4) ever used. Approved by: re (scottl) Revision Changes Path 1.7.2.2 +1 -1 src/etc/periodic/security/550.ipfwlimit From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:34:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 325FD16A41F; Tue, 13 Sep 2005 14:34:12 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B542143D45; Tue, 13 Sep 2005 14:34:11 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEYBR4056709; Tue, 13 Sep 2005 14:34:11 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEYBHi056708; Tue, 13 Sep 2005 14:34:11 GMT (envelope-from maxim) Message-Id: <200509131434.j8DEYBHi056708@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 13 Sep 2005 14:34:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/periodic/security 550.ipfwlimit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:34:12 -0000 maxim 2005-09-13 14:34:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/periodic/security 550.ipfwlimit Log: MFC rev. 1.10: postpone a temporary file creation until we realize if ipfw(4) ever used. Approved by: re (scottl) Revision Changes Path 1.6.4.2 +1 -1 src/etc/periodic/security/550.ipfwlimit From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:37:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8C916A41F; Tue, 13 Sep 2005 14:37:59 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07C943D45; Tue, 13 Sep 2005 14:37:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEbw8j056904; Tue, 13 Sep 2005 14:37:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEbwJX056903; Tue, 13 Sep 2005 14:37:58 GMT (envelope-from glebius) Message-Id: <200509131437.j8DEbwJX056903@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 13 Sep 2005 14:37:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:37:59 -0000 glebius 2005-09-13 14:37:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_ether.c Log: MFC 1.141: - Do not hold route entry lock, when calling arprequest(). One such call was introduced by me in 1.139, the other one was present before. - Do all manipulations with rtentry and la before dropping the lock. - Copy interface address from route into local variable before dropping the lock. Supply this copy as argument to arprequest(). (LOR Ids in original commit message.) Approved by: re (scottl) Revision Changes Path 1.137.2.3 +17 -9 src/sys/netinet/if_ether.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:44:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6690116A41F; Tue, 13 Sep 2005 14:44:10 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D65F43D75; Tue, 13 Sep 2005 14:44:08 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEi8Wh057156; Tue, 13 Sep 2005 14:44:08 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEi8t2057155; Tue, 13 Sep 2005 14:44:08 GMT (envelope-from andre) Message-Id: <200509131444.j8DEi8t2057155@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 13 Sep 2005 14:44:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:44:10 -0000 andre 2005-09-13 14:44:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c Log: MFC rev. 1.233: Fix ICMP_UNREACH_NEEDFRAG case where no MTU was proposed in the ICMP reply. PR: kern/81813 Submitted by: Vitezslav Novy Revision Changes Path 1.201.2.22 +3 -2 src/sys/netinet/tcp_subr.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:45:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BED16A41F; Tue, 13 Sep 2005 14:45:04 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B988B43D45; Tue, 13 Sep 2005 14:45:03 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DEj3ko057236; Tue, 13 Sep 2005 14:45:03 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DEj3Ts057235; Tue, 13 Sep 2005 14:45:03 GMT (envelope-from oliver) Message-Id: <200509131445.j8DEj3Ts057235@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 13 Sep 2005 14:45:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:45:04 -0000 oliver 2005-09-13 14:45:03 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: fix a small typo Submitted by: Marian Cerny Revision Changes Path 1.56 +1 -1 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:53:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E4A16A420; Tue, 13 Sep 2005 14:53:58 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FD043D5F; Tue, 13 Sep 2005 14:53:56 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id BF4AB1A4D81; Tue, 13 Sep 2005 07:53:56 -0700 (PDT) Date: Tue, 13 Sep 2005 07:53:56 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20050913145356.GO91162@elvis.mu.org> References: <200407041052.i64Aqs78039847@repoman.freebsd.org> <20050912195632.V96771@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050912195632.V96771@fledge.watson.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c vfs_mount.c vfs_subr.c src/sys/sys event.h mount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:53:59 -0000 * Robert Watson [050912 11:58] wrote: > > On Sun, 4 Jul 2004, Alfred Perlstein wrote: > > > Modified files: > > sys/kern kern_event.c vfs_mount.c vfs_subr.c > > sys/sys event.h mount.h > > Log: > > Introduce a new kevent filter. EVFILT_FS that will be used to signal > > generic filesystem events to userspace. Currently only mount and unmount > > of filesystems are signalled. Soon to be added, up/down status of NFS. > > > > Introduce a sysctl node used to route requests to/from filesystems > > based on filesystem ids. > > > > Introduce a new vfsop, vfs_sysctl(mp, req) that is used as the callback/ > > entrypoint by the sysctl code to change individual filesystems. > > Do you have any plans to update kqueue(2) to describe EVFILT_FS? Right > now, the existing filter types appear to have useful summaries of what > they represent, and information on how they are used with objects. This > would be quite useful to have for EVFILT_FS also. Everytime I touch FreeBSD something painful happens to me, I'll pass. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Tue Sep 13 14:58:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B556F16A41F; Tue, 13 Sep 2005 14:58:55 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9BEA43D45; Tue, 13 Sep 2005 14:58:54 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id CC11A6CC42; Tue, 13 Sep 2005 23:06:52 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (tomoyo.MyBSD.org.my [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49510-01; Tue, 13 Sep 2005 23:06:51 +0800 (MYT) Received: from kasumi.MyBSD.org.my (unknown [218.111.181.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 6E3E86CC24; Tue, 13 Sep 2005 23:06:48 +0800 (MYT) Date: Tue, 13 Sep 2005 22:59:27 +0800 From: Ariff Abdullah To: "Bjoern A. Zeeb" Message-Id: <20050913225927.0c211113.skywizard@MyBSD.org.my> In-Reply-To: References: <200509131012.j8DACTt6038541@repoman.freebsd.org> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-antivirus-mail-gateway at TOMOYO.MYBSD.ORG.MY Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, yongari@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:58:55 -0000 On Tue, 13 Sep 2005 12:21:38 +0000 (UTC) "Bjoern A. Zeeb" wrote: > On Tue, 13 Sep 2005, Pyun YongHyeon wrote: > > > yongari 2005-09-13 10:12:28 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sound/pci maestro3.c > > Log: > > Unlock driver lock before calling resource_int_value(9). > > This should fix LOR(in fact it's not LOR) in device attach. > > it this LOR known on the LOR page? > http://sources.zabbadoz.net/freebsd/lor.html > Not known, but possible. Also, LOR #038 and #112 has been patched. -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:01:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301FF16A41F; Tue, 13 Sep 2005 15:01:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E052543D45; Tue, 13 Sep 2005 15:01:09 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DF19VN057841; Tue, 13 Sep 2005 15:01:09 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DF19XF057840; Tue, 13 Sep 2005 15:01:09 GMT (envelope-from vs) Message-Id: <200509131501.j8DF19XF057840@repoman.freebsd.org> From: Volker Stolz Date: Tue, 13 Sep 2005 15:01:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ida Makefile ports/graphics/ida/files patch-exiftran.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:01:10 -0000 vs 2005-09-13 15:01:09 UTC FreeBSD ports repository Modified files: graphics/ida Makefile Added files: graphics/ida/files patch-exiftran.c Log: - Also build 'exiftran' - Handle presence of libexif gracefully PR: ports/84304 Approved by: maintainer Revision Changes Path 1.3 +13 -2 ports/graphics/ida/Makefile 1.1 +21 -0 ports/graphics/ida/files/patch-exiftran.c (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:06:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4618A16A420; Tue, 13 Sep 2005 15:06:24 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046F943D46; Tue, 13 Sep 2005 15:06:24 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DF6NKD058054; Tue, 13 Sep 2005 15:06:23 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DF6NFG058053; Tue, 13 Sep 2005 15:06:23 GMT (envelope-from oliver) Message-Id: <200509131506.j8DF6NFG058053@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 13 Sep 2005 15:06:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/zebedee Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:06:24 -0000 oliver 2005-09-13 15:06:23 UTC FreeBSD ports repository Modified files: security/zebedee Makefile Log: change USE_PERL5 to USE_PERL5_BUILD because perl is only needed during the build process Approved by: maintainer Revision Changes Path 1.16 +1 -1 ports/security/zebedee/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:16:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A75B116A41F; Tue, 13 Sep 2005 15:16:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7948143D45; Tue, 13 Sep 2005 15:16:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DFGovu058486; Tue, 13 Sep 2005 15:16:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DFGoW3058485; Tue, 13 Sep 2005 15:16:50 GMT (envelope-from jhb) Message-Id: <200509131516.j8DFGoW3058485@repoman.freebsd.org> From: John Baldwin Date: Tue, 13 Sep 2005 15:16:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 mutex.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:16:50 -0000 jhb 2005-09-13 15:16:50 UTC FreeBSD src repository Modified files: share/man/man9 mutex.9 Log: Various and sundry improvements: - Replace 'process' with 'thread' everywhere. - Update several places to note that that the fact that default mutexes may adaptively spin isn't necessarily MD, but is just part of the implementation as a whole. - Clarify the text about MTX_SPIN mutexes only being appropriate for INTR_FAST interrupts or other low level scheduler code to make the jargon more FreeBSD-ish rather than BSD/OS-ish. - Also, note that it is possible that interrupts aren't blocked but just deferred when a spin lock is held (the whole blocked vs. deferred bit is an MD implementation detail). - Remove statements saying that spin locks must be released in the exact opposite order that they were acquired. This stopped being true several years ago when we first added critical sections that stored their state in the current thread rather than in struct mtx. - Note that a mutex must be initialized before it is passed to any other mutex function, not just mtx_lock. - Clarify that mtx_trylock() only operates on MTX_DEF mutexes. - Simplify the text about possible preemption during a mtx_unlock(). - Use complete English sentences in place of phrases in a few places. - Clarify that it isn't ever safe to sleep with a mutex held. The kernel tends to panic when you do that. Requested by: scottl (7) MFC after: 3 days Revision Changes Path 1.48 +46 -49 src/share/man/man9/mutex.9 From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:23:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E09816A44A; Tue, 13 Sep 2005 15:23:27 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB9543D48; Tue, 13 Sep 2005 15:23:26 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DFNQAR058764; Tue, 13 Sep 2005 15:23:26 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DFNQa0058763; Tue, 13 Sep 2005 15:23:26 GMT (envelope-from jkoshy) Message-Id: <200509131523.j8DFNQa0058763@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 13 Sep 2005 15:23:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:23:27 -0000 jkoshy 2005-09-13 15:23:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmcstat pmcstat.c Log: MFC r1.9: Improve an error message. Approved by: re (kensmith) Revision Changes Path 1.6.2.3 +2 -2 src/usr.sbin/pmcstat/pmcstat.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:29:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1347216A41F; Tue, 13 Sep 2005 15:29:40 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B459143D45; Tue, 13 Sep 2005 15:29:39 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id j8DFTcOJ085202; Tue, 13 Sep 2005 08:29:39 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <20050913125820.GA10663@FreeBSD.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Tue, 13 Sep 2005 08:29:38 -0700 To: Alexey Dokuchaev X-Mailer: Apple Mail (2.734) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:29:40 -0000 On Sep 13, 2005, at 5:58 AM, Alexey Dokuchaev wrote: > On Mon, Sep 12, 2005 at 09:55:18AM -0700, David O'Brien wrote: > >> On Mon, Sep 12, 2005 at 02:58:42AM -0700, Colin Percival wrote: >> >>> Emanuel Strobl wrote: >>> >>>> Hmm, why was default size of root changed to 500M? >>>> >>> >>> Because I was increasing the sizes of /tmp and /var at the same >>> time; because >>> I know that some users do somehow manage to fill up /; and >>> because re@ told >>> me to. :-) >>> >> >> Perhaps we should follow what SGI and Sun has done for years on its >> workstations: a combined / + /var + /usr. We would make it 15GB >> and be >> done with it. My laptop has a combined /+/var+/usr of 12GB and I >> have >> multiple kernels installed and room in swap for a crashdump. >> > > AFAIK, we still do not turn softupdates on /, but do on other > partitions. With your proposed idea, softupdates should be on on /. > How safe is this today? I never use separate partitions for /usr and /var on my scratch boxes and I always enable SU on /. I can't say I've ever had any problems. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:34:01 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E11316A41F; Tue, 13 Sep 2005 15:34:01 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65DB743D49; Tue, 13 Sep 2005 15:34:00 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id EA0883595F2; Tue, 13 Sep 2005 17:33:58 +0200 (CEST) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 82270-07; Tue, 13 Sep 2005 17:33:58 +0200 (CEST) Received: from [10.0.2.125] (home.evilcoder.org [195.64.94.120]) by caelis.elvandar.org (Postfix) with ESMTP id 60D5F3595F1; Tue, 13 Sep 2005 17:33:58 +0200 (CEST) Message-ID: <4326F1AE.1070402@FreeBSD.org> Date: Tue, 13 Sep 2005 17:35:10 +0200 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200509130657.j8D6vW6m023703@repoman.freebsd.org> In-Reply-To: <200509130657.j8D6vW6m023703@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/htdig/files patch-config-xss X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:34:01 -0000 Doug Barton wrote: > dougb 2005-09-13 06:57:32 UTC > > FreeBSD ports repository > > Added files: > textproc/htdig/files patch-config-xss > Log: > Add a patch to fix a cross site scripting bug in htsearch. > > Submitted by: secteam (remko) > Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html > Thanks Doug! -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org Reporter DSINET ** remko@DSINet.org From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:45:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7C716A41F; Tue, 13 Sep 2005 15:45:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1492443D46; Tue, 13 Sep 2005 15:45:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 3B81046B9D; Tue, 13 Sep 2005 11:45:34 -0400 (EDT) Date: Tue, 13 Sep 2005 16:45:33 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20050913145356.GO91162@elvis.mu.org> Message-ID: <20050913164445.U23515@fledge.watson.org> References: <200407041052.i64Aqs78039847@repoman.freebsd.org> <20050912195632.V96771@fledge.watson.org> <20050913145356.GO91162@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_event.c vfs_mount.c vfs_subr.c src/sys/sys event.h mount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:45:36 -0000 On Tue, 13 Sep 2005, Alfred Perlstein wrote: >>> Introduce a new kevent filter. EVFILT_FS that will be used to signal >>> generic filesystem events to userspace. Currently only mount and >>> unmount of filesystems are signalled. Soon to be added, up/down >>> status of NFS. >>> >>> Introduce a sysctl node used to route requests to/from filesystems >>> based on filesystem ids. >>> >>> Introduce a new vfsop, vfs_sysctl(mp, req) that is used as the >>> callback/ entrypoint by the sysctl code to change individual >>> filesystems. >> >> Do you have any plans to update kqueue(2) to describe EVFILT_FS? >> Right now, the existing filter types appear to have useful summaries of >> what they represent, and information on how they are used with objects. >> This would be quite useful to have for EVFILT_FS also. > > Everytime I touch FreeBSD something painful happens to me, I'll pass. If you have any rough notes, I'm happy to experience nroff on your behalf. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Tue Sep 13 15:49:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5786316A41F; Tue, 13 Sep 2005 15:49:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152FE43D45; Tue, 13 Sep 2005 15:49:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DFnC3Y059650; Tue, 13 Sep 2005 15:49:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DFnC2Q059649; Tue, 13 Sep 2005 15:49:12 GMT (envelope-from rwatson) Message-Id: <200509131549.j8DFnC2Q059649@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 15:49:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_io fifo_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 15:49:13 -0000 rwatson 2005-09-13 15:49:12 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_io fifo_io.c Log: Teach fifo_io how to use ioctl(FIONREAD) to determine if a fifo is readable, and use that in addition to poll+select+kqueue to verify appropriate readability. Revision Changes Path 1.4 +95 -6 src/tools/regression/fifo/fifo_io/fifo_io.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 16:04:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE4116A41F; Tue, 13 Sep 2005 16:04:08 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 892DD43D48; Tue, 13 Sep 2005 16:04:08 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DG48R6060219; Tue, 13 Sep 2005 16:04:08 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DG48O6060218; Tue, 13 Sep 2005 16:04:08 GMT (envelope-from jeh) Message-Id: <200509131604.j8DG48O6060218@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 13 Sep 2005 16:04:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 16:04:09 -0000 jeh 2005-09-13 16:04:08 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4580 Revision Changes Path 1.411 +1 -1 ports/security/uvscan-dat/Makefile 1.406 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 16:04:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB45116A41F; Tue, 13 Sep 2005 16:04:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE26E43D45; Tue, 13 Sep 2005 16:04:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DG4iVg060301; Tue, 13 Sep 2005 16:04:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DG4iA6060300; Tue, 13 Sep 2005 16:04:44 GMT (envelope-from pav) Message-Id: <200509131604.j8DG4iA6060300@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 16:04:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/bugle Makefile distinfo ports/graphics/bugle/files patch-Makefile.in patch-budgie_budgie.cpp patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 16:04:45 -0000 pav 2005-09-13 16:04:44 UTC FreeBSD ports repository Modified files: graphics/bugle Makefile distinfo Added files: graphics/bugle/files patch-Makefile.in patch-budgie_budgie.cpp patch-configure Log: - Update to 0.0.20050512 PR: ports/85362 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.12 +4 -3 ports/graphics/bugle/Makefile 1.8 +2 -2 ports/graphics/bugle/distinfo 1.1 +11 -0 ports/graphics/bugle/files/patch-Makefile.in (new) 1.1 +10 -0 ports/graphics/bugle/files/patch-budgie_budgie.cpp (new) 1.1 +20 -0 ports/graphics/bugle/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 16:04:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E797E16A449; Tue, 13 Sep 2005 16:04:56 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA5043D49; Tue, 13 Sep 2005 16:04:56 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DG4u1v060335; Tue, 13 Sep 2005 16:04:56 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DG4uL8060334; Tue, 13 Sep 2005 16:04:56 GMT (envelope-from csjp) Message-Id: <200509131604.j8DG4uL8060334@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 13 Sep 2005 16:04:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/bpfstat Makefile bpfstat.8 bpfstat.c bpfstat.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 16:04:57 -0000 csjp 2005-09-13 16:04:56 UTC FreeBSD src repository Removed files: tools/tools/bpfstat Makefile bpfstat.8 bpfstat.c bpfstat.h Log: Garbage collect bpfstat. This is handled by netstat now. Requested by: rwatson Revision Changes Path 1.2 +0 -17 src/tools/tools/bpfstat/Makefile (dead) 1.2 +0 -83 src/tools/tools/bpfstat/bpfstat.8 (dead) 1.4 +0 -266 src/tools/tools/bpfstat/bpfstat.c (dead) 1.2 +0 -53 src/tools/tools/bpfstat/bpfstat.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 16:53:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B151C16A41F; Tue, 13 Sep 2005 16:53:26 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B3B43D48; Tue, 13 Sep 2005 16:53:26 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DGrQqP069394; Tue, 13 Sep 2005 16:53:26 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DGrQCA069393; Tue, 13 Sep 2005 16:53:26 GMT (envelope-from lioux) Message-Id: <200509131653.j8DGrQCA069393@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 13 Sep 2005 16:53:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/normalizemime Makefile ports/mail/normalizemime/files patch-normalizemime.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 16:53:26 -0000 lioux 2005-09-13 16:53:25 UTC FreeBSD ports repository Modified files: mail/normalizemime Makefile mail/normalizemime/files patch-normalizemime.cc Log: o Improve previous fix for building on OSVERSION < 500000: simple patch instead of USE_GCC=3.4+ o Bump PORTREVISION due to dependency change Revision Changes Path 1.3 +2 -7 ports/mail/normalizemime/Makefile 1.2 +12 -3 ports/mail/normalizemime/files/patch-normalizemime.cc From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:05:10 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BC616A41F; Tue, 13 Sep 2005 17:05:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A085F43D46; Tue, 13 Sep 2005 17:05:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 696D51FF9A8; Tue, 13 Sep 2005 19:05:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 0D0DE1FF9A7; Tue, 13 Sep 2005 19:05:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 799E7157B9; Tue, 13 Sep 2005 17:01:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 76A941577D; Tue, 13 Sep 2005 17:01:42 +0000 (UTC) Date: Tue, 13 Sep 2005 17:01:42 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Ariff Abdullah In-Reply-To: <20050913225927.0c211113.skywizard@MyBSD.org.my> Message-ID: References: <200509131012.j8DACTt6038541@repoman.freebsd.org> <20050913225927.0c211113.skywizard@MyBSD.org.my> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, yongari@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:05:10 -0000 On Tue, 13 Sep 2005, Ariff Abdullah wrote: > On Tue, 13 Sep 2005 12:21:38 +0000 (UTC) > "Bjoern A. Zeeb" wrote: > > On Tue, 13 Sep 2005, Pyun YongHyeon wrote: > > > > > yongari 2005-09-13 10:12:28 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/sound/pci maestro3.c > > > Log: > > > Unlock driver lock before calling resource_int_value(9). > > > This should fix LOR(in fact it's not LOR) in device attach. > > > > it this LOR known on the LOR page? > > http://sources.zabbadoz.net/freebsd/lor.html > > > Not known, but possible. ok. > Also, LOR #038 and #112 has been patched. could you please point me to the commit messages on the docs.freebsd.org archive or give mr the Message-IDs of the commit messages. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:15:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3053816A41F; Tue, 13 Sep 2005 17:15:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0184943D45; Tue, 13 Sep 2005 17:15:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHF58G070180; Tue, 13 Sep 2005 17:15:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHF5Bg070179; Tue, 13 Sep 2005 17:15:05 GMT (envelope-from rwatson) Message-Id: <200509131715.j8DHF5Bg070179@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 17:15:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_io fifo_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:15:06 -0000 rwatson 2005-09-13 17:15:05 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_io fifo_io.c Log: Restructure fifo_io event-related tests in order to support test cases relating to O_RDWR file descriptors, which while not defined in POSIX, are in fact used: (1) Revise assumption that we have two file descriptors when testing I/O operations on a fifo. Provide cleanup routines that handle either two or three file descriptors (including a kqueue descriptor). (2) Add an openfifo_rw() routine to supplement openfifo(). (3) kqueue_setup() now configures an existing kqueue to monitor a new file descriptor, rather than allocating a new kqueue to monitor two existing file descriptors. (4) Wrap all direct poll/select/kqueue/FIONREAD interactions in a single function, assert_status(), which takes a file descriptor, kqueue descriptor, assertion of read/writable/exception states, and test description, then tests the assertion. This reduces the bulk of calls in many of the tests, making them shorter, more readable, and easier to determine correct. (5) Add a new test_events_rdwr() function, which performs a basic create/ write/read event test on a O_RDWR fifo file descriptor. This is currently failed by our fifo code in HEAD due to a bug in FIONREAD handling. Fix to be merged shortly. Revision Changes Path 1.5 +322 -480 src/tools/regression/fifo/fifo_io/fifo_io.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:16:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8C6116A41F; Tue, 13 Sep 2005 17:16:44 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7053B43D46; Tue, 13 Sep 2005 17:16:44 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHGiN7070311; Tue, 13 Sep 2005 17:16:44 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHGi7V070310; Tue, 13 Sep 2005 17:16:44 GMT (envelope-from lioux) Message-Id: <200509131716.j8DHGi7V070310@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 13 Sep 2005 17:16:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libtunepimp Makefile distinfo pkg-plist ports/audio/libtunepimp/files patch-lib_mp3_trm.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:16:44 -0000 lioux 2005-09-13 17:16:44 UTC FreeBSD ports repository Modified files: audio/libtunepimp Makefile distinfo pkg-plist Removed files: audio/libtunepimp/files patch-lib_mp3_trm.cpp Log: Update to 0.4.0-pre5 required for upcoming audio/picard Revision Changes Path 1.5 +4 -4 ports/audio/libtunepimp/Makefile 1.2 +2 -2 ports/audio/libtunepimp/distinfo 1.2 +0 -10 ports/audio/libtunepimp/files/patch-lib_mp3_trm.cpp (dead) 1.2 +10 -1 ports/audio/libtunepimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:18:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E2716A41F; Tue, 13 Sep 2005 17:18:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1829D43D46; Tue, 13 Sep 2005 17:18:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHIUYV070438; Tue, 13 Sep 2005 17:18:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHIUl8070437; Tue, 13 Sep 2005 17:18:30 GMT (envelope-from lioux) Message-Id: <200509131718.j8DHIUl8070437@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 13 Sep 2005 17:18:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/py-libtunepimp Makefile distinfo pkg-descr pkg-plist ports/audio/py-libtunepimp/files patch-python::tunepimp::tunepimp.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:18:31 -0000 lioux 2005-09-13 17:18:30 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/py-libtunepimp Makefile distinfo pkg-descr pkg-plist audio/py-libtunepimp/files patch-python::tunepimp::tunepimp.py Log: o New port py-libtunepimp version 0.4.0-pre5: libtunepimp python binding o Assign maintainership to Lauri Watts who is willing Revision Changes Path 1.655 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/py-libtunepimp/Makefile (new) 1.1 +2 -0 ports/audio/py-libtunepimp/distinfo (new) 1.1 +17 -0 ports/audio/py-libtunepimp/files/patch-python::tunepimp::tunepimp.py (new) 1.1 +11 -0 ports/audio/py-libtunepimp/pkg-descr (new) 1.1 +13 -0 ports/audio/py-libtunepimp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:18:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F7216A41F; Tue, 13 Sep 2005 17:18:47 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF83443D48; Tue, 13 Sep 2005 17:18:46 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHIkco070484; Tue, 13 Sep 2005 17:18:46 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHIk1Q070483; Tue, 13 Sep 2005 17:18:46 GMT (envelope-from lioux) Message-Id: <200509131718.j8DHIk1Q070483@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 13 Sep 2005 17:18:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:18:47 -0000 lioux 2005-09-13 17:18:46 UTC FreeBSD ports repository Modified files: . modules Log: py-libtunepimp --> ports/audio/py-libtunepimp Revision Changes Path 1.13140 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:25:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E8516A41F; Tue, 13 Sep 2005 17:25:35 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E61F843D49; Tue, 13 Sep 2005 17:25:30 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 1C4876CC41; Wed, 14 Sep 2005 01:33:28 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (tomoyo.MyBSD.org.my [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50754-01; Wed, 14 Sep 2005 01:33:27 +0800 (MYT) Received: from kasumi.MyBSD.org.my (unknown [218.111.181.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 507426CC3D; Wed, 14 Sep 2005 01:33:19 +0800 (MYT) Date: Wed, 14 Sep 2005 01:25:51 +0800 From: Ariff Abdullah To: "Bjoern A. Zeeb" Message-Id: <20050914012551.768820e4.skywizard@MyBSD.org.my> In-Reply-To: References: <200509131012.j8DACTt6038541@repoman.freebsd.org> <20050913225927.0c211113.skywizard@MyBSD.org.my> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-antivirus-mail-gateway at TOMOYO.MYBSD.ORG.MY Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, yongari@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci maestro3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:25:35 -0000 On Tue, 13 Sep 2005 17:01:42 +0000 (UTC) "Bjoern A. Zeeb" wrote: > On Tue, 13 Sep 2005, Ariff Abdullah wrote: > > > On Tue, 13 Sep 2005 12:21:38 +0000 (UTC) > > "Bjoern A. Zeeb" wrote: > > > On Tue, 13 Sep 2005, Pyun YongHyeon wrote: > > > > > > > yongari 2005-09-13 10:12:28 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/dev/sound/pci maestro3.c > > > > Log: > > > > Unlock driver lock before calling resource_int_value(9). > > > > This should fix LOR(in fact it's not LOR) in device attach. > > > > > > it this LOR known on the LOR page? > > > http://sources.zabbadoz.net/freebsd/lor.html > > > > > Not known, but possible. > > ok. > > > Also, LOR #038 and #112 has been patched. > > could you please point me to the commit messages on the > docs.freebsd.org archive or give mr the Message-IDs of the commit > messages. > #038 was ad1816.c, #112 was ess.c. Both are from http://lists.freebsd.org/pipermail/cvs-src/2005-July/050241.html -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:25:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1815116A4E2; Tue, 13 Sep 2005 17:25:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6859B43D69; Tue, 13 Sep 2005 17:25:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHPajA070804; Tue, 13 Sep 2005 17:25:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHPa15070803; Tue, 13 Sep 2005 17:25:36 GMT (envelope-from rwatson) Message-Id: <200509131725.j8DHPa15070803@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 17:25:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/fifo/fifo_misc fifo_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:25:41 -0000 rwatson 2005-09-13 17:25:36 UTC FreeBSD src repository Modified files: tools/regression/fifo/fifo_misc fifo_misc.c Log: Add two small tests to set and clear two file I/O flags using ioctl on a fifo: FIONBIO, FIOASYNC. Revision Changes Path 1.4 +77 -0 src/tools/regression/fifo/fifo_misc/fifo_misc.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:27:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC6AD16A41F; Tue, 13 Sep 2005 17:27:10 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8587143D48; Tue, 13 Sep 2005 17:27:10 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHRAEh070885; Tue, 13 Sep 2005 17:27:10 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHRAtH070884; Tue, 13 Sep 2005 17:27:10 GMT (envelope-from lioux) Message-Id: <200509131727.j8DHRAtH070884@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 13 Sep 2005 17:27:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/py-musicbrainz Makefile distinfo ports/audio/py-musicbrainz/files patch-musicbrainz.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:27:11 -0000 lioux 2005-09-13 17:27:10 UTC FreeBSD ports repository Modified files: audio/py-musicbrainz Makefile distinfo Added files: audio/py-musicbrainz/files patch-musicbrainz.py Log: Update to 1.0.b3 for upcoming audio/picard port Approved by: maintainer (2 weeks timeout) Revision Changes Path 1.7 +3 -3 ports/audio/py-musicbrainz/Makefile 1.3 +2 -2 ports/audio/py-musicbrainz/distinfo 1.1 +17 -0 ports/audio/py-musicbrainz/files/patch-musicbrainz.py (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:28:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86AE316A41F; Tue, 13 Sep 2005 17:28:54 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2741B43D46; Tue, 13 Sep 2005 17:28:54 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHSs25071012; Tue, 13 Sep 2005 17:28:54 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHSswj071011; Tue, 13 Sep 2005 17:28:54 GMT (envelope-from erwin) Message-Id: <200509131728.j8DHSswj071011@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 13 Sep 2005 17:28:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-Prototype Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:28:54 -0000 erwin 2005-09-13 17:28:54 UTC FreeBSD ports repository Modified files: www/p5-HTML-Prototype Makefile distinfo Log: Update to 1.34 Submitted by: Lars Balker Rasmussen (maintainer) Revision Changes Path 1.5 +1 -1 ports/www/p5-HTML-Prototype/Makefile 1.4 +2 -2 ports/www/p5-HTML-Prototype/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:36:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8583516A41F; Tue, 13 Sep 2005 17:36:16 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2174643D45; Tue, 13 Sep 2005 17:36:16 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHaG0u071284; Tue, 13 Sep 2005 17:36:16 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHaFFJ071283; Tue, 13 Sep 2005 17:36:15 GMT (envelope-from remko) Message-Id: <200509131736.j8DHaFFJ071283@repoman.freebsd.org> From: Remko Lodder Date: Tue, 13 Sep 2005 17:36:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi cgi-style.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:36:16 -0000 remko 2005-09-13 17:36:15 UTC FreeBSD doc repository Modified files: en/cgi cgi-style.pl Log: Make our cgi-style xhtml1.0 compliant. With this all our cgi's could pass the xhtml compliant check, making us conforming to standards. This also finishes the update to query-pr-summary.cgi which is now XHTML 1.0 compliant. Submitted by: Daniel Gerzo Revision Changes Path 1.21 +28 -24 www/en/cgi/cgi-style.pl From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:41:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F305B16A41F; Tue, 13 Sep 2005 17:41:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A7A43D55; Tue, 13 Sep 2005 17:41:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHfm1K071552; Tue, 13 Sep 2005 17:41:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHfmY5071551; Tue, 13 Sep 2005 17:41:48 GMT (envelope-from imp) Message-Id: <200509131741.j8DHfmY5071551@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 17:41:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccardvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:41:54 -0000 imp 2005-09-13 17:41:48 UTC FreeBSD src repository Modified files: sys/dev/pccard pccardvar.h Log: MFp4: Remove stale functions. Revision Changes Path 1.55 +0 -21 src/sys/dev/pccard/pccardvar.h From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:46:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E07416A41F; Tue, 13 Sep 2005 17:46:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0991243D48; Tue, 13 Sep 2005 17:46:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHkmap071793; Tue, 13 Sep 2005 17:46:48 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHkmVU071792; Tue, 13 Sep 2005 17:46:48 GMT (envelope-from rwatson) Message-Id: <200509131746.j8DHkmVU071792@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 17:46:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:46:49 -0000 rwatson 2005-09-13 17:46:48 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Trim down now (believed to be) unused fifo_ioctl() and fifo_kqfilter() VOP implementations, since they in theory are used only on open file descriptors, in which case the ioctls are via fifo_ioctl_f() and kqueue requests are via fifo_kqfilter_f(). Generate warnings if they are entered for now. These printf() calls should become panic() calls. Annotate and re-implement fifo_ioctl_f(): don't arbitrarily forward ioctls to the socket layer, only forward the ones we explicitly support for fifos. In the case of FIONREAD, don't forward the request to the write socket on a read-write fifo, or the read result is overwritten. Annotate a nasty case for the undefined POSIX O_RDWR on fifos, in which failure of the second ioctl will result in the socket pair being in an inconsistent state. Assert copyright as I find myself rewriting non-trivial parts of fifofs. MFC after: 3 days Revision Changes Path 1.124 +75 -65 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:49:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C170416A41F; Tue, 13 Sep 2005 17:49:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 813AC43D48; Tue, 13 Sep 2005 17:49:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHnlJt071880; Tue, 13 Sep 2005 17:49:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHnlFn071879; Tue, 13 Sep 2005 17:49:47 GMT (envelope-from imp) Message-Id: <200509131749.j8DHnlFn071879@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 17:49:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:49:48 -0000 imp 2005-09-13 17:49:47 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c pccardvar.h Log: Define and use PCCARD_MEM_PAGE_SIZE. Revision Changes Path 1.109 +1 -1 src/sys/dev/pccard/pccard.c 1.56 +2 -0 src/sys/dev/pccard/pccardvar.h From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:56:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF62016A41F; Tue, 13 Sep 2005 17:56:16 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB2143D45; Tue, 13 Sep 2005 17:56:14 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8DHuEtb026128; Tue, 13 Sep 2005 10:56:14 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8DHuEcj026127; Tue, 13 Sep 2005 10:56:14 -0700 (PDT) (envelope-from obrien) Date: Tue, 13 Sep 2005 10:56:13 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050913175613.GA18137@dragon.NUXI.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> <20050912010034.GA77819@dragon.NUXI.org> <20050913071031.GE37280@ip.net.ua> <20050913085848.GG37280@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050913085848.GG37280@ip.net.ua> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:56:17 -0000 On Tue, Sep 13, 2005 at 11:58:48AM +0300, Ruslan Ermilov wrote: > To address all of this, I suggest to revert kern.post.mk to rev. 1.83 > and just make INSTALL_DEBUG the default in HEAD when DEBUG is also > set. Should this be also true for modules, I'm not sure. .. > The only change in behavior would be that installkernel.debug now > installs *both* normal and debug versions, while previously it only > installed debug versions. 1. We can still have the confusion of how to provide a usable traceback. The poster will have to know to kgdb kernel.debug vs. kernel. 2. Why install a file that is a complete copy of another and then extra needed information? Instead just install the fuller copy. Those suffering from small / partitions will have even more pressure installing an extra 6.7MB. Please remember the purpose of this is to get better bug reports on -CURRENT. While still trying to strike a balance with disk space and usability. Here is a patch that separates out the symbols into its own file and installs them beside the now stripped kernel executable. I've minimally tested in on i386 with 'kgdb' and 'gdb6 -k'. Index: kern.post.mk =================================================================== RCS file: /home/ncvs/src/sys/conf/kern.post.mk,v retrieving revision 1.84 diff -u -u -2 -r1.84 kern.post.mk --- kern.post.mk 11 Sep 2005 00:22:21 -0000 1.84 +++ kern.post.mk 13 Sep 2005 17:46:48 -0000 @@ -83,7 +83,7 @@ @echo linking ${.TARGET} ${SYSTEM_LD} -.if !defined(DEBUG) + ${OBJCOPY} --only-keep-debug ${.TARGET} ${.TARGET}.symbols ${OBJCOPY} --strip-debug ${.TARGET} -.endif + ${OBJCOPY} --add-gnu-debuglink=${.TARGET}.symbols ${.TARGET} ${SYSTEM_LD_TAIL} @@ -181,4 +181,10 @@ .endif +.if defined(DEBUG) && !defined(NO_INSTALL_KERNEL_SYMBOLS) +KERNEL_FILES= ${KERNEL_KO} ${KERNEL_KO}.symbols +.else +KERNEL_FILES= ${KERNEL_KO} +.endif + kernel-install: @if [ ! -f ${KERNEL_KO} ] ; then \ @@ -201,5 +207,5 @@ .endif mkdir -p ${DESTDIR}${KODIR} - ${INSTALL} -p -m 555 -o root -g wheel ${KERNEL_KO} ${DESTDIR}${KODIR} + ${INSTALL} -p -m 555 -o root -g wheel ${KERNEL_FILES} ${DESTDIR}${KODIR} kernel-reinstall: -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 17:56:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B009B16A41F; Tue, 13 Sep 2005 17:56:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF1643D46; Tue, 13 Sep 2005 17:56:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DHua8E072243; Tue, 13 Sep 2005 17:56:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DHuapb072242; Tue, 13 Sep 2005 17:56:36 GMT (envelope-from imp) Message-Id: <200509131756.j8DHuapb072242@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 17:56:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 17:56:36 -0000 imp 2005-09-13 17:56:36 UTC FreeBSD src repository Modified files: sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h Log: Add a few new functions interfaces to allow reading/writing attribute memory, the CCR and a tweak to cis_scan. Revision Changes Path 1.30 +41 -0 src/sys/dev/pccard/card_if.m 1.110 +89 -1 src/sys/dev/pccard/pccard.c 1.37 +9 -9 src/sys/dev/pccard/pccard_cis.c 1.57 +33 -1 src/sys/dev/pccard/pccardvar.h From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:00:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051AB16A42D; Tue, 13 Sep 2005 18:00:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EBD43D46; Tue, 13 Sep 2005 18:00:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI0nAp072439; Tue, 13 Sep 2005 18:00:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI0nqJ072438; Tue, 13 Sep 2005 18:00:49 GMT (envelope-from garga) Message-Id: <200509131800.j8DI0nqJ072438@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 18:00:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-archetypes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:00:50 -0000 garga 2005-09-13 18:00:49 UTC FreeBSD ports repository Modified files: www/zope-archetypes Makefile distinfo Log: - Update to 1.3.4 PR: ports/86026 Submitted by: maintainer Revision Changes Path 1.7 +1 -2 ports/www/zope-archetypes/Makefile 1.5 +2 -2 ports/www/zope-archetypes/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:01:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F45E16A41F; Tue, 13 Sep 2005 18:01:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB9743D49; Tue, 13 Sep 2005 18:01:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI128h072508; Tue, 13 Sep 2005 18:01:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI12qf072507; Tue, 13 Sep 2005 18:01:02 GMT (envelope-from garga) Message-Id: <200509131801.j8DI12qf072507@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 18:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-generator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:01:03 -0000 garga 2005-09-13 18:01:02 UTC FreeBSD ports repository Modified files: www/zope-generator Makefile distinfo Log: - Update to 1.3.1 PR: ports/86022 Submitted by: maintainer Revision Changes Path 1.3 +2 -3 ports/www/zope-generator/Makefile 1.2 +2 -2 ports/www/zope-generator/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:01:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D6C16A420; Tue, 13 Sep 2005 18:01:15 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30BDE43D48; Tue, 13 Sep 2005 18:01:15 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI1FAs072556; Tue, 13 Sep 2005 18:01:15 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI1FVa072555; Tue, 13 Sep 2005 18:01:15 GMT (envelope-from garga) Message-Id: <200509131801.j8DI1FVa072555@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 18:01:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-mimetypesregistry Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:01:15 -0000 garga 2005-09-13 18:01:15 UTC FreeBSD ports repository Modified files: www/zope-mimetypesregistry Makefile distinfo Log: - Update to 1.3.6 PR: ports/86025 Submitted by: maintainer Revision Changes Path 1.3 +2 -3 ports/www/zope-mimetypesregistry/Makefile 1.2 +2 -2 ports/www/zope-mimetypesregistry/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:01:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3D216A421; Tue, 13 Sep 2005 18:01:28 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DE143D46; Tue, 13 Sep 2005 18:01:28 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI1SKI072611; Tue, 13 Sep 2005 18:01:28 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI1SbB072610; Tue, 13 Sep 2005 18:01:28 GMT (envelope-from garga) Message-Id: <200509131801.j8DI1SbB072610@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 18:01:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-validation Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:01:28 -0000 garga 2005-09-13 18:01:28 UTC FreeBSD ports repository Modified files: www/zope-validation Makefile distinfo Log: - Update to 1.3.3 PR: ports/86020 Submitted by: maintainer Revision Changes Path 1.3 +2 -3 ports/www/zope-validation/Makefile 1.2 +2 -2 ports/www/zope-validation/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:02:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C8A16A41F; Tue, 13 Sep 2005 18:02:40 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300D443D46; Tue, 13 Sep 2005 18:02:40 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI2eNn072696; Tue, 13 Sep 2005 18:02:40 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI2ePG072695; Tue, 13 Sep 2005 18:02:40 GMT (envelope-from thompsa) Message-Id: <200509131802.j8DI2ePG072695@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 13 Sep 2005 18:02:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c if_ethersubr.c src/sys/netinet6 in6_ifattach.c nd6.c nd6_nbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:02:40 -0000 thompsa 2005-09-13 18:02:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c if_ethersubr.c sys/netinet6 in6_ifattach.c nd6.c nd6_nbr.c Log: MFC: if_bridge.c, r1.21; if_ethersubr.c, r1.198; in6_ifattach.c, r1.28; nd6.c, r1.55; nd6_nbr.c, r1.33 > Add support for multicast to the bridge and allow inet6 addresses to be > assigned to the interface. > > IPv6 auto-configuration is disabled. An IPv6 link-local address has a > link-local scope within one link, the spec is unclear for the bridge case and > it may cause scope violation. > > An address can be assigned in the usual way; > ifconfig bridge0 inet6 xxxx:... > > Tested by: bmah > Reviewed by: ume (netinet6) > Approved by: mlaier (mentor) Approved by: re (kensmith), mlaier (mentor) Revision Changes Path 1.11.2.10 +27 -5 src/sys/net/if_bridge.c 1.193.2.4 +1 -1 src/sys/net/if_ethersubr.c 1.26.2.1 +1 -4 src/sys/netinet6/in6_ifattach.c 1.48.2.2 +2 -0 src/sys/netinet6/nd6.c 1.29.2.2 +1 -0 src/sys/netinet6/nd6_nbr.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:02:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B5316A42F; Tue, 13 Sep 2005 18:02:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B8F43D45; Tue, 13 Sep 2005 18:02:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI2nUk072736; Tue, 13 Sep 2005 18:02:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI2nFI072735; Tue, 13 Sep 2005 18:02:49 GMT (envelope-from garga) Message-Id: <200509131802.j8DI2nFI072735@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 18:02:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-portaltransforms Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:02:49 -0000 garga 2005-09-13 18:02:49 UTC FreeBSD ports repository Modified files: www/zope-portaltransforms Makefile distinfo Log: - Update to 1.3.7 - Unbreak PR: ports/86024 Submitted by: maintainer Revision Changes Path 1.7 +3 -7 ports/www/zope-portaltransforms/Makefile 1.3 +2 -2 ports/www/zope-portaltransforms/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:04:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 770C516A41F; Tue, 13 Sep 2005 18:04:36 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1296F43D46; Tue, 13 Sep 2005 18:04:36 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI4Zg9072792; Tue, 13 Sep 2005 18:04:35 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI4ZWw072791; Tue, 13 Sep 2005 18:04:35 GMT (envelope-from hrs) Message-Id: <200509131804.j8DI4ZWw072791@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 13 Sep 2005 18:04:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/xdvik Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:04:36 -0000 hrs 2005-09-13 18:04:35 UTC FreeBSD ports repository Modified files: print/xdvik Makefile pkg-plist Log: Fix pkg-plist. Spotted by: pointyhat Revision Changes Path 1.24 +1 -0 ports/print/xdvik/Makefile 1.9 +2 -1 ports/print/xdvik/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:06:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B3716A41F; Tue, 13 Sep 2005 18:06:20 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E4F43D45; Tue, 13 Sep 2005 18:06:18 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8DI6Lo5003839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 Sep 2005 11:06:21 -0700 Message-ID: <43271516.9000808@root.org> Date: Tue, 13 Sep 2005 11:06:14 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Greg 'groggy' Lehey" References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913004536.GK53486@wantadilla.lemis.com> In-Reply-To: <20050913004536.GK53486@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien Subject: Re: Combined root, /var and /usr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:06:21 -0000 Greg 'groggy' Lehey wrote: > I've been recommending and doing this for years. FWIW in the fourth > edition of "The Complete FreeBSD" I recommended 4 to 6 GB; I'd now say > that 8 to 10 is better. I also recommend a separate /var if you're > doing important things with it. Here's what I have on my two main > machines: > > === root@wantadilla (/dev/ttyp0) ~ 98 -> df > Filesystem 1048576-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 9912 4211 4908 46% / > /dev/ad0s3h 51895 41842 5902 88% /home > > === root@echunga (/dev/ttyp4) ~ 29 -> df > Filesystem 1048576-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 14873 7985 5698 58% / > /dev/ad0s1g 9916 3846 5276 42% /home > /dev/ad2s1h 188356 106658 66629 62% /src Large / means you have to wait for it to fsck before bg fsck can run on other filesystems. On my crashbox (laptop), that is unacceptable. /var on the same filesystem as / means that you're bound to have lots of problems found via fsck that you may have to review manually when a busy system crashes. With var separate from /, you can just blow it away (fsck -y) and get back to work. If you don't have a diskless server or livecd, having a separate / means you can boot and rebuild a fs with fsdb. With a combined partition, this is probabilistic. If you start getting block errors on your hard drive, separate partitions mean you can pull off the files still alive, remap bad sectors, and newfs. Try that with one large /. > In CFBSD IV I explain how / and /usr came to be: about 32 years ago, > they had / on an RK03 (0.5 MB), so they *had* to put the rest of the > system somewhere else. The fact that we still use a separate /usr has > something to do with the reliability of the Seventh Edition file > system See above for examples still valid today. > and something to do with not changing the way our grandfathers > did things (writing "return (FOO)" instead of "return FOO" is > another example). I think that one is more about consistency. return () is a keyword while exit() is a function. It's the same reason we don't write if(). -- Nate From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:15:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 664) id 54DBB16A420; Tue, 13 Sep 2005 18:15:05 +0000 (GMT) Date: Tue, 13 Sep 2005 18:15:05 +0000 From: David O'Brien To: Ruslan Ermilov Message-ID: <20050913181505.GA81297@hub.freebsd.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <20050911023622.GA51877@dragon.NUXI.org> <4324A665.3070405@root.org> <20050912010034.GA77819@dragon.NUXI.org> <20050913071031.GE37280@ip.net.ua> <20050913085848.GG37280@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050913085848.GG37280@ip.net.ua> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.11-STABLE 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 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:15:05 -0000 On Tue, Sep 13, 2005 at 11:58:48AM +0300, Ruslan Ermilov wrote: > Before this change, we had installkernel.debug installing both normal > and *.debug versions of kernel and module objects, and gdb scripts. > And that was consistent. > > Now, installkernel.debug no longer installs kernel.debug but continues > to install both normal and *.debug module objects. I wouldn't mind seeing us install the gdb scripts, etc. all the time now also. I think 'installkernel.debug" should be an alias for "installkernel" in -CURRENT. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:16:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0617816A41F; Tue, 13 Sep 2005 18:16:53 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1FD243D49; Tue, 13 Sep 2005 18:16:52 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIGqvq073327; Tue, 13 Sep 2005 18:16:52 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIGqHg073326; Tue, 13 Sep 2005 18:16:52 GMT (envelope-from dougb) Message-Id: <200509131816.j8DIGqHg073326@repoman.freebsd.org> From: Doug Barton Date: Tue, 13 Sep 2005 18:16:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/htdig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:16:53 -0000 dougb 2005-09-13 18:16:52 UTC FreeBSD ports repository Modified files: textproc/htdig Makefile Log: Bump PORTREVISION for the new security patch Forgotten by: me Reminded by: remko Security: http://www.vuxml.org/freebsd/673aec6f-1cae-11da-bc01-000e0c2e438a.html Revision Changes Path 1.28 +1 -0 ports/textproc/htdig/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:17:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0817616A41F; Tue, 13 Sep 2005 18:17:47 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB5343D46; Tue, 13 Sep 2005 18:17:46 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIHkxh073373; Tue, 13 Sep 2005 18:17:46 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIHkfa073372; Tue, 13 Sep 2005 18:17:46 GMT (envelope-from remko) Message-Id: <200509131817.j8DIHkfa073372@repoman.freebsd.org> From: Remko Lodder Date: Tue, 13 Sep 2005 18:17:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi query-pr-summary.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:17:47 -0000 remko 2005-09-13 18:17:46 UTC FreeBSD doc repository Modified files: en/cgi query-pr-summary.cgi Log: Remove the now redundant html close tags. Submitted by: Daniel Gerzo Revision Changes Path 1.51 +1 -2 www/en/cgi/query-pr-summary.cgi From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:18:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6595B16A41F; Tue, 13 Sep 2005 18:18:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 230F643D45; Tue, 13 Sep 2005 18:18:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIIf15073415; Tue, 13 Sep 2005 18:18:41 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIIfh6073414; Tue, 13 Sep 2005 18:18:41 GMT (envelope-from garga) Message-Id: <200509131818.j8DIIfh6073414@repoman.freebsd.org> From: Renato Botelho Date: Tue, 13 Sep 2005 18:18:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/weex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:18:41 -0000 garga 2005-09-13 18:18:40 UTC FreeBSD ports repository Modified files: ftp/weex Makefile Log: - Mark it broken on amd64, it's not building. PR: ports/86082 Submitted by: maintainer Pointed by: pointyhat via kris Revision Changes Path 1.2 +2 -0 ports/ftp/weex/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:20:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C873916A41F; Tue, 13 Sep 2005 18:20:20 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7196243D45; Tue, 13 Sep 2005 18:20:20 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIKKu3073508; Tue, 13 Sep 2005 18:20:20 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIKKfL073507; Tue, 13 Sep 2005 18:20:20 GMT (envelope-from remko) Message-Id: <200509131820.j8DIKKfL073507@repoman.freebsd.org> From: Remko Lodder Date: Tue, 13 Sep 2005 18:20:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/commercial isp.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:20:21 -0000 remko 2005-09-13 18:20:20 UTC FreeBSD doc repository Modified files: en/commercial isp.xml Log: Add Layered Technologies to the ISP list. PR: www/85858 Requested by: Greg Martin Submitted by: Daniel Gerzo Revision Changes Path 1.28 +13 -1 www/en/commercial/isp.xml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:23:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF3516A41F; Tue, 13 Sep 2005 18:23:09 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C6FC43D46; Tue, 13 Sep 2005 18:23:09 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIN99L073693; Tue, 13 Sep 2005 18:23:09 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIN91q073692; Tue, 13 Sep 2005 18:23:09 GMT (envelope-from garys) Message-Id: <200509131823.j8DIN91q073692@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Tue, 13 Sep 2005 18:23:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/geom chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:23:09 -0000 garys 2005-09-13 18:23:09 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/geom chapter.sgml Log: Inserted a missing parenthesis, hyphen, comma, an "a", a "the", and -- Removed "for" from "caused for the system". -- Changed "filesystem" to "file system". -- Changed "base base" to "base". -- Replaced a comma with a semicolon. -- Changed "We skip using" to "We avoid using". -- Changed ", i.e.:" to "; i.e.,". -- Down-cased "In" at the start of a sentence fragment. Approved by: keramida Revision Changes Path 1.10 +12 -12 doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:37:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C12F16A41F; Tue, 13 Sep 2005 18:37:26 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F5643D46; Tue, 13 Sep 2005 18:37:26 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIbQ52074190; Tue, 13 Sep 2005 18:37:26 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIbQhv074189; Tue, 13 Sep 2005 18:37:26 GMT (envelope-from garys) Message-Id: <200509131837.j8DIbQhv074189@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Tue, 13 Sep 2005 18:37:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:37:26 -0000 garys 2005-09-13 18:37:25 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Changed mfs(8) to mdmfs(8) for non-4.X. Also: = Overhauled /tmp/ entry that it was in. = Changed "filesystem" to FDP "file system". = Added 'valign="top"' to two "tbody" tags so "label" (eg, /tmp/) is on is on the same line as the start of its description. = DocBook'd "NOT". Approved by: keramida Revision Changes Path 1.139 +53 -51 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:42:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0419016A41F; Tue, 13 Sep 2005 18:42:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EF443D4C; Tue, 13 Sep 2005 18:42:22 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIgMCV074383; Tue, 13 Sep 2005 18:42:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIgMt4074382; Tue, 13 Sep 2005 18:42:22 GMT (envelope-from sem) Message-Id: <200509131842.j8DIgMt4074382@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 13 Sep 2005 18:42:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/upsd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:42:23 -0000 sem 2005-09-13 18:42:22 UTC FreeBSD ports repository Modified files: sysutils/upsd Makefile Removed files: sysutils/upsd pkg-plist Log: - Add submitter's master site - Get rid of pkg-plist - Pass maintainership to submitter PR: ports/86075 Submitted by: Andrej Zverev Revision Changes Path 1.15 +5 -5 ports/sysutils/upsd/Makefile 1.3 +0 -3 ports/sysutils/upsd/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:44:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7780A16A41F; Tue, 13 Sep 2005 18:44:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193FC43D48; Tue, 13 Sep 2005 18:44:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DIiXY3074505; Tue, 13 Sep 2005 18:44:33 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DIiXgs074504; Tue, 13 Sep 2005 18:44:33 GMT (envelope-from sem) Message-Id: <200509131844.j8DIiXgs074504@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 13 Sep 2005 18:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/throttled Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:44:34 -0000 sem 2005-09-13 18:44:33 UTC FreeBSD ports repository Modified files: net/throttled Makefile distinfo Log: - Update to 0.4.1 PR: ports/86070 Approved by: maintainer timeout Revision Changes Path 1.2 +6 -15 ports/net/throttled/Makefile 1.2 +2 -2 ports/net/throttled/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:49:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B158F16A41F; Tue, 13 Sep 2005 18:49:59 +0000 (GMT) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C795D43D5E; Tue, 13 Sep 2005 18:49:56 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id IBA74465; Tue, 13 Sep 2005 11:49:54 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id C50B15D07; Tue, 13 Sep 2005 11:49:52 -0700 (PDT) To: garys@opusnet.com (Gary W. Swearingen) In-reply-to: Your message of "Mon, 12 Sep 2005 17:02:04 PDT." Date: Tue, 13 Sep 2005 11:49:52 -0700 From: "Kevin Oberman" Message-Id: <20050913184952.C50B15D07@ptavv.es.net> Cc: cvs-all@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, John Baldwin Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:49:59 -0000 > From: garys@opusnet.com (Gary W. Swearingen) > Date: Mon, 12 Sep 2005 17:02:04 -0700 > Sender: owner-cvs-all@freebsd.org > > John Baldwin writes: > > > The first sentence has a mismatch between subject and verb ("The FreeBSD > > MBR ... are"). Also, a better explanation is something more along the lines > > Here it is with the "...": > > + The MBR installed by FreeBSD's installer and by boot0cfg(8) > + are > > AFAIK, that is an permissible English abbreviation of this: > > The MBR installed by FreeBSD's installer and > the MBR installed by boot0cfg(8) are ... > > ^^^^^^^^^^^^^^^^^-------(implied) > > The second "by" in my sentence is the clue that I've omitted the > second "the MBR installed" so as to not repeat it. Th 'by' is a preposition. The prepositional phrase does not impact the issue of the subject being singular or plural. > If I had used "MBRs", I would have omitted the second "by" and the > sentence would be ambiguous about weather each program installs > multiple MBRs. But on second thought, that would probably be OK, > since everyone knows they only install one. When I edit that file > again, or if I get more requests, I'll probably change it, but I don't > think it's required by the grammar. > > > that the MBR, strictly speaking, is just the 4-entry table at the end of the > > first sector. The boot code prior to the MBR is not part of the MBR. > > Who else says that? I don't recall ever seeing the partition table > called the MBR in 20+ years. The Master Boot Record has also been > called the master boot sector (1,150,000 times in Google). > Putting on my grammarian hat, the simple subject is MBR and the simple predicate should be singular. That is 'is', not 'are. The example you gave is not valid because it is only grammatically correct when there are two MBRs. One MBR - singular verb. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:55:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F077916A41F; Tue, 13 Sep 2005 18:55:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF0A43D46; Tue, 13 Sep 2005 18:55:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DItTE4074878; Tue, 13 Sep 2005 18:55:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DItTwQ074877; Tue, 13 Sep 2005 18:55:29 GMT (envelope-from imp) Message-Id: <200509131855.j8DItTwQ074877@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 18:55:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ex if_ex_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:55:30 -0000 imp 2005-09-13 18:55:28 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex_pccard.c Log: Add the olicom OC2231 and OC2232 to the list of cards that we should attach to. These cards are combo cards (in that they have a modem inside of them), but not true MFC cards. Full support of these cards will have to wait until we can pick the config to use and for the PFC support that I have brewing. Revision Changes Path 1.16 +2 -0 src/sys/dev/ex/if_ex_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 18:57:07 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F36816A41F; Tue, 13 Sep 2005 18:57:07 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id B124543D46; Tue, 13 Sep 2005 18:57:06 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail05.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8DIv4CT025657 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 14 Sep 2005 04:57:04 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8DIv3SR042877; Wed, 14 Sep 2005 04:57:04 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8DIv3HC042876; Wed, 14 Sep 2005 04:57:03 +1000 (EST) (envelope-from pjeremy) Date: Wed, 14 Sep 2005 04:57:03 +1000 From: Peter Jeremy To: Alexey Dokuchaev Message-ID: <20050913185703.GA40237@cirb503493.alcatel.com.au> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050913125820.GA10663@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:57:07 -0000 On Tue, 2005-Sep-13 12:58:20 +0000, Alexey Dokuchaev wrote: >AFAIK, we still do not turn softupdates on /, but do on other >partitions. With your proposed idea, softupdates should be on on /. >How safe is this today? Quite safe. When running softupdates, freed disk space is not returned to the free list for 30-60 seconds. Since install(1) deletes the existing target files rather than over-writing them, this means that a larger pool of free space is required when doing installworld with a softupdates target. With the old 128MB (or less) root partition, there may not have been sufficient free space so softupdates was disabled by default. With the new 512MB root or the proposed multi-GB /+/usr+/var there is unlikely to be a shortage of free space so it would be quite safe to enable softupdates. -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:01:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 082BA16A41F; Tue, 13 Sep 2005 19:01:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC35543D45; Tue, 13 Sep 2005 19:01:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJ1rmk075220; Tue, 13 Sep 2005 19:01:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJ1rLo075219; Tue, 13 Sep 2005 19:01:53 GMT (envelope-from rwatson) Message-Id: <200509131901.j8DJ1rLo075219@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 19:01:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/kenv kenv.1 kenv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:01:54 -0000 rwatson 2005-09-13 19:01:53 UTC FreeBSD src repository Modified files: bin/kenv kenv.1 kenv.c Log: Add a "-q" quiet flag to kenv so that warnings can be suppressed. MFC after: 1 week Revision Changes Path 1.12 +8 -1 src/bin/kenv/kenv.1 1.8 +12 -8 src/bin/kenv/kenv.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:07:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1791116A41F; Tue, 13 Sep 2005 19:07:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDA243D48; Tue, 13 Sep 2005 19:07:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJ70iU075409; Tue, 13 Sep 2005 19:07:00 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJ70Qm075406; Tue, 13 Sep 2005 19:07:00 GMT (envelope-from imp) Message-Id: <200509131907.j8DJ70Qm075406@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:07:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:07:01 -0000 imp 2005-09-13 19:07:00 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pci.c Log: Use smaller names. The "NE2000 PCI Ethernet" is largerly redundant with edX at pciY. This removes 8*22 bytes from the strings. Not a huge win, but a cheap one. Revision Changes Path 1.45 +9 -9 src/sys/dev/ed/if_ed_pci.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:07:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72EE616A471; Tue, 13 Sep 2005 19:07:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF72243D46; Tue, 13 Sep 2005 19:07:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJ72bU075443; Tue, 13 Sep 2005 19:07:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJ72sS075442; Tue, 13 Sep 2005 19:07:02 GMT (envelope-from rwatson) Message-Id: <200509131907.j8DJ72sS075442@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 19:07:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d dumpon X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:07:04 -0000 rwatson 2005-09-13 19:07:02 UTC FreeBSD src repository Modified files: etc/rc.d dumpon Log: Use kenv -q to extract dumpdev rather than kenv, in order to avoid spamming the console in the event that a loader tunable 'dumpdev' isn't defined, which is not a relevant failure to report. MFC after: 1 week Revision Changes Path 1.10 +1 -1 src/etc/rc.d/dumpon From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:09:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B75D16A41F; Tue, 13 Sep 2005 19:09:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFAB943D45; Tue, 13 Sep 2005 19:09:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJ9vU7075533; Tue, 13 Sep 2005 19:09:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJ9vo3075532; Tue, 13 Sep 2005 19:09:57 GMT (envelope-from imp) Message-Id: <200509131909.j8DJ9vo3075532@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:09:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:09:58 -0000 imp 2005-09-13 19:09:57 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: MFp4: Minor formatting nits in pccard table. Revision Changes Path 1.97 +9 -9 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:15:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561EB16A41F; Tue, 13 Sep 2005 19:15:29 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE9A43D4C; Tue, 13 Sep 2005 19:15:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJFS6x075875; Tue, 13 Sep 2005 19:15:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJFS1C075874; Tue, 13 Sep 2005 19:15:28 GMT (envelope-from rwatson) Message-Id: <200509131915.j8DJFS1C075874@repoman.freebsd.org> From: Robert Watson Date: Tue, 13 Sep 2005 19:15:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/savecore savecore.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:15:29 -0000 rwatson 2005-09-13 19:15:28 UTC FreeBSD src repository Modified files: sbin/savecore savecore.c Log: Don't consider being unable to open the bounds file worthy of printing at LOG_WARNING by default; instead, consider it something to be printed to the tty when 'verbose' mode is set. This avoids printing out extra lines at every boot on a system with crash dumps enabled, but that has not yet had to generate a crashdump. MFC after: 1 week Revision Changes Path 1.76 +2 -1 src/sbin/savecore/savecore.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:25:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F2D416A41F; Tue, 13 Sep 2005 19:25:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6339A43D62; Tue, 13 Sep 2005 19:25:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJPUmL076313; Tue, 13 Sep 2005 19:25:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJPUq5076312; Tue, 13 Sep 2005 19:25:30 GMT (envelope-from imp) Message-Id: <200509131925.j8DJPUq5076312@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:25:34 -0000 imp 2005-09-13 19:25:30 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn_pccard.c Log: Use new convenience function to read CIS rather than the older, harder to use version. Revision Changes Path 1.35 +1 -2 src/sys/dev/sn/if_sn_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:28:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 427DD16A420; Tue, 13 Sep 2005 19:28:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0189043D45; Tue, 13 Sep 2005 19:28:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJS3aN076424; Tue, 13 Sep 2005 19:28:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJS3tK076423; Tue, 13 Sep 2005 19:28:03 GMT (envelope-from imp) Message-Id: <200509131928.j8DJS3tK076423@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ex if_ex_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:28:04 -0000 imp 2005-09-13 19:28:03 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex_pccard.c Log: MFp4: o Move to new pccard_cis_scan convenience function. o Remove compat layer goo. Revision Changes Path 1.17 +40 -73 src/sys/dev/ex/if_ex_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:47:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE2FC16A445; Tue, 13 Sep 2005 19:47:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE7643D46; Tue, 13 Sep 2005 19:47:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJliLf077284; Tue, 13 Sep 2005 19:47:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJli0a077283; Tue, 13 Sep 2005 19:47:44 GMT (envelope-from imp) Message-Id: <200509131947.j8DJli0a077283@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:47:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_pccard.c if_edreg.h if_edvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:47:45 -0000 imp 2005-09-13 19:47:44 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_pccard.c if_edreg.h if_edvar.h Log: MFp4: Omnibus ed changes o Attach AX88x90's MII bus to system, and require its presence. o Reorg the mii code a little, and move more of it into pccard attachment. o Eliminate ed_pccard_{read,write}_attrmem in favor of a more appropriate function in the pccard layer. o Update comments to reflect knowledge gained. o Update how re recognize a NE-2000 ROM. I found a couple of different datasheets that define the structure of the PROM data, so the code's old heuristics have been removed, and comments updated to reflect the structure. o Eliminate work around for EC2T. It is no longer needed, and was wrong headed since the EC2T has a Winbound 82C926C in it, not a AX88x90. o Add copyright to if_ed_pccard.c, since I believe I've re-written more than 3/4 of it. # With these changes, all of my 20-odd ed based cards work, except for the # NetGear FA-410, and I'm pretty sure that's a MII/PHY problem. Revision Changes Path 1.260 +0 -37 src/sys/dev/ed/if_ed.c 1.98 +267 -138 src/sys/dev/ed/if_ed_pccard.c 1.39 +18 -21 src/sys/dev/ed/if_edreg.h 1.36 +0 -2 src/sys/dev/ed/if_edvar.h From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:52:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3865416A41F; Tue, 13 Sep 2005 19:52:37 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA91243D5C; Tue, 13 Sep 2005 19:52:36 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJqaB4077520; Tue, 13 Sep 2005 19:52:36 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJqapk077519; Tue, 13 Sep 2005 19:52:36 GMT (envelope-from thierry) Message-Id: <200509131952.j8DJqapk077519@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 13 Sep 2005 19:52:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tidy-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:52:37 -0000 thierry 2005-09-13 19:52:36 UTC FreeBSD ports repository Modified files: www/tidy-devel Makefile distinfo Log: Upgrade to 050912. Revision Changes Path 1.140 +1 -1 ports/www/tidy-devel/Makefile 1.122 +2 -2 ports/www/tidy-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:54:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD9216A421; Tue, 13 Sep 2005 19:54:15 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5B943D46; Tue, 13 Sep 2005 19:54:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJsEYv077594; Tue, 13 Sep 2005 19:54:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJsEMH077593; Tue, 13 Sep 2005 19:54:14 GMT (envelope-from imp) Message-Id: <200509131954.j8DJsEMH077593@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:54:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/xe if_xe_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:54:15 -0000 imp 2005-09-13 19:54:14 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: MFp4: o Use pccard_cis_scan o use pccard_attr_write_1 o Update comments Revision Changes Path 1.31 +13 -37 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 19:56:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEF216A41F; Tue, 13 Sep 2005 19:56:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A085343D46; Tue, 13 Sep 2005 19:56:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DJu7NA077754; Tue, 13 Sep 2005 19:56:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DJu7uC077753; Tue, 13 Sep 2005 19:56:07 GMT (envelope-from imp) Message-Id: <200509131956.j8DJu7uC077753@repoman.freebsd.org> From: Warner Losh Date: Tue, 13 Sep 2005 19:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ep if_ep_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 19:56:08 -0000 imp 2005-09-13 19:56:07 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep_pccard.c Log: MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scan Revision Changes Path 1.49 +1 -1 src/sys/dev/ep/if_ep_pccard.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 20:18:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC9016A41F; Tue, 13 Sep 2005 20:18:45 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDACF43D46; Tue, 13 Sep 2005 20:18:44 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DKIiKV078670; Tue, 13 Sep 2005 20:18:44 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DKIiJd078669; Tue, 13 Sep 2005 20:18:44 GMT (envelope-from remko) Message-Id: <200509132018.j8DKIiJd078669@repoman.freebsd.org> From: Remko Lodder Date: Tue, 13 Sep 2005 20:18:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 20:18:45 -0000 remko 2005-09-13 20:18:44 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document unzip -- permission race vulnerability. [1] Update the recent htdig entry with it's corrected version. Reviewed by: simon [1] Revision Changes Path 1.815 +36 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Sep 13 20:19:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B807D16A41F; Tue, 13 Sep 2005 20:19:00 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7766043D45; Tue, 13 Sep 2005 20:19:00 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DKJ0VF078697; Tue, 13 Sep 2005 20:19:00 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DKJ0Db078696; Tue, 13 Sep 2005 20:19:00 GMT (envelope-from blackend) Message-Id: <200509132019.j8DKJ0Db078696@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 13 Sep 2005 20:19:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 20:19:00 -0000 blackend 2005-09-13 20:19:00 UTC FreeBSD doc repository Modified files: fr index.xsl Log: MFen: 1.117 --> 1.127 Revision Changes Path 1.15 +22 -45 www/fr/index.xsl From owner-cvs-all@FreeBSD.ORG Tue Sep 13 20:25:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4E316A420; Tue, 13 Sep 2005 20:25:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E4543D48; Tue, 13 Sep 2005 20:25:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DKPsX2079059; Tue, 13 Sep 2005 20:25:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DKPsX1079058; Tue, 13 Sep 2005 20:25:54 GMT (envelope-from pav) Message-Id: <200509132025.j8DKPsX1079058@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 20:25:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dbmail Makefile distinfo pkg-plist ports/mail/dbmail/files patch-2.0.4_bug145_lmtp.c patch-2.0.4_bug177 patch-2.0.4_bug184 patch-2.0.4_bug190_pool.c patch-2.0.4_bug190_server.c patch-2.0.4_bug190_serverchild.c patch-2.0.4_bug198_pool.c patch-2.0.4_bug199_server.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 20:25:55 -0000 pav 2005-09-13 20:25:54 UTC FreeBSD ports repository Modified files: mail/dbmail Makefile distinfo pkg-plist Added files: mail/dbmail/files patch-2.0.7_bug266_server.c Removed files: mail/dbmail/files patch-2.0.4_bug145_lmtp.c patch-2.0.4_bug177 patch-2.0.4_bug184 patch-2.0.4_bug190_pool.c patch-2.0.4_bug190_server.c patch-2.0.4_bug190_serverchild.c patch-2.0.4_bug198_pool.c patch-2.0.4_bug199_server.c patch-2.0.4_bug214_main.c patch-2.0.4_bug216_header.c patch-2.0.4_bug79_imaputil.c patch-sort.c Log: - Update to 2.0.7 - Add patch for bug 266 - Reset maintainership (3 months of maintainer timeouts) - Assign maintainership to a volunteer PR: ports/85455, ports/85763 Submitted by: Mark Starovoytov Approved by: maintainer timeout (seanc; 14 days) Revision Changes Path 1.25 +4 -5 ports/mail/dbmail/Makefile 1.13 +2 -2 ports/mail/dbmail/distinfo 1.2 +0 -66 ports/mail/dbmail/files/patch-2.0.4_bug145_lmtp.c (dead) 1.2 +0 -575 ports/mail/dbmail/files/patch-2.0.4_bug177 (dead) 1.2 +0 -66 ports/mail/dbmail/files/patch-2.0.4_bug184 (dead) 1.2 +0 -126 ports/mail/dbmail/files/patch-2.0.4_bug190_pool.c (dead) 1.2 +0 -41 ports/mail/dbmail/files/patch-2.0.4_bug190_server.c (dead) 1.2 +0 -267 ports/mail/dbmail/files/patch-2.0.4_bug190_serverchild.c (dead) 1.2 +0 -13 ports/mail/dbmail/files/patch-2.0.4_bug198_pool.c (dead) 1.2 +0 -35 ports/mail/dbmail/files/patch-2.0.4_bug199_server.c (dead) 1.2 +0 -20 ports/mail/dbmail/files/patch-2.0.4_bug214_main.c (dead) 1.2 +0 -37 ports/mail/dbmail/files/patch-2.0.4_bug216_header.c (dead) 1.2 +0 -80 ports/mail/dbmail/files/patch-2.0.4_bug79_imaputil.c (dead) 1.1 +27 -0 ports/mail/dbmail/files/patch-2.0.7_bug266_server.c (new) 1.2 +0 -11 ports/mail/dbmail/files/patch-sort.c (dead) 1.11 +10 -10 ports/mail/dbmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 20:45:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D8F16A41F; Tue, 13 Sep 2005 20:45:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047F143D49; Tue, 13 Sep 2005 20:45:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DKjGpB079742; Tue, 13 Sep 2005 20:45:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DKjG6d079736; Tue, 13 Sep 2005 20:45:16 GMT (envelope-from pav) Message-Id: <200509132045.j8DKjG6d079736@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 20:45:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 20:45:17 -0000 pav 2005-09-13 20:45:16 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: - Update to 2.6.4 PR: ports/86085 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.33 +6 -4 ports/databases/phpmyadmin/Makefile 1.26 +2 -2 ports/databases/phpmyadmin/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 20:53:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B636616A41F; Tue, 13 Sep 2005 20:53:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B23643D48; Tue, 13 Sep 2005 20:53:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DKrRA3087135; Tue, 13 Sep 2005 20:53:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DKrR6r087134; Tue, 13 Sep 2005 20:53:27 GMT (envelope-from pav) Message-Id: <200509132053.j8DKrR6r087134@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 20:53:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-orbit2 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 20:53:27 -0000 pav 2005-09-13 20:53:27 UTC FreeBSD ports repository Modified files: devel/py-orbit2 pkg-descr Log: - Remove WWW, it relates to another project. This project got no real homepage Revision Changes Path 1.4 +0 -2 ports/devel/py-orbit2/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 13 20:54:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F46816A41F; Tue, 13 Sep 2005 20:54:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B766743D48; Tue, 13 Sep 2005 20:54:00 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DKs02S087186; Tue, 13 Sep 2005 20:54:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DKs0cB087185; Tue, 13 Sep 2005 20:54:00 GMT (envelope-from marcel) Message-Id: <200509132054.j8DKs0cB087185@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 13 Sep 2005 20:54:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ia64/ia64 elf_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 20:54:01 -0000 marcel 2005-09-13 20:54:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ia64/ia64 elf_machdep.c Log: MFC 1.20: Remove the execute permission for stacks. Approved by: re (blanket) Revision Changes Path 1.19.8.1 +1 -1 src/sys/ia64/ia64/elf_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:05:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF79516A41F; Tue, 13 Sep 2005 21:05:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D426C43D5E; Tue, 13 Sep 2005 21:05:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DL53dv087644; Tue, 13 Sep 2005 21:05:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DL53bF087643; Tue, 13 Sep 2005 21:05:03 GMT (envelope-from pav) Message-Id: <200509132105.j8DL53bF087643@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:05:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/nntpcache Makefile ports/news/nntpcache/files patch-src-acc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:05:11 -0000 pav 2005-09-13 21:05:03 UTC FreeBSD ports repository Modified files: news/nntpcache Makefile Added files: news/nntpcache/files patch-src-acc.c Log: - Fix xover head filtering PR: ports/86045 Submitted by: SANETO Takanori Revision Changes Path 1.39 +1 -1 ports/news/nntpcache/Makefile 1.1 +11 -0 ports/news/nntpcache/files/patch-src-acc.c (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:07:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678F616A41F; Tue, 13 Sep 2005 21:07:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC6F43D45; Tue, 13 Sep 2005 21:07:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DL7FC4087837; Tue, 13 Sep 2005 21:07:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DL7F3C087836; Tue, 13 Sep 2005 21:07:15 GMT (envelope-from marcel) Message-Id: <200509132107.j8DL7F3C087836@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 13 Sep 2005 21:07:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ia64/conf GENERIC src/sys/ia64/ia64 exception.S interrupt.c machdep.c mp_machdep.c pmap.c sal.c trap.c vm_machdep.c src/sys/ia64/include ia64_cpu.h param.h pmap.h proc.h smp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:07:15 -0000 marcel 2005-09-13 21:07:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ia64/conf GENERIC sys/ia64/ia64 exception.S interrupt.c machdep.c mp_machdep.c pmap.c sal.c trap.c vm_machdep.c sys/ia64/include ia64_cpu.h param.h pmap.h proc.h smp.h Log: Mega-MFC: Add SMP support and enable it by default. This includes: conf/GENERIC: 1.73, 1.53 ia64/exception.S: 1.57 ia64/interrupt.c: 1.50, 1.51 ia64/machdep.c: 1.201, 1.202 ia64/mp_machdep.c: 1.56, 1.57, 1.58 ia64/pmap.c: 1.161, 1.162, 1.164, 1.165, 1.166 ia64/sal.c: 1.15 ia64/trap.c: 1.114, 1.115 ia64/vm_machdep.c: 1.91, 1.92 include/ia64_cpu.h: 1.20 include/param.h: 1.21 include/pmap.h: 1.25 include/proc.h: 1.15 include/smp.h: 1.10 Approved by: re (kensmith, scottl -- thanks!) Revision Changes Path 1.72.2.2 +2 -2 src/sys/ia64/conf/GENERIC 1.56.2.1 +8 -0 src/sys/ia64/ia64/exception.S 1.49.2.1 +5 -0 src/sys/ia64/ia64/interrupt.c 1.200.2.1 +30 -13 src/sys/ia64/ia64/machdep.c 1.55.2.1 +28 -25 src/sys/ia64/ia64/mp_machdep.c 1.160.2.1 +344 -379 src/sys/ia64/ia64/pmap.c 1.14.2.1 +4 -2 src/sys/ia64/ia64/sal.c 1.113.2.1 +12 -7 src/sys/ia64/ia64/trap.c 1.90.2.1 +1 -0 src/sys/ia64/ia64/vm_machdep.c 1.19.10.1 +4 -4 src/sys/ia64/include/ia64_cpu.h 1.20.2.1 +1 -1 src/sys/ia64/include/param.h 1.24.2.1 +3 -0 src/sys/ia64/include/pmap.h 1.14.2.1 +2 -1 src/sys/ia64/include/proc.h 1.9.2.1 +4 -2 src/sys/ia64/include/smp.h From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:18:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAFC16A420; Tue, 13 Sep 2005 21:18:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFFA43D45; Tue, 13 Sep 2005 21:18:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLIWkw088307; Tue, 13 Sep 2005 21:18:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLIW5S088306; Tue, 13 Sep 2005 21:18:32 GMT (envelope-from pav) Message-Id: <200509132118.j8DLIW5S088306@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:18:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/idesk Makefile distinfo pkg-descr pkg-plist ports/x11/idesk/files patch-src_DesktopConfig.cpp patch-src_Timer.cpp patch-src_XImlib2Background.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:18:33 -0000 pav 2005-09-13 21:18:32 UTC FreeBSD ports repository Modified files: x11/idesk Makefile distinfo pkg-descr pkg-plist Added files: x11/idesk/files patch-src_DesktopConfig.cpp patch-src_Timer.cpp patch-src_XImlib2Background.cpp Log: - Update to 0.7.4 - Reset maintainership on maintainer's request PR: ports/86060 Submitted by: Jose Alonso Cardenas Marquez Revision Changes Path 1.14 +11 -9 ports/x11/idesk/Makefile 1.5 +2 -2 ports/x11/idesk/distinfo 1.1 +16 -0 ports/x11/idesk/files/patch-src_DesktopConfig.cpp (new) 1.1 +10 -0 ports/x11/idesk/files/patch-src_Timer.cpp (new) 1.1 +16 -0 ports/x11/idesk/files/patch-src_XImlib2Background.cpp (new) 1.3 +2 -2 ports/x11/idesk/pkg-descr 1.2 +0 -1 ports/x11/idesk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:20:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7360916A41F; Tue, 13 Sep 2005 21:20:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A23943D5F; Tue, 13 Sep 2005 21:20:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLKK3J088412; Tue, 13 Sep 2005 21:20:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLKKxA088411; Tue, 13 Sep 2005 21:20:20 GMT (envelope-from pav) Message-Id: <200509132120.j8DLKKxA088411@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:20:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gtkportscan pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:20:25 -0000 pav 2005-09-13 21:20:20 UTC FreeBSD ports repository Modified files: security/gtkportscan pkg-descr Log: - Website is gone Revision Changes Path 1.5 +0 -1 ports/security/gtkportscan/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:21:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B059216A41F; Tue, 13 Sep 2005 21:21:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704FB43D48; Tue, 13 Sep 2005 21:21:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLLfS4088532; Tue, 13 Sep 2005 21:21:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLLfDS088531; Tue, 13 Sep 2005 21:21:41 GMT (envelope-from pav) Message-Id: <200509132121.j8DLLfDS088531@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:21:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/psmark pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:21:41 -0000 pav 2005-09-13 21:21:41 UTC FreeBSD ports repository Modified files: print/psmark pkg-descr Log: - Update WWW Revision Changes Path 1.3 +1 -1 ports/print/psmark/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:25:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D2EE16A41F; Tue, 13 Sep 2005 21:25:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDAD43D67; Tue, 13 Sep 2005 21:25:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLPW4X088688; Tue, 13 Sep 2005 21:25:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLPWDX088687; Tue, 13 Sep 2005 21:25:32 GMT (envelope-from pav) Message-Id: <200509132125.j8DLPWDX088687@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/gmysql Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:25:37 -0000 pav 2005-09-13 21:25:32 UTC FreeBSD ports repository Modified files: databases/gmysql Makefile pkg-descr Log: - Remove dead master site - Remove dead WWW Revision Changes Path 1.28 +1 -2 ports/databases/gmysql/Makefile 1.5 +0 -2 ports/databases/gmysql/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:27:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C6B16A41F; Tue, 13 Sep 2005 21:27:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6954F43D46; Tue, 13 Sep 2005 21:27:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLRngT088761; Tue, 13 Sep 2005 21:27:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLRn86088760; Tue, 13 Sep 2005 21:27:49 GMT (envelope-from pav) Message-Id: <200509132127.j8DLRn86088760@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:27:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/hx Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:27:50 -0000 pav 2005-09-13 21:27:49 UTC FreeBSD ports repository Modified files: net/hx Makefile pkg-descr Log: - Remove dead master site - Remove dead WWW - Remove attribution Revision Changes Path 1.6 +1 -2 ports/net/hx/Makefile 1.4 +0 -5 ports/net/hx/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:29:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9D3C16A41F; Tue, 13 Sep 2005 21:29:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE7543D49; Tue, 13 Sep 2005 21:29:58 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLTwKt088871; Tue, 13 Sep 2005 21:29:58 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLTwKw088870; Tue, 13 Sep 2005 21:29:58 GMT (envelope-from brooks) Message-Id: <200509132129.j8DLTwKw088870@repoman.freebsd.org> From: Brooks Davis Date: Tue, 13 Sep 2005 21:29:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/sge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:29:59 -0000 brooks 2005-09-13 21:29:58 UTC FreeBSD ports repository Modified files: sysutils/sge Makefile Log: Mark BROKEN for FreeBSD 4 and below due to build error and IGNORE for 5.x prior to 5.3 because I'm not going to support those releases. Reported by: pointyhat (via kris) Revision Changes Path 1.12 +8 -0 ports/sysutils/sge/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:33:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6AA16A41F; Tue, 13 Sep 2005 21:33:26 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC7B43D6A; Tue, 13 Sep 2005 21:33:23 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A5922DAE007A; Tue, 13 Sep 2005 14:33:06 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j8DLYE2A041153; Tue, 13 Sep 2005 14:34:14 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j8DLY9A3041152; Tue, 13 Sep 2005 14:34:09 -0700 (PDT) (envelope-from garys@opusnet.com) To: "Kevin Oberman" References: <20050913184952.C50B15D07@ptavv.es.net> From: garys@opusnet.com (Gary W. Swearingen) Date: Tue, 13 Sep 2005 14:34:09 -0700 In-Reply-To: <20050913184952.C50B15D07@ptavv.es.net> (Kevin Oberman's message of "Tue, 13 Sep 2005 11:49:52 -0700") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RBL-Warning: WEIGHT10: Total weight between 10 and 14. X-Spam-Tests-Failed: SPAMDOMAINS, SPFf, WEIGHT10 [11] Cc: cvs-all@FreeBSD.org, doc-committers@FreeBSD.org, "Gary W. Swearingen" , cvs-doc@FreeBSD.org, John Baldwin Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:33:27 -0000 "Kevin Oberman" writes: >> From: garys@opusnet.com (Gary W. Swearingen) >> AFAIK, that is an permissible English abbreviation of this: >> >> The MBR installed by FreeBSD's installer and >> the MBR installed by boot0cfg(8) are ... >> >> ^^^^^^^^^^^^^^^^^-------(implied) >> >> The second "by" in my sentence is the clue that I've omitted the >> second "the MBR installed" so as to not repeat it. > Th 'by' is a preposition. The prepositional phrase does not impact the > issue of the subject being singular or plural. ... > The example you gave is not valid because it is only grammatically > correct when there are two MBRs. One MBR - singular verb. There should be two MBRs in the reader's grammar processor, if not in the text; one of them is implied (by the second "by", regardless of what other purpose it serves in the sentence). But I'm now out-voted. Try this: The MBR installed by FreeBSD's installer or boot0cfg(8) is ... which is better anyway. From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:37:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B4916A41F; Tue, 13 Sep 2005 21:37:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F50443D68; Tue, 13 Sep 2005 21:37:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLbDuB089197; Tue, 13 Sep 2005 21:37:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLbDRF089196; Tue, 13 Sep 2005 21:37:13 GMT (envelope-from pav) Message-Id: <200509132137.j8DLbDRF089196@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:37:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xnview Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:37:14 -0000 pav 2005-09-13 21:37:13 UTC FreeBSD ports repository Modified files: graphics/xnview Makefile distinfo pkg-plist Log: - Update to 1.70 for FreeBSD 5.X and newer PR: ports/86066 Submitted by: Serge Negodyuck (maintainer) Revision Changes Path 1.8 +17 -6 ports/graphics/xnview/Makefile 1.4 +2 -0 ports/graphics/xnview/distinfo 1.5 +2 -2 ports/graphics/xnview/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:38:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E6116A41F; Tue, 13 Sep 2005 21:38:01 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3785843D6B; Tue, 13 Sep 2005 21:37:54 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLbsOG089238; Tue, 13 Sep 2005 21:37:54 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLbspx089237; Tue, 13 Sep 2005 21:37:54 GMT (envelope-from jylefort) Message-Id: <200509132137.j8DLbspx089237@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 13 Sep 2005 21:37:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/gnome-font-sampler Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:38:02 -0000 jylefort 2005-09-13 21:37:54 UTC FreeBSD ports repository Modified files: x11-fonts/gnome-font-sampler Makefile Log: - Fix build with GNOME 2.12 [1] - Respect ${CFLAGS} - Reformat the Makefile Reported by: Piotr Smyrak [1] Revision Changes Path 1.5 +16 -17 ports/x11-fonts/gnome-font-sampler/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:43:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835A516A44A; Tue, 13 Sep 2005 21:43:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3621C43D45; Tue, 13 Sep 2005 21:43:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DLh5M0089437; Tue, 13 Sep 2005 21:43:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DLh52F089436; Tue, 13 Sep 2005 21:43:05 GMT (envelope-from pav) Message-Id: <200509132143.j8DLh52F089436@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 21:43:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-PySQLite2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:43:05 -0000 pav 2005-09-13 21:43:05 UTC FreeBSD ports repository Modified files: databases/py-PySQLite2 Makefile distinfo Log: - Update to 2.0.4 PR: ports/86071 Submitted by: Andrej Zverev Approved by: Marcus Alves Grando (maintainer) Revision Changes Path 1.14 +1 -1 ports/databases/py-PySQLite2/Makefile 1.10 +2 -2 ports/databases/py-PySQLite2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 21:53:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E757C16A41F; Tue, 13 Sep 2005 21:53:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E242143D53; Tue, 13 Sep 2005 21:53:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 13 Sep 2005 18:09:14 -0400 From: John Baldwin To: Gary W.@ Swearingen Date: Tue, 13 Sep 2005 17:47:43 -0400 User-Agent: KMail/1.8 References: <20050913184952.C50B15D07@ptavv.es.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509131747.45458.jhb@FreeBSD.org> Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, Kevin Oberman Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 21:53:40 -0000 On Tuesday 13 September 2005 05:34 pm, Gary W. Swearingen wrote: > "Kevin Oberman" writes: > >> From: garys@opusnet.com (Gary W. Swearingen) > >> AFAIK, that is an permissible English abbreviation of this: > >> > >> The MBR installed by FreeBSD's installer and > >> the MBR installed by boot0cfg(8) are ... > >> > >> ^^^^^^^^^^^^^^^^^-------(implied) > >> > >> The second "by" in my sentence is the clue that I've omitted the > >> second "the MBR installed" so as to not repeat it. > > > > Th 'by' is a preposition. The prepositional phrase does not impact the > > issue of the subject being singular or plural. > > ... > > > The example you gave is not valid because it is only grammatically > > correct when there are two MBRs. One MBR - singular verb. > > There should be two MBRs in the reader's grammar processor, if not in > the text; one of them is implied (by the second "by", regardless of > what other purpose it serves in the sentence). Not in the English I know. :) > But I'm now out-voted. Try this: > > The MBR installed by FreeBSD's installer or boot0cfg(8) is ... > > which is better anyway. Yes, that does work better. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:01:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA9616A420; Tue, 13 Sep 2005 22:01:24 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86CB43D53; Tue, 13 Sep 2005 22:01:23 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DM1NiW090176; Tue, 13 Sep 2005 22:01:23 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DM1NmC090175; Tue, 13 Sep 2005 22:01:23 GMT (envelope-from gerald) Message-Id: <200509132201.j8DM1NmC090175@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 13 Sep 2005 22:01:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/wine/files patch-dlls-kernel-sync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:01:24 -0000 gerald 2005-09-13 22:01:23 UTC FreeBSD ports repository Removed files: emulators/wine/files patch-dlls-kernel-sync.c Log: Remove patch which is no longer needed. Revision Changes Path 1.2 +0 -15 ports/emulators/wine/files/patch-dlls-kernel-sync.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:01:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA3E16A436; Tue, 13 Sep 2005 22:01:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2524F43D49; Tue, 13 Sep 2005 22:01:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DM1QkV090209; Tue, 13 Sep 2005 22:01:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DM1Q3A090208; Tue, 13 Sep 2005 22:01:26 GMT (envelope-from pav) Message-Id: <200509132201.j8DM1Q3A090208@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:01:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-FileSystemSite Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:01:27 -0000 pav 2005-09-13 22:01:25 UTC FreeBSD ports repository Modified files: www/zope-FileSystemSite Makefile distinfo pkg-plist Log: - Update to 1.4.2 PR: ports/86083 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.6 +3 -3 ports/www/zope-FileSystemSite/Makefile 1.5 +2 -2 ports/www/zope-FileSystemSite/distinfo 1.5 +53 -39 ports/www/zope-FileSystemSite/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:05:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B99716A41F; Tue, 13 Sep 2005 22:05:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC69743D48; Tue, 13 Sep 2005 22:05:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DM5KJq090394; Tue, 13 Sep 2005 22:05:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DM5KHp090393; Tue, 13 Sep 2005 22:05:20 GMT (envelope-from pav) Message-Id: <200509132205.j8DM5KHp090393@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:05:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-formulator Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:05:21 -0000 pav 2005-09-13 22:05:20 UTC FreeBSD ports repository Modified files: www/zope-formulator Makefile distinfo pkg-plist Log: - Update to 1.10 PR: ports/86084 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.9 +1 -1 ports/www/zope-formulator/Makefile 1.7 +2 -2 ports/www/zope-formulator/distinfo 1.6 +73 -69 ports/www/zope-formulator/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:07:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DAB16A41F; Tue, 13 Sep 2005 22:07:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4551C43D49; Tue, 13 Sep 2005 22:07:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DM7Wd4090486; Tue, 13 Sep 2005 22:07:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DM7Wjv090485; Tue, 13 Sep 2005 22:07:32 GMT (envelope-from pav) Message-Id: <200509132207.j8DM7Wjv090485@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:07:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-parsedxml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:07:32 -0000 pav 2005-09-13 22:07:32 UTC FreeBSD ports repository Modified files: www/zope-parsedxml Makefile Log: - No package: conflicting versions of python; no problem when compiling from port - Update comment PR: ports/86015 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.6 +2 -5 ports/www/zope-parsedxml/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:11:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A780B16A41F; Tue, 13 Sep 2005 22:11:34 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EFC43D46; Tue, 13 Sep 2005 22:11:34 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMBYFQ090709; Tue, 13 Sep 2005 22:11:34 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMBYpj090708; Tue, 13 Sep 2005 22:11:34 GMT (envelope-from danfe) Message-Id: <200509132211.j8DMBYpj090708@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 13 Sep 2005 22:11:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:11:34 -0000 danfe 2005-09-13 22:11:34 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2-devel Makefile pkg-plist x11-wm/fvwm2-devel/files patch-configure Log: - Convert to OPTIONS - Switch from rarely used biconv.2 to standard iconv.3 - Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of little use - Fix WITH_BIDI case (missing fribidi.0 dependency) - Remove evil `-imlib' PKGNAMESUFFIX - Do not forget FvwmGtk.1 in MAN1 - Fix NLS detection (and handle WITHOUT_NLS knob) - Adjust PLIST accordingly - Utilize DATADIR in pkg-plist - Pacify portlint to some degree PR: ports/81440 Submitted by: yours truly Approved by: maintainer Revision Changes Path 1.76 +47 -27 ports/x11-wm/fvwm2-devel/Makefile 1.4 +171 -0 ports/x11-wm/fvwm2-devel/files/patch-configure 1.34 +395 -380 ports/x11-wm/fvwm2-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:13:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D6B16A41F; Tue, 13 Sep 2005 22:13:02 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDECE43D46; Tue, 13 Sep 2005 22:13:01 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMD1fY090769; Tue, 13 Sep 2005 22:13:01 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMD1IG090768; Tue, 13 Sep 2005 22:13:01 GMT (envelope-from csjp) Message-Id: <200509132213.j8DMD1IG090768@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 13 Sep 2005 22:13:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:13:02 -0000 csjp 2005-09-13 22:13:01 UTC FreeBSD src repository Modified files: usr.bin/netstat bpf.c Log: If there are'nt any bpf descriptors to process than dont bother attempting to retrieve statistic information for them. Pointed out by: Pawel Worach < pawel.worach at gmail.com > Revision Changes Path 1.3 +2 -0 src/usr.bin/netstat/bpf.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:26:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A8416A41F; Tue, 13 Sep 2005 22:26:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8036C43D45; Tue, 13 Sep 2005 22:26:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMQG4M091258; Tue, 13 Sep 2005 22:26:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMQGGg091257; Tue, 13 Sep 2005 22:26:16 GMT (envelope-from pav) Message-Id: <200509132226.j8DMQGGg091257@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:26:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ninix-aya Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:26:16 -0000 pav 2005-09-13 22:26:16 UTC FreeBSD ports repository Modified files: games/ninix-aya Makefile distinfo Log: - Update to 3.6.1 PR: ports/86027 Submitted by: UMENO Takashi (maintainer) Revision Changes Path 1.25 +2 -2 ports/games/ninix-aya/Makefile 1.20 +2 -2 ports/games/ninix-aya/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:31:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD5AB16A41F; Tue, 13 Sep 2005 22:31:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE5C43D45; Tue, 13 Sep 2005 22:31:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMVl2N091529; Tue, 13 Sep 2005 22:31:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMVlVU091528; Tue, 13 Sep 2005 22:31:47 GMT (envelope-from pav) Message-Id: <200509132231.j8DMVlVU091528@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:31:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/postgis Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:31:47 -0000 pav 2005-09-13 22:31:47 UTC FreeBSD ports repository Modified files: databases/postgis Makefile distinfo Log: - Update to 1.0.4 PR: ports/86021 Submitted by: Anderson S. Ferreira (maintainer) Revision Changes Path 1.19 +1 -1 ports/databases/postgis/Makefile 1.10 +2 -2 ports/databases/postgis/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:40:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B8C16A420; Tue, 13 Sep 2005 22:40:29 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5830343D53; Tue, 13 Sep 2005 22:40:29 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMeT91091957; Tue, 13 Sep 2005 22:40:29 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMeTIt091956; Tue, 13 Sep 2005 22:40:29 GMT (envelope-from lofi) Message-Id: <200509132240.j8DMeTIt091956@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 13 Sep 2005 22:40:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/kdehier Makefile pkg-plist ports/misc/kdehier/files dirlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:40:30 -0000 lofi 2005-09-13 22:40:29 UTC FreeBSD ports repository Modified files: misc/kdehier Makefile pkg-plist misc/kdehier/files dirlist Log: Add shared dirs for "hicolor" SVG icons Revision Changes Path 1.11 +1 -1 ports/misc/kdehier/Makefile 1.8 +6 -0 ports/misc/kdehier/files/dirlist 1.8 +12 -0 ports/misc/kdehier/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:44:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABBD16A41F; Tue, 13 Sep 2005 22:44:59 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A69E43D4C; Tue, 13 Sep 2005 22:44:59 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMiwOH092125; Tue, 13 Sep 2005 22:44:58 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMiwCp092124; Tue, 13 Sep 2005 22:44:58 GMT (envelope-from lawrance) Message-Id: <200509132244.j8DMiwCp092124@repoman.freebsd.org> From: Sam Lawrance Date: Tue, 13 Sep 2005 22:44:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/polish/kadu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:44:59 -0000 lawrance 2005-09-13 22:44:58 UTC FreeBSD ports repository Modified files: polish/kadu Makefile Log: Add USE_OPENSSL and a simple post-patch to fix build on 4.x Reported by: kris PR: ports/85959 Submitted by: Marcin Wisnicki (maintainer) Revision Changes Path 1.14 +8 -2 ports/polish/kadu/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:49:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E75F16A41F; Tue, 13 Sep 2005 22:49:02 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB7943D46; Tue, 13 Sep 2005 22:49:02 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMn1IU092287; Tue, 13 Sep 2005 22:49:01 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMn1fP092286; Tue, 13 Sep 2005 22:49:01 GMT (envelope-from markus) Message-Id: <200509132249.j8DMn1fP092286@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 13 Sep 2005 22:49:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gwenview Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:49:02 -0000 markus 2005-09-13 22:49:01 UTC FreeBSD ports repository Modified files: graphics/gwenview Makefile distinfo pkg-plist Log: - Update to version 1.3.0 - Remove some directories from pkg-plist that are already covered by misc/kdehier Revision Changes Path 1.12 +1 -4 ports/graphics/gwenview/Makefile 1.6 +2 -2 ports/graphics/gwenview/distinfo 1.7 +131 -53 ports/graphics/gwenview/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:53:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8C116A41F; Tue, 13 Sep 2005 22:53:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC7243D45; Tue, 13 Sep 2005 22:53:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMrIFO092514; Tue, 13 Sep 2005 22:53:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMrIpO092513; Tue, 13 Sep 2005 22:53:18 GMT (envelope-from pav) Message-Id: <200509132253.j8DMrIpO092513@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:53:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/pecl-PDO Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:53:18 -0000 pav 2005-09-13 22:53:17 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pecl-PDO Makefile distinfo pkg-descr pkg-message Log: PDO provides a uniform data access interface, sporting advanced features such as prepared statements and bound parameters. PDO drivers are dynamically loadable and may be developed independently from the core, but still accessed using the same API. PR: ports/86033 Submitted by: Alexander Zhuravlev Revision Changes Path 1.442 +1 -0 ports/databases/Makefile 1.1 +34 -0 ports/databases/pecl-PDO/Makefile (new) 1.1 +2 -0 ports/databases/pecl-PDO/distinfo (new) 1.1 +7 -0 ports/databases/pecl-PDO/pkg-descr (new) 1.1 +14 -0 ports/databases/pecl-PDO/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:54:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384CA16A420; Tue, 13 Sep 2005 22:54:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCC643D53; Tue, 13 Sep 2005 22:54:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMsafO092623; Tue, 13 Sep 2005 22:54:36 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMsapt092622; Tue, 13 Sep 2005 22:54:36 GMT (envelope-from pav) Message-Id: <200509132254.j8DMsapt092622@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:54:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/pecl-PDO_MYSQL Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:54:38 -0000 pav 2005-09-13 22:54:36 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pecl-PDO_MYSQL Makefile distinfo pkg-descr Log: This is PHP extension which provides a Mysql 3.x/4.x driver for PDO. PR: ports/86034 Submitted by: Alexander Zhuravlev Revision Changes Path 1.443 +1 -0 ports/databases/Makefile 1.1 +32 -0 ports/databases/pecl-PDO_MYSQL/Makefile (new) 1.1 +2 -0 ports/databases/pecl-PDO_MYSQL/distinfo (new) 1.1 +3 -0 ports/databases/pecl-PDO_MYSQL/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:55:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A7516A41F; Tue, 13 Sep 2005 22:55:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9EA43D45; Tue, 13 Sep 2005 22:55:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMtWSc092769; Tue, 13 Sep 2005 22:55:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMtWxv092768; Tue, 13 Sep 2005 22:55:32 GMT (envelope-from pav) Message-Id: <200509132255.j8DMtWxv092768@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:55:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/pecl-PDO_PGSQL Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:55:32 -0000 pav 2005-09-13 22:55:32 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pecl-PDO_PGSQL Makefile distinfo pkg-descr Log: This is PHP extension which provides an PostgreSQL driver for PDO. PR: ports/86035 Submitted by: Alexander Zhuravlev Revision Changes Path 1.444 +1 -0 ports/databases/Makefile 1.1 +32 -0 ports/databases/pecl-PDO_PGSQL/Makefile (new) 1.1 +2 -0 ports/databases/pecl-PDO_PGSQL/distinfo (new) 1.1 +3 -0 ports/databases/pecl-PDO_PGSQL/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:56:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC8216A41F; Tue, 13 Sep 2005 22:56:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A54E43D58; Tue, 13 Sep 2005 22:56:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMuHYJ092848; Tue, 13 Sep 2005 22:56:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMuHsQ092847; Tue, 13 Sep 2005 22:56:17 GMT (envelope-from pav) Message-Id: <200509132256.j8DMuHsQ092847@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:56:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/pecl-PDO_SQLITE Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:56:18 -0000 pav 2005-09-13 22:56:17 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pecl-PDO_SQLITE Makefile distinfo pkg-descr Log: This extension provides an SQLite v3 driver for PDO. SQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a significant step forwards, featuring complete utf-8 support, native support for blobs, native support for prepared statements with bound parameters and improved concurrency. PR: ports/86037 Submitted by: Alexander Zhuravlev Revision Changes Path 1.445 +1 -0 ports/databases/Makefile 1.1 +31 -0 ports/databases/pecl-PDO_SQLITE/Makefile (new) 1.1 +2 -0 ports/databases/pecl-PDO_SQLITE/distinfo (new) 1.1 +7 -0 ports/databases/pecl-PDO_SQLITE/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:57:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888F816A41F; Tue, 13 Sep 2005 22:57:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495F643D45; Tue, 13 Sep 2005 22:57:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMvHWZ092905; Tue, 13 Sep 2005 22:57:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMvHJq092904; Tue, 13 Sep 2005 22:57:17 GMT (envelope-from pav) Message-Id: <200509132257.j8DMvHJq092904@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:57:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:57:17 -0000 pav 2005-09-13 22:57:17 UTC FreeBSD ports repository Modified files: . modules Log: pecl-PDO* ports Revision Changes Path 1.13141 +4 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:57:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6378A16A41F; Tue, 13 Sep 2005 22:57:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CB043D45; Tue, 13 Sep 2005 22:57:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMvYcf092947; Tue, 13 Sep 2005 22:57:34 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMvYAK092946; Tue, 13 Sep 2005 22:57:34 GMT (envelope-from ahze) Message-Id: <200509132257.j8DMvYAK092946@repoman.freebsd.org> From: Michael Johnson Date: Tue, 13 Sep 2005 22:57:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/nautilus-actions Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:57:35 -0000 ahze 2005-09-13 22:57:34 UTC FreeBSD ports repository Modified files: deskutils/nautilus-actions Makefile distinfo pkg-plist Log: - Update to 0.7 Revision Changes Path 1.5 +2 -5 ports/deskutils/nautilus-actions/Makefile 1.3 +2 -2 ports/deskutils/nautilus-actions/distinfo 1.5 +2 -0 ports/deskutils/nautilus-actions/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:59:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454B516A41F; Tue, 13 Sep 2005 22:59:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055E543D46; Tue, 13 Sep 2005 22:59:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMxDal093064; Tue, 13 Sep 2005 22:59:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMxDP1093063; Tue, 13 Sep 2005 22:59:13 GMT (envelope-from pav) Message-Id: <200509132259.j8DMxDP1093063@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 22:59:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/idesk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 22:59:14 -0000 pav 2005-09-13 22:59:13 UTC FreeBSD ports repository Modified files: x11/idesk Makefile Log: - Submitter of last update agreed to take over Revision Changes Path 1.15 +1 -1 ports/x11/idesk/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:03:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C4916A41F; Tue, 13 Sep 2005 23:03:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0EC743D45; Tue, 13 Sep 2005 23:03:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DN3dac093288; Tue, 13 Sep 2005 23:03:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DN3ddD093287; Tue, 13 Sep 2005 23:03:39 GMT (envelope-from pav) Message-Id: <200509132303.j8DN3ddD093287@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 23:03:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/gnats4 Makefile distinfo pkg-plist ports/databases/gnats4/files patch-Makefile.in patch-gnats::Makefile.in patch-gnats::configure patch-libiberty::configure patch-send-pr::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:03:40 -0000 pav 2005-09-13 23:03:39 UTC FreeBSD ports repository Modified files: databases/gnats4 Makefile distinfo pkg-plist databases/gnats4/files patch-Makefile.in patch-gnats::Makefile.in patch-send-pr::Makefile.in Removed files: databases/gnats4/files patch-gnats::configure patch-libiberty::configure Log: - Update to 4.1.0 - Take maintainership PR: ports/84428 Submitted by: Vasil Dimov Revision Changes Path 1.9 +5 -7 ports/databases/gnats4/Makefile 1.4 +2 -2 ports/databases/gnats4/distinfo 1.2 +4 -4 ports/databases/gnats4/files/patch-Makefile.in 1.4 +49 -49 ports/databases/gnats4/files/patch-gnats::Makefile.in 1.2 +0 -11 ports/databases/gnats4/files/patch-gnats::configure (dead) 1.2 +0 -11 ports/databases/gnats4/files/patch-libiberty::configure (dead) 1.2 +3 -3 ports/databases/gnats4/files/patch-send-pr::Makefile.in 1.3 +2 -1 ports/databases/gnats4/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:05:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BDC16A41F; Tue, 13 Sep 2005 23:05:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978CC43D46; Tue, 13 Sep 2005 23:05:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DN5t9c093446; Tue, 13 Sep 2005 23:05:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DN5tKI093445; Tue, 13 Sep 2005 23:05:55 GMT (envelope-from pav) Message-Id: <200509132305.j8DN5tKI093445@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 13 Sep 2005 23:05:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-memcache Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:05:56 -0000 pav 2005-09-13 23:05:55 UTC FreeBSD ports repository Modified files: databases/pecl-memcache Makefile distinfo Log: - Update to 1.5 PR: ports/84616 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.4 +3 -1 ports/databases/pecl-memcache/Makefile 1.4 +2 -2 ports/databases/pecl-memcache/distinfo From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:11:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A4F16A41F; Tue, 13 Sep 2005 23:11:17 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8B643D49; Tue, 13 Sep 2005 23:11:16 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DNBG1i093644; Tue, 13 Sep 2005 23:11:16 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DNBGbD093643; Tue, 13 Sep 2005 23:11:16 GMT (envelope-from csjp) Message-Id: <200509132311.j8DNBGbD093643@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 13 Sep 2005 23:11:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:11:17 -0000 csjp 2005-09-13 23:11:16 UTC FreeBSD src repository Modified files: usr.bin/netstat bpf.c Log: Print a warning if we fail to retrieve the process name for any reason. Revision Changes Path 1.4 +3 -1 src/usr.bin/netstat/bpf.c From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:14:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 878E916A41F; Tue, 13 Sep 2005 23:14:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AB0C43D48; Tue, 13 Sep 2005 23:14:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DNE34g093772; Tue, 13 Sep 2005 23:14:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DNE3PX093771; Tue, 13 Sep 2005 23:14:03 GMT (envelope-from ahze) Message-Id: <200509132314.j8DNE3PX093771@repoman.freebsd.org> From: Michael Johnson Date: Tue, 13 Sep 2005 23:14:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/nautilus-actions Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:14:03 -0000 ahze 2005-09-13 23:14:03 UTC FreeBSD ports repository Modified files: deskutils/nautilus-actions Makefile Log: - Remove intltoolize stuff, now works with out it. Revision Changes Path 1.6 +0 -5 ports/deskutils/nautilus-actions/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:15:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D623716A41F; Tue, 13 Sep 2005 23:15:46 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D4943D45; Tue, 13 Sep 2005 23:15:46 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DNFkEB094000; Tue, 13 Sep 2005 23:15:46 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DNFke8093999; Tue, 13 Sep 2005 23:15:46 GMT (envelope-from jylefort) Message-Id: <200509132315.j8DNFke8093999@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 13 Sep 2005 23:15:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/telak Makefile distinfo pkg-descr pkg-message ports/graphics/telak/files install-user patch-Makefile patch-parse.c patch-telak.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:15:47 -0000 jylefort 2005-09-13 23:15:46 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/telak Makefile distinfo pkg-descr pkg-message graphics/telak/files install-user patch-Makefile patch-parse.c patch-telak.c Log: Add telak. Telak is a small tool to draw local or remote pictures on your root window. This is very useful if you want to have RRD graphs drawn above your wallpaper. WWW: http://julien.danjou.info/telak.html PR: ports/86069 Submitted by: Emanuel Haupt Revision Changes Path 1.848 +1 -0 ports/graphics/Makefile 1.1 +40 -0 ports/graphics/telak/Makefile (new) 1.1 +2 -0 ports/graphics/telak/distinfo (new) 1.1 +30 -0 ports/graphics/telak/files/install-user (new) 1.1 +13 -0 ports/graphics/telak/files/patch-Makefile (new) 1.1 +10 -0 ports/graphics/telak/files/patch-parse.c (new) 1.1 +18 -0 ports/graphics/telak/files/patch-telak.c (new) 1.1 +7 -0 ports/graphics/telak/pkg-descr (new) 1.1 +4 -0 ports/graphics/telak/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:16:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59CED16A41F; Tue, 13 Sep 2005 23:16:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1346F43D45; Tue, 13 Sep 2005 23:16:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DNGXiD094045; Tue, 13 Sep 2005 23:16:33 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DNGXnH094044; Tue, 13 Sep 2005 23:16:33 GMT (envelope-from brooks) Message-Id: <200509132316.j8DNGXnH094044@repoman.freebsd.org> From: Brooks Davis Date: Tue, 13 Sep 2005 23:16:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/sge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:16:34 -0000 brooks 2005-09-13 23:16:33 UTC FreeBSD ports repository Modified files: sysutils/sge Makefile Log: - Rearrange the FETCH related bits to increate portlint happieness (not that portlint is ever going to like this port :). - Remove obsolete MASTER_SITE_SUBDIR. - Don't quote or capitalize IGNORE. - Don't capitalize BROKEN. Reported by: kris (IGNORE) Revision Changes Path 1.13 +9 -9 ports/sysutils/sge/Makefile From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:16:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A6916A427; Tue, 13 Sep 2005 23:16:39 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E5B43D45; Tue, 13 Sep 2005 23:16:39 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DNGdBT094082; Tue, 13 Sep 2005 23:16:39 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DNGdZ4094081; Tue, 13 Sep 2005 23:16:39 GMT (envelope-from jylefort) Message-Id: <200509132316.j8DNGdZ4094081@repoman.freebsd.org> From: Jean-Yves Lefort Date: Tue, 13 Sep 2005 23:16:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:16:39 -0000 jylefort 2005-09-13 23:16:39 UTC FreeBSD ports repository Modified files: . modules Log: telak --> ports/graphics/telak Revision Changes Path 1.13142 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Sep 13 23:50:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD1AA16A41F; Tue, 13 Sep 2005 23:50:24 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from smtp1.server.rpi.edu (smtp1.server.rpi.edu [128.113.2.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F48B43D45; Tue, 13 Sep 2005 23:50:23 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp1.server.rpi.edu (8.13.0/8.13.0) with ESMTP id j8DNoLRJ006984; Tue, 13 Sep 2005 19:50:22 -0400 Mime-Version: 1.0 Message-Id: In-Reply-To: References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> Date: Tue, 13 Sep 2005 19:50:20 -0400 To: Marcel Moolenaar , Alexey Dokuchaev From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 23:50:24 -0000 At 8:29 AM -0700 9/13/05, Marcel Moolenaar wrote: >On Sep 13, 2005, at 5:58 AM, Alexey Dokuchaev wrote: >>AFAIK, we still do not turn softupdates on /, but do on other >>partitions. With your proposed idea, softupdates should be >>on on /. How safe is this today? > >I never use separate partitions for /usr and /var on my scratch >boxes and I always enable SU on /. I can't say I've ever had any >problems. Just as another data point: I do *not* have a separate partition for /usr and /var (*), so my '/' partitions are similar in size to the standard setup. On two machines that I can quickly check here, I have a 300-meg '/' on one, and a 470-meg '/' on the other. My other systems probably have a smaller root partition, because these two machines are my two most-recent builds. I have been running with softupdates enabled on '/' for a long time, and as far as I know it hasn't caused me any problems since maybe 5.2.1. It did used to cause me occasional problems a few years ago, but I can't remember any recent problems. I must admit I'm a little uneasy moving /usr and /var into '/', just because I'm so used to the way it is. I really *like* having /var as a separate partition. But hard disks are huge compared to how they used to be, so I don't mind having a 500-meg '/'. I *do* save the kernel.debug information in my /boot/kernel's, and my root partition is still under 50% full. (* - Except for my PowerPC machine... That machine has everything in '/' except for one large empty partition on '/usr/obj', and a memory-disk partition sitting on /tmp_md ). -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-cvs-all@FreeBSD.ORG Wed Sep 14 00:06:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BA416A41F; Wed, 14 Sep 2005 00:06:50 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79EC43D45; Wed, 14 Sep 2005 00:06:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E06nXT095793; Wed, 14 Sep 2005 00:06:49 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E06nsF095792; Wed, 14 Sep 2005 00:06:49 GMT (envelope-from jylefort) Message-Id: <200509140006.j8E06nsF095792@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 14 Sep 2005 00:06:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/signing-party Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 00:06:50 -0000 jylefort 2005-09-14 00:06:49 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/signing-party Makefile distinfo pkg-descr Log: Add signing-party. signing-party is a collection for all kinds of PGP/GnuPG related things, including signing scripts, party preparation scripts, etc. * caff: CA - Fire and Forget signs and mails a key * pgp-clean: removes all non-self signatures from key * pgp-fixkey: removes broken packets from keys * gpg-mailkeys: simply mail out a signed key to its owner * gpg-key2ps: generate PostScript file with fingerprint paper strips * gpglist: show who signed which of your UIDs * gpgsigs: annotates list of GnuPG keys with already done signatures * keylookup: ncurses wrapper around gpg --search WWW: http://pgp-tools.alioth.debian.org/ PR: ports/86077 Submitted by: Johan van Selst Revision Changes Path 1.638 +1 -0 ports/security/Makefile 1.1 +63 -0 ports/security/signing-party/Makefile (new) 1.1 +4 -0 ports/security/signing-party/distinfo (new) 1.1 +13 -0 ports/security/signing-party/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 00:07:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287D116A41F; Wed, 14 Sep 2005 00:07:57 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C5443D55; Wed, 14 Sep 2005 00:07:54 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E07sek095842; Wed, 14 Sep 2005 00:07:54 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E07s9s095841; Wed, 14 Sep 2005 00:07:54 GMT (envelope-from jylefort) Message-Id: <200509140007.j8E07s9s095841@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 14 Sep 2005 00:07:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 00:07:57 -0000 jylefort 2005-09-14 00:07:54 UTC FreeBSD ports repository Modified files: . modules Log: signing-party --> ports/security/signing-party Revision Changes Path 1.13143 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 00:38:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E763316A41F; Wed, 14 Sep 2005 00:38:09 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76BF43D46; Wed, 14 Sep 2005 00:38:09 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E0c9rM096896; Wed, 14 Sep 2005 00:38:09 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E0c9YW096895; Wed, 14 Sep 2005 00:38:09 GMT (envelope-from jylefort) Message-Id: <200509140038.j8E0c9YW096895@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 14 Sep 2005 00:38:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/fldiff Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 00:38:10 -0000 jylefort 2005-09-14 00:38:09 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/fldiff Makefile distinfo pkg-descr pkg-plist Log: Add fldiff. Fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems I work with. WWW: http://www.easysw.com/~mike/fldiff/ PR: ports/86078 Submitted by: Emanuel Haupt Revision Changes Path 1.855 +1 -0 ports/textproc/Makefile 1.1 +45 -0 ports/textproc/fldiff/Makefile (new) 1.1 +2 -0 ports/textproc/fldiff/distinfo (new) 1.1 +10 -0 ports/textproc/fldiff/pkg-descr (new) 1.1 +4 -0 ports/textproc/fldiff/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 00:39:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A43D16A41F; Wed, 14 Sep 2005 00:39:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2E543D46; Wed, 14 Sep 2005 00:39:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E0dI5h096954; Wed, 14 Sep 2005 00:39:18 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E0dIWV096953; Wed, 14 Sep 2005 00:39:18 GMT (envelope-from jylefort) Message-Id: <200509140039.j8E0dIWV096953@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 14 Sep 2005 00:39:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 00:39:18 -0000 jylefort 2005-09-14 00:39:18 UTC FreeBSD ports repository Modified files: . modules Log: fldiff -> ports/textproc/fldiff Revision Changes Path 1.13144 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 00:59:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C957D16A41F; Wed, 14 Sep 2005 00:59:06 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8670F43D45; Wed, 14 Sep 2005 00:59:06 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E0x6Km004941; Wed, 14 Sep 2005 00:59:06 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E0x6fY004940; Wed, 14 Sep 2005 00:59:06 GMT (envelope-from garys) Message-Id: <200509140059.j8E0x6fY004940@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Wed, 14 Sep 2005 00:59:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 00:59:06 -0000 garys 2005-09-14 00:59:06 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: Changed some English, added a comma, fixed a title reference, hyphenated RS232, and several other minor changes. Approved by: keramida Revision Changes Path 1.94 +26 -27 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 01:01:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D46216A41F; Wed, 14 Sep 2005 01:01:28 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A4243D45; Wed, 14 Sep 2005 01:01:27 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E11RA5005113; Wed, 14 Sep 2005 01:01:27 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E11Rkj005112; Wed, 14 Sep 2005 01:01:27 GMT (envelope-from markus) Message-Id: <200509140101.j8E11Rkj005112@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 14 Sep 2005 01:01:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/kbibtex Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 01:01:28 -0000 markus 2005-09-14 01:01:27 UTC FreeBSD ports repository Modified files: databases/kbibtex Makefile distinfo pkg-plist Log: - Update to version 0.1.1 - Remove some unneeded directories from pkg-plist Revision Changes Path 1.2 +1 -1 ports/databases/kbibtex/Makefile 1.2 +2 -2 ports/databases/kbibtex/distinfo 1.2 +0 -17 ports/databases/kbibtex/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 01:34:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF0B16A41F; Wed, 14 Sep 2005 01:34:14 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E42243D48; Wed, 14 Sep 2005 01:34:14 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E1YE93006210; Wed, 14 Sep 2005 01:34:14 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E1YExZ006209; Wed, 14 Sep 2005 01:34:14 GMT (envelope-from yongari) Message-Id: <200509140134.j8E1YExZ006209@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 14 Sep 2005 01:34:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm sndstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 01:34:14 -0000 yongari 2005-09-14 01:34:14 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sndstat.c Log: Fix module unload panic which was caused by missing sx lock release. While I'm here add KASSERT(9) to notify failure of SYSUNINIT handler. Reported by: Ben Kaduk < minimarmot AT gmail DOT com > Tested by: Ben Kaduk < minimarmot AT gmail DOT com > Revision Changes Path 1.21 +5 -1 src/sys/dev/sound/pcm/sndstat.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 02:23:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E27016A41F; Wed, 14 Sep 2005 02:23:57 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A6443D46; Wed, 14 Sep 2005 02:23:55 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050914022354.HZBU27017.mta11.adelphia.net@default.chvlva.adelphia.net>; Tue, 13 Sep 2005 22:23:54 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id E9C4EB541; Tue, 13 Sep 2005 22:23:54 -0400 (EDT) Date: Tue, 13 Sep 2005 22:23:54 -0400 From: Parv To: Alexey Dokuchaev Message-ID: <20050914022354.GA7740@holestein.holy.cow> Mail-Followup-To: Alexey Dokuchaev , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509132211.j8DMBYpj090708@repoman.freebsd.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 02:23:57 -0000 in message <200509132211.j8DMBYpj090708@repoman.freebsd.org>, wrote Alexey Dokuchaev thusly... > > danfe 2005-09-13 22:11:34 UTC ... > Log: > - Convert to OPTIONS Ah dang. > - Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of > little use Whatever. - Parv -- From owner-cvs-all@FreeBSD.ORG Wed Sep 14 02:44:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2FE16A41F; Wed, 14 Sep 2005 02:44:03 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E1E43D46; Wed, 14 Sep 2005 02:44:03 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E2i3XK008630; Wed, 14 Sep 2005 02:44:03 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E2i3i9008629; Wed, 14 Sep 2005 02:44:03 GMT (envelope-from delphij) Message-Id: <200509140244.j8E2i3i9008629@repoman.freebsd.org> From: Xin LI Date: Wed, 14 Sep 2005 02:44:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 02:44:03 -0000 delphij 2005-09-14 02:44:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_prf.c Log: MFC 1.118: When padding with zero, do pad after prefixes rather than padding before prefixes. Use cases: printf("%05d", -42); --> "00-42" (should be "-0042") printf("%#05x", 12); --> "000xc" (should be "0x00c") Submitted by: Oliver Fromme PR: kern/85520 Approved by: re (kensmith) Revision Changes Path 1.116.2.1 +5 -1 src/sys/kern/subr_prf.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 02:44:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C075F16A41F; Wed, 14 Sep 2005 02:44:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FEF143D46; Wed, 14 Sep 2005 02:44:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E2iZRr008667; Wed, 14 Sep 2005 02:44:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E2iZmo008666; Wed, 14 Sep 2005 02:44:35 GMT (envelope-from marcus) Message-Id: <200509140244.j8E2iZmo008666@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 14 Sep 2005 02:44:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/esound Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 02:44:36 -0000 marcus 2005-09-14 02:44:35 UTC FreeBSD ports repository Modified files: audio/esound Makefile distinfo Log: Remove arts support as this causes a circular dependency when arts is built with esound support. Reported by: mi Revision Changes Path 1.56 +1 -27 ports/audio/esound/Makefile 1.26 +0 -2 ports/audio/esound/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 02:45:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5434316A41F; Wed, 14 Sep 2005 02:45:51 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11F5B43D45; Wed, 14 Sep 2005 02:45:51 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E2joJ0008779; Wed, 14 Sep 2005 02:45:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E2joHM008778; Wed, 14 Sep 2005 02:45:50 GMT (envelope-from delphij) Message-Id: <200509140245.j8E2joHM008778@repoman.freebsd.org> From: Xin LI Date: Wed, 14 Sep 2005 02:45:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 02:45:51 -0000 delphij 2005-09-14 02:45:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_prf.c Log: MFC 1.118: When padding with zero, do pad after prefixes rather than padding before prefixes. Use cases: printf("%05d", -42); --> "00-42" (should be "-0042") printf("%#05x", 12); --> "000xc" (should be "0x00c") Submitted by: Oliver Fromme PR: kern/85520 Approved by: re (kensmith) Revision Changes Path 1.113.2.1 +5 -1 src/sys/kern/subr_prf.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 02:56:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CCB16A41F; Wed, 14 Sep 2005 02:56:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607DF43D49; Wed, 14 Sep 2005 02:56:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E2uVEi009250; Wed, 14 Sep 2005 02:56:31 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E2uV2S009249; Wed, 14 Sep 2005 02:56:31 GMT (envelope-from marcus) Message-Id: <200509140256.j8E2uV2S009249@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 14 Sep 2005 02:56:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/glade2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 02:56:31 -0000 marcus 2005-09-14 02:56:30 UTC FreeBSD ports repository Modified files: devel/glade2 Makefile distinfo pkg-plist Log: Update to 2.10.1. Revision Changes Path 1.66 +1 -2 ports/devel/glade2/Makefile 1.34 +2 -2 ports/devel/glade2/distinfo 1.27 +2 -0 ports/devel/glade2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 03:22:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7974F16A41F; Wed, 14 Sep 2005 03:22:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB7143D48; Wed, 14 Sep 2005 03:22:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E3Mvjj015804; Wed, 14 Sep 2005 03:22:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E3MvxF015803; Wed, 14 Sep 2005 03:22:57 GMT (envelope-from marcus) Message-Id: <200509140322.j8E3MvxF015803@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 14 Sep 2005 03:22:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile ports/x11/xscreensaver-gnome/files extra-patch-nodriver X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 03:22:58 -0000 marcus 2005-09-14 03:22:57 UTC FreeBSD ports repository Modified files: x11/xscreensaver-gnome Makefile Added files: x11/xscreensaver-gnome/files extra-patch-nodriver Log: Set this port up as a master port. Revision Changes Path 1.44 +5 -4 ports/x11/xscreensaver-gnome/Makefile 1.1 +11 -0 ports/x11/xscreensaver-gnome/files/extra-patch-nodriver (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 03:25:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F6316A41F; Wed, 14 Sep 2005 03:24:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1E243D46; Wed, 14 Sep 2005 03:24:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E3OxhY015919; Wed, 14 Sep 2005 03:24:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E3OxUJ015918; Wed, 14 Sep 2005 03:24:59 GMT (envelope-from marcus) Message-Id: <200509140324.j8E3OxUJ015918@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 14 Sep 2005 03:24:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/xscreensaver-gnome-hacks Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 03:25:00 -0000 marcus 2005-09-14 03:24:59 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xscreensaver-gnome-hacks Makefile pkg-descr pkg-plist Log: Add xscreensaver-gnome-hacks a slave port of xscreensaver-gnome that only installs the hacks (screensaver modules) for use by screensaver drivers such as xscreensaver-gnome and the soon-to-be-committed gnome-screensaver. Revision Changes Path 1.557 +1 -0 ports/x11/Makefile 1.1 +57 -0 ports/x11/xscreensaver-gnome-hacks/Makefile (new) 1.1 +4 -0 ports/x11/xscreensaver-gnome-hacks/pkg-descr (new) 1.1 +403 -0 ports/x11/xscreensaver-gnome-hacks/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 03:25:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A645816A41F; Wed, 14 Sep 2005 03:25:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6673543D46; Wed, 14 Sep 2005 03:25:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E3PmPb016038; Wed, 14 Sep 2005 03:25:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E3PmhB016037; Wed, 14 Sep 2005 03:25:48 GMT (envelope-from marcus) Message-Id: <200509140325.j8E3PmhB016037@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 14 Sep 2005 03:25:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 03:25:48 -0000 marcus 2005-09-14 03:25:48 UTC FreeBSD ports repository Modified files: . modules Log: xscreensaver-gnome-hacks --> ports/x11/xscreensaver-gnome-hacks Revision Changes Path 1.13145 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 03:26:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B5C16A41F; Wed, 14 Sep 2005 03:26:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA6043D45; Wed, 14 Sep 2005 03:26:54 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E3QsXL016081; Wed, 14 Sep 2005 03:26:54 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E3QsKi016080; Wed, 14 Sep 2005 03:26:54 GMT (envelope-from marcus) Message-Id: <200509140326.j8E3QsKi016080@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 14 Sep 2005 03:26:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 03:26:55 -0000 marcus 2005-09-14 03:26:54 UTC FreeBSD ports repository Modified files: x11/xscreensaver-gnome Makefile Log: Conflict with xscreensaver-gnome-hacks. Revision Changes Path 1.45 +1 -1 ports/x11/xscreensaver-gnome/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 04:07:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A7AF16A41F; Wed, 14 Sep 2005 04:07:43 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED29C43D45; Wed, 14 Sep 2005 04:07:42 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E47gdm017537; Wed, 14 Sep 2005 04:07:42 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E47gWI017536; Wed, 14 Sep 2005 04:07:42 GMT (envelope-from leeym) Message-Id: <200509140407.j8E47gWI017536@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 14 Sep 2005 04:07:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Regexp-Assemble Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 04:07:43 -0000 leeym 2005-09-14 04:07:42 UTC FreeBSD ports repository Modified files: devel/p5-Regexp-Assemble Makefile distinfo Log: - update to 0.17 Noticed by: David Landgren (author) Revision Changes Path 1.2 +1 -1 ports/devel/p5-Regexp-Assemble/Makefile 1.2 +2 -2 ports/devel/p5-Regexp-Assemble/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 04:18:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04F216A41F; Wed, 14 Sep 2005 04:18:23 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B1143D49; Wed, 14 Sep 2005 04:18:23 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E4INHZ017950; Wed, 14 Sep 2005 04:18:23 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E4INja017949; Wed, 14 Sep 2005 04:18:23 GMT (envelope-from edwin) Message-Id: <200509140418.j8E4INja017949@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 14 Sep 2005 04:18:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-faad Makefile ports/audio/xmms-faad/files patch-plugins_xmms_src_mp4__utils.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 04:18:23 -0000 edwin 2005-09-14 04:18:23 UTC FreeBSD ports repository Modified files: audio/xmms-faad Makefile Added files: audio/xmms-faad/files patch-plugins_xmms_src_mp4__utils.c Log: Patch audio/xmms-faad The latest mpeg4ip ports have a different ABI which breaks the plugin. PR: ports/84272 Submitted by: Daniel J. O'Connor Revision Changes Path 1.18 +3 -2 ports/audio/xmms-faad/Makefile 1.1 +87 -0 ports/audio/xmms-faad/files/patch-plugins_xmms_src_mp4__utils.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:04:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AC816A41F; Wed, 14 Sep 2005 05:04:16 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7918443D5D; Wed, 14 Sep 2005 05:04:13 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E54Cjb026582; Wed, 14 Sep 2005 05:04:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E54CoT026581; Wed, 14 Sep 2005 05:04:12 GMT (envelope-from brueffer) Message-Id: <200509140504.j8E54CoT026581@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Sep 2005 05:04:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 acpi_sony.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:04:16 -0000 brueffer 2005-09-14 05:04:12 UTC FreeBSD src repository (doc committer) Added files: share/man/man4/man4.i386 acpi_sony.4 Log: Manpage for the acpi_sony(4) driver. This is more of a dummy page at the moment, but better than nothing. MFC after: 3 days Revision Changes Path 1.1 +56 -0 src/share/man/man4/man4.i386/acpi_sony.4 (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:09:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F48116A41F; Wed, 14 Sep 2005 05:09:33 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E51C43D48; Wed, 14 Sep 2005 05:09:33 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E59Xa2026779; Wed, 14 Sep 2005 05:09:33 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E59X4E026778; Wed, 14 Sep 2005 05:09:33 GMT (envelope-from brueffer) Message-Id: <200509140509.j8E59X4E026778@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Sep 2005 05:09:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:09:33 -0000 brueffer 2005-09-14 05:09:33 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 Makefile Log: Hook up acpi_sony.4 Revision Changes Path 1.180 +1 -0 src/share/man/man4/man4.i386/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:25:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170B216A41F; Wed, 14 Sep 2005 05:25:49 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DDC43D4C; Wed, 14 Sep 2005 05:25:48 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5PmBv027393; Wed, 14 Sep 2005 05:25:48 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5PmVo027392; Wed, 14 Sep 2005 05:25:48 GMT (envelope-from dinoex) Message-Id: <200509140525.j8E5PmVo027392@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 14 Sep 2005 05:25:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/tiff Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:25:49 -0000 dinoex 2005-09-14 05:25:48 UTC FreeBSD ports repository Modified files: graphics/tiff Makefile distinfo pkg-plist Log: - update to 3.7.4 Revision Changes Path 1.57 +1 -1 ports/graphics/tiff/Makefile 1.21 +2 -2 ports/graphics/tiff/distinfo 1.25 +2 -0 ports/graphics/tiff/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:31:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E74FB16A41F; Wed, 14 Sep 2005 05:31:21 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A498243D49; Wed, 14 Sep 2005 05:31:21 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5VLJ7027645; Wed, 14 Sep 2005 05:31:21 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5VLHc027644; Wed, 14 Sep 2005 05:31:21 GMT (envelope-from dinoex) Message-Id: <200509140531.j8E5VLHc027644@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 14 Sep 2005 05:31:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libexif Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:31:22 -0000 dinoex 2005-09-14 05:31:21 UTC FreeBSD ports repository Modified files: graphics/libexif Makefile Log: - fix option WITHOUT_NLS 2005-08-28 maintainer emailed, no response. Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.22 +2 -2 ports/graphics/libexif/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:46:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0C516A41F; Wed, 14 Sep 2005 05:46:29 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF12E43D46; Wed, 14 Sep 2005 05:46:28 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5kSqo028215; Wed, 14 Sep 2005 05:46:28 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5kSJM028214; Wed, 14 Sep 2005 05:46:28 GMT (envelope-from scottl) Message-Id: <200509140546.j8E5kSJM028214@repoman.freebsd.org> From: Scott Long Date: Wed, 14 Sep 2005 05:46:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:46:29 -0000 scottl 2005-09-14 05:46:28 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Use time_uptime for timing commands instead of time_second. This is a bit risky because the "current time" is supposed to be fed to the card during initialization, and the current time is supposed to be put into each command that is sent to the card. Hopefully either the card doesn't actually care about the timestamps, or it doesn't care about the absolute values so long and the relative values are consistent. Not an MFC candidate until more thorough testing can be done. Revision Changes Path 1.110 +9 -9 src/sys/dev/aac/aac.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:47:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F47616A420; Wed, 14 Sep 2005 05:47:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF4143D45; Wed, 14 Sep 2005 05:46:59 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5kxwL028263; Wed, 14 Sep 2005 05:46:59 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5kxND028262; Wed, 14 Sep 2005 05:46:59 GMT (envelope-from jylefort) Message-Id: <200509140546.j8E5kxND028262@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 14 Sep 2005 05:46:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/mayavi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:47:00 -0000 jylefort 2005-09-14 05:46:59 UTC FreeBSD ports repository Modified files: science/mayavi Makefile distinfo pkg-plist Log: - Update to 1.5 [1] - Unconditionally install the examples - Do not silence mkdir [1]: PR: ports/86100 Submitted by: TAOKA Fumiyoshi Revision Changes Path 1.8 +2 -4 ports/science/mayavi/Makefile 1.5 +2 -2 ports/science/mayavi/distinfo 1.4 +11 -4 ports/science/mayavi/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:47:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C1916A41F; Wed, 14 Sep 2005 05:47:11 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E39543D45; Wed, 14 Sep 2005 05:47:11 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5lB8N028296; Wed, 14 Sep 2005 05:47:11 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5lAHt028295; Wed, 14 Sep 2005 05:47:10 GMT (envelope-from brueffer) Message-Id: <200509140547.j8E5lAHt028295@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Sep 2005 05:47:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:47:11 -0000 brueffer 2005-09-14 05:47:10 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add acpi_sony(4). Revision Changes Path 1.357 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:49:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894CD16A41F; Wed, 14 Sep 2005 05:49:34 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478C843D45; Wed, 14 Sep 2005 05:49:34 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5nYnA028415; Wed, 14 Sep 2005 05:49:34 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5nYqM028414; Wed, 14 Sep 2005 05:49:34 GMT (envelope-from scottl) Message-Id: <200509140549.j8E5nYqM028414@repoman.freebsd.org> From: Scott Long Date: Wed, 14 Sep 2005 05:49:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aac aac_cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:49:34 -0000 scottl 2005-09-14 05:49:34 UTC FreeBSD src repository Modified files: sys/dev/aac aac_cam.c Log: Bring aac_cam into line with using time_uptime instead of time_second. Revision Changes Path 1.21 +1 -1 src/sys/dev/aac/aac_cam.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:50:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC77A16A420; Wed, 14 Sep 2005 05:50:09 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A621143D46; Wed, 14 Sep 2005 05:50:09 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5o951028506; Wed, 14 Sep 2005 05:50:09 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5o97g028504; Wed, 14 Sep 2005 05:50:09 GMT (envelope-from brueffer) Message-Id: <200509140550.j8E5o97g028504@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Sep 2005 05:50:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:50:10 -0000 brueffer 2005-09-14 05:50:09 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note acpi_sony(4) manpage addition. Revision Changes Path 1.890 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 05:53:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9C716A41F; Wed, 14 Sep 2005 05:53:11 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA4143D5A; Wed, 14 Sep 2005 05:53:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E5rAhj028668; Wed, 14 Sep 2005 05:53:10 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E5rA0P028667; Wed, 14 Sep 2005 05:53:10 GMT (envelope-from jylefort) Message-Id: <200509140553.j8E5rA0P028667@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 14 Sep 2005 05:53:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/afnix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 05:53:11 -0000 jylefort 2005-09-14 05:53:10 UTC FreeBSD ports repository Modified files: lang/afnix Makefile Log: Add a master site. PR: ports/86096 Submitted by: maintainer Revision Changes Path 1.22 +2 -1 ports/lang/afnix/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 06:11:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4082E16A41F; Wed, 14 Sep 2005 06:11:37 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9608D43D49; Wed, 14 Sep 2005 06:11:36 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E6BZlL029382; Wed, 14 Sep 2005 06:11:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E6BZuD029381; Wed, 14 Sep 2005 06:11:35 GMT (envelope-from clsung) Message-Id: <200509140611.j8E6BZuD029381@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 14 Sep 2005 06:11:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Atom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 06:11:37 -0000 clsung 2005-09-14 06:11:35 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile Log: - tobez point that XML::Atom::Util requires Encode, which 5.6.0 must suffer. so I encourage 5.6.x users to upgrade to 5.8.x. Revision Changes Path 1.15 +1 -4 ports/textproc/p5-XML-Atom/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 06:19:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 113A816A420; Wed, 14 Sep 2005 06:19:57 +0000 (GMT) Date: Wed, 14 Sep 2005 06:19:57 +0000 From: Alexey Dokuchaev To: Parv Message-ID: <20050914061957.GA13354@FreeBSD.org> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050914022354.GA7740@holestein.holy.cow> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 06:19:57 -0000 On Tue, Sep 13, 2005 at 10:23:54PM -0400, Parv wrote: > in message <200509132211.j8DMBYpj090708@repoman.freebsd.org>, > wrote Alexey Dokuchaev thusly... > > > > danfe 2005-09-13 22:11:34 UTC > ... > > Log: > > - Convert to OPTIONS > > Ah dang. Once again, could you please explain what you do not like about OPTIONS? If you need to reconfigure the port at some point, there's "make config" for this purpose. Otherwise, it conveniently saves your port configuration between upgrades. Moreover, this is a standard practice in FreeBSD Port Tree. > > > > - Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of > > little use > > Whatever. As I said earlier, it does not hurt to have it: there's no extra dependency, and this simplifies things for people. If you could provide me with example when using this option is the only way to solve some real problem, I'll rethink adding it back. ./danfe From owner-cvs-all@FreeBSD.ORG Wed Sep 14 06:29:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C7D516A41F; Wed, 14 Sep 2005 06:29:32 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB2343D46; Wed, 14 Sep 2005 06:29:32 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E6TVlO030056; Wed, 14 Sep 2005 06:29:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E6TV1I030055; Wed, 14 Sep 2005 06:29:31 GMT (envelope-from ahze) Message-Id: <200509140629.j8E6TV1I030055@repoman.freebsd.org> From: Michael Johnson Date: Wed, 14 Sep 2005 06:29:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/linux-americasarmy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 06:29:32 -0000 ahze 2005-09-14 06:29:31 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/linux-americasarmy Makefile distinfo pkg-descr pkg-plist Log: Add linux-americasarmy 2.3.0, america's Army (Linux version). PR: ports/86039 Submitted by: acardenas@bsd.org.pe Revision Changes Path 1.814 +1 -0 ports/games/Makefile 1.1 +60 -0 ports/games/linux-americasarmy/Makefile (new) 1.1 +2 -0 ports/games/linux-americasarmy/distinfo (new) 1.1 +10 -0 ports/games/linux-americasarmy/pkg-descr (new) 1.1 +483 -0 ports/games/linux-americasarmy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 06:31:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2134416A41F; Wed, 14 Sep 2005 06:31:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D481443D49; Wed, 14 Sep 2005 06:31:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E6V4fa030182; Wed, 14 Sep 2005 06:31:04 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E6V4lo030181; Wed, 14 Sep 2005 06:31:04 GMT (envelope-from ahze) Message-Id: <200509140631.j8E6V4lo030181@repoman.freebsd.org> From: Michael Johnson Date: Wed, 14 Sep 2005 06:31:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 06:31:05 -0000 ahze 2005-09-14 06:31:04 UTC FreeBSD ports repository Modified files: . LEGAL Log: - Add info for games/linux-americasarmy Redistribution is limited Revision Changes Path 1.424 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Wed Sep 14 06:32:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FFE16A41F; Wed, 14 Sep 2005 06:32:49 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A288A43D5D; Wed, 14 Sep 2005 06:32:48 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E6WmqD030252; Wed, 14 Sep 2005 06:32:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E6Wmna030251; Wed, 14 Sep 2005 06:32:48 GMT (envelope-from ahze) Message-Id: <200509140632.j8E6Wmna030251@repoman.freebsd.org> From: Michael Johnson Date: Wed, 14 Sep 2005 06:32:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 06:32:50 -0000 ahze 2005-09-14 06:32:48 UTC FreeBSD ports repository Modified files: . modules Log: linux-americasarmy --> ports/games/linux-americasarmy Revision Changes Path 1.13146 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 07:53:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA5516A41F; Wed, 14 Sep 2005 07:53:55 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B49343D46; Wed, 14 Sep 2005 07:53:55 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E7rtqn033678; Wed, 14 Sep 2005 07:53:55 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E7rsqQ033677; Wed, 14 Sep 2005 07:53:54 GMT (envelope-from bz) Message-Id: <200509140753.j8E7rsqQ033677@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Wed, 14 Sep 2005 07:53:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 07:53:55 -0000 bz 2005-09-14 07:53:54 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Fix panic when kernel compiled without INET6 by rejecting IPv6 opcodes which are behind #if(n)def INET6 now. PR: kern/85826 MFC after: 3 days Revision Changes Path 1.111 +30 -6 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:01:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E670016A426; Wed, 14 Sep 2005 08:01:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32BA43D49; Wed, 14 Sep 2005 08:01:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E81gD1033986; Wed, 14 Sep 2005 08:01:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E81gYw033985; Wed, 14 Sep 2005 08:01:42 GMT (envelope-from pav) Message-Id: <200509140801.j8E81gYw033985@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 08:01:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-kupu Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:01:47 -0000 pav 2005-09-14 08:01:41 UTC FreeBSD ports repository Modified files: www/zope-kupu Makefile distinfo Log: - Update to 1.2.2 PR: ports/86079 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.4 +3 -6 ports/www/zope-kupu/Makefile 1.4 +2 -2 ports/www/zope-kupu/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:05:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978E416A41F; Wed, 14 Sep 2005 08:05:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D2F43D4C; Wed, 14 Sep 2005 08:05:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E85qQB034205; Wed, 14 Sep 2005 08:05:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E85qbc034204; Wed, 14 Sep 2005 08:05:52 GMT (envelope-from pav) Message-Id: <200509140805.j8E85qbc034204@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 08:05:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/pykawari Makefile distinfo ports/games/pykawari/files patch-build_src_gcc.mak patch-build_src_libkawari_wordcollection.h patch-build_src_misc_mmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:05:52 -0000 pav 2005-09-14 08:05:51 UTC FreeBSD ports repository Modified files: games/pykawari Makefile distinfo games/pykawari/files patch-build_src_gcc.mak Removed files: games/pykawari/files patch-build_src_libkawari_wordcollection.h patch-build_src_misc_mmap.h Log: - Update to 8.2.3 PR: ports/84735 Submitted by: UMENO Takashi (maintainer) Revision Changes Path 1.15 +1 -6 ports/games/pykawari/Makefile 1.4 +2 -6 ports/games/pykawari/distinfo 1.2 +71 -50 ports/games/pykawari/files/patch-build_src_gcc.mak 1.2 +0 -19 ports/games/pykawari/files/patch-build_src_libkawari_wordcollection.h (dead) 1.2 +0 -20 ports/games/pykawari/files/patch-build_src_misc_mmap.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:07:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D9616A41F; Wed, 14 Sep 2005 08:07:50 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FEA43D48; Wed, 14 Sep 2005 08:07:50 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E87ohk034356; Wed, 14 Sep 2005 08:07:50 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E87ouC034355; Wed, 14 Sep 2005 08:07:50 GMT (envelope-from skv) Message-Id: <200509140807.j8E87ouC034355@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 14 Sep 2005 08:07:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-Oracle Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:07:50 -0000 skv 2005-09-14 08:07:49 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Oracle Makefile distinfo Log: * OPTIONSify port - add support for OCI8 (via databases/oracle8-client) ("off" by default) * make dual-version port: 1.14 for OCI7, 1.16 for OCI8 Revision Changes Path 1.6 +25 -10 ports/databases/p5-DBD-Oracle/Makefile 1.4 +2 -0 ports/databases/p5-DBD-Oracle/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:26:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92FD616A41F; Wed, 14 Sep 2005 08:26:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A78C43D48; Wed, 14 Sep 2005 08:26:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8QAYG035615; Wed, 14 Sep 2005 08:26:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8QA89035614; Wed, 14 Sep 2005 08:26:10 GMT (envelope-from krion) Message-Id: <200509140826.j8E8QA89035614@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Sep 2005 08:26:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/privman Makefile ports/irc/ngircd Makefile ports/mail/gmime2 Makefile ports/misc/nut Makefile ports/net/bfilter Makefile ports/net/gnunet Makefile ports/net/icpld Makefile ports/net/ipsumdump Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:26:10 -0000 krion 2005-09-14 08:26:09 UTC FreeBSD ports repository Modified files: devel/privman Makefile irc/ngircd Makefile mail/gmime2 Makefile misc/nut Makefile net/bfilter Makefile net/gnunet Makefile net/icpld Makefile net/ipsumdump Makefile net/libnet-devel Makefile net/micq Makefile net/pork Makefile net/trickle Makefile net-mgmt/arpwatch Makefile security/tinc Makefile textproc/libtre Makefile x11/xtermcontrol Makefile Log: Drop maintainership, since I'm buried in the $REALLIFE stuff. Revision Changes Path 1.14 +1 -1 ports/devel/privman/Makefile 1.21 +1 -1 ports/irc/ngircd/Makefile 1.36 +1 -1 ports/mail/gmime2/Makefile 1.55 +1 -1 ports/misc/nut/Makefile 1.35 +1 -1 ports/net-mgmt/arpwatch/Makefile 1.18 +1 -1 ports/net/bfilter/Makefile 1.49 +1 -1 ports/net/gnunet/Makefile 1.19 +1 -1 ports/net/icpld/Makefile 1.29 +1 -1 ports/net/ipsumdump/Makefile 1.12 +1 -1 ports/net/libnet-devel/Makefile 1.51 +1 -1 ports/net/micq/Makefile 1.15 +1 -1 ports/net/pork/Makefile 1.8 +1 -1 ports/net/trickle/Makefile 1.25 +1 -1 ports/security/tinc/Makefile 1.31 +1 -1 ports/textproc/libtre/Makefile 1.4 +1 -1 ports/x11/xtermcontrol/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:27:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F285916A41F; Wed, 14 Sep 2005 08:27:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08A543D45; Wed, 14 Sep 2005 08:27:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8Rg0Z035721; Wed, 14 Sep 2005 08:27:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8Rggm035720; Wed, 14 Sep 2005 08:27:42 GMT (envelope-from linimon) Message-Id: <200509140827.j8E8Rggm035720@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 08:27:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:27:43 -0000 linimon 2005-09-14 08:27:42 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove two mastersites from the comp.sources list. There are only 2 ports left in the tree that need this definition in any case. Source: mastersite survey Revision Changes Path 1.308 +2 -5 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:29:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD5916A41F; Wed, 14 Sep 2005 08:29:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F83443D48; Wed, 14 Sep 2005 08:29:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8TZth035989; Wed, 14 Sep 2005 08:29:35 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8TZBv035988; Wed, 14 Sep 2005 08:29:35 GMT (envelope-from krion) Message-Id: <200509140829.j8E8TZBv035988@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 14 Sep 2005 08:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pcre++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:29:36 -0000 krion 2005-09-14 08:29:35 UTC FreeBSD ports repository Modified files: devel/pcre++ Makefile Log: Drop maintainership. Revision Changes Path 1.21 +1 -1 ports/devel/pcre++/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:33:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F3016A41F; Wed, 14 Sep 2005 08:33:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341BF43D49; Wed, 14 Sep 2005 08:33:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8XadF036214; Wed, 14 Sep 2005 08:33:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8Xadn036213; Wed, 14 Sep 2005 08:33:36 GMT (envelope-from linimon) Message-Id: <200509140833.j8E8Xadn036213@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 08:33:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/httplog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:33:36 -0000 linimon 2005-09-14 08:33:35 UTC FreeBSD ports repository Modified files: sysutils/httplog Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.6 +1 -2 ports/sysutils/httplog/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:35:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE3A16A41F; Wed, 14 Sep 2005 08:35:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B055443D46; Wed, 14 Sep 2005 08:35:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8Z83F036319; Wed, 14 Sep 2005 08:35:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8Z84U036318; Wed, 14 Sep 2005 08:35:08 GMT (envelope-from pav) Message-Id: <200509140835.j8E8Z84U036318@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 08:35:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/vvv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:35:09 -0000 pav 2005-09-14 08:35:08 UTC FreeBSD ports repository Modified files: graphics/vvv Makefile Log: - Mirror distfile; master site is unreachable Reported by: krismail Revision Changes Path 1.2 +3 -1 ports/graphics/vvv/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:37:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83D7616A41F; Wed, 14 Sep 2005 08:37:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428F043D46; Wed, 14 Sep 2005 08:37:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8bxYP036415; Wed, 14 Sep 2005 08:37:59 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8bxA4036414; Wed, 14 Sep 2005 08:37:59 GMT (envelope-from linimon) Message-Id: <200509140837.j8E8bxA4036414@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 08:37:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/msyslog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:37:59 -0000 linimon 2005-09-14 08:37:58 UTC FreeBSD ports repository Modified files: sysutils/msyslog Makefile Log: Chase mastersite change. Note: a newer version (1.08g) seems to be available. Revision Changes Path 1.20 +1 -1 ports/sysutils/msyslog/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:47:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BCC16A41F; Wed, 14 Sep 2005 08:47:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21AA043D45; Wed, 14 Sep 2005 08:47:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8lJba043900; Wed, 14 Sep 2005 08:47:19 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8lJ96043895; Wed, 14 Sep 2005 08:47:19 GMT (envelope-from linimon) Message-Id: <200509140847.j8E8lJ96043895@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 08:47:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/wmtop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:47:20 -0000 linimon 2005-09-14 08:47:18 UTC FreeBSD ports repository Modified files: sysutils/wmtop Makefile Log: Chase updated mastersite. pkg_descr is still ok. Source: distfile survey Revision Changes Path 1.11 +1 -1 ports/sysutils/wmtop/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:54:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BFB716A41F; Wed, 14 Sep 2005 08:54:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39AF343D46; Wed, 14 Sep 2005 08:54:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8sAvV044162; Wed, 14 Sep 2005 08:54:10 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8s9Ms044161; Wed, 14 Sep 2005 08:54:09 GMT (envelope-from vs) Message-Id: <200509140854.j8E8s9Ms044161@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Sep 2005 08:54:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-haddock Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:54:10 -0000 vs 2005-09-14 08:54:09 UTC FreeBSD ports repository Modified files: devel/hs-haddock Makefile Log: Mark as IGNORE with base-perl on 4.x. At least 5.6 is demanded. Prodded by: cluster Revision Changes Path 1.19 +7 -1 ports/devel/hs-haddock/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:56:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B588B16A41F; Wed, 14 Sep 2005 08:56:28 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DF843D46; Wed, 14 Sep 2005 08:56:28 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8uSNa044320; Wed, 14 Sep 2005 08:56:28 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8uS5M044319; Wed, 14 Sep 2005 08:56:28 GMT (envelope-from gerald) Message-Id: <200509140856.j8E8uS5M044319@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 14 Sep 2005 08:56:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc34 Makefile distinfo ports/lang/gcc34/files patch-c-decl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:56:28 -0000 gerald 2005-09-14 08:56:28 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Removed files: lang/gcc34/files patch-c-decl.c Log: Update to the 20050913 snapshot of GCC 3.4.5. This already contains the patch for static declarations from 2005/09/07. Revision Changes Path 1.221 +1 -1 ports/lang/gcc34/Makefile 1.125 +10 -10 ports/lang/gcc34/distinfo 1.2 +0 -16 ports/lang/gcc34/files/patch-c-decl.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:56:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E24E16A42D; Wed, 14 Sep 2005 08:56:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5350243D46; Wed, 14 Sep 2005 08:56:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8uTST044371; Wed, 14 Sep 2005 08:56:29 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8uTYV044370; Wed, 14 Sep 2005 08:56:29 GMT (envelope-from linimon) Message-Id: <200509140856.j8E8uTYV044370@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 08:56:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/xfce4-taskbar-plugin Makefile ports/sysutils/xfce4-fsguard-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:56:31 -0000 linimon 2005-09-14 08:56:29 UTC FreeBSD ports repository Modified files: deskutils/xfce4-taskbar-plugin Makefile sysutils/xfce4-fsguard-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.10 +0 -1 ports/deskutils/xfce4-taskbar-plugin/Makefile 1.12 +0 -1 ports/sysutils/xfce4-fsguard-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 08:59:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E064C16A41F; Wed, 14 Sep 2005 08:59:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC7543D48; Wed, 14 Sep 2005 08:59:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E8xXli044490; Wed, 14 Sep 2005 08:59:33 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E8xXjJ044489; Wed, 14 Sep 2005 08:59:33 GMT (envelope-from linimon) Message-Id: <200509140859.j8E8xXjJ044489@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 08:59:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-clocks/xfce4-datetime-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 08:59:34 -0000 linimon 2005-09-14 08:59:33 UTC FreeBSD ports repository Modified files: x11-clocks/xfce4-datetime-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.13 +0 -1 ports/x11-clocks/xfce4-datetime-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:01:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7329316A420; Wed, 14 Sep 2005 09:01:07 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0208443D45; Wed, 14 Sep 2005 09:01:07 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E9167L044613; Wed, 14 Sep 2005 09:01:06 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E916mL044612; Wed, 14 Sep 2005 09:01:06 GMT (envelope-from stefanf) Message-Id: <200509140901.j8E916mL044612@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 14 Sep 2005 09:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:01:07 -0000 stefanf 2005-09-14 09:01:06 UTC FreeBSD src repository Modified files: include Makefile Log: Back out 1.247. On ia64 is included from assembler source, the prototype broke buildword. Noticed by: marcel Revision Changes Path 1.248 +0 -1 src/include/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:16:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2CC16A41F; Wed, 14 Sep 2005 09:16:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8826C43D46; Wed, 14 Sep 2005 09:16:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E9G8gX045207; Wed, 14 Sep 2005 09:16:08 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E9G8n2045206; Wed, 14 Sep 2005 09:16:08 GMT (envelope-from linimon) Message-Id: <200509140916.j8E9G8n2045206@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 09:16:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xfce4-genmon-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:16:09 -0000 linimon 2005-09-14 09:16:07 UTC FreeBSD ports repository Modified files: sysutils/xfce4-genmon-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.7 +1 -2 ports/sysutils/xfce4-genmon-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:18:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB7E116A41F; Wed, 14 Sep 2005 09:18:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E23A43D46; Wed, 14 Sep 2005 09:17:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id A02F446B14; Wed, 14 Sep 2005 05:17:53 -0400 (EDT) Date: Wed, 14 Sep 2005 10:17:53 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Garance A Drosehn In-Reply-To: Message-ID: <20050914100957.L33820@fledge.watson.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:18:01 -0000 On Tue, 13 Sep 2005, Garance A Drosehn wrote: > I must admit I'm a little uneasy moving /usr and /var into '/', just > because I'm so used to the way it is. I really *like* having /var as a > separate partition. But hard disks are huge compared to how they used > to be, so I don't mind having a 500-meg '/'. I *do* save the > kernel.debug information in my /boot/kernel's, and my root partition is > still under 50% full. We probably ought to move this discussion to another list, but -- I remember two very specific occasions where I first realized how important an isolated /var is: (1) In about 1995, when I first started using ppp, I discovered the hard way that the default logging level was set a bit high, and filled the entire hard disk with log records in a couple of days. Don't remember which FreeBSD revision that was. It's amazing how little time it takes, if you get a log messsage ever second or so, to fill up a hard disk. (2) Whenever it was that Outlook started becoming really popular, and all e-mails became word files or power point presentations -- bandwidth was high, but disks weren't large enough to put up with that. Especially with single sender multiple recipient spamming of word files. In both of these cases, having an isolated /var meant that /tmp didn't fill, so new /tmp files could still be created. Today that would be the difference between being able to SSH into the machine or not, because SSH requires inodes and directories to be allocated by default when you log in. While sizing becomes a continuing problem with multiple partitions, having them offers some important isolation of software faults. The main "problem" is that the strength of isolation is a bit too high. If we supported live resizing and relocation of partitions, it would be less of a serious constraint. The problem people have now, and the reason that installkernel installing debuggin symbols is an issue, is that recovering from an early poor (or simply dated) choice about partition sizing is very difficult. While 300GB disks may be commonplace and affordable today, the layout choices for 4GB disks haven't gone away yet. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:20:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A879D16A41F; Wed, 14 Sep 2005 09:20:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64EDC43D46; Wed, 14 Sep 2005 09:20:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E9Kj1R045393; Wed, 14 Sep 2005 09:20:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E9KiIb045392; Wed, 14 Sep 2005 09:20:44 GMT (envelope-from ahze) Message-Id: <200509140920.j8E9KiIb045392@repoman.freebsd.org> From: Michael Johnson Date: Wed, 14 Sep 2005 09:20:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/x264 Makefile distinfo ports/multimedia/x264/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:20:45 -0000 ahze 2005-09-14 09:20:43 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile distinfo multimedia/x264/files patch-Makefile Log: - Update to 0.0.20050914 (svn snapshot) - Add new option, WITH_X11_OUTPUT, adds x11 output. Revision Changes Path 1.18 +10 -4 ports/multimedia/x264/Makefile 1.9 +2 -2 ports/multimedia/x264/distinfo 1.9 +8 -14 ports/multimedia/x264/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:24:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0559A16A41F; Wed, 14 Sep 2005 09:24:06 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA73E43D46; Wed, 14 Sep 2005 09:24:05 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E9O5eY045539; Wed, 14 Sep 2005 09:24:05 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E9O5Vt045538; Wed, 14 Sep 2005 09:24:05 GMT (envelope-from vs) Message-Id: <200509140924.j8E9O5Vt045538@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Sep 2005 09:24:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/ncbi-toolkit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:24:06 -0000 vs 2005-09-14 09:24:04 UTC FreeBSD ports repository Modified files: biology/ncbi-toolkit Makefile Log: Don't strip static libraries on installation ;) (Unbreaks e.g. biology/nclever) Revision Changes Path 1.20 +2 -1 ports/biology/ncbi-toolkit/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:32:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9163516A41F; Wed, 14 Sep 2005 09:32:04 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD5A43D48; Wed, 14 Sep 2005 09:32:04 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8E9W3Tv045936; Wed, 14 Sep 2005 09:32:04 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8E9W3u9045935; Wed, 14 Sep 2005 09:32:03 GMT (envelope-from danfe) Message-Id: <200509140932.j8E9W3u9045935@repoman.freebsd.org> From: Alexey Dokuchaev Date: Wed, 14 Sep 2005 09:32:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/yadex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:32:04 -0000 danfe 2005-09-14 09:32:03 UTC FreeBSD ports repository Modified files: games/yadex Makefile Log: Change sequence in Makefile, so that supplied patch that fixes the compilation dependency problem is always applied. PR: ports/86092 Submitted by: Johan van Selst Revision Changes Path 1.13 +3 -6 ports/games/yadex/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 09:52:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 687CF16A41F; Wed, 14 Sep 2005 09:52:23 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep11-int.chello.at (viefep19-int.chello.at [213.46.255.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270DF43D48; Wed, 14 Sep 2005 09:52:21 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep11-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050914095219.YFP1994.viefep11-int.chello.at@wombat.fafoe.narf.at>; Wed, 14 Sep 2005 11:52:19 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 11CA1B7; Wed, 14 Sep 2005 11:52:19 +0200 (CEST) Date: Wed, 14 Sep 2005 11:52:19 +0200 From: Stefan Farfeleder To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050914095217.GC59453@wombat.fafoe.narf.at> References: <200509140901.j8E916mL044612@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509140901.j8E916mL044612@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Cc: Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 09:52:23 -0000 On Wed, Sep 14, 2005 at 09:01:06AM +0000, Stefan Farfeleder wrote: > Back out 1.247. On ia64 is included from assembler source, > the prototype broke buildword. I waver between guarding the prototype with #ifndef __ASSEMBLER__ and moving it to another header, eg. . Opinions? From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:04:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D12C16A41F; Wed, 14 Sep 2005 10:04:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA3343D49; Wed, 14 Sep 2005 10:04:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EA4eWl047250; Wed, 14 Sep 2005 10:04:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EA4eHc047249; Wed, 14 Sep 2005 10:04:40 GMT (envelope-from ahze) Message-Id: <200509141004.j8EA4eHc047249@repoman.freebsd.org> From: Michael Johnson Date: Wed, 14 Sep 2005 10:04:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-all Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:04:41 -0000 ahze 2005-09-14 10:04:40 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-all Makefile Log: - Disable mpeg2enc since it's marked broken Revision Changes Path 1.5 +1 -0 ports/multimedia/gstreamer-plugins-all/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:12:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E1C16A41F; Wed, 14 Sep 2005 10:12:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C672C43D45; Wed, 14 Sep 2005 10:12:40 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EACe3o047566; Wed, 14 Sep 2005 10:12:40 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EACe62047565; Wed, 14 Sep 2005 10:12:40 GMT (envelope-from vs) Message-Id: <200509141012.j8EACe62047565@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Sep 2005 10:12:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sketchy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:12:41 -0000 vs 2005-09-14 10:12:40 UTC FreeBSD ports repository Modified files: lang/sketchy Makefile distinfo pkg-descr pkg-plist Log: Update to version 2005-08-07 PR: ports/84813 Submitted by: maintainer Revision Changes Path 1.4 +2 -5 ports/lang/sketchy/Makefile 1.4 +2 -2 ports/lang/sketchy/distinfo 1.3 +3 -4 ports/lang/sketchy/pkg-descr 1.4 +1 -10 ports/lang/sketchy/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:16:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CAB716A41F; Wed, 14 Sep 2005 10:16:35 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BB443D49; Wed, 14 Sep 2005 10:16:34 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EAGYcl047794; Wed, 14 Sep 2005 10:16:34 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EAGYgF047793; Wed, 14 Sep 2005 10:16:34 GMT (envelope-from anholt) Message-Id: <200509141016.j8EAGYgF047793@repoman.freebsd.org> From: Eric Anholt Date: Wed, 14 Sep 2005 10:16:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/glide3 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:16:35 -0000 anholt 2005-09-14 10:16:34 UTC FreeBSD ports repository Modified files: graphics/glide3 pkg-descr Log: Point at the upstream website, rather than a long-dead personal one. Reported by: Donnie Berkholz Revision Changes Path 1.4 +1 -1 ports/graphics/glide3/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:28:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E402416A41F; Wed, 14 Sep 2005 10:28:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A38F543D45; Wed, 14 Sep 2005 10:28:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EAS14C048257; Wed, 14 Sep 2005 10:28:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EAS13n048256; Wed, 14 Sep 2005 10:28:01 GMT (envelope-from ru) Message-Id: <200509141028.j8EAS13n048256@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 14 Sep 2005 10:28:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:28:02 -0000 ru 2005-09-14 10:28:01 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix "Memory modified after free" panic on detach, caused by accessing already freed struct ifnet. Revision Changes Path 1.69 +0 -3 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:35:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7578716A41F; Wed, 14 Sep 2005 10:35:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D12043D4C; Wed, 14 Sep 2005 10:35:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EAZX3i048751; Wed, 14 Sep 2005 10:35:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EAZX94048750; Wed, 14 Sep 2005 10:35:33 GMT (envelope-from dinoex) Message-Id: <200509141035.j8EAZX94048750@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 14 Sep 2005 10:35:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gworkspace Makefile ports/games/gshisen Makefile ports/misc/gnustep-examples Makefile ports/x11-toolkits/gtoolkit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:35:33 -0000 dinoex 2005-09-14 10:35:33 UTC FreeBSD ports repository Modified files: deskutils/gworkspace Makefile games/gshisen Makefile misc/gnustep-examples Makefile x11-toolkits/gtoolkit Makefile Log: - cleanup old Makefile location Revision Changes Path 1.17 +5 -0 ports/deskutils/gworkspace/Makefile 1.20 +5 -0 ports/games/gshisen/Makefile 1.11 +5 -0 ports/misc/gnustep-examples/Makefile 1.22 +2 -0 ports/x11-toolkits/gtoolkit/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:38:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA63016A41F; Wed, 14 Sep 2005 10:38:24 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5720043D49; Wed, 14 Sep 2005 10:38:23 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [213.66.174.91] (213.66.174.91) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 43204B9F0010BBAA; Wed, 14 Sep 2005 12:38:23 +0200 Message-ID: <4327FDBF.9040202@n00b.apagnu.se> Date: Wed, 14 Sep 2005 12:38:55 +0200 From: Niclas Zeising User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gary W. Swearingen" References: <200509131837.j8DIbQhv074189@repoman.freebsd.org> In-Reply-To: <200509131837.j8DIbQhv074189@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:38:24 -0000 [New try, forgot to send to the lists as well] Gary W. Swearingen wrote: > garys 2005-09-13 18:37:25 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/basics chapter.sgml > Log: > Changed mfs(8) to mdmfs(8) for non-4.X. Also: [Snip rest of commit message] Hi! Maybe we should mention tmpmfs in rc.conf here, since it's a way to create a mdmfs to mount on /tmp. I don't know if we should mention it in the "Allocating disk space for FreeBSD" section of the "Installing FreeBSD" as well. I can provide patches if nessesary. Sincerely //Niclas From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:42:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8802816A41F; Wed, 14 Sep 2005 10:42:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4868643D46; Wed, 14 Sep 2005 10:42:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EAgqoT049007; Wed, 14 Sep 2005 10:42:52 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EAgq0g049006; Wed, 14 Sep 2005 10:42:52 GMT (envelope-from pjd) Message-Id: <200509141042.j8EAgq0g049006@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 14 Sep 2005 10:42:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libmd sha256.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:42:52 -0000 pjd 2005-09-14 10:42:51 UTC FreeBSD src repository Modified files: lib/libmd sha256.3 Log: Correct type. OK'ed by: cperciva Revision Changes Path 1.3 +4 -4 src/lib/libmd/sha256.3 From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:50:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F8E916A41F; Wed, 14 Sep 2005 10:50:09 +0000 (GMT) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C53CF43D4C; Wed, 14 Sep 2005 10:50:08 +0000 (GMT) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EAo8Tt049273; Wed, 14 Sep 2005 10:50:08 GMT (envelope-from tom@repoman.freebsd.org) Received: (from tom@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EAo8OJ049272; Wed, 14 Sep 2005 10:50:08 GMT (envelope-from tom) Message-Id: <200509141050.j8EAo8OJ049272@repoman.freebsd.org> From: Tom Hukins Date: Wed, 14 Sep 2005 10:50:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/throttled pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:50:09 -0000 tom 2005-09-14 10:50:08 UTC FreeBSD ports repository Modified files: net/throttled pkg-descr Log: Point WWW to the FreeBSD-compatible command line version of this software instead of an OS X front end. Revision Changes Path 1.2 +1 -1 ports/net/throttled/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 10:53:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CF8516A41F; Wed, 14 Sep 2005 10:53:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194C743D48; Wed, 14 Sep 2005 10:53:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EArhwj049527; Wed, 14 Sep 2005 10:53:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EArhaE049526; Wed, 14 Sep 2005 10:53:43 GMT (envelope-from vs) Message-Id: <200509141053.j8EArhaE049526@repoman.freebsd.org> From: Volker Stolz Date: Wed, 14 Sep 2005 10:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gnat-glade Makefile ports/x11-toolkits/gtkada Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 10:53:44 -0000 vs 2005-09-14 10:53:43 UTC FreeBSD ports repository Modified files: lang/gnat-glade Makefile x11-toolkits/gtkada Makefile Log: - Handle CFLAGS/ADACFLAGS [1] - Reset maintainer: no access to FreeBSD machines PR: ports/85210 [1] Submitted by: Petr Holub Approved by: maintainer Revision Changes Path 1.15 +4 -1 ports/lang/gnat-glade/Makefile 1.11 +1 -1 ports/x11-toolkits/gtkada/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 11:18:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B31416A41F; Wed, 14 Sep 2005 11:18:48 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6D843D45; Wed, 14 Sep 2005 11:18:47 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EBIlTA050891; Wed, 14 Sep 2005 11:18:47 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EBIlde050890; Wed, 14 Sep 2005 11:18:47 GMT (envelope-from vsevolod) Message-Id: <200509141118.j8EBIlde050890@repoman.freebsd.org> From: Vsevolod Stakhov Date: Wed, 14 Sep 2005 11:18:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/gajim Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 11:18:48 -0000 vsevolod 2005-09-14 11:18:47 UTC FreeBSD ports repository Modified files: net/gajim Makefile distinfo pkg-descr pkg-plist Log: Update to 0.8.2 that contains tons of bugfixes. Replace pkg-descr as gajim now has another features and goals. Revision Changes Path 1.7 +1 -1 ports/net/gajim/Makefile 1.5 +2 -2 ports/net/gajim/distinfo 1.2 +15 -9 ports/net/gajim/pkg-descr 1.7 +25 -32 ports/net/gajim/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:15:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94F716A41F; Wed, 14 Sep 2005 12:15:59 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E7C43D45; Wed, 14 Sep 2005 12:15:59 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECFxIr053249; Wed, 14 Sep 2005 12:15:59 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECFx2T053248; Wed, 14 Sep 2005 12:15:59 GMT (envelope-from joerg) Message-Id: <200509141215.j8ECFx2T053248@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 14 Sep 2005 12:15:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/xcircuit Makefile ports/cad/xcircuit/files patch-events.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:16:00 -0000 joerg 2005-09-14 12:15:59 UTC FreeBSD ports repository Modified files: cad/xcircuit Makefile Added files: cad/xcircuit/files patch-events.c Log: Fix a coredump in the undo processing when doing a rotate editing operation. Revision Changes Path 1.53 +1 -0 ports/cad/xcircuit/Makefile 1.1 +11 -0 ports/cad/xcircuit/files/patch-events.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:30:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E1816A41F; Wed, 14 Sep 2005 12:30:24 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0961543D49; Wed, 14 Sep 2005 12:30:24 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECUNTj053814; Wed, 14 Sep 2005 12:30:23 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECUNHs053813; Wed, 14 Sep 2005 12:30:23 GMT (envelope-from hq) Message-Id: <200509141230.j8ECUNHs053813@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 14 Sep 2005 12:30:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/jakarta-tomcat55/files tomcat.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:30:24 -0000 hq 2005-09-14 12:30:23 UTC FreeBSD ports repository Modified files: www/jakarta-tomcat55/files tomcat.sh.in Log: Run 'load_rc_config' command earlier in the rcNG launcher script PR: 86032 Submitted by: Julio C. Perera R. Revision Changes Path 1.2 +3 -2 ports/www/jakarta-tomcat55/files/tomcat.sh.in From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:33:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F75616A41F; Wed, 14 Sep 2005 12:33:23 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F1E43D45; Wed, 14 Sep 2005 12:33:23 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECXNf8053908; Wed, 14 Sep 2005 12:33:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECXN28053907; Wed, 14 Sep 2005 12:33:23 GMT (envelope-from ru) Message-Id: <200509141233.j8ECXN28053907@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 14 Sep 2005 12:33:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:33:23 -0000 ru 2005-09-14 12:33:23 UTC FreeBSD src repository Modified files: sys/pci if_rl.c Log: Fixed "Memory modified after free" panic in rl_detach() due to rl_stop() accessing already freed "struct ifnet". Fixed LOR between rl mutex and some ACPI mutex in rl_detach(). Revision Changes Path 1.155 +3 -4 src/sys/pci/if_rl.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:39:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E178616A41F; Wed, 14 Sep 2005 12:39:06 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A33843D48; Wed, 14 Sep 2005 12:39:06 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECd6Ir054192; Wed, 14 Sep 2005 12:39:06 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECd61r054191; Wed, 14 Sep 2005 12:39:06 GMT (envelope-from nyan) Message-Id: <200509141239.j8ECd61r054191@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 14 Sep 2005 12:39:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 epsonio.h src/sys/boot/pc98/boot2 io.c src/sys/pc98/cbus fdc.c gdc.c nmi.c sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:39:07 -0000 nyan 2005-09-14 12:39:06 UTC FreeBSD src repository Modified files: sys/boot/pc98/boot2 io.c sys/pc98/cbus fdc.c gdc.c nmi.c sio.c Removed files: sys/pc98/pc98 epsonio.h Log: Remove EPSON PC-386 note A/W/AE/WR support. Revision Changes Path 1.9 +2 -13 src/sys/boot/pc98/boot2/io.c 1.162 +0 -8 src/sys/pc98/cbus/fdc.c 1.49 +6 -20 src/sys/pc98/cbus/gdc.c 1.3 +0 -5 src/sys/pc98/cbus/nmi.c 1.235 +4 -8 src/sys/pc98/cbus/sio.c 1.11 +0 -54 src/sys/pc98/pc98/epsonio.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:42:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C39C16A41F; Wed, 14 Sep 2005 12:42:40 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CF043D45; Wed, 14 Sep 2005 12:42:40 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECgeLb054401; Wed, 14 Sep 2005 12:42:40 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECgeXS054400; Wed, 14 Sep 2005 12:42:40 GMT (envelope-from nyan) Message-Id: <200509141242.j8ECgeXS054400@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 14 Sep 2005 12:42:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 machdep.c pc98_machdep.c pc98_machdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:42:40 -0000 nyan 2005-09-14 12:42:40 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c pc98_machdep.c pc98_machdep.h Log: Add some defines for EPSON machines and use them. Revision Changes Path 1.365 +3 -3 src/sys/pc98/pc98/machdep.c 1.26 +9 -9 src/sys/pc98/pc98/pc98_machdep.c 1.13 +17 -0 src/sys/pc98/pc98/pc98_machdep.h From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:43:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795DF16A41F; Wed, 14 Sep 2005 12:43:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 386A643D46; Wed, 14 Sep 2005 12:43:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EChw2G054517; Wed, 14 Sep 2005 12:43:58 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EChw9v054516; Wed, 14 Sep 2005 12:43:58 GMT (envelope-from sem) Message-Id: <200509141243.j8EChw9v054516@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 14 Sep 2005 12:43:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/datadesigner Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:43:58 -0000 sem 2005-09-14 12:43:58 UTC FreeBSD ports repository Modified files: devel/datadesigner Makefile pkg-descr Log: - Remove obsoleted mastersite Looking on: linimon Revision Changes Path 1.5 +1 -2 ports/devel/datadesigner/Makefile 1.2 +1 -1 ports/devel/datadesigner/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:45:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5865E16A41F; Wed, 14 Sep 2005 12:45:07 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CFB43D46; Wed, 14 Sep 2005 12:45:07 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECj6d9054601; Wed, 14 Sep 2005 12:45:06 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECj63Y054600; Wed, 14 Sep 2005 12:45:06 GMT (envelope-from sos) Message-Id: <200509141245.j8ECj63Y054600@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 14 Sep 2005 12:45:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-chipset.c ata-lowlevel.c ata-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:45:07 -0000 sos 2005-09-14 12:45:06 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-chipset.c ata-lowlevel.c ata-queue.c Log: Harden the hotplug support for SATA devices. This also fixes a few races that was present in the timeout/detach code. Sponsored by: pair.com Revision Changes Path 1.257 +39 -10 src/sys/dev/ata/ata-all.c 1.133 +4 -2 src/sys/dev/ata/ata-chipset.c 1.71 +5 -3 src/sys/dev/ata/ata-lowlevel.c 1.51 +29 -36 src/sys/dev/ata/ata-queue.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:50:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B9716A41F; Wed, 14 Sep 2005 12:50:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B4643D46; Wed, 14 Sep 2005 12:50:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECoho0062009; Wed, 14 Sep 2005 12:50:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECohYK062008; Wed, 14 Sep 2005 12:50:43 GMT (envelope-from pav) Message-Id: <200509141250.j8ECohYK062008@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 12:50:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/libhome Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:50:44 -0000 pav 2005-09-14 12:50:43 UTC FreeBSD ports repository Modified files: misc/libhome Makefile distinfo pkg-plist Log: - Update to 0.10.1 PR: ports/86109 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.11 +7 -1 ports/misc/libhome/Makefile 1.9 +2 -2 ports/misc/libhome/distinfo 1.7 +4 -4 ports/misc/libhome/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 12:57:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31D716A41F; Wed, 14 Sep 2005 12:57:48 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B070443D46; Wed, 14 Sep 2005 12:57:48 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ECvmWM062215; Wed, 14 Sep 2005 12:57:48 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ECvmha062214; Wed, 14 Sep 2005 12:57:48 GMT (envelope-from hq) Message-Id: <200509141257.j8ECvmha062214@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 14 Sep 2005 12:57:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/saxon-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 12:57:49 -0000 hq 2005-09-14 12:57:48 UTC FreeBSD ports repository Modified files: textproc/saxon-devel Makefile distinfo Log: - Update 8.5.1 (maintenance release) - No longer install saxon8-jdom.jar ; it will be back soon but as an OPTIONal component PR: 86093 Submitted by: Rene Ladan Revision Changes Path 1.10 +2 -2 ports/textproc/saxon-devel/Makefile 1.7 +2 -2 ports/textproc/saxon-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 13:02:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66AD916A41F; Wed, 14 Sep 2005 13:02:29 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3888943D46; Wed, 14 Sep 2005 13:02:29 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ED2TIW062485; Wed, 14 Sep 2005 13:02:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ED2TdP062484; Wed, 14 Sep 2005 13:02:29 GMT (envelope-from dinoex) Message-Id: <200509141302.j8ED2TdP062484@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 14 Sep 2005 13:02:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/rubygem-syntax Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 13:02:29 -0000 dinoex 2005-09-14 13:02:29 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-syntax Makefile distinfo pkg-descr pkg-plist Log: Syntax highlighting library for various languages. Has built-in support for converting source code to syntax-highlighted HTML. WWW: http://rubyforge.org/projects/syntax/ Revision Changes Path 1.856 +1 -0 ports/textproc/Makefile 1.1 +50 -0 ports/textproc/rubygem-syntax/Makefile (new) 1.1 +2 -0 ports/textproc/rubygem-syntax/distinfo (new) 1.1 +4 -0 ports/textproc/rubygem-syntax/pkg-descr (new) 1.1 +87 -0 ports/textproc/rubygem-syntax/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 13:02:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403C316A41F; Wed, 14 Sep 2005 13:02:41 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F6D43D46; Wed, 14 Sep 2005 13:02:40 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ED2epR062531; Wed, 14 Sep 2005 13:02:40 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ED2eAT062530; Wed, 14 Sep 2005 13:02:40 GMT (envelope-from dinoex) Message-Id: <200509141302.j8ED2eAT062530@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 14 Sep 2005 13:02:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 13:02:41 -0000 dinoex 2005-09-14 13:02:40 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-syntax --> ports/textproc/rubygem-syntax Revision Changes Path 1.13147 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 13:20:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C676016A421; Wed, 14 Sep 2005 13:20:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9D843D48; Wed, 14 Sep 2005 13:20:57 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EDKvmU063236; Wed, 14 Sep 2005 13:20:57 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EDKuP9063235; Wed, 14 Sep 2005 13:20:56 GMT (envelope-from dinoex) Message-Id: <200509141320.j8EDKuP9063235@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 14 Sep 2005 13:20:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/estic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 13:20:58 -0000 dinoex 2005-09-14 13:20:56 UTC FreeBSD ports repository Modified files: misc/estic Makefile Log: - mirror distfiles master site has stopped distribution Revision Changes Path 1.20 +3 -2 ports/misc/estic/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 13:40:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F7916A41F; Wed, 14 Sep 2005 13:40:22 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFEB43D45; Wed, 14 Sep 2005 13:40:22 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EDeM6F064053; Wed, 14 Sep 2005 13:40:22 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EDeMJh064052; Wed, 14 Sep 2005 13:40:22 GMT (envelope-from skv) Message-Id: <200509141340.j8EDeMJh064052@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 14 Sep 2005 13:40:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-Oracle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 13:40:23 -0000 skv 2005-09-14 13:40:22 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Oracle Makefile Log: PORTREVISION++ to fix PKGNAME issue Noticed by: chkversion (kris) Revision Changes Path 1.7 +1 -1 ports/databases/p5-DBD-Oracle/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 13:46:37 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEFAE16A41F; Wed, 14 Sep 2005 13:46:37 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10D543D46; Wed, 14 Sep 2005 13:46:21 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-115-133.hsd1.ma.comcast.net (c-66-30-112-193.hsd1.ma.comcast.net[66.30.112.193](misconfigured sender)) by comcast.net (sccrmhc12) with ESMTP id <2005091413462001200n1dv1e>; Wed, 14 Sep 2005 13:46:20 +0000 Received: from c-66-30-115-133.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id j8EDk5Bk005664; Wed, 14 Sep 2005 09:46:05 -0400 (EDT) (envelope-from rodrigc@c-66-30-115-133.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id j8EDk5LX005663; Wed, 14 Sep 2005 09:46:05 -0400 (EDT) (envelope-from rodrigc) Date: Wed, 14 Sep 2005 09:45:48 -0400 From: Craig Rodrigues To: Stefan Farfeleder Message-ID: <20050914134548.GA5653@crodrigues.org> References: <200509140901.j8E916mL044612@repoman.freebsd.org> <20050914095217.GC59453@wombat.fafoe.narf.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050914095217.GC59453@wombat.fafoe.narf.at> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 13:46:38 -0000 On Wed, Sep 14, 2005 at 11:52:19AM +0200, Stefan Farfeleder wrote: > moving it to another header, eg. . Opinions? How about libgen.h? I don't like polluting unistd.h more than we have to. -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-all@FreeBSD.ORG Wed Sep 14 14:04:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B41C16A41F; Wed, 14 Sep 2005 14:04:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC0043D48; Wed, 14 Sep 2005 14:04:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EE4Uji065240; Wed, 14 Sep 2005 14:04:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EE4Uhm065239; Wed, 14 Sep 2005 14:04:30 GMT (envelope-from pav) Message-Id: <200509141404.j8EE4Uhm065239@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 14:04:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pear-PHPDoc Makefile distinfo pkg-descr ports/devel/pear-PHPDoc/files patch-phpdoc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:04:30 -0000 pav 2005-09-14 14:04:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-PHPDoc Makefile distinfo pkg-descr devel/pear-PHPDoc/files patch-phpdoc Log: PHPDoc is an attemt to adopt Javadoc to the PHP world. PR: ports/84643 Submitted by: Gerrit Beine Revision Changes Path 1.1964 +1 -0 ports/devel/Makefile 1.1 +113 -0 ports/devel/pear-PHPDoc/Makefile (new) 1.1 +2 -0 ports/devel/pear-PHPDoc/distinfo (new) 1.1 +11 -0 ports/devel/pear-PHPDoc/files/patch-phpdoc (new) 1.1 +3 -0 ports/devel/pear-PHPDoc/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 14:05:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCC016A41F; Wed, 14 Sep 2005 14:05:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F2C43D45; Wed, 14 Sep 2005 14:05:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EE5QcC065358; Wed, 14 Sep 2005 14:05:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EE5QCr065357; Wed, 14 Sep 2005 14:05:26 GMT (envelope-from pav) Message-Id: <200509141405.j8EE5QCr065357@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 14:05:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:05:26 -0000 pav 2005-09-14 14:05:26 UTC FreeBSD ports repository Modified files: . modules Log: pear-PHPDoc --> ports/devel/pear-PHPDoc Revision Changes Path 1.13148 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 14:46:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D4E16A41F; Wed, 14 Sep 2005 14:46:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F59943D48; Wed, 14 Sep 2005 14:46:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EEkbZm067231; Wed, 14 Sep 2005 14:46:37 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EEkb1v067230; Wed, 14 Sep 2005 14:46:37 GMT (envelope-from nork) Message-Id: <200509141446.j8EEkb1v067230@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 14 Sep 2005 14:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse Makefile ports/java/eclipse/files eclipse.desktop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:46:37 -0000 nork 2005-09-14 14:46:36 UTC FreeBSD ports repository Modified files: java/eclipse Makefile Added files: java/eclipse/files eclipse.desktop Log: Fix build error WITH_MOTIF. Add a desktop meny entry under GNOME. PR: ports/86086 Submitted by: Panagiotis Astithas Revision Changes Path 1.38 +8 -2 ports/java/eclipse/Makefile 1.1 +10 -0 ports/java/eclipse/files/eclipse.desktop (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 14:48:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D5216A41F; Wed, 14 Sep 2005 14:48:39 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825A743D45; Wed, 14 Sep 2005 14:48:39 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EEmd3E067290; Wed, 14 Sep 2005 14:48:39 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EEmdMI067289; Wed, 14 Sep 2005 14:48:39 GMT (envelope-from oliver) Message-Id: <200509141448.j8EEmdMI067289@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 14 Sep 2005 14:48:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xfce4-clipman-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:48:40 -0000 oliver 2005-09-14 14:48:39 UTC FreeBSD ports repository Modified files: x11/xfce4-clipman-plugin Makefile Log: reset maintainer to ports@ Approved by: maintainer Noted by: linimon Revision Changes Path 1.13 +1 -1 ports/x11/xfce4-clipman-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 14:56:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F75116A41F; Wed, 14 Sep 2005 14:56:43 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB1943D45; Wed, 14 Sep 2005 14:56:43 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EEuhsk067643; Wed, 14 Sep 2005 14:56:43 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EEuhDg067642; Wed, 14 Sep 2005 14:56:43 GMT (envelope-from andre) Message-Id: <200509141456.j8EEuhDg067642@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 14 Sep 2005 14:56:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net route.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:56:43 -0000 andre 2005-09-14 14:56:43 UTC FreeBSD src repository Modified files: sys/net route.h Log: Remove bogous semicolons at the end of the definitions of 'do { ... } while (0)' macros. PR: kern/83088 Sumbitted by: Revision Changes Path 1.64 +2 -2 src/sys/net/route.h From owner-cvs-all@FreeBSD.ORG Wed Sep 14 14:57:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCDB16A41F; Wed, 14 Sep 2005 14:57:04 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872F643D48; Wed, 14 Sep 2005 14:57:04 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EEv4RP067682; Wed, 14 Sep 2005 14:57:04 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EEv4ba067681; Wed, 14 Sep 2005 14:57:04 GMT (envelope-from andre) Message-Id: <200509141457.j8EEv4ba067681@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 14 Sep 2005 14:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys filedesc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 14:57:05 -0000 andre 2005-09-14 14:57:04 UTC FreeBSD src repository Modified files: sys/sys filedesc.h Log: Remove bogous semicolons at the end of the definitions of 'do { ... } while (0)' macros. PR: kern/83088 Sumbitted by: Revision Changes Path 1.73 +5 -5 src/sys/sys/filedesc.h From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:06:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF9516A41F; Wed, 14 Sep 2005 15:06:22 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2BA43D49; Wed, 14 Sep 2005 15:06:22 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EF6M4q068135; Wed, 14 Sep 2005 15:06:22 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EF6MHr068134; Wed, 14 Sep 2005 15:06:22 GMT (envelope-from andre) Message-Id: <200509141506.j8EF6MHr068134@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 14 Sep 2005 15:06:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:06:23 -0000 andre 2005-09-14 15:06:22 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: Do not ignore all other TCP options (eg. timestamp, window scaling) when responding to TCP SYN packets with TCP_MD5 enabled and set. PR: kern/82963 Submitted by: MFC after: 3 days Revision Changes Path 1.77 +1 -1 src/sys/netinet/tcp_syncache.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:14:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB5A16A41F; Wed, 14 Sep 2005 15:14:54 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC2843D48; Wed, 14 Sep 2005 15:14:54 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFEsMj068468; Wed, 14 Sep 2005 15:14:54 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFEs1I068467; Wed, 14 Sep 2005 15:14:54 GMT (envelope-from mat) Message-Id: <200509141514.j8EFEs1I068467@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 14 Sep 2005 15:14:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Minimal Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:14:55 -0000 mat 2005-09-14 15:14:53 UTC FreeBSD ports repository Modified files: www/p5-CGI-Minimal Makefile distinfo pkg-plist Log: Update to 1.22 Revision Changes Path 1.15 +1 -1 ports/www/p5-CGI-Minimal/Makefile 1.11 +2 -2 ports/www/p5-CGI-Minimal/distinfo 1.6 +1 -0 ports/www/p5-CGI-Minimal/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:18:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA46616A41F; Wed, 14 Sep 2005 15:18:12 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A409043D45; Wed, 14 Sep 2005 15:18:12 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFIC3b068609; Wed, 14 Sep 2005 15:18:12 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFICRo068608; Wed, 14 Sep 2005 15:18:12 GMT (envelope-from andre) Message-Id: <200509141518.j8EFICRo068608@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 14 Sep 2005 15:18:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/digi digi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:18:13 -0000 andre 2005-09-14 15:18:12 UTC FreeBSD src repository Modified files: sys/dev/digi digi.c Log: Increase boot-time DigiBIOS initialization timeout to allow for a larger number of chained port modules. PR: kern/55018 Submitted by: Cyrill Shevchuk Revision Changes Path 1.59 +1 -1 src/sys/dev/digi/digi.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:19:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FE116A420; Wed, 14 Sep 2005 15:19:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECBB43D45; Wed, 14 Sep 2005 15:19:23 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j8EFOxb8074273; Wed, 14 Sep 2005 11:24:59 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Scott Long Date: Wed, 14 Sep 2005 11:18:58 -0400 User-Agent: KMail/1.6.2 References: <200509140546.j8E5kSJM028214@repoman.freebsd.org> In-Reply-To: <200509140546.j8E5kSJM028214@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509141119.08733.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1081/Tue Sep 13 03:06:09 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:19:26 -0000 On Wednesday 14 September 2005 01:46 am, Scott Long wrote: > scottl 2005-09-14 05:46:28 UTC > > FreeBSD src repository > > Modified files: > sys/dev/aac aac.c > Log: > Use time_uptime for timing commands instead of time_second. This > is a bit risky because the "current time" is supposed to be fed to > the card during initialization, and the current time is supposed to > be put into each command that is sent to the card. Hopefully > either the card doesn't actually care about the timestamps, or it > doesn't care about the absolute values so long and the relative > values are consistent. Not an MFC candidate until more thorough > testing can be done. > > Revision Changes Path > 1.110 +9 -9 src/sys/dev/aac/aac.c Thanks! FYI, twa(4) has the same issue. Jung-uk Kim From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:20:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D8B16A41F; Wed, 14 Sep 2005 15:20:37 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C1543D46; Wed, 14 Sep 2005 15:20:36 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFKaWv068793; Wed, 14 Sep 2005 15:20:36 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFKaV5068792; Wed, 14 Sep 2005 15:20:36 GMT (envelope-from barner) Message-Id: <200509141520.j8EFKaV5068792@repoman.freebsd.org> From: Simon Barner Date: Wed, 14 Sep 2005 15:20:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/metaocaml Makefile distinfo pkg-plist ports/lang/metaocaml/files patch-Makefile patch-stdlib_Makefile ports/lang/ocaml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:20:37 -0000 barner 2005-09-14 15:20:36 UTC FreeBSD ports repository Modified files: lang/metaocaml Makefile distinfo pkg-plist lang/metaocaml/files patch-Makefile patch-stdlib_Makefile lang/ocaml Makefile Log: - Update metaocaml to 3.08.a23 - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236 Revision Changes Path 1.3 +20 -9 ports/lang/metaocaml/Makefile 1.2 +2 -2 ports/lang/metaocaml/distinfo 1.2 +11 -12 ports/lang/metaocaml/files/patch-Makefile 1.2 +6 -7 ports/lang/metaocaml/files/patch-stdlib_Makefile 1.2 +915 -904 ports/lang/metaocaml/pkg-plist 1.48 +0 -2 ports/lang/ocaml/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:23:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A07F16A41F; Wed, 14 Sep 2005 15:23:26 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F7043D45; Wed, 14 Sep 2005 15:23:26 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFNP8N068919; Wed, 14 Sep 2005 15:23:25 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFNPGu068918; Wed, 14 Sep 2005 15:23:25 GMT (envelope-from barner) Message-Id: <200509141523.j8EFNPGu068918@repoman.freebsd.org> From: Simon Barner Date: Wed, 14 Sep 2005 15:23:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/metaocaml pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:23:26 -0000 barner 2005-09-14 15:23:25 UTC FreeBSD ports repository Added files: lang/metaocaml pkg-message Log: Add file forgotten in last commit. Previous cvs log was: Modified files: lang/metaocaml Makefile distinfo pkg-plist lang/metaocaml/files patch-Makefile patch-stdlib_Makefile lang/ocaml Makefile Log: - Update metaocaml to 3.08.a23 - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236 Revision Changes Path 1.1 +4 -0 ports/lang/metaocaml/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:35:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8D7D16A41F; Wed, 14 Sep 2005 15:35:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6278443D46; Wed, 14 Sep 2005 15:35:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFZpmY069403; Wed, 14 Sep 2005 15:35:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFZp3a069402; Wed, 14 Sep 2005 15:35:51 GMT (envelope-from pav) Message-Id: <200509141535.j8EFZp3a069402@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 15:35:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gauche Makefile pkg-plist ports/lang/gauche/files patch-ext_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:35:51 -0000 pav 2005-09-14 15:35:51 UTC FreeBSD ports repository Modified files: lang/gauche Makefile pkg-plist Removed files: lang/gauche/files patch-ext_Makefile.in Log: - Enable sxml installation PR: ports/86126 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.35 +1 -0 ports/lang/gauche/Makefile 1.2 +0 -11 ports/lang/gauche/files/patch-ext_Makefile.in (dead) 1.20 +7 -0 ports/lang/gauche/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:38:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4572416A41F; Wed, 14 Sep 2005 15:38:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1657543D45; Wed, 14 Sep 2005 15:38:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFcn3Q069595; Wed, 14 Sep 2005 15:38:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFcnl6069594; Wed, 14 Sep 2005 15:38:49 GMT (envelope-from pav) Message-Id: <200509141538.j8EFcnl6069594@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 15:38:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/textproc Makefile ports/textproc/gauche-sxml Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:38:50 -0000 pav 2005-09-14 15:38:49 UTC FreeBSD ports repository Modified files: . MOVED textproc Makefile Removed files: textproc/gauche-sxml Makefile distinfo pkg-descr pkg-plist Log: - Remove gauche-sxml port, it now comes with gauche itself PR: ports/86018 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.750 +2 -1 ports/MOVED 1.857 +0 -1 ports/textproc/Makefile 1.8 +0 -34 ports/textproc/gauche-sxml/Makefile (dead) 1.3 +0 -2 ports/textproc/gauche-sxml/distinfo (dead) 1.2 +0 -4 ports/textproc/gauche-sxml/pkg-descr (dead) 1.3 +0 -7 ports/textproc/gauche-sxml/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:39:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DAAB16A41F; Wed, 14 Sep 2005 15:39:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A4943D45; Wed, 14 Sep 2005 15:39:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EFdJqO069643; Wed, 14 Sep 2005 15:39:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EFdJ5o069642; Wed, 14 Sep 2005 15:39:19 GMT (envelope-from pav) Message-Id: <200509141539.j8EFdJ5o069642@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 15:39:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:39:20 -0000 pav 2005-09-14 15:39:19 UTC FreeBSD ports repository Modified files: . modules Log: gauche-sxml is gone Revision Changes Path 1.13149 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 15:53:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BF416A41F; Wed, 14 Sep 2005 15:53:09 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A2C43D45; Wed, 14 Sep 2005 15:53:08 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j8EFr8II001100; Wed, 14 Sep 2005 08:53:08 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j8EFr8AE001099; Wed, 14 Sep 2005 08:53:08 -0700 Date: Wed, 14 Sep 2005 08:53:08 -0700 From: Brooks Davis To: Robert Watson Message-ID: <20050914155307.GA32734@odin.ac.hmc.edu> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <20050914100957.L33820@fledge.watson.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Marcel Moolenaar , Garance A Drosehn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 15:53:10 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2005 at 10:17:53AM +0100, Robert Watson wrote: > On Tue, 13 Sep 2005, Garance A Drosehn wrote: >=20 > >I must admit I'm a little uneasy moving /usr and /var into '/', just=20 > >because I'm so used to the way it is. I really *like* having /var as a= =20 > >separate partition. But hard disks are huge compared to how they used= =20 > >to be, so I don't mind having a 500-meg '/'. I *do* save the=20 > >kernel.debug information in my /boot/kernel's, and my root partition is= =20 > >still under 50% full. >=20 > We probably ought to move this discussion to another list, but -- I=20 > remember two very specific occasions where I first realized how important= =20 > an isolated /var is: >=20 > (1) In about 1995, when I first started using ppp, I discovered the > hard way that the default logging level was set a bit high, and filled > the entire hard disk with log records in a couple of days. Don't > remember which FreeBSD revision that was. It's amazing how little > time it takes, if you get a log messsage ever second or so, to fill up > a hard disk. I've also hit cases where the log come in so fast that you can fill a 1GB /var fast enough that newsyslog never has a chance to compress the log. My particular case appears to be a program trying to dump core when not fully paged in and when the executable was on nfs, but has been deleted. I've trained my users not to delete there executables so fast and that seem to have stopped the problems, but I haven't had a chance to find a way to trigger the bug in the lab. I've found it on 4.x, but wouldn't be suprised if it effects all systems. The killer is that it generates two log messages per fault as fast as it can fault so while the file compresses very nicely, syslog's repeated line compression doesn't work. :( -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDKEdjXY6L6fI4GtQRAlgIAJ9OmCIsiZmd9F4P39TFS+Dx9Mn/JACeNUMv TQwy4BJTiFaf644xM6im/Ew= =G5CV -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:24:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A59016A41F; Wed, 14 Sep 2005 16:24:14 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE33843D46; Wed, 14 Sep 2005 16:24:13 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGODJ0071179; Wed, 14 Sep 2005 16:24:13 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGODtn071178; Wed, 14 Sep 2005 16:24:13 GMT (envelope-from joel) Message-Id: <200509141624.j8EGODtn071178@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Sep 2005 16:24:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms sparc.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:24:14 -0000 joel 2005-09-14 16:24:13 UTC FreeBSD doc repository Modified files: en/platforms sparc.sgml Log: s/follow/following/ Approved by: brueffer (mentor) Revision Changes Path 1.23 +2 -2 www/en/platforms/sparc.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:26:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE65616A41F; Wed, 14 Sep 2005 16:26:06 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8C843D45; Wed, 14 Sep 2005 16:26:06 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGQ6E1071295; Wed, 14 Sep 2005 16:26:06 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGQ6XN071294; Wed, 14 Sep 2005 16:26:06 GMT (envelope-from joel) Message-Id: <200509141626.j8EGQ6XN071294@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Sep 2005 16:26:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:26:07 -0000 joel 2005-09-14 16:26:06 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Fix typo. Approved by: brueffer (mentor) Revision Changes Path 1.103 +1 -1 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:27:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E02D16A41F; Wed, 14 Sep 2005 16:27:15 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A058543D45; Wed, 14 Sep 2005 16:27:14 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id j8EGRDTn018851; Wed, 14 Sep 2005 09:27:13 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <20050914155307.GA32734@odin.ac.hmc.edu> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> <20050914155307.GA32734@odin.ac.hmc.edu> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0D07312F-7DDB-40E4-A63A-3E00969F5A4C@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 14 Sep 2005 09:27:11 -0700 To: Brooks Davis X-Mailer: Apple Mail (2.734) Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Robert Watson , Garance A Drosehn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:27:15 -0000 On Sep 14, 2005, at 8:53 AM, Brooks Davis wrote: >>> I must admit I'm a little uneasy moving /usr and /var into '/', just >>> because I'm so used to the way it is. I really *like* having / >>> var as a >>> separate partition. *snip* >> We probably ought to move this discussion to another list, but -- I >> remember two very specific occasions where I first realized how >> important >> an isolated /var is: >> >> (1) In about 1995, when I first started using ppp, I discovered the >> hard way that the default logging level was set a bit high, >> and filled >> the entire hard disk with log records in a couple of days. *snip* > > I've also hit cases where the log come in so fast that you can fill a > 1GB /var fast enough that newsyslog never has a chance to compress the > log. *snip* Just so that people realize: what is being described is not an argument for having /var be a separate partition, but really for having /var/log be a separate partition. It's just that the granularity of our thinking is highly influenced by our legacy, even to the extend of it becoming an intellectual jail. I think it's much easier to size a /var/log partition effectively than it is to size /, /usr and /var effectively... Just some food for thought, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:30:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C749716A41F; Wed, 14 Sep 2005 16:30:04 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep12-int.chello.at (viefep20-int.chello.at [213.46.255.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B11D43D46; Wed, 14 Sep 2005 16:30:03 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep12-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050914163001.ZLSF2178.viefep12-int.chello.at@wombat.fafoe.narf.at>; Wed, 14 Sep 2005 18:30:01 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id C98C3B7; Wed, 14 Sep 2005 18:29:59 +0200 (CEST) Date: Wed, 14 Sep 2005 18:29:59 +0200 From: Stefan Farfeleder To: Craig Rodrigues Message-ID: <20050914162958.GF59453@wombat.fafoe.narf.at> References: <200509140901.j8E916mL044612@repoman.freebsd.org> <20050914095217.GC59453@wombat.fafoe.narf.at> <20050914134548.GA5653@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050914134548.GA5653@crodrigues.org> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:30:04 -0000 On Wed, Sep 14, 2005 at 09:45:48AM -0400, Craig Rodrigues wrote: > On Wed, Sep 14, 2005 at 11:52:19AM +0200, Stefan Farfeleder wrote: > > moving it to another header, eg. . Opinions? > > How about libgen.h? I don't like polluting unistd.h more than > we have to. I proposed because gethost{name,id}() are somewhat similar. May I ask why libgen.h? POSIX describes it as "definitions for pattern matching functions". Stefan From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:30:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E027216A41F; Wed, 14 Sep 2005 16:30:29 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F48743D48; Wed, 14 Sep 2005 16:30:29 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id j8EGUSSc018877; Wed, 14 Sep 2005 09:30:29 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <20050914095217.GC59453@wombat.fafoe.narf.at> References: <200509140901.j8E916mL044612@repoman.freebsd.org> <20050914095217.GC59453@wombat.fafoe.narf.at> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <154E8DB1-C941-4477-9FB7-BD373DC11898@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 14 Sep 2005 09:30:26 -0700 To: Stefan Farfeleder X-Mailer: Apple Mail (2.734) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:30:30 -0000 On Sep 14, 2005, at 2:52 AM, Stefan Farfeleder wrote: >> Back out 1.247. On ia64 is included from >> assembler source, >> the prototype broke buildword. > > I waver between guarding the prototype with #ifndef __ASSEMBLER__ and > moving it to another header, eg. . Opinions? I would go with #ifndef __ASSEMBLER__. I think the prototype is essentially in the right header. I did test your patch and it does the trick... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:32:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4273E16A41F; Wed, 14 Sep 2005 16:32:22 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026E143D46; Wed, 14 Sep 2005 16:32:22 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGWL9h071577; Wed, 14 Sep 2005 16:32:21 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGWLXr071576; Wed, 14 Sep 2005 16:32:21 GMT (envelope-from joel) Message-Id: <200509141632.j8EGWLXr071576@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Sep 2005 16:32:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 msdosfs.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:32:22 -0000 joel 2005-09-14 16:32:21 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 msdosfs.5 Log: Remove superfluous reference to the FreeBSD handbook. Approved by: brueffer (mentor) Revision Changes Path 1.5 +0 -4 src/share/man/man5/msdosfs.5 From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:34:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEFE16A41F; Wed, 14 Sep 2005 16:34:05 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D79D43D48; Wed, 14 Sep 2005 16:34:05 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGY5i1071636; Wed, 14 Sep 2005 16:34:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGY5ZO071635; Wed, 14 Sep 2005 16:34:05 GMT (envelope-from brueffer) Message-Id: <200509141634.j8EGY5ZO071635@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 14 Sep 2005 16:34:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:34:05 -0000 brueffer 2005-09-14 16:34:05 UTC FreeBSD doc repository Modified files: . access Log: Forced commit to note that joeld is now free from the ties of mentorship. Revision Changes Path 1.544 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:36:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA6BE16A41F; Wed, 14 Sep 2005 16:36:19 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA3DA43D4C; Wed, 14 Sep 2005 16:36:19 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGaJo0071769; Wed, 14 Sep 2005 16:36:19 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGaJf9071768; Wed, 14 Sep 2005 16:36:19 GMT (envelope-from joel) Message-Id: <200509141636.j8EGaJf9071768@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Sep 2005 16:36:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_msdosfs mount_msdosfs.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:36:20 -0000 joel 2005-09-14 16:36:19 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount_msdosfs mount_msdosfs.8 Log: Xref msdosfs(5) Approved by: brueffer (mentor) Revision Changes Path 1.32 +1 -0 src/sbin/mount_msdosfs/mount_msdosfs.8 From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:37:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461F416A41F; Wed, 14 Sep 2005 16:37:06 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F9F43D58; Wed, 14 Sep 2005 16:37:05 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGb5xh071827; Wed, 14 Sep 2005 16:37:05 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGb5MZ071826; Wed, 14 Sep 2005 16:37:05 GMT (envelope-from andre) Message-Id: <200509141637.j8EGb5MZ071826@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 14 Sep 2005 16:37:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:37:06 -0000 andre 2005-09-14 16:37:05 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Undo a tad little optimization to bpf_mtap() introduced in rev. 1.95 which broke the correct handling of the BIOCGSEESENT flag in the bpf listener. PR: kern/56441 Submitted by: MFC after: 3 days Revision Changes Path 1.160 +0 -4 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:41:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A3116A41F; Wed, 14 Sep 2005 16:41:24 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75E543D46; Wed, 14 Sep 2005 16:41:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGfNb3072108; Wed, 14 Sep 2005 16:41:23 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGfN7b072107; Wed, 14 Sep 2005 16:41:23 GMT (envelope-from hq) Message-Id: <200509141641.j8EGfN7b072107@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 14 Sep 2005 16:41:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql-connector-java Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:41:24 -0000 hq 2005-09-14 16:41:23 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile Log: Install documentation using ${INSTALL_DATA} rather than ${CP} to ensure that ownerships and permissions come out right when port is built as a mortal user then installed as root PR: 86088 Submitted by: Matthew Seaman Revision Changes Path 1.35 +8 -1 ports/databases/mysql-connector-java/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:50:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC6316A41F; Wed, 14 Sep 2005 16:50:07 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 791EC43D49; Wed, 14 Sep 2005 16:50:07 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGo7FC079557; Wed, 14 Sep 2005 16:50:07 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGo75x079556; Wed, 14 Sep 2005 16:50:07 GMT (envelope-from lofi) Message-Id: <200509141650.j8EGo75x079556@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 14 Sep 2005 16:50:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libtunepimp/files patch-lib-metadata.cpp patch-lib-utf8-utf8util.cpp patch-plugins-flac-flac.cpp patch-plugins-mp3-mp3.cpp patch-plugins-vorbis-vorbis.cpp patch-plugins-wav-wav.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:50:07 -0000 lofi 2005-09-14 16:50:07 UTC FreeBSD ports repository Added files: audio/libtunepimp/files patch-lib-metadata.cpp patch-lib-utf8-utf8util.cpp patch-plugins-flac-flac.cpp patch-plugins-mp3-mp3.cpp patch-plugins-vorbis-vorbis.cpp patch-plugins-wav-wav.cpp Log: Fix build on 4-STABLE. PR: ports/86115 Submitted by: KATO Tsuguru Approved by: Maintainer Revision Changes Path 1.1 +17 -0 ports/audio/libtunepimp/files/patch-lib-metadata.cpp (new) 1.1 +20 -0 ports/audio/libtunepimp/files/patch-lib-utf8-utf8util.cpp (new) 1.1 +13 -0 ports/audio/libtunepimp/files/patch-plugins-flac-flac.cpp (new) 1.1 +13 -0 ports/audio/libtunepimp/files/patch-plugins-mp3-mp3.cpp (new) 1.1 +13 -0 ports/audio/libtunepimp/files/patch-plugins-vorbis-vorbis.cpp (new) 1.1 +13 -0 ports/audio/libtunepimp/files/patch-plugins-wav-wav.cpp (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:50:49 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 157D516A41F; Wed, 14 Sep 2005 16:50:49 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C38243D4C; Wed, 14 Sep 2005 16:50:46 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IMT008JQG4K3C@ms-dienst.rz.rwth-aachen.de>; Wed, 14 Sep 2005 18:50:45 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Wed, 14 Sep 2005 18:50:44 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j8EGohpK004059; Wed, 14 Sep 2005 18:50:43 +0200 (MEST) Received: from lorien.hitnet.rwth-aachen.de ([137.226.181.92] helo=haakonia.hitnet.rwth-aachen.de) by bigboss.hitnet.rwth-aachen.de with esmtp (Exim 3.35 #1 (Debian)) id 1EFaT5-000457-00; Wed, 14 Sep 2005 18:50:43 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 6DBA528442; Wed, 14 Sep 2005 18:50:13 +0200 (CEST) Date: Wed, 14 Sep 2005 18:50:13 +0200 From: Christian Brueffer In-reply-to: <200509141634.j8EGY5ZO071635@repoman.freebsd.org> To: doc-committers@FreeBSD.org Message-id: <20050914165013.GF1439@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=V4b9U9vrdWczvw78; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.9i X-Operating-System: FreeBSD 6.0-BETA4 X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200509141634.j8EGY5ZO071635@repoman.freebsd.org> Cc: cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:50:49 -0000 --V4b9U9vrdWczvw78 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2005 at 04:34:05PM +0000, Christian Brueffer wrote: > brueffer 2005-09-14 16:34:05 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > . access=20 > Log: > Forced commit to note that joeld is now free from the ties of mentorshi= p. > =20 s/joeld/joel/ of course. /me curses irc - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --V4b9U9vrdWczvw78 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFDKFTFbHYXjKDtmC0RAjALAKDPj5v+HM8a9MRRKGxOYhNHUMcaUwCg98VS ezetk3XgyqMrd0K8IZNjDCg= =Ec31 -----END PGP SIGNATURE----- --V4b9U9vrdWczvw78-- From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:51:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2811B16A41F; Wed, 14 Sep 2005 16:51:53 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CF143D48; Wed, 14 Sep 2005 16:51:52 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGpqgt079695; Wed, 14 Sep 2005 16:51:52 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGpqY5079694; Wed, 14 Sep 2005 16:51:52 GMT (envelope-from hq) Message-Id: <200509141651.j8EGpqY5079694@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 14 Sep 2005 16:51:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xmlenc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:51:53 -0000 hq 2005-09-14 16:51:52 UTC FreeBSD ports repository Modified files: textproc/xmlenc Makefile distinfo Log: - Update to 0.49 [1] - Don't try to mkdir ${JAVAJARDIR} since it has been in mtree for more than 3 years now Reminded by: znerd (author) [1] Revision Changes Path 1.28 +1 -2 ports/textproc/xmlenc/Makefile 1.24 +2 -2 ports/textproc/xmlenc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:53:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3EB916A41F; Wed, 14 Sep 2005 16:53:18 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep17-int.chello.at (viefep17-int.chello.at [213.46.255.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6017243D46; Wed, 14 Sep 2005 16:53:17 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep17-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050914165314.FJQG1234.viefep17-int.chello.at@wombat.fafoe.narf.at>; Wed, 14 Sep 2005 18:53:14 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 71F9BB7; Wed, 14 Sep 2005 18:53:02 +0200 (CEST) Date: Wed, 14 Sep 2005 18:53:02 +0200 From: Stefan Farfeleder To: Marcel Moolenaar Message-ID: <20050914165300.GG59453@wombat.fafoe.narf.at> References: <200509140901.j8E916mL044612@repoman.freebsd.org> <20050914095217.GC59453@wombat.fafoe.narf.at> <154E8DB1-C941-4477-9FB7-BD373DC11898@xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <154E8DB1-C941-4477-9FB7-BD373DC11898@xcllnt.net> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:53:18 -0000 On Wed, Sep 14, 2005 at 09:30:26AM -0700, Marcel Moolenaar wrote: > On Sep 14, 2005, at 2:52 AM, Stefan Farfeleder wrote: > > >> Back out 1.247. On ia64 is included from > >>assembler source, > >> the prototype broke buildword. > > > >I waver between guarding the prototype with #ifndef __ASSEMBLER__ and > >moving it to another header, eg. . Opinions? > > I would go with #ifndef __ASSEMBLER__. I think the prototype is > essentially in the right header. I did test your patch and it does > the trick... That would require fixing xorg-server's usage of the header too. I don't know how difficult this is. Stefan From owner-cvs-all@FreeBSD.ORG Wed Sep 14 16:56:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8664216A41F; Wed, 14 Sep 2005 16:56:27 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3984143D53; Wed, 14 Sep 2005 16:56:27 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EGuRkm079921; Wed, 14 Sep 2005 16:56:27 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EGuRLV079920; Wed, 14 Sep 2005 16:56:27 GMT (envelope-from leeym) Message-Id: <200509141656.j8EGuRLV079920@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 14 Sep 2005 16:56:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Text-Table Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 16:56:27 -0000 leeym 2005-09-14 16:56:27 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Table Makefile distinfo Log: - update to 1.107 Revision Changes Path 1.4 +2 -2 ports/textproc/p5-Text-Table/Makefile 1.2 +2 -2 ports/textproc/p5-Text-Table/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:15:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C073B16A41F; Wed, 14 Sep 2005 17:15:11 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D0143D46; Wed, 14 Sep 2005 17:15:11 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHFBMb080698; Wed, 14 Sep 2005 17:15:11 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHFBBw080697; Wed, 14 Sep 2005 17:15:11 GMT (envelope-from joel) Message-Id: <200509141715.j8EHFBBw080697@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Sep 2005 17:15:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/java/links api.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:15:11 -0000 joel 2005-09-14 17:15:11 UTC FreeBSD doc repository Modified files: en/java/links api.sgml Log: - End sentences with full stops. - Fix typo. [1] Noticed by: brueffer [1] Revision Changes Path 1.7 +3 -3 www/en/java/links/api.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:16:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D806E16A41F; Wed, 14 Sep 2005 17:16:15 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCDC43D45; Wed, 14 Sep 2005 17:16:15 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id j8EHGEMA002663; Wed, 14 Sep 2005 10:16:14 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id j8EHGDi2002662; Wed, 14 Sep 2005 10:16:13 -0700 (PDT) (envelope-from jmg) Date: Wed, 14 Sep 2005 10:16:13 -0700 From: John-Mark Gurney To: Robert Watson Message-ID: <20050914171613.GQ793@funkthat.com> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050914100957.L33820@fledge.watson.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Marcel Moolenaar , Garance A Drosehn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:16:16 -0000 Robert Watson wrote this message on Wed, Sep 14, 2005 at 10:17 +0100: > In both of these cases, having an isolated /var meant that /tmp didn't > fill, so new /tmp files could still be created. Today that would be the > difference between being able to SSH into the machine or not, because SSH > requires inodes and directories to be allocated by default when you log > in. Personally, this is why /tmp should be mfs: tmpmfs="YES" # Set to YES to always create an mfs /tmp, NO to never tmpsize="500m" # Size of mfs /tmp if created I've run with mfs /tmp for a very long time.. I'm surprised we don't enable this by default... even MacOSX does it (though /tmp isn't normally available to the user through Finder)... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:16:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CB316A41F; Wed, 14 Sep 2005 17:16:28 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F0EC43D45; Wed, 14 Sep 2005 17:16:28 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHGSAD080768; Wed, 14 Sep 2005 17:16:28 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHGSLw080767; Wed, 14 Sep 2005 17:16:28 GMT (envelope-from joel) Message-Id: <200509141716.j8EHGSLw080767@repoman.freebsd.org> From: Joel Dahl Date: Wed, 14 Sep 2005 17:16:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/java/links development.sgml index.sgml resources.sgml vendor.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:16:28 -0000 joel 2005-09-14 17:16:28 UTC FreeBSD doc repository Modified files: en/java/links development.sgml index.sgml resources.sgml vendor.sgml Log: End sentences with full stops. Revision Changes Path 1.11 +3 -3 www/en/java/links/development.sgml 1.8 +7 -7 www/en/java/links/index.sgml 1.9 +4 -4 www/en/java/links/resources.sgml 1.6 +4 -4 www/en/java/links/vendor.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:30:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D275416A41F; Wed, 14 Sep 2005 17:30:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E8243D46; Wed, 14 Sep 2005 17:30:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHUVo2081344; Wed, 14 Sep 2005 17:30:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHUVXm081343; Wed, 14 Sep 2005 17:30:31 GMT (envelope-from pav) Message-Id: <200509141730.j8EHUVXm081343@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 17:30:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:30:32 -0000 pav 2005-09-14 17:30:31 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 6.4 Using perl: - mention the preferred format of WWW URL in pkg-descr when dealing with p5 modules and cpan.org Requested by: sem Approved by: keramida (mentor) Revision Changes Path 1.610 +8 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:39:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865E416A41F; Wed, 14 Sep 2005 17:39:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBC643D49; Wed, 14 Sep 2005 17:39:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 327C946B16; Wed, 14 Sep 2005 13:39:40 -0400 (EDT) Date: Wed, 14 Sep 2005 18:39:40 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Marcel Moolenaar In-Reply-To: <0D07312F-7DDB-40E4-A63A-3E00969F5A4C@xcllnt.net> Message-ID: <20050914183720.P57836@fledge.watson.org> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> <20050914155307.GA32734@odin.ac.hmc.edu> <0D07312F-7DDB-40E4-A63A-3E00969F5A4C@xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, Brooks Davis , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Garance A Drosehn Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:39:41 -0000 On Wed, 14 Sep 2005, Marcel Moolenaar wrote: >>> We probably ought to move this discussion to another list, but -- I >>> remember two very specific occasions where I first realized how >>> important an isolated /var is: >>> >>> (1) In about 1995, when I first started using ppp, I discovered the >>> hard way that the default logging level was set a bit high, and filled >>> the entire hard disk with log records in a couple of days. > *snip* >> >> I've also hit cases where the log come in so fast that you can fill a >> 1GB /var fast enough that newsyslog never has a chance to compress the >> log. > *snip* > > Just so that people realize: what is being described is not an argument > for having /var be a separate partition, but really for having /var/log > be a separate partition. It's just that the granularity of our thinking > is highly influenced by our legacy, even to the extend of it becoming an > intellectual jail. > > I think it's much easier to size a /var/log partition effectively than > it is to size /, /usr and /var effectively... > > Just some food for thought, Yeah, I specifically mentioned /var/mqueue and /var/mail as examples of other components. I agree though that what current and past state of the art has supported is narrowing our thinking. If we were using a system like AFS (listen to the groans from the crowd who hates it when I harp on AFS!), we would simply allocate different volumes for the directories using the same back-end storage pool, and be able to administratively change the volume quotas at low overhead. The traditional BSD/UNIX quota model and/or file system model has no way to express this sort of notion, and it's a very useful notion. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:40:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3366516A41F; Wed, 14 Sep 2005 17:40:57 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 695E443D45; Wed, 14 Sep 2005 17:40:56 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id j8EHetFO019276; Wed, 14 Sep 2005 10:40:56 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <20050914165300.GG59453@wombat.fafoe.narf.at> References: <200509140901.j8E916mL044612@repoman.freebsd.org> <20050914095217.GC59453@wombat.fafoe.narf.at> <154E8DB1-C941-4477-9FB7-BD373DC11898@xcllnt.net> <20050914165300.GG59453@wombat.fafoe.narf.at> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 14 Sep 2005 10:40:54 -0700 To: Stefan Farfeleder X-Mailer: Apple Mail (2.734) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:40:57 -0000 On Sep 14, 2005, at 9:53 AM, Stefan Farfeleder wrote: >>> I waver between guarding the prototype with #ifndef __ASSEMBLER__ >>> and >>> moving it to another header, eg. . Opinions? >> >> I would go with #ifndef __ASSEMBLER__. I think the prototype is >> essentially in the right header. I did test your patch and it does >> the trick... > > That would require fixing xorg-server's usage of the header too. I > don't know how difficult this is. In that case, you might as well get the prototype out of there. I have no suggestion where to put it yet... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:44:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2809C16A41F; Wed, 14 Sep 2005 17:44:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9EF043D45; Wed, 14 Sep 2005 17:44:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHijmu081887; Wed, 14 Sep 2005 17:44:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHijjW081886; Wed, 14 Sep 2005 17:44:45 GMT (envelope-from pav) Message-Id: <200509141744.j8EHijjW081886@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 17:44:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-game Makefile distinfo pkg-descr pkg-plist ports/devel/py-game/files patch-config_unix.py patch-src-draw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:44:46 -0000 pav 2005-09-14 17:44:45 UTC FreeBSD ports repository Modified files: devel/py-game Makefile distinfo pkg-descr pkg-plist devel/py-game/files patch-config_unix.py Removed files: devel/py-game/files patch-src-draw.c Log: - Update to 1.7.1 - Take maintainership PR: ports/86104 Submitted by: Marcus von Appen Revision Changes Path 1.29 +5 -5 ports/devel/py-game/Makefile 1.15 +2 -2 ports/devel/py-game/distinfo 1.4 +34 -20 ports/devel/py-game/files/patch-config_unix.py 1.3 +0 -14 ports/devel/py-game/files/patch-src-draw.c (dead) 1.3 +3 -3 ports/devel/py-game/pkg-descr 1.15 +35 -2 ports/devel/py-game/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:51:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88C416A41F; Wed, 14 Sep 2005 17:51:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7601043D45; Wed, 14 Sep 2005 17:51:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHp7xi082149; Wed, 14 Sep 2005 17:51:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHp7sC082148; Wed, 14 Sep 2005 17:51:07 GMT (envelope-from pav) Message-Id: <200509141751.j8EHp7sC082148@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 17:51:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:51:07 -0000 pav 2005-09-14 17:51:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 6.1 Shared libraries: - mention prefered naming scheme of shared library files - add few words about bumping PORTREVISION of consumers on shlib version raise 8 Shared library versions - kill without replacement; it's hardly useful in the modern autotools world Approved by: keramida (mentor) Revision Changes Path 1.611 +10 -36 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:52:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4E416A41F; Wed, 14 Sep 2005 17:52:51 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA1C43D45; Wed, 14 Sep 2005 17:52:51 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHqprm082206; Wed, 14 Sep 2005 17:52:51 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHqppS082205; Wed, 14 Sep 2005 17:52:51 GMT (envelope-from jeh) Message-Id: <200509141752.j8EHqppS082205@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 14 Sep 2005 17:52:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:52:51 -0000 jeh 2005-09-14 17:52:51 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4581 Revision Changes Path 1.412 +1 -1 ports/security/uvscan-dat/Makefile 1.407 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 17:58:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4683916A420; Wed, 14 Sep 2005 17:58:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E8543D64; Wed, 14 Sep 2005 17:58:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EHw0Bf082439; Wed, 14 Sep 2005 17:58:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EHw0RQ082438; Wed, 14 Sep 2005 17:58:00 GMT (envelope-from pav) Message-Id: <200509141758.j8EHw0RQ082438@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 17:58:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 17:58:38 -0000 pav 2005-09-14 17:58:00 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Remove 13.21 If you are stuck... text. It was around since 1999 and it does not really carry any useful information Approved by: keramida (mentor) Revision Changes Path 1.612 +0 -11 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:02:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BCE16A41F; Wed, 14 Sep 2005 18:02:02 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429DC43D46; Wed, 14 Sep 2005 18:02:02 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EI22nE082672; Wed, 14 Sep 2005 18:02:02 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EI223s082671; Wed, 14 Sep 2005 18:02:02 GMT (envelope-from netchild) Message-Id: <200509141802.j8EI223s082671@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 14 Sep 2005 18:02:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed-claws Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:02:02 -0000 netchild 2005-09-14 18:02:02 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws Makefile Log: Fix compile ("LOCALEDIR undeclared" error) for people which don't want openssl support. Noticed by: Piotr Smyrak Submitted by: marcus via Piotr Smyrak Tested by: Piotr Smyrak Revision Changes Path 1.76 +2 -2 ports/mail/sylpheed-claws/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:17:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E22116A41F; Wed, 14 Sep 2005 18:17:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B69943D4C; Wed, 14 Sep 2005 18:17:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIHFJq083479; Wed, 14 Sep 2005 18:17:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIHFIG083478; Wed, 14 Sep 2005 18:17:15 GMT (envelope-from pav) Message-Id: <200509141817.j8EIHFIG083478@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:17:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/lmtpd Makefile distinfo ports/mail/lmtpd/files patch-sieve-sievelex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:17:15 -0000 pav 2005-09-14 18:17:14 UTC FreeBSD ports repository Modified files: mail/lmtpd Makefile distinfo Added files: mail/lmtpd/files patch-sieve-sievelex.c Log: - Update to 0.10.2 PR: ports/86129 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.18 +1 -1 ports/mail/lmtpd/Makefile 1.12 +2 -2 ports/mail/lmtpd/distinfo 1.1 +22 -0 ports/mail/lmtpd/files/patch-sieve-sievelex.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:20:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B4AF16A41F; Wed, 14 Sep 2005 18:20:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4772943D45; Wed, 14 Sep 2005 18:20:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIKRvb083620; Wed, 14 Sep 2005 18:20:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIKRfp083619; Wed, 14 Sep 2005 18:20:27 GMT (envelope-from pav) Message-Id: <200509141820.j8EIKRfp083619@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:20:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-zwiki Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:20:27 -0000 pav 2005-09-14 18:20:27 UTC FreeBSD ports repository Modified files: www/zope-zwiki Makefile distinfo pkg-plist Log: - Update to 0.45.0 PR: ports/86099 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.18 +1 -1 ports/www/zope-zwiki/Makefile 1.15 +2 -2 ports/www/zope-zwiki/distinfo 1.14 +2 -6 ports/www/zope-zwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:24:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6989116A41F; Wed, 14 Sep 2005 18:24:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A9343D46; Wed, 14 Sep 2005 18:24:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EINxFK083760; Wed, 14 Sep 2005 18:23:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EINxpj083759; Wed, 14 Sep 2005 18:23:59 GMT (envelope-from pav) Message-Id: <200509141823.j8EINxpj083759@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:23:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-silvaviews Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:24:00 -0000 pav 2005-09-14 18:23:59 UTC FreeBSD ports repository Modified files: www/zope-silvaviews Makefile distinfo Log: - Update to 0.11 PR: ports/86130 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.4 +2 -2 ports/www/zope-silvaviews/Makefile 1.4 +2 -2 ports/www/zope-silvaviews/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:31:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F8816A41F; Wed, 14 Sep 2005 18:31:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9AB43D49; Wed, 14 Sep 2005 18:31:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIVW9A084095; Wed, 14 Sep 2005 18:31:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIVWMR084094; Wed, 14 Sep 2005 18:31:32 GMT (envelope-from pav) Message-Id: <200509141831.j8EIVWMR084094@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:31:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:31:33 -0000 pav 2005-09-14 18:31:32 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 7.2 Cleaning up empty directories - Reword a bit - Create a subsection from it - Add second subsection dealing with installing empty directories on package install Approved by: keramida Revision Changes Path 1.613 +22 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:35:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E9CA16A41F; Wed, 14 Sep 2005 18:35:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33F343D4C; Wed, 14 Sep 2005 18:35:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIZYo1084258; Wed, 14 Sep 2005 18:35:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIZYOu084257; Wed, 14 Sep 2005 18:35:34 GMT (envelope-from pav) Message-Id: <200509141835.j8EIZYOu084257@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:35:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/qhull pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:35:35 -0000 pav 2005-09-14 18:35:34 UTC FreeBSD ports repository Modified files: math/qhull pkg-descr Log: - Use full URI scheme in WWW line - Remove attribution Revision Changes Path 1.2 +2 -5 ports/math/qhull/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:36:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F9B16A41F; Wed, 14 Sep 2005 18:36:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BB943D46; Wed, 14 Sep 2005 18:36:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIaq8d084318; Wed, 14 Sep 2005 18:36:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIaqgn084317; Wed, 14 Sep 2005 18:36:52 GMT (envelope-from pav) Message-Id: <200509141836.j8EIaqgn084317@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:36:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-clocks/wmbinclock pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:36:53 -0000 pav 2005-09-14 18:36:52 UTC FreeBSD ports repository Modified files: x11-clocks/wmbinclock pkg-descr Log: - Fix doubled http:// in WWW line Revision Changes Path 1.2 +1 -1 ports/x11-clocks/wmbinclock/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:43:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D73016A41F; Wed, 14 Sep 2005 18:43:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D55343D46; Wed, 14 Sep 2005 18:43:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIhbE2084598; Wed, 14 Sep 2005 18:43:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIhb1v084597; Wed, 14 Sep 2005 18:43:37 GMT (envelope-from pav) Message-Id: <200509141843.j8EIhb1v084597@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:43:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nrpep pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:43:37 -0000 pav 2005-09-14 18:43:37 UTC FreeBSD ports repository Modified files: net-mgmt/nrpep pkg-descr Log: - Add http:// to WWW Revision Changes Path 1.2 +1 -1 ports/net-mgmt/nrpep/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:49:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C6516A41F; Wed, 14 Sep 2005 18:49:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2776943D45; Wed, 14 Sep 2005 18:49:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EInpns084781; Wed, 14 Sep 2005 18:49:51 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EInoMn084780; Wed, 14 Sep 2005 18:49:50 GMT (envelope-from pav) Message-Id: <200509141849.j8EInoMn084780@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:49:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/dhttpd Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:49:51 -0000 pav 2005-09-14 18:49:50 UTC FreeBSD ports repository Modified files: www/dhttpd Makefile pkg-descr Log: - Remove dead MASTER_SITE - Remove dead WWW. There are several dhttpd sites around the net, but I'm not sure they are same software as this Revision Changes Path 1.5 +1 -2 ports/www/dhttpd/Makefile 1.2 +0 -2 ports/www/dhttpd/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:50:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DA416A41F; Wed, 14 Sep 2005 18:50:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5343843D46; Wed, 14 Sep 2005 18:50:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIoeIN084899; Wed, 14 Sep 2005 18:50:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIoeM7084898; Wed, 14 Sep 2005 18:50:40 GMT (envelope-from pav) Message-Id: <200509141850.j8EIoeM7084898@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:50:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/emelfm2 Makefile distinfo pkg-descr pkg-plist ports/x11-fm/emelfm2/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:50:40 -0000 pav 2005-09-14 18:50:40 UTC FreeBSD ports repository Modified files: x11-fm/emelfm2 Makefile distinfo pkg-descr pkg-plist x11-fm/emelfm2/files patch-Makefile Log: - Update to 0.1.2 PR: ports/86133 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.16 +6 -14 ports/x11-fm/emelfm2/Makefile 1.8 +2 -2 ports/x11-fm/emelfm2/distinfo 1.5 +10 -10 ports/x11-fm/emelfm2/files/patch-Makefile 1.4 +1 -1 ports/x11-fm/emelfm2/pkg-descr 1.7 +72 -40 ports/x11-fm/emelfm2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:56:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD6C16A41F; Wed, 14 Sep 2005 18:56:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE1E43D49; Wed, 14 Sep 2005 18:56:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIuqhu085158; Wed, 14 Sep 2005 18:56:52 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIuqsC085157; Wed, 14 Sep 2005 18:56:52 GMT (envelope-from linimon) Message-Id: <200509141856.j8EIuqsC085157@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 18:56:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xfce4-netload-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:56:53 -0000 linimon 2005-09-14 18:56:52 UTC FreeBSD ports repository Modified files: sysutils/xfce4-netload-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Approved by: maintainer Revision Changes Path 1.12 +0 -1 ports/sysutils/xfce4-netload-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:57:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F6416A41F; Wed, 14 Sep 2005 18:57:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA0343D48; Wed, 14 Sep 2005 18:57:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIv3Pl085195; Wed, 14 Sep 2005 18:57:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIv3cs085194; Wed, 14 Sep 2005 18:57:03 GMT (envelope-from pav) Message-Id: <200509141857.j8EIv3cs085194@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 18:57:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/emacs-wiki Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:57:04 -0000 pav 2005-09-14 18:57:03 UTC FreeBSD ports repository Modified files: textproc/emacs-wiki Makefile distinfo Log: - Update to 2.70 PR: ports/86111 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.4 +1 -2 ports/textproc/emacs-wiki/Makefile 1.4 +2 -2 ports/textproc/emacs-wiki/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 18:57:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46CA16A479; Wed, 14 Sep 2005 18:57:06 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720E143D4C; Wed, 14 Sep 2005 18:57:06 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EIv63w085224; Wed, 14 Sep 2005 18:57:06 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EIv6gn085223; Wed, 14 Sep 2005 18:57:06 GMT (envelope-from brooks) Message-Id: <200509141857.j8EIv6gn085223@repoman.freebsd.org> From: Brooks Davis Date: Wed, 14 Sep 2005 18:57:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/diskprep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 18:57:07 -0000 brooks 2005-09-14 18:57:06 UTC FreeBSD ports repository Modified files: sysutils/diskprep Makefile Log: Setting USE_RCORDER to an undefined variable means nothing happens. Set it to PORTNAME not NAME so we actually install the helper script. Revision Changes Path 1.4 +2 -1 ports/sysutils/diskprep/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:00:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFD916A41F; Wed, 14 Sep 2005 19:00:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C05143D45; Wed, 14 Sep 2005 19:00:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EJ0lkC085433; Wed, 14 Sep 2005 19:00:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EJ0lxq085432; Wed, 14 Sep 2005 19:00:47 GMT (envelope-from pav) Message-Id: <200509141900.j8EJ0lxq085432@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 19:00:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/planner.el Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:00:48 -0000 pav 2005-09-14 19:00:47 UTC FreeBSD ports repository Modified files: deskutils/planner.el Makefile distinfo pkg-plist Log: - Update to 3.31 PR: ports/86112 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.5 +1 -1 ports/deskutils/planner.el/Makefile 1.5 +2 -2 ports/deskutils/planner.el/distinfo 1.4 +2 -0 ports/deskutils/planner.el/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:01:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C7A16A41F; Wed, 14 Sep 2005 19:01:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07B743D48; Wed, 14 Sep 2005 19:01:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EJ1GKC085489; Wed, 14 Sep 2005 19:01:16 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EJ1GPb085488; Wed, 14 Sep 2005 19:01:16 GMT (envelope-from linimon) Message-Id: <200509141901.j8EJ1GPb085488@repoman.freebsd.org> From: Mark Linimon Date: Wed, 14 Sep 2005 19:01:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xfce4-clipman-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:01:17 -0000 linimon 2005-09-14 19:01:16 UTC FreeBSD ports repository Modified files: x11/xfce4-clipman-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.14 +0 -1 ports/x11/xfce4-clipman-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:03:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E1B16A41F; Wed, 14 Sep 2005 19:03:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35D4043D45; Wed, 14 Sep 2005 19:03:15 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EJ3FQr085552; Wed, 14 Sep 2005 19:03:15 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EJ3Fgh085551; Wed, 14 Sep 2005 19:03:15 GMT (envelope-from ru) Message-Id: <200509141903.j8EJ3Fgh085551@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 14 Sep 2005 19:03:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_cbus.c if_ed_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:03:15 -0000 ru 2005-09-14 19:03:15 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_cbus.c if_ed_pci.c Log: Make device_detach methods really work. Revision Changes Path 1.24 +1 -1 src/sys/dev/ed/if_ed_cbus.c 1.46 +1 -1 src/sys/dev/ed/if_ed_pci.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:05:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A87516A41F; Wed, 14 Sep 2005 19:05:04 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A82B43D46; Wed, 14 Sep 2005 19:05:03 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr10.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8EJ4wCK045330; Wed, 14 Sep 2005 21:04:59 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8EJ4wKd071499; Wed, 14 Sep 2005 21:04:58 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j8EJ4tNo071485; Wed, 14 Sep 2005 21:04:55 +0200 (CEST) (envelope-from wb) Date: Wed, 14 Sep 2005 21:04:55 +0200 From: Wilko Bulte To: Robert Watson Message-ID: <20050914190455.GA71466@freebie.xs4all.nl> References: <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> <20050914155307.GA32734@odin.ac.hmc.edu> <0D07312F-7DDB-40E4-A63A-3E00969F5A4C@xcllnt.net> <20050914183720.P57836@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050914183720.P57836@fledge.watson.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Alexey Dokuchaev , src-committers@FreeBSD.ORG, Brooks Davis , cvs-src@FreeBSD.ORG, Garance A Drosehn , Marcel Moolenaar , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf kern.post.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:05:04 -0000 On Wed, Sep 14, 2005 at 06:39:40PM +0100, Robert Watson wrote.. > > On Wed, 14 Sep 2005, Marcel Moolenaar wrote: > > >>>We probably ought to move this discussion to another list, but -- I > >>>remember two very specific occasions where I first realized how > >>>important an isolated /var is: > >>> > >>>(1) In about 1995, when I first started using ppp, I discovered the > >>> hard way that the default logging level was set a bit high, and > >>> filled > >>> the entire hard disk with log records in a couple of days. > >*snip* > >> > >>I've also hit cases where the log come in so fast that you can fill a > >>1GB /var fast enough that newsyslog never has a chance to compress the > >>log. > >*snip* > > > >Just so that people realize: what is being described is not an argument > >for having /var be a separate partition, but really for having /var/log > >be a separate partition. It's just that the granularity of our thinking > >is highly influenced by our legacy, even to the extend of it becoming an > >intellectual jail. > > > >I think it's much easier to size a /var/log partition effectively than > >it is to size /, /usr and /var effectively... > > > >Just some food for thought, > > Yeah, I specifically mentioned /var/mqueue and /var/mail as examples of > other components. > > I agree though that what current and past state of the art has supported > is narrowing our thinking. If we were using a system like AFS (listen to > the groans from the crowd who hates it when I harp on AFS!), we would > simply allocate different volumes for the directories using the same > back-end storage pool, and be able to administratively change the volume > quotas at low overhead. The traditional BSD/UNIX quota model and/or file > system model has no way to express this sort of notion, and it's a very > useful notion. /me goes out and dynamically expands his RAID LUN on the FC array ;) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:14:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A558316A41F; Wed, 14 Sep 2005 19:14:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6330343D48; Wed, 14 Sep 2005 19:14:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EJEWu4086123; Wed, 14 Sep 2005 19:14:32 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EJEWAh086122; Wed, 14 Sep 2005 19:14:32 GMT (envelope-from ache) Message-Id: <200509141914.j8EJEWAh086122@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 14 Sep 2005 19:14:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen glob.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:14:32 -0000 ache 2005-09-14 19:14:32 UTC FreeBSD src repository Modified files: lib/libc/gen glob.c Log: Don't reuse *pl to skip [], it is already used for {} parts in the loop above (submitted patch slightly modified) PR: 86038 Submitted by: Gerd Rausch Revision Changes Path 1.23 +3 -3 src/lib/libc/gen/glob.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:34:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BBC16A41F; Wed, 14 Sep 2005 19:34:43 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A6D43D46; Wed, 14 Sep 2005 19:34:43 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EJYhtw087016; Wed, 14 Sep 2005 19:34:43 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EJYhDm087015; Wed, 14 Sep 2005 19:34:43 GMT (envelope-from blackend) Message-Id: <200509141934.j8EJYhDm087015@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 14 Sep 2005 19:34:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/linuxemu chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:34:43 -0000 blackend 2005-09-14 19:34:43 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Translation fixes Revision Changes Path 1.10 +24 -24 doc/fr_FR.ISO8859-1/books/handbook/linuxemu/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 19:36:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6CC516A41F; Wed, 14 Sep 2005 19:36:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21B543D46; Wed, 14 Sep 2005 19:36:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 14 Sep 2005 15:52:13 -0400 From: John Baldwin To: Ruslan Ermilov Date: Wed, 14 Sep 2005 15:37:30 -0400 User-Agent: KMail/1.8 References: <200509141233.j8ECXN28053907@repoman.freebsd.org> In-Reply-To: <200509141233.j8ECXN28053907@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509141537.31787.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 19:36:36 -0000 On Wednesday 14 September 2005 08:33 am, Ruslan Ermilov wrote: > ru 2005-09-14 12:33:23 UTC > > FreeBSD src repository > > Modified files: > sys/pci if_rl.c > Log: > Fixed "Memory modified after free" panic in rl_detach() due > to rl_stop() accessing already freed "struct ifnet". > > Fixed LOR between rl mutex and some ACPI mutex in rl_detach(). Very close to the patch I had. :) Note that you can remove the 'attached' variable now since it is only used once and just use 'device_is_attached()' inline in the if-statement like other drivers. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:14:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 684B516A420; Wed, 14 Sep 2005 20:14:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B55343D62; Wed, 14 Sep 2005 20:14:45 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKEiq3088616; Wed, 14 Sep 2005 20:14:44 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKEigG088611; Wed, 14 Sep 2005 20:14:44 GMT (envelope-from lth) Message-Id: <200509142014.j8EKEigG088611@repoman.freebsd.org> From: Lars Thegler Date: Wed, 14 Sep 2005 20:14:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Algorithm-LCS Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:14:49 -0000 lth 2005-09-14 20:14:43 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Algorithm-LCS Makefile distinfo pkg-descr pkg-plist Log: Add p5-Algorithm-LCS 1.04, fast (XS) implementation of the Longest Common Subsequence Algorithm. PR: ports/84151 Submitted by: tiger@whitetigersd.com Revision Changes Path 1.1965 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/p5-Algorithm-LCS/Makefile (new) 1.1 +2 -0 ports/devel/p5-Algorithm-LCS/distinfo (new) 1.1 +4 -0 ports/devel/p5-Algorithm-LCS/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Algorithm-LCS/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:15:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF5016A41F; Wed, 14 Sep 2005 20:15:15 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7114D43D48; Wed, 14 Sep 2005 20:15:15 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKFFp1088733; Wed, 14 Sep 2005 20:15:15 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKFF4A088732; Wed, 14 Sep 2005 20:15:15 GMT (envelope-from lth) Message-Id: <200509142015.j8EKFF4A088732@repoman.freebsd.org> From: Lars Thegler Date: Wed, 14 Sep 2005 20:15:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:15:15 -0000 lth 2005-09-14 20:15:15 UTC FreeBSD ports repository Modified files: . modules Log: p5-Algorithm-LCS --> ports/devel/p5-Algorithm-LCS Revision Changes Path 1.13150 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:17:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 856D816A41F; Wed, 14 Sep 2005 20:17:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B7343D6D; Wed, 14 Sep 2005 20:17:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKHnki088840; Wed, 14 Sep 2005 20:17:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKHnuB088839; Wed, 14 Sep 2005 20:17:49 GMT (envelope-from pav) Message-Id: <200509142017.j8EKHnuB088839@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 20:17:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kodos Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:17:51 -0000 pav 2005-09-14 20:17:49 UTC FreeBSD ports repository Modified files: devel/kodos Makefile distinfo Log: - Update to 2.4.7 PR: ports/86125 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.7 +2 -2 ports/devel/kodos/Makefile 1.4 +2 -2 ports/devel/kodos/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:19:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B10ED16A41F; Wed, 14 Sep 2005 20:19:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511DA43D4C; Wed, 14 Sep 2005 20:19:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKJoex088924; Wed, 14 Sep 2005 20:19:50 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKJoNd088923; Wed, 14 Sep 2005 20:19:50 GMT (envelope-from lth) Message-Id: <200509142019.j8EKJoNd088923@repoman.freebsd.org> From: Lars Thegler Date: Wed, 14 Sep 2005 20:19:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:19:50 -0000 lth 2005-09-14 20:19:50 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Andrew L Kilpatrick for devel/p5-Algorithm-LCS. Revision Changes Path 1.442 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:25:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025C116A41F; Wed, 14 Sep 2005 20:25:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C902943D4C; Wed, 14 Sep 2005 20:25:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKPIeW089230; Wed, 14 Sep 2005 20:25:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKPIox089229; Wed, 14 Sep 2005 20:25:18 GMT (envelope-from pav) Message-Id: <200509142025.j8EKPIox089229@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 20:25:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/pear-Net_LDAP Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:25:19 -0000 pav 2005-09-14 20:25:18 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pear-Net_LDAP Makefile distinfo pkg-descr Log: Net Ldap is a clone of Perls Net::LDAP object interface to ldapservers. It does not contain all of Net::LDAPs features, but has: * A simple OO-interface to connections, searches and entries. * Support for tls and ldap v3. * Simple modification, deletion and creation of ldapentries. * Support for schema handling. PR: ports/84642 Submitted by: Gerrit Beine Revision Changes Path 1.1531 +1 -0 ports/net/Makefile 1.1 +29 -0 ports/net/pear-Net_LDAP/Makefile (new) 1.1 +2 -0 ports/net/pear-Net_LDAP/distinfo (new) 1.1 +9 -0 ports/net/pear-Net_LDAP/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:26:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C5416A41F; Wed, 14 Sep 2005 20:26:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B5343D46; Wed, 14 Sep 2005 20:26:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKQ0qf089296; Wed, 14 Sep 2005 20:26:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKQ0FV089295; Wed, 14 Sep 2005 20:26:00 GMT (envelope-from pav) Message-Id: <200509142026.j8EKQ0FV089295@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 20:26:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:26:00 -0000 pav 2005-09-14 20:26:00 UTC FreeBSD ports repository Modified files: . modules Log: pear-Net_LDAP --> ports/net/pear-Net_LDAP Revision Changes Path 1.13151 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:35:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB62F16A41F; Wed, 14 Sep 2005 20:35:46 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB27E43D45; Wed, 14 Sep 2005 20:35:46 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKZkwP089701; Wed, 14 Sep 2005 20:35:46 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKZk71089700; Wed, 14 Sep 2005 20:35:46 GMT (envelope-from ache) Message-Id: <200509142035.j8EKZk71089700@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 14 Sep 2005 20:35:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen getcwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:35:47 -0000 ache 2005-09-14 20:35:46 UTC FreeBSD src repository Modified files: lib/libc/gen getcwd.c Log: Remove any hardcoded assumptions about malloc's way of allocating, just use MAXPATHLEN. It prevents potential buffer overflow with other malloc implementations. (this change based on submitted patch) PR: 86135 Submitted by: Trevor Blackwell Revision Changes Path 1.26 +4 -4 src/lib/libc/gen/getcwd.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 20:58:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3CCF16A41F; Wed, 14 Sep 2005 20:58:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8855143D48; Wed, 14 Sep 2005 20:58:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EKw5sM097787; Wed, 14 Sep 2005 20:58:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EKw5H8097786; Wed, 14 Sep 2005 20:58:05 GMT (envelope-from pav) Message-Id: <200509142058.j8EKw5H8097786@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 20:58:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/monotone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 20:58:06 -0000 pav 2005-09-14 20:58:05 UTC FreeBSD ports repository Modified files: devel/monotone Makefile distinfo Log: - Update to 0.22 PR: ports/85443 Submitted by: Lapo Luchini Approved by: maintainer timeout (14 days) Revision Changes Path 1.11 +1 -1 ports/devel/monotone/Makefile 1.4 +2 -2 ports/devel/monotone/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:15:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC47E16A423; Wed, 14 Sep 2005 21:15:51 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A4943D45; Wed, 14 Sep 2005 21:15:51 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELFpL0098542; Wed, 14 Sep 2005 21:15:51 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELFp2M098541; Wed, 14 Sep 2005 21:15:51 GMT (envelope-from jkoshy) Message-Id: <200509142115.j8ELFp2M098541@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 14 Sep 2005 21:15:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat_log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:15:51 -0000 jkoshy 2005-09-14 21:15:50 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat_log.c Log: Determine where the runtime loader got mapped to when a dynamically linked process was exec()'ed, and map samples in that address range into the appropriate buckets in the runtime loader's profile. Improve a few comments. MFC after: 3 days Revision Changes Path 1.5 +119 -85 src/usr.sbin/pmcstat/pmcstat_log.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:21:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 296E016A41F; Wed, 14 Sep 2005 21:21:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB9943D46; Wed, 14 Sep 2005 21:21:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELLD7G098790; Wed, 14 Sep 2005 21:21:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELLDFw098789; Wed, 14 Sep 2005 21:21:13 GMT (envelope-from pav) Message-Id: <200509142121.j8ELLDFw098789@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 21:21:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/elf pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:21:14 -0000 pav 2005-09-14 21:21:13 UTC FreeBSD ports repository Modified files: devel/elf pkg-descr Log: - Update WWW Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/elf/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:21:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC96416A41F; Wed, 14 Sep 2005 21:21:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8D743D48; Wed, 14 Sep 2005 21:21:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELLjbI098827; Wed, 14 Sep 2005 21:21:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELLj2B098826; Wed, 14 Sep 2005 21:21:45 GMT (envelope-from marius) Message-Id: <200509142121.j8ELLj2B098826@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 Sep 2005 21:21:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:21:45 -0000 marius 2005-09-14 21:21:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class Makefile Log: MFC: 1.10 As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined either. Approved by: re (scottl) Revision Changes Path 1.5.2.3 +1 -1 src/sbin/geom/class/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:23:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EC516A41F; Wed, 14 Sep 2005 21:23:51 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3748943D49; Wed, 14 Sep 2005 21:23:51 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELNpkl098942; Wed, 14 Sep 2005 21:23:51 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELNpGe098941; Wed, 14 Sep 2005 21:23:51 GMT (envelope-from marius) Message-Id: <200509142123.j8ELNpGe098941@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 Sep 2005 21:23:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/gem if_gem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:23:51 -0000 marius 2005-09-14 21:23:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/gem if_gem.c Log: MFC: 1.34 - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU. - On resume all registers have to be initialized again like after power-on so reset sc_inited in gem_suspend() in order get all of the registers set next time gem_init_regs() is called. - On at least some ERI and GEM revisions GEM_MAC_RX_OVERFLOW happen often due to a silicon bug and re-initializing is all we can do about these errors so make handling them non-verbose. - Remove a superfluous memset(3) call in gem_meminit(), all elements are initialized to 0 anyway. Approved by: re (scottl) Revision Changes Path 1.29.2.4 +23 -8 src/sys/dev/gem/if_gem.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:26:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3BA416A41F; Wed, 14 Sep 2005 21:26:10 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B816843D4C; Wed, 14 Sep 2005 21:26:09 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELQ9BF099065; Wed, 14 Sep 2005 21:26:09 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELQ9ka099064; Wed, 14 Sep 2005 21:26:09 GMT (envelope-from marius) Message-Id: <200509142126.j8ELQ9ka099064@repoman.freebsd.org> From: Marius Strobl Date: Wed, 14 Sep 2005 21:26:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:26:11 -0000 marius 2005-09-14 21:26:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 vlan.4 Log: MFC: 1.26 Add gem(4) to the list of devices supporting VLAN-sized frames natively (since sys/dev/gem/if_gem.c rev. 1.34, MFC'ed in rev. 1.29.2.4). Approved by: re (scottl) Revision Changes Path 1.23.2.1 +5 -1 src/share/man/man4/vlan.4 From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:34:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A06D16A41F; Wed, 14 Sep 2005 21:34:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C087A43D48; Wed, 14 Sep 2005 21:34:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELYRNU099393; Wed, 14 Sep 2005 21:34:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELYREn099392; Wed, 14 Sep 2005 21:34:27 GMT (envelope-from pav) Message-Id: <200509142134.j8ELYREn099392@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 21:34:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/smtpd pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:34:28 -0000 pav 2005-09-14 21:34:27 UTC FreeBSD ports repository Modified files: mail/smtpd pkg-descr Log: - Change dead WWW to vendor homepage - Don't mention patch which is already integrated by the port - Don't mention docs which are no longer online - Trim trailing whitespace Revision Changes Path 1.3 +4 -11 ports/mail/smtpd/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:37:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE55B16A41F; Wed, 14 Sep 2005 21:37:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2DB43D46; Wed, 14 Sep 2005 21:37:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELb0c8099685; Wed, 14 Sep 2005 21:37:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELb0TP099683; Wed, 14 Sep 2005 21:37:00 GMT (envelope-from pav) Message-Id: <200509142137.j8ELb0TP099683@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 21:37:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/sting Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:37:00 -0000 pav 2005-09-14 21:37:00 UTC FreeBSD ports repository Modified files: net-mgmt/sting Makefile pkg-descr Log: - Update master site - Update WWW Revision Changes Path 1.8 +1 -1 ports/net-mgmt/sting/Makefile 1.2 +1 -1 ports/net-mgmt/sting/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:38:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E8116A41F; Wed, 14 Sep 2005 21:38:37 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA24443D67; Wed, 14 Sep 2005 21:38:35 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELcZfo099821; Wed, 14 Sep 2005 21:38:35 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELcZ3V099820; Wed, 14 Sep 2005 21:38:35 GMT (envelope-from rodrigc) Message-Id: <200509142138.j8ELcZ3V099820@repoman.freebsd.org> From: Craig Rodrigues Date: Wed, 14 Sep 2005 21:38:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_slice.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:38:37 -0000 rodrigc 2005-09-14 21:38:35 UTC FreeBSD src repository Modified files: sys/geom geom_slice.c Log: Fix so that when a slice or a partition is removed through g_slice_config(), it is destroyed in GEOM, in addition to being removed from /dev. Before this patch, if you applied a new MBR which deleted a slice, the deleted slice would not be in /dev, but it would still appear in kern.geom.conftxt and kern.geom.confxml, which would confused the diskPartitionEditor in sysinstall. Submitted by: pjd Tested by: pjd, rodrigc MFC after: 1 week Revision Changes Path 1.58 +1 -0 src/sys/geom/geom_slice.c From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:46:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E9FC16A41F; Wed, 14 Sep 2005 21:46:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBBE43D45; Wed, 14 Sep 2005 21:46:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELkQwx000289; Wed, 14 Sep 2005 21:46:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELkQt8000288; Wed, 14 Sep 2005 21:46:26 GMT (envelope-from pav) Message-Id: <200509142146.j8ELkQt8000288@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 21:46:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/brlcad Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:46:27 -0000 pav 2005-09-14 21:46:26 UTC FreeBSD ports repository Modified files: cad/brlcad Makefile distinfo pkg-plist Log: - Update to 7.6.0 PR: ports/85983 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.9 +36 -58 ports/cad/brlcad/Makefile 1.6 +2 -2 ports/cad/brlcad/distinfo 1.7 +635 -702 ports/cad/brlcad/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 21:56:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332AD16A420; Wed, 14 Sep 2005 21:56:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B745443D5C; Wed, 14 Sep 2005 21:56:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ELuIbm000715; Wed, 14 Sep 2005 21:56:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ELuHqD000714; Wed, 14 Sep 2005 21:56:17 GMT (envelope-from pav) Message-Id: <200509142156.j8ELuHqD000714@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 21:56:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/narval pkg-descr ports/devel/py-reverse pkg-descr ports/textproc/py-xmltools pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:56:24 -0000 pav 2005-09-14 21:56:17 UTC FreeBSD ports repository Modified files: deskutils/narval pkg-descr devel/py-reverse pkg-descr textproc/py-xmltools pkg-descr Log: - Update WWW Revision Changes Path 1.2 +1 -1 ports/deskutils/narval/pkg-descr 1.2 +1 -1 ports/devel/py-reverse/pkg-descr 1.2 +1 -1 ports/textproc/py-xmltools/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:00:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C3416A43B; Wed, 14 Sep 2005 22:00:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819B443D8E; Wed, 14 Sep 2005 22:00:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EM0NGE000873; Wed, 14 Sep 2005 22:00:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EM0Nqj000872; Wed, 14 Sep 2005 22:00:23 GMT (envelope-from pav) Message-Id: <200509142200.j8EM0Nqj000872@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 22:00:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wmtictactoe Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:00:40 -0000 pav 2005-09-14 22:00:22 UTC FreeBSD ports repository Modified files: games/wmtictactoe Makefile pkg-descr Log: - Remove dead master site - Remove dead WWW Revision Changes Path 1.14 +1 -2 ports/games/wmtictactoe/Makefile 1.4 +0 -4 ports/games/wmtictactoe/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:06:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDFA816A41F; Wed, 14 Sep 2005 22:06:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE7143D46; Wed, 14 Sep 2005 22:06:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EM63Tq001256; Wed, 14 Sep 2005 22:06:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EM634a001255; Wed, 14 Sep 2005 22:06:03 GMT (envelope-from pav) Message-Id: <200509142206.j8EM634a001255@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 22:06:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/graphics Makefile ports/graphics/mgp-gallery Makefile distinfo pkg-descr pkg-plist ports/graphics/mgp-gallery/scripts fix-gallery X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:06:03 -0000 pav 2005-09-14 22:06:03 UTC FreeBSD ports repository Modified files: . MOVED graphics Makefile Removed files: graphics/mgp-gallery Makefile distinfo pkg-descr pkg-plist graphics/mgp-gallery/scripts fix-gallery Log: - Remove expired port: disappeared from web Revision Changes Path 1.751 +2 -1 ports/MOVED 1.849 +0 -1 ports/graphics/Makefile 1.11 +0 -45 ports/graphics/mgp-gallery/Makefile (dead) 1.3 +0 -8 ports/graphics/mgp-gallery/distinfo (dead) 1.2 +0 -6 ports/graphics/mgp-gallery/pkg-descr (dead) 1.2 +0 -65 ports/graphics/mgp-gallery/pkg-plist (dead) 1.2 +0 -11 ports/graphics/mgp-gallery/scripts/fix-gallery (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:06:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4683F16A41F; Wed, 14 Sep 2005 22:06:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07ED743D46; Wed, 14 Sep 2005 22:06:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EM6Wr7001300; Wed, 14 Sep 2005 22:06:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EM6WBb001299; Wed, 14 Sep 2005 22:06:32 GMT (envelope-from pav) Message-Id: <200509142206.j8EM6WBb001299@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 22:06:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:06:33 -0000 pav 2005-09-14 22:06:32 UTC FreeBSD ports repository Modified files: . modules Log: mgp-gallery gone Revision Changes Path 1.13152 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:22:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F3816A41F; Wed, 14 Sep 2005 22:22:49 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A8B43D48; Wed, 14 Sep 2005 22:22:49 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EMMnAp001891; Wed, 14 Sep 2005 22:22:49 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EMMnhX001890; Wed, 14 Sep 2005 22:22:49 GMT (envelope-from lesi) Message-Id: <200509142222.j8EMMnhX001890@repoman.freebsd.org> From: Dejan Lesjak Date: Wed, 14 Sep 2005 22:22:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:22:50 -0000 lesi 2005-09-14 22:22:49 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document X11 server -- pixmap allocation vulnerability. Reviewed by: simon Revision Changes Path 1.816 +34 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:25:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F8516A41F; Wed, 14 Sep 2005 22:25:18 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7126043D53; Wed, 14 Sep 2005 22:25:17 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta9.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050914222516.XBZN24716.mta9.adelphia.net@default.chvlva.adelphia.net>; Wed, 14 Sep 2005 18:25:16 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id B7B7FB541; Wed, 14 Sep 2005 18:25:11 -0400 (EDT) Date: Wed, 14 Sep 2005 18:25:11 -0400 From: Parv To: Alexey Dokuchaev Message-ID: <20050914222511.GA11455@holestein.holy.cow> Mail-Followup-To: Alexey Dokuchaev , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050914061957.GA13354@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:25:18 -0000 in message <20050914061957.GA13354@FreeBSD.org>, wrote Alexey Dokuchaev thusly... > > On Tue, Sep 13, 2005 at 10:23:54PM -0400, Parv wrote: > > in message <200509132211.j8DMBYpj090708@repoman.freebsd.org>, > > wrote Alexey Dokuchaev thusly... > > > > > > Log: > > > - Convert to OPTIONS > > > > Ah dang. > > Once again, could you please explain what you do not like about OPTIONS? > If you need to reconfigure the port at some point, there's "make config" > for this purpose. I was just expressing my general disappointment as in "another one bites the dust". The issue of OPTIONS-fying has been covered in past definitely by others, and i might have chimed in too. > > > - Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of > > > little use > > > > Whatever. > > As I said earlier, it does not hurt to have it: there's no extra > dependency, and this simplifies things for people. > me with example when using this option is the onl I am sorry, that was bad edit on my part, i should have removed "WITH_RPLAY" reference when i replied. Again, I was expressing my disappointment about the removal of WITHOUT_XINERAMA (why/how was already covered either in some PR of one of the ports lists). - Parv -- From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:42:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5027816A41F; Wed, 14 Sep 2005 22:42:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB7343D45; Wed, 14 Sep 2005 22:42:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EMgVTj002554; Wed, 14 Sep 2005 22:42:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EMgVwq002553; Wed, 14 Sep 2005 22:42:31 GMT (envelope-from pav) Message-Id: <200509142242.j8EMgVwq002553@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 22:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sympa Makefile ports/mail/sympa/files patch-config.sub X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:42:32 -0000 pav 2005-09-14 22:42:31 UTC FreeBSD ports repository Modified files: mail/sympa Makefile Added files: mail/sympa/files patch-config.sub Log: - Unbreak on amd64 PR: ports/86087 Submitted by: Johan van Selst Revision Changes Path 1.17 +0 -4 ports/mail/sympa/Makefile 1.1 +11 -0 ports/mail/sympa/files/patch-config.sub (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:43:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEF016A41F; Wed, 14 Sep 2005 22:43:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2F943D45; Wed, 14 Sep 2005 22:43:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EMhN8o002629; Wed, 14 Sep 2005 22:43:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EMhNg2002628; Wed, 14 Sep 2005 22:43:23 GMT (envelope-from pav) Message-Id: <200509142243.j8EMhNg2002628@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 22:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pfinger Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:43:24 -0000 pav 2005-09-14 22:43:23 UTC FreeBSD ports repository Modified files: net/pfinger Makefile pkg-plist Log: - Support WITHOUT_X11 tunable PR: ports/86138 Submitted by: Roman Neuhauser Revision Changes Path 1.10 +8 -3 ports/net/pfinger/Makefile 1.2 +1 -1 ports/net/pfinger/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:51:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538A616A41F; Wed, 14 Sep 2005 22:51:50 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113A943D6A; Wed, 14 Sep 2005 22:51:50 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EMpnnO002970; Wed, 14 Sep 2005 22:51:49 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EMpnYK002969; Wed, 14 Sep 2005 22:51:49 GMT (envelope-from leeym) Message-Id: <200509142251.j8EMpnYK002969@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 14 Sep 2005 22:51:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Flickr-Upload Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:51:50 -0000 leeym 2005-09-14 22:51:49 UTC FreeBSD ports repository Modified files: www/p5-Flickr-Upload Makefile distinfo pkg-plist Log: - update to 1.22 Revision Changes Path 1.3 +3 -3 ports/www/p5-Flickr-Upload/Makefile 1.2 +2 -2 ports/www/p5-Flickr-Upload/distinfo 1.2 +0 -1 ports/www/p5-Flickr-Upload/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Sep 14 22:56:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709D416A41F; Wed, 14 Sep 2005 22:56:31 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D7D43D45; Wed, 14 Sep 2005 22:56:31 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EMuVfT003158; Wed, 14 Sep 2005 22:56:31 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EMuVNR003157; Wed, 14 Sep 2005 22:56:31 GMT (envelope-from leeym) Message-Id: <200509142256.j8EMuVNR003157@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 14 Sep 2005 22:56:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Math-FFT Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 22:56:31 -0000 leeym 2005-09-14 22:56:30 UTC FreeBSD ports repository Modified files: math/p5-Math-FFT Makefile distinfo Log: - update to 1.28 Revision Changes Path 1.7 +1 -1 ports/math/p5-Math-FFT/Makefile 1.4 +2 -2 ports/math/p5-Math-FFT/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:03:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0146616A420; Wed, 14 Sep 2005 23:03:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E7543D45; Wed, 14 Sep 2005 23:03:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8EN3olq003428; Wed, 14 Sep 2005 23:03:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8EN3oCa003427; Wed, 14 Sep 2005 23:03:50 GMT (envelope-from edwin) Message-Id: <200509142303.j8EN3oCa003427@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 14 Sep 2005 23:03:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/ipv6calc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:03:51 -0000 edwin 2005-09-14 23:03:50 UTC FreeBSD ports repository Modified files: net-mgmt/ipv6calc Makefile distinfo Log: Upgrade to 0.49 20050914/PB Update databases 20050725/PB lib/libipv6addr ipv6calc/showinfo - add support for Unique Local IPv6 Unicast Addresses 20050719/PB md5/md5.c - fix for proper support of big endian machines lib/libipv6addr - replace hardcoded IPv6 assignement by dynamic one 20050714/PB lib/libipv6addr - IPv6 TLA update 20050628/PB ipv6calc: - replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by Andrew Walrond) 20050212/PB ipv6logconv: - implement a lookup cache for speed-up (around 20%) lib/libipv4addr databases/ipv4-assignment/dbipv4addr_assignment.h - add a hint table for speed-up IPv4 registry lookups (around 10 times!) Revision Changes Path 1.22 +1 -1 ports/net-mgmt/ipv6calc/Makefile 1.12 +2 -2 ports/net-mgmt/ipv6calc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:10:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E811816A41F; Wed, 14 Sep 2005 23:10:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CBF43D45; Wed, 14 Sep 2005 23:10:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENAZXf003737; Wed, 14 Sep 2005 23:10:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENAZie003736; Wed, 14 Sep 2005 23:10:35 GMT (envelope-from pav) Message-Id: <200509142310.j8ENAZie003736@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:10:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/nocatsplash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:10:36 -0000 pav 2005-09-14 23:10:35 UTC FreeBSD ports repository Modified files: net/nocatsplash Makefile Log: - Don't depend on security/pf and extend IGNORE up to point of pf import to base Approved by: bms (maintainer) Revision Changes Path 1.4 +1 -6 ports/net/nocatsplash/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:14:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2772716A41F; Wed, 14 Sep 2005 23:14:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C582343D45; Wed, 14 Sep 2005 23:14:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENEdag004057; Wed, 14 Sep 2005 23:14:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENEdQo004056; Wed, 14 Sep 2005 23:14:39 GMT (envelope-from pav) Message-Id: <200509142314.j8ENEdQo004056@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:14:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/security Makefile ports/security/authpf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/security/authpf/files patch-aa pathnames.h.sed ports/security/pf Makefile distinfo pkg-descr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:14:40 -0000 pav 2005-09-14 23:14:39 UTC FreeBSD ports repository Modified files: . MOVED security Makefile Removed files: security/authpf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist security/authpf/files patch-aa pathnames.h.sed security/pf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist security/pf/files patch-aa patch-ab patch-pf::pf_ioctl.c pf.conf.default pf.os.default pf.sh.sample Log: - Remove security/pf and security/authpf ports. They were only useful on FreeBSD 5.0 - 5.2.1. Requested by: mlaier (maintainer) via linimon Revision Changes Path 1.752 +3 -1 ports/MOVED 1.639 +0 -2 ports/security/Makefile 1.15 +0 -91 ports/security/authpf/Makefile (dead) 1.5 +0 -2 ports/security/authpf/distinfo (dead) 1.3 +0 -22 ports/security/authpf/files/patch-aa (dead) 1.2 +0 -40 ports/security/authpf/files/pathnames.h.sed (dead) 1.2 +0 -7 ports/security/authpf/pkg-descr (dead) 1.6 +0 -85 ports/security/authpf/pkg-install (dead) 1.2 +0 -11 ports/security/authpf/pkg-message (dead) 1.3 +0 -11 ports/security/authpf/pkg-plist (dead) 1.21 +0 -134 ports/security/pf/Makefile (dead) 1.8 +0 -2 ports/security/pf/distinfo (dead) 1.3 +0 -11 ports/security/pf/files/patch-aa (dead) 1.3 +0 -11 ports/security/pf/files/patch-ab (dead) 1.2 +0 -12 ports/security/pf/files/patch-pf::pf_ioctl.c (dead) 1.3 +0 -78 ports/security/pf/files/pf.conf.default (dead) 1.2 +0 -551 ports/security/pf/files/pf.os.default (dead) 1.2 +0 -68 ports/security/pf/files/pf.sh.sample (dead) 1.6 +0 -15 ports/security/pf/pkg-descr (dead) 1.4 +0 -189 ports/security/pf/pkg-install (dead) 1.4 +0 -15 ports/security/pf/pkg-message (dead) 1.3 +0 -35 ports/security/pf/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:15:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C0F16A41F; Wed, 14 Sep 2005 23:15:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808FE43D49; Wed, 14 Sep 2005 23:15:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENFCgE004135; Wed, 14 Sep 2005 23:15:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENFC7H004134; Wed, 14 Sep 2005 23:15:12 GMT (envelope-from pav) Message-Id: <200509142315.j8ENFC7H004134@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:15:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:15:13 -0000 pav 2005-09-14 23:15:12 UTC FreeBSD ports repository Modified files: . modules Log: authpf and pf gone Revision Changes Path 1.13153 +0 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:19:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C75716A41F; Wed, 14 Sep 2005 23:19:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D00C043D48; Wed, 14 Sep 2005 23:19:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENJ7R9006142; Wed, 14 Sep 2005 23:19:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENJ7DV006141; Wed, 14 Sep 2005 23:19:07 GMT (envelope-from pav) Message-Id: <200509142319.j8ENJ7DV006141@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:19:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/nocatauth-gateway Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:19:08 -0000 pav 2005-09-14 23:19:07 UTC FreeBSD ports repository Modified files: net/nocatauth-gateway Makefile Log: - Remove dependency on pf, it's in base now Revision Changes Path 1.3 +0 -2 ports/net/nocatauth-gateway/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:27:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D12B16A422; Wed, 14 Sep 2005 23:27:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093CD43D82; Wed, 14 Sep 2005 23:27:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENR0jF006581; Wed, 14 Sep 2005 23:27:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENR0sJ006580; Wed, 14 Sep 2005 23:27:00 GMT (envelope-from pav) Message-Id: <200509142327.j8ENR0sJ006580@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:27:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pfflowd Makefile ports/security/pfw Makefile ports/sysutils/ipa Makefile ports/sysutils/pfstat Makefile ports/sysutils/pftop Makefile ports/www/squid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:27:27 -0000 pav 2005-09-14 23:27:00 UTC FreeBSD ports repository Modified files: net/pfflowd Makefile security/pfw Makefile sysutils/ipa Makefile sysutils/pfstat Makefile sysutils/pftop Makefile www/squid Makefile Log: - Remove dependencies on security/pf, it was removed. pf is in base since 502106 Pointy hat to: pav Revision Changes Path 1.9 +2 -7 ports/net/pfflowd/Makefile 1.7 +2 -4 ports/security/pfw/Makefile 1.33 +1 -2 ports/sysutils/ipa/Makefile 1.6 +1 -8 ports/sysutils/pfstat/Makefile 1.7 +2 -12 ports/sysutils/pftop/Makefile 1.171 +1 -4 ports/www/squid/Makefile From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:29:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA97D16A41F; Wed, 14 Sep 2005 23:29:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A797C43D48; Wed, 14 Sep 2005 23:29:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENTEKV006734; Wed, 14 Sep 2005 23:29:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENTEVv006733; Wed, 14 Sep 2005 23:29:14 GMT (envelope-from pav) Message-Id: <200509142329.j8ENTEVv006733@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:29:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/flightgear Makefile ports/games/flightgear/files patch-cstdio X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:29:15 -0000 pav 2005-09-14 23:29:14 UTC FreeBSD ports repository Modified files: games/flightgear Makefile Added files: games/flightgear/files patch-cstdio Log: - Fix build on FreeBSD 4.X PR: ports/80740 Submitted by: Martin Kaeske Approved by: maintainer timeout (des; 4 months) Revision Changes Path 1.35 +1 -7 ports/games/flightgear/Makefile 1.1 +81 -0 ports/games/flightgear/files/patch-cstdio (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:32:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBFA16A420; Wed, 14 Sep 2005 23:32:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65DA643D5D; Wed, 14 Sep 2005 23:32:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENW8Sn006875; Wed, 14 Sep 2005 23:32:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENW8Te006874; Wed, 14 Sep 2005 23:32:08 GMT (envelope-from pav) Message-Id: <200509142332.j8ENW8Te006874@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:32:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/fgkicker Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:32:11 -0000 pav 2005-09-14 23:32:08 UTC FreeBSD ports repository Modified files: games/fgkicker Makefile distinfo pkg-descr Log: - Update to 1.0 PR: ports/84783 Submitted by: Erik Greenwald (maintainer) Revision Changes Path 1.13 +1 -2 ports/games/fgkicker/Makefile 1.7 +2 -2 ports/games/fgkicker/distinfo 1.2 +1 -1 ports/games/fgkicker/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:34:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F81D16A41F; Wed, 14 Sep 2005 23:34:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3C643D45; Wed, 14 Sep 2005 23:34:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENYSqW006970; Wed, 14 Sep 2005 23:34:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENYSoX006968; Wed, 14 Sep 2005 23:34:28 GMT (envelope-from pav) Message-Id: <200509142334.j8ENYSoX006968@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:34:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/totd Makefile ports/dns/totd/files extra-patch-ne_mesg.c extra-patch-tcp_response.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:34:29 -0000 pav 2005-09-14 23:34:28 UTC FreeBSD ports repository Modified files: dns/totd Makefile Added files: dns/totd/files extra-patch-ne_mesg.c extra-patch-tcp_response.c Log: - Unbreak on !i386 PR: ports/86091 Submitted by: Johan van Selst Revision Changes Path 1.19 +5 -4 ports/dns/totd/Makefile 1.1 +36 -0 ports/dns/totd/files/extra-patch-ne_mesg.c (new) 1.1 +11 -0 ports/dns/totd/files/extra-patch-tcp_response.c (new) From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:36:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D3316A41F; Wed, 14 Sep 2005 23:36:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1805843D46; Wed, 14 Sep 2005 23:36:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENamvn007109; Wed, 14 Sep 2005 23:36:48 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENamL0007108; Wed, 14 Sep 2005 23:36:48 GMT (envelope-from edwin) Message-Id: <200509142336.j8ENamL0007108@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 14 Sep 2005 23:36:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/queryperf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:36:49 -0000 edwin 2005-09-14 23:36:48 UTC FreeBSD ports repository Modified files: dns/queryperf Makefile distinfo Log: Upgrade to the Nominum 2.1 version with support for more record types (for example) Revision Changes Path 1.3 +4 -6 ports/dns/queryperf/Makefile 1.2 +2 -2 ports/dns/queryperf/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:40:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FA516A41F; Wed, 14 Sep 2005 23:40:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9EE43D45; Wed, 14 Sep 2005 23:40:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENeA1S007239; Wed, 14 Sep 2005 23:40:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENeAip007238; Wed, 14 Sep 2005 23:40:10 GMT (envelope-from pav) Message-Id: <200509142340.j8ENeAip007238@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:40:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/phpldapadmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:40:10 -0000 pav 2005-09-14 23:40:10 UTC FreeBSD ports repository Modified files: net/phpldapadmin Makefile distinfo Log: - Update to 0.9.7-rc1 PR: ports/86089 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.11 +2 -2 ports/net/phpldapadmin/Makefile 1.6 +2 -2 ports/net/phpldapadmin/distinfo From owner-cvs-all@FreeBSD.ORG Wed Sep 14 23:48:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA4A16A41F; Wed, 14 Sep 2005 23:48:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D1643D46; Wed, 14 Sep 2005 23:48:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8ENmCnd007675; Wed, 14 Sep 2005 23:48:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8ENmCwa007674; Wed, 14 Sep 2005 23:48:12 GMT (envelope-from pav) Message-Id: <200509142348.j8ENmCwa007674@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 Sep 2005 23:48:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/quagga Makefile ports/net/quagga/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 23:48:12 -0000 pav 2005-09-14 23:48:12 UTC FreeBSD ports repository Modified files: net/quagga Makefile Added files: net/quagga/files patch-configure Log: - Kludge snmp detection in configure script PR: ports/86102 Submitted by: Boris Kovalenko (maintainer) Revision Changes Path 1.32 +2 -2 ports/net/quagga/Makefile 1.1 +42 -0 ports/net/quagga/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 00:05:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DDC16A41F; Thu, 15 Sep 2005 00:05:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D8D43D46; Thu, 15 Sep 2005 00:05:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F05w7B008376; Thu, 15 Sep 2005 00:05:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F05wTE008375; Thu, 15 Sep 2005 00:05:58 GMT (envelope-from pav) Message-Id: <200509150005.j8F05wTE008375@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 00:05:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/opensc Makefile distinfo pkg-plist ports/security/opensc/files patch-configure patch-src::libopensc::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 00:05:58 -0000 pav 2005-09-15 00:05:58 UTC FreeBSD ports repository Modified files: security/opensc Makefile distinfo pkg-plist security/opensc/files patch-src::libopensc::Makefile.in Removed files: security/opensc/files patch-configure Log: - Update to 0.9.6 PR: ports/83453 Submitted by: Janos Mohacsi Approved by: bms (maintainer; blanket) Revision Changes Path 1.15 +7 -5 ports/security/opensc/Makefile 1.5 +2 -2 ports/security/opensc/distinfo 1.2 +0 -11 ports/security/opensc/files/patch-configure (dead) 1.3 +10 -7 ports/security/opensc/files/patch-src::libopensc::Makefile.in 1.7 +4 -2 ports/security/opensc/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 00:12:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FE716A41F; Thu, 15 Sep 2005 00:12:30 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B7543D46; Thu, 15 Sep 2005 00:12:29 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 73744131D53; Thu, 15 Sep 2005 09:42:28 +0930 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 4DD6E84F7E; Thu, 15 Sep 2005 09:42:28 +0930 (CST) Date: Thu, 15 Sep 2005 09:42:28 +0930 From: Greg 'groggy' Lehey To: Marcel Moolenaar Message-ID: <20050915001228.GC38674@wantadilla.lemis.com> References: <0D07312F-7DDB-40E4-A63A-3E00969F5A4C@xcllnt.net> <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YjUCIDG0UL7zSTfa" Content-Disposition: inline In-Reply-To: <0D07312F-7DDB-40E4-A63A-3E00969F5A4C@xcllnt.net> <20050914100957.L33820@fledge.watson.org> User-Agent: Mutt/1.4.2.1i 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: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, Brooks Davis , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Garance A Drosehn Subject: Unifying partitions (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 00:12:31 -0000 --YjUCIDG0UL7zSTfa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wednesday, 14 September 2005 at 9:27:11 -0700, Marcel Moolenaar wrote: > On Sep 14, 2005, at 8:53 AM, Brooks Davis wrote: > >> I've also hit cases where the log come in so fast that you can fill a >> 1GB /var fast enough that newsyslog never has a chance to compress the >> log. > > Just so that people realize: what is being described is not an > argument for having /var be a separate partition, but really for > having /var/log be a separate partition. Brooks' argument, yes. rwatson's argument was for mail. The recommendation I made was to put /var in the root file system *unless there are good reasons not to do so*. The issue here is that automatic partitioning can't take your usage patterns into account. Where you do need large a /var, it makes sense to have a separate partition. But most people create a separate /var, usually too big or too small, because that's the way it's done. FWIW, I don't use a separate /var on any of my systems, though there's certainly an argument to do so. But I haven't run out of space. Note also that in this case, an alternative to a separate partition is to set up quotas. Not that I do that, either. Greg -- See complete headers for address and phone numbers. --YjUCIDG0UL7zSTfa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDKLxsIubykFB6QiMRAqjTAJ9obaw4TqAo2VViNlZaoFYzX8XYVgCfYHCu FSO8ENhjQWZaYKVPkc7cIBo= =cl0Y -----END PGP SIGNATURE----- --YjUCIDG0UL7zSTfa-- From owner-cvs-all@FreeBSD.ORG Thu Sep 15 00:44:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F91816A41F; Thu, 15 Sep 2005 00:44:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E55243D45; Thu, 15 Sep 2005 00:44:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F0iYsK009845; Thu, 15 Sep 2005 00:44:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F0iYbE009844; Thu, 15 Sep 2005 00:44:34 GMT (envelope-from pav) Message-Id: <200509150044.j8F0iYbE009844@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 00:44:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/festival Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 00:44:35 -0000 pav 2005-09-15 00:44:34 UTC FreeBSD ports repository Modified files: audio/festival Makefile Log: - Fix build on FreeBSD 6.X and 7.X PR: ports/84678 Submitted by: Jason E. Hale Approved by: maintainer timeout (trevor; 5 weeks) Revision Changes Path 1.30 +5 -3 ports/audio/festival/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 00:47:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA0D16A41F; Thu, 15 Sep 2005 00:47:17 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F47F43D46; Thu, 15 Sep 2005 00:47:17 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F0lHDd017139; Thu, 15 Sep 2005 00:47:17 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F0lH1T017138; Thu, 15 Sep 2005 00:47:17 GMT (envelope-from barner) Message-Id: <200509150047.j8F0lH1T017138@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 00:47:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/proofgeneral Makefile ports/math/proofgeneral/files patch-isa_isabelle-system.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 00:47:17 -0000 barner 2005-09-15 00:47:17 UTC FreeBSD ports repository Modified files: math/proofgeneral Makefile Added files: math/proofgeneral/files patch-isa_isabelle-system.el Log: Fix build: - Use any installed version of [x]emacs - If there's no emacs at all, fall back to xemacs21-mule - files/patch-isa_isabelle-system.el: Avoid interactive prompt if building with GNU emacs. Submitted by: barner, maintainer (partly) Approved by: Timothy Bourke (maintainer) Reported by: kris via pointyhat Revision Changes Path 1.2 +22 -7 ports/math/proofgeneral/Makefile 1.1 +13 -0 ports/math/proofgeneral/files/patch-isa_isabelle-system.el (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 00:47:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4EC816A41F; Thu, 15 Sep 2005 00:47:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7124C43D48; Thu, 15 Sep 2005 00:47:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F0lUHv017168; Thu, 15 Sep 2005 00:47:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F0lUEr017167; Thu, 15 Sep 2005 00:47:30 GMT (envelope-from pav) Message-Id: <200509150047.j8F0lUEr017167@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 00:47:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gaim-festival/files patch-festival.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 00:47:30 -0000 pav 2005-09-15 00:47:30 UTC FreeBSD ports repository Added files: audio/gaim-festival/files patch-festival.c Log: - Fix build on FreeBSD 4.X PR: ports/85082 Submitted by: Matthew Luckie Approved by: bms (maintainer; blanket) Revision Changes Path 1.1 +53 -0 ports/audio/gaim-festival/files/patch-festival.c (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 02:19:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E7216A41F; Thu, 15 Sep 2005 02:19:27 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA4C43D53; Thu, 15 Sep 2005 02:19:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F2JQXi020217; Thu, 15 Sep 2005 02:19:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F2JPiF020216; Thu, 15 Sep 2005 02:19:25 GMT (envelope-from clsung) Message-Id: <200509150219.j8F2JPiF020216@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 15 Sep 2005 02:19:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tie-FileLRUCache Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 02:19:27 -0000 clsung 2005-09-15 02:19:25 UTC FreeBSD ports repository Modified files: devel/p5-Tie-FileLRUCache Makefile distinfo Log: - update to 1.04 PR: ports/86127 Submitted by: leeym Revision Changes Path 1.3 +12 -2 ports/devel/p5-Tie-FileLRUCache/Makefile 1.3 +2 -2 ports/devel/p5-Tie-FileLRUCache/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 02:29:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8724E16A41F; Thu, 15 Sep 2005 02:29:37 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A8843D48; Thu, 15 Sep 2005 02:29:37 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F2TbGv020600; Thu, 15 Sep 2005 02:29:37 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F2Tb8L020599; Thu, 15 Sep 2005 02:29:37 GMT (envelope-from jcamou) Message-Id: <200509150229.j8F2Tb8L020599@repoman.freebsd.org> From: "Jesus R. Camou" Date: Thu, 15 Sep 2005 02:29:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/amd/amd amd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 02:29:37 -0000 jcamou 2005-09-15 02:29:37 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) contrib/amd/amd amd.8 Log: MFC: rev. 1.22. Approved by: trhodes (mentor) Revision Changes Path 1.19.2.1 +74 -49 src/contrib/amd/amd/amd.8 From owner-cvs-all@FreeBSD.ORG Thu Sep 15 02:45:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0597116A41F; Thu, 15 Sep 2005 02:45:24 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C382943D55; Thu, 15 Sep 2005 02:45:23 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F2jNZo021248; Thu, 15 Sep 2005 02:45:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F2jNqB021247; Thu, 15 Sep 2005 02:45:23 GMT (envelope-from mezz) Message-Id: <200509150245.j8F2jNqB021247@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 15 Sep 2005 02:45:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fluxbox-devel Makefile distinfo pkg-message pkg-plist ports/x11-wm/fluxbox-devel/files patch-doc::Makefile.in patch-util::Makefile.in patch-util::fluxbox-generate_menu.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 02:45:24 -0000 mezz 2005-09-15 02:45:23 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel Makefile distinfo pkg-message pkg-plist x11-wm/fluxbox-devel/files patch-util::fluxbox-generate_menu.in Removed files: x11-wm/fluxbox-devel/files patch-doc::Makefile.in patch-util::Makefile.in Log: - Update to 0.9.14, see ChangeLog for detail: http://fluxbox.sourceforge.net/version-0.9.php - The bsetroot has finally been renamed to fbsetroot, so remove the boxtools dependency. Be expect for many unoffical themes' background will not working unless you rename bsetroot -> fbsetroot by yourself. Other way can be done is to install the x11-wm/boxtools that has bsetroot if you don't want to edit any theme. Revision Changes Path 1.48 +10 -5 ports/x11-wm/fluxbox-devel/Makefile 1.33 +6 -6 ports/x11-wm/fluxbox-devel/distinfo 1.8 +0 -15 ports/x11-wm/fluxbox-devel/files/patch-doc::Makefile.in (dead) 1.10 +0 -20 ports/x11-wm/fluxbox-devel/files/patch-util::Makefile.in (dead) 1.10 +22 -22 ports/x11-wm/fluxbox-devel/files/patch-util::fluxbox-generate_menu.in 1.4 +5 -11 ports/x11-wm/fluxbox-devel/pkg-message 1.22 +7 -0 ports/x11-wm/fluxbox-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 04:05:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3595A16A41F; Thu, 15 Sep 2005 04:05:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C080243D49; Thu, 15 Sep 2005 04:05:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F459iZ024308; Thu, 15 Sep 2005 04:05:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F459GD024307; Thu, 15 Sep 2005 04:05:09 GMT (envelope-from imp) Message-Id: <200509150405.j8F459GD024307@repoman.freebsd.org> From: Warner Losh Date: Thu, 15 Sep 2005 04:05:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 04:05:10 -0000 imp 2005-09-15 04:05:09 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: When stopping the card, and returning to page 0, it is best if you do that with the NIC set of registers rather than the ASIC registers. I believe this was a harmless oversight, since we set ED_P0_CR to the same value 5ms later, but just to be safe... Revision Changes Path 1.99 +1 -1 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 04:09:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C10416A41F; Thu, 15 Sep 2005 04:09:49 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE2343D45; Thu, 15 Sep 2005 04:09:48 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F49mTx024515; Thu, 15 Sep 2005 04:09:48 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F49mtY024514; Thu, 15 Sep 2005 04:09:48 GMT (envelope-from leeym) Message-Id: <200509150409.j8F49mtY024514@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 15 Sep 2005 04:09:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-File Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 04:09:49 -0000 leeym 2005-09-15 04:09:48 UTC FreeBSD ports repository Modified files: databases/p5-DBD-File Makefile distinfo pkg-plist Log: - update to 0.34 Revision Changes Path 1.5 +3 -4 ports/databases/p5-DBD-File/Makefile 1.4 +2 -2 ports/databases/p5-DBD-File/distinfo 1.4 +0 -3 ports/databases/p5-DBD-File/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 05:32:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAABA16A41F; Thu, 15 Sep 2005 05:32:11 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B0143D46; Thu, 15 Sep 2005 05:32:11 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F5WBmd034689; Thu, 15 Sep 2005 05:32:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F5WBk4034688; Thu, 15 Sep 2005 05:32:11 GMT (envelope-from marcel) Message-Id: <200509150532.j8F5WBk4034688@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 15 Sep 2005 05:32:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.1 kgdb.h kthr.c main.c trgt.c trgt_alpha.c trgt_amd64.c trgt_i386.c trgt_ia64.c trgt_sparc64.c src/gnu/usr.bin/gdb/libgdb Makefile frame-unwind.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 05:32:11 -0000 marcel 2005-09-15 05:32:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/gdb/kgdb kgdb.1 kgdb.h kthr.c main.c trgt.c trgt_alpha.c trgt_amd64.c trgt_i386.c trgt_ia64.c trgt_sparc64.c gnu/usr.bin/gdb/libgdb Makefile Added files: (Branch: RELENG_6) gnu/usr.bin/gdb/libgdb frame-unwind.diff Log: Mega-MFC: o Manpage type fix: kgdb/kgdb.1: 1.8 o Unwind across trapframes: kgdb/kgdb.h: 1.3 kgdb/kthr.c: 1.3 kgdb/main.c: 1.9 kgdb/trgt.c: 1.4 kgdb/trgt_alpha.c: 1.3, 1.4 kgdb/trgt_amd64.c: 1.3, 1.4, 1.5 kgdb/trgt_i386.c: 1.3, 1.4, 1.5 kgdb/trgt_ia64.c: 1.3, 1.4 kgdb/trgt_sparc64.c: 1.4, 1.5, 1.6 libgdb/Makefile: 1.10 libgdb/frame-unwind.diff: 1.1 Approved by: re (scottl) Revision Changes Path 1.7.2.1 +1 -1 src/gnu/usr.bin/gdb/kgdb/kgdb.1 1.2.2.1 +3 -1 src/gnu/usr.bin/gdb/kgdb/kgdb.h 1.2.2.1 +1 -0 src/gnu/usr.bin/gdb/kgdb/kthr.c 1.7.2.2 +5 -0 src/gnu/usr.bin/gdb/kgdb/main.c 1.2.2.2 +1 -0 src/gnu/usr.bin/gdb/kgdb/trgt.c 1.2.2.1 +122 -12 src/gnu/usr.bin/gdb/kgdb/trgt_alpha.c 1.2.2.1 +129 -11 src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c 1.2.2.1 +120 -8 src/gnu/usr.bin/gdb/kgdb/trgt_i386.c 1.2.2.1 +229 -48 src/gnu/usr.bin/gdb/kgdb/trgt_ia64.c 1.2.2.2 +124 -2 src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c 1.9.2.1 +6 -2 src/gnu/usr.bin/gdb/libgdb/Makefile 1.1.2.1 +27 -0 src/gnu/usr.bin/gdb/libgdb/frame-unwind.diff (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 05:59:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56CB16A41F; Thu, 15 Sep 2005 05:59:34 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BBF43D46; Thu, 15 Sep 2005 05:59:34 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F5xYGf035730; Thu, 15 Sep 2005 05:59:34 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F5xYZh035729; Thu, 15 Sep 2005 05:59:34 GMT (envelope-from glewis) Message-Id: <200509150559.j8F5xYZh035729@repoman.freebsd.org> From: Greg Lewis Date: Thu, 15 Sep 2005 05:59:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/cryptix-jce Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 05:59:35 -0000 glewis 2005-09-15 05:59:34 UTC FreeBSD ports repository Modified files: java/cryptix-jce Makefile Log: . Fix a typo in the COMMENT. Revision Changes Path 1.11 +1 -1 ports/java/cryptix-jce/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:08:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5995516A420; Thu, 15 Sep 2005 06:08:08 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B0343D45; Thu, 15 Sep 2005 06:08:07 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F687uR036097; Thu, 15 Sep 2005 06:08:07 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F687TN036096; Thu, 15 Sep 2005 06:08:07 GMT (envelope-from scottl) Message-Id: <200509150608.j8F687TN036096@repoman.freebsd.org> From: Scott Long Date: Thu, 15 Sep 2005 06:08:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:08:08 -0000 scottl 2005-09-15 06:08:07 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Update the TODO list. Move a bunch of recently fixed issues to the testing section. Thanks to everyone, and Tor and Marcel in particular, for taking a large bite out of this. There is indeed light at the end of the tunnel here. Revision Changes Path 1.33 +32 -33 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:13:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935CD16A41F; Thu, 15 Sep 2005 06:13:09 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5345043D48; Thu, 15 Sep 2005 06:13:09 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6D9ap036316; Thu, 15 Sep 2005 06:13:09 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6D9lh036315; Thu, 15 Sep 2005 06:13:09 GMT (envelope-from erwin) Message-Id: <200509150613.j8F6D9lh036315@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 15 Sep 2005 06:13:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:13:09 -0000 erwin 2005-09-15 06:13:08 UTC FreeBSD ports repository Modified files: . modules Log: Fix typo Revision Changes Path 1.13154 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:37:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9305416A41F; Thu, 15 Sep 2005 06:37:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5067943D53; Thu, 15 Sep 2005 06:37:42 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6bgCb037334; Thu, 15 Sep 2005 06:37:42 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6bg7v037333; Thu, 15 Sep 2005 06:37:42 GMT (envelope-from linimon) Message-Id: <200509150637.j8F6bg7v037333@repoman.freebsd.org> From: Mark Linimon Date: Thu, 15 Sep 2005 06:37:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xfce4-wavelan-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:37:42 -0000 linimon 2005-09-15 06:37:42 UTC FreeBSD ports repository Modified files: sysutils/xfce4-wavelan-plugin Makefile Log: Remove obsolete mastersite. Source: distfile survey Approved by: maintainer Revision Changes Path 1.7 +0 -1 ports/sysutils/xfce4-wavelan-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:44:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5626516A41F; Thu, 15 Sep 2005 06:44:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12ECD43D49; Thu, 15 Sep 2005 06:44:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6iP4s037614; Thu, 15 Sep 2005 06:44:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6iP96037613; Thu, 15 Sep 2005 06:44:25 GMT (envelope-from ahze) Message-Id: <200509150644.j8F6iP96037613@repoman.freebsd.org> From: Michael Johnson Date: Thu, 15 Sep 2005 06:44:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:44:26 -0000 ahze 2005-09-15 06:44:25 UTC FreeBSD ports repository Modified files: . access Log: Please welcome Tom McLaughlin (tmclaugh) to the ranks of ports committer. He has worked very hard with many C# ports including mono, gtk-sharp, and more. Also sent quite a few good pr's over the years. I will be his mentor and mezz will be his co-mentor. Approved by: portmgr Account created by: simon Revision Changes Path 1.664 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:48:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CDF016A41F; Thu, 15 Sep 2005 06:48:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B4543D46; Thu, 15 Sep 2005 06:48:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6mMS4037908; Thu, 15 Sep 2005 06:48:22 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6mMDG037907; Thu, 15 Sep 2005 06:48:22 GMT (envelope-from marcus) Message-Id: <200509150648.j8F6mMDG037907@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 15 Sep 2005 06:48:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnomekeyring Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:48:23 -0000 marcus 2005-09-15 06:48:22 UTC FreeBSD ports repository Modified files: security/gnomekeyring Makefile distinfo Log: Update to 0.4.5. Revision Changes Path 1.14 +1 -1 ports/security/gnomekeyring/Makefile 1.8 +2 -2 ports/security/gnomekeyring/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:54:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C0D16A41F; Thu, 15 Sep 2005 06:54:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D1B43D53; Thu, 15 Sep 2005 06:54:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6sn6v038142; Thu, 15 Sep 2005 06:54:49 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6snVq038141; Thu, 15 Sep 2005 06:54:49 GMT (envelope-from lth) Message-Id: <200509150654.j8F6snVq038141@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 06:54:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-CoreList pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:54:49 -0000 lth 2005-09-15 06:54:49 UTC FreeBSD ports repository Modified files: devel/p5-Module-CoreList pkg-plist Log: Removed extraneous directory. Revision Changes Path 1.4 +1 -0 ports/devel/p5-Module-CoreList/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:55:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306E516A41F; Thu, 15 Sep 2005 06:55:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDEFE43D4C; Thu, 15 Sep 2005 06:55:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6tSIY038221; Thu, 15 Sep 2005 06:55:28 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6tSjt038220; Thu, 15 Sep 2005 06:55:28 GMT (envelope-from linimon) Message-Id: <200509150655.j8F6tSjt038220@repoman.freebsd.org> From: Mark Linimon Date: Thu, 15 Sep 2005 06:55:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/bouncycastle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:55:29 -0000 linimon 2005-09-15 06:55:28 UTC FreeBSD ports repository Modified files: java/bouncycastle Makefile Log: Mark for deprecation. The distfile that is currently in the port is over a year old and no longer archived. This port is up for adoption. Revision Changes Path 1.10 +2 -0 ports/java/bouncycastle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 06:57:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55EC16A41F; Thu, 15 Sep 2005 06:57:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8780343D4C; Thu, 15 Sep 2005 06:57:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F6vSk2038374; Thu, 15 Sep 2005 06:57:28 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F6vSir038373; Thu, 15 Sep 2005 06:57:28 GMT (envelope-from phk) Message-Id: <200509150657.j8F6vSir038373@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 06:57:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_rule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 06:57:28 -0000 phk 2005-09-15 06:57:28 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_rule.c Log: Close a race which could result in unwarranted "ruleset %d already running" panics. Previously, recursion through the "include" feature was prevented by marking each ruleset as "running" when applied. This doesn't work for the case where two DEVFS instances try to apply the same ruleset at the same time. Instead introduce the sysctl vfs.devfs.rule_depth (default == 1) which limits how many levels of "include" we will traverse. Be aware that traversal of "include" is recursive and kernel stack size is limited. MFC: after 3 days Revision Changes Path 1.24 +2 -0 src/sys/fs/devfs/devfs.h 1.41 +4 -0 src/sys/fs/devfs/devfs_devs.c 1.16 +28 -44 src/sys/fs/devfs/devfs_rule.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 07:09:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 887F316A41F; Thu, 15 Sep 2005 07:09:39 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 586ED43D46; Thu, 15 Sep 2005 07:09:39 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F79dqI039002; Thu, 15 Sep 2005 07:09:39 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F79duK039001; Thu, 15 Sep 2005 07:09:39 GMT (envelope-from ahze) Message-Id: <200509150709.j8F79duK039001@repoman.freebsd.org> From: Michael Johnson Date: Thu, 15 Sep 2005 07:09:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/configgen Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 07:09:39 -0000 ahze 2005-09-15 07:09:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/configgen Makefile distinfo pkg-descr Log: - Add configgen Simple script that makes life a little easier with gnu-autotools on FreeBSD. Configgen takes all the guess work out of figuring out paths, gnu-autotools versions, and more. Configgen can simply be run in a source directory and it will figure out which versions of autotools to use and the best way to auto-generate a configure script or you can specify a command below. -gnu Create generic gnu configure script -gnome Create gnome specific configure script -bsd Use FreeBSD auto-tools (versions: libtool15, automake15, autoconf253) -bsd14 Use FreeBSD auto-tools (versions: libtool13, automake14, autoconf213) -bsd19 Use FreeBSD auto-tools (versions: libtool15, automake19, autoconf259) Specify a auto-gen configure script Revision Changes Path 1.1966 +1 -0 ports/devel/Makefile 1.1 +49 -0 ports/devel/configgen/Makefile (new) 1.1 +2 -0 ports/devel/configgen/distinfo (new) 1.1 +16 -0 ports/devel/configgen/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 07:11:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB5D16A41F; Thu, 15 Sep 2005 07:11:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396CE43D46; Thu, 15 Sep 2005 07:11:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F7BGmp039145; Thu, 15 Sep 2005 07:11:16 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F7BGMw039144; Thu, 15 Sep 2005 07:11:16 GMT (envelope-from linimon) Message-Id: <200509150711.j8F7BGMw039144@repoman.freebsd.org> From: Mark Linimon Date: Thu, 15 Sep 2005 07:11:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/gnucash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 07:11:16 -0000 linimon 2005-09-15 07:11:16 UTC FreeBSD ports repository Modified files: finance/gnucash Makefile Log: Remove obsolete mastersites. Source: distfile survey Revision Changes Path 1.83 +0 -2 ports/finance/gnucash/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 07:12:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E7816A41F; Thu, 15 Sep 2005 07:12:01 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7E543D55; Thu, 15 Sep 2005 07:12:01 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F7C1gw039204; Thu, 15 Sep 2005 07:12:01 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F7C1fR039203; Thu, 15 Sep 2005 07:12:01 GMT (envelope-from ahze) Message-Id: <200509150712.j8F7C1fR039203@repoman.freebsd.org> From: Michael Johnson Date: Thu, 15 Sep 2005 07:12:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 07:12:01 -0000 ahze 2005-09-15 07:12:00 UTC FreeBSD ports repository Modified files: . modules Log: configgen --> ports/devel/configgen Revision Changes Path 1.13155 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 07:20:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8417D16A41F; Thu, 15 Sep 2005 07:20:36 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D4343D49; Thu, 15 Sep 2005 07:20:36 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F7KZlL039527; Thu, 15 Sep 2005 07:20:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F7KZn1039526; Thu, 15 Sep 2005 07:20:35 GMT (envelope-from ahze) Message-Id: <200509150720.j8F7KZn1039526@repoman.freebsd.org> From: Michael Johnson Date: Thu, 15 Sep 2005 07:20:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/linux-americasarmy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 07:20:36 -0000 ahze 2005-09-15 07:20:35 UTC FreeBSD ports repository Modified files: games/linux-americasarmy Makefile Log: - Add NO_PACKAGE since the distfile is 700+MB, can be over ridden with FORCE_PACKAGE Requested by: maintainer Revision Changes Path 1.2 +1 -0 ports/games/linux-americasarmy/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 07:25:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4C516A41F; Thu, 15 Sep 2005 07:25:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6B743D45; Thu, 15 Sep 2005 07:25:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F7P6Cf039742; Thu, 15 Sep 2005 07:25:07 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F7P6Iu039741; Thu, 15 Sep 2005 07:25:06 GMT (envelope-from linimon) Message-Id: <200509150725.j8F7P6Iu039741@repoman.freebsd.org> From: Mark Linimon Date: Thu, 15 Sep 2005 07:25:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/openhbci pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 07:25:07 -0000 linimon 2005-09-15 07:25:06 UTC FreeBSD ports repository Modified files: finance/openhbci pkg-descr Log: Chase mastersite. Source: distfile survey Revision Changes Path 1.3 +1 -1 ports/finance/openhbci/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 15 07:32:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E241316A41F; Thu, 15 Sep 2005 07:32:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D7543D45; Thu, 15 Sep 2005 07:32:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F7WMSn040075; Thu, 15 Sep 2005 07:32:22 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F7WMUg040074; Thu, 15 Sep 2005 07:32:22 GMT (envelope-from linimon) Message-Id: <200509150732.j8F7WMUg040074@repoman.freebsd.org> From: Mark Linimon Date: Thu, 15 Sep 2005 07:32:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/ia64sim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 07:32:23 -0000 linimon 2005-09-15 07:32:22 UTC FreeBSD ports repository Modified files: emulators/ia64sim Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.20 +1 -2 ports/emulators/ia64sim/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 08:01:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA3D16A41F; Thu, 15 Sep 2005 08:01:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6ED43D46; Thu, 15 Sep 2005 08:01:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F81wDO041280; Thu, 15 Sep 2005 08:01:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F81wRL041279; Thu, 15 Sep 2005 08:01:58 GMT (envelope-from phk) Message-Id: <200509150801.j8F81wRL041279@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 08:01:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 08:01:59 -0000 phk 2005-09-15 08:01:57 UTC FreeBSD src repository Modified files: sys/sys conf.h sys/kern kern_conf.c Log: Retire unused dev_named() function. Revision Changes Path 1.192 +0 -13 src/sys/kern/kern_conf.c 1.227 +0 -1 src/sys/sys/conf.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 08:18:32 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F32A16A41F; Thu, 15 Sep 2005 08:18:32 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail26.syd.optusnet.com.au (mail26.syd.optusnet.com.au [211.29.133.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E58343D45; Thu, 15 Sep 2005 08:18:30 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail26.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8F8ISgV001117 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 15 Sep 2005 18:18:28 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8F8IRSR045088; Thu, 15 Sep 2005 18:18:27 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8F8IR2w045087; Thu, 15 Sep 2005 18:18:27 +1000 (EST) (envelope-from pjeremy) Date: Thu, 15 Sep 2005 18:18:27 +1000 From: Peter Jeremy To: Robert Watson , "Greg 'groggy' Lehey" Message-ID: <20050915081826.GB40237@cirb503493.alcatel.com.au> References: <20050911002229.51F4916A471@hub.freebsd.org> <432382BC.5080105@root.org> <200509110310.36423@harrymail> <43255152.3000609@freebsd.org> <20050912165518.GA94181@dragon.NUXI.org> <20050913125820.GA10663@FreeBSD.org> <20050914100957.L33820@fledge.watson.org> <20050915001228.GC38674@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050914183720.P57836@fledge.watson.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Unifying partitions (was: cvs commit: src/sys/conf kern.post.mk) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 08:18:32 -0000 On Wed, 2005-Sep-14 18:39:40 +0100, Robert Watson wrote: >I agree though that what current and past state of the art has supported >is narrowing our thinking. If we were using a system like AFS ... AdvFS is also good at this. Without a SAN backend, it's really nice to be able to migrate data from a 4GB disk to a 36GB disk without any outage. It would be _really_ nice if someone managed to implement the equivalent of addvol and rmvol in UFS. On Thu, 2005-Sep-15 09:42:28 +0930, Greg 'groggy' Lehey wrote: >partition. But most people create a separate /var, usually too big or >too small, because that's the way it's done. I've found the requirements on /var have increased significantly over time. >Note also that in this case, an alternative to a separate partition is >to set up quotas. Not that I do that, either. It's still useful to be able to segregate highly volatile data from relatively stable data. Mostly read-only root filesystem is far more likely to survive a serious melt-down. -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Thu Sep 15 08:36:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3BA16A41F; Thu, 15 Sep 2005 08:36:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1AA43D45; Thu, 15 Sep 2005 08:36:37 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F8aboj042683; Thu, 15 Sep 2005 08:36:37 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F8abV8042682; Thu, 15 Sep 2005 08:36:37 GMT (envelope-from phk) Message-Id: <200509150836.j8F8abV8042682@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 08:36:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_rule.c devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 08:36:38 -0000 phk 2005-09-15 08:36:37 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_rule.c devfs_vnops.c Log: Absolve devfs_rule.c from locking responsibility and call it with all necessary locking held. Revision Changes Path 1.25 +1 -1 src/sys/fs/devfs/devfs.h 1.17 +1 -15 src/sys/fs/devfs/devfs_rule.c 1.123 +3 -3 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 08:50:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 049BB16A41F; Thu, 15 Sep 2005 08:50:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A2243D45; Thu, 15 Sep 2005 08:50:16 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F8oGgB050351; Thu, 15 Sep 2005 08:50:16 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F8oGgi050350; Thu, 15 Sep 2005 08:50:16 GMT (envelope-from phk) Message-Id: <200509150850.j8F8oGgi050350@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 08:50:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs_rule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 08:50:17 -0000 phk 2005-09-15 08:50:16 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_rule.c Log: Protect the devfs rule internal global lists with a sx lock, the per mount locks are not enough. Finer granularity (x)locking could be implemented, but I prefer to keep it simple for now. Revision Changes Path 1.18 +9 -1 src/sys/fs/devfs/devfs_rule.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 09:14:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1613F16A41F; Thu, 15 Sep 2005 09:14:06 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D9C43D46; Thu, 15 Sep 2005 09:14:05 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F9E5dC051359; Thu, 15 Sep 2005 09:14:05 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F9E5Q4051358; Thu, 15 Sep 2005 09:14:05 GMT (envelope-from maho) Message-Id: <200509150914.j8F9E5Q4051358@repoman.freebsd.org> From: Maho Nakata Date: Thu, 15 Sep 2005 09:14:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-1.1 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 09:14:06 -0000 maho 2005-09-15 09:14:04 UTC FreeBSD ports repository Modified files: editors/openoffice.org-1.1 Makefile distinfo Log: Update to 1.1.5 Revision Changes Path 1.199 +9 -9 ports/editors/openoffice.org-1.1/Makefile 1.50 +2 -2 ports/editors/openoffice.org-1.1/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 09:32:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E9E16A41F; Thu, 15 Sep 2005 09:32:18 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6E243D6E; Thu, 15 Sep 2005 09:32:14 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F9WDpn053443; Thu, 15 Sep 2005 09:32:13 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F9WDh4053442; Thu, 15 Sep 2005 09:32:13 GMT (envelope-from barner) Message-Id: <200509150932.j8F9WDh4053442@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 09:32:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/arm-elf-binutils Makefile ports/devel/arm-elf-gcc295 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 09:32:18 -0000 barner 2005-09-15 09:32:13 UTC FreeBSD ports repository Modified files: devel/arm-elf-binutils Makefile devel/arm-elf-gcc295 Makefile Log: - Pass maintainership to jflemer@alum.rpi.edu Approved by: Espen Skoglund (old maintainer) Revision Changes Path 1.15 +1 -1 ports/devel/arm-elf-binutils/Makefile 1.20 +1 -1 ports/devel/arm-elf-gcc295/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 09:37:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 903DD16A41F; Thu, 15 Sep 2005 09:37:34 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D4843D48; Thu, 15 Sep 2005 09:37:34 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F9bYXd053667; Thu, 15 Sep 2005 09:37:34 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F9bYiK053666; Thu, 15 Sep 2005 09:37:34 GMT (envelope-from vs) Message-Id: <200509150937.j8F9bYiK053666@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Sep 2005 09:37:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/urchin5 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 09:37:34 -0000 vs 2005-09-15 09:37:33 UTC FreeBSD ports repository Modified files: www/urchin5 Makefile distinfo Log: Update to 5.703 PR: ports/85432 Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/www/urchin5/Makefile 1.6 +2 -2 ports/www/urchin5/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 09:40:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FC416A41F; Thu, 15 Sep 2005 09:40:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239C643D45; Thu, 15 Sep 2005 09:40:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F9ehRN053804; Thu, 15 Sep 2005 09:40:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F9ehrH053803; Thu, 15 Sep 2005 09:40:43 GMT (envelope-from vs) Message-Id: <200509150940.j8F9ehrH053803@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Sep 2005 09:40:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/gnome-vnc Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 09:40:44 -0000 vs 2005-09-15 09:40:43 UTC FreeBSD ports repository Modified files: net/gnome-vnc Makefile pkg-descr Log: - Update MASTER_SITE - Fix pkg-descr PR: ports/84474 Submitted by: maintainer Revision Changes Path 1.12 +1 -1 ports/net/gnome-vnc/Makefile 1.2 +1 -1 ports/net/gnome-vnc/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 15 09:57:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C4016A41F; Thu, 15 Sep 2005 09:57:28 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830A343D46; Thu, 15 Sep 2005 09:57:28 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8F9vSc5054409; Thu, 15 Sep 2005 09:57:28 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8F9vSI4054408; Thu, 15 Sep 2005 09:57:28 GMT (envelope-from danfe) Message-Id: <200509150957.j8F9vSI4054408@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Sep 2005 09:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fvwm2-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 09:57:29 -0000 danfe 2005-09-15 09:57:28 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2-devel Makefile Log: Bump PORTREVISION after recent changes. Suggested by: Revision Changes Path 1.77 +1 -0 ports/x11-wm/fvwm2-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:04:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 771AA16A41F; Thu, 15 Sep 2005 10:04:20 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F6643D48; Thu, 15 Sep 2005 10:04:20 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FA4JDP054700; Thu, 15 Sep 2005 10:04:19 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FA4JBi054699; Thu, 15 Sep 2005 10:04:19 GMT (envelope-from skv) Message-Id: <200509151004.j8FA4JBi054699@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 15 Sep 2005 10:04:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-POE-Component-IKC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:04:20 -0000 skv 2005-09-15 10:04:19 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-IKC Makefile distinfo Log: Update to 0.1801 Revision Changes Path 1.6 +1 -1 ports/devel/p5-POE-Component-IKC/Makefile 1.6 +2 -2 ports/devel/p5-POE-Component-IKC/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:18:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC8316A421; Thu, 15 Sep 2005 10:18:12 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7AE643D4C; Thu, 15 Sep 2005 10:18:11 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FAIBDb055377; Thu, 15 Sep 2005 10:18:11 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FAIBto055376; Thu, 15 Sep 2005 10:18:11 GMT (envelope-from barner) Message-Id: <200509151018.j8FAIBto055376@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 10:18:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/yap Makefile ports/lang/yap/files patch-C_load_aout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:18:12 -0000 barner 2005-09-15 10:18:11 UTC FreeBSD ports repository Modified files: lang/yap Makefile Added files: lang/yap/files patch-C_load_aout.c Log: - Builds and runs on !i386 Tested by: Johan van Selst (amd64), barner (sparc64, ia64) Submitted by: Johan van Selst PR: ports/86081 Revision Changes Path 1.22 +0 -4 ports/lang/yap/Makefile 1.1 +11 -0 ports/lang/yap/files/patch-C_load_aout.c (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:28:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4A916A41F; Thu, 15 Sep 2005 10:28:08 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1A143D45; Thu, 15 Sep 2005 10:28:08 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FAS7GF055780; Thu, 15 Sep 2005 10:28:07 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FAS7d4055779; Thu, 15 Sep 2005 10:28:07 GMT (envelope-from skv) Message-Id: <200509151028.j8FAS7d4055779@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 15 Sep 2005 10:28:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI Makefile distinfo ports/databases/p5-Class-DBI/files 5.005-Makefile.PL 5.005-lib::Class::DBI.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:28:08 -0000 skv 2005-09-15 10:28:07 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI Makefile distinfo Removed files: databases/p5-Class-DBI/files 5.005-Makefile.PL 5.005-lib::Class::DBI.pm Log: Upgrade to 3.0.5, drop support for obsolete perl-5.00503 Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.5/Changes Revision Changes Path 1.14 +12 -13 ports/databases/p5-Class-DBI/Makefile 1.9 +2 -2 ports/databases/p5-Class-DBI/distinfo 1.2 +0 -11 ports/databases/p5-Class-DBI/files/5.005-Makefile.PL (dead) 1.2 +0 -11 ports/databases/p5-Class-DBI/files/5.005-lib::Class::DBI.pm (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:28:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC1216A41F; Thu, 15 Sep 2005 10:28:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C5A43D48; Thu, 15 Sep 2005 10:28:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FASK2G055829; Thu, 15 Sep 2005 10:28:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FASKpF055828; Thu, 15 Sep 2005 10:28:20 GMT (envelope-from phk) Message-Id: <200509151028.j8FASKpF055828@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 10:28:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:28:20 -0000 phk 2005-09-15 10:28:20 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c Log: Various minor polishing. Revision Changes Path 1.26 +1 -1 src/sys/fs/devfs/devfs.h 1.42 +5 -6 src/sys/fs/devfs/devfs_devs.c 1.124 +4 -15 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:34:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88ED516A41F; Thu, 15 Sep 2005 10:34:42 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1502B43D55; Thu, 15 Sep 2005 10:34:42 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FAYfgS058574; Thu, 15 Sep 2005 10:34:41 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FAYfe0058558; Thu, 15 Sep 2005 10:34:41 GMT (envelope-from danfe) Message-Id: <200509151034.j8FAYfe0058558@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Sep 2005 10:34:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fvwm2-devel pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:34:42 -0000 danfe 2005-09-15 10:34:41 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2-devel pkg-plist Log: Fix plist issues. Reported by: krismail Approved by: maintainer (implicit) Revision Changes Path 1.35 +2 -0 ports/x11-wm/fvwm2-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:35:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2153416A424; Thu, 15 Sep 2005 10:35:28 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1C043D5A; Thu, 15 Sep 2005 10:35:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FAZNnc060205; Thu, 15 Sep 2005 10:35:23 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FAZNrf060204; Thu, 15 Sep 2005 10:35:23 GMT (envelope-from skv) Message-Id: <200509151035.j8FAZNrf060204@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 15 Sep 2005 10:35:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-Inspector Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:35:28 -0000 skv 2005-09-15 10:35:23 UTC FreeBSD ports repository Modified files: devel/p5-Class-Inspector Makefile distinfo Log: Update to 1.12 Revision Changes Path 1.11 +3 -2 ports/devel/p5-Class-Inspector/Makefile 1.10 +2 -2 ports/devel/p5-Class-Inspector/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:42:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F7A16A41F; Thu, 15 Sep 2005 10:42:29 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4EF043D45; Thu, 15 Sep 2005 10:42:28 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FAgSt9066991; Thu, 15 Sep 2005 10:42:28 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FAgS9w066990; Thu, 15 Sep 2005 10:42:28 GMT (envelope-from skv) Message-Id: <200509151042.j8FAgS9w066990@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 15 Sep 2005 10:42:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-POE-Component-Client-Keepalive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:42:29 -0000 skv 2005-09-15 10:42:28 UTC FreeBSD ports repository Modified files: net/p5-POE-Component-Client-Keepalive Makefile distinfo Log: Update to 0.05 Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-Keepalive-0.05/CHANGES Revision Changes Path 1.5 +1 -1 ports/net/p5-POE-Component-Client-Keepalive/Makefile 1.3 +2 -2 ports/net/p5-POE-Component-Client-Keepalive/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 10:44:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4583616A41F; Thu, 15 Sep 2005 10:44:46 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0331143D46; Thu, 15 Sep 2005 10:44:46 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FAijx4067139; Thu, 15 Sep 2005 10:44:45 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FAijeZ067138; Thu, 15 Sep 2005 10:44:45 GMT (envelope-from skv) Message-Id: <200509151044.j8FAijeZ067138@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 15 Sep 2005 10:44:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Pod-ProjectDocs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:44:46 -0000 skv 2005-09-15 10:44:45 UTC FreeBSD ports repository Modified files: textproc/p5-Pod-ProjectDocs Makefile distinfo Log: Update to 0.18 (from 0.13) Changes: http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.18/Changes Revision Changes Path 1.2 +1 -1 ports/textproc/p5-Pod-ProjectDocs/Makefile 1.2 +2 -2 ports/textproc/p5-Pod-ProjectDocs/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 11:14:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E2A316A41F; Thu, 15 Sep 2005 11:14:55 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489BB43D45; Thu, 15 Sep 2005 11:14:55 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FBEtYH069204; Thu, 15 Sep 2005 11:14:55 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FBEsYE069203; Thu, 15 Sep 2005 11:14:55 GMT (envelope-from vs) Message-Id: <200509151114.j8FBEsYE069203@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Sep 2005 11:14:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/firewalk Makefile ports/security/firewalk/files patch-include:firewalk.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 11:14:55 -0000 vs 2005-09-15 11:14:54 UTC FreeBSD ports repository Modified files: security/firewalk Makefile Added files: security/firewalk/files patch-include:firewalk.h Log: - Firewalk port really depends on net/libnet-devel, but the check can be satisfied by net/libnet. - BIOCIMMEDIATE is undefined in some cases. PR: ports/86132 Submitted by: Michael Scheidell via maintainer Revision Changes Path 1.20 +1 -1 ports/security/firewalk/Makefile 1.1 +13 -0 ports/security/firewalk/files/patch-include:firewalk.h (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 11:45:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABC216A41F; Thu, 15 Sep 2005 11:45:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CA143D45; Thu, 15 Sep 2005 11:45:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FBjbwL070615; Thu, 15 Sep 2005 11:45:37 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FBjbAU070614; Thu, 15 Sep 2005 11:45:37 GMT (envelope-from maxim) Message-Id: <200509151145.j8FBjbAU070614@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 15 Sep 2005 11:45:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 11:45:37 -0000 maxim 2005-09-15 11:45:37 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: o Return ENOTCONN when shutdown(2) on non-connected socket. PR: kern/84761 Submitted by: James Juran R-test: tools/regression/sockets/shutdown MFC after: 1 month Revision Changes Path 1.246 +2 -0 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 11:47:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A208116A41F; Thu, 15 Sep 2005 11:47:24 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F12043D49; Thu, 15 Sep 2005 11:47:24 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FBlOPJ070792; Thu, 15 Sep 2005 11:47:24 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FBlOD5070791; Thu, 15 Sep 2005 11:47:24 GMT (envelope-from vsevolod) Message-Id: <200509151147.j8FBlOD5070791@repoman.freebsd.org> From: Vsevolod Stakhov Date: Thu, 15 Sep 2005 11:47:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/net Makefile ports/net/openldap23-server Makefile distinfo pkg-descr.client pkg-message.client pkg-plist pkg-plist.client ports/net/openldap23-server/files manpages patch-configure ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 11:47:24 -0000 vsevolod 2005-09-15 11:47:24 UTC FreeBSD ports repository Modified files: . MOVED net Makefile net/openldap23-server Makefile distinfo pkg-descr.client pkg-message.client pkg-plist pkg-plist.client net/openldap23-server/files manpages patch-configure patch-servers::slapd::Makefile.in patch-servers_slapd_overlays_Makefile.in net/openldap23-client Makefile Removed files: net/openldap23-sasl-server Makefile Log: Update to 2.3.7 [1] Add RWM overlay support [2] Convert to OPTIONS Remove openldap23-sasl-server as it is no longer required as separated port. PR: 85709 [1], 84966 [2] Submitted by: Dmitry A Grigorovich [1] Pawel Wieleba [2] Revision Changes Path 1.753 +2 -1 ports/MOVED 1.1532 +0 -1 ports/net/Makefile 1.5 +1 -0 ports/net/openldap23-client/Makefile 1.5 +0 -16 ports/net/openldap23-sasl-server/Makefile (dead) 1.112 +35 -56 ports/net/openldap23-server/Makefile 1.53 +2 -2 ports/net/openldap23-server/distinfo 1.14 +4 -3 ports/net/openldap23-server/files/manpages 1.9 +16 -16 ports/net/openldap23-server/files/patch-configure 1.6 +29 -4 ports/net/openldap23-server/files/patch-servers::slapd::Makefile.in 1.3 +6 -7 ports/net/openldap23-server/files/patch-servers_slapd_overlays_Makefile.in 1.5 +0 -2 ports/net/openldap23-server/pkg-descr.client 1.5 +0 -9 ports/net/openldap23-server/pkg-message.client 1.32 +14 -12 ports/net/openldap23-server/pkg-plist 1.10 +4 -8 ports/net/openldap23-server/pkg-plist.client From owner-cvs-all@FreeBSD.ORG Thu Sep 15 11:48:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EFC16A41F; Thu, 15 Sep 2005 11:48:33 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D5E43D46; Thu, 15 Sep 2005 11:48:32 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FBmWTG070858; Thu, 15 Sep 2005 11:48:32 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FBmWmR070857; Thu, 15 Sep 2005 11:48:32 GMT (envelope-from vsevolod) Message-Id: <200509151148.j8FBmWmR070857@repoman.freebsd.org> From: Vsevolod Stakhov Date: Thu, 15 Sep 2005 11:48:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 11:48:33 -0000 vsevolod 2005-09-15 11:48:32 UTC FreeBSD ports repository Modified files: . modules Log: Unlink net/openldap23-sasl-server. Revision Changes Path 1.13156 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 12:00:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 492F816A41F; Thu, 15 Sep 2005 12:00:12 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78D943D46; Thu, 15 Sep 2005 12:00:11 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FC0BRu071549; Thu, 15 Sep 2005 12:00:11 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FC0BEt071548; Thu, 15 Sep 2005 12:00:11 GMT (envelope-from sem) Message-Id: <200509151200.j8FC0BEt071548@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Sep 2005 12:00:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.emacs.mk ports/editors/xemacs-devel-mule Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 12:00:12 -0000 sem 2005-09-15 12:00:11 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk editors/xemacs-devel-mule Makefile distinfo Log: - Update to 21.5-b22 "cucumber". PR: ports/86147 Submitted by: maintainer Revision Changes Path 1.44 +2 -2 ports/Mk/bsd.emacs.mk 1.36 +1 -1 ports/editors/xemacs-devel-mule/Makefile 1.14 +2 -2 ports/editors/xemacs-devel-mule/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 12:01:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B029816A41F; Thu, 15 Sep 2005 12:01:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A2DD43D48; Thu, 15 Sep 2005 12:01:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FC1mtI071721; Thu, 15 Sep 2005 12:01:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FC1mKg071720; Thu, 15 Sep 2005 12:01:48 GMT (envelope-from sem) Message-Id: <200509151201.j8FC1mKg071720@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 15 Sep 2005 12:01:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/msyslog Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/msyslog/files msyslog.sh.sample msyslogd.sh.in patch-configure patch-im_tcp.c patch-im_udp.c patch-im_unix.c patch-ip_misc.c patch-md5.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 12:01:48 -0000 sem 2005-09-15 12:01:48 UTC FreeBSD ports repository Modified files: sysutils/msyslog Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/msyslog/files patch-configure Added files: sysutils/msyslog/files msyslogd.sh.in patch-src-Makefile.in patch-src-modules-Makefile.in Removed files: sysutils/msyslog/files msyslog.sh.sample patch-im_tcp.c patch-im_udp.c patch-im_unix.c patch-ip_misc.c patch-md5.h patch-rmd160.h patch-sha1.h patch-src-config.h.in Log: - Update to 1.08g - Simplify Makefile - Add OPTIONS support - Pass maintainership to submitter PR: ports/86151 Submitted by: Andrej Zverev Revision Changes Path 1.21 +40 -62 ports/sysutils/msyslog/Makefile 1.8 +2 -2 ports/sysutils/msyslog/distinfo 1.2 +0 -20 ports/sysutils/msyslog/files/msyslog.sh.sample (dead) 1.1 +47 -0 ports/sysutils/msyslog/files/msyslogd.sh.in (new) 1.2 +11 -2 ports/sysutils/msyslog/files/patch-configure 1.4 +0 -22 ports/sysutils/msyslog/files/patch-im_tcp.c (dead) 1.3 +0 -14 ports/sysutils/msyslog/files/patch-im_udp.c (dead) 1.2 +0 -14 ports/sysutils/msyslog/files/patch-im_unix.c (dead) 1.2 +0 -15 ports/sysutils/msyslog/files/patch-ip_misc.c (dead) 1.2 +0 -11 ports/sysutils/msyslog/files/patch-md5.h (dead) 1.2 +0 -11 ports/sysutils/msyslog/files/patch-rmd160.h (dead) 1.2 +0 -11 ports/sysutils/msyslog/files/patch-sha1.h (dead) 1.1 +12 -0 ports/sysutils/msyslog/files/patch-src-Makefile.in (new) 1.2 +0 -154 ports/sysutils/msyslog/files/patch-src-config.h.in (dead) 1.1 +11 -0 ports/sysutils/msyslog/files/patch-src-modules-Makefile.in (new) 1.4 +1 -1 ports/sysutils/msyslog/pkg-descr 1.2 +10 -7 ports/sysutils/msyslog/pkg-message 1.4 +22 -19 ports/sysutils/msyslog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 12:11:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5351C16A41F; Thu, 15 Sep 2005 12:11:49 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1121F43D49; Thu, 15 Sep 2005 12:11:49 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FCBmkw072093; Thu, 15 Sep 2005 12:11:48 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FCBmKn072092; Thu, 15 Sep 2005 12:11:48 GMT (envelope-from vsevolod) Message-Id: <200509151211.j8FCBmKn072092@repoman.freebsd.org> From: Vsevolod Stakhov Date: Thu, 15 Sep 2005 12:11:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/ipsec-tools Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 12:11:49 -0000 vsevolod 2005-09-15 12:11:48 UTC FreeBSD ports repository Modified files: security/ipsec-tools Makefile distinfo pkg-descr Log: Update to 0.6.1 Submitted by: Yvan Vanhullebus (maintainer) Revision Changes Path 1.2 +1 -1 ports/security/ipsec-tools/Makefile 1.2 +2 -2 ports/security/ipsec-tools/distinfo 1.2 +0 -1 ports/security/ipsec-tools/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 15 12:16:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6E416A41F; Thu, 15 Sep 2005 12:16:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A7A43D55; Thu, 15 Sep 2005 12:16:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id BC96446B81; Thu, 15 Sep 2005 08:16:46 -0400 (EDT) Date: Thu, 15 Sep 2005 13:16:46 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Maxim Konovalov In-Reply-To: <200509151145.j8FBjbAU070614@repoman.freebsd.org> Message-ID: <20050915130901.R75005@fledge.watson.org> References: <200509151145.j8FBjbAU070614@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 12:16:50 -0000 On Thu, 15 Sep 2005, Maxim Konovalov wrote: > maxim 2005-09-15 11:45:37 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_socket.c > Log: > o Return ENOTCONN when shutdown(2) on non-connected socket. > > PR: kern/84761 > Submitted by: James Juran > R-test: tools/regression/sockets/shutdown > MFC after: 1 month Are you sure this is the right thing to do? I've seen shutdown used in several applications on non-connection-oriented sockets in order to indicate no messages will be received, so not to allow received packets to consume space. Typical use is in the context of a raw IP or IPv6 socket, where raw packets will be sent but never received, and the socket will otherwise collect the normal random network detrious. For example, rtsold(8) uses shutdown(2) on its IPv6 raw socket to indicate it is send-only, so received packets should not be stored in the socket buffer since they will never be read. It does, however, contain the not unusual bug that it is called with an argument of 0, assuming that that will be the value SHUT_RD. I'm fairly sure we used to have other examples of shutdown(2) being used in this way in the tree but don't see any others in a casual glance. While POSIX mentions behavior for full-duplex connections, it does not specify for sockets that are not connection-oriented, so as I read it, the behavior we provide is permitted. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Sep 15 12:24:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F4616A41F; Thu, 15 Sep 2005 12:24:34 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9310443D45; Thu, 15 Sep 2005 12:24:34 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FCOYT9072536; Thu, 15 Sep 2005 12:24:34 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FCOYWx072535; Thu, 15 Sep 2005 12:24:34 GMT (envelope-from vsevolod) Message-Id: <200509151224.j8FCOYWx072535@repoman.freebsd.org> From: Vsevolod Stakhov Date: Thu, 15 Sep 2005 12:24:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 12:24:35 -0000 vsevolod 2005-09-15 12:24:34 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Bump openldap23 shared library version. Approved by: portmgr (krion) Revision Changes Path 1.517 +2 -2 ports/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:02:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B7616A41F; Thu, 15 Sep 2005 13:02:03 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CF743D49; Thu, 15 Sep 2005 13:02:02 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FD22NL081007; Thu, 15 Sep 2005 13:02:02 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FD22vE081006; Thu, 15 Sep 2005 13:02:02 GMT (envelope-from barner) Message-Id: <200509151302.j8FD22vE081006@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 13:02:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/wsmake Makefile ports/www/wsmake/files patch-libwsmake_wsUtil.cpp patch-libwsmake_wsUtil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:02:03 -0000 barner 2005-09-15 13:02:02 UTC FreeBSD ports repository Modified files: www/wsmake Makefile Added files: www/wsmake/files patch-libwsmake_wsUtil.cpp patch-libwsmake_wsUtil.h Log: - Unbreak on !i386 Tested by: submitter (amd64), barner (sparc64, ia64) Submitted by: Johan van Selst PR: ports/86150 Revision Changes Path 1.8 +2 -6 ports/www/wsmake/Makefile 1.1 +17 -0 ports/www/wsmake/files/patch-libwsmake_wsUtil.cpp (new) 1.1 +11 -0 ports/www/wsmake/files/patch-libwsmake_wsUtil.h (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:07:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD2016A41F; Thu, 15 Sep 2005 13:07:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B22543D48; Thu, 15 Sep 2005 13:07:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FD7d0R081223; Thu, 15 Sep 2005 13:07:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FD7cT1081222; Thu, 15 Sep 2005 13:07:38 GMT (envelope-from phk) Message-Id: <200509151307.j8FD7cT1081222@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 13:07:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ieee488 upd7210.c upd7210.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:07:39 -0000 phk 2005-09-15 13:07:38 UTC FreeBSD src repository Modified files: sys/dev/ieee488 upd7210.c upd7210.h Log: Allocate unit numbers with unr, implement detach function. Revision Changes Path 1.8 +19 -5 src/sys/dev/ieee488/upd7210.c 1.5 +2 -0 src/sys/dev/ieee488/upd7210.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:12:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id DB07616A420; Thu, 15 Sep 2005 13:12:24 +0000 (GMT) Date: Thu, 15 Sep 2005 13:12:24 +0000 From: Alexey Dokuchaev To: Parv Message-ID: <20050915131224.GB94650@FreeBSD.org> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> <20050914222511.GA11455@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050914222511.GA11455@holestein.holy.cow> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:12:25 -0000 On Wed, Sep 14, 2005 at 06:25:11PM -0400, Parv wrote: > in message <20050914061957.GA13354@FreeBSD.org>, > wrote Alexey Dokuchaev thusly... > > > > On Tue, Sep 13, 2005 at 10:23:54PM -0400, Parv wrote: > > > in message <200509132211.j8DMBYpj090708@repoman.freebsd.org>, > > > wrote Alexey Dokuchaev thusly... > > > > > > > > Log: > > > > - Convert to OPTIONS > > > > > > Ah dang. > > > > Once again, could you please explain what you do not like about OPTIONS? > > If you need to reconfigure the port at some point, there's "make config" > > for this purpose. > > I was just expressing my general disappointment as in "another one > bites the dust". The issue of OPTIONS-fying has been covered in > past definitely by others, and i might have chimed in too. IMHO, sticking to an old-world order, you're locking yourself of out many advantages that OPTIONS bring to you. There're about a dozen of options, and more will appear (I'm about to pull some nifty Gentoo patches to fvwm2-devel in some near future). Without OPTIONS, our users would have to read the Makefile (well, that could be avoided by priting them in pre-everything:: target), but they would still need to manually define all those knobs on command line (or in pkgtools.conf). > > > > > > - Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of > > > > little use > > > > > > Whatever. > > > > As I said earlier, it does not hurt to have it: there's no extra > > dependency, and this simplifies things for people. > > me with example when using this option is the onl > > I am sorry, that was bad edit on my part, i should have removed > "WITH_RPLAY" reference when i replied. > > Again, I was expressing my disappointment about the removal of > WITHOUT_XINERAMA (why/how was already covered either in some PR of > one of the ports lists). This is plain silly, shall you excuse me. Before we can discuss it, I want to hear about some real overhead/troubles you have with it enabled by default. ./danfe From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:13:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467FA16A420; Thu, 15 Sep 2005 13:13:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB5943D48; Thu, 15 Sep 2005 13:13:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDDM2X081503; Thu, 15 Sep 2005 13:13:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDDMit081502; Thu, 15 Sep 2005 13:13:22 GMT (envelope-from pav) Message-Id: <200509151313.j8FDDMit081502@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 13:13:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sipp Makefile distinfo ports/net/sipp/files patch-comp.c patch-comp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:13:23 -0000 pav 2005-09-15 13:13:22 UTC FreeBSD ports repository Modified files: net/sipp Makefile distinfo Added files: net/sipp/files patch-comp.c Removed files: net/sipp/files patch-comp.h Log: - Update to 1.1rc2 PR: ports/85980 Submitted by: Hendrik Scholz Approved by: Jesper Dalberg (maintainer) Revision Changes Path 1.6 +2 -2 ports/net/sipp/Makefile 1.3 +2 -2 ports/net/sipp/distinfo 1.1 +21 -0 ports/net/sipp/files/patch-comp.c (new) 1.2 +0 -12 ports/net/sipp/files/patch-comp.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:14:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3E716A41F; Thu, 15 Sep 2005 13:14:20 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686C943D45; Thu, 15 Sep 2005 13:14:16 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j8FDE4Bq020649; Thu, 15 Sep 2005 17:14:15 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Thu, 15 Sep 2005 17:14:04 +0400 (MSD) From: Maxim Konovalov To: Robert Watson In-Reply-To: <20050915130901.R75005@fledge.watson.org> Message-ID: <20050915165142.F20393@mp2.macomnet.net> References: <200509151145.j8FBjbAU070614@repoman.freebsd.org> <20050915130901.R75005@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:14:20 -0000 On Thu, 15 Sep 2005, 13:16+0100, Robert Watson wrote: > > On Thu, 15 Sep 2005, Maxim Konovalov wrote: > > > maxim 2005-09-15 11:45:37 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern uipc_socket.c > > Log: > > o Return ENOTCONN when shutdown(2) on non-connected socket. > > > > PR: kern/84761 > > Submitted by: James Juran > > R-test: tools/regression/sockets/shutdown > > MFC after: 1 month > > Are you sure this is the right thing to do? I've seen shutdown used > in several applications on non-connection-oriented sockets in order > to indicate no messages will be received, so not to allow received > packets to consume space. Typical use is in the context of a raw IP > or IPv6 socket, where raw packets will be sent but never received, > and the socket will otherwise collect the normal random network > detrious. > > For example, rtsold(8) uses shutdown(2) on its IPv6 raw socket to > indicate it is send-only, so received packets should not be stored > in the socket buffer since they will never be read. It does, > however, contain the not unusual bug that it is called with an > argument of 0, assuming that that will be the value SHUT_RD. I'm > fairly sure we used to have other examples of shutdown(2) being used > in this way in the tree but don't see any others in a casual glance. > > While POSIX mentions behavior for full-duplex connections, it does > not specify for sockets that are not connection-oriented, so as I > read it, the behavior we provide is permitted. Linux 2.4.21 return ENOTSUP for SOCK_RAW and ENOTCONN for non-connected SOCK_DGRAM. Solaris 9 returns ENOTCONN for non-connected SOCK_RAW and they don't allow shutdown(2) on non-connected sockets. Anyhow, I'll backout this code. -- Maxim Konovalov From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:14:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24CAF16A41F; Thu, 15 Sep 2005 13:14:56 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D328843D45; Thu, 15 Sep 2005 13:14:55 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDEtF3081598; Thu, 15 Sep 2005 13:14:55 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDEtjQ081597; Thu, 15 Sep 2005 13:14:55 GMT (envelope-from barner) Message-Id: <200509151314.j8FDEtjQ081597@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 13:14:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/most Makefile pkg-descr ports/sysutils/most/files patch-src-window.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:14:56 -0000 barner 2005-09-15 13:14:55 UTC FreeBSD ports repository Modified files: sysutils/most Makefile pkg-descr Added files: sysutils/most/files patch-src-window.c Log: - Fix 'g' and '%' commands [1] - Update WWW [2] - Bump port revision [2] Submitted by: Kevin Oberman [1], Emanuel Haupt [2] (maintainer) PR: ports/85994 [1], ports/86154 [2] Revision Changes Path 1.19 +1 -0 ports/sysutils/most/Makefile 1.3 +11 -0 ports/sysutils/most/files/patch-src-window.c (new) 1.5 +1 -1 ports/sysutils/most/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:16:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D016816A422; Thu, 15 Sep 2005 13:16:07 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B48943D45; Thu, 15 Sep 2005 13:16:07 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDG76r081830; Thu, 15 Sep 2005 13:16:07 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDG71X081829; Thu, 15 Sep 2005 13:16:07 GMT (envelope-from rse) Message-Id: <200509151316.j8FDG71X081829@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Thu, 15 Sep 2005 13:16:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_main.c src/sbin/init init.8 init.c src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:16:08 -0000 rse 2005-09-15 13:16:07 UTC FreeBSD src repository Modified files: sys/kern init_main.c sbin/init init.8 init.c share/man/man5 rc.conf.5 Log: Fix system shutdown timeout handling by again supporting longer running shutdown procedures (which have a duration of more than 120 seconds). We have two user-space affecting shutdown timeouts: a "soft" one in /etc/rc.shutdown and a "hard" one in init(8). The first one can be configured via /etc/rc.conf variable "rcshutdown_timeout" and defaults to 30 seconds. The second one was originally (in 1998) intended to be configured via sysctl(8) variable "kern.shutdown_timeout" and defaults to 120 seconds. Unfortunately, the "kern.shutdown_timeout" was declared "unused" in 1999 (as it obviously is actually not used within the kernel itself) and hence was intentionally but misleadingly removed in revision 1.107 from init_main.c. Kernel sysctl(8) variables are certainly a wrong way to control user-space processes in general, but in this particular case the sysctl(8) variable should have remained as it supports init(8), which isn't passed command line flags (which in turn could have been set via /etc/rc.conf), etc. As there is already a similar "kern.init_path" sysctl(8) variable which directly affects init(8), resurrect the init(8) shutdown timeout under sysctl(8) variable "kern.init_shutdown_timeout". But this time document it as being intentionally unused within the kernel and used by init(8). Also document it in the manpages init(8) and rc.conf(5). Reviewed by: phk MFC after: 2 weeks Revision Changes Path 1.48 +7 -1 src/sbin/init/init.8 1.61 +1 -1 src/sbin/init/init.c 1.264 +16 -1 src/share/man/man5/rc.conf.5 1.257 +11 -0 src/sys/kern/init_main.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:18:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9645916A41F; Thu, 15 Sep 2005 13:18:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56BF543D45; Thu, 15 Sep 2005 13:18:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDI6eE081892; Thu, 15 Sep 2005 13:18:06 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDI6CM081891; Thu, 15 Sep 2005 13:18:06 GMT (envelope-from maxim) Message-Id: <200509151318.j8FDI6CM081891@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 15 Sep 2005 13:18:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:18:06 -0000 maxim 2005-09-15 13:18:05 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Backout rev. 1.246, it breaks code uses shutdown(2) on non-connected sockets. Pointed out by: rwatson Revision Changes Path 1.247 +0 -2 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:20:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D594316A41F; Thu, 15 Sep 2005 13:20:42 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3EF43D5C; Thu, 15 Sep 2005 13:20:39 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDKdYY082044; Thu, 15 Sep 2005 13:20:39 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDKdp6082043; Thu, 15 Sep 2005 13:20:39 GMT (envelope-from maxim) Message-Id: <200509151320.j8FDKdp6082043@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 15 Sep 2005 13:20:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/sockets/shutdown shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:20:43 -0000 maxim 2005-09-15 13:20:39 UTC FreeBSD src repository Modified files: tools/regression/sockets/shutdown shutdown.c Log: Remove checks for shutdown(2) on non-connected socket. Revision Changes Path 1.2 +0 -7 src/tools/regression/sockets/shutdown/shutdown.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:25:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4311E16A41F; Thu, 15 Sep 2005 13:25:10 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FCA43D68; Thu, 15 Sep 2005 13:25:10 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDP9Oq082381; Thu, 15 Sep 2005 13:25:09 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDP9pB082380; Thu, 15 Sep 2005 13:25:09 GMT (envelope-from mezz) Message-Id: <200509151325.j8FDP9pB082380@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 15 Sep 2005 13:25:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/fluxbox-devel pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:25:10 -0000 mezz 2005-09-15 13:25:09 UTC FreeBSD ports repository Modified files: x11-wm/fluxbox-devel pkg-message Log: Trying to improvement on explain for what or where to rename, so point them to rename in the style for bsetroot -> fbsetroot. Contact me for any improve on the English grammar is welcome. Revision Changes Path 1.5 +3 -3 ports/x11-wm/fluxbox-devel/pkg-message From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:27:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F00216A41F; Thu, 15 Sep 2005 13:27:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE8543D49; Thu, 15 Sep 2005 13:27:17 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDRGCd082474; Thu, 15 Sep 2005 13:27:17 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDRGmr082473; Thu, 15 Sep 2005 13:27:16 GMT (envelope-from phk) Message-Id: <200509151327.j8FDRGmr082473@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 13:27:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ieee488 tnt4882.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:27:17 -0000 phk 2005-09-15 13:27:16 UTC FreeBSD src repository Added files: sys/dev/ieee488 tnt4882.c Log: First cut at a driver for National Instruments PCI-GPIB hardware. Hardware donated by: "Greg Maciejewski" Revision Changes Path 1.1 +400 -0 src/sys/dev/ieee488/tnt4882.c (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:28:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D7516A41F; Thu, 15 Sep 2005 13:28:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8764243D46; Thu, 15 Sep 2005 13:28:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDSXXY082577; Thu, 15 Sep 2005 13:28:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDSX0Z082576; Thu, 15 Sep 2005 13:28:33 GMT (envelope-from phk) Message-Id: <200509151328.j8FDSX0Z082576@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 13:28:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:28:33 -0000 phk 2005-09-15 13:28:33 UTC FreeBSD src repository Modified files: sys/conf NOTES files Log: Add tnt4882 driver to the build Revision Changes Path 1.1329 +5 -1 src/sys/conf/NOTES 1.1048 +5 -2 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:29:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF1116A41F; Thu, 15 Sep 2005 13:29:10 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF4443D46; Thu, 15 Sep 2005 13:29:10 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDTAcU082625; Thu, 15 Sep 2005 13:29:10 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDTAm6082624; Thu, 15 Sep 2005 13:29:10 GMT (envelope-from cperciva) Message-Id: <200509151329.j8FDTAm6082624@repoman.freebsd.org> From: Colin Percival Date: Thu, 15 Sep 2005 13:29:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:29:10 -0000 cperciva 2005-09-15 13:29:10 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Portsnap uses host(1) to search for mirrors, but this is only available when the base system is not compiled with NO_BIND set. Before we start searching for mirrors, make sure that host(1) can be found, and if it doesn't exist then fallback to the A record instead of the SRV records. Submitted by: Luca Morettoni Revision Changes Path 1.12 +6 -0 src/usr.sbin/portsnap/portsnap/portsnap.sh From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:37:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984FA16A41F; Thu, 15 Sep 2005 13:37:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D360F43D49; Thu, 15 Sep 2005 13:37:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id DD1A346BA5; Thu, 15 Sep 2005 09:37:04 -0400 (EDT) Date: Thu, 15 Sep 2005 14:37:04 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Maxim Konovalov In-Reply-To: <20050915165142.F20393@mp2.macomnet.net> Message-ID: <20050915143344.P75005@fledge.watson.org> References: <200509151145.j8FBjbAU070614@repoman.freebsd.org> <20050915130901.R75005@fledge.watson.org> <20050915165142.F20393@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:37:08 -0000 On Thu, 15 Sep 2005, Maxim Konovalov wrote: >> Are you sure this is the right thing to do? I've seen shutdown used in >> several applications on non-connection-oriented sockets in order to >> indicate no messages will be received, so not to allow received packets >> to consume space. Typical use is in the context of a raw IP or IPv6 >> socket, where raw packets will be sent but never received, and the >> socket will otherwise collect the normal random network detrious. >> >> For example, rtsold(8) uses shutdown(2) on its IPv6 raw socket to >> indicate it is send-only, so received packets should not be stored in >> the socket buffer since they will never be read. It does, however, >> contain the not unusual bug that it is called with an argument of 0, >> assuming that that will be the value SHUT_RD. I'm fairly sure we used >> to have other examples of shutdown(2) being used in this way in the >> tree but don't see any others in a casual glance. >> >> While POSIX mentions behavior for full-duplex connections, it does not >> specify for sockets that are not connection-oriented, so as I read it, >> the behavior we provide is permitted. > > Linux 2.4.21 return ENOTSUP for SOCK_RAW and ENOTCONN for non-connected > SOCK_DGRAM. Solaris 9 returns ENOTCONN for non-connected SOCK_RAW and > they don't allow shutdown(2) on non-connected sockets. Anyhow, I'll > backout this code. I suspect that where we sit today is that the specification is based on the least common denominator of the API's derived from the Berkeley sockets implementation. The good news is that POSIX doesn't appear to prohibit our useful behavior... The trick is going to be for us to define the behavior we guarantee vs. the behavior that is an accident of our implementation. For example, in the case of the fifo code, we permitted a broad range of socket and network stack ioctls on fifos, even though the fifo API specification is really derived from the behavior of pipes.. :-) Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:40:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795E016A41F; Thu, 15 Sep 2005 13:40:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35BBD43D45; Thu, 15 Sep 2005 13:40:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDej6o083142; Thu, 15 Sep 2005 13:40:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDejwi083141; Thu, 15 Sep 2005 13:40:45 GMT (envelope-from pav) Message-Id: <200509151340.j8FDejwi083141@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 13:40:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:40:45 -0000 pav 2005-09-15 13:40:44 UTC FreeBSD ports repository Modified files: . access Log: Welcome Marcus Nestor Alves Grando (mnag), latest addition of ever growing ports committers team, and a second new brazillian committer in a short time. I will be his mentor. Approved by: portmgr Account created by: simon Revision Changes Path 1.665 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:48:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66AC16A41F; Thu, 15 Sep 2005 13:48:48 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BEB43D46; Thu, 15 Sep 2005 13:48:48 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDmmj1083414; Thu, 15 Sep 2005 13:48:48 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDmmB0083413; Thu, 15 Sep 2005 13:48:48 GMT (envelope-from cperciva) Message-Id: <200509151348.j8FDmmB0083413@repoman.freebsd.org> From: Colin Percival Date: Thu, 15 Sep 2005 13:48:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:48:49 -0000 cperciva 2005-09-15 13:48:48 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Remove trhodes from secteam -- he has served his time in purgatory. :-) Revision Changes Path 1.34 +0 -4 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml 1.108 +2 -2 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 13:58:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D4216A41F; Thu, 15 Sep 2005 13:58:23 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B50343D49; Thu, 15 Sep 2005 13:58:23 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FDwNvD083762; Thu, 15 Sep 2005 13:58:23 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FDwNC6083761; Thu, 15 Sep 2005 13:58:23 GMT (envelope-from barner) Message-Id: <200509151358.j8FDwNC6083761@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 13:58:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/xsim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 13:58:24 -0000 barner 2005-09-15 13:58:23 UTC FreeBSD ports repository Modified files: chinese/xsim Makefile Log: Fix build on 64bit architectures by adding -fPIC to CFLAGS. Submitted by: Johan van Selst PR: ports/85089 Tested by: submitter (amd64), barner (sparc64, i386) Revision Changes Path 1.12 +2 -3 ports/chinese/xsim/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 14:10:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D474716A41F; Thu, 15 Sep 2005 14:10:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A43843D45; Thu, 15 Sep 2005 14:10:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FEAfTw084271; Thu, 15 Sep 2005 14:10:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FEAfEe084270; Thu, 15 Sep 2005 14:10:41 GMT (envelope-from pjd) Message-Id: <200509151410.j8FEAfEe084270@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 15 Sep 2005 14:10:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 14:10:42 -0000 pjd 2005-09-15 14:10:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: sys/dev/bge/if_bge.c 1.94 When bge_stop() is called from bge_detach(), mii is already NULL, so check before trying to use it. This fix allows to 'kldunload if_bge' without panicing. Reviewed by: bz Approved by: re (scottl) Revision Changes Path 1.91.2.3 +10 -5 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 14:11:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 412BB16A41F; Thu, 15 Sep 2005 14:11:27 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004D943D48; Thu, 15 Sep 2005 14:11:26 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FEBQkq084327; Thu, 15 Sep 2005 14:11:26 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FEBQun084326; Thu, 15 Sep 2005 14:11:26 GMT (envelope-from nork) Message-Id: <200509151411.j8FEBQun084326@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Sep 2005 14:11:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/OpenEXR Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 14:11:27 -0000 nork 2005-09-15 14:11:26 UTC FreeBSD ports repository Modified files: graphics/OpenEXR Makefile Log: o Change dependency on fltk to fltk-threads. o Bump PORTREVISION, accordingly. Revision Changes Path 1.17 +2 -2 ports/graphics/OpenEXR/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 14:12:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3970716A41F; Thu, 15 Sep 2005 14:12:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E0843D53; Thu, 15 Sep 2005 14:12:54 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FECsM9084375; Thu, 15 Sep 2005 14:12:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FECsAB084374; Thu, 15 Sep 2005 14:12:54 GMT (envelope-from pjd) Message-Id: <200509151412.j8FECsAB084374@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 15 Sep 2005 14:12:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 14:12:55 -0000 pjd 2005-09-15 14:12:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/eli geom_eli.c Log: MFC: sbin/geom/class/eli/geom_eli.c 1.4 Even if there are no valid keys in metadata, but provider is attached we can still use setkey subcommand. Found by: regression tests Approved by: re (scottl) Revision Changes Path 1.1.2.4 +5 -5 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 14:17:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25C916A41F; Thu, 15 Sep 2005 14:17:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B018343D46; Thu, 15 Sep 2005 14:17:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FEHVEB084623; Thu, 15 Sep 2005 14:17:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FEHVlC084622; Thu, 15 Sep 2005 14:17:31 GMT (envelope-from pjd) Message-Id: <200509151417.j8FEHVlC084622@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 15 Sep 2005 14:17:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 14:17:32 -0000 pjd 2005-09-15 14:17:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/eli g_eli.c Log: MFC: sys/geom/eli/g_eli.c 1.12,1.13 - Don't forget to initialize crp_etype field. Reported by: Nick Evans - Fix copy&paste typo. Approved by: re (scottl) Revision Changes Path 1.3.2.4 +2 -1 src/sys/geom/eli/g_eli.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 14:46:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 457D716A41F; Thu, 15 Sep 2005 14:46:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0CE043D46; Thu, 15 Sep 2005 14:46:35 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8FEkZja065181; Thu, 15 Sep 2005 07:46:35 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8FEkYfX065180; Thu, 15 Sep 2005 07:46:34 -0700 (PDT) (envelope-from obrien) Date: Thu, 15 Sep 2005 07:46:34 -0700 From: "David O'Brien" To: Alexey Dokuchaev Message-ID: <20050915144634.GA65015@dragon.NUXI.org> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> <20050914222511.GA11455@holestein.holy.cow> <20050915131224.GB94650@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050915131224.GB94650@FreeBSD.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Parv Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 14:46:36 -0000 On Thu, Sep 15, 2005 at 01:12:24PM +0000, Alexey Dokuchaev wrote: > IMHO, sticking to an old-world order, you're locking yourself of out > many advantages that OPTIONS bring to you. There're about a dozen of > options, and more will appear (I'm about to pull some nifty Gentoo > patches to fvwm2-devel in some near future). Without OPTIONS, our users > would have to read the Makefile (well, that could be avoided by priting > them in pre-everything:: target), but they would still need to manually > define all those knobs on command line (or in pkgtools.conf). Or stick them in /etc/make.conf and still have them available for every build. I'm more than able to use 'vi' and edit /etc/make.conf. And I don't get surprises later when I start some 'make install' of a package with dependencies and walk away - only to find it stopped wanting to know if I want to select some mostly useless options. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:02:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E0D16A41F; Thu, 15 Sep 2005 15:02:40 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1FD43D45; Thu, 15 Sep 2005 15:02:40 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FF2e9b086336; Thu, 15 Sep 2005 15:02:40 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FF2dB6086335; Thu, 15 Sep 2005 15:02:39 GMT (envelope-from lth) Message-Id: <200509151502.j8FF2dB6086335@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 15:02:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-NULL Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:02:40 -0000 lth 2005-09-15 15:02:39 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-NULL Makefile distinfo pkg-descr pkg-plist Log: Add p5-Crypt-NULL 1.02, perl implementation of the NULL encryption algorithm. PR: ports/84629 Submitted by: TAKAHASHI Kaoru Revision Changes Path 1.640 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/p5-Crypt-NULL/Makefile (new) 1.1 +2 -0 ports/security/p5-Crypt-NULL/distinfo (new) 1.1 +8 -0 ports/security/p5-Crypt-NULL/pkg-descr (new) 1.1 +6 -0 ports/security/p5-Crypt-NULL/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:02:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C5916A41F; Thu, 15 Sep 2005 15:02:54 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81AE43D45; Thu, 15 Sep 2005 15:02:54 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FF2s8O086387; Thu, 15 Sep 2005 15:02:54 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FF2sgl086386; Thu, 15 Sep 2005 15:02:54 GMT (envelope-from lth) Message-Id: <200509151502.j8FF2sgl086386@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 15:02:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:02:55 -0000 lth 2005-09-15 15:02:54 UTC FreeBSD ports repository Modified files: . modules Log: p5-Crypt-NULL --> ports/security/p5-Crypt-NULL Revision Changes Path 1.13157 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:03:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5DC16A41F; Thu, 15 Sep 2005 15:03:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD18243D46; Thu, 15 Sep 2005 15:03:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FF3m5D086439; Thu, 15 Sep 2005 15:03:48 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FF3m5i086438; Thu, 15 Sep 2005 15:03:48 GMT (envelope-from csjp) Message-Id: <200509151503.j8FF3m5i086438@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 15 Sep 2005 15:03:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern imgact_elf.c vfs_lookup.c vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:03:49 -0000 csjp 2005-09-15 15:03:48 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c vfs_lookup.c vfs_syscalls.c Log: Improve the MP safeness associated with the creation of symbolic links and the execution of ELF binaries. Two problems were found: 1) The link path wasn't tagged as being MP safe and thus was not properly protected. 2) The ELF interpreter vnode wasnt being locked in namei(9) and thus was insufficiently protected. This commit makes the following changes: -Sets the MPSAFE flag in NDINIT for symbolic link paths -Sets the MPSAFE flag in NDINIT and introduce a vfslocked variable which will be used to instruct VFS_UNLOCK_GIANT to unlock Giant if it has been picked up. -Drop in an assertion into vfs_lookup which ensures that if the MPSAFE flag is NOT set, that we have picked up giant. If not panic (if WITNESS compiled into the kernel). This should help us find conditions where vnode operations are in-sufficiently protected. This is a RELENG_6 candidate. Discussed with: jeff MFC after: 4 days Revision Changes Path 1.163 +7 -3 src/sys/kern/imgact_elf.c 1.82 +2 -0 src/sys/kern/vfs_lookup.c 1.394 +1 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:19:53 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E59616A41F; Thu, 15 Sep 2005 15:19:53 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pastinakel.tue.nl (pastinakel.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7771E43D46; Thu, 15 Sep 2005 15:19:52 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by pastinakel.tue.nl (Postfix) with ESMTP id A605F14BB43; Thu, 15 Sep 2005 17:19:51 +0200 (CEST) Received: from pastinakel.tue.nl ([127.0.0.1]) by localhost (pastinakel.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00306-01; Thu, 15 Sep 2005 17:19:50 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by pastinakel.tue.nl (Postfix) with ESMTP id 7D42614BBC4; Thu, 15 Sep 2005 17:03:30 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j8FF3Ujg099436; Thu, 15 Sep 2005 17:03:30 +0200 (CEST) (envelope-from stijn) Date: Thu, 15 Sep 2005 17:03:30 +0200 From: Stijn Hoop To: "David O'Brien" Message-ID: <20050915150330.GW64690@pcwin002.win.tue.nl> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> <20050914222511.GA11455@holestein.holy.cow> <20050915131224.GB94650@FreeBSD.org> <20050915144634.GA65015@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GyRA7555PLgSTuth" Content-Disposition: inline In-Reply-To: <20050915144634.GA65015@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: cvs-ports@freebsd.org, Alexey Dokuchaev , Parv , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:19:53 -0000 --GyRA7555PLgSTuth Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 15, 2005 at 07:46:34AM -0700, David O'Brien wrote: > On Thu, Sep 15, 2005 at 01:12:24PM +0000, Alexey Dokuchaev wrote: > > IMHO, sticking to an old-world order, you're locking yourself of out > > many advantages that OPTIONS bring to you. There're about a dozen of > > options, and more will appear (I'm about to pull some nifty Gentoo > > patches to fvwm2-devel in some near future). Without OPTIONS, our users > > would have to read the Makefile (well, that could be avoided by priting > > them in pre-everything:: target), but they would still need to manually > > define all those knobs on command line (or in pkgtools.conf). >=20 > Or stick them in /etc/make.conf and still have them available for every > build. I'm more than able to use 'vi' and edit /etc/make.conf. > And I don't get surprises later when I start some 'make install' of a > package with dependencies and walk away - only to find it stopped wanting > to know if I want to select some mostly useless options. Add BATCH=3Dyes to /etc/make.conf along with WITH_FOO. Or do 'make config-recursive' before 'make install'. HTH, --Stijn --=20 SIGSIG -- signature too long (core dumped) --GyRA7555PLgSTuth Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDKY1CY3r/tLQmfWcRAlK2AKCLycCqlM0rbZmTDpEZ74l2NAWTkwCfXMyu YnH9hCQd9k1x6R8bKqxpztI= =DL41 -----END PGP SIGNATURE----- --GyRA7555PLgSTuth-- From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:22:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C69B16A41F; Thu, 15 Sep 2005 15:22:13 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4668E43D46; Thu, 15 Sep 2005 15:22:13 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFMDE8087293; Thu, 15 Sep 2005 15:22:13 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFMD9U087292; Thu, 15 Sep 2005 15:22:13 GMT (envelope-from nork) Message-Id: <200509151522.j8FFMD9U087292@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Sep 2005 15:22:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/exrtools Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:22:13 -0000 nork 2005-09-15 15:22:13 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/exrtools Makefile distinfo pkg-descr Log: Add exrtools 0.4, utilities for manipulating with HDR images in OpenEXR format. PR: ports/84945 Submitted by: Emanuel Haupt Revision Changes Path 1.850 +1 -0 ports/graphics/Makefile 1.1 +60 -0 ports/graphics/exrtools/Makefile (new) 1.1 +2 -0 ports/graphics/exrtools/distinfo (new) 1.1 +18 -0 ports/graphics/exrtools/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:22:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4145216A41F; Thu, 15 Sep 2005 15:22:26 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39DA43D48; Thu, 15 Sep 2005 15:22:25 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFMPff087343; Thu, 15 Sep 2005 15:22:25 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFMPIo087342; Thu, 15 Sep 2005 15:22:25 GMT (envelope-from nork) Message-Id: <200509151522.j8FFMPIo087342@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 15 Sep 2005 15:22:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:22:26 -0000 nork 2005-09-15 15:22:25 UTC FreeBSD ports repository Modified files: . modules Log: exrtools --> ports/graphics/exrtools Revision Changes Path 1.13158 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:24:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB6E16A41F; Thu, 15 Sep 2005 15:24:38 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5ACA43D48; Thu, 15 Sep 2005 15:24:38 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFOc2Y087439; Thu, 15 Sep 2005 15:24:38 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFOcTK087438; Thu, 15 Sep 2005 15:24:38 GMT (envelope-from glewis) Message-Id: <200509151524.j8FFOcTK087438@repoman.freebsd.org> From: Greg Lewis Date: Thu, 15 Sep 2005 15:24:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/cryptix-jce Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:24:39 -0000 glewis 2005-09-15 15:24:38 UTC FreeBSD ports repository Modified files: java/cryptix-jce Makefile distinfo pkg-descr pkg-plist Log: . Update to 20050328. . Remove RESTRICTED, the licence is BSD-like and the web site now claims it is fine for production use. . Update pkg-descr and include the web site. Revision Changes Path 1.12 +8 -6 ports/java/cryptix-jce/Makefile 1.4 +2 -2 ports/java/cryptix-jce/distinfo 1.2 +3 -18 ports/java/cryptix-jce/pkg-descr 1.3 +2 -0 ports/java/cryptix-jce/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:29:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F88416A41F; Thu, 15 Sep 2005 15:29:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B109843D46; Thu, 15 Sep 2005 15:29:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 15 Sep 2005 11:45:38 -0400 From: John Baldwin To: "Christian S.J. Peron" Date: Thu, 15 Sep 2005 11:30:58 -0400 User-Agent: KMail/1.8 References: <200509151503.j8FF3m5i086438@repoman.freebsd.org> In-Reply-To: <200509151503.j8FF3m5i086438@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509151131.00450.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c vfs_lookup.c vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:29:59 -0000 On Thursday 15 September 2005 11:03 am, Christian S.J. Peron wrote: > csjp 2005-09-15 15:03:48 UTC > > FreeBSD src repository > > Modified files: > sys/kern imgact_elf.c vfs_lookup.c vfs_syscalls.c > Log: > Improve the MP safeness associated with the creation of symbolic > links and the execution of ELF binaries. Two problems were found: > > 1) The link path wasn't tagged as being MP safe and thus was not properly > protected. > 2) The ELF interpreter vnode wasnt being locked in namei(9) and thus was > insufficiently protected. > > This commit makes the following changes: > > -Sets the MPSAFE flag in NDINIT for symbolic link paths > -Sets the MPSAFE flag in NDINIT and introduce a vfslocked variable which > will be used to instruct VFS_UNLOCK_GIANT to unlock Giant if it has been > picked up. > -Drop in an assertion into vfs_lookup which ensures that if the MPSAFE > flag is NOT set, that we have picked up giant. If not panic (if WITNESS > compiled into the kernel). This should help us find conditions where > vnode operations are in-sufficiently protected. > > This is a RELENG_6 candidate. > > Discussed with: jeff > MFC after: 4 days Why not just use mtx_assert() to do locking assertions? if (!(cnp->cn_flags & MPSAFE)) mtx_assert(&Giant, MA_OWNED); Also, note that assertions only depend on INVARIANTS, not on WITNESS. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:34:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA4116A41F; Thu, 15 Sep 2005 15:34:23 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E28143D45; Thu, 15 Sep 2005 15:34:23 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFYMYg087834; Thu, 15 Sep 2005 15:34:22 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFYM8m087833; Thu, 15 Sep 2005 15:34:22 GMT (envelope-from glewis) Message-Id: <200509151534.j8FFYM8m087833@repoman.freebsd.org> From: Greg Lewis Date: Thu, 15 Sep 2005 15:34:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/cryptix-jce pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:34:23 -0000 glewis 2005-09-15 15:34:22 UTC FreeBSD ports repository Modified files: java/cryptix-jce pkg-plist Log: . Fix packing list (add @dirrm forgotten in my last commit). Revision Changes Path 1.4 +1 -0 ports/java/cryptix-jce/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:36:43 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D87616A41F for ; Thu, 15 Sep 2005 15:36:43 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5706643D46 for ; Thu, 15 Sep 2005 15:36:41 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 74516 invoked by uid 89); 15 Sep 2005 15:35:19 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 15 Sep 2005 15:35:19 -0000 Date: Thu, 15 Sep 2005 17:36:55 +0200 From: Oliver Lehmann To: Stijn Hoop Message-Id: <20050915173655.308a168d.lehmann@ans-netz.de> In-Reply-To: <20050915150330.GW64690@pcwin002.win.tue.nl> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> <20050914222511.GA11455@holestein.holy.cow> <20050915131224.GB94650@FreeBSD.org> <20050915144634.GA65015@dragon.NUXI.org> <20050915150330.GW64690@pcwin002.win.tue.nl> X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: danfe@freebsd.org, parv@pair.com, cvs-all@freebsd.org, ports-committers@freebsd.org, obrien@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:36:43 -0000 Stijn Hoop wrote: > Add BATCH=yes to /etc/make.conf along with WITH_FOO. Which could have other sideeffects then just preventing from parsing OPTIONS. I once thought about a 2nd options which prevents OPTIONS from caling dialog and just printing the contents of it. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2527952+0+archive/2004/cvs-all/20040829.cvs-all It needs some finetuning of course, but none picked that up again.. so I thought I'm the only one interested in this kind of funct. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:45:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF98B16A41F; Thu, 15 Sep 2005 15:45:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB7343D4C; Thu, 15 Sep 2005 15:45:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFjYgm088305; Thu, 15 Sep 2005 15:45:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFjYkI088304; Thu, 15 Sep 2005 15:45:34 GMT (envelope-from rwatson) Message-Id: <200509151545.j8FFjYkI088304@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 15:45:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:45:35 -0000 rwatson 2005-09-15 15:45:34 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: The socket pointers in fifoinfo are not permitted to be NULL, so don't check if they are, it just confuses the fifo code more. MFC after: 3 days Revision Changes Path 1.125 +2 -5 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:48:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25EEE16A41F; Thu, 15 Sep 2005 15:48:17 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85A743D49; Thu, 15 Sep 2005 15:48:16 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFmGHB088395; Thu, 15 Sep 2005 15:48:16 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFmG7s088394; Thu, 15 Sep 2005 15:48:16 GMT (envelope-from jkoshy) Message-Id: <200509151548.j8FFmG7s088394@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 15 Sep 2005 15:48:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_amd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:48:17 -0000 jkoshy 2005-09-15 15:48:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/hwpmc hwpmc_amd.c Log: MFC r1.12: ``Process one NMI interrupt per handler invocation as the processor buffers pending NMIs from multiple interrupting PMCs and delivers them serially.'' Approved by: re (kensmith) Revision Changes Path 1.9.2.1 +9 -4 src/sys/dev/hwpmc/hwpmc_amd.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 15:54:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D534616A41F; Thu, 15 Sep 2005 15:54:10 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9162B43D45; Thu, 15 Sep 2005 15:54:10 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FFsArX088660; Thu, 15 Sep 2005 15:54:10 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FFsAj2088659; Thu, 15 Sep 2005 15:54:10 GMT (envelope-from glewis) Message-Id: <200509151554.j8FFsAj2088659@repoman.freebsd.org> From: Greg Lewis Date: Thu, 15 Sep 2005 15:54:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/bouncycastle Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 15:54:11 -0000 glewis 2005-09-15 15:54:10 UTC FreeBSD ports repository Modified files: java/bouncycastle Makefile distinfo pkg-descr pkg-plist Log: . Update to 1.29. . Unbreak and undeprecate. . Temporarily take maintainership. Revision Changes Path 1.11 +13 -24 ports/java/bouncycastle/Makefile 1.4 +2 -2 ports/java/bouncycastle/distinfo 1.2 +12 -5 ports/java/bouncycastle/pkg-descr 1.2 +26 -737 ports/java/bouncycastle/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 16:03:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E61E16A41F; Thu, 15 Sep 2005 16:03:52 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FC143D45; Thu, 15 Sep 2005 16:03:52 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FG3pSQ089066; Thu, 15 Sep 2005 16:03:51 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FG3pEo089065; Thu, 15 Sep 2005 16:03:51 GMT (envelope-from jeh) Message-Id: <200509151603.j8FG3pEo089065@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 15 Sep 2005 16:03:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:03:52 -0000 jeh 2005-09-15 16:03:51 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Udate to DAT 4582 Revision Changes Path 1.413 +1 -1 ports/security/uvscan-dat/Makefile 1.408 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 16:08:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A024A16A41F; Thu, 15 Sep 2005 16:08:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E0CA43D45; Thu, 15 Sep 2005 16:08:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FG85Ht089264; Thu, 15 Sep 2005 16:08:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FG85W3089263; Thu, 15 Sep 2005 16:08:05 GMT (envelope-from rwatson) Message-Id: <200509151608.j8FG85W3089263@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 16:08:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/sysctl sysctl.8 sysctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:08:05 -0000 rwatson 2005-09-15 16:08:04 UTC FreeBSD src repository Modified files: sbin/sysctl sysctl.8 sysctl.c Log: Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/ errors generated. In particular, it suppresses "unknown oid" when attempting to get or set a sysctl not present in the kernel. MFC after: 1 week Revision Changes Path 1.59 +5 -1 src/sbin/sysctl/sysctl.8 1.68 +12 -4 src/sbin/sysctl/sysctl.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 16:09:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E6216A41F; Thu, 15 Sep 2005 16:09:09 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF9A43D45; Thu, 15 Sep 2005 16:09:09 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FG98ib089320; Thu, 15 Sep 2005 16:09:08 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FG98uR089319; Thu, 15 Sep 2005 16:09:08 GMT (envelope-from garys) Message-Id: <200509151609.j8FG98uR089319@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Thu, 15 Sep 2005 16:09:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docproj sgml.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:09:09 -0000 garys 2005-09-15 16:09:08 UTC FreeBSD doc repository Modified files: en/docproj sgml.sgml Log: Changed various problems, mostly in wordage, including: = Changed "purists...that" to "purists...who". = Changed parenthetical explanation of "tags". = Changed "added" to "defined" since elements were not added. = Replaced awkward use of "related things". = Changed awkward non-possessive "'s" to " elements". = Removed too-restrictive "If you are familiar with them,". = Reworded "I found the best way" from anonymous page. = Removed "that" that referred to nothing. = Changed "have got" to "have". = Changed "they'll" to FDP's "they will". = Changed too-informal "stuff" to "version". = Removed erroneous "too" in small rewording that shortened a long sentence. = Removed unnecessary "You should". = Combined two paras on the same thing, changing "file" to "page". = Inserted apostrophe in "beginners". = Changed a quote char to an entity, twice. Approved by: keramida Revision Changes Path 1.25 +22 -23 www/en/docproj/sgml.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 16:09:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A63CD16A41F; Thu, 15 Sep 2005 16:09:24 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D8743D45; Thu, 15 Sep 2005 16:09:24 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FG9Oo9089353; Thu, 15 Sep 2005 16:09:24 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FG9OTr089352; Thu, 15 Sep 2005 16:09:24 GMT (envelope-from csjp) Message-Id: <200509151609.j8FG9OTr089352@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 15 Sep 2005 16:09:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:09:24 -0000 csjp 2005-09-15 16:09:24 UTC FreeBSD src repository Modified files: usr.bin/netstat bpf.c Log: Use is '-' to imply that the flag is not set, rather than '.'. Revision Changes Path 1.5 +1 -1 src/usr.bin/netstat/bpf.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 16:09:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CACA16A47C; Thu, 15 Sep 2005 16:09:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5900143D45; Thu, 15 Sep 2005 16:09:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FG9SOj089382; Thu, 15 Sep 2005 16:09:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FG9Ssm089381; Thu, 15 Sep 2005 16:09:28 GMT (envelope-from rwatson) Message-Id: <200509151609.j8FG9Ssm089381@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 16:09:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.initdiskless X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:09:28 -0000 rwatson 2005-09-15 16:09:28 UTC FreeBSD src repository Modified files: etc rc.initdiskless Log: Use sysctl -q when querying for kern.bootp_cookie in order to avoid printing boot-time errors that don't reflect true error conditions. MFC after: 1 week Revision Changes Path 1.45 +1 -1 src/etc/rc.initdiskless From owner-cvs-all@FreeBSD.ORG Thu Sep 15 16:20:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D3316A41F; Thu, 15 Sep 2005 16:20:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0115A43D4C; Thu, 15 Sep 2005 16:20:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FGKGFU089907; Thu, 15 Sep 2005 16:20:16 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FGKGnI089906; Thu, 15 Sep 2005 16:20:16 GMT (envelope-from vs) Message-Id: <200509151620.j8FGKGnI089906@repoman.freebsd.org> From: Volker Stolz Date: Thu, 15 Sep 2005 16:20:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/inti pkg-plist ports/x11-toolkits/inti-gconf Makefile ports/x11-toolkits/inti-gl Makefile pkg-plist ports/x11-toolkits/inti-sourceview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:20:17 -0000 vs 2005-09-15 16:20:16 UTC FreeBSD ports repository Modified files: x11-toolkits/inti pkg-plist x11-toolkits/inti-gconf Makefile x11-toolkits/inti-gl Makefile pkg-plist x11-toolkits/inti-sourceview Makefile Log: Unbreak & revamp: top-level directories are owned by inti, errors should be fatal. Since inti goes into X11BASE, the dependant ports should do so, too. Based on PRs: 85226,85227,85228 Submitted by: Stefan Walter Revision Changes Path 1.8 +1 -4 ports/x11-toolkits/inti-gconf/Makefile 1.10 +1 -4 ports/x11-toolkits/inti-gl/Makefile 1.2 +21 -0 ports/x11-toolkits/inti-gl/pkg-plist 1.9 +1 -4 ports/x11-toolkits/inti-sourceview/Makefile 1.3 +6 -6 ports/x11-toolkits/inti/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 17:02:00 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5D016A41F; Thu, 15 Sep 2005 17:02:00 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC9E43D48; Thu, 15 Sep 2005 17:01:59 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j8FH1t4s067864; Thu, 15 Sep 2005 10:01:55 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j8FH1qNA067863; Thu, 15 Sep 2005 10:01:52 -0700 (PDT) (envelope-from obrien) Date: Thu, 15 Sep 2005 10:01:52 -0700 From: "David O'Brien" To: Oliver Lehmann Message-ID: <20050915170152.GA67825@dragon.NUXI.org> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> <20050914222511.GA11455@holestein.holy.cow> <20050915131224.GB94650@FreeBSD.org> <20050915144634.GA65015@dragon.NUXI.org> <20050915150330.GW64690@pcwin002.win.tue.nl> <20050915173655.308a168d.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050915173655.308a168d.lehmann@ans-netz.de> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: danfe@freebsd.org, parv@pair.com, cvs-all@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:02:00 -0000 On Thu, Sep 15, 2005 at 05:36:55PM +0200, Oliver Lehmann wrote: > Stijn Hoop wrote: > > > Add BATCH=yes to /etc/make.conf along with WITH_FOO. > > Which could have other sideeffects then just preventing from parsing > OPTIONS. Correct. > I once thought about a 2nd options which prevents OPTIONS from > caling dialog and just printing the contents of it. I've spoken here that I wish the OPTIONS implementers would add NO_OPTIONS and NO_OPTIONS_. They said it was reasonable and I thought they'd look into, but no patches after a year. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 17:09:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A729316A41F; Thu, 15 Sep 2005 17:09:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461C843D48; Thu, 15 Sep 2005 17:09:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FH9hxd099888; Thu, 15 Sep 2005 17:09:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FH9hkm099887; Thu, 15 Sep 2005 17:09:43 GMT (envelope-from jhb) Message-Id: <200509151709.j8FH9hkm099887@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 17:09:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:09:43 -0000 jhb 2005-09-15 17:09:42 UTC FreeBSD src repository Modified files: sys/alpha/alpha busdma_machdep.c Log: Add a memory barrier for PREWRITE operations to ensure all writes by the CPU have drained before further writes to kick off the operation. MFC after: 1 week Revision Changes Path 1.52 +4 -0 src/sys/alpha/alpha/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 17:12:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE5416A41F; Thu, 15 Sep 2005 17:12:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE47B43D45; Thu, 15 Sep 2005 17:12:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FHCTC3000330; Thu, 15 Sep 2005 17:12:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FHCTlV000329; Thu, 15 Sep 2005 17:12:29 GMT (envelope-from jhb) Message-Id: <200509151712.j8FHCTlV000329@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 17:12:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:12:30 -0000 jhb 2005-09-15 17:12:29 UTC FreeBSD src repository Modified files: sys/pci if_tl.c if_tlreg.h Log: - Fixup locking and mark MPSAFE. - Use callout_init_mtx() and static callouts rather than timeout(). - m_getcl() in one place to simplify the code. Tested by: Gavin Atkinson gavin dot atkinson at ury dot york dot ac dot uk MFC after: 1 week Revision Changes Path 1.102 +57 -50 src/sys/pci/if_tl.c 1.22 +1 -1 src/sys/pci/if_tlreg.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 17:25:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227D316A41F; Thu, 15 Sep 2005 17:25:53 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65F643D45; Thu, 15 Sep 2005 17:25:52 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FHPq38002010; Thu, 15 Sep 2005 17:25:52 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FHPqWF002009; Thu, 15 Sep 2005 17:25:52 GMT (envelope-from ache) Message-Id: <200509151725.j8FHPqWF002009@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 15 Sep 2005 17:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen getcwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:25:53 -0000 ache 2005-09-15 17:25:52 UTC FreeBSD src repository Modified files: lib/libc/gen getcwd.c Log: Cosmetic fixes to prev. commit. Change first MAXPATHLEN to more standard PATH_MAX Change second MAXPATHLEN to 1024 (it is temp buffer not related) Change comment to reflect that. Suggested by: bde Revision Changes Path 1.27 +4 -4 src/lib/libc/gen/getcwd.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 17:30:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C418C16A41F; Thu, 15 Sep 2005 17:30:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F15143D48; Thu, 15 Sep 2005 17:30:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FHU8jt002385; Thu, 15 Sep 2005 17:30:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FHU8Go002382; Thu, 15 Sep 2005 17:30:08 GMT (envelope-from jhb) Message-Id: <200509151730.j8FHU8Go002382@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 17:30:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c src/sys/i386/include pcb_ext.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:30:08 -0000 jhb 2005-09-15 17:30:08 UTC FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c sys/i386/include pcb_ext.h Log: Explicitly switch to the new TSS by updating the current CPU's TSS selector and reloading it in i386_extend_pcb() rather than trying to force a context switch to reload the TSS via the TDF_NEEDRESCHED flag. Optimizations to avoid calling cpu_switch() when the new thread was identical to the old thread defeated the attempt to force a TSS reload. Explicitly loading the new TSS is what we really want to do anyway. PR: i386/84842 Reported by: Alexander Best arundel at h3c dot de MFC after: 1 week Reviewed by: bde (mostly) Revision Changes Path 1.103 +6 -4 src/sys/i386/i386/sys_machdep.c 1.10 +1 -0 src/sys/i386/include/pcb_ext.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 17:51:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2991E16A41F; Thu, 15 Sep 2005 17:51:40 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC95943D45; Thu, 15 Sep 2005 17:51:39 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FHpdju004788; Thu, 15 Sep 2005 17:51:39 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FHpdVb004787; Thu, 15 Sep 2005 17:51:39 GMT (envelope-from keramida) Message-Id: <200509151751.j8FHpdVb004787@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 15 Sep 2005 17:51:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 17:51:40 -0000 keramida 2005-09-15 17:51:39 UTC FreeBSD src repository (doc committer) Modified files: sys/pci if_dc.c Log: When bus_alloc_resource_any() fails, dc_detach() is called and it attempts to deallocate busdma tags and resources that haven't been allocated yet, causing a panic every time a dc interface fails to attach. Fix by checking that we really have something to dealloc before calling bus_dma*() functions. Approved by: jhb MFC after: 1 week Revision Changes Path 1.167 +11 -5 src/sys/pci/if_dc.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:18:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A596B16A41F; Thu, 15 Sep 2005 18:18:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6509743D45; Thu, 15 Sep 2005 18:18:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIIC5K005734; Thu, 15 Sep 2005 18:18:12 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIICgT005733; Thu, 15 Sep 2005 18:18:12 GMT (envelope-from mnag) Message-Id: <200509151818.j8FIICgT005733@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 15 Sep 2005 18:18:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:18:12 -0000 mnag 2005-09-15 18:18:12 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add entity for mnag@ Approved by: pav (mentor) Revision Changes Path 1.358 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:21:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D210A16A41F; Thu, 15 Sep 2005 18:21:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4B343D48; Thu, 15 Sep 2005 18:21:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 15 Sep 2005 14:36:42 -0400 From: John Baldwin To: src-committers@FreeBSD.org Date: Thu, 15 Sep 2005 13:41:41 -0400 User-Agent: KMail/1.8 References: <200509151709.j8FH9hkm099887@repoman.freebsd.org> In-Reply-To: <200509151709.j8FH9hkm099887@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509151341.42862.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:21:03 -0000 On Thursday 15 September 2005 01:09 pm, John Baldwin wrote: > jhb 2005-09-15 17:09:42 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/alpha busdma_machdep.c > Log: > Add a memory barrier for PREWRITE operations to ensure all writes by the > CPU have drained before further writes to kick off the operation. Other architectures with relaxed memory ordering probably also need thus such as ia64, powerpc, and perhaps amd64. sparc64 already has a barrier. BTW, it seems that the bus_dma code could be somewhat simplified if there was a sys/kern/subr_busdma.c that contained routines to implement bounce buffers that could be used by the MD code since the MD code that does do bounce pages tends to duplicate a lot of stuff between the different archs. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:22:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F1C316A41F; Thu, 15 Sep 2005 18:22:24 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D6A143D48; Thu, 15 Sep 2005 18:22:23 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIMNmU005946; Thu, 15 Sep 2005 18:22:23 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIMNiU005945; Thu, 15 Sep 2005 18:22:23 GMT (envelope-from mnag) Message-Id: <200509151822.j8FIMNiU005945@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 15 Sep 2005 18:22:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:22:24 -0000 mnag 2005-09-15 18:22:23 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml Log: Move Marcus Grando from additional contributors to committers Approved by: pav (mentor) Revision Changes Path 1.443 +0 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml 1.88 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:24:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F5616A41F; Thu, 15 Sep 2005 18:24:53 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C001643D7B; Thu, 15 Sep 2005 18:24:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIOqkD006018; Thu, 15 Sep 2005 18:24:52 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIOqEQ006017; Thu, 15 Sep 2005 18:24:52 GMT (envelope-from mnag) Message-Id: <200509151824.j8FIOqEQ006017@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 15 Sep 2005 18:24:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:24:53 -0000 mnag 2005-09-15 18:24:52 UTC FreeBSD doc repository (ports committer) Modified files: en/news news.xml Log: Add new commiter mnag@ (ports) Approved by: pav (mentor) Revision Changes Path 1.332 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:31:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B46716A41F; Thu, 15 Sep 2005 18:31:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B82043D46; Thu, 15 Sep 2005 18:31:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIV1Ps006390; Thu, 15 Sep 2005 18:31:01 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIV1rO006389; Thu, 15 Sep 2005 18:31:01 GMT (envelope-from lth) Message-Id: <200509151831.j8FIV1rO006389@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 18:31:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Template-HashWrapper Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:31:01 -0000 lth 2005-09-15 18:31:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-Template-HashWrapper Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTML-Template-HashWrapper 1.3, easy way to use the associate option from HTML::Template. PR: ports/86157 Submitted by: Zach Thompson Revision Changes Path 1.1169 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/p5-HTML-Template-HashWrapper/Makefile (new) 1.1 +2 -0 ports/www/p5-HTML-Template-HashWrapper/distinfo (new) 1.1 +3 -0 ports/www/p5-HTML-Template-HashWrapper/pkg-descr (new) 1.1 +7 -0 ports/www/p5-HTML-Template-HashWrapper/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:31:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A1B16A41F; Thu, 15 Sep 2005 18:31:15 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 480C043D48; Thu, 15 Sep 2005 18:31:15 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIVFHA006440; Thu, 15 Sep 2005 18:31:15 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIVFuc006439; Thu, 15 Sep 2005 18:31:15 GMT (envelope-from lth) Message-Id: <200509151831.j8FIVFuc006439@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 18:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:31:15 -0000 lth 2005-09-15 18:31:15 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTML-Template-HashWrapper --> ports/www/p5-HTML-Template-HashWrapper Revision Changes Path 1.13159 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:40:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E742116A41F; Thu, 15 Sep 2005 18:40:34 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B818B43D46; Thu, 15 Sep 2005 18:40:34 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIeYKk006827; Thu, 15 Sep 2005 18:40:34 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIeYZs006826; Thu, 15 Sep 2005 18:40:34 GMT (envelope-from lth) Message-Id: <200509151840.j8FIeYZs006826@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 18:40:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-POE-Component-Server-HTTPServer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:40:35 -0000 lth 2005-09-15 18:40:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-POE-Component-Server-HTTPServer Makefile distinfo pkg-descr pkg-plist Log: Add p5-POE-Component-Server-HTTPServer 0.9.2, POE Component to server HTTP requests. PR: ports/77980 Submitted by: Zach Thompson Revision Changes Path 1.1170 +1 -0 ports/www/Makefile 1.1 +43 -0 ports/www/p5-POE-Component-Server-HTTPServer/Makefile (new) 1.1 +2 -0 ports/www/p5-POE-Component-Server-HTTPServer/distinfo (new) 1.1 +9 -0 ports/www/p5-POE-Component-Server-HTTPServer/pkg-descr (new) 1.1 +17 -0 ports/www/p5-POE-Component-Server-HTTPServer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:40:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4963F16A421; Thu, 15 Sep 2005 18:40:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA41843D58; Thu, 15 Sep 2005 18:40:48 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIemAh006879; Thu, 15 Sep 2005 18:40:48 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIem1c006878; Thu, 15 Sep 2005 18:40:48 GMT (envelope-from lth) Message-Id: <200509151840.j8FIem1c006878@repoman.freebsd.org> From: Lars Thegler Date: Thu, 15 Sep 2005 18:40:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:40:49 -0000 lth 2005-09-15 18:40:48 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Component-Server-HTTPServer --> ports/www/p5-POE-Component-Server-HTTPServer Revision Changes Path 1.13160 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:59:25 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 097B316A41F; Thu, 15 Sep 2005 18:59:25 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail26.syd.optusnet.com.au (mail26.syd.optusnet.com.au [211.29.133.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC88343D55; Thu, 15 Sep 2005 18:59:15 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail26.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j8FIxCbd004639 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 16 Sep 2005 04:59:13 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j8FIxCSR046009; Fri, 16 Sep 2005 04:59:12 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j8FIxBot046008; Fri, 16 Sep 2005 04:59:11 +1000 (EST) (envelope-from pjeremy) Date: Fri, 16 Sep 2005 04:59:11 +1000 From: Peter Jeremy To: Stijn Hoop Message-ID: <20050915185911.GD40237@cirb503493.alcatel.com.au> References: <200509132211.j8DMBYpj090708@repoman.freebsd.org> <20050914022354.GA7740@holestein.holy.cow> <20050914061957.GA13354@FreeBSD.org> <20050914222511.GA11455@holestein.holy.cow> <20050915131224.GB94650@FreeBSD.org> <20050915144634.GA65015@dragon.NUXI.org> <20050915150330.GW64690@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050915150330.GW64690@pcwin002.win.tue.nl> User-Agent: Mutt/1.4.2.1i Cc: Alexey Dokuchaev , Parv , cvs-all@freebsd.org, ports-committers@freebsd.org, David O'Brien , cvs-ports@freebsd.org Subject: Re: cvs commit: ports/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:59:25 -0000 On Thu, 2005-Sep-15 17:03:30 +0200, Stijn Hoop wrote: >On Thu, Sep 15, 2005 at 07:46:34AM -0700, David O'Brien wrote: >> Or stick them in /etc/make.conf and still have them available for every >> build. I'm more than able to use 'vi' and edit /etc/make.conf. >> And I don't get surprises later when I start some 'make install' of a >> package with dependencies and walk away - only to find it stopped wanting >> to know if I want to select some mostly useless options. I think OPTIONS does have some benefits: 1) It forces the port maintainer to make some effort at listing all the configuration options and documenting what they do. 2) It means you get a chance to set configuration options on all the port's dependencies without having to track them down in advance. OTOH, I agree that it's a nuisance to run "make install" or "portupgrade" and come back several hours later to discover that some obscure dependency is waiting for you to define its configuration. >Or do 'make config-recursive' before 'make install'. Note that this option doesn't exist with portupgrade. -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Thu Sep 15 18:59:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDFBE16A41F; Thu, 15 Sep 2005 18:59:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D95C43D46; Thu, 15 Sep 2005 18:59:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FIxYna007640; Thu, 15 Sep 2005 18:59:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FIxY6v007639; Thu, 15 Sep 2005 18:59:34 GMT (envelope-from ru) Message-Id: <200509151859.j8FIxY6v007639@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Sep 2005 18:59:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 18:59:37 -0000 ru 2005-09-15 18:59:34 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: re_detach() fixes: - Fixed if_free() logic screw-up that can either result in freeing a NULL pointer or leaking "struct ifnet". - Move if_free() after re_stop(); the latter accesses "struct ifnet". This bug was masked by a previous bug. - Restore the fix for a panic on detach caused by racing with BPF detach code by Bill by moving ether_ifdetach() after re_stop() and resetting IFF_UP; this got screwed up in revs. 1.30 and 1.36. Revision Changes Path 1.52 +7 -15 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:02:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FB116A41F; Thu, 15 Sep 2005 19:02:03 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF13F43D73; Thu, 15 Sep 2005 19:02:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJ21PD007808; Thu, 15 Sep 2005 19:02:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJ21tt007807; Thu, 15 Sep 2005 19:02:01 GMT (envelope-from jhb) Message-Id: <200509151902.j8FJ21tt007807@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 19:02:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:02:03 -0000 jhb 2005-09-15 19:02:01 UTC FreeBSD src repository Modified files: sys/i386/i386 local_apic.c Log: - Adjust a comment, we do program the performance counter LVT entry now if hwpmc(4) is included. - Don't recursively panic if we are unable to send an IPI, just bail and hope for the best. MFC after: 1 week Revision Changes Path 1.18 +7 -3 src/sys/i386/i386/local_apic.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:05:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC1216A41F; Thu, 15 Sep 2005 19:05:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC5743D46; Thu, 15 Sep 2005 19:05:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJ5b56008056; Thu, 15 Sep 2005 19:05:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJ5beJ008055; Thu, 15 Sep 2005 19:05:37 GMT (envelope-from jhb) Message-Id: <200509151905.j8FJ5beJ008055@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 19:05:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_intr.c subr_sleepqueue.c src/sys/geom geom_io.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:05:38 -0000 jhb 2005-09-15 19:05:37 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c subr_sleepqueue.c sys/geom geom_io.c sys/sys proc.h Log: - Add a new simple facility for marking the current thread as being in a state where sleeping on a sleep queue is not allowed. The facility doesn't support recursion but uses a simple private per-thread flag (TDP_NOSLEEPING). The sleepq_add() function will panic if the flag is set and INVARIANTS is enabled. - Use this new facility to replace the g_xup and g_xdown mutexes that were (ab)used to achieve similar behavior. - Disallow sleeping in interrupt threads when invoking interrupt handlers. MFC after: 1 week Reviewed by: phk Revision Changes Path 1.67 +7 -30 src/sys/geom/geom_io.c 1.125 +2 -0 src/sys/kern/kern_intr.c 1.19 +4 -0 src/sys/kern/subr_sleepqueue.c 1.434 +14 -1 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:07:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5B616A41F; Thu, 15 Sep 2005 19:07:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5C543D45; Thu, 15 Sep 2005 19:07:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJ7AaR008183; Thu, 15 Sep 2005 19:07:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJ7A6B008182; Thu, 15 Sep 2005 19:07:10 GMT (envelope-from ru) Message-Id: <200509151907.j8FJ7A6B008182@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Sep 2005 19:07:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:07:10 -0000 ru 2005-09-15 19:07:10 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Don't recommend re_detach() (like in vr(4)) as another possible method to prevent panicing in interrupt handler after re_shutdown(), sometimes seen on SMP systems. This would work here only because re_detach() clears IFF_UP (to prevent another race) and it was demonstrated that it's not enough to call vr_detach() in vr_shutdown() to prevent a panic. Revision Changes Path 1.53 +1 -2 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:07:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CEC16A4A0; Thu, 15 Sep 2005 19:07:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B2043D46; Thu, 15 Sep 2005 19:07:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJ7EIX008216; Thu, 15 Sep 2005 19:07:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJ7EB8008215; Thu, 15 Sep 2005 19:07:14 GMT (envelope-from jhb) Message-Id: <200509151907.j8FJ7EB8008215@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 19:07:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:07:15 -0000 jhb 2005-09-15 19:07:14 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: - Enforce an implicit lock order that Giant cannot be locked while holding any other non-sleepable lock. In plain English: Giant comes before all other mutexes. - Add some extra description to the lock order reversal printf's to indicate when a reversal is triggered by a hard-coded implicit rule. Requested by: truckman (2) MFC after: 1 week Revision Changes Path 1.201 +17 -1 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:15:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A64A16A41F; Thu, 15 Sep 2005 19:15:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C496D43D53; Thu, 15 Sep 2005 19:15:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8FJExku001454; Thu, 15 Sep 2005 13:14:59 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4329C835.6020104@samsco.org> Date: Thu, 15 Sep 2005 13:15:01 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200509151709.j8FH9hkm099887@repoman.freebsd.org> <200509151341.42862.jhb@FreeBSD.org> In-Reply-To: <200509151341.42862.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:15:06 -0000 John Baldwin wrote: > On Thursday 15 September 2005 01:09 pm, John Baldwin wrote: > >>jhb 2005-09-15 17:09:42 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/alpha/alpha busdma_machdep.c >> Log: >> Add a memory barrier for PREWRITE operations to ensure all writes by the >> CPU have drained before further writes to kick off the operation. > > > Other architectures with relaxed memory ordering probably also need thus such > as ia64, powerpc, and perhaps amd64. sparc64 already has a barrier. BTW, it > seems that the bus_dma code could be somewhat simplified if there was a > sys/kern/subr_busdma.c that contained routines to implement bounce buffers > that could be used by the MD code since the MD code that does do bounce pages > tends to duplicate a lot of stuff between the different archs. > Indeed it does, and if you want to work on it, please feel free to send it to me for review. Scott From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:16:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBCA16A41F; Thu, 15 Sep 2005 19:16:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9761643D46; Thu, 15 Sep 2005 19:16:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJGTLw008719; Thu, 15 Sep 2005 19:16:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJGTh5008718; Thu, 15 Sep 2005 19:16:29 GMT (envelope-from jhb) Message-Id: <200509151916.j8FJGTh5008718@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 19:16:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:16:30 -0000 jhb 2005-09-15 19:16:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_ste.c if_stereg.h Log: MFC: Fixup locking and mark MPSAFE. Approved by: re (kensmith) Revision Changes Path 1.84.2.4 +94 -59 src/sys/pci/if_ste.c 1.18.2.2 +1 -1 src/sys/pci/if_stereg.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:21:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D84C416A41F; Thu, 15 Sep 2005 19:21:27 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A6543D5D; Thu, 15 Sep 2005 19:21:26 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJLQAO008957; Thu, 15 Sep 2005 19:21:26 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJLQev008956; Thu, 15 Sep 2005 19:21:26 GMT (envelope-from kan) Message-Id: <200509151921.j8FJLQev008956@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 15 Sep 2005 19:21:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:21:28 -0000 kan 2005-09-15 19:21:26 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vnops.c Log: Handle a race condition where NULLFS vnode can be cleaned while threads can still be asleep waiting for lowervp lock. Tested by: kkenn Discussed with: ssouhlal, jeffr Revision Changes Path 1.89 +28 -4 src/sys/fs/nullfs/null_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:22:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5377E16A41F; Thu, 15 Sep 2005 19:22:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B380243D45; Thu, 15 Sep 2005 19:22:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 15 Sep 2005 15:37:45 -0400 From: John Baldwin To: Ruslan Ermilov Date: Thu, 15 Sep 2005 15:21:12 -0400 User-Agent: KMail/1.8 References: <200509151859.j8FIxY6v007639@repoman.freebsd.org> In-Reply-To: <200509151859.j8FIxY6v007639@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509151521.14204.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:22:06 -0000 On Thursday 15 September 2005 02:59 pm, Ruslan Ermilov wrote: > ru 2005-09-15 18:59:34 UTC > > FreeBSD src repository > > Modified files: > sys/dev/re if_re.c > Log: > re_detach() fixes: > > - Fixed if_free() logic screw-up that can either result > in freeing a NULL pointer or leaking "struct ifnet". > - Move if_free() after re_stop(); the latter accesses > "struct ifnet". This bug was masked by a previous bug. > - Restore the fix for a panic on detach caused by racing > with BPF detach code by Bill by moving ether_ifdetach() > after re_stop() and resetting IFF_UP; this got screwed > up in revs. 1.30 and 1.36. Device drivers should not modify IFF_UP. Instead, the interrupt handler should be checking IFF_DRV_RUNNING rather than IFF_UP (foo_stop() clears IFF_DRV_RUNNING). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:22:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBF816A420; Thu, 15 Sep 2005 19:22:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F62443D46; Thu, 15 Sep 2005 19:22:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.233] (Not Verified[10.50.41.233]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 15 Sep 2005 15:37:46 -0400 From: John Baldwin To: Scott Long Date: Thu, 15 Sep 2005 15:22:37 -0400 User-Agent: KMail/1.8 References: <200509151709.j8FH9hkm099887@repoman.freebsd.org> <200509151341.42862.jhb@FreeBSD.org> <4329C835.6020104@samsco.org> In-Reply-To: <4329C835.6020104@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509151522.39043.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:22:06 -0000 On Thursday 15 September 2005 03:15 pm, Scott Long wrote: > John Baldwin wrote: > > On Thursday 15 September 2005 01:09 pm, John Baldwin wrote: > >>jhb 2005-09-15 17:09:42 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/alpha/alpha busdma_machdep.c > >> Log: > >> Add a memory barrier for PREWRITE operations to ensure all writes by > >> the CPU have drained before further writes to kick off the operation. > > > > Other architectures with relaxed memory ordering probably also need thus > > such as ia64, powerpc, and perhaps amd64. sparc64 already has a barrier. > > BTW, it seems that the bus_dma code could be somewhat simplified if > > there was a sys/kern/subr_busdma.c that contained routines to implement > > bounce buffers that could be used by the MD code since the MD code that > > does do bounce pages tends to duplicate a lot of stuff between the > > different archs. > > Indeed it does, and if you want to work on it, please feel free to send > it to me for > review. I can tack it onto my todo list but it'll be buried. :) I was hoping someone else might be able to hack on it and pass it off to you for review. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:27:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9269616A431; Thu, 15 Sep 2005 19:27:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A3A43D45; Thu, 15 Sep 2005 19:27:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJRUDX009187; Thu, 15 Sep 2005 19:27:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJRUMD009186; Thu, 15 Sep 2005 19:27:30 GMT (envelope-from pav) Message-Id: <200509151927.j8FJRUMD009186@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 19:27:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-silva Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:27:31 -0000 pav 2005-09-15 19:27:30 UTC FreeBSD ports repository Modified files: www/zope-silva Makefile distinfo pkg-message pkg-plist Log: - Update to 1.3 PR: ports/86165 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.8 +8 -8 ports/www/zope-silva/Makefile 1.7 +8 -8 ports/www/zope-silva/distinfo 1.6 +1 -1 ports/www/zope-silva/pkg-message 1.7 +71 -27 ports/www/zope-silva/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:30:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E683C16A41F; Thu, 15 Sep 2005 19:30:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5ECB43D46; Thu, 15 Sep 2005 19:30:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJUs32009414; Thu, 15 Sep 2005 19:30:54 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJUsIv009413; Thu, 15 Sep 2005 19:30:54 GMT (envelope-from brueffer) Message-Id: <200509151930.j8FJUsIv009413@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 15 Sep 2005 19:30:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:30:55 -0000 brueffer 2005-09-15 19:30:54 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Update tl(4) status. Revision Changes Path 1.108 +4 -4 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:31:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE10E16A41F; Thu, 15 Sep 2005 19:31:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD68043D45; Thu, 15 Sep 2005 19:31:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJVMB5009513; Thu, 15 Sep 2005 19:31:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJVMMW009512; Thu, 15 Sep 2005 19:31:22 GMT (envelope-from jhb) Message-Id: <200509151931.j8FJVMMW009512@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 19:31:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/i386/include atomic.h src/sys/powerpc/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:31:23 -0000 jhb 2005-09-15 19:31:22 UTC FreeBSD src repository Modified files: sys/alpha/include atomic.h sys/amd64/include atomic.h sys/i386/include atomic.h sys/powerpc/include atomic.h Log: Stop using the '+' constraint modifier with inline assembly. The '+' constraint is actually only allowed for register operands. Instead, use separate input and output memory constraints. Education from: alc Reviewed by: alc Tested on: i386, alpha MFC after: 1 week Revision Changes Path 1.23 +36 -36 src/sys/alpha/include/atomic.h 1.38 +27 -22 src/sys/amd64/include/atomic.h 1.40 +27 -22 src/sys/i386/include/atomic.h 1.13 +12 -12 src/sys/powerpc/include/atomic.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:34:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D59B16A41F; Thu, 15 Sep 2005 19:34:13 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFE043D46; Thu, 15 Sep 2005 19:34:13 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJYCmw009617; Thu, 15 Sep 2005 19:34:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJYCXR009616; Thu, 15 Sep 2005 19:34:12 GMT (envelope-from ru) Message-Id: <200509151934.j8FJYCXR009616@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Sep 2005 19:34:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sn if_sn.c if_snvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:34:13 -0000 ru 2005-09-15 19:34:12 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn.c if_snvar.h Log: Spell "destroy" correctly. Revision Changes Path 1.50 +1 -1 src/sys/dev/sn/if_sn.c 1.10 +1 -1 src/sys/dev/sn/if_snvar.h From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:41:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F1116A420; Thu, 15 Sep 2005 19:41:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D916743D58; Thu, 15 Sep 2005 19:41:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJf3km010027; Thu, 15 Sep 2005 19:41:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJf3Ce010026; Thu, 15 Sep 2005 19:41:03 GMT (envelope-from ru) Message-Id: <200509151941.j8FJf3Ce010026@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Sep 2005 19:41:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/txp if_txp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:41:04 -0000 ru 2005-09-15 19:41:03 UTC FreeBSD src repository Modified files: sys/dev/txp if_txp.c Log: Fixed a diagnostic message. Revision Changes Path 1.35 +1 -1 src/sys/dev/txp/if_txp.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:50:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7F916A41F; Thu, 15 Sep 2005 19:50:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B83A43D46; Thu, 15 Sep 2005 19:50:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJo0QN010428; Thu, 15 Sep 2005 19:50:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJo0CS010427; Thu, 15 Sep 2005 19:50:00 GMT (envelope-from pav) Message-Id: <200509151950.j8FJo0CS010427@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 19:50:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/dfileserver Makefile distinfo pkg-descr ports/www/dfileserver/files patch-build.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:50:00 -0000 pav 2005-09-15 19:50:00 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/dfileserver Makefile distinfo pkg-descr www/dfileserver/files patch-build.sh Log: A small and simple webserver programmed in C++ that was designed to make sharing files easy. By default, it shares whatever folder it was executed from on port 2000. PR: ports/86001 Submitted by: Chris Laverdure Revision Changes Path 1.1171 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/dfileserver/Makefile (new) 1.1 +2 -0 ports/www/dfileserver/distinfo (new) 1.1 +35 -0 ports/www/dfileserver/files/patch-build.sh (new) 1.1 +11 -0 ports/www/dfileserver/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:50:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A212916A41F; Thu, 15 Sep 2005 19:50:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AAA43D45; Thu, 15 Sep 2005 19:50:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJoga4010569; Thu, 15 Sep 2005 19:50:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJogvq010568; Thu, 15 Sep 2005 19:50:42 GMT (envelope-from pav) Message-Id: <200509151950.j8FJogvq010568@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 19:50:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:50:42 -0000 pav 2005-09-15 19:50:42 UTC FreeBSD ports repository Modified files: . modules Log: dfileserver --> ports/www/dfileserver Revision Changes Path 1.13161 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 19:52:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7138216A41F; Thu, 15 Sep 2005 19:52:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E31B43D45; Thu, 15 Sep 2005 19:52:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FJqZEm010630; Thu, 15 Sep 2005 19:52:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FJqZqN010629; Thu, 15 Sep 2005 19:52:35 GMT (envelope-from pav) Message-Id: <200509151952.j8FJqZqN010629@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 19:52:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 19:52:35 -0000 pav 2005-09-15 19:52:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Chris Laverdure for www/dfileserver port. Revision Changes Path 1.444 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:01:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC8016A41F; Thu, 15 Sep 2005 20:01:10 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F6743D45; Thu, 15 Sep 2005 20:01:09 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK19f3011004; Thu, 15 Sep 2005 20:01:09 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK19w3011003; Thu, 15 Sep 2005 20:01:09 GMT (envelope-from mi) Message-Id: <200509152001.j8FK19w3011003@repoman.freebsd.org> From: Mikhail Teterin Date: Thu, 15 Sep 2005 20:01:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/lyx pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:01:10 -0000 mi 2005-09-15 20:01:09 UTC FreeBSD ports repository Modified files: print/lyx pkg-plist Log: Add the two missing files to pkg-plist. Oops... Submitted by: pointyhat (via kris) Revision Changes Path 1.33 +2 -0 ports/print/lyx/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:02:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C0616A420; Thu, 15 Sep 2005 20:02:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BCB43D49; Thu, 15 Sep 2005 20:02:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK25Zi011080; Thu, 15 Sep 2005 20:02:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK25Ap011079; Thu, 15 Sep 2005 20:02:05 GMT (envelope-from pav) Message-Id: <200509152002.j8FK25Ap011079@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 20:02:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/py-jonpy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:02:06 -0000 pav 2005-09-15 20:02:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-jonpy Makefile distinfo pkg-descr pkg-plist Log: These Python modules provide simple yet powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities for the Python programming language. PR: ports/86155 Submitted by: Soren Straarup Revision Changes Path 1.1172 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/py-jonpy/Makefile (new) 1.1 +2 -0 ports/www/py-jonpy/distinfo (new) 1.1 +4 -0 ports/www/py-jonpy/pkg-descr (new) 1.1 +46 -0 ports/www/py-jonpy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:02:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A63516A41F; Thu, 15 Sep 2005 20:02:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4FD43D49; Thu, 15 Sep 2005 20:02:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK2hpb011135; Thu, 15 Sep 2005 20:02:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK2hVu011134; Thu, 15 Sep 2005 20:02:43 GMT (envelope-from pav) Message-Id: <200509152002.j8FK2hVu011134@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 20:02:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:02:43 -0000 pav 2005-09-15 20:02:43 UTC FreeBSD ports repository Modified files: . modules Log: py-jonpy --> ports/www/py-jonpy Revision Changes Path 1.13162 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:06:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19B916A41F; Thu, 15 Sep 2005 20:06:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672F243D48; Thu, 15 Sep 2005 20:06:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK6i7U011405; Thu, 15 Sep 2005 20:06:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK6iIv011404; Thu, 15 Sep 2005 20:06:44 GMT (envelope-from ru) Message-Id: <200509152006.j8FK6iIv011404@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 15 Sep 2005 20:06:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nge if_nge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:06:45 -0000 ru 2005-09-15 20:06:44 UTC FreeBSD src repository Modified files: sys/dev/nge if_nge.c Log: Add two missing if_free() calls. Revision Changes Path 1.78 +3 -0 src/sys/dev/nge/if_nge.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:07:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB64316A41F; Thu, 15 Sep 2005 20:07:53 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996B843D48; Thu, 15 Sep 2005 20:07:53 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK7rsS011487; Thu, 15 Sep 2005 20:07:53 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK7rFT011486; Thu, 15 Sep 2005 20:07:53 GMT (envelope-from mnag) Message-Id: <200509152007.j8FK7rFT011486@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 15 Sep 2005 20:07:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys mnag.key pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:07:54 -0000 mnag 2005-09-15 20:07:53 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys pgpkeys.ent Added files: share/pgpkeys mnag.key Log: Add my GPG key to the Handbook Approved by: pav (mentor) Revision Changes Path 1.1 +50 -0 doc/share/pgpkeys/mnag.key (new) 1.78 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:08:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2C116A41F; Thu, 15 Sep 2005 20:08:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD1643D58; Thu, 15 Sep 2005 20:08:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK8Lhv011531; Thu, 15 Sep 2005 20:08:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK8LIw011530; Thu, 15 Sep 2005 20:08:21 GMT (envelope-from jhb) Message-Id: <200509152008.j8FK8LIw011530@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 20:08:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:08:26 -0000 jhb 2005-09-15 20:08:21 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Don't disallow sleeping for handlers on swi's since some swi handlers (like CAM) do sleep in their handlers. Requested by: scottl Revision Changes Path 1.126 +4 -2 src/sys/kern/kern_intr.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:09:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DBE16A41F; Thu, 15 Sep 2005 20:09:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2A043D46; Thu, 15 Sep 2005 20:09:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FK98qo011621; Thu, 15 Sep 2005 20:09:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FK98bZ011620; Thu, 15 Sep 2005 20:09:08 GMT (envelope-from jhb) Message-Id: <200509152009.j8FK98bZ011620@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 20:09:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:09:09 -0000 jhb 2005-09-15 20:09:08 UTC FreeBSD src repository Modified files: sys/kern kern_timeout.c Log: Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down}) with the disallow sleeping facility. Revision Changes Path 1.99 +2 -8 src/sys/kern/kern_timeout.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:10:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E769C16A41F; Thu, 15 Sep 2005 20:10:08 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A10F243D6E; Thu, 15 Sep 2005 20:10:07 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKA5CH011701; Thu, 15 Sep 2005 20:10:05 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKA5nG011700; Thu, 15 Sep 2005 20:10:05 GMT (envelope-from vsevolod) Message-Id: <200509152010.j8FKA5nG011700@repoman.freebsd.org> From: Vsevolod Stakhov Date: Thu, 15 Sep 2005 20:10:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exilog Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:10:09 -0000 vsevolod 2005-09-15 20:10:05 UTC FreeBSD ports repository Modified files: mail/exilog Makefile pkg-plist Log: Install exilog icons. PR: 86164 Submitted by: Alex Samorukov Revision Changes Path 1.5 +4 -0 ports/mail/exilog/Makefile 1.2 +40 -1 ports/mail/exilog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:10:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E5416A41F; Thu, 15 Sep 2005 20:10:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B1D543D46; Thu, 15 Sep 2005 20:10:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKAxFZ011870; Thu, 15 Sep 2005 20:10:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKAxrS011869; Thu, 15 Sep 2005 20:10:59 GMT (envelope-from pav) Message-Id: <200509152010.j8FKAxrS011869@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 20:10:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile distinfo ports/www/squid/files pf_from_ports.patch.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:10:59 -0000 pav 2005-09-15 20:10:59 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Removed files: www/squid/files pf_from_ports.patch.in Log: - Integrate the following vendor patches: - LDAP helpers do not work with TLS (-Z option) (squid bug #1389) - Incorrect store dir selection debug message on objects >2G (squid bug #1343) - Enums cannot be assumed to be signed ints (squid bug #1343) - Allow leaving core dumps on Linux (squid bug #1335) - Do not let clients bypass delay pools by faking a cache hit (squid bug #500) - Fix problems regarding CONNECT requests when squid is configured with "pipeline_prefetch on" - Fix a possible DOS condition which may be triggered by certain NTLM authentication requests (squid bug #1391) - Remove patching relevant to recently removed pf from ports option PR: ports/86179 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.172 +9 -11 ports/www/squid/Makefile 1.136 +14 -0 ports/www/squid/distinfo 1.2 +0 -20 ports/www/squid/files/pf_from_ports.patch.in (dead) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:14:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29D116A41F; Thu, 15 Sep 2005 20:14:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5682443D45; Thu, 15 Sep 2005 20:14:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKERvn012054; Thu, 15 Sep 2005 20:14:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKER22012053; Thu, 15 Sep 2005 20:14:27 GMT (envelope-from pav) Message-Id: <200509152014.j8FKER22012053@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 20:14:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:14:28 -0000 pav 2005-09-15 20:14:27 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Add an entry on possible DOS condition regarding NTLM in squid PR: ports/86179 Submitted by: Thomas-Martin Seck Revision Changes Path 1.817 +29 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:20:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7673416A41F; Thu, 15 Sep 2005 20:20:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E3C43D45; Thu, 15 Sep 2005 20:20:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKKbCW012342; Thu, 15 Sep 2005 20:20:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKKbc4012341; Thu, 15 Sep 2005 20:20:37 GMT (envelope-from jhb) Message-Id: <200509152020.j8FKKbc4012341@repoman.freebsd.org> From: John Baldwin Date: Thu, 15 Sep 2005 20:20:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:20:37 -0000 jhb 2005-09-15 20:20:36 UTC FreeBSD src repository Modified files: sys/kern kern_timeout.c Log: Oops, missed adding the required include. Pointy hat to: jhb Revision Changes Path 1.100 +1 -0 src/sys/kern/kern_timeout.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:22:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0BE516A41F; Thu, 15 Sep 2005 20:22:08 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00F843D46; Thu, 15 Sep 2005 20:22:08 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKM8D7012505; Thu, 15 Sep 2005 20:22:08 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKM8PY012504; Thu, 15 Sep 2005 20:22:08 GMT (envelope-from kwm) Message-Id: <200509152022.j8FKM8PY012504@repoman.freebsd.org> From: Koop Mast Date: Thu, 15 Sep 2005 20:22:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.gstreamer.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:22:09 -0000 kwm 2005-09-15 20:22:08 UTC FreeBSD ports repository Modified files: Mk bsd.gstreamer.mk Log: Fix gstreamer-plugins-all, by defining the gstreamer x264 plugin name (which is non-default). Submitted by: krismail Revision Changes Path 1.12 +2 -1 ports/Mk/bsd.gstreamer.mk From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:26:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3442E16A41F; Thu, 15 Sep 2005 20:26:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABFF43D4C; Thu, 15 Sep 2005 20:26:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKQJ7h012689; Thu, 15 Sep 2005 20:26:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKQJ3P012688; Thu, 15 Sep 2005 20:26:19 GMT (envelope-from rwatson) Message-Id: <200509152026.j8FKQJ3P012688@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:26:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:26:20 -0000 rwatson 2005-09-15 20:26:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.114 from HEAD to RELENG_6: Rather than reaching into the internals of the UNIX domain socket code by calling uipc_connect2() to connect two socket endpoints to create a fifo, call soconnect2(). Approved by: re (kensmith) Revision Changes Path 1.113.2.1 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:27:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF4916A41F; Thu, 15 Sep 2005 20:27:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C1043D49; Thu, 15 Sep 2005 20:27:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKRPfq012740; Thu, 15 Sep 2005 20:27:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKRPPL012739; Thu, 15 Sep 2005 20:27:25 GMT (envelope-from rwatson) Message-Id: <200509152027.j8FKRPPL012739@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:27:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:27:31 -0000 rwatson 2005-09-15 20:27:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.115 from HEAD to RELENG_6: Add an assertion that fifo_open() doesn't race against other threads while sleeping to allocate fifo state: due to using the vnode lock to serialize access to a fifo during open, it shouldn't happen (tm). Approved by: re (kensmith) Revision Changes Path 1.113.2.2 +2 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:28:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC62D16A41F; Thu, 15 Sep 2005 20:28:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5494C43D78; Thu, 15 Sep 2005 20:27:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKRvjl012775; Thu, 15 Sep 2005 20:27:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKRvxc012774; Thu, 15 Sep 2005 20:27:57 GMT (envelope-from rwatson) Message-Id: <200509152027.j8FKRvxc012774@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:27:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:28:02 -0000 rwatson 2005-09-15 20:27:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.116 from HEAD to RELENG_6: When a writer opens a fifo, wake up the read socket for read, not the write socket. Approved by: re (kensmith) Revision Changes Path 1.113.2.3 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:28:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD5116A41F; Thu, 15 Sep 2005 20:28:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC90643D5E; Thu, 15 Sep 2005 20:28:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKSRlc012853; Thu, 15 Sep 2005 20:28:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKSRXq012852; Thu, 15 Sep 2005 20:28:27 GMT (envelope-from rwatson) Message-Id: <200509152028.j8FKSRXq012852@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:28:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:28:32 -0000 rwatson 2005-09-15 20:28:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.117 from HEAD to RELENG_6: After going to some trouble to identify only the write-related events to poll the write socket for, the fifo polling code proceeded to poll for the complete set of events. Use 'levents' instead of 'events' as the argument to poll, and only poll the write socket if there is interest in write events. Approved by: re (kensmith) Revision Changes Path 1.113.2.4 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:28:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40B6816A420; Thu, 15 Sep 2005 20:28:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D250E43D46; Thu, 15 Sep 2005 20:28:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKSu8F012922; Thu, 15 Sep 2005 20:28:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKSusB012921; Thu, 15 Sep 2005 20:28:56 GMT (envelope-from rwatson) Message-Id: <200509152028.j8FKSusB012921@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:28:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:28:57 -0000 rwatson 2005-09-15 20:28:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.118 from HEAD to RELENG_6: Only poll the fifo for read events if the fifo is attached to a readable file descriptor. Otherwise, the read end of a fifo might return that it is writable (which it isn't). Only poll the fifo for write events if the fifo attached to a writable file descriptor. Otherwise, the write end of a fifo might return that it is readable (which it isn't). In the event that a file is FREAD|FWRITE (which is allowed by POSIX, but has undefined behavior), we poll for both. Approved by: re (kensmith) Revision Changes Path 1.113.2.5 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:42:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FD216A41F; Thu, 15 Sep 2005 20:42:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F40F43D46; Thu, 15 Sep 2005 20:42:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKgu7h013407; Thu, 15 Sep 2005 20:42:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKguFL013406; Thu, 15 Sep 2005 20:42:56 GMT (envelope-from pav) Message-Id: <200509152042.j8FKguFL013406@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 20:42:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tdiary Makefile ports/www/tdiary/files tdiaryinst.rb.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:42:56 -0000 pav 2005-09-15 20:42:56 UTC FreeBSD ports repository Modified files: www/tdiary Makefile www/tdiary/files tdiaryinst.rb.in Log: - Fix a bug in the installer PR: ports/84866 Submitted by: Fumihiko Kimura (maintainer) Revision Changes Path 1.17 +1 -0 ports/www/tdiary/Makefile 1.6 +9 -1 ports/www/tdiary/files/tdiaryinst.rb.in From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:46:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD67F16A41F; Thu, 15 Sep 2005 20:46:47 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7173643D49; Thu, 15 Sep 2005 20:46:47 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKklmI013745; Thu, 15 Sep 2005 20:46:47 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKklCS013744; Thu, 15 Sep 2005 20:46:47 GMT (envelope-from danfe) Message-Id: <200509152046.j8FKklCS013744@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Sep 2005 20:46:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/wmii Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:46:47 -0000 danfe 2005-09-15 20:46:47 UTC FreeBSD ports repository Modified files: x11-wm/wmii Makefile distinfo pkg-plist Log: Update to version 2. PR: ports/84468 [1], ports/85264 [2] Submitted by: Wesley Shields [1] Andrew Pogrebennyk [2] Revision Changes Path 1.3 +2 -3 ports/x11-wm/wmii/Makefile 1.2 +2 -2 ports/x11-wm/wmii/distinfo 1.2 +50 -4 ports/x11-wm/wmii/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:48:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D3BA16A41F; Thu, 15 Sep 2005 20:48:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3971843D45; Thu, 15 Sep 2005 20:48:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKm1VD021070; Thu, 15 Sep 2005 20:48:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKm1sf021069; Thu, 15 Sep 2005 20:48:01 GMT (envelope-from pav) Message-Id: <200509152048.j8FKm1sf021069@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 20:48:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tdiary-devel Makefile ports/www/tdiary-devel/files tdiaryinst.rb.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:48:01 -0000 pav 2005-09-15 20:48:01 UTC FreeBSD ports repository Modified files: www/tdiary-devel Makefile www/tdiary-devel/files tdiaryinst.rb.in Log: - Fix a bug in the installer PR: ports/84867 Submitted by: Fumihiko Kimura (maintainer) Revision Changes Path 1.17 +1 -0 ports/www/tdiary-devel/Makefile 1.7 +6 -1 ports/www/tdiary-devel/files/tdiaryinst.rb.in From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:48:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E6416A41F; Thu, 15 Sep 2005 20:48:11 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F41143D45; Thu, 15 Sep 2005 20:48:11 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKmBYd021110; Thu, 15 Sep 2005 20:48:11 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKmBoa021109; Thu, 15 Sep 2005 20:48:11 GMT (envelope-from barner) Message-Id: <200509152048.j8FKmBoa021109@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 20:48:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/klog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:48:11 -0000 barner 2005-09-15 20:48:11 UTC FreeBSD ports repository Modified files: comms/klog Makefile Log: - Fix build on >= 5.x - Pass maintainership to submitter Submitted by: Andrej Zverev PR: ports/86074 Approved by: Matt Dawson (old maintainer) Revision Changes Path 1.4 +5 -2 ports/comms/klog/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:50:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21FA516A41F; Thu, 15 Sep 2005 20:50:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01F843D45; Thu, 15 Sep 2005 20:50:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKo4O3021310; Thu, 15 Sep 2005 20:50:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKo4Rl021309; Thu, 15 Sep 2005 20:50:04 GMT (envelope-from rwatson) Message-Id: <200509152050.j8FKo4Rl021309@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:50:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:50:05 -0000 rwatson 2005-09-15 20:50:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.119 from HEAD to RELENG_6: Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekable according to POSIX, not to mention the fact that it doesn't make sense (and hence isn't really implemented). This causes the fifo_misc regression test to succeed. Approved by: re (scottl) Revision Changes Path 1.113.2.6 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:50:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D261016A41F; Thu, 15 Sep 2005 20:50:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F5643D45; Thu, 15 Sep 2005 20:50:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKoV8g021422; Thu, 15 Sep 2005 20:50:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKoVIW021421; Thu, 15 Sep 2005 20:50:31 GMT (envelope-from rwatson) Message-Id: <200509152050.j8FKoVIW021421@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:50:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:50:32 -0000 rwatson 2005-09-15 20:50:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.120 from HEAD to RELENG_6: When a request is made to register a filter on a fifo that doesn't apply to the fifo (i.e., not EVFILT_READ or EVFILT_WRITE), reject it as EINVAL, not by returning 1 (EPERM). Approved by: re (kensmith) Revision Changes Path 1.113.2.7 +2 -2 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:52:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D90B116A41F; Thu, 15 Sep 2005 20:52:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E2A43D49; Thu, 15 Sep 2005 20:52:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKqrpA021671; Thu, 15 Sep 2005 20:52:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKqr9t021670; Thu, 15 Sep 2005 20:52:53 GMT (envelope-from rwatson) Message-Id: <200509152052.j8FKqr9t021670@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:52:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:52:54 -0000 rwatson 2005-09-15 20:52:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: Merge vfs_subr.c:1.646 from HEAD to RELENG_6: In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupported kqueue filter type is requested on a vnode. Approved by: re (kensmith) Revision Changes Path 1.635.2.6 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:53:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF5916A41F; Thu, 15 Sep 2005 20:53:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F97743D46; Thu, 15 Sep 2005 20:53:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKrMAq021738; Thu, 15 Sep 2005 20:53:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKrMNB021737; Thu, 15 Sep 2005 20:53:22 GMT (envelope-from rwatson) Message-Id: <200509152053.j8FKrMNB021737@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:53:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:53:23 -0000 rwatson 2005-09-15 20:53:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: Merge if.c:1.246 from HEAD to RELENG_6: In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter type is requested on a network interface file descriptor that is non-applicable. Approved by: re (kensmith) Revision Changes Path 1.234.2.11 +1 -1 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:53:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5096A16A445; Thu, 15 Sep 2005 20:53:26 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 593CC43D49; Thu, 15 Sep 2005 20:53:25 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id D68B352CD7; Thu, 15 Sep 2005 22:53:22 +0200 (CEST) Received: from localhost (dkk194.neoplus.adsl.tpnet.pl [83.24.14.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 0B44452CCD; Thu, 15 Sep 2005 22:53:15 +0200 (CEST) Date: Thu, 15 Sep 2005 22:52:33 +0200 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20050915205233.GA23141@garage.freebsd.pl> References: <200509151905.j8FJ5beJ008055@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <200509151905.j8FJ5beJ008055@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_intr.c subr_sleepqueue.c src/sys/geom geom_io.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:53:27 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 15, 2005 at 07:05:37PM +0000, John Baldwin wrote: +> jhb 2005-09-15 19:05:37 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern kern_intr.c subr_sleepqueue.c=20 +> sys/geom geom_io.c=20 +> sys/sys proc.h=20 +> Log: +> - Add a new simple facility for marking the current thread as being in= a +> state where sleeping on a sleep queue is not allowed. The facility +> doesn't support recursion but uses a simple private per-thread flag +> (TDP_NOSLEEPING). The sleepq_add() function will panic if the flag = is +> set and INVARIANTS is enabled. +> - Use this new facility to replace the g_xup and g_xdown mutexes that = were +> (ab)used to achieve similar behavior. So is this still possible to use mutexes in I/O paths (g_up/g_down threads) or it will panic immediatelly? The policy for now was: using mutexes in a sane way is possible. The question is: did we went from a warning when WITNESS is enabled to a panic with INVARIANTS only? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDKd8RForvXbEpPzQRAotOAJ4n47PBn2tTPgLf/v4GZPM/ZZfXrgCcCE2r GKro8kdFYwwUPGLxYjgBOx0= =mGRl -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:53:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE5F16A41F; Thu, 15 Sep 2005 20:53:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90B043D4C; Thu, 15 Sep 2005 20:53:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FKruPR021813; Thu, 15 Sep 2005 20:53:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FKruCf021812; Thu, 15 Sep 2005 20:53:56 GMT (envelope-from rwatson) Message-Id: <200509152053.j8FKruCf021812@repoman.freebsd.org> From: Robert Watson Date: Thu, 15 Sep 2005 20:53:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:53:57 -0000 rwatson 2005-09-15 20:53:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.121 from HEAD to RELENG_6: Introduce no-op nosup fifo kqueue filter and detach routine, which are used when a read filter is requested on a write-only fifo descriptor, or a write filter is requested on a read-only fifo descriptor. This permits the filters to be registered, but never raises the event, which causes kqueue behavior for fifos to more closely match similar semantics for poll and select, which permit testing for the condition even though the condition will never be raised, and is consistent with POSIX's notion that a fifo has identical semantics to a one-way IPC channel created using pipe() on most operating systems. The fifo regression test suite can now run to completion on HEAD without errors. Approved by: re (kensmith) Revision Changes Path 1.113.2.8 +33 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 20:56:37 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 186AE16A41F; Thu, 15 Sep 2005 20:56:37 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AADD43D45; Thu, 15 Sep 2005 20:56:36 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8FKuYgx001400; Thu, 15 Sep 2005 23:56:34 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 40719-12; Thu, 15 Sep 2005 23:56:33 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8FKuOtK001389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Sep 2005 23:56:29 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8FKudAs064689; Thu, 15 Sep 2005 23:56:39 +0300 (EEST) (envelope-from ru) Date: Thu, 15 Sep 2005 23:56:39 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20050915205639.GD88456@ip.net.ua> References: <200509151859.j8FIxY6v007639@repoman.freebsd.org> <200509151521.14204.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/unnNtmY43mpUSKx" Content-Disposition: inline In-Reply-To: <200509151521.14204.jhb@FreeBSD.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 20:56:37 -0000 --/unnNtmY43mpUSKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 15, 2005 at 03:21:12PM -0400, John Baldwin wrote: > On Thursday 15 September 2005 02:59 pm, Ruslan Ermilov wrote: > > ru 2005-09-15 18:59:34 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/re if_re.c > > Log: > > re_detach() fixes: > > > > - Fixed if_free() logic screw-up that can either result > > in freeing a NULL pointer or leaking "struct ifnet". > > - Move if_free() after re_stop(); the latter accesses > > "struct ifnet". This bug was masked by a previous bug. > > - Restore the fix for a panic on detach caused by racing > > with BPF detach code by Bill by moving ether_ifdetach() > > after re_stop() and resetting IFF_UP; this got screwed > > up in revs. 1.30 and 1.36. >=20 > Device drivers should not modify IFF_UP. Instead, the interrupt handler= =20 > should be checking IFF_DRV_RUNNING rather than IFF_UP (foo_stop() clears= =20 > IFF_DRV_RUNNING). >=20 Ideally they shoudn't, yes. But there are at least two scenarios where resetting IFF_UP is currently used to attack bugs. The first is the BPF detach bad interaction with foo_detach(), as described in re_detach(). This panic is real with (I think) all drivers. And testing IFF_DRV_RUNNING here doesn't seem to be able to prevent the panic. Perhaps the fix would be to move ether_ifdetach() before foo_stop() in foo_detach(), I'm not yet sure. Another panic sometimes seen on SMP machines on shutdown is when foo_intr() is called after foo_shutdown() has already been called. Some drivers (if_re, if_vr, if_ath) attack this problem by clearing IFF_UP so that foo_intr() bails out quickly. I don't know if anybody diagnosed the roots of this problem, but I have the following idea: foo_shutdown() calls foo_stop() which disables device interrupts. After foo_stop() has freed resources but before interrupt has been teared down, another device that shares the same IRQ generated an interrupt, and foo_intr() is called again. It checks ISR register, and it has some interrupt active, and the code calls some function that accesses already freed memory. I don't have any real SMP hardware to play with, so the above is pure theoretical. Do you think this is possible? If so, checking IFF_DRV_RUNNING in foo_intr() should fix this. If we can also fix the "BPF detach MII tick reactivation" panic without involving resetting IFF_UP, all drivers can be cleaned up to not much with IFF_UP. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --/unnNtmY43mpUSKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDKeAGqRfpzJluFF4RAqU9AJwMvHZoD2tN1+oKuRn0xglCqK4JaACfYQ10 rmr8m41YHBHtZfIysdpmQAY= =9Isy -----END PGP SIGNATURE----- --/unnNtmY43mpUSKx-- From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:03:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DC016A41F; Thu, 15 Sep 2005 21:03:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DF643D49; Thu, 15 Sep 2005 21:03:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FL3uST022921; Thu, 15 Sep 2005 21:03:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FL3u85022920; Thu, 15 Sep 2005 21:03:56 GMT (envelope-from pav) Message-Id: <200509152103.j8FL3u85022920@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 21:03:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/freedroidrpg Makefile distinfo pkg-plist ports/games/freedroidrpg/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:03:57 -0000 pav 2005-09-15 21:03:56 UTC FreeBSD ports repository Modified files: games/freedroidrpg Makefile distinfo pkg-plist Removed files: games/freedroidrpg/files patch-configure Log: - Update to 0.9.13 PR: ports/86182 Submitted by: Alejandro Pulver (maintainer) Revision Changes Path 1.5 +7 -10 ports/games/freedroidrpg/Makefile 1.3 +2 -2 ports/games/freedroidrpg/distinfo 1.2 +0 -11 ports/games/freedroidrpg/files/patch-configure (dead) 1.4 +32 -0 ports/games/freedroidrpg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:04:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575CB16A41F; Thu, 15 Sep 2005 21:04:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E92F043D49; Thu, 15 Sep 2005 21:04:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 21A0946B08; Thu, 15 Sep 2005 17:04:21 -0400 (EDT) Date: Thu, 15 Sep 2005 22:04:21 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <20050915205233.GA23141@garage.freebsd.pl> Message-ID: <20050915220207.A75005@fledge.watson.org> References: <200509151905.j8FJ5beJ008055@repoman.freebsd.org> <20050915205233.GA23141@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/kern kern_intr.c subr_sleepqueue.c src/sys/geom geom_io.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:04:22 -0000 On Thu, 15 Sep 2005, Pawel Jakub Dawidek wrote: > +> - Add a new simple facility for marking the current thread as being in a > +> state where sleeping on a sleep queue is not allowed. The facility > +> doesn't support recursion but uses a simple private per-thread flag > +> (TDP_NOSLEEPING). The sleepq_add() function will panic if the flag is > +> set and INVARIANTS is enabled. > +> - Use this new facility to replace the g_xup and g_xdown mutexes that were > +> (ab)used to achieve similar behavior. > > So is this still possible to use mutexes in I/O paths (g_up/g_down > threads) or it will panic immediatelly? > > The policy for now was: using mutexes in a sane way is possible. The > question is: did we went from a warning when WITNESS is enabled to a > panic with INVARIANTS only? The term "sleep" is rather overloaded in BSD kernels, and the FreeBSD kernel in particular. With these changes, it is possible to lock spin and sleep mutexes in a TDF_NOSLEEPING region, but not perform unbounded sleeps, such as tsleep() and msleep(). It's also not possible to use code that performs such sleeps, such as malloc(9) with M_WAITOK, uma_zalloc() with M_WAITOK, and sx(9) locks. So the constraints are basically the same as what you're allowed to do while holding a mutex, which is the invariant that was enforced previously by holding the g_xup and g_xdown mutexes. I.e., John has now formalized the mechanism by which code can assert that an invariant is that between two points, no sleeping shall occur, rather than relying on the fact that that invariant is also enforced if you hold a mutex. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:08:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E48416A41F; Thu, 15 Sep 2005 21:08:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C2E43D49; Thu, 15 Sep 2005 21:08:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FL8Ywb023479; Thu, 15 Sep 2005 21:08:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FL8YgB023478; Thu, 15 Sep 2005 21:08:34 GMT (envelope-from pav) Message-Id: <200509152108.j8FL8YgB023478@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 21:08:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/selenium Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:08:35 -0000 pav 2005-09-15 21:08:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/selenium Makefile distinfo pkg-descr pkg-plist Log: Selenium is a test tool for web applications. Selenium tests run directly in a browsers, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other test tool covers such a wide array of platforms. PR: ports/84687 Submitted by: kaworu Revision Changes Path 1.1173 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/selenium/Makefile (new) 1.1 +2 -0 ports/www/selenium/distinfo (new) 1.1 +9 -0 ports/www/selenium/pkg-descr (new) 1.1 +259 -0 ports/www/selenium/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:09:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A4D16A41F; Thu, 15 Sep 2005 21:09:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931CD43D49; Thu, 15 Sep 2005 21:09:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FL99KH023580; Thu, 15 Sep 2005 21:09:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FL99Zj023579; Thu, 15 Sep 2005 21:09:09 GMT (envelope-from pav) Message-Id: <200509152109.j8FL99Zj023579@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 21:09:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:09:10 -0000 pav 2005-09-15 21:09:09 UTC FreeBSD ports repository Modified files: . modules Log: selenium --> ports/www/selenium Revision Changes Path 1.13163 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:10:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E0D16A41F; Thu, 15 Sep 2005 21:10:13 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3867143D45; Thu, 15 Sep 2005 21:10:13 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FLADi0023725; Thu, 15 Sep 2005 21:10:13 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FLADI0023722; Thu, 15 Sep 2005 21:10:13 GMT (envelope-from ups) Message-Id: <200509152110.j8FLADI0023722@repoman.freebsd.org> From: Stephan Uphoff Date: Thu, 15 Sep 2005 21:10:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:10:13 -0000 ups 2005-09-15 21:10:13 UTC FreeBSD src repository Modified files: sys/kern kern_event.c Log: Fix race condition that caused activation of an event to be ignored immediately after it was deactivated. Found by: Yahoo! MFC after: 3 days Revision Changes Path 1.94 +4 -2 src/sys/kern/kern_event.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:16:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E317416A41F; Thu, 15 Sep 2005 21:16:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7938843D4C; Thu, 15 Sep 2005 21:16:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FLGhjR024493; Thu, 15 Sep 2005 21:16:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FLGhkM024492; Thu, 15 Sep 2005 21:16:43 GMT (envelope-from phk) Message-Id: <200509152116.j8FLGhkM024492@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 15 Sep 2005 21:16:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs_devs.c devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:16:44 -0000 phk 2005-09-15 21:16:43 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_devs.c devfs_vnops.c Log: Don't attempt to recurse lockmgr, it doesn't like it. Revision Changes Path 1.43 +0 -2 src/sys/fs/devfs/devfs_devs.c 1.125 +6 -1 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:24:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C80016A41F; Thu, 15 Sep 2005 21:24:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E35343D5C; Thu, 15 Sep 2005 21:24:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FLOHTx025320; Thu, 15 Sep 2005 21:24:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FLOHkh025319; Thu, 15 Sep 2005 21:24:17 GMT (envelope-from pav) Message-Id: <200509152124.j8FLOHkh025319@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 21:24:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nanoblogger Makefile pkg-descr pkg-plist ports/www/nanoblogger/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:24:19 -0000 pav 2005-09-15 21:24:17 UTC FreeBSD ports repository Modified files: www/nanoblogger Makefile pkg-descr Added files: www/nanoblogger pkg-plist www/nanoblogger/files pkg-message.in Log: - Take maintainership - Update pkg-descr, add pkg-message with post-install instructions - Switch to static plist - Cleanup PR: ports/84817 Submitted by: Julien Gabel Revision Changes Path 1.6 +9 -14 ports/www/nanoblogger/Makefile 1.1 +10 -0 ports/www/nanoblogger/files/pkg-message.in (new) 1.3 +4 -9 ports/www/nanoblogger/pkg-descr 1.1 +79 -0 ports/www/nanoblogger/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:27:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4657C16A41F; Thu, 15 Sep 2005 21:27:22 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C385043D46; Thu, 15 Sep 2005 21:27:19 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8FLRIkT002318; Thu, 15 Sep 2005 15:27:18 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4329E739.4070707@samsco.org> Date: Thu, 15 Sep 2005 15:27:21 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200509151905.j8FJ5beJ008055@repoman.freebsd.org> <20050915205233.GA23141@garage.freebsd.pl> In-Reply-To: <20050915205233.GA23141@garage.freebsd.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/kern kern_intr.c subr_sleepqueue.c src/sys/geom geom_io.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:27:22 -0000 Pawel Jakub Dawidek wrote: > On Thu, Sep 15, 2005 at 07:05:37PM +0000, John Baldwin wrote: > +> jhb 2005-09-15 19:05:37 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/kern kern_intr.c subr_sleepqueue.c > +> sys/geom geom_io.c > +> sys/sys proc.h > +> Log: > +> - Add a new simple facility for marking the current thread as being in a > +> state where sleeping on a sleep queue is not allowed. The facility > +> doesn't support recursion but uses a simple private per-thread flag > +> (TDP_NOSLEEPING). The sleepq_add() function will panic if the flag is > +> set and INVARIANTS is enabled. > +> - Use this new facility to replace the g_xup and g_xdown mutexes that were > +> (ab)used to achieve similar behavior. > > So is this still possible to use mutexes in I/O paths (g_up/g_down threads) > or it will panic immediatelly? > > The policy for now was: using mutexes in a sane way is possible. > The question is: did we went from a warning when WITNESS is enabled to > a panic with INVARIANTS only? > Well, there is a subtle distinction here that isn't well understood. Sleep mutexes "block", they don't "sleep". "Sleeping" implies that scheduling is lost for the thread for an unbounded period of time. "Blocking" implies that scheduling is lost for a relatively short and bounded period of time. So yes, sleep mutexes are still allowed. Scott From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:30:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4D116A41F; Thu, 15 Sep 2005 21:30:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDE143D45; Thu, 15 Sep 2005 21:30:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 01AA246B38; Thu, 15 Sep 2005 17:30:06 -0400 (EDT) Date: Thu, 15 Sep 2005 22:30:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Scott Long In-Reply-To: <4329E739.4070707@samsco.org> Message-ID: <20050915222821.W75005@fledge.watson.org> References: <200509151905.j8FJ5beJ008055@repoman.freebsd.org> <20050915205233.GA23141@garage.freebsd.pl> <4329E739.4070707@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/kern kern_intr.c subr_sleepqueue.c src/sys/geom geom_io.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:30:07 -0000 On Thu, 15 Sep 2005, Scott Long wrote: >> So is this still possible to use mutexes in I/O paths (g_up/g_down >> threads) or it will panic immediatelly? >> >> The policy for now was: using mutexes in a sane way is possible. The >> question is: did we went from a warning when WITNESS is enabled to a >> panic with INVARIANTS only? > > Well, there is a subtle distinction here that isn't well understood. > Sleep mutexes "block", they don't "sleep". "Sleeping" implies that > scheduling is lost for the thread for an unbounded period of time. > "Blocking" implies that scheduling is lost for a relatively short and > bounded period of time. So yes, sleep mutexes are still allowed. Unless of course you're talking about blocking as in I/O, in which case blocking refers to unbounded sleeping associated with waiting on I/O events, hence non-blocking I/O. However, even if you set a file descriptor to non-blocking, your thread may still sleep waiting on a mutex (bounded sleeps) or on kernel memory (unbounded sleeps). I try to avoid using the term blocking except when talking about file descriptors, and then just confuse people by using sleep to mean both "what a mutex can do" and "what tsleep does". The useful distinction basically being a convention on the degree to which things are bounded... Robert N M Watson From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:30:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300E016A41F; Thu, 15 Sep 2005 21:30:32 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD79543D45; Thu, 15 Sep 2005 21:30:31 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 1FE44BC96; Thu, 15 Sep 2005 21:30:25 +0000 (UTC) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 15 Sep 2005 15:27:21 MDT." <4329E739.4070707@samsco.org> Date: Thu, 15 Sep 2005 23:30:24 +0200 Message-ID: <7524.1126819824@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/kern kern_intr.c subr_sleepqueue.c src/sys/geom geom_io.c src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:30:32 -0000 In message <4329E739.4070707@samsco.org>, Scott Long writes: >Well, there is a subtle distinction here that isn't well understood. >Sleep mutexes "block", they don't "sleep". A good rule of thumb is that userland won't get to run while mutexes are held, whereas userland may run while a thread is sleeping. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:40:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D2D16A41F; Thu, 15 Sep 2005 21:40:32 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDC843D45; Thu, 15 Sep 2005 21:40:31 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FLeVux026206; Thu, 15 Sep 2005 21:40:31 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FLeVsN026205; Thu, 15 Sep 2005 21:40:31 GMT (envelope-from sf) Message-Id: <200509152140.j8FLeVsN026205@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 15 Sep 2005 21:40:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:40:32 -0000 sf 2005-09-15 21:40:31 UTC FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile Log: fix package. non response from maintainer for 2 weeks. Revision Changes Path 1.57 +3 -2 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:43:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DC516A41F; Thu, 15 Sep 2005 21:43:41 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DFF43D45; Thu, 15 Sep 2005 21:43:41 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FLhfNY026345; Thu, 15 Sep 2005 21:43:41 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FLhfGX026344; Thu, 15 Sep 2005 21:43:41 GMT (envelope-from sf) Message-Id: <200509152143.j8FLhfGX026344@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 15 Sep 2005 21:43:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:43:41 -0000 sf 2005-09-15 21:43:41 UTC FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile Log: PORTREVISION bump for changed plist. Revision Changes Path 1.58 +1 -1 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 21:48:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E7616A41F; Thu, 15 Sep 2005 21:48:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16BE43D48; Thu, 15 Sep 2005 21:48:44 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FLmix8026509; Thu, 15 Sep 2005 21:48:44 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FLmi0p026508; Thu, 15 Sep 2005 21:48:44 GMT (envelope-from thierry) Message-Id: <200509152148.j8FLmi0p026508@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 15 Sep 2005 21:48:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mercury Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 21:48:45 -0000 thierry 2005-09-15 21:48:44 UTC FreeBSD ports repository Modified files: net/mercury Makefile distinfo pkg-plist Log: Upgrade to 1710 beta 4. Revision Changes Path 1.14 +1 -1 ports/net/mercury/Makefile 1.13 +2 -2 ports/net/mercury/distinfo 1.10 +26 -0 ports/net/mercury/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 22:36:44 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E7A16A41F for ; Thu, 15 Sep 2005 22:36:44 +0000 (GMT) (envelope-from krishna_m@iic.com) Received: from mail.iic.com (mail.iic.com [64.72.92.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5327643D49 for ; Thu, 15 Sep 2005 22:36:44 +0000 (GMT) (envelope-from krishna_m@iic.com) Received: from KrishnaLT (w126.z066088145.sjc-ca.dsl.cnc.net [66.88.145.126]) (authenticated bits=0) by mail.iic.com (8.13.3/8.13.3) with ESMTP id j8FMakGZ007638 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 15 Sep 2005 18:36:47 -0400 Message-Id: <200509152236.j8FMakGZ007638@mail.iic.com> From: "Krishna M" To: Date: Thu, 15 Sep 2005 15:36:39 -0700 Organization: Indotronix Internation Corp. MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 thread-index: AcWyiLpAks1900QVQbWU973JRlZEpQAqPmWQAcUK4rA= Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Exclusive reqs - CVS Admin/Java developer X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: krishna_m@iic.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 22:36:45 -0000 Hi, This is Krishna with IIC/Apollo and I am trying to get in touch with you with respect to the following requirement that we have currently Rate: Open Dur: 5-6 months Location: Omaha, NE Key: Anyone with insurance industry background will be nice to have. Position #1 Open seat title: CVS Administrator Position description: Act as CVS administrator for the GSAP R2 project. Build and maintain build scripts for all environments (dev, test, prod). Assist in project specific database administration tasks. Experience Requested service/service area: Application Innovation - Enterprise Architecture and Technology Required and nice to have skills: CVS Administration L5 Websphere App Server L5 AIX L4 Ant L4 XML L4 J2EE L4 DB2 L4 Nice to Have skills: Rational Test Manager RAD Linux Should you be interested, please rush me a copy of your resume in word format along with the following details ASAP. Full Name: Work Status: GC / US Citizen Hourly rate on W2 / 1099: Contact details: Earliest Available date to start: In case you are not interested or not available at this point of time, would appreciate any reference of any one that you might know and might be interested in this opening. Krishna ------------------------ IIC/Apollo Consulting 888 435 4442 x306 408 541 9911 x306 408 541 9912 -Fax krishna_m@iic.com www.iic.com / www.apollo-consulting.com From owner-cvs-all@FreeBSD.ORG Thu Sep 15 22:55:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9393516A41F; Thu, 15 Sep 2005 22:55:19 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB7D43D45; Thu, 15 Sep 2005 22:55:18 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id j8FMtHET001143; Fri, 16 Sep 2005 02:55:17 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id j8FMtGlg001142; Fri, 16 Sep 2005 02:55:16 +0400 (MSD) (envelope-from ache) Date: Fri, 16 Sep 2005 02:55:16 +0400 From: Andrey Chernov To: Poul-Henning Kamp Message-ID: <20050915225516.GA1107@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Poul-Henning Kamp , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200509152116.j8FLGhkM024492@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509152116.j8FLGhkM024492@repoman.freebsd.org> User-Agent: Mutt/1.5.10i Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/fs/devfs devfs_devs.c devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 22:55:19 -0000 On Thu, Sep 15, 2005 at 09:16:43PM +0000, Poul-Henning Kamp wrote: > Log: > Don't attempt to recurse lockmgr, it doesn't like it. > Thanx for quick fix. -- http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:00:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C5016A41F; Thu, 15 Sep 2005 23:00:53 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFA843D49; Thu, 15 Sep 2005 23:00:52 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FN0qNY029145; Thu, 15 Sep 2005 23:00:52 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FN0qDC029144; Thu, 15 Sep 2005 23:00:52 GMT (envelope-from edwin) Message-Id: <200509152300.j8FN0qDC029144@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 15 Sep 2005 23:00:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/ipv6calc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:00:53 -0000 edwin 2005-09-15 23:00:52 UTC FreeBSD ports repository Modified files: net-mgmt/ipv6calc Makefile distinfo Log: [ipv6calc-announce] New version 0.50 released 20050915/PB various c files - fix snprintf size parameter (credits to Radek Vok?l for pointing this out) lib/libipv6addr.c#ipv6addr_copy - fix bug which causes stack overflow (credits to Radek Vok?l for finding the bug) several Makefiles - add compiler switch -O2, reason for segfault was found - remove also static on clean ipv6logconv: - add support for unique local unicast update databases Revision Changes Path 1.23 +1 -1 ports/net-mgmt/ipv6calc/Makefile 1.13 +2 -2 ports/net-mgmt/ipv6calc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:04:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBACE16A41F; Thu, 15 Sep 2005 23:04:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91A743D45; Thu, 15 Sep 2005 23:04:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FN4VXB029307; Thu, 15 Sep 2005 23:04:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FN4Vs5029306; Thu, 15 Sep 2005 23:04:31 GMT (envelope-from pav) Message-Id: <200509152304.j8FN4Vs5029306@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:04:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xshttpd Makefile distinfo pkg-descr pkg-plist ports/www/xshttpd/files xshttpd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:04:32 -0000 pav 2005-09-15 23:04:31 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xshttpd Makefile distinfo pkg-descr pkg-plist www/xshttpd/files xshttpd.sh.in Log: XS-HTTPD is a WWW server that has the following features: - It is pronounced as "access-HTTP-daemon" - It is SMALL (very small in fact: a factor two to three smaller than normal servers on disk and in memory) - It is FAST (because it is so small and does not do unnecessary things) - Uses very little CPU time - Configurable (configuration compiled in to make it small, but largely overridable on the command line) - Runs user CGI binaries under their own user ID - Gets users' pages under their own user ID, allowing them to really have protected pages (using the built-in authentication mechanism) - Does not fork for every connection (has a fixed number of servers), only to replace a lost server (in case of timeouts). - Comes with some other useful programs - Offers Server-Side Includes for many common tasks, including built-in page counters (text or graphical) - Supports PHP and other interpreted file formats - Supports automatic decompression to save diskspace and bandwidth - Serves SSL (https) and http connections through the same daemon - Full support for IPv6 PR: ports/84314 Submitted by: Ed Schouten Revision Changes Path 1.1174 +1 -0 ports/www/Makefile 1.1 +68 -0 ports/www/xshttpd/Makefile (new) 1.1 +2 -0 ports/www/xshttpd/distinfo (new) 1.1 +29 -0 ports/www/xshttpd/files/xshttpd.sh.in (new) 1.1 +23 -0 ports/www/xshttpd/pkg-descr (new) 1.1 +70 -0 ports/www/xshttpd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:05:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F90816A41F; Thu, 15 Sep 2005 23:05:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6AE43D45; Thu, 15 Sep 2005 23:05:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FN5A2B029385; Thu, 15 Sep 2005 23:05:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FN5AoZ029384; Thu, 15 Sep 2005 23:05:10 GMT (envelope-from pav) Message-Id: <200509152305.j8FN5AoZ029384@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:05:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:05:10 -0000 pav 2005-09-15 23:05:10 UTC FreeBSD ports repository Modified files: . modules Log: xshttpd --> ports/www/xshttpd Revision Changes Path 1.13164 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:07:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4509316A41F; Thu, 15 Sep 2005 23:07:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F263F43D45; Thu, 15 Sep 2005 23:07:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FN77YQ029532; Thu, 15 Sep 2005 23:07:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FN77oX029531; Thu, 15 Sep 2005 23:07:07 GMT (envelope-from pav) Message-Id: <200509152307.j8FN77oX029531@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:07:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/bricolage Makefile distinfo pkg-plist ports/www/bricolage/files patch-inst::postgres.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:07:08 -0000 pav 2005-09-15 23:07:07 UTC FreeBSD ports repository Modified files: www/bricolage Makefile distinfo pkg-plist www/bricolage/files patch-inst::postgres.pl Log: - Update to 1.8.6 PR: ports/84605 Submitted by: Rod Taylor (maintainer) Revision Changes Path 1.11 +8 -3 ports/www/bricolage/Makefile 1.6 +2 -2 ports/www/bricolage/distinfo 1.2 +93 -57 ports/www/bricolage/files/patch-inst::postgres.pl 1.8 +6 -0 ports/www/bricolage/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:09:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C493A16A41F; Thu, 15 Sep 2005 23:09:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823DF43D45; Thu, 15 Sep 2005 23:09:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FN9MiU029609; Thu, 15 Sep 2005 23:09:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FN9MBk029608; Thu, 15 Sep 2005 23:09:22 GMT (envelope-from pav) Message-Id: <200509152309.j8FN9MBk029608@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:09:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libiodbc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:09:23 -0000 pav 2005-09-15 23:09:22 UTC FreeBSD ports repository Modified files: databases/libiodbc Makefile Log: - Add WITHOUT_X11 as a synonym to WITHOUT_GUI PR: ports/86183 Requested by: Vivek Khera Revision Changes Path 1.20 +1 -1 ports/databases/libiodbc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:26:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F22316A41F; Thu, 15 Sep 2005 23:26:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E668743D48; Thu, 15 Sep 2005 23:26:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNQXGR030349; Thu, 15 Sep 2005 23:26:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNQX47030348; Thu, 15 Sep 2005 23:26:33 GMT (envelope-from pav) Message-Id: <200509152326.j8FNQX47030348@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:26:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/py-pcapy Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:26:34 -0000 pav 2005-09-15 23:26:32 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-pcapy Makefile distinfo pkg-descr Log: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables Python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. PR: ports/86184 Submitted by: Marcin Jessa Revision Changes Path 1.1533 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/py-pcapy/Makefile (new) 1.1 +2 -0 ports/net/py-pcapy/distinfo (new) 1.1 +13 -0 ports/net/py-pcapy/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:27:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16E1E16A41F; Thu, 15 Sep 2005 23:27:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C971743D46; Thu, 15 Sep 2005 23:27:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNR7oH030392; Thu, 15 Sep 2005 23:27:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNR7l5030391; Thu, 15 Sep 2005 23:27:07 GMT (envelope-from pav) Message-Id: <200509152327.j8FNR7l5030391@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:27:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:27:08 -0000 pav 2005-09-15 23:27:07 UTC FreeBSD ports repository Modified files: . modules Log: py-pcapy --> ports/net/py-pcapy Revision Changes Path 1.13165 +2 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:34:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD6D16A41F; Thu, 15 Sep 2005 23:34:11 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C127643D45; Thu, 15 Sep 2005 23:34:10 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNYAY2030658; Thu, 15 Sep 2005 23:34:10 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNYAFF030657; Thu, 15 Sep 2005 23:34:10 GMT (envelope-from barner) Message-Id: <200509152334.j8FNYAFF030657@repoman.freebsd.org> From: Simon Barner Date: Thu, 15 Sep 2005 23:34:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/proofgeneral pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:34:11 -0000 barner 2005-09-15 23:34:10 UTC FreeBSD ports repository Modified files: math/proofgeneral pkg-plist Log: Fix plist. Reported by: kris via pointhat Pointy hat to: me for not being more thorough Revision Changes Path 1.2 +3 -0 ports/math/proofgeneral/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:40:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B2F16A41F; Thu, 15 Sep 2005 23:40:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E3543D45; Thu, 15 Sep 2005 23:40:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNe4Yl030934; Thu, 15 Sep 2005 23:40:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNe45k030933; Thu, 15 Sep 2005 23:40:04 GMT (envelope-from pav) Message-Id: <200509152340.j8FNe45k030933@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:40:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/skytemplate Makefile distinfo pkg-descr pkg-plist ports/www/skytemplate/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:40:04 -0000 pav 2005-09-15 23:40:04 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/skytemplate Makefile distinfo pkg-descr pkg-plist www/skytemplate/files pkg-message.in Log: SkyTemplate is a LGPL-ed fast template engine for PHP. PR: ports/84223 Submitted by: Mun-Kyo Seo Revision Changes Path 1.1175 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/skytemplate/Makefile (new) 1.1 +2 -0 ports/www/skytemplate/distinfo (new) 1.1 +8 -0 ports/www/skytemplate/files/pkg-message.in (new) 1.1 +3 -0 ports/www/skytemplate/pkg-descr (new) 1.1 +10 -0 ports/www/skytemplate/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:40:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B38F16A41F; Thu, 15 Sep 2005 23:40:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19DD43D45; Thu, 15 Sep 2005 23:40:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNeY7E031029; Thu, 15 Sep 2005 23:40:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNeYfj031028; Thu, 15 Sep 2005 23:40:34 GMT (envelope-from pav) Message-Id: <200509152340.j8FNeYfj031028@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:40:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:40:35 -0000 pav 2005-09-15 23:40:34 UTC FreeBSD ports repository Modified files: . modules Log: skytemplate --> ports/www/skytemplate Revision Changes Path 1.13166 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:42:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED1F16A41F; Thu, 15 Sep 2005 23:42:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC2743D48; Thu, 15 Sep 2005 23:42:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNgTI3031142; Thu, 15 Sep 2005 23:42:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNgTfs031141; Thu, 15 Sep 2005 23:42:29 GMT (envelope-from pav) Message-Id: <200509152342.j8FNgTfs031141@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:42:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/clusterssh Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:42:30 -0000 pav 2005-09-15 23:42:29 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/clusterssh Makefile distinfo pkg-descr Log: ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection. PR: ports/84970 Submitted by: David Thiel Revision Changes Path 1.641 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/clusterssh/Makefile (new) 1.1 +2 -0 ports/security/clusterssh/distinfo (new) 1.1 +5 -0 ports/security/clusterssh/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:42:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9949116A41F; Thu, 15 Sep 2005 23:42:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1641843D48; Thu, 15 Sep 2005 23:42:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNgwMV031180; Thu, 15 Sep 2005 23:42:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNgwfo031179; Thu, 15 Sep 2005 23:42:58 GMT (envelope-from pav) Message-Id: <200509152342.j8FNgwfo031179@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:42:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:42:59 -0000 pav 2005-09-15 23:42:58 UTC FreeBSD ports repository Modified files: . modules Log: clusterssh --> ports/security/clusterssh Revision Changes Path 1.13167 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:51:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D2E16A41F; Thu, 15 Sep 2005 23:51:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DA943D46; Thu, 15 Sep 2005 23:51:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNptnM031550; Thu, 15 Sep 2005 23:51:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNptOU031549; Thu, 15 Sep 2005 23:51:55 GMT (envelope-from pav) Message-Id: <200509152351.j8FNptOU031549@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:51:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xist Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:51:56 -0000 pav 2005-09-15 23:51:55 UTC FreeBSD ports repository Modified files: www/xist Makefile distinfo pkg-plist Log: - Update to 2.10 PR: ports/82582 Submitted by: "Choe, Cheng-Dae" Approved by: maintainer timeout (2 months) Revision Changes Path 1.11 +6 -4 ports/www/xist/Makefile 1.6 +2 -2 ports/www/xist/distinfo 1.5 +3 -16 ports/www/xist/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:56:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F36716A41F; Thu, 15 Sep 2005 23:56:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DE443D48; Thu, 15 Sep 2005 23:56:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNu5Cs031786; Thu, 15 Sep 2005 23:56:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNu5Dr031785; Thu, 15 Sep 2005 23:56:05 GMT (envelope-from pav) Message-Id: <200509152356.j8FNu5Dr031785@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:56:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/stardates Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:56:06 -0000 pav 2005-09-15 23:56:05 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/stardates Makefile distinfo pkg-descr Log: Displays date in 5 formats, including stardate PR: ports/86161 Submitted by: Henrik Brautaset Aronsen Revision Changes Path 1.90 +1 -0 ports/astro/Makefile 1.1 +28 -0 ports/astro/stardates/Makefile (new) 1.1 +2 -0 ports/astro/stardates/distinfo (new) 1.1 +3 -0 ports/astro/stardates/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:56:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F27D16A41F; Thu, 15 Sep 2005 23:56:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35AA43D48; Thu, 15 Sep 2005 23:56:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNug6s031825; Thu, 15 Sep 2005 23:56:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNugOj031824; Thu, 15 Sep 2005 23:56:42 GMT (envelope-from pav) Message-Id: <200509152356.j8FNugOj031824@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:56:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:56:43 -0000 pav 2005-09-15 23:56:42 UTC FreeBSD ports repository Modified files: . modules Log: stardates --> ports/astro/stardates Revision Changes Path 1.13168 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:57:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E3C16A41F; Thu, 15 Sep 2005 23:57:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3053F43D45; Thu, 15 Sep 2005 23:57:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNvgXE031878; Thu, 15 Sep 2005 23:57:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNvgPF031877; Thu, 15 Sep 2005 23:57:42 GMT (envelope-from pav) Message-Id: <200509152357.j8FNvgPF031877@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:57:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:57:42 -0000 pav 2005-09-15 23:57:42 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Henrik Brautaset Aronsen for astro/stardates port Revision Changes Path 1.445 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Sep 15 23:58:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332A716A41F; Thu, 15 Sep 2005 23:58:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0428343D45; Thu, 15 Sep 2005 23:58:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNwvSj032009; Thu, 15 Sep 2005 23:58:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNwvYW032008; Thu, 15 Sep 2005 23:58:57 GMT (envelope-from pav) Message-Id: <200509152358.j8FNwvYW032008@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:58:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/pound Makefile distinfo pkg-plist ports/www/pound/files pound.sh pound.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 23:58:58 -0000 pav 2005-09-15 23:58:57 UTC FreeBSD ports repository Modified files: www/pound Makefile distinfo pkg-plist Added files: www/pound/files pound.sh.in Removed files: www/pound/files pound.sh Log: - Update to 1.9 - OPTIONSify - Convert rc script to rcNG - Install docs PR: ports/82998 Submitted by: Shinsuke Matsui Approved by: maintainer timeout (anders; 2 months) Revision Changes Path 1.11 +29 -6 ports/www/pound/Makefile 1.11 +2 -2 ports/www/pound/distinfo 1.2 +0 -22 ports/www/pound/files/pound.sh (dead) 1.1 +30 -0 ports/www/pound/files/pound.sh.in (new) 1.3 +3 -1 ports/www/pound/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 00:07:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4C716A41F; Fri, 16 Sep 2005 00:07:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D059143D46; Fri, 16 Sep 2005 00:07:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G07SqK032373; Fri, 16 Sep 2005 00:07:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G07Ski032372; Fri, 16 Sep 2005 00:07:28 GMT (envelope-from pav) Message-Id: <200509160007.j8G07Ski032372@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 00:07:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_geoip Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 00:07:29 -0000 pav 2005-09-16 00:07:28 UTC FreeBSD ports repository Modified files: www/mod_geoip Makefile distinfo Log: - Update to 1.2.7 PR: ports/81400 Submitted by: Toni Viemero Approved by: maintainer timeout (seanc; 4 months) Revision Changes Path 1.10 +1 -2 ports/www/mod_geoip/Makefile 1.4 +2 -2 ports/www/mod_geoip/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 00:12:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE72616A41F; Fri, 16 Sep 2005 00:12:24 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6C243D5C; Fri, 16 Sep 2005 00:12:21 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G0CK9A032604; Fri, 16 Sep 2005 00:12:20 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G0CK0Y032603; Fri, 16 Sep 2005 00:12:20 GMT (envelope-from barner) Message-Id: <200509160012.j8G0CK0Y032603@repoman.freebsd.org> From: Simon Barner Date: Fri, 16 Sep 2005 00:12:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/annoyance-filter Makefile ports/x11-toolkits/irrlicht Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 00:12:25 -0000 barner 2005-09-16 00:12:20 UTC FreeBSD ports repository Modified files: mail/annoyance-filter Makefile x11-toolkits/irrlicht Makefile Log: Change to FreeBSD.org email address. Somehow I did no change these ports when I became a committer. Revision Changes Path 1.3 +1 -1 ports/mail/annoyance-filter/Makefile 1.2 +1 -1 ports/x11-toolkits/irrlicht/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 00:15:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9981316A420; Fri, 16 Sep 2005 00:15:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4121643D6B; Fri, 16 Sep 2005 00:15:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G0FCwp032789; Fri, 16 Sep 2005 00:15:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G0FCj9032788; Fri, 16 Sep 2005 00:15:12 GMT (envelope-from pav) Message-Id: <200509160015.j8G0FCj9032788@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 00:15:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/GeoIP Makefile distinfo ports/net/GeoIP/files patch-conf::Makefile.in patch-libGeoIP-types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 00:15:15 -0000 pav 2005-09-16 00:15:12 UTC FreeBSD ports repository Modified files: net/GeoIP Makefile distinfo net/GeoIP/files patch-conf::Makefile.in Added files: net/GeoIP/files patch-libGeoIP-types.h Log: - Update to 1.3.13 PR: ports/85422 Submitted by: Toni Viemero Approved by: maintainer timeout (seanc; 18 days) Revision Changes Path 1.24 +1 -1 ports/net/GeoIP/Makefile 1.18 +2 -2 ports/net/GeoIP/distinfo 1.4 +4 -4 ports/net/GeoIP/files/patch-conf::Makefile.in 1.1 +11 -0 ports/net/GeoIP/files/patch-libGeoIP-types.h (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 00:15:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF4B16A41F; Fri, 16 Sep 2005 00:15:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEBD43D46; Fri, 16 Sep 2005 00:15:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G0Fv3W032851; Fri, 16 Sep 2005 00:15:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G0Fv8w032850; Fri, 16 Sep 2005 00:15:57 GMT (envelope-from pav) Message-Id: <200509160015.j8G0Fv8w032850@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 00:15:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/GeoIP Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 00:15:57 -0000 pav 2005-09-16 00:15:57 UTC FreeBSD ports repository Modified files: net/GeoIP Makefile Log: - Reset long term inactive maintainer Revision Changes Path 1.25 +1 -1 ports/net/GeoIP/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 00:21:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59FC16A41F; Fri, 16 Sep 2005 00:21:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D9743D48; Fri, 16 Sep 2005 00:21:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G0Lt2P033137; Fri, 16 Sep 2005 00:21:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G0LtZ5033136; Fri, 16 Sep 2005 00:21:55 GMT (envelope-from pav) Message-Id: <200509160021.j8G0LtZ5033136@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 00:21:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/GeoIP Makefile distinfo pkg-plist ports/net/GeoIP/files patch-libGeoIP-types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 00:21:56 -0000 pav 2005-09-16 00:21:55 UTC FreeBSD ports repository Modified files: net/GeoIP Makefile distinfo pkg-plist Removed files: net/GeoIP/files patch-libGeoIP-types.h Log: - Update to 1.3.14 Revision Changes Path 1.26 +1 -1 ports/net/GeoIP/Makefile 1.19 +2 -2 ports/net/GeoIP/distinfo 1.2 +0 -11 ports/net/GeoIP/files/patch-libGeoIP-types.h (dead) 1.12 +0 -6 ports/net/GeoIP/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 01:01:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E9C316A41F; Fri, 16 Sep 2005 01:01:47 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B45B43D45; Fri, 16 Sep 2005 01:01:47 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G11lZD042292; Fri, 16 Sep 2005 01:01:47 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G11kcD042291; Fri, 16 Sep 2005 01:01:46 GMT (envelope-from leeym) Message-Id: <200509160101.j8G11kcD042291@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 16 Sep 2005 01:01:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IPC-Run3 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 01:01:47 -0000 leeym 2005-09-16 01:01:46 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Run3 Makefile distinfo pkg-descr Log: - update to 0.020 - add missing dependency - add WWW in pkg-descr Revision Changes Path 1.4 +11 -2 ports/devel/p5-IPC-Run3/Makefile 1.2 +2 -2 ports/devel/p5-IPC-Run3/distinfo 1.2 +2 -0 ports/devel/p5-IPC-Run3/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 16 01:26:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B227916A420; Fri, 16 Sep 2005 01:26:18 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B49243D46; Fri, 16 Sep 2005 01:26:18 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G1QImt043133; Fri, 16 Sep 2005 01:26:18 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G1QI6n043132; Fri, 16 Sep 2005 01:26:18 GMT (envelope-from mjacob) Message-Id: <200509160126.j8G1QI6n043132@repoman.freebsd.org> From: Matt Jacob Date: Fri, 16 Sep 2005 01:26:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 01:26:18 -0000 mjacob 2005-09-16 01:26:17 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: Make the exploring of all luns supported by an HBA more of a tunable (until we get REPORT LUNS in place). If we're probing luns, and each probe succeeds, we keep going past lun 7 if we're a SCSI3 or better device (until we fail to probe). If we're probing luns, and a probe fails, we only keep going if we're quirked *for* it (CAM_QUIRK_HILUNS), and if we're not quirked *against* it (CAM_QUIRK_NOHILUNS), or we're a SCSI3 or better device and the tunable (kern.cam.cam_srch_hi) is set non-zero. Reviewed by: nate@rootlabs.org, gibbs@scsiguy.com, ken@kdm.com, scottl@samsco.org MFC after: 1 week Revision Changes Path 1.156 +38 -5 src/sys/cam/cam_xpt.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 01:42:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CC916A41F; Fri, 16 Sep 2005 01:42:50 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8454843D45; Fri, 16 Sep 2005 01:42:50 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G1goCT043752; Fri, 16 Sep 2005 01:42:50 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G1goKK043751; Fri, 16 Sep 2005 01:42:50 GMT (envelope-from suz) Message-Id: <200509160142.j8G1goKK043751@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Fri, 16 Sep 2005 01:42:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 nd6_nbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 01:42:51 -0000 suz 2005-09-16 01:42:50 UTC FreeBSD src repository Modified files: sys/netinet6 nd6_nbr.c Log: plugged a possible memory leak Obtained from: KAME MFC after: 1 day Revision Changes Path 1.34 +1 -1 src/sys/netinet6/nd6_nbr.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 01:44:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF1B16A41F; Fri, 16 Sep 2005 01:44:26 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B7643D45; Fri, 16 Sep 2005 01:44:26 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G1iQVm043882; Fri, 16 Sep 2005 01:44:26 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G1iQdF043881; Fri, 16 Sep 2005 01:44:26 GMT (envelope-from leeym) Message-Id: <200509160144.j8G1iQdF043881@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 16 Sep 2005 01:44:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-version Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 01:44:27 -0000 leeym 2005-09-16 01:44:26 UTC FreeBSD ports repository Modified files: devel/p5-version Makefile distinfo pkg-plist Log: - update to 0.48 Revision Changes Path 1.4 +1 -1 ports/devel/p5-version/Makefile 1.4 +2 -2 ports/devel/p5-version/distinfo 1.3 +6 -2 ports/devel/p5-version/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 01:55:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D4316A41F; Fri, 16 Sep 2005 01:55:23 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8D943D46; Fri, 16 Sep 2005 01:55:23 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G1tNWm044311; Fri, 16 Sep 2005 01:55:23 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G1tNGN044310; Fri, 16 Sep 2005 01:55:23 GMT (envelope-from leeym) Message-Id: <200509160155.j8G1tNGN044310@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 16 Sep 2005 01:55:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-Search Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 01:55:23 -0000 leeym 2005-09-16 01:55:22 UTC FreeBSD ports repository Modified files: www/p5-WWW-Search Makefile distinfo pkg-plist Log: - update to 2.479 Revision Changes Path 1.42 +6 -3 ports/www/p5-WWW-Search/Makefile 1.23 +2 -2 ports/www/p5-WWW-Search/distinfo 1.15 +1 -0 ports/www/p5-WWW-Search/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 02:08:19 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32C716A41F; Fri, 16 Sep 2005 02:08:19 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh2.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D2EF43D46; Fri, 16 Sep 2005 02:08:18 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from centtech.com (andersonbox4.centtech.com [192.168.42.24]) by mh2.centtech.com (8.13.1/8.13.1) with ESMTP id j8G28HNS069122; Thu, 15 Sep 2005 21:08:17 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <432A2970.8090200@centtech.com> Date: Thu, 15 Sep 2005 21:09:52 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Jacob References: <200509160126.j8G1QI6n043132@repoman.freebsd.org> In-Reply-To: <200509160126.j8G1QI6n043132@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/1082/Wed Sep 14 10:22:17 2005 on mh2.centtech.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 02:08:19 -0000 Matt Jacob wrote: >mjacob 2005-09-16 01:26:17 UTC > > FreeBSD src repository > > Modified files: > sys/cam cam_xpt.c > Log: > Make the exploring of all luns supported by an HBA more of a > tunable (until we get REPORT LUNS in place). > > If we're probing luns, and each probe succeeds, we keep going past > lun 7 if we're a SCSI3 or better device (until we fail to probe). > > If we're probing luns, and a probe fails, we only keep going if > we're quirked *for* it (CAM_QUIRK_HILUNS), and if we're not quirked > *against* it (CAM_QUIRK_NOHILUNS), or we're a SCSI3 or better device > and the tunable (kern.cam.cam_srch_hi) is set non-zero. > > Reviewed by: nate@rootlabs.org, gibbs@scsiguy.com, ken@kdm.com, scottl@samsco.org > MFC after: 1 week > > Revision Changes Path > 1.156 +38 -5 src/sys/cam/cam_xpt.c > > Matt, do you think this would fix issues with Qlogic (FC) cards scanning and finding duplicate luns on some FC devices? (I see that in 6.0, but not in 5.x). Eric From owner-cvs-all@FreeBSD.ORG Fri Sep 16 02:34:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7F916A41F; Fri, 16 Sep 2005 02:34:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB98C43D45; Fri, 16 Sep 2005 02:34:07 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8G2Y3C8003743; Thu, 15 Sep 2005 20:34:03 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <432A2F1F.3080606@samsco.org> Date: Thu, 15 Sep 2005 20:34:07 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <200509160126.j8G1QI6n043132@repoman.freebsd.org> <432A2970.8090200@centtech.com> In-Reply-To: <432A2970.8090200@centtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Matt Jacob , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 02:34:10 -0000 Eric Anderson wrote: > Matt Jacob wrote: > >> mjacob 2005-09-16 01:26:17 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/cam cam_xpt.c Log: >> Make the exploring of all luns supported by an HBA more of a >> tunable (until we get REPORT LUNS in place). >> >> If we're probing luns, and each probe succeeds, we keep going past >> lun 7 if we're a SCSI3 or better device (until we fail to probe). >> >> If we're probing luns, and a probe fails, we only keep going if >> we're quirked *for* it (CAM_QUIRK_HILUNS), and if we're not quirked >> *against* it (CAM_QUIRK_NOHILUNS), or we're a SCSI3 or better device >> and the tunable (kern.cam.cam_srch_hi) is set non-zero. >> >> Reviewed by: nate@rootlabs.org, gibbs@scsiguy.com, ken@kdm.com, >> scottl@samsco.org >> MFC after: 1 week >> >> Revision Changes Path >> 1.156 +38 -5 src/sys/cam/cam_xpt.c >> >> > > Matt, do you think this would fix issues with Qlogic (FC) cards scanning > and finding duplicate luns on some FC devices? (I see that in 6.0, but > not in 5.x). > > Eric > > We added more aggressive LUN scanning code into 6-CURRENT a few months ago, but didn't merge it back to 5-STABLE precisely becasue we knew that it might cause problems. This commit will hopefully address those problems by making the scanning less aggressive by default but more configurable. Scott From owner-cvs-all@FreeBSD.ORG Fri Sep 16 02:57:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B085216A41F; Fri, 16 Sep 2005 02:57:36 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7941643D45; Fri, 16 Sep 2005 02:57:36 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G2vaGI046492; Fri, 16 Sep 2005 02:57:36 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G2vaHp046491; Fri, 16 Sep 2005 02:57:36 GMT (envelope-from vanilla) Message-Id: <200509160257.j8G2vaHp046491@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 16 Sep 2005 02:57:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/gcin Makefile distinfo pkg-message pkg-plist ports/chinese/gcin/files extra-patch-data-Makefile patch-gcin-user-setup patch-gcin-utf8-setup patch-menu patch-script patch-utf8-edit X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 02:57:36 -0000 vanilla 2005-09-16 02:57:36 UTC FreeBSD ports repository Modified files: chinese/gcin Makefile distinfo pkg-message pkg-plist chinese/gcin/files patch-menu Added files: chinese/gcin/files patch-script Removed files: chinese/gcin/files extra-patch-data-Makefile patch-gcin-user-setup patch-gcin-utf8-setup patch-utf8-edit Log: Upgrade to 1.0.4. PR: ports/84803 Submitted by: chinsan at gmail dot com Revision Changes Path 1.38 +12 -6 ports/chinese/gcin/Makefile 1.27 +2 -3 ports/chinese/gcin/distinfo 1.5 +0 -11 ports/chinese/gcin/files/extra-patch-data-Makefile (dead) 1.2 +0 -8 ports/chinese/gcin/files/patch-gcin-user-setup (dead) 1.2 +0 -8 ports/chinese/gcin/files/patch-gcin-utf8-setup (dead) 1.2 +11 -64 ports/chinese/gcin/files/patch-menu 1.1 +53 -0 ports/chinese/gcin/files/patch-script (new) 1.2 +0 -15 ports/chinese/gcin/files/patch-utf8-edit (dead) 1.4 +0 -1 ports/chinese/gcin/pkg-message 1.23 +7 -4 ports/chinese/gcin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 04:05:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3509E16A41F; Fri, 16 Sep 2005 04:05:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E2343D48; Fri, 16 Sep 2005 04:05:34 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G45YqS049224; Fri, 16 Sep 2005 04:05:34 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G45YFP049223; Fri, 16 Sep 2005 04:05:34 GMT (envelope-from dinoex) Message-Id: <200509160405.j8G45YFP049223@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Sep 2005 04:05:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/webalizer pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 04:05:35 -0000 dinoex 2005-09-16 04:05:34 UTC FreeBSD ports repository Modified files: www/webalizer pkg-descr Log: - updated urls Revision Changes Path 1.7 +2 -4 ports/www/webalizer/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 16 04:07:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEE716A41F; Fri, 16 Sep 2005 04:07:04 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF76943D45; Fri, 16 Sep 2005 04:07:03 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G4737v049303; Fri, 16 Sep 2005 04:07:03 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G4733L049302; Fri, 16 Sep 2005 04:07:03 GMT (envelope-from dinoex) Message-Id: <200509160407.j8G4733L049302@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Sep 2005 04:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 04:07:04 -0000 dinoex 2005-09-16 04:07:03 UTC FreeBSD ports repository Modified files: lang/gcc-objc Makefile Log: - cleanup LDCONFIG_DIRS Revision Changes Path 1.9 +1 -1 ports/lang/gcc-objc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 04:12:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6D516A41F; Fri, 16 Sep 2005 04:12:58 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766F243D45; Fri, 16 Sep 2005 04:12:58 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G4Cw9A049503; Fri, 16 Sep 2005 04:12:58 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G4CwDQ049502; Fri, 16 Sep 2005 04:12:58 GMT (envelope-from dinoex) Message-Id: <200509160412.j8G4CwDQ049502@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 16 Sep 2005 04:12:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gnustep-objc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 04:12:59 -0000 dinoex 2005-09-16 04:12:58 UTC FreeBSD ports repository Modified files: lang/gnustep-objc Makefile distinfo Log: - update to 1.4.0 Revision Changes Path 1.45 +1 -1 ports/lang/gnustep-objc/Makefile 1.12 +2 -2 ports/lang/gnustep-objc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 04:33:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1399516A41F; Fri, 16 Sep 2005 04:33:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12C743D4C; Fri, 16 Sep 2005 04:33:05 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G4X5D7050238; Fri, 16 Sep 2005 04:33:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G4X5OE050237; Fri, 16 Sep 2005 04:33:05 GMT (envelope-from marcus) Message-Id: <200509160433.j8G4X5OE050237@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Sep 2005 04:33:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 04:33:06 -0000 marcus 2005-09-16 04:33:05 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.12 for FreeBSD. Revision Changes Path 1.104 +21 -0 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:11:00 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 316CA16A420 for ; Fri, 16 Sep 2005 05:11:00 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E1A43D53 for ; Fri, 16 Sep 2005 05:10:58 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by qproxy.gmail.com with SMTP id p36so47193qba for ; Thu, 15 Sep 2005 22:10:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UiZHifj3GzdthNM6Jq/SyE3xG0f3uZD8BcqfDPGAhO62lU8c+hc/LK9z7day4dkjuqLgjyIMKw5YT82ZfT2GJxKm+kc+10X4pV/gOHfTBcHnfysQVSZPkHvB+NAbGAA3xZq1s6a0nQryVou6i0W0a3XYreOIWH+YCNCoKjr1/ik= Received: by 10.65.147.11 with SMTP id z11mr6068qbn; Thu, 15 Sep 2005 22:10:57 -0700 (PDT) Received: by 10.65.151.4 with HTTP; Thu, 15 Sep 2005 22:10:57 -0700 (PDT) Message-ID: <7579f7fb0509152210240b9883@mail.gmail.com> Date: Thu, 15 Sep 2005 22:10:57 -0700 From: Matthew Jacob To: Eric Anderson In-Reply-To: <432A2970.8090200@centtech.com> Mime-Version: 1.0 References: <200509160126.j8G1QI6n043132@repoman.freebsd.org> <432A2970.8090200@centtech.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lydianconcepts@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:11:00 -0000 What Scott said... yes, this should, I hope, fix the 6.0 spasms as soon as= =20 it gets MFC'd. On 9/15/05, Eric Anderson wrote:=20 >=20 > Matt Jacob wrote: >=20 > >mjacob 2005-09-16 01:26:17 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/cam cam_xpt.c > > Log: > > Make the exploring of all luns supported by an HBA more of a > > tunable (until we get REPORT LUNS in place). > > > > If we're probing luns, and each probe succeeds, we keep going past > > lun 7 if we're a SCSI3 or better device (until we fail to probe). > > > > If we're probing luns, and a probe fails, we only keep going if > > we're quirked *for* it (CAM_QUIRK_HILUNS), and if we're not quirked > > *against* it (CAM_QUIRK_NOHILUNS), or we're a SCSI3 or better device > > and the tunable (kern.cam.cam_srch_hi) is set non-zero. > > > > Reviewed by: nate@rootlabs.org, gibbs@scsiguy.com, ken@kdm.com,=20 > scottl@samsco.org > > MFC after: 1 week > > > > Revision Changes Path > > 1.156 +38 -5 src/sys/cam/cam_xpt.c > > > > >=20 > Matt, do you think this would fix issues with Qlogic (FC) cards scanning > and finding duplicate luns on some FC devices? (I see that in 6.0, but > not in 5.x). >=20 > Eric >=20 >=20 > From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:46:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16BF16A41F; Fri, 16 Sep 2005 05:46:11 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A5443D45; Fri, 16 Sep 2005 05:46:11 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G5kB2R059985; Fri, 16 Sep 2005 05:46:11 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G5kBUl059984; Fri, 16 Sep 2005 05:46:11 GMT (envelope-from ahze) Message-Id: <200509160546.j8G5kBUl059984@repoman.freebsd.org> From: Michael Johnson Date: Fri, 16 Sep 2005 05:46:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/serpentine Makefile distinfo pkg-plist ports/sysutils/serpentine/files patch-serpentine_preferences.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:46:11 -0000 ahze 2005-09-16 05:46:11 UTC FreeBSD ports repository Modified files: sysutils/serpentine Makefile distinfo pkg-plist Removed files: sysutils/serpentine/files patch-serpentine_preferences.py Log: - Update to 0.6.2 Revision Changes Path 1.4 +2 -12 ports/sysutils/serpentine/Makefile 1.2 +2 -2 ports/sysutils/serpentine/distinfo 1.2 +0 -12 ports/sysutils/serpentine/files/patch-serpentine_preferences.py (dead) 1.3 +6 -0 ports/sysutils/serpentine/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:46:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F2516A41F; Fri, 16 Sep 2005 05:46:49 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C44943D48; Fri, 16 Sep 2005 05:46:49 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G5kmmW060019; Fri, 16 Sep 2005 05:46:48 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G5kmrl060018; Fri, 16 Sep 2005 05:46:48 GMT (envelope-from mi) Message-Id: <200509160546.j8G5kmrl060018@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 16 Sep 2005 05:46:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libgphoto2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:46:49 -0000 mi 2005-09-16 05:46:48 UTC FreeBSD ports repository Modified files: graphics/libgphoto2 Makefile Log: Add a patch from the vendor's CVS to limit the number of pictures cached by the library (to two by default). Previous versions had NO LIMIT, which prevented simple clients of the library (such "gphoto -P" itself) from downloading LARGE sequences of pictures -- the program would run out of memory and crash. While here, remove the explicit requirements for shared library versions of dependencies. Revision Changes Path 1.21 +2 -2 ports/graphics/libgphoto2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:47:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59ABD16A41F; Fri, 16 Sep 2005 05:47:36 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EB743D46; Fri, 16 Sep 2005 05:47:36 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G5lZG6060083; Fri, 16 Sep 2005 05:47:35 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G5lZFI060082; Fri, 16 Sep 2005 05:47:35 GMT (envelope-from fjoe) Message-Id: <200509160547.j8G5lZFI060082@repoman.freebsd.org> From: Max Khon Date: Fri, 16 Sep 2005 05:47:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/golded+ Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:47:36 -0000 fjoe 2005-09-16 05:47:35 UTC FreeBSD ports repository Modified files: news/golded+ Makefile distinfo pkg-plist Log: Update to 20050910 snapshot. Revision Changes Path 1.7 +2 -2 ports/news/golded+/Makefile 1.4 +2 -2 ports/news/golded+/distinfo 1.4 +222 -0 ports/news/golded+/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:48:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8596416A41F; Fri, 16 Sep 2005 05:48:14 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F9EF43D46; Fri, 16 Sep 2005 05:48:14 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G5mELY060142; Fri, 16 Sep 2005 05:48:14 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G5mEoZ060141; Fri, 16 Sep 2005 05:48:14 GMT (envelope-from mi) Message-Id: <200509160548.j8G5mEoZ060141@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 16 Sep 2005 05:48:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libgphoto2 Makefile ports/graphics/libgphoto2/files patch-cache X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:48:14 -0000 mi 2005-09-16 05:48:14 UTC FreeBSD ports repository Modified files: graphics/libgphoto2 Makefile Added files: graphics/libgphoto2/files patch-cache Log: Oops, somehow my previous commit did not pick up the actual patch. Which is good, because I forgot to bump the PORTREVISION anyway. Revision Changes Path 1.22 +1 -0 ports/graphics/libgphoto2/Makefile 1.1 +241 -0 ports/graphics/libgphoto2/files/patch-cache (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:55:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05E016A41F; Fri, 16 Sep 2005 05:55:55 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE86543D48; Fri, 16 Sep 2005 05:55:55 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G5ttHI060521; Fri, 16 Sep 2005 05:55:55 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G5ttuX060520; Fri, 16 Sep 2005 05:55:55 GMT (envelope-from fjoe) Message-Id: <200509160555.j8G5ttuX060520@repoman.freebsd.org> From: Max Khon Date: Fri, 16 Sep 2005 05:55:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Term-Animation Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:55:56 -0000 fjoe 2005-09-16 05:55:55 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Term-Animation Makefile distinfo pkg-descr pkg-plist Log: New port: p5-Term-Animation 2.1 This module provides a framework to produce sprite animations using ASCII art. Each ASCII 'sprite' is given one or more frames, and placed into the animation as an 'animation object'. An animation object can have a callback routine that controls the position and frame of the object. If the constructor is passed no arguments, it assumes that it is running full screen, and behaves accordingly. Alternatively, it can accept a curses window (created with the Curses newwin call) as an argument, and will draw into that window. WWW: http://search.cpan.org/dist/Term-Animation/ Revision Changes Path 1.1967 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Term-Animation/Makefile (new) 1.1 +2 -0 ports/devel/p5-Term-Animation/distinfo (new) 1.1 +12 -0 ports/devel/p5-Term-Animation/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Term-Animation/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:56:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5EC916A41F; Fri, 16 Sep 2005 05:56:52 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E56B43D46; Fri, 16 Sep 2005 05:56:52 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G5uqQ8060569; Fri, 16 Sep 2005 05:56:52 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G5uqIG060568; Fri, 16 Sep 2005 05:56:52 GMT (envelope-from fjoe) Message-Id: <200509160556.j8G5uqIG060568@repoman.freebsd.org> From: Max Khon Date: Fri, 16 Sep 2005 05:56:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:56:52 -0000 fjoe 2005-09-16 05:56:52 UTC FreeBSD ports repository Modified files: . modules Log: p5-Term-Animation -> ports/devel/p5-Term-Animation Revision Changes Path 1.13169 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 06:04:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBD116A420; Fri, 16 Sep 2005 06:04:36 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC01643D45; Fri, 16 Sep 2005 06:04:35 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G64ZtU060893; Fri, 16 Sep 2005 06:04:35 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G64Zft060892; Fri, 16 Sep 2005 06:04:35 GMT (envelope-from fjoe) Message-Id: <200509160604.j8G64Zft060892@repoman.freebsd.org> From: Max Khon Date: Fri, 16 Sep 2005 06:04:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/asciiquarium Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 06:04:36 -0000 fjoe 2005-09-16 06:04:35 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/asciiquarium Makefile distinfo pkg-descr Log: New port: asciiquarium 1.0 Asciiquarium is an aquarium/sea animation in ASCII art. WWW: http://www.robobunny.com/projects/asciiquarium/ Revision Changes Path 1.815 +1 -0 ports/games/Makefile 1.1 +26 -0 ports/games/asciiquarium/Makefile (new) 1.1 +2 -0 ports/games/asciiquarium/distinfo (new) 1.1 +3 -0 ports/games/asciiquarium/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 06:05:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C5616A41F; Fri, 16 Sep 2005 06:05:51 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5868A43D48; Fri, 16 Sep 2005 06:05:51 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G65pZI061024; Fri, 16 Sep 2005 06:05:51 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G65pFA061023; Fri, 16 Sep 2005 06:05:51 GMT (envelope-from fjoe) Message-Id: <200509160605.j8G65pFA061023@repoman.freebsd.org> From: Max Khon Date: Fri, 16 Sep 2005 06:05:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 06:05:51 -0000 fjoe 2005-09-16 06:05:51 UTC FreeBSD ports repository Modified files: . modules Log: asciiquarium -> ports/games/asciiquarium Revision Changes Path 1.13170 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 06:45:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 676CA16A41F; Fri, 16 Sep 2005 06:45:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2406443D46; Fri, 16 Sep 2005 06:45:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G6jfx2062825; Fri, 16 Sep 2005 06:45:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G6jfss062824; Fri, 16 Sep 2005 06:45:41 GMT (envelope-from marcus) Message-Id: <200509160645.j8G6jfss062824@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Sep 2005 06:45:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs develfaq.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 06:45:42 -0000 marcus 2005-09-16 06:45:41 UTC FreeBSD doc repository Modified files: en/gnome/docs develfaq.sgml Log: Evolution's Bugzilla database has been merged into the main GNOME Bugzilla. Revision Changes Path 1.35 +4 -5 www/en/gnome/docs/develfaq.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 06:49:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45ED116A420; Fri, 16 Sep 2005 06:49:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 011AD43D45; Fri, 16 Sep 2005 06:49:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G6nlva062924; Fri, 16 Sep 2005 06:49:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G6nl7E062923; Fri, 16 Sep 2005 06:49:47 GMT (envelope-from marcus) Message-Id: <200509160649.j8G6nl7E062923@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 16 Sep 2005 06:49:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs develfaq.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 06:49:48 -0000 marcus 2005-09-16 06:49:47 UTC FreeBSD doc repository Modified files: en/gnome/docs develfaq.sgml Log: Update the current development status. Revision Changes Path 1.36 +8 -6 www/en/gnome/docs/develfaq.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 06:57:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F3E16A41F; Fri, 16 Sep 2005 06:57:29 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A21143D46; Fri, 16 Sep 2005 06:57:28 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j8G6vPu3073036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2005 10:57:25 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j8G6vPBF073035; Fri, 16 Sep 2005 10:57:25 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 16 Sep 2005 10:57:24 +0400 From: Gleb Smirnoff To: Maxim Konovalov Message-ID: <20050916065724.GI53891@cell.sick.ru> References: <200509151145.j8FBjbAU070614@repoman.freebsd.org> <20050915130901.R75005@fledge.watson.org> <20050915165142.F20393@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050915165142.F20393@mp2.macomnet.net> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 06:57:29 -0000 On Thu, Sep 15, 2005 at 05:14:04PM +0400, Maxim Konovalov wrote: M> > Are you sure this is the right thing to do? I've seen shutdown used M> > in several applications on non-connection-oriented sockets in order M> > to indicate no messages will be received, so not to allow received M> > packets to consume space. Typical use is in the context of a raw IP M> > or IPv6 socket, where raw packets will be sent but never received, M> > and the socket will otherwise collect the normal random network M> > detrious. M> > M> > For example, rtsold(8) uses shutdown(2) on its IPv6 raw socket to M> > indicate it is send-only, so received packets should not be stored M> > in the socket buffer since they will never be read. It does, M> > however, contain the not unusual bug that it is called with an M> > argument of 0, assuming that that will be the value SHUT_RD. I'm M> > fairly sure we used to have other examples of shutdown(2) being used M> > in this way in the tree but don't see any others in a casual glance. M> > M> > While POSIX mentions behavior for full-duplex connections, it does M> > not specify for sockets that are not connection-oriented, so as I M> > read it, the behavior we provide is permitted. M> M> Linux 2.4.21 return ENOTSUP for SOCK_RAW and ENOTCONN for M> non-connected SOCK_DGRAM. Solaris 9 returns ENOTCONN for M> non-connected SOCK_RAW and they don't allow shutdown(2) on M> non-connected sockets. Anyhow, I'll backout this code. I see you have already backed out :( What about return code back with check that socket belongs to PR_CONNREQUIRED protocol? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Sep 16 06:58:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944DB16A41F; Fri, 16 Sep 2005 06:58:26 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B33343D6D; Fri, 16 Sep 2005 06:58:21 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G6wLMD063310; Fri, 16 Sep 2005 06:58:21 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G6wLN9063309; Fri, 16 Sep 2005 06:58:21 GMT (envelope-from demon) Message-Id: <200509160658.j8G6wLN9063309@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 16 Sep 2005 06:58:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Compress-Bzip2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 06:58:26 -0000 demon 2005-09-16 06:58:21 UTC FreeBSD ports repository Modified files: archivers/p5-Compress-Bzip2 Makefile distinfo Log: Update to version 2.09. PR: 86149 Submitted by: Emanuel Haupt Revision Changes Path 1.6 +1 -1 ports/archivers/p5-Compress-Bzip2/Makefile 1.6 +2 -2 ports/archivers/p5-Compress-Bzip2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 07:02:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2950C16A41F; Fri, 16 Sep 2005 07:02:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC12243D4C; Fri, 16 Sep 2005 07:02:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G72TTf063545; Fri, 16 Sep 2005 07:02:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G72TBv063544; Fri, 16 Sep 2005 07:02:29 GMT (envelope-from imp) Message-Id: <200509160702.j8G72TBv063544@repoman.freebsd.org> From: Warner Losh Date: Fri, 16 Sep 2005 07:02:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:02:30 -0000 imp 2005-09-16 07:02:29 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib_acpi.c sys/i386/pci pci_bus.c Log: Commit a workaround to a problem with resource allocation. This helps with some Dell servers that booted w/o a problem[*] on 5.4, but failed with 6.0-BETA. On the PCI bus, when we do lazy resource allocation, we narrow the range requested as we pass through bridges to reflect how the bridges are programmed and what addresses they pass. However, when we're doing an allocation on a bus that's directly connected to a host bridge, no such translation can take place. We already had a fallback range for memory requests, but none for ioports. As such, provide a fallback for I/O ports so we don't allocate location 0, which will have undesired side effects when the resources are actually used. This fixes a problem with booting a Dell server with usb in the kernel. However, it is an unsatisfying solution. I don't like the hard coded value, and I think we should start narrowing the resources returned to not be in the so-called isa alias area (where the ranage & 0x0300 must be 0 iirc). Doing such filtering will have to wait for another day. This may be a good 6 candidate, maybe after its had a chance to be refined. Tested by: glebius@ Revision Changes Path 1.49 +2 -0 src/sys/dev/acpica/acpi_pcib_acpi.c 1.120 +2 -0 src/sys/i386/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 07:05:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE05116A41F; Fri, 16 Sep 2005 07:05:25 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B72943D46; Fri, 16 Sep 2005 07:05:25 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G75PWB063678; Fri, 16 Sep 2005 07:05:25 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G75Phv063677; Fri, 16 Sep 2005 07:05:25 GMT (envelope-from sem) Message-Id: <200509160705.j8G75Phv063677@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 16 Sep 2005 07:05:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/klog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:05:26 -0000 sem 2005-09-16 07:05:23 UTC FreeBSD ports repository Modified files: comms/klog Makefile Log: - Fix wrong maintainer email Pointy hat to: barner Revision Changes Path 1.5 +1 -1 ports/comms/klog/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 07:08:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC1D16A41F; Fri, 16 Sep 2005 07:08:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572F743D48; Fri, 16 Sep 2005 07:08:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8G77Y9P042700; Fri, 16 Sep 2005 01:07:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Sep 2005 01:07:46 -0600 (MDT) Message-Id: <20050916.010746.98777894.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200509160702.j8G72TBv063544@repoman.freebsd.org> References: <200509160702.j8G72TBv063544@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 16 Sep 2005 01:07:34 -0600 (MDT) Cc: Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:08:44 -0000 In message: <200509160702.j8G72TBv063544@repoman.freebsd.org> Warner Losh writes: : imp 2005-09-16 07:02:29 UTC : : FreeBSD src repository : : Modified files: : sys/dev/acpica acpi_pcib_acpi.c : sys/i386/pci pci_bus.c : Log: : Commit a workaround to a problem with resource allocation. This helps : with some Dell servers that booted w/o a problem[*] on 5.4, but failed : with 6.0-BETA. : : On the PCI bus, when we do lazy resource allocation, we narrow the : range requested as we pass through bridges to reflect how the bridges : are programmed and what addresses they pass. However, when we're : doing an allocation on a bus that's directly connected to a host : bridge, no such translation can take place. We already had a fallback : range for memory requests, but none for ioports. As such, provide a : fallback for I/O ports so we don't allocate location 0, which will : have undesired side effects when the resources are actually used. : : This fixes a problem with booting a Dell server with usb in the : kernel. However, it is an unsatisfying solution. I don't like the : hard coded value, and I think we should start narrowing the resources : returned to not be in the so-called isa alias area (where the ranage & : 0x0300 must be 0 iirc). Doing such filtering will have to wait for : another day. : : This may be a good 6 candidate, maybe after its had a chance to be : refined. : : Tested by: glebius@ for those interested in the omitted footnote: [*] and also without its first usb controller: uhci0 failed to attach. I don't think this is worthy of a forced commit, but I know how some people are when they see dangling references... Warner From owner-cvs-all@FreeBSD.ORG Fri Sep 16 07:34:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4275F16A41F; Fri, 16 Sep 2005 07:34:02 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D6743D4C; Fri, 16 Sep 2005 07:34:01 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G7Y1op064816; Fri, 16 Sep 2005 07:34:01 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G7Y1qK064815; Fri, 16 Sep 2005 07:34:01 GMT (envelope-from roam) Message-Id: <200509160734.j8G7Y1qK064815@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 16 Sep 2005 07:34:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/vpopmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:34:02 -0000 roam 2005-09-16 07:34:01 UTC FreeBSD ports repository Modified files: mail/vpopmail Makefile Log: Add the WITH_SMTP_AUTH_PATCH knob to fix the SMTP authentication, at least when invoked via the elysium implementation of SMTP auth from http://members.elysium.pl/brush/qmail-smtpd-auth/dist/ Submitted by: Nikolay Georgiev Revision Changes Path 1.57 +6 -1 ports/mail/vpopmail/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 07:35:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F012E16A436; Fri, 16 Sep 2005 07:35:24 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3DD43D45; Fri, 16 Sep 2005 07:35:24 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G7ZOuC064911; Fri, 16 Sep 2005 07:35:24 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G7ZOtl064910; Fri, 16 Sep 2005 07:35:24 GMT (envelope-from roam) Message-Id: <200509160735.j8G7ZOtl064910@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 16 Sep 2005 07:35:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/vpopmail/files vchkpw-smtp-auth.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:35:25 -0000 roam 2005-09-16 07:35:24 UTC FreeBSD ports repository Added files: mail/vpopmail/files vchkpw-smtp-auth.patch Log: Errr... actually add the patch needed for the WITH_SMTP_AUTH_PATCH option introduced in ports/mail/vpopmail/Makefile rev. 1.57. Submitted by: Nikolay Georgiev Revision Changes Path 1.1 +15 -0 ports/mail/vpopmail/files/vchkpw-smtp-auth.patch (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 07:42:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D18516A41F; Fri, 16 Sep 2005 07:42:27 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2873743D45; Fri, 16 Sep 2005 07:42:27 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G7gQgY065163; Fri, 16 Sep 2005 07:42:27 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G7gQmK065162; Fri, 16 Sep 2005 07:42:26 GMT (envelope-from skv) Message-Id: <200509160742.j8G7gQmK065162@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 16 Sep 2005 07:42:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Pcap Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:42:27 -0000 skv 2005-09-16 07:42:26 UTC FreeBSD ports repository Modified files: net/p5-Net-Pcap Makefile distinfo pkg-descr Log: Update to 0.06 Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.06/Changes Revision Changes Path 1.5 +2 -2 ports/net/p5-Net-Pcap/Makefile 1.4 +2 -2 ports/net/p5-Net-Pcap/distinfo 1.3 +0 -3 ports/net/p5-Net-Pcap/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 16 08:01:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33B316A41F; Fri, 16 Sep 2005 08:01:30 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9112043D46; Fri, 16 Sep 2005 08:01:30 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G81UYW065863; Fri, 16 Sep 2005 08:01:30 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G81UNj065862; Fri, 16 Sep 2005 08:01:30 GMT (envelope-from skv) Message-Id: <200509160801.j8G81UNj065862@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 16 Sep 2005 08:01:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-InterBase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 08:01:31 -0000 skv 2005-09-16 08:01:29 UTC FreeBSD ports repository Modified files: databases/p5-DBD-InterBase Makefile Log: Require 5.6+ (DBD::InterBase depends on DBI-1.41+) Revision Changes Path 1.14 +3 -5 ports/databases/p5-DBD-InterBase/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 08:22:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6545F16A41F; Fri, 16 Sep 2005 08:22:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1E343D45; Fri, 16 Sep 2005 08:22:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G8MraN066793; Fri, 16 Sep 2005 08:22:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G8MrqV066792; Fri, 16 Sep 2005 08:22:53 GMT (envelope-from pav) Message-Id: <200509160822.j8G8MrqV066792@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 08:22:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ircd-hybrid Makefile distinfo pkg-descr pkg-message pkg-plist ports/irc/ircd-hybrid/files include-config.h.pre-patch ircd-hybrid.sh ircd-hybrid.sh.in patch-Makefile.in patch-configure patch-contrib_Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 08:22:54 -0000 pav 2005-09-16 08:22:53 UTC FreeBSD ports repository Modified files: irc/ircd-hybrid Makefile distinfo pkg-descr pkg-plist irc/ircd-hybrid/files patch-configure Added files: irc/ircd-hybrid/files ircd-hybrid.sh.in patch-Makefile.in patch-contrib_Makefile.in patch-contrib_m_help.c patch-include_defaults.h patch-include_setup.h.in patch-messages_Makefile.in patch-modules_Makefile.in patch-src_Makefile.in patch-src_modules.c pkg-message.in Removed files: irc/ircd-hybrid pkg-message irc/ircd-hybrid/files include-config.h.pre-patch ircd-hybrid.sh patch-doc-Makefile.in patch-help-Makefile patch-messages-Makefile patch-modules-Makefile patch-src-Makefile patch-tools-Makefile Log: - Update to 7.1.2 PR: ports/84777 Submitted by: Diane Bruce Approved by: maintainer timeout (1 month) - Switch to rcNG startup script PR: ports/85564 Submitted by: hr Revision Changes Path 1.36 +11 -26 ports/irc/ircd-hybrid/Makefile 1.15 +2 -2 ports/irc/ircd-hybrid/distinfo 1.3 +0 -41 ports/irc/ircd-hybrid/files/include-config.h.pre-patch (dead) 1.3 +0 -19 ports/irc/ircd-hybrid/files/ircd-hybrid.sh (dead) 1.1 +40 -0 ports/irc/ircd-hybrid/files/ircd-hybrid.sh.in (new) 1.1 +11 -0 ports/irc/ircd-hybrid/files/patch-Makefile.in (new) 1.2 +36 -8 ports/irc/ircd-hybrid/files/patch-configure 1.1 +22 -0 ports/irc/ircd-hybrid/files/patch-contrib_Makefile.in (new) 1.1 +11 -0 ports/irc/ircd-hybrid/files/patch-contrib_m_help.c (new) 1.2 +0 -11 ports/irc/ircd-hybrid/files/patch-doc-Makefile.in (dead) 1.2 +0 -30 ports/irc/ircd-hybrid/files/patch-help-Makefile (dead) 1.1 +29 -0 ports/irc/ircd-hybrid/files/patch-include_defaults.h (new) 1.1 +25 -0 ports/irc/ircd-hybrid/files/patch-include_setup.h.in (new) 1.2 +0 -11 ports/irc/ircd-hybrid/files/patch-messages-Makefile (dead) 1.1 +19 -0 ports/irc/ircd-hybrid/files/patch-messages_Makefile.in (new) 1.2 +0 -13 ports/irc/ircd-hybrid/files/patch-modules-Makefile (dead) 1.1 +13 -0 ports/irc/ircd-hybrid/files/patch-modules_Makefile.in (new) 1.3 +0 -24 ports/irc/ircd-hybrid/files/patch-src-Makefile (dead) 1.1 +20 -0 ports/irc/ircd-hybrid/files/patch-src_Makefile.in (new) 1.1 +17 -0 ports/irc/ircd-hybrid/files/patch-src_modules.c (new) 1.2 +0 -35 ports/irc/ircd-hybrid/files/patch-tools-Makefile (dead) 1.1 +16 -0 ports/irc/ircd-hybrid/files/pkg-message.in (new) 1.5 +1 -3 ports/irc/ircd-hybrid/pkg-descr 1.5 +0 -18 ports/irc/ircd-hybrid/pkg-message (dead) 1.16 +183 -86 ports/irc/ircd-hybrid/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 08:47:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3993116A41F; Fri, 16 Sep 2005 08:47:39 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0910943D48; Fri, 16 Sep 2005 08:47:39 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G8lcL1074556; Fri, 16 Sep 2005 08:47:38 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G8lcjJ074555; Fri, 16 Sep 2005 08:47:38 GMT (envelope-from barner) Message-Id: <200509160847.j8G8lcjJ074555@repoman.freebsd.org> From: Simon Barner Date: Fri, 16 Sep 2005 08:47:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xsysinfo Makefile ports/sysutils/xsysinfo/files patch-sysinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 08:47:39 -0000 barner 2005-09-16 08:47:38 UTC FreeBSD ports repository Modified files: sysutils/xsysinfo Makefile sysutils/xsysinfo/files patch-sysinfo.c Log: - Use openfiles for (__FreeBSD_version >= 600000) || ((__FreeBSD_version >= 503101) && (__FreeBSD_version < 503105)) nfiles was renamed to openfiles, but the change was reverted in RELENG_5. - Since this causes a runtime error, PORTREVISION was bumped. Reported by: Tony Maher [1] Ted Faber [2] PR: ports/84097 [1], ports/86128 [2] Patch by: Ted Faber [2] (partly) Approved by: maintainer timeout (7 weeks, for [1]) Revision Changes Path 1.20 +1 -1 ports/sysutils/xsysinfo/Makefile 1.5 +21 -20 ports/sysutils/xsysinfo/files/patch-sysinfo.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:00:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00EFF16A41F; Fri, 16 Sep 2005 09:00:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10B443D48; Fri, 16 Sep 2005 09:00:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G90wld074854; Fri, 16 Sep 2005 09:00:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G90wr8074853; Fri, 16 Sep 2005 09:00:58 GMT (envelope-from rwatson) Message-Id: <200509160900.j8G90wr8074853@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 09:00:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:00:59 -0000 rwatson 2005-09-16 09:00:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.114 from HEAD to RELENG_5: Rather than reaching into the internals of the UNIX domain socket code by calling uipc_connect2() to connect two socket endpoints to create a fifo, call soconnect2(). Revision Changes Path 1.101.2.2 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:01:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967DB16A41F; Fri, 16 Sep 2005 09:01:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FD543D49; Fri, 16 Sep 2005 09:01:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G91obQ074892; Fri, 16 Sep 2005 09:01:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G91okV074891; Fri, 16 Sep 2005 09:01:50 GMT (envelope-from rwatson) Message-Id: <200509160901.j8G91okV074891@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 09:01:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:01:50 -0000 rwatson 2005-09-16 09:01:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.115 from HEAD to RELENG_5: Add an assertion that fifo_open() doesn't race against other threads while sleeping to allocate fifo state: due to using the vnode lock to serialize access to a fifo during open, it shouldn't happen (tm). Revision Changes Path 1.101.2.3 +2 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:02:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D38816A41F; Fri, 16 Sep 2005 09:02:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE5E43D48; Fri, 16 Sep 2005 09:02:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G92PY6074931; Fri, 16 Sep 2005 09:02:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G92PH1074930; Fri, 16 Sep 2005 09:02:25 GMT (envelope-from rwatson) Message-Id: <200509160902.j8G92PH1074930@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 09:02:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:02:26 -0000 rwatson 2005-09-16 09:02:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.116 from HEAD to RELENG_5: When a writer opens a fifo, wake up the read socket for read, not the write socket. Revision Changes Path 1.101.2.4 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:06:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D951E16A420; Fri, 16 Sep 2005 09:06:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E5243D4C; Fri, 16 Sep 2005 09:06:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G96HNH075047; Fri, 16 Sep 2005 09:06:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G96HZe075046; Fri, 16 Sep 2005 09:06:17 GMT (envelope-from rwatson) Message-Id: <200509160906.j8G96HZe075046@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 09:06:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:06:18 -0000 rwatson 2005-09-16 09:06:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.120 (in spirit) from HEAD to RELENG_5: When a request is made to register a filter on a fifo that doesn't apply to the fifo (i.e., not EVFILT_READ or EVFILT_WRITE), reject it as EINVAL, not by returning 1 (EPERM). Revision Changes Path 1.101.2.5 +1 -1 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:11:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE5116A41F; Fri, 16 Sep 2005 09:11:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DC843D46; Fri, 16 Sep 2005 09:11:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G9Bpkc075195; Fri, 16 Sep 2005 09:11:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G9BpMj075194; Fri, 16 Sep 2005 09:11:51 GMT (envelope-from rwatson) Message-Id: <200509160911.j8G9BpMj075194@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 09:11:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c src/sys/gnu/ext2fs ext2_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:11:52 -0000 rwatson 2005-09-16 09:11:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ufs/ufs ufs_vnops.c sys/gnu/ext2fs ext2_vnops.c Log: Merge vfs_subr.c:1.646 (in spirit) from HEAD to RELENG_5: In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupported kqueue filter type is requested on a vnode. Revision Changes Path 1.85.2.2 +1 -1 src/sys/gnu/ext2fs/ext2_vnops.c 1.242.2.6 +1 -1 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:12:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A47DD16A41F; Fri, 16 Sep 2005 09:12:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6041E43D46; Fri, 16 Sep 2005 09:12:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G9CaMP075240; Fri, 16 Sep 2005 09:12:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G9Can6075239; Fri, 16 Sep 2005 09:12:36 GMT (envelope-from rwatson) Message-Id: <200509160912.j8G9Can6075239@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 09:12:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:12:36 -0000 rwatson 2005-09-16 09:12:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if.c Log: Merge if.c:1.246 from HEAD to RELENG_5: In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter type is requested on a network interface file descriptor that is non-applicable. Revision Changes Path 1.199.2.17 +1 -1 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:16:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E57E16A41F; Fri, 16 Sep 2005 09:16:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B4943D45; Fri, 16 Sep 2005 09:16:48 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G9Gl2j075408; Fri, 16 Sep 2005 09:16:48 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G9GlX8075406; Fri, 16 Sep 2005 09:16:47 GMT (envelope-from tobez) Message-Id: <200509160916.j8G9GlX8075406@repoman.freebsd.org> From: Anton Berezin Date: Fri, 16 Sep 2005 09:16:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Set-Object Makefile distinfo pkg-plist ports/devel/p5-Set-Object/files patch-makeitwork X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:16:48 -0000 tobez 2005-09-16 09:16:47 UTC FreeBSD ports repository Modified files: devel/p5-Set-Object Makefile distinfo pkg-plist Removed files: devel/p5-Set-Object/files patch-makeitwork Log: Update to 1.13. Require perl >= 5.6 Revision Changes Path 1.14 +3 -5 ports/devel/p5-Set-Object/Makefile 1.7 +2 -2 ports/devel/p5-Set-Object/distinfo 1.3 +0 -5 ports/devel/p5-Set-Object/files/patch-makeitwork (dead) 1.4 +0 -1 ports/devel/p5-Set-Object/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:16:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0CC016A420; Fri, 16 Sep 2005 09:16:48 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D0C43D46; Fri, 16 Sep 2005 09:16:48 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G9Glvf075407; Fri, 16 Sep 2005 09:16:48 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G9Glmv075390; Fri, 16 Sep 2005 09:16:47 GMT (envelope-from ru) Message-Id: <200509160916.j8G9Glmv075390@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 09:16:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_rue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:16:49 -0000 ru 2005-09-16 09:16:47 UTC FreeBSD src repository Modified files: sys/dev/usb if_rue.c Log: Add missing if_free() in rue_detach(). Revision Changes Path 1.25 +1 -0 src/sys/dev/usb/if_rue.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:19:18 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9597916A41F; Fri, 16 Sep 2005 09:19:18 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B4143D45; Fri, 16 Sep 2005 09:19:17 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8G9JFAW038093; Fri, 16 Sep 2005 12:19:15 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 69652-16; Fri, 16 Sep 2005 12:19:14 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8G9JE10038090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2005 12:19:14 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8G9JS0p023554; Fri, 16 Sep 2005 12:19:28 +0300 (EEST) (envelope-from ru) Date: Fri, 16 Sep 2005 12:19:28 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20050916091928.GG88456@ip.net.ua> References: <200509151859.j8FIxY6v007639@repoman.freebsd.org> <200509151521.14204.jhb@FreeBSD.org> <20050915205639.GD88456@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S5HS5MvDw4DmbRmb" Content-Disposition: inline In-Reply-To: <20050915205639.GD88456@ip.net.ua> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:19:18 -0000 --S5HS5MvDw4DmbRmb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 15, 2005 at 11:56:39PM +0300, Ruslan Ermilov wrote: > The first is the BPF detach bad interaction with foo_detach(), > as described in re_detach(). This panic is real with (I think) > all drivers. And testing IFF_DRV_RUNNING here doesn't seem to > be able to prevent the panic. Perhaps the fix would be to > move ether_ifdetach() before foo_stop() in foo_detach(), I'm > not yet sure. >=20 I tried with rl(4) PCCARD, by moving ether_ifdetach() before rl_stop() in rl_detach(). It fixes the panic when you eject the card, but doesn't fix it when kldunloading the module. The difference is that rl_detach() is called already after miibus0 and rlphy0 has been detached when kldunloading the module. When ejecting the card, rl_detach() is called first. What happens when you kldunload the module with BPF listener attached, is that bpfdetach() calls rl_ioctl() to reset promisc, that calls rl_init_locked(), and that results in mii =3D device_get_softc(sc->rl_miibus); being NULL (remember the miibus has already been detached), and that panics later here: mii_mediachg(mii); When we reset IFF_UP, rl_ioctl(SIOCSIFFLAGS) silently exits and no harm is done. So the question is: how do we prevent this from happening without resetting IFF_UP. One possible solution would be to add sc->detaching, similar to sc->suspended, abd check it in rl_ioctl(). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --S5HS5MvDw4DmbRmb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDKo4gqRfpzJluFF4RAgwpAJ9XUqVw6jUfvNIhgXxyPBEiybgaJACeNHE1 5zkD9pY0litznIDunXgrCMo= =2nIV -----END PGP SIGNATURE----- --S5HS5MvDw4DmbRmb-- From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:21:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBBC16A41F; Fri, 16 Sep 2005 09:21:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 196D143D48; Fri, 16 Sep 2005 09:21:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G9Kxhx075548; Fri, 16 Sep 2005 09:20:59 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G9KxsY075547; Fri, 16 Sep 2005 09:20:59 GMT (envelope-from ru) Message-Id: <200509160920.j8G9KxsY075547@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 09:20:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_udav.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:21:00 -0000 ru 2005-09-16 09:20:58 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_udav.c Log: Add missing mtx_destroy() when if_alloc() fails. Add missing if_free() when mii_phy_probe() fails. Put if_free() into the correct #ifdef in detach(). Revision Changes Path 1.93 +6 -1 src/sys/dev/usb/if_aue.c 1.33 +6 -1 src/sys/dev/usb/if_axe.c 1.9 +2 -0 src/sys/dev/usb/if_cdce.c 1.60 +5 -1 src/sys/dev/usb/if_cue.c 1.67 +5 -1 src/sys/dev/usb/if_kue.c 1.17 +3 -0 src/sys/dev/usb/if_udav.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 09:21:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2871816A41F; Fri, 16 Sep 2005 09:21:22 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D804A43D45; Fri, 16 Sep 2005 09:21:21 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8G9LL0p075590; Fri, 16 Sep 2005 09:21:21 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8G9LLmG075589; Fri, 16 Sep 2005 09:21:21 GMT (envelope-from tobez) Message-Id: <200509160921.j8G9LLmG075589@repoman.freebsd.org> From: Anton Berezin Date: Fri, 16 Sep 2005 09:21:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Config-General Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 09:21:22 -0000 tobez 2005-09-16 09:21:21 UTC FreeBSD ports repository Modified files: devel/p5-Config-General Makefile distinfo pkg-plist Log: Update to 2.30. Revision Changes Path 1.13 +2 -2 ports/devel/p5-Config-General/Makefile 1.11 +2 -2 ports/devel/p5-Config-General/distinfo 1.3 +1 -0 ports/devel/p5-Config-General/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 10:04:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933EB16A41F; Fri, 16 Sep 2005 10:04:48 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5040243D46; Fri, 16 Sep 2005 10:04:48 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GA4muL076969; Fri, 16 Sep 2005 10:04:48 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GA4lcW076968; Fri, 16 Sep 2005 10:04:47 GMT (envelope-from skv) Message-Id: <200509161004.j8GA4lcW076968@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 16 Sep 2005 10:04:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-POE-Component-Client-SMTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 10:04:48 -0000 skv 2005-09-16 10:04:47 UTC FreeBSD ports repository Modified files: mail/p5-POE-Component-Client-SMTP Makefile distinfo Log: Update to 0.06 Changes: http://search.cpan.org/src/ULTRADM/POE-Component-Client-SMTP-0.06/Changes Revision Changes Path 1.4 +1 -1 ports/mail/p5-POE-Component-Client-SMTP/Makefile 1.4 +2 -2 ports/mail/p5-POE-Component-Client-SMTP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 10:09:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D3016A41F; Fri, 16 Sep 2005 10:09:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC90943D45; Fri, 16 Sep 2005 10:09:23 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GA9No4077157; Fri, 16 Sep 2005 10:09:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GA9NqR077155; Fri, 16 Sep 2005 10:09:23 GMT (envelope-from ru) Message-Id: <200509161009.j8GA9NqR077155@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 10:09:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 10:09:24 -0000 ru 2005-09-16 10:09:23 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: Fix "struct ifnet" leak on detach. Revision Changes Path 1.104 +1 -0 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 10:33:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC6016A41F; Fri, 16 Sep 2005 10:33:32 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C6543D45; Fri, 16 Sep 2005 10:33:32 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GAXWfG078157; Fri, 16 Sep 2005 10:33:32 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GAXWQs078152; Fri, 16 Sep 2005 10:33:32 GMT (envelope-from maho) Message-Id: <200509161033.j8GAXWQs078152@repoman.freebsd.org> From: Maho Nakata Date: Fri, 16 Sep 2005 10:33:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel Makefile distinfo ports/editors/openoffice.org-2.0-devel/files Makefile.knobs Makefile.localized X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 10:33:33 -0000 maho 2005-09-16 10:33:31 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel Makefile distinfo editors/openoffice.org-2.0-devel/files Makefile.knobs Makefile.localized Log: update to m129 Revision Changes Path 1.206 +2 -2 ports/editors/openoffice.org-2.0-devel/Makefile 1.77 +2 -2 ports/editors/openoffice.org-2.0-devel/distinfo 1.20 +7 -6 ports/editors/openoffice.org-2.0-devel/files/Makefile.knobs 1.9 +49 -6 ports/editors/openoffice.org-2.0-devel/files/Makefile.localized From owner-cvs-all@FreeBSD.ORG Fri Sep 16 10:37:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C6A16A41F; Fri, 16 Sep 2005 10:37:44 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2946643D58; Fri, 16 Sep 2005 10:37:43 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GAbhxV078332; Fri, 16 Sep 2005 10:37:43 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GAbhjS078331; Fri, 16 Sep 2005 10:37:43 GMT (envelope-from fjoe) Message-Id: <200509161037.j8GAbhjS078331@repoman.freebsd.org> From: Max Khon Date: Fri, 16 Sep 2005 10:37:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/binkd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 10:37:44 -0000 fjoe 2005-09-16 10:37:43 UTC FreeBSD ports repository Modified files: net/binkd Makefile distinfo Log: Update to 0.9.8. Approved by: MAINTAINER Revision Changes Path 1.18 +3 -3 ports/net/binkd/Makefile 1.9 +2 -2 ports/net/binkd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 10:45:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3638416A41F; Fri, 16 Sep 2005 10:45:56 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E482E43D45; Fri, 16 Sep 2005 10:45:55 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GAjttk078686; Fri, 16 Sep 2005 10:45:55 GMT (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GAjtBl078685; Fri, 16 Sep 2005 10:45:55 GMT (envelope-from lev) Message-Id: <200509161045.j8GAjtBl078685@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 16 Sep 2005 10:45:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mingw32-binutils Makefile distinfo ports/devel/mingw32-binutils/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 10:45:56 -0000 lev 2005-09-16 10:45:55 UTC FreeBSD ports repository Modified files: devel/mingw32-binutils Makefile distinfo devel/mingw32-binutils/files patch-Makefile.in Log: Update to latest version. Revision Changes Path 1.28 +6 -6 ports/devel/mingw32-binutils/Makefile 1.13 +2 -2 ports/devel/mingw32-binutils/distinfo 1.4 +7 -7 ports/devel/mingw32-binutils/files/patch-Makefile.in From owner-cvs-all@FreeBSD.ORG Fri Sep 16 10:49:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30E216A41F; Fri, 16 Sep 2005 10:49:27 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B3243D46; Fri, 16 Sep 2005 10:49:27 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GAnRF6078802; Fri, 16 Sep 2005 10:49:27 GMT (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GAnRRc078801; Fri, 16 Sep 2005 10:49:27 GMT (envelope-from lev) Message-Id: <200509161049.j8GAnRRc078801@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 16 Sep 2005 10:49:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mingw32-bin-msvcrt Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 10:49:28 -0000 lev 2005-09-16 10:49:26 UTC FreeBSD ports repository Modified files: devel/mingw32-bin-msvcrt Makefile distinfo pkg-plist Log: Update to latest versions. Revision Changes Path 1.11 +2 -2 ports/devel/mingw32-bin-msvcrt/Makefile 1.10 +4 -4 ports/devel/mingw32-bin-msvcrt/distinfo 1.9 +1 -0 ports/devel/mingw32-bin-msvcrt/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:03:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5576416A41F; Fri, 16 Sep 2005 11:03:09 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1342743D45; Fri, 16 Sep 2005 11:03:09 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB387a079580; Fri, 16 Sep 2005 11:03:08 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB38Jx079579; Fri, 16 Sep 2005 11:03:08 GMT (envelope-from garga) Message-Id: <200509161103.j8GB38Jx079579@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:03:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/downloader Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:03:09 -0000 garga 2005-09-16 11:03:08 UTC FreeBSD ports repository Modified files: ftp/downloader Makefile Log: - Fix build on -CURRENT PR: ports/86118 Submitted by: Ports Fury Revision Changes Path 1.58 +2 -0 ports/ftp/downloader/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:03:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D7116A438; Fri, 16 Sep 2005 11:03:32 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E45C243D45; Fri, 16 Sep 2005 11:03:31 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB3VBJ079624; Fri, 16 Sep 2005 11:03:31 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB3VGe079623; Fri, 16 Sep 2005 11:03:31 GMT (envelope-from garga) Message-Id: <200509161103.j8GB3VGe079623@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:03:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/fig2pstricks Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:03:32 -0000 garga 2005-09-16 11:03:31 UTC FreeBSD ports repository Modified files: graphics/fig2pstricks Makefile distinfo Log: - Update to 0.6.8 PR: ports/86120 Submitted by: Ports Fury Revision Changes Path 1.3 +4 -1 ports/graphics/fig2pstricks/Makefile 1.2 +2 -2 ports/graphics/fig2pstricks/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:03:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DEB16A41F; Fri, 16 Sep 2005 11:03:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013FF43D46; Fri, 16 Sep 2005 11:03:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB3ilH079662; Fri, 16 Sep 2005 11:03:44 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB3iqM079661; Fri, 16 Sep 2005 11:03:44 GMT (envelope-from garga) Message-Id: <200509161103.j8GB3iqM079661@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:03:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gnump3d Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:03:45 -0000 garga 2005-09-16 11:03:44 UTC FreeBSD ports repository Modified files: audio/gnump3d Makefile distinfo pkg-plist Log: - Update to 2.9.5 PR: ports/86114 Submitted by: Ports Fury Revision Changes Path 1.37 +1 -1 ports/audio/gnump3d/Makefile 1.21 +4 -4 ports/audio/gnump3d/distinfo 1.23 +101 -1 ports/audio/gnump3d/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:04:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E076B16A420; Fri, 16 Sep 2005 11:04:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE5943D49; Fri, 16 Sep 2005 11:04:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB41lU079702; Fri, 16 Sep 2005 11:04:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB41Ks079701; Fri, 16 Sep 2005 11:04:01 GMT (envelope-from garga) Message-Id: <200509161104.j8GB41Ks079701@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:04:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hypersrc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:04:03 -0000 garga 2005-09-16 11:04:01 UTC FreeBSD ports repository Modified files: devel/hypersrc Makefile distinfo Log: - Update to 5.4.18 PR: ports/86117 Submitted by: Ports Fury Revision Changes Path 1.29 +1 -1 ports/devel/hypersrc/Makefile 1.24 +2 -2 ports/devel/hypersrc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:04:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123B416A41F; Fri, 16 Sep 2005 11:04:15 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96ED043D45; Fri, 16 Sep 2005 11:04:14 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB4E19079745; Fri, 16 Sep 2005 11:04:14 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB4EhW079744; Fri, 16 Sep 2005 11:04:14 GMT (envelope-from garga) Message-Id: <200509161104.j8GB4EhW079744@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:04:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/scribus Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:04:15 -0000 garga 2005-09-16 11:04:14 UTC FreeBSD ports repository Modified files: print/scribus Makefile distinfo pkg-plist Log: - Update to 1.2.3 PR: ports/86122 Submitted by: Ports Fury Revision Changes Path 1.31 +1 -1 ports/print/scribus/Makefile 1.18 +2 -2 ports/print/scribus/distinfo 1.18 +17 -4 ports/print/scribus/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:04:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EB916A41F; Fri, 16 Sep 2005 11:04:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E22543D45; Fri, 16 Sep 2005 11:04:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB4Pc9079781; Fri, 16 Sep 2005 11:04:25 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB4Prx079780; Fri, 16 Sep 2005 11:04:25 GMT (envelope-from garga) Message-Id: <200509161104.j8GB4Prx079780@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:04:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/swhplugins Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:04:26 -0000 garga 2005-09-16 11:04:25 UTC FreeBSD ports repository Modified files: audio/swhplugins Makefile distinfo Log: - Update to 0.4.14 PR: ports/86116 Submitted by: Ports Fury Revision Changes Path 1.30 +3 -6 ports/audio/swhplugins/Makefile 1.13 +2 -2 ports/audio/swhplugins/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:04:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C57B16A41F; Fri, 16 Sep 2005 11:04:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0518043D45; Fri, 16 Sep 2005 11:04:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB4bhg079819; Fri, 16 Sep 2005 11:04:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB4bbe079818; Fri, 16 Sep 2005 11:04:37 GMT (envelope-from garga) Message-Id: <200509161104.j8GB4bbe079818@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:04:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xnee Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:04:38 -0000 garga 2005-09-16 11:04:37 UTC FreeBSD ports repository Modified files: x11/xnee Makefile distinfo Log: - Update to 2.01 PR: ports/86123 Submitted by: Ports Fury Revision Changes Path 1.19 +2 -1 ports/x11/xnee/Makefile 1.12 +2 -2 ports/x11/xnee/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:04:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D98C16A41F; Fri, 16 Sep 2005 11:04:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCF543D45; Fri, 16 Sep 2005 11:04:49 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB4nTZ079890; Fri, 16 Sep 2005 11:04:49 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB4niM079889; Fri, 16 Sep 2005 11:04:49 GMT (envelope-from garga) Message-Id: <200509161104.j8GB4niM079889@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:04:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xpaint Makefile distinfo ports/graphics/xpaint/files patch-Local.config patch-aa patch-ab patch-af patch-ag patch-fileName.c patch-rw_libpnmrw.c patch-rw_rwTable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:04:50 -0000 garga 2005-09-16 11:04:49 UTC FreeBSD ports repository Modified files: graphics/xpaint Makefile distinfo Added files: graphics/xpaint/files patch-Local.config patch-fileName.c patch-rw_libpnmrw.c patch-rw_rwTable.c Removed files: graphics/xpaint/files patch-aa patch-ab patch-af patch-ag Log: - Update to 2.7.8.1 PR: ports/86121 Submitted by: Ports Fury Revision Changes Path 1.65 +1 -1 ports/graphics/xpaint/Makefile 1.28 +2 -2 ports/graphics/xpaint/distinfo 1.1 +20 -0 ports/graphics/xpaint/files/patch-Local.config (new) 1.6 +0 -20 ports/graphics/xpaint/files/patch-aa (dead) 1.4 +0 -20 ports/graphics/xpaint/files/patch-ab (dead) 1.5 +0 -18 ports/graphics/xpaint/files/patch-af (dead) 1.3 +0 -18 ports/graphics/xpaint/files/patch-ag (dead) 1.1 +20 -0 ports/graphics/xpaint/files/patch-fileName.c (new) 1.1 +18 -0 ports/graphics/xpaint/files/patch-rw_libpnmrw.c (new) 1.1 +18 -0 ports/graphics/xpaint/files/patch-rw_rwTable.c (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:05:25 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C3D16A41F; Fri, 16 Sep 2005 11:05:25 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BF243D72; Fri, 16 Sep 2005 11:05:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB5Jo0080014; Fri, 16 Sep 2005 11:05:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB5J8s080013; Fri, 16 Sep 2005 11:05:19 GMT (envelope-from garga) Message-Id: <200509161105.j8GB5J8s080013@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 11:05:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:05:25 -0000 garga 2005-09-16 11:05:19 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo Log: - Update to 3.93 PR: ports/86113 Submitted by: maintainer Revision Changes Path 1.93 +1 -1 ports/security/nmap/Makefile 1.59 +2 -2 ports/security/nmap/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:07:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCB816A41F; Fri, 16 Sep 2005 11:07:09 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D5243D67; Fri, 16 Sep 2005 11:07:09 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB7846080160; Fri, 16 Sep 2005 11:07:08 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB784O080159; Fri, 16 Sep 2005 11:07:08 GMT (envelope-from barner) Message-Id: <200509161107.j8GB784O080159@repoman.freebsd.org> From: Simon Barner Date: Fri, 16 Sep 2005 11:07:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/warzone2100 Makefile distinfo pkg-descr pkg-plist ports/games/warzone2100/files warzone.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:07:09 -0000 barner 2005-09-16 11:07:08 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/warzone2100 Makefile distinfo pkg-descr pkg-plist games/warzone2100/files warzone.in Log: Add warzone2100 0.2.2, an innovative 3D real-time strategy game. PR: ports/85230 Submitted by: Alejandro Pulver Revision Changes Path 1.816 +1 -0 ports/games/Makefile 1.1 +79 -0 ports/games/warzone2100/Makefile (new) 1.1 +2 -0 ports/games/warzone2100/distinfo (new) 1.1 +7 -0 ports/games/warzone2100/files/warzone.in (new) 1.1 +13 -0 ports/games/warzone2100/pkg-descr (new) 1.1 +93 -0 ports/games/warzone2100/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:07:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50DF116A41F; Fri, 16 Sep 2005 11:07:20 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D4943D58; Fri, 16 Sep 2005 11:07:19 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GB7J5w080219; Fri, 16 Sep 2005 11:07:19 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GB7JDl080218; Fri, 16 Sep 2005 11:07:19 GMT (envelope-from barner) Message-Id: <200509161107.j8GB7JDl080218@repoman.freebsd.org> From: Simon Barner Date: Fri, 16 Sep 2005 11:07:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:07:20 -0000 barner 2005-09-16 11:07:19 UTC FreeBSD ports repository Modified files: . modules Log: warzone2100 --> ports/games/warzone2100 Revision Changes Path 1.13171 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:11:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C6D16A41F; Fri, 16 Sep 2005 11:11:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6307B43D45; Fri, 16 Sep 2005 11:11:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBBqpj080454; Fri, 16 Sep 2005 11:11:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBBq7X080453; Fri, 16 Sep 2005 11:11:52 GMT (envelope-from ru) Message-Id: <200509161111.j8GBBq7X080453@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 11:11:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:11:52 -0000 ru 2005-09-16 11:11:52 UTC FreeBSD src repository Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Fix "struct ifnet" leaks when attach() fails in the middle, e.g. when mii_phy_probe() or bus_setup_intr() fails. For drivers that call their detach() in this case, call if_free() there to cover this case too. Revision Changes Path 1.168 +2 -2 src/sys/pci/if_dc.c 1.75 +2 -2 src/sys/pci/if_pcn.c 1.156 +3 -5 src/sys/pci/if_rl.c 1.87 +2 -2 src/sys/pci/if_sf.c 1.136 +2 -3 src/sys/pci/if_sis.c 1.110 +2 -3 src/sys/pci/if_sk.c 1.89 +2 -2 src/sys/pci/if_ste.c 1.110 +2 -2 src/sys/pci/if_ti.c 1.103 +2 -2 src/sys/pci/if_tl.c 1.107 +2 -2 src/sys/pci/if_vr.c 1.83 +2 -2 src/sys/pci/if_wb.c 1.196 +2 -2 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:14:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D256516A41F; Fri, 16 Sep 2005 11:14:28 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE0843D45; Fri, 16 Sep 2005 11:14:28 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBEShO080563; Fri, 16 Sep 2005 11:14:28 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBESsU080562; Fri, 16 Sep 2005 11:14:28 GMT (envelope-from sem) Message-Id: <200509161114.j8GBESsU080562@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 16 Sep 2005 11:14:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/dpsearch Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:14:29 -0000 sem 2005-09-16 11:14:28 UTC FreeBSD ports repository Modified files: www/dpsearch Makefile distinfo pkg-plist Log: - Update to 4.33 - Add aspell support (off by default) PR: ports/86205 Submitted by: Maxime Zakharov Revision Changes Path 1.15 +8 -1 ports/www/dpsearch/Makefile 1.8 +2 -2 ports/www/dpsearch/distinfo 1.9 +3 -0 ports/www/dpsearch/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:16:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C66FE16A41F; Fri, 16 Sep 2005 11:16:03 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8283343D46; Fri, 16 Sep 2005 11:16:03 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBG3Ux080760; Fri, 16 Sep 2005 11:16:03 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBG3K8080759; Fri, 16 Sep 2005 11:16:03 GMT (envelope-from novel) Message-Id: <200509161116.j8GBG3K8080759@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 16 Sep 2005 11:16:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/conky/files patch-src-conky.c patch-src-conky.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:16:03 -0000 novel 2005-09-16 11:16:03 UTC FreeBSD ports repository Modified files: sysutils/conky/files patch-src-conky.c patch-src-conky.h Log: One more attempt to fix build on amd64. Reported by: pointyhat via kris Revision Changes Path 1.2 +3 -3 ports/sysutils/conky/files/patch-src-conky.c 1.2 +2 -2 ports/sysutils/conky/files/patch-src-conky.h From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:19:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 727E116A41F; Fri, 16 Sep 2005 11:19:38 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A2843D45; Fri, 16 Sep 2005 11:19:38 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBJcU3080867; Fri, 16 Sep 2005 11:19:38 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBJcS0080866; Fri, 16 Sep 2005 11:19:38 GMT (envelope-from pjd) Message-Id: <200509161119.j8GBJcS0080866@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 16 Sep 2005 11:19:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:19:38 -0000 pjd 2005-09-16 11:19:38 UTC FreeBSD src repository Modified files: lib/libutil pidfile.3 Log: Pidfiles should be created with permission preventing users from opening them for reading. When user can open file for reading, he can also flock(2) it, which can lead to confusions. Pointed out by: green Revision Changes Path 1.2 +1 -1 src/lib/libutil/pidfile.3 From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:24:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B51C416A41F; Fri, 16 Sep 2005 11:24:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82CF343D46; Fri, 16 Sep 2005 11:24:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBOSrO081364; Fri, 16 Sep 2005 11:24:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBOSYc081363; Fri, 16 Sep 2005 11:24:28 GMT (envelope-from pjd) Message-Id: <200509161124.j8GBOSYc081363@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 16 Sep 2005 11:24:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/cron/cron cron.c src/usr.sbin/inetd inetd.c src/usr.sbin/mountd mountd.c src/usr.sbin/moused moused.c src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:24:28 -0000 pjd 2005-09-16 11:24:28 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron cron.c usr.sbin/inetd inetd.c usr.sbin/mountd mountd.c usr.sbin/moused moused.c usr.sbin/watchdogd watchdogd.c Log: Pidfiles should be created with permission preventing users from opening them for reading. When user can open file for reading, he can also flock(2) it, which can lead to confusions. Pointed out by: green Revision Changes Path 1.17 +1 -1 src/usr.sbin/cron/cron/cron.c 1.131 +1 -1 src/usr.sbin/inetd/inetd.c 1.83 +1 -1 src/usr.sbin/mountd/mountd.c 1.73 +1 -1 src/usr.sbin/moused/moused.c 1.12 +1 -1 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:25:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1EC16A41F; Fri, 16 Sep 2005 11:25:20 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCE743D46; Fri, 16 Sep 2005 11:25:19 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBPJiR081660; Fri, 16 Sep 2005 11:25:19 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBPJwJ081659; Fri, 16 Sep 2005 11:25:19 GMT (envelope-from ru) Message-Id: <200509161125.j8GBPJwJ081659@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 11:25:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bfe if_bfe.c src/sys/dev/bge if_bge.c src/sys/dev/cnw if_cnw.c src/sys/dev/ed if_ed.c src/sys/dev/en if_en_pci.c src/sys/dev/ex if_ex.c src/sys/dev/hatm if_hatm.c src/sys/dev/ie if_ie.c src/sys/dev/vge if_vge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:25:20 -0000 ru 2005-09-16 11:25:19 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c sys/dev/bge if_bge.c sys/dev/cnw if_cnw.c sys/dev/ed if_ed.c sys/dev/en if_en_pci.c sys/dev/ex if_ex.c sys/dev/hatm if_hatm.c sys/dev/ie if_ie.c sys/dev/vge if_vge.c Log: Fix "struct ifnet" leaks when attach() fails in the middle. Revision Changes Path 1.28 +4 -5 src/sys/dev/bfe/if_bfe.c 1.95 +3 -2 src/sys/dev/bge/if_bge.c 1.21 +2 -0 src/sys/dev/cnw/if_cnw.c 1.261 +2 -1 src/sys/dev/ed/if_ed.c 1.38 +9 -2 src/sys/dev/en/if_en_pci.c 1.59 +3 -1 src/sys/dev/ex/if_ex.c 1.26 +4 -3 src/sys/dev/hatm/if_hatm.c 1.105 +2 -1 src/sys/dev/ie/if_ie.c 1.17 +2 -1 src/sys/dev/vge/if_vge.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:38:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E20C16A41F; Fri, 16 Sep 2005 11:38:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191CA43D46; Fri, 16 Sep 2005 11:38:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBcQXP082290; Fri, 16 Sep 2005 11:38:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBcQZh082289; Fri, 16 Sep 2005 11:38:26 GMT (envelope-from pav) Message-Id: <200509161138.j8GBcQZh082289@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 11:38:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/mozart Makefile distinfo ports/lang/mozart/files patch-af patch-doc-apptut-mof.sgml patch-doc-base-chunks.sgml patch-doc-install-cygwin.sgml patch-doc-install-windows.sgml patch-platform-emulator-builtins.cc patch-platform-emulator-cac.cc patch-platform-emulator-componentBuffer.cc ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:38:27 -0000 pav 2005-09-16 11:38:26 UTC FreeBSD ports repository Modified files: lang/mozart Makefile distinfo Added files: lang/mozart/files patch-doc-apptut-mof.sgml patch-doc-base-chunks.sgml patch-doc-install-cygwin.sgml patch-doc-install-windows.sgml patch-platform-emulator-builtins.cc patch-platform-emulator-cac.cc patch-platform-emulator-componentBuffer.cc patch-platform-emulator-dictionary.cc patch-platform-emulator-dictionary.hh patch-platform-emulator-fdomn.cc patch-platform-emulator-fset.hh patch-platform-emulator-gname.cc patch-platform-emulator-libdp-comObj.cc patch-platform-emulator-libdp-dpResource.cc patch-platform-emulator-libdp-dsite.cc patch-platform-emulator-libdp-table.cc patch-platform-emulator-libfd-card.cc patch-platform-emulator-libfd-complalldist.hh patch-platform-emulator-libfd-fdaux.cc patch-platform-emulator-libfd-pel_fncts.hh patch-platform-emulator-libfd-pel_internal.hh patch-platform-emulator-libfd-scheduling.cc patch-platform-emulator-libfd-std.cc patch-platform-emulator-libfset-fsaux.cc patch-platform-emulator-mem.hh patch-platform-emulator-modPort.spec patch-platform-emulator-namer.cc patch-platform-emulator-namer.hh patch-platform-emulator-site.cc patch-platform-emulator-urlc.cc patch-platform-emulator-var_ct.hh patch-share-lib-compiler-CheckTupleSyntax.oz patch-share-lib-cp-FD.oz Removed files: lang/mozart/files patch-af Log: - Update to 1.3.1.20040616 - Incorporate debian patches to fix build with gcc3 PR: ports/86058 Submitted by: Geoffrey Mainland Approved by: Mathis Picker (maintainer) Revision Changes Path 1.30 +10 -12 ports/lang/mozart/Makefile 1.11 +4 -4 ports/lang/mozart/distinfo 1.2 +0 -13 ports/lang/mozart/files/patch-af (dead) 1.1 +13 -0 ports/lang/mozart/files/patch-doc-apptut-mof.sgml (new) 1.1 +25 -0 ports/lang/mozart/files/patch-doc-base-chunks.sgml (new) 1.1 +22 -0 ports/lang/mozart/files/patch-doc-install-cygwin.sgml (new) 1.1 +27 -0 ports/lang/mozart/files/patch-doc-install-windows.sgml (new) 1.1 +40 -0 ports/lang/mozart/files/patch-platform-emulator-builtins.cc (new) 1.1 +105 -0 ports/lang/mozart/files/patch-platform-emulator-cac.cc (new) 1.1 +27 -0 ports/lang/mozart/files/patch-platform-emulator-componentBuffer.cc (new) 1.1 +68 -0 ports/lang/mozart/files/patch-platform-emulator-dictionary.cc (new) 1.1 +24 -0 ports/lang/mozart/files/patch-platform-emulator-dictionary.hh (new) 1.1 +28 -0 ports/lang/mozart/files/patch-platform-emulator-fdomn.cc (new) 1.1 +21 -0 ports/lang/mozart/files/patch-platform-emulator-fset.hh (new) 1.1 +23 -0 ports/lang/mozart/files/patch-platform-emulator-gname.cc (new) 1.1 +30 -0 ports/lang/mozart/files/patch-platform-emulator-libdp-comObj.cc (new) 1.1 +23 -0 ports/lang/mozart/files/patch-platform-emulator-libdp-dpResource.cc (new) 1.1 +23 -0 ports/lang/mozart/files/patch-platform-emulator-libdp-dsite.cc (new) 1.1 +23 -0 ports/lang/mozart/files/patch-platform-emulator-libdp-table.cc (new) 1.1 +22 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-card.cc (new) 1.1 +31 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-complalldist.hh (new) 1.1 +24 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-fdaux.cc (new) 1.1 +57 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-pel_fncts.hh (new) 1.1 +78 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-pel_internal.hh (new) 1.1 +22 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-scheduling.cc (new) 1.1 +13 -0 ports/lang/mozart/files/patch-platform-emulator-libfd-std.cc (new) 1.1 +22 -0 ports/lang/mozart/files/patch-platform-emulator-libfset-fsaux.cc (new) 1.1 +32 -0 ports/lang/mozart/files/patch-platform-emulator-mem.hh (new) 1.1 +24 -0 ports/lang/mozart/files/patch-platform-emulator-modPort.spec (new) 1.1 +42 -0 ports/lang/mozart/files/patch-platform-emulator-namer.cc (new) 1.1 +21 -0 ports/lang/mozart/files/patch-platform-emulator-namer.hh (new) 1.1 +23 -0 ports/lang/mozart/files/patch-platform-emulator-site.cc (new) 1.1 +22 -0 ports/lang/mozart/files/patch-platform-emulator-urlc.cc (new) 1.1 +22 -0 ports/lang/mozart/files/patch-platform-emulator-var_ct.hh (new) 1.1 +22 -0 ports/lang/mozart/files/patch-share-lib-compiler-CheckTupleSyntax.oz (new) 1.1 +45 -0 ports/lang/mozart/files/patch-share-lib-cp-FD.oz (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:41:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59ADC16A41F; Fri, 16 Sep 2005 11:41:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2568C43D48; Fri, 16 Sep 2005 11:41:56 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBfuit082528; Fri, 16 Sep 2005 11:41:56 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBfu3E082527; Fri, 16 Sep 2005 11:41:56 GMT (envelope-from vsevolod) Message-Id: <200509161141.j8GBfu3E082527@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 16 Sep 2005 11:41:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/emu10kx Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message ports/audio/emu10kx/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:41:56 -0000 vsevolod 2005-09-16 11:41:56 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/emu10kx Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message audio/emu10kx/files patch-Makefile Log: Add emu10kx driver for SBlive, Audigy and Audigy2 based cards. This driver is alternative to snd_emu10k1 and support complex mixer settings, analog/digital switch, S/PDIF passthrough PR: 84653 Submitted by: michaels@sdf.lonestar.org Revision Changes Path 1.656 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/emu10kx/Makefile (new) 1.1 +2 -0 ports/audio/emu10kx/distinfo (new) 1.1 +11 -0 ports/audio/emu10kx/files/patch-Makefile (new) 1.1 +29 -0 ports/audio/emu10kx/pkg-deinstall (new) 1.1 +7 -0 ports/audio/emu10kx/pkg-descr (new) 1.1 +46 -0 ports/audio/emu10kx/pkg-install (new) 1.1 +15 -0 ports/audio/emu10kx/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:42:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1635016A41F; Fri, 16 Sep 2005 11:42:06 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C94BD43D48; Fri, 16 Sep 2005 11:42:05 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBg5fe082584; Fri, 16 Sep 2005 11:42:05 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBg5Hk082583; Fri, 16 Sep 2005 11:42:05 GMT (envelope-from vsevolod) Message-Id: <200509161142.j8GBg5Hk082583@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 16 Sep 2005 11:42:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:42:06 -0000 vsevolod 2005-09-16 11:42:05 UTC FreeBSD ports repository Modified files: . modules Log: emu10kx --> ports/audio/emu10kx Revision Changes Path 1.13172 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:43:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F1716A41F; Fri, 16 Sep 2005 11:43:12 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B95E43D49; Fri, 16 Sep 2005 11:43:12 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBhB9L082647; Fri, 16 Sep 2005 11:43:11 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBhBG2082646; Fri, 16 Sep 2005 11:43:11 GMT (envelope-from novel) Message-Id: <200509161143.j8GBhBG2082646@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 16 Sep 2005 11:43:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libcdaudio Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:43:12 -0000 novel 2005-09-16 11:43:11 UTC FreeBSD ports repository Modified files: audio/libcdaudio Makefile distinfo Log: - Update to 0.99.12p2 - Take maintainership Revision Changes Path 1.23 +2 -2 ports/audio/libcdaudio/Makefile 1.12 +2 -2 ports/audio/libcdaudio/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:44:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D722B16A41F; Fri, 16 Sep 2005 11:44:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 958D843D45; Fri, 16 Sep 2005 11:44:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBihSv082731; Fri, 16 Sep 2005 11:44:43 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBihiM082730; Fri, 16 Sep 2005 11:44:43 GMT (envelope-from yar) Message-Id: <200509161144.j8GBihiM082730@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Sep 2005 11:44:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:44:44 -0000 yar 2005-09-16 11:44:43 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Test the new M_VLANTAG packet flag before calling m_tag_locate(). This adds little overhead of a simple bitwise operation in case hardware VLAN acceleration is on, yet saves the more expensive function call if the acceleration is off. Reviewed by: ru, glebius X-MFC-after: 6.0 Revision Changes Path 1.84 +5 -2 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:53:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA38A16A41F; Fri, 16 Sep 2005 11:53:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DA843D48; Fri, 16 Sep 2005 11:53:15 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j8GBrDMK076964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2005 15:53:14 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j8GBrCnL076961; Fri, 16 Sep 2005 15:53:13 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 16 Sep 2005 15:53:12 +0400 From: Gleb Smirnoff To: Yar Tikhiy Message-ID: <20050916115312.GT53891@cell.sick.ru> References: <200509161144.j8GBihiM082730@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509161144.j8GBihiM082730@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:53:17 -0000 On Fri, Sep 16, 2005 at 11:44:43AM +0000, Yar Tikhiy wrote: Y> yar 2005-09-16 11:44:43 UTC Y> Y> FreeBSD src repository Y> Y> Modified files: Y> sys/net if_vlan.c Y> Log: Y> Test the new M_VLANTAG packet flag before calling Y> m_tag_locate(). This adds little overhead of a simple Y> bitwise operation in case hardware VLAN acceleration Y> is on, yet saves the more expensive function call if Y> the acceleration is off. Y> Y> Reviewed by: ru, glebius Y> X-MFC-after: 6.0 ^^^^^^^^^^^^^^^^^^^ Why? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Sep 16 11:58:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E327516A41F; Fri, 16 Sep 2005 11:58:58 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BA643D46; Fri, 16 Sep 2005 11:58:58 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GBwwAZ083483; Fri, 16 Sep 2005 11:58:58 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GBwws3083482; Fri, 16 Sep 2005 11:58:58 GMT (envelope-from yar) Message-Id: <200509161158.j8GBwws3083482@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Sep 2005 11:58:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 11:58:59 -0000 yar 2005-09-16 11:58:58 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: It's nice to have relevant comments both in if {} and else {}, not in just one of them. Revision Changes Path 1.85 +4 -1 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:01:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C9C816A41F; Fri, 16 Sep 2005 12:01:01 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B0A43D48; Fri, 16 Sep 2005 12:01:01 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GC10Ns083649; Fri, 16 Sep 2005 12:01:00 GMT (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GC10LG083648; Fri, 16 Sep 2005 12:01:00 GMT (envelope-from lev) Message-Id: <200509161201.j8GC10LG083648@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 16 Sep 2005 12:01:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subversion Makefile distinfo pkg-plist ports/devel/subversion/files patch-subversion::bindings::swig::core.i patch-subversion::bindings::swig::ruby::libsvn_swig_ruby::swigutil_rb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:01:01 -0000 lev 2005-09-16 12:01:00 UTC FreeBSD ports repository Modified files: devel/subversion Makefile distinfo pkg-plist Removed files: devel/subversion/files patch-subversion::bindings::swig::core.i patch-subversion::bindings::swig::ruby::libsvn_swig_ruby::swigutil_rb.c Log: Update to version 1.2.3 Enable Java HL bindings on 5.3 and newer systems. Revision Changes Path 1.83 +33 -29 ports/devel/subversion/Makefile 1.38 +2 -2 ports/devel/subversion/distinfo 1.2 +0 -18 ports/devel/subversion/files/patch-subversion::bindings::swig::core.i (dead) 1.2 +0 -22 ports/devel/subversion/files/patch-subversion::bindings::swig::ruby::libsvn_swig_ruby::swigutil_rb.c (dead) 1.30 +8 -1 ports/devel/subversion/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:07:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1920516A420; Fri, 16 Sep 2005 12:07:34 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63DB43D6B; Fri, 16 Sep 2005 12:07:30 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GC7ULs083901; Fri, 16 Sep 2005 12:07:30 GMT (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GC7UfJ083900; Fri, 16 Sep 2005 12:07:30 GMT (envelope-from lev) Message-Id: <200509161207.j8GC7UfJ083900@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 16 Sep 2005 12:07:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subversion Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:07:34 -0000 lev 2005-09-16 12:07:30 UTC FreeBSD ports repository Modified files: devel/subversion Makefile Log: Add support for apache21 PR: ports/85900 Revision Changes Path 1.84 +8 -1 ports/devel/subversion/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:11:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD76A16A41F; Fri, 16 Sep 2005 12:11:46 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A48043D45; Fri, 16 Sep 2005 12:11:46 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GCBkBC084104; Fri, 16 Sep 2005 12:11:46 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GCBkYS084103; Fri, 16 Sep 2005 12:11:46 GMT (envelope-from danfe) Message-Id: <200509161211.j8GCBkYS084103@repoman.freebsd.org> From: Alexey Dokuchaev Date: Fri, 16 Sep 2005 12:11:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/downloader Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:11:47 -0000 danfe 2005-09-16 12:11:46 UTC FreeBSD ports repository Modified files: ftp/downloader Makefile pkg-descr Log: - Spell protocol abbreviations correctly in COMMENT - Improve on port description - Remove attribution per modern tendencies Revision Changes Path 1.59 +1 -1 ports/ftp/downloader/Makefile 1.4 +19 -19 ports/ftp/downloader/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:14:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EC6F216A420; Fri, 16 Sep 2005 12:14:02 +0000 (GMT) Date: Fri, 16 Sep 2005 12:14:02 +0000 From: Alexey Dokuchaev To: Vsevolod Stakhov Message-ID: <20050916121402.GA79287@FreeBSD.org> References: <200509161141.j8GBfu3E082527@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509161141.j8GBfu3E082527@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/emu10kx Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message ports/audio/emu10kx/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:14:03 -0000 On Fri, Sep 16, 2005 at 11:41:56AM +0000, Vsevolod Stakhov wrote: > vsevolod 2005-09-16 11:41:56 UTC > > FreeBSD ports repository > > Modified files: > audio Makefile > Added files: > audio/emu10kx Makefile distinfo pkg-deinstall pkg-descr > pkg-install pkg-message > audio/emu10kx/files patch-Makefile > Log: > Add emu10kx driver for SBlive, Audigy and Audigy2 based cards. > This driver is alternative to snd_emu10k1 and support complex > mixer settings, analog/digital switch, S/PDIF passthrough Does its license/architecture permit us getting some of its features to the base (stock) FreeBSD driver? ./danfe From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:17:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1323516A420; Fri, 16 Sep 2005 12:17:19 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 036FE43D69; Fri, 16 Sep 2005 12:17:13 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GCHDnp084345; Fri, 16 Sep 2005 12:17:13 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GCHDgD084344; Fri, 16 Sep 2005 12:17:13 GMT (envelope-from ru) Message-Id: <200509161217.j8GCHDgD084344@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 12:17:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ral if_ral.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:17:19 -0000 ru 2005-09-16 12:17:12 UTC FreeBSD src repository Modified files: sys/dev/ral if_ral.c Log: Avoid deferencing NULL in if_free(). Revision Changes Path 1.16 +2 -3 src/sys/dev/ral/if_ral.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:24:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D43F16A41F; Fri, 16 Sep 2005 12:24:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BF943D45; Fri, 16 Sep 2005 12:24:28 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GCOSXX084686; Fri, 16 Sep 2005 12:24:28 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GCOSSb084685; Fri, 16 Sep 2005 12:24:28 GMT (envelope-from yar) Message-Id: <200509161224.j8GCOSSb084685@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 16 Sep 2005 12:24:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:24:29 -0000 yar 2005-09-16 12:24:28 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Do assorted nitpicking in diagnostics while I'm here: - Use __func__ consistently instead of copying function name to message strings. Code tends to migrate around source files. - DIAGNOSTIC is for information, INVARIANTS is for panics. Revision Changes Path 1.86 +9 -9 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:34:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E9A216A41F; Fri, 16 Sep 2005 12:34:28 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C19743D58; Fri, 16 Sep 2005 12:34:24 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j8GCYMgP028372; Fri, 16 Sep 2005 16:34:22 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j8GCYMvj028371; Fri, 16 Sep 2005 16:34:22 +0400 (MSD) (envelope-from yar) Date: Fri, 16 Sep 2005 16:34:21 +0400 From: Yar Tikhiy To: Gleb Smirnoff Message-ID: <20050916123421.GB23109@comp.chem.msu.su> References: <200509161144.j8GBihiM082730@repoman.freebsd.org> <20050916115312.GT53891@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050916115312.GT53891@cell.sick.ru> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:34:28 -0000 On Fri, Sep 16, 2005 at 03:53:12PM +0400, Gleb Smirnoff wrote: > On Fri, Sep 16, 2005 at 11:44:43AM +0000, Yar Tikhiy wrote: > Y> yar 2005-09-16 11:44:43 UTC > Y> > Y> FreeBSD src repository > Y> > Y> Modified files: > Y> sys/net if_vlan.c > Y> Log: > Y> Test the new M_VLANTAG packet flag before calling > Y> m_tag_locate(). This adds little overhead of a simple > Y> bitwise operation in case hardware VLAN acceleration > Y> is on, yet saves the more expensive function call if > Y> the acceleration is off. > Y> > Y> Reviewed by: ru, glebius > Y> X-MFC-after: 6.0 > ^^^^^^^^^^^^^^^^^^^ > Why? 'Cause it's more about code consistency than stability, or performance, or features. So I'd rather not bother re@ with this when they are being flooded with really important bugfixes. It shouldn't be the extra m_tag_locate() call that is likely to be a bottleneck in 6.0 ;) -- Yar From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:36:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C45716A41F; Fri, 16 Sep 2005 12:36:08 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from mx.jet.msk.su (mx.jet.msk.su [62.117.74.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0700B43D48; Fri, 16 Sep 2005 12:36:07 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from host1.internal.jet.msk.su ([193.124.4.1] helo=tiger.jet.su) by mx.jet.msk.su with esmtp (Exim 4.34) id 1EGFRm-000376-Ky; Fri, 16 Sep 2005 16:36:06 +0400 Received: from [192.168.10.144] (helo=kiwi.service.jet.msk.su ident=postfix) by tiger.jet.su with esmtp (Exim 4.33) id 1EGFRh-0002l2-Pt; Fri, 16 Sep 2005 16:36:01 +0400 Received: from [192.168.10.62] (hds-mita.service.jet.msk.su [192.168.10.62]) by kiwi.service.jet.msk.su (Postfix) with ESMTP id B68F31BD65; Fri, 16 Sep 2005 16:35:55 +0400 (MSD) Message-ID: <432ABA30.3000904@FreeBSD.org> Date: Fri, 16 Sep 2005 16:27:28 +0400 From: Vsevolod Stakhov User-Agent: Mozilla Thunderbird 1.0 (X11/20050203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Dokuchaev References: <200509161141.j8GBfu3E082527@repoman.freebsd.org> <20050916121402.GA79287@FreeBSD.org> In-Reply-To: <20050916121402.GA79287@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/emu10kx Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message ports/audio/emu10kx/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:36:08 -0000 Alexey Dokuchaev wrote: > On Fri, Sep 16, 2005 at 11:41:56AM +0000, Vsevolod Stakhov wrote: > >>vsevolod 2005-09-16 11:41:56 UTC >> >> FreeBSD ports repository >> >> Modified files: >> audio Makefile >> Added files: >> audio/emu10kx Makefile distinfo pkg-deinstall pkg-descr >> pkg-install pkg-message >> audio/emu10kx/files patch-Makefile >> Log: >> Add emu10kx driver for SBlive, Audigy and Audigy2 based cards. >> This driver is alternative to snd_emu10k1 and support complex >> mixer settings, analog/digital switch, S/PDIF passthrough > > > Does its license/architecture permit us getting some of its features > to the base (stock) FreeBSD driver? I'm not developer of this driver, so you should ask him. From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:37:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416F016A41F; Fri, 16 Sep 2005 12:37:31 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6730A43D69; Fri, 16 Sep 2005 12:37:21 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j8GCbBAg077938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2005 16:37:11 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j8GCbAvO077937; Fri, 16 Sep 2005 16:37:10 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 16 Sep 2005 16:37:10 +0400 From: Gleb Smirnoff To: Yar Tikhiy Message-ID: <20050916123710.GX53891@cell.sick.ru> References: <200509161144.j8GBihiM082730@repoman.freebsd.org> <20050916115312.GT53891@cell.sick.ru> <20050916123421.GB23109@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050916123421.GB23109@comp.chem.msu.su> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:37:31 -0000 On Fri, Sep 16, 2005 at 04:34:21PM +0400, Yar Tikhiy wrote: Y> On Fri, Sep 16, 2005 at 03:53:12PM +0400, Gleb Smirnoff wrote: Y> > On Fri, Sep 16, 2005 at 11:44:43AM +0000, Yar Tikhiy wrote: Y> > Y> yar 2005-09-16 11:44:43 UTC Y> > Y> Y> > Y> FreeBSD src repository Y> > Y> Y> > Y> Modified files: Y> > Y> sys/net if_vlan.c Y> > Y> Log: Y> > Y> Test the new M_VLANTAG packet flag before calling Y> > Y> m_tag_locate(). This adds little overhead of a simple Y> > Y> bitwise operation in case hardware VLAN acceleration Y> > Y> is on, yet saves the more expensive function call if Y> > Y> the acceleration is off. Y> > Y> Y> > Y> Reviewed by: ru, glebius Y> > Y> X-MFC-after: 6.0 Y> > ^^^^^^^^^^^^^^^^^^^ Y> > Why? Y> Y> 'Cause it's more about code consistency than stability, or performance, Y> or features. So I'd rather not bother re@ with this when they are Y> being flooded with really important bugfixes. It shouldn't be the Y> extra m_tag_locate() call that is likely to be a bottleneck in 6.0 ;) Not a bottleneck, but a significant processing addon for every inbound packet. If you don't mind I will request MFC from re@ after some testing. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:40:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C9816A41F; Fri, 16 Sep 2005 12:40:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2382B43D49; Fri, 16 Sep 2005 12:40:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GCeGPD085393; Fri, 16 Sep 2005 12:40:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GCeGss085392; Fri, 16 Sep 2005 12:40:16 GMT (envelope-from garga) Message-Id: <200509161240.j8GCeGss085392@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 12:40:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/freedoko Makefile distinfo pkg-plist ports/games/freedoko/files patch-ui-gtkmm-icongroup.cpp patch-ui-help.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:40:17 -0000 garga 2005-09-16 12:40:16 UTC FreeBSD ports repository Modified files: games/freedoko Makefile distinfo pkg-plist Added files: games/freedoko/files patch-ui-gtkmm-icongroup.cpp patch-ui-help.cpp Log: - Update to 0.7.0 PR: ports/86119 Submitted by: Ports Fury Revision Changes Path 1.14 +4 -4 ports/games/freedoko/Makefile 1.7 +2 -2 ports/games/freedoko/distinfo 1.1 +18 -0 ports/games/freedoko/files/patch-ui-gtkmm-icongroup.cpp (new) 1.1 +171 -0 ports/games/freedoko/files/patch-ui-help.cpp (new) 1.7 +23 -2 ports/games/freedoko/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:48:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E7A16A41F; Fri, 16 Sep 2005 12:48:34 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E4043D53; Fri, 16 Sep 2005 12:48:25 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j8GCmLfw029171; Fri, 16 Sep 2005 16:48:21 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j8GCmLec029170; Fri, 16 Sep 2005 16:48:21 +0400 (MSD) (envelope-from yar) Date: Fri, 16 Sep 2005 16:48:21 +0400 From: Yar Tikhiy To: Gleb Smirnoff Message-ID: <20050916124820.GC23109@comp.chem.msu.su> References: <200509161144.j8GBihiM082730@repoman.freebsd.org> <20050916115312.GT53891@cell.sick.ru> <20050916123421.GB23109@comp.chem.msu.su> <20050916123710.GX53891@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050916123710.GX53891@cell.sick.ru> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:48:35 -0000 On Fri, Sep 16, 2005 at 04:37:10PM +0400, Gleb Smirnoff wrote: > On Fri, Sep 16, 2005 at 04:34:21PM +0400, Yar Tikhiy wrote: > Y> On Fri, Sep 16, 2005 at 03:53:12PM +0400, Gleb Smirnoff wrote: > Y> > On Fri, Sep 16, 2005 at 11:44:43AM +0000, Yar Tikhiy wrote: > Y> > Y> yar 2005-09-16 11:44:43 UTC > Y> > Y> > Y> > Y> FreeBSD src repository > Y> > Y> > Y> > Y> Modified files: > Y> > Y> sys/net if_vlan.c > Y> > Y> Log: > Y> > Y> Test the new M_VLANTAG packet flag before calling > Y> > Y> m_tag_locate(). This adds little overhead of a simple > Y> > Y> bitwise operation in case hardware VLAN acceleration > Y> > Y> is on, yet saves the more expensive function call if > Y> > Y> the acceleration is off. > Y> > Y> > Y> > Y> Reviewed by: ru, glebius > Y> > Y> X-MFC-after: 6.0 > Y> > ^^^^^^^^^^^^^^^^^^^ > Y> > Why? > Y> > Y> 'Cause it's more about code consistency than stability, or performance, > Y> or features. So I'd rather not bother re@ with this when they are > Y> being flooded with really important bugfixes. It shouldn't be the > Y> extra m_tag_locate() call that is likely to be a bottleneck in 6.0 ;) > > Not a bottleneck, but a significant processing addon for every > inbound packet. > > If you don't mind I will request MFC from re@ after some testing. Well, I am not happy to shift off my job upon you... But if you feel like doing it, I have no objection against MFC ;-) -- Yar From owner-cvs-all@FreeBSD.ORG Fri Sep 16 12:49:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F8116A420; Fri, 16 Sep 2005 12:49:06 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F29843D46; Fri, 16 Sep 2005 12:49:06 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GCn6NV092892; Fri, 16 Sep 2005 12:49:06 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GCn6JP092891; Fri, 16 Sep 2005 12:49:06 GMT (envelope-from ru) Message-Id: <200509161249.j8GCn6JP092891@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 12:49:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/dev/oltr if_oltr.c src/sys/dev/lnc if_lnc.c src/sys/dev/nve if_nve.c src/sys/dev/patm if_patm_attach.c src/sys/dev/fe if_fe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:49:07 -0000 ru 2005-09-16 12:49:06 UTC FreeBSD src repository Modified files: sys/contrib/dev/oltr if_oltr.c sys/dev/lnc if_lnc.c sys/dev/nve if_nve.c sys/dev/patm if_patm_attach.c sys/dev/fe if_fe.c Log: Fix "struct ifnet" leak if attach() fails in the middle. Revision Changes Path 1.39 +2 -0 src/sys/contrib/dev/oltr/if_oltr.c 1.94 +1 -0 src/sys/dev/fe/if_fe.c 1.114 +3 -1 src/sys/dev/lnc/if_lnc.c 1.11 +3 -1 src/sys/dev/nve/if_nve.c 1.12 +3 -1 src/sys/dev/patm/if_patm_attach.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 13:01:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 577E716A41F; Fri, 16 Sep 2005 13:01:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 155F443D49; Fri, 16 Sep 2005 13:01:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GD1BaE093450; Fri, 16 Sep 2005 13:01:11 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GD1BtA093449; Fri, 16 Sep 2005 13:01:11 GMT (envelope-from mnag) Message-Id: <200509161301.j8GD1BtA093449@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 13:01:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/ion-3ds Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 13:01:12 -0000 mnag 2005-09-16 13:01:11 UTC FreeBSD ports repository Modified files: x11-wm/ion-3ds Makefile distinfo pkg-plist Log: Update to 20050820 with few modifications Approved by: pav (mentor) Revision Changes Path 1.3 +1 -1 ports/x11-wm/ion-3ds/Makefile 1.3 +2 -2 ports/x11-wm/ion-3ds/distinfo 1.2 +6 -5 ports/x11-wm/ion-3ds/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 13:14:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6315816A41F; Fri, 16 Sep 2005 13:14:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E91D43D46; Fri, 16 Sep 2005 13:14:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GDEd18093936; Fri, 16 Sep 2005 13:14:40 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GDEdHT093935; Fri, 16 Sep 2005 13:14:39 GMT (envelope-from mnag) Message-Id: <200509161314.j8GDEdHT093935@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 13:14:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/ion-3ds Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 13:14:40 -0000 mnag 2005-09-16 13:14:39 UTC FreeBSD ports repository Modified files: x11-wm/ion-3ds Makefile distinfo pkg-descr pkg-plist Log: Forced commit to note that previous update was: PR: ports/85164 Submitted by: Ed Schouten (maintainer) Approved by: pav (mentor) Revision Changes Path 1.4 +0 -0 ports/x11-wm/ion-3ds/Makefile 1.4 +0 -0 ports/x11-wm/ion-3ds/distinfo 1.2 +0 -0 ports/x11-wm/ion-3ds/pkg-descr 1.3 +0 -0 ports/x11-wm/ion-3ds/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 13:28:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C19916A41F; Fri, 16 Sep 2005 13:28:52 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D93E843D45; Fri, 16 Sep 2005 13:28:51 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GDSpDk094519; Fri, 16 Sep 2005 13:28:51 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GDSpro094518; Fri, 16 Sep 2005 13:28:51 GMT (envelope-from sem) Message-Id: <200509161328.j8GDSpro094518@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 16 Sep 2005 13:28:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/jfduke3d Makefile distinfo pkg-descr pkg-plist ports/games/jfduke3d/files build-wrapper.sh fix.sh patch-Makefile patch-fbuild_src_20050531-Makefile.shared pkg-message.in wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 13:28:52 -0000 sem 2005-09-16 13:28:51 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/jfduke3d Makefile distinfo pkg-descr pkg-plist games/jfduke3d/files build-wrapper.sh fix.sh patch-Makefile patch-fbuild_src_20050531-Makefile.shared pkg-message.in wrapper.sh Log: Duke Nukem 3D Port by Jonathan Fowler. games/duke3d is obsoleted now. PR: ports/85348 Submitted by: Alexander Best Revision Changes Path 1.817 +1 -0 ports/games/Makefile 1.1 +73 -0 ports/games/jfduke3d/Makefile (new) 1.1 +4 -0 ports/games/jfduke3d/distinfo (new) 1.1 +6 -0 ports/games/jfduke3d/files/build-wrapper.sh (new) 1.1 +17 -0 ports/games/jfduke3d/files/fix.sh (new) 1.1 +11 -0 ports/games/jfduke3d/files/patch-Makefile (new) 1.1 +11 -0 ports/games/jfduke3d/files/patch-fbuild_src_20050531-Makefile.shared (new) 1.1 +45 -0 ports/games/jfduke3d/files/pkg-message.in (new) 1.1 +6 -0 ports/games/jfduke3d/files/wrapper.sh (new) 1.1 +11 -0 ports/games/jfduke3d/pkg-descr (new) 1.1 +9 -0 ports/games/jfduke3d/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 13:29:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABAF16A41F; Fri, 16 Sep 2005 13:29:09 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C7343D49; Fri, 16 Sep 2005 13:29:09 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GDT9r5094569; Fri, 16 Sep 2005 13:29:09 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GDT9cQ094568; Fri, 16 Sep 2005 13:29:09 GMT (envelope-from sem) Message-Id: <200509161329.j8GDT9cQ094568@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 16 Sep 2005 13:29:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 13:29:10 -0000 sem 2005-09-16 13:29:09 UTC FreeBSD ports repository Modified files: . modules Log: jfduke3d --> ports/games/jfduke3d Revision Changes Path 1.13173 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 13:36:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2316816A41F; Fri, 16 Sep 2005 13:36:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D410543D46; Fri, 16 Sep 2005 13:36:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GDaiTf094848; Fri, 16 Sep 2005 13:36:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GDaieJ094847; Fri, 16 Sep 2005 13:36:44 GMT (envelope-from rwatson) Message-Id: <200509161336.j8GDaieJ094847@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 13:36:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 13:36:45 -0000 rwatson 2005-09-16 13:36:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.123 from HEAD to RELENG_6: As a result of kqueue locking work, socket buffer locks will always be held when entering a kqueue filter for fifos via a socket buffer event: as such, assert the lock unconditionally rather than acquiring it conditionally. Approved by: re (scottl) Revision Changes Path 1.113.2.9 +6 -18 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 14:03:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8EFB16A41F; Fri, 16 Sep 2005 14:03:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D40443D48; Fri, 16 Sep 2005 14:03:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GE3AkT095774; Fri, 16 Sep 2005 14:03:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GE3AeX095773; Fri, 16 Sep 2005 14:03:10 GMT (envelope-from rwatson) Message-Id: <200509161403.j8GE3AeX095773@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 14:03:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 14:03:10 -0000 rwatson 2005-09-16 14:03:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.122 from HEAD to RELENG_6: Annotate two issues: 1) fifo_kqfilter() is not actually ever used, it likely should be GC'd. 2) fifo_kqfilter_f() doesn't implement EVFILT_VNODE, so detecting events on the underlying vnode for a fifo no longer works (it did in 4.x). Likely, fifo_kqfilter_f() should forward the request to the VFS using fp->f_vnode, which would work once fifo_kqfilter() was detached from the vnode operation vector (removing the fifo override). Discussed with: phk Approved by: re (scottl) Revision Changes Path 1.113.2.10 +12 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 14:03:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C90A16A41F; Fri, 16 Sep 2005 14:03:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E5B243D58; Fri, 16 Sep 2005 14:03:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GE3vkU095821; Fri, 16 Sep 2005 14:03:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GE3v4l095820; Fri, 16 Sep 2005 14:03:57 GMT (envelope-from rwatson) Message-Id: <200509161403.j8GE3v4l095820@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Sep 2005 14:03:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 14:03:58 -0000 rwatson 2005-09-16 14:03:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/fifofs fifo_vnops.c Log: Merge fifo_vnops.c:1.124 from HEAD to RELENG_6: Trim down now (believed to be) unused fifo_ioctl() and fifo_kqfilter() VOP implementations, since they in theory are used only on open file descriptors, in which case the ioctls are via fifo_ioctl_f() and kqueue requests are via fifo_kqfilter_f(). Generate warnings if they are entered for now. These printf() calls should become panic() calls. Annotate and re-implement fifo_ioctl_f(): don't arbitrarily forward ioctls to the socket layer, only forward the ones we explicitly support for fifos. In the case of FIONREAD, don't forward the request to the write socket on a read-write fifo, or the read result is overwritten. Annotate a nasty case for the undefined POSIX O_RDWR on fifos, in which failure of the second ioctl will result in the socket pair being in an inconsistent state. Assert copyright as I find myself rewriting non-trivial parts of fifofs. Approved by: re (scottl) Revision Changes Path 1.113.2.11 +75 -65 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 14:18:59 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5268016A41F; Fri, 16 Sep 2005 14:18:59 +0000 (GMT) (envelope-from stb@lassitu.de) Received: from schlepper.zs64.net (schlepper.zs64.net [212.12.50.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56E6343D79; Fri, 16 Sep 2005 14:18:57 +0000 (GMT) (envelope-from stb@lassitu.de) Received: from [IPv6:::1] (schlepper [212.12.50.230]) by schlepper.zs64.net (8.13.3/8.12.9) with ESMTP id j8GEItsj033121; Fri, 16 Sep 2005 16:18:56 +0200 (CEST) (envelope-from stb@lassitu.de) In-Reply-To: <200509161119.j8GBJcS0080866@repoman.freebsd.org> References: <200509161119.j8GBJcS0080866@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Stefan Bethke Date: Fri, 16 Sep 2005 16:19:09 +0200 To: Pawel Jakub Dawidek X-Mailer: Apple Mail (2.734) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 14:18:59 -0000 Am 16.09.2005 um 13:19 schrieb Pawel Jakub Dawidek: > pjd 2005-09-16 11:19:38 UTC > > FreeBSD src repository > > Modified files: > lib/libutil pidfile.3 > Log: > Pidfiles should be created with permission preventing users from > opening > them for reading. When user can open file for reading, he can also > flock(2) it, which can lead to confusions. This means that a monitoring tool would need to run with elevated privileges to determine the PID of the process to monitor, correct? Stefan -- Stefan Bethke Fon +49 170 346 0140 From owner-cvs-all@FreeBSD.ORG Fri Sep 16 14:33:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7AD16A41F; Fri, 16 Sep 2005 14:33:36 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1BD43D48; Fri, 16 Sep 2005 14:33:36 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GEXamL096858; Fri, 16 Sep 2005 14:33:36 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GEXaWT096857; Fri, 16 Sep 2005 14:33:36 GMT (envelope-from roam) Message-Id: <200509161433.j8GEXaWT096857@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 16 Sep 2005 14:33:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/p5-CDDB-File Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 14:33:36 -0000 roam 2005-09-16 14:33:36 UTC FreeBSD ports repository Modified files: audio/p5-CDDB-File Makefile distinfo Log: Update to 1.04, thus making the distfile actually fetchable - the 1.03 distfile is not on CPAN any longer. Revision Changes Path 1.8 +4 -1 ports/audio/p5-CDDB-File/Makefile 1.4 +2 -2 ports/audio/p5-CDDB-File/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:03:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B598716A41F; Fri, 16 Sep 2005 15:03:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E98443D45; Fri, 16 Sep 2005 15:03:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8GF1T7i050256; Fri, 16 Sep 2005 09:01:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Sep 2005 09:01:40 -0600 (MDT) Message-Id: <20050916.090140.58827157.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050916091928.GG88456@ip.net.ua> References: <200509151521.14204.jhb@FreeBSD.org> <20050915205639.GD88456@ip.net.ua> <20050916091928.GG88456@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 16 Sep 2005 09:01:29 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:03:34 -0000 In message: <20050916091928.GG88456@ip.net.ua> Ruslan Ermilov writes: : On Thu, Sep 15, 2005 at 11:56:39PM +0300, Ruslan Ermilov wrote: : > The first is the BPF detach bad interaction with foo_detach(), : > as described in re_detach(). This panic is real with (I think) : > all drivers. And testing IFF_DRV_RUNNING here doesn't seem to : > be able to prevent the panic. Perhaps the fix would be to : > move ether_ifdetach() before foo_stop() in foo_detach(), I'm : > not yet sure. : > : I tried with rl(4) PCCARD, by moving ether_ifdetach() before : rl_stop() in rl_detach(). It fixes the panic when you eject : the card, but doesn't fix it when kldunloading the module. : The difference is that rl_detach() is called already after : miibus0 and rlphy0 has been detached when kldunloading the : module. When ejecting the card, rl_detach() is called first. : What happens when you kldunload the module with BPF listener : attached, is that bpfdetach() calls rl_ioctl() to reset : promisc, that calls rl_init_locked(), and that results in : : mii = device_get_softc(sc->rl_miibus); : : being NULL (remember the miibus has already been detached), : and that panics later here: : : mii_mediachg(mii); : : When we reset IFF_UP, rl_ioctl(SIOCSIFFLAGS) silently exits : and no harm is done. So the question is: how do we prevent : this from happening without resetting IFF_UP. One possible : solution would be to add sc->detaching, similar to : sc->suspended, abd check it in rl_ioctl(). Ugg. In ed, we check to make sure that we still have a child before doing things with mii bus. A similar fix could be made. Warner From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:06:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A8E16A41F; Fri, 16 Sep 2005 15:06:40 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C6E43D46; Fri, 16 Sep 2005 15:06:39 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GF6dtb097977; Fri, 16 Sep 2005 15:06:39 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GF6dFK097976; Fri, 16 Sep 2005 15:06:39 GMT (envelope-from nork) Message-Id: <200509161506.j8GF6dFK097976@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 16 Sep 2005 15:06:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:06:40 -0000 nork 2005-09-16 15:06:39 UTC FreeBSD ports repository Modified files: japanese/gaim Makefile distinfo Log: Update to 1.5.0. Approved by: Takahiro MORISHITA (maintainer) Revision Changes Path 1.42 +1 -3 ports/japanese/gaim/Makefile 1.24 +4 -4 ports/japanese/gaim/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:32:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FA316A41F; Fri, 16 Sep 2005 15:32:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC7B43D46; Fri, 16 Sep 2005 15:32:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GFWKHf099248; Fri, 16 Sep 2005 15:32:20 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GFWKK0099247; Fri, 16 Sep 2005 15:32:20 GMT (envelope-from mnag) Message-Id: <200509161532.j8GFWKK0099247@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 15:32:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-cxx Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:32:21 -0000 mnag 2005-09-16 15:32:20 UTC FreeBSD ports repository Modified files: devel/py-cxx Makefile distinfo pkg-plist Log: Update to 5.3.4 Approved by: pav (mentor) Revision Changes Path 1.7 +8 -4 ports/devel/py-cxx/Makefile 1.4 +2 -2 ports/devel/py-cxx/distinfo 1.4 +3 -5 ports/devel/py-cxx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:33:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C073F16A41F; Fri, 16 Sep 2005 15:33:56 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E50343D46; Fri, 16 Sep 2005 15:33:56 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GFXuLl099322; Fri, 16 Sep 2005 15:33:56 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GFXu3b099321; Fri, 16 Sep 2005 15:33:56 GMT (envelope-from mnag) Message-Id: <200509161533.j8GFXu3b099321@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 15:33:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-simpy Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:33:56 -0000 mnag 2005-09-16 15:33:56 UTC FreeBSD ports repository Modified files: devel/py-simpy Makefile distinfo Added files: devel/py-simpy pkg-plist Log: Update to 1.6 Use cpio to install examples and docs Approved by: pav (mentor) Revision Changes Path 1.3 +6 -12 ports/devel/py-simpy/Makefile 1.3 +2 -2 ports/devel/py-simpy/distinfo 1.1 +73 -0 ports/devel/py-simpy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:35:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE26A16A41F; Fri, 16 Sep 2005 15:35:43 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEAC43D48; Fri, 16 Sep 2005 15:35:43 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GFZhQO099536; Fri, 16 Sep 2005 15:35:43 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GFZhS5099535; Fri, 16 Sep 2005 15:35:43 GMT (envelope-from mnag) Message-Id: <200509161535.j8GFZhS5099535@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 15:35:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cryptlib Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:35:43 -0000 mnag 2005-09-16 15:35:43 UTC FreeBSD ports repository Modified files: security/cryptlib Makefile distinfo pkg-plist Log: Update to 3.2.2 Approved by: pav (mentor) Revision Changes Path 1.11 +8 -8 ports/security/cryptlib/Makefile 1.7 +2 -2 ports/security/cryptlib/distinfo 1.4 +1 -1 ports/security/cryptlib/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:36:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3D16A41F; Fri, 16 Sep 2005 15:36:38 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8DF43D45; Fri, 16 Sep 2005 15:36:38 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GFacxL099669; Fri, 16 Sep 2005 15:36:38 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GFacEY099668; Fri, 16 Sep 2005 15:36:38 GMT (envelope-from mnag) Message-Id: <200509161536.j8GFacEY099668@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 15:36:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libcwd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:36:38 -0000 mnag 2005-09-16 15:36:38 UTC FreeBSD ports repository Modified files: devel/libcwd Makefile distinfo Log: Update to 0.99.40 Approved by: pav (mentor) Revision Changes Path 1.9 +3 -2 ports/devel/libcwd/Makefile 1.4 +2 -2 ports/devel/libcwd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:38:03 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18E3916A41F; Fri, 16 Sep 2005 15:38:03 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBCD43D45; Fri, 16 Sep 2005 15:38:02 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GFc2V8099736; Fri, 16 Sep 2005 15:38:02 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GFc2Z6099735; Fri, 16 Sep 2005 15:38:02 GMT (envelope-from skv) Message-Id: <200509161538.j8GFc2Z6099735@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 16 Sep 2005 15:38:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Pod-ProjectDocs pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:38:03 -0000 skv 2005-09-16 15:38:02 UTC FreeBSD ports repository Modified files: textproc/p5-Pod-ProjectDocs pkg-plist Log: Fix plist. Pointed by: pointyhat (kris) Revision Changes Path 1.2 +1 -0 ports/textproc/p5-Pod-ProjectDocs/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 15:43:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F419616A421; Fri, 16 Sep 2005 15:43:14 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5CF043D62; Fri, 16 Sep 2005 15:43:12 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GFhCfD099978; Fri, 16 Sep 2005 15:43:12 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GFhCEr099977; Fri, 16 Sep 2005 15:43:12 GMT (envelope-from skv) Message-Id: <200509161543.j8GFhCEr099977@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 16 Sep 2005 15:43:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:43:15 -0000 skv 2005-09-16 15:43:12 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI pkg-plist Log: Fix plist. Pointed by: pointyhat (kris) Revision Changes Path 1.6 +10 -0 ports/databases/p5-Class-DBI/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:08:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3958B16A41F; Fri, 16 Sep 2005 16:08:55 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB0343D49; Fri, 16 Sep 2005 16:08:54 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GG8s8A001046; Fri, 16 Sep 2005 16:08:54 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GG8sfZ001045; Fri, 16 Sep 2005 16:08:54 GMT (envelope-from mnag) Message-Id: <200509161608.j8GG8sfZ001045@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 16:08:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:08:55 -0000 mnag 2005-09-16 16:08:54 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: Add my PGP key into Handbook Approved by: pav (mentor) Revision Changes Path 1.272 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:13:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3151616A41F; Fri, 16 Sep 2005 16:13:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F6243D5A; Fri, 16 Sep 2005 16:13:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGDZPr001250; Fri, 16 Sep 2005 16:13:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGDZos001249; Fri, 16 Sep 2005 16:13:35 GMT (envelope-from pav) Message-Id: <200509161613.j8GGDZos001249@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 16:13:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:13:36 -0000 pav 2005-09-16 16:13:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Remove suggestion to uuencode PRs. Fact is it's most unwelcomed among committers. Approved by: keramida (mentor) Revision Changes Path 1.614 +2 -7 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:24:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1901916A41F; Fri, 16 Sep 2005 16:24:20 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABEA43D48; Fri, 16 Sep 2005 16:24:19 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGOJpm001654; Fri, 16 Sep 2005 16:24:19 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGOJOs001653; Fri, 16 Sep 2005 16:24:19 GMT (envelope-from cy) Message-Id: <200509161624.j8GGOJOs001653@repoman.freebsd.org> From: Cy Schubert Date: Fri, 16 Sep 2005 16:24:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/screen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:24:20 -0000 cy 2005-09-16 16:24:19 UTC FreeBSD ports repository Modified files: misc/screen Makefile Log: Add support for NONETHACK compile time option. PR: 76170 Submitted by: Jeremy Chadwick Revision Changes Path 1.57 +4 -0 ports/misc/screen/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:30:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF6016A41F; Fri, 16 Sep 2005 16:30:22 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1156943D8A; Fri, 16 Sep 2005 16:30:21 +0000 (GMT) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGULW4001958; Fri, 16 Sep 2005 16:30:21 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGULd8001957; Fri, 16 Sep 2005 16:30:21 GMT (envelope-from cy) Message-Id: <200509161630.j8GGULd8001957@repoman.freebsd.org> From: Cy Schubert Date: Fri, 16 Sep 2005 16:30:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/screen Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:30:22 -0000 cy 2005-09-16 16:30:21 UTC FreeBSD ports repository Modified files: misc/screen Makefile Log: Add support for 256 colour Xterm. PR: 81285 Submitted by: Jeremy Chadwick Revision Changes Path 1.58 +9 -1 ports/misc/screen/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:35:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6342716A43A; Fri, 16 Sep 2005 16:35:02 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEBC43D58; Fri, 16 Sep 2005 16:35:02 +0000 (GMT) (envelope-from vsevolod@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGZ2SF002077; Fri, 16 Sep 2005 16:35:02 GMT (envelope-from vsevolod@repoman.freebsd.org) Received: (from vsevolod@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGZ1Ek002076; Fri, 16 Sep 2005 16:35:01 GMT (envelope-from vsevolod) Message-Id: <200509161635.j8GGZ1Ek002076@repoman.freebsd.org> From: Vsevolod Stakhov Date: Fri, 16 Sep 2005 16:35:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/moinmoin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:35:02 -0000 vsevolod 2005-09-16 16:35:01 UTC FreeBSD ports repository Modified files: www/moinmoin Makefile distinfo pkg-plist Log: Update to 1.3.5 Removed all underlay stuff from static plist as it is changed often Take maintainership Revision Changes Path 1.24 +6 -3 ports/www/moinmoin/Makefile 1.13 +2 -2 ports/www/moinmoin/distinfo 1.11 +123 -2798 ports/www/moinmoin/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:37:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CBE416A420; Fri, 16 Sep 2005 16:37:42 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39BAA43D46; Fri, 16 Sep 2005 16:37:42 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGbgxZ002225; Fri, 16 Sep 2005 16:37:42 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGbg97002224; Fri, 16 Sep 2005 16:37:42 GMT (envelope-from garga) Message-Id: <200509161637.j8GGbg97002224@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 16:37:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-POE-Component-Server-HTTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:37:42 -0000 garga 2005-09-16 16:37:42 UTC FreeBSD ports repository Modified files: www/p5-POE-Component-Server-HTTP Makefile distinfo Log: - Update to 0.08 PR: ports/86211 Submitted by: maintainer Revision Changes Path 1.6 +1 -2 ports/www/p5-POE-Component-Server-HTTP/Makefile 1.5 +2 -2 ports/www/p5-POE-Component-Server-HTTP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:52:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11C7B16A41F; Fri, 16 Sep 2005 16:52:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF78943D48; Fri, 16 Sep 2005 16:52:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGqbT8009996; Fri, 16 Sep 2005 16:52:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGqb2Q009995; Fri, 16 Sep 2005 16:52:37 GMT (envelope-from garga) Message-Id: <200509161652.j8GGqb2Q009995@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 16:52:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/pecomato Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:52:38 -0000 garga 2005-09-16 16:52:37 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/pecomato Makefile distinfo pkg-descr Log: Add pecomato 0.0.12, a command-line picture metadata processor. PR: ports/86212 Submitted by: Emanuel Haupt Revision Changes Path 1.851 +1 -0 ports/graphics/Makefile 1.1 +55 -0 ports/graphics/pecomato/Makefile (new) 1.1 +2 -0 ports/graphics/pecomato/distinfo (new) 1.1 +24 -0 ports/graphics/pecomato/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 16:52:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7EF516A420; Fri, 16 Sep 2005 16:52:52 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C99E43D53; Fri, 16 Sep 2005 16:52:52 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GGqqI6010060; Fri, 16 Sep 2005 16:52:52 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GGqqHL010059; Fri, 16 Sep 2005 16:52:52 GMT (envelope-from garga) Message-Id: <200509161652.j8GGqqHL010059@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 16:52:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 16:52:53 -0000 garga 2005-09-16 16:52:52 UTC FreeBSD ports repository Modified files: . modules Log: pecomato --> ports/graphics/pecomato Revision Changes Path 1.13174 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 17:09:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A036B16A41F; Fri, 16 Sep 2005 17:09:37 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411A843D53; Fri, 16 Sep 2005 17:09:36 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8GH9Po5015372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Sep 2005 10:09:26 -0700 Message-ID: <432AFC3A.8000400@root.org> Date: Fri, 16 Sep 2005 10:09:14 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200509160702.j8G72TBv063544@repoman.freebsd.org> <20050916.010746.98777894.imp@bsdimp.com> In-Reply-To: <20050916.010746.98777894.imp@bsdimp.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:09:37 -0000 M. Warner Losh wrote: > In message: <200509160702.j8G72TBv063544@repoman.freebsd.org> > Warner Losh writes: > : imp 2005-09-16 07:02:29 UTC > : > : FreeBSD src repository > : > : Modified files: > : sys/dev/acpica acpi_pcib_acpi.c > : sys/i386/pci pci_bus.c > : Log: > : Commit a workaround to a problem with resource allocation. This helps > : with some Dell servers that booted w/o a problem[*] on 5.4, but failed > : with 6.0-BETA. > : > : On the PCI bus, when we do lazy resource allocation, we narrow the > : range requested as we pass through bridges to reflect how the bridges > : are programmed and what addresses they pass. However, when we're > : doing an allocation on a bus that's directly connected to a host > : bridge, no such translation can take place. We already had a fallback > : range for memory requests, but none for ioports. As such, provide a > : fallback for I/O ports so we don't allocate location 0, which will > : have undesired side effects when the resources are actually used. > : > : This fixes a problem with booting a Dell server with usb in the > : kernel. However, it is an unsatisfying solution. I don't like the > : hard coded value, and I think we should start narrowing the resources > : returned to not be in the so-called isa alias area (where the ranage & > : 0x0300 must be 0 iirc). Doing such filtering will have to wait for > : another day. > : > : This may be a good 6 candidate, maybe after its had a chance to be > : refined. > : > : Tested by: glebius@ > > for those interested in the omitted footnote: > > [*] and also without its first usb controller: uhci0 failed to attach. > > I don't think this is worthy of a forced commit, but I know how some > people are when they see dangling references... At some point, I may implement a similar workaround as Windows XP. It blocks access by AML to the following port ranges. http://www.softwaretipsandtricks.com/forum/printthread.php?t=1674 Address Function Comments 0x000 – 0x00F DMA Controller 1 0x020 – 0x021 PIC Access is never allowed* 0x040 – 0x043 System Timer 1 0x048 – 0x04B Timer 2 Failsafe 0x070 – 0x071 System CMOS, RTC 0x074 – 0x076 Extended CMOS 0x081 – 0x083 DMA1 Page Registers 0x087 DMA1 CH0 Low Page 0x089 DMA2 CH2 Low Page 0x08A – 0x08B DMA2 CH3 Low Page, 0x08F DMA2 Low Page Refresh 0x090 – 0x091 Arbitration Control Port Card Select Feedback 0x093 – 0x094 Reserved System Board Setup 0x096 – 0x097 POS Channel Select 0x0A0 – 0x0A1 Cascaded PIC Access is never allowed* 0x0C0 – 0x0DF ISA DMA 0x4D0 – 0x4D1 PIC Edge/Level CR Access is never allowed* 0xCF8 – 0xD00 PCI Configuration Space *Read or write accesses to these ports are always blocked, regardless of the BIOS use of the _OSI method. Of course, you're describing device resources, but it seems like a similar issue. If someone else wants to do this, let me know. -- Nate From owner-cvs-all@FreeBSD.ORG Fri Sep 16 17:39:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1EA16A41F; Fri, 16 Sep 2005 17:39:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689D443D46; Fri, 16 Sep 2005 17:39:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GHd2TY011692; Fri, 16 Sep 2005 17:39:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GHd2Px011691; Fri, 16 Sep 2005 17:39:02 GMT (envelope-from pav) Message-Id: <200509161739.j8GHd2Px011691@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 17:39:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:39:02 -0000 pav 2005-09-16 17:39:02 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: Update the NTLM-scheme patch to version 2. The first version of the patch is broken (cf ). PR: ports/86215 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.173 +2 -2 ports/www/squid/Makefile 1.137 +2 -2 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 17:58:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 851DC16A41F; Fri, 16 Sep 2005 17:58:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4451643D48; Fri, 16 Sep 2005 17:58:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GHw7kt012400; Fri, 16 Sep 2005 17:58:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GHw7Gv012399; Fri, 16 Sep 2005 17:58:07 GMT (envelope-from ps) Message-Id: <200509161758.j8GHw7Gv012399@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 17:58:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci_user.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:58:07 -0000 ps 2005-09-16 17:58:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci_user.c Log: MFC: rev 1.20 For FreeBSD 4 binaries, when trying to read from a device that does not exsist, do not have ioctl return an error, but instead set -1 in the data returned to the user. This allows the HP bios flash utilities to work without requiring changes to their code. Approved by: re (scottl) Revision Changes Path 1.19.2.1 +8 -1 src/sys/dev/pci/pci_user.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 17:58:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B11216A424; Fri, 16 Sep 2005 17:58:33 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E5443D53; Fri, 16 Sep 2005 17:58:32 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GHwW3G013282; Fri, 16 Sep 2005 17:58:32 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GHwWaT013281; Fri, 16 Sep 2005 17:58:32 GMT (envelope-from mnag) Message-Id: <200509161758.j8GHwWaT013281@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 17:58:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/iperf Makefile ports/databases/pecl-sqlite Makefile ports/databases/py-MySQLdb Makefile ports/databases/py-MySQLdb-devel Makefile ports/databases/py-PySQLite10 Makefile pkg-descr ports/databases/py-PySQLite11 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:58:33 -0000 mnag 2005-09-16 17:58:32 UTC FreeBSD ports repository Modified files: benchmarks/iperf Makefile databases/pecl-sqlite Makefile databases/py-MySQLdb Makefile databases/py-MySQLdb-devel Makefile databases/py-PySQLite10 Makefile pkg-descr databases/py-PySQLite11 Makefile pkg-descr databases/py-PySQLite2 Makefile pkg-descr databases/sqlite2 Makefile databases/tinycdb Makefile devel/mm Makefile devel/ossp-cfg Makefile devel/ossp-l2 Makefile devel/ossp-val Makefile devel/ossp-var Makefile devel/ossp-xds Makefile devel/str Makefile devel/viewcvs Makefile mail/libesmtp Makefile mail/libspf Makefile mail/libspf2 Makefile mail/pecl-mailparse Makefile mail/pfqueue Makefile pkg-descr mail/postfix-current Makefile mail/postfix-policyd-spf Makefile pkg-descr mail/postfix1 Makefile mail/py-spf Makefile pkg-descr mail/smtpmail Makefile mail/tumgreyspf Makefile pkg-descr misc/ossp-uuid Makefile net/ossp-sa Makefile net/py-soappy Makefile net/py-soappy-devel Makefile net-mgmt/ettercap Makefile security/openssh-portable Makefile security/py-clamav Makefile pkg-descr security/py-m2crypto Makefile pkg-descr www/pecl-APC Makefile Log: Update my email Approved by: pav (mentor) Revision Changes Path 1.17 +1 -1 ports/benchmarks/iperf/Makefile 1.4 +1 -1 ports/databases/pecl-sqlite/Makefile 1.33 +1 -1 ports/databases/py-MySQLdb-devel/Makefile 1.31 +1 -1 ports/databases/py-MySQLdb/Makefile 1.10 +1 -1 ports/databases/py-PySQLite10/Makefile 1.5 +1 -1 ports/databases/py-PySQLite10/pkg-descr 1.12 +1 -1 ports/databases/py-PySQLite11/Makefile 1.5 +1 -1 ports/databases/py-PySQLite11/pkg-descr 1.15 +1 -1 ports/databases/py-PySQLite2/Makefile 1.5 +1 -1 ports/databases/py-PySQLite2/pkg-descr 1.33 +1 -1 ports/databases/sqlite2/Makefile 1.10 +1 -1 ports/databases/tinycdb/Makefile 1.36 +1 -1 ports/devel/mm/Makefile 1.15 +1 -1 ports/devel/ossp-cfg/Makefile 1.17 +1 -1 ports/devel/ossp-l2/Makefile 1.16 +1 -1 ports/devel/ossp-val/Makefile 1.17 +1 -1 ports/devel/ossp-var/Makefile 1.7 +1 -1 ports/devel/ossp-xds/Makefile 1.19 +1 -1 ports/devel/str/Makefile 1.20 +1 -1 ports/devel/viewcvs/Makefile 1.34 +1 -1 ports/mail/libesmtp/Makefile 1.8 +1 -1 ports/mail/libspf/Makefile 1.5 +1 -1 ports/mail/libspf2/Makefile 1.15 +1 -1 ports/mail/pecl-mailparse/Makefile 1.13 +2 -2 ports/mail/pfqueue/Makefile 1.3 +2 -2 ports/mail/pfqueue/pkg-descr 1.132 +1 -1 ports/mail/postfix-current/Makefile 1.6 +2 -2 ports/mail/postfix-policyd-spf/Makefile 1.2 +1 -1 ports/mail/postfix-policyd-spf/pkg-descr 1.85 +1 -1 ports/mail/postfix1/Makefile 1.3 +2 -2 ports/mail/py-spf/Makefile 1.2 +1 -1 ports/mail/py-spf/pkg-descr 1.13 +1 -1 ports/mail/smtpmail/Makefile 1.3 +2 -2 ports/mail/tumgreyspf/Makefile 1.2 +1 -1 ports/mail/tumgreyspf/pkg-descr 1.13 +1 -1 ports/misc/ossp-uuid/Makefile 1.26 +1 -1 ports/net-mgmt/ettercap/Makefile 1.19 +1 -1 ports/net/ossp-sa/Makefile 1.5 +1 -1 ports/net/py-soappy-devel/Makefile 1.5 +1 -1 ports/net/py-soappy/Makefile 1.100 +1 -1 ports/security/openssh-portable/Makefile 1.4 +2 -2 ports/security/py-clamav/Makefile 1.3 +1 -1 ports/security/py-clamav/pkg-descr 1.13 +1 -1 ports/security/py-m2crypto/Makefile 1.4 +1 -1 ports/security/py-m2crypto/pkg-descr 1.12 +1 -1 ports/www/pecl-APC/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 17:58:55 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7979416A41F; Fri, 16 Sep 2005 17:58:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ED143D48; Fri, 16 Sep 2005 17:58:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GHwtpe013324; Fri, 16 Sep 2005 17:58:55 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GHwtJc013323; Fri, 16 Sep 2005 17:58:55 GMT (envelope-from ps) Message-Id: <200509161758.j8GHwtJc013323@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 17:58:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:58:55 -0000 ps 2005-09-16 17:58:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_input.c Log: MFC: rev 1.283 Remove a KASSERT in the sack path that fails because of a interaction between sack and a bug in the "bad retransmit recovery" logic. This is a workaround, the underlying bug will be fixed later. Approved by: re (scottl) Revision Changes Path 1.281.2.1 +0 -3 src/sys/netinet/tcp_input.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 17:59:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E7E16A41F; Fri, 16 Sep 2005 17:59:49 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3505943D45; Fri, 16 Sep 2005 17:59:49 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GHxnm4013376; Fri, 16 Sep 2005 17:59:49 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GHxnE0013375; Fri, 16 Sep 2005 17:59:49 GMT (envelope-from ps) Message-Id: <200509161759.j8GHxnE0013375@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 17:59:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 17:59:49 -0000 ps 2005-09-16 17:59:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ciss ciss.c cissreg.h Log: MFC: There's no reason to check the valence. This allows ciss to work on the P600. Approved by: re (scottl) Revision Changes Path 1.64.2.1 +0 -6 src/sys/dev/ciss/ciss.c 1.15.2.1 +0 -2 src/sys/dev/ciss/cissreg.h From owner-cvs-all@FreeBSD.ORG Fri Sep 16 18:01:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FAA616A41F; Fri, 16 Sep 2005 18:01:00 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA6143D45; Fri, 16 Sep 2005 18:01:00 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GI102t013501; Fri, 16 Sep 2005 18:01:00 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GI0xJd013500; Fri, 16 Sep 2005 18:00:59 GMT (envelope-from ps) Message-Id: <200509161800.j8GI0xJd013500@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 18:00:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/aac aac_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:01:00 -0000 ps 2005-09-16 18:00:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/aac aac_pci.c Log: MFC: Add support for HP branded 2610SA Approved by: re (scottl) Revision Changes Path 1.54.2.2 +2 -0 src/sys/dev/aac/aac_pci.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 18:02:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 930BB16A420; Fri, 16 Sep 2005 18:02:00 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C013A43D5C; Fri, 16 Sep 2005 18:01:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GI1tij013580; Fri, 16 Sep 2005 18:01:55 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GI1tvu013579; Fri, 16 Sep 2005 18:01:55 GMT (envelope-from ps) Message-Id: <200509161801.j8GI1tvu013579@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 18:01:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:02:00 -0000 ps 2005-09-16 18:01:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mutex.c Log: MFC: Ignore mutex asserts when we're dumping as well. This allows me to panic a system from DDB when INVARIANTS is compiled into the kernel on a scsi system. Approved by: re (scottl) Revision Changes Path 1.154.2.2 +2 -1 src/sys/kern/kern_mutex.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 18:02:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E4AC16A41F; Fri, 16 Sep 2005 18:02:39 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9272143D49; Fri, 16 Sep 2005 18:02:38 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GI2co6013624; Fri, 16 Sep 2005 18:02:38 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GI2cgS013623; Fri, 16 Sep 2005 18:02:38 GMT (envelope-from ps) Message-Id: <200509161802.j8GI2cgS013623@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 18:02:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/amr amr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:02:39 -0000 ps 2005-09-16 18:02:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/amr amr.c Log: MFC: rev 1.67 Print the actual disk device we failed to complete i/o on. Approved by: re (scottl) Revision Changes Path 1.65.2.1 +2 -2 src/sys/dev/amr/amr.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 18:04:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEE416A41F; Fri, 16 Sep 2005 18:04:11 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCD143D46; Fri, 16 Sep 2005 18:04:10 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GI4AWa013707; Fri, 16 Sep 2005 18:04:10 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GI4ARZ013706; Fri, 16 Sep 2005 18:04:10 GMT (envelope-from ps) Message-Id: <200509161804.j8GI4ARZ013706@repoman.freebsd.org> From: Paul Saab Date: Fri, 16 Sep 2005 18:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/amr amr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:04:11 -0000 ps 2005-09-16 18:04:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/amr amr.c Log: MFC: rev 1.66 Don't allow ioctl commands to be interrupted by the user. Approved by: re (scottl) Revision Changes Path 1.65.2.2 +4 -6 src/sys/dev/amr/amr.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 18:20:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8E1E16A41F; Fri, 16 Sep 2005 18:20:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FEA43D45; Fri, 16 Sep 2005 18:20:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8GIKKXw051857; Fri, 16 Sep 2005 12:20:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Sep 2005 12:20:32 -0600 (MDT) Message-Id: <20050916.122032.85719690.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <432AFC3A.8000400@root.org> References: <200509160702.j8G72TBv063544@repoman.freebsd.org> <20050916.010746.98777894.imp@bsdimp.com> <432AFC3A.8000400@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp-2 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 16 Sep 2005 12:20:20 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:20:50 -0000 In message: <432AFC3A.8000400@root.org> Nate Lawson writes: : M. Warner Losh wrote: : > In message: <200509160702.j8G72TBv063544@repoman.freebsd.org> : > Warner Losh writes: : > : imp 2005-09-16 07:02:29 UTC : > : : > : FreeBSD src repository : > : : > : Modified files: : > : sys/dev/acpica acpi_pcib_acpi.c : > : sys/i386/pci pci_bus.c : > : Log: : > : Commit a workaround to a problem with resource allocation. This helps : > : with some Dell servers that booted w/o a problem[*] on 5.4, but failed : > : with 6.0-BETA. : > : : > : On the PCI bus, when we do lazy resource allocation, we narrow the : > : range requested as we pass through bridges to reflect how the bridges : > : are programmed and what addresses they pass. However, when we're : > : doing an allocation on a bus that's directly connected to a host : > : bridge, no such translation can take place. We already had a fallback : > : range for memory requests, but none for ioports. As such, provide a : > : fallback for I/O ports so we don't allocate location 0, which will : > : have undesired side effects when the resources are actually used. : > : : > : This fixes a problem with booting a Dell server with usb in the : > : kernel. However, it is an unsatisfying solution. I don't like the : > : hard coded value, and I think we should start narrowing the resources : > : returned to not be in the so-called isa alias area (where the ranage & : > : 0x0300 must be 0 iirc). Doing such filtering will have to wait for : > : another day. : > : : > : This may be a good 6 candidate, maybe after its had a chance to be : > : refined. : > : : > : Tested by: glebius@ : > : > for those interested in the omitted footnote: : > : > [*] and also without its first usb controller: uhci0 failed to attach. : > : > I don't think this is worthy of a forced commit, but I know how some : > people are when they see dangling references... : : At some point, I may implement a similar workaround as Windows XP. It : blocks access by AML to the following port ranges. : : http://www.softwaretipsandtricks.com/forum/printthread.php?t=1674 : : Address Function Comments : 0x000 – 0x00F DMA Controller 1 : 0x020 – 0x021 PIC Access is never allowed* : 0x040 – 0x043 System Timer 1 : 0x048 – 0x04B Timer 2 Failsafe : 0x070 – 0x071 System CMOS, RTC : 0x074 – 0x076 Extended CMOS : 0x081 – 0x083 DMA1 Page Registers : 0x087 DMA1 CH0 Low Page : 0x089 DMA2 CH2 Low Page : 0x08A – 0x08B DMA2 CH3 Low Page, : 0x08F DMA2 Low Page Refresh : 0x090 – 0x091 Arbitration Control Port Card Select Feedback : 0x093 – 0x094 Reserved System Board Setup : 0x096 – 0x097 POS Channel Select : 0x0A0 – 0x0A1 Cascaded PIC Access is never allowed* : 0x0C0 – 0x0DF ISA DMA : 0x4D0 – 0x4D1 PIC Edge/Level CR Access is never allowed* : 0xCF8 – 0xD00 PCI Configuration Space : : *Read or write accesses to these ports are always blocked, regardless of : the BIOS use of the _OSI method. : : Of course, you're describing device resources, but it seems like a : similar issue. If someone else wants to do this, let me know. I've been thinking for a long time of having silent devices that gobble up these resources until such time that we have real devices. Most of it could be driven by PnP or ACPI info, I believe. The only one that couldn't be is the PCI Config space, but one change to pci.c would fix that :-). Warner From owner-cvs-all@FreeBSD.ORG Fri Sep 16 18:28:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA30C16A41F; Fri, 16 Sep 2005 18:28:14 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D9943D45; Fri, 16 Sep 2005 18:28:14 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GISEH7014571; Fri, 16 Sep 2005 18:28:14 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GISD1B014567; Fri, 16 Sep 2005 18:28:13 GMT (envelope-from tegge) Message-Id: <200509161828.j8GISD1B014567@repoman.freebsd.org> From: Tor Egge Date: Fri, 16 Sep 2005 18:28:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 18:28:15 -0000 tegge 2005-09-16 18:28:13 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Break out of loop if next buffer pointer has become invalid while flushing current buffer. Reviewed by: kan Revision Changes Path 1.647 +15 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:15:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A5D16A41F; Fri, 16 Sep 2005 19:15:59 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03FCE43D45; Fri, 16 Sep 2005 19:15:59 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJFw6o016314; Fri, 16 Sep 2005 19:15:58 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJFw4v016313; Fri, 16 Sep 2005 19:15:58 GMT (envelope-from mnag) Message-Id: <200509161915.j8GJFw4v016313@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:15:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/beagle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:15:59 -0000 mnag 2005-09-16 19:15:58 UTC FreeBSD ports repository Modified files: devel/beagle Makefile distinfo pkg-plist Log: Update to 2.2.0 Approved by: pav (mentor) Revision Changes Path 1.3 +2 -8 ports/devel/beagle/Makefile 1.3 +2 -2 ports/devel/beagle/distinfo 1.3 +208 -1 ports/devel/beagle/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:16:29 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8741716A420; Fri, 16 Sep 2005 19:16:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A1443D45; Fri, 16 Sep 2005 19:16:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJGTwa016405; Fri, 16 Sep 2005 19:16:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJGTmL016404; Fri, 16 Sep 2005 19:16:29 GMT (envelope-from garga) Message-Id: <200509161916.j8GJGTmL016404@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 19:16:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-Template-Compiled Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:16:29 -0000 garga 2005-09-16 19:16:29 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-Template-Compiled Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTML-Template-Compiled 0.43, templating system that HTML::Template files to Perl code. PR: ports/85906 Submitted by: Zach Thompson Revision Changes Path 1.1176 +1 -0 ports/www/Makefile 1.1 +40 -0 ports/www/p5-HTML-Template-Compiled/Makefile (new) 1.1 +2 -0 ports/www/p5-HTML-Template-Compiled/distinfo (new) 1.1 +4 -0 ports/www/p5-HTML-Template-Compiled/pkg-descr (new) 1.1 +12 -0 ports/www/p5-HTML-Template-Compiled/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:16:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D309D16A421; Fri, 16 Sep 2005 19:16:48 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9256243D45; Fri, 16 Sep 2005 19:16:48 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJGme9016453; Fri, 16 Sep 2005 19:16:48 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJGmwC016452; Fri, 16 Sep 2005 19:16:48 GMT (envelope-from garga) Message-Id: <200509161916.j8GJGmwC016452@repoman.freebsd.org> From: Renato Botelho Date: Fri, 16 Sep 2005 19:16:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:16:49 -0000 garga 2005-09-16 19:16:48 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTML-Template-Compiled --> ports/www/p5-HTML-Template-Compiled Revision Changes Path 1.13175 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:19:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34E916A41F; Fri, 16 Sep 2005 19:19:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D6F43D48; Fri, 16 Sep 2005 19:19:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJJQET016542; Fri, 16 Sep 2005 19:19:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJJQ6I016541; Fri, 16 Sep 2005 19:19:26 GMT (envelope-from pav) Message-Id: <200509161919.j8GJJQ6I016541@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 19:19:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_vhs Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:19:27 -0000 pav 2005-09-16 19:19:26 UTC FreeBSD ports repository Modified files: www/mod_vhs Makefile distinfo Log: - Update to 1.0.20 PR: ports/86219 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.9 +1 -1 ports/www/mod_vhs/Makefile 1.8 +2 -2 ports/www/mod_vhs/distinfo From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:21:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF00316A41F; Fri, 16 Sep 2005 19:21:42 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3395943D45; Fri, 16 Sep 2005 19:21:42 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8GJLe5I008409; Fri, 16 Sep 2005 13:21:40 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <432B1B49.2010400@samsco.org> Date: Fri, 16 Sep 2005 13:21:45 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200509160702.j8G72TBv063544@repoman.freebsd.org> In-Reply-To: <200509160702.j8G72TBv063544@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:21:42 -0000 Warner Losh wrote: > imp 2005-09-16 07:02:29 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pcib_acpi.c > sys/i386/pci pci_bus.c > Log: > Commit a workaround to a problem with resource allocation. This helps > with some Dell servers that booted w/o a problem[*] on 5.4, but failed > with 6.0-BETA. > > On the PCI bus, when we do lazy resource allocation, we narrow the > range requested as we pass through bridges to reflect how the bridges > are programmed and what addresses they pass. However, when we're > doing an allocation on a bus that's directly connected to a host > bridge, no such translation can take place. We already had a fallback > range for memory requests, but none for ioports. As such, provide a > fallback for I/O ports so we don't allocate location 0, which will > have undesired side effects when the resources are actually used. > > This fixes a problem with booting a Dell server with usb in the > kernel. However, it is an unsatisfying solution. I don't like the > hard coded value, and I think we should start narrowing the resources > returned to not be in the so-called isa alias area (where the ranage & > 0x0300 must be 0 iirc). Doing such filtering will have to wait for > another day. > > This may be a good 6 candidate, maybe after its had a chance to be > refined. > > Tested by: glebius@ > > Revision Changes Path > 1.49 +2 -0 src/sys/dev/acpica/acpi_pcib_acpi.c > 1.120 +2 -0 src/sys/i386/pci/pci_bus.c Only the ACPI side of this patch works. The legacy PCI side has no effect on the problem. Scott From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:26:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E95516A41F; Fri, 16 Sep 2005 19:26:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9251F43D45; Fri, 16 Sep 2005 19:26:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8GJQOCP052319; Fri, 16 Sep 2005 13:26:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Sep 2005 13:26:36 -0600 (MDT) Message-Id: <20050916.132636.54186001.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <432B1B49.2010400@samsco.org> References: <200509160702.j8G72TBv063544@repoman.freebsd.org> <432B1B49.2010400@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 16 Sep 2005 13:26:24 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:26:50 -0000 In message: <432B1B49.2010400@samsco.org> Scott Long writes: : Only the ACPI side of this patch works. The legacy PCI side has no : effect on the problem. OK. I'll take a look at why that is the case... Thanks for the report... Warner From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:41:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C484D16A41F; Fri, 16 Sep 2005 19:41:09 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C53343D45; Fri, 16 Sep 2005 19:41:09 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJf9PN017365; Fri, 16 Sep 2005 19:41:09 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJf9GB017364; Fri, 16 Sep 2005 19:41:09 GMT (envelope-from mnag) Message-Id: <200509161941.j8GJf9GB017364@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:41:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vcdimager Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:41:10 -0000 mnag 2005-09-16 19:41:09 UTC FreeBSD ports repository Modified files: multimedia/vcdimager Makefile distinfo pkg-plist Log: Update to 0.7.23 Approved by: pav (mentor) Revision Changes Path 1.26 +1 -2 ports/multimedia/vcdimager/Makefile 1.8 +2 -2 ports/multimedia/vcdimager/distinfo 1.9 +1 -1 ports/multimedia/vcdimager/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:41:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A67E16A41F; Fri, 16 Sep 2005 19:41:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC00143D48; Fri, 16 Sep 2005 19:41:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJfiVT017405; Fri, 16 Sep 2005 19:41:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJfixU017404; Fri, 16 Sep 2005 19:41:44 GMT (envelope-from pav) Message-Id: <200509161941.j8GJfixU017404@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 19:41:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/ptkei pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:41:45 -0000 pav 2005-09-16 19:41:44 UTC FreeBSD ports repository Modified files: games/ptkei pkg-descr Log: - Update WWW PR: ports/86224 Submitted by: Marc Olzheim (maintainer) Revision Changes Path 1.3 +1 -1 ports/games/ptkei/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:41:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC62316A440; Fri, 16 Sep 2005 19:41:51 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88F143D4C; Fri, 16 Sep 2005 19:41:51 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJfp6E017441; Fri, 16 Sep 2005 19:41:51 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJfpaE017440; Fri, 16 Sep 2005 19:41:51 GMT (envelope-from mnag) Message-Id: <200509161941.j8GJfpaE017440@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:41:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:41:52 -0000 mnag 2005-09-16 19:41:51 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: Bump PORTREVISION reflecting update in multimedia/vcdimager Approved by: pav (mentor) Revision Changes Path 1.110 +2 -2 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:42:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A531416A41F; Fri, 16 Sep 2005 19:42:22 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D7C43D53; Fri, 16 Sep 2005 19:42:22 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJgMJP017480; Fri, 16 Sep 2005 19:42:22 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJgMqp017479; Fri, 16 Sep 2005 19:42:22 GMT (envelope-from mnag) Message-Id: <200509161942.j8GJgMqp017479@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:42:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:42:22 -0000 mnag 2005-09-16 19:42:22 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile Log: Bump PORTREVISION to reflect update in multimedia/vcdimager Approved by: pav (mentor) Revision Changes Path 1.119 +2 -1 ports/multimedia/vlc-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:42:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A6016A41F; Fri, 16 Sep 2005 19:42:41 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D2C43D55; Fri, 16 Sep 2005 19:42:40 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJgevN017515; Fri, 16 Sep 2005 19:42:40 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJgeRH017514; Fri, 16 Sep 2005 19:42:40 GMT (envelope-from mnag) Message-Id: <200509161942.j8GJgeRH017514@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:42:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/tosvcd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:42:42 -0000 mnag 2005-09-16 19:42:40 UTC FreeBSD ports repository Modified files: multimedia/tosvcd Makefile Log: Bump PORTREVISION to reflect update in multimedia/vcdimager Approved by: pav (mentor) Revision Changes Path 1.16 +1 -1 ports/multimedia/tosvcd/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:44:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70BA116A41F; Fri, 16 Sep 2005 19:44:09 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE3743D45; Fri, 16 Sep 2005 19:44:08 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8GJhqhG048565; Fri, 16 Sep 2005 22:43:52 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 93757-18; Fri, 16 Sep 2005 22:43:52 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8GJhptt048562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2005 22:43:51 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8GJi6C8068306; Fri, 16 Sep 2005 22:44:06 +0300 (EEST) (envelope-from ru) Date: Fri, 16 Sep 2005 22:44:05 +0300 From: Ruslan Ermilov To: "M. Warner Losh" Message-ID: <20050916194405.GB24879@ip.net.ua> References: <200509151521.14204.jhb@FreeBSD.org> <20050915205639.GD88456@ip.net.ua> <20050916091928.GG88456@ip.net.ua> <20050916.090140.58827157.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG" Content-Disposition: inline In-Reply-To: <20050916.090140.58827157.imp@bsdimp.com> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:44:09 -0000 --1UWUbFP1cBYEclgG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 16, 2005 at 09:01:40AM -0600, M. Warner Losh wrote: > In message: <20050916091928.GG88456@ip.net.ua> > Ruslan Ermilov writes: > : On Thu, Sep 15, 2005 at 11:56:39PM +0300, Ruslan Ermilov wrote: > : > The first is the BPF detach bad interaction with foo_detach(), > : > as described in re_detach(). This panic is real with (I think) > : > all drivers. And testing IFF_DRV_RUNNING here doesn't seem to > : > be able to prevent the panic. Perhaps the fix would be to > : > move ether_ifdetach() before foo_stop() in foo_detach(), I'm > : > not yet sure. > : >=20 > : I tried with rl(4) PCCARD, by moving ether_ifdetach() before > : rl_stop() in rl_detach(). It fixes the panic when you eject > : the card, but doesn't fix it when kldunloading the module. > : The difference is that rl_detach() is called already after > : miibus0 and rlphy0 has been detached when kldunloading the > : module. When ejecting the card, rl_detach() is called first. > : What happens when you kldunload the module with BPF listener > : attached, is that bpfdetach() calls rl_ioctl() to reset > : promisc, that calls rl_init_locked(), and that results in > :=20 > : mii =3D device_get_softc(sc->rl_miibus); > :=20 > : being NULL (remember the miibus has already been detached), > : and that panics later here: > :=20 > : mii_mediachg(mii); > :=20 > : When we reset IFF_UP, rl_ioctl(SIOCSIFFLAGS) silently exits > : and no harm is done. So the question is: how do we prevent > : this from happening without resetting IFF_UP. One possible > : solution would be to add sc->detaching, similar to > : sc->suspended, abd check it in rl_ioctl(). >=20 > Ugg. In ed, we check to make sure that we still have a child before > doing things with mii bus. A similar fix could be made. >=20 No, ed(4) has the same problem: if (sc->miibus !=3D NULL) { struct mii_data *mii; mii =3D device_get_softc(sc->miibus); mii_mediachg(mii); } The device (sc->miibus) will still be there but already detached, and its softc will already be freed, so "mii" will be NULL, and mii_mediachg(NULL) will panic the system. xl(4), for example, also checks for "mii" to be not NULL: /* XXX Downcall to miibus. */ if (mii !=3D NULL) mii_mediachg(mii); Somehow I think it's plain incorrect to implicitly call start() after explicitly calling stop() from detach() -- except for possibly panicing the system, it also re-enables interrupts, re-schedules just cancelled callouts, etc. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --1UWUbFP1cBYEclgG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDKyCFqRfpzJluFF4RAtzYAKCI8FrGhA6bZllV0eVwrBlLPKDElgCeMncG y2MdRABLbL7BC6WsIKsggJY= =0AaR -----END PGP SIGNATURE----- --1UWUbFP1cBYEclgG-- From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:46:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1FE16A41F; Fri, 16 Sep 2005 19:46:02 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D87543D45; Fri, 16 Sep 2005 19:46:02 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJk1ht017756; Fri, 16 Sep 2005 19:46:01 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJk13o017755; Fri, 16 Sep 2005 19:46:01 GMT (envelope-from mnag) Message-Id: <200509161946.j8GJk13o017755@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:46:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libdbi Makefile distinfo pkg-plist ports/databases/libdbi/files patch-Makefile.in patch-configure patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:46:02 -0000 mnag 2005-09-16 19:46:01 UTC FreeBSD ports repository Modified files: databases/libdbi Makefile distinfo pkg-plist databases/libdbi/files patch-Makefile.in Removed files: databases/libdbi/files patch-configure patch-src::Makefile.in Log: Update to 0.8.0 PR: ports/85662 Submitted by: Marcus Grando Approved by: pav (mentor), seanc (maintainer timeout, 18 days) Revision Changes Path 1.12 +12 -12 ports/databases/libdbi/Makefile 1.8 +2 -2 ports/databases/libdbi/distinfo 1.3 +8 -8 ports/databases/libdbi/files/patch-Makefile.in 1.3 +0 -21 ports/databases/libdbi/files/patch-configure (dead) 1.2 +0 -11 ports/databases/libdbi/files/patch-src::Makefile.in (dead) 1.6 +5 -1 ports/databases/libdbi/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:47:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559BE16A41F; Fri, 16 Sep 2005 19:47:18 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1533243D53; Fri, 16 Sep 2005 19:47:17 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJlGpT017818; Fri, 16 Sep 2005 19:47:16 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJlG2B017817; Fri, 16 Sep 2005 19:47:16 GMT (envelope-from mnag) Message-Id: <200509161947.j8GJlG2B017817@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 19:47:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/libdbi-drivers Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:47:18 -0000 mnag 2005-09-16 19:47:16 UTC FreeBSD ports repository Modified files: databases/libdbi-drivers Makefile distinfo pkg-plist Log: Update to 0.8.0 PR: ports/85661 Submitted by: Marcus Grando Approved by: pav (mentor), delphij (maintainer) Revision Changes Path 1.9 +34 -16 ports/databases/libdbi-drivers/Makefile 1.4 +2 -2 ports/databases/libdbi-drivers/distinfo 1.2 +36 -22 ports/databases/libdbi-drivers/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:50:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B9D16A41F; Fri, 16 Sep 2005 19:50:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9938F43D6A; Fri, 16 Sep 2005 19:50:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJocBU017997; Fri, 16 Sep 2005 19:50:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJock3017996; Fri, 16 Sep 2005 19:50:38 GMT (envelope-from pav) Message-Id: <200509161950.j8GJock3017996@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 19:50:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/mrxvt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:50:39 -0000 pav 2005-09-16 19:50:38 UTC FreeBSD ports repository Modified files: x11/mrxvt Makefile Log: - Add knob for enabling EUC Japanese support PR: ports/86202 Submitted by: Scott Robbins Approved by: maintainer Revision Changes Path 1.8 +9 -0 ports/x11/mrxvt/Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:53:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FBA16A41F; Fri, 16 Sep 2005 19:53:14 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B5A43D45; Fri, 16 Sep 2005 19:53:14 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJrEhU018315; Fri, 16 Sep 2005 19:53:14 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJrEx4018314; Fri, 16 Sep 2005 19:53:14 GMT (envelope-from jkois) Message-Id: <200509161953.j8GJrEx4018314@repoman.freebsd.org> From: Johann Kois Date: Fri, 16 Sep 2005 19:53:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/de_DE.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml doc/de_DE.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml doc/de_DE.ISO8859-1/books/fdp-primer/translations chapter.sgml doc/de_DE.ISO8859-1/books/fdp-primer/writing-style chapter.sgml doc/de_DE.ISO8859-1/books/handbook/basics chapter.sgml doc/de_DE.ISO8859-1/books/handbook/boot chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:53:15 -0000 jkois 2005-09-16 19:53:13 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml de_DE.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml de_DE.ISO8859-1/books/fdp-primer/translations chapter.sgml de_DE.ISO8859-1/books/fdp-primer/writing-style chapter.sgml de_DE.ISO8859-1/books/handbook/basics chapter.sgml de_DE.ISO8859-1/books/handbook/boot chapter.sgml de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml de_DE.ISO8859-1/books/handbook/mail chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/multimedia chapter.sgml de_DE.ISO8859-1/books/handbook/pgpkeys chapter.sgml de_DE.ISO8859-1/books/handbook/preface preface.sgml de_DE.ISO8859-1/books/handbook/printing chapter.sgml de_DE.ISO8859-1/books/handbook/security chapter.sgml de_DE.ISO8859-1/books/handbook/x11 chapter.sgml Log: MFbed: Update the German documentation set. books/fdp-primer/sgml-markup/chapter.sgml 1.69 -> 1.73 books/fdp-primer/sgml-primer/chapter.sgml 1.42 -> 1.44 books/fdp-primer/translations/chapter.sgml 1.26 -> 1.29 books/fdp-primer/writing-style/chapter.sgml 1.47 -> 1.48 books/handbook/basics/chapter.sgml 1.138 -> 1.139 books/handbook/boot/chapter.sgml 1.59 -> 1.60 books/handbook/cutting-edge/chapter.sgml 1.217 -> 1.219 + fixes [X] books/handbook/mail/chapter.sgml 1.129 -> 1.131 books/handbook/mirrors/chapter.sgml 1.386 -> 1.387 books/handbook/multimedia/chapter.sgml fixes only books/handbook/pgpkeys/chapter.sgml 1.270 -> 1.272 books/handbook/preface/preface.sgml 1.29 -> 1.30 books/handbook/printing/chapter.sgml 1.93 -> 1.94 + translation finished books/handbook/security/chapter.sgml fixes only books/handbook/x11/chapter.sgml 1.166 -> 1.167 [X] - submitted by Fabian Keil (freebsd-listen at fabiankeil.de) Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.6 +34 -23 doc/de_DE.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.5 +33 -26 doc/de_DE.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml 1.5 +2 -2 doc/de_DE.ISO8859-1/books/fdp-primer/translations/chapter.sgml 1.7 +2 -2 doc/de_DE.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml 1.38 +17 -16 doc/de_DE.ISO8859-1/books/handbook/basics/chapter.sgml 1.27 +17 -8 doc/de_DE.ISO8859-1/books/handbook/boot/chapter.sgml 1.33 +22 -39 doc/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.29 +62 -33 doc/de_DE.ISO8859-1/books/handbook/mail/chapter.sgml 1.39 +2 -9 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.24 +7 -7 doc/de_DE.ISO8859-1/books/handbook/multimedia/chapter.sgml 1.24 +12 -7 doc/de_DE.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.17 +11 -2 doc/de_DE.ISO8859-1/books/handbook/preface/preface.sgml 1.15 +3515 -110 doc/de_DE.ISO8859-1/books/handbook/printing/chapter.sgml 1.40 +2 -2 doc/de_DE.ISO8859-1/books/handbook/security/chapter.sgml 1.23 +2 -2 doc/de_DE.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 19:59:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A95716A41F; Fri, 16 Sep 2005 19:59:36 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6C943D4C; Fri, 16 Sep 2005 19:59:36 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GJxaKc018606; Fri, 16 Sep 2005 19:59:36 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GJxamE018605; Fri, 16 Sep 2005 19:59:36 GMT (envelope-from obraun) Message-Id: <200509161959.j8GJxamE018605@repoman.freebsd.org> From: Oliver Braun Date: Fri, 16 Sep 2005 19:59:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mairix Makefile ports/mail/mairix/files patch-datescan.c patch-fromcheck.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 19:59:37 -0000 obraun 2005-09-16 19:59:36 UTC FreeBSD ports repository Modified files: mail/mairix Makefile Added files: mail/mairix/files patch-datescan.c patch-fromcheck.c Log: Reawake patches in order to build on -CURRENT. Revision Changes Path 1.16 +6 -4 ports/mail/mairix/Makefile 1.4 +91 -0 ports/mail/mairix/files/patch-datescan.c (new) 1.3 +109 -0 ports/mail/mairix/files/patch-fromcheck.c (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:00:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C8616A420; Fri, 16 Sep 2005 20:00:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E522943D48; Fri, 16 Sep 2005 20:00:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8GJwT3s052629; Fri, 16 Sep 2005 13:58:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Sep 2005 13:58:41 -0600 (MDT) Message-Id: <20050916.135841.130619528.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050916194405.GB24879@ip.net.ua> References: <20050916091928.GG88456@ip.net.ua> <20050916.090140.58827157.imp@bsdimp.com> <20050916194405.GB24879@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 16 Sep 2005 13:58:30 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:00:17 -0000 In message: <20050916194405.GB24879@ip.net.ua> Ruslan Ermilov writes: : On Fri, Sep 16, 2005 at 09:01:40AM -0600, M. Warner Losh wrote: : > In message: <20050916091928.GG88456@ip.net.ua> : > Ruslan Ermilov writes: : > : On Thu, Sep 15, 2005 at 11:56:39PM +0300, Ruslan Ermilov wrote: : > : > The first is the BPF detach bad interaction with foo_detach(), : > : > as described in re_detach(). This panic is real with (I think) : > : > all drivers. And testing IFF_DRV_RUNNING here doesn't seem to : > : > be able to prevent the panic. Perhaps the fix would be to : > : > move ether_ifdetach() before foo_stop() in foo_detach(), I'm : > : > not yet sure. : > : > : > : I tried with rl(4) PCCARD, by moving ether_ifdetach() before : > : rl_stop() in rl_detach(). It fixes the panic when you eject : > : the card, but doesn't fix it when kldunloading the module. : > : The difference is that rl_detach() is called already after : > : miibus0 and rlphy0 has been detached when kldunloading the : > : module. When ejecting the card, rl_detach() is called first. : > : What happens when you kldunload the module with BPF listener : > : attached, is that bpfdetach() calls rl_ioctl() to reset : > : promisc, that calls rl_init_locked(), and that results in : > : : > : mii = device_get_softc(sc->rl_miibus); : > : : > : being NULL (remember the miibus has already been detached), : > : and that panics later here: : > : : > : mii_mediachg(mii); : > : : > : When we reset IFF_UP, rl_ioctl(SIOCSIFFLAGS) silently exits : > : and no harm is done. So the question is: how do we prevent : > : this from happening without resetting IFF_UP. One possible : > : solution would be to add sc->detaching, similar to : > : sc->suspended, abd check it in rl_ioctl(). : > : > Ugg. In ed, we check to make sure that we still have a child before : > doing things with mii bus. A similar fix could be made. : > : No, ed(4) has the same problem: : : if (sc->miibus != NULL) { : struct mii_data *mii; : mii = device_get_softc(sc->miibus); : mii_mediachg(mii); : } : No it doesn't: void ed_child_detached(device_t dev, device_t child) { struct ed_softc *sc; sc = device_get_softc(dev); if (child == sc->miibus) sc->miibus = NULL; } : The device (sc->miibus) will still be there but already detached, : and its softc will already be freed, so "mii" will be NULL, and : mii_mediachg(NULL) will panic the system. sc->miibus will be NULL after the device is detached, so you don't get an error. How again can this happen? Warner From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:09:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D91616A41F; Fri, 16 Sep 2005 20:09:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B16943D45; Fri, 16 Sep 2005 20:09:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GK99br019078; Fri, 16 Sep 2005 20:09:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GK99Oe019077; Fri, 16 Sep 2005 20:09:09 GMT (envelope-from pav) Message-Id: <200509162009.j8GK99Oe019077@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:09:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/validator Makefile distinfo pkg-descr pkg-plist ports/www/validator/files pkg-message.in validator.conf.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:09:10 -0000 pav 2005-09-16 20:09:09 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/validator Makefile distinfo pkg-descr pkg-plist www/validator/files pkg-message.in validator.conf.sample Log: The Markup Validation Service from the World Wide Web Consortium (W3C), it's purpose is to validate web pages made in HTML and XHTML. PR: ports/86201 Submitted by: Naram Qashat Revision Changes Path 1.1177 +1 -0 ports/www/Makefile 1.1 +105 -0 ports/www/validator/Makefile (new) 1.1 +4 -0 ports/www/validator/distinfo (new) 1.1 +46 -0 ports/www/validator/files/pkg-message.in (new) 1.1 +127 -0 ports/www/validator/files/validator.conf.sample (new) 1.1 +8 -0 ports/www/validator/pkg-descr (new) 1.1 +365 -0 ports/www/validator/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:09:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 843EB16A41F; Fri, 16 Sep 2005 20:09:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4385843D45; Fri, 16 Sep 2005 20:09:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GK9jAp019123; Fri, 16 Sep 2005 20:09:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GK9jic019122; Fri, 16 Sep 2005 20:09:45 GMT (envelope-from pav) Message-Id: <200509162009.j8GK9jic019122@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:09:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:09:45 -0000 pav 2005-09-16 20:09:45 UTC FreeBSD ports repository Modified files: . modules Log: validator --> ports/www/validator Revision Changes Path 1.13176 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:16:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFBCF16A420; Fri, 16 Sep 2005 20:16:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABD043D49; Fri, 16 Sep 2005 20:16:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKGAud019493; Fri, 16 Sep 2005 20:16:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKGArQ019492; Fri, 16 Sep 2005 20:16:10 GMT (envelope-from pav) Message-Id: <200509162016.j8GKGArQ019492@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:16:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/emacs-calc Makefile ports/math/emacs-calc/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:16:12 -0000 pav 2005-09-16 20:16:10 UTC FreeBSD ports repository Modified files: math/emacs-calc Makefile math/emacs-calc/files patch-Makefile Log: - Respect PREFIX PR: ports/84622 Submitted by: Andrew Bernard (maintainer) Revision Changes Path 1.2 +4 -0 ports/math/emacs-calc/Makefile 1.2 +1 -1 ports/math/emacs-calc/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:21:58 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2F616A41F; Fri, 16 Sep 2005 20:21:58 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6947A43D48; Fri, 16 Sep 2005 20:21:57 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8GKLsOg056112; Fri, 16 Sep 2005 23:21:54 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 95111-13; Fri, 16 Sep 2005 23:21:53 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8GKLqqo056106 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Sep 2005 23:21:53 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8GKM7tR042872; Fri, 16 Sep 2005 23:22:07 +0300 (EEST) (envelope-from ru) Date: Fri, 16 Sep 2005 23:22:07 +0300 From: Ruslan Ermilov To: "M. Warner Losh" Message-ID: <20050916202207.GA22151@ip.net.ua> References: <20050916091928.GG88456@ip.net.ua> <20050916.090140.58827157.imp@bsdimp.com> <20050916194405.GB24879@ip.net.ua> <20050916.135841.130619528.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <20050916.135841.130619528.imp@bsdimp.com> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:21:58 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 16, 2005 at 01:58:41PM -0600, M. Warner Losh wrote: > In message: <20050916194405.GB24879@ip.net.ua> > Ruslan Ermilov writes: > : On Fri, Sep 16, 2005 at 09:01:40AM -0600, M. Warner Losh wrote: > : > In message: <20050916091928.GG88456@ip.net.ua> > : > Ruslan Ermilov writes: > : > : On Thu, Sep 15, 2005 at 11:56:39PM +0300, Ruslan Ermilov wrote: > : > : > The first is the BPF detach bad interaction with foo_detach(), > : > : > as described in re_detach(). This panic is real with (I think) > : > : > all drivers. And testing IFF_DRV_RUNNING here doesn't seem to > : > : > be able to prevent the panic. Perhaps the fix would be to > : > : > move ether_ifdetach() before foo_stop() in foo_detach(), I'm > : > : > not yet sure. > : > : >=20 > : > : I tried with rl(4) PCCARD, by moving ether_ifdetach() before > : > : rl_stop() in rl_detach(). It fixes the panic when you eject > : > : the card, but doesn't fix it when kldunloading the module. > : > : The difference is that rl_detach() is called already after > : > : miibus0 and rlphy0 has been detached when kldunloading the > : > : module. When ejecting the card, rl_detach() is called first. > : > : What happens when you kldunload the module with BPF listener > : > : attached, is that bpfdetach() calls rl_ioctl() to reset > : > : promisc, that calls rl_init_locked(), and that results in > : > :=20 > : > : mii =3D device_get_softc(sc->rl_miibus); > : > :=20 > : > : being NULL (remember the miibus has already been detached), > : > : and that panics later here: > : > :=20 > : > : mii_mediachg(mii); > : > :=20 > : > : When we reset IFF_UP, rl_ioctl(SIOCSIFFLAGS) silently exits > : > : and no harm is done. So the question is: how do we prevent > : > : this from happening without resetting IFF_UP. One possible > : > : solution would be to add sc->detaching, similar to > : > : sc->suspended, abd check it in rl_ioctl(). > : >=20 > : > Ugg. In ed, we check to make sure that we still have a child before > : > doing things with mii bus. A similar fix could be made. > : >=20 > : No, ed(4) has the same problem: > :=20 > : if (sc->miibus !=3D NULL) { > : struct mii_data *mii; > : mii =3D device_get_softc(sc->miibus); > : mii_mediachg(mii); > : } > :=20 >=20 > No it doesn't: >=20 > void > ed_child_detached(device_t dev, device_t child) > { > struct ed_softc *sc; >=20 > sc =3D device_get_softc(dev); > if (child =3D=3D sc->miibus) > sc->miibus =3D NULL; > } >=20 > : The device (sc->miibus) will still be there but already detached, > : and its softc will already be freed, so "mii" will be NULL, and > : mii_mediachg(NULL) will panic the system. >=20 > sc->miibus will be NULL after the device is detached, so you don't get > an error. >=20 Hmm, I'm not very fluent in device(9) API, but I wonder what's then the analog of device_delete_child(sc->miibus) that the majority of foo_detach() methods do. I.e., will the miibus device really be removed? > How again can this happen? >=20 tcpdump -n -i ed0 & kldunload if_ed Still, ed_init_locked() will instantiate many things inappropriate for ed_detach() context. When experimenting with removing device_delete_child(sc->miibus) in rl(4), every new kldunload/kldload will add another miibusX device, showing that the child device removal doesn't happen implicitly. I wonder if you can see the same with ed(4), or if there's some code that does this. Also, the code that you refer seems to only work for pccard, while PCI version should be affected by the same "mii =3D=3D NULL" bug. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDKylvqRfpzJluFF4RAnHNAJ9CoWZTm4FQbhDYY6MlYU3BrI8PHgCdFi/F yuCcDlFjA8kl64/rtOORkSE= =m7i9 -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:22:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E602B16A41F; Fri, 16 Sep 2005 20:22:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B33A443D45; Fri, 16 Sep 2005 20:22:10 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKMAQI019773; Fri, 16 Sep 2005 20:22:10 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKMAVn019772; Fri, 16 Sep 2005 20:22:10 GMT (envelope-from jylefort) Message-Id: <200509162022.j8GKMAVn019772@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 16 Sep 2005 20:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/flightgear-atlas Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:22:11 -0000 jylefort 2005-09-16 20:22:10 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/flightgear-atlas Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add flightgear-atlas. Atlas aims to produce and display high quality charts of the world for users of FlightGear, an open source flight simulator. This is achieved through two main parts: The map creator (simply called Map) and the Atlas viewer. The map creator takes scenery data from FlightGear and transforms it into beautiful map pictures that can be viewed with any bitmap image program that you might have installed or with the Atlas viewing application. The Atlas viewing application can be used for browsing your maps but can also connect directly to FlightGear and display your aircrafts current location on a so called moving map display. WWW: http://atlas.sourceforge.net/ Revision Changes Path 1.818 +1 -0 ports/games/Makefile 1.1 +45 -0 ports/games/flightgear-atlas/Makefile (new) 1.1 +2 -0 ports/games/flightgear-atlas/distinfo (new) 1.1 +16 -0 ports/games/flightgear-atlas/pkg-descr (new) 1.1 +21 -0 ports/games/flightgear-atlas/pkg-message (new) 1.1 +6 -0 ports/games/flightgear-atlas/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:23:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 602CB16A41F; Fri, 16 Sep 2005 20:23:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E51643D45; Fri, 16 Sep 2005 20:23:18 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKNIPm019829; Fri, 16 Sep 2005 20:23:18 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKNHt0019828; Fri, 16 Sep 2005 20:23:17 GMT (envelope-from jylefort) Message-Id: <200509162023.j8GKNHt0019828@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 16 Sep 2005 20:23:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:23:18 -0000 jylefort 2005-09-16 20:23:17 UTC FreeBSD ports repository Modified files: . modules Log: flightgear-atlas --> ports/games/flightgear-atlas Revision Changes Path 1.13177 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:36:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0922B16A41F; Fri, 16 Sep 2005 20:36:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C770E43D46; Fri, 16 Sep 2005 20:36:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKaGHw020329; Fri, 16 Sep 2005 20:36:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKaGDN020328; Fri, 16 Sep 2005 20:36:16 GMT (envelope-from pav) Message-Id: <200509162036.j8GKaGDN020328@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:36:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/vym Makefile distinfo ports/deskutils/vym/files patch-floatimageobj.cpp patch-linkablemapobj.cpp patch-mainwindow.cpp patch-mapeditor.cpp patch-misc.cpp patch-xml.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:36:17 -0000 pav 2005-09-16 20:36:16 UTC FreeBSD ports repository Modified files: deskutils/vym Makefile distinfo deskutils/vym/files patch-linkablemapobj.cpp patch-mainwindow.cpp patch-mapeditor.cpp patch-misc.cpp patch-xml.cpp Removed files: deskutils/vym/files patch-floatimageobj.cpp Log: - Update to 1.7.0 PR: ports/84618 Submitted by: Gerrit Beine (maintainer) Revision Changes Path 1.4 +1 -1 ports/deskutils/vym/Makefile 1.3 +2 -2 ports/deskutils/vym/distinfo 1.3 +0 -19 ports/deskutils/vym/files/patch-floatimageobj.cpp (dead) 1.3 +5 -82 ports/deskutils/vym/files/patch-linkablemapobj.cpp 1.2 +16 -5 ports/deskutils/vym/files/patch-mainwindow.cpp 1.2 +3 -3 ports/deskutils/vym/files/patch-mapeditor.cpp 1.3 +11 -18 ports/deskutils/vym/files/patch-misc.cpp 1.2 +2 -2 ports/deskutils/vym/files/patch-xml.cpp From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:36:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 631B916A41F; Fri, 16 Sep 2005 20:36:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF59043D46; Fri, 16 Sep 2005 20:36:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKabDq020369; Fri, 16 Sep 2005 20:36:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKabtK020368; Fri, 16 Sep 2005 20:36:37 GMT (envelope-from pav) Message-Id: <200509162036.j8GKabtK020368@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:36:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/vym/files patch-edixlinkdialog.ui.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:36:38 -0000 pav 2005-09-16 20:36:37 UTC FreeBSD ports repository Added files: deskutils/vym/files patch-edixlinkdialog.ui.h Log: - Fix build on FreeBSD 4.X Revision Changes Path 1.1 +11 -0 ports/deskutils/vym/files/patch-edixlinkdialog.ui.h (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:38:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7411B16A41F; Fri, 16 Sep 2005 20:38:34 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33E1E43D45; Fri, 16 Sep 2005 20:38:34 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKcY2i020468; Fri, 16 Sep 2005 20:38:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKcYL2020467; Fri, 16 Sep 2005 20:38:34 GMT (envelope-from ru) Message-Id: <200509162038.j8GKcYL2020467@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 16 Sep 2005 20:38:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:38:34 -0000 ru 2005-09-16 20:38:34 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: The arguments to printf() were swapped. Revision Changes Path 1.87 +2 -2 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:42:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E69316A422; Fri, 16 Sep 2005 20:42:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058FD43D48; Fri, 16 Sep 2005 20:42:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKfxCJ020787; Fri, 16 Sep 2005 20:41:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKfxwW020786; Fri, 16 Sep 2005 20:41:59 GMT (envelope-from pav) Message-Id: <200509162041.j8GKfxwW020786@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:41:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/adime Makefile Makefile.man distinfo pkg-descr pkg-plist ports/devel/adime/files patch-misc-makefile.all patch-misc-makefile.uni X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:42:00 -0000 pav 2005-09-16 20:41:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/adime Makefile Makefile.man distinfo pkg-descr pkg-plist devel/adime/files patch-misc-makefile.all patch-misc-makefile.uni Log: Adime is a portable add-on library for Allegro with functions for generating Allegro dialogs in a very simple way. Its main purpose is to give as easy an API as possible to people who want dialogs for editing many kinds of input data. PR: ports/85165 Submitted by: Alejandro Pulver Revision Changes Path 1.1968 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/adime/Makefile (new) 1.1 +48 -0 ports/devel/adime/Makefile.man (new) 1.1 +2 -0 ports/devel/adime/distinfo (new) 1.1 +28 -0 ports/devel/adime/files/patch-misc-makefile.all (new) 1.1 +45 -0 ports/devel/adime/files/patch-misc-makefile.uni (new) 1.1 +6 -0 ports/devel/adime/pkg-descr (new) 1.1 +5 -0 ports/devel/adime/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:42:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937DA16A41F; Fri, 16 Sep 2005 20:42:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53CD343D46; Fri, 16 Sep 2005 20:42:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKguS9020840; Fri, 16 Sep 2005 20:42:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKguGZ020839; Fri, 16 Sep 2005 20:42:56 GMT (envelope-from pav) Message-Id: <200509162042.j8GKguGZ020839@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 20:42:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:42:56 -0000 pav 2005-09-16 20:42:56 UTC FreeBSD ports repository Modified files: . modules Log: adime --> ports/devel/adime Revision Changes Path 1.13178 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:56:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129A816A41F; Fri, 16 Sep 2005 20:56:18 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C68B843D45; Fri, 16 Sep 2005 20:56:17 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKuHTK028596; Fri, 16 Sep 2005 20:56:17 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKuHSE028595; Fri, 16 Sep 2005 20:56:17 GMT (envelope-from kan) Message-Id: <200509162056.j8GKuHSE028595@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 16 Sep 2005 20:56:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libstdc++ config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:56:18 -0000 kan 2005-09-16 20:56:17 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++ config.h Log: Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions if they are not visible from wchar.h. Revision Changes Path 1.12 +8 -0 src/gnu/lib/libstdc++/config.h From owner-cvs-all@FreeBSD.ORG Fri Sep 16 20:56:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA09E16A455; Fri, 16 Sep 2005 20:56:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9917B43D46; Fri, 16 Sep 2005 20:56:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKuL3h028654; Fri, 16 Sep 2005 20:56:21 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKuLEh028653; Fri, 16 Sep 2005 20:56:21 GMT (envelope-from mnag) Message-Id: <200509162056.j8GKuLEh028653@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 20:56:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pam-mysql Makefile distinfo pkg-descr pkg-plist ports/security/pam-mysql/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 20:56:22 -0000 mnag 2005-09-16 20:56:21 UTC FreeBSD ports repository Modified files: security/pam-mysql Makefile distinfo pkg-descr Removed files: security/pam-mysql pkg-plist security/pam-mysql/files patch-aa patch-ab Log: Update to 0.6.0 Submitted to ports@ for test. Without reply. PR: ports/83748 Submitted by: Marcus Grando Approved by: pav (mentor), anders (maintainer timeout, 58 days) Revision Changes Path 1.15 +12 -24 ports/security/pam-mysql/Makefile 1.5 +2 -2 ports/security/pam-mysql/distinfo 1.4 +0 -90 ports/security/pam-mysql/files/patch-aa (dead) 1.2 +0 -18 ports/security/pam-mysql/files/patch-ab (dead) 1.2 +1 -1 ports/security/pam-mysql/pkg-descr 1.3 +0 -5 ports/security/pam-mysql/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 21:00:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5249F16A41F; Fri, 16 Sep 2005 21:00:00 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBCA43D46; Fri, 16 Sep 2005 21:00:00 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GKxxE8028795; Fri, 16 Sep 2005 20:59:59 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GKxxA7028794; Fri, 16 Sep 2005 20:59:59 GMT (envelope-from blackend) Message-Id: <200509162059.j8GKxxA7028794@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 16 Sep 2005 20:59:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 21:00:00 -0000 blackend 2005-09-16 20:59:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: SoundBlaster 16 card requires both snd_sbc(4) and snd_sb16(4) drivers to run, so add missing references to snd_sb16(4) where needed. Found by: Fred Wheeler Revision Changes Path 1.111 +3 -2 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 21:15:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F24F716A41F; Fri, 16 Sep 2005 21:15:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E66343D46; Fri, 16 Sep 2005 21:15:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8GLCmjd053323; Fri, 16 Sep 2005 15:12:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 16 Sep 2005 15:13:01 -0600 (MDT) Message-Id: <20050916.151301.122028383.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050916202207.GA22151@ip.net.ua> References: <20050916194405.GB24879@ip.net.ua> <20050916.135841.130619528.imp@bsdimp.com> <20050916202207.GA22151@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 16 Sep 2005 15:12:49 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 21:15:04 -0000 In message: <20050916202207.GA22151@ip.net.ua> Ruslan Ermilov writes: : Hmm, I'm not very fluent in device(9) API, but I wonder what's then : the analog of device_delete_child(sc->miibus) that the majority of : foo_detach() methods do. I.e., will the miibus device really be : removed? Yes. I believe so. : > How again can this happen? : > : tcpdump -n -i ed0 & : kldunload if_ed : : Still, ed_init_locked() will instantiate many things inappropriate : for ed_detach() context. How does ed_init_locked get called in ed_detach()? It looks to me that ed_stop is called, but ed_init() isn't. Where would it be called? : When experimenting with removing device_delete_child(sc->miibus) : in rl(4), every new kldunload/kldload will add another miibusX : device, showing that the child device removal doesn't happen : implicitly. I wonder if you can see the same with ed(4), or : if there's some code that does this. Also, the code that you : refer seems to only work for pccard, while PCI version should : be affected by the same "mii == NULL" bug. There's no ed + mii + pci. I'll take a look at these details tonight. Warner From owner-cvs-all@FreeBSD.ORG Fri Sep 16 21:20:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E1CF16A41F; Fri, 16 Sep 2005 21:20:30 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C09343D45; Fri, 16 Sep 2005 21:20:30 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GLKTN8029612; Fri, 16 Sep 2005 21:20:30 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GLKTlP029611; Fri, 16 Sep 2005 21:20:29 GMT (envelope-from markus) Message-Id: <200509162120.j8GLKTlP029611@repoman.freebsd.org> From: Markus Brueffer Date: Fri, 16 Sep 2005 21:20:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/kde3-apireference pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 21:20:30 -0000 markus 2005-09-16 21:20:29 UTC FreeBSD ports repository Modified files: x11/kde3-apireference pkg-descr Log: Update WWW Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/x11/kde3-apireference/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Sep 16 21:24:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735CC16A41F; Fri, 16 Sep 2005 21:24:11 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3329C43D45; Fri, 16 Sep 2005 21:24:11 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GLOBvN029737; Fri, 16 Sep 2005 21:24:11 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GLOBxw029736; Fri, 16 Sep 2005 21:24:11 GMT (envelope-from kan) Message-Id: <200509162124.j8GLOBxw029736@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 16 Sep 2005 21:24:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libstdc++ config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 21:24:11 -0000 kan 2005-09-16 21:24:11 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++ config.h Log: Include to get __ISO_C_VISIBLE definition is one is not already available. Revision Changes Path 1.13 +3 -0 src/gnu/lib/libstdc++/config.h From owner-cvs-all@FreeBSD.ORG Fri Sep 16 21:35:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 067F816A41F; Fri, 16 Sep 2005 21:35:06 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46CC43D46; Fri, 16 Sep 2005 21:35:05 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GLZ50U030204; Fri, 16 Sep 2005 21:35:05 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GLZ5S4030203; Fri, 16 Sep 2005 21:35:05 GMT (envelope-from lesi) Message-Id: <200509162135.j8GLZ5S4030203@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 16 Sep 2005 21:35:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/xorg-printserver Makefile pkg-plist ports/x11-servers/xorg-printserver/files patch-Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 21:35:06 -0000 lesi 2005-09-16 21:35:05 UTC FreeBSD ports repository Modified files: x11-servers/xorg-printserver Makefile pkg-plist Added files: x11-servers/xorg-printserver/files patch-Imakefile Log: Fix rc script extension. Spotted by: Rong-En Fan (rafan at infor.org) Revision Changes Path 1.8 +1 -0 ports/x11-servers/xorg-printserver/Makefile 1.1 +11 -0 ports/x11-servers/xorg-printserver/files/patch-Imakefile (new) 1.4 +1 -1 ports/x11-servers/xorg-printserver/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 21:54:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A851016A41F; Fri, 16 Sep 2005 21:54:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0022443D46; Fri, 16 Sep 2005 21:54:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j8GLrejl081888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Sep 2005 01:53:40 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j8GLrdpw081887; Sat, 17 Sep 2005 01:53:39 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 17 Sep 2005 01:53:39 +0400 From: Gleb Smirnoff To: "M. Warner Losh" Message-ID: <20050916215339.GA53891@cell.sick.ru> References: <200509160702.j8G72TBv063544@repoman.freebsd.org> <432B1B49.2010400@samsco.org> <20050916.132636.54186001.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050916.132636.54186001.imp@bsdimp.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib_acpi.c src/sys/i386/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 21:54:01 -0000 On Fri, Sep 16, 2005 at 01:26:36PM -0600, M. Warner Losh wrote: M> : Only the ACPI side of this patch works. The legacy PCI side has no M> : effect on the problem. M> M> OK. I'll take a look at why that is the case... Thanks for the M> report... btw, I haven't tested the PCI side. Neither I have evidence that 5.4-RELEASE boots without ACPI. I can test both things in Monday. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:04:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB3016A41F; Fri, 16 Sep 2005 22:04:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA7F43D46; Fri, 16 Sep 2005 22:04:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GM4JYi031295; Fri, 16 Sep 2005 22:04:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GM4JQG031294; Fri, 16 Sep 2005 22:04:19 GMT (envelope-from pav) Message-Id: <200509162204.j8GM4JQG031294@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 22:04:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ruby-gnomecanvas2/files patch-rbgnome-canvas-path-def.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:04:20 -0000 pav 2005-09-16 22:04:19 UTC FreeBSD ports repository Added files: graphics/ruby-gnomecanvas2/files patch-rbgnome-canvas-path-def.c Log: - Fix build on FreeBSD 4.X Approved by: mezz (maintainer) Revision Changes Path 1.1 +13 -0 ports/graphics/ruby-gnomecanvas2/files/patch-rbgnome-canvas-path-def.c (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:17:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A111116A41F; Fri, 16 Sep 2005 22:17:13 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C35243D45; Fri, 16 Sep 2005 22:17:13 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMHD70031818; Fri, 16 Sep 2005 22:17:13 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMHD7u031817; Fri, 16 Sep 2005 22:17:13 GMT (envelope-from lioux) Message-Id: <200509162217.j8GMHD7u031817@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 16 Sep 2005 22:17:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/py-musicbrainz/files patch-musicbrainz.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:17:13 -0000 lioux 2005-09-16 22:17:13 UTC FreeBSD ports repository Modified files: audio/py-musicbrainz/files patch-musicbrainz.py Log: Fix build on FreeBSD 4.x branch Submitted by: pointyhat (kris) Revision Changes Path 1.2 +6 -3 ports/audio/py-musicbrainz/files/patch-musicbrainz.py From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:31:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD8816A41F; Fri, 16 Sep 2005 22:31:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE5943D45; Fri, 16 Sep 2005 22:31:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMV1AD032400; Fri, 16 Sep 2005 22:31:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMV1DV032399; Fri, 16 Sep 2005 22:31:01 GMT (envelope-from pav) Message-Id: <200509162231.j8GMV1DV032399@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 22:31:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pecl-runkit Makefile distinfo pkg-descr ports/devel/pecl-runkit/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:31:01 -0000 pav 2005-09-16 22:31:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pecl-runkit Makefile distinfo pkg-descr devel/pecl-runkit/files patch-config.m4 Log: PHP - Replace, rename, and remove user defined functions and classes. Define customized superglobal variables for general purpose use. Execute code in restricted environment (sandboxing). PR: ports/84545 Submitted by: Elias Mandouvalos Revision Changes Path 1.1969 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/pecl-runkit/Makefile (new) 1.1 +2 -0 ports/devel/pecl-runkit/distinfo (new) 1.1 +18 -0 ports/devel/pecl-runkit/files/patch-config.m4 (new) 1.1 +5 -0 ports/devel/pecl-runkit/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:31:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33A216A420; Fri, 16 Sep 2005 22:31:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8FE43D48; Fri, 16 Sep 2005 22:31:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMVcwT032454; Fri, 16 Sep 2005 22:31:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMVcuk032453; Fri, 16 Sep 2005 22:31:38 GMT (envelope-from pav) Message-Id: <200509162231.j8GMVcuk032453@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 22:31:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:31:38 -0000 pav 2005-09-16 22:31:38 UTC FreeBSD ports repository Modified files: . modules Log: pecl-runkit --> ports/devel/pecl-runkit Revision Changes Path 1.13179 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:33:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D1216A41F; Fri, 16 Sep 2005 22:33:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3564043D46; Fri, 16 Sep 2005 22:33:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMX7Hp032512; Fri, 16 Sep 2005 22:33:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMX7Ap032511; Fri, 16 Sep 2005 22:33:07 GMT (envelope-from pav) Message-Id: <200509162233.j8GMX7Ap032511@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 22:33:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:33:07 -0000 pav 2005-09-16 22:33:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Elias Mandouvalos for devel/pecl-runkit port. Revision Changes Path 1.446 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:47:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E9416A41F; Fri, 16 Sep 2005 22:47:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3F943D45; Fri, 16 Sep 2005 22:47:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMlKt8033094; Fri, 16 Sep 2005 22:47:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMlKY0033093; Fri, 16 Sep 2005 22:47:20 GMT (envelope-from pav) Message-Id: <200509162247.j8GMlKY0033093@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 22:47:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/py-impacket Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:47:21 -0000 pav 2005-09-16 22:47:20 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-impacket Makefile distinfo pkg-descr pkg-plist Log: Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner. PR: ports/86203 Submitted by: Marcin Jessa Revision Changes Path 1.1534 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/py-impacket/Makefile (new) 1.1 +2 -0 ports/net/py-impacket/distinfo (new) 1.1 +17 -0 ports/net/py-impacket/pkg-descr (new) 1.1 +60 -0 ports/net/py-impacket/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:48:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE19C16A41F; Fri, 16 Sep 2005 22:48:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1E043D46; Fri, 16 Sep 2005 22:48:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMmoi9033155; Fri, 16 Sep 2005 22:48:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMmoBN033154; Fri, 16 Sep 2005 22:48:50 GMT (envelope-from pav) Message-Id: <200509162248.j8GMmoBN033154@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 16 Sep 2005 22:48:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:48:51 -0000 pav 2005-09-16 22:48:50 UTC FreeBSD ports repository Modified files: . modules Log: py-impacket --> ports/net/py-impacket Revision Changes Path 1.13180 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:58:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD2E16A41F; Fri, 16 Sep 2005 22:58:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDDEA43D45; Fri, 16 Sep 2005 22:58:51 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMwpeu034355; Fri, 16 Sep 2005 22:58:51 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMwpqP034354; Fri, 16 Sep 2005 22:58:51 GMT (envelope-from mnag) Message-Id: <200509162258.j8GMwpqP034354@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 16 Sep 2005 22:58:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/avenger Makefile distinfo pkg-deinstall pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:58:52 -0000 mnag 2005-09-16 22:58:51 UTC FreeBSD ports repository Modified files: mail/avenger Makefile distinfo pkg-deinstall pkg-install pkg-plist Log: Update to 0.7 PR: ports/85064 Submitted by: David Mazieres (maintainer) Approved by: pav (mentor) Revision Changes Path 1.6 +4 -10 ports/mail/avenger/Makefile 1.3 +2 -2 ports/mail/avenger/distinfo 1.2 +3 -1 ports/mail/avenger/pkg-deinstall 1.3 +7 -15 ports/mail/avenger/pkg-install 1.2 +10 -0 ports/mail/avenger/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Sep 16 22:59:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D593F16A41F; Fri, 16 Sep 2005 22:59:47 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D1343D46; Fri, 16 Sep 2005 22:59:47 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GMxlm0034400; Fri, 16 Sep 2005 22:59:47 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GMxlAn034399; Fri, 16 Sep 2005 22:59:47 GMT (envelope-from anholt) Message-Id: <200509162259.j8GMxlAn034399@repoman.freebsd.org> From: Eric Anholt Date: Fri, 16 Sep 2005 22:59:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp_nvidia.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 22:59:48 -0000 anholt 2005-09-16 22:59:47 UTC FreeBSD src repository Modified files: sys/pci agp_nvidia.c Log: Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon 9200 according to one responder. The primary issue was not setting some bits to say that the entries were active, but also fix one place where some memory wasn't being used as volatile as it should. While here, change some use of ffs to a relatively short case statement, to make it more obvious what's going on. PR: kern/71638, kern/72372, kern/71547? Submitted by: Andrew J. Caines , Robin Schoonover , Jason Henson Revision Changes Path 1.10 +20 -11 src/sys/pci/agp_nvidia.c From owner-cvs-all@FreeBSD.ORG Fri Sep 16 23:06:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 618) id AA96916A420; Fri, 16 Sep 2005 23:06:08 +0000 (GMT) In-Reply-To: <20050916.151301.122028383.imp@bsdimp.com> from "M. Warner Losh" at "Sep 16, 2005 03:13:01 pm" To: imp@bsdimp.com (M. Warner Losh) Date: Fri, 16 Sep 2005 23:06:08 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20050916230608.AA96916A420@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 23:06:08 -0000 > In message: <20050916202207.GA22151@ip.net.ua> > Ruslan Ermilov writes: > : Hmm, I'm not very fluent in device(9) API, but I wonder what's then > : the analog of device_delete_child(sc->miibus) that the majority of > : foo_detach() methods do. I.e., will the miibus device really be > : removed? > > Yes. I believe so. > > : > How again can this happen? > : > > : tcpdump -n -i ed0 & > : kldunload if_ed > : > : Still, ed_init_locked() will instantiate many things inappropriate > : for ed_detach() context. > > How does ed_init_locked get called in ed_detach()? It looks to me > that ed_stop is called, but ed_init() isn't. Where would it be > called? BPF calls it. If someone's got a BPF listener on an interface and you detach the interface, BPF goes "oh shit, this interface is going away and I've still got my grimy paws on it -- I better clean up" and one of the things it does in the process is turn off promiscuous mode. To do that, it calls (*ifp->if_ioctl)(SIOCSIFFLAGS) to turn off IFF_PROMISC. Now, _some_ drivers will shortcut the handling of SIOCSIFFLAGS by simply calling their (*ifp->if_init)() function, since they know this routine configures the RX filter settings anyway. At this point, even though you're in the middle of detaching the interface, IFF_UP is still set, so (*ifp->if_init)() goes through the motions of initializing the chip and all the other driver machinery, which brings the interface back up again even though foo_detach() just stopped it. The main way you get in trouble with this is if your foo_init() routine launches any timers or taskqueue processing. These may be triggered after foo_detach() returns, by which time either the resources allocated for the driver have been deleted or the text pages have been invalidated, or both. You could also get in trouble if you did: foo_detach() { foo_stop(sc); free(sc->something_really_important, M_WHATEVER); ether_ifdetach(ifp); } If foo_init() depends on something_really_important, then you're hosed if foo_init() runs again. My solution in re_detach() was basically just convenient. I had no idea a bikeshed would errupt over the fact that I was clearing IFF_UP. I know IFF_UP is supposed to be an administratively changed flag, but unloading the driver _is_ an administrative action. And for crying out loud, the interface is about to be destroyed: what difference does it make? If you insist on sticking to the "no twiddling IFF_UP from inside the driver" rule, then I think the problem can be avoided by simply not being lazy in foo_ioctl() and actually having explicit code in SIOCSIFFLAGS case that turns promisc mode on and off on an IFF_PROMISC transition, and is careful not to do it unless IFF_RUNNING is set. It also needs to handle IFF_UP separately from IFF_PROMISC. I think the correct logic would look something like: if (IFF_UP was toggled up) foo_init(sc); else if (IFF_UP was toggled down) foo_stop(sc); if (IFF_PROMISC was toggled up && ifp->if_flags & IFF_RUNNING) foo_set_promisc(sc); else if (IFF_PROMISC was toggled down && ifp->if_flags & IFF_RUNNING) foo_clear_promisc(sc); Note that the ether_ifdetach->bpf->foo_ioctl interaction can occur regardless of the bus the NIC is attached to. It doesn't matter if it's PCI, pccard or usb, or whether or not it uses mii. The bus attachments can influence the thing ends up crashing though. -Bill -- ============================================================================= -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu wpaul@windriver.com | Wind River Systems ============================================================================= "Ignorance may be bliss, but delusion is ecstasy!" -Perki ============================================================================= From owner-cvs-all@FreeBSD.ORG Fri Sep 16 23:07:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC1CB16A41F; Fri, 16 Sep 2005 23:07:43 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780BB43D45; Fri, 16 Sep 2005 23:07:43 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8GN7haa034771; Fri, 16 Sep 2005 23:07:43 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8GN7h7q034770; Fri, 16 Sep 2005 23:07:43 GMT (envelope-from roberto) Message-Id: <200509162307.j8GN7h7q034770@repoman.freebsd.org> From: Ollivier Robert Date: Fri, 16 Sep 2005 23:07:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 23:07:43 -0000 roberto 2005-09-16 23:07:43 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo pkg-plist Log: Update to newly-released 0.7. Take over maintainership from ports@. Revision Changes Path 1.6 +2 -2 ports/devel/mercurial/Makefile 1.4 +2 -2 ports/devel/mercurial/distinfo 1.5 +31 -0 ports/devel/mercurial/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 00:04:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF72716A41F; Sat, 17 Sep 2005 00:04:28 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E4B43D45; Sat, 17 Sep 2005 00:04:28 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H04Sap036935; Sat, 17 Sep 2005 00:04:28 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H04SPc036934; Sat, 17 Sep 2005 00:04:28 GMT (envelope-from nork) Message-Id: <200509170004.j8H04SPc036934@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 17 Sep 2005 00:04:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/exrtools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 00:04:29 -0000 nork 2005-09-17 00:04:28 UTC FreeBSD ports repository Modified files: graphics/exrtools Makefile Log: Add MASTER_SITES. PR: ports/86238 Submitted by: Emanuel Haupt (maintainer) Revision Changes Path 1.2 +2 -1 ports/graphics/exrtools/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 00:11:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0BE16A41F; Sat, 17 Sep 2005 00:11:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6932343D45; Sat, 17 Sep 2005 00:11:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H0BVoq038573; Sat, 17 Sep 2005 00:11:31 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H0BVew038572; Sat, 17 Sep 2005 00:11:31 GMT (envelope-from linimon) Message-Id: <200509170011.j8H0BVew038572@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 00:11:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux-winetools pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 00:11:31 -0000 linimon 2005-09-17 00:11:31 UTC FreeBSD ports repository Modified files: emulators/linux-winetools pkg-descr Log: Chase updated mastersite. Source: distfile survey Revision Changes Path 1.4 +1 -1 ports/emulators/linux-winetools/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Sep 17 00:12:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D5A316A41F; Sat, 17 Sep 2005 00:12:19 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8B043D48; Sat, 17 Sep 2005 00:12:18 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H0CIkc038767; Sat, 17 Sep 2005 00:12:18 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H0CInL038766; Sat, 17 Sep 2005 00:12:18 GMT (envelope-from garys) Message-Id: <200509170012.j8H0CInL038766@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 17 Sep 2005 00:12:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 00:12:19 -0000 garys 2005-09-17 00:12:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: Mention tmpmfs- and varmfs-related variables in Dir.Struc. chapter. = Also mention rc.conf(5), /etc/fstab, and mdmfs(8) = Add note that /var/tmp files might then be lost on reboot. Based on a tmpmfs-related patch by Niclas Zeising. Approved by: keramida Revision Changes Path 1.140 +20 -7 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 00:49:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF33216A41F; Sat, 17 Sep 2005 00:49:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8967743D45; Sat, 17 Sep 2005 00:49:19 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H0nJf0053946; Sat, 17 Sep 2005 00:49:19 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H0nJbX053945; Sat, 17 Sep 2005 00:49:19 GMT (envelope-from nork) Message-Id: <200509170049.j8H0nJbX053945@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 17 Sep 2005 00:49:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/timidity++ Makefile pkg-message pkg-plist ports/audio/timidity++/files patch-configure patch-playmidi ports/audio/eawpats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 00:49:19 -0000 nork 2005-09-17 00:49:19 UTC FreeBSD ports repository Modified files: audio/timidity++ Makefile pkg-plist audio/eawpats Makefile Added files: audio/timidity++/files patch-configure patch-playmidi Removed files: audio/timidity++ pkg-message Log: o Fix deep recursion problem of dependency on self. [1] o Fix typo in playmidi.c. [2] o Find tk84 or tk83 library for timidity++-tcltk slave port. [2] o Change install directory of Japanese documentation files. [2] o Add RUN_DEPENDS on the timidity.cfg installed by audio/eawpats. [2] [3] I'll add audio/eawplus, and change dependency on audio/eawplus. o Remove explicit requirements for particular major numbers [2] of the dependencies' share libraries. [2] Pointed out by: Mikhail Teterin [1] [3] Noticed by: portmgr (marcus) [1] Suggested by: portmgr (kris) [1] Submitted by: Mikhail Teterin [2] Approved by: Jonathan Lennox [3] Revision Changes Path 1.10 +1 -4 ports/audio/eawpats/Makefile 1.44 +14 -15 ports/audio/timidity++/Makefile 1.1 +9 -0 ports/audio/timidity++/files/patch-configure (new) 1.1 +9 -0 ports/audio/timidity++/files/patch-playmidi (new) 1.3 +0 -4 ports/audio/timidity++/pkg-message (dead) 1.13 +6 -6 ports/audio/timidity++/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 01:02:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B6316A41F; Sat, 17 Sep 2005 01:02:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F4F43D45; Sat, 17 Sep 2005 01:02:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H12qJN056604; Sat, 17 Sep 2005 01:02:52 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H12qma056602; Sat, 17 Sep 2005 01:02:52 GMT (envelope-from linimon) Message-Id: <200509170102.j8H12qma056602@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 01:02:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/mmencode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 01:02:53 -0000 linimon 2005-09-17 01:02:52 UTC FreeBSD ports repository Modified files: converters/mmencode Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.9 +1 -2 ports/converters/mmencode/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 01:20:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8064116A41F; Sat, 17 Sep 2005 01:20:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B08643D46; Sat, 17 Sep 2005 01:20:12 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H1KCih060064; Sat, 17 Sep 2005 01:20:12 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H1KBhZ060061; Sat, 17 Sep 2005 01:20:11 GMT (envelope-from leeym) Message-Id: <200509170120.j8H1KBhZ060061@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 17 Sep 2005 01:20:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/p5-Astro-SIMBAD Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 01:20:12 -0000 leeym 2005-09-17 01:20:11 UTC FreeBSD ports repository Modified files: astro/p5-Astro-SIMBAD Makefile distinfo Log: - update to 2.0.0 Revision Changes Path 1.7 +1 -2 ports/astro/p5-Astro-SIMBAD/Makefile 1.4 +2 -2 ports/astro/p5-Astro-SIMBAD/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 01:45:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E046816A41F; Sat, 17 Sep 2005 01:45:52 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B07F43D45; Sat, 17 Sep 2005 01:45:52 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H1jqJN065331; Sat, 17 Sep 2005 01:45:52 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H1jqmP065330; Sat, 17 Sep 2005 01:45:52 GMT (envelope-from lioux) Message-Id: <200509170145.j8H1jqmP065330@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 17 Sep 2005 01:45:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/py-libtunepimp/files patch-python::tunepimp::tunepimp.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 01:45:53 -0000 lioux 2005-09-17 01:45:52 UTC FreeBSD ports repository Modified files: audio/py-libtunepimp/files patch-python::tunepimp::tunepimp.py Log: Fix build on FreeBSD 4.x branch Revision Changes Path 1.2 +7 -4 ports/audio/py-libtunepimp/files/patch-python::tunepimp::tunepimp.py From owner-cvs-all@FreeBSD.ORG Sat Sep 17 02:20:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38C116A41F; Sat, 17 Sep 2005 02:20:36 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4764843D45; Sat, 17 Sep 2005 02:20:36 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H2Kari072385; Sat, 17 Sep 2005 02:20:36 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H2KaX1072384; Sat, 17 Sep 2005 02:20:36 GMT (envelope-from leeym) Message-Id: <200509170220.j8H2KaX1072384@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 17 Sep 2005 02:20:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-accessors Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 02:20:36 -0000 leeym 2005-09-17 02:20:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-accessors Makefile distinfo pkg-descr Log: - add p5-accessors-0.02 The accessors pragma lets you create simple accessors at compile-time. Revision Changes Path 1.1970 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-accessors/Makefile (new) 1.1 +2 -0 ports/devel/p5-accessors/distinfo (new) 1.1 +15 -0 ports/devel/p5-accessors/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 02:20:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0274716A41F; Sat, 17 Sep 2005 02:20:51 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D2E43D46; Sat, 17 Sep 2005 02:20:50 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H2KoGk072501; Sat, 17 Sep 2005 02:20:50 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H2KoX6072500; Sat, 17 Sep 2005 02:20:50 GMT (envelope-from leeym) Message-Id: <200509170220.j8H2KoX6072500@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 17 Sep 2005 02:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 02:20:51 -0000 leeym 2005-09-17 02:20:50 UTC FreeBSD ports repository Modified files: . modules Log: p5-accessors --> ports/devel/p5-accessors Revision Changes Path 1.13181 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 02:33:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5398B16A41F; Sat, 17 Sep 2005 02:33:52 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1060243D45; Sat, 17 Sep 2005 02:33:52 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H2Xpe6075057; Sat, 17 Sep 2005 02:33:51 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H2XpPN075056; Sat, 17 Sep 2005 02:33:51 GMT (envelope-from leeym) Message-Id: <200509170233.j8H2XpPN075056@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 17 Sep 2005 02:33:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IO-Util Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 02:33:52 -0000 leeym 2005-09-17 02:33:51 UTC FreeBSD ports repository Modified files: devel/p5-IO-Util Makefile distinfo Log: - update to 1.48 Revision Changes Path 1.3 +2 -2 ports/devel/p5-IO-Util/Makefile 1.3 +2 -2 ports/devel/p5-IO-Util/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 02:48:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4F416A41F; Sat, 17 Sep 2005 02:48:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C89343D45; Sat, 17 Sep 2005 02:48:53 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H2mrvN078177; Sat, 17 Sep 2005 02:48:53 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H2mrIX078176; Sat, 17 Sep 2005 02:48:53 GMT (envelope-from linimon) Message-Id: <200509170248.j8H2mrIX078176@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 02:48:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/xzx Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 02:48:53 -0000 linimon 2005-09-17 02:48:53 UTC FreeBSD ports repository Modified files: emulators/xzx Makefile pkg-descr Log: Chase mastersite. Source: distfile survey Revision Changes Path 1.44 +1 -1 ports/emulators/xzx/Makefile 1.5 +1 -1 ports/emulators/xzx/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Sep 17 03:07:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C06316A41F; Sat, 17 Sep 2005 03:07:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C691B43D46; Sat, 17 Sep 2005 03:07:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H37nL0081841; Sat, 17 Sep 2005 03:07:49 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H37nNc081840; Sat, 17 Sep 2005 03:07:49 GMT (envelope-from linimon) Message-Id: <200509170307.j8H37nNc081840@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 03:07:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 03:07:50 -0000 linimon 2005-09-17 03:07:49 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove obsolete Sourceware mastersites. Source: distfile survey Revision Changes Path 1.309 +2 -4 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Sep 17 03:16:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D1816A41F; Sat, 17 Sep 2005 03:16:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723CD43D49; Sat, 17 Sep 2005 03:16:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H3Gs5L082757; Sat, 17 Sep 2005 03:16:54 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H3Gs9J082756; Sat, 17 Sep 2005 03:16:54 GMT (envelope-from linimon) Message-Id: <200509170316.j8H3Gs9J082756@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 03:16:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/mips64emul Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 03:16:54 -0000 linimon 2005-09-17 03:16:54 UTC FreeBSD ports repository Modified files: emulators/mips64emul Makefile Log: Mark for deprecation. This port is supplanted by emulators/gxemul by the same author. Source: distfile survey Revision Changes Path 1.7 +2 -0 ports/emulators/mips64emul/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 03:31:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9A316A41F; Sat, 17 Sep 2005 03:31:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F199B43D45; Sat, 17 Sep 2005 03:31:55 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H3Vton083772; Sat, 17 Sep 2005 03:31:55 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H3VtVm083771; Sat, 17 Sep 2005 03:31:55 GMT (envelope-from linimon) Message-Id: <200509170331.j8H3VtVm083771@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 03:31:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/aria Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 03:31:56 -0000 linimon 2005-09-17 03:31:55 UTC FreeBSD ports repository Modified files: www/aria Makefile Log: Remove obsolete mastersite. Source: distfile survey Revision Changes Path 1.23 +1 -2 ports/www/aria/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 03:36:47 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E954F16A41F; Sat, 17 Sep 2005 03:36:47 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C7443D45; Sat, 17 Sep 2005 03:36:47 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H3algY083993; Sat, 17 Sep 2005 03:36:47 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H3alVZ083992; Sat, 17 Sep 2005 03:36:47 GMT (envelope-from anholt) Message-Id: <200509170336.j8H3alVZ083992@repoman.freebsd.org> From: Eric Anholt Date: Sat, 17 Sep 2005 03:36:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 03:36:48 -0000 anholt 2005-09-17 03:36:47 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/pci agpreg.h sys/modules/agp Makefile Added files: sys/pci agp_ati.c Log: Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff for multiple useful testing cycles, and Ralf Wostrack for the final fix to get it working. PR: i386/75251 Submitted by: anholt Revision Changes Path 1.541 +1 -0 src/sys/conf/files.i386 1.15 +1 -1 src/sys/modules/agp/Makefile 1.1 +386 -0 src/sys/pci/agp_ati.c (new) 1.14 +12 -0 src/sys/pci/agpreg.h From owner-cvs-all@FreeBSD.ORG Sat Sep 17 04:01:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA6E16A41F; Sat, 17 Sep 2005 04:01:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780C543D48; Sat, 17 Sep 2005 04:01:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H415Kp085314; Sat, 17 Sep 2005 04:01:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H415VL085313; Sat, 17 Sep 2005 04:01:05 GMT (envelope-from imp) Message-Id: <200509170401.j8H415VL085313@repoman.freebsd.org> From: Warner Losh Date: Sat, 17 Sep 2005 04:01:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ed if_ed.c if_ed_3c503.c if_ed_cbus.c if_ed_hpp.c if_ed_isa.c if_ed_novell.c if_ed_pccard.c if_ed_pci.c if_ed_sic.c if_ed_wd80x3.c if_edreg.h if_edvar.h src/sys/dev/ep if_ep.c if_ep_eisa.c if_ep_pccard.c if_epreg.h if_epvar.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 04:01:06 -0000 imp 2005-09-17 04:01:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ed if_ed.c if_ed_3c503.c if_ed_cbus.c if_ed_hpp.c if_ed_isa.c if_ed_novell.c if_ed_pccard.c if_ed_pci.c if_ed_sic.c if_ed_wd80x3.c if_edreg.h if_edvar.h sys/dev/ep if_ep.c if_ep_eisa.c if_ep_pccard.c if_epreg.h if_epvar.h sys/dev/pccard card_if.m pccard.c pccard_cis.c pccard_cis.h pccarddevs pccardvar.h sys/dev/sn if_sn.c if_sn_pccard.c if_snvar.h sys/dev/xe if_xe.c if_xe_pccard.c Log: MFC: pccard updates o New APIs to access CIS, attribute memory and pccard registers o Lock ed driver o Support more cards in ed, ep, sn, xe o Use new APIs to get MAC address right more often. Approved by: re (scottl) Revision Changes Path 1.254.2.3 +170 -182 src/sys/dev/ed/if_ed.c 1.2.2.1 +1 -1 src/sys/dev/ed/if_ed_3c503.c 1.21.2.1 +10 -7 src/sys/dev/ed/if_ed_cbus.c 1.2.2.1 +6 -5 src/sys/dev/ed/if_ed_hpp.c 1.23.2.1 +8 -2 src/sys/dev/ed/if_ed_isa.c 1.6.2.1 +11 -11 src/sys/dev/ed/if_ed_novell.c 1.84.2.1 +437 -272 src/sys/dev/ed/if_ed_pccard.c 1.43.2.1 +12 -11 src/sys/dev/ed/if_ed_pci.c 1.4.2.1 +4 -3 src/sys/dev/ed/if_ed_sic.c 1.4.2.1 +1 -1 src/sys/dev/ed/if_ed_wd80x3.c 1.37.2.1 +18 -21 src/sys/dev/ed/if_edreg.h 1.32.2.1 +25 -9 src/sys/dev/ed/if_edvar.h 1.140.2.2 +6 -4 src/sys/dev/ep/if_ep.c 1.33.2.1 +6 -6 src/sys/dev/ep/if_ep_eisa.c 1.48.2.1 +1 -1 src/sys/dev/ep/if_ep_pccard.c 1.37.2.1 +7 -2 src/sys/dev/ep/if_epreg.h 1.18.2.1 +1 -2 src/sys/dev/ep/if_epvar.h 1.29.2.1 +41 -0 src/sys/dev/pccard/card_if.m 1.105.2.1 +161 -49 src/sys/dev/pccard/pccard.c 1.34.2.1 +10 -24 src/sys/dev/pccard/pccard_cis.c 1.3.2.1 +0 -1 src/sys/dev/pccard/pccard_cis.h 1.109.2.1 +35 -8 src/sys/dev/pccard/pccarddevs 1.53.2.1 +36 -23 src/sys/dev/pccard/pccardvar.h 1.45.2.3 +8 -4 src/sys/dev/sn/if_sn.c 1.32.2.1 +184 -41 src/sys/dev/sn/if_sn_pccard.c 1.8.2.1 +3 -1 src/sys/dev/sn/if_snvar.h 1.55.2.3 +6 -13 src/sys/dev/xe/if_xe.c 1.26.2.2 +103 -188 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 05:25:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BA116A41F; Sat, 17 Sep 2005 05:25:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7259B43D45; Sat, 17 Sep 2005 05:25:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H5Pngn096407; Sat, 17 Sep 2005 05:25:49 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H5PnNB096406; Sat, 17 Sep 2005 05:25:49 GMT (envelope-from linimon) Message-Id: <200509170525.j8H5PnNB096406@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 05:25:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 05:25:49 -0000 linimon 2005-09-17 05:25:49 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Remove obsolete CPAN mastersite. This was the source of over 1600 lines in the distfile survey. Source: distfile survey Revision Changes Path 1.310 +1 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Sep 17 05:43:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B7016A41F; Sat, 17 Sep 2005 05:43:40 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD66D43D46; Sat, 17 Sep 2005 05:43:39 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H5hdVJ097019; Sat, 17 Sep 2005 05:43:39 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H5hdu5097018; Sat, 17 Sep 2005 05:43:39 GMT (envelope-from dinoex) Message-Id: <200509170543.j8H5hdu5097018@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 17 Sep 2005 05:43:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sendmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 05:43:40 -0000 dinoex 2005-09-17 05:43:39 UTC FreeBSD ports repository Modified files: mail/sendmail Makefile distinfo Log: - update to 8.13.5 (md5 verified) Revision Changes Path 1.112 +1 -1 ports/mail/sendmail/Makefile 1.26 +2 -2 ports/mail/sendmail/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 06:34:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD21A16A41F; Sat, 17 Sep 2005 06:34:20 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D06143D48; Sat, 17 Sep 2005 06:34:20 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H6YKGZ098650; Sat, 17 Sep 2005 06:34:20 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H6YKYV098649; Sat, 17 Sep 2005 06:34:20 GMT (envelope-from marcel) Message-Id: <200509170634.j8H6YKYV098649@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Sep 2005 06:34:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys gpt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 06:34:21 -0000 marcel 2005-09-17 06:34:19 UTC FreeBSD src repository Modified files: sys/sys gpt.h Log: o Change the type of the ent_name field from short to uint16_t. UTF-16 characters are not negative. o Change the corresponding comment from UNICODE-16 to UTF-16. There's no such thing as UNICODE-16. Revision Changes Path 1.9 +1 -1 src/sys/sys/gpt.h From owner-cvs-all@FreeBSD.ORG Sat Sep 17 07:05:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A41316A41F; Sat, 17 Sep 2005 07:05:18 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D267743D45; Sat, 17 Sep 2005 07:05:17 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H75HDc099721; Sat, 17 Sep 2005 07:05:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H75Ho1099720; Sat, 17 Sep 2005 07:05:17 GMT (envelope-from marcel) Message-Id: <200509170705.j8H75Ho1099720@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Sep 2005 07:05:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 07:05:18 -0000 marcel 2005-09-17 07:05:17 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Complete rewrite in preparation of adding support for control requests. The following features have been added: 1. Extensive checking and validation of both the primary and secondary headers to protect against corrupted data and to take advantage of the redundancy to allow the GPT to be used in the face of recoverable corruption. 2. Dynamic data-structures to avoid hardcoding gratuitous table limits so as to support the creation of GPT tables of (as of yet) unspecified size. 3. Only allow kernel dumps to swap partitions to provide the necessary anti-footshooting measures. Linux swap partitions are allowed. 4. Complete dump of the GPT configuration, including labels. 5. Supports Byte Order Mark (U+FEFF) handling for big-endian, little-endian and mixed-endian partition names. Revision Changes Path 1.33 +727 -155 src/sys/geom/geom_gpt.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 07:16:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8FB16A41F; Sat, 17 Sep 2005 07:16:17 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCB543D45; Sat, 17 Sep 2005 07:16:17 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H7GGuP000282; Sat, 17 Sep 2005 07:16:17 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H7GGV6000281; Sat, 17 Sep 2005 07:16:16 GMT (envelope-from leeym) Message-Id: <200509170716.j8H7GGV6000281@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 17 Sep 2005 07:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WebService-Bloglines Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 07:16:17 -0000 leeym 2005-09-17 07:16:16 UTC FreeBSD ports repository Modified files: www/p5-WebService-Bloglines Makefile distinfo Log: - update to 0.09 Revision Changes Path 1.5 +1 -1 ports/www/p5-WebService-Bloglines/Makefile 1.5 +2 -2 ports/www/p5-WebService-Bloglines/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 08:27:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE5616A41F; Sat, 17 Sep 2005 08:27:05 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B1043D49; Sat, 17 Sep 2005 08:27:01 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j8H8Qu53080610; Sat, 17 Sep 2005 12:26:56 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j8H8QoOM080609; Sat, 17 Sep 2005 12:26:50 +0400 (MSD) (envelope-from yar) Date: Sat, 17 Sep 2005 12:26:50 +0400 From: Yar Tikhiy To: Ruslan Ermilov Message-ID: <20050917082650.GA80221@comp.chem.msu.su> References: <200509162038.j8GKcYL2020467@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509162038.j8GKcYL2020467@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 08:27:05 -0000 On Fri, Sep 16, 2005 at 08:38:34PM +0000, Ruslan Ermilov wrote: > ru 2005-09-16 20:38:34 UTC > > FreeBSD src repository > > Modified files: > sys/net if_vlan.c > Log: > The arguments to printf() were swapped. > > Revision Changes Path > 1.87 +2 -2 src/sys/net/if_vlan.c Thanks for fixing this, was my fault. -- Yar From owner-cvs-all@FreeBSD.ORG Sat Sep 17 08:47:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A43BC16A41F for ; Sat, 17 Sep 2005 08:47:13 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FFF643D46 for ; Sat, 17 Sep 2005 08:47:12 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 60712 invoked from network); 17 Sep 2005 08:47:10 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 17 Sep 2005 08:47:10 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 17 Sep 2005 03:47:09 -0500 (CDT) From: Mike Silbersack To: Eric Anholt In-Reply-To: <200509170336.j8H3alVZ083992@repoman.freebsd.org> Message-ID: <20050917034526.U3662@odysseus.silby.com> References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 08:47:13 -0000 I think I asked in irc a while ago, but I can't recall the answer. I don't seem to have agp support on my laptop, which has: (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/27, 0xe0000000/19, I/O @ 0x1800/3 (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/27, 0xe0080000/19 According to Xorg. Was there something odd about the chipset, or is it just a matter of adding device IDs? This is with RELENG_6. Mike "Silby" Silbersack On Sat, 17 Sep 2005, Eric Anholt wrote: > anholt 2005-09-17 03:36:47 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 > sys/pci agpreg.h > sys/modules/agp Makefile > Added files: > sys/pci agp_ati.c > Log: > Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of > the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff > for multiple useful testing cycles, and Ralf Wostrack for the final fix to get > it working. > > PR: i386/75251 > Submitted by: anholt > > Revision Changes Path > 1.541 +1 -0 src/sys/conf/files.i386 > 1.15 +1 -1 src/sys/modules/agp/Makefile > 1.1 +386 -0 src/sys/pci/agp_ati.c (new) > 1.14 +12 -0 src/sys/pci/agpreg.h > From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:12:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33ABD16A41F; Sat, 17 Sep 2005 09:12:18 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E620D43D45; Sat, 17 Sep 2005 09:12:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9CHFm011392; Sat, 17 Sep 2005 09:12:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9CH86011391; Sat, 17 Sep 2005 09:12:17 GMT (envelope-from brueffer) Message-Id: <200509170912.j8H9CH86011391@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Sep 2005 09:12:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:12:18 -0000 brueffer 2005-09-17 09:12:16 UTC FreeBSD doc repository Modified files: en/projects/busdma index.sgml Log: Remove will from the responsible section of the txp(4) driver. Approved by: will Revision Changes Path 1.109 +2 -2 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:20:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A82D16A41F; Sat, 17 Sep 2005 09:20:17 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A2B343D46; Sat, 17 Sep 2005 09:20:17 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9KGXp011678; Sat, 17 Sep 2005 09:20:16 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9KGbC011677; Sat, 17 Sep 2005 09:20:16 GMT (envelope-from joel) Message-Id: <200509170920.j8H9KGbC011677@repoman.freebsd.org> From: Joel Dahl Date: Sat, 17 Sep 2005 09:20:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 cdce.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:20:17 -0000 joel 2005-09-17 09:20:16 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 cdce.4 Log: Add HARDWARE section. Reviewed by: brueffer Revision Changes Path 1.6 +14 -10 src/share/man/man4/cdce.4 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:25:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F151916A41F; Sat, 17 Sep 2005 09:25:55 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B082A43D46; Sat, 17 Sep 2005 09:25:55 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9PtZB011939; Sat, 17 Sep 2005 09:25:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9PtZh011938; Sat, 17 Sep 2005 09:25:55 GMT (envelope-from brueffer) Message-Id: <200509170925.j8H9PtZh011938@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 17 Sep 2005 09:25:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:25:56 -0000 brueffer 2005-09-17 09:25:54 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Rename the "File Systems" section to "Storage" and add the bigdisk project to it. Requested by: many people (the bigdisk part) Revision Changes Path 1.178 +8 -4 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:35:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA30016A41F; Sat, 17 Sep 2005 09:35:57 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8351F43D48; Sat, 17 Sep 2005 09:35:57 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9ZvSr012322; Sat, 17 Sep 2005 09:35:57 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9Zv0V012321; Sat, 17 Sep 2005 09:35:57 GMT (envelope-from joel) Message-Id: <200509170935.j8H9Zv0V012321@repoman.freebsd.org> From: Joel Dahl Date: Sat, 17 Sep 2005 09:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:35:58 -0000 joel 2005-09-17 09:35:56 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc dev.archlist.txt release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add cdce(4). Reviewed by: brueffer Revision Changes Path 1.285 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.67 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:39:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94E9016A41F; Sat, 17 Sep 2005 09:39:13 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 547FF43D45; Sat, 17 Sep 2005 09:39:13 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9dDAQ012450; Sat, 17 Sep 2005 09:39:13 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9dDW9012449; Sat, 17 Sep 2005 09:39:13 GMT (envelope-from erwin) Message-Id: <200509170939.j8H9dDW9012449@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 17 Sep 2005 09:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:39:13 -0000 erwin 2005-09-17 09:39:12 UTC FreeBSD ports repository Modified files: www Makefile Log: Fix typo Revision Changes Path 1.1178 +1 -1 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:46:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCCE16A41F; Sat, 17 Sep 2005 09:46:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A540643D46; Sat, 17 Sep 2005 09:46:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9kmbn012774; Sat, 17 Sep 2005 09:46:48 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9km6u012773; Sat, 17 Sep 2005 09:46:48 GMT (envelope-from joel) Message-Id: <200509170946.j8H9km6u012773@repoman.freebsd.org> From: Joel Dahl Date: Sat, 17 Sep 2005 09:46:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:46:49 -0000 joel 2005-09-17 09:46:48 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Fix typo. Noticed by: brueffer Revision Changes Path 1.445 +1 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 09:49:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3BC16A41F; Sat, 17 Sep 2005 09:49:18 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5DC43D46; Sat, 17 Sep 2005 09:49:18 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8H9nHoW012879; Sat, 17 Sep 2005 09:49:17 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8H9nHo8012878; Sat, 17 Sep 2005 09:49:17 GMT (envelope-from oliver) Message-Id: <200509170949.j8H9nHo8012878@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 17 Sep 2005 09:49:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/courier-imap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 09:49:18 -0000 oliver 2005-09-17 09:49:17 UTC FreeBSD ports repository Modified files: mail/courier-imap Makefile distinfo Log: update to 4.0.5 Revision Changes Path 1.101 +1 -1 ports/mail/courier-imap/Makefile 1.49 +2 -4 ports/mail/courier-imap/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 10:16:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F332216A41F; Sat, 17 Sep 2005 10:16:04 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F8F43D45; Sat, 17 Sep 2005 10:16:03 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8HAFoWF003061; Sat, 17 Sep 2005 13:15:50 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 14934-14; Sat, 17 Sep 2005 13:15:49 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j8HAFbkb003056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Sep 2005 13:15:43 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j8HAFqUE046170; Sat, 17 Sep 2005 13:15:52 +0300 (EEST) (envelope-from ru) Date: Sat, 17 Sep 2005 13:15:52 +0300 From: Ruslan Ermilov To: Bill Paul Message-ID: <20050917101552.GC22151@ip.net.ua> References: <20050916.151301.122028383.imp@bsdimp.com> <20050916230608.AA96916A420@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline In-Reply-To: <20050916230608.AA96916A420@hub.freebsd.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jhb@FreeBSD.org, "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 10:16:05 -0000 --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Sep 16, 2005 at 11:06:08PM +0000, Bill Paul wrote: > If you insist on sticking to the "no twiddling IFF_UP from inside > the driver" rule, then I think the problem can be avoided by simply not > being lazy in foo_ioctl() and actually having explicit code in SIOCSIFFLA= GS > case that turns promisc mode on and off on an IFF_PROMISC transition, > and is careful not to do it unless IFF_RUNNING is set. It also > needs to handle IFF_UP separately from IFF_PROMISC. I think the > correct logic would look something like: >=20 > if (IFF_UP was toggled up) > foo_init(sc); > else if (IFF_UP was toggled down) > foo_stop(sc); >=20 > if (IFF_PROMISC was toggled up && ifp->if_flags & IFF_RUNNING) > foo_set_promisc(sc); > else if (IFF_PROMISC was toggled down && ifp->if_flags & IFF_RUNNING) > foo_clear_promisc(sc); >=20 How about prototyping the "lazy" SIOCSIFFLAGS handler as follows: if (IFF_UP has toggled up) foo_init(); /* foo_init takes care of IFF_PROMISC etc. */ else if (IFF_UP has toggled down) foo_stop(); else if (IFF_DRV_RUNNING) { if (something interesting has toggled) foo_init(); } Non-lazy handlers can specifially process IFF_PROMISC|IFF_ALLMULTI toggles. For comparison, the current "lazy" handler is as follows: if (IFF_UP) foo_init(); else if (!IFF_UP & IFF_DRV_RUNNING) foo_stop(); I.e., it doesn't remember the previous state. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --uXxzq0nDebZQVNAZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDK+zXqRfpzJluFF4RAolZAJ4y+0V9/QikPJBEuDECfo7TFuHxXQCfbLhK /Bn2nksCGiuLfm2uNuyzACU= =IevN -----END PGP SIGNATURE----- --uXxzq0nDebZQVNAZ-- From owner-cvs-all@FreeBSD.ORG Sat Sep 17 10:41:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13C716A41F; Sat, 17 Sep 2005 10:41:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90EC043D45; Sat, 17 Sep 2005 10:41:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HAfmNU014755; Sat, 17 Sep 2005 10:41:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HAfm3S014753; Sat, 17 Sep 2005 10:41:48 GMT (envelope-from pav) Message-Id: <200509171041.j8HAfm3S014753@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 10:41:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/duel Makefile distinfo pkg-descr pkg-plist ports/games/duel/files duel-sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 10:41:48 -0000 pav 2005-09-17 10:41:47 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/duel Makefile distinfo pkg-descr pkg-plist games/duel/files duel-sh.in Log: A simple, easy to understand game. From an overhead perspective, pilot your little ship around with the arrow keys, shooting your way (with the space bar) through about twenty levels of action and gorgeous (_cough_) 3d graphics. In theory, all you windows folks need to do is extract the archive, and double click the exe. In theory. Sorry, I never got round to adding sound - but look on the bright side, at least you can use it at work without anyone noticing. :) PR: ports/84924 Submitted by: Alejandro Pulver Revision Changes Path 1.819 +1 -0 ports/games/Makefile 1.1 +64 -0 ports/games/duel/Makefile (new) 1.1 +2 -0 ports/games/duel/distinfo (new) 1.1 +21 -0 ports/games/duel/files/duel-sh.in (new) 1.1 +8 -0 ports/games/duel/pkg-descr (new) 1.1 +82 -0 ports/games/duel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 10:42:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4F816A41F; Sat, 17 Sep 2005 10:42:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D23843D45; Sat, 17 Sep 2005 10:42:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HAgQSe014813; Sat, 17 Sep 2005 10:42:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HAgQN5014812; Sat, 17 Sep 2005 10:42:26 GMT (envelope-from pav) Message-Id: <200509171042.j8HAgQN5014812@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 10:42:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 10:42:26 -0000 pav 2005-09-17 10:42:26 UTC FreeBSD ports repository Modified files: . modules Log: duel --> ports/games/duel Revision Changes Path 1.13182 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 10:52:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BC616A41F; Sat, 17 Sep 2005 10:52:05 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A0343D86; Sat, 17 Sep 2005 10:51:57 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HApu0B015210; Sat, 17 Sep 2005 10:51:56 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HApujd015209; Sat, 17 Sep 2005 10:51:56 GMT (envelope-from oliver) Message-Id: <200509171051.j8HApujd015209@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 17 Sep 2005 10:51:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sqwebmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 10:52:05 -0000 oliver 2005-09-17 10:51:56 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile distinfo Log: update to 5.0.5 Revision Changes Path 1.57 +11 -1 ports/mail/sqwebmail/Makefile 1.27 +2 -2 ports/mail/sqwebmail/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:04:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D2716A41F; Sat, 17 Sep 2005 11:04:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CC943D45; Sat, 17 Sep 2005 11:04:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HB4rBF015663; Sat, 17 Sep 2005 11:04:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HB4rX9015662; Sat, 17 Sep 2005 11:04:53 GMT (envelope-from pav) Message-Id: <200509171104.j8HB4rX9015662@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 11:04:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/sfslite Makefile distinfo pkg-descr pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:04:53 -0000 pav 2005-09-17 11:04:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/sfslite Makefile distinfo pkg-descr pkg-install pkg-plist Log: This is a port of the SFS-Lite development libraries. The SFS toolkit was developed to support the SFS distributed file system (see http://www.fs.net). But because others use the toolkit for other reasons, we're making SFS's libraries available as a separate, lightweight package. sfslite compiles much faster and can be installed as different non-conflicting build modes (such as sfslite-dbg or sfslite-noopt) so might be better for some applications that need the SFS libraries but not SFS. PR: ports/86178 Submitted by: Maxwell Krohn Revision Changes Path 1.1971 +1 -0 ports/devel/Makefile 1.1 +73 -0 ports/devel/sfslite/Makefile (new) 1.1 +2 -0 ports/devel/sfslite/distinfo (new) 1.1 +15 -0 ports/devel/sfslite/pkg-descr (new) 1.1 +45 -0 ports/devel/sfslite/pkg-install (new) 1.1 +122 -0 ports/devel/sfslite/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:05:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA1316A41F; Sat, 17 Sep 2005 11:05:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45B643D45; Sat, 17 Sep 2005 11:05:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HB5JRq015778; Sat, 17 Sep 2005 11:05:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HB5JXf015777; Sat, 17 Sep 2005 11:05:19 GMT (envelope-from pav) Message-Id: <200509171105.j8HB5JXf015777@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 11:05:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:05:20 -0000 pav 2005-09-17 11:05:19 UTC FreeBSD ports repository Modified files: . modules Log: sfslite --> ports/devel/sfslite Revision Changes Path 1.13183 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:07:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 877C016A41F; Sat, 17 Sep 2005 11:07:04 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FB443D45; Sat, 17 Sep 2005 11:07:04 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HB746s015891; Sat, 17 Sep 2005 11:07:04 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HB74e9015890; Sat, 17 Sep 2005 11:07:04 GMT (envelope-from lth) Message-Id: <200509171107.j8HB74e9015890@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 11:07:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI-AsForm Makefile distinfo ports/databases/p5-Class-DBI-AsForm/files 500503-AsForm.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:07:04 -0000 lth 2005-09-17 11:07:04 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-AsForm Makefile distinfo databases/p5-Class-DBI-AsForm/files 500503-AsForm.pm Log: Update to 2.42 Revision Changes Path 1.5 +3 -1 ports/databases/p5-Class-DBI-AsForm/Makefile 1.4 +2 -2 ports/databases/p5-Class-DBI-AsForm/distinfo 1.4 +6 -33 ports/databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:26:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2099916A41F; Sat, 17 Sep 2005 11:26:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E783B43D45; Sat, 17 Sep 2005 11:26:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBQtf2016620; Sat, 17 Sep 2005 11:26:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBQteH016619; Sat, 17 Sep 2005 11:26:55 GMT (envelope-from pav) Message-Id: <200509171126.j8HBQteH016619@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 11:26:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/gallery2 Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:26:56 -0000 pav 2005-09-17 11:26:55 UTC FreeBSD ports repository Modified files: www Makefile www/gallery2 Makefile distinfo pkg-descr pkg-message pkg-plist Log: After repocopy to www/gallery2: - Update to 2.0 PR: ports/86101 Submitted by: Alex Varju (maintainer) Revision Changes Path 1.1179 +1 -0 ports/www/Makefile 1.41 +21 -78 ports/www/gallery2/Makefile 1.30 +2 -66 ports/www/gallery2/distinfo 1.3 +10 -7 ports/www/gallery2/pkg-descr 1.3 +20 -9 ports/www/gallery2/pkg-message 1.27 +5630 -1057 ports/www/gallery2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:27:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5550816A41F; Sat, 17 Sep 2005 11:27:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D6443D45; Sat, 17 Sep 2005 11:27:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBRN1b016672; Sat, 17 Sep 2005 11:27:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBRNvU016671; Sat, 17 Sep 2005 11:27:23 GMT (envelope-from pav) Message-Id: <200509171127.j8HBRNvU016671@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 11:27:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:27:24 -0000 pav 2005-09-17 11:27:23 UTC FreeBSD ports repository Modified files: . modules Log: gallery2 --> ports/www/gallery2 Revision Changes Path 1.13184 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:28:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359A616A41F; Sat, 17 Sep 2005 11:28:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F0543D45; Sat, 17 Sep 2005 11:28:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBS1qY016736; Sat, 17 Sep 2005 11:28:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBS17M016735; Sat, 17 Sep 2005 11:28:01 GMT (envelope-from ale) Message-Id: <200509171128.j8HBS17M016735@repoman.freebsd.org> From: Alex Dupre Date: Sat, 17 Sep 2005 11:28:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/tetrinet-x Makefile ports/games/tetrinet-x/files patch-src::main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:28:02 -0000 ale 2005-09-17 11:28:01 UTC FreeBSD ports repository Modified files: games/tetrinet-x Makefile games/tetrinet-x/files patch-src::main.c Log: Fix possible buffer overflows and fix core dump on 5.X. Approved by: maintainer Revision Changes Path 1.9 +1 -0 ports/games/tetrinet-x/Makefile 1.2 +30 -13 ports/games/tetrinet-x/files/patch-src::main.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:33:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF2116A420; Sat, 17 Sep 2005 11:33:43 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CBF43D46; Sat, 17 Sep 2005 11:33:41 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBXfWu017023; Sat, 17 Sep 2005 11:33:41 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBXfEa017022; Sat, 17 Sep 2005 11:33:41 GMT (envelope-from brian) Message-Id: <200509171133.j8HBXfEa017022@repoman.freebsd.org> From: Brian Somers Date: Sat, 17 Sep 2005 11:33:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/cmp Makefile cmp.1 cmp.c extern.h link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:33:44 -0000 brian 2005-09-17 11:33:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/cmp Makefile cmp.1 cmp.c extern.h Added files: (Branch: RELENG_6) usr.bin/cmp link.c Log: MFC: Add a -h option to tell cmp not to follow symbolic links. Approved by: re (scottl) Sponsored by: Sophos/ActiveState Revision Changes Path 1.6.14.1 +1 -1 src/usr.bin/cmp/Makefile 1.12.12.1 +3 -1 src/usr.bin/cmp/cmp.1 1.16.14.1 +25 -5 src/usr.bin/cmp/cmp.c 1.4.14.1 +1 -0 src/usr.bin/cmp/extern.h 1.1.2.1 +93 -0 src/usr.bin/cmp/link.c (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:34:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B5216A41F; Sat, 17 Sep 2005 11:34:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A524C43D4C; Sat, 17 Sep 2005 11:34:03 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBY3t1017061; Sat, 17 Sep 2005 11:34:03 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBY3ot017060; Sat, 17 Sep 2005 11:34:03 GMT (envelope-from ale) Message-Id: <200509171134.j8HBY3ot017060@repoman.freebsd.org> From: Alex Dupre Date: Sat, 17 Sep 2005 11:34:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/pecl-yaz Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:34:04 -0000 ale 2005-09-17 11:34:03 UTC FreeBSD ports repository Modified files: net/pecl-yaz Makefile distinfo Log: Update to 1.0.4 release. PR: ports/86233 Submitted by: pav Revision Changes Path 1.4 +1 -1 ports/net/pecl-yaz/Makefile 1.4 +2 -2 ports/net/pecl-yaz/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:35:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F5716A41F; Sat, 17 Sep 2005 11:35:24 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62FDD43D45; Sat, 17 Sep 2005 11:35:24 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBZOTO017212; Sat, 17 Sep 2005 11:35:24 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBZOkr017211; Sat, 17 Sep 2005 11:35:24 GMT (envelope-from brian) Message-Id: <200509171135.j8HBZOkr017211@repoman.freebsd.org> From: Brian Somers Date: Sat, 17 Sep 2005 11:35:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/cmp Makefile cmp.1 cmp.c extern.h link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:35:24 -0000 brian 2005-09-17 11:35:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/cmp Makefile cmp.1 cmp.c extern.h Added files: (Branch: RELENG_5) usr.bin/cmp link.c Log: MFC: Add a -h option to tell cmp not to follow symbolic links. Sponsored by: Sophos/ActiveState Revision Changes Path 1.6.8.1 +1 -1 src/usr.bin/cmp/Makefile 1.12.6.1 +3 -1 src/usr.bin/cmp/cmp.1 1.16.8.1 +25 -5 src/usr.bin/cmp/cmp.c 1.4.8.1 +1 -0 src/usr.bin/cmp/extern.h 1.1.4.1 +93 -0 src/usr.bin/cmp/link.c (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 11:48:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5083216A41F; Sat, 17 Sep 2005 11:48:40 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E1743D45; Sat, 17 Sep 2005 11:48:40 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HBmdEF017664; Sat, 17 Sep 2005 11:48:39 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HBmdxw017663; Sat, 17 Sep 2005 11:48:39 GMT (envelope-from lth) Message-Id: <200509171148.j8HBmdxw017663@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 11:48:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Crypt-NULL pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 11:48:40 -0000 lth 2005-09-17 11:48:39 UTC FreeBSD ports repository Modified files: security/p5-Crypt-NULL pkg-plist Log: Fixed plist Reported by: pointyhat via kris Revision Changes Path 1.2 +2 -2 ports/security/p5-Crypt-NULL/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 12:41:05 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D3516A41F; Sat, 17 Sep 2005 12:41:05 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40E943D45; Sat, 17 Sep 2005 12:41:05 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HCf54R019562; Sat, 17 Sep 2005 12:41:05 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HCf5ov019561; Sat, 17 Sep 2005 12:41:05 GMT (envelope-from damien) Message-Id: <200509171241.j8HCf5ov019561@repoman.freebsd.org> From: Damien Bergamini Date: Sat, 17 Sep 2005 12:41:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 12:41:06 -0000 damien 2005-09-17 12:41:05 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Log: o Add initial bits for IBSS support. o Allow association with APs that do not broadcast SSID (with hints from Nick Hudson and Hajimu Umemoto). o IFQ_DRV_PREPEND mbuf when h/w ring is full so it can be sent later. o Increment if_oerrors when appropriate. o Did some cleanup while I'm here. MFC after: 1 day Revision Changes Path 1.16 +93 -25 src/sys/dev/iwi/if_iwi.c 1.5 +13 -0 src/sys/dev/iwi/if_iwireg.h 1.6 +4 -0 src/sys/dev/iwi/if_iwivar.h From owner-cvs-all@FreeBSD.ORG Sat Sep 17 12:52:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA16216A41F; Sat, 17 Sep 2005 12:52:04 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995EB43D45; Sat, 17 Sep 2005 12:52:04 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HCq4DL027313; Sat, 17 Sep 2005 12:52:04 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HCq4Jn027312; Sat, 17 Sep 2005 12:52:04 GMT (envelope-from rodrigc) Message-Id: <200509171252.j8HCq4Jn027312@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 17 Sep 2005 12:52:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 12:52:05 -0000 rodrigc 2005-09-17 12:52:04 UTC FreeBSD src repository Modified files: usr.sbin/vidcontrol vidcontrol.c Log: Fix so that color changes are not lost when the video mode changes. PR: bin/83553 Submitted by: Dan Lukes Revision Changes Path 1.53 +6 -0 src/usr.sbin/vidcontrol/vidcontrol.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 13:04:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B1016A443; Sat, 17 Sep 2005 13:04:11 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C3E743D46; Sat, 17 Sep 2005 13:04:11 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HD4AcI027715; Sat, 17 Sep 2005 13:04:10 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HD4ASw027714; Sat, 17 Sep 2005 13:04:10 GMT (envelope-from jkoshy) Message-Id: <200509171304.j8HD4ASw027714@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 17 Sep 2005 13:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat_log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 13:04:11 -0000 jkoshy 2005-09-17 13:04:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmcstat pmcstat_log.c Log: MFC { r1.4, r1.5 "pmcstat_log.c" } - Determine where the runtime loader got mapped to when a dynamically linked process was exec()'ed, and map samples in that address range into the appropriate buckets in the runtime loader's profile. - Fix a bug that caused generated gmon.out profiles to be out of whack. Use saturating arithmetic when incrementing a bucket. - Improve a few comments. Approved by: re (scottl) Revision Changes Path 1.3.2.1 +150 -95 src/usr.sbin/pmcstat/pmcstat_log.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 13:43:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7545F16A41F; Sat, 17 Sep 2005 13:43:37 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 344F643D46; Sat, 17 Sep 2005 13:43:37 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HDhbYO029090; Sat, 17 Sep 2005 13:43:37 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HDhbZ9029089; Sat, 17 Sep 2005 13:43:37 GMT (envelope-from bz) Message-Id: <200509171343.j8HDhbZ9029089@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 17 Sep 2005 13:43:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 13:43:37 -0000 bz 2005-09-17 13:43:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fw2.c Log: MFC: rev. 1.111 Fix panic when kernel compiled without INET6 by rejecting IPv6 opcodes which are behind #if(n)def INET6 now. PR: kern/85826 Approved by: re (scottl) Revision Changes Path 1.106.2.3 +30 -6 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 14:40:32 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A78116A41F; Sat, 17 Sep 2005 14:40:32 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC21843D45; Sat, 17 Sep 2005 14:40:31 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HEeVr4031276; Sat, 17 Sep 2005 14:40:31 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HEeVhc031275; Sat, 17 Sep 2005 14:40:31 GMT (envelope-from blackend) Message-Id: <200509171440.j8HEeVhc031275@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 17 Sep 2005 14:40:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/advocacy index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 14:40:32 -0000 blackend 2005-09-17 14:40:31 UTC FreeBSD doc repository Modified files: en/advocacy index.sgml Log: - Use of mailman link for FreeBSD advocacy list - Use of &base; where needed [1] Submitted by: Antoine Brodin [1] Revision Changes Path 1.10 +5 -3 www/en/advocacy/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 14:56:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D88316A41F; Sat, 17 Sep 2005 14:56:11 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C47443D46; Sat, 17 Sep 2005 14:56:10 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HEuARU031938; Sat, 17 Sep 2005 14:56:10 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HEuAk4031937; Sat, 17 Sep 2005 14:56:10 GMT (envelope-from rodrigc) Message-Id: <200509171456.j8HEuAk4031937@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 17 Sep 2005 14:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 14:56:11 -0000 rodrigc 2005-09-17 14:56:10 UTC FreeBSD src repository Modified files: sbin/fdisk fdisk.c Log: Call gctl_free() to free resource allocated with gctl_get_handle(). PR: bin/84664 Submitted by: Daan Vreeken MFC after: 3 days Revision Changes Path 1.81 +4 -1 src/sbin/fdisk/fdisk.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:05:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 385FF16A41F; Sat, 17 Sep 2005 15:05:20 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B9D43D49; Sat, 17 Sep 2005 15:05:19 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HF5JCD032488; Sat, 17 Sep 2005 15:05:19 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HF5Jdn032487; Sat, 17 Sep 2005 15:05:19 GMT (envelope-from leeym) Message-Id: <200509171505.j8HF5Jdn032487@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 17 Sep 2005 15:05:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo pkg-plist ports/mail/p5-Mail-SpamAssassin/files patch-sa-learn.raw patch-spamd_spamd.raw X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:05:20 -0000 leeym 2005-09-17 15:05:19 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile distinfo pkg-plist Removed files: mail/p5-Mail-SpamAssassin/files patch-sa-learn.raw patch-spamd_spamd.raw Log: - update to 3.1.0 Note: Razor is disabled by default in this version. Please read the license and decide if you are able to re-enable it (in OPTIONS). http://razor.sourceforge.net/docs/doc.php?type=text&name=SERVICE_POLICY DomainKeys support added, and is disabled by default, too. You may enable it by using OPTIONS. Revision Changes Path 1.79 +46 -11 ports/mail/p5-Mail-SpamAssassin/Makefile 1.29 +2 -2 ports/mail/p5-Mail-SpamAssassin/distinfo 1.3 +0 -19 ports/mail/p5-Mail-SpamAssassin/files/patch-sa-learn.raw (dead) 1.2 +0 -22 ports/mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw (dead) 1.31 +49 -1 ports/mail/p5-Mail-SpamAssassin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:10:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39BE616A41F; Sat, 17 Sep 2005 15:10:40 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF7043D46; Sat, 17 Sep 2005 15:10:39 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFAdML032712; Sat, 17 Sep 2005 15:10:39 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFAdJt032711; Sat, 17 Sep 2005 15:10:39 GMT (envelope-from rodrigc) Message-Id: <200509171510.j8HFAdJt032711@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 17 Sep 2005 15:10:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/bsdlabel bsdlabel.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:10:40 -0000 rodrigc 2005-09-17 15:10:39 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.8 Log: Clarify wording for -m flag. PR: docs/84704 Revision Changes Path 1.61 +12 -2 src/sbin/bsdlabel/bsdlabel.8 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:13:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9F916A41F; Sat, 17 Sep 2005 15:13:23 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B80643D45; Sat, 17 Sep 2005 15:13:23 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFDM3s032813; Sat, 17 Sep 2005 15:13:22 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFDMi9032812; Sat, 17 Sep 2005 15:13:22 GMT (envelope-from joel) Message-Id: <200509171513.j8HFDMi9032812@repoman.freebsd.org> From: Joel Dahl Date: Sat, 17 Sep 2005 15:13:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 cdce.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:13:23 -0000 joel 2005-09-17 15:13:22 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 cdce.4 Log: Bump .Dd Reminded by: simon Revision Changes Path 1.7 +1 -1 src/share/man/man4/cdce.4 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:19:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D0816A41F; Sat, 17 Sep 2005 15:19:38 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546DB43D46; Sat, 17 Sep 2005 15:19:38 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFJcXH033211; Sat, 17 Sep 2005 15:19:38 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFJcpH033210; Sat, 17 Sep 2005 15:19:38 GMT (envelope-from mlaier) Message-Id: <200509171519.j8HFJcpH033210@repoman.freebsd.org> From: Max Laier Date: Sat, 17 Sep 2005 15:19:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:19:38 -0000 mlaier 2005-09-17 15:19:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net if_pfsync.c Log: MFC: if_pfsync.c, 1.23: Stop leaking a lock. This used to cause a propagate_priority() page fault when setting syncdev and syncpeer. Reported by: Dominic Marks Approved by: re (scottl) Revision Changes Path 1.19.2.3 +4 -4 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:27:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC67816A41F; Sat, 17 Sep 2005 15:27:27 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D3643D46; Sat, 17 Sep 2005 15:27:27 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFRRDG033564; Sat, 17 Sep 2005 15:27:27 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFRRxU033563; Sat, 17 Sep 2005 15:27:27 GMT (envelope-from garys) Message-Id: <200509171527.j8HFRRxU033563@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 17 Sep 2005 15:27:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man1 builtin.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:27:27 -0000 garys 2005-09-17 15:27:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man1 builtin.1 Log: MFC 1.25 Approved by: re Revision Changes Path 1.24.2.1 +36 -10 src/share/man/man1/builtin.1 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:30:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9768616A41F; Sat, 17 Sep 2005 15:30:16 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548A543D45; Sat, 17 Sep 2005 15:30:16 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFUGln033732; Sat, 17 Sep 2005 15:30:16 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFUGNs033731; Sat, 17 Sep 2005 15:30:16 GMT (envelope-from cperciva) Message-Id: <200509171530.j8HFUGNs033731@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Sep 2005 15:30:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/portsnap/make_index make_index.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:30:16 -0000 cperciva 2005-09-17 15:30:16 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/make_index make_index.c Log: Handle circular dependencies properly (via errx(3)) rather than dumping core. This bug was made visible by a recent change to the audio/timidity++ port, which now has itself as a run dependency. Reported by: Emil Mikulic, Andreas Klemm Revision Changes Path 1.3 +15 -2 src/usr.sbin/portsnap/make_index/make_index.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:43:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F8916A41F; Sat, 17 Sep 2005 15:43:41 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E636243D46; Sat, 17 Sep 2005 15:43:40 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFhexJ034273; Sat, 17 Sep 2005 15:43:40 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFheen034272; Sat, 17 Sep 2005 15:43:40 GMT (envelope-from cperciva) Message-Id: <200509171543.j8HFheen034272@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Sep 2005 15:43:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/portsnap/make_index make_index.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:43:41 -0000 cperciva 2005-09-17 15:43:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/portsnap/make_index make_index.c Log: MFC revision 1.3: Log: Handle circular dependencies properly (via errx(3)) rather than dumping core. This bug was made visible by a recent change to the audio/timidity++ port, which now has itself as a run dependency. Approved by: re (scottl) Revision Changes Path 1.2.2.2 +15 -2 src/usr.sbin/portsnap/make_index/make_index.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:48:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7182616A41F; Sat, 17 Sep 2005 15:48:06 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7CB43D49; Sat, 17 Sep 2005 15:48:06 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFm6x4034448; Sat, 17 Sep 2005 15:48:06 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFm6PJ034447; Sat, 17 Sep 2005 15:48:06 GMT (envelope-from delphij) Message-Id: <200509171548.j8HFm6PJ034447@repoman.freebsd.org> From: Xin LI Date: Sat, 17 Sep 2005 15:48:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:48:06 -0000 delphij 2005-09-17 15:48:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vnops.c Log: MFC 1.88 (by ssouhlal): Use vput() instead of vrele() in null_reclaim() since the lower vnode is locked. MFC 1.89 (by kan): Handle a race condition where NULLFS vnode can be cleaned while threads can still be asleep waiting for lowervp lock. Tested by: kkenn Discussed with: ssouhlal, jeffr (rev. 1.89 is an early MFC for inclusion in the upcoming 6.0-BETA5) Approved by: re (scottl) Revision Changes Path 1.87.2.1 +5 -4 src/sys/fs/nullfs/null_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:48:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED6A16A41F; Sat, 17 Sep 2005 15:48:24 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A05B43D45; Sat, 17 Sep 2005 15:48:24 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFmOdb034484; Sat, 17 Sep 2005 15:48:24 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFmOUD034483; Sat, 17 Sep 2005 15:48:24 GMT (envelope-from remko) Message-Id: <200509171548.j8HFmOUD034483@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 Sep 2005 15:48:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi cgi-style.pl query-pr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:48:24 -0000 remko 2005-09-17 15:48:24 UTC FreeBSD doc repository Modified files: en/cgi cgi-style.pl query-pr.cgi Log: Another go at making our cgi scripts xhtml compliant. Submitted by: Daniel Gerzo Revision Changes Path 1.22 +22 -22 www/en/cgi/cgi-style.pl 1.44 +8 -8 www/en/cgi/query-pr.cgi From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:50:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5DA816A41F; Sat, 17 Sep 2005 15:50:50 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7400043D45; Sat, 17 Sep 2005 15:50:50 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFoo6E034628; Sat, 17 Sep 2005 15:50:50 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFooSK034627; Sat, 17 Sep 2005 15:50:50 GMT (envelope-from garys) Message-Id: <200509171550.j8HFooSK034627@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 17 Sep 2005 15:50:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man1 builtin.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:50:50 -0000 garys 2005-09-17 15:50:50 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man1 builtin.1 Log: MFC 1.25 Approved by: keramida (mentor) Revision Changes Path 1.20.8.3 +37 -11 src/share/man/man1/builtin.1 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:51:13 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32B6816A41F; Sat, 17 Sep 2005 15:51:13 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E392D43D45; Sat, 17 Sep 2005 15:51:12 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFpCre034661; Sat, 17 Sep 2005 15:51:12 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFpCFP034660; Sat, 17 Sep 2005 15:51:12 GMT (envelope-from tegge) Message-Id: <200509171551.j8HFpCFP034660@repoman.freebsd.org> From: Tor Egge Date: Sat, 17 Sep 2005 15:51:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:51:13 -0000 tegge 2005-09-17 15:51:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC: Break out of loop if next buffer pointer has become invalid while flushing current buffer. Approved by: re (scottl) Revision Changes Path 1.635.2.7 +15 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 15:51:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8477916A41F; Sat, 17 Sep 2005 15:51:42 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275D343D45; Sat, 17 Sep 2005 15:51:42 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HFpgKd034720; Sat, 17 Sep 2005 15:51:42 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HFpg2h034719; Sat, 17 Sep 2005 15:51:42 GMT (envelope-from delphij) Message-Id: <200509171551.j8HFpg2h034719@repoman.freebsd.org> From: Xin LI Date: Sat, 17 Sep 2005 15:51:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 15:51:42 -0000 delphij 2005-09-17 15:51:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vnops.c Log: Oops, actually MFC 1.89 (by kan) which was missed in previous commit: Handle a race condition where NULLFS vnode can be cleaned while threads can still be asleep waiting for lowervp lock. Tested by: kkenn Discussed with: ssouhlal, jeffr (this is an early MFC for inclusion in the upcoming 6.0-BETA5) Approved by: re (scottl) Revision Changes Path 1.87.2.2 +28 -4 src/sys/fs/nullfs/null_vnops.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:09:56 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5761E16A41F; Sat, 17 Sep 2005 16:09:56 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C1543D46; Sat, 17 Sep 2005 16:09:56 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HG9t7p035380; Sat, 17 Sep 2005 16:09:55 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HG9tS9035379; Sat, 17 Sep 2005 16:09:55 GMT (envelope-from cperciva) Message-Id: <200509171609.j8HG9tS9035379@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Sep 2005 16:09:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portsnap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:09:56 -0000 cperciva 2005-09-17 16:09:55 UTC FreeBSD ports repository (src committer) Modified files: sysutils/portsnap Makefile distinfo Log: Update to version 0.9.5. This is identical to 0.9.4 except for a fix which makes make_index not coredump when it encounters a circular dependency in the ports tree. Approved by: erwin Revision Changes Path 1.12 +1 -1 ports/sysutils/portsnap/Makefile 1.10 +2 -2 ports/sysutils/portsnap/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:19:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60B016A41F; Sat, 17 Sep 2005 16:19:49 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F54D43D46; Sat, 17 Sep 2005 16:19:49 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGJniV035826; Sat, 17 Sep 2005 16:19:49 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGJnrY035825; Sat, 17 Sep 2005 16:19:49 GMT (envelope-from dds) Message-Id: <200509171619.j8HGJnrY035825@repoman.freebsd.org> From: Diomidis Spinellis Date: Sat, 17 Sep 2005 16:19:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cscout-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:19:50 -0000 dds 2005-09-17 16:19:49 UTC FreeBSD ports repository (src committer) Modified files: devel/cscout-devel Makefile distinfo Log: Add missing architecture-specific files (alpha, amd64, ia64, sparc64) to distinfo, and document how distinfo can be recreated. Noted by: Kris Kennaway Revision Changes Path 1.2 +5 -0 ports/devel/cscout-devel/Makefile 1.3 +8 -0 ports/devel/cscout-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:28:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8559716A41F; Sat, 17 Sep 2005 16:28:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4195543D46; Sat, 17 Sep 2005 16:28:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGSiR7036252; Sat, 17 Sep 2005 16:28:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGSidx036251; Sat, 17 Sep 2005 16:28:44 GMT (envelope-from pav) Message-Id: <200509171628.j8HGSidx036251@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 16:28:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/dbf2mysql Makefile ports/databases/dbf2mysql/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:28:44 -0000 pav 2005-09-17 16:28:44 UTC FreeBSD ports repository Modified files: databases/dbf2mysql Makefile databases/dbf2mysql/files patch-ab Log: - Add -L option to enable fast local inserts PR: ports/64305 Submitted by: Travis Whitton Approved by: maintainer timeout (jedgar; 1 year) Obtained from: debian Revision Changes Path 1.11 +1 -1 ports/databases/dbf2mysql/Makefile 1.2 +158 -5 ports/databases/dbf2mysql/files/patch-ab From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:35:01 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 096BD16A41F; Sat, 17 Sep 2005 16:35:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B786D43D45; Sat, 17 Sep 2005 16:35:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGZ0xl036466; Sat, 17 Sep 2005 16:35:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGZ0kw036465; Sat, 17 Sep 2005 16:35:00 GMT (envelope-from pav) Message-Id: <200509171635.j8HGZ0kw036465@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 16:35:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmanager Makefile ports/sysutils/portmanager/files patch-0.2.9_6 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:35:01 -0000 pav 2005-09-17 16:35:00 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile Added files: sysutils/portmanager/files patch-0.2.9_6 Log: - Fix runtime crash on FreeBSD 6.0 PR: ports/86180 Reported by: Mike Lednev Submitted by: Michael C. Shultz Revision Changes Path 1.32 +1 -1 ports/sysutils/portmanager/Makefile 1.1 +10 -0 ports/sysutils/portmanager/files/patch-0.2.9_6 (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:43:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C0716A41F; Sat, 17 Sep 2005 16:43:50 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299F343D48; Sat, 17 Sep 2005 16:43:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGhnx6037110; Sat, 17 Sep 2005 16:43:49 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGhnbk037109; Sat, 17 Sep 2005 16:43:49 GMT (envelope-from lth) Message-Id: <200509171643.j8HGhnbk037109@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 16:43:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Digest-SHA Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:43:50 -0000 lth 2005-09-17 16:43:49 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Digest-SHA Makefile distinfo pkg-descr pkg-plist Log: Add p5-Digest-SHA 5.31, Perl extension for SHA-1/224/256/384/512. PR: ports/84570 Submitted by: Travis Campbell Revision Changes Path 1.642 +1 -0 ports/security/Makefile 1.1 +26 -0 ports/security/p5-Digest-SHA/Makefile (new) 1.1 +2 -0 ports/security/p5-Digest-SHA/distinfo (new) 1.1 +9 -0 ports/security/p5-Digest-SHA/pkg-descr (new) 1.1 +9 -0 ports/security/p5-Digest-SHA/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:44:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D06A16A41F; Sat, 17 Sep 2005 16:44:06 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E8643D55; Sat, 17 Sep 2005 16:44:04 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGi4fM037164; Sat, 17 Sep 2005 16:44:04 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGi4Y5037163; Sat, 17 Sep 2005 16:44:04 GMT (envelope-from lth) Message-Id: <200509171644.j8HGi4Y5037163@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 16:44:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:44:06 -0000 lth 2005-09-17 16:44:04 UTC FreeBSD ports repository Modified files: . modules Log: p5-Digest-SHA --> ports/security/p5-Digest-SHA Revision Changes Path 1.13185 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:48:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5112D16A41F; Sat, 17 Sep 2005 16:48:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E17B43D45; Sat, 17 Sep 2005 16:48:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGm83X044456; Sat, 17 Sep 2005 16:48:08 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGm8Z9044455; Sat, 17 Sep 2005 16:48:08 GMT (envelope-from scottl) Message-Id: <200509171648.j8HGm8Z9044455@repoman.freebsd.org> From: Scott Long Date: Sat, 17 Sep 2005 16:48:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.0R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:48:09 -0000 scottl 2005-09-17 16:48:08 UTC FreeBSD doc repository Modified files: en/releases/6.0R todo.sgml Log: Reduce the size of the todo list some more. Thanks to Tor Egge for fixing a particularly vexing problem. Revision Changes Path 1.34 +13 -21 www/en/releases/6.0R/todo.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:56:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC88016A41F; Sat, 17 Sep 2005 16:56:39 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D9C43D45; Sat, 17 Sep 2005 16:56:39 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8HGub6j068208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Sep 2005 09:56:38 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <432C4C6F.80906@errno.com> Date: Sat, 17 Sep 2005 10:03:43 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damien Bergamini References: <200509171241.j8HCf5ov019561@repoman.freebsd.org> In-Reply-To: <200509171241.j8HCf5ov019561@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:56:40 -0000 Damien Bergamini wrote: > damien 2005-09-17 12:41:05 UTC > > FreeBSD src repository > > Modified files: > sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h > Log: > o Add initial bits for IBSS support. You appear to have added a private sta table so that you could have an index for each node table entry. However I don't see any place where you index into the table; only that you need the index to pass to the firmware. This seems to say you only need a per-node index and that can be done differently (see below). FWIW, the intended way to maange per-node driver-private data like this is for the driver to extend the node data structure with a private definition (override the class decl in c++ parlance) and store the index in the private data area. This could eliminate the table and avoid the problems you've introduced by holding uncounted references to node data structures. It also avoids likely race conditions that'll result from having an unlocked data structure that overlaps scope with the net80211 node table (I did something similar in the ath driver only to find out the hard way it was a mistake). > o Allow association with APs that do not broadcast SSID (with hints from > Nick Hudson and Hajimu Umemoto). > o IFQ_DRV_PREPEND mbuf when h/w ring is full so it can be sent later. > o Increment if_oerrors when appropriate. > o Did some cleanup while I'm here. > > MFC after: 1 day This commit msg didn't indicate that you also made changes for WME support. You appear to disallow QoS encapsulation of EAPOL frames but this is already done in ieee80211_encap. ieee80211_classify should assign an AC for all frames so use M_WME_GETAC(m) and don't make driver-local decisions unless they are required by the h/w (hard to tell from just looking at a diff). I suggest that MFC'ing some of these changes so quickly are a bad idea. Sam From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:56:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C4B16A420; Sat, 17 Sep 2005 16:56:48 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4621143D45; Sat, 17 Sep 2005 16:56:48 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGumRa044775; Sat, 17 Sep 2005 16:56:48 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGumIH044774; Sat, 17 Sep 2005 16:56:48 GMT (envelope-from scottl) Message-Id: <200509171656.j8HGumIH044774@repoman.freebsd.org> From: Scott Long Date: Sat, 17 Sep 2005 16:56:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en developers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:56:48 -0000 scottl 2005-09-17 16:56:47 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add an entity for Craif Rodrigues Revision Changes Path 1.109 +2 -1 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 16:58:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267A716A41F; Sat, 17 Sep 2005 16:58:27 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86A343D46; Sat, 17 Sep 2005 16:58:26 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HGwQAf044890; Sat, 17 Sep 2005 16:58:26 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HGwQVv044889; Sat, 17 Sep 2005 16:58:26 GMT (envelope-from demon) Message-Id: <200509171658.j8HGwQVv044889@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 17 Sep 2005 16:58:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Compress-Zlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 16:58:27 -0000 demon 2005-09-17 16:58:26 UTC FreeBSD ports repository Modified files: archivers/p5-Compress-Zlib Makefile distinfo Log: Upgrade to version 1.39. PR: 86243 Submitted by: leeym Revision Changes Path 1.39 +1 -1 ports/archivers/p5-Compress-Zlib/Makefile 1.20 +2 -2 ports/archivers/p5-Compress-Zlib/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:12:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED0616A41F; Sat, 17 Sep 2005 17:12:19 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC5643D5A; Sat, 17 Sep 2005 17:12:18 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHCIRi045378; Sat, 17 Sep 2005 17:12:18 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHCIsU045377; Sat, 17 Sep 2005 17:12:18 GMT (envelope-from garys) Message-Id: <200509171712.j8HHCIsU045377@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 17 Sep 2005 17:12:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/compress compress.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:12:19 -0000 garys 2005-09-17 17:12:18 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) usr.bin/compress compress.1 Log: MFC 1.21 Approved by: re Revision Changes Path 1.20.2.1 +94 -26 src/usr.bin/compress/compress.1 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:13:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA41C16A41F; Sat, 17 Sep 2005 17:13:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 768DD43D46; Sat, 17 Sep 2005 17:13:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHDmie045482; Sat, 17 Sep 2005 17:13:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHDmJF045481; Sat, 17 Sep 2005 17:13:48 GMT (envelope-from mnag) Message-Id: <200509171713.j8HHDmJF045481@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 17:13:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/fldiff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:13:48 -0000 mnag 2005-09-17 17:13:48 UTC FreeBSD ports repository Modified files: textproc/fldiff Makefile Log: Update master sites PR: ports/86239 Submitted by: Emanuel Haupt (maintainer) Approved by: pav (mentor) Revision Changes Path 1.2 +2 -1 ports/textproc/fldiff/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:19:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 499B016A41F; Sat, 17 Sep 2005 17:19:43 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A4543D48; Sat, 17 Sep 2005 17:19:43 +0000 (GMT) (envelope-from garys@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHJgj5045666; Sat, 17 Sep 2005 17:19:42 GMT (envelope-from garys@repoman.freebsd.org) Received: (from garys@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHJgI2045665; Sat, 17 Sep 2005 17:19:42 GMT (envelope-from garys) Message-Id: <200509171719.j8HHJgI2045665@repoman.freebsd.org> From: "Gary W. Swearingen" Date: Sat, 17 Sep 2005 17:19:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/compress compress.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:19:43 -0000 garys 2005-09-17 17:19:42 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) usr.bin/compress compress.1 Log: MFC 1.21 Approved by: keramida (mentor) Revision Changes Path 1.19.2.1 +94 -26 src/usr.bin/compress/compress.1 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:24:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E20516A41F; Sat, 17 Sep 2005 17:24:09 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A77243D48; Sat, 17 Sep 2005 17:24:09 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHO9w2045892; Sat, 17 Sep 2005 17:24:09 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHO9GA045891; Sat, 17 Sep 2005 17:24:09 GMT (envelope-from mnag) Message-Id: <200509171724.j8HHO9GA045891@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 17:24:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmms-openspc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:24:09 -0000 mnag 2005-09-17 17:24:09 UTC FreeBSD ports repository Modified files: audio/xmms-openspc Makefile Log: Add more master sites Make portlint happier PR: ports/86240 Submitted by: Emanuel Haupt (maintainer) Approved by: pav (mentor) Revision Changes Path 1.2 +4 -2 ports/audio/xmms-openspc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:45:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2902A16A41F; Sat, 17 Sep 2005 17:45:31 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E761043D46; Sat, 17 Sep 2005 17:45:30 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHjUhA046744; Sat, 17 Sep 2005 17:45:30 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHjUuI046743; Sat, 17 Sep 2005 17:45:30 GMT (envelope-from lth) Message-Id: <200509171745.j8HHjUuI046743@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 17:45:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Module-Reload-Sel Makefile distinfo pkg-descr pkg-plist ports/devel/p5-Module-Reload-Sel/files patch-Selective.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:45:31 -0000 lth 2005-09-17 17:45:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Module-Reload-Sel Makefile distinfo pkg-descr pkg-plist devel/p5-Module-Reload-Sel/files patch-Selective.pm Log: Add p5-Module-Reload-Sel 1.02, reload perl library files when updated on disk. PR: ports/85126 Submitted by: simond@irrelevant.org Revision Changes Path 1.1972 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Module-Reload-Sel/Makefile (new) 1.1 +2 -0 ports/devel/p5-Module-Reload-Sel/distinfo (new) 1.1 +11 -0 ports/devel/p5-Module-Reload-Sel/files/patch-Selective.pm (new) 1.1 +10 -0 ports/devel/p5-Module-Reload-Sel/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Module-Reload-Sel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:45:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B912016A41F; Sat, 17 Sep 2005 17:45:45 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7609843D46; Sat, 17 Sep 2005 17:45:45 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHjjT1046794; Sat, 17 Sep 2005 17:45:45 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHjjg3046793; Sat, 17 Sep 2005 17:45:45 GMT (envelope-from lth) Message-Id: <200509171745.j8HHjjg3046793@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 17:45:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:45:45 -0000 lth 2005-09-17 17:45:45 UTC FreeBSD ports repository Modified files: . modules Log: p5-Module-Reload-Sel --> ports/devel/p5-Module-Reload-Sel Revision Changes Path 1.13186 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 17:48:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0159816A41F; Sat, 17 Sep 2005 17:48:36 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C9543D45; Sat, 17 Sep 2005 17:48:35 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HHmZlm046876; Sat, 17 Sep 2005 17:48:35 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HHmZhh046875; Sat, 17 Sep 2005 17:48:35 GMT (envelope-from remko) Message-Id: <200509171748.j8HHmZhh046875@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 Sep 2005 17:48:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects newbies.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 17:48:36 -0000 remko 2005-09-17 17:48:35 UTC FreeBSD doc repository Modified files: en/projects newbies.sgml Log: Improve some grammar and improve minor nits. Submitted by: Daniel Gerzo Revision Changes Path 1.43 +8 -8 www/en/projects/newbies.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 18:21:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66AE616A41F; Sat, 17 Sep 2005 18:21:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144A543D46; Sat, 17 Sep 2005 18:21:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HILJku048100; Sat, 17 Sep 2005 18:21:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HILJqF048099; Sat, 17 Sep 2005 18:21:19 GMT (envelope-from mnag) Message-Id: <200509171821.j8HILJqF048099@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 18:21:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-libapreq2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 18:21:21 -0000 mnag 2005-09-17 18:21:19 UTC FreeBSD ports repository Modified files: www/p5-libapreq2 Makefile distinfo pkg-plist Log: Update to 2.06 PR: ports/83984 Submitted by: Philip M. Gollucci Approved by: pav (mentor) Revision Changes Path 1.12 +7 -1 ports/www/p5-libapreq2/Makefile 1.5 +2 -2 ports/www/p5-libapreq2/distinfo 1.5 +11 -9 ports/www/p5-libapreq2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 18:35:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7373916A41F; Sat, 17 Sep 2005 18:35:34 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6F943D46; Sat, 17 Sep 2005 18:35:34 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HIZYkG048629; Sat, 17 Sep 2005 18:35:34 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HIZYKf048628; Sat, 17 Sep 2005 18:35:34 GMT (envelope-from remko) Message-Id: <200509171835.j8HIZYKf048628@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 Sep 2005 18:35:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 18:35:34 -0000 remko 2005-09-17 18:35:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/faq book.sgml Log: - Fix broken link in the FAQ. 5.X-RELEASE/STABLE refers to packages-5-current, refer it to packages-5-stable instead. - Also add 7-CURRENT to the list of packages. Reported by: Jonathan Strait on www@ Submitted by: Daniel Gerzo Revision Changes Path 1.761 +11 -2 doc/en_US.ISO8859-1/books/faq/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 19:07:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F28AA16A41F; Sat, 17 Sep 2005 19:07:03 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6789543D49; Sat, 17 Sep 2005 19:07:03 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-46-176.dsl.snfc21.pacbell.net [71.139.46.176]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8HJ76o5004474 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 Sep 2005 12:07:06 -0700 Message-ID: <432C68D2.2060603@root.org> Date: Sat, 17 Sep 2005 12:04:50 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> <20050917034526.U3662@odysseus.silby.com> In-Reply-To: <20050917034526.U3662@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric Anholt , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 19:07:04 -0000 Mike Silbersack wrote: > > I think I asked in irc a while ago, but I can't recall the answer. > > I don't seem to have agp support on my laptop, which has: > > (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics > Device rev 2, Mem @ 0xe8000000/27, > 0xe0000000/19, I/O @ 0x1800/3 > (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics > Device rev 2, Mem @ 0xf0000000/27, > 0xe0080000/19 > > According to Xorg. Was there something odd about the chipset, or is it > just a matter of adding device IDs? This is with RELENG_6. 855GM and GMS are supported by the latest beta Xorg. So you just need to update your Xorg-server port. -- Nate From owner-cvs-all@FreeBSD.ORG Sat Sep 17 19:08:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD4616A41F; Sat, 17 Sep 2005 19:08:43 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D2443D45; Sat, 17 Sep 2005 19:08:43 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HJ8h4l049718; Sat, 17 Sep 2005 19:08:43 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HJ8hMH049717; Sat, 17 Sep 2005 19:08:43 GMT (envelope-from remko) Message-Id: <200509171908.j8HJ8hMH049717@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 Sep 2005 19:08:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 19:08:43 -0000 remko 2005-09-17 19:08:43 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document the following items: o apache -- Certificate Revocation List (CRL) off-by-one vulnerability o squirrelmail -- _$POST variable handling allows for various attacks Reviewed by: simon Revision Changes Path 1.818 +61 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 19:16:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96FDB16A41F; Sat, 17 Sep 2005 19:16:41 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE97F43D49; Sat, 17 Sep 2005 19:16:40 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id j8HJGdcL017604; Sat, 17 Sep 2005 12:16:39 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id j8HJGdbY017603; Sat, 17 Sep 2005 12:16:39 -0700 (PDT) (envelope-from anholt@FreeBSD.org) X-Authentication-Warning: leguin.anholt.net: anholt set sender to anholt@FreeBSD.org using -f From: Eric Anholt To: Nate Lawson In-Reply-To: <432C68D2.2060603@root.org> References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> <20050917034526.U3662@odysseus.silby.com> <432C68D2.2060603@root.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hSvJqiQx0rCCVh7lO7w6" Date: Sat, 17 Sep 2005 12:16:38 -0700 Message-Id: <1126984598.45786.29.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.3.8 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, Mike Silbersack , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eta@lclark.edu List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 19:16:41 -0000 --=-hSvJqiQx0rCCVh7lO7w6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2005-09-17 at 12:04 -0700, Nate Lawson wrote: > Mike Silbersack wrote: > >=20 > > I think I asked in irc a while ago, but I can't recall the answer. > >=20 > > I don't seem to have agp support on my laptop, which has: > >=20 > > (--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics=20 > > Device rev 2, Mem @ 0xe8000000/27, > > 0xe0000000/19, I/O @ 0x1800/3 > > (--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics=20 > > Device rev 2, Mem @ 0xf0000000/27, > > 0xe0080000/19 > >=20 > > According to Xorg. Was there something odd about the chipset, or is it= =20 > > just a matter of adding device IDs? This is with RELENG_6. >=20 > 855GM and GMS are supported by the latest beta Xorg. So you just need=20 > to update your Xorg-server port. We clarified in private mail that the agp device isn't attaching. I think acpi_video is beating it out, confirming that we really need to be able to somehow share devices well for video. That's 3 drivers now (agp, drm, and acpi_video) that would all like to play. --=20 Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org --=-hSvJqiQx0rCCVh7lO7w6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDLGuWHUdvYGzw6vcRApV5AKCMaxWlNK2uWm6N1ZHnJF3JN3d5AACgjglT bgSOcd01iqw055ic4sqKIKU= =e+iO -----END PGP SIGNATURE----- --=-hSvJqiQx0rCCVh7lO7w6-- From owner-cvs-all@FreeBSD.ORG Sat Sep 17 19:43:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A971316A41F; Sat, 17 Sep 2005 19:43:33 +0000 (GMT) (envelope-from damien.bergamini@free.fr) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6851643D55; Sat, 17 Sep 2005 19:43:32 +0000 (GMT) (envelope-from damien.bergamini@free.fr) Received: from COMETE (pasteur-1-82-67-68-158.fbx.proxad.net [82.67.68.158]) by smtp4-g19.free.fr (Postfix) with SMTP id 44980282F8; Sat, 17 Sep 2005 21:43:31 +0200 (CEST) Message-ID: <00d501c5bbc0$1e8a9240$0300a8c0@COMETE> From: "Damien Bergamini" To: "Sam Leffler" References: <200509171241.j8HCf5ov019561@repoman.freebsd.org> <432C4C6F.80906@errno.com> Date: Sat, 17 Sep 2005 21:43:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 19:43:33 -0000 | You appear to have added a private sta table so that you could have an | index for each node table entry. However I don't see any place where | you index into the table; only that you need the index to pass to the | firmware. This seems to say you only need a per-node index and that can | be done differently (see below). | | FWIW, the intended way to maange per-node driver-private data like this | is for the driver to extend the node data structure with a private | definition (override the class decl in c++ parlance) and store the index | in the private data area. This could eliminate the table and avoid the | problems you've introduced by holding uncounted references to node data | structures. It also avoids likely race conditions that'll result from | having an unlocked data structure that overlaps scope with the net80211 | node table (I did something similar in the ath driver only to find out | the hard way it was a mistake). No, you missed the point. This is not a table of ieee80211_node's, but just a table of the neighbours mac addresses. Thus there is no problem with reference counting, locking and such. The iwi_find_txnode() function just looks for a mac address in the table and returns its index (an entry is created if it was not already existing). | This commit msg didn't indicate that you also made changes for WME | support. You appear to disallow QoS encapsulation of EAPOL frames but | this is already done in ieee80211_encap. ieee80211_classify should | assign an AC for all frames so use M_WME_GETAC(m) and don't make | driver-local decisions unless they are required by the h/w (hard to tell | from just looking at a diff). No. I need to decide on which Tx ring the packet will be sent. And I must decide this before calling ieee80211_encap() because in case the ring is full, I want to put the packet back to the if_snd queue. Unfortunately, the check against EAPOL frames is done in ieee80211_encap(), not in ieee80211_classify(). If I use M_WME_GETAC(m) and the frame is an EAPOL frame, I'll end up checking for free space in the wrong ring. | I suggest that MFC'ing some of these changes so quickly are a bad idea. I don't think so. The WME changes have been in 7-CURRENT for a while now and the new changes are not likely to break anything. Most of the new code will not be triggered if IBSS mode is not active. I'd like this diff to make its way in BETA5 so it can be tested by many. Moreover it fixes the association problems with APs hiding their SSID. Damien From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:09:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 270B916A41F; Sat, 17 Sep 2005 20:09:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F9C43D48; Sat, 17 Sep 2005 20:09:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HK9oPR054012; Sat, 17 Sep 2005 20:09:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HK9ol3054011; Sat, 17 Sep 2005 20:09:50 GMT (envelope-from pav) Message-Id: <200509172009.j8HK9ol3054011@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 20:09:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmanager Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:09:51 -0000 pav 2005-09-17 20:09:50 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile Log: - Really fix crashes on 6.0 PR: ports/86272 Submitted by: Michael C. Shultz Revision Changes Path 1.33 +17 -13 ports/sysutils/portmanager/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:12:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BACA16A41F; Sat, 17 Sep 2005 20:12:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5389143D46; Sat, 17 Sep 2005 20:12:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKCSkD054194; Sat, 17 Sep 2005 20:12:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKCSDL054193; Sat, 17 Sep 2005 20:12:28 GMT (envelope-from pav) Message-Id: <200509172012.j8HKCSDL054193@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 20:12:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dcc-dccd Makefile distinfo pkg-plist ports/mail/dcc-dccd/files patch-homedir::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:12:28 -0000 pav 2005-09-17 20:12:28 UTC FreeBSD ports repository Modified files: mail/dcc-dccd Makefile distinfo pkg-plist mail/dcc-dccd/files patch-homedir::Makefile.in Log: - Update to 1.3.16 PR: ports/86247 Submitted by: Dean Hollister (maintainer) Revision Changes Path 1.19 +1 -1 ports/mail/dcc-dccd/Makefile 1.14 +2 -2 ports/mail/dcc-dccd/distinfo 1.4 +2 -2 ports/mail/dcc-dccd/files/patch-homedir::Makefile.in 1.9 +1 -0 ports/mail/dcc-dccd/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:20:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB3916A41F; Sat, 17 Sep 2005 20:20:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5ED43D45; Sat, 17 Sep 2005 20:20:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKKc0p054636; Sat, 17 Sep 2005 20:20:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKKcei054635; Sat, 17 Sep 2005 20:20:38 GMT (envelope-from pav) Message-Id: <200509172020.j8HKKcei054635@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 20:20:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/cherokee/files patch-cherokee-fdpoll-kqueue.c patch-cherokee-request.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:20:38 -0000 pav 2005-09-17 20:20:38 UTC FreeBSD ports repository Modified files: www/cherokee/files patch-cherokee-fdpoll-kqueue.c Added files: www/cherokee/files patch-cherokee-request.h Log: - Fix build on -CURRENT PR: ports/86271 Submitted by: Ports Fury Revision Changes Path 1.2 +10 -2 ports/www/cherokee/files/patch-cherokee-fdpoll-kqueue.c 1.1 +11 -0 ports/www/cherokee/files/patch-cherokee-request.h (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:21:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AECB16A41F; Sat, 17 Sep 2005 20:21:20 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADB343D45; Sat, 17 Sep 2005 20:21:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKLJto054722; Sat, 17 Sep 2005 20:21:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKLJJv054721; Sat, 17 Sep 2005 20:21:19 GMT (envelope-from mnag) Message-Id: <200509172021.j8HKLJJv054721@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 20:21:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-SFTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:21:20 -0000 mnag 2005-09-17 20:21:19 UTC FreeBSD ports repository Modified files: net/p5-Net-SFTP Makefile distinfo Log: Update to 0.09 PR: ports/86198 Submitted by: Trevor Cornpropst (maintainer) Approved by: pav (mentor) Revision Changes Path 1.2 +1 -1 ports/net/p5-Net-SFTP/Makefile 1.3 +2 -2 ports/net/p5-Net-SFTP/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:27:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA49B16A41F; Sat, 17 Sep 2005 20:27:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CCD43D45; Sat, 17 Sep 2005 20:27:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKRjCr054913; Sat, 17 Sep 2005 20:27:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKRjIl054912; Sat, 17 Sep 2005 20:27:45 GMT (envelope-from pav) Message-Id: <200509172027.j8HKRjIl054912@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 20:27:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/sagasu Makefile distinfo pkg-plist ports/textproc/sagasu/files patch-src::ResultPage.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:27:46 -0000 pav 2005-09-17 20:27:45 UTC FreeBSD ports repository Modified files: textproc/sagasu Makefile distinfo pkg-plist Removed files: textproc/sagasu/files patch-src::ResultPage.cpp Log: - Update to 2.0.7 PR: ports/86270 Submitted by: Ports Fury Revision Changes Path 1.13 +16 -9 ports/textproc/sagasu/Makefile 1.5 +2 -2 ports/textproc/sagasu/distinfo 1.2 +0 -10 ports/textproc/sagasu/files/patch-src::ResultPage.cpp (dead) 1.4 +8 -8 ports/textproc/sagasu/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:33:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE5916A41F; Sat, 17 Sep 2005 20:33:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2749343D45; Sat, 17 Sep 2005 20:33:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKXFRw055160; Sat, 17 Sep 2005 20:33:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKXFvk055159; Sat, 17 Sep 2005 20:33:15 GMT (envelope-from pav) Message-Id: <200509172033.j8HKXFvk055159@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 20:33:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xcalib Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:33:15 -0000 pav 2005-09-17 20:33:15 UTC FreeBSD ports repository Modified files: x11/xcalib Makefile distinfo pkg-plist Log: - Update to 0.6 PR: ports/86254 Submitted by: Petr Holub (maintainer) Revision Changes Path 1.2 +1 -1 ports/x11/xcalib/Makefile 1.2 +2 -2 ports/x11/xcalib/distinfo 1.2 +2 -0 ports/x11/xcalib/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:33:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 491A516A420; Sat, 17 Sep 2005 20:33:53 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050FC43D45; Sat, 17 Sep 2005 20:33:53 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKXqfT055196; Sat, 17 Sep 2005 20:33:52 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKXq1R055195; Sat, 17 Sep 2005 20:33:52 GMT (envelope-from mnag) Message-Id: <200509172033.j8HKXq1R055195@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 20:33:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/hffzip Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:33:53 -0000 mnag 2005-09-17 20:33:52 UTC FreeBSD ports repository Modified files: archivers/hffzip Makefile pkg-descr Log: Update MASTER_SITES and WWW PR: ports/86262 Submitted by: KATO Tsuguru Approved by: pav (mentor) Revision Changes Path 1.5 +4 -4 ports/archivers/hffzip/Makefile 1.2 +1 -1 ports/archivers/hffzip/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:34:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4B16A421; Sat, 17 Sep 2005 20:34:23 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588B943D45; Sat, 17 Sep 2005 20:34:23 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKYNC0055273; Sat, 17 Sep 2005 20:34:23 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKYNga055272; Sat, 17 Sep 2005 20:34:23 GMT (envelope-from mnag) Message-Id: <200509172034.j8HKYNga055272@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 20:34:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/downloader Makefile distinfo ports/ftp/downloader/files patch-main-base64.cc patch-main-cookie.cc patch-main-signal.cc patch-main-sm.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:34:23 -0000 mnag 2005-09-17 20:34:23 UTC FreeBSD ports repository Modified files: ftp/downloader Makefile distinfo Added files: ftp/downloader/files patch-main-base64.cc patch-main-cookie.cc patch-main-signal.cc patch-main-sm.cc Log: Update to 2.5.5 PR: ports/86266 Submitted by: KATO Tsuguru Approved by: pav (mentor) Revision Changes Path 1.60 +12 -3 ports/ftp/downloader/Makefile 1.32 +2 -2 ports/ftp/downloader/distinfo 1.1 +10 -0 ports/ftp/downloader/files/patch-main-base64.cc (new) 1.1 +11 -0 ports/ftp/downloader/files/patch-main-cookie.cc (new) 1.1 +11 -0 ports/ftp/downloader/files/patch-main-signal.cc (new) 1.1 +10 -0 ports/ftp/downloader/files/patch-main-sm.cc (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:39:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D73AE16A41F; Sat, 17 Sep 2005 20:39:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8424643D46; Sat, 17 Sep 2005 20:39:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HKdNtC055498; Sat, 17 Sep 2005 20:39:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HKdNtI055497; Sat, 17 Sep 2005 20:39:23 GMT (envelope-from pav) Message-Id: <200509172039.j8HKdNtI055497@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 20:39:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/validator Makefile ports/www/validator/files validator.conf.sample validator.conf.sample.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:39:24 -0000 pav 2005-09-17 20:39:23 UTC FreeBSD ports repository Modified files: www/validator Makefile Added files: www/validator/files validator.conf.sample.in Removed files: www/validator/files validator.conf.sample Log: - Make sample configuration file respect PREFIX and LOCALBASE PR: ports/86250 Submitted by: Naram Qashat (maintainer) Revision Changes Path 1.2 +4 -2 ports/www/validator/Makefile 1.2 +0 -127 ports/www/validator/files/validator.conf.sample (dead) 1.1 +127 -0 ports/www/validator/files/validator.conf.sample.in (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:44:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5850B16A41F; Sat, 17 Sep 2005 20:44:27 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id F333743D46; Sat, 17 Sep 2005 20:44:26 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.250] (ppp-71-139-46-176.dsl.snfc21.pacbell.net [71.139.46.176]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j8HKiLo5009839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 Sep 2005 13:44:21 -0700 Message-ID: <432C801E.2090904@root.org> Date: Sat, 17 Sep 2005 13:44:14 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: eta@lclark.edu References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> <20050917034526.U3662@odysseus.silby.com> <432C68D2.2060603@root.org> <1126984598.45786.29.camel@leguin> In-Reply-To: <1126984598.45786.29.camel@leguin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Mike Silbersack , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:44:27 -0000 Eric Anholt wrote: > On Sat, 2005-09-17 at 12:04 -0700, Nate Lawson wrote: > >>Mike Silbersack wrote: >> >>>I think I asked in irc a while ago, but I can't recall the answer. >>> >>>I don't seem to have agp support on my laptop, which has: >>> >>>(--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics >>>Device rev 2, Mem @ 0xe8000000/27, >>>0xe0000000/19, I/O @ 0x1800/3 >>>(--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics >>>Device rev 2, Mem @ 0xf0000000/27, >>>0xe0080000/19 >>> >>>According to Xorg. Was there something odd about the chipset, or is it >>>just a matter of adding device IDs? This is with RELENG_6. >> >>855GM and GMS are supported by the latest beta Xorg. So you just need >>to update your Xorg-server port. > > > We clarified in private mail that the agp device isn't attaching. I > think acpi_video is beating it out, confirming that we really need to be > able to somehow share devices well for video. That's 3 drivers now > (agp, drm, and acpi_video) that would all like to play. Ah. Yes, I think we'll have to do something like what I did for cpu devices. Basically, cpu0, cpu1, etc. implement a pseudo bus and multiple drivers attach below it. Do a devinfo to see this. There is no real way in newbus to have multiple drivers attached to a device if it doesn't implement a bus interface. This will require some design thinking. -- Nate From owner-cvs-all@FreeBSD.ORG Sat Sep 17 20:56:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFE016A41F; Sat, 17 Sep 2005 20:56:00 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA7D43D45; Sat, 17 Sep 2005 20:55:59 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j8HKtu6j069026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Sep 2005 13:55:57 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <432C8486.8060808@errno.com> Date: Sat, 17 Sep 2005 14:03:02 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damien Bergamini References: <200509171241.j8HCf5ov019561@repoman.freebsd.org> <432C4C6F.80906@errno.com> <00d501c5bbc0$1e8a9240$0300a8c0@COMETE> In-Reply-To: <00d501c5bbc0$1e8a9240$0300a8c0@COMETE> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 20:56:00 -0000 Damien Bergamini wrote: > | You appear to have added a private sta table so that you could have an > | index for each node table entry. However I don't see any place where > | you index into the table; only that you need the index to pass to the > | firmware. This seems to say you only need a per-node index and that can > | be done differently (see below). > | > | FWIW, the intended way to maange per-node driver-private data like this > | is for the driver to extend the node data structure with a private > | definition (override the class decl in c++ parlance) and store the index > | in the private data area. This could eliminate the table and avoid the > | problems you've introduced by holding uncounted references to node data > | structures. It also avoids likely race conditions that'll result from > | having an unlocked data structure that overlaps scope with the net80211 > | node table (I did something similar in the ath driver only to find out > | the hard way it was a mistake). > > No, you missed the point. This is not a table of ieee80211_node's, but > just a table of the neighbours mac addresses. Thus there is no problem > with reference counting, locking and such. > The iwi_find_txnode() function just looks for a mac address in the table > and returns its index (an entry is created if it was not already existing). Sorry, you're correct, these are mac addresses and not node references. But the suggestion still holds. You've got a separate piece of per-node information that logically belongs in a driver-private area of the node. Having it there would eliminate the table lookup; you just take the node pointer and deref to get the index. The intent of driver-private node storage is to eliminate add-on tables like this. > > | This commit msg didn't indicate that you also made changes for WME > | support. You appear to disallow QoS encapsulation of EAPOL frames but > | this is already done in ieee80211_encap. ieee80211_classify should > | assign an AC for all frames so use M_WME_GETAC(m) and don't make > | driver-local decisions unless they are required by the h/w (hard to tell > | from just looking at a diff). > > No. I need to decide on which Tx ring the packet will be sent. > And I must decide this before calling ieee80211_encap() because in case > the ring is full, I want to put the packet back to the if_snd queue. > Unfortunately, the check against EAPOL frames is done in ieee80211_encap(), > not in ieee80211_classify(). If I use M_WME_GETAC(m) and the frame is > an EAPOL frame, I'll end up checking for free space in the wrong ring. Thanks again, that'll teach me to read diffs instead of the final code. ath has no limits on the h/w tx queues, the limits are imposed by the s/w buffers that back each entry so I never needed this. Perhaps we should move the EAPOL check to the classify code as it's required that you classify packets before doing the encap. > > | I suggest that MFC'ing some of these changes so quickly are a bad idea. > > I don't think so. The WME changes have been in 7-CURRENT for a while now > and the new changes are not likely to break anything. Most of the new > code will not be triggered if IBSS mode is not active. > I'd like this diff to make its way in BETA5 so it can be tested by many. > Moreover it fixes the association problems with APs hiding their SSID. > Note that when I MFC'd changes in this driver recently that I did not MFC any of your WME mods. My suggestion was that you not MFC _some_ of the changes; not things like fixing hidden ap handling. re is the final arbiter of what can be MFC'd. Sam From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:08:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0770916A41F; Sat, 17 Sep 2005 21:08:26 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEB143D45; Sat, 17 Sep 2005 21:08:25 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HL8Pcn063691; Sat, 17 Sep 2005 21:08:25 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HL8P49063690; Sat, 17 Sep 2005 21:08:25 GMT (envelope-from thierry) Message-Id: <200509172108.j8HL8P49063690@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 17 Sep 2005 21:08:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/petsc Makefile distinfo pkg-plist ports/math/petsc/files patch-bmake::common::rules.shared.basic patch-bmake::common::variables patch-makefile patch-python::PETSc::packages::Spooles.py patch-python::PETSc::packages::X11.py patch-python_PETSc_packages_spooles.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:08:26 -0000 thierry 2005-09-17 21:08:25 UTC FreeBSD ports repository Modified files: math/petsc Makefile distinfo pkg-plist math/petsc/files patch-bmake::common::rules.shared.basic patch-makefile patch-python::PETSc::packages::X11.py Added files: math/petsc/files patch-python_PETSc_packages_spooles.py Removed files: math/petsc/files patch-bmake::common::variables patch-python::PETSc::packages::Spooles.py Log: Upgrade to v2.3.0. Revision Changes Path 1.4 +18 -18 ports/math/petsc/Makefile 1.2 +2 -2 ports/math/petsc/distinfo 1.3 +4 -5 ports/math/petsc/files/patch-bmake::common::rules.shared.basic 1.2 +0 -20 ports/math/petsc/files/patch-bmake::common::variables (dead) 1.2 +8 -35 ports/math/petsc/files/patch-makefile 1.2 +0 -12 ports/math/petsc/files/patch-python::PETSc::packages::Spooles.py (dead) 1.2 +3 -19 ports/math/petsc/files/patch-python::PETSc::packages::X11.py 1.1 +12 -0 ports/math/petsc/files/patch-python_PETSc_packages_spooles.py (new) 1.2 +29 -43 ports/math/petsc/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:09:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B74416A420; Sat, 17 Sep 2005 21:09:22 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AB043D49; Sat, 17 Sep 2005 21:09:20 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HL9KFX063746; Sat, 17 Sep 2005 21:09:20 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HL9Ki6063745; Sat, 17 Sep 2005 21:09:20 GMT (envelope-from lth) Message-Id: <200509172109.j8HL9Ki6063745@repoman.freebsd.org> From: Lars Thegler Date: Sat, 17 Sep 2005 21:09:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/perforce Makefile distinfo.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:09:22 -0000 lth 2005-09-17 21:09:20 UTC FreeBSD ports repository Modified files: devel/perforce Makefile distinfo.i386 Log: Chase updated binaries Noticed by: phk Revision Changes Path 1.51 +1 -1 ports/devel/perforce/Makefile 1.23 +2 -2 ports/devel/perforce/distinfo.i386 From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:11:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42BC416A420; Sat, 17 Sep 2005 21:11:46 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DEB43D55; Sat, 17 Sep 2005 21:11:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HLBjMn063890; Sat, 17 Sep 2005 21:11:45 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HLBj9q063889; Sat, 17 Sep 2005 21:11:45 GMT (envelope-from mnag) Message-Id: <200509172111.j8HLBj9q063889@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 17 Sep 2005 21:11:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/zipios++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:11:46 -0000 mnag 2005-09-17 21:11:45 UTC FreeBSD ports repository Modified files: archivers/zipios++ Makefile Log: Update MASTER_SITES PR: ports/86263 Submitted by: KATO Tsuguru Approved by: pav (mentor) Revision Changes Path 1.9 +1 -1 ports/archivers/zipios++/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:15:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A101016A41F; Sat, 17 Sep 2005 21:15:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3B143D48; Sat, 17 Sep 2005 21:15:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HLFLZM064114; Sat, 17 Sep 2005 21:15:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HLFLZU064113; Sat, 17 Sep 2005 21:15:21 GMT (envelope-from pav) Message-Id: <200509172115.j8HLFLZU064113@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 21:15:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/validator Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:15:21 -0000 pav 2005-09-17 21:15:21 UTC FreeBSD ports repository Modified files: www/validator Makefile Log: - Fix dependencies: s/mach/${PERL_ARCH}/ Reported by: krismail Revision Changes Path 1.3 +2 -2 ports/www/validator/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:29:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9071816A41F; Sat, 17 Sep 2005 21:29:44 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFCE43D45; Sat, 17 Sep 2005 21:29:44 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HLTihH064564; Sat, 17 Sep 2005 21:29:44 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HLTitg064563; Sat, 17 Sep 2005 21:29:44 GMT (envelope-from roberto) Message-Id: <200509172129.j8HLTitg064563@repoman.freebsd.org> From: Ollivier Robert Date: Sat, 17 Sep 2005 21:29:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:29:44 -0000 roberto 2005-09-17 21:29:44 UTC FreeBSD ports repository Modified files: devel/mercurial pkg-plist Log: Fix plist. Submitted by: kris (through pointyhat) Revision Changes Path 1.6 +3 -0 ports/devel/mercurial/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:29:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3E416A438 for ; Sat, 17 Sep 2005 21:29:50 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F75043D45 for ; Sat, 17 Sep 2005 21:29:49 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 31785 invoked from network); 17 Sep 2005 21:29:48 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 17 Sep 2005 21:29:48 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 17 Sep 2005 16:29:46 -0500 (CDT) From: Mike Silbersack To: eta@lclark.edu In-Reply-To: <1126984598.45786.29.camel@leguin> Message-ID: <20050917162703.F765@odysseus.silby.com> References: <200509170336.j8H3alVZ083992@repoman.freebsd.org> <20050917034526.U3662@odysseus.silby.com> <432C68D2.2060603@root.org> <1126984598.45786.29.camel@leguin> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:29:50 -0000 On Sat, 17 Sep 2005, Eric Anholt wrote: > We clarified in private mail that the agp device isn't attaching. I > think acpi_video is beating it out, confirming that we really need to be > able to somehow share devices well for video. That's 3 drivers now > (agp, drm, and acpi_video) that would all like to play. > > -- > Eric Anholt eta@lclark.edu You hit the nail on the head, acpi_video was the problem. I don't know exacltly why I had it in there, I just went acpi-happy one day and started adding things. :) Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Sat Sep 17 21:34:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9514716A41F; Sat, 17 Sep 2005 21:34:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 310BB43D46; Sat, 17 Sep 2005 21:34:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HLY4rL064735; Sat, 17 Sep 2005 21:34:04 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HLY445064734; Sat, 17 Sep 2005 21:34:04 GMT (envelope-from linimon) Message-Id: <200509172134.j8HLY445064734@repoman.freebsd.org> From: Mark Linimon Date: Sat, 17 Sep 2005 21:34:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 21:34:04 -0000 linimon 2005-09-17 21:34:04 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Fix broken pathname on Fedora mastersite introduced in 1.271. Revision Changes Path 1.311 +2 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:01:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A4316A41F; Sat, 17 Sep 2005 22:01:15 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6605043D45; Sat, 17 Sep 2005 22:01:15 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HM1F45065865; Sat, 17 Sep 2005 22:01:15 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HM1FfW065864; Sat, 17 Sep 2005 22:01:15 GMT (envelope-from csjp) Message-Id: <200509172201.j8HM1FfW065864@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 17 Sep 2005 22:01:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_acl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:01:15 -0000 csjp 2005-09-17 22:01:14 UTC FreeBSD src repository Modified files: sys/kern kern_acl.c Log: Implement new world order in VFS locking for ACLs. This will remove the unconditional acquisition of Giant for ACL related operations. If the file system is set as being MP safe and debug.mpsafevfs is 1, do not pickup giant. For any operations which require namei(9) lookups: __acl_get_file __acl_get_link __acl_set_file __acl_set_link __acl_delete_file __acl_delete_link __acl_aclcheck_file __acl_aclcheck_link -Set the MPSAFE flag in NDINIT -Initialize vfslocked variable using the NDHASGIANT macro For functions which operate on fds, make sure the operations are locked: __acl_get_fd __acl_set_fd __acl_delete_fd __acl_aclcheck_fd -Initialize vfslocked using VFS_LOCK_GIANT before we manipulate the vnode Discussed with: jeff Revision Changes Path 1.47 +45 -44 src/sys/kern/kern_acl.c From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:03:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FEBA16A41F; Sat, 17 Sep 2005 22:03:22 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E67F43D45; Sat, 17 Sep 2005 22:03:22 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EGkmG-000Pjm-5h; Sat, 17 Sep 2005 23:03:20 +0100 Date: Sat, 17 Sep 2005 23:03:20 +0100 From: Ceri Davies To: Colin Percival Message-ID: <20050917220320.GA36715@submonkey.net> Mail-Followup-To: Ceri Davies , Colin Percival , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509171609.j8HG9tS9035379@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <200509171609.j8HG9tS9035379@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.10i Sender: Ceri Davies Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portsnap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:03:22 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 17, 2005 at 04:09:55PM +0000, Colin Percival wrote: > cperciva 2005-09-17 16:09:55 UTC >=20 > FreeBSD ports repository (src committer) >=20 > Modified files: > sysutils/portsnap Makefile distinfo=20 > Log: > Update to version 0.9.5. This is identical to 0.9.4 except for a fix > which makes make_index not coredump when it encounters a circular > dependency in the ports tree. That's wonderful, except it leaves me with a zero-length INDEX. The core dump got me halfway through the audio/ category at least, and was actually better in that respect. Any fix in the works? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDLJKoocfcwTS3JF8RAlM7AKCO5MlqGpVCtAjXPplAnnjRi/qQqgCeLsAQ N55uXkPYpDZz4VS1Up7virs= =xqgN -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:13:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9224A16A41F; Sat, 17 Sep 2005 22:13:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F53043D46; Sat, 17 Sep 2005 22:13:38 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr7so.prod.shaw.ca (pd5mr7so-qfe3.prod.shaw.ca [10.0.141.183]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMZ00CE8F2PO720@l-daemon>; Sat, 17 Sep 2005 16:13:37 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd5mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMZ00LWXF2PFUC0@pd5mr7so.prod.shaw.ca>; Sat, 17 Sep 2005 16:13:37 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMZ00I02F2ORC@l-daemon>; Sat, 17 Sep 2005 16:13:37 -0600 (MDT) Date: Sat, 17 Sep 2005 15:13:32 -0700 From: Colin Percival In-reply-to: <20050917220320.GA36715@submonkey.net> To: Ceri Davies Message-id: <432C950C.5050301@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.92.0.0 References: <200509171609.j8HG9tS9035379@repoman.freebsd.org> <20050917220320.GA36715@submonkey.net> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portsnap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:13:38 -0000 Ceri Davies wrote: > On Sat, Sep 17, 2005 at 04:09:55PM +0000, Colin Percival wrote: >> Update to version 0.9.5. This is identical to 0.9.4 except for a fix >> which makes make_index not coredump when it encounters a circular >> dependency in the ports tree. > > That's wonderful, except it leaves me with a zero-length INDEX. The > core dump got me halfway through the audio/ category at least, and was > actually better in that respect. > > Any fix in the works? A few ports people are looking at this and trying to decide how best to fix the port in question. As a more long-term fix, I'm going to add extra checks on my portsnap build server to stop new INDEX files from being distributed until they are correct. Right now people get an INDEX built from the most recent tree on which "make describes" succeeded; once the current breakage ends, I'm going to change that to giving people an INDEX from the most recent tree where "make describes" succeeded _and_ produced a file which portsnap's make_index manages to turn into an INDEX without any errors. Colin Percival From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:18:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF1C116A41F; Sat, 17 Sep 2005 22:18:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD31743D45; Sat, 17 Sep 2005 22:18:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMIb3b066538; Sat, 17 Sep 2005 22:18:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMIbkH066537; Sat, 17 Sep 2005 22:18:37 GMT (envelope-from pav) Message-Id: <200509172218.j8HMIbkH066537@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 22:18:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/validator Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:18:38 -0000 pav 2005-09-17 22:18:37 UTC FreeBSD ports repository Modified files: www/validator Makefile Log: - Require perl 5.6.0 and newer PR: ports/86277 Submitted by: Naram Qashat (maintainer) Revision Changes Path 1.4 +7 -1 ports/www/validator/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:23:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AD816A41F; Sat, 17 Sep 2005 22:23:54 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE6E243D46; Sat, 17 Sep 2005 22:23:53 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.52 (FreeBSD)) id 1EGl69-000241-0P; Sat, 17 Sep 2005 23:23:53 +0100 Date: Sat, 17 Sep 2005 23:23:52 +0100 From: Ceri Davies To: Colin Percival Message-ID: <20050917222352.GM441@submonkey.net> Mail-Followup-To: Ceri Davies , Colin Percival , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200509171609.j8HG9tS9035379@repoman.freebsd.org> <20050917220320.GA36715@submonkey.net> <432C950C.5050301@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WkHPBKJ2pKcVUM5H" Content-Disposition: inline In-Reply-To: <432C950C.5050301@freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.10i Sender: Ceri Davies Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/portsnap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:23:54 -0000 --WkHPBKJ2pKcVUM5H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 17, 2005 at 03:13:32PM -0700, Colin Percival wrote: > Ceri Davies wrote: > > On Sat, Sep 17, 2005 at 04:09:55PM +0000, Colin Percival wrote: > >> Update to version 0.9.5. This is identical to 0.9.4 except for a fix > >> which makes make_index not coredump when it encounters a circular > >> dependency in the ports tree. > >=20 > > That's wonderful, except it leaves me with a zero-length INDEX. The > > core dump got me halfway through the audio/ category at least, and was > > actually better in that respect. > >=20 > > Any fix in the works? >=20 > A few ports people are looking at this and trying to decide how best to > fix the port in question. That's great; I wasn't sure whether this commit was considered the end of the matter, though I'll confess to having a mailbox containing a good few weeks of unread ports@ mail. > As a more long-term fix, I'm going to add extra checks on my portsnap bui= ld > server to stop new INDEX files from being distributed until they are corr= ect. > Right now people get an INDEX built from the most recent tree on which "m= ake > describes" succeeded; once the current breakage ends, I'm going to change > that to giving people an INDEX from the most recent tree where "make desc= ribes" > succeeded _and_ produced a file which portsnap's make_index manages to tu= rn > into an INDEX without any errors. That's ace; I really can't thank you enough for allowing me to offload the vast majority of my ports based worries on you; $perciva{beverage}++ and no mistake :) Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --WkHPBKJ2pKcVUM5H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDLJd4ocfcwTS3JF8RAgShAJoCDTWo/0lZbb9C/wi0ZVweA9buggCgnpTe uacmdMJwn1tT5IBLym6BERo= =tBnD -----END PGP SIGNATURE----- --WkHPBKJ2pKcVUM5H-- From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:30:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBAC16A41F; Sat, 17 Sep 2005 22:30:28 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8857243D45; Sat, 17 Sep 2005 22:30:28 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMUSIx067018; Sat, 17 Sep 2005 22:30:28 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMUStB067017; Sat, 17 Sep 2005 22:30:28 GMT (envelope-from cperciva) Message-Id: <200509172230.j8HMUStB067017@repoman.freebsd.org> From: Colin Percival Date: Sat, 17 Sep 2005 22:30:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/timidity++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:30:29 -0000 cperciva 2005-09-17 22:30:28 UTC FreeBSD ports repository (src committer) Modified files: audio/timidity++ Makefile Log: Since MASTERDIR isn't autodefined by bsd.port.mk until after bsd.port.pre.mk is included, move the block which uses it to be after said inclusion. This makes timidity++ cease to depend upon itself, and unbreaks portsnap's INDEX-building. Approved by: linimon Revision Changes Path 1.45 +8 -8 ports/audio/timidity++/Makefile From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:37:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF5616A41F; Sat, 17 Sep 2005 22:37:18 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A92D43D45; Sat, 17 Sep 2005 22:37:18 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMbIP4067244; Sat, 17 Sep 2005 22:37:18 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMbIMV067243; Sat, 17 Sep 2005 22:37:18 GMT (envelope-from lioux) Message-Id: <200509172237.j8HMbIMV067243@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 17 Sep 2005 22:37:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libebml Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:37:19 -0000 lioux 2005-09-17 22:37:18 UTC FreeBSD ports repository Modified files: textproc/libebml Makefile distinfo Log: Update to 0.7.5 PR: 85680 Submitted by: Evgueni V. Gavrilov Revision Changes Path 1.15 +1 -1 ports/textproc/libebml/Makefile 1.11 +2 -2 ports/textproc/libebml/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:39:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A57A816A41F; Sat, 17 Sep 2005 22:39:10 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C08843D45; Sat, 17 Sep 2005 22:39:10 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMdA5u067337; Sat, 17 Sep 2005 22:39:10 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMdAfW067336; Sat, 17 Sep 2005 22:39:10 GMT (envelope-from lioux) Message-Id: <200509172239.j8HMdAfW067336@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 17 Sep 2005 22:39:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libmatroska Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:39:10 -0000 lioux 2005-09-17 22:39:10 UTC FreeBSD ports repository Modified files: multimedia/libmatroska Makefile distinfo Log: Update to 0.7.7 PR: 85681 Submitted by: Evgueni V. Gavrilov Revision Changes Path 1.18 +1 -1 ports/multimedia/libmatroska/Makefile 1.11 +2 -2 ports/multimedia/libmatroska/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:40:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A4516A41F; Sat, 17 Sep 2005 22:40:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27F343D45; Sat, 17 Sep 2005 22:40:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMeNWN067478; Sat, 17 Sep 2005 22:40:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMeNqI067477; Sat, 17 Sep 2005 22:40:23 GMT (envelope-from pav) Message-Id: <200509172240.j8HMeNqI067477@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 22:40:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/vyqchat Makefile distinfo pkg-descr pkg-plist ports/net/vyqchat/files patch-src-settings.cpp patch-src-uuid.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:40:24 -0000 pav 2005-09-17 22:40:23 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/vyqchat Makefile distinfo pkg-descr pkg-plist net/vyqchat/files patch-src-settings.cpp patch-src-uuid.cpp Log: VyQChat is a real-time, text-based, serverless chat program dedicated to LANs, that runs on Linux using Qt/X11 library. It is almost 100% compatible with Vypress Chat(TM) for Windows. It allows you to chat with friends on public or private channels, send and recieve messages etc. The GUI is meant to be user-friendly and lets you to do most things with mouse. There is also optional sound support. VyQChat has been written in C++ and requires Qt library, version 3.x. PR: ports/86257 Submitted by: Victor Semionov Revision Changes Path 1.1535 +1 -0 ports/net/Makefile 1.1 +41 -0 ports/net/vyqchat/Makefile (new) 1.1 +2 -0 ports/net/vyqchat/distinfo (new) 1.1 +12 -0 ports/net/vyqchat/files/patch-src-settings.cpp (new) 1.1 +22 -0 ports/net/vyqchat/files/patch-src-uuid.cpp (new) 1.1 +12 -0 ports/net/vyqchat/pkg-descr (new) 1.1 +42 -0 ports/net/vyqchat/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:41:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE79E16A41F; Sat, 17 Sep 2005 22:41:08 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883D243D45; Sat, 17 Sep 2005 22:41:08 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMf8C1067562; Sat, 17 Sep 2005 22:41:08 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMf8Zr067561; Sat, 17 Sep 2005 22:41:08 GMT (envelope-from lioux) Message-Id: <200509172241.j8HMf8Zr067561@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 17 Sep 2005 22:41:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mkvtoolnix Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:41:09 -0000 lioux 2005-09-17 22:41:08 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile distinfo Log: Update to 1.5.6 PR: 85682 Submitted by: Evgueni V. Gavrilov Revision Changes Path 1.24 +29 -1 ports/multimedia/mkvtoolnix/Makefile 1.13 +2 -2 ports/multimedia/mkvtoolnix/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:41:20 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44E3616A421; Sat, 17 Sep 2005 22:41:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AF843D45; Sat, 17 Sep 2005 22:41:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMfJu4067596; Sat, 17 Sep 2005 22:41:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMfJSg067595; Sat, 17 Sep 2005 22:41:19 GMT (envelope-from pav) Message-Id: <200509172241.j8HMfJSg067595@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 22:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:41:20 -0000 pav 2005-09-17 22:41:19 UTC FreeBSD ports repository Modified files: . modules Log: vyqchat --> ports/net/vyqchat Revision Changes Path 1.13187 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:43:15 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B62FC16A41F; Sat, 17 Sep 2005 22:43:15 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7257143D45; Sat, 17 Sep 2005 22:43:15 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMhFvX067693; Sat, 17 Sep 2005 22:43:15 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMhF1m067692; Sat, 17 Sep 2005 22:43:15 GMT (envelope-from lioux) Message-Id: <200509172243.j8HMhF1m067692@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 17 Sep 2005 22:43:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-dateutil pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:43:15 -0000 lioux 2005-09-17 22:43:15 UTC FreeBSD ports repository Modified files: devel/py-dateutil pkg-descr Log: Fix WWW tag PR: 85891 Submitted by: Marcus Alves Grando Revision Changes Path 1.2 +1 -1 ports/devel/py-dateutil/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Sep 17 22:48:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A375916A41F; Sat, 17 Sep 2005 22:48:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F36343D48; Sat, 17 Sep 2005 22:48:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HMmnV9067944; Sat, 17 Sep 2005 22:48:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HMmnid067943; Sat, 17 Sep 2005 22:48:49 GMT (envelope-from pav) Message-Id: <200509172248.j8HMmnid067943@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 22:48:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xshisen Makefile distinfo pkg-plist ports/games/xshisen/files patch-aa patch-ac patch-ad patch-ae patch-af patch-readxpm.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 22:48:49 -0000 pav 2005-09-17 22:48:49 UTC FreeBSD ports repository Modified files: games/xshisen Makefile distinfo pkg-plist games/xshisen/files patch-readxpm.C Removed files: games/xshisen/files patch-aa patch-ac patch-ad patch-ae patch-af Log: - Update to 1.51 PR: ports/86269 Submitted by: Ports Fury Revision Changes Path 1.25 +28 -19 ports/games/xshisen/Makefile 1.4 +2 -2 ports/games/xshisen/distinfo 1.6 +0 -11 ports/games/xshisen/files/patch-aa (dead) 1.3 +0 -21 ports/games/xshisen/files/patch-ac (dead) 1.3 +0 -95 ports/games/xshisen/files/patch-ad (dead) 1.2 +0 -11 ports/games/xshisen/files/patch-ae (dead) 1.4 +0 -159 ports/games/xshisen/files/patch-af (dead) 1.2 +5 -5 ports/games/xshisen/files/patch-readxpm.C 1.7 +76 -38 ports/games/xshisen/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:03:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509F316A41F; Sat, 17 Sep 2005 23:03:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30FB43D48; Sat, 17 Sep 2005 23:03:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HN39mD068966; Sat, 17 Sep 2005 23:03:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HN387f068959; Sat, 17 Sep 2005 23:03:08 GMT (envelope-from pav) Message-Id: <200509172303.j8HN387f068959@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 23:03:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/zile Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:03:10 -0000 pav 2005-09-17 23:03:08 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Log: - Update to 2.2.7 PR: ports/86265 Submitted by: Ports Fury Revision Changes Path 1.29 +1 -1 ports/editors/zile/Makefile 1.23 +2 -2 ports/editors/zile/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:29:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B626D16A41F; Sat, 17 Sep 2005 23:29:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7087843D45; Sat, 17 Sep 2005 23:29:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNTMMq073416; Sat, 17 Sep 2005 23:29:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNTMqu073415; Sat, 17 Sep 2005 23:29:22 GMT (envelope-from pav) Message-Id: <200509172329.j8HNTMqu073415@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 23:29:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/fkiss Makefile distinfo pkg-plist ports/games/fkiss/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:29:22 -0000 pav 2005-09-17 23:29:22 UTC FreeBSD ports repository Modified files: games/fkiss Makefile distinfo Removed files: games/fkiss pkg-plist games/fkiss/files patch-aa Log: - Update to 0.33a PR: ports/86268 Submitted by: KATO Tsuguru Revision Changes Path 1.15 +44 -16 ports/games/fkiss/Makefile 1.4 +4 -2 ports/games/fkiss/distinfo 1.2 +0 -11 ports/games/fkiss/files/patch-aa (dead) 1.4 +0 -8 ports/games/fkiss/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:33:39 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F02216A41F; Sat, 17 Sep 2005 23:33:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C17F43D46; Sat, 17 Sep 2005 23:33:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNXd0j073623; Sat, 17 Sep 2005 23:33:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNXdKW073622; Sat, 17 Sep 2005 23:33:39 GMT (envelope-from marcus) Message-Id: <200509172333.j8HNXdKW073622@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 17 Sep 2005 23:33:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:33:39 -0000 marcus 2005-09-17 23:33:39 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Add an FAQ on using Emacs keybindings instead of the default GTK+ style. Revision Changes Path 1.98 +33 -2 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:34:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8506F16A41F; Sat, 17 Sep 2005 23:34:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4259D43D45; Sat, 17 Sep 2005 23:34:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNY7Zk073676; Sat, 17 Sep 2005 23:34:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNY7Cp073675; Sat, 17 Sep 2005 23:34:07 GMT (envelope-from pav) Message-Id: <200509172334.j8HNY7Cp073675@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 23:34:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-xmlwidgets Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:34:07 -0000 pav 2005-09-17 23:34:07 UTC FreeBSD ports repository Modified files: www/zope-xmlwidgets Makefile distinfo Log: - Update to 0.12 PR: ports/86280 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.6 +6 -10 ports/www/zope-xmlwidgets/Makefile 1.5 +2 -2 ports/www/zope-xmlwidgets/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:45:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69EB16A41F; Sat, 17 Sep 2005 23:45:22 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936FE43D45; Sat, 17 Sep 2005 23:45:22 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNjMap074207; Sat, 17 Sep 2005 23:45:22 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNjMXa074206; Sat, 17 Sep 2005 23:45:22 GMT (envelope-from csjp) Message-Id: <200509172345.j8HNjMXa074206@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 17 Sep 2005 23:45:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:45:23 -0000 csjp 2005-09-17 23:45:22 UTC FreeBSD src repository Modified files: tools/tools README Log: Remove reference to bpfstat, this no longer exists. Revision Changes Path 1.42 +0 -1 src/tools/tools/README From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:50:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4152E16A421; Sat, 17 Sep 2005 23:50:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B35A43D5D; Sat, 17 Sep 2005 23:50:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNoRNu074457; Sat, 17 Sep 2005 23:50:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNoQbl074456; Sat, 17 Sep 2005 23:50:26 GMT (envelope-from pav) Message-Id: <200509172350.j8HNoQbl074456@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 17 Sep 2005 23:50:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/criticalmass Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:50:31 -0000 pav 2005-09-17 23:50:26 UTC FreeBSD ports repository Modified files: games/criticalmass Makefile distinfo Log: - Update to 0.9.12 PR: ports/86267 Submitted by: Ports Fury Revision Changes Path 1.19 +6 -4 ports/games/criticalmass/Makefile 1.7 +2 -2 ports/games/criticalmass/distinfo From owner-cvs-all@FreeBSD.ORG Sat Sep 17 23:57:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBF316A41F; Sat, 17 Sep 2005 23:57:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D7943D45; Sat, 17 Sep 2005 23:57:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNvrnB074802; Sat, 17 Sep 2005 23:57:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNvrAx074801; Sat, 17 Sep 2005 23:57:53 GMT (envelope-from imp) Message-Id: <200509172357.j8HNvrAx074801@repoman.freebsd.org> From: Warner Losh Date: Sat, 17 Sep 2005 23:57:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/include legacyvar.h src/sys/i386/pci pci_bus.c src/sys/i386/i386 mptable_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:57:54 -0000 imp 2005-09-17 23:57:53 UTC FreeBSD src repository Modified files: sys/i386/include legacyvar.h sys/i386/pci pci_bus.c sys/i386/i386 mptable_pci.c Log: Expose legacy_pcib_alloc_resource, and use it in the mptable pci bus implementation, like other routines in the legacy bus. This should fix problems with resource allocation on MP systems without ACPI enabled. Revision Changes Path 1.3 +1 -1 src/sys/i386/i386/mptable_pci.c 1.7 +2 -0 src/sys/i386/include/legacyvar.h 1.121 +1 -1 src/sys/i386/pci/pci_bus.c