From owner-cvs-all Sun May 13 0:13:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDE7E37B424; Sun, 13 May 2001 00:13:40 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4D7Der59397; Sun, 13 May 2001 00:13:40 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105130713.f4D7Der59397@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 13 May 2001 00:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/05/13 00:13:40 PDT Modified files: mail/sendmail Makefile Log: - Change Order of Options,hope its better readable now. - LDAP Support shall work in old and new versions now. Revision Changes Path 1.13 +6 -5 ports/mail/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 0:26:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9195A37B424; Sun, 13 May 2001 00:26:11 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4D7QBM59890; Sun, 13 May 2001 00:26:11 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105130726.f4D7QBM59890@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 13 May 2001 00:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/05/13 00:26:11 PDT Modified files: mail/sendmail Makefile Log: - Changed dependency of cyrus-sasl to lib-depends, user package will register this now. Revision Changes Path 1.14 +3 -3 ports/mail/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 0:44:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4681637B423; Sun, 13 May 2001 00:44:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4D7iFi60673; Sun, 13 May 2001 00:44:15 -0700 (PDT) (envelope-from bde) Message-Id: <200105130744.f4D7iFi60673@freefall.freebsd.org> From: Bruce Evans Date: Sun, 13 May 2001 00:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/05/13 00:44:14 PDT Modified files: sys/i386/i386 vm_machdep.c Log: Use a critical region to protect pushing of the parent's npx state to the pcb for fork(). It was possible for the state to be saved twice when an interrupt handler saved it concurrently. This corrupted (reset) the state because fnsave has the (in)convenient side effect of doing an implicit fninit. Mundane null pointer bugs were not possible, because we save to an "arbitrary" process's pcb and not to the "right" place (npxproc). Push the parent's %gs to the pcb for fork(). Changes to %gs before fork() were not preserved in the child unless an accidental context switch did the pushing. Updated the list of pcb contents which is supposed to inhibit bugs like this. pcb_dr*, pcb_gs and pcb_ext were missing. Copying is correct for pcb_dr*, and pcb_ext is already handled specially (although XXX'ly). Reducing the savectx() call to an npxsave() call in rev.1.80 was a mistake. The above bugs are duplicated in many places, including in savectx() itself. The arbitraryness of the parent process pointer for the fork() subroutines, the pcb pointer for savectx(), and the save87 pointer for npxsave(), is illusory. These functions don't work "right" unless the pointers are precisely curproc, curpcb, and the address of npxproc's save87 area, respectively, although the special context in which they are called allows savectx(&dumppcb) to sort of work and npxsave(&dummy) to work. cpu_fork() just doesn't work unless the parent process pointer is curproc, or the caller has pushed %gs to the pcb, or %gs happens to already be in the pcb. Revision Changes Path 1.157 +15 -5 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 4:35: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B944337B424; Sun, 13 May 2001 04:34:58 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DBYws86156; Sun, 13 May 2001 04:34:58 -0700 (PDT) (envelope-from dirk) Message-Id: <200105131134.f4DBYws86156@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 13 May 2001 04:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/05/13 04:34:58 PDT Modified files: www/mod_php4/scripts configure.php Log: No need to add ${PREFIX}/firebird/lib twice (configure already DTRT). Revision Changes Path 1.129 +1 -2 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 4:45:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 805B637B43E; Sun, 13 May 2001 04:45:37 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DBjbB86571; Sun, 13 May 2001 04:45:37 -0700 (PDT) (envelope-from dirk) Message-Id: <200105131145.f4DBjbB86571@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 13 May 2001 04:45:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 distinfo ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/05/13 04:45:37 PDT Modified files: www/mod_php4 distinfo www/mod_php4/scripts configure.php Log: Upgrade jstring to 1.1.1 and mbregex to 1.2.1. Submitted by: KANAI Yasunori Revision Changes Path 1.95 +2 -2 ports/www/mod_php4/distinfo 1.130 +2 -2 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 6:47:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CB9D37B423; Sun, 13 May 2001 06:47:55 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DDltT51944; Sun, 13 May 2001 06:47:55 -0700 (PDT) (envelope-from joe) Message-Id: <200105131347.f4DDltT51944@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 06:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 06:47:54 PDT Modified files: . logcheck Log: Clean up a new nits and run this using 'strict'. Revision Changes Path 1.8 +12 -10 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 6:55:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E8A937B423; Sun, 13 May 2001 06:55:13 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DDtD186121; Sun, 13 May 2001 06:55:13 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105131355.f4DDtD186121@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 13 May 2001 06:55:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xdialog Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/13 06:55:13 PDT Modified files: x11/xdialog Makefile distinfo pkg-plist Log: upgrade to 2.0.0 Revision Changes Path 1.5 +5 -2 ports/x11/xdialog/Makefile 1.4 +1 -1 ports/x11/xdialog/distinfo 1.4 +6 -0 ports/x11/xdialog/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 6:59: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 736B037B423; Sun, 13 May 2001 06:59:03 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f4DDsan11470; Sun, 13 May 2001 14:54:36 +0100 (BST) (envelope-from nik) Date: Sun, 13 May 2001 14:54:25 +0100 From: Nik Clayton To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook book.sgml chapters.ent doc/en_US.ISO_8859-1/books/developers-handbook/x86 chapter.sgml Message-ID: <20010513145425.A92463@catkin.nothing-going-on.org> References: <200105111020.f4BAKZt63758@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105111020.f4BAKZt63758@freefall.freebsd.org>; from murray@FreeBSD.org on Fri, May 11, 2001 at 03:20:34AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 11, 2001 at 03:20:34AM -0700, Murray Stokely wrote: > Import Adam Stanislav's Assembly Language Tutorial as a chapter of the = DH. Which reminds me. Chapter 22 ("Adding new Kernel Config Options") and 25 ("FreeBSD Internals") of the Handbook can probably migrate wholesale in to to the Developer's Handbook. Chapter 22 can probably become a new chapter 9 in Part III. Sections 25.1 and 25.2 move in to the Virtual Memory part of the Dev. Handbook (perhaps renaming that chapter to "Memory Management" or similar). Section 25.3 can become an IPv6 chapter in the Networking part of the Dev. Handbook. What do you think? N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjr+khAACgkQk6gHZCw343X7eQCcC+Jzpx2qsyDICBqFxvLzfIYM FJgAn2eqsQjjdbWLNNuVJ5Jg8RePIMDn =ZCqX -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 7:43:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1144B37B423; Sun, 13 May 2001 07:43:51 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DEhpM00128; Sun, 13 May 2001 07:43:51 -0700 (PDT) (envelope-from joe) Message-Id: <200105131443.f4DEhpM00128@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 07:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 07:43:50 PDT Modified files: . logcheck Log: Simplify the script. Revision Changes Path 1.9 +42 -51 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 8:44:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23E3C37B422; Sun, 13 May 2001 08:44:21 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DFiLp06290; Sun, 13 May 2001 08:44:21 -0700 (PDT) (envelope-from nik) Message-Id: <200105131544.f4DFiLp06290@freefall.freebsd.org> From: Nik Clayton Date: Sun, 13 May 2001 08:44:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/05/13 08:44:20 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Alphabetize the "Who's Who" list. Revision Changes Path 1.67 +25 -25 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 8:46:13 2001 Delivered-To: cvs-all@freebsd.org Received: from cluck.stealthchickens.org (cluck.stealthchickens.org [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 9140D37B422; Sun, 13 May 2001 08:46:06 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from guinness.osdn.com (root@localhost [127.0.0.1]) by cluck.stealthchickens.org (8.11.3/8.11.3) with ESMTP id f4DFk5202473; Sun, 13 May 2001 11:46:05 -0400 (EDT) (envelope-from jim@FreeBSD.org) Received: by guinness.osdn.com (Postfix, from userid 1000) id DA36C99; Sun, 13 May 2001 11:45:50 -0400 (EDT) Date: Sun, 13 May 2001 11:45:49 -0400 From: Jim Mock To: Nik Clayton Cc: Murray Stokely , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook book.sgml chapters.ent doc/en_US.ISO_8859-1/books/developers-handbook/x86 chapter.sgml Message-ID: <20010513114547.A46503@guinness.osdn.com> Reply-To: jim@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010513145425.A92463@catkin.nothing-going-on.org> User-Agent: Mutt/1.3.18i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 May 2001 at 14:54:25 +0100, Nik Clayton wrote: > On Fri, May 11, 2001 at 03:20:34AM -0700, Murray Stokely wrote: > > Import Adam Stanislav's Assembly Language Tutorial as a chapter of > > the DH. > > Which reminds me. Chapter 22 ("Adding new Kernel Config Options") and > 25 ("FreeBSD Internals") of the Handbook can probably migrate > wholesale in to to the Developer's Handbook. > > Chapter 22 can probably become a new chapter 9 in Part III. > > Sections 25.1 and 25.2 move in to the Virtual Memory part of the Dev. > Handbook (perhaps renaming that chapter to "Memory Management" or > similar). Section 25.3 can become an IPv6 chapter in the Networking > part of the Dev. Handbook. > > What do you think? I think this is a great idea. All of that stuff is definitely developers material. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 9:13:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24AA237B422; Sun, 13 May 2001 09:13:51 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DGDpA10462; Sun, 13 May 2001 09:13:51 -0700 (PDT) (envelope-from ache) Message-Id: <200105131613.f4DGDpA10462@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 13 May 2001 09:13:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/13 09:13:50 PDT Modified files: share/mklocale Makefile Log: Add sk_SK Revision Changes Path 1.34 +2 -2 src/share/mklocale/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 9:18:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CAD937B424; Sun, 13 May 2001 09:18:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DGIuf10740; Sun, 13 May 2001 09:18:56 -0700 (PDT) (envelope-from ache) Message-Id: <200105131618.f4DGIuf10740@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 13 May 2001 09:18:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/colldef Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/13 09:18:56 PDT Modified files: share/colldef Makefile Log: Add sk_SK Revision Changes Path 1.37 +3 -1 src/share/colldef/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 9:28:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60E8537B42C; Sun, 13 May 2001 09:28:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DGSdT11742; Sun, 13 May 2001 09:28:39 -0700 (PDT) (envelope-from ache) Message-Id: <200105131628.f4DGSdT11742@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 13 May 2001 09:28:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/timedef sk_SK.ISO_8859-2.src Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/13 09:28:39 PDT Modified files: share/timedef Makefile Added files: share/timedef sk_SK.ISO_8859-2.src Log: Add sk_SK PR: 27290 Submitted by: Juraj Bednar Revision Changes Path 1.17 +2 -1 src/share/timedef/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 9:32:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC88B37B424; Sun, 13 May 2001 09:32:45 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DGWjO12148; Sun, 13 May 2001 09:32:45 -0700 (PDT) (envelope-from ache) Message-Id: <200105131632.f4DGWjO12148@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 13 May 2001 09:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/13 09:32:45 PDT Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add sk_SK Revision Changes Path 1.72 +3 -1 src/etc/mtree/BSD.local.dist 1.224 +5 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 9:34:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C13BC37B422; Sun, 13 May 2001 09:34:42 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DGYg512272; Sun, 13 May 2001 09:34:42 -0700 (PDT) (envelope-from nik) Message-Id: <200105131634.f4DGYg512272@freefall.freebsd.org> From: Nik Clayton Date: Sun, 13 May 2001 09:34:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook/tools chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/05/13 09:34:42 PDT Modified files: en_US.ISO_8859-1/books/developers-handbook/tools chapter.sgml Log: Add some information about using "make depend" to help automatically maintain dependencies between include files and source files. PR: docs/26743 Submitted by: Edwin Groothuis Revision Changes Path 1.5 +50 -1 doc/en_US.ISO_8859-1/books/developers-handbook/tools/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 10:26:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AD9337B422; Sun, 13 May 2001 10:26:12 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DHQCQ19702; Sun, 13 May 2001 10:26:12 -0700 (PDT) (envelope-from wosch) Message-Id: <200105131726.f4DHQCQ19702@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 13 May 2001 10:26:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi ports.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/05/13 10:26:12 PDT Modified files: en/cgi ports.cgi Log: no tar on the fly on ftp5.freebsd.org Revision Changes Path 1.54 +3 -3 www/en/cgi/ports.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 10:33:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80CB337B422; Sun, 13 May 2001 10:33:38 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DHXcB20332; Sun, 13 May 2001 10:33:38 -0700 (PDT) (envelope-from wosch) Message-Id: <200105131733.f4DHXcB20332@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 13 May 2001 10:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi ports.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/05/13 10:33:38 PDT Modified files: en/cgi ports.cgi Log: add FreeBSD 4.3R remove FreeBSD 4.2R Revision Changes Path 1.55 +12 -12 www/en/cgi/ports.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 10:46: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73A2837B423; Sun, 13 May 2001 10:45:58 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DHjwQ21115; Sun, 13 May 2001 10:45:58 -0700 (PDT) (envelope-from joe) Message-Id: <200105131745.f4DHjwQ21115@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 10:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 10:45:58 PDT Modified files: . logcheck Log: Remove trailing spaces in the log message correctly. Revision Changes Path 1.10 +2 -2 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 10:53:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A39DA37B423; Sun, 13 May 2001 10:53:28 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DHrSk21532; Sun, 13 May 2001 10:53:28 -0700 (PDT) (envelope-from joe) Message-Id: <200105131753.f4DHrSk21532@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 10:53:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 10:53:28 PDT Modified files: . logcheck Log: Pull the templated headers and their associated type-checking patterns into a configuration section at the top of the script. Revision Changes Path 1.11 +70 -28 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 10:54:28 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id 0637637B423; Sun, 13 May 2001 10:54:21 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id 2EFDAC; Sun, 13 May 2001 18:54:19 +0100 (BST) Date: Sun, 13 May 2001 18:54:19 +0100 From: Josef Karthauser To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck Message-ID: <20010513185419.A836@tao.org.uk> References: <200105131753.f4DHrSk21532@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105131753.f4DHrSk21532@freefall.freebsd.org>; from joe@FreeBSD.org on Sun, May 13, 2001 at 10:53:28AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 13, 2001 at 10:53:28AM -0700, Josef Karthauser wrote: > joe 2001/05/13 10:53:28 PDT >=20 > Modified files: > . logcheck=20 > Log: > Pull the templated headers and their associated type-checking > patterns into a configuration section at the top of the script. Hopefully this hadn't broken anything ;) Please let me know if it has. Joe --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjr+yksACgkQXVIcjOaxUBazxgCeIiNp4y12wPBiKkPUtMHG6PpI dlkAn0G1ahZzQGLuXK9WmiVHt/twP4m6 =7WMC -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 10:59: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [63.114.185.254]) by hub.freebsd.org (Postfix) with ESMTP id 4BEA337B422; Sun, 13 May 2001 10:58:49 -0700 (PDT) (envelope-from mi@misha.privatelabs.com) Received: from misha.privatelabs.com (root@misha.plten [10.0.0.106]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id NAA30131; Sun, 13 May 2001 13:19:26 -0400 Received: (from mi@localhost) by misha.privatelabs.com (8.11.3/8.11.1) id f4DHwgl09955; Sun, 13 May 2001 13:58:42 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200105131758.f4DHwgl09955@misha.privatelabs.com> Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] In-Reply-To: <20010512023602.A40616@xor.obsecurity.org> "from Kris Kennaway at May 12, 2001 02:36:02 am" To: Kris Kennaway Date: Sun, 13 May 2001 13:58:42 -0400 (EDT) Cc: Kirk McKusick , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , fs@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Working under the assumption that the only time fsck is likely to fail > in this manner is if there are FS errors which can't be resolved in > the background, and which may result in further FS damage if left > uncorrected, the best option seems to be to take some action which > prevents this damage. > > The best series of actions might be the following: > > 1) Downgrade the FS to readonly mode. Can't a foreground fsck be run at this moment? Having to reboot for anything is rather ugly... I'm sure there is a reason it can not, I'm just wondering, what that reason is. Thanks! -mi > 2) syslog(LOG_EMERG, "Unrecoverable error in background check of %s, > FS downgraded to readonly mode. Reboot in 60 seconds to attempt to > repair the error. Kill PID %d now to abort.", ...) > > 3) Reboot in 60 seconds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 12:19:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 060DD37B424; Sun, 13 May 2001 12:19:45 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DJJiq30783; Sun, 13 May 2001 12:19:44 -0700 (PDT) (envelope-from joe) Message-Id: <200105131919.f4DJJiq30783@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 12:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 12:19:44 PDT Modified files: . logcheck Log: By default defined template headers should match /^.*$/, not /^$/. Revision Changes Path 1.12 +6 -6 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 12:22:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1EF337B423; Sun, 13 May 2001 12:22:47 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: (from ue@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DJMlH30903; Sun, 13 May 2001 12:22:47 -0700 (PDT) (envelope-from ue) Message-Id: <200105131922.f4DJMlH30903@freefall.freebsd.org> From: Udo Erdelhoff Date: Sun, 13 May 2001 12:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ue 2001/05/13 12:22:47 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Second round of man.cgi replacements. Reviewed by: alex Approved by: silence on -doc Revision Changes Path 1.191 +79 -103 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 12:52:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CD1F37B424; Sun, 13 May 2001 12:52:21 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DJqLU32569; Sun, 13 May 2001 12:52:21 -0700 (PDT) (envelope-from joe) Message-Id: <200105131952.f4DJqLU32569@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 12:52:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 12:52:20 PDT Modified files: . logcheck Log: * Tidy up the error handling to make it clearer what's happening. * If a commit fails because of a template error point the user to a saved copy of the log message for when they re-commit. Revision Changes Path 1.13 +22 -6 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13: 9: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB5A037B422; Sun, 13 May 2001 13:08:55 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DK8te36416; Sun, 13 May 2001 13:08:55 -0700 (PDT) (envelope-from jkh) Message-Id: <200105132008.f4DK8te36416@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 13 May 2001 13:08:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk blocks.c chunk.c create_chunk.c disk.c disklabel.c libdisk.3 libdisk.h write_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/05/13 13:08:55 PDT Modified files: lib/libdisk blocks.c chunk.c create_chunk.c disk.c disklabel.c libdisk.3 libdisk.h write_disk.c Log: + add u_long sector_size to struct disk (documented in libdisk.3) + make Open_Disk sense the sector size by trying 512, 1024 and 2048 in this order. This makes the kernel note that dscheck(cd1): bio_bcount 512 is not on a sector boundary (ssize 2048) dscheck(cd1): bio_bcount 1024 is not on a sector boundary (ssize 2048) if 2048 is the sector size. If this worries anyone: the message is from /usr/src/sys/kern/subr_diskslice.c and shutups are to be placed there. + Have read_block and write_block use an additional parameter, the sector size. + replace all barfout calls with return NULL, 0, __LINE__, etc. Note that this does NOT emit diagnostics. More often than not, you don't want library functions to scribble on stderr -- it may not even be available. The right thing is to propagate the error condition to upper management. The app should take care of errors. + use d1->sector_size instead of 512 in various places. I've left many places untouched, especially those writing MBRs. I simply added another arg hardcoded as 512. This is because I would not know what I'm doing... I felt this approach would be reasonably backward compatible and not introduce any new bugs in critical software. Famous last words. Messing with MBRs might soon put me in the same screwup meister category as, uh, never mind. :-) + bump the max no of disks from 20 to 32 (due to PR 24503). PR: 8434 / 8436 / 24503 Submitted by: Jens Schweikhardt Revision Changes Path 1.10 +19 -14 src/lib/libdisk/blocks.c 1.27 +7 -7 src/lib/libdisk/chunk.c 1.59 +15 -11 src/lib/libdisk/create_chunk.c 1.70 +33 -21 src/lib/libdisk/disk.c 1.8 +3 -3 src/lib/libdisk/disklabel.c 1.21 +2 -1 src/lib/libdisk/libdisk.3 1.39 +12 -16 src/lib/libdisk/libdisk.h 1.41 +18 -15 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:16:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8320237B422; Sun, 13 May 2001 13:16:33 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DKGXC37153; Sun, 13 May 2001 13:16:33 -0700 (PDT) (envelope-from jkh) Message-Id: <200105132016.f4DKGXC37153@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 13 May 2001 13:16:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk Makefile blocks.c change.c chunk.c create_chunk.c disk.c disklabel.c libdisk.h rules.c write_disk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/05/13 13:16:33 PDT Modified files: (Branch: RELENG_4) lib/libdisk Makefile blocks.c change.c chunk.c create_chunk.c disk.c disklabel.c libdisk.h rules.c write_disk.c Log: (null) Revision Changes Path 1.27.2.4 +1 -2 src/lib/libdisk/Makefile 1.7.2.2 +5 -5 src/lib/libdisk/blocks.c 1.14.2.4 +17 -15 src/lib/libdisk/change.c 1.21.2.4 +53 -50 src/lib/libdisk/chunk.c 1.46.2.7 +52 -45 src/lib/libdisk/create_chunk.c 1.50.2.11 +96 -75 src/lib/libdisk/disk.c 1.5.2.2 +2 -2 src/lib/libdisk/disklabel.c 1.32.2.6 +2 -2 src/lib/libdisk/libdisk.h 1.16.2.4 +30 -30 src/lib/libdisk/rules.c 1.28.2.9 +52 -50 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:23:32 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 8751637B423; Sun, 13 May 2001 13:23:24 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4DKNOM44053; Sun, 13 May 2001 13:23:24 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 68F9B380C; Sun, 13 May 2001 13:23:24 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck In-Reply-To: <200105131443.f4DEhpM00128@freefall.freebsd.org> Date: Sun, 13 May 2001 13:23:24 -0700 From: Peter Wemm Message-Id: <20010513202324.68F9B380C@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Josef Karthauser wrote: > joe 2001/05/13 07:43:50 PDT > > Modified files: > . logcheck > Log: > Simplify the script. Are you actually testing this stuff on a shadow CVS repo? Now I can't use the word "MFC" in a commit message anymore CVS barfs on it, claiming "Bad template header" Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:25:59 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 9344637B423; Sun, 13 May 2001 13:25:53 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f4DKPL325747; Sun, 13 May 2001 13:25:21 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: jkh@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libdisk Makefile blocks.c change.c chunk.c create_chunk.c disk.c disklabel.c libdisk.h rules.c write_disk.c In-Reply-To: <200105132016.f4DKGXC37153@freefall.freebsd.org> References: <200105132016.f4DKGXC37153@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010513132521O.jkh@osd.bsdi.com> Date: Sun, 13 May 2001 13:25:21 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 39 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And of course, you may ask "A null log message? Why did you do that, jkh?" I'll TELL you why. It's because every time I typed in something like: MFC: Miscellaneous style fixes, adjustments for new Atapi code and better support for PC98 CVS on freefall barfed it back at me saying ``Bad template header "MFC" commit aborted, yada yada yada.'' - I even tried spelling it out as "Merge From Current" and that didn't work either. Methinks the recent changes to support "MFC: after" have broken CVS checkin. - Jordan From: "Jordan K. Hubbard" Subject: cvs commit: src/lib/libdisk Makefile blocks.c change.c chunk.c create_chunk.c disk.c disklabel.c libdisk.h rules.c write_disk.c Date: Sun, 13 May 2001 13:16:33 -0700 (PDT) > jkh 2001/05/13 13:16:33 PDT > > Modified files: (Branch: RELENG_4) > lib/libdisk Makefile blocks.c change.c chunk.c > create_chunk.c disk.c disklabel.c > libdisk.h rules.c write_disk.c > Log: > (null) > > Revision Changes Path > 1.27.2.4 +1 -2 src/lib/libdisk/Makefile > 1.7.2.2 +5 -5 src/lib/libdisk/blocks.c > 1.14.2.4 +17 -15 src/lib/libdisk/change.c > 1.21.2.4 +53 -50 src/lib/libdisk/chunk.c > 1.46.2.7 +52 -45 src/lib/libdisk/create_chunk.c > 1.50.2.11 +96 -75 src/lib/libdisk/disk.c > 1.5.2.2 +2 -2 src/lib/libdisk/disklabel.c > 1.32.2.6 +2 -2 src/lib/libdisk/libdisk.h > 1.16.2.4 +30 -30 src/lib/libdisk/rules.c > 1.28.2.9 +52 -50 src/lib/libdisk/write_disk.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:42:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A1FF37B424; Sun, 13 May 2001 13:42:14 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DKgEl38910; Sun, 13 May 2001 13:42:14 -0700 (PDT) (envelope-from joe) Message-Id: <200105132042.f4DKgEl38910@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 13:42:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 13:42:14 PDT Modified files: . logcheck Log: Relax the handling of seemingly extra lines in the templated header block at the bottom of the commit log. Committers are sometimes wrapping lines and therefore introducing lines that don't look like a header. This change should return the previous behaviour. Revision Changes Path 1.14 +4 -3 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:43:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA61E37B423; Sun, 13 May 2001 13:43:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DKhVd39001; Sun, 13 May 2001 13:43:31 -0700 (PDT) (envelope-from peter) Message-Id: <200105132043.f4DKhVd39001@freefall.freebsd.org> From: Peter Wemm Date: Sun, 13 May 2001 13:43:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/13 13:43:30 PDT Modified files: etc rc Log: Back out rev 1.260. The 'streams' module is a registered dependency of the 'svr4' module already. This was a 4.x-only problem and should not have been MFS'ed. Revision Changes Path 1.264 +2 -4 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:47:26 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 8A3A137B424; Sun, 13 May 2001 13:47:21 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4DKlLM44153; Sun, 13 May 2001 13:47:21 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 54393380C; Sun, 13 May 2001 13:47:21 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck In-Reply-To: <20010513202324.68F9B380C@overcee.netplex.com.au> Date: Sun, 13 May 2001 13:47:21 -0700 From: Peter Wemm Message-Id: <20010513204721.54393380C@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > Josef Karthauser wrote: > > joe 2001/05/13 07:43:50 PDT > > > > Modified files: > > . logcheck > > Log: > > Simplify the script. > > Are you actually testing this stuff on a shadow CVS repo? > > Now I can't use the word "MFC" in a commit message anymore > CVS barfs on it, claiming "Bad template header" Latest transgression, with the following log message: Back out rev 1.260. The 'streams' module is a registered dependency of the 'svr4' module already. This was a 4.x-only problem and should not have been MFS'ed. PR: Reviewed by: Submitted by: Obtained from: /tmp/cvst56s9W7LLu: 20 lines, 847 characters Warning: malformed line in template headers: have been MFS'ed. Warning: malformed line in template headers: the 'svr4' module already. This was a 4.x-only problem and should not Warning: malformed line in template headers: Back out rev 1.260. The 'streams' module is a registered dependency of Checking in rc; /home/ncvs/src/etc/rc,v <-- rc new revision: 1.264; previous revision: 1.263 done Mailing the commit message... peter@overcee[1:43pm]~src/etc-123> This was a remote commit, the templates are created at checkout time, not commit time. You have to be backwards compatable with all the previous templates for this reason. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:52:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 541A837B424; Sun, 13 May 2001 13:52:41 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DKqfo39754; Sun, 13 May 2001 13:52:41 -0700 (PDT) (envelope-from phk) Message-Id: <200105132052.f4DKqfo39754@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 13 May 2001 13:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/05/13 13:52:41 PDT Modified files: sys/conf files options sys/alpha/conf GENERIC sys/i386/conf GENERIC NEWCARD NOTES sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c Log: Convert DEVFS from an "opt-in" to an "opt-out" option. If for some reason DEVFS is undesired, the "NODEVFS" option is needed now. Pending any significant issues, DEVFS will be made mandatory in -current on july 1st so that we can start reaping the full benefits of having it. Revision Changes Path 1.516 +4 -4 src/sys/conf/files 1.271 +2 -2 src/sys/conf/options 1.109 +1 -2 src/sys/alpha/conf/GENERIC 1.308 +1 -2 src/sys/i386/conf/GENERIC 1.44 +1 -2 src/sys/i386/conf/NEWCARD 1.914 +2 -2 src/sys/i386/conf/NOTES 1.9 +1 -2 src/sys/ia64/conf/GENERIC 1.173 +1 -2 src/sys/pc98/conf/GENERIC 1.14 +3 -1 src/sys/fs/devfs/devfs_devs.c 1.15 +3 -1 src/sys/fs/devfs/devfs_vfsops.c 1.22 +5 -6 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:57:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCE3337B423; Sun, 13 May 2001 13:57:48 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DKvmF40052; Sun, 13 May 2001 13:57:48 -0700 (PDT) (envelope-from assar) Message-Id: <200105132057.f4DKvmF40052@freefall.freebsd.org> From: Assar Westerlund Date: Sun, 13 May 2001 13:57:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/lib/libroken Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2001/05/13 13:57:48 PDT Modified files: kerberos5/lib/libroken Makefile Log: install libroken and roken.h Revision Changes Path 1.6 +2 -4 src/kerberos5/lib/libroken/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 13:59:12 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 63F5237B424; Sun, 13 May 2001 13:59:05 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4DKx5M44182; Sun, 13 May 2001 13:59:05 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 24E32380C; Sun, 13 May 2001 13:59:05 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck In-Reply-To: <200105132042.f4DKgEl38910@freefall.freebsd.org> Date: Sun, 13 May 2001 13:59:05 -0700 From: Peter Wemm Message-Id: <20010513205905.24E32380C@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Josef Karthauser wrote: > joe 2001/05/13 13:42:14 PDT > > Modified files: > . logcheck > Log: > Relax the handling of seemingly extra lines in the templated header > block at the bottom of the commit log. Committers are sometimes > wrapping lines and therefore introducing lines that don't look like > a header. > > This change should return the previous behaviour. > > Revision Changes Path > 1.14 +4 -3 CVSROOT/logcheck No, this merely changes the 'Error:' to 'Warning:' which is *NOT* the previous behavior. === Back out rev 1.260. The 'streams' module is a registered dependency of the 'svr4' module already. This was a 4.x-only problem and should not have been MFS'ed. PR: Reviewed by: Submitted by: Obtained from: === Leads to: Warning: malformed line in template headers: have been MFS'ed. Warning: malformed line in template headers: the 'svr4' module already. This was a 4.x-only problem and should not Warning: malformed line in template headers: Back out rev 1.260. The 'streams' module is a registered dependency of Checking in rc; /home/ncvs/src/etc/rc,v <-- rc new revision: 1.264; previous revision: 1.263 done Mailing the commit message... Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 14: 1:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA95437B42C; Sun, 13 May 2001 14:01:39 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DL1dn40203; Sun, 13 May 2001 14:01:39 -0700 (PDT) (envelope-from jkh) Message-Id: <200105132101.f4DL1dn40203@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 13 May 2001 14:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk blocks.c chunk.c create_chunk.c disk.c disklabel.c libdisk.3 libdisk.h write_disk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/05/13 14:01:39 PDT Modified files: (Branch: RELENG_4) lib/libdisk blocks.c chunk.c create_chunk.c disk.c disklabel.c libdisk.3 libdisk.h write_disk.c Log: MFC: (part 2) - don't bomb out from this library on error, return some sort of appropriate failure code. Revision Changes Path 1.7.2.3 +19 -14 src/lib/libdisk/blocks.c 1.21.2.5 +7 -7 src/lib/libdisk/chunk.c 1.46.2.8 +15 -11 src/lib/libdisk/create_chunk.c 1.50.2.12 +33 -21 src/lib/libdisk/disk.c 1.5.2.3 +3 -3 src/lib/libdisk/disklabel.c 1.11.2.7 +2 -1 src/lib/libdisk/libdisk.3 1.32.2.7 +12 -16 src/lib/libdisk/libdisk.h 1.28.2.10 +18 -15 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 14:12:44 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 9E8E737B424; Sun, 13 May 2001 14:12:37 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3F15A67AFD; Sun, 13 May 2001 14:12:37 -0700 (PDT) Date: Sun, 13 May 2001 14:12:37 -0700 From: Kris Kennaway To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c Message-ID: <20010513141237.A63235@xor.obsecurity.org> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105132052.f4DKqfo39754@freefall.freebsd.org>; from phk@FreeBSD.org on Sun, May 13, 2001 at 01:52:41PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 13, 2001 at 01:52:41PM -0700, Poul-Henning Kamp wrote: > phk 2001/05/13 13:52:41 PDT >=20 > Modified files: > sys/conf files options=20 > sys/alpha/conf GENERIC=20 > sys/i386/conf GENERIC NEWCARD NOTES=20 > sys/ia64/conf GENERIC=20 > sys/pc98/conf GENERIC=20 > sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c=20 > Log: > Convert DEVFS from an "opt-in" to an "opt-out" option. > =20 > If for some reason DEVFS is undesired, the "NODEVFS" option is > needed now. I agree with this.. > Pending any significant issues, DEVFS will be made mandatory in > -current on july 1st so that we can start reaping the full > benefits of having it. =2E.but as for this, have you fixed the bugs where you can't re-mount a devfs to refresh it, or recreate a device node which was removed? Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/vjEWry0BWjoQKURArlzAKCHasQ/rTK5Qql61wdIWg9J9LdVbwCgsSAG 0IwqQFm1SX6dwNYtf8caLhg= =c8AQ -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 14:23:44 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id C430737B424; Sun, 13 May 2001 14:23:39 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4DLNQp12323; Sun, 13 May 2001 23:23:26 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c In-Reply-To: Your message of "Sun, 13 May 2001 14:12:37 PDT." <20010513141237.A63235@xor.obsecurity.org> Date: Sun, 13 May 2001 23:23:26 +0200 Message-ID: <12321.989789006@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010513141237.A63235@xor.obsecurity.org>, Kris Kennaway writes: >I agree with this.. > >> Pending any significant issues, DEVFS will be made mandatory in >> -current on july 1st so that we can start reaping the full >> benefits of having it. > >=2E.but as for this, have you fixed the bugs where you can't re-mount a >devfs to refresh it, or recreate a device node which was removed? I have some code that does this sitting in my tree. Part of my trouble here is the lack of available mount options - they come in one 32-pack bit-map and it's full :-( The simple "unwhiteout" implementation is not affected by that of course. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 14:42:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37B5837B424; Sun, 13 May 2001 14:42:40 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DLged45560; Sun, 13 May 2001 14:42:40 -0700 (PDT) (envelope-from joe) Message-Id: <200105132142.f4DLged45560@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 13 May 2001 14:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/13 14:42:39 PDT Modified files: . logcheck Log: Remove a number of unnecessary warnings that occured whilst parsing the log message. Revision Changes Path 1.15 +10 -7 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 14:52:44 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id A0E6D37B43C; Sun, 13 May 2001 14:52:38 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id DA5DA6; Sun, 13 May 2001 22:52:37 +0100 (BST) Date: Sun, 13 May 2001 22:52:37 +0100 From: Josef Karthauser To: Peter Wemm Cc: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck Message-ID: <20010513225237.E836@tao.org.uk> References: <20010513202324.68F9B380C@overcee.netplex.com.au> <20010513204721.54393380C@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Qz2CZ664xQdCRdPu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513204721.54393380C@overcee.netplex.com.au>; from peter@wemm.org on Sun, May 13, 2001 at 01:47:21PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Qz2CZ664xQdCRdPu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 13, 2001 at 01:47:21PM -0700, Peter Wemm wrote: >=20 > This was a remote commit, the templates are created at checkout time, > not commit time. You have to be backwards compatable with all the previous > templates for this reason. >=20 I am, with the exception that there's now provision for type-checking the values assigned to a TEMPLATE: entry and stopping the commit if it doesn't match. Joe --Qz2CZ664xQdCRdPu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjr/AiUACgkQXVIcjOaxUBaEdwCgzV3ZgLa8RGexCLPX3y0/W+nq 22UAoK+HzN5N+or0XiT0TPUHUex9SZIB =qbtE -----END PGP SIGNATURE----- --Qz2CZ664xQdCRdPu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 14:56:27 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 58E5C37B422; Sun, 13 May 2001 14:56:20 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5039066C04; Sun, 13 May 2001 14:56:19 -0700 (PDT) Date: Sun, 13 May 2001 14:56:19 -0700 From: Kris Kennaway To: Poul-Henning Kamp Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c Message-ID: <20010513145618.A1957@xor.obsecurity.org> References: <20010513141237.A63235@xor.obsecurity.org> <12321.989789006@critter> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <12321.989789006@critter>; from phk@critter.freebsd.dk on Sun, May 13, 2001 at 11:23:26PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 13, 2001 at 11:23:26PM +0200, Poul-Henning Kamp wrote: > In message <20010513141237.A63235@xor.obsecurity.org>, Kris Kennaway writ= es: >=20 > >I agree with this.. > > > >> Pending any significant issues, DEVFS will be made mandatory in > >> -current on july 1st so that we can start reaping the full > >> benefits of having it. > > > >=3D2E.but as for this, have you fixed the bugs where you can't re-mount a > >devfs to refresh it, or recreate a device node which was removed? >=20 > I have some code that does this sitting in my tree. Part of my > trouble here is the lack of available mount options - they come in > one 32-pack bit-map and it's full :-(=20 >=20 > The simple "unwhiteout" implementation is not affected by that of > course. The ability to rm -W device nodes to recreate them would be fine by me. Kris --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/wMCWry0BWjoQKURAtbWAKCWhaasEOICjC4FyMgiLn7cuiZfHgCdGFyE Y0SZMwqJGck7cSoTU5CIbU8= =5Zto -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 72CCE37B422; Sun, 13 May 2001 15:06:37 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 80A676ACBC; Mon, 14 May 2001 07:36:35 +0930 (CST) Date: Mon, 14 May 2001 07:36:35 +0930 From: Greg Lehey To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c Message-ID: <20010514073635.M86168@wantadilla.lemis.com> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105132052.f4DKqfo39754@freefall.freebsd.org>; from phk@FreeBSD.org on Sun, May 13, 2001 at 01:52:41PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 13 May 2001 at 13:52:41 -0700, Poul-Henning Kamp wrote: > phk 2001/05/13 13:52:41 PDT > > Modified files: > sys/conf files options > sys/alpha/conf GENERIC > sys/i386/conf GENERIC NEWCARD NOTES > sys/ia64/conf GENERIC > sys/pc98/conf GENERIC > sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c > Log: > Convert DEVFS from an "opt-in" to an "opt-out" option. I don't see a HEADS UP. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15:10:27 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 9399B37B422; Sun, 13 May 2001 15:10:19 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2F29F6ACBE; Mon, 14 May 2001 07:40:18 +0930 (CST) Date: Mon, 14 May 2001 07:40:17 +0930 From: Greg Lehey To: Kris Kennaway Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c Message-ID: <20010514074016.N86168@wantadilla.lemis.com> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513141237.A63235@xor.obsecurity.org>; from kris@obsecurity.org on Sun, May 13, 2001 at 02:12:37PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 13 May 2001 at 14:12:37 -0700, Kris Kennaway wrote: > On Sun, May 13, 2001 at 01:52:41PM -0700, Poul-Henning Kamp wrote: >> phk 2001/05/13 13:52:41 PDT >> >> Modified files: >> sys/conf files options >> sys/alpha/conf GENERIC >> sys/i386/conf GENERIC NEWCARD NOTES >> sys/ia64/conf GENERIC >> sys/pc98/conf GENERIC >> sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c >> Log: >> Convert DEVFS from an "opt-in" to an "opt-out" option. >> >> If for some reason DEVFS is undesired, the "NODEVFS" option is >> needed now. > > I agree with this.. > >> Pending any significant issues, DEVFS will be made mandatory in >> -current on july 1st so that we can start reaping the full >> benefits of having it. > > ..but as for this, have you fixed the bugs where you can't re-mount a > devfs to refresh it, or recreate a device node which was removed? What's the problem with recreating device nodes? I've done this several times. What I'd like to see, though, is the ability to remove subdirectories in devfs. Currently there seems to be no way to do this. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15:15: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id A31AE37B424; Sun, 13 May 2001 15:15:01 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3A83B66C04; Sun, 13 May 2001 15:15:01 -0700 (PDT) Date: Sun, 13 May 2001 15:15:01 -0700 From: Kris Kennaway To: Greg Lehey Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c Message-ID: <20010513151500.A27277@xor.obsecurity.org> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514074016.N86168@wantadilla.lemis.com>; from grog@lemis.com on Mon, May 14, 2001 at 07:40:17AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 07:40:17AM +0930, Greg Lehey wrote: > > ..but as for this, have you fixed the bugs where you can't re-mount a > > devfs to refresh it, or recreate a device node which was removed? >=20 > What's the problem with recreating device nodes? I've done this > several times. How? Kris --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/wdkWry0BWjoQKURAgSpAKDz7pDC8VemBUL78GftpMm/84V9cwCfQwOW /5gvMJ0jwT899wIQCiq1Rk8= =djzd -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15:24:26 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6E9F337B422; Sun, 13 May 2001 15:24:20 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 903CC6ACBC; Mon, 14 May 2001 07:54:18 +0930 (CST) Date: Mon, 14 May 2001 07:54:18 +0930 From: Greg Lehey To: Kris Kennaway Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010514075417.A88359@wantadilla.lemis.com> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513151500.A27277@xor.obsecurity.org>; from kris@obsecurity.org on Sun, May 13, 2001 at 03:15:01PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 13 May 2001 at 15:15:01 -0700, Kris Kennaway wrote: > On Mon, May 14, 2001 at 07:40:17AM +0930, Greg Lehey wrote: > >>> ..but as for this, have you fixed the bugs where you can't re-mount a >>> devfs to refresh it, or recreate a device node which was removed? >> >> What's the problem with recreating device nodes? I've done this >> several times. > > How? destroy_dev to remove the node, make_dev to make it. Take a look at dev/vinum/vinumconfig.c and dev/vinum/vinum.c. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15:29: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id BCDC337B422; Sun, 13 May 2001 15:28:53 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6DC6A66C04; Sun, 13 May 2001 15:28:43 -0700 (PDT) Date: Sun, 13 May 2001 15:28:42 -0700 From: Kris Kennaway To: Greg Lehey Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010513152842.A28203@xor.obsecurity.org> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514075417.A88359@wantadilla.lemis.com>; from grog@lemis.com on Mon, May 14, 2001 at 07:54:18AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 07:54:18AM +0930, Greg Lehey wrote: > On Sunday, 13 May 2001 at 15:15:01 -0700, Kris Kennaway wrote: > > On Mon, May 14, 2001 at 07:40:17AM +0930, Greg Lehey wrote: > > > >>> ..but as for this, have you fixed the bugs where you can't re-mount a > >>> devfs to refresh it, or recreate a device node which was removed? > >> > >> What's the problem with recreating device nodes? I've done this > >> several times. > > > > How? >=20 > destroy_dev to remove the node, make_dev to make it. Take a look at > dev/vinum/vinumconfig.c and dev/vinum/vinum.c. Do those exist as userland commands? :) Kris --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/wqZWry0BWjoQKURAtgIAKC2E3go2MfKv+k9AjMZYv3oL+hbdQCgqvqA 2byGE+6QmFQxqwVt2yxjro8= =5PRP -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15:52:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F7E437B422; Sun, 13 May 2001 15:52:34 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DMqY189144; Sun, 13 May 2001 15:52:34 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105132252.f4DMqY189144@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 13 May 2001 15:52:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man9 BUS_SETUP_INTR.9 DRIVER_MODULE.9 KASSERT.9 SPLASSERT.9 VFS_CHECKEXP.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 VFS_VGET.9 VFS_VPTOFH.9 VOP_ACCESS.9 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/05/13 15:52:33 PDT Modified files: ja_JP.eucJP/man/man9 Makefile Added files: ja_JP.eucJP/man/man9 BUS_SETUP_INTR.9 DRIVER_MODULE.9 KASSERT.9 SPLASSERT.9 VFS_CHECKEXP.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 VFS_VGET.9 VFS_VPTOFH.9 VOP_ACCESS.9 VOP_ACLCHECK.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LEASE.9 VOP_LINK.9 VOP_LOCK.9 VOP_MMAP.9 VOP_OPENCLOSE.9 VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_SETACL.9 VOP_SETEXTATTR.9 VOP_STRATEGY.9 acl.9 at_exit.9 at_fork.9 bios.9 boot.9 bus_alloc_resource.9 bus_release_resource.9 cd.9 devclass.9 devclass_add_driver.9 devclass_find.9 devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 devclass_get_name.9 devclass_get_softc.9 devfs_add_devswf.9 devfs_link.9 devfs_remove_dev.9 device.9 device_add_child.9 device_delete_child.9 device_enable.9 device_find_child.9 device_get_children.9 device_get_devclass.9 device_get_driver.9 device_get_flags.9 device_get_ivars.9 device_get_softc.9 device_get_state.9 device_get_unit.9 device_probe_and_attach.9 device_quiet.9 device_set_desc.9 devtoname.9 driver.9 kernacc.9 make_dev.9 microtime.9 microuptime.9 tvtohz.9 vget.9 vput.9 vref.9 vrele.9 Log: Newly translated section 9 entries. Submitted by:Akira Ikeuchi Revision Changes Path 1.4 +167 -31 doc/ja_JP.eucJP/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 15:52:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3116537B507; Sun, 13 May 2001 15:52:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DMqdk89228; Sun, 13 May 2001 15:52:39 -0700 (PDT) (envelope-from kris) Message-Id: <200105132252.f4DMqdk89228@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 13 May 2001 15:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-askpass distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/05/13 15:52:39 PDT Modified files: security/openssh-askpass distinfo Log: I committed the md5 sum on the wrong distfile last time; the contents were the same, but the paths were wrong. Revision Changes Path 1.4 +1 -1 ports/security/openssh-askpass/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 16:30:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 186A137B423; Sun, 13 May 2001 16:30:46 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DNUkB97827; Sun, 13 May 2001 16:30:46 -0700 (PDT) (envelope-from mckusick) Message-Id: <200105132330.f4DNUkB97827@freefall.freebsd.org> From: Kirk McKusick Date: Sun, 13 May 2001 16:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/05/13 16:30:45 PDT Modified files: sys/ufs/ufs ufs_vfsops.c Log: If the effective link count is zero when an NFS file handle request comes in for it, the file is really gone, so return ESTALE. The problem arises when the last reference to an FFS file is released because soft-updates may delay the actual freeing of the inode for some time. Since there are no filesystem links or open file descriptors referencing the inode, from the point of view of the system, the file is inaccessible. However, if the filesystem is NFS exported, then the remote client can still access the inode via ufs_fhtovp() until the inode really goes away. To prevent this anomoly, it is necessary to begin returning ESTALE at the same time that the file ceases to be accessible to the local filesystem. Obtained from: Ian Dowse Revision Changes Path 1.25 +4 -2 src/sys/ufs/ufs/ufs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 16:42:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE3C137B423; Sun, 13 May 2001 16:42:08 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4DNg8X98537; Sun, 13 May 2001 16:42:08 -0700 (PDT) (envelope-from dougb) Message-Id: <200105132342.f4DNg8X98537@freefall.freebsd.org> From: Doug Barton Date: Sun, 13 May 2001 16:42:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind8 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/05/13 16:42:08 PDT Modified files: net/bind8 Makefile Log: Avoid confusing pkg tools with wonky version numbers Revision Changes Path 1.26 +2 -2 ports/net/bind8/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 16:43:14 2001 Delivered-To: cvs-all@freebsd.org Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by hub.freebsd.org (Postfix) with ESMTP id F108737B423; Sun, 13 May 2001 16:43:04 -0700 (PDT) (envelope-from mckusick@mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.9.3/8.9.3) with ESMTP id QAA21879; Sun, 13 May 2001 16:42:55 -0700 (PDT) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200105132342.QAA21879@beastie.mckusick.com> To: Mikhail Teterin Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , fs@FreeBSD.org In-Reply-To: Your message of "Sun, 13 May 2001 13:58:42 EDT." <200105131758.f4DHwgl09955@misha.privatelabs.com> Date: Sun, 13 May 2001 16:42:55 -0700 From: Kirk McKusick Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: Mikhail Teterin > Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] > In-Reply-To: <20010512023602.A40616@xor.obsecurity.org> "from Kris Kennaway at > May 12, 2001 02:36:02 am" > To: Kris Kennaway > Date: Sun, 13 May 2001 13:58:42 -0400 (EDT) > CC: Kirk McKusick , cvs-committers@FreeBSD.org, > cvs-all@FreeBSD.org, Ruslan Ermilov , fs@FreeBSD.org > > > Working under the assumption that the only time fsck is likely to fail > > in this manner is if there are FS errors which can't be resolved in > > the background, and which may result in further FS damage if left > > uncorrected, the best option seems to be to take some action which > > prevents this damage. > > > > The best series of actions might be the following: > > > > 1) Downgrade the FS to readonly mode. > > Can't a foreground fsck be run at this moment? Having to reboot for > anything is rather ugly... I'm sure there is a reason it can not, I'm > just wondering, what that reason is. Thanks! > > -mi Indeed, a foreground fsck can be run once the downgrade to read-only has happened. However, doing so automatically is unlikely to be useful since nearly every error that would get us to this point will also cause an `fsck -p' to fail. So, at this point a system administrator is going to have to intervene to do a manual fsck. Once the downgrade to read-only has happened, no further filesystem damage can occur, so there is not a great rush to run the manual fsck. However, if the affected filesystem is something crucial like /var, the system may not run at all well until the problem is fixed. Kirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 17:13:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69CE037B423; Sun, 13 May 2001 17:13:16 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0DGe02828; Sun, 13 May 2001 17:13:16 -0700 (PDT) (envelope-from jeh) Message-Id: <200105140013.f4E0DGe02828@freefall.freebsd.org> From: "James E. Housley" Date: Sun, 13 May 2001 17:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/lua Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/13 17:13:16 PDT Modified files: lang/lua Makefile pkg-descr Log: Added WWW URL. Minor portlint cleanup in Makefile PR: 27304 Submitted by: Richard Kiss MAINTAINER Revision Changes Path 1.11 +1 -2 ports/lang/lua/Makefile 1.2 +1 -0 ports/lang/lua/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 17:17:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A723A37B424; Sun, 13 May 2001 17:17:11 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0HB703180; Sun, 13 May 2001 17:17:11 -0700 (PDT) (envelope-from jeh) Message-Id: <200105140017.f4E0HB703180@freefall.freebsd.org> From: "James E. Housley" Date: Sun, 13 May 2001 17:17:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/13 17:17:11 PDT Modified files: net/isc-dhcp3 Makefile distinfo Log: PORTVERSION bumped to 3.0.r4 MASTER_SITES updated w/ mirrors. PR: 27288 Submitted by: Cyrille Lefevre MAINTAINER Revision Changes Path 1.62 +43 -4 ports/net/isc-dhcp3/Makefile 1.30 +1 -1 ports/net/isc-dhcp3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 17:21: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7611437B423; Sun, 13 May 2001 17:20:58 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0KwD03587; Sun, 13 May 2001 17:20:58 -0700 (PDT) (envelope-from jeh) Message-Id: <200105140020.f4E0KwD03587@freefall.freebsd.org> From: "James E. Housley" Date: Sun, 13 May 2001 17:20:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_mp3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/13 17:20:58 PDT Modified files: www/mod_mp3 Makefile distinfo Log: Fix master site, typo and update to the latest version: 0.16. PR: 27299 Submitted by: Anders Nordby MAINTAINER Revision Changes Path 1.8 +4 -4 ports/www/mod_mp3/Makefile 1.7 +1 -1 ports/www/mod_mp3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 17:23:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93AE537B423; Sun, 13 May 2001 17:23:22 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0NMI03923; Sun, 13 May 2001 17:23:22 -0700 (PDT) (envelope-from jeh) Message-Id: <200105140023.f4E0NMI03923@freefall.freebsd.org> From: "James E. Housley" Date: Sun, 13 May 2001 17:23:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/lukemftpd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/13 17:23:22 PDT Modified files: ftp/lukemftpd Makefile distinfo Log: Updates the port to version 1.1, the latest version. PR: 27298 Submitted by: Anders Nordby MAINTAINER Revision Changes Path 1.2 +2 -2 ports/ftp/lukemftpd/Makefile 1.2 +1 -1 ports/ftp/lukemftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 17:27:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3132A37B424; Sun, 13 May 2001 17:27:52 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0Rq804367; Sun, 13 May 2001 17:27:52 -0700 (PDT) (envelope-from jeh) Message-Id: <200105140027.f4E0Rq804367@freefall.freebsd.org> From: "James E. Housley" Date: Sun, 13 May 2001 17:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-gg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/13 17:27:52 PDT Modified files: emulators/wine Makefile distinfo pkg-plist Added files: emulators/wine/files patch-gg Log: Update to version 2000-05-10 PR: 27271 Submitted by: MAINTAINER Revision Changes Path 1.108 +2 -2 ports/emulators/wine/Makefile 1.62 +1 -1 ports/emulators/wine/distinfo 1.23 +1 -0 ports/emulators/wine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 17:52:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C6E37B422; Sun, 13 May 2001 17:52:25 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E0qPV05772; Sun, 13 May 2001 17:52:25 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105140052.f4E0qPV05772@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 13 May 2001 17:52:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man9 bus_alloc_resource.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/05/13 17:52:25 PDT Modified files: ja_JP.eucJP/man/man9 bus_alloc_resource.9 Log: Fix mistranslation for "as of writing" Submitted by:okazaki Revision Changes Path 1.2 +3 -1 doc/ja_JP.eucJP/man/man9/bus_alloc_resource.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 18:14: 0 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 144C637B424; Sun, 13 May 2001 18:13:54 -0700 (PDT) Date: Sun, 13 May 2001 18:13:54 -0700 From: Eric Melville To: Kris Kennaway Cc: Greg Lehey , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010513181354.A46193@FreeBSD.org> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513152842.A28203@xor.obsecurity.org>; from kris@obsecurity.org on Sun, May 13, 2001 at 03:28:42PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > destroy_dev to remove the node, make_dev to make it. Take a look at > > dev/vinum/vinumconfig.c and dev/vinum/vinum.c. > > Do those exist as userland commands? :) http://people.FreeBSD.org/~eric/devrm.c I'm not sure what the best way to check for devfs is, but this looks reasonable. If people think it looks alright, I'll add the usual license and id tag tidbits, and add it to the tree. Hopefully I'll be able to do a devmk tomorrow. I'm also welcome to other names if devrm and devmk do not sound appropriate. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 18:21:29 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B303F37B424; Sun, 13 May 2001 18:21:23 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 778586ACBC; Mon, 14 May 2001 10:51:22 +0930 (CST) Date: Mon, 14 May 2001 10:51:22 +0930 From: Greg Lehey To: Eric Melville Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010514105122.G88359@wantadilla.lemis.com> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> <20010513181354.A46193@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513181354.A46193@FreeBSD.org>; from eric@FreeBSD.org on Sun, May 13, 2001 at 06:13:54PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 13 May 2001 at 18:13:54 -0700, Eric Melville wrote: >>> destroy_dev to remove the node, make_dev to make it. Take a look at >>> dev/vinum/vinumconfig.c and dev/vinum/vinum.c. >> >> Do those exist as userland commands? :) > > http://people.FreeBSD.org/~eric/devrm.c > > I'm not sure what the best way to check for devfs is, but this looks > reasonable. If people think it looks alright, I'll add the usual > license and id tag tidbits, and add it to the tree. Hopefully I'll > be able to do a devmk tomorrow. I'm also welcome to other names if > devrm and devmk do not sound appropriate. I'd prefer another name: rm. There are two issues here. Firstly, in the past it has always been possible to remove device nodes with rm(1). If we want to keep this functionality, we should not change the way we do it. On the other hand, though, is that what we want to do? destroy_dev is only half the picture. How do you recreate it? mknod has effectively been consigned to the scrap heap. I'm sure phk will come up with some valid arguments when he wakes up. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 18:26:53 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id EC27037B422; Sun, 13 May 2001 18:26:49 -0700 (PDT) Date: Sun, 13 May 2001 18:26:49 -0700 From: Eric Melville To: Greg Lehey Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010513182649.A51972@FreeBSD.org> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> <20010513181354.A46193@FreeBSD.org> <20010514105122.G88359@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514105122.G88359@wantadilla.lemis.com>; from grog@lemis.com on Mon, May 14, 2001 at 10:51:22AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'd prefer another name: rm. > > There are two issues here. Firstly, in the past it has always been > possible to remove device nodes with rm(1). If we want to keep this > functionality, we should not change the way we do it. > > On the other hand, though, is that what we want to do? destroy_dev is > only half the picture. How do you recreate it? mknod has effectively > been consigned to the scrap heap. I'm sure phk will come up with some > valid arguments when he wakes up. At first I was going to add this in to rm(1), but I thought people would object to that. Apparently I got it backwards, I'll do as you suggest. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 18:36:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7378237B422; Sun, 13 May 2001 18:36:21 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E1aLI14706; Sun, 13 May 2001 18:36:21 -0700 (PDT) (envelope-from murray) Message-Id: <200105140136.f4E1aLI14706@freefall.freebsd.org> From: Murray Stokely Date: Sun, 13 May 2001 18:36:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/13 18:36:21 PDT Modified files: en_US.ISO_8859-1/books/developers-handbook book.sgml Log: Add a more useful abstract, stolen from the Handbook. Revision Changes Path 1.18 +15 -2 doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 18:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8A62937B42C; Sun, 13 May 2001 18:41:21 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 20AEE6ACBC; Mon, 14 May 2001 11:11:19 +0930 (CST) Date: Mon, 14 May 2001 11:11:19 +0930 From: Greg Lehey To: Eric Melville Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010514111119.I88359@wantadilla.lemis.com> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> <20010513181354.A46193@FreeBSD.org> <20010514105122.G88359@wantadilla.lemis.com> <20010513182649.A51972@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513182649.A51972@FreeBSD.org>; from eric@FreeBSD.org on Sun, May 13, 2001 at 06:26:49PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 13 May 2001 at 18:26:49 -0700, Eric Melville wrote: >> I'd prefer another name: rm. >> >> There are two issues here. Firstly, in the past it has always been >> possible to remove device nodes with rm(1). If we want to keep this >> functionality, we should not change the way we do it. >> >> On the other hand, though, is that what we want to do? destroy_dev is >> only half the picture. How do you recreate it? mknod has effectively >> been consigned to the scrap heap. I'm sure phk will come up with some >> valid arguments when he wakes up. > > At first I was going to add this in to rm(1), but I thought people would > object to that. Apparently I got it backwards, I'll do as you > suggest. I think you should wait for phk's comments before committing. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 18:57:28 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 77F2737B422; Sun, 13 May 2001 18:57:24 -0700 (PDT) Date: Sun, 13 May 2001 18:57:24 -0700 From: Eric Melville To: Greg Lehey Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010513185724.A53412@FreeBSD.org> References: <200105132052.f4DKqfo39754@freefall.freebsd.org> <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> <20010513181354.A46193@FreeBSD.org> <20010514105122.G88359@wantadilla.lemis.com> <20010513182649.A51972@FreeBSD.org> <20010514111119.I88359@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514111119.I88359@wantadilla.lemis.com>; from grog@lemis.com on Mon, May 14, 2001 at 11:11:19AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > At first I was going to add this in to rm(1), but I thought people would > > object to that. Apparently I got it backwards, I'll do as you > > suggest. > > I think you should wait for phk's comments before committing. I never intended to commit anything just yet, I was just taking kris's thoughts a step further and spitting out some code. I suppose this probably the wrong list for it; I was just lazy and left the discussion on the list that it began on. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 19: 2: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EC1337B43E; Sun, 13 May 2001 19:01:56 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E21tZ16692; Sun, 13 May 2001 19:01:55 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105140201.f4E21tZ16692@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 13 May 2001 19:01:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 doscmd.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/05/13 19:01:55 PDT Modified files: ja_JP.eucJP/man/man1 doscmd.1 Log: Fix typo (introduced by my wrong cut-and-paste). Submitted by:Satoru Koizumi Revision Changes Path 1.11 +2 -3 doc/ja_JP.eucJP/man/man1/doscmd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 19:36:15 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 4881E37B422; Sun, 13 May 2001 19:36:10 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6B77266C04; Sun, 13 May 2001 19:36:09 -0700 (PDT) Date: Sun, 13 May 2001 19:36:09 -0700 From: Kris Kennaway To: Eric Melville Cc: Greg Lehey , Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010513193608.A48014@xor.obsecurity.org> References: <20010513141237.A63235@xor.obsecurity.org> <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> <20010513181354.A46193@FreeBSD.org> <20010514105122.G88359@wantadilla.lemis.com> <20010513182649.A51972@FreeBSD.org> <20010514111119.I88359@wantadilla.lemis.com> <20010513185724.A53412@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513185724.A53412@FreeBSD.org>; from eric@FreeBSD.ORG on Sun, May 13, 2001 at 06:57:24PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 13, 2001 at 06:57:24PM -0700, Eric Melville wrote: > > > At first I was going to add this in to rm(1), but I thought people wo= uld > > > object to that. Apparently I got it backwards, I'll do as you > > > suggest. > >=20 > > I think you should wait for phk's comments before committing. >=20 > I never intended to commit anything just yet, I was just taking kris's > thoughts a step further and spitting out some code. I suppose this probab= ly > the wrong list for it; I was just lazy and left the discussion on the list > that it began on. Actually I was being tongue-in-cheek; I'm not sure how a userland wrapper for make_dev() would DTRT if you accidentally remove a device and then want to recreate it. phk's suggestion was making remove only whiteout the device node, so you can undelete it with rm -W. Kris --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6/0SYWry0BWjoQKURAnDvAJ0bY5EXqih2Sg0HyqWpA0/HJXjrJQCgiV/p 5cMYKRnFi2BvD4RO4xvCxX4= =L7Gv -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 19:52:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30B9037B424; Sun, 13 May 2001 19:52:45 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E2qjJ22587; Sun, 13 May 2001 19:52:45 -0700 (PDT) (envelope-from murray) Message-Id: <200105140252.f4E2qjJ22587@freefall.freebsd.org> From: Murray Stokely Date: Sun, 13 May 2001 19:52:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook Makefile book.sgml chapters.ent doc/en_US.ISO_8859-1/books/developers-handbook/dma chapter.sgml doc/en_US.ISO_8859-1/books/developers-handbook/ipv6 chapter.sgml doc/en_US.ISO_8859-1/books/developers-handbook/vm chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/13 19:52:44 PDT Modified files: en_US.ISO_8859-1/books/developers-handbook Makefile book.sgml chapters.ent Added files: en_US.ISO_8859-1/books/developers-handbook/dma chapter.sgml en_US.ISO_8859-1/books/developers-handbook/ipv6 chapter.sgml en_US.ISO_8859-1/books/developers-handbook/vm chapter.sgml Log: Add chapters on DMA Basics, IPv6 Implementation, and the VM systems. Suggested by: nik Obtained from: The Handbook Revision Changes Path 1.4 +4 -1 doc/en_US.ISO_8859-1/books/developers-handbook/Makefile 1.19 +9 -8 doc/en_US.ISO_8859-1/books/developers-handbook/book.sgml 1.7 +4 -4 doc/en_US.ISO_8859-1/books/developers-handbook/chapters.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 20: 4:40 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id 9B61C37B423; Sun, 13 May 2001 20:04:37 -0700 (PDT) Date: Sun, 13 May 2001 20:04:37 -0700 From: Eric Melville To: Kris Kennaway Cc: Greg Lehey , Poul-Henning Kamp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010513200437.A55992@FreeBSD.org> References: <20010514074016.N86168@wantadilla.lemis.com> <20010513151500.A27277@xor.obsecurity.org> <20010514075417.A88359@wantadilla.lemis.com> <20010513152842.A28203@xor.obsecurity.org> <20010513181354.A46193@FreeBSD.org> <20010514105122.G88359@wantadilla.lemis.com> <20010513182649.A51972@FreeBSD.org> <20010514111119.I88359@wantadilla.lemis.com> <20010513185724.A53412@FreeBSD.org> <20010513193608.A48014@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010513193608.A48014@xor.obsecurity.org>; from kris@obsecurity.org on Sun, May 13, 2001 at 07:36:09PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Actually I was being tongue-in-cheek; I'm not sure how a userland > wrapper for make_dev() would DTRT if you accidentally remove a device > and then want to recreate it. phk's suggestion was making remove only > whiteout the device node, so you can undelete it with rm -W. I didn't even think about that for some reason. Oh well, I probably could have spent my time doing worse things, and I learned a little in the slightly embarrassing process :P To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 20: 8: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A86F137B423; Sun, 13 May 2001 20:08:02 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E382i26167; Sun, 13 May 2001 20:08:02 -0700 (PDT) (envelope-from murray) Message-Id: <200105140308.f4E382i26167@freefall.freebsd.org> From: Murray Stokely Date: Sun, 13 May 2001 20:08:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook Makefile book.sgml chapters.ent doc/en_US.ISO_8859-1/books/handbook/internals chapter.sgml doc/en_US.ISO_8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/13 20:08:02 PDT Modified files: en_US.ISO_8859-1/books/handbook Makefile book.sgml chapters.ent en_US.ISO_8859-1/books/handbook/security chapter.sgml Removed files: en_US.ISO_8859-1/books/handbook/internals chapter.sgml Log: Remove the FreeBSD Internals Chapter. The contents have been moved to several different chapters in the Developers' Handbook. Revision Changes Path 1.32 +1 -2 doc/en_US.ISO_8859-1/books/handbook/Makefile 1.98 +1 -2 doc/en_US.ISO_8859-1/books/handbook/book.sgml 1.10 +1 -2 doc/en_US.ISO_8859-1/books/handbook/chapters.ent 1.44 +6 -4 doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 20:15:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11FA937B43F; Sun, 13 May 2001 20:15:20 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E3FKM26884; Sun, 13 May 2001 20:15:20 -0700 (PDT) (envelope-from murray) Message-Id: <200105140315.f4E3FKM26884@freefall.freebsd.org> From: Murray Stokely Date: Sun, 13 May 2001 20:15:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics chapter.sgml doc/en_US.ISO_8859-1/books/developers-handbook/secure chapter.sgml doc/en_US.ISO_8859-1/books/developers-handbook/tools chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/13 20:15:19 PDT Modified files: en_US.ISO_8859-1/books/developers-handbook/driverbasics chapter.sgml en_US.ISO_8859-1/books/developers-handbook/secure chapter.sgml en_US.ISO_8859-1/books/developers-handbook/tools chapter.sgml Log: Use author entities more consistently now that we include ../handbook/authors.ent. Revision Changes Path 1.6 +4 -4 doc/en_US.ISO_8859-1/books/developers-handbook/driverbasics/chapter.sgml 1.4 +2 -2 doc/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml 1.6 +3 -3 doc/en_US.ISO_8859-1/books/developers-handbook/tools/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 20:46:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2A7B37B422; Sun, 13 May 2001 20:46:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E3kOt29031; Sun, 13 May 2001 20:46:24 -0700 (PDT) (envelope-from knu) Message-Id: <200105140346.f4E3kOt29031@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 13 May 2001 20:46:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-date2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/13 20:46:24 PDT Modified files: devel/ruby-date2 Makefile distinfo Log: Update to 2.4.3. Revision Changes Path 1.13 +2 -2 ports/devel/ruby-date2/Makefile 1.9 +1 -1 ports/devel/ruby-date2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 21: 6:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBC4437B423; Sun, 13 May 2001 21:06:12 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E46CT33319; Sun, 13 May 2001 21:06:12 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105140406.f4E46CT33319@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 13 May 2001 21:06:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man9 BUS_SETUP_INTR.9 VFS_FHTOVP.9 VFS_VGET.9 VOP_ACCESS.9 VOP_INACTIVE.9 VOP_LINK.9 VOP_PATHCONF.9 VOP_PRINT.9 VOP_READLINK.9 acl.9 bus_alloc_resource.9 cd.9 devclass.9 devfs_add_devswf.9 devfs_link.9 device.9 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/05/13 21:06:12 PDT Modified files: ja_JP.eucJP/man/man9 BUS_SETUP_INTR.9 VFS_FHTOVP.9 VFS_VGET.9 VOP_ACCESS.9 VOP_INACTIVE.9 VOP_LINK.9 VOP_PATHCONF.9 VOP_PRINT.9 VOP_READLINK.9 acl.9 bus_alloc_resource.9 cd.9 devclass.9 devfs_add_devswf.9 devfs_link.9 device.9 device_delete_child.9 device_get_softc.9 device_get_state.9 device_quiet.9 vput.9 vref.9 vrele.9 Log: Catch up with RELENG_4. Revision Changes Path 1.3 +2 -3 doc/ja_JP.eucJP/man/man9/BUS_SETUP_INTR.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VFS_FHTOVP.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VFS_VGET.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/VOP_ACCESS.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_INACTIVE.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_LINK.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_PATHCONF.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_PRINT.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/VOP_READLINK.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/acl.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/bus_alloc_resource.9 1.3 +4 -3 doc/ja_JP.eucJP/man/man9/cd.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/devclass.9 1.3 +6 -6 doc/ja_JP.eucJP/man/man9/devfs_add_devswf.9 1.3 +3 -4 doc/ja_JP.eucJP/man/man9/devfs_link.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/device.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/device_delete_child.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/device_get_softc.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/device_get_state.9 1.3 +2 -2 doc/ja_JP.eucJP/man/man9/device_quiet.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/vput.9 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/vref.9 1.3 +3 -4 doc/ja_JP.eucJP/man/man9/vrele.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 21:49:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC29E37B424; Sun, 13 May 2001 21:49:14 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E4nEe36505; Sun, 13 May 2001 21:49:14 -0700 (PDT) (envelope-from bmah) Message-Id: <200105140449.f4E4nEe36505@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 13 May 2001 21:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/alpha proc-alpha.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/13 21:49:14 PDT Modified files: release/doc/en_US.ISO_8859-1/hardware/alpha proc-alpha.sgml Log: Minor SGML-ification...convert ASCII characters to and . No content changes. Revision Changes Path 1.10 +23 -22 src/release/doc/en_US.ISO_8859-1/hardware/alpha/proc-alpha.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 21:53: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A28FB37B423; Sun, 13 May 2001 21:53:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E4r3K36951; Sun, 13 May 2001 21:53:03 -0700 (PDT) (envelope-from imp) Message-Id: <200105140453.f4E4r3K36951@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 21:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 21:53:03 PDT Modified files: sys/pccard pcic.c Log: When activating or deactivating a resource, only attempt to deal with the resource activation if we're dealing with our grandchild. Otherwise, we run into two problems. One, if the pccard layer wanted to allocate and activate something, we'd wind up trying to do the wrong thing twice: the ivars are wrong and we don't want the bridge to map the resource to the slot. If we're more than a grandchild, then who knows what kind of ivar is present. In either of these cases, we just pass it up the food chain. Revision Changes Path 1.116 +9 -1 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22: 1:57 2001 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 83AD337B424; Sun, 13 May 2001 22:01:50 -0700 (PDT) (envelope-from bp@butya.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id 8950E28BA5; Mon, 14 May 2001 12:01:34 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 6EC7828B61; Mon, 14 May 2001 12:01:34 +0700 (ALMST) Date: Mon, 14 May 2001 12:01:34 +0700 (ALMST) From: Boris Popov To: Poul-Henning Kamp Cc: current@FreeBSD.org, cvs-all@freebsd.org Subject: Mandatory DEVFS (was cvs commit: src/sys/conf files options ...) In-Reply-To: <200105132052.f4DKqfo39754@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 May 2001, Poul-Henning Kamp wrote: > Log: > Convert DEVFS from an "opt-in" to an "opt-out" option. > > If for some reason DEVFS is undesired, the "NODEVFS" option is > needed now. Right step. > Pending any significant issues, DEVFS will be made mandatory in > -current on july 1st so that we can start reaping the full > benefits of having it. I'm not sure if this move in the right direction. Current devfs implementation is weak compared to the static device entries in the /dev. And sometimes it is better to have a precreated device nodes in the ufs filesystem. Having dual interface is not all that hard if you'll spend enough time on design. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22: 5:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B90A037B423; Sun, 13 May 2001 22:05:14 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E55ED38531; Sun, 13 May 2001 22:05:14 -0700 (PDT) (envelope-from bmah) Message-Id: <200105140505.f4E55ED38531@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 13 May 2001 22:05:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/13 22:05:14 PDT Modified files: release/doc/en_US.ISO_8859-1/hardware/common dev.sgml Log: General corrections and fixings of the hardware list: 1. Everywhere I could figure out what driver supported a device or class of device, there is now a cross-reference via a &man entity. For cases where a driver has no manpage (and hence no &man entity), we now at least give the name of the driver. For the most part, this was done by examining driver manpages. 2. A number of devices which are i386-only are now marked as such, determined by noting manpages or kernel source files in architecture-specific directories. 3. Added hardware supported by the vpo(4), wl(4), awi(4), and bktr(4) drivers, based on a read of the manpages. The manpages and source files in question were taken from 4-STABLE, (which is what was running on my off-net laptop at the time) but at this level of detail, I don't expect there to be any appreciable differences between 4-STABLE and 5-CURRENT. Revision Changes Path 1.6 +194 -86 src/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22: 8:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5C9737B423; Sun, 13 May 2001 22:08:09 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E589N42820; Sun, 13 May 2001 22:08:09 -0700 (PDT) (envelope-from bmah) Message-Id: <200105140508.f4E589N42820@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 13 May 2001 22:08:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/13 22:08:09 PDT Modified files: release/doc/en_US.ISO_8859-1/relnotes/common new.sgml Log: Add some clarification to the release note entry introducing the sis(4) driver. Revision Changes Path 1.9 +2 -2 src/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22:11:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 271C537B422; Sun, 13 May 2001 22:11:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E5BWr43548; Sun, 13 May 2001 22:11:32 -0700 (PDT) (envelope-from imp) Message-Id: <200105140511.f4E5BWr43548@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 22:11:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 22:11:31 PDT Modified files: . UPDATING Log: DEVFS is opt in not opt out. Warn about July 1. Revision Changes Path 1.142 +5 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22:18:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D094937B422; Sun, 13 May 2001 22:18:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E5IDM44720; Sun, 13 May 2001 22:18:13 -0700 (PDT) (envelope-from imp) Message-Id: <200105140518.f4E5IDM44720@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 22:18:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 22:18:13 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: fxp backported from current. now it requires mii bus. Revision Changes Path 1.73.2.29 +6 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22:26:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92A8737B423; Sun, 13 May 2001 22:26:50 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E5Qo547008; Sun, 13 May 2001 22:26:50 -0700 (PDT) (envelope-from tanimura) Message-Id: <200105140526.f4E5Qo547008@freefall.freebsd.org> From: Seigo Tanimura Date: Sun, 13 May 2001 22:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c src/sys/netncp ncp_sock.c src/sys/netsmb smb_trantcp.c src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tanimura 2001/05/13 22:26:50 PDT Modified files: sys/kern sys_generic.c sys/netncp ncp_sock.c sys/netsmb smb_trantcp.c sys/sys systm.h Log: - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9). - Since polling should not involve sleeping, keep holding a process lock upon scanning file descriptors. - Hold a reference to every file descriptor prior to entering polling loop in order to avoid lock order reversal between lockmgr and p_mtx upon calling fdrop() in fo_poll(). (NOTE: this work has not been done for netncp and netsmb yet because a socket itself has no reference counts.) Reviewed by: jhb Revision Changes Path 1.78 +132 -41 src/sys/kern/sys_generic.c 1.5 +14 -10 src/sys/netncp/ncp_sock.c 1.2 +14 -10 src/sys/netsmb/smb_trantcp.c 1.140 +2 -2 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22:29:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F05D037B422; Sun, 13 May 2001 22:29:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E5TZb47285; Sun, 13 May 2001 22:29:35 -0700 (PDT) (envelope-from imp) Message-Id: <200105140529.f4E5TZb47285@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 22:29:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 22:29:35 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Add FreeBSD 4.3 Release to the timeline. Revision Changes Path 1.73.2.30 +4 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22:38:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD4E137B42C; Sun, 13 May 2001 22:38:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E5cRu48173; Sun, 13 May 2001 22:38:27 -0700 (PDT) (envelope-from imp) Message-Id: <200105140538.f4E5cRu48173@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 22:38:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 22:38:25 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Note that threaded perl breaks mod_perl. Submitted by: Brent Kearney Revision Changes Path 1.73.2.31 +6 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 22:56:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8F8437B424; Sun, 13 May 2001 22:56:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E5uEN54961; Sun, 13 May 2001 22:56:14 -0700 (PDT) (envelope-from imp) Message-Id: <200105140556.f4E5uEN54961@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 22:56:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 22:56:14 PDT Modified files: sys/pccard pccard_nbk.c Log: Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end} since they have nothing to do with pcic and it makes grepping for pcic infection in pccard harder. MFC after: 3 days Revision Changes Path 1.30 +9 -11 src/sys/pccard/pccard_nbk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23: 4:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A64B37B423; Sun, 13 May 2001 23:04:31 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E64V559525; Sun, 13 May 2001 23:04:31 -0700 (PDT) (envelope-from imp) Message-Id: <200105140604.f4E64V559525@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 23:04:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 23:04:30 PDT Modified files: sys/pccard pccard.c Log: Take a stab at making this less dependent on having pcic as a parent. For memory for the pccard attribute/common memory mapping allocate on the pccard. For other allocations, use whatever is the parent of this device. There's no doubt other issues lurking, but this should make things closer to being independent. Revision Changes Path 1.121 +18 -25 src/sys/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23: 5: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id D332F37B424; Sun, 13 May 2001 23:05:00 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4E64ap16331; Mon, 14 May 2001 08:04:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c In-Reply-To: Your message of "Mon, 14 May 2001 07:36:35 +0930." <20010514073635.M86168@wantadilla.lemis.com> Date: Mon, 14 May 2001 08:04:36 +0200 Message-ID: <16329.989820276@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010514073635.M86168@wantadilla.lemis.com>, Greg Lehey writes: >On Sunday, 13 May 2001 at 13:52:41 -0700, Poul-Henning Kamp wrote: >> phk 2001/05/13 13:52:41 PDT >> >> Modified files: >> sys/conf files options >> sys/alpha/conf GENERIC >> sys/i386/conf GENERIC NEWCARD NOTES >> sys/ia64/conf GENERIC >> sys/pc98/conf GENERIC >> sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c >> Log: >> Convert DEVFS from an "opt-in" to an "opt-out" option. > >I don't see a HEADS UP. The fact that DEVFS became the GENERIC default quite some time ago and the fact that our ultimate goal is to make DEVFS standard in 5.0 ought to be more than than enough HEADS UP for anybody paying attention. People not paying attention deserve what they get of course. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:11:21 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 502B637B423; Sun, 13 May 2001 23:11:15 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4E6Avp16499; Mon, 14 May 2001 08:10:57 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Greg Lehey Cc: Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: Your message of "Mon, 14 May 2001 10:51:22 +0930." <20010514105122.G88359@wantadilla.lemis.com> Date: Mon, 14 May 2001 08:10:57 +0200 Message-ID: <16497.989820657@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010514105122.G88359@wantadilla.lemis.com>, Greg Lehey writes: >There are two issues here. Firstly, in the past it has always been >possible to remove device nodes with rm(1). If we want to keep this >functionality, we should not change the way we do it. Right, we want to be able to so that we can prune a DEVFS mounted jail/dev >On the other hand, though, is that what we want to do? The same as it always did: Deny access to the device from userland until the device node is recreated. >destroy_dev is >only half the picture. How do you recreate it? mknod has effectively >been consigned to the scrap heap. I'm sure phk will come up with some >valid arguments when he wakes up. To recreate a rm'ed devicenode I want to use "rm -W". But I don't want a jailed root to be able to, unless I permit him to. I also don't want my carefully pruned /jail/dev to show the new disk I'm adding (unless I say so), so I need some mountoptions for the subsequent mounts to tell how I want the mount to behave in these cases. I've been trawling eBay for preowned mount-options I could use, because all the 32 bits in the map are currently in use and nobody seems to want to brave the bikeshed to redesign the mount(2) API. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:13:45 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id B140737B43F; Sun, 13 May 2001 23:13:41 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4E6DSp16604; Mon, 14 May 2001 08:13:28 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Kris Kennaway Cc: Eric Melville , Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: Your message of "Sun, 13 May 2001 19:36:09 PDT." <20010513193608.A48014@xor.obsecurity.org> Date: Mon, 14 May 2001 08:13:28 +0200 Message-ID: <16602.989820808@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010513193608.A48014@xor.obsecurity.org>, Kris Kennaway writes: >Actually I was being tongue-in-cheek; I'm not sure how a userland >wrapper for make_dev() would DTRT if you accidentally remove a device >and then want to recreate it. phk's suggestion was making remove only >whiteout the device node, so you can undelete it with rm -W. When you rm(1) a device in DEVFS the dev_t is not destroyed, it is just marked as "not in this mount". -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:15:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB38337B423; Sun, 13 May 2001 23:15:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E6F7J62890; Sun, 13 May 2001 23:15:07 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105140615.f4E6F7J62890@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 13 May 2001 23:15:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/13 23:15:07 PDT Modified files: usr.sbin/kbdcontrol kbdcontrol.c Log: Fix a possible segfault introduced in my previous commit. Revision Changes Path 1.35 +3 -2 src/usr.sbin/kbdcontrol/kbdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:15:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F138D37B424; Sun, 13 May 2001 23:15:24 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E6FOl62938; Sun, 13 May 2001 23:15:24 -0700 (PDT) (envelope-from imp) Message-Id: <200105140615.f4E6FOl62938@freefall.freebsd.org> From: Warner Losh Date: Sun, 13 May 2001 23:15:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_beep.c pccard_nbk.c pcic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/13 23:15:24 PDT Modified files: sys/pccard pccard.c pccard_beep.c pccard_nbk.c pcic_pci.c Log: Minor style(9) changes: return (VALUE); Revision Changes Path 1.122 +36 -36 src/sys/pccard/pccard.c 1.8 +14 -10 src/sys/pccard/pccard_beep.c 1.31 +28 -28 src/sys/pccard/pccard_nbk.c 1.36 +4 -4 src/sys/pccard/pcic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:15:51 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6B74F37B42C; Sun, 13 May 2001 23:15:44 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DBF6E6ACBC; Mon, 14 May 2001 15:45:41 +0930 (CST) Date: Mon, 14 May 2001 15:45:41 +0930 From: Greg Lehey To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010514154541.B17428@wantadilla.lemis.com> References: <20010514073635.M86168@wantadilla.lemis.com> <16329.989820276@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <16329.989820276@critter>; from phk@critter.freebsd.dk on Mon, May 14, 2001 at 08:04:36AM +0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 14 May 2001 at 8:04:36 +0200, Poul-Henning Kamp wrote: > In message <20010514073635.M86168@wantadilla.lemis.com>, Greg Lehey writes: >> On Sunday, 13 May 2001 at 13:52:41 -0700, Poul-Henning Kamp wrote: >>> phk 2001/05/13 13:52:41 PDT >>> >>> Modified files: >>> sys/conf files options >>> sys/alpha/conf GENERIC >>> sys/i386/conf GENERIC NEWCARD NOTES >>> sys/ia64/conf GENERIC >>> sys/pc98/conf GENERIC >>> sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c >>> Log: >>> Convert DEVFS from an "opt-in" to an "opt-out" option. >> >> I don't see a HEADS UP. > > The fact that DEVFS became the GENERIC default quite some time ago > and the fact that our ultimate goal is to make DEVFS standard in 5.0 > ought to be more than than enough HEADS UP for anybody paying > attention. I disagree. Any change in the config options is worthy of specific reminder. Most people don't even read cvs logs, because they're not developers, but this incompatibility will bite them. > People not paying attention deserve what they get of course. This is not a useful attitude. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:37:19 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 40C8D37B424; Sun, 13 May 2001 23:37:15 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4E6avp16913; Mon, 14 May 2001 08:36:57 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: Your message of "Mon, 14 May 2001 15:45:41 +0930." <20010514154541.B17428@wantadilla.lemis.com> Date: Mon, 14 May 2001 08:36:57 +0200 Message-ID: <16911.989822217@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010514154541.B17428@wantadilla.lemis.com>, Greg Lehey writes: >>> I don't see a HEADS UP. >> >> The fact that DEVFS became the GENERIC default quite some time ago >> and the fact that our ultimate goal is to make DEVFS standard in 5.0 >> ought to be more than than enough HEADS UP for anybody paying >> attention. > >I disagree. Any change in the config options is worthy of specific >reminder. Most people don't even read cvs logs, because they're not >developers, but this incompatibility will bite them. You're welcome to your opinion. The amount of bitage so far does not back your statement. >> People not paying attention deserve what they get of course. > >This is not a useful attitude. I'm not on core anymore, I don't have to have a useful attitude :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 13 23:43:17 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 3D92537B422; Sun, 13 May 2001 23:43:08 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 95CE46ACBC; Mon, 14 May 2001 16:13:06 +0930 (CST) Date: Mon, 14 May 2001 16:13:06 +0930 From: Greg Lehey To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) Message-ID: <20010514161306.D17428@wantadilla.lemis.com> References: <20010514154541.B17428@wantadilla.lemis.com> <16911.989822217@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <16911.989822217@critter>; from phk@critter.freebsd.dk on Mon, May 14, 2001 at 08:36:57AM +0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 14 May 2001 at 8:36:57 +0200, Poul-Henning Kamp wrote: > In message <20010514154541.B17428@wantadilla.lemis.com>, Greg Lehey writes: > >>>> I don't see a HEADS UP. >>> >>> The fact that DEVFS became the GENERIC default quite some time ago >>> and the fact that our ultimate goal is to make DEVFS standard in 5.0 >>> ought to be more than than enough HEADS UP for anybody paying >>> attention. >> >> I disagree. Any change in the config options is worthy of specific >> reminder. Most people don't even read cvs logs, because they're not >> developers, but this incompatibility will bite them. > > You're welcome to your opinion. > > The amount of bitage so far does not back your statement. Of course not. Hardly anybody has built a kernel since the change. That's not an argument. >>> People not paying attention deserve what they get of course. >> >> This is not a useful attitude. > > I'm not on core anymore, I don't have to have a useful attitude :-) That also is not a valid reason. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 0:16: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E14437B424; Mon, 14 May 2001 00:16:06 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E7G6d69771; Mon, 14 May 2001 00:16:06 -0700 (PDT) (envelope-from eric) Message-Id: <200105140716.f4E7G6d69771@freefall.freebsd.org> From: Eric Melville Date: Mon, 14 May 2001 00:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmusic Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eric 2001/05/14 00:16:06 PDT Modified files: audio/wmusic Makefile distinfo pkg-plist Log: Update to the 1.4.7 distfile, and clean up the build a bit. PR: 27238 Submitted by: Patrick Li Approved by: murray Revision Changes Path 1.6 +12 -4 ports/audio/wmusic/Makefile 1.6 +1 -1 ports/audio/wmusic/distinfo 1.2 +3 -0 ports/audio/wmusic/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 1: 2:48 2001 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 348FF37B424; Mon, 14 May 2001 01:02:41 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id A49EC543D; Mon, 14 May 2001 10:02:28 +0200 (CEST) Date: Mon, 14 May 2001 10:02:28 +0200 From: Anton Berezin To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brent@kearneys.ca Subject: Re: cvs commit: src UPDATING Message-ID: <20010514100228.C38164@heechee.tobez.org> References: <200105140538.f4E5cRu48173@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105140538.f4E5cRu48173@freefall.freebsd.org>; from imp@FreeBSD.org on Sun, May 13, 2001 at 10:38:27PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 13, 2001 at 10:38:27PM -0700, Warner Losh wrote: > imp 2001/05/13 22:38:25 PDT > > Modified files: (Branch: RELENG_4) > . UPDATING > Log: > Note that threaded perl breaks mod_perl. > +20010402: > + It appears that PERL_THREADED=true in /etc/make.conf is not > + compatible with mod_perl. Not sure the exact date of this problem, > + but it post dates 4.2 and predates 4.3. > Submitted by: Brent Kearney I guess that this problem has little to do with modifications in -stable perl, and is probably related to a changed mod_perl version. This is not particularly important, however. What is important, is the fact that threaded perl, *especially* in -stable, is evil and breaks a lot of things. I emphasize -stable here since threaded 5.6.0 in -current is compiled with different, more forgiving threading options and hence is not that dangerous. People on perl5-porters mailing list call this the `5.005 threads disaster'. I don't know how this is relevant to UPDATING, but I am sure that the appropriate comment in /etc/defaults/make.conf is in order. Cheers, =Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 1:20:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63C1037B424; Mon, 14 May 2001 01:20:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E8Kl579121; Mon, 14 May 2001 01:20:47 -0700 (PDT) (envelope-from phk) Message-Id: <200105140820.f4E8Kl579121@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 May 2001 01:20:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/05/14 01:20:47 PDT Modified files: sys/fs/devfs devfs_vnops.c Log: After a successfull poll of the cloning functions, match on the returned dev_t rather than the original name. This allows cloning from one name to another which is useful for /dev/tty and later for the pty's. Revision Changes Path 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 1:23: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13BA737B423; Mon, 14 May 2001 01:22:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E8Mv879404; Mon, 14 May 2001 01:22:57 -0700 (PDT) (envelope-from phk) Message-Id: <200105140822.f4E8Mv879404@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 May 2001 01:22:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/05/14 01:22:56 PDT Modified files: sys/kern tty_tty.c Log: Use the new ability to avoid practically all the gunk in this file. When people access /dev/tty, locate their controlling tty and return the dev_t of it to them. This basically makes /dev/tty act like a variant symlink sort of thing which is much simpler than all the mucking about with vnodes. Revision Changes Path 1.34 +27 -18 src/sys/kern/tty_tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 1:23:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF6C337B423; Mon, 14 May 2001 01:23:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E8NnL79490; Mon, 14 May 2001 01:23:49 -0700 (PDT) (envelope-from ru) Message-Id: <200105140823.f4E8NnL79490@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 May 2001 01:23:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.c src/sys/netinet in.c in_rmx.c in_var.h raw_ip.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/14 01:23:49 PDT Modified files: (Branch: RELENG_4) sys/net route.c sys/netinet in.c in_rmx.c in_var.h raw_ip.c Log: MFC. net/route.c: A route generated from an RTF_CLONING route had the RTF_WASCLONED flag set but did not have a reference to the parent route, as documented in the rtentry(9) manpage. This prevented such routes from being deleted when their parent route was deleted. netinet/in.c: When address is removed from an interface, also delete all routes that point to this interface and address. Previously, for example, if you changed the address on an interface, outgoing IP datagrams might still use the old address. The only solution was to delete and re-add some routes. netinet/in_rmx.c, netinet/in_var.h, netinet/raw_ip.c: In in_ifadown(), differentiate between whether the interface goes down or interface address is deleted. Only delete static routes in the latter case. PR: kern/20785, bin/26970, i386/27280 Revision Changes Path 1.59.2.2 +5 -4 src/sys/net/route.c 1.44.2.3 +12 -1 src/sys/netinet/in.c 1.37.2.1 +14 -12 src/sys/netinet/in_rmx.c 1.33.2.1 +2 -2 src/sys/netinet/in_var.h 1.64.2.5 +2 -2 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 2: 3:13 2001 Delivered-To: cvs-all@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 248A837B423; Mon, 14 May 2001 02:03:08 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer goliath.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f4E936418618; Mon, 14 May 2001 11:03:06 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.0/8.11.0) with ESMTP id f4E936B29729; Mon, 14 May 2001 11:03:06 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f4E936F55160; Date: Mon, 14 May 2001 11:03:05 +0200 From: Andre Albsmeier To: Jonathan Lemon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Message-ID: <20010514110305.A53510@curry.mchp.siemens.de> References: <200105130009.f4D09gX09447@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105130009.f4D09gX09447@freefall.freebsd.org>; from jlemon@FreeBSD.ORG on Sat, May 12, 2001 at 05:09:42PM -0700 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12-May-2001 at 17:09:42 -0700, Jonathan Lemon wrote: > jlemon 2001/05/12 17:09:42 PDT > > Added files: (Branch: RELENG_4) > sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h > Log: > Bring the new fxp driver into -stable Thanks a lot for that! I saw you updated GENERIC... maybe LINT needs a note as well... Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 2:22: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A193337B423; Mon, 14 May 2001 02:22:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E9M5S88538; Mon, 14 May 2001 02:22:05 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105140922.f4E9M5S88538@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 02:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ukrainian Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 02:22:05 PDT Added files: ukrainian Makefile.inc Log: Add missed file. Reported by: many To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 2:24:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF9E437B423; Mon, 14 May 2001 02:24:50 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E9Oor88895; Mon, 14 May 2001 02:24:50 -0700 (PDT) (envelope-from assar) Message-Id: <200105140924.f4E9Oor88895@freefall.freebsd.org> From: Assar Westerlund Date: Mon, 14 May 2001 02:24:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/lib/libasn1 Makefile src/kerberos5/lib/libhdb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2001/05/14 02:24:50 PDT Modified files: kerberos5/lib/libasn1 Makefile kerberos5/lib/libhdb Makefile Log: use print_version from lib/vers instead of lib/roken Revision Changes Path 1.7 +3 -2 src/kerberos5/lib/libasn1/Makefile 1.4 +3 -2 src/kerberos5/lib/libhdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 2:36:26 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3FEE537B422; Mon, 14 May 2001 02:36:20 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA17815; Mon, 14 May 2001 19:36:17 +1000 Date: Mon, 14 May 2001 19:34:56 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libdisk blocks.c chunk.c create_chunk.c disk.c disklabel.c libdisk.3 libdisk.h write_disk.c In-Reply-To: <200105132008.f4DK8te36416@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 May 2001, Jordan K. Hubbard wrote: > jkh 2001/05/13 13:08:55 PDT > > Modified files: > lib/libdisk blocks.c chunk.c create_chunk.c disk.c > disklabel.c libdisk.3 libdisk.h > write_disk.c > Log: > + add u_long sector_size to struct disk (documented in libdisk.3) > + make Open_Disk sense the sector size by trying 512, 1024 and 2048 > in this order. This makes the kernel note that > dscheck(cd1): bio_bcount 512 is not on a sector boundary (ssize 2048) > dscheck(cd1): bio_bcount 1024 is not on a sector boundary (ssize 2048) > if 2048 is the sector size. If this worries anyone: the message is from > /usr/src/sys/kern/subr_diskslice.c and shutups are to be placed there. Shutups aren't to be placed. Here the bug is that libdisk probes for the sector size instead of just using the sector size in the disk label (d_secsize in the label for the whole disk slice) and/or that some broken drivers still don't support the whole disk device and/or don't initialize its label correctly. dscheck() just uses this size (indirectly). Even after these changes, Write_Disk() still does extra work to create a a label with possibly-wrong hard-coded defaults (including a sector size of 512). It should get almost everything except the partition data from the label for the whole disk slice. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 4:24: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E583937B424; Mon, 14 May 2001 04:23:58 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EBNw609765; Mon, 14 May 2001 04:23:58 -0700 (PDT) (envelope-from markm) Message-Id: <200105141123.f4EBNw609765@freefall.freebsd.org> From: Mark Murray Date: Mon, 14 May 2001 04:23:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_krb5 COPYRIGHT Makefile README TODO compat_heimdal.c pam_krb5.8 pam_krb5.h pam_krb5_acct.c pam_krb5_auth.c pam_krb5_pass.c pam_krb5_sess.c support.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/05/14 04:23:58 PDT Modified files: lib/libpam/libpam Makefile lib/libpam/modules Makefile Added files: lib/libpam/modules/pam_krb5 COPYRIGHT Makefile README TODO compat_heimdal.c pam_krb5.8 pam_krb5.h pam_krb5_acct.c pam_krb5_auth.c pam_krb5_pass.c pam_krb5_sess.c support.c lib/libpam/modules/pam_nologin Makefile lib/libpam/modules/pam_rootok Makefile lib/libpam/modules/pam_wheel Makefile Log: Bring in a few useful PAM modules. pam_krb5 is a Kerberos 5 (Heimdal) authentication module. pam_nologin checks for /etc/nologin and does the "usual stuff" if it is found, otherwise it silently succeeds. pam_rootok silently succeeds if the user is root, otherwise it fails. pam_wheel silently succeeds if the user is a member of group "wheel" (or another nominated group), and fails otherwise. There is an issue with kerberosIV and kerberos5 - if both are being built, then static linking fails with duplicate symbols. This will take a bit of work to sort out in the kerberii. Revision Changes Path 1.17 +6 -3 src/lib/libpam/libpam/Makefile 1.11 +6 -3 src/lib/libpam/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 4:33:39 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 167EB37B422; Mon, 14 May 2001 04:33:31 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.3/8.11.3) with ESMTP id f4EBXIq90735; Mon, 14 May 2001 13:33:22 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200105141133.f4EBXIq90735@gratis.grondar.za> To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/kerberos5/lib/libroken Makefile References: <200105132057.f4DKvmF40052@freefall.freebsd.org> In-Reply-To: <200105132057.f4DKvmF40052@freefall.freebsd.org> ; from Assar Westerlund "Sun, 13 May 2001 13:57:48 PDT." Date: Mon, 14 May 2001 12:35:14 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > assar 2001/05/13 13:57:48 PDT > > Modified files: > kerberos5/lib/libroken Makefile > Log: > install libroken and roken.h Er, why? :-) M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 4:45:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D7DB37B422; Mon, 14 May 2001 04:45:17 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EBjHM11584; Mon, 14 May 2001 04:45:17 -0700 (PDT) (envelope-from markm) Message-Id: <200105141145.f4EBjHM11584@freefall.freebsd.org> From: Mark Murray Date: Mon, 14 May 2001 04:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/05/14 04:45:17 PDT Modified files: share/mk bsd.libnames.mk Log: Kerberos updates for PAM. Revision Changes Path 1.42 +14 -4 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 5: 3:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EABDB37B422; Mon, 14 May 2001 05:03:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EC3U713174; Mon, 14 May 2001 05:03:30 -0700 (PDT) (envelope-from tg) Message-Id: <200105141203.f4EC3U713174@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 14 May 2001 05:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/py-numeric pkg-descr ports/math/py-numeric17 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/05/14 05:03:30 PDT Modified files: math/py-numeric pkg-descr math/py-numeric17 pkg-descr Log: Update WWW: Submitted by: Jean-Sebastien ROY Revision Changes Path 1.5 +1 -1 ports/math/py-numeric/pkg-descr 1.5 +1 -1 ports/math/py-numeric17/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 5:12:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A2D937B43C; Mon, 14 May 2001 05:12:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ECCia16880; Mon, 14 May 2001 05:12:44 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141212.f4ECCia16880@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 05:12:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/atk Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 05:12:44 PDT Modified files: devel Makefile Added files: devel/atk Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add atk 0.1, a GNOME accessibility toolkit (ATK). Revision Changes Path 1.535 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 5:13: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEB6137B422; Mon, 14 May 2001 05:13:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ECD1716940; Mon, 14 May 2001 05:13:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141213.f4ECD1716940@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 05:13:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 05:13:01 PDT Modified files: . modules Log: atk --> ports/devel/atk Revision Changes Path 1.3108 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 5:14:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 949DF37B43F; Mon, 14 May 2001 05:14:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ECEHf17073; Mon, 14 May 2001 05:14:17 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141214.f4ECEHf17073@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 05:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib13 Makefile distinfo pkg-plist ports/devel/glib13/files patch-gobject::Makefile.in patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 05:14:17 PDT Modified files: devel/glib13 Makefile distinfo pkg-plist devel/glib13/files patch-ae Added files: devel/glib13/files patch-gobject::Makefile.in Log: Update to 1.3.5. Revision Changes Path 1.42 +5 -3 ports/devel/glib13/Makefile 1.24 +1 -1 ports/devel/glib13/distinfo 1.25 +5 -5 ports/devel/glib13/pkg-plist 1.16 +13 -22 ports/devel/glib13/files/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 5:15:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B777037B424; Mon, 14 May 2001 05:15:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ECFXq17263; Mon, 14 May 2001 05:15:33 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141215.f4ECFXq17263@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 05:15:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pango Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 05:15:33 PDT Modified files: x11-toolkits/pango Makefile distinfo pkg-plist Log: Update to 0.16. Revision Changes Path 1.6 +3 -3 ports/x11-toolkits/pango/Makefile 1.4 +1 -1 ports/x11-toolkits/pango/distinfo 1.4 +1 -0 ports/x11-toolkits/pango/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 5:16:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAA8C37B424; Mon, 14 May 2001 05:16:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ECGic17442; Mon, 14 May 2001 05:16:44 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141216.f4ECGic17442@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 05:16:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk13 Makefile distinfo pkg-plist ports/x11-toolkits/gtk13/files patch-ad patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 05:16:44 PDT Modified files: x11-toolkits/gtk13 Makefile distinfo pkg-plist x11-toolkits/gtk13/files patch-ad patch-ag patch-ah Log: Update to 1.3.5. Revision Changes Path 1.78 +4 -3 ports/x11-toolkits/gtk13/Makefile 1.40 +1 -1 ports/x11-toolkits/gtk13/distinfo 1.52 +18 -3 ports/x11-toolkits/gtk13/pkg-plist 1.9 +16 -4 ports/x11-toolkits/gtk13/files/patch-ad 1.5 +5 -5 ports/x11-toolkits/gtk13/files/patch-ag 1.5 +6 -6 ports/x11-toolkits/gtk13/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 6:20:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CCF37B43C; Mon, 14 May 2001 06:20:29 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EDKTA26036; Mon, 14 May 2001 06:20:29 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105141320.f4EDKTA26036@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 14 May 2001 06:20:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/14 06:20:29 PDT Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Log: Sync to -current, apparently some things got left out in the initial commit: o cosmetic style fixes o correct 82557/8255{8,9} flow control o VLAN support o consistency check for miibus o additinal register definitions Revision Changes Path 1.110.2.2 +129 -31 src/sys/dev/fxp/if_fxp.c 1.23.2.2 +18 -3 src/sys/dev/fxp/if_fxpreg.h 1.17.2.2 +4 -1 src/sys/dev/fxp/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 6:41:49 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 1BBDC37B42C; Mon, 14 May 2001 06:41:40 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4EDf6f70707; Mon, 14 May 2001 09:41:06 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 14 May 2001 09:41:06 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Kirk McKusick Cc: Mikhail Teterin , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , fs@FreeBSD.org Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] In-Reply-To: <200105132342.QAA21879@beastie.mckusick.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 May 2001, Kirk McKusick wrote: > > Can't a foreground fsck be run at this moment? Having to reboot for > > anything is rather ugly... I'm sure there is a reason it can not, I'm > > just wondering, what that reason is. Thanks! > > Indeed, a foreground fsck can be run once the downgrade to read-only > has happened. However, doing so automatically is unlikely to be useful > since nearly every error that would get us to this point will also > cause an `fsck -p' to fail. So, at this point a system administrator > is going to have to intervene to do a manual fsck. Once the downgrade > to read-only has happened, no further filesystem damage can occur, so > there is not a great rush to run the manual fsck. However, if the > affected filesystem is something crucial like /var, the system may not > run at all well until the problem is fixed. We've already discussed this scenario on -arch, but for those that missed the discussion, here's a couple of observations about this scenario that are worth keeping in mind: 1) If soft updates and the disk controller are operating normally, this will never happen: this type of failure of fsck can only happen when the constraints described by soft updates disk write ordering are violated. 2) This suggests that the failure in question is a function of a soft updates failure, or a hardware failure. In such a scenario, it is possible for fsck -p to accept the file system as clean, and allow it to be write-mounted in the current scenario, which would result in a (possibly rapid) kernel failure due to the on-disk file system violating normal UFS/FFS writing contraints (no cycles, etc, etc). I.e., if you've accepted that soft updates is pretty correctly implemented, and that your hardware is moderately correct, this scenario is unlikely to occur, and if it does, you're up a creek anyway. One thing that would be nice to see, feature-wise, is a: BACKGROUND_FSCK="NO" # enable/disable background fscking at boot style of entry in rc.conf, with a default of "YES", but a "NO" forcing a normal fsck -p in the foreground. This can currently be controlled in /etc/fstab, but providing an easy on/off toggle for recovery might be useful. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 6:43:59 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id C9B1037B422; Mon, 14 May 2001 06:43:51 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4EDhXf70758; Mon, 14 May 2001 09:43:35 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 14 May 2001 09:43:33 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Greg Lehey Cc: Eric Melville , Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: <20010514105122.G88359@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 14 May 2001, Greg Lehey wrote: > On Sunday, 13 May 2001 at 18:13:54 -0700, Eric Melville wrote: > >>> destroy_dev to remove the node, make_dev to make it. Take a look at > >>> dev/vinum/vinumconfig.c and dev/vinum/vinum.c. > >> > >> Do those exist as userland commands? :) > > > > http://people.FreeBSD.org/~eric/devrm.c > > > > I'm not sure what the best way to check for devfs is, but this looks > > reasonable. If people think it looks alright, I'll add the usual > > license and id tag tidbits, and add it to the tree. Hopefully I'll > > be able to do a devmk tomorrow. I'm also welcome to other names if > > devrm and devmk do not sound appropriate. > > I'd prefer another name: rm. > > There are two issues here. Firstly, in the past it has always been > possible to remove device nodes with rm(1). If we want to keep this > functionality, we should not change the way we do it. Personally, I'd like to see rm unmodified: part of the goal here is to allow /dev to act like a normal file system from the perspective of management tools (including things like graphical file managers). Modifying base system tools is going to hurt later. We should really just allow rm and rm -W to work as normal. They use documented APIs as they exist already. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 6:47:34 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 9E1A437B440; Mon, 14 May 2001 06:47:24 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4EDlBp20631; Mon, 14 May 2001 15:47:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Robert Watson Cc: Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: Your message of "Mon, 14 May 2001 09:43:33 EDT." Date: Mon, 14 May 2001 15:47:11 +0200 Message-ID: <20629.989848031@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Robe rt Watson writes: >Personally, I'd like to see rm unmodified: part of the goal here is to >allow /dev to act like a normal file system from the perspective of >management tools (including things like graphical file managers). >Modifying base system tools is going to hurt later. We should really just >allow rm and rm -W to work as normal. They use documented APIs as they >exist already. I have had a number of people ask for "mknod" instead of "rm -W" and after thinking about it I guess that is the most POLA compliant solution. I'll work that one tonight if I can. The mountflags issue persist in preventing the more powerfull specification of policy... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 7: 1:30 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id E057D37B423; Mon, 14 May 2001 07:01:21 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4EE18f70925; Mon, 14 May 2001 10:01:08 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 14 May 2001 10:01:07 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp Cc: Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: <20629.989848031@critter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 14 May 2001, Poul-Henning Kamp wrote: > In message , Robe > rt Watson writes: > > >Personally, I'd like to see rm unmodified: part of the goal here is to > >allow /dev to act like a normal file system from the perspective of > >management tools (including things like graphical file managers). > >Modifying base system tools is going to hurt later. We should really just > >allow rm and rm -W to work as normal. They use documented APIs as they > >exist already. > > I have had a number of people ask for "mknod" instead of "rm -W" and > after thinking about it I guess that is the most POLA compliant > solution. > > I'll work that one tonight if I can. On the other hand, from the perspective of dynamically allocated device major numbers for kernel modules, using whiteout *also* makes sense. :-) You can't mknod a device without a priori knowledge of its device numbers. As long as we like that assertion, I'm fine with us using mknod. I recognize the jail issue as a problem, but think it would be fine for the vop_whiteout code to simply do a: if (jailed(p->p_ucred)) return (EPERM); > The mountflags issue persist in preventing the more powerfull > specification of policy... This is a continuing problem that I think Adrian Chadd agreed to fix, but who hasn't been seen fixing anything much lately... :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 7: 8:38 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 0642C37B423; Mon, 14 May 2001 07:08:31 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4EE8Hp20848; Mon, 14 May 2001 16:08:17 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Robert Watson Cc: Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes (was: cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c) In-Reply-To: Your message of "Mon, 14 May 2001 10:01:07 EDT." Date: Mon, 14 May 2001 16:08:17 +0200 Message-ID: <20846.989849297@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Robe rt Watson writes: > >On Mon, 14 May 2001, Poul-Henning Kamp wrote: > >> In message , Robe >> rt Watson writes: >> >> >Personally, I'd like to see rm unmodified: part of the goal here is to >> >allow /dev to act like a normal file system from the perspective of >> >management tools (including things like graphical file managers). >> >Modifying base system tools is going to hurt later. We should really just >> >allow rm and rm -W to work as normal. They use documented APIs as they >> >exist already. >> >> I have had a number of people ask for "mknod" instead of "rm -W" and >> after thinking about it I guess that is the most POLA compliant >> solution. >> >> I'll work that one tonight if I can. > >On the other hand, from the perspective of dynamically allocated device >major numbers for kernel modules, using whiteout *also* makes sense. :-) >You can't mknod a device without a priori knowledge of its device numbers. >As long as we like that assertion, I'm fine with us using mknod. I intended to ignore the major and minor arguments in mknod(2), simply treating it as a request to re-create the named node. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 7:33: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 37F0037B422; Mon, 14 May 2001 07:33:03 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f4EEWsg00151; Mon, 14 May 2001 07:32:54 -0700 (PDT) Date: Mon, 14 May 2001 07:32:54 -0700 From: Alfred Perlstein To: Poul-Henning Kamp Cc: Robert Watson , Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes Message-ID: <20010514073254.J18676@fw.wintelcom.net> References: <20846.989849297@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20846.989849297@critter>; from phk@critter.freebsd.dk on Mon, May 14, 2001 at 04:08:17PM +0200 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Poul-Henning Kamp [010514 07:08] wrote: > > I intended to ignore the major and minor arguments in mknod(2), simply > treating it as a request to re-create the named node. It sounds nice, however that's a major POLA violation, no? How about using uprintf in the kernel to spit and curse at the user to use rm -W? -- -Alfred Perlstein - [alfred@freebsd.org] Represent yourself, show up at BABUG http://www.babug.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 7:37:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0908037B422; Mon, 14 May 2001 07:37:29 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EEbSA32842; Mon, 14 May 2001 07:37:28 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105141437.f4EEbSA32842@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 14 May 2001 07:37:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_default.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/14 07:37:28 PDT Modified files: sys/kern vfs_default.c Log: When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUT behave identically to POLLRDNORM/POLLWRNORM. Submitted by: bde PR: 27287 merge after: 1 week Revision Changes Path 1.51 +4 -4 src/sys/kern/vfs_default.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 7:49:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7275B37B42C; Mon, 14 May 2001 07:49:54 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EEnsw34241; Mon, 14 May 2001 07:49:54 -0700 (PDT) (envelope-from ade) Message-Id: <200105141449.f4EEnsw34241@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 07:49:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 07:49:54 PDT Modified files: databases/db3 Makefile distinfo Log: Add two post-3.2.9 patches from Sleepycat themselves. http://www.sleepycat.com/update/3.2.9/patch.3.2.9.html for more details. Approved by: maintainer Obtained from: Sleepycat Revision Changes Path 1.29 +6 -1 ports/databases/db3/Makefile 1.12 +2 -0 ports/databases/db3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 7:56:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1466F37B422; Mon, 14 May 2001 07:56:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EEuHB35007; Mon, 14 May 2001 07:56:17 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141456.f4EEuHB35007@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 07:56:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 07:56:16 PDT Modified files: x11-toolkits/eel Makefile Log: MASTER_SITE_SUBDIR is stable/sources/eel, not stable/sources/librsvg. Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/eel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 8: 9: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7148C37B423; Mon, 14 May 2001 08:08:58 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EF8wT38857; Mon, 14 May 2001 08:08:58 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105141508.f4EF8wT38857@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 14 May 2001 08:08:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/14 08:08:58 PDT Modified files: . logcheck Log: Make the "MFC after" syntax check match the claimed syntax. Permit 'month[s]' as well, while I'm here; other scripts should also be updated to accept this as well. Revision Changes Path 1.16 +2 -2 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 8:25: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 1291037B422; Mon, 14 May 2001 08:24:55 -0700 (PDT) (envelope-from blaz@si.FreeBSD.org) Received: by titanic.medinet.si (Postfix, from userid 1000) id 76D3C55404; Mon, 14 May 2001 17:24:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id 6696E55402; Mon, 14 May 2001 17:24:53 +0200 (CEST) Date: Mon, 14 May 2001 17:24:53 +0200 (CEST) From: Blaz Zupan X-X-Sender: To: Greg Lehey Cc: Poul-Henning Kamp , , Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI In-Reply-To: <20010514154541.B17428@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > ought to be more than than enough HEADS UP for anybody paying > > attention. > > I disagree. Any change in the config options is worthy of specific > reminder. Most people don't even read cvs logs, because they're not > developers, but this incompatibility will bite them. Those people should not be running -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 8:42:11 2001 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 56E6C37B424; Mon, 14 May 2001 08:42:03 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14zKTy-000Ot5-00; Mon, 14 May 2001 10:42:02 -0500 Date: Mon, 14 May 2001 10:42:02 -0500 From: Ade Lovett To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/eel Makefile Message-ID: <20010514104202.D341@FreeBSD.org> References: <200105141456.f4EEuHB35007@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105141456.f4EEuHB35007@freefall.freebsd.org>; from sobomax@FreeBSD.org on Mon, May 14, 2001 at 07:56:16AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 07:56:16AM -0700, Maxim Sobolev wrote: > sobomax 2001/05/14 07:56:16 PDT > > Modified files: > x11-toolkits/eel Makefile > Log: > MASTER_SITE_SUBDIR is stable/sources/eel, not stable/sources/librsvg. Heh. Oops. Can you tell I was copying things that day? :) Does this mean you're looking at nautilus-1.0.3 which needs both eel and librsvg (and ammonite and trilobite which still appear to be more Linux-specific than Tux)? -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:32:19 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 5E0E437B423; Mon, 14 May 2001 09:32:14 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4EGUxf72940; Mon, 14 May 2001 12:31:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 14 May 2001 12:30:58 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Blaz Zupan Cc: Greg Lehey , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 14 May 2001, Blaz Zupan wrote: > > > ought to be more than than enough HEADS UP for anybody paying > > > attention. > > > > I disagree. Any change in the config options is worthy of specific > > reminder. Most people don't even read cvs logs, because they're not > > developers, but this incompatibility will bite them. > > Those people should not be running -current. The goal of -CURRENT is not to make it possible for everyone to shoot everyone else in the foot. The goal of -CURRENT is that we get access to a development version of FreeBSD and can perform integration of new features in a more collaborative manner, get distributed debugging and feedback, etc. This is best done through an informed process by means of HEADS UP and announcements of major changes coming through the tree, and modifications to the UPDATING file, rather than relying on digging details out of a commit message flow of greater than one hundred messages a day. Note that the commit mailing list archives make an unwieldy and difficult to use mechanism to reconstruct upgrade events for -CURRENT, whereas UPDATING and HEADS UP messages are generally far more useful. Yes, people tracking -CURRENT should read both the freebsd-current mailing list and the commit messages, but in practice there may be a lag between the message being posted and everyone getting to read it. So to put it this way: yes, we can make it easy for you to shoot everyone in the foot, or instead, we can try to be helpful and communicative. People running -CURRENT should be aware of the risk, but we shouldn't go out of our way to create risk, and avoid documenting procedures for avoiding that risk. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:33:34 2001 Delivered-To: cvs-all@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id DFFF937B42C; Mon, 14 May 2001 09:33:27 -0700 (PDT) (envelope-from chris@cheddar.netmonger.net) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id MAA26934; Mon, 14 May 2001 12:32:34 -0400 (EDT) Message-ID: <20010514123233.A23290@netmonger.net> Date: Mon, 14 May 2001 12:32:34 -0400 From: Christopher Masto To: Robert Watson , Kirk McKusick Cc: Mikhail Teterin , Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] References: <200105132342.QAA21879@beastie.mckusick.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Robert Watson on Mon, May 14, 2001 at 09:41:06AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 09:41:06AM -0400, Robert Watson wrote: > I.e., if you've accepted that soft updates is pretty correctly > implemented, and that your hardware is moderately correct, this scenario > is unlikely to occur, and if it does, you're up a creek anyway. One thing > that would be nice to see, feature-wise, is a: > > BACKGROUND_FSCK="NO" # enable/disable background fscking at boot > > style of entry in rc.conf, with a default of "YES" I think that's a good idea. I had the same thought this morning, envisioning a co-lo scenario where one might not want to accidentally go home while an fsck is still running. (I know, there are various reasons a problem like that is extremely unlikely, but a bit of paranoia is a good thing in sysadmins). A global option like that in a place that's frequently checked when configuring a machine seems sensible. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:36:32 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 1825437B424; Mon, 14 May 2001 09:36:25 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4EGa8p22028; Mon, 14 May 2001 18:36:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Alfred Perlstein Cc: Robert Watson , Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes In-Reply-To: Your message of "Mon, 14 May 2001 07:32:54 PDT." <20010514073254.J18676@fw.wintelcom.net> Date: Mon, 14 May 2001 18:36:08 +0200 Message-ID: <22026.989858168@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010514073254.J18676@fw.wintelcom.net>, Alfred Perlstein writes: >* Poul-Henning Kamp [010514 07:08] wrote: >> >> I intended to ignore the major and minor arguments in mknod(2), simply >> treating it as a request to re-create the named node. > >It sounds nice, however that's a major POLA violation, no? Well, anywhere where you look, you ass's backwards as they say... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:40: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFC837B43E; Mon, 14 May 2001 09:40:03 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EGe3G49889; Mon, 14 May 2001 09:40:03 -0700 (PDT) (envelope-from ade) Message-Id: <200105141640.f4EGe3G49889@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 09:40:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 09:40:03 PDT Modified files: misc/mc Makefile misc/mc/files patch-af Log: Fix build with USE_SLANG Submitted by: many people Revision Changes Path 1.54 +2 -1 ports/misc/mc/Makefile 1.16 +1 -1 ports/misc/mc/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:40:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEB3837B424; Mon, 14 May 2001 09:40:36 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EGea549951; Mon, 14 May 2001 09:40:36 -0700 (PDT) (envelope-from ade) Message-Id: <200105141640.f4EGea549951@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 09:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/guile-gtk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 09:40:36 PDT Modified files: x11-toolkits/guile-gtk Makefile Log: Fix build with pkgconfig installed Submitted by: many people Revision Changes Path 1.14 +3 -2 ports/x11-toolkits/guile-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:41: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F3C37B423; Mon, 14 May 2001 09:41:02 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EGf2R50025; Mon, 14 May 2001 09:41:02 -0700 (PDT) (envelope-from ade) Message-Id: <200105141641.f4EGf2R50025@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 09:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/guile-gnome Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 09:41:02 PDT Modified files: x11-toolkits/guile-gnome Makefile pkg-plist Log: Add in bonobo support Revision Changes Path 1.12 +3 -2 ports/x11-toolkits/guile-gnome/Makefile 1.4 +5 -0 ports/x11-toolkits/guile-gnome/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 9:49:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1D9637B423; Mon, 14 May 2001 09:49:23 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EGnNK50787; Mon, 14 May 2001 09:49:23 -0700 (PDT) (envelope-from dcs) Message-Id: <200105141649.f4EGnNK50787@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 14 May 2001 09:49:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand stand.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2001/05/14 09:49:23 PDT Modified files: lib/libstand stand.h Log: Replace functional bugs of ctypish functions in libstand with style bugs. reviewed by: bde MFC after: 1 week Revision Changes Path 1.25 +36 -8 src/lib/libstand/stand.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10: 1:23 2001 Delivered-To: cvs-all@freebsd.org Received: from sj-msg-core-3.cisco.com (sj-msg-core-3.cisco.com [171.70.157.152]) by hub.freebsd.org (Postfix) with ESMTP id 9FC4D37B423; Mon, 14 May 2001 10:01:17 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-3.cisco.com (8.11.3/8.9.1) with ESMTP id f4EGtnt11037; Mon, 14 May 2001 09:55:49 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f4EGvFe44917; Mon, 14 May 2001 09:57:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200105141657.f4EGvFe44917@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: Blaz Zupan Cc: Greg Lehey , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI In-Reply-To: References: Comments: In-reply-to Blaz Zupan message dated "Mon, 14 May 2001 17:24:53 +0200." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-7473505P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 14 May 2001 09:57:15 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-7473505P Content-Type: text/plain; charset=us-ascii If memory serves me right, Blaz Zupan wrote: > > > ought to be more than than enough HEADS UP for anybody paying > > > attention. > > > > I disagree. Any change in the config options is worthy of specific > > reminder. Most people don't even read cvs logs, because they're not > > developers, but this incompatibility will bite them. > > Those people should not be running -current. Running -CURRENT is challenging enough, as I am continually finding out. Personally, if I can make this process a little easier for others by a simple HEADS-UP email message when appropriate, I'm willing to do it. I don't give a flying hoot what the other 200+ developers think or do on this point, that what *I* do, and I'm sticking to it. Peace, Bruce. PS. Is it just me or is the fact that the debate over a HEADS-UP message is causing the HEADS-UP subject header to get propagated far longer than necessary, just especially ironic? PPS. It's also ironic that I chose to respond to this thread before updating the release notes. Sigh. --==_Exmh_-7473505P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE7AA5r2MoxcVugUsMRAgO7AKChHica0bDvLcBKuTeSJ+JD6rBuYQCfRken 7gh+vqxcd7xIslk0NslOVhk= =47oC -----END PGP SIGNATURE----- --==_Exmh_-7473505P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10:16: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 551D937B423; Mon, 14 May 2001 10:15:58 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EHFs455879; Mon, 14 May 2001 10:15:54 -0700 (PDT) (envelope-from nik) Message-Id: <200105141715.f4EHFs455879@freefall.freebsd.org> From: Nik Clayton Date: Mon, 14 May 2001 10:15:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/05/14 10:15:53 PDT Modified files: en_US.ISO_8859-1/articles Makefile Log: Link in the vm-design article, which I completely forgot to do. Revision Changes Path 1.11 +2 -1 doc/en_US.ISO_8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10:16:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BB6437B424; Mon, 14 May 2001 10:16:50 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EHGoY56022; Mon, 14 May 2001 10:16:50 -0700 (PDT) (envelope-from mckusick) Message-Id: <200105141716.f4EHGoY56022@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 14 May 2001 10:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/05/14 10:16:50 PDT Modified files: sys/ufs/ffs ffs_snapshot.c Log: Further fixes for deadlock in the presence of multiple snapshots. There are still more to find, but this fix should cover the common cases that folks are hitting. Revision Changes Path 1.22 +21 -8 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10:18:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95BB937B440; Mon, 14 May 2001 10:18:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EHIrH56364; Mon, 14 May 2001 10:18:53 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141718.f4EHIrH56364@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 10:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus Makefile distinfo pkg-plist ports/x11-fm/nautilus/files patch-components::help::hyperbola-filefmt.c patch-aa patch-ab patch-ac patch-libnautilus-extensions::nautilus-medusa-support.c patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 10:18:53 PDT Modified files: x11-fm/nautilus Makefile distinfo pkg-plist x11-fm/nautilus/files patch-aa patch-ab patch-ac patch-libnautilus-extensions::nautilus-medusa-support.c Added files: x11-fm/nautilus/files patch-components::help::hyperbola-filefmt.c Removed files: x11-fm/nautilus/files patch-ak Log: Update to 1.0.3. Revision Changes Path 1.23 +7 -4 ports/x11-fm/nautilus/Makefile 1.5 +1 -1 ports/x11-fm/nautilus/distinfo 1.5 +230 -252 ports/x11-fm/nautilus/pkg-plist 1.5 +15 -45 ports/x11-fm/nautilus/files/patch-aa 1.3 +19 -10 ports/x11-fm/nautilus/files/patch-ab 1.5 +112 -149 ports/x11-fm/nautilus/files/patch-ac 1.2 +10 -10 ports/x11-fm/nautilus/files/patch-libnautilus-extensions::nautilus-medusa-support.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10:21: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E30ED37B42C; Mon, 14 May 2001 10:21:02 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EHL2056720; Mon, 14 May 2001 10:21:02 -0700 (PDT) (envelope-from ru) Message-Id: <200105141721.f4EHL2056720@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 May 2001 10:21:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/14 10:21:02 PDT Modified files: . Makefile.inc1 Log: Add kbdcontrol(1) to bootstrap-tools. This fixes the upgrade path breakage in usr.sbin/sysinstall. Revision Changes Path 1.201 +2 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10:41:16 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id AEAC237B423; Mon, 14 May 2001 10:41:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4EHf8G36674; Mon, 14 May 2001 10:41:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105132052.f4DKqfo39754@freefall.freebsd.org> Date: Mon, 14 May 2001 10:40:15 -0700 (PDT) From: John Baldwin To: Poul-Henning Kamp Subject: RE: cvs commit: src/sys/conf files options src/sys/alpha/conf GE Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-May-01 Poul-Henning Kamp wrote: > phk 2001/05/13 13:52:41 PDT > > Modified files: > sys/conf files options > sys/alpha/conf GENERIC > sys/i386/conf GENERIC NEWCARD NOTES > sys/ia64/conf GENERIC > sys/pc98/conf GENERIC > sys/fs/devfs devfs_devs.c devfs_vfsops.c devfs_vnops.c > Log: > Convert DEVFS from an "opt-in" to an "opt-out" option. > > If for some reason DEVFS is undesired, the "NODEVFS" option is > needed now. Why not NOFFS then? None of our other filesystems work this way. Just leave it on by default. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 10:46:59 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 9CF5137B423; Mon, 14 May 2001 10:46:46 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4EHmv052011; Mon, 14 May 2001 20:48:58 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (dialup11-42.iptelecom.net.ua [212.9.228.170]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4EHlG067002; Mon, 14 May 2001 20:47:18 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4EHkIb91434; Mon, 14 May 2001 20:46:18 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105141746.f4EHkIb91434@vega.vega.com> Subject: Re: cvs commit: src Makefile.inc1 To: ru@FreeBSD.ORG (Ruslan Ermilov) Date: Mon, 14 May 2001 20:45:37 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Ruslan Ermilov" at May 14, 2001 10:21:02 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > ru 2001/05/14 10:21:02 PDT > > Modified files: > . Makefile.inc1 > Log: > Add kbdcontrol(1) to bootstrap-tools. > This fixes the upgrade path breakage in usr.sbin/sysinstall. Thank you! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:13:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22ECB37B423; Mon, 14 May 2001 11:13:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIDZU66208; Mon, 14 May 2001 11:13:35 -0700 (PDT) (envelope-from ru) Message-Id: <200105141813.f4EIDZU66208@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 May 2001 11:13:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh ssh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/14 11:13:34 PDT Modified files: crypto/openssh ssh.1 Log: mdoc(7) police: finished fixing conflicts in revision 1.18. Revision Changes Path 1.19 +1 -2 src/crypto/openssh/ssh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:17:35 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id 88D2D37B422; Mon, 14 May 2001 11:17:28 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id B122E519; Mon, 14 May 2001 19:17:27 +0100 (BST) Date: Mon, 14 May 2001 19:17:27 +0100 From: Josef Karthauser To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck Message-ID: <20010514191727.A729@tao.org.uk> References: <200105141508.f4EF8wT38857@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105141508.f4EF8wT38857@freefall.freebsd.org>; from jlemon@FreeBSD.org on Mon, May 14, 2001 at 08:08:58AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 08:08:58AM -0700, Jonathan Lemon wrote: > jlemon 2001/05/14 08:08:58 PDT >=20 > Modified files: > . logcheck=20 > Log: > Make the "MFC after" syntax check match the claimed syntax. > Permit 'month[s]' as well, while I'm here; other scripts should > also be updated to accept this as well. Thanks Jonathan. I'll modify the rcstemplate to show months too. Joe --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsAITcACgkQXVIcjOaxUBay8ACgt6uZDKsdzEWj3rmjAWvI1iI7 YhQAn0itEKqJwyrIP30+uhQe9DjnnNQN =R1vQ -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:19:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85CF337B423; Mon, 14 May 2001 11:19:42 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIJgh66681; Mon, 14 May 2001 11:19:42 -0700 (PDT) (envelope-from joe) Message-Id: <200105141819.f4EIJgh66681@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 14 May 2001 11:19:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT rcstemplate X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/14 11:19:42 PDT Modified files: . rcstemplate Log: The 'MFC after:' entry can also take 'months'. Revision Changes Path 1.15 +3 -3 CVSROOT/rcstemplate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:36:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D20F837B423; Mon, 14 May 2001 11:36:23 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIaND68805; Mon, 14 May 2001 11:36:23 -0700 (PDT) (envelope-from joe) Message-Id: <200105141836.f4EIaND68805@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 14 May 2001 11:36:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/14 11:36:22 PDT Modified files: . logcheck Log: Show the user why a failed syntax check occurred by showing the regular expression that was used to perform the check. Revision Changes Path 1.17 +2 -2 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:38: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8B0237B422; Mon, 14 May 2001 11:38:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIc6a69023; Mon, 14 May 2001 11:38:06 -0700 (PDT) (envelope-from ru) Message-Id: <200105141838.f4EIc6a69023@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 May 2001 11:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcasecmp.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/14 11:38:06 PDT Modified files: lib/libc/string strcasecmp.3 Log: mdoc(7) police: add RETURN VALUES section. PR: docs/27161 Submitted by: Kazuhiro KONDOU Revision Changes Path 1.8 +14 -9 src/lib/libc/string/strcasecmp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:38:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3D4137B42C; Mon, 14 May 2001 11:38:22 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIcM569069; Mon, 14 May 2001 11:38:22 -0700 (PDT) (envelope-from sos) Message-Id: <200105141838.f4EIcM569069@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 14 May 2001 11:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/05/14 11:38:22 PDT Modified files: sys/dev/ata ata-dma.c ata-pci.c Log: Add support for the AMD 766 southbridge incl ATA100 support Fix ATA66 mode for the AMD756, the timing was way to slow Revision Changes Path 1.64 +20 -3 src/sys/dev/ata/ata-dma.c 1.5 +6 -2 src/sys/dev/ata/ata-pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:40:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB57337B423; Mon, 14 May 2001 11:40:15 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIeFh69321; Mon, 14 May 2001 11:40:15 -0700 (PDT) (envelope-from ru) Message-Id: <200105141840.f4EIeFh69321@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 14 May 2001 11:40:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcasecmp.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/14 11:40:15 PDT Modified files: (Branch: RELENG_4) lib/libc/string strcasecmp.3 Log: MFC: (rev 1.8) Add RETURN VALUES section. Revision Changes Path 1.6.2.2 +14 -9 src/lib/libc/string/strcasecmp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 11:59:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 049F837B423; Mon, 14 May 2001 11:59:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EIxR571510; Mon, 14 May 2001 11:59:27 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141859.f4EIxR571510@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 11:59:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile distinfo pkg-plist ports/x11-wm/windowmaker/files LINGUAS patch-bc patch-bd patch-be patch-bf patch-src_config.h.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 11:59:27 PDT Modified files: x11-wm/windowmaker Makefile distinfo pkg-plist x11-wm/windowmaker/files LINGUAS Removed files: x11-wm/windowmaker/files patch-bc patch-bd patch-be patch-bf patch-src_config.h.in Log: Update to 0.65.0. Revision Changes Path 1.82 +5 -8 ports/x11-wm/windowmaker/Makefile 1.34 +1 -2 ports/x11-wm/windowmaker/distinfo 1.40 +2 -4 ports/x11-wm/windowmaker/pkg-plist 1.3 +1 -1 ports/x11-wm/windowmaker/files/LINGUAS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12: 0:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82FF637B423; Mon, 14 May 2001 12:00:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJ07H71785; Mon, 14 May 2001 12:00:07 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105141900.f4EJ07H71785@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 14 May 2001 12:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdplayer.app Makefile ports/x11/login.app Makefile ports/x11/wdm Makefile ports/x11-wm/wmakerconf Makefile ports/astro/wmglobe Makefile ports/games/wmtimebomb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/14 12:00:07 PDT Modified files: audio/cdplayer.app Makefile x11/login.app Makefile x11/wdm Makefile x11-wm/wmakerconf Makefile astro/wmglobe Makefile games/wmtimebomb Makefile Log: Update version number of wmraster shared library. Revision Changes Path 1.4 +2 -2 ports/audio/cdplayer.app/Makefile 1.9 +2 -2 ports/x11/login.app/Makefile 1.44 +2 -2 ports/x11/wdm/Makefile 1.27 +2 -2 ports/x11-wm/wmakerconf/Makefile 1.10 +2 -2 ports/astro/wmglobe/Makefile 1.16 +2 -2 ports/games/wmtimebomb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E0C337B423; Mon, 14 May 2001 12:06:40 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJ6e375064; Mon, 14 May 2001 12:06:40 -0700 (PDT) (envelope-from joe) Message-Id: <200105141906.f4EJ6e375064@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 14 May 2001 12:06:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/14 12:06:40 PDT Modified files: . logcheck Log: Be more exact when checking for empty template entries to filter from the log message. Submitted by: Ian Dowse Revision Changes Path 1.18 +2 -2 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12:13: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D929937B424; Mon, 14 May 2001 12:13:02 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJD2L75858; Mon, 14 May 2001 12:13:02 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105141913.f4EJD2L75858@freefall.freebsd.org> From: Bill Paul Date: Mon, 14 May 2001 12:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/05/14 12:13:02 PDT Modified files: sys/pci if_vr.c if_vrreg.h Log: Close PR 22208: bring chip out of suspend mode, because Windows might have put the chip to sleep at shutdown. This is really only for the VT6102, but it doesn't hurt the older chips. Revision Changes Path 1.43 +9 -2 src/sys/pci/if_vr.c 1.11 +9 -1 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12:13:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A28E37B423; Mon, 14 May 2001 12:13:43 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJDhU76012; Mon, 14 May 2001 12:13:43 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105141913.f4EJDhU76012@freefall.freebsd.org> From: Bill Paul Date: Mon, 14 May 2001 12:13:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/05/14 12:13:43 PDT Modified files: (Branch: RELENG_4) sys/pci if_vr.c if_vrreg.h Log: MFC: Close PR 22208, bring chip out of Windows-induced coma. Revision Changes Path 1.26.2.7 +9 -2 src/sys/pci/if_vr.c 1.7.2.2 +9 -1 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12:18:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A54B237B424; Mon, 14 May 2001 12:18:08 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJI8H76362; Mon, 14 May 2001 12:18:08 -0700 (PDT) (envelope-from joe) Message-Id: <200105141918.f4EJI8H76362@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 14 May 2001 12:18:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/14 12:18:08 PDT Modified files: . logcheck Log: Be more careful when removing duplicate lines. Remember that perl considers "0" false, not true, so explicitly check each line against "". Revision Changes Path 1.19 +2 -2 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12:20:55 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id A950A37B423; Mon, 14 May 2001 12:20:45 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4EJN3053605; Mon, 14 May 2001 22:23:03 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (dialup10-51.iptelecom.net.ua [212.9.228.115]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4EJLL069657; Mon, 14 May 2001 22:21:27 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4EJKQC91872; Mon, 14 May 2001 22:20:26 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105141920.f4EJKQC91872@vega.vega.com> Subject: Re: cvs commit: CVSROOT logcheck To: jlemon@FreeBSD.ORG (Jonathan Lemon) Date: Mon, 14 May 2001 22:19:46 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Jonathan Lemon" at May 14, 2001 08:08:58 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > jlemon 2001/05/14 08:08:58 PDT > > Modified files: > . logcheck > Log: > Make the "MFC after" syntax check match the claimed syntax. > Permit 'month[s]' as well, while I'm here; other scripts should > also be updated to accept this as well. Thank you, but next time please try to notify me in advance, so I will have some time to update my scripts before somebody has started using a new syntax. I've just updated scripts, so it should be safe to use "months" modifier in addition to previously advertised. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 12:27:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EDC537B42C; Mon, 14 May 2001 12:27:44 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EJRh077257; Mon, 14 May 2001 12:27:43 -0700 (PDT) (envelope-from greid) Message-Id: <200105141927.f4EJRh077257@freefall.freebsd.org> From: George C A Reid Date: Mon, 14 May 2001 12:27:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/asmutils Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/05/14 12:27:43 PDT Modified files: devel/asmutils Makefile distinfo pkg-plist Log: Update to 0.1.4 Revision Changes Path 1.3 +17 -9 ports/devel/asmutils/Makefile 1.2 +1 -1 ports/devel/asmutils/distinfo 1.2 +5 -0 ports/devel/asmutils/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13: 2:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8502B37B43F; Mon, 14 May 2001 13:02:10 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EK2Ah79841; Mon, 14 May 2001 13:02:10 -0700 (PDT) (envelope-from olgeni) Message-Id: <200105142002.f4EK2Ah79841@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 14 May 2001 13:02:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile distinfo ports/emulators/xpinmame Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/05/14 13:02:10 PDT Modified files: emulators/xmame Makefile distinfo emulators/xpinmame Makefile Log: Update xmame to 0.37b14.2, xpinmame to 0.99b3, and CPS2 patches to 2001/05/11. PR: 27317 Submitted by: Stijn Hoop Revision Changes Path 1.31 +3 -3 ports/emulators/xmame/Makefile 1.16 +3 -3 ports/emulators/xmame/distinfo 1.4 +3 -3 ports/emulators/xpinmame/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13:20:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8649C37B423; Mon, 14 May 2001 13:20:11 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EKKB084117; Mon, 14 May 2001 13:20:11 -0700 (PDT) (envelope-from joerg) Message-Id: <200105142020.f4EKKB084117@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 14 May 2001 13:20:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ioctl_fd.h src/sys/i386/include ioctl_fd.h src/sys/isa fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/14 13:20:11 PDT Modified files: sys/alpha/include ioctl_fd.h sys/i386/include ioctl_fd.h sys/isa fd.c Log: Implement a few more floppy ioctl commands and IO options, namely: . FD_CLRERR clears the error counter, thus re-enables kernel error printf()s, . FD_GSTAT obtains the last FDC operation state, if any, . FDOPT_NOERRLOG (temporarily) turns off kernel printf() floppy error logging, . FDOPT_NOERROR makes the kernel ignore an FDC error, thus can enable the transfer of an erroneous sector to the user application All options are being cleared on (last) close. Prime consumer of the last features will be fdread(1), to be committed shortly. (FD_CLRERR should be wired into fdcontrol(8), but then fdcontrol(8) needs a major rewrite anyway.) Revision Changes Path 1.4 +19 -3 src/sys/alpha/include/ioctl_fd.h 1.14 +19 -3 src/sys/i386/include/ioctl_fd.h 1.197 +41 -24 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13:22:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FF6137B43C; Mon, 14 May 2001 13:22:49 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EKMnQ84359; Mon, 14 May 2001 13:22:49 -0700 (PDT) (envelope-from joerg) Message-Id: <200105142022.f4EKMnQ84359@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 14 May 2001 13:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fdread - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/14 13:22:49 PDT src/usr.sbin/fdread - Imported sources Update of /home/ncvs/src/usr.sbin/fdread In directory freefall.freebsd.org:/d/home/joerg/fdread Log Message: Initial import of fdread(1), a logical counterpart to fdwrite(1). Its main purpose is to adapt automatically to the floppy parameters (in particular the track size for efficient reading), and to allow a simple error recovery for CRC-errored sectors. Requires the newly added fdc(4) options. Status: Vendor Tag: JOERG Release Tags: v20010514 N src/usr.sbin/fdread/fdread.c N src/usr.sbin/fdread/fdread.1 N src/usr.sbin/fdread/Makefile No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13:23:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7967837B423; Mon, 14 May 2001 13:23:45 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EKNjt84535; Mon, 14 May 2001 13:23:45 -0700 (PDT) (envelope-from joerg) Message-Id: <200105142023.f4EKNjt84535@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 14 May 2001 13:23:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/14 13:23:44 PDT Modified files: . modules Log: fdread -> src/usr.sbin/fdread Revision Changes Path 1.3109 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13:43:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8974537B423; Mon, 14 May 2001 13:43:14 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EKhEi86243; Mon, 14 May 2001 13:43:14 -0700 (PDT) (envelope-from nik) Message-Id: <200105142043.f4EKhEi86243@freefall.freebsd.org> From: Nik Clayton Date: Mon, 14 May 2001 13:43:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/05/14 13:43:14 PDT Modified files: en_US.ISO_8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Spell Renaud Waldura's name correctly. Revision Changes Path 1.35 +2 -2 doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13:51:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B33737B42C; Mon, 14 May 2001 13:51:10 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EKpAT87012; Mon, 14 May 2001 13:51:10 -0700 (PDT) (envelope-from schweikh) Message-Id: <200105142051.f4EKpAT87012@freefall.freebsd.org> From: Jens Schweikhardt Date: Mon, 14 May 2001 13:51:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf src/etc rc.isdn X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG schweikh 2001/05/14 13:51:10 PDT Modified files: share/man/man5 rc.conf.5 etc/defaults rc.conf etc rc.isdn Log: New option isdn_screenflags to set the syscons screen params for isdnd, plus documentation. Submitted by: Alexander Leidinger Not objected to by: hm MFC after: 1 week Revision Changes Path 1.103 +12 -1 src/share/man/man5/rc.conf.5 1.105 +2 -1 src/etc/defaults/rc.conf 1.8 +13 -1 src/etc/rc.isdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 13:59:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D46137B423; Mon, 14 May 2001 13:59:33 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EKxXc88412; Mon, 14 May 2001 13:59:33 -0700 (PDT) (envelope-from wosch) Message-Id: <200105142059.f4EKxXc88412@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 14 May 2001 13:59:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/ports portindex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/05/14 13:59:33 PDT Modified files: en/ports portindex Log: Fix link to download a gzip'd tar file of all ports Revision Changes Path 1.38 +2 -2 www/en/ports/portindex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14: 0:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECC9137B423; Mon, 14 May 2001 14:00:14 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EL0Ew88494; Mon, 14 May 2001 14:00:14 -0700 (PDT) (envelope-from joerg) Message-Id: <200105142100.f4EL0Ew88494@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 14 May 2001 14:00:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/14 14:00:14 PDT Modified files: usr.sbin Makefile Log: Include fdread(1) into the parent Makefile. Revision Changes Path 1.201 +2 -1 src/usr.sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14: 0:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mail01.san.yahoo.com (mail01.san.yahoo.com [209.132.1.35]) by hub.freebsd.org (Postfix) with ESMTP id 1FCF037B505; Mon, 14 May 2001 14:00:20 -0700 (PDT) (envelope-from DougB@yahoo-inc.com) Received: from yahoo-inc.com (209.132.9.120) by mail01.san.yahoo.com (5.1.062) id 3AEBC0F80079019A; Mon, 14 May 2001 13:53:49 -0700 Message-ID: <3B004756.97C8475A@yahoo-inc.com> Date: Mon, 14 May 2001 14:00:06 -0700 From: Doug Barton Organization: http://san.yahoo.com/ X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/windowmaker Makefile distinfo pkg-plistports/x11-wm/windowmaker/files LINGUAS patch-bc patch-bd patch-bepatch-bf patch-src_config.h.in References: <200105141859.f4EIxR571510@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > sobomax 2001/05/14 11:59:27 PDT > > Modified files: > x11-wm/windowmaker Makefile distinfo pkg-plist > x11-wm/windowmaker/files LINGUAS > Removed files: > x11-wm/windowmaker/files patch-bc patch-bd patch-be patch-bf > patch-src_config.h.in > Log: > Update to 0.65.0. > > Revision Changes Path > 1.82 +5 -8 ports/x11-wm/windowmaker/Makefile > 1.34 +1 -2 ports/x11-wm/windowmaker/distinfo > 1.40 +2 -4 ports/x11-wm/windowmaker/pkg-plist > 1.3 +1 -1 ports/x11-wm/windowmaker/files/LINGUAS > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/Makefile.diff?&r1=1.81&r2=1.82&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/distinfo.diff?&r1=1.33&r2=1.34&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/pkg-plist.diff?&r1=1.39&r2=1.40&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/files/LINGUAS.diff?&r1=1.2&r2=1.3&f=h I'm curious, why did you nuke libwmfun? -- You have the look of a man who accepts what he sees because he is expecting to wake up. Ironically, this is not far from the truth. - Laurence Fishburne as Morpheus in "The Matrix" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14: 1:33 2001 Delivered-To: cvs-all@freebsd.org Received: from mail01.san.yahoo.com (mail01.san.yahoo.com [209.132.1.35]) by hub.freebsd.org (Postfix) with ESMTP id 9712D37B424; Mon, 14 May 2001 14:01:25 -0700 (PDT) (envelope-from DougB@yahoo-inc.com) Received: from yahoo-inc.com (209.132.9.120) by mail01.san.yahoo.com (5.1.062) id 3AEBC0F8007904E7; Mon, 14 May 2001 13:55:08 -0700 Message-ID: <3B0047A5.8CB113E8@yahoo-inc.com> Date: Mon, 14 May 2001 14:01:25 -0700 From: Doug Barton Organization: http://san.yahoo.com/ X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/windowmaker Makefile distinfo pkg-plistports/x11-wm/windowmaker/files LINGUAS patch-bc patch-bd patch-bepatch-bf patch-src_config.h.in References: <200105141859.f4EIxR571510@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > Log: > Update to 0.65.0. And forgot to mention, http://jgo.local.net/cool_downloads/wm/ doesn't exist anymore. -- You have the look of a man who accepts what he sees because he is expecting to wake up. Ironically, this is not far from the truth. - Laurence Fishburne as Morpheus in "The Matrix" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14: 8:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4D2A37B43E; Mon, 14 May 2001 14:08:23 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EL8NS92464; Mon, 14 May 2001 14:08:23 -0700 (PDT) (envelope-from imp) Message-Id: <200105142108.f4EL8NS92464@freefall.freebsd.org> From: Warner Losh Date: Mon, 14 May 2001 14:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/14 14:08:21 PDT Modified files: sys/pccard pcic.c Log: Fix the so called "static bug" in polling mode. Some desktop cards have bad grounding characteristics which allow small static discharges (or sunspots, we're not 100% sure which) to reach the bridge chip. This causes the bridge chip to wedge/reset itself. There's no known cure short of rebooting. The bug manifests itself by the STAT_CHG return 0xff when read. This is impossible because the upper bits are reserved (and therefore zero). In addition, some of the lower bits are one only for memory cards, which OLDCARD doesn't support, so if they are set, something seriously foobar'd is going on. So far we've seen this in exactly one brand of pcmcia <-> isa bridge which plug and play identifies only as "VIA PCMCIA CARD". This card just has buffers on the isa card and the actual bridge chip on the remote slot, which is connected by long ribbon cables. We think this long cable run, coupled with the lack of coupling capacitors is a major reason why it is so static sensitive while its bretheren aren't. Work Supported by: Timing Solutions, Inc. MFC After: 3 days Revision Changes Path 1.117 +34 -7 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:30: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id 2E5D137B423; Mon, 14 May 2001 14:29:55 -0700 (PDT) (envelope-from mixtim@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010514212954.XXMA6845.femail10.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Mon, 14 May 2001 14:29:54 -0700 Received: (from mixtim@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f4ELTrL85926; Mon, 14 May 2001 17:29:53 -0400 (EDT) (envelope-from mixtim) Date: Mon, 14 May 2001 17:29:53 -0400 From: Mixtim To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI Message-ID: <20010514172953.B85839@home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@FreeBSD.ORG on Mon, May 14, 2001 at 12:30:58PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 12:30:58PM -0400, Robert Watson wrote: > Yes, people tracking -CURRENT should read both the freebsd-current mailing > list and the commit messages, but in practice there may be a lag between > the message being posted and everyone getting to read it. Did you think that statement through? You have to actually compile and install new changes before they become active. So, while it may take a day or two to get caught up on your email, as long as you start the compile/install AFTER you finish reading then you won't be suprised. Now if you compile/install and only THEN read your email then yes, you will shoot your leg off. But then its your fault now isn't it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:54:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E8CC37B43C; Mon, 14 May 2001 14:54:51 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELspi98876; Mon, 14 May 2001 14:54:51 -0700 (PDT) (envelope-from bmah) Message-Id: <200105142154.f4ELspi98876@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 May 2001 14:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/14 14:54:50 PDT Modified files: share/sgml man-refs.ent Log: Add fdread(1) entity. Revision Changes Path 1.75 +2 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:57:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 738FB37B424; Mon, 14 May 2001 14:57:28 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELvSN99396; Mon, 14 May 2001 14:57:28 -0700 (PDT) (envelope-from ade) Message-Id: <200105142157.f4ELvSN99396@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 14:57:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 14:57:28 PDT Modified files: textproc/libxml Makefile distinfo Log: Update to 1.8.13 Revision Changes Path 1.33 +2 -2 ports/textproc/libxml/Makefile 1.23 +1 -1 ports/textproc/libxml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:57:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B98CE37B43C; Mon, 14 May 2001 14:57:45 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELvjk99458; Mon, 14 May 2001 14:57:45 -0700 (PDT) (envelope-from ade) Message-Id: <200105142157.f4ELvjk99458@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 14:57:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 14:57:45 PDT Modified files: devel/ORBit Makefile distinfo Log: Update t0 0.5.8 Revision Changes Path 1.45 +2 -3 ports/devel/ORBit/Makefile 1.19 +1 -1 ports/devel/ORBit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEEF537B424; Mon, 14 May 2001 14:58:11 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELwBW99536; Mon, 14 May 2001 14:58:11 -0700 (PDT) (envelope-from ade) Message-Id: <200105142158.f4ELwBW99536@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 14:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gconf Makefile distinfo pkg-plist ports/devel/gconf/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 14:58:11 PDT Modified files: devel/gconf Makefile distinfo pkg-plist devel/gconf/files patch-ab Log: Update to 1.0.1 Revision Changes Path 1.16 +3 -3 ports/devel/gconf/Makefile 1.9 +1 -1 ports/devel/gconf/distinfo 1.10 +1 -0 ports/devel/gconf/pkg-plist 1.4 +8 -7 ports/devel/gconf/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:58:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21C7137B424; Mon, 14 May 2001 14:58:31 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELwVN99597; Mon, 14 May 2001 14:58:31 -0700 (PDT) (envelope-from ade) Message-Id: <200105142158.f4ELwVN99597@freefall.freebsd.org> From: Ade Lovett Date: Mon, 14 May 2001 14:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bonobo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/14 14:58:31 PDT Modified files: devel/bonobo Makefile distinfo Log: Update to 1.0.4 Revision Changes Path 1.36 +2 -2 ports/devel/bonobo/Makefile 1.19 +1 -1 ports/devel/bonobo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 14:58:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48DA837B424; Mon, 14 May 2001 14:58:50 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELwo699704; Mon, 14 May 2001 14:58:50 -0700 (PDT) (envelope-from bmah) Message-Id: <200105142158.f4ELwo699704@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 May 2001 14:58:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/relnotes/common new.sgml src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/14 14:58:49 PDT Modified files: release/doc/en_US.ISO_8859-1/relnotes/common new.sgml release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: devfs(5) on by default, new PAM modules, fdread(1). MFCs noted: fxp(4) requires miibus. Revision Changes Path 1.10 +16 -4 src/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml 1.186 +11 -4 src/release/texts/alpha/RELNOTES.TXT 1.260 +11 -4 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15: 0: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C68637B43F; Mon, 14 May 2001 14:59:59 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ELxwO99925; Mon, 14 May 2001 14:59:59 -0700 (PDT) (envelope-from bmah) Message-Id: <200105142159.f4ELxwO99925@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 May 2001 14:59:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/14 14:59:58 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: fxp(4) driver now requires "device miibus". Revision Changes Path 1.31.2.146 +4 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.141 +4 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15: 3:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 341DE37B43C; Mon, 14 May 2001 15:03:13 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EM3Dp00451; Mon, 14 May 2001 15:03:13 -0700 (PDT) (envelope-from bmah) Message-Id: <200105142203.f4EM3Dp00451@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 May 2001 15:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/14 15:03:13 PDT Modified files: release/doc/en_US.ISO_8859-1/hardware/common dev.sgml Log: Add RIO500/urio(4) to supported devices list. Revision Changes Path 1.7 +4 -1 src/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:31:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79ECD37B423; Mon, 14 May 2001 15:31:52 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMVqb11353; Mon, 14 May 2001 15:31:52 -0700 (PDT) (envelope-from bmah) Message-Id: <200105142231.f4EMVqb11353@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 14 May 2001 15:31:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/alpha proc-alpha.sgml src/release/doc/en_US.ISO_8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO_8859-1/relnotes/common new.sgml src/release/doc/share/sgml release.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/14 15:31:52 PDT Modified files: release/doc/en_US.ISO_8859-1/hardware/alpha proc-alpha.sgml release/doc/en_US.ISO_8859-1/hardware/common dev.sgml release/doc/en_US.ISO_8859-1/relnotes/common new.sgml release/doc/share/sgml release.dsl Log: In some cases, there are some elements that will have version control information that is different from the rest of their containing document (or at least other sections). For release notes only, allow output of text, and add it to three sections of RELNOTESng where it's kind of important ("What's New" in the release notes, "Supported Device" in the arch-independent hardware list, and the processors section of the alpha hardware list). Revision Changes Path 1.11 +5 -1 src/release/doc/en_US.ISO_8859-1/hardware/alpha/proc-alpha.sgml 1.8 +5 -1 src/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml 1.11 +5 -1 src/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml 1.2 +7 -1 src/release/doc/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:35: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABDFD37B423; Mon, 14 May 2001 15:35:04 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMZ4j12998; Mon, 14 May 2001 15:35:04 -0700 (PDT) (envelope-from assar) Message-Id: <200105142235.f4EMZ4j12998@freefall.freebsd.org> From: Assar Westerlund Date: Mon, 14 May 2001 15:35:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/lib/libasn1 Makefile src/kerberos5/lib/libhdb Makefile src/kerberos5/lib/libroken Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2001/05/14 15:35:04 PDT Modified files: (Branch: RELENG_4) kerberos5/lib/libasn1 Makefile kerberos5/lib/libhdb Makefile kerberos5/lib/libroken Makefile Log: MFC: pick up print_version from lib/vers and not lib/roken, install libroken and roken.h Revision Changes Path 1.3.2.4 +3 -2 src/kerberos5/lib/libasn1/Makefile 1.2.2.2 +3 -2 src/kerberos5/lib/libhdb/Makefile 1.3.2.2 +2 -4 src/kerberos5/lib/libroken/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:36: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 116EF37B43C; Mon, 14 May 2001 15:36:02 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMa2713749; Mon, 14 May 2001 15:36:02 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105142236.f4EMa2713749@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 14 May 2001 15:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii nsphy.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/14 15:36:01 PDT Modified files: (Branch: RELENG_4) sys/dev/mii nsphy.c Log: MFC: r1.8; undocumented bits for support of the fxp driver. Revision Changes Path 1.2.2.3 +9 -6 src/sys/dev/mii/nsphy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:43:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCA4837B423; Mon, 14 May 2001 15:43:34 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: (from ue@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMhYr17646; Mon, 14 May 2001 15:43:34 -0700 (PDT) (envelope-from ue) Message-Id: <200105142243.f4EMhYr17646@freefall.freebsd.org> From: Udo Erdelhoff Date: Mon, 14 May 2001 15:43:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ue 2001/05/14 15:43:33 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Next round of markup cleanups - nuke useless around lists - nuke useless sequences - nuke harmfull around - nuke some of the "we need a line break here" reminders that are no longer needed (and never affected the output anyway) Reviewed by: alex Revision Changes Path 1.192 +42 -106 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:45:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A145037B42C; Mon, 14 May 2001 15:45:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMjRs18575; Mon, 14 May 2001 15:45:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200105142245.f4EMjRs18575@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 14 May 2001 15:45:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295/config freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/14 15:45:27 PDT Modified files: contrib/gcc.295/config freebsd.h Log: Make it easy for people to use define DWARF2 exceptions unwinding. If "WANT_DWARF2_UNWIND" you get it. Note that this is a different C++ ABI than the FreeBSD default. So you will need to recompile all your C++ apps that uses exceptions if you turn this on. I am adding it here for Yahoo!'s use and for those that want to be early adopters to what I will make as the default with the GCC 3.0 import. Revision Changes Path 1.36 +6 -1 src/contrib/gcc.295/config/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:52:32 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dhcp103.iss.kth.se [130.237.7.103]) by hub.freebsd.org (Postfix) with ESMTP id BE44E37B423; Mon, 14 May 2001 15:52:23 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id AAA92214; Tue, 15 May 2001 00:52:20 +0200 (CEST) (envelope-from assar) To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_krb5 COPYRIGHT Makefile README TODO compat_heimdal.c pam_krb5.8 pam_krb5.h pam_krb5_acct.c pam_krb5_auth.c pam_krb5_pass.c pam_krb5_sess.c support.c ... References: <200105141123.f4EBNw609765@freefall.freebsd.org> From: Assar Westerlund Date: 15 May 2001 00:52:20 +0200 In-Reply-To: Mark Murray's message of "Mon, 14 May 2001 04:23:58 -0700 (PDT)" Message-ID: <5l1ypry257.fsf@assaris.sics.se> Lines: 8 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray writes: > There is an issue with kerberosIV and kerberos5 - if both are > being built, then static linking fails with duplicate symbols. > This will take a bit of work to sort out in the kerberii. What symbols are duplicated? From roken? /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:53:27 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dhcp103.iss.kth.se [130.237.7.103]) by hub.freebsd.org (Postfix) with ESMTP id A884237B424; Mon, 14 May 2001 15:53:22 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id AAA92217; Tue, 15 May 2001 00:53:02 +0200 (CEST) (envelope-from assar) To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/kerberos5/lib/libroken Makefile References: <200105132057.f4DKvmF40052@freefall.freebsd.org> <200105141133.f4EBXIq90735@gratis.grondar.za> From: Assar Westerlund Date: 15 May 2001 00:53:02 +0200 In-Reply-To: Mark Murray's message of "Mon, 14 May 2001 12:35:14 +0100" Message-ID: <5lwv7jwnjl.fsf@assaris.sics.se> Lines: 15 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray writes: > > assar 2001/05/13 13:57:48 PDT > > > > Modified files: > > kerberos5/lib/libroken Makefile > > Log: > > install libroken and roken.h > > Er, why? :-) Because otherwise you cannot link programs against libkrb5. I agree that having to link against libroken is sub-optimal but it's the current state of affairs. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:55:44 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 995BA37B422; Mon, 14 May 2001 15:55:29 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id SAA32432; Mon, 14 May 2001 18:55:27 -0400 (EDT) (envelope-from wollman) Date: Mon, 14 May 2001 18:55:27 -0400 (EDT) From: Garrett Wollman Message-Id: <200105142255.SAA32432@khavrinen.lcs.mit.edu> To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/kerberos5/lib/libroken Makefile In-Reply-To: <5lwv7jwnjl.fsf@assaris.sics.se> References: <200105132057.f4DKvmF40052@freefall.freebsd.org> <200105141133.f4EBXIq90735@gratis.grondar.za> <5lwv7jwnjl.fsf@assaris.sics.se> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Because otherwise you cannot link programs against libkrb5. I agree > that having to link against libroken is sub-optimal but it's the > current state of affairs. The Reference Implementation does not have such a library. Any additional libraries beyond libcom_err, libkrb5, and libk5crypto constitute API breakage in your implementation. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:56: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36FDB37B422; Mon, 14 May 2001 15:56:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMu1124485; Mon, 14 May 2001 15:56:01 -0700 (PDT) (envelope-from kris) Message-Id: <200105142256.f4EMu1124485@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 14 May 2001 15:56:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/tex Makefile ports/print/tex/files patch-aa patch-ab patch-ac patch-ad ports/print/tex/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/05/14 15:56:00 PDT Modified files: print/tex Makefile Added files: print/tex/files patch-aa patch-ab patch-ac patch-ad Removed files: print/tex/scripts configure Log: A number of changes to this port: * Portlint and clean up some style bugs * Replace a hand-rolled configure script with pre/post-configure and GNU_CONFIGURE (side-effect is to respect CC and CFLAGS in the build instead of using -O2) * respect the value of INSTALL_SCRIPT so the installation doesn't bomb out when we pass in INSTALL_PROGRAM as well * allow automatic packaging (the MANUAL_PACKAGE_BUILD) seems to be a hold- over from several years ago before package builds were done separately. Approved by: jmz (maintainer) Revision Changes Path 1.45 +14 -7 ports/print/tex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 15:57:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AE4237B424; Mon, 14 May 2001 15:57:37 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EMvab25207; Mon, 14 May 2001 15:57:36 -0700 (PDT) (envelope-from dd) Message-Id: <200105142257.f4EMvab25207@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 14 May 2001 15:57:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/14 15:57:36 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Move the "how to get an account" question from the PPP chapter to the Misc chapter; I don't know how it ever got put in the former. Revision Changes Path 1.193 +29 -29 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16: 4:37 2001 Delivered-To: cvs-all@freebsd.org Received: from mgate04.so-net.ne.jp (mgate04.so-net.ne.jp [210.139.254.151]) by hub.freebsd.org (Postfix) with ESMTP id 0D47837B424 for ; Mon, 14 May 2001 16:04:34 -0700 (PDT) (envelope-from suge@ja2.so-net.ne.jp) Received: from mail.ja2.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate04.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W01050922) with ESMTP id IAA29082 for ; Tue, 15 May 2001 08:04:33 +0900 (JST) Received: from port (chiba-f1-115.kcom.ne.jp [210.236.143.115]) by mail.ja2.so-net.ne.jp (8.9.3/3.7W01022316) with SMTP id IAA06266 for ; Tue, 15 May 2001 08:04:32 +0900 (JST) Date: Tue, 15 May 2001 08:00:26 +0900 From: Sugesawa Junichi To: cvs-all@FreeBSD.ORG Message-Id: <3B00638A28A.4CB8SUGE@mail.ja2.so-net.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.26.05 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth fe830327 subscribe cvs-all suge@ja2.so-net.ne.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16: 5: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dhcp103.iss.kth.se [130.237.7.103]) by hub.freebsd.org (Postfix) with ESMTP id 34BB037B422; Mon, 14 May 2001 16:04:57 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id BAA85813; Tue, 15 May 2001 01:04:49 +0200 (CEST) (envelope-from assar) To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/kerberos5/lib/libroken Makefile References: <200105132057.f4DKvmF40052@freefall.freebsd.org> <200105141133.f4EBXIq90735@gratis.grondar.za> <5lwv7jwnjl.fsf@assaris.sics.se> <200105142255.SAA32432@khavrinen.lcs.mit.edu> From: Assar Westerlund Date: 15 May 2001 01:04:48 +0200 In-Reply-To: Garrett Wollman's message of "Mon, 14 May 2001 18:55:27 -0400 (EDT)" Message-ID: <5lsni7wmzz.fsf@assaris.sics.se> Lines: 18 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman writes: > < said: > > > Because otherwise you cannot link programs against libkrb5. I agree > > that having to link against libroken is sub-optimal but it's the > > current state of affairs. > > The Reference Implementation does not have such a library. Any > additional libraries beyond libcom_err, libkrb5, and libk5crypto > constitute API breakage in your implementation. Wake up. There is no API, either for the functions or for the linking line (the closest thing to that is krb5-config which I've added and that MIT implementation is also going to add). And how do you know what other libraries are needed be the implementation? If you use DNS you might need to link against libresolv (on some platforms). /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16: 9: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42DDC37B43C; Mon, 14 May 2001 16:08:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4EN8xC29653; Mon, 14 May 2001 16:08:59 -0700 (PDT) (envelope-from imp) Message-Id: <200105142308.f4EN8xC29653@freefall.freebsd.org> From: Warner Losh Date: Mon, 14 May 2001 16:08:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/14 16:08:59 PDT Modified files: sys/pccard pcic.c Log: Remove static array of slots. We now have state information for each slot in a softc for each unit that we probe. Also remove validunits static, since it is no longer necessary. Revision Changes Path 1.118 +25 -18 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16:14:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C11A37B42C; Mon, 14 May 2001 16:14:24 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ENEOS30121; Mon, 14 May 2001 16:14:24 -0700 (PDT) (envelope-from imp) Message-Id: <200105142314.f4ENEOS30121@freefall.freebsd.org> From: Warner Losh Date: Mon, 14 May 2001 16:14:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/14 16:14:24 PDT Modified files: sys/pccard pcic.c Log: It turns out that pcic_slot::slotnum was really unused, so don't set it. Revision Changes Path 1.119 +1 -3 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16:26:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 266BB37B43C; Mon, 14 May 2001 16:26:41 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ENQf630913; Mon, 14 May 2001 16:26:41 -0700 (PDT) (envelope-from grog) Message-Id: <200105142326.f4ENQf630913@freefall.freebsd.org> From: Greg Lehey Date: Mon, 14 May 2001 16:26:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/05/14 16:26:41 PDT Modified files: sbin/disklabel disklabel.8 Log: Clarify the currently used partition types. Add cross-references to ccd(4) and vinum(8). Revision Changes Path 1.27 +20 -6 src/sbin/disklabel/disklabel.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16:28:14 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp05.primenet.com (smtp05.primenet.com [206.165.6.135]) by hub.freebsd.org (Postfix) with ESMTP id 1E92137B423; Mon, 14 May 2001 16:28:07 -0700 (PDT) (envelope-from tlambert@usr06.primenet.com) Received: (from daemon@localhost) by smtp05.primenet.com (8.9.3/8.9.3) id QAA24616; Mon, 14 May 2001 16:28:04 -0700 (MST) Received: from usr06.primenet.com(206.165.6.206) via SMTP by smtp05.primenet.com, id smtpdAAAHUaO.V; Mon May 14 16:27:55 2001 Received: (from tlambert@localhost) by usr06.primenet.com (8.8.5/8.8.5) id QAA05923; Mon, 14 May 2001 16:34:07 -0700 (MST) From: Terry Lambert Message-Id: <200105142334.QAA05923@usr06.primenet.com> Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] To: mckusick@mckusick.com (Kirk McKusick) Date: Mon, 14 May 2001 23:34:02 +0000 (GMT) Cc: mi@misha.privatelabs.com (Mikhail Teterin), kris@obsecurity.org (Kris Kennaway), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ru@FreeBSD.ORG (Ruslan Ermilov), fs@FreeBSD.ORG In-Reply-To: <200105132342.QAA21879@beastie.mckusick.com> from "Kirk McKusick" at May 13, 2001 04:42:55 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Working under the assumption that the only time fsck is likely to fail > > > in this manner is if there are FS errors which can't be resolved in > > > the background, and which may result in further FS damage if left > > > uncorrected, the best option seems to be to take some action which > > > prevents this damage. > > > > > > The best series of actions might be the following: > > > > > > 1) Downgrade the FS to readonly mode. > > > > Can't a foreground fsck be run at this moment? Having to reboot for > > anything is rather ugly... I'm sure there is a reason it can not, I'm > > just wondering, what that reason is. Thanks! > > Indeed, a foreground fsck can be run once the downgrade to read-only > has happened. However, doing so automatically is unlikely to be useful > since nearly every error that would get us to this point will also > cause an `fsck -p' to fail. So, at this point a system administrator > is going to have to intervene to do a manual fsck. Once the downgrade > to read-only has happened, no further filesystem damage can occur, so > there is not a great rush to run the manual fsck. However, if the > affected filesystem is something crucial like /var, the system may not > run at all well until the problem is fixed. Rebooting is a good idea, in any case, since you really can't trust the results of programs run from a bogified FS. So it would not be safe, for example, to fsck it, get it clean, and then remount it read/write, since the programs you are running now came from a damaged FS (seriously damaged, if a background fsck doesn't succeed). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 16:54:17 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 1E25E37B422; Mon, 14 May 2001 16:54:10 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4ENs6363976; Tue, 15 May 2001 00:54:06 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4ENs5514952; Tue, 15 May 2001 00:54:05 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105142354.f4ENs5514952@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Alfred Perlstein Cc: Poul-Henning Kamp , Robert Watson , Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: Destroying and remaking device nodes In-Reply-To: Message from Alfred Perlstein of "Mon, 14 May 2001 07:32:54 PDT." <20010514073254.J18676@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 May 2001 00:54:04 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > * Poul-Henning Kamp [010514 07:08] wrote: > > > > I intended to ignore the major and minor arguments in mknod(2), simply > > treating it as a request to re-create the named node. > > It sounds nice, however that's a major POLA violation, no? I agree. I think mknod should either do as asked or fail, not do what the developer thinks the user should have asked. > -- > -Alfred Perlstein - [alfred@freebsd.org] > Represent yourself, show up at BABUG http://www.babug.org/ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 6C3BC37B423; Mon, 14 May 2001 17:00:23 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F00L364018; Tue, 15 May 2001 01:00:21 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F00J515121; Tue, 15 May 2001 01:00:19 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105150000.f4F00J515121@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Mixtim Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI In-Reply-To: Message from Mixtim of "Mon, 14 May 2001 17:29:53 EDT." <20010514172953.B85839@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 May 2001 01:00:19 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Now if you compile/install and only THEN read your email then yes, you will > shoot your leg off. But then its your fault now isn't it. I suspect everyone here is guilty of doing an installworld before catching up with their commit logs or -current - at least sometimes. In this case, doing so earns an error message from config - meaning (IMHO) that it's not worth a HEADS UP. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17: 7:16 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 2CA7D37B422; Mon, 14 May 2001 17:07:11 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F079364043; Tue, 15 May 2001 01:07:09 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F077515172; Tue, 15 May 2001 01:07:07 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105150007.f4F077515172@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: Message from Poul-Henning Kamp of "Mon, 14 May 2001 01:20:47 PDT." <200105140820.f4E8Kl579121@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 May 2001 01:07:07 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > phk 2001/05/14 01:20:47 PDT > > Modified files: > sys/fs/devfs devfs_vnops.c > Log: > After a successfull poll of the cloning functions, match on the > returned dev_t rather than the original name. > > This allows cloning from one name to another which is useful for > /dev/tty and later for the pty's. > > Revision Changes Path > 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c Does this mean that I can catch ``open("/dev/tun")'' and clone (say) /dev/tun100, returning that ? If so - WOW ! And in no less than -8 lines too ! -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17:10: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id D0CC837B422; Mon, 14 May 2001 17:09:55 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F09s364047; Tue, 15 May 2001 01:09:54 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F09q515206; Tue, 15 May 2001 01:09:52 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105150009.f4F09q515206@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/net route.c src/sys/netinet in.c in_rmx.c in_var.h raw_ip.c In-Reply-To: Message from Ruslan Ermilov of "Mon, 14 May 2001 01:23:49 PDT." <200105140823.f4E8NnL79490@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 May 2001 01:09:52 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does this break ppp(8) ? I haven't yet merged any of the SIOCAIFADDR optimisation stuff - and as I found a bug in it only a few days ago, I'm a bit loathe to merge it for another week or two. > ru 2001/05/14 01:23:49 PDT > > Modified files: (Branch: RELENG_4) > sys/net route.c > sys/netinet in.c in_rmx.c in_var.h raw_ip.c > Log: > MFC. > > net/route.c: > A route generated from an RTF_CLONING route had the RTF_WASCLONED flag > set but did not have a reference to the parent route, as documented in > the rtentry(9) manpage. This prevented such routes from being deleted > when their parent route was deleted. > > netinet/in.c: > When address is removed from an interface, also delete all routes that > point to this interface and address. Previously, for example, if you > changed the address on an interface, outgoing IP datagrams might still > use the old address. The only solution was to delete and re-add some > routes. > > netinet/in_rmx.c, netinet/in_var.h, netinet/raw_ip.c: > In in_ifadown(), differentiate between whether the interface goes > down or interface address is deleted. Only delete static routes > in the latter case. > > PR: kern/20785, bin/26970, i386/27280 > > Revision Changes Path > 1.59.2.2 +5 -4 src/sys/net/route.c > 1.44.2.3 +12 -1 src/sys/netinet/in.c > 1.37.2.1 +14 -12 src/sys/netinet/in_rmx.c > 1.33.2.1 +2 -2 src/sys/netinet/in_var.h > 1.64.2.5 +2 -2 src/sys/netinet/raw_ip.c -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17:12:17 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id DDA1E37B422; Mon, 14 May 2001 17:12:11 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F3D3866C8C; Mon, 14 May 2001 17:12:10 -0700 (PDT) Date: Mon, 14 May 2001 17:12:10 -0700 From: Kris Kennaway To: Brian Somers Cc: Alfred Perlstein , Poul-Henning Kamp , Robert Watson , Greg Lehey , Eric Melville , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes Message-ID: <20010514171210.A66354@xor.obsecurity.org> References: <200105142354.f4ENs5514952@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105142354.f4ENs5514952@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Tue, May 15, 2001 at 12:54:04AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 15, 2001 at 12:54:04AM +0100, Brian Somers wrote: > > * Poul-Henning Kamp [010514 07:08] wrote: > > >=20 > > > I intended to ignore the major and minor arguments in mknod(2), simply > > > treating it as a request to re-create the named node. > >=20 > > It sounds nice, however that's a major POLA violation, no? >=20 > I agree. I think mknod should either do as asked or fail, not do=20 > what the developer thinks the user should have asked. The problem is, how do you know the major/minor number of the device, if you haven't installed MAKEDEV (which is about the only reference I know of apart from the source)? Kris --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7AHRaWry0BWjoQKURAkwJAKDue57ffGKvBM9KVHVfxUIOyhnWSQCgjMZe /A7W4twPW3QInZmWlSFaw2o= =+WAW -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17:21:13 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 24AB237B42C; Mon, 14 May 2001 17:21:07 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4F0L7M48753; Mon, 14 May 2001 17:21:07 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id EC0F8380E; Mon, 14 May 2001 17:21:06 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Brian Somers Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: <200105150007.f4F077515172@hak.lan.Awfulhak.org> Date: Mon, 14 May 2001 17:21:06 -0700 From: Peter Wemm Message-Id: <20010515002106.EC0F8380E@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > phk 2001/05/14 01:20:47 PDT > > > > Modified files: > > sys/fs/devfs devfs_vnops.c > > Log: > > After a successfull poll of the cloning functions, match on the > > returned dev_t rather than the original name. > > > > This allows cloning from one name to another which is useful for > > /dev/tty and later for the pty's. > > > > Revision Changes Path > > 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c > > Does this mean that I can catch ``open("/dev/tun")'' and clone (say) > /dev/tun100, returning that ? > > If so - WOW ! And in no less than -8 lines too ! This is how cloning is supposed to work. ie: open /dev/ptymx and it was as if you had opened /dev/ptyS6, and devname() returns /dev/ptyS6. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17:24:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9A5637B422; Mon, 14 May 2001 17:24:20 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F0OKb37569; Mon, 14 May 2001 17:24:20 -0700 (PDT) (envelope-from dd) Message-Id: <200105150024.f4F0OKb37569@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 14 May 2001 17:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/14 17:24:20 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add a question (and answer) about BIND listening on a high port number. PR: 27284 Submitted by: Michael Lucas Revision Changes Path 1.194 +29 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 17:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BFFD37B422; Mon, 14 May 2001 17:31:19 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F0VJg38229; Mon, 14 May 2001 17:31:19 -0700 (PDT) (envelope-from dd) Message-Id: <200105150031.f4F0VJg38229@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 14 May 2001 17:31:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/14 17:31:19 PDT Modified files: usr.bin/xargs xargs.1 xargs.c Log: Add a -J replstr option that allows the user to tell xargs to insert the data read from standard input at a specific point in the command line arguments rather than at the end. Submitted by: dd, gad Reviewed by: gad, brian Revision Changes Path 1.14 +40 -2 src/usr.bin/xargs/xargs.1 1.10 +30 -6 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 18:39:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40EA637B423; Mon, 14 May 2001 18:39:15 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F1dFa46368; Mon, 14 May 2001 18:39:15 -0700 (PDT) (envelope-from gad) Message-Id: <200105150139.f4F1dFa46368@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 14 May 2001 18:39:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/05/14 18:39:15 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr Makefile Log: (MFC from 2001/03/11) Add a comment pointing to the freebsd-print@bostonradio.org mailing list. Revision Changes Path 1.5.2.2 +4 -1 src/usr.sbin/lpr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 18:50:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A57FE37B424; Mon, 14 May 2001 18:50:41 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F1ofl47171; Mon, 14 May 2001 18:50:41 -0700 (PDT) (envelope-from green) Message-Id: <200105150150.f4F1ofl47171@freefall.freebsd.org> From: Brian Feldman Date: Mon, 14 May 2001 18:50:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh sshlogin.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/05/14 18:50:41 PDT Modified files: crypto/openssh sshlogin.c Log: If a host would exceed 16 characters in the utmp entry, record only it's IP address/base host instead. Submitted by: brian Revision Changes Path 1.3 +2 -2 src/crypto/openssh/sshlogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:14:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2931D37B423; Mon, 14 May 2001 19:14:19 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F2EJc51376; Mon, 14 May 2001 19:14:19 -0700 (PDT) (envelope-from kevlo) Message-Id: <200105150214.f4F2EJc51376@freefall.freebsd.org> From: Kevin Lo Date: Mon, 14 May 2001 19:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-jdk13/files patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/05/14 19:14:18 PDT Added files: java/linux-jdk13/files patch-ac patch-ad Log: Fix JVM config file and font.properties PR: 27316 Submitted by: Ernst de Haan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:19:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E21237B422; Mon, 14 May 2001 19:19:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F2JGe51944; Mon, 14 May 2001 19:19:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150219.f4F2JGe51944@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 19:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/mpgtx Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/mpgtx/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 19:19:16 PDT Modified files: graphics Makefile Added files: graphics/mpgtx Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/mpgtx/files patch-Makefile Log: add mpgtx A command line MPEG audio/video/system file toolbox Revision Changes Path 1.307 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:19:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ACDB37B43C; Mon, 14 May 2001 19:19:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F2JKl51978; Mon, 14 May 2001 19:19:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150219.f4F2JKl51978@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 19:19:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 19:19:19 PDT Modified files: . modules Log: mpgtx --> ports/graphics/mpgtx Revision Changes Path 1.3110 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:26:55 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6292D37B424; Mon, 14 May 2001 19:26:33 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 6C4896ACBC; Tue, 15 May 2001 11:56:30 +0930 (CST) Date: Tue, 15 May 2001 11:56:30 +0930 From: Greg Lehey To: Terry Lambert Cc: Kirk McKusick , Mikhail Teterin , Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010515115630.H59553@wantadilla.lemis.com> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105142334.QAA05923@usr06.primenet.com>; from tlambert@primenet.com on Mon, May 14, 2001 at 11:34:02PM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 14 May 2001 at 23:34:02 +0000, Terry Lambert wrote: >>>> Working under the assumption that the only time fsck is likely to fail >>>> in this manner is if there are FS errors which can't be resolved in >>>> the background, and which may result in further FS damage if left >>>> uncorrected, the best option seems to be to take some action which >>>> prevents this damage. >>>> >>>> The best series of actions might be the following: >>>> >>>> 1) Downgrade the FS to readonly mode. >>> >>> Can't a foreground fsck be run at this moment? Having to reboot for >>> anything is rather ugly... I'm sure there is a reason it can not, I'm >>> just wondering, what that reason is. Thanks! >> >> Indeed, a foreground fsck can be run once the downgrade to read-only >> has happened. However, doing so automatically is unlikely to be useful >> since nearly every error that would get us to this point will also >> cause an `fsck -p' to fail. So, at this point a system administrator >> is going to have to intervene to do a manual fsck. Once the downgrade >> to read-only has happened, no further filesystem damage can occur, so >> there is not a great rush to run the manual fsck. However, if the >> affected filesystem is something crucial like /var, the system may not >> run at all well until the problem is fixed. > > Rebooting is a good idea, in any case, since you really can't > trust the results of programs run from a bogified FS. This sounds like a Microsoft idea. Isn't that the reason why they want you to reboot if you do something like changing the default router? > So it would not be safe, for example, to fsck it, get it clean, and > then remount it read/write, since the programs you are running now > came from a damaged FS (seriously damaged, if a background fsck > doesn't succeed). I don't know if this can happen. If it can, there should be other ways of solving it. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:33:42 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id A60B037B43C; Mon, 14 May 2001 19:33:34 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BF94366C8C; Mon, 14 May 2001 19:33:33 -0700 (PDT) Date: Mon, 14 May 2001 19:33:33 -0700 From: Kris Kennaway To: Greg Lehey Cc: Terry Lambert , Kirk McKusick , Mikhail Teterin , Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010514193332.A85465@xor.obsecurity.org> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010515115630.H59553@wantadilla.lemis.com>; from grog@lemis.com on Tue, May 15, 2001 at 11:56:30AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 15, 2001 at 11:56:30AM +0930, Greg Lehey wrote: > > Rebooting is a good idea, in any case, since you really can't > > trust the results of programs run from a bogified FS.=20 >=20 > This sounds like a Microsoft idea. Isn't that the reason why they > want you to reboot if you do something like changing the default > router? No, they're different: one is rebooting to recover from an unknown, catastrophic error from which it may be dangerous to continue, and the other is rebooting to recover from a non-fatal condition which the programmers have not bothered to handle online. Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7AJV8Wry0BWjoQKURApTzAKD/Bv/ODm2qb9CAbODgU/TLqCFepACghpk6 R53Erb236mUhR0ShCkSD4MU= =4+fv -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:36: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 7B22537B423; Mon, 14 May 2001 19:35:59 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 343E16ACBE; Tue, 15 May 2001 12:05:58 +0930 (CST) Date: Tue, 15 May 2001 12:05:58 +0930 From: Greg Lehey To: Kris Kennaway Cc: Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010515120558.M59553@wantadilla.lemis.com> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514193332.A85465@xor.obsecurity.org>; from kris@obsecurity.org on Mon, May 14, 2001 at 07:33:33PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 14 May 2001 at 19:33:33 -0700, Kris Kennaway wrote: > On Tue, May 15, 2001 at 11:56:30AM +0930, Greg Lehey wrote: > >>> Rebooting is a good idea, in any case, since you really can't >>> trust the results of programs run from a bogified FS. >> >> This sounds like a Microsoft idea. Isn't that the reason why they >> want you to reboot if you do something like changing the default >> router? > > No, they're different: one is rebooting to recover from an unknown, > catastrophic error from which it may be dangerous to continue, and the > other is rebooting to recover from a non-fatal condition which the > programmers have not bothered to handle online. It's a matter of degree. Since the programmers haven't bothered to handle it online, it's potentially dangerous to continue without rebooting. Given enough effort, we could also recover from the failed fsck. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 19:51:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E15737B423; Mon, 14 May 2001 19:51:53 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F2prV54414; Mon, 14 May 2001 19:51:53 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150251.f4F2prV54414@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 19:51:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 19:51:53 PDT Modified files: net/centericq Makefile distinfo pkg-plist Log: upgrade to 3.29.12 Noticed by: Roman Shterenzon Revision Changes Path 1.17 +3 -3 ports/net/centericq/Makefile 1.6 +1 -1 ports/net/centericq/distinfo 1.7 +1 -0 ports/net/centericq/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 20:15:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 070A937B42C; Mon, 14 May 2001 20:15:18 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3FH658709; Mon, 14 May 2001 20:15:17 -0700 (PDT) (envelope-from dillon) Message-Id: <200105150315.f4F3FH658709@freefall.freebsd.org> From: Matt Dillon Date: Mon, 14 May 2001 20:15:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_shm.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/05/14 20:15:17 PDT Modified files: (Branch: RELENG_4) sys/kern sysv_shm.c Log: MFC 1.55 - Raise SysV SHM defaults Revision Changes Path 1.45.2.4 +4 -4 src/sys/kern/sysv_shm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 20:27:20 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 83A8937B422; Mon, 14 May 2001 20:27:08 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EE75966C8C; Mon, 14 May 2001 20:27:07 -0700 (PDT) Date: Mon, 14 May 2001 20:27:07 -0700 From: Kris Kennaway To: Greg Lehey Cc: Kris Kennaway , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010514202707.B93481@xor.obsecurity.org> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010515120558.M59553@wantadilla.lemis.com>; from grog@lemis.com on Tue, May 15, 2001 at 12:05:58PM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 15, 2001 at 12:05:58PM +0930, Greg Lehey wrote: > On Monday, 14 May 2001 at 19:33:33 -0700, Kris Kennaway wrote: > > On Tue, May 15, 2001 at 11:56:30AM +0930, Greg Lehey wrote: > > > >>> Rebooting is a good idea, in any case, since you really can't > >>> trust the results of programs run from a bogified FS. > >> > >> This sounds like a Microsoft idea. Isn't that the reason why they > >> want you to reboot if you do something like changing the default > >> router? > > > > No, they're different: one is rebooting to recover from an unknown, > > catastrophic error from which it may be dangerous to continue, and the > > other is rebooting to recover from a non-fatal condition which the > > programmers have not bothered to handle online. >=20 > It's a matter of degree. Since the programmers haven't bothered to > handle it online, it's potentially dangerous to continue without > rebooting. Given enough effort, we could also recover from the failed > fsck. No, we're talking about runtime error recovery in response to an external error versus unimplemented system functionality which can be fixed by making the system more complete. We're not talking about the ability for background fsck to repair different kinds of disk corruption and continue from that point on, we're talking about how to react to corruption of data obtained by running applications _before_ fsck noticed it (and possibly repaired it). I (tautologically) suggest that it's not feasible to cause all possible applications running on FreeBSD to back out reads of corrupted data once it's noticed, and retry from that point. Consider e.g. a file server which may have picked up a corrupted copy of a file due to FS corruption, cached it, and will continue to hand out that corrupted file forever. Background fsck notices the disk corruption and may even be able to repair it, but the file server continues on oblivious. There are other examples one can think of regarding application misbehaviour due to arbitrary filesystem corruption - it's a classic case of "undefined behaviour". Traditionally, applications have been allowed to trust that what they read from the filesystem has already passed fsck, and can therefore be trusted except for runtime kernel bugs which may cause new corruption. Softupdates provides guarantees that most of the time the FS is stable without requiring a fsck (i.e. the traditional guarantee is unchanged), but there are exceptional cases where this is not true, and applications will be started on a corrupted filesystem. These exceptional cases will be detected in the background, at which point in time the system should attempt to recover from the error rather than let the system continue in an undefined state. The only robust way to get applications to back out and reread corrupted data is to restart them all, which is equivalent to a reboot. Kris --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7AKILWry0BWjoQKURArwHAJwM7Yx31e/WWnwC3kHwjMrskwQs9ACg+EnU dofkC+S8mE7qdYA6xZxEzp8= =m39b -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 20:32:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDCAB37B422; Mon, 14 May 2001 20:32:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3WlR61939; Mon, 14 May 2001 20:32:47 -0700 (PDT) (envelope-from imp) Message-Id: <200105150332.f4F3WlR61939@freefall.freebsd.org> From: Warner Losh Date: Mon, 14 May 2001 20:32:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/14 20:32:47 PDT Modified files: sys/pccard pcic.c Log: {G,S}ET_UNIT are now unused, gc them Revision Changes Path 1.120 +1 -4 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 20:43: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4467537B422; Mon, 14 May 2001 20:42:59 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F3gxR63028; Mon, 14 May 2001 20:42:59 -0700 (PDT) (envelope-from murray) Message-Id: <200105150342.f4F3gxR63028@freefall.freebsd.org> From: Murray Stokely Date: Mon, 14 May 2001 20:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook book.sgml chapters.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/14 20:42:59 PDT Modified files: en_US.ISO_8859-1/books/handbook book.sgml chapters.ent Log: Remove references to "Adding Kernel Options" chapter. This chapter should be repo-copied to the Developer's Handbook. Revision Changes Path 1.99 +1 -2 doc/en_US.ISO_8859-1/books/handbook/book.sgml 1.11 +1 -2 doc/en_US.ISO_8859-1/books/handbook/chapters.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 20:44:55 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 31C8137B423; Mon, 14 May 2001 20:44:49 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f4F3iVI45699; Mon, 14 May 2001 20:44:31 -0700 (PDT) (envelope-from dillon) Date: Mon, 14 May 2001 20:44:31 -0700 (PDT) From: Matt Dillon Message-Id: <200105150344.f4F3iVI45699@earth.backplane.com> To: Kris Kennaway Cc: Greg Lehey , Kris Kennaway , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have to say, just IMHO, that as much as I like the concept of a background fsck, I will never ever in my life use the feature. I'll use the snapshots, definitely. But not the background fsck. It is plain and simply too dangerous, *especially* on large partitions where one has a lot to lose if something goes wrong. UFS just isn't designed to be able to guarentee recovery, even if softupdates can't fail theoretically. We would need a log or journal to reach the safety factor that something like XFS or ReiserFS can theoretically achieve. I welcome Kirk's addition of the feature, but I have to say that, IMHO, the *default* should not be to background fsck. The default should be to remain safe and foreground fsck. If I have a huge partition that I intend to store a database in (for example), then judicious use of newfs's -c and -i options is sufficient to reduce fsck times. Ultimately I believe that as storage systems get larger, the only safe solution is going to be replicated, distributed, quorum-based transactional filesystems. That way if a node goes down, it doesn't matter if it takes an hour to validate itself before coming back up. RAID-XYZ doesn't hack it -- it's still vulnerable to filesystem corruption due to software. Having written a database that does this sort of replication (in a read-write transactional environment), I've become a great believer in it and I think it is the only future for storing huge amounts of data. I think it is possible to solve the slow-write problem (needing a quorum to commit a write) through the use of a client-side cache, similar to what NFS does (note: I haven't done this for my database yet, but I can see how it could be done for a filesystem). It gives me great peace of mind to know that I can pull the plug on an entire colocation site and have the realtime users of our product NOT notice that it happened. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 20:59:36 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 526E437B422; Mon, 14 May 2001 20:59:19 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f4F3wa332029; Mon, 14 May 2001 20:58:37 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: dillon@earth.backplane.com Cc: kris@obsecurity.org, grog@lemis.com, tlambert@primenet.com, mckusick@mckusick.com, mi@misha.privatelabs.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org, fs@FreeBSD.org Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] In-Reply-To: <200105150344.f4F3iVI45699@earth.backplane.com> References: <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010514205836B.jkh@osd.bsdi.com> Date: Mon, 14 May 2001 20:58:36 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 15 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Matt Dillon Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Date: Mon, 14 May 2001 20:44:31 -0700 (PDT) > I have to say, just IMHO, that as much as I like the concept of a > background fsck, I will never ever in my life use the feature. I'll Well, there are fscks and there are fscks. It's my impression that *all* a background fsck on a snapshot will ever do is return free blocks to the freelist. That's it. It won't do any one of the dozens of other crazy things you've probably seen fsck do in cleaning up a badly scrogged filesystem and hence your fear, unless I'm smoking some unusually strong crack, is likely unwarranted. - JKordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21: 8:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id 3862137B424; Mon, 14 May 2001 21:08:30 -0700 (PDT) (envelope-from bsddiy@163.net) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id MAA13554; Tue, 15 May 2001 12:06:02 +0800 Date: Tue, 15 May 2001 12:12:16 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Reply-To: bsddiy@163.net Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <1029181302.20010515121216@163.net> To: Matt Dillon Cc: Kris Kennaway , Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , , , Ruslan Ermilov , Subject: Re[2]: [kris@obsecurity.org: Re: cvs commit: src/etc rc] In-reply-To: <200105150344.f4F3iVI45699@earth.backplane.com> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Matt, Tuesday, May 15, 2001, 11:44:31 AM, you wrote: MD> I have to say, just IMHO, that as much as I like the concept of a MD> background fsck, I will never ever in my life use the feature. I'll MD> use the snapshots, definitely. But not the background fsck. It MD> is plain and simply too dangerous, *especially* on large partitions where MD> one has a lot to lose if something goes wrong. UFS just isn't designed MD> to be able to guarentee recovery, even if softupdates can't fail MD> theoretically. We would need a log or journal to reach the safety MD> factor that something like XFS or ReiserFS can theoretically achieve. Yes, I don't like background fsck too, it is too diffcult to manage, I'll turn it off on my machine. a nice solution is a journal file system. when will FreeBSD have a journal file system? -- Regards, David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21: 9:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90BB437B422; Mon, 14 May 2001 21:09:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F499B68018; Mon, 14 May 2001 21:09:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150409.f4F499B68018@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 21:09:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/xmlppm Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/xmlppm/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 21:09:09 PDT Modified files: textproc Makefile Added files: textproc/xmlppm Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/xmlppm/files patch-Makefile Log: add xmlppm XML-Conscious PPM Compression Revision Changes Path 1.201 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21: 9:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78A3637B42C; Mon, 14 May 2001 21:09:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F49G568061; Mon, 14 May 2001 21:09:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150409.f4F49G568061@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 21:09:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 21:09:16 PDT Modified files: . modules Log: xmlppm --> ports/textproc/xmlppm Revision Changes Path 1.3111 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21:14:36 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id CAE9637B424; Mon, 14 May 2001 21:14:24 -0700 (PDT) (envelope-from bsddiy@163.net) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id MAA13620; Tue, 15 May 2001 12:13:09 +0800 Date: Tue, 15 May 2001 12:19:24 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Reply-To: bsddiy@163.net Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <1549608986.20010515121924@163.net> To: Kris Kennaway Cc: Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , , , Ruslan Ermilov , Subject: Re[2]: [kris@obsecurity.org: Re: cvs commit: src/etc rc] In-reply-To: <20010514202707.B93481@xor.obsecurity.org> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Kris, Tuesday, May 15, 2001, 11:27:07 AM, you wrote: KK> These exceptional cases will be detected in the background, at which KK> point in time the system should attempt to recover from the error KK> rather than let the system continue in an undefined state. The only KK> robust way to get applications to back out and reread corrupted data KK> is to restart them all, which is equivalent to a reboot. KK> Kris how about if your server application has already sent out corrupted data to your client? how to let your client application restart? client may have already committed a transaction according your corrupted price and goods have already been sent out to your customer, how do you let them back to your shop? -- Regards, David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21:17:37 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id D445E37B42C; Mon, 14 May 2001 21:17:28 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B0FCF66C8C; Mon, 14 May 2001 21:17:27 -0700 (PDT) Date: Mon, 14 May 2001 21:17:27 -0700 From: Kris Kennaway To: Jordan Hubbard Cc: dillon@earth.backplane.com, kris@obsecurity.org, grog@lemis.com, tlambert@primenet.com, mckusick@mckusick.com, mi@misha.privatelabs.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org, fs@FreeBSD.org Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010514211727.A94708@xor.obsecurity.org> References: <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> <20010514205836B.jkh@osd.bsdi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514205836B.jkh@osd.bsdi.com>; from jkh@osd.bsdi.com on Mon, May 14, 2001 at 08:58:36PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 08:58:36PM -0700, Jordan Hubbard wrote: > From: Matt Dillon > Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] > Date: Mon, 14 May 2001 20:44:31 -0700 (PDT) >=20 > > I have to say, just IMHO, that as much as I like the concept of a > > background fsck, I will never ever in my life use the feature. I'll >=20 > Well, there are fscks and there are fscks. It's my impression that > *all* a background fsck on a snapshot will ever do is return free > blocks to the freelist. That's it. It won't do any one of the dozens > of other crazy things you've probably seen fsck do in cleaning up a > badly scrogged filesystem and hence your fear, unless I'm smoking some > unusually strong crack, is likely unwarranted. I think thats all it does at the moment -- we started out talking about how to make it barf acceptibly if it found something more, and then someone raised the question of "what if we could make the background fsck process recover from a wider class of errors" (by improving fsck, or rerunning a foreground fsck on the ro volume, etc), to which Terry pointed out that it's still not enough to ensure consistency of the already running system. Kris --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7AK3WWry0BWjoQKURAlqpAKCqmWai6hTKO22IUwaFbLSiuvebLACgvEb+ isyAfKUn1XLLT/VQFAIK420= =22/G -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21:47:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43BD237B422; Mon, 14 May 2001 21:47:15 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4lFO71935; Mon, 14 May 2001 21:47:15 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105150447.f4F4lFO71935@freefall.freebsd.org> From: Nick Sayer Date: Mon, 14 May 2001 21:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet sra.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/14 21:47:15 PDT Modified files: crypto/telnet/libtelnet sra.c Log: If the uid of the attempted authentication is 0 and if the pty is insecure, do not succeed. Copied from login.c. This functionality really should be a PAM module. Revision Changes Path 1.5 +35 -2 src/crypto/telnet/libtelnet/sra.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21:57: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D69637B422; Mon, 14 May 2001 21:57:00 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4v0w72764; Mon, 14 May 2001 21:57:00 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150457.f4F4v0w72764@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 21:57:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/net-http Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 21:57:00 PDT Modified files: net Makefile Added files: net/net-http Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add net-http A library for doing HTTP client-side programming in Guile Revision Changes Path 1.532 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 21:57:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2DDF37B616; Mon, 14 May 2001 21:57:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F4v5w72806; Mon, 14 May 2001 21:57:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105150457.f4F4v5w72806@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 14 May 2001 21:57:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/14 21:57:05 PDT Modified files: . modules Log: net-http --> ports/net/net-http Revision Changes Path 1.3112 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 22:13:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAAAA37B423; Mon, 14 May 2001 22:13:45 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F5Djr76928; Mon, 14 May 2001 22:13:45 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105150513.f4F5Djr76928@freefall.freebsd.org> From: Nick Sayer Date: Mon, 14 May 2001 22:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/14 22:13:45 PDT Modified files: usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y Log: Add battery state monitoring to apmd. The new syntax available in the config file is: apm_battery [0-9]+(%|[Mm) (dis|)charging { ... } The stuff in the braces is the same as the existing case. nn% checks for a certain percentage of life remaining and nnM checks for a cerain number of minutes remaining. Specifying "discharge" means that you're interested in knowing when the battery reaches a certain level while AC power is off, "charging" the opposite. The man page needs to be updated. The code can be fooled. If you SIGHUP the daemon and the battery level matches a rule it will be performed once per SIGHUP. If the battery level matches a rule and you repeatedly apply and take away AC power, the rule will be run once per occurance. This, however, is a feature. :-) The code also only runs when select() times out, so getting APM events more often than the timeout interval will result in the rules not being run. These are things that remain to be overcome. Revision Changes Path 1.5 +166 -9 src/usr.sbin/apmd/apmd.c 1.3 +22 -1 src/usr.sbin/apmd/apmd.h 1.3 +14 -1 src/usr.sbin/apmd/apmdlex.l 1.3 +40 -1 src/usr.sbin/apmd/apmdparse.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 22:21:23 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id D591837B449; Mon, 14 May 2001 22:21:17 -0700 (PDT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 5296B81D06; Tue, 15 May 2001 00:21:07 -0500 (CDT) Date: Tue, 15 May 2001 00:21:07 -0500 From: Bill Fumerola To: David Xu Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010515002107.M37979@elvis.mu.org> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <1549608986.20010515121924@163.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1549608986.20010515121924@163.net>; from bsddiy@163.net on Tue, May 15, 2001 at 12:19:24PM +0800 X-Operating-System: FreeBSD 4.3-FEARSOME-20010328 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 12:19:24PM +0800, David Xu wrote: > how about if your server application has already sent out corrupted > data to your client? how to let your client application restart? > client may have already committed a transaction according your > corrupted price and goods have already been sent out to your customer, > how do you let them back to your shop? what about fairings? doesn't background fsck not take them into account? -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 22:24:30 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 99A4037B422; Mon, 14 May 2001 22:24:23 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1EC0666C8C; Mon, 14 May 2001 22:24:23 -0700 (PDT) Date: Mon, 14 May 2001 22:24:23 -0700 From: Kris Kennaway To: David Xu Cc: Kris Kennaway , Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , fs@FreeBSD.org Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010514222422.B95631@xor.obsecurity.org> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <1549608986.20010515121924@163.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1549608986.20010515121924@163.net>; from bsddiy@163.net on Tue, May 15, 2001 at 12:19:24PM +0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 15, 2001 at 12:19:24PM +0800, David Xu wrote: > how about if your server application has already sent out corrupted > data to your client? how to let your client application restart? > client may have already committed a transaction according your > corrupted price and goods have already been sent out to your customer, > how do you let them back to your shop? Ultimately there are limits to every piece of technology. Let's not go overboard here with the prophecies of doom. Kris --z6Eq5LdranGa6ru8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7AL2GWry0BWjoQKURAkY4AJ9U0zPKjnoHPxxEL4Lkr5mVYWMC/wCg/PBT qwN22HxCSRQyWhgQuqxq594= =LDoI -----END PGP SIGNATURE----- --z6Eq5LdranGa6ru8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 22:44:54 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id CA6F137B422; Mon, 14 May 2001 22:44:48 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f4F5im807379; Mon, 14 May 2001 22:44:48 -0700 (PDT) Date: Mon, 14 May 2001 22:44:48 -0700 From: Alfred Perlstein To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y Message-ID: <20010514224448.K2009@fw.wintelcom.net> References: <200105150513.f4F5Djr76928@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105150513.f4F5Djr76928@freefall.freebsd.org>; from nsayer@FreeBSD.org on Mon, May 14, 2001 at 10:13:45PM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Nick Sayer [010514 22:13] wrote: > nsayer 2001/05/14 22:13:45 PDT > > Modified files: > usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y > Log: > Add battery state monitoring to apmd. ... > > The code can be fooled. If you SIGHUP the daemon and the battery level > matches a rule it will be performed once per SIGHUP. If the battery > level matches a rule and you repeatedly apply and take away AC power, > the rule will be run once per occurance. This, however, is a feature. > :-) The code also only runs when select() times out, so getting APM > events more often than the timeout interval will result in the rules not > being run. These are things that remain to be overcome. I'm not sure of the structure of your rulesets, however if you implement a "last run" timestamp in them you can choose to ignore the events if they fall within N minutes/seconds of the last trigger. -- -Alfred Perlstein - [alfred@freebsd.org] http://www.egr.unlv.edu/~slumos/on-netbsd.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 22:56:43 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 11ADD37B422; Mon, 14 May 2001 22:56:34 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f4F5tY707474; Mon, 14 May 2001 22:55:34 -0700 (PDT) Date: Mon, 14 May 2001 22:55:34 -0700 From: Alfred Perlstein To: David Xu Cc: Kris Kennaway , Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , fs@FreeBSD.org Subject: Re: Re[2]: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010514225533.M2009@fw.wintelcom.net> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <1549608986.20010515121924@163.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1549608986.20010515121924@163.net>; from bsddiy@163.net on Tue, May 15, 2001 at 12:19:24PM +0800 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David Xu [010514 21:14] wrote: > > how about if your server application has already sent out corrupted > data to your client? how to let your client application restart? > client may have already committed a transaction according your > corrupted price and goods have already been sent out to your customer, > how do you let them back to your shop? Assuming your database is a serious production quality system it will implement its own style of data integrity and consistancy checking on top of the filesystems in case it happens to crash. It will use this information to roll-back/fix any corrupted data it fetches. Or at least halt itself and scream for help. :) -- -Alfred Perlstein - [alfred@freebsd.org] http://www.egr.unlv.edu/~slumos/on-netbsd.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 22:59:21 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 346C237B424; Mon, 14 May 2001 22:59:14 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f4F5pxl07444; Mon, 14 May 2001 22:51:59 -0700 (PDT) Date: Mon, 14 May 2001 22:51:59 -0700 From: Alfred Perlstein To: David Xu Cc: Matt Dillon , Kris Kennaway , Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: Re[2]: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010514225159.L2009@fw.wintelcom.net> References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> <1029181302.20010515121216@163.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1029181302.20010515121216@163.net>; from bsddiy@163.net on Tue, May 15, 2001 at 12:12:16PM +0800 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David Xu [010514 21:09] wrote: > Hello Matt, > > Yes, I don't like background fsck too, it is too diffcult to manage, > I'll turn it off on my machine. a nice solution is a journal file > system. Really? A logging filesystem suffers from the same problems that softupdates background fsck does. Basically if you have crash because the disk suddenly starts spewing out errors those areas will remain broken even after the logging filesystem restarts. In fact it's quite possible that a logging filesystem will continue to trip over the same broken sectors unless something like Kirk's proposal is implemented, meaning a system halt followed by a "full" fsck. Of course I don't really expect you to understand any of this as you've proven pretty clue-resistant, I just mention it for the benifit of others who might be able to learn from the knowledge presented here. > when will FreeBSD have a journal file system? As soon as you, David Xu, programmer of the century implements it. bye, -- -Alfred Perlstein - [alfred@freebsd.org] Daemon News Magazine in your snail-mail! http://magazine.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 23: 1:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9347337B505; Mon, 14 May 2001 23:01:20 -0700 (PDT) (envelope-from tshiozak@FreeBSD.org) Received: (from tshiozak@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F61K788386; Mon, 14 May 2001 23:01:20 -0700 (PDT) (envelope-from tshiozak) Message-Id: <200105150601.f4F61K788386@freefall.freebsd.org> From: Takuya SHIOZAKI Date: Mon, 14 May 2001 23:01:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tshiozak 2001/05/14 23:01:20 PDT Added files: lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c Log: initial import of locale insensitive wcs* and wmem* functions. Obtained from: NetBSD and Citrus. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 23:45: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FC6637B42C; Mon, 14 May 2001 23:45:01 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F6j1D95341; Mon, 14 May 2001 23:45:01 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200105150645.f4F6j1D95341@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Mon, 14 May 2001 23:45:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/listmanager Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/05/14 23:45:01 PDT Modified files: mail/listmanager Makefile distinfo pkg-plist Log: Update to listmanager 2.108 and reenable. v2.108 Released May 07, 2001 17:10 (PST) - try to avoid deadlock in LogBounces() by setting a timeout on the OpenDB() call - add config parameter "umask" [suggested by gshapiro@gshapiro.net] - don't set Reply-To: header in NewPending() [suggested by gshapiro@gshapiro.net] - "mailqueue" is now restricted by the "memberlist" command [suggested by gshapiro@gshapiro.net] - make use of the "domain" setting on preselected lists using the mail interface [requested by gshapiro@gshapiro.net] - trim spaces off of possible signature terminators in IdentifyMessage() [suggested by gshapiro@gshapiro.net] - LIBMSK: reimplement Absolute() The following resulted from a code audit by Greg Shapiro of Sendmail, Inc. , whose help is greatly appreciated: - SECURITY: shed privileges when -C is used on the command line - SECURITY: add a popen() wrapper to shed privileges when the command being executed isn't sendmail - SECURITY: bounce requests or mail referring to addresses containing bogus characters, to prevent remote attacks - SECURITY: add some boundary checking in a few places I'd missed - SECURITY: be paranoid and call sendmail with "--" before arguments provided remotely to prevent remote attacks - SECURITY: verify access permissions with lm_access() to prevent unauthorized file giveaways and overwrites - SECURITY: be pedantic about list names to prevent nasty operations - SECURITY: add and begin using lm_safefopen() Revision Changes Path 1.8 +11 -6 ports/mail/listmanager/Makefile 1.6 +5 -4 ports/mail/listmanager/distinfo 1.5 +5 -4 ports/mail/listmanager/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 14 23:48: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 2555737B423; Mon, 14 May 2001 23:47:55 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4F6loj15221; Tue, 15 May 2001 09:47:50 +0300 (EEST) (envelope-from ru) Date: Tue, 15 May 2001 09:47:50 +0300 From: Ruslan Ermilov To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshlogin.c Message-ID: <20010515094750.C14389@sunbay.com> Mail-Followup-To: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105150150.f4F1ofl47171@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105150150.f4F1ofl47171@freefall.freebsd.org>; from green@FreeBSD.org on Mon, May 14, 2001 at 06:50:41PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 06:50:41PM -0700, Brian Feldman wrote: > green 2001/05/14 18:50:41 PDT > > Modified files: > crypto/openssh sshlogin.c > Log: > If a host would exceed 16 characters in the utmp entry, record only > it's IP address/base host instead. > > Submitted by: brian > > Revision Changes Path > 1.3 +2 -2 src/crypto/openssh/sshlogin.c > Cool, thanks! -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 0: 8:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6192137B424; Tue, 15 May 2001 00:08:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F78LP00204; Tue, 15 May 2001 00:08:21 -0700 (PDT) (envelope-from ru) Message-Id: <200105150708.f4F78LP00204@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 00:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/db/hash Makefile.inc hsearch.c src/lib/libc/stdlib hcreate.3 hcreate.c Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 00:08:21 PDT Modified files: lib/libc/db/hash Makefile.inc lib/libc/stdlib Makefile.inc Added files: lib/libc/stdlib hcreate.3 hcreate.c Removed files: lib/libc/db/hash hsearch.c Log: Add new, from scratch implementation of hsearch() et al that actually works. Obtained from: NetBSD MFC after: 1 month Revision Changes Path 1.4 +2 -2 src/lib/libc/db/hash/Makefile.inc 1.27 +5 -4 src/lib/libc/stdlib/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 0:26:27 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id AB0FD37B424; Tue, 15 May 2001 00:26:05 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4F7Q1818606; Tue, 15 May 2001 10:26:01 +0300 (EEST) (envelope-from ru) Date: Tue, 15 May 2001 10:26:01 +0300 From: Ruslan Ermilov To: Joerg Wunsch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/fdread - Imported sources Message-ID: <20010515102601.B16971@sunbay.com> Mail-Followup-To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105142022.f4EKMnQ84359@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105142022.f4EKMnQ84359@freefall.freebsd.org>; from joerg@FreeBSD.org on Mon, May 14, 2001 at 01:22:49PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, May 14, 2001 at 01:22:49PM -0700, Joerg Wunsch wrote: > joerg 2001/05/14 13:22:49 PDT > > src/usr.sbin/fdread - Imported sources > Update of /home/ncvs/src/usr.sbin/fdread > In directory freefall.freebsd.org:/d/home/joerg/fdread > > Log Message: > Initial import of fdread(1), a logical counterpart to fdwrite(1). > > Its main purpose is to adapt automatically to the floppy parameters > (in particular the track size for efficient reading), and to allow a > simple error recovery for CRC-errored sectors. Requires the newly > added fdc(4) options. > > > Status: > > Vendor Tag: JOERG > Release Tags: v20010514 > > N src/usr.sbin/fdread/fdread.c > N src/usr.sbin/fdread/fdread.1 > N src/usr.sbin/fdread/Makefile > > No conflicts created by this import > The attached patch cleans up the manpage formatting. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: fdread.1 =================================================================== RCS file: /home/ncvs/src/usr.sbin/fdread/fdread.1,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 fdread.1 --- fdread.1 2001/05/14 20:22:49 1.1.1.1 +++ fdread.1 2001/05/15 07:24:00 @@ -27,25 +27,24 @@ .\" .\" .Dd May 14, 2001 -.Os FreeBSD +.Os .Dt FDREAD 1 .Sh NAME .Nm fdread .Nd read floppy disks .Sh SYNOPSIS .Nm -.Op Fl q -.Op Fl r +.Op Fl qr .Op Fl d Ar device .Op Fl f Ar fillbyte .Op Fl o Ar file .Sh DESCRIPTION -.Nm Fdread +.Nm reads floppy disks. Effective read blocking based on the track size is performed, and floppy-specific error recovery of otherwise bad blocks can be enabled. .Pp -.Nm Fdread +.Nm will always read an entire floppy medium, and write its contents to the respective output file. Unlike other tools like .Xr dd 1 , @@ -58,9 +57,9 @@ While .Nm is working, kernel error reporting for floppy errors is turned off, so the console and/or syslog are not flooded with kernel error messages. -.Sh Options +.Sh OPTIONS The options are as follows: -.Bl -tag -width XXXX -offset indent +.Bl -tag -width indent .It Fl q Turn on quiet mode. By default, the medium parameters of the device are being written to standard error output, progress will be indicated @@ -75,13 +74,15 @@ stops after the first unrecovered read e .Xr dd 1 does. In recovery mode, however, one of two recovery actions will be taken: -.Bl -bullet -offset indent +.Bl -bullet .It If the error was a CRC error in the data field, the kernel is told to ignore the error, and data are transferred to the output file anyway. -.Em Note that this will cause the erroneous data -.Em to be included in the output file ! +.Bf -emphasis +Note that this will cause the erroneous data +to be included in the output file! +.Ef Still, this is the best recovery action that can be taken at all. .It All other errors are really fatal (usually, the FDC didn't find the @@ -111,15 +112,16 @@ Specify the output file to be By default, the data will be written to standard output. .El .Sh FILES -.Bl -tag -width XXXXXXXX -offset indent +.Bl -tag -width /dev/fd0 .It Pa /dev/fd0 Default device to read from. +.El .Sh DIAGNOSTICS -.Nm Fdread +.Nm sets the exit value according to .Xr sysexits 3 . In recovery mode, the exit value will be set to -.Sy EX_IOERR +.Dv EX_IOERR if any error occurred during processing (even in quiet mode). .Pp Unless running in quiet mode, upon encountering an error, the status @@ -146,12 +148,12 @@ location of the bad block in the output of transfer errors will be printed before exiting. .Sh SEE ALSO .Xr dd 1 , -.Xr fdc 4 , -.Xr fdcontrol 8 , .Xr fdwrite 1 , -.Xr sysexits 3 +.Xr sysexits 3 , +.Xr fdc 4 , +.Xr fdcontrol 8 .Sh HISTORY -.Nm Fdread +.Nm was written mainly to provide a means of recovering at least some of the data on bad media, and to obviate the need to invoke .Xr dd 1 @@ -162,8 +164,7 @@ The command appeared in .Fx 5.0 . .Sh AUTHORS Program and man page by -.ie t J\(:org Wunsch. -.el Joerg Wunsch. +.An J\(:org Wunsch . .Sh BUGS Concurrent traffic on the second floppy drive located at the same FDC will make error recovery attempts pointless, since the FDC status @@ -181,4 +182,4 @@ without errors by trying multiple times. .Pp Bits that are (no longer) available on the floppy medium cannot be guessed by -.Nm fdread . +.Nm . --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 0:38: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by hub.freebsd.org (Postfix) with ESMTP id A9F9C37B424; Tue, 15 May 2001 00:37:57 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (pool0356.cvx21-bradley.dialup.earthlink.net [209.179.193.101]) by hall.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA15748; Tue, 15 May 2001 03:37:39 -0400 (EDT) Message-ID: <3B00DCD7.2E8B404E@mindspring.com> Date: Tue, 15 May 2001 00:37:59 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Boris Popov Cc: Poul-Henning Kamp , current@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Mandatory DEVFS (was cvs commit: src/sys/conf files options ...) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Boris Popov wrote: > > Pending any significant issues, DEVFS will be made mandatory in > > -current on july 1st so that we can start reaping the full > > benefits of having it. > > I'm not sure if this move in the right direction. > Current devfs implementation is weak compared to the static > device entries in the /dev. And sometimes it is better to > have a precreated device nodes in the ufs filesystem. Having > dual interface is not all that hard if you'll spend enough > time on design. Really, you want to make specfs "go away", which you can do, if you have devfs. Another issue is that it is impossible to netboot a FreeBSD image from a number of systems, since those systems can't host a populated FreeBSD /dev, given that they are unable to do the right MAKEDEV thing themselves. It is also not possible for FreeBSD to boot off some non-native FS, such as VFAT32, since you can't make device nodes on a VFAT32 or NTFS (etc.) file system. The backing store issue is totally seperate; it can be handled with an rc.devfs, which you could write today. Eventually, you want to make major and minor numbers "go away" entriely, and use the vnode for the device as the device reference itself. Other than the backing store issue, which would be made easier if someone were to make VFS stacking for union FS' actually work (it's only been what, 7 years now? Do we have to wait out an entire decade?). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 0:58:21 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 4C2D137B422; Tue, 15 May 2001 00:58:11 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F7w8366206; Tue, 15 May 2001 08:58:08 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4F7w7535396; Tue, 15 May 2001 08:58:07 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105150758.f4F7w7535396@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Kris Kennaway Cc: Brian Somers , Alfred Perlstein , Poul-Henning Kamp , Robert Watson , Greg Lehey , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: Destroying and remaking device nodes In-Reply-To: Message from Kris Kennaway of "Mon, 14 May 2001 17:12:10 PDT." <20010514171210.A66354@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <35389.989913486.1@hak.lan.Awfulhak.org> Date: Tue, 15 May 2001 08:58:06 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, May 15, 2001 at 12:54:04AM +0100, Brian Somers wrote: > > > * Poul-Henning Kamp [010514 07:08] wrote: > > > >=20 > > > > I intended to ignore the major and minor arguments in mknod(2), simply > > > > treating it as a request to re-create the named node. > > >=20 > > > It sounds nice, however that's a major POLA violation, no? > >=20 > > I agree. I think mknod should either do as asked or fail, not do=20 > > what the developer thinks the user should have asked. > > The problem is, how do you know the major/minor number of the device, > if you haven't installed MAKEDEV (which is about the only reference I > know of apart from the source)? Yes.... We really don't want to expose the major numbers to userland anyway (they should be hidden away as part of the implementation and maybe allocated on demand). Personally I prefer the ability to simply touch the name (as currently works with the clone handler): # cd dev # ls -l tun* ls: tun*: No such file or directory # touch tun2 # ls -l tun* crw------- 1 root wheel 52, 2 May 15 08:34 tun2 > Kris -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:10:13 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id E5A3137B424; Tue, 15 May 2001 01:10:01 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f4F22pF00878; Mon, 14 May 2001 19:02:52 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200105150202.f4F22pF00878@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes In-reply-to: Your message of "Mon, 14 May 2001 17:12:10 PDT." <20010514171210.A66354@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 May 2001 19:02:51 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, May 15, 2001 at 12:54:04AM +0100, Brian Somers wrote: > > > * Poul-Henning Kamp [010514 07:08] wrote: > > > > > > > > I intended to ignore the major and minor arguments in mknod(2), simply > > > > treating it as a request to re-create the named node. > > > > > > It sounds nice, however that's a major POLA violation, no? > > > > I agree. I think mknod should either do as asked or fail, not do > > what the developer thinks the user should have asked. > > The problem is, how do you know the major/minor number of the device, > if you haven't installed MAKEDEV (which is about the only reference I > know of apart from the source)? You don't care, anymore. The major/minor are all basically obsolete at this juncture. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:18:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F345437B424; Tue, 15 May 2001 01:18:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F8IJd09800; Tue, 15 May 2001 01:18:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105150818.f4F8IJd09800@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 01:18:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 01:18:19 PDT Modified files: x11-toolkits/eel Makefile Log: Primary category is x11-toolkits, not graphics. Revision Changes Path 1.4 +2 -2 ports/x11-toolkits/eel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:25:52 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id BC29237B424; Tue, 15 May 2001 01:25:46 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4F8PUp30167; Tue, 15 May 2001 10:25:30 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: Your message of "Tue, 15 May 2001 01:07:07 BST." <200105150007.f4F077515172@hak.lan.Awfulhak.org> Date: Tue, 15 May 2001 10:25:30 +0200 Message-ID: <30165.989915130@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200105150007.f4F077515172@hak.lan.Awfulhak.org>, Brian Somers write s: >> phk 2001/05/14 01:20:47 PDT >> >> Modified files: >> sys/fs/devfs devfs_vnops.c >> Log: >> After a successfull poll of the cloning functions, match on the >> returned dev_t rather than the original name. >> >> This allows cloning from one name to another which is useful for >> /dev/tty and later for the pty's. >> >> Revision Changes Path >> 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c > >Does this mean that I can catch ``open("/dev/tun")'' and clone (say) >/dev/tun100, returning that ? yes :-) We need a generic ioctl which returns the name of the device, so that we don't have weeds doing that by examining minor numbers popping up all over the place, but otherwise: have at it :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:27: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 1308F37B423; Tue, 15 May 2001 01:26:56 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4F8QKp30194; Tue, 15 May 2001 10:26:23 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Peter Wemm Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: Your message of "Mon, 14 May 2001 17:21:06 PDT." <20010515002106.EC0F8380E@overcee.netplex.com.au> Date: Tue, 15 May 2001 10:26:20 +0200 Message-ID: <30192.989915180@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010515002106.EC0F8380E@overcee.netplex.com.au>, Peter Wemm writes : >Brian Somers wrote: >> > phk 2001/05/14 01:20:47 PDT >> > >> > Modified files: >> > sys/fs/devfs devfs_vnops.c >> > Log: >> > After a successfull poll of the cloning functions, match on the >> > returned dev_t rather than the original name. >> > >> > This allows cloning from one name to another which is useful for >> > /dev/tty and later for the pty's. >> > >> > Revision Changes Path >> > 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c >> >> Does this mean that I can catch ``open("/dev/tun")'' and clone (say) >> /dev/tun100, returning that ? >> >> If so - WOW ! And in no less than -8 lines too ! > >This is how cloning is supposed to work. ie: open /dev/ptymx and it was >as if you had opened /dev/ptyS6, and devname() returns /dev/ptyS6. Right :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:32: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C539C37B424; Tue, 15 May 2001 01:32:01 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F8W1310927; Tue, 15 May 2001 01:32:01 -0700 (PDT) (envelope-from kato) Message-Id: <200105150832.f4F8W1310927@freefall.freebsd.org> From: KATO Takenori Date: Tue, 15 May 2001 01:32:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2001/05/15 01:32:01 PDT Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.450. Revision Changes Path 1.216 +2 -1 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:38:30 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 3E91F37B423; Tue, 15 May 2001 01:38:25 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4F8cPM50181; Tue, 15 May 2001 01:38:25 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 1339C380E; Tue, 15 May 2001 01:38:25 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: <30165.989915130@critter> Date: Tue, 15 May 2001 01:38:25 -0700 From: Peter Wemm Message-Id: <20010515083825.1339C380E@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > In message <200105150007.f4F077515172@hak.lan.Awfulhak.org>, Brian Somers wri te > s: > >> phk 2001/05/14 01:20:47 PDT > >> > >> Modified files: > >> sys/fs/devfs devfs_vnops.c > >> Log: > >> After a successfull poll of the cloning functions, match on the > >> returned dev_t rather than the original name. > >> > >> This allows cloning from one name to another which is useful for > >> /dev/tty and later for the pty's. > >> > >> Revision Changes Path > >> 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c > > > >Does this mean that I can catch ``open("/dev/tun")'' and clone (say) > >/dev/tun100, returning that ? > > yes :-) > > We need a generic ioctl which returns the name of the device, so that > we don't have weeds doing that by examining minor numbers popping up > all over the place, but otherwise: have at it :-) See libc:devname() char * devname(dev, type) { static char buf[SPECNAMELEN + 1]; ... j = sizeof(buf); i = sysctlbyname("kern.devname", buf, &j, &dev, sizeof (dev)); if (i == 0) return buf; } ie: it already exists, and I think you even were the one to write it.. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:49:34 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id B3C3B37B423; Tue, 15 May 2001 01:49:29 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4F8nBp31033; Tue, 15 May 2001 10:49:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Peter Wemm Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: Your message of "Tue, 15 May 2001 01:38:25 PDT." <20010515083825.1339C380E@overcee.netplex.com.au> Date: Tue, 15 May 2001 10:49:11 +0200 Message-ID: <31031.989916551@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010515083825.1339C380E@overcee.netplex.com.au>, Peter Wemm writes : >> >Does this mean that I can catch ``open("/dev/tun")'' and clone (say) >> >/dev/tun100, returning that ? >> >> yes :-) >> >> We need a generic ioctl which returns the name of the device, so that >> we don't have weeds doing that by examining minor numbers popping up >> all over the place, but otherwise: have at it :-) > >See libc:devname() D00H! Yes, we do have it. >ie: it already exists, and I think you even were the one to write it.. DOOOOOH! Yes, I wrote it. I'm getting old I think... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 1:55:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7879237B423; Tue, 15 May 2001 01:55:31 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F8tVD13177; Tue, 15 May 2001 01:55:31 -0700 (PDT) (envelope-from kato) Message-Id: <200105150855.f4F8tVD13177@freefall.freebsd.org> From: KATO Takenori Date: Tue, 15 May 2001 01:55:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2001/05/15 01:55:31 PDT Modified files: sys/pc98/pc98 fd.c Log: Merged from sys/isa/fd.c revision 1.197. Revision Changes Path 1.103 +41 -24 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 2:29:13 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 7B37437B423; Tue, 15 May 2001 02:29:03 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4F9T3M50610; Tue, 15 May 2001 02:29:03 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 30B97380E; Tue, 15 May 2001 02:29:03 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/telnet/libtelnet sra.c In-Reply-To: <200105150447.f4F4lFO71935@freefall.freebsd.org> Date: Tue, 15 May 2001 02:29:03 -0700 From: Peter Wemm Message-Id: <20010515092903.30B97380E@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer wrote: > nsayer 2001/05/14 21:47:15 PDT > > Modified files: > crypto/telnet/libtelnet sra.c > Log: > If the uid of the attempted authentication is 0 and if the pty is > insecure, do not succeed. Copied from login.c. This functionality really > should be a PAM module. This is all hosed at the moment: ===> secure/usr.bin/telnet cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/authenc.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/commands.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/network.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/main.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/ring.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/sys_bsd.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/telnet.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/terminal.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/tn3270.c cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -c /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/utilities.c gzip -cn /home/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/telnet.1 > telnet.1.gz cc -O -pipe -march=k6 -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY -DENCRYPTION -DAUTHENTICATION -I/home/src/secure/usr.bin/telnet/../../../crypto/telnet -DIPSEC -DINET6 -DNO_IDEA -I/usr/obj/home/src/i386/usr/include -o telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o tn3270.o utilities.o -ltermcap /home/obj/home/src/secure/usr.bin/telnet/../../lib/libtelnet/libtelnet.a -lcrypto -lcrypt -lmp -lipsec -lpam /home/obj/home/src/secure/usr.bin/telnet/../../lib/libtelnet/libtelnet.a(sra.o): In function `check_user': sra.o(.text+0xcc1): undefined reference to `line' *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 2:39:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 691AE37B422; Tue, 15 May 2001 02:39:47 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F9dlV19625; Tue, 15 May 2001 02:39:47 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105150939.f4F9dlV19625@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 02:39:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 02:39:47 PDT Modified files: x11-wm/windowmaker Makefile Log: Cleanup MASTER_SITES: - nuke http://jgo.local.net/cool_downloads/wm/ - it doesn't exist anymore; - nuke MASTER_SITE_LOCAL - there is no need in it anymore. Submitted by: dougb Revision Changes Path 1.83 +2 -4 ports/x11-wm/windowmaker/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 2:46:19 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 399EC37B423; Tue, 15 May 2001 02:44:13 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4F9ea063485; Tue, 15 May 2001 12:40:56 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l24.uic-in.net [212.35.189.151]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4F9cl091634; Tue, 15 May 2001 12:38:48 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4F9bib03469; Tue, 15 May 2001 12:37:44 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B00F8E7.31D8340C@FreeBSD.org> Date: Tue, 15 May 2001 12:37:43 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Doug Barton Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-wm/windowmaker Makefile distinfo pkg-plistports/x11-wm/windowmaker/files LINGUAS patch-bc patch-bd patch-bepatch-bf patch-src_config.h.in References: <200105141859.f4EIxR571510@freefall.freebsd.org> <3B004756.97C8475A@yahoo-inc.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > Maxim Sobolev wrote: > > > > sobomax 2001/05/14 11:59:27 PDT > > > > Modified files: > > x11-wm/windowmaker Makefile distinfo pkg-plist > > x11-wm/windowmaker/files LINGUAS > > Removed files: > > x11-wm/windowmaker/files patch-bc patch-bd patch-be patch-bf > > patch-src_config.h.in > > Log: > > Update to 0.65.0. > > > > Revision Changes Path > > 1.82 +5 -8 ports/x11-wm/windowmaker/Makefile > > 1.34 +1 -2 ports/x11-wm/windowmaker/distinfo > > 1.40 +2 -4 ports/x11-wm/windowmaker/pkg-plist > > 1.3 +1 -1 ports/x11-wm/windowmaker/files/LINGUAS > > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/Makefile.diff?&r1=1.81&r2=1.82&f=h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/distinfo.diff?&r1=1.33&r2=1.34&f=h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/pkg-plist.diff?&r1=1.39&r2=1.40&f=h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/x11-wm/windowmaker/files/LINGUAS.diff?&r1=1.2&r2=1.3&f=h > > I'm curious, why did you nuke libwmfun? Because it is in a very strange state. At the time of 0.64.0 some important functionality was removed from it, which makes it impossible to use it with wmakerconf, AFAIK the only tool that can deal with it. This makes inclusion of wmfun almost useless, which is why I nuked it from this release. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 2:52: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 635F637B422; Tue, 15 May 2001 02:52:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F9q4a21022; Tue, 15 May 2001 02:52:04 -0700 (PDT) (envelope-from peter) Message-Id: <200105150952.f4F9q4a21022@freefall.freebsd.org> From: Peter Wemm Date: Tue, 15 May 2001 02:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/15 02:52:03 PDT Modified files: crypto/telnet/telnet telnet.c Log: Hack to work around braindeath in libtelnet:sra.c. The sra.o file references global variables from telnetd, but is also linked into telnet as well. I was tempted to back out the last sra.c change as it is 100% bogus and should be taken out and shot, but for now this bandaid should get world working again. :-( Revision Changes Path 1.9 +3 -2 src/crypto/telnet/telnet/telnet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 2:58: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from barry.mail.mindspring.net (barry.mail.mindspring.net [207.69.200.25]) by hub.freebsd.org (Postfix) with ESMTP id B707F37B422; Tue, 15 May 2001 02:57:57 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (pool0356.cvx21-bradley.dialup.earthlink.net [209.179.193.101]) by barry.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id FAA03113; Tue, 15 May 2001 05:57:44 -0400 (EDT) Message-ID: <3B00FDA9.1203D42F@mindspring.com> Date: Tue, 15 May 2001 02:58:01 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway wrote: > These exceptional cases will be detected in the background, at which > point in time the system should attempt to recover from the error > rather than let the system continue in an undefined state. The only > robust way to get applications to back out and reread corrupted data > is to restart them all, which is equivalent to a reboot. Yes. This is a case where a System V style startup script mechanism, and/or run-levels would be useful. In the first instance, everything that is running at the current run-level can be restarted automatically by looking for the run-level (who -r), and then traversing the startup scripts, feeding them "stop" in reverse order and "start" in forward order, to get the job done. Alternately, a "restart" run level can be specified to inittab itself, and init would "just do whatever is necessary to make the system sane again". In reality, it should never get to the point where it's an issue, or it's too late anyway (I'm not going to be running background fsck on any mission critical systems, and I'm firmly in the "disable it by default" camp). On the other hand, I would not be adverse to having soft updates turned on by default, following a new install or an upgrade... it kind of needs to be a newfs option for that, though. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 3: 7:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31AA137B43C; Tue, 15 May 2001 03:07:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FA7TP25616; Tue, 15 May 2001 03:07:29 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105151007.f4FA7TP25616@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 03:07:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pkgconfig/files patch-pkg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 03:07:28 PDT Modified files: devel/pkgconfig/files patch-pkg.c Log: Don't warn about non-existing {X11,LOCAL}BASE/libdata/pkgconfig. Prompted by: olgeni, ade Revision Changes Path 1.2 +29 -6 ports/devel/pkgconfig/files/patch-pkg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 3:11:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C42437B422; Tue, 15 May 2001 03:11:11 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FABBK26045; Tue, 15 May 2001 03:11:11 -0700 (PDT) (envelope-from roger) Message-Id: <200105151011.f4FABBK26045@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 15 May 2001 03:11:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp defs.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2001/05/15 03:11:10 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp defs.h Log: MFC from 1.61 Allow LQR periods of 1 second and FSM retry periods of 1 second. Approved by: Brian, in Glasgow airport Revision Changes Path 1.52.2.8 +3 -3 src/usr.sbin/ppp/defs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 3:12:29 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 93FBC37B43C for ; Tue, 15 May 2001 03:12:22 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 15060 invoked by uid 1000); 15 May 2001 10:11:43 -0000 Date: Tue, 15 May 2001 13:11:43 +0300 From: Peter Pentchev To: Terry Lambert Cc: Kris Kennaway , Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010515131143.D11592@ringworld.oblivion.bg> Mail-Followup-To: Terry Lambert , Kris Kennaway , Greg Lehey , Terry Lambert , Kirk McKusick , Mikhail Teterin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ruslan Ermilov , fs@FreeBSD.ORG References: <200105132342.QAA21879@beastie.mckusick.com> <200105142334.QAA05923@usr06.primenet.com> <20010515115630.H59553@wantadilla.lemis.com> <20010514193332.A85465@xor.obsecurity.org> <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <3B00FDA9.1203D42F@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B00FDA9.1203D42F@mindspring.com>; from tlambert2@mindspring.com on Tue, May 15, 2001 at 02:58:01AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 02:58:01AM -0700, Terry Lambert wrote: [snip] > > On the other hand, I would not be adverse to having soft > updates turned on by default, following a new install or > an upgrade... it kind of needs to be a newfs option for > that, though. It is.. and in 4.3-RELEASE, the Label Editor gives you the opportunity to create the labels with soft updates turned on. G'luck, Peter -- If I were you, who would be reading this sentence? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 3:20: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEB7E37B423; Tue, 15 May 2001 03:19:58 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FAJww26842; Tue, 15 May 2001 03:19:58 -0700 (PDT) (envelope-from tanimura) Message-Id: <200105151019.f4FAJww26842@freefall.freebsd.org> From: Seigo Tanimura Date: Tue, 15 May 2001 03:19:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c src/sys/netncp ncp_sock.c src/sys/netsmb smb_trantcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tanimura 2001/05/15 03:19:58 PDT Modified files: sys/kern sys_generic.c sys/netncp ncp_sock.c sys/netsmb smb_trantcp.c Log: Back out scanning file descriptors with holding a process lock. selrecord() requires allproc sx in pfind(), resulting in lock order reversal between allproc and a process lock. Revision Changes Path 1.79 +35 -3 src/sys/kern/sys_generic.c 1.6 +17 -3 src/sys/netncp/ncp_sock.c 1.3 +17 -3 src/sys/netsmb/smb_trantcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 4:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA1C37B424; Tue, 15 May 2001 04:36:17 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FBaHv41669; Tue, 15 May 2001 04:36:17 -0700 (PDT) (envelope-from tg) Message-Id: <200105151136.f4FBaHv41669@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 15 May 2001 04:36:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/py-imaging Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/05/15 04:36:17 PDT Modified files: graphics/py-imaging Makefile distinfo Log: Upgrade to 1.1.2. Revision Changes Path 1.13 +2 -2 ports/graphics/py-imaging/Makefile 1.6 +1 -1 ports/graphics/py-imaging/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 5:24:46 2001 Delivered-To: cvs-all@freebsd.org Received: from bilver.wjv.com (dhcp-1-218.n01.orldfl01.us.ra.verio.net [157.238.210.218]) by hub.freebsd.org (Postfix) with ESMTP id 0F3D437B42C; Tue, 15 May 2001 05:24:35 -0700 (PDT) (envelope-from bill@bilver.wjv.com) Received: (from bill@localhost) by bilver.wjv.com (8.11.1/8.11.1) id f4FCLfs45711; Tue, 15 May 2001 08:21:41 -0400 (EDT) (envelope-from bill) Date: Tue, 15 May 2001 08:21:41 -0400 From: Bill Vermillion To: Jordan Hubbard Cc: dillon@earth.backplane.com, kris@obsecurity.org, grog@lemis.com, tlambert@primenet.com, mckusick@mckusick.com, mi@misha.privatelabs.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ru@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] Message-ID: <20010515082141.C45443@wjv.com> Reply-To: bv@wjv.com References: <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> <20010514205836B.jkh@osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514205836B.jkh@osd.bsdi.com>; from jkh@osd.bsdi.com on Mon, May 14, 2001 at 08:58:36PM -0700 Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 08:58:36PM -0700, Jordan Hubbard thus sprach: > From: Matt Dillon > Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] > Date: Mon, 14 May 2001 20:44:31 -0700 (PDT) > > I have to say, just IMHO, that as much as I like the concept > > of a background fsck, I will never ever in my life use the > > feature. I'll > Well, there are fscks and there are fscks. It's my impression that > *all* a background fsck on a snapshot will ever do is return free > blocks to the freelist. That's it. It won't do any one of the dozens > of other crazy things you've probably seen fsck do in cleaning up a > badly scrogged filesystem and hence your fear, unless I'm smoking some > unusually strong crack, is likely unwarranted. I agree. It's the 'fail-safe' approach. On older slower Sys V based 'thingys' I've worked with in the past we'd run fsck -S from cron nightly. That just rebuilt the free list IF and ONLY IF everything else was perfectly ok. -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 5:46:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3267337B423; Tue, 15 May 2001 05:46:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FCkIL51201; Tue, 15 May 2001 05:46:18 -0700 (PDT) (envelope-from nik) Message-Id: <200105151246.f4FCkIL51201@freefall.freebsd.org> From: Nik Clayton Date: Tue, 15 May 2001 05:46:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/05/15 05:46:17 PDT Modified files: en docs.sgml Log: Reference the "Design elements of the FreeBSD VM system" article. Revision Changes Path 1.102 +7 -2 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 6: 7: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E943237B423; Tue, 15 May 2001 06:07:01 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FD71j55787; Tue, 15 May 2001 06:07:01 -0700 (PDT) (envelope-from nyan) Message-Id: <200105151307.f4FD71j55787@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 15 May 2001 06:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/05/15 06:07:01 PDT Modified files: (Branch: RELENG_4) sys/pc98/conf GENERIC Log: Merged from sys/i386/conf/GENERIC revision 1.246.2.25. Revision Changes Path 1.142.2.17 +2 -2 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 6:20:19 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 9B42F37B423; Tue, 15 May 2001 06:20:00 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4FDJv155222; Tue, 15 May 2001 16:19:57 +0300 (EEST) (envelope-from ru) Date: Tue, 15 May 2001 16:19:57 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010515161957.A54414@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org References: <200105141721.f4EHL2056720@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105141721.f4EHL2056720@freefall.freebsd.org>; from ru@FreeBSD.org on Mon, May 14, 2001 at 10:21:02AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > ru 2001/05/14 10:21:02 PDT > > Modified files: > . Makefile.inc1 > Log: > Add kbdcontrol(1) to bootstrap-tools. > This fixes the upgrade path breakage in usr.sbin/sysinstall. > > Revision Changes Path > 1.201 +2 -1 src/Makefile.inc1 > Argh, this doesn't work either. I first tried this with some stuff commented out in Makefile.inc1, and it succeeded. But at the time kbdcontrol is built in bootstrap-tools, ${WORLDTMP}/usr/include is not yet populated, and kbdcontrol.c requires an up-to-date header files. OTOH, the bootstrap-tools are supposed to be built under the host environment, so compiling against CURRENT sources would be a bug. Ideas? -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- [...] cd /CURRENT/usr/src/usr.sbin/kbdcontrol; make obj; make depend; make all; make install /usr/obj/CURRENT/usr/src/i386/CURRENT/usr/src/usr.sbin/kbdcontrol created for /CURRENT/usr/src/usr.sbin/kbdcontrol lex -t /CURRENT/usr/src/usr.sbin/kbdcontrol/lex.l > lex.c rm -f .depend mkdep -f .depend -a -I/CURRENT/usr/src/usr.sbin/kbdcontrol -I/usr/obj/CURRENT/usr/src/i386/usr/include /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c lex.c cd /CURRENT/usr/src/usr.sbin/kbdcontrol; make _EXTRADEPEND echo kbdcontrol: /usr/obj/CURRENT/usr/src/i386/usr/lib/libc.a /usr/obj/CURRENT/usr/src/i386/usr/lib/libl.a >> .depend cc -O -pipe -I/CURRENT/usr/src/usr.sbin/kbdcontrol -I/usr/obj/CURRENT/usr/src/i386/usr/include -c /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `get_entry': /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: `PASTE' undeclared (first use in this function) /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: (Each undeclared identifier is reported only once /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: for each function it appears in.) /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `print_entry': /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:444: `PASTE' undeclared (first use in this function) /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `dump_entry': /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:646: `PASTE' undeclared (first use in this function) *** Error code 1 Stop in /CURRENT/usr/src/usr.sbin/kbdcontrol. *** Error code 1 Stop in /CURRENT/usr/src. *** Error code 1 Stop in /CURRENT/usr/src. *** Error code 1 Stop in /CURRENT/usr/src. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 6:30:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 888FD37B422; Tue, 15 May 2001 06:30:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FDUai58546; Tue, 15 May 2001 06:30:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105151330.f4FDUai58546@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 06:30:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 06:30:36 PDT Modified files: x11-toolkits/py-gnome Makefile pkg-plist Log: Enable gtkhtml module. Revision Changes Path 1.47 +5 -2 ports/x11-toolkits/py-gnome/Makefile 1.18 +5 -1 ports/x11-toolkits/py-gnome/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 7: 1:20 2001 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id DDD8937B422; Tue, 15 May 2001 07:01:06 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14zfNq-000A0z-00; Tue, 15 May 2001 09:01:06 -0500 Date: Tue, 15 May 2001 09:01:06 -0500 From: Ade Lovett To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/py-gnome Makefile pkg-plist Message-ID: <20010515090106.F373@FreeBSD.org> References: <200105151330.f4FDUai58546@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105151330.f4FDUai58546@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, May 15, 2001 at 06:30:36AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 06:30:36AM -0700, Maxim Sobolev wrote: > sobomax 2001/05/15 06:30:36 PDT > > Modified files: > x11-toolkits/py-gnome Makefile pkg-plist > Log: > Enable gtkhtml module. Umm. Given a clean build environment (a la bento), gtkhtml will not be present on the system, and there's no dependency on www/gtkhtml (which would bring in a whole chunk of stuff), so this will fail in the normal case. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 7: 2:35 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 3BD6737B43F; Tue, 15 May 2001 07:02:31 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 3163217D32; Tue, 15 May 2001 08:56:31 -0500 (EST) Date: Tue, 15 May 2001 08:56:31 -0500 From: Will Andrews To: Takuya SHIOZAKI Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... Message-ID: <20010515085630.H11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Takuya SHIOZAKI , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105150601.f4F61K788386@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105150601.f4F61K788386@freefall.freebsd.org>; from tshiozak@FreeBSD.org on Mon, May 14, 2001 at 11:01:20PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 11:01:20PM -0700, Takuya SHIOZAKI wrote: > Log: > initial import of locale insensitive wcs* and wmem* functions. I think you meant "locale sensitive". -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 7: 3:48 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 577F237B422; Tue, 15 May 2001 07:03:44 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 6AD8A17D32; Tue, 15 May 2001 08:57:44 -0500 (EST) Date: Tue, 15 May 2001 08:57:44 -0500 From: Will Andrews To: Gregory Neil Shapiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/listmanager Makefile distinfo pkg-plist Message-ID: <20010515085744.I11113@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Gregory Neil Shapiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105150645.f4F6j1D95341@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105150645.f4F6j1D95341@freefall.freebsd.org>; from gshapiro@FreeBSD.org on Mon, May 14, 2001 at 11:45:01PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 11:45:01PM -0700, Gregory Neil Shapiro wrote: > Log: > Update to listmanager 2.108 and reenable. > > v2.108 Released May 07, 2001 17:10 (PST) [...] Thanks, but none of this stuff belongs in FreeBSD CVS repository. Its intended readers typically look elsewhere for the information. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 7:34:21 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 6F3B237B424; Tue, 15 May 2001 07:33:57 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4FEXsf63571; Tue, 15 May 2001 17:33:54 +0300 (EEST) (envelope-from ru) Date: Tue, 15 May 2001 17:33:54 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Cc: sobomax@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010515173354.B60756@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org, sobomax@FreeBSD.org References: <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010515161957.A54414@sunbay.com>; from ru@FreeBSD.org on Tue, May 15, 2001 at 04:19:57PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, more details on 4.3-STABLE -> 5.0-CURRENT upgrade path breakage. 1. kbdcontrol(1) is used by usr.sbin/sysinstall/Makefile to generate keymap.h with keyboard maps. 2. Recent usr.sbin/sysinstall/Makefile wants to generate keymap.h from "current" keymap sources in ../../share/syscons/keymaps, so it should use "current" kbdcontrol(1) as well because: a) only -CURRENT kbdcontrol(1) understands ${KEYMAP_PATH} b) only "current" kbdcontrol(1) may understand "current" keymap file syntax, as is the keyboard "paste" feature for now. 3. So usr.sbin/kbdcontrol should be in Makefile.inc1:bootstrap-tools. 4. But bootstrap-tools are supposed to be built in a host environment, and -CURRENT kbdcontrol(1) couldn't be built on -STABLE because it requires -CURRENT sys/sys/kbio.h header (the PASTE define). I'm currently testing with -I${.CURDIR}/../../sys added to the kbdcontrol/Makefile, but this is a gross hack. On Tue, May 15, 2001 at 04:19:57PM +0300, Ruslan Ermilov wrote: > On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > > ru 2001/05/14 10:21:02 PDT > > > > Modified files: > > . Makefile.inc1 > > Log: > > Add kbdcontrol(1) to bootstrap-tools. > > This fixes the upgrade path breakage in usr.sbin/sysinstall. > > > > Revision Changes Path > > 1.201 +2 -1 src/Makefile.inc1 > > > Argh, this doesn't work either. I first tried this with some stuff > commented out in Makefile.inc1, and it succeeded. But at the time > kbdcontrol is built in bootstrap-tools, ${WORLDTMP}/usr/include is > not yet populated, and kbdcontrol.c requires an up-to-date header > files. OTOH, the bootstrap-tools are supposed to be built under > the host environment, so compiling against CURRENT sources would > be a bug. Ideas? > > -------------------------------------------------------------- > >>> stage 1: bootstrap tools > -------------------------------------------------------------- > [...] > cd /CURRENT/usr/src/usr.sbin/kbdcontrol; make obj; make depend; make all; make install > /usr/obj/CURRENT/usr/src/i386/CURRENT/usr/src/usr.sbin/kbdcontrol created for /CURRENT/usr/src/usr.sbin/kbdcontrol > lex -t /CURRENT/usr/src/usr.sbin/kbdcontrol/lex.l > lex.c > rm -f .depend > mkdep -f .depend -a -I/CURRENT/usr/src/usr.sbin/kbdcontrol -I/usr/obj/CURRENT/usr/src/i386/usr/include /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c lex.c > cd /CURRENT/usr/src/usr.sbin/kbdcontrol; make _EXTRADEPEND > echo kbdcontrol: /usr/obj/CURRENT/usr/src/i386/usr/lib/libc.a /usr/obj/CURRENT/usr/src/i386/usr/lib/libl.a >> .depend > cc -O -pipe -I/CURRENT/usr/src/usr.sbin/kbdcontrol -I/usr/obj/CURRENT/usr/src/i386/usr/include -c /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `get_entry': > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: `PASTE' undeclared (first use in this function) > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: (Each undeclared identifier is reported only once > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:206: for each function it appears in.) > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `print_entry': > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:444: `PASTE' undeclared (first use in this function) > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c: In function `dump_entry': > /CURRENT/usr/src/usr.sbin/kbdcontrol/kbdcontrol.c:646: `PASTE' undeclared (first use in this function) > *** Error code 1 > > Stop in /CURRENT/usr/src/usr.sbin/kbdcontrol. > *** Error code 1 > > Stop in /CURRENT/usr/src. > *** Error code 1 > > Stop in /CURRENT/usr/src. > *** Error code 1 > > Stop in /CURRENT/usr/src. > > > Cheers, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 7:42:58 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 7058B37B423 for ; Tue, 15 May 2001 07:42:49 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 17564 invoked by uid 1000); 15 May 2001 14:42:04 -0000 Date: Tue, 15 May 2001 17:42:04 +0300 From: Peter Pentchev To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010515174204.P11592@ringworld.oblivion.bg> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org, sobomax@FreeBSD.org References: <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> <20010515173354.B60756@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010515173354.B60756@sunbay.com>; from ru@FreeBSD.org on Tue, May 15, 2001 at 05:33:54PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 05:33:54PM +0300, Ruslan Ermilov wrote: > OK, more details on 4.3-STABLE -> 5.0-CURRENT upgrade path breakage. > > 1. kbdcontrol(1) is used by usr.sbin/sysinstall/Makefile to generate > keymap.h with keyboard maps. > > 2. Recent usr.sbin/sysinstall/Makefile wants to generate keymap.h > from "current" keymap sources in ../../share/syscons/keymaps, > so it should use "current" kbdcontrol(1) as well because: > a) only -CURRENT kbdcontrol(1) understands ${KEYMAP_PATH} > b) only "current" kbdcontrol(1) may understand "current" keymap > file syntax, as is the keyboard "paste" feature for now. > > 3. So usr.sbin/kbdcontrol should be in Makefile.inc1:bootstrap-tools. > > 4. But bootstrap-tools are supposed to be built in a host environment, > and -CURRENT kbdcontrol(1) couldn't be built on -STABLE because it > requires -CURRENT sys/sys/kbio.h header (the PASTE define). > > I'm currently testing with -I${.CURDIR}/../../sys added to the > kbdcontrol/Makefile, but this is a gross hack. Can't you teach sysinstall/Makefile to use the kbdcontrol in ${.OBJDIR}/../kbdcontrol/kbdcontrol instead, and make it somehow depend on kbdcontrol being built beforehand? G'luck, Peter -- This sentence would be seven words long if it were six words shorter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 7:56:16 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id EEB0B37B42C; Tue, 15 May 2001 07:56:06 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA39842; Tue, 15 May 2001 10:56:05 -0400 (EDT) (envelope-from wollman) Date: Tue, 15 May 2001 10:56:05 -0400 (EDT) From: Garrett Wollman Message-Id: <200105151456.KAA39842@khavrinen.lcs.mit.edu> To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... In-Reply-To: <20010515085630.H11113@casimir.physics.purdue.edu> References: <200105150601.f4F61K788386@freefall.freebsd.org> <20010515085630.H11113@casimir.physics.purdue.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > On Mon, May 14, 2001 at 11:01:20PM -0700, Takuya SHIOZAKI wrote: >> Log: >> initial import of locale insensitive wcs* and wmem* functions. > I think you meant "locale sensitive". I don't. The wcs* functions do not depend on locale, only on the definition of wchar_t and wint_t. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 8:11: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 2B9A637B43C; Tue, 15 May 2001 08:10:52 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4FFAgi67765; Tue, 15 May 2001 18:10:42 +0300 (EEST) (envelope-from ru) Date: Tue, 15 May 2001 18:10:42 +0300 From: Ruslan Ermilov To: Peter Pentchev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010515181042.A67205@sunbay.com> References: <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> <20010515173354.B60756@sunbay.com> <20010515174204.P11592@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010515174204.P11592@ringworld.oblivion.bg>; from roam@orbitel.bg on Tue, May 15, 2001 at 05:42:04PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 05:42:04PM +0300, Peter Pentchev wrote: [...] > Can't you teach sysinstall/Makefile to use the kbdcontrol in > ${.OBJDIR}/../kbdcontrol/kbdcontrol instead, and make it somehow > depend on kbdcontrol being built beforehand? > Doing it this way would break cross-platform builds. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 8:49:22 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 434BC37B42C; Tue, 15 May 2001 08:49:17 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4FFn2N30435; Tue, 15 May 2001 09:49:02 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105151549.f4FFn2N30435@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src Makefile.inc1 Cc: Peter Pentchev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Tue, 15 May 2001 18:10:42 +0300." <20010515181042.A67205@sunbay.com> References: <20010515181042.A67205@sunbay.com> <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> <20010515173354.B60756@sunbay.com> <20010515174204.P11592@ringworld.oblivion.bg> Date: Tue, 15 May 2001 09:49:02 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010515181042.A67205@sunbay.com> Ruslan Ermilov writes: : Doing it this way would break cross-platform builds. I'm not seeing this breakage, but I have some simple hacks in my tree. Lemme see if I'm just lucky, or if those hacks actually work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 8:52:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 020D237B423; Tue, 15 May 2001 08:52:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FFqtC75900; Tue, 15 May 2001 08:52:55 -0700 (PDT) (envelope-from ru) Message-Id: <200105151552.f4FFqtC75900@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 08:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 08:52:55 PDT Modified files: share/man/man5 rc.conf.5 Log: mdoc(7) police: sort xrefs. Revision Changes Path 1.104 +3 -3 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 8:57:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2D7A37B422; Tue, 15 May 2001 08:57:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FFv7q76513; Tue, 15 May 2001 08:57:07 -0700 (PDT) (envelope-from ru) Message-Id: <200105151557.f4FFv7q76513@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 08:57:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net gethostbyname.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 08:57:05 PDT Modified files: lib/libc/net gethostbyname.3 Log: mdoc(7) police: sort xrefs. Revision Changes Path 1.21 +2 -2 src/lib/libc/net/gethostbyname.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 8:58:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B65437B422; Tue, 15 May 2001 08:58:31 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FFwVm76745; Tue, 15 May 2001 08:58:31 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200105151558.f4FFwVm76745@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 15 May 2001 08:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/05/15 08:58:31 PDT Modified files: usr.sbin/ypserv Makefile.yp Log: The aliases file now lives in /etc/mail/. PR: misc/26648 MFC after: 3 days Revision Changes Path 1.32 +2 -2 src/usr.sbin/ypserv/Makefile.yp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9: 1:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B603937B422; Tue, 15 May 2001 09:01:41 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FG1fl77145; Tue, 15 May 2001 09:01:41 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200105151601.f4FG1fl77145@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 15 May 2001 09:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/05/15 09:01:41 PDT Modified files: etc/mail Makefile Log: Make the default .mc file be `hostname`.mc if SENDMAIL_MC make.conf knob is not set. This allows admins to create a per-machine configuration file while leaving the freebsd.mc template pristine. Provide a rule to create `hostname`.mc from freebsd.mc if it doesn't exist. PR: misc/26299 MFC after: 8 days Revision Changes Path 1.16 +12 -3 src/etc/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9: 3:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3474937B423; Tue, 15 May 2001 09:03:55 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FG3tt77439; Tue, 15 May 2001 09:03:55 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200105151603.f4FG3tt77439@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 15 May 2001 09:03:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/05/15 09:03:54 PDT Modified files: etc/mail Makefile Log: Allow users to add local Makefile targets. Submitted by: dinoex MFC after: 7 days Revision Changes Path 1.17 +6 -1 src/etc/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9: 4:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7D737B43C; Tue, 15 May 2001 09:03:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FG3xY77475; Tue, 15 May 2001 09:03:59 -0700 (PDT) (envelope-from ru) Message-Id: <200105151603.f4FG3xY77475@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 09:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 09:03:59 PDT Modified files: sbin/disklabel disklabel.8 Log: mdoc(7) police: fix markup in revision 1.27. Revision Changes Path 1.28 +6 -3 src/sbin/disklabel/disklabel.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9: 5:24 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 8FF5337B422; Tue, 15 May 2001 09:05:17 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f4FG5E334300; Tue, 15 May 2001 09:05:14 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: tshiozak@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... In-Reply-To: <200105150601.f4F61K788386@freefall.freebsd.org> References: <200105150601.f4F61K788386@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010515090514N.jkh@osd.bsdi.com> Date: Tue, 15 May 2001 09:05:14 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And there was wild cheering! :-) From: Takuya SHIOZAKI Subject: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... Date: Mon, 14 May 2001 23:01:20 -0700 (PDT) > tshiozak 2001/05/14 23:01:20 PDT > > Added files: > lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c > wcscspn.c wcslcat.c wcslcpy.c wcslen.c > wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c > wcsrchr.c wcsspn.c wcsstr.c wcswidth.c > wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c > wmemmove.c wmemset.c > Log: > initial import of locale insensitive wcs* and wmem* functions. > > Obtained from: NetBSD and Citrus. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9:17:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67C5437B422; Tue, 15 May 2001 09:17:40 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGHef82396; Tue, 15 May 2001 09:17:40 -0700 (PDT) (envelope-from ru) Message-Id: <200105151617.f4FGHef82396@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 09:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 asr.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 09:17:40 PDT Modified files: share/man/man4/man4.i386 asr.4 Log: mdoc(7) police: FreeBSD -> .Fx. Revision Changes Path 1.8 +4 -2 src/share/man/man4/man4.i386/asr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9:32:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F3B37B423; Tue, 15 May 2001 09:32:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FGWP785511; Tue, 15 May 2001 09:32:25 -0700 (PDT) (envelope-from ru) Message-Id: <200105151632.f4FGWP785511@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 09:32:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 diskless.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 09:32:22 PDT Modified files: share/man/man8 diskless.8 Log: Removed duplilcate $FreeBSD$ tag. Revision Changes Path 1.11 +1 -3 src/share/man/man8/diskless.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 9:35:56 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 0FBD137B422; Tue, 15 May 2001 09:35:46 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FEOK071648; Tue, 15 May 2001 17:24:33 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l111.uic-in.net [212.35.189.238]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4FELl002468; Tue, 15 May 2001 17:21:48 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4FEKsW13622; Tue, 15 May 2001 17:20:54 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105151420.f4FEKsW13622@vega.vega.com> Subject: Re: cvs commit: ports/x11-toolkits/py-gnome Makefile pkg-plist To: ade@FreeBSD.ORG (Ade Lovett) Date: Tue, 15 May 2001 17:20:53 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20010515090106.F373@FreeBSD.org> from "Ade Lovett" at May 15, 2001 09:01:06 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Tue, May 15, 2001 at 06:30:36AM -0700, Maxim Sobolev wrote: > > sobomax 2001/05/15 06:30:36 PDT > > > > Modified files: > > x11-toolkits/py-gnome Makefile pkg-plist > > Log: > > Enable gtkhtml module. > > Umm. Given a clean build environment (a la bento), gtkhtml will not > be present on the system, and there's no dependency on www/gtkhtml > (which would bring in a whole chunk of stuff), so this will fail > in the normal case. Actually I've added gtkhtml into LIB_DEPENDS. I supposed that it is obvious from my log, but probably it wasn't. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id C7E8737B422; Tue, 15 May 2001 10:00:25 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14ziBM-0000AS-00; Tue, 15 May 2001 12:00:24 -0500 Date: Tue, 15 May 2001 12:00:24 -0500 From: Ade Lovett To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/py-gnome Makefile pkg-plist Message-ID: <20010515120024.A361@FreeBSD.org> References: <20010515090106.F373@FreeBSD.org> <200105151420.f4FEKsW13622@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105151420.f4FEKsW13622@vega.vega.com>; from sobomax@FreeBSD.ORG on Tue, May 15, 2001 at 05:20:53PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 05:20:53PM +0300, Maxim Sobolev wrote: > Actually I've added gtkhtml into LIB_DEPENDS. I supposed that it is > obvious from my log, but probably it wasn't. That brings in a whole bunch of extra stuff into x11/gnome and out of x11/gnome-fifth toe. If we're going to take this approach, then we should also bring in things like x11-toolkits/gal, which will allow extra functionality for a few ports in x11/gnome. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10: 3:28 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 3CB1B37B423; Tue, 15 May 2001 10:03:19 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id f4FH2EA49076; Tue, 15 May 2001 13:02:14 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20010514211727.A94708@xor.obsecurity.org> References: <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> <20010514205836B.jkh@osd.bsdi.com> <20010514211727.A94708@xor.obsecurity.org> Date: Tue, 15 May 2001 13:02:11 -0400 To: Kris Kennaway , Jordan Hubbard From: Garance A Drosihn Subject: Re: Discussion of Background 'fsck's (was: src/etc rc) Cc: dillon@earth.backplane.com, kris@obsecurity.org, grog@lemis.com, tlambert@primenet.com, mckusick@mckusick.com, mi@misha.privatelabs.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ru@FreeBSD.org, fs@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 9:17 PM -0700 5/14/01, Kris Kennaway wrote: >On Mon, May 14, 2001 at 08:58:36PM -0700, Jordan Hubbard wrote: > > From: Matt Dillon This discussion on background 'fsck's is fascinating and it has a good deal of interesting info in it. Could we have a SUBJECT that at least vaguely indicated what the topic is about? Six months from now, few people will remember that the "subject" was Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10: 4:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82AF737B422; Tue, 15 May 2001 10:04:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FH4Sh91765; Tue, 15 May 2001 10:04:28 -0700 (PDT) (envelope-from ru) Message-Id: <200105151704.f4FH4Sh91765@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 15 May 2001 10:04:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/15 10:04:28 PDT Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Add support for FreeBSD 4.4. Revision Changes Path 1.4 +3 -1 src/gnu/usr.bin/groff/tmac/mdoc.local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10: 9:45 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 76E1D37B424; Tue, 15 May 2001 10:09:39 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f4FH9XB53717; Tue, 15 May 2001 10:09:33 -0700 (PDT) (envelope-from dillon) Date: Tue, 15 May 2001 10:09:33 -0700 (PDT) From: Matt Dillon Message-Id: <200105151709.f4FH9XB53717@earth.backplane.com> To: Jordan Hubbard Cc: kris@obsecurity.org, grog@lemis.com, tlambert@primenet.com, mckusick@mckusick.com, mi@misha.privatelabs.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ru@FreeBSD.ORG, fs@FreeBSD.ORG Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] References: <20010515120558.M59553@wantadilla.lemis.com> <20010514202707.B93481@xor.obsecurity.org> <200105150344.f4F3iVI45699@earth.backplane.com> <20010514205836B.jkh@osd.bsdi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :From: Matt Dillon :Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] :Date: Mon, 14 May 2001 20:44:31 -0700 (PDT) : :> I have to say, just IMHO, that as much as I like the concept of a :> background fsck, I will never ever in my life use the feature. I'll : :Well, there are fscks and there are fscks. It's my impression that :*all* a background fsck on a snapshot will ever do is return free :blocks to the freelist. That's it. It won't do any one of the dozens :of other crazy things you've probably seen fsck do in cleaning up a :badly scrogged filesystem and hence your fear, unless I'm smoking some :unusually strong crack, is likely unwarranted. : :- JKordan The problem isn't what the background fsck does... it's what happens when a corrupted filesystem is mounted r/w and you only find out later that fsck couldn't handle it. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10:14:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0706B37B422; Tue, 15 May 2001 10:14:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHEQ496192; Tue, 15 May 2001 10:14:26 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105151714.f4FHEQ496192@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 10:14:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 10:14:26 PDT Modified files: x11-toolkits/py-gnome Makefile Log: Temporary comment out gtkhtml dependency until right way has been worked out. Pointed out by: ade Revision Changes Path 1.48 +2 -2 ports/x11-toolkits/py-gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10:19:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9946037B424; Tue, 15 May 2001 10:19:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FHJKG96633; Tue, 15 May 2001 10:19:20 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105151719.f4FHJKG96633@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 10:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 10:19:20 PDT Modified files: x11-toolkits/py-gnome pkg-plist Log: Comment out files that belong to gtkhtml module. Revision Changes Path 1.19 +4 -4 ports/x11-toolkits/py-gnome/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10:20:34 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 81A0A37B422; Tue, 15 May 2001 10:20:24 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FHMt075676; Tue, 15 May 2001 20:22:55 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l111.uic-in.net [212.35.189.238]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4FHL6008560; Tue, 15 May 2001 20:21:06 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4FHKCF14769; Tue, 15 May 2001 20:20:12 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105151720.f4FHKCF14769@vega.vega.com> Subject: Re: cvs commit: ports/x11-toolkits/py-gnome Makefile pkg-plist To: ade@FreeBSD.ORG (Ade Lovett) Date: Tue, 15 May 2001 20:20:12 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20010515120024.A361@FreeBSD.org> from "Ade Lovett" at May 15, 2001 12:00:24 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Tue, May 15, 2001 at 05:20:53PM +0300, Maxim Sobolev wrote: > > Actually I've added gtkhtml into LIB_DEPENDS. I supposed that it is > > obvious from my log, but probably it wasn't. > > That brings in a whole bunch of extra stuff into x11/gnome and > out of x11/gnome-fifth toe. If we're going to take this approach, > then we should also bring in things like x11-toolkits/gal, which > will allow extra functionality for a few ports in x11/gnome. OOPS, sorry I've overlooked it. What would you recommend to do in this situation? There is at least one port (pygmy) that will benefit from gtkhtml Python module. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 10:52:26 2001 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 9BDB737B42C; Tue, 15 May 2001 10:52:18 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 14zizZ-0000Fe-00; Tue, 15 May 2001 12:52:17 -0500 Date: Tue, 15 May 2001 12:52:17 -0500 From: Ade Lovett To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/py-gnome Makefile pkg-plist Message-ID: <20010515125217.B361@FreeBSD.org> References: <20010515120024.A361@FreeBSD.org> <200105151720.f4FHKCF14769@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105151720.f4FHKCF14769@vega.vega.com>; from sobomax@FreeBSD.ORG on Tue, May 15, 2001 at 08:20:12PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 08:20:12PM +0300, Maxim Sobolev wrote: > OOPS, sorry I've overlooked it. What would you recommend to > do in this situation? There is at least one port (pygmy) that > will benefit from gtkhtml Python module. For now, can I ask you to back out the change. I'll put a full port list up for x11/gnome and x11/gnome-fifth-toe (with dependencies), and we'll work out a plan to move things around. Given the fact there are already discrepancies between the FreeBSD meta-ports and the Linux versions (lack of nautilus, implying lack of mozilla etc.) I don't have any problems with adjusting the ports to work better for us, but it should be done in a controlled manner with discussion on gnome@FreeBSD.org first. Thanks, -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:12:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2107A37B422; Tue, 15 May 2001 11:12:40 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FICeZ08601; Tue, 15 May 2001 11:12:40 -0700 (PDT) (envelope-from brian) Message-Id: <200105151812.f4FICeZ08601@freefall.freebsd.org> From: Brian Somers Date: Tue, 15 May 2001 11:12:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/15 11:12:38 PDT Modified files: sys/kern tty_tty.c Log: Support /dev/ctty again Submitted by: peter Revision Changes Path 1.35 +9 -4 src/sys/kern/tty_tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:15:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AFFA37B424; Tue, 15 May 2001 11:15:41 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FIFfG08963; Tue, 15 May 2001 11:15:41 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105151815.f4FIFfG08963@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 11:15:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/wmakerconf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 11:15:41 PDT Modified files: x11-wm/wmakerconf Makefile Log: Remove non-existing wmfun library from LIB_DEPENDS. Revision Changes Path 1.28 +2 -3 ports/x11-wm/wmakerconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:18:12 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp02.primenet.com (smtp02.primenet.com [206.165.6.132]) by hub.freebsd.org (Postfix) with ESMTP id CE6C837B42C; Tue, 15 May 2001 11:18:05 -0700 (PDT) (envelope-from tlambert@usr08.primenet.com) Received: (from daemon@localhost) by smtp02.primenet.com (8.9.3/8.9.3) id LAA06717; Tue, 15 May 2001 11:10:26 -0700 (MST) Received: from usr08.primenet.com(206.165.6.208) via SMTP by smtp02.primenet.com, id smtpdAAArYaOan; Tue May 15 11:10:17 2001 Received: (from tlambert@localhost) by usr08.primenet.com (8.8.5/8.8.5) id LAA28967; Tue, 15 May 2001 11:19:07 -0700 (MST) From: Terry Lambert Message-Id: <200105151819.LAA28967@usr08.primenet.com> Subject: Re: [kris@obsecurity.org: Re: cvs commit: src/etc rc] To: bv@wjv.com Date: Tue, 15 May 2001 18:19:07 +0000 (GMT) Cc: jkh@osd.bsdi.com (Jordan Hubbard), dillon@earth.backplane.com, kris@obsecurity.org, grog@lemis.com, tlambert@primenet.com, mckusick@mckusick.com, mi@misha.privatelabs.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ru@FreeBSD.ORG, fs@FreeBSD.ORG In-Reply-To: <20010515082141.C45443@wjv.com> from "Bill Vermillion" at May 15, 2001 08:21:41 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I have to say, just IMHO, that as much as I like the concept > > > of a background fsck, I will never ever in my life use the > > > feature. I'll > > > Well, there are fscks and there are fscks. It's my impression that > > *all* a background fsck on a snapshot will ever do is return free > > blocks to the freelist. That's it. It won't do any one of the dozens > > of other crazy things you've probably seen fsck do in cleaning up a > > badly scrogged filesystem and hence your fear, unless I'm smoking some > > unusually strong crack, is likely unwarranted. > > I agree. It's the 'fail-safe' approach. On older slower Sys V > based 'thingys' I've worked with in the past we'd run > fsck -S from cron nightly. That just rebuilt the free list IF and > ONLY IF everything else was perfectly ok. We would all be much better served by implementing soft read-only; Kirk and Julian and I have discussed this on several occsions; I believe the BSDI version of the code has this, as did the version of the code Matt Day did when he, Mark Muhlestein, Steve Labelle, and I ported the Heidemann framework and FFS and UFS to Windows 95. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:37:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBA3137B423; Tue, 15 May 2001 11:37:23 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FIbNI10889; Tue, 15 May 2001 11:37:23 -0700 (PDT) (envelope-from bmah) Message-Id: <200105151837.f4FIbNI10889@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 15 May 2001 11:37:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/15 11:37:23 PDT Modified files: usr.sbin/pkg_install/version pkg_version.pl Log: Print longer package names. Some of them were running off the right edge of Perl field specifications. PR: bin/26664 Submitted by: philip@eilio.com MFC after: 3 days Revision Changes Path 1.20 +4 -4 src/usr.sbin/pkg_install/version/pkg_version.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:41:49 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [212.135.162.62]) by hub.freebsd.org (Postfix) with ESMTP id 6E1E637B42C; Tue, 15 May 2001 11:41:35 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id 8645637E; Tue, 15 May 2001 19:41:34 +0100 (BST) Date: Tue, 15 May 2001 19:41:34 +0100 From: Josef Karthauser To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y Message-ID: <20010515194134.B5894@tao.org.uk> References: <200105150513.f4F5Djr76928@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105150513.f4F5Djr76928@freefall.freebsd.org>; from nsayer@FreeBSD.org on Mon, May 14, 2001 at 10:13:45PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 14, 2001 at 10:13:45PM -0700, Nick Sayer wrote: > nsayer 2001/05/14 22:13:45 PDT >=20 > Modified files: > usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y=20 > Log: > Add battery state monitoring to apmd. > =20 > The new syntax available in the config file is: > =20 > apm_battery [0-9]+(%|[Mm) (dis|)charging { ... } Is anyone working on equivalent functions for ACPI? Joe --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsBeF0ACgkQXVIcjOaxUBZvJgCff/gRYXagNH0Y19ycAAb1un6q KPsAoKXjWP9tzAlwk9Og5Ap58oKvQ+Oc =b7ez -----END PGP SIGNATURE----- --MfFXiAuoTsnnDAfZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:52:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6866237B422; Tue, 15 May 2001 11:52:41 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FIqf214243; Tue, 15 May 2001 11:52:41 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105151852.f4FIqf214243@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 15 May 2001 11:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/15 11:52:41 PDT Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h Log: Use " |= " to enable special media handling for fxp with no MII, instead of " &= ". Also change the MII PHY device mask to check the correct bits. Cookie to: Andre Albsmeier Pointy hat to: me Revision Changes Path 1.112 +2 -2 src/sys/dev/fxp/if_fxp.c 1.24 +2 -2 src/sys/dev/fxp/if_fxpreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:54:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EA1637B422; Tue, 15 May 2001 11:54:18 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FIsID17261; Tue, 15 May 2001 11:54:18 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105151854.f4FIsID17261@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 15 May 2001 11:54:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/15 11:54:18 PDT Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c if_fxpreg.h Log: MFC; correct support for fxp with 503 SEEQ phy. Revision Changes Path 1.110.2.3 +2 -2 src/sys/dev/fxp/if_fxp.c 1.23.2.3 +2 -2 src/sys/dev/fxp/if_fxpreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 11:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 48A7E37B424; Tue, 15 May 2001 11:58:02 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FJ0S077303; Tue, 15 May 2001 22:00:29 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l79.uic-in.net [212.35.189.206]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4FIwf011474; Tue, 15 May 2001 21:58:41 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4FIvjk15450; Tue, 15 May 2001 21:57:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B017C28.4FFDBCFB@FreeBSD.org> Date: Tue, 15 May 2001 21:57:44 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > > ru 2001/05/14 10:21:02 PDT > > > > Modified files: > > . Makefile.inc1 > > Log: > > Add kbdcontrol(1) to bootstrap-tools. > > This fixes the upgrade path breakage in usr.sbin/sysinstall. > > > > Revision Changes Path > > 1.201 +2 -1 src/Makefile.inc1 > > > Argh, this doesn't work either. I first tried this with some stuff > commented out in Makefile.inc1, and it succeeded. But at the time > kbdcontrol is built in bootstrap-tools, ${WORLDTMP}/usr/include is > not yet populated, and kbdcontrol.c requires an up-to-date header > files. OTOH, the bootstrap-tools are supposed to be built under > the host environment, so compiling against CURRENT sources would > be a bug. Ideas? Perhaps we could rip off the code that dumps keymap file into a little utility on its own and use this utility to bootstrap sysinstall. I could look into this direction if there aren't better ideas. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12: 1:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46E3437B422; Tue, 15 May 2001 12:01:20 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJ1Ke21288; Tue, 15 May 2001 12:01:20 -0700 (PDT) (envelope-from knu) Message-Id: <200105151901.f4FJ1Ke21288@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 15 May 2001 12:01:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-rudl Makefile distinfo pkg-plist ports/devel/ruby-rudl/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/15 12:01:20 PDT Modified files: devel/ruby-rudl Makefile distinfo pkg-plist devel/ruby-rudl/files patch-extconf.rb Log: Update to 0.4. Revision Changes Path 1.5 +3 -3 ports/devel/ruby-rudl/Makefile 1.4 +1 -1 ports/devel/ruby-rudl/distinfo 1.4 +13 -6 ports/devel/ruby-rudl/pkg-plist 1.3 +14 -12 ports/devel/ruby-rudl/files/patch-extconf.rb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12: 2:12 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 0BE1F37B42C; Tue, 15 May 2001 12:02:05 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.3/8.11.3) with ESMTP id f4FJ8u508781; Tue, 15 May 2001 12:08:57 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200105151908.f4FJ8u508781@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Josef Karthauser Cc: Nick Sayer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y In-reply-to: Your message of "Tue, 15 May 2001 19:41:34 BST." <20010515194134.B5894@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 May 2001 12:08:56 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, May 14, 2001 at 10:13:45PM -0700, Nick Sayer wrote: > > nsayer 2001/05/14 22:13:45 PDT > > > > Modified files: > > usr.sbin/apmd apmd.c apmd.h apmdlex.l apmdparse.y > > Log: > > Add battery state monitoring to apmd. > > > > The new syntax available in the config file is: > > > > apm_battery [0-9]+(%|[Mm) (dis|)charging { ... } > > Is anyone working on equivalent functions for ACPI? Yes; I'm just waiting for the next ACPI code drop, as they've rearranged everything (again). This time I am going to beat them at their own game, and put all the files in one directory. 8/ -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12:12:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CDED37B42C; Tue, 15 May 2001 12:12:42 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJCgb25294; Tue, 15 May 2001 12:12:42 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105151912.f4FJCgb25294@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 15 May 2001 12:12:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/15 12:12:39 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Move fxp under the 'miibus' section, and resort. Add label for Gigabit NIC section. Reminded by: Andre Albsmeier Revision Changes Path 1.749.2.53 +6 -3 src/sys/i386/conf/Attic/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12:21:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 581A237B422; Tue, 15 May 2001 12:21:49 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJLnD26219; Tue, 15 May 2001 12:21:49 -0700 (PDT) (envelope-from joerg) Message-Id: <200105151921.f4FJLnD26219@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 15 May 2001 12:21:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-binutils/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/15 12:21:49 PDT Modified files: devel/avr-binutils/files patch-aa Log: Do not, never, nikogda install lib{bfd,opcodes,iberty}.a. They might clash with other binutils ports for different targets, and are not needed to be installed at all. PR: ports/27347 (although with a different approach than suggested) Revision Changes Path 1.2 +29 -3 ports/devel/avr-binutils/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12:36: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3C4E37B424; Tue, 15 May 2001 12:35:57 -0700 (PDT) (envelope-from tshiozak@FreeBSD.org) Received: (from tshiozak@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJZvk27521; Tue, 15 May 2001 12:35:57 -0700 (PDT) (envelope-from tshiozak) Message-Id: <200105151935.f4FJZvk27521@freefall.freebsd.org> From: Takuya SHIOZAKI Date: Tue, 15 May 2001 12:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h wctype.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tshiozak 2001/05/15 12:35:57 PDT Added files: include wchar.h wctype.h Log: initial import of wchar.h and wctype.h Obtained from: NetBSD and Citrus XPG4DL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EBCB37B440; Tue, 15 May 2001 12:41:13 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJfDO30362; Tue, 15 May 2001 12:41:13 -0700 (PDT) (envelope-from gibbs) Message-Id: <200105151941.f4FJfDO30362@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 15 May 2001 12:41:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/05/15 12:41:13 PDT Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: ahc_eisa.c: ahc_pci.c: Prepare for making ahc a module by adding module dependency and version info. aic7770.c: Remove linux header ifdefs. The headers are handled differently in Linux where local includes (those using "'s instead of <>'s) are allowed. Don't map our interrupt until after we are fully setup to handle interrupts. Our interrupt line may be shared so an interrupt could occur at any time. aic7xxx.c: Remove linux header ifdefs. current->curr to avoid Linux's use of current as a #define for the current task on some architectures. Add a helper function, ahc_assert_atn(), for use in message phases we handle manually. This hides the fact that U160 chips with the expected phase matching disabled need to have SCSISIGO updated differently. if (ahc_check_residual(scb) != 0) ahc_calc_residual(scb); else ahc_set_residual(scb, 0); becomes: ahc_update_residual(scb); Modify scsi parity error (or CRC error) handling to reflect expected phase being disabled on U160 chips. Move SELTO handling above BUSFREE handling so we can use the new busfree interrupt behavior on U160 chips. In ahc_build_transfer_msg() filter the period and ppr_options prior to deciding whether a PPR message is required. ppr_options may be forced to zero which will effect our decision. Correct a long standing but latent bug in ahc_find_syncrate(). We could choose a DT only rate even though DT transfers were disabled. In the CAM environment this was unlikely as CAM filters our rate to a non-DT value if the device does not support such rates. When displaing controller characteristics, include the speed of the chip. This way we can modify the transfer speed based on optional features that are enabled/disabled in a particular application. Add support for switching from fully blown tagged queing to just using simple queue tags should the device reject an ordered tag. Remove per-target "current" disconnect and tag queuing enable flags. These should be per-device and are not referenced internally be the driver, so we let the OSM track this state if it needs to. Use SCSI-3 message terminology. aic7xxx.h: The real 7850 does not support Ultra modes, but there are several cards that use the generic 7850 PCI ID even though they are using an Ultra capable chip (7859/7860). We start out with the AHC_ULTRA feature set and then check the DEVSTATUS register to determine if the capability is really present. current -> curr ahc_calc_residual() is no longer static allowing it to be called from ahc_update_residual() in aic7xxx_inline.h. Update some serial eeprom definitions for the latest BIOS versions. aic7xxx.reg: Add a combined DATA_PHASE mask to the SCSIPHASE register definition to simplify some sequencer code. aic7xxx.seq: Take advantage of some performance features available only on the U160 chips. The auto-ack feature allows us to ack data-in phases up to the data-fifo size while the sequencer is still setting up the DMA engine. This greatly reduces read transfer latency and simplifies testing for transfer complete (check SCSIEN only). We also disable the expected phase feature, and enable the new bus free interrupt behavior, to avoid a few instructions. Re-arrange the Ultra2+ data phase handling to allow us to do more work in parallel with the data fifo flushing on a read. On an SDTR, ack the message immediately so the target can prepare the next phase or message byte in parallel with our work to honor the message. aic7xxx_93cx6.c: Remove linux header ifdefs. aic7xxx_freebsd.c: current -> curr Add a module event handler. Handle tag downgrades in our ahc_send_async() handler. We won't be able to downgrade to "basic queuing" until CAM is made aware of this queuing type. aic7xxx_freebsd.h: Include cleanups. Define offsetof if required. Correct a few comments. Update prototype of ahc_send_async(). aic7xxx_inline.h: Implement ahc_update_residual(). aic7xxx_pci.c: Remove linux header ifdefs. Correct a few product strings. Enable several U160 performance enhancing features. Modify Ultra capability determination so we will enable Ultra speeds on devices with a 7850 PCI id that happen to really be a 7859 or 7860. Don't map our interrupt until after we are fully setup to handle interrupts. Our interrupt line may be shared so an interrupt could occur at any time. Revision Changes Path 1.22 +3 -1 src/sys/dev/aic7xxx/ahc_eisa.c 1.42 +3 -1 src/sys/dev/aic7xxx/ahc_pci.c 1.6 +6 -14 src/sys/dev/aic7xxx/aic7770.c 1.75 +166 -156 src/sys/dev/aic7xxx/aic7xxx.c 1.39 +31 -16 src/sys/dev/aic7xxx/aic7xxx.h 1.38 +3 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.117 +153 -67 src/sys/dev/aic7xxx/aic7xxx.seq 1.14 +1 -9 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.25 +48 -8 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.10 +11 -6 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.16 +11 -10 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.15 +25 -33 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12:52:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3659937B422; Tue, 15 May 2001 12:52:45 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJqjb31492; Tue, 15 May 2001 12:52:45 -0700 (PDT) (envelope-from yar) Message-Id: <200105151952.f4FJqjb31492@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 15 May 2001 12:52:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/strace Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/05/15 12:52:45 PDT Modified files: devel Makefile Added files: devel/strace Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: devel/strace. Submitted by: Alex Semenyaka Revision Changes Path 1.536 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 12:53: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23FCA37B61D; Tue, 15 May 2001 12:52:48 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FJqmX31530; Tue, 15 May 2001 12:52:48 -0700 (PDT) (envelope-from yar) Message-Id: <200105151952.f4FJqmX31530@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 15 May 2001 12:52:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/05/15 12:52:48 PDT Modified files: . modules Log: strace --> ports/devel/strace Revision Changes Path 1.3113 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13: 0:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C0B437B422; Tue, 15 May 2001 13:00:39 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FK0dj34328; Tue, 15 May 2001 13:00:39 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105152000.f4FK0dj34328@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 15 May 2001 13:00:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qdraw/files patch-unix_gcc.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/05/15 13:00:39 PDT Modified files: graphics/qdraw/files patch-unix_gcc.mk Log: - Add support for future 4.4 Release Revision Changes Path 1.4 +5 -2 ports/graphics/qdraw/files/patch-unix_gcc.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13: 4:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E27437B423; Tue, 15 May 2001 13:04:07 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FK46Z37749; Tue, 15 May 2001 13:04:06 -0700 (PDT) (envelope-from mi) Message-Id: <200105152004.f4FK46Z37749@freefall.freebsd.org> From: Mikhail Teterin Date: Tue, 15 May 2001 13:04:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tcltls Makefile ports/devel/tcltls/files patch-name X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mi 2001/05/15 13:04:01 PDT Modified files: devel/tcltls Makefile Added files: devel/tcltls/files patch-name Log: Add a patch, which sets the name of the new channel type to "tls". This was happening if the static structures were used, but not when the tlsChannelType structure was created on the fly (as is needed for use with different versions of TCL). Bump up the PORTREVISION. Revision Changes Path 1.5 +2 -1 ports/devel/tcltls/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13: 5:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A99637B422; Tue, 15 May 2001 13:05:20 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FK5K138890; Tue, 15 May 2001 13:05:20 -0700 (PDT) (envelope-from greid) Message-Id: <200105152005.f4FK5K138890@freefall.freebsd.org> From: George C A Reid Date: Tue, 15 May 2001 13:05:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa mss.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/05/15 13:05:19 PDT Modified files: sys/dev/sound/isa mss.c Log: Remove a bogus comment which I forgot to get rid of after testing Revision Changes Path 1.68 +2 -2 src/sys/dev/sound/isa/mss.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13: 7:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A21337B42C; Tue, 15 May 2001 13:07:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FK7Au40622; Tue, 15 May 2001 13:07:10 -0700 (PDT) (envelope-from ache) Message-Id: <200105152007.f4FK7Au40622@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 15 May 2001 13:07:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en includes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/15 13:07:10 PDT Modified files: en includes.sgml Log: Add » « to non-replaceable items list Revision Changes Path 1.42 +3 -1 www/en/includes.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA22D37B422; Tue, 15 May 2001 13:10:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKA8k40877; Tue, 15 May 2001 13:10:08 -0700 (PDT) (envelope-from ache) Message-Id: <200105152010.f4FKA8k40877@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 15 May 2001 13:10:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/15 13:10:08 PDT Modified files: en index.sgml Log: Use » instead of » turned into hardcode Revision Changes Path 1.120 +5 -5 www/en/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:12:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8786937B424; Tue, 15 May 2001 13:12:55 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKCtV41191; Tue, 15 May 2001 13:12:55 -0700 (PDT) (envelope-from ache) Message-Id: <200105152012.f4FKCtV41191@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 15 May 2001 13:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ru includes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/05/15 13:12:55 PDT Modified files: ru includes.sgml Log: Reflect main » « adding Revision Changes Path 1.13 +3 -1 www/ru/includes.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:28:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77A7737B424; Tue, 15 May 2001 13:28:49 -0700 (PDT) (envelope-from tshiozak@FreeBSD.org) Received: (from tshiozak@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKSnj42361; Tue, 15 May 2001 13:28:49 -0700 (PDT) (envelope-from tshiozak) Message-Id: <200105152028.f4FKSnj42361@freefall.freebsd.org> From: Takuya SHIOZAKI Date: Tue, 15 May 2001 13:28:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h wctype.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tshiozak 2001/05/15 13:28:49 PDT Modified files: include wchar.h wctype.h Log: adapt to FreeBSD. - add #define NULL 0 instead of sys/null.h. - enable locale-insensitive functions: wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c - disable some locale-sensitive functions defined in wchar.h temporarily: mbrlen mbrtowc mbsinit mbsrtowcs wcrtomb wcsrtombs wcwidth wcswidth - disable all functions defined in wctype.h temporarily: is* tow* Revision Changes Path 1.2 +13 -2 src/include/wchar.h 1.2 +4 -1 src/include/wctype.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:33: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA1C37B422; Tue, 15 May 2001 13:32:57 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKWvu42683; Tue, 15 May 2001 13:32:57 -0700 (PDT) (envelope-from jdp) Message-Id: <200105152032.f4FKWvu42683@freefall.freebsd.org> From: John Polstra Date: Tue, 15 May 2001 13:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup-devel pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2001/05/15 13:32:57 PDT Modified files: net/cvsup-devel pkg-plist Log: Add a @dirrm for "share/cvsup". PR: ports/27360 Submitted by: David W. Chapman Jr. Revision Changes Path 1.2 +1 -0 ports/net/cvsup-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:34:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 740AB37B422; Tue, 15 May 2001 13:34:20 -0700 (PDT) (envelope-from tshiozak@FreeBSD.org) Received: (from tshiozak@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKYKu42929; Tue, 15 May 2001 13:34:20 -0700 (PDT) (envelope-from tshiozak) Message-Id: <200105152034.f4FKYKu42929@freefall.freebsd.org> From: Takuya SHIOZAKI Date: Tue, 15 May 2001 13:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc wmemchr.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tshiozak 2001/05/15 13:34:20 PDT Modified files: lib/libc/string Makefile.inc wmemchr.3 Log: adapt to FreeBSD. - enable locale-insensitive functions of wchar.h: wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c XXX: wcswidth.c is not enabled yet. - enable wmemchr(3) man page. XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1. Revision Changes Path 1.21 +17 -3 src/lib/libc/string/Makefile.inc 1.2 +5 -3 src/lib/libc/string/wmemchr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:38:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3EB737B424; Tue, 15 May 2001 13:38:46 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKckt43346; Tue, 15 May 2001 13:38:46 -0700 (PDT) (envelope-from yar) Message-Id: <200105152038.f4FKckt43346@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 15 May 2001 13:38:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/05/15 13:38:46 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add a new port contributor: Alex Semenyaka Revision Changes Path 1.414 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:42:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E584637B422; Tue, 15 May 2001 13:42:13 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FKgDS43663; Tue, 15 May 2001 13:42:13 -0700 (PDT) (envelope-from yar) Message-Id: <200105152042.f4FKgDS43663@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 15 May 2001 13:42:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/strace Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yar 2001/05/15 13:42:13 PDT Modified files: devel/strace Makefile Log: Fix the contributor & maintainer's e-mail on his request. Revision Changes Path 1.2 +3 -3 ports/devel/strace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 13:51: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from ajax1.sovam.com (ajax1.sovam.com [194.67.1.172]) by hub.freebsd.org (Postfix) with ESMTP id EE84E37B422; Tue, 15 May 2001 13:51:01 -0700 (PDT) (envelope-from avn@any.ru) Received: from ts9-a104.dial.sovam.com ([195.239.70.104]:1244 "EHLO srv2.any" ident: "root" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: "EDH-RSA-DES-CBC3-SHA keybits 192/192 version TLSv1/SSLv3" TLS-PEER: ) by ajax1.sovam.com with ESMTP id ; Wed, 16 May 2001 00:50:47 +0400 Received: from localhost (avn@localhost) by srv2.any (8.11.3/8.11.3) with ESMTP id f4FKpIP01100; Wed, 16 May 2001 00:51:18 +0400 (MSD) (envelope-from avn@any.ru) Date: Wed, 16 May 2001 00:51:18 +0400 (MSD) From: "Alexey V. Neyman" X-X-Sender: To: Yar Tikhiy Cc: , Subject: Re: cvs commit: ports/devel Makefile ports/devel/strace Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200105151952.f4FJqjb31492@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG äÁ - É ÒÁÚ×Å ÐÒÉ ÜÔÏÍ ÎÅ ÎÁÄÏ ÄÏÂÁ×ÉÔØ × doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml áÌÅËÓÁ? :) # Alexey On Tue, 15 May 2001, Yar Tikhiy wrote: >yar 2001/05/15 12:52:45 PDT > > Modified files: > devel Makefile > Added files: > devel/strace Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > New port: devel/strace. > > Submitted by: Alex Semenyaka > > Revision Changes Path > 1.536 +2 -1 ports/devel/Makefile > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe cvs-all" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 14: 0:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92CEB37B422; Tue, 15 May 2001 14:00:12 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: (from ue@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FL0CJ45403; Tue, 15 May 2001 14:00:12 -0700 (PDT) (envelope-from ue) Message-Id: <200105152100.f4FL0CJ45403@freefall.freebsd.org> From: Udo Erdelhoff Date: Tue, 15 May 2001 14:00:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ue 2001/05/15 14:00:12 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Pick up the sledgehammer used by Nik for rev 1.114, Ben for rev 1.87, and others -- and do some major SGML cleanup. Replace by whatever is appropriate. Reviewed by: alex Inspired by: German FAQ translation, rev. 1.101 Revision Changes Path 1.195 +122 -110 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 14: 2:20 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 3707737B424; Tue, 15 May 2001 14:02:10 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FL4a079359; Wed, 16 May 2001 00:04:37 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l95.uic-in.net [212.35.189.222]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4FL1x130639; Wed, 16 May 2001 00:02:00 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Wed, 16 May 2001 00:02:00 +0300 (EEST) Message-Id: <200105152102.f4FL1x130639@mail.uic-in.net> To: avn@any.ru, yar@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: =?ISO-8859-1?Q?Re:_cvs_commit:_ports/devel_Makefile_ports/devel/strace_Makefile=0A_distinfo_pkg-comment_pkg-descr_pkg-plist?= X-Mailer: Pygmy (v0.5.7) In-Reply-To: Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 16 May 2001 00:51:18 +0400 (MSD), Alexey V. Neyman wrote: > = > =E4=C1 - =C9 =D2=C1=DA=D7=C5 =D0=D2=C9 =DC=D4=CF=CD =CE=C5 =CE=C1=C4=CF = =C4=CF=C2=C1=D7=C9=D4=D8 =D7 > doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml > =E1=CC=C5=CB=D3=C1? :) > = > # Alexey Please avoid sending messages in Russian into public mailing list. -Maxim > = > On Tue, 15 May 2001, Yar Tikhiy wrote: > = > >yar 2001/05/15 12:52:45 PDT > > > > Modified files: > > devel Makefile > > Added files: > > devel/strace Makefile distinfo pkg-comment pkg-descr > > pkg-plist > > Log: > > New port: devel/strace. > > > > Submitted by:=09Alex Semenyaka > > > > Revision Changes Path > > 1.536 +2 -1 ports/devel/Makefile > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe cvs-all" in the body of the message > > > > > = > = > = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 14:42:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 405A437B422; Tue, 15 May 2001 14:42:44 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FLgiJ58647; Tue, 15 May 2001 14:42:44 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105152142.f4FLgiJ58647@freefall.freebsd.org> From: Bill Paul Date: Tue, 15 May 2001 14:42:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_ngereg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/05/15 14:42:44 PDT Modified files: sys/dev/nge if_ngereg.h Log: Adjust the descriptor structures a little by making the software parts be unions with enough padding to make sure they always end up being a multiple of 8 bytes in size, since the 83820/83821 chips require descriptors to be aligned on 64-bit boundaries. I happened to get it right for the 32-bit descriptor/x86 case, but botched everything else. Things should work properle on 32-bit/64-bit platforms now. Note that the 64-bit descriptor format isn't being used currently. Revision Changes Path 1.2 +13 -5 src/sys/dev/nge/if_ngereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15: 2:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 238EA37B42C; Tue, 15 May 2001 15:02:47 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FM2l260242; Tue, 15 May 2001 15:02:47 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152202.f4FM2l260242@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 15:02:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netncp ncp_sock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 15:02:46 PDT Modified files: sys/netncp ncp_sock.c Log: Include sys/lock.h and sys/mutex.h so that this compiles. Revision Changes Path 1.7 +3 -1 src/sys/netncp/ncp_sock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:14:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0668637B423; Tue, 15 May 2001 15:14:50 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMEnP70824; Tue, 15 May 2001 15:14:49 -0700 (PDT) (envelope-from jmz) Message-Id: <200105152214.f4FMEnP70824@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Tue, 15 May 2001 15:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/05/15 15:14:49 PDT Modified files: emulators/mtools Makefile Log: Add a missing man page. Revision Changes Path 1.43 +3 -3 ports/emulators/mtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:19:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE7B37B42C; Tue, 15 May 2001 15:19:51 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMJpo72106; Tue, 15 May 2001 15:19:51 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105152219.f4FMJpo72106@freefall.freebsd.org> From: Bill Paul Date: Tue, 15 May 2001 15:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/05/15 15:19:50 PDT Modified files: sys/dev/nge if_nge.c Log: Fix instance of (struct ti_softc *) that should have been (struct nge_softc *), which the compiler never complained about. I guess it doesn't matter, a pointer is a pointer, but looked weird to me. Revision Changes Path 1.4 +3 -3 src/sys/dev/nge/if_nge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:20:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C795437B424; Tue, 15 May 2001 15:20:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMKi772174; Tue, 15 May 2001 15:20:44 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152220.f4FMKi772174@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 15:20:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 15:20:44 PDT Modified files: sys/vm vm_glue.c Log: - Use PROC_LOCK_ASSERT instead of a direct mtx_assert. - Don't hold Giant in the swapper daemon while we walk the list of processes looking for a process to swap back in. - Don't bother grabbing the sched_lock while checking a process' sleep time in swapout_procs() to ensure that a process has been idle for at least swap_idle_threshold2 before swapping it out. If we lose the race we just let a process stay in memory until the next call of swapout_procs(). - Remove some unneeded spl's, sched_lock does all the locking needed in this case. Revision Changes Path 1.111 +7 -9 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:31:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F21937B42C; Tue, 15 May 2001 15:31:13 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMVC473490; Tue, 15 May 2001 15:31:12 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152231.f4FMVC473490@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 15:31:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ithread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 15:31:12 PDT Modified files: sys/i386/isa ithread.c Log: - Use ICU_LEN rather than NHWI for the size of the array of ithreads. - Remove unneeded include of sys/ipl.h. Revision Changes Path 1.18 +2 -3 src/sys/i386/isa/ithread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:36: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id B147537B42C; Tue, 15 May 2001 15:35:48 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FMcE080506; Wed, 16 May 2001 01:38:17 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l95.uic-in.net [212.35.189.222]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4FMZ1130895; Wed, 16 May 2001 01:35:33 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Wed, 16 May 2001 01:35:33 +0300 (EEST) Message-Id: <200105152235.f4FMZ1130895@mail.uic-in.net> To: ru@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 X-Mailer: Pygmy (v0.5.7) In-Reply-To: <3B017C28.4FFDBCFB@FreeBSD.org> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 15 May 2001 21:57:44 +0300, Maxim Sobolev wrote: > Ruslan Ermilov wrote: > = > > On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote: > > > ru 2001/05/14 10:21:02 PDT > > > > > > Modified files: > > > . Makefile.inc1 > > > Log: > > > Add kbdcontrol(1) to bootstrap-tools. > > > This fixes the upgrade path breakage in usr.sbin/sysinstall. > > > > > > Revision Changes Path > > > 1.201 +2 -1 src/Makefile.inc1 > > > > > Argh, this doesn't work either. I first tried this with some stuff > > commented out in Makefile.inc1, and it succeeded. But at the time > > kbdcontrol is built in bootstrap-tools, ${WORLDTMP}/usr/include is > > not yet populated, and kbdcontrol.c requires an up-to-date header > > files. OTOH, the bootstrap-tools are supposed to be built under > > the host environment, so compiling against CURRENT sources would > > be a bug. Ideas? > = > Perhaps we could rip off the code that dumps keymap > file into a little utility on its own and use this utility to > bootstrap sysinstall. I could look into this > direction if there aren't better ideas. There is at least one easy way - we can check if PASTE is defined and define it to be NOP if it isn't. This would allow to use kbdcontrol as a bootstrap tool on 4-STABLE. See attached patch. -Maxim Index: kbdcontrol.c =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/usr.sbin/kbdcontrol/kbdcontrol.c,v retrieving revision 1.35 diff -d -u -r1.35 kbdcontrol.c --- kbdcontrol.c=092001/05/14 06:15:07=091.35 +++ kbdcontrol.c=092001/05/15 22:31:34 @@ -43,6 +43,10 @@ #include "path.h" #include "lex.h" = +#ifndef PASTE +#define=09PASTE=09NOP=09=09/* For compatibility with previous releases */ +#endif + char ctrl_names[32][4] =3D { =09"nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel", =09"bs ", "ht ", "nl ", "vt ", "ff ", "cr ", "so ", "si ", To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:53:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AD1F37B424; Tue, 15 May 2001 15:53:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMr6W84701; Tue, 15 May 2001 15:53:06 -0700 (PDT) (envelope-from imp) Message-Id: <200105152253.f4FMr6W84701@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 15:53:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 15:53:06 PDT Modified files: usr.sbin/kbdcontrol kbdcontrol.c Log: If PASTE isn't defined, define it as a transitional measure. This allows me to complete make buildworld on my stable machine. Also change termination case to be clearer what is going on while searching for map files. Revision Changes Path 1.36 +14 -7 src/usr.sbin/kbdcontrol/kbdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:54:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B89637B423; Tue, 15 May 2001 15:54:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FMsGo85654; Tue, 15 May 2001 15:54:16 -0700 (PDT) (envelope-from imp) Message-Id: <200105152254.f4FMsGo85654@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 15:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 15:54:16 PDT Modified files: usr.sbin/sysinstall Makefile Log: Save one fork on a buildworld. env FOO=foo bar -> FOO=foo bar. Revision Changes Path 1.111 +2 -2 src/usr.sbin/sysinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 15:56: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 91AC337B424; Tue, 15 May 2001 15:55:54 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4FMtsN73887; Tue, 15 May 2001 16:55:54 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105152255.f4FMtsN73887@harmony.village.org> To: sobomax@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Cc: ru@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Wed, 16 May 2001 01:35:33 +0300." <200105152235.f4FMZ1130895@mail.uic-in.net> References: <200105152235.f4FMZ1130895@mail.uic-in.net> Date: Tue, 15 May 2001 16:55:53 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200105152235.f4FMZ1130895@mail.uic-in.net> Maxim Sobolev writes: : There is at least one easy way - we can check if PASTE : is defined and define it to be NOP if it isn't. This would allow : to use kbdcontrol as a bootstrap tool on 4-STABLE. : : See attached patch. Heh. I came up with this independently. It works. I hope I didn't step on any toes by commiting it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16: 2:32 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 28D6337B422; Tue, 15 May 2001 16:02:26 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4FN2PN73955; Tue, 15 May 2001 17:02:25 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105152302.f4FN2PN73955@harmony.village.org> To: Maxim Sobolev Subject: Re: cvs commit: src Makefile.inc1 Cc: Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG In-reply-to: Your message of "Tue, 15 May 2001 21:57:44 +0300." <3B017C28.4FFDBCFB@FreeBSD.org> References: <3B017C28.4FFDBCFB@FreeBSD.org> <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> Date: Tue, 15 May 2001 17:02:25 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3B017C28.4FFDBCFB@FreeBSD.org> Maxim Sobolev writes: : Perhaps we could rip off the code that dumps keymap file into a : little utility on its own and use this utility to bootstrap : sysinstall. I could look into this direction if there aren't better : ideas. I think your idea of just defining PASTE is the best way to go. I came up with it independently after trying a number of different ideas on how to get around this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:11:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A37937B424; Tue, 15 May 2001 16:11:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNBnT92902; Tue, 15 May 2001 16:11:49 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152311.f4FNBnT92902@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa icu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:11:49 PDT Modified files: sys/i386/isa icu.h Log: Move the definition of HWI_MASK to the i386/isa/icu.h header right next to the definition of ICU_LEN. Revision Changes Path 1.21 +3 -1 src/sys/i386/isa/icu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:14: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F06537B423; Tue, 15 May 2001 16:13:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNDx893155; Tue, 15 May 2001 16:13:59 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152313.f4FNDx893155@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:13:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:13:58 PDT Modified files: sys/kern kern_sig.c Log: - Remove unneeded include of sys/ipl.h. - Require the proc lock be held for killproc() to allow for the vmdaemon to kill a process when memory is exhausted while holding the lock of the process to kill. Revision Changes Path 1.119 +3 -4 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:15:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C158037B423; Tue, 15 May 2001 16:15:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNF6193337; Tue, 15 May 2001 16:15:06 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152315.f4FNF6193337@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:15:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:15:06 PDT Modified files: sys/kern kern_synch.c Log: - Remove unneeded include of sys/ipl.h. - Lock the process before calling killproc() to kill it for exceeding the maximum CPU limit. Revision Changes Path 1.135 +3 -2 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:16:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82B1B37B422; Tue, 15 May 2001 16:16:19 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNGJe93446; Tue, 15 May 2001 16:16:19 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152316.f4FNGJe93446@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:16:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:16:19 PDT Modified files: sys/netgraph ng_tty.c Log: Remove unneeded includes in the i386 case. Revision Changes Path 1.19 +1 -6 src/sys/netgraph/ng_tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:19:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D0D037B422; Tue, 15 May 2001 16:19:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNJrr93922; Tue, 15 May 2001 16:19:53 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152319.f4FNJrr93922@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:19:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:19:52 PDT Modified files: sys/sys proc.h Log: Add a PROC_TRYLOCK() macro to perform a mtx_trylock() on the process lock. Revision Changes Path 1.163 +2 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:22:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 053CB37B424; Tue, 15 May 2001 16:22:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNMWf98854; Tue, 15 May 2001 16:22:32 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152322.f4FNMWf98854@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:22:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c interrupt.c mp_machdep.c src/sys/cam cam_xpt.c src/sys/i386/i386 autoconf.c exception.s machdep.c mp_machdep.c swtch.s sys_machdep.c trap.c src/sys/i386/isa clock.c cy.c intr_machdep.c npx.c rc.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:22:30 PDT Modified files: sys/alpha/alpha autoconf.c interrupt.c mp_machdep.c sys/cam cam_xpt.c sys/i386/i386 autoconf.c exception.s machdep.c mp_machdep.c swtch.s sys_machdep.c trap.c sys/i386/isa clock.c cy.c intr_machdep.c npx.c rc.c sys/ia64/ia64 autoconf.c mp_machdep.c sys/isa sio.c sys/kern kern_clock.c kern_intr.c subr_prof.c sys/netkey keysock.c sys/pc98/i386 machdep.c sys/pc98/pc98 clock.c epsonio.h npx.c sio.c Log: Remove unneeded includes of sys/ipl.h and machine/ipl.h. Revision Changes Path 1.46 +1 -2 src/sys/alpha/alpha/autoconf.c 1.52 +1 -2 src/sys/alpha/alpha/interrupt.c 1.20 +1 -2 src/sys/alpha/alpha/mp_machdep.c 1.111 +1 -3 src/sys/cam/cam_xpt.c 1.156 +1 -2 src/sys/i386/i386/autoconf.c 1.86 +1 -2 src/sys/i386/i386/exception.s 1.451 +1 -2 src/sys/i386/i386/machdep.c 1.157 +1 -2 src/sys/i386/i386/mp_machdep.c 1.113 +1 -2 src/sys/i386/i386/swtch.s 1.57 +1 -2 src/sys/i386/i386/sys_machdep.c 1.186 +1 -2 src/sys/i386/i386/trap.c 1.174 +1 -2 src/sys/i386/isa/clock.c 1.118 +1 -2 src/sys/i386/isa/cy.c 1.55 +1 -2 src/sys/i386/isa/intr_machdep.c 1.98 +1 -2 src/sys/i386/isa/npx.c 1.63 +1 -3 src/sys/i386/isa/rc.c 1.5 +1 -2 src/sys/ia64/ia64/autoconf.c 1.17 +1 -2 src/sys/ia64/ia64/mp_machdep.c 1.331 +1 -2 src/sys/isa/sio.c 1.126 +1 -2 src/sys/kern/kern_clock.c 1.54 +1 -2 src/sys/kern/kern_intr.c 1.45 +1 -2 src/sys/kern/subr_prof.c 1.5 +1 -3 src/sys/netkey/keysock.c 1.217 +1 -2 src/sys/pc98/i386/machdep.c 1.104 +1 -2 src/sys/pc98/pc98/clock.c 1.6 +1 -2 src/sys/pc98/pc98/epsonio.h 1.74 +1 -2 src/sys/pc98/pc98/npx.c 1.151 +1 -2 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:30:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20DA037B422; Tue, 15 May 2001 16:30:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNUfD12498; Tue, 15 May 2001 16:30:41 -0700 (PDT) (envelope-from jhb) Message-Id: <200105152330.f4FNUfD12498@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 16:30:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ipl.h src/sys/i386/include ipl.h src/sys/i386/isa apic_ipl.h icu_ipl.h src/sys/ia64/include ipl.h src/sys/sys ipl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 16:30:40 PDT Removed files: sys/alpha/include ipl.h sys/i386/include ipl.h sys/i386/isa apic_ipl.h icu_ipl.h sys/ia64/include ipl.h sys/sys ipl.h Log: "Sir, the deorbit burn completed succesfully." RIP {sys/machine}/ipl.h. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:34:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3BC37B422; Tue, 15 May 2001 16:34:45 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNYjg15860; Tue, 15 May 2001 16:34:45 -0700 (PDT) (envelope-from imp) Message-Id: <200105152334.f4FNYjg15860@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 16:34:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard mecia.c meciareg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 16:34:45 PDT Added files: sys/pccard mecia.c meciareg.h Log: A new driver for the MECIA. This is the NEC Original PCMCIA controller found in many of the early NOTE98 machines that were produced. This controller is completely unlike the intel 82365, so I've separated it out from the main pcic driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:41: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 330B337B422; Tue, 15 May 2001 16:41:02 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNf2H21445; Tue, 15 May 2001 16:41:02 -0700 (PDT) (envelope-from dd) Message-Id: <200105152341.f4FNf2H21445@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 15 May 2001 16:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/gen getprogname.c setprogname.c getprogname.3 Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/15 16:41:01 PDT Modified files: include stdlib.h lib/libc/gen Makefile.inc Added files: lib/libc/gen getprogname.c setprogname.c getprogname.3 Log: Introduce getprogname(3) and setprogname(3) library calls. These get and set __progname, respectively. Discussed on: -arch (Feb 2001), -audit Reviewed by: -audit Approved by: kris Obtained from: (mostly) NetBSD Revision Changes Path 1.21 +4 -1 src/include/stdlib.h 1.78 +6 -4 src/lib/libc/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:43: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2866F37B422; Tue, 15 May 2001 16:43:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNh3K23613; Tue, 15 May 2001 16:43:03 -0700 (PDT) (envelope-from imp) Message-Id: <200105152343.f4FNh3K23613@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 16:43:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 16:43:02 PDT Modified files: sys/pccard pccard_nbk.c Log: This code touches MD code inappropriately. So we have to include pc98 specific file for pc98. Revision Changes Path 1.32 +6 -1 src/sys/pccard/pccard_nbk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:44: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0BD437B422; Tue, 15 May 2001 16:44:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNi3Q24502; Tue, 15 May 2001 16:44:03 -0700 (PDT) (envelope-from imp) Message-Id: <200105152344.f4FNi3Q24502@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 16:44:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 16:44:03 PDT Modified files: sys/pccard pccard_nbk.c Log: Rev 1.131 was missing: Submitted by: KATO Takenori-san Revision Changes Path 1.33 +1 -1 src/sys/pccard/pccard_nbk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:47:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E90037B42C; Tue, 15 May 2001 16:47:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNlIf27257; Tue, 15 May 2001 16:47:18 -0700 (PDT) (envelope-from imp) Message-Id: <200105152347.f4FNlIf27257@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 16:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 16:47:17 PDT Modified files: sys/conf files.pc98 Log: Add mecia driver definitions. Revision Changes Path 1.196 +2 -1 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:51: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5C1637B422; Tue, 15 May 2001 16:51:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNp1D30743; Tue, 15 May 2001 16:51:01 -0700 (PDT) (envelope-from imp) Message-Id: <200105152351.f4FNp1D30743@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 16:51:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 16:51:01 PDT Modified files: sys/pccard pcic.c Log: The mecia support has moved to the mecia driver, so remove the copy of it here. Revision Changes Path 1.121 +36 -352 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 16:53:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF8F637B423; Tue, 15 May 2001 16:53:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FNrJh32658; Tue, 15 May 2001 16:53:19 -0700 (PDT) (envelope-from imp) Message-Id: <200105152353.f4FNrJh32658@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 16:53:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard meciareg.h pcic98reg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 16:53:19 PDT Modified files: sys/pccard meciareg.h Removed files: sys/pccard pcic98reg.h Log: pcic98reg.h is now contained in meciareg.h. Revision Changes Path 1.2 +2 -2 src/sys/pccard/meciareg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 17:47:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C69637B422; Tue, 15 May 2001 17:47:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G0lSw73124; Tue, 15 May 2001 17:47:28 -0700 (PDT) (envelope-from jhb) Message-Id: <200105160047.f4G0lSw73124@freefall.freebsd.org> From: John Baldwin Date: Tue, 15 May 2001 17:47:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 procfs_machdep.c src/sys/alpha/alpha procfs_machdep.c src/sys/ia64/ia64 procfs_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/05/15 17:47:28 PDT Modified files: sys/i386/i386 procfs_machdep.c sys/alpha/alpha procfs_machdep.c sys/ia64/ia64 procfs_machdep.c Log: Lock the procfs functions for doing a single step and reading/writing registers better. Hold sched_lock not only for checking the flag but also while performing the actual operation to ensure the process doesn't get swapped out by another CPU while we the operation is being performed. Revision Changes Path 1.19 +20 -50 src/sys/i386/i386/procfs_machdep.c 1.8 +17 -29 src/sys/alpha/alpha/procfs_machdep.c 1.6 +17 -28 src/sys/ia64/ia64/procfs_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 18:25:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01DCF37B423; Tue, 15 May 2001 18:25:31 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G1PUF83631; Tue, 15 May 2001 18:25:30 -0700 (PDT) (envelope-from archie) Message-Id: <200105160125.f4G1PUF83631@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 15 May 2001 18:25:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/05/15 18:25:30 PDT Modified files: share/man/man4 ng_one2many.4 Log: Fix typo. Noticed by: ade Revision Changes Path 1.8 +2 -2 src/share/man/man4/ng_one2many.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 18:28: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 789AB37B422; Tue, 15 May 2001 18:28:02 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G1S2P84540; Tue, 15 May 2001 18:28:02 -0700 (PDT) (envelope-from archie) Message-Id: <200105160128.f4G1S2P84540@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 15 May 2001 18:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/05/15 18:28:02 PDT Modified files: (Branch: RELENG_4) share/man/man4 ng_one2many.4 Log: MFC: fix typo. Revision Changes Path 1.1.2.5 +2 -2 src/share/man/man4/ng_one2many.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 18:30:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C7C537B424; Tue, 15 May 2001 18:30:44 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G1UiI86626; Tue, 15 May 2001 18:30:44 -0700 (PDT) (envelope-from archie) Message-Id: <200105160130.f4G1UiI86626@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 15 May 2001 18:30:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/05/15 18:30:43 PDT Modified files: java/jikes Makefile distinfo pkg-plist Log: Update to version 1.14. PR: ports/27301 Revision Changes Path 1.24 +2 -2 ports/java/jikes/Makefile 1.9 +1 -1 ports/java/jikes/distinfo 1.4 +2 -2 ports/java/jikes/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 18:31:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5EA837B422; Tue, 15 May 2001 18:31:45 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G1VjP86812; Tue, 15 May 2001 18:31:45 -0700 (PDT) (envelope-from greid) Message-Id: <200105160131.f4G1VjP86812@freefall.freebsd.org> From: George C A Reid Date: Tue, 15 May 2001 18:31:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/spambnc Makefile distinfo pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/05/15 18:31:45 PDT Modified files: mail/spambnc Makefile distinfo pkg-descr pkg-message pkg-plist Log: o Update to latest version o Add a WWW link o Fix portlint warnings for pkg-message Revision Changes Path 1.5 +23 -9 ports/mail/spambnc/Makefile 1.3 +1 -1 ports/mail/spambnc/distinfo 1.2 +2 -0 ports/mail/spambnc/pkg-descr 1.2 +2 -3 ports/mail/spambnc/pkg-message 1.3 +42 -2 ports/mail/spambnc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 18:57:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A0F337B423; Tue, 15 May 2001 18:57:07 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G1v7K90579; Tue, 15 May 2001 18:57:07 -0700 (PDT) (envelope-from dd) Message-Id: <200105160157.f4G1v7K90579@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 15 May 2001 18:57:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ncr.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/15 18:57:07 PDT Modified files: (Branch: RELENG_4) share/man/man4 ncr.4 Log: MFC 1.12: xref sym(4) Revision Changes Path 1.11.2.1 +3 -2 src/share/man/man4/ncr.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 19: 1:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D41F437B422; Tue, 15 May 2001 19:01:25 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G21P791153; Tue, 15 May 2001 19:01:25 -0700 (PDT) (envelope-from dd) Message-Id: <200105160201.f4G21P791153@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 15 May 2001 19:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/perfmon README X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/15 19:01:25 PDT Modified files: (Branch: RELENG_4) share/examples/perfmon README Log: MFC 1.5: clarify that the mandatory argument is an event number Revision Changes Path 1.4.2.1 +4 -3 src/share/examples/perfmon/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 19: 4:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B14C137B423; Tue, 15 May 2001 19:04:50 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G24oG91476; Tue, 15 May 2001 19:04:50 -0700 (PDT) (envelope-from dd) Message-Id: <200105160204.f4G24oG91476@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 15 May 2001 19:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/15 19:04:50 PDT Modified files: (Branch: RELENG_4) bin/sh sh.1 Log: MFC 1.49: document chdir Revision Changes Path 1.39.2.9 +5 -1 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 19: 6: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E50D37B424; Tue, 15 May 2001 19:05:58 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G25wp94142; Tue, 15 May 2001 19:05:58 -0700 (PDT) (envelope-from dd) Message-Id: <200105160205.f4G25wp94142@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 15 May 2001 19:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 uio.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dd 2001/05/15 19:05:58 PDT Modified files: (Branch: RELENG_4) share/man/man9 uio.9 Log: MFC 1.8: fix typo Revision Changes Path 1.5.2.2 +2 -2 src/share/man/man9/uio.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 19:10: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp5ve.mailsrvcs.net (smtp5vepub.gte.net [206.46.170.26]) by hub.freebsd.org (Postfix) with ESMTP id 84C4B37B422; Tue, 15 May 2001 19:04:13 -0700 (PDT) (envelope-from babkin@bellatlantic.net) Received: from bellatlantic.net (client-151-198-135-5.nnj.dialup.bellatlantic.net [151.198.135.5]) by smtp5ve.mailsrvcs.net (8.9.1/8.9.1) with ESMTP id CAA5859987; Wed, 16 May 2001 02:08:26 GMT Message-ID: <3B01DFF2.87D3649@bellatlantic.net> Date: Tue, 15 May 2001 22:03:30 -0400 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: Kris Kennaway Cc: Brian Somers , Alfred Perlstein , Poul-Henning Kamp , Robert Watson , Greg Lehey , Eric Melville , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Destroying and remaking device nodes References: <200105142354.f4ENs5514952@hak.lan.Awfulhak.org> <20010514171210.A66354@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > On Tue, May 15, 2001 at 12:54:04AM +0100, Brian Somers wrote: > > > * Poul-Henning Kamp [010514 07:08] wrote: > > > > > > > > I intended to ignore the major and minor arguments in mknod(2), simply > > > > treating it as a request to re-create the named node. > > > > > > It sounds nice, however that's a major POLA violation, no? > > > > I agree. I think mknod should either do as asked or fail, not do > > what the developer thinks the user should have asked. > > The problem is, how do you know the major/minor number of the device, > if you haven't installed MAKEDEV (which is about the only reference I > know of apart from the source)? How about making the major and minor arguments optional ? When ran on devfs, mknod would complain and fail if it was given explicit major/minor and create the file if not given. Whan ran on a common filesystem it would work the old way. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 19:52:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC6A537B423; Tue, 15 May 2001 19:52:06 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G2q6r98285; Tue, 15 May 2001 19:52:06 -0700 (PDT) (envelope-from alfred) Message-Id: <200105160252.f4G2q6r98285@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 15 May 2001 19:52:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_taskqueue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/05/15 19:52:06 PDT Modified files: sys/kern subr_taskqueue.c Log: remove include of ipl.h because it no longer exists Revision Changes Path 1.8 +1 -2 src/sys/kern/subr_taskqueue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 20:45:13 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id DDE1C37B422; Tue, 15 May 2001 20:45:08 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4G3ZAf97104; Tue, 15 May 2001 23:35:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 15 May 2001 23:35:09 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mixtim Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI In-Reply-To: <20010514172953.B85839@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 14 May 2001, Mixtim wrote: > On Mon, May 14, 2001 at 12:30:58PM -0400, Robert Watson wrote: > > Yes, people tracking -CURRENT should read both the freebsd-current mailing > > list and the commit messages, but in practice there may be a lag between > > the message being posted and everyone getting to read it. > > Did you think that statement through? You have to actually compile and > install new changes before they become active. So, while it may take a > day or two to get caught up on your email, as long as you start the > compile/install AFTER you finish reading then you won't be suprised. > > Now if you compile/install and only THEN read your email then yes, you > will shoot your leg off. But then its your fault now isn't it. Welcome to reality: not everyone has time read a thousand messages when they go away for three days. All we're asking here is that when people commit stumbling blocks (on purpose or by accident) to the tree, they attempt to make this easily distinguishable from the normal flow of messages so that everyone's life is easier. This allows us to concentrate on getting the real work done (that is, new development and quality improvement), rather than spending our entire time stubbing our toes. Otherwise, you're just wasting people's time. I assure you, if the focus of the project were to become wasting time, there would be lots of other places for developers to go. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 20:47: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 2B25F37B423; Tue, 15 May 2001 20:47:05 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id UAA11497; Tue, 15 May 2001 20:47:04 -0700 Date: Tue, 15 May 2001 20:47:04 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Robert Watson Cc: Mixtim , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG *cough* Are you all still at this? It's like channel surfing past wrestling, going out to the store, taking a quick trip to Hawaii, coming back and picking up the clicker and it's still the same dopey match..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 21:24:14 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 38A1737B423; Tue, 15 May 2001 21:24:10 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4G4O8N75444; Tue, 15 May 2001 22:24:09 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105160424.f4G4O8N75444@harmony.village.org> To: Robert Watson Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI Cc: Mixtim , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 15 May 2001 23:35:09 EDT." References: Date: Tue, 15 May 2001 22:24:08 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Robert Watson writes: : Otherwise, you're just wasting people's time. I assure you, if the focus : of the project were to become wasting time, there would be lots of other : places for developers to go. I try to keep an eye out for things for the UPDATING file, but few people send me a direct entry and HEADS-UP tends to be the only way I know there are problems. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 21:34:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA59437B422; Tue, 15 May 2001 21:34:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G4Yet11537; Tue, 15 May 2001 21:34:40 -0700 (PDT) (envelope-from imp) Message-Id: <200105160434.f4G4Yet11537@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 21:34:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 21:34:40 PDT Modified files: . UPDATING Log: Note recent windows of breakage. Note new ata subsystem. Add additional files for the portmap change. Revision Changes Path 1.143 +21 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 23:14:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07B8C37B424; Tue, 15 May 2001 23:14:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G6EpG30412; Tue, 15 May 2001 23:14:51 -0700 (PDT) (envelope-from imp) Message-Id: <200105160614.f4G6EpG30412@freefall.freebsd.org> From: Warner Losh Date: Tue, 15 May 2001 23:14:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/15 23:14:51 PDT Removed files: sys/pccard pcic.h Log: This file is now obsolete. The #defines in it have never been used and the pcic_devclass no longer is used by pccard.c. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 15 23:58: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96C1A37B42C; Tue, 15 May 2001 23:57:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G6vvo33871; Tue, 15 May 2001 23:57:57 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105160657.f4G6vvo33871@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 15 May 2001 23:57:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/15 23:57:57 PDT Modified files: Mk bsd.sites.mk Log: Pessimise eazel.com - it was officially announced that the company is closing its doors and all online services will be shut down RSN. Revision Changes Path 1.54 +3 -3 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 0:20:26 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 6CEBD37B424; Wed, 16 May 2001 00:20:09 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4G7JlS25747; Wed, 16 May 2001 10:19:47 +0300 (EEST) (envelope-from ru) Date: Wed, 16 May 2001 10:19:47 +0300 From: Ruslan Ermilov To: Warner Losh Cc: Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010516101947.B23288@sunbay.com> Mail-Followup-To: Warner Losh , Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG References: <3B017C28.4FFDBCFB@FreeBSD.org> <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> <3B017C28.4FFDBCFB@FreeBSD.org> <200105152302.f4FN2PN73955@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105152302.f4FN2PN73955@harmony.village.org>; from imp@harmony.village.org on Tue, May 15, 2001 at 05:02:25PM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 05:02:25PM -0600, Warner Losh wrote: > In message <3B017C28.4FFDBCFB@FreeBSD.org> Maxim Sobolev writes: > : Perhaps we could rip off the code that dumps keymap file into a > : little utility on its own and use this utility to bootstrap > : sysinstall. I could look into this direction if there aren't better > : ideas. > > I think your idea of just defining PASTE is the best way to go. I > came up with it independently after trying a number of different ideas > on how to get around this. > FWIW, my gross hack to usr.sbin/kbdcontrol also worked: Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/kbdcontrol/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 2001/03/26 14:40:28 1.8 +++ Makefile 2001/05/16 07:19:20 @@ -3,6 +3,7 @@ PROG= kbdcontrol SRCS= kbdcontrol.c lex.l CFLAGS+= -I${.CURDIR} +CFLAGS+=-I${.CURDIR}/../../sys MAN= kbdcontrol.1 kbdmap.5 MLINKS= kbdmap.5 keymap.5 DPADD= ${LIBL} Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 0:32: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC6C937B423; Wed, 16 May 2001 00:32:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G7W5x39597; Wed, 16 May 2001 00:32:05 -0700 (PDT) (envelope-from imp) Message-Id: <200105160732.f4G7W5x39597@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 00:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pccard pcic_isa.c pcicvar.h pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 00:32:05 PDT Modified files: sys/conf files sys/pccard pcic.c Added files: sys/pccard pcic_isa.c pcicvar.h Log: Separate out isa attachment to its own file. The pci attachment will soon attach directly to pcic rather than the kludge pci-pcic device we have now. In some ways, this is similar to the work PAO3 did to try to support cardbus bridges. In some ways different. This and future commits will be taking from the spirit of many of those changes. pcicvar.h is completely different from the pcicvar.h that appeared in PAO3, but similar in concept. Revision Changes Path 1.517 +2 -1 src/sys/conf/files 1.122 +13 -85 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 0:36: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD4C937B422; Wed, 16 May 2001 00:35:56 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G7Zuq40110; Wed, 16 May 2001 00:35:56 -0700 (PDT) (envelope-from imp) Message-Id: <200105160735.f4G7Zuq40110@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 00:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/oldcard Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 00:35:56 PDT Modified files: sys/modules/oldcard Makefile Log: Catch up with some recent changes: 1) pcic_isa.c 2) For pc98, add mecia driver and -DPC98 to command line. 3) pcic_p.c -> pcic_pci.c Revision Changes Path 1.6 +7 -2 src/sys/modules/oldcard/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 0:52: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CD98437B42C; Wed, 16 May 2001 00:51:53 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4G7pqN77048; Wed, 16 May 2001 01:51:53 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105160751.f4G7pqN77048@harmony.village.org> To: Ruslan Ermilov Subject: Re: cvs commit: src Makefile.inc1 Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Wed, 16 May 2001 10:19:47 +0300." <20010516101947.B23288@sunbay.com> References: <20010516101947.B23288@sunbay.com> <3B017C28.4FFDBCFB@FreeBSD.org> <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> <3B017C28.4FFDBCFB@FreeBSD.org> <200105152302.f4FN2PN73955@harmony.village.org> Date: Wed, 16 May 2001 01:51:52 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010516101947.B23288@sunbay.com> Ruslan Ermilov writes: : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: I tend to dislike adding ../../sys to the includes list since they might not be compatible with the host's sys files used to build libc. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 1:36: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 7E85237B423; Wed, 16 May 2001 01:35:46 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4G8bw086271; Wed, 16 May 2001 11:38:03 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l72.uic-in.net [212.35.189.199]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4G8Zx031582; Wed, 16 May 2001 11:36:00 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4G8Z7k17755; Wed, 16 May 2001 11:35:07 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B023BBA.6917A7A9@FreeBSD.org> Date: Wed, 16 May 2001 11:35:06 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Warner Losh Cc: ru@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <200105152235.f4FMZ1130895@mail.uic-in.net> <200105152255.f4FMtsN73887@harmony.village.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > In message <200105152235.f4FMZ1130895@mail.uic-in.net> Maxim Sobolev writes: > : There is at least one easy way - we can check if PASTE > : is defined and define it to be NOP if it isn't. This would allow > : to use kbdcontrol as a bootstrap tool on 4-STABLE. > : > : See attached patch. > > Heh. I came up with this independently. It works. I hope I didn't > step on any toes by commiting it. ;) Great minds think alike, you know. 8-) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 1:38:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B34AC37B422; Wed, 16 May 2001 01:38:11 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G8cBI48301; Wed, 16 May 2001 01:38:11 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200105160838.f4G8cBI48301@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 16 May 2001 01:38:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtkyahoo Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/05/16 01:38:11 PDT Modified files: net/gtkyahoo Makefile distinfo pkg-plist Log: Upgrade to version 0.17. Approved by: (MAINTAINER) Revision Changes Path 1.5 +4 -3 ports/net/gtkyahoo/Makefile 1.2 +1 -1 ports/net/gtkyahoo/distinfo 1.2 +10 -0 ports/net/gtkyahoo/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 1:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 75FD137B423; Wed, 16 May 2001 01:48:34 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA27849; Wed, 16 May 2001 18:48:30 +1000 Date: Wed, 16 May 2001 18:47:12 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Ruslan Ermilov Cc: Peter Pentchev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <20010515181042.A67205@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 15 May 2001, Ruslan Ermilov wrote: > On Tue, May 15, 2001 at 05:42:04PM +0300, Peter Pentchev wrote: > [...] > > Can't you teach sysinstall/Makefile to use the kbdcontrol in > > ${.OBJDIR}/../kbdcontrol/kbdcontrol instead, and make it somehow > > depend on kbdcontrol being built beforehand? > > > Doing it this way would break cross-platform builds. Even running kbdcontrol might break cross-platform builds. Consider running it on a host platform of Linux. It might fail attempting to do a keyboard ioctl in its initalization. However, kbdcontrol -L might work because it doesn't actually do any keyboard control. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 042D937B424; Wed, 16 May 2001 02:00:00 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4G8xix35261; Wed, 16 May 2001 11:59:44 +0300 (EEST) (envelope-from ru) Date: Wed, 16 May 2001 11:59:44 +0300 From: Ruslan Ermilov To: Takuya SHIOZAKI Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string Makefile.inc wmemchr.3 Message-ID: <20010516115944.D33123@sunbay.com> Mail-Followup-To: Takuya SHIOZAKI , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105152034.f4FKYKu42929@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105152034.f4FKYKu42929@freefall.freebsd.org>; from tshiozak@FreeBSD.org on Tue, May 15, 2001 at 01:34:20PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 15, 2001 at 01:34:20PM -0700, Takuya SHIOZAKI wrote: [...] > - enable wmemchr(3) man page. > XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1. > When I worked on -mdocNG, I tried to build a single standards database which would be accepted by all BSDs. I have contacted a number of people from both NetBSD and OpenBSD, but no one replied. BTW, we do have -isoC-99. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2:17:50 2001 Delivered-To: cvs-all@freebsd.org Received: from sol.serv.u-szeged.hu (sol.serv.u-szeged.hu [160.114.51.3]) by hub.freebsd.org (Postfix) with ESMTP id 1507E37B424; Wed, 16 May 2001 02:17:45 -0700 (PDT) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.serv.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id LAA00496; Wed, 16 May 2001 11:17:42 +0200 (MEST) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 14zxR6-0001gg-00; Wed, 16 May 2001 11:17:40 +0200 Date: Wed, 16 May 2001 11:17:40 +0200 From: Szilveszter Adam To: cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010516111740.B2510@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , cvs-all@FreeBSD.org, current@FreeBSD.org References: <20010515181042.A67205@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Wed, May 16, 2001 at 06:47:12PM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 06:47:12PM +1000, Bruce Evans wrote: > On Tue, 15 May 2001, Ruslan Ermilov wrote: > > > On Tue, May 15, 2001 at 05:42:04PM +0300, Peter Pentchev wrote: > > [...] > > > Can't you teach sysinstall/Makefile to use the kbdcontrol in > > > ${.OBJDIR}/../kbdcontrol/kbdcontrol instead, and make it somehow > > > depend on kbdcontrol being built beforehand? > > > > > Doing it this way would break cross-platform builds. > > Even running kbdcontrol might break cross-platform builds. Consider > running it on a host platform of Linux. It might fail attempting to > do a keyboard ioctl in its initalization. However, kbdcontrol -L > might work because it doesn't actually do any keyboard control. I think that cross-platform means compilation between i386 and alpha (and possibly others) not different OS's:-) (Although admittedly you can build Debian CDs on FreeBSD with linux emulation way better than you can build say a -STABLE release on a -CURRENT box... ) -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2:28:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B232C37B423; Wed, 16 May 2001 02:28:51 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9Spb55560; Wed, 16 May 2001 02:28:51 -0700 (PDT) (envelope-from des) Message-Id: <200105160928.f4G9Spb55560@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 16 May 2001 02:28:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/05/16 02:28:51 PDT Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.pl Log: Change the order in which we check out the ports root and index to work around a CVS bug. Also add some missing options to usage() and help() and alphabetize them properly, and show the usage string if no arguments were specified on the command line. Revision Changes Path 1.8 +2 -2 ports/misc/porteasy/Makefile 1.11 +20 -11 ports/misc/porteasy/src/porteasy.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2:40:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62A3837B422; Wed, 16 May 2001 02:40:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9eD456753; Wed, 16 May 2001 02:40:13 -0700 (PDT) (envelope-from ru) Message-Id: <200105160940.f4G9eD456753@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 02:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 02:40:13 PDT Modified files: usr.sbin/kbdcontrol kbdcontrol.1 Log: mdoc(7) police: double spaces in plain text chunks aren't good. Revision Changes Path 1.28 +2 -2 src/usr.sbin/kbdcontrol/kbdcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2:43: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF4C37B422; Wed, 16 May 2001 02:42:55 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9gt857085; Wed, 16 May 2001 02:42:55 -0700 (PDT) (envelope-from demon) Message-Id: <200105160942.f4G9gt857085@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 16 May 2001 02:42:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql-navigator Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/05/16 02:42:55 PDT Modified files: databases/mysql-navigator Makefile distinfo Log: Upgrade to 1.1.0 Revision Changes Path 1.12 +2 -2 ports/databases/mysql-navigator/Makefile 1.7 +1 -1 ports/databases/mysql-navigator/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2:43:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12AFC37B422; Wed, 16 May 2001 02:43:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9hnL57206; Wed, 16 May 2001 02:43:49 -0700 (PDT) (envelope-from ru) Message-Id: <200105160943.f4G9hnL57206@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 02:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 02:43:48 PDT Modified files: usr.sbin/syslogd syslogd.8 Log: mdoc(7) police: uppercase abbreviations in revision 1.34. Revision Changes Path 1.35 +5 -5 src/usr.sbin/syslogd/syslogd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 2:50:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDAB437B42C; Wed, 16 May 2001 02:50:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4G9oE358016; Wed, 16 May 2001 02:50:14 -0700 (PDT) (envelope-from ru) Message-Id: <200105160950.f4G9oE358016@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 02:50:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e acl_get_entry.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 02:50:13 PDT Modified files: lib/libc/posix1e acl_get_entry.3 Log: mdoc(7) police: fix markup. Revision Changes Path 1.3 +6 -5 src/lib/libc/posix1e/acl_get_entry.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 3:18:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 287DB37B422; Wed, 16 May 2001 03:18:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GAIQN63384; Wed, 16 May 2001 03:18:26 -0700 (PDT) (envelope-from ru) Message-Id: <200105161018.f4GAIQN63384@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 03:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nl nl.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 03:18:25 PDT Modified files: usr.bin/nl nl.1 Log: mdoc(7) police: fix markup (demonstrates new -xwidth modifier). Revision Changes Path 1.3 +27 -27 src/usr.bin/nl/nl.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 3:30: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BBF137B42C; Wed, 16 May 2001 03:29:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GATqa64391; Wed, 16 May 2001 03:29:52 -0700 (PDT) (envelope-from ru) Message-Id: <200105161029.f4GATqa64391@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 03:29:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/digictl digictl.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 03:29:51 PDT Modified files: usr.sbin/digictl digictl.8 Log: mdoc(7) police: fix markup and spelling. Revision Changes Path 1.2 +18 -14 src/usr.sbin/digictl/digictl.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 3:39:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C8C637B42C; Wed, 16 May 2001 03:39:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GAdg265386; Wed, 16 May 2001 03:39:42 -0700 (PDT) (envelope-from ru) Message-Id: <200105161039.f4GAdg265386@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 03:39:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 nge.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 03:39:42 PDT Modified files: share/man/man4 nge.4 Log: mdoc(7) police: fix markup and spelling. Revision Changes Path 1.2 +33 -34 src/share/man/man4/nge.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 3:59: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 72D2437B424; Wed, 16 May 2001 03:58:56 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.3/8.11.3) with ESMTP id f4GAwJq13041; Wed, 16 May 2001 12:58:30 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200105161058.f4GAwJq13041@gratis.grondar.za> To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_krb5 COPYRIGHT Makefile README TODO compat_heimdal.c pam_krb5.8 pam_krb5.h pam_krb5_acct.c pam_krb5_auth.c pam_krb5_pass.c pam_krb5_sess.c support.c ... References: <5l1ypry257.fsf@assaris.sics.se> In-Reply-To: <5l1ypry257.fsf@assaris.sics.se> ; from Assar Westerlund "15 May 2001 00:52:20 +0200." Date: Wed, 16 May 2001 12:00:11 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Mark Murray writes: > > There is an issue with kerberosIV and kerberos5 - if both are > > being built, then static linking fails with duplicate symbols. > > This will take a bit of work to sort out in the kerberii. > > What symbols are duplicated? From roken? It was the version string stuff (libvers IIRC) M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4: 1:24 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id D4D1337B424; Wed, 16 May 2001 04:01:07 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.3/8.11.3) with ESMTP id f4GB0Tq13101; Wed, 16 May 2001 13:00:32 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200105161100.f4GB0Tq13101@gratis.grondar.za> To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/kerberos5/lib/libroken Makefile References: <5lwv7jwnjl.fsf@assaris.sics.se> In-Reply-To: <5lwv7jwnjl.fsf@assaris.sics.se> ; from Assar Westerlund "15 May 2001 00:53:02 +0200." Date: Wed, 16 May 2001 12:02:17 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Er, why? :-) > > Because otherwise you cannot link programs against libkrb5. I agree > that having to link against libroken is sub-optimal but it's the > current state of affairs. It might then be an idea to get libroken broken out into its own library in (say) src/contrib, and make kerberosIV also use it. Even better is to deprecate it completely and merge its contents into libc and/or libkrb5. What say you? M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4: 5:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A961037B423; Wed, 16 May 2001 04:05:06 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GB56h73129; Wed, 16 May 2001 04:05:06 -0700 (PDT) (envelope-from markm) Message-Id: <200105161105.f4GB56h73129@freefall.freebsd.org> From: Mark Murray Date: Wed, 16 May 2001 04:05:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam pam_static.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/05/16 04:05:05 PDT Modified files: contrib/libpam/libpam pam_static.c Log: Fix problem with static linking: > Script started on Sat May 12 22:18:47 2001 > ttyp1:bde@gamplex:/usr/src/libexec/rshd> rsh localhost ls > rcmd: localhost: Undefined error: 0 Reported by: bde Revision Changes Path 1.4 +2 -2 src/contrib/libpam/libpam/pam_static.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4:13:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1A5337B423; Wed, 16 May 2001 04:13:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBDG576271; Wed, 16 May 2001 04:13:16 -0700 (PDT) (envelope-from phk) Message-Id: <200105161113.f4GBDG576271@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 16 May 2001 04:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall killall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/05/16 04:13:16 PDT Modified files: usr.bin/killall killall.c Log: Fix an array which was too small. PR: 27380 Submitted by: Samuel Greear Revision Changes Path 1.13 +2 -2 src/usr.bin/killall/killall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4:15: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C777437B424; Wed, 16 May 2001 04:15:02 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBF2u76525; Wed, 16 May 2001 04:15:02 -0700 (PDT) (envelope-from brian) Message-Id: <200105161115.f4GBF2u76525@freefall.freebsd.org> From: Brian Somers Date: Wed, 16 May 2001 04:15:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/16 04:15:02 PDT Modified files: . modules Log: digictl --> src/usr.sbin/digictl Revision Changes Path 1.3114 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4:15:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48B3F37B423; Wed, 16 May 2001 04:15:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBFok76605; Wed, 16 May 2001 04:15:50 -0700 (PDT) (envelope-from brian) Message-Id: <200105161115.f4GBFok76605@freefall.freebsd.org> From: Brian Somers Date: Wed, 16 May 2001 04:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/digictl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/16 04:15:50 PDT Modified files: usr.sbin/digictl Makefile Log: Remove forgotten -Wall Reminded by: ru Revision Changes Path 1.2 +1 -2 src/usr.sbin/digictl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4:24: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 2D8BF37B422; Wed, 16 May 2001 04:23:58 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4GBNr251652; Wed, 16 May 2001 14:23:53 +0300 (EEST) (envelope-from ru) Date: Wed, 16 May 2001 14:23:53 +0300 From: Ruslan Ermilov To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/killall killall.c Message-ID: <20010516142352.A51524@sunbay.com> Mail-Followup-To: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105161113.f4GBDG576271@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105161113.f4GBDG576271@freefall.freebsd.org>; from phk@FreeBSD.org on Wed, May 16, 2001 at 04:13:16AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 04:13:16AM -0700, Poul-Henning Kamp wrote: > phk 2001/05/16 04:13:16 PDT > > Modified files: > usr.bin/killall killall.c > Log: > Fix an array which was too small. > > PR: 27380 > Submitted by: Samuel Greear > > Revision Changes Path > 1.13 +2 -2 src/usr.bin/killall/killall.c > But the problem was reported against -STABLE, why did you close the PR then? Are you planning to MFC this soon? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4:38:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ADF937B43C; Wed, 16 May 2001 04:38:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBcKD78343; Wed, 16 May 2001 04:38:20 -0700 (PDT) (envelope-from ru) Message-Id: <200105161138.f4GBcKD78343@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 04:38:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 04:38:19 PDT Modified files: include Makefile Log: Install wchar.h and wctype.h. Forgotten by: tshiozak Revision Changes Path 1.134 +2 -2 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 4:41:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CF6D37B422; Wed, 16 May 2001 04:41:38 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GBfcA78731; Wed, 16 May 2001 04:41:38 -0700 (PDT) (envelope-from tg) Message-Id: <200105161141.f4GBfcA78731@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 16 May 2001 04:41:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-html Makefile ports/lang/python-doc-html/files plist-html-2.1.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/05/16 04:41:37 PDT Modified files: lang/python-doc-html Makefile Added files: lang/python-doc-html/files plist-html-2.1.diff Log: Fix PLIST for Python-2.1 docs. Revision Changes Path 1.12 +9 -2 ports/lang/python-doc-html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 5: 9:12 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 422D937B422; Wed, 16 May 2001 05:09:01 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4GC8xp56481; Wed, 16 May 2001 15:08:59 +0300 (EEST) (envelope-from ru) Date: Wed, 16 May 2001 15:08:58 +0300 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.libnames.mk Message-ID: <20010516150858.B53244@sunbay.com> Mail-Followup-To: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105141145.f4EBjHM11584@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105141145.f4EBjHM11584@freefall.freebsd.org>; from markm@FreeBSD.org on Mon, May 14, 2001 at 04:45:17AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 04:45:17AM -0700, Mark Murray wrote: > markm 2001/05/14 04:45:17 PDT > > Modified files: > share/mk bsd.libnames.mk > Log: > Kerberos updates for PAM. > > Revision Changes Path > 1.42 +14 -4 src/share/mk/bsd.libnames.mk > Again, this ${.OBJDIR} in MINUSLPAM looks obnoxious. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 5:16:29 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 231E337B423; Wed, 16 May 2001 05:16:24 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f4GCGEp46233; Wed, 16 May 2001 14:16:14 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/killall killall.c In-Reply-To: Your message of "Wed, 16 May 2001 14:23:53 +0300." <20010516142352.A51524@sunbay.com> Date: Wed, 16 May 2001 14:16:14 +0200 Message-ID: <46231.990015374@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010516142352.A51524@sunbay.com>, Ruslan Ermilov writes: >On Wed, May 16, 2001 at 04:13:16AM -0700, Poul-Henning Kamp wrote: >> phk 2001/05/16 04:13:16 PDT >> >> Modified files: >> usr.bin/killall killall.c >> Log: >> Fix an array which was too small. >> >> PR: 27380 >> Submitted by: Samuel Greear >> >> Revision Changes Path >> 1.13 +2 -2 src/usr.bin/killall/killall.c >> >But the problem was reported against -STABLE, why did you >close the PR then? Are you planning to MFC this soon? Yes, I'll MFC this. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 5:20:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B97B37B422; Wed, 16 May 2001 05:20:29 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GCKTe84870; Wed, 16 May 2001 05:20:29 -0700 (PDT) (envelope-from des) Message-Id: <200105161220.f4GCKTe84870@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 16 May 2001 05:20:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile distinfo pkg-plist pkg-install ports/www/linux-opera/files opera.sh patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/05/16 05:20:29 PDT Modified files: www/linux-opera Makefile distinfo pkg-plist www/linux-opera/files patch-aa Added files: www/linux-opera/files opera.sh Removed files: www/linux-opera pkg-install Log: Opera 5.0 for Linux has now been released. Revision Changes Path 1.11 +8 -6 ports/www/linux-opera/Makefile 1.7 +1 -1 ports/www/linux-opera/distinfo 1.7 +3 -2 ports/www/linux-opera/pkg-plist 1.4 +75 -78 ports/www/linux-opera/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 6: 1:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A2A537B422; Wed, 16 May 2001 06:01:18 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GD1I290003; Wed, 16 May 2001 06:01:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105161301.f4GD1I290003@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 May 2001 06:01:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/salias Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/16 06:01:18 PDT Modified files: misc Makefile Added files: misc/salias Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add salias A command-line tool to alias arguments of other programs Revision Changes Path 1.345 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 6: 1:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B92937B624; Wed, 16 May 2001 06:01:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GD1MN90039; Wed, 16 May 2001 06:01:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105161301.f4GD1MN90039@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 May 2001 06:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/16 06:01:22 PDT Modified files: . modules Log: salias --> ports/misc/salias Revision Changes Path 1.3115 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 6: 1:44 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 8889537B631; Wed, 16 May 2001 06:01:27 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f4GCtUl43203; Wed, 16 May 2001 13:55:30 +0100 (BST) (envelope-from nik) Date: Wed, 16 May 2001 13:54:09 +0100 From: Nik Clayton To: Udo Erdelhoff Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20010516135409.A42826@catkin.nothing-going-on.org> References: <200105152100.f4FL0CJ45403@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105152100.f4FL0CJ45403@freefall.freebsd.org>; from ue@FreeBSD.org on Tue, May 15, 2001 at 02:00:12PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 15, 2001 at 02:00:12PM -0700, Udo Erdelhoff wrote: > Pick up the sledgehammer used by Nik for rev 1.114, Ben for rev 1.87, a= nd > others -- and do some major SGML cleanup. Replace > by whatever is appropriate. Excellent :-) N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsCeGgACgkQk6gHZCw343U91gCeNYhzp+YVGSJwtXzR81BQY30D NpEAniEr3Hp1nrOb3TgnVguifyLy4HpC =Lhb3 -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 6:53:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F18637B422; Wed, 16 May 2001 06:53:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GDrKL63706; Wed, 16 May 2001 06:53:20 -0700 (PDT) (envelope-from ru) Message-Id: <200105161353.f4GDrKL63706@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 06:53:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 06:53:20 PDT Modified files: usr.bin/find find.1 Log: mdoc(7) police: fix markup. Revision Changes Path 1.35 +256 -199 src/usr.bin/find/find.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 6:56:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F0D237B423; Wed, 16 May 2001 06:56:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GDufj75983; Wed, 16 May 2001 06:56:41 -0700 (PDT) (envelope-from ru) Message-Id: <200105161356.f4GDufj75983@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 06:56:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 06:56:41 PDT Modified files: (Branch: RELENG_4) usr.bin/find find.1 Log: MFC: (rev 1.35) mdoc(7) police: fix markup. Revision Changes Path 1.23.2.10 +256 -199 src/usr.bin/find/find.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 6:59:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF1AA37B422; Wed, 16 May 2001 06:59:17 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GDxHF86104; Wed, 16 May 2001 06:59:17 -0700 (PDT) (envelope-from ade) Message-Id: <200105161359.f4GDxHF86104@freefall.freebsd.org> From: Ade Lovett Date: Wed, 16 May 2001 06:59:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/16 06:59:17 PDT Modified files: x11-toolkits/py-gnome Makefile Log: Remove --with-gtkhtml fully. PORTREVISION bumped. Discovered by: gnome-builder automated script Revision Changes Path 1.49 +3 -4 ports/x11-toolkits/py-gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7: 9: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA38437B42C; Wed, 16 May 2001 07:08:56 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GE8uw00523; Wed, 16 May 2001 07:08:56 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105161408.f4GE8uw00523@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 07:08:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libmcrypt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 07:08:56 PDT Modified files: security/libmcrypt Makefile Log: Chase the distfile. Submitted by: marc@milestonerdl.com Revision Changes Path 1.23 +2 -2 ports/security/libmcrypt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7:30: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5751637B422; Wed, 16 May 2001 07:30:00 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GEU0Y02810; Wed, 16 May 2001 07:30:00 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200105161430.f4GEU0Y02810@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 16 May 2001 07:29:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/vnc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/05/16 07:29:59 PDT Modified files: net/vnc Makefile distinfo Log: Add IPv6 supporting patch. Approved by: bmah Revision Changes Path 1.23 +7 -2 ports/net/vnc/Makefile 1.12 +1 -0 ports/net/vnc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7:34:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACA6E37B422; Wed, 16 May 2001 07:34:10 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GEYAa03442; Wed, 16 May 2001 07:34:10 -0700 (PDT) (envelope-from ade) Message-Id: <200105161434.f4GEYAa03442@freefall.freebsd.org> From: Ade Lovett Date: Wed, 16 May 2001 07:34:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/16 07:34:10 PDT Modified files: x11-toolkits/py-gnome Makefile Log: Missed one (grr) Revision Changes Path 1.50 +2 -3 ports/x11-toolkits/py-gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7:34:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15DDF37B423; Wed, 16 May 2001 07:34:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GEYnn03635; Wed, 16 May 2001 07:34:49 -0700 (PDT) (envelope-from ru) Message-Id: <200105161434.f4GEYnn03635@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 07:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 07:34:48 PDT Modified files: lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c Log: Unbreak world; _DIAGASSERT macro is not available in FreeBSD. Revision Changes Path 1.2 +1 -4 src/lib/libc/string/wcscat.c 1.2 +1 -3 src/lib/libc/string/wcschr.c 1.2 +1 -4 src/lib/libc/string/wcscmp.c 1.2 +1 -4 src/lib/libc/string/wcscpy.c 1.2 +1 -4 src/lib/libc/string/wcscspn.c 1.2 +1 -4 src/lib/libc/string/wcslcat.c 1.2 +1 -4 src/lib/libc/string/wcslcpy.c 1.2 +1 -3 src/lib/libc/string/wcslen.c 1.2 +1 -4 src/lib/libc/string/wcsncat.c 1.2 +1 -4 src/lib/libc/string/wcsncmp.c 1.2 +1 -4 src/lib/libc/string/wcsncpy.c 1.2 +1 -4 src/lib/libc/string/wcspbrk.c 1.2 +1 -3 src/lib/libc/string/wcsrchr.c 1.2 +1 -4 src/lib/libc/string/wcsspn.c 1.2 +1 -4 src/lib/libc/string/wcsstr.c 1.2 +1 -3 src/lib/libc/string/wcswidth.c 1.2 +1 -3 src/lib/libc/string/wmemchr.c 1.2 +1 -4 src/lib/libc/string/wmemcmp.c 1.2 +1 -4 src/lib/libc/string/wmemcpy.c 1.2 +1 -4 src/lib/libc/string/wmemmove.c 1.2 +1 -3 src/lib/libc/string/wmemset.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7:53:38 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9085B37B43F; Wed, 16 May 2001 07:53:28 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id AAA22821; Thu, 17 May 2001 00:53:17 +1000 Date: Thu, 17 May 2001 00:51:59 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Warner Losh Cc: Ruslan Ermilov , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <200105160751.f4G7pqN77048@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 16 May 2001, Warner Losh wrote: > In message <20010516101947.B23288@sunbay.com> Ruslan Ermilov writes: > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > I tend to dislike adding ../../sys to the includes list since they > might not be compatible with the host's sys files used to build libc. I'd like to remove all the existing ones. They are a hack to handle the case where you haven't bootstrapped properly. They intentionally give includes which may be incompatible with the host ones, in case the host ones are out of date relative to the src tree. This depends on only a few headers like being out of date, and sometimes helps mainly for headers like which declare system structures that are groped in by userland. But it is just a bug in general. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7:58:17 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 91C3037B423; Wed, 16 May 2001 07:58:01 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4GEvKX75377; Wed, 16 May 2001 17:57:20 +0300 (EEST) (envelope-from ru) Date: Wed, 16 May 2001 17:57:20 +0300 From: Ruslan Ermilov To: Bruce Evans Cc: Warner Losh , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010516175720.B74313@sunbay.com> Mail-Followup-To: Bruce Evans , Warner Losh , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org References: <200105160751.f4G7pqN77048@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Thu, May 17, 2001 at 12:51:59AM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 12:51:59AM +1000, Bruce Evans wrote: > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <20010516101947.B23288@sunbay.com> Ruslan Ermilov writes: > > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > > > I tend to dislike adding ../../sys to the includes list since they > > might not be compatible with the host's sys files used to build libc. > > I'd like to remove all the existing ones. They are a hack to handle > the case where you haven't bootstrapped properly. They intentionally > give includes which may be incompatible with the host ones, in > case the host ones are out of date relative to the src tree. This > depends on only a few headers like being out of date, > and sometimes helps mainly for headers like which declare > system structures that are groped in by userland. But it is just a > bug in general. > I would probably volunteer for doing this. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 7:59:38 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E968B37B423; Wed, 16 May 2001 07:59:32 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id AAA23202; Thu, 17 May 2001 00:59:24 +1000 Date: Thu, 17 May 2001 00:58:06 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Szilveszter Adam Cc: cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <20010516111740.B2510@petra.hos.u-szeged.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 16 May 2001, Szilveszter Adam wrote: > On Wed, May 16, 2001 at 06:47:12PM +1000, Bruce Evans wrote: > > Even running kbdcontrol might break cross-platform builds. Consider > > running it on a host platform of Linux. It might fail attempting to > > do a keyboard ioctl in its initalization. However, kbdcontrol -L > > might work because it doesn't actually do any keyboard control. > > I think that cross-platform means compilation between i386 and alpha (and > possibly others) not different OS's:-) (Although admittedly you can build I have higher standards :-). > Debian CDs on FreeBSD with linux emulation way better than you can build > say a -STABLE release on a -CURRENT box... ) I just tried a Linux fdisk binary built in 1997 under FreeBSD-current. It seemed to run perfectly except it couldn't determine the disk geometry automatically. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 8:59:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECEC037B424; Wed, 16 May 2001 08:59:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GFxMO16080; Wed, 16 May 2001 08:59:22 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105161559.f4GFxMO16080@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 16 May 2001 08:59:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile distinfo pkg-plist ports/mail/evolution/files patch-camel::camel-sasl-digest-md5.c patch-mail::openpgp-utils.c patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/16 08:59:22 PDT Modified files: mail/evolution Makefile distinfo pkg-plist mail/evolution/files patch-ac Added files: mail/evolution/files patch-camel::camel-sasl-digest-md5.c patch-mail::openpgp-utils.c Log: Update 0.10. It still hangs at startup, though... Revision Changes Path 1.28 +6 -5 ports/mail/evolution/Makefile 1.10 +1 -1 ports/mail/evolution/distinfo 1.11 +182 -38 ports/mail/evolution/pkg-plist 1.5 +9 -44 ports/mail/evolution/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 9:32:41 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 43BD437B422; Wed, 16 May 2001 09:32:31 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4GGWB100960; Wed, 16 May 2001 17:32:11 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4GGWIb30517; Wed, 16 May 2001 17:32:18 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Bruce Evans Cc: Warner Losh , Ruslan Ermilov , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: Message from Bruce Evans of "Thu, 17 May 2001 00:51:59 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 May 2001 17:32:18 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <20010516101947.B23288@sunbay.com> Ruslan Ermilov writes: > > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > > > I tend to dislike adding ../../sys to the includes list since they > > might not be compatible with the host's sys files used to build libc. > > I'd like to remove all the existing ones. They are a hack to handle > the case where you haven't bootstrapped properly. They intentionally > give includes which may be incompatible with the host ones, in > case the host ones are out of date relative to the src tree. This > depends on only a few headers like being out of date, > and sometimes helps mainly for headers like which declare > system structures that are groped in by userland. But it is just a > bug in general. I have -I../../sys in src/usr.sbin/digictl/Makefile. I put it there because the digi ioctl interface header isn't actually installed anywhere. There's no good reason for this except that I couldn't think of a good place (/usr/include/sys/digi/ ?). I cribbed the idea from the vinum(8) build. How should this be done - and where should I install digiio.h if that's what's required ? Cheers. > Bruce -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 9:34:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFC8937B422; Wed, 16 May 2001 09:34:50 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GGYoH22938; Wed, 16 May 2001 09:34:50 -0700 (PDT) (envelope-from alfred) Message-Id: <200105161634.f4GGYoH22938@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 16 May 2001 09:34:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/05/16 09:34:50 PDT Modified files: (Branch: RELENG_4) sys/kern sys_pipe.c Log: MFC: 1.73 (safer bufferspace allocation) Revision Changes Path 1.60.2.7 +112 -90 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 9:41:35 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id EF4B937B424; Wed, 16 May 2001 09:41:27 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4GGfJN79939; Wed, 16 May 2001 10:41:19 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105161641.f4GGfJN79939@harmony.village.org> To: Brian Somers Subject: Re: cvs commit: src Makefile.inc1 Cc: Bruce Evans , Ruslan Ermilov , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Wed, 16 May 2001 17:32:18 BST." <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> References: <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> Date: Wed, 16 May 2001 10:41:19 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> Brian Somers writes: : How should this be done - and where should I install digiio.h if : that's what's required ? I think that ppi device sets the standard here. It installs into /usr/include/dev/ppi/ppi*.h. digiio should likely do the same. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 9:59:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62FAC37B422; Wed, 16 May 2001 09:59:54 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: (from ue@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GGxsB25200; Wed, 16 May 2001 09:59:54 -0700 (PDT) (envelope-from ue) Message-Id: <200105161659.f4GGxsB25200@freefall.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 May 2001 09:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ue 2001/05/16 09:59:54 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Minor whitespace cleanup: Nuke all spaces at EOL and fix inline entities of the form bar to be bar. No content or markup changes in this commit. Reviewed by: alex Inspired by: German translation, rev. 1.79 Revision Changes Path 1.196 +137 -137 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 10: 4: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4461537B422; Wed, 16 May 2001 10:03:57 -0700 (PDT) (envelope-from ue@FreeBSD.org) Received: (from ue@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GH3vF25554; Wed, 16 May 2001 10:03:57 -0700 (PDT) (envelope-from ue) Message-Id: <200105161703.f4GH3vF25554@freefall.freebsd.org> From: Udo Erdelhoff Date: Wed, 16 May 2001 10:03:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ue 2001/05/16 10:03:57 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Remove the useless "we need a linebreak here" reminders that had no effect on the output. Just a markup change, no whitespace or content changes. Reviewed by: alex Inspired by: German translation, rev 1.89 Revision Changes Path 1.197 +32 -32 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 10: 9: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACB2437B422; Wed, 16 May 2001 10:09:01 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GH91O28687; Wed, 16 May 2001 10:09:01 -0700 (PDT) (envelope-from joerg) Message-Id: <200105161709.f4GH91O28687@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 16 May 2001 10:09:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fdread fdread.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/16 10:09:01 PDT Modified files: usr.sbin/fdread fdread.1 Log: Fix man page markup. Submitted by: ru Revision Changes Path 1.2 +29 -24 src/usr.sbin/fdread/fdread.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 10:30:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B79737B422; Wed, 16 May 2001 10:30:17 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GHUHB41412; Wed, 16 May 2001 10:30:17 -0700 (PDT) (envelope-from archie) Message-Id: <200105161730.f4GHUHB41412@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 16 May 2001 10:30:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_ether.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/05/16 10:30:17 PDT Modified files: share/man/man4 ng_ether.4 Log: Add BUGS section describing the requirement to manually load the KLD. Revision Changes Path 1.14 +14 -1 src/share/man/man4/ng_ether.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 10:30:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C49E937B422; Wed, 16 May 2001 10:30:45 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GHUjq42489; Wed, 16 May 2001 10:30:45 -0700 (PDT) (envelope-from archie) Message-Id: <200105161730.f4GHUjq42489@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 16 May 2001 10:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_ether.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/05/16 10:30:45 PDT Modified files: (Branch: RELENG_4) share/man/man4 ng_ether.4 Log: MFC: add BUGS section describing the requirement to manually load the KLD. Revision Changes Path 1.4.2.8 +14 -1 src/share/man/man4/ng_ether.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 10:38:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DB837B423; Wed, 16 May 2001 10:38:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GHcsm53762; Wed, 16 May 2001 10:38:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105161738.f4GHcsm53762@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 16 May 2001 10:38:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ukrainian/pine.language pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/16 10:38:54 PDT Modified files: ukrainian/pine.language pkg-comment Log: Fix typo. Submitted by: Olexander Kunitsa Revision Changes Path 1.2 +1 -1 ports/ukrainian/pine.language/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 10:42:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B977E37B422; Wed, 16 May 2001 10:42:10 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GHgAi61785; Wed, 16 May 2001 10:42:10 -0700 (PDT) (envelope-from joerg) Message-Id: <200105161742.f4GHgAi61785@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 16 May 2001 10:42:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/a2ps-letter/files patch-nodefaultprint X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/05/16 10:42:10 PDT Added files: print/a2ps-letter/files patch-nodefaultprint Log: Don't send the generated output to the printer by default. Sending the file by default to the printer is (IMHO): . counter-intuitive; the name a2ps suggests that the tool converts ASCII (plus other files) to Postscript, but it by no means gives a hint that it would print something without asking, . violating the Unix way; we've got pipes, and people are used to use them when they want to print something (IMHO there isn't even a good reason for adding all the -P bloat to a2ps at all, but of course, i don't suggest changing _that_), . contradictionary to all the documentation about a2ps since the docs tell you that it would only start printing if a -P or -c option is being provided, . a waste of paper for the brave user who starts the program in the innocent assumption to get just a Postscript file out of it. Not objected by: ports@freebsd.org, maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11: 4:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C720437B423; Wed, 16 May 2001 11:04:37 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GI4bV81778; Wed, 16 May 2001 11:04:37 -0700 (PDT) (envelope-from iedowse) Message-Id: <200105161804.f4GI4bV81778@freefall.freebsd.org> From: Ian Dowse Date: Wed, 16 May 2001 11:04:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vfsops.c src/sys/fs/devfs devfs_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_subr.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/05/16 11:04:37 PDT Modified files: sys/coda coda_vfsops.c sys/fs/devfs devfs_vfsops.c sys/fs/hpfs hpfs_vfsops.c sys/fs/smbfs smbfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern vfs_subr.c sys/miscfs/fdesc fdesc_vfsops.c sys/miscfs/nullfs null_vfsops.c sys/miscfs/portal portal_vfsops.c sys/miscfs/umapfs umap_vfsops.c sys/miscfs/union union_vfsops.c sys/msdosfs msdosfs_vfsops.c sys/nfs nfs_vfsops.c sys/ntfs ntfs_vfsops.c sys/nwfs nwfs_vfsops.c sys/sys vnode.h sys/ufs/ffs ffs_vfsops.c Log: Change the second argument of vflush() to an integer that specifies the number of references on the filesystem root vnode to be both expected and released. Many filesystems hold an extra reference on the filesystem root vnode, which must be accounted for when determining if the filesystem is busy and then released if it isn't busy. The old `skipvp' approach required individual filesystem xxx_unmount functions to re-implement much of vflush()'s logic to deal with the root vnode. All 9 filesystems that hold an extra reference on the root vnode got the logic wrong in the case of forced unmounts, so `umount -f' would always fail if there were any extra root vnode references. Fix this issue centrally in vflush(), now that we can. This commit also fixes a vnode reference leak in devfs, which could result in idle devfs filesystems that refuse to unmount. Reviewed by: phk, bp Revision Changes Path 1.32 +2 -2 src/sys/coda/coda_vfsops.c 1.16 +3 -13 src/sys/fs/devfs/devfs_vfsops.c 1.13 +2 -2 src/sys/fs/hpfs/hpfs_vfsops.c 1.2 +3 -16 src/sys/fs/smbfs/smbfs_vfsops.c 1.79 +3 -3 src/sys/gnu/ext2fs/ext2_vfsops.c 1.91 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.312 +46 -12 src/sys/kern/vfs_subr.c 1.27 +5 -13 src/sys/miscfs/fdesc/fdesc_vfsops.c 1.47 +3 -24 src/sys/miscfs/nullfs/null_vfsops.c 1.30 +3 -13 src/sys/miscfs/portal/portal_vfsops.c 1.37 +3 -16 src/sys/miscfs/umapfs/umap_vfsops.c 1.44 +7 -25 src/sys/miscfs/union/union_vfsops.c 1.76 +3 -3 src/sys/msdosfs/msdosfs_vfsops.c 1.99 +5 -29 src/sys/nfs/nfs_vfsops.c 1.30 +4 -4 src/sys/ntfs/ntfs_vfsops.c 1.17 +4 -23 src/sys/nwfs/nwfs_vfsops.c 1.151 +2 -2 src/sys/sys/vnode.h 1.154 +4 -4 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:10:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DDBF37B423; Wed, 16 May 2001 11:10:24 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIAOL94590; Wed, 16 May 2001 11:10:24 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105161810.f4GIAOL94590@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 11:10:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libmcrypt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 11:10:24 PDT Modified files: security/libmcrypt Makefile Log: Forced commit. I apparently should have included this: < MASTER_SITES= ftp://ftp.hellug.gr/pub/mcrypt/libmcrypt/ \ --- > MASTER_SITES= ftp://ftp.hellug.gr/pub/unix/mcrypt/libmcrypt/ \ (why one couldn't simply use cvsweb to get this I'll never know) Demanded by: kris Revision Changes Path 1.24 +1 -1 ports/security/libmcrypt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:13:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB3BA37B422; Wed, 16 May 2001 11:13:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIDAv99926; Wed, 16 May 2001 11:13:10 -0700 (PDT) (envelope-from knu) Message-Id: <200105161813.f4GIDAv99926@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 16 May 2001 11:13:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rdtool Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/16 11:13:10 PDT Modified files: textproc/ruby-rdtool Makefile distinfo Log: Update to 0.6.9. Revision Changes Path 1.19 +2 -5 ports/textproc/ruby-rdtool/Makefile 1.6 +1 -1 ports/textproc/ruby-rdtool/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:15: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E19137B42C; Wed, 16 May 2001 11:14:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIEwO04333; Wed, 16 May 2001 11:14:58 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105161814.f4GIEwO04333@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 May 2001 11:14:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/easytag Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/easytag/files patch-Makefile patch-src::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/16 11:14:58 PDT Modified files: audio Makefile Added files: audio/easytag Makefile distinfo pkg-comment pkg-descr pkg-plist audio/easytag/files patch-Makefile patch-src::Makefile Log: add easytag View, edit and write easily and quickly the ID3 tags of your MP3 Revision Changes Path 1.234 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:15:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5052737B424; Wed, 16 May 2001 11:15:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIF3304531; Wed, 16 May 2001 11:15:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105161815.f4GIF3304531@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 May 2001 11:15:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/16 11:15:03 PDT Modified files: . modules Log: easytag --> ports/audio/easytag Revision Changes Path 1.3116 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:15:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A21937B50D; Wed, 16 May 2001 11:15:04 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIF4r04607; Wed, 16 May 2001 11:15:04 -0700 (PDT) (envelope-from knu) Message-Id: <200105161815.f4GIF4r04607@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 16 May 2001 11:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-nqxml Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/16 11:15:04 PDT Modified files: textproc/ruby-nqxml Makefile distinfo Log: Update to 0.6.2. Revision Changes Path 1.4 +2 -2 ports/textproc/ruby-nqxml/Makefile 1.4 +1 -1 ports/textproc/ruby-nqxml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:18: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 245D637B423; Wed, 16 May 2001 11:17:56 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIHt508699; Wed, 16 May 2001 11:17:55 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105161817.f4GIHt508699@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 11:17:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet sra.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 11:17:55 PDT Modified files: crypto/telnet/libtelnet sra.c Log: Catch malloc return failures. This should help avoid dereferencing NULL on low-memory situations. Submitted by: kris Revision Changes Path 1.6 +9 -1 src/crypto/telnet/libtelnet/sra.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:27:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C653F37B422; Wed, 16 May 2001 11:27:09 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIR9013565; Wed, 16 May 2001 11:27:09 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105161827.f4GIR9013565@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 11:27:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet sra.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 11:27:09 PDT Modified files: crypto/telnet/libtelnet sra.c Log: Catch any attempted buffer overflows. The magic numbers in this code (512) are a little distressing, but the method really needs to be extended to allow server-supplied DH parameters anyway. Submitted by: kris Revision Changes Path 1.7 +7 -3 src/crypto/telnet/libtelnet/sra.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:32:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C487437B423; Wed, 16 May 2001 11:32:46 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIWkq20440; Wed, 16 May 2001 11:32:46 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105161832.f4GIWkq20440@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 11:32:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet pk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 11:32:46 PDT Modified files: crypto/telnet/libtelnet pk.c Log: srandomdev() affords us the opportunity to radically improve, and at the same time simplify, the random number selection code. Revision Changes Path 1.4 +8 -1 src/crypto/telnet/libtelnet/pk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:45:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 334F337B422; Wed, 16 May 2001 11:45:43 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIjhO43881; Wed, 16 May 2001 11:45:43 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105161845.f4GIjhO43881@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 16 May 2001 11:45:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/cnews Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/05/16 11:45:43 PDT Modified files: news/cnews Makefile Log: - Removed inactive MASTER_SITE Revision Changes Path 1.39 +1 -2 ports/news/cnews/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:46:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57ED237B423; Wed, 16 May 2001 11:46:42 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GIkgP46226; Wed, 16 May 2001 11:46:42 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105161846.f4GIkgP46226@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 16 May 2001 11:46:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/c-nocem Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/05/16 11:46:42 PDT Modified files: news/c-nocem Makefile Log: - Added missing dependency for libcnews.a Revision Changes Path 1.10 +3 -2 ports/news/c-nocem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 11:55:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53FEA37B422; Wed, 16 May 2001 11:55:29 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GItTB64358; Wed, 16 May 2001 11:55:29 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105161855.f4GItTB64358@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 16 May 2001 11:55:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/www Makefile ports/www/webalizer-2 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/webalizer-2/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/05/16 11:55:29 PDT Modified files: . modules www Makefile Removed files: www/webalizer-2 Makefile distinfo pkg-comment pkg-descr pkg-plist www/webalizer-2/files patch-aa patch-ab patch-ac patch-ad Log: - Removed development port, all changes have meen merged into www/webalizer Revision Changes Path 1.3117 +1 -2 CVSROOT/modules 1.363 +1 -2 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 12: 1:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8583E37B423; Wed, 16 May 2001 12:01:48 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GJ1mP67288; Wed, 16 May 2001 12:01:48 -0700 (PDT) (envelope-from imp) Message-Id: <200105161901.f4GJ1mP67288@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 12:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 12:01:48 PDT Modified files: share/termcap termcap.src Log: Add entry for cygwin, the Cygnus Windows emulator. Submitted by: "Karsten W. Rohrbach" Reviewed by: ache Revision Changes Path 1.106 +3 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 12:10:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE1F37B422; Wed, 16 May 2001 12:10:41 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GJAfM79482; Wed, 16 May 2001 12:10:41 -0700 (PDT) (envelope-from imp) Message-Id: <200105161910.f4GJAfM79482@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 12:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c extern.h utils.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 12:10:40 PDT Modified files: bin/cp cp.c extern.h utils.c Log: Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the strings. Revision Changes Path 1.25 +4 -4 src/bin/cp/cp.c 1.10 +2 -2 src/bin/cp/extern.h 1.29 +3 -2 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 12:15:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2568537B423; Wed, 16 May 2001 12:15:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GJFYK88126; Wed, 16 May 2001 12:15:34 -0700 (PDT) (envelope-from imp) Message-Id: <200105161915.f4GJFYK88126@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 12:15:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 12:15:33 PDT Modified files: . UPDATING Log: Fix type noticed by jasone Revision Changes Path 1.144 +2 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 12:24: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0FBF37B423; Wed, 16 May 2001 12:23:55 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GJNtK95239; Wed, 16 May 2001 12:23:55 -0700 (PDT) (envelope-from jesper) Message-Id: <200105161923.f4GJNtK95239@freefall.freebsd.org> From: Jesper Skriver Date: Wed, 16 May 2001 12:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jesper 2001/05/16 12:23:55 PDT Modified files: etc rc.network Log: Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal with gratutious changes in the latest SSH Reviewed by: obrien Approved by: obrien Revision Changes Path 1.94 +8 -3 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13: 4:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE3E937B422; Wed, 16 May 2001 13:04:30 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GK4UR04753; Wed, 16 May 2001 13:04:30 -0700 (PDT) (envelope-from jeh) Message-Id: <200105162004.f4GK4UR04753@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 16 May 2001 13:04:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/16 13:04:30 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to version 4138 Revision Changes Path 1.30 +2 -2 ports/security/uvscan-dat/Makefile 1.29 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13: 9:14 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 63F0D37B422; Wed, 16 May 2001 13:09:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4GK95n08578; Wed, 16 May 2001 13:09:05 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 13:09:04 -0700 From: "David O'Brien" To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20010516130904.A8466@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104241821.f3OILjP04442@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104241821.f3OILjP04442@freefall.freebsd.org>; from alex@FreeBSD.org on Tue, Apr 24, 2001 at 11:21:45AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 24, 2001 at 11:21:45AM -0700, Alexander Langer wrote: > alex 2001/04/24 11:21:45 PDT > > Modified files: > . access > Log: > One Patch to rule them all, One Markup to find them, > One Commit to bring them all and in the doc/-ness bind them > In the Land of SGML where the Commitbit lies. > > Devoted to Udo Erdelhoff (ue). > > I'll be his mentor. Who the heck did you add? Could you please keep things on topic? Not with out looking at the diff could I figure it out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:14:12 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 6E5EB37B422; Wed, 16 May 2001 13:14:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4GKE6o08703; Wed, 16 May 2001 13:14:06 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 13:14:05 -0700 From: "David O'Brien" To: Takuya SHIOZAKI Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... Message-ID: <20010516131405.B8466@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105150601.f4F61K788386@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105150601.f4F61K788386@freefall.freebsd.org>; from tshiozak@FreeBSD.org on Mon, May 14, 2001 at 11:01:20PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 11:01:20PM -0700, Takuya SHIOZAKI wrote: > tshiozak 2001/05/14 23:01:20 PDT > > Added files: > lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c > wcscspn.c wcslcat.c wcslcpy.c wcslen.c > wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c > wcsrchr.c wcsspn.c wcsstr.c wcswidth.c > wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c > wmemmove.c wmemset.c > Log: > initial import of locale insensitive wcs* and wmem* functions. > Obtained from: NetBSD and Citrus. What part of this did you not understand? (it was also sent to i18n) Date: Mon, 14 May 2001 16:08:40 -0700 From: David O'Brien To: current@freebsd.org Subject: wchar.h / Citrus import Message-ID: <20010514160840.A60568@dragon.nuxi.com> I am going to import parts of the Citrus Project XPG4DL (an implementation of I18N (locale) framework). We *need* wchar.h and we just cannot wait. If there are known concerns or issues with this, please let me know. It is very possible these files should have been _vendor_ imported and maybe even in src/contrib/. Not to mention there was still a discussion going on about Citrus issues in i18n@freebsd.org and I did not get an email from you saying you were actively working on it and we should consult to make sure the end result met the needs of what prompted me to jump into this. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:25: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F28F737B424; Wed, 16 May 2001 13:24:58 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GKOwG14498; Wed, 16 May 2001 13:24:58 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105162024.f4GKOwG14498@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 13:24:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet sra.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 13:24:58 PDT Modified files: crypto/telnet/libtelnet sra.c Log: Make sure the protocol actively rejects bad data rather than (potentially) not responding to an invalid SRA 'auth is' message. Revision Changes Path 1.8 +9 -9 src/crypto/telnet/libtelnet/sra.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:26: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id EEA4C37B423; Wed, 16 May 2001 13:25:57 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.2) with ESMTP id f4GKPr339700; Wed, 16 May 2001 13:25:53 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: obrien@FreeBSD.org Cc: tshiozak@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... In-Reply-To: <20010516131405.B8466@dragon.nuxi.com> References: <200105150601.f4F61K788386@freefall.freebsd.org> <20010516131405.B8466@dragon.nuxi.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010516132553P.jkh@osd.bsdi.com> Date: Wed, 16 May 2001 13:25:53 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erm, David, I think everyone here is just trying to do the best they can for FreeBSD and you shouldn't feel compelled to take that tone with someone right at the outset, especially someone from Japan for whom the language barrier issues make any communication particularly difficult. I think you and Shiozaki-san should certainly discuss how to best handle the import of the Citrus code, but this is not a discussion, this is an emotional outburst. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:34:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22E7D37B422; Wed, 16 May 2001 13:34:43 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GKYhG16380; Wed, 16 May 2001 13:34:43 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105162034.f4GKYhG16380@freefall.freebsd.org> From: Nick Sayer Date: Wed, 16 May 2001 13:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/16 13:34:42 PDT Modified files: crypto/telnet/telnet main.c Log: Since the root-on-insecure-tty code was added to telnetd, a dependency on char *line was added to libtelnet. Put a dummy one in to keep the linker happy. Revision Changes Path 1.8 +3 -1 src/crypto/telnet/telnet/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:45:39 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 1E1F537B423; Wed, 16 May 2001 13:45:34 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4GKjXN09185; Wed, 16 May 2001 13:45:33 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 13:45:32 -0700 From: "David O'Brien" To: Jordan Hubbard Cc: tshiozak@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wcswidth.c wmemchr.3 wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c ... Message-ID: <20010516134532.A9081@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105150601.f4F61K788386@freefall.freebsd.org> <20010516131405.B8466@dragon.nuxi.com> <20010516132553P.jkh@osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010516132553P.jkh@osd.bsdi.com>; from jkh@osd.bsdi.com on Wed, May 16, 2001 at 01:25:53PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 01:25:53PM -0700, Jordan Hubbard wrote: > Erm, David, I think everyone here is just trying to do the best they > can for FreeBSD and you shouldn't feel compelled to take that tone I'm just trying to do the best I can when I have to deal with everyone else's unportable, non documented, crap code everyday (STLport, GCC, etc..). I'm going to drop work on the STLport until these new bits settle down. /me . o O ( I would really like to do some original work for once.. ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:51:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FAFB37B422; Wed, 16 May 2001 13:51:39 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GKpd219010; Wed, 16 May 2001 13:51:39 -0700 (PDT) (envelope-from imp) Message-Id: <200105162051.f4GKpd219010@freefall.freebsd.org> From: Warner Losh Date: Wed, 16 May 2001 13:51:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/05/16 13:51:39 PDT Modified files: (Branch: RELENG_4) sys/i386/include cpufunc.h Log: MFC: 1.102 make C++ safe Revision Changes Path 1.96.2.1 +5 -1 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 13:57:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD8A37B422; Wed, 16 May 2001 13:57:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GKv8b19643; Wed, 16 May 2001 13:57:08 -0700 (PDT) (envelope-from knu) Message-Id: <200105162057.f4GKv8b19643@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 16 May 2001 13:57:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-drb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/16 13:57:07 PDT Modified files: net/ruby-drb Makefile distinfo pkg-plist Log: Update to 1.3.2. Now mutexm.rb comes with the drb distribution. Revision Changes Path 1.9 +36 -12 ports/net/ruby-drb/Makefile 1.5 +1 -1 ports/net/ruby-drb/distinfo 1.7 +18 -2 ports/net/ruby-drb/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14: 0: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F19237B423; Wed, 16 May 2001 14:00:00 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GL00u19987; Wed, 16 May 2001 14:00:00 -0700 (PDT) (envelope-from knu) Message-Id: <200105162100.f4GL00u19987@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 16 May 2001 13:59:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-mutexm Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/16 13:59:59 PDT Modified files: devel Makefile Removed files: devel/ruby-mutexm Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Now mutexm.rb gets to come with the drb distribution, this port is no longer needed. Install net/ruby-drb to use mutexm.rb. Revision Changes Path 1.537 +1 -2 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14: 0:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECC4737B423; Wed, 16 May 2001 14:00:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GL0am20057; Wed, 16 May 2001 14:00:36 -0700 (PDT) (envelope-from knu) Message-Id: <200105162100.f4GL0am20057@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 16 May 2001 14:00:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/16 14:00:36 PDT Modified files: . modules Log: Remove ruby-mutexm. Revision Changes Path 1.3118 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14: 3: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9B3237B42C; Wed, 16 May 2001 14:03:01 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GL31n20410; Wed, 16 May 2001 14:03:01 -0700 (PDT) (envelope-from knu) Message-Id: <200105162103.f4GL31n20410@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 16 May 2001 14:03:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/eruby pkg-descr ports/www/mod_ruby pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/16 14:03:00 PDT Modified files: textproc/eruby pkg-descr www/mod_ruby pkg-descr Log: Update WWW and the author's email address. Revision Changes Path 1.2 +2 -2 ports/textproc/eruby/pkg-descr 1.3 +2 -2 ports/www/mod_ruby/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14: 7: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C312B37B422; Wed, 16 May 2001 14:07:03 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GL73F23527; Wed, 16 May 2001 14:07:03 -0700 (PDT) (envelope-from olgeni) Message-Id: <200105162107.f4GL73F23527@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 16 May 2001 14:07:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/wedit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/05/16 14:07:03 PDT Modified files: devel/wedit Makefile Log: Mark as BROKEN due to source licensing changes: source is no longer available for free. Revision Changes Path 1.4 +2 -1 ports/devel/wedit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14:15:28 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id CD40837B422; Wed, 16 May 2001 14:15:22 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4GLFLO09553; Wed, 16 May 2001 14:15:21 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 14:15:17 -0700 From: "David O'Brien" To: Mixtim Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: HEADS UP: DEVFS options have changed (was : cvs commit: src/sys/conf files options src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC NEWCARD NOTES src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERI Message-ID: <20010516141517.B9081@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010514172953.B85839@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010514172953.B85839@home.com>; from mixtim@home.com on Mon, May 14, 2001 at 05:29:53PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 14, 2001 at 17:24:53 +0200, Blaz Zupan wrote: > Those people should not be running -current. On Mon, May 14, 2001 at 05:29:53PM -0400, Mixtim wrote: > On Mon, May 14, 2001 at 12:30:58PM -0400, Robert Watson wrote: > > Yes, people tracking -CURRENT should read both the freebsd-current mailing > > list and the commit messages, but in practice there may be a lag between > > the message being posted and everyone getting to read it. > > Did you think that statement through? You have to actually compile and > install new changes before they become active. So, while it may take a day > or two to get caught up on your email, as long as you start the > compile/install AFTER you finish reading then you won't be suprised. > > Now if you compile/install and only THEN read your email then yes, you will > shoot your leg off. But then its your fault now isn't it. All new compilers and bintuils will be committed to RELENG_4 first. I will have to stop running -CURRENT with your attitude as I for one cannot keep up with always _carefully_ reading every commit email before doing any work. I will delete any emails complaining of MFS's rather than MFC's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14:21: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 3404C37B423; Wed, 16 May 2001 14:20:59 -0700 (PDT) (envelope-from doegi@kawoserv.kawo2.rwth-aachen.de) Received: (from doegi@localhost) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) id XAA02219; Wed, 16 May 2001 23:20:56 +0200 Date: Wed, 16 May 2001 23:20:56 +0200 From: Alexander Langer To: "David O'Brien" Cc: Alexander Langer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20010516232056.C1742@kawoserv.kawo2.rwth-aachen.de> References: <200104241821.f3OILjP04442@freefall.freebsd.org> <20010516130904.A8466@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010516130904.A8466@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Devoted to Udo Erdelhoff (ue). > Who the heck did you add? Could you please keep things on topic? Not > with out looking at the diff could I figure it out. Hi David! I added Udo Erdelhoff (ue@FreeBSD.org), who will work on the doc/, primarily the SGML parts. I was unsure about using this commit message, but I asked people if it's ok to use this message. I got a "yes" as answer. Given the fact that some of the last additions of new committers all included more or less prosaic works and that I know whole commit logs with SONGS in it, I decided to finally use it. Well, if it wasn't obvious, I'm sorry. I really try to use useful commitmessages on all other commits. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14:28:53 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 0F54937B424; Wed, 16 May 2001 14:28:49 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4GLQSH09715; Wed, 16 May 2001 14:26:28 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 14:26:28 -0700 From: "David O'Brien" To: Alexander Langer Cc: Alexander Langer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20010516142628.B9603@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200104241821.f3OILjP04442@freefall.freebsd.org> <20010516130904.A8466@dragon.nuxi.com> <20010516232056.C1742@kawoserv.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010516232056.C1742@kawoserv.kawo2.rwth-aachen.de>; from doegi@kawoserv.kawo2.rwth-aachen.de on Wed, May 16, 2001 at 11:20:56PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 11:20:56PM +0200, Alexander Langer wrote: > I added Udo Erdelhoff (ue@FreeBSD.org), who will work on the doc/, primarily > the SGML parts. > > I was unsure about using this commit message, but I asked people if it's ok > to use this message. I got a "yes" as answer. It is OK, but IMHO after having a little fun (which is good), write the version that is explicit enough to whap someone over the head with. For example: <....poem....> I'll be his menotor[*] -- -- <..sig..> [*] for the brain dead: I added Udo Erdelhoff (ue@FreeBSD.org), who will work on the doc/, primarily the SGML parts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14:32:48 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id EC82B37B423; Wed, 16 May 2001 14:32:42 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4GLWgM56892; Wed, 16 May 2001 14:32:42 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id BAB04380E; Wed, 16 May 2001 14:32:42 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/telnet/telnet main.c In-Reply-To: <200105162034.f4GKYhG16380@freefall.freebsd.org> Date: Wed, 16 May 2001 14:32:42 -0700 From: Peter Wemm Message-Id: <20010516213242.BAB04380E@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Sayer wrote: > nsayer 2001/05/16 13:34:42 PDT > > Modified files: > crypto/telnet/telnet main.c > Log: > Since the root-on-insecure-tty code was added to telnetd, a dependency > on char *line was added to libtelnet. Put a dummy one in to keep the > linker happy. Are you reading your commit messages? There are two of these now! One in telnet.c from a few days ago, and now this duplicate you added in main.c. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14:58: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id B0A3337B422; Wed, 16 May 2001 14:58:01 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7D87E67B00; Wed, 16 May 2001 14:58:00 -0700 (PDT) Date: Wed, 16 May 2001 14:58:00 -0700 From: Kris Kennaway To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/libmcrypt Makefile Message-ID: <20010516145759.A35049@xor.obsecurity.org> References: <200105161810.f4GIAOL94590@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105161810.f4GIAOL94590@freefall.freebsd.org>; from nsayer@FreeBSD.org on Wed, May 16, 2001 at 11:10:24AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 16, 2001 at 11:10:24AM -0700, Nick Sayer wrote: > nsayer 2001/05/16 11:10:24 PDT >=20 > Modified files: > security/libmcrypt Makefile=20 > Log: > Forced commit. I apparently should have included this: > =20 > < MASTER_SITES=3D ftp://ftp.hellug.gr/pub/mcrypt/libmcrypt/ \ > --- > > MASTER_SITES=3D ftp://ftp.hellug.gr/pub/unix/mcrypt/libmcrypt/ \ > =20 > (why one couldn't simply use cvsweb to get this I'll never know) > =20 > Demanded by: kris Sorry, I misread the previous commit as updating a checksum, not distfile location. This commit was not in fact needed. Kris --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7AvfnWry0BWjoQKURArmFAJ0TLeIbyVy+AVtjm8dNt32imGn3xwCg7fK5 Yae8GlzbZ1YeQMqi1xtO830= =VqJO -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 14:58:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4DF837B423; Wed, 16 May 2001 14:58:45 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GLwjP27548; Wed, 16 May 2001 14:58:45 -0700 (PDT) (envelope-from jasone) Message-Id: <200105162158.f4GLwjP27548@freefall.freebsd.org> From: Jason Evans Date: Wed, 16 May 2001 14:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_suspend_np.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/05/16 14:58:45 PDT Modified files: lib/libc_r/uthread uthread_suspend_np.c Log: Mark a thread that is suspended while sleeping as interrupted. Revision Changes Path 1.12 +4 -2 src/lib/libc_r/uthread/uthread_suspend_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 15:21:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D94DB37B422; Wed, 16 May 2001 15:21:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GMLib31689; Wed, 16 May 2001 15:21:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200105162221.f4GMLib31689@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 May 2001 15:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/16 15:21:44 PDT Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h Log: Move the int typedefs to the top so they can be used in defining other types. Ensure every platform has __offsetof. Make multiple inclusion detection consistent with other /include/*.h files. Revision Changes Path 1.13 +25 -25 src/sys/alpha/include/ansi.h 1.5 +25 -20 src/sys/arm/include/ansi.h 1.22 +31 -31 src/sys/i386/include/ansi.h 1.7 +25 -25 src/sys/ia64/include/ansi.h 1.5 +25 -20 src/sys/powerpc/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 15:32:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1375737B422; Wed, 16 May 2001 15:32:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GMWja32265; Wed, 16 May 2001 15:32:45 -0700 (PDT) (envelope-from obrien) Message-Id: <200105162232.f4GMWja32265@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 May 2001 15:32:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/16 15:32:44 PDT Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h Log: Consistently define the rune types. Follow NetBSD's lead and add a _BSD_MBSTATE_T_ type. Revision Changes Path 1.14 +18 -5 src/sys/alpha/include/ansi.h 1.6 +18 -5 src/sys/arm/include/ansi.h 1.23 +20 -2 src/sys/i386/include/ansi.h 1.8 +20 -5 src/sys/ia64/include/ansi.h 1.6 +15 -5 src/sys/powerpc/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 16:15:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6234C37B422; Wed, 16 May 2001 16:15:51 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4GNFpS37358; Wed, 16 May 2001 16:15:51 -0700 (PDT) (envelope-from murray) Message-Id: <200105162315.f4GNFpS37358@freefall.freebsd.org> From: Murray Stokely Date: Wed, 16 May 2001 16:15:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/16 16:15:51 PDT Modified files: en_US.ISO_8859-1/books/handbook/install chapter.sgml Log: Warn users not to try to mount write-protected disks and use /dev/fd0 instead of /dev/rfd0 in the examples Submitted by: sheldonh and valentino.vaschetto@windriver.com Revision Changes Path 1.67 +6 -2 doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18: 3:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD0EC37B423; Wed, 16 May 2001 18:03:07 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H137D47165; Wed, 16 May 2001 18:03:07 -0700 (PDT) (envelope-from murray) Message-Id: <200105170103.f4H137D47165@freefall.freebsd.org> From: Murray Stokely Date: Wed, 16 May 2001 18:03:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/developers-handbook/secure chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/05/16 18:03:07 PDT Modified files: en_US.ISO_8859-1/books/developers-handbook/secure chapter.sgml Log: Add ~40 index terms to this chapter. A couple of minor tweaks to doc.docbook.mk are needed for this to work with GEN_INDEX defined but that will be committed soon enough. Reviewed by: -doc (months ago) Revision Changes Path 1.5 +107 -1 doc/en_US.ISO_8859-1/books/developers-handbook/secure/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:36: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C44FC37B422; Wed, 16 May 2001 18:36:01 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1a1m52144; Wed, 16 May 2001 18:36:01 -0700 (PDT) (envelope-from dougb) Message-Id: <200105170136.f4H1a1m52144@freefall.freebsd.org> From: Doug Barton Date: Wed, 16 May 2001 18:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/05/16 18:36:01 PDT Modified files: share/man/man9 style.9 Log: Minor typos Revision Changes Path 1.50 +4 -4 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:42: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DD9737B422; Wed, 16 May 2001 18:41:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1fw352636; Wed, 16 May 2001 18:41:58 -0700 (PDT) (envelope-from brian) Message-Id: <200105170141.f4H1fw352636@freefall.freebsd.org> From: Brian Somers Date: Wed, 16 May 2001 18:41:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.include.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/16 18:41:58 PDT Modified files: etc/mtree BSD.include.dist Log: Add /usr/include/dev/digi/ Revision Changes Path 1.40 +3 -1 src/etc/mtree/BSD.include.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:42: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CF9737B423; Wed, 16 May 2001 18:41:59 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1fxP52650; Wed, 16 May 2001 18:41:59 -0700 (PDT) (envelope-from dougb) Message-Id: <200105170141.f4H1fxP52650@freefall.freebsd.org> From: Doug Barton Date: Wed, 16 May 2001 18:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/05/16 18:41:59 PDT Modified files: (Branch: RELENG_4) share/man/man9 style.9 Log: MFC 1.43 -> 1.50, including how to handle RCS Id's. Revision Changes Path 1.32.2.9 +33 -8 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:42:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53B4837B628; Wed, 16 May 2001 18:42:19 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1gJR52716; Wed, 16 May 2001 18:42:19 -0700 (PDT) (envelope-from brian) Message-Id: <200105170142.f4H1gJR52716@freefall.freebsd.org> From: Brian Somers Date: Wed, 16 May 2001 18:42:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/digi digi.c digi.h digiio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/16 18:42:19 PDT Modified files: sys/dev/digi digi.c digi.h digiio.h Log: digiModel_t -> enum digi_model Remove a forgotton and unused structure. Revision Changes Path 1.6 +2 -2 src/sys/dev/digi/digi.c 1.5 +2 -2 src/sys/dev/digi/digi.h 1.2 +4 -9 src/sys/dev/digi/digiio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:42:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85D1637B422; Wed, 16 May 2001 18:42:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1gYQ52743; Wed, 16 May 2001 18:42:34 -0700 (PDT) (envelope-from brian) Message-Id: <200105170142.f4H1gYQ52743@freefall.freebsd.org> From: Brian Somers Date: Wed, 16 May 2001 18:42:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/16 18:42:34 PDT Modified files: include Makefile Log: Install /sys/dev/digi/digiio.h as /usr/include/dev/digi/digiio.h I use the (new) DEVFILES variable rather than LSUBDIRS because only the public interface (digiio.h) should be installed. Revision Changes Path 1.135 +9 -2 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:43: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9458837B422; Wed, 16 May 2001 18:42:52 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H1gqC52800; Wed, 16 May 2001 18:42:52 -0700 (PDT) (envelope-from brian) Message-Id: <200105170142.f4H1gqC52800@freefall.freebsd.org> From: Brian Somers Date: Wed, 16 May 2001 18:42:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/digictl Makefile digictl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/16 18:42:52 PDT Modified files: usr.sbin/digictl Makefile digictl.c Log: digiModel_t -> enum digi_model Remove special -I flags that are no longer needed. Revision Changes Path 1.3 +1 -3 src/usr.sbin/digictl/Makefile 1.2 +2 -2 src/usr.sbin/digictl/digictl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:58:17 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id C689E37B423; Wed, 16 May 2001 18:58:04 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H1vu103681; Thu, 17 May 2001 02:57:56 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H1Pbb36743; Thu, 17 May 2001 02:25:37 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105170125.f4H1Pbb36743@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/share/man/man4 ng_ether.4 In-Reply-To: Message from Archie Cobbs of "Wed, 16 May 2001 10:30:17 PDT." <200105161730.f4GHUHB41412@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 02:25:37 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > archie 2001/05/16 10:30:17 PDT > > Modified files: > share/man/man4 ng_ether.4 > Log: > Add BUGS section describing the requirement to manually load the KLD. > > Revision Changes Path > 1.14 +14 -1 src/share/man/man4/ng_ether.4 Some programs (ppp(8)) will kldload it if necessary. I thought about sending you a patch to that effect, but it doesn't seem to fit in well :-/ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 18:58:24 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 8CF1E37B424; Wed, 16 May 2001 18:58:05 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H1vv103684; Thu, 17 May 2001 02:57:57 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H1Reb36757; Thu, 17 May 2001 02:27:40 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105170127.f4H1Reb36757@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Jesper Skriver Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc.network In-Reply-To: Message from Jesper Skriver of "Wed, 16 May 2001 12:23:55 PDT." <200105161923.f4GJNtK95239@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 02:27:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > jesper 2001/05/16 12:23:55 PDT > > Modified files: > etc rc.network > Log: > Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal with > gratutious changes in the latest SSH > > Reviewed by: obrien > Approved by: obrien > > Revision Changes Path > 1.94 +8 -3 src/etc/rc.network I would have thought it's more appropriate to remove one of the useless Host Keys in sshd_config instead. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 19: 5:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA3A637B422; Wed, 16 May 2001 19:05:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H25ak56960; Wed, 16 May 2001 19:05:36 -0700 (PDT) (envelope-from obrien) Message-Id: <200105170205.f4H25ak56960@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 May 2001 19:05:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/16 19:05:36 PDT Modified files: share/man/man9 style.9 Log: Back out rev 1.50. VCS was correct -- it is Version Control System. Revision Changes Path 1.51 +6 -5 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 19: 6:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9606E37B423; Wed, 16 May 2001 19:06:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H26Gt57060; Wed, 16 May 2001 19:06:16 -0700 (PDT) (envelope-from obrien) Message-Id: <200105170206.f4H26Gt57060@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 16 May 2001 19:06:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/16 19:06:16 PDT Modified files: (Branch: RELENG_4) share/man/man9 style.9 Log: MFC: back out prev rev -- VCS was not a typo. Revision Changes Path 1.32.2.10 +6 -5 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 19:15:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id B251F37B424 for ; Wed, 16 May 2001 19:15:39 -0700 (PDT) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 4125 invoked by uid 0); 17 May 2001 02:15:29 -0000 Received: from pd9508861.dip.t-dialin.net (HELO speedy.gsinet) (217.80.136.97) by mail.gmx.net (mp030-rz3) with SMTP; 17 May 2001 02:15:29 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id WAA02090 for cvs-all@FreeBSD.org; Wed, 16 May 2001 22:15:26 +0200 Date: Wed, 16 May 2001 22:15:26 +0200 From: Gerhard Sittig To: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20010516221526.B253@speedy.gsinet> References: <200105161901.f4GJ1mP67288@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200105161901.f4GJ1mP67288@freefall.freebsd.org>; from imp@FreeBSD.org on Wed, May 16, 2001 at 12:01:48PM -0700 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 12:01 -0700, Warner Losh wrote: > imp 2001/05/16 12:01:48 PDT > > Modified files: > share/termcap termcap.src > Log: > Add entry for cygwin, the Cygnus Windows emulator. Any chance of including "teraterm", too? It's one of the few Windows ssh clients (actually a terminal program with a ssh plugin), highly flexible, available in source form and for free. That's why it's very functional and rather wide spread (at least around here since some other programs like SecureCRT cannot be gotten legally IIUC -- or it wasn't available when I did search for ssh clients quite a few years ago). The file /usr/compat/linux/usr/share/terminfo/t/teraterm holds a terminfo(5) entry. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20: 4:40 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id CAE3637B422; Wed, 16 May 2001 20:04:36 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4H34Iu15219; Wed, 16 May 2001 20:04:18 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 20:04:17 -0700 From: "David O'Brien" To: Brian Somers Cc: Jesper Skriver , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network Message-ID: <20010516200417.A15197@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105170127.f4H1Reb36757@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105170127.f4H1Reb36757@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Thu, May 17, 2001 at 02:27:40AM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 02:27:40AM +0100, Brian Somers wrote: > > I would have thought it's more appropriate to remove one of the > useless Host Keys in sshd_config instead. Maybe, but for now how about leave both until we figure out what the end result will be. I'm also leary of having an rc file just delete stuff out of /etc. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20: 9:26 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id D4BAA37B422; Wed, 16 May 2001 20:09:21 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4H39Le15279; Wed, 16 May 2001 20:09:21 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 May 2001 20:09:21 -0700 From: "David O'Brien" To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/telnet/libtelnet pk.c Message-ID: <20010516200921.A15261@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105161832.f4GIWkq20440@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105161832.f4GIWkq20440@freefall.freebsd.org>; from nsayer@FreeBSD.org on Wed, May 16, 2001 at 11:32:46AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 11:32:46AM -0700, Nick Sayer wrote: > nsayer 2001/05/16 11:32:46 PDT > > Modified files: > crypto/telnet/libtelnet pk.c > Log: > srandomdev() affords us the opportunity to radically improve, and at the > same time simplify, the random number selection code. There is _ZERO_ way you even tried to compile this C code (C rules are different from C++...): Index: pk.c =================================================================== RCS file: /home/ncvs/src/crypto/telnet/libtelnet/pk.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -1 -r1.3 -r1.4 --- pk.c 2000/07/16 05:52:42 1.3 +++ pk.c 2001/05/16 18:32:46 1.4 @@ -1,3 +1,3 @@ /* public key routines */ -/* $FreeBSD: src/crypto/telnet/libtelnet/pk.c,v 1.3 2000/07/16 05:52:42 peter Exp $ */ +/* $FreeBSD: src/crypto/telnet/libtelnet/pk.c,v 1.4 2001/05/16 18:32:46 nsayer Exp $ */ /* functions: @@ -119,2 +119,3 @@ { +#if 0 int i,f; @@ -142,2 +143,8 @@ } +#else + srandomdev(); + for (i = 0; i < seedsize; i++) { + seed[i] = random() & 0xff; + } +#endif } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A0337B422; Wed, 16 May 2001 20:10:05 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3A5K65601; Wed, 16 May 2001 20:10:05 -0700 (PDT) (envelope-from eric) Message-Id: <200105170310.f4H3A5K65601@freefall.freebsd.org> From: Eric Melville Date: Wed, 16 May 2001 20:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eric 2001/05/16 20:10:05 PDT Modified files: usr.bin/login login.c Log: Check for the expiration of an account and its password in the proper order. Reviewed by: -audit (silence) Approved by: murray Obtained from: OpenBSD MFC after: 5 days Revision Changes Path 1.58 +14 -13 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:13: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E09937B422; Wed, 16 May 2001 20:13:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3D3w65947; Wed, 16 May 2001 20:13:03 -0700 (PDT) (envelope-from peter) Message-Id: <200105170313.f4H3D3w65947@freefall.freebsd.org> From: Peter Wemm Date: Wed, 16 May 2001 20:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet pk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/16 20:13:02 PDT Modified files: crypto/telnet/libtelnet pk.c Log: Fix the latest telnet breakage. Obviously this was never compiled. Revision Changes Path 1.5 +5 -5 src/crypto/telnet/libtelnet/pk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:14:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9990037B422; Wed, 16 May 2001 20:14:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3Egx66029; Wed, 16 May 2001 20:14:42 -0700 (PDT) (envelope-from peter) Message-Id: <200105170314.f4H3Egx66029@freefall.freebsd.org> From: Peter Wemm Date: Wed, 16 May 2001 20:14:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/16 20:14:42 PDT Modified files: crypto/telnet/telnet main.c Log: Back out last commit. This was already fixed. This should never have happened, this is why we have commit mail expressly delivered to committers. Revision Changes Path 1.9 +1 -3 src/crypto/telnet/telnet/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:20:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62C8937B422; Wed, 16 May 2001 20:20:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3Kmo66630; Wed, 16 May 2001 20:20:48 -0700 (PDT) (envelope-from peter) Message-Id: <200105170320.f4H3Kmo66630@freefall.freebsd.org> From: Peter Wemm Date: Wed, 16 May 2001 20:20:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/16 20:20:47 PDT Modified files: . avail Log: Nick (nsayer), please contact me. Revision Changes Path 1.143 +2 -1 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:34:28 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id CDF5937B422; Wed, 16 May 2001 20:34:25 -0700 (PDT) Date: Wed, 16 May 2001 20:34:25 -0700 From: David O'Brien To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/telnet/libtelnet pk.c Message-ID: <20010516203425.A48637@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <200105161832.f4GIWkq20440@freefall.freebsd.org> <20010516200921.A15261@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010516200921.A15261@dragon.nuxi.com>; from obrien@FreeBSD.org on Wed, May 16, 2001 at 08:09:21PM -0700 X-Operating-System: FreeBSD 4.2-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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 08:09:21PM -0700, David O'Brien wrote: > There is _ZERO_ way you even tried to compile this C code (C rules are > different from C++...): It isn't valid C++ either. Never mind that part of the comment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:42:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7272B37B422; Wed, 16 May 2001 20:42:12 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3gCY68486; Wed, 16 May 2001 20:42:12 -0700 (PDT) (envelope-from hrs) Message-Id: <200105170342.f4H3gCY68486@freefall.freebsd.org> From: Hiroki Sato Date: Wed, 16 May 2001 20:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/05/16 20:42:12 PDT Modified files: ja_JP.eucJP/books/handbook/eresources chapter.sgml Log: Merge the following from the English version: 1.55 -> 1.58 eresources/chapter.sgml Revision Changes Path 1.20 +55 -27 doc/ja_JP.eucJP/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 20:51:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30F2837B422; Wed, 16 May 2001 20:51:29 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H3pTN69155; Wed, 16 May 2001 20:51:29 -0700 (PDT) (envelope-from dillon) Message-Id: <200105170351.f4H3pTN69155@freefall.freebsd.org> From: Matt Dillon Date: Wed, 16 May 2001 20:51:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c src/sys/sys ucred.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/05/16 20:51:29 PDT Modified files: (Branch: RELENG_4) sys/kern kern_prot.c sys/sys ucred.h Log: MFC cr_ref from u_short -> u_int MFC underflow test/panic for cr_ref MFC change crhold() to a function to reduce compatibility problems later on (note: crfree() is already a function) Reviewed on: arch Reported by: terry Moral Support by: alfred Revision Changes Path 1.53.2.7 +14 -1 src/sys/kern/kern_prot.c 1.14.2.4 +3 -3 src/sys/sys/ucred.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 21: 7: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from superconductor.rush.net (superconductor.rush.net [208.9.155.8]) by hub.freebsd.org (Postfix) with ESMTP id 4BBD737B423; Wed, 16 May 2001 21:07:03 -0700 (PDT) (envelope-from bright@superconductor.rush.net) Received: (from bright@localhost) by superconductor.rush.net (8.11.2/8.11.2) id f4H472w25845; Thu, 17 May 2001 00:07:02 -0400 (EDT) Date: Thu, 17 May 2001 00:07:01 -0400 From: Alfred Perlstein To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys ucred.h Message-ID: <20010517000701.L12365@superconductor.rush.net> References: <200105170351.f4H3pTN69155@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us In-Reply-To: <200105170351.f4H3pTN69155@freefall.freebsd.org>; from dillon@FreeBSD.org on Wed, May 16, 2001 at 08:51:29PM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Matt Dillon [010516 23:51] wrote: > dillon 2001/05/16 20:51:29 PDT > > Modified files: (Branch: RELENG_4) > sys/kern kern_prot.c > sys/sys ucred.h > Log: > MFC cr_ref from u_short -> u_int > MFC underflow test/panic for cr_ref > MFC change crhold() to a function to reduce compatibility problems later on > (note: crfree() is already a function) > > Reviewed on: arch > Reported by: terry > Moral Support by: alfred Hey, I try. :) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 21:34: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05FD337B424; Wed, 16 May 2001 21:34:03 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H4Y2Q75707; Wed, 16 May 2001 21:34:02 -0700 (PDT) (envelope-from dcs) Message-Id: <200105170434.f4H4Y2Q75707@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 16 May 2001 21:34:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2001/05/16 21:34:02 PDT Modified files: sys/boot/forth loader.4th Log: Allocate more memory if necessary. Revision Changes Path 1.20 +4 -1 src/sys/boot/forth/loader.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 21:40: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B85737B422; Wed, 16 May 2001 21:40:02 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H4e2876327; Wed, 16 May 2001 21:40:02 -0700 (PDT) (envelope-from bp) Message-Id: <200105170440.f4H4e2876327@freefall.freebsd.org> From: Boris Popov Date: Wed, 16 May 2001 21:40:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2001/05/16 21:40:02 PDT Modified files: sys/miscfs/union union_subr.c Log: Do not leave an extra reference on vnode. PR: kern/27250 Submitted by: "Vladimir B. Grebenschikov" MFC after: 2 weeks Revision Changes Path 1.50 +3 -7 src/sys/miscfs/union/union_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 21:53: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BBD537B422; Wed, 16 May 2001 21:52:58 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H4qw077057; Wed, 16 May 2001 21:52:58 -0700 (PDT) (envelope-from bp) Message-Id: <200105170452.f4H4qw077057@freefall.freebsd.org> From: Boris Popov Date: Wed, 16 May 2001 21:52:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union.h union_subr.c union_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2001/05/16 21:52:57 PDT Modified files: sys/miscfs/union union.h union_subr.c union_vnops.c Log: Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. Revision Changes Path 1.20 +1 -2 src/sys/miscfs/union/union.h 1.51 +5 -36 src/sys/miscfs/union/union_subr.c 1.82 +57 -25 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 21:55:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8474D37B423; Wed, 16 May 2001 21:55:37 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H4tbk77319; Wed, 16 May 2001 21:55:37 -0700 (PDT) (envelope-from gad) Message-Id: <200105170455.f4H4tbk77319@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 16 May 2001 21:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/05/16 21:55:37 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd printjob.c Log: [MFC from 2001/03/11] -r 1.35 Improve a few error messages wrt if= filters on remote print queues. Revision Changes Path 1.22.2.11 +27 -9 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 21:58:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3278237B422; Wed, 16 May 2001 21:58:26 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H4wQ077564; Wed, 16 May 2001 21:58:26 -0700 (PDT) (envelope-from bp) Message-Id: <200105170458.f4H4wQ077564@freefall.freebsd.org> From: Boris Popov Date: Wed, 16 May 2001 21:58:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2001/05/16 21:58:25 PDT Modified files: sys/miscfs/union union_vnops.c Log: VOP getwritemount() can be invoked on vnodes with VFREE flag set (used in snapshots code). At this point upper vp may not exist. Revision Changes Path 1.83 +13 -5 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 22: 1:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCCF637B42C; Wed, 16 May 2001 22:00:45 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H508j77749; Wed, 16 May 2001 22:00:08 -0700 (PDT) (envelope-from gad) Message-Id: <200105170500.f4H508j77749@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 16 May 2001 22:00:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/05/16 22:00:01 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd lpd.c Log: [MFC from 2001/03/11] -r 1.19 Change the usage() message to include the recently-added -4 and -6 options. Revision Changes Path 1.12.2.7 +16 -8 src/usr.sbin/lpr/lpd/lpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 22:56:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE1A437B422; Wed, 16 May 2001 22:56:16 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H5uGD92859; Wed, 16 May 2001 22:56:16 -0700 (PDT) (envelope-from gad) Message-Id: <200105170556.f4H5uGD92859@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 16 May 2001 22:56:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd modes.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/05/16 22:56:16 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd modes.c Log: [MFC from 2001/03/16] -r 1.7 Fix a number of warnings that come up when compiling with BDECFLAGS. Revision Changes Path 1.6.2.1 +8 -8 src/usr.sbin/lpr/lpd/modes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 22:59:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3E5737B422; Wed, 16 May 2001 22:59:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H5xgp93276; Wed, 16 May 2001 22:59:42 -0700 (PDT) (envelope-from peter) Message-Id: <200105170559.f4H5xgp93276@freefall.freebsd.org> From: Peter Wemm Date: Wed, 16 May 2001 22:59:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/16 22:59:42 PDT Modified files: . avail Log: Revert last commit, issue resolved. Revision Changes Path 1.144 +1 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23: 2:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B685637B423; Wed, 16 May 2001 23:02:18 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H62I293505; Wed, 16 May 2001 23:02:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105170602.f4H62I293505@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 May 2001 23:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint pkg-install Makefile distinfo pkg-plist ports/net/netsaint/files patch-aa patch-ae patch-ai ports/net/netsaint/scripts createuser ports/net/netsaint-plugins Makefile distinfo pkg-plist ports/net/netsaint-plugins/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/16 23:02:18 PDT Modified files: net/netsaint Makefile distinfo pkg-plist net/netsaint/files patch-aa patch-ae patch-ai net/netsaint-plugins Makefile distinfo pkg-plist net/netsaint-plugins/files patch-ab patch-ac net/netsaint-plugins/scripts configure Added files: net/netsaint pkg-install Removed files: net/netsaint/scripts createuser net/netsaint-plugins/scripts createuser Log: upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER Revision Changes Path 1.10 +5 -5 ports/net/netsaint/Makefile 1.5 +1 -1 ports/net/netsaint/distinfo 1.6 +2 -1 ports/net/netsaint/pkg-plist 1.5 +8 -3 ports/net/netsaint/files/patch-aa 1.2 +5 -5 ports/net/netsaint/files/patch-ae 1.4 +4 -4 ports/net/netsaint/files/patch-ai 1.11 +4 -8 ports/net/netsaint-plugins/Makefile 1.5 +1 -1 ports/net/netsaint-plugins/distinfo 1.5 +2 -0 ports/net/netsaint-plugins/pkg-plist 1.5 +26 -15 ports/net/netsaint-plugins/files/patch-ab 1.2 +7 -6 ports/net/netsaint-plugins/files/patch-ac 1.2 +2 -2 ports/net/netsaint-plugins/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ABC537B423; Wed, 16 May 2001 23:06:29 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H66T996516; Wed, 16 May 2001 23:06:29 -0700 (PDT) (envelope-from gad) Message-Id: <200105170606.f4H66T996516@freefall.freebsd.org> From: Garance A Drosehn Date: Wed, 16 May 2001 23:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source common.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gad 2001/05/16 23:06:28 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/common_source common.c Log: ....[MFC from 2001/04/05] -r 1.18 Make sure the euid is restored in an obscure error situation. Submitted by: J Wunsch in freebsd-audit Revision Changes Path 1.12.2.6 +5 -4 src/usr.sbin/lpr/common_source/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23:15:24 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id BDFEC37B423; Wed, 16 May 2001 23:15:19 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4H6FEf14474; Thu, 17 May 2001 02:15:14 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 17 May 2001 02:15:14 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, imp@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys ucred.h In-Reply-To: <200105170351.f4H3pTN69155@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Note that this may break binary compatibility for kernel modules that relied on the existing crhold() macro. As such, this probably needs a warning in UPDATING that modules must be recompiled, especially since this is in -STABLE. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 16 May 2001, Matt Dillon wrote: > dillon 2001/05/16 20:51:29 PDT > > Modified files: (Branch: RELENG_4) > sys/kern kern_prot.c > sys/sys ucred.h > Log: > MFC cr_ref from u_short -> u_int > MFC underflow test/panic for cr_ref > MFC change crhold() to a function to reduce compatibility problems later on > (note: crfree() is already a function) > > Reviewed on: arch > Reported by: terry > Moral Support by: alfred > > Revision Changes Path > 1.53.2.7 +14 -1 src/sys/kern/kern_prot.c > 1.14.2.4 +3 -3 src/sys/sys/ucred.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23:16:45 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id DF72937B422; Wed, 16 May 2001 23:16:38 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4H6GcE01157; Thu, 17 May 2001 00:16:38 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105170616.f4H6GcE01157@harmony.village.org> To: Robert Watson Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys ucred.h Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 17 May 2001 02:15:14 EDT." References: Date: Thu, 17 May 2001 00:16:38 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Robert Watson writes: : Note that this may break binary compatibility for kernel modules that : relied on the existing crhold() macro. As such, this probably needs a : warning in UPDATING that modules must be recompiled, especially since this : is in -STABLE. You are right, but any idea if such modules exist? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23:33:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FA0237B42C; Wed, 16 May 2001 23:33:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H6XPZ98742; Wed, 16 May 2001 23:33:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105170633.f4H6XPZ98742@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 16 May 2001 23:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ripmime Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/16 23:33:25 PDT Modified files: mail/ripmime Makefile distinfo Log: upgrade to 1.0.0pr4 PR: 27026 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/mail/ripmime/Makefile 1.2 +1 -1 ports/mail/ripmime/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23:49:19 2001 Delivered-To: cvs-all@freebsd.org Received: from mx1.zsea.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 3B60837B642 for ; Wed, 16 May 2001 23:49:12 -0700 (PDT) (envelope-from laa@laa.zp.ua) Received: (from laa@localhost) by mx1.zsea.zp.ua with œ id f4H6mhA13649; Thu, 17 May 2001 09:48:43 +0300 (EEST) (envelope-from laa@laa.zp.ua)œ Date: Thu, 17 May 2001 09:48:43 +0300 From: Alexandr Listopad To: Gerhard Sittig Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20010517094843.B13545@laa.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20010516221526.B253@speedy.gsinet> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 10:15:26PM +0200, Gerhard Sittig wrote: > On Wed, May 16, 2001 at 12:01 -0700, Warner Losh wrote: > > Modified files: > > share/termcap termcap.src > > Log: > > Add entry for cygwin, the Cygnus Windows emulator. > > Any chance of including "teraterm", too? It's one of the few > Windows ssh clients (actually a terminal program with a ssh > plugin), highly flexible, available in source form and for free. What about PuTTY? This is another windows ssh client, which is very nice for me. > That's why it's very functional and rather wide spread (at least > around here since some other programs like SecureCRT cannot be > gotten legally IIUC -- or it wasn't available when I did search > for ssh clients quite a few years ago). -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 16 23:59: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D88BA37B422; Wed, 16 May 2001 23:58:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H6wvg01285; Wed, 16 May 2001 23:58:57 -0700 (PDT) (envelope-from ru) Message-Id: <200105170658.f4H6wvg01285@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 16 May 2001 23:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/16 23:58:57 PDT Modified files: share/man/man5 make.conf.5 Log: Removed reference to non-existing make(7). PR: docs/27392 Submitted by: Hendrik Scholz Revision Changes Path 1.16 +1 -2 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 0: 8:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB5D037B422; Thu, 17 May 2001 00:08:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H78cd04607; Thu, 17 May 2001 00:08:38 -0700 (PDT) (envelope-from ru) Message-Id: <200105170708.f4H78cd04607@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 00:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 00:08:38 PDT Modified files: (Branch: RELENG_4) share/man/man5 make.conf.5 Log: MFC: 1.15 (markup fixes), 1.16 (removed bogus xref). Revision Changes Path 1.12.2.2 +107 -108 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 0:10:49 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4801737B424; Thu, 17 May 2001 00:10:40 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4H7Aa834498; Thu, 17 May 2001 10:10:36 +0300 (EEST) (envelope-from ru) Date: Thu, 17 May 2001 10:10:36 +0300 From: Ruslan Ermilov To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/coda coda_vfsops.c src/sys/fs/devfs devfs_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_subr.c ... Message-ID: <20010517101036.C31873@sunbay.com> Mail-Followup-To: Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105161804.f4GI4bV81778@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105161804.f4GI4bV81778@freefall.freebsd.org>; from iedowse@FreeBSD.org on Wed, May 16, 2001 at 11:04:37AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 16, 2001 at 11:04:37AM -0700, Ian Dowse wrote: [...] > > This commit also fixes a vnode reference leak in devfs, which could > result in idle devfs filesystems that refuse to unmount. > Does this fix the case when DEVFS can't be unmounted on reboot? -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 0:24: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4DE37B422; Thu, 17 May 2001 00:24:04 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H7O4L06079; Thu, 17 May 2001 00:24:04 -0700 (PDT) (envelope-from mckusick) Message-Id: <200105170724.f4H7O4L06079@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 17 May 2001 00:24:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c softdep.h src/sys/ufs/ufs ufs_extern.h ufs_lookup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/05/17 00:24:03 PDT Modified files: sys/ufs/ffs ffs_softdep.c softdep.h sys/ufs/ufs ufs_extern.h ufs_lookup.c Log: When a new block is allocated to a directory, an fsync of a file whose name is within that block must ensure not only that the block containing the file name has been written, but also that the on-disk directory inode references that block. When a new directory block is created, we allocate a newdirblk structure which is linked to the associated allocdirect (on its ad_newdirblk list). When the allocdirect has been satisfied, the newdirblk structure is moved to the inodedep id_bufwait list of its directory to await the inode being written. When the inode is written, the directory entries are fully committed and can be deleted from their pagedep->id_pendinghd and inodedep->id_pendinghd lists. Revision Changes Path 1.95 +166 -22 src/sys/ufs/ffs/ffs_softdep.c 1.13 +50 -11 src/sys/ufs/ffs/softdep.h 1.35 +3 -3 src/sys/ufs/ufs/ufs_extern.h 1.49 +27 -7 src/sys/ufs/ufs/ufs_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 0:34:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F2BC37B422; Thu, 17 May 2001 00:34:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H7Ymg06925; Thu, 17 May 2001 00:34:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105170734.f4H7Ymg06925@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 17 May 2001 00:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/socks5 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/17 00:34:48 PDT Modified files: net/socks5 Makefile pkg-plist Log: installs examples and docs Bump PORTREVISION PR: 27083 Submitted by: Dimitry Andric Revision Changes Path 1.39 +11 -3 ports/net/socks5/Makefile 1.8 +15 -1 ports/net/socks5/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 0:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5FE37B423; Thu, 17 May 2001 00:36:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H7aHH07120; Thu, 17 May 2001 00:36:17 -0700 (PDT) (envelope-from ru) Message-Id: <200105170736.f4H7aHH07120@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 00:36:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys open.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 00:36:16 PDT Modified files: (Branch: RELENG_4) lib/libc/sys open.2 Log: MFC: 1.14 (document O_NOFOLLOW and O_FSYNC flags to open) Revision Changes Path 1.11.2.3 +22 -1 src/lib/libc/sys/open.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:15:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C3F937B422; Thu, 17 May 2001 01:15:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8Fbv13971; Thu, 17 May 2001 01:15:37 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105170815.f4H8Fbv13971@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 01:15:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-security::manager::Makefile.in patch-ap patch-qt ports/www/mozilla-embedded pkg-plist ports/www/mozilla-headers pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 01:15:37 PDT Modified files: www/mozilla Makefile distinfo pkg-plist www/mozilla/files patch-ap patch-qt www/mozilla-embedded pkg-plist www/mozilla-headers pkg-plist Added files: www/mozilla/files patch-security::manager::Makefile.in Log: Update to 0.9. Not objected to by: gnome@FreeBSD.org Revision Changes Path 1.61 +9 -6 ports/www/mozilla/Makefile 1.34 +1 -1 ports/www/mozilla/distinfo 1.35 +215 -30 ports/www/mozilla/pkg-plist 1.4 +8 -19 ports/www/mozilla/files/patch-ap 1.7 +21 -10 ports/www/mozilla/files/patch-qt 1.9 +10 -0 ports/www/mozilla-embedded/pkg-plist 1.5 +181 -149 ports/www/mozilla-headers/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:17: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB01C37B422; Thu, 17 May 2001 01:17:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8H4w14271; Thu, 17 May 2001 01:17:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105170817.f4H8H4w14271@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 01:17:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile distinfo pkg-plist ports/www/galeon/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 01:17:04 PDT Modified files: www/galeon Makefile distinfo pkg-plist www/galeon/files patch-ab Log: Update to 0.10.6. Revision Changes Path 1.30 +4 -8 ports/www/galeon/Makefile 1.16 +1 -1 ports/www/galeon/distinfo 1.15 +5 -25 ports/www/galeon/pkg-plist 1.8 +8 -4 ports/www/galeon/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:21:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6615737B424; Thu, 17 May 2001 01:21:10 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8LAr14770; Thu, 17 May 2001 01:21:10 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200105170821.f4H8LAr14770@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 17 May 2001 01:21:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtkyahoo Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/05/17 01:21:10 PDT Modified files: net/gtkyahoo Makefile pkg-descr Log: Add USE_BISON. Change MAINTAINER to , with current maintainers consent. Submitted by: Anders Andersson Revision Changes Path 1.6 +3 -2 ports/net/gtkyahoo/Makefile 1.2 +1 -2 ports/net/gtkyahoo/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:21:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28EAC37B424; Thu, 17 May 2001 01:21:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8LOx14799; Thu, 17 May 2001 01:21:24 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200105170821.f4H8LOx14799@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 17 May 2001 01:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/05/17 01:21:24 PDT Modified files: Mk bsd.sites.mk Log: Fix subdir of ftp.cpan.org. Revision Changes Path 1.55 +2 -2 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:22:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B97B837B62D; Thu, 17 May 2001 01:21:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8LT814809; Thu, 17 May 2001 01:21:29 -0700 (PDT) (envelope-from peter) Message-Id: <200105170821.f4H8LT814809@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:21:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:21:29 PDT src/contrib/ncurses - Imported sources Update of /home/ncvs/src/contrib/ncurses In directory freefall.freebsd.org:/c/tmp/cvs-serv14547 Log Message: Import ncurses-5.2-20010512 onto the vendor branch Obtained from: ftp://dickey.his.com/ncurses/ Status: Vendor Tag: NCURSES Release Tags: v5_2_20010512 U src/contrib/ncurses/INSTALL U src/contrib/ncurses/MANIFEST U src/contrib/ncurses/Makefile.glibc U src/contrib/ncurses/Makefile.in U src/contrib/ncurses/Makefile.os2 U src/contrib/ncurses/NEWS U src/contrib/ncurses/README U src/contrib/ncurses/README.emx U src/contrib/ncurses/README.glibc U src/contrib/ncurses/TO-DO U src/contrib/ncurses/announce.html.in U src/contrib/ncurses/config.guess U src/contrib/ncurses/config.sub U src/contrib/ncurses/configure U src/contrib/ncurses/configure.in U src/contrib/ncurses/convert_configure.pl U src/contrib/ncurses/ANNOUNCE U src/contrib/ncurses/install-sh U src/contrib/ncurses/mk-0th.awk U src/contrib/ncurses/mk-1st.awk U src/contrib/ncurses/mk-2nd.awk U src/contrib/ncurses/mkinstalldirs U src/contrib/ncurses/tar-copy.sh U src/contrib/ncurses/dist.mk U src/contrib/ncurses/aclocal.m4 U src/contrib/ncurses/c++/NEWS U src/contrib/ncurses/c++/PROBLEMS U src/contrib/ncurses/c++/README-first U src/contrib/ncurses/c++/cursesapp.h U src/contrib/ncurses/c++/cursesm.cc U src/contrib/ncurses/c++/cursesm.h U src/contrib/ncurses/c++/cursesmain.cc U src/contrib/ncurses/c++/cursesp.h U src/contrib/ncurses/c++/cursslk.h U src/contrib/ncurses/c++/headers U src/contrib/ncurses/c++/modules U src/contrib/ncurses/c++/etip.h.in U src/contrib/ncurses/c++/demo.cc U src/contrib/ncurses/c++/cursespad.cc U src/contrib/ncurses/c++/cursslk.cc U src/contrib/ncurses/c++/cursesapp.cc U src/contrib/ncurses/c++/edit_cfg.sh U src/contrib/ncurses/c++/cursesp.cc U src/contrib/ncurses/c++/cursesf.h U src/contrib/ncurses/c++/cursesf.cc U src/contrib/ncurses/c++/internal.h U src/contrib/ncurses/c++/cursesw.cc U src/contrib/ncurses/c++/cursesw.h U src/contrib/ncurses/c++/Makefile.in N src/contrib/ncurses/doc/ncurses-intro.doc N src/contrib/ncurses/doc/hackguide.doc U src/contrib/ncurses/doc/html/hackguide.html U src/contrib/ncurses/doc/html/ncurses-intro.html U src/contrib/ncurses/doc/html/announce.html U src/contrib/ncurses/form/READ.ME U src/contrib/ncurses/form/fld_arg.c U src/contrib/ncurses/form/fld_attr.c U src/contrib/ncurses/form/fld_current.c U src/contrib/ncurses/form/fld_def.c U src/contrib/ncurses/form/fld_dup.c U src/contrib/ncurses/form/fld_ftchoice.c U src/contrib/ncurses/form/fld_ftlink.c U src/contrib/ncurses/form/fld_info.c U src/contrib/ncurses/form/fld_just.c U src/contrib/ncurses/form/fld_link.c U src/contrib/ncurses/form/fld_max.c U src/contrib/ncurses/form/fld_move.c U src/contrib/ncurses/form/fld_newftyp.c U src/contrib/ncurses/form/fld_opts.c U src/contrib/ncurses/form/fld_pad.c U src/contrib/ncurses/form/fld_page.c U src/contrib/ncurses/form/fld_stat.c U src/contrib/ncurses/form/fld_type.c U src/contrib/ncurses/form/fld_user.c U src/contrib/ncurses/form/form.h U src/contrib/ncurses/form/form.priv.h U src/contrib/ncurses/form/frm_cursor.c U src/contrib/ncurses/form/headers U src/contrib/ncurses/form/frm_data.c U src/contrib/ncurses/form/frm_def.c U src/contrib/ncurses/form/frm_driver.c U src/contrib/ncurses/form/frm_hook.c U src/contrib/ncurses/form/frm_opts.c U src/contrib/ncurses/form/frm_page.c U src/contrib/ncurses/form/frm_post.c U src/contrib/ncurses/form/frm_req_name.c U src/contrib/ncurses/form/frm_scale.c U src/contrib/ncurses/form/frm_sub.c U src/contrib/ncurses/form/frm_user.c U src/contrib/ncurses/form/frm_win.c U src/contrib/ncurses/form/fty_alnum.c U src/contrib/ncurses/form/fty_alpha.c U src/contrib/ncurses/form/fty_int.c U src/contrib/ncurses/form/fty_ipv4.c U src/contrib/ncurses/form/fty_num.c U src/contrib/ncurses/form/fty_regex.c U src/contrib/ncurses/form/llib-lform U src/contrib/ncurses/form/modules U src/contrib/ncurses/form/Makefile.in U src/contrib/ncurses/form/fty_enum.c U src/contrib/ncurses/include/Caps U src/contrib/ncurses/include/MKhashsize.sh U src/contrib/ncurses/include/headers U src/contrib/ncurses/include/nc_panel.h U src/contrib/ncurses/include/unctrl.h.in U src/contrib/ncurses/include/capdefaults.c U src/contrib/ncurses/include/term_entry.h U src/contrib/ncurses/include/nc_alloc.h U src/contrib/ncurses/include/MKterm.h.awk.in U src/contrib/ncurses/include/Makefile.in U src/contrib/ncurses/include/MKncurses_def.sh U src/contrib/ncurses/include/ncurses_cfg.hin U src/contrib/ncurses/include/tic.h U src/contrib/ncurses/include/edit_cfg.sh U src/contrib/ncurses/include/curses.h.in U src/contrib/ncurses/include/MKparametrized.sh U src/contrib/ncurses/include/ncurses_defs U src/contrib/ncurses/include/termcap.h.in N src/contrib/ncurses/include/ncurses_dll.h U src/contrib/ncurses/man/curs_addch.3x U src/contrib/ncurses/man/curs_addchstr.3x U src/contrib/ncurses/man/curs_beep.3x U src/contrib/ncurses/man/curs_clear.3x U src/contrib/ncurses/man/curs_deleteln.3x U src/contrib/ncurses/man/curs_terminfo.3x U src/contrib/ncurses/man/curs_bkgd.3x U src/contrib/ncurses/man/curs_getyx.3x U src/contrib/ncurses/man/curs_inch.3x U src/contrib/ncurses/man/curs_addstr.3x U src/contrib/ncurses/man/curs_inopts.3x U src/contrib/ncurses/man/curs_delch.3x U src/contrib/ncurses/man/curs_insstr.3x U src/contrib/ncurses/man/curs_insch.3x U src/contrib/ncurses/man/curs_move.3x U src/contrib/ncurses/man/curs_slk.3x U src/contrib/ncurses/man/curs_overlay.3x U src/contrib/ncurses/man/curs_print.3x U src/contrib/ncurses/man/curs_printw.3x U src/contrib/ncurses/man/curs_instr.3x U src/contrib/ncurses/man/curs_scr_dump.3x U src/contrib/ncurses/man/curs_refresh.3x U src/contrib/ncurses/man/curs_util.3x U src/contrib/ncurses/man/curs_window.3x U src/contrib/ncurses/man/define_key.3x U src/contrib/ncurses/man/form.3x U src/contrib/ncurses/man/form_cursor.3x U src/contrib/ncurses/man/form_data.3x U src/contrib/ncurses/man/form_driver.3x U src/contrib/ncurses/man/form_field.3x U src/contrib/ncurses/man/form_field_attributes.3x U src/contrib/ncurses/man/keyok.3x U src/contrib/ncurses/man/form_hook.3x U src/contrib/ncurses/man/form_new.3x U src/contrib/ncurses/man/form_new_page.3x U src/contrib/ncurses/man/form_field_buffer.3x U src/contrib/ncurses/man/form_field_just.3x U src/contrib/ncurses/man/form_field_new.3x U src/contrib/ncurses/man/form_field_opts.3x U src/contrib/ncurses/man/form_opts.3x U src/contrib/ncurses/man/form_field_userptr.3x U src/contrib/ncurses/man/form_field_validation.3x U src/contrib/ncurses/man/menu_attributes.3x U src/contrib/ncurses/man/form_page.3x U src/contrib/ncurses/man/form_post.3x U src/contrib/ncurses/man/form_requestname.3x U src/contrib/ncurses/man/form_userptr.3x U src/contrib/ncurses/man/form_win.3x U src/contrib/ncurses/man/keybound.3x U src/contrib/ncurses/man/make_sed.sh U src/contrib/ncurses/man/menu.3x U src/contrib/ncurses/man/menu_cursor.3x U src/contrib/ncurses/man/menu_driver.3x U src/contrib/ncurses/man/menu_format.3x U src/contrib/ncurses/man/menu_hook.3x U src/contrib/ncurses/man/menu_items.3x U src/contrib/ncurses/man/menu_mark.3x U src/contrib/ncurses/man/menu_new.3x U src/contrib/ncurses/man/menu_opts.3x U src/contrib/ncurses/man/menu_pattern.3x U src/contrib/ncurses/man/menu_post.3x U src/contrib/ncurses/man/menu_requestname.3x U src/contrib/ncurses/man/menu_spacing.3x U src/contrib/ncurses/man/menu_userptr.3x U src/contrib/ncurses/man/menu_win.3x U src/contrib/ncurses/man/mitem_current.3x U src/contrib/ncurses/man/mitem_name.3x U src/contrib/ncurses/man/mitem_new.3x U src/contrib/ncurses/man/mitem_opts.3x U src/contrib/ncurses/man/mitem_userptr.3x U src/contrib/ncurses/man/mitem_value.3x U src/contrib/ncurses/man/mitem_visible.3x U src/contrib/ncurses/man/resizeterm.3x U src/contrib/ncurses/man/term.7 U src/contrib/ncurses/man/terminfo.head U src/contrib/ncurses/man/wresize.3x U src/contrib/ncurses/man/curs_termcap.3x U src/contrib/ncurses/man/curs_termattrs.3x U src/contrib/ncurses/man/term.5 U src/contrib/ncurses/man/curs_border.3x U src/contrib/ncurses/man/panel.3x U src/contrib/ncurses/man/clear.1 U src/contrib/ncurses/man/curs_scroll.3x U src/contrib/ncurses/man/MKterminfo.sh U src/contrib/ncurses/man/curs_outopts.3x U src/contrib/ncurses/man/infotocap.1m U src/contrib/ncurses/man/curs_kernel.3x U src/contrib/ncurses/man/man_db.renames U src/contrib/ncurses/man/form_field_info.3x U src/contrib/ncurses/man/curs_getch.3x U src/contrib/ncurses/man/curs_pad.3x U src/contrib/ncurses/man/curs_extend.3x U src/contrib/ncurses/man/curs_getstr.3x U src/contrib/ncurses/man/curs_inchstr.3x U src/contrib/ncurses/man/curs_attr.3x U src/contrib/ncurses/man/curs_mouse.3x U src/contrib/ncurses/man/curs_touch.3x U src/contrib/ncurses/man/curs_color.3x U src/contrib/ncurses/man/curs_initscr.3x U src/contrib/ncurses/man/default_colors.3x U src/contrib/ncurses/man/form_fieldtype.3x U src/contrib/ncurses/man/curs_scanw.3x U src/contrib/ncurses/man/captoinfo.1m U src/contrib/ncurses/man/curs_trace.3x U src/contrib/ncurses/man/toe.1m U src/contrib/ncurses/man/Makefile.in U src/contrib/ncurses/man/tic.1m U src/contrib/ncurses/man/infocmp.1m U src/contrib/ncurses/man/tput.1 U src/contrib/ncurses/man/tset.1 U src/contrib/ncurses/man/manlinks.sed U src/contrib/ncurses/man/ncurses.3x U src/contrib/ncurses/man/terminfo.tail U src/contrib/ncurses/menu/READ.ME U src/contrib/ncurses/menu/eti.h U src/contrib/ncurses/menu/headers U src/contrib/ncurses/menu/llib-lmenu U src/contrib/ncurses/menu/m_attribs.c U src/contrib/ncurses/menu/m_cursor.c U src/contrib/ncurses/menu/m_driver.c U src/contrib/ncurses/menu/m_format.c U src/contrib/ncurses/menu/m_global.c U src/contrib/ncurses/menu/m_hook.c U src/contrib/ncurses/menu/m_item_cur.c U src/contrib/ncurses/menu/m_item_nam.c U src/contrib/ncurses/menu/m_item_new.c U src/contrib/ncurses/menu/m_item_opt.c U src/contrib/ncurses/menu/m_item_top.c U src/contrib/ncurses/menu/m_item_use.c U src/contrib/ncurses/menu/m_item_val.c U src/contrib/ncurses/menu/m_item_vis.c U src/contrib/ncurses/menu/m_items.c U src/contrib/ncurses/menu/m_new.c U src/contrib/ncurses/menu/m_opts.c U src/contrib/ncurses/menu/m_pad.c U src/contrib/ncurses/menu/m_pattern.c U src/contrib/ncurses/menu/m_sub.c U src/contrib/ncurses/menu/m_post.c U src/contrib/ncurses/menu/m_req_name.c U src/contrib/ncurses/menu/m_scale.c U src/contrib/ncurses/menu/m_spacing.c U src/contrib/ncurses/menu/m_userptr.c U src/contrib/ncurses/menu/m_win.c U src/contrib/ncurses/menu/menu.priv.h U src/contrib/ncurses/menu/modules U src/contrib/ncurses/menu/menu.h U src/contrib/ncurses/menu/mf_common.h U src/contrib/ncurses/menu/Makefile.in U src/contrib/ncurses/misc/chkdef.cmd U src/contrib/ncurses/misc/cleantic.cmd U src/contrib/ncurses/misc/cmpdef.cmd U src/contrib/ncurses/misc/form.ref U src/contrib/ncurses/misc/makedef.cmd U src/contrib/ncurses/misc/makellib U src/contrib/ncurses/misc/menu.def U src/contrib/ncurses/misc/menu.ref U src/contrib/ncurses/misc/ncurses.def U src/contrib/ncurses/misc/ncurses.ref U src/contrib/ncurses/misc/panel.ref U src/contrib/ncurses/misc/tdlint U src/contrib/ncurses/misc/terminfo.src U src/contrib/ncurses/misc/shlib U src/contrib/ncurses/misc/form.def U src/contrib/ncurses/misc/panel.def U src/contrib/ncurses/misc/indent.pro U src/contrib/ncurses/misc/emx.src U src/contrib/ncurses/misc/Makefile.in U src/contrib/ncurses/misc/run_tic.in U src/contrib/ncurses/misc/tabset/std U src/contrib/ncurses/misc/tabset/stdcrt U src/contrib/ncurses/misc/tabset/vt100 U src/contrib/ncurses/misc/tabset/vt300 U src/contrib/ncurses/ncurses/README U src/contrib/ncurses/ncurses/SigAction.h U src/contrib/ncurses/ncurses/fifo_defs.h U src/contrib/ncurses/ncurses/modules U src/contrib/ncurses/ncurses/curses.priv.h U src/contrib/ncurses/ncurses/llib-lncurses U src/contrib/ncurses/ncurses/Makefile.in U src/contrib/ncurses/ncurses/base/MKkeyname.awk U src/contrib/ncurses/ncurses/base/README U src/contrib/ncurses/ncurses/base/define_key.c U src/contrib/ncurses/ncurses/base/keybound.c U src/contrib/ncurses/ncurses/base/keyok.c U src/contrib/ncurses/ncurses/base/lib_bkgd.c U src/contrib/ncurses/ncurses/base/lib_scroll.c U src/contrib/ncurses/ncurses/base/lib_chgat.c U src/contrib/ncurses/ncurses/base/lib_clear.c U src/contrib/ncurses/ncurses/base/lib_clearok.c U src/contrib/ncurses/ncurses/base/lib_clrbot.c U src/contrib/ncurses/ncurses/base/lib_clreol.c U src/contrib/ncurses/ncurses/base/lib_colorset.c U src/contrib/ncurses/ncurses/base/lib_delch.c U src/contrib/ncurses/ncurses/base/lib_delwin.c U src/contrib/ncurses/ncurses/base/lib_echo.c U src/contrib/ncurses/ncurses/base/lib_endwin.c U src/contrib/ncurses/ncurses/base/lib_erase.c U src/contrib/ncurses/ncurses/base/lib_getstr.c U src/contrib/ncurses/ncurses/base/lib_scrreg.c U src/contrib/ncurses/ncurses/base/lib_immedok.c U src/contrib/ncurses/ncurses/base/tries.c U src/contrib/ncurses/ncurses/base/lib_inchstr.c U src/contrib/ncurses/ncurses/base/lib_initscr.c U src/contrib/ncurses/ncurses/base/lib_insch.c U src/contrib/ncurses/ncurses/base/lib_insdel.c U src/contrib/ncurses/ncurses/base/lib_instr.c U src/contrib/ncurses/ncurses/base/lib_isendwin.c U src/contrib/ncurses/ncurses/base/lib_leaveok.c U src/contrib/ncurses/ncurses/base/lib_move.c U src/contrib/ncurses/ncurses/base/lib_mvwin.c U src/contrib/ncurses/ncurses/base/lib_overlay.c U src/contrib/ncurses/ncurses/base/lib_printw.c U src/contrib/ncurses/ncurses/base/lib_redrawln.c U src/contrib/ncurses/ncurses/base/lib_scanw.c U src/contrib/ncurses/ncurses/base/lib_screen.c U src/contrib/ncurses/ncurses/base/lib_box.c U src/contrib/ncurses/ncurses/base/lib_scrollok.c U src/contrib/ncurses/ncurses/base/lib_slklab.c U src/contrib/ncurses/ncurses/base/lib_slkset.c U src/contrib/ncurses/ncurses/base/lib_touch.c U src/contrib/ncurses/ncurses/base/lib_slkatr_set.c U src/contrib/ncurses/ncurses/base/lib_vline.c U src/contrib/ncurses/ncurses/base/lib_addstr.c U src/contrib/ncurses/ncurses/base/lib_nl.c U src/contrib/ncurses/ncurses/base/lib_window.c U src/contrib/ncurses/ncurses/base/lib_slkatrof.c U src/contrib/ncurses/ncurses/base/lib_slkatron.c U src/contrib/ncurses/ncurses/base/lib_slkatrset.c U src/contrib/ncurses/ncurses/base/lib_slkattr.c U src/contrib/ncurses/ncurses/base/lib_slkclear.c U src/contrib/ncurses/ncurses/base/lib_slkcolor.c U src/contrib/ncurses/ncurses/base/lib_slkinit.c U src/contrib/ncurses/ncurses/base/lib_slkrefr.c U src/contrib/ncurses/ncurses/base/lib_slktouch.c U src/contrib/ncurses/ncurses/base/lib_ungetch.c U src/contrib/ncurses/ncurses/base/lib_wattroff.c U src/contrib/ncurses/ncurses/base/lib_wattron.c U src/contrib/ncurses/ncurses/base/memmove.c U src/contrib/ncurses/ncurses/base/nc_panel.c U src/contrib/ncurses/ncurses/base/resizeterm.c U src/contrib/ncurses/ncurses/base/sigaction.c U src/contrib/ncurses/ncurses/base/vsscanf.c U src/contrib/ncurses/ncurses/base/safe_sprintf.c U src/contrib/ncurses/ncurses/base/lib_beep.c U src/contrib/ncurses/ncurses/base/lib_flash.c U src/contrib/ncurses/ncurses/base/lib_slk.c U src/contrib/ncurses/ncurses/base/lib_freeall.c U src/contrib/ncurses/ncurses/base/version.c U src/contrib/ncurses/ncurses/base/lib_insstr.c U src/contrib/ncurses/ncurses/base/wresize.c U src/contrib/ncurses/ncurses/base/MKunctrl.awk U src/contrib/ncurses/ncurses/base/lib_newwin.c U src/contrib/ncurses/ncurses/base/lib_pad.c U src/contrib/ncurses/ncurses/base/lib_refresh.c U src/contrib/ncurses/ncurses/base/lib_addch.c U src/contrib/ncurses/ncurses/base/lib_hline.c U src/contrib/ncurses/ncurses/base/lib_dft_fgbg.c U src/contrib/ncurses/ncurses/base/lib_newterm.c U src/contrib/ncurses/ncurses/base/MKlib_gen.sh U src/contrib/ncurses/ncurses/base/lib_winch.c U src/contrib/ncurses/ncurses/base/lib_color.c U src/contrib/ncurses/ncurses/base/lib_restart.c U src/contrib/ncurses/ncurses/base/lib_set_term.c U src/contrib/ncurses/ncurses/base/lib_mouse.c U src/contrib/ncurses/ncurses/base/lib_getch.c U src/contrib/ncurses/ncurses/tinfo/MKcaptab.awk U src/contrib/ncurses/ncurses/tinfo/MKfallback.sh U src/contrib/ncurses/ncurses/tinfo/MKnames.awk U src/contrib/ncurses/ncurses/tinfo/README U src/contrib/ncurses/ncurses/tinfo/comp_expand.c U src/contrib/ncurses/ncurses/tinfo/comp_hash.c U src/contrib/ncurses/ncurses/tinfo/doalloc.c U src/contrib/ncurses/ncurses/tinfo/getenv_num.c U src/contrib/ncurses/ncurses/tinfo/keys.list U src/contrib/ncurses/ncurses/tinfo/lib_acs.c U src/contrib/ncurses/ncurses/tinfo/lib_cur_term.c U src/contrib/ncurses/ncurses/tinfo/lib_data.c U src/contrib/ncurses/ncurses/tinfo/lib_has_cap.c U src/contrib/ncurses/ncurses/tinfo/lib_kernel.c U src/contrib/ncurses/ncurses/tinfo/lib_longname.c U src/contrib/ncurses/ncurses/tinfo/lib_print.c U src/contrib/ncurses/ncurses/tinfo/lib_termname.c U src/contrib/ncurses/ncurses/tinfo/name_match.c U src/contrib/ncurses/ncurses/tinfo/init_keytry.c U src/contrib/ncurses/ncurses/tinfo/lib_ttyflags.c U src/contrib/ncurses/ncurses/tinfo/comp_error.c U src/contrib/ncurses/ncurses/tinfo/lib_ti.c C src/contrib/ncurses/ncurses/tinfo/lib_termcap.c U src/contrib/ncurses/ncurses/tinfo/lib_setup.c U src/contrib/ncurses/ncurses/tinfo/make_keys.c U src/contrib/ncurses/ncurses/tinfo/alloc_entry.c U src/contrib/ncurses/ncurses/tinfo/add_tries.c U src/contrib/ncurses/ncurses/tinfo/captoinfo.c U src/contrib/ncurses/ncurses/tinfo/lib_napms.c U src/contrib/ncurses/ncurses/tinfo/setbuf.c U src/contrib/ncurses/ncurses/tinfo/free_ttype.c C src/contrib/ncurses/ncurses/tinfo/lib_raw.c U src/contrib/ncurses/ncurses/tinfo/alloc_ttype.c U src/contrib/ncurses/ncurses/tinfo/lib_options.c U src/contrib/ncurses/ncurses/tinfo/lib_tgoto.c C src/contrib/ncurses/ncurses/tinfo/comp_scan.c U src/contrib/ncurses/ncurses/tinfo/strings.c U src/contrib/ncurses/ncurses/tinfo/parse_entry.c U src/contrib/ncurses/ncurses/tinfo/comp_parse.c U src/contrib/ncurses/ncurses/tinfo/write_entry.c U src/contrib/ncurses/ncurses/tinfo/home_terminfo.c U src/contrib/ncurses/ncurses/tinfo/lib_tputs.c U src/contrib/ncurses/ncurses/tinfo/lib_baudrate.c U src/contrib/ncurses/ncurses/tinfo/access.c U src/contrib/ncurses/ncurses/tinfo/read_entry.c U src/contrib/ncurses/ncurses/tinfo/lib_tparm.c U src/contrib/ncurses/ncurses/tinfo/read_termcap.c U src/contrib/ncurses/ncurses/trace/README U src/contrib/ncurses/ncurses/trace/lib_tracedmp.c U src/contrib/ncurses/ncurses/trace/lib_tracemse.c U src/contrib/ncurses/ncurses/trace/trace_buf.c U src/contrib/ncurses/ncurses/trace/trace_tries.c U src/contrib/ncurses/ncurses/trace/trace_xnames.c U src/contrib/ncurses/ncurses/trace/lib_trace.c U src/contrib/ncurses/ncurses/trace/lib_tracechr.c U src/contrib/ncurses/ncurses/trace/lib_traceatr.c U src/contrib/ncurses/ncurses/trace/lib_tracebits.c U src/contrib/ncurses/ncurses/tty/hardscroll.c U src/contrib/ncurses/ncurses/tty/tty_input.h U src/contrib/ncurses/ncurses/tty/hashmap.c U src/contrib/ncurses/ncurses/tty/tty_display.h U src/contrib/ncurses/ncurses/tty/MKexpanded.sh U src/contrib/ncurses/ncurses/tty/lib_twait.c U src/contrib/ncurses/ncurses/tty/lib_tstp.c U src/contrib/ncurses/ncurses/tty/lib_mvcur.c U src/contrib/ncurses/ncurses/tty/tty_update.c U src/contrib/ncurses/ncurses/tty/lib_vidattr.c U src/contrib/ncurses/panel/headers U src/contrib/ncurses/panel/modules U src/contrib/ncurses/panel/p_delete.c U src/contrib/ncurses/panel/p_hidden.c U src/contrib/ncurses/panel/p_move.c U src/contrib/ncurses/panel/p_new.c U src/contrib/ncurses/panel/p_replace.c U src/contrib/ncurses/panel/p_top.c U src/contrib/ncurses/panel/p_show.c U src/contrib/ncurses/panel/p_user.c U src/contrib/ncurses/panel/p_win.c U src/contrib/ncurses/panel/panel.c U src/contrib/ncurses/panel/panel.h U src/contrib/ncurses/panel/p_below.c U src/contrib/ncurses/panel/p_above.c U src/contrib/ncurses/panel/p_hide.c U src/contrib/ncurses/panel/p_bottom.c U src/contrib/ncurses/panel/p_update.c U src/contrib/ncurses/panel/llib-lpanel U src/contrib/ncurses/panel/panel.priv.h U src/contrib/ncurses/panel/Makefile.in U src/contrib/ncurses/progs/capconvert U src/contrib/ncurses/progs/clear.c U src/contrib/ncurses/progs/clear.sh U src/contrib/ncurses/progs/modules U src/contrib/ncurses/progs/MKtermsort.sh U src/contrib/ncurses/progs/dump_entry.h U src/contrib/ncurses/progs/toe.c U src/contrib/ncurses/progs/progs.priv.h U src/contrib/ncurses/progs/infocmp.c U src/contrib/ncurses/progs/dump_entry.c U src/contrib/ncurses/progs/tput.c U src/contrib/ncurses/progs/tset.c U src/contrib/ncurses/progs/Makefile.in U src/contrib/ncurses/progs/tic.c U src/contrib/ncurses/tack/COPYING U src/contrib/ncurses/tack/control.c U src/contrib/ncurses/tack/output.c U src/contrib/ncurses/tack/crum.c U src/contrib/ncurses/tack/HISTORY U src/contrib/ncurses/tack/modes.c U src/contrib/ncurses/tack/modules U src/contrib/ncurses/tack/fun.c U src/contrib/ncurses/tack/color.c U src/contrib/ncurses/tack/scan.c U src/contrib/ncurses/tack/sync.c U src/contrib/ncurses/tack/tack.1 U src/contrib/ncurses/tack/tack.c U src/contrib/ncurses/tack/tack.h U src/contrib/ncurses/tack/charset.c U src/contrib/ncurses/tack/pad.c U src/contrib/ncurses/tack/menu.c U src/contrib/ncurses/tack/README U src/contrib/ncurses/tack/edit.c U src/contrib/ncurses/tack/ansi.c U src/contrib/ncurses/tack/init.c U src/contrib/ncurses/tack/sysdep.c U src/contrib/ncurses/tack/Makefile.in U src/contrib/ncurses/test/README U src/contrib/ncurses/test/bs.6 U src/contrib/ncurses/test/bs.c U src/contrib/ncurses/test/cardfile.dat U src/contrib/ncurses/test/ditto.c U src/contrib/ncurses/test/firstlast.c U src/contrib/ncurses/test/gdc.6 U src/contrib/ncurses/test/hashtest.c U src/contrib/ncurses/test/keynames.c U src/contrib/ncurses/test/ncurses_tst.hin U src/contrib/ncurses/test/newdemo.c U src/contrib/ncurses/test/testaddch.c U src/contrib/ncurses/test/testscanw.c U src/contrib/ncurses/test/tracemunch U src/contrib/ncurses/test/configure U src/contrib/ncurses/test/lrtest.c U src/contrib/ncurses/test/firework.c U src/contrib/ncurses/test/tclock.c U src/contrib/ncurses/test/filter.c U src/contrib/ncurses/test/blue.c U src/contrib/ncurses/test/dots.c U src/contrib/ncurses/test/modules U src/contrib/ncurses/test/worm.c U src/contrib/ncurses/test/testcurs.c U src/contrib/ncurses/test/rain.c U src/contrib/ncurses/test/gdc.c U src/contrib/ncurses/test/view.c U src/contrib/ncurses/test/test.priv.h U src/contrib/ncurses/test/xmas.c U src/contrib/ncurses/test/hanoi.c U src/contrib/ncurses/test/cardfile.c U src/contrib/ncurses/test/ncurses.c U src/contrib/ncurses/test/Makefile.in U src/contrib/ncurses/test/railroad.c U src/contrib/ncurses/test/knight.c U src/contrib/ncurses/test/configure.in 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNCURSES:yesterday -jNCURSES src/contrib/ncurses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:22:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA28F37B43F; Thu, 17 May 2001 01:22:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8Mhb14963; Thu, 17 May 2001 01:22:43 -0700 (PDT) (envelope-from ru) Message-Id: <200105170822.f4H8Mhb14963@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 01:22:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wmemchr.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 01:22:43 PDT Modified files: lib/libc/string wmemchr.3 Log: ... but we do provide .St -isoC-99, and it is not required to have the history info as: : .Sh STANDARDS If the command, library function or file adheres to a : specific implementation such as IEEE Std 1003.2 : (``POSIX.2'') or ANSI X3.159-1989 (``ANSI C'') this : should be noted here. If the command does not adhere : to any standard, its history should be noted in the : HISTORY section. Revision Changes Path 1.3 +2 -6 src/lib/libc/string/wmemchr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:24:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1984C37B424; Thu, 17 May 2001 01:24:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8Oeq15170; Thu, 17 May 2001 01:24:40 -0700 (PDT) (envelope-from peter) Message-Id: <200105170824.f4H8Oeq15170@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:24:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses/ncurses/tinfo comp_scan.c lib_raw.c lib_termcap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:24:39 PDT Modified files: contrib/ncurses/ncurses/tinfo comp_scan.c lib_raw.c lib_termcap.c Log: Merge changes from vendor branch to mainline. Revision Changes Path 1.5 +128 -102 src/contrib/ncurses/ncurses/tinfo/comp_scan.c 1.5 +9 -9 src/contrib/ncurses/ncurses/tinfo/lib_raw.c 1.9 +15 -11 src/contrib/ncurses/ncurses/tinfo/lib_termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:26:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC0937B43C; Thu, 17 May 2001 01:26:22 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8QME15366; Thu, 17 May 2001 01:26:22 -0700 (PDT) (envelope-from peter) Message-Id: <200105170826.f4H8QME15366@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:26:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses announce.html shlib-versions src/contrib/ncurses/man dft_fgbg.3x menu_attribs.3x src/contrib/ncurses/misc hackguide.doc hackguide.html ncurses-intro.doc ncurses-intro.html run_tic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:26:20 PDT Removed files: contrib/ncurses announce.html shlib-versions contrib/ncurses/man dft_fgbg.3x menu_attribs.3x contrib/ncurses/misc hackguide.doc hackguide.html ncurses-intro.doc ncurses-intro.html run_tic.sh Log: Remove files no longer on v5_2_20010512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:30:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 369F437B423; Thu, 17 May 2001 01:30:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8UAH15706; Thu, 17 May 2001 01:30:10 -0700 (PDT) (envelope-from peter) Message-Id: <200105170830.f4H8UAH15706@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:30:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmenu Makefile src/lib/libncurses Makefile ncurses_cfg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:30:10 PDT Modified files: lib/libmenu Makefile lib/libncurses Makefile ncurses_cfg.h Log: Update for ncurses 5.2-20010512 import Revision Changes Path 1.8 +2 -2 src/lib/libmenu/Makefile 1.47 +34 -32 src/lib/libncurses/Makefile 1.4 +2 -1 src/lib/libncurses/ncurses_cfg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:39:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9252C37B50B; Thu, 17 May 2001 01:39:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8dLf16670; Thu, 17 May 2001 01:39:21 -0700 (PDT) (envelope-from peter) Message-Id: <200105170839.f4H8dLf16670@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses announce.html shlib-versions src/contrib/ncurses/man dft_fgbg.3x menu_attribs.3x src/contrib/ncurses/misc hackguide.doc hackguide.html ncurses-intro.doc ncurses-intro.html run_tic.sh X-FreeBSD-CVS-Branch: NCURSES Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:39:21 PDT Removed files: (Branch: NCURSES) contrib/ncurses announce.html shlib-versions contrib/ncurses/man dft_fgbg.3x menu_attribs.3x contrib/ncurses/misc hackguide.doc hackguide.html ncurses-intro.doc ncurses-intro.html run_tic.sh Log: Thanks to ru for the suggestion: remove these files from the vendor branch instead of the mainline. These no longer exist on the vendor branch as of v5_2_20010512. This saves a delta on the mainline. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:48:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BEC737B423; Thu, 17 May 2001 01:48:27 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8mRv17539; Thu, 17 May 2001 01:48:27 -0700 (PDT) (envelope-from peter) Message-Id: <200105170848.f4H8mRv17539@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:48:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:48:26 PDT Modified files: lib/libncurses Makefile Log: Argh. Fix a long-standing man page filter botch. See terminfo(5) for the effect. Revision Changes Path 1.48 +2 -2 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:49:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5161A37B422; Thu, 17 May 2001 01:49:44 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8niI17632; Thu, 17 May 2001 01:49:44 -0700 (PDT) (envelope-from peter) Message-Id: <200105170849.f4H8niI17632@freefall.freebsd.org> From: Peter Wemm Date: Thu, 17 May 2001 01:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/17 01:49:44 PDT Modified files: (Branch: RELENG_4) lib/libncurses Makefile Log: MFC: 1.48: fix termcap(5) filter Revision Changes Path 1.39.2.6 +2 -2 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 1:53:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 205F537B422; Thu, 17 May 2001 01:53:27 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H8rRe18250; Thu, 17 May 2001 01:53:27 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200105170853.f4H8rRe18250@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 17 May 2001 01:53:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/p5-Jcode Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/05/17 01:53:26 PDT Modified files: japanese/p5-Jcode Makefile distinfo Log: Upgrade to 0.70. Revision Changes Path 1.13 +2 -4 ports/japanese/p5-Jcode/Makefile 1.2 +1 -1 ports/japanese/p5-Jcode/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 2:19:32 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 8983F37B423; Thu, 17 May 2001 02:19:26 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H9JO105878; Thu, 17 May 2001 10:19:24 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H9JNb60433; Thu, 17 May 2001 10:19:23 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105170919.f4H9JNb60433@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: Brian Somers , Jesper Skriver , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc.network In-Reply-To: Message from "David O'Brien" of "Wed, 16 May 2001 20:04:17 PDT." <20010516200417.A15197@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 10:19:23 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, May 17, 2001 at 02:27:40AM +0100, Brian Somers wrote: > > > > I would have thought it's more appropriate to remove one of the > > useless Host Keys in sshd_config instead. > > Maybe, but for now how about leave both until we figure out what the end > result will be. I'm also leary of having an rc file just delete stuff > out of /etc. Meaning that copying the file is doing irreversible damage ? > -- > -- David (obrien@FreeBSD.org) -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 2:26:46 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 95D7337B422; Thu, 17 May 2001 02:26:39 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H9Qc105923; Thu, 17 May 2001 10:26:38 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4H9Qab60547; Thu, 17 May 2001 10:26:36 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105170926.f4H9Qab60547@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: ports/net/socks5 Makefile pkg-plist In-Reply-To: Message from Ying-Chieh Liao of "Thu, 17 May 2001 00:34:48 PDT." <200105170734.f4H7Ymg06925@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 10:26:36 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is a PORTREVISION bump necessary for doc/example fixes ? To me, a PORTVERSION change means I need to rebuild & reinstall the port. > ijliao 2001/05/17 00:34:48 PDT > > Modified files: > net/socks5 Makefile pkg-plist > Log: > installs examples and docs > Bump PORTREVISION > > PR: 27083 > Submitted by: Dimitry Andric > > Revision Changes Path > 1.39 +11 -3 ports/net/socks5/Makefile > 1.8 +15 -1 ports/net/socks5/pkg-plist -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 2:39: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC82937B423; Thu, 17 May 2001 02:38:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H9crU25413; Thu, 17 May 2001 02:38:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200105170938.f4H9crU25413@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 02:38:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c compress.c context.c error.c lcmd.c lcmd1.c lcmd2.c main.c mloop.c parser1.c parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c ttf100.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/17 02:38:53 PDT Modified files: usr.bin/window char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c compress.c context.c error.c lcmd.c lcmd1.c lcmd2.c main.c mloop.c parser1.c parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c ttoutput.c tttermcap.c tttvi925.c ttwyse60.c ttwyse75.c ttzapple.c ttzentec.c var.c win.c wwadd.c wwalloc.c wwbox.c wwchild.c wwclose.c wwclreol.c wwclreos.c wwcursor.c wwdata.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c wwend.c wwenviron.c wwerror.c wwflush.c wwframe.c wwgets.c wwinit.c wwinschar.c wwinsline.c wwiomux.c wwlabel.c wwmisc.c wwmove.c wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c wwredrawwin.c wwrint.c wwscroll.c wwsize.c wwspawn.c wwsuspend.c wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c Log: Fix the rcsid's. Revision Changes Path 1.4 +2 -1 src/usr.bin/window/char.c 1.4 +2 -1 src/usr.bin/window/cmd.c 1.4 +2 -1 src/usr.bin/window/cmd1.c 1.3 +2 -1 src/usr.bin/window/cmd2.c 1.3 +2 -1 src/usr.bin/window/cmd3.c 1.3 +2 -1 src/usr.bin/window/cmd4.c 1.3 +2 -1 src/usr.bin/window/cmd5.c 1.3 +2 -1 src/usr.bin/window/cmd6.c 1.4 +2 -1 src/usr.bin/window/cmd7.c 1.4 +2 -1 src/usr.bin/window/compress.c 1.3 +2 -1 src/usr.bin/window/context.c 1.3 +2 -1 src/usr.bin/window/error.c 1.3 +2 -1 src/usr.bin/window/lcmd.c 1.4 +2 -1 src/usr.bin/window/lcmd1.c 1.4 +2 -1 src/usr.bin/window/lcmd2.c 1.7 +2 -1 src/usr.bin/window/main.c 1.3 +2 -1 src/usr.bin/window/mloop.c 1.3 +2 -1 src/usr.bin/window/parser1.c 1.3 +2 -1 src/usr.bin/window/parser2.c 1.3 +2 -1 src/usr.bin/window/parser3.c 1.4 +2 -1 src/usr.bin/window/parser4.c 1.3 +2 -1 src/usr.bin/window/parser5.c 1.5 +2 -1 src/usr.bin/window/scanner.c 1.3 +2 -1 src/usr.bin/window/startup.c 1.4 +2 -1 src/usr.bin/window/string.c 1.3 +2 -1 src/usr.bin/window/ttf100.c 1.4 +2 -1 src/usr.bin/window/ttgeneric.c 1.3 +2 -1 src/usr.bin/window/tth19.c 1.3 +2 -1 src/usr.bin/window/tth29.c 1.4 +2 -1 src/usr.bin/window/ttinit.c 1.4 +2 -1 src/usr.bin/window/ttoutput.c 1.3 +2 -1 src/usr.bin/window/tttermcap.c 1.3 +2 -1 src/usr.bin/window/tttvi925.c 1.3 +2 -1 src/usr.bin/window/ttwyse60.c 1.3 +2 -1 src/usr.bin/window/ttwyse75.c 1.3 +2 -1 src/usr.bin/window/ttzapple.c 1.3 +2 -1 src/usr.bin/window/ttzentec.c 1.4 +2 -1 src/usr.bin/window/var.c 1.3 +2 -1 src/usr.bin/window/win.c 1.3 +2 -1 src/usr.bin/window/wwadd.c 1.4 +2 -1 src/usr.bin/window/wwalloc.c 1.3 +2 -1 src/usr.bin/window/wwbox.c 1.4 +2 -1 src/usr.bin/window/wwchild.c 1.3 +2 -1 src/usr.bin/window/wwclose.c 1.4 +2 -1 src/usr.bin/window/wwclreol.c 1.3 +2 -1 src/usr.bin/window/wwclreos.c 1.3 +2 -1 src/usr.bin/window/wwcursor.c 1.3 +2 -1 src/usr.bin/window/wwdata.c 1.3 +2 -1 src/usr.bin/window/wwdelchar.c 1.3 +2 -1 src/usr.bin/window/wwdelete.c 1.3 +2 -1 src/usr.bin/window/wwdelline.c 1.4 +2 -1 src/usr.bin/window/wwdump.c 1.4 +2 -1 src/usr.bin/window/wwend.c 1.4 +2 -1 src/usr.bin/window/wwenviron.c 1.4 +2 -1 src/usr.bin/window/wwerror.c 1.4 +2 -1 src/usr.bin/window/wwflush.c 1.3 +2 -1 src/usr.bin/window/wwframe.c 1.5 +2 -1 src/usr.bin/window/wwgets.c 1.13 +2 -1 src/usr.bin/window/wwinit.c 1.4 +2 -1 src/usr.bin/window/wwinschar.c 1.3 +2 -1 src/usr.bin/window/wwinsline.c 1.3 +2 -1 src/usr.bin/window/wwiomux.c 1.5 +2 -1 src/usr.bin/window/wwlabel.c 1.3 +2 -1 src/usr.bin/window/wwmisc.c 1.3 +2 -1 src/usr.bin/window/wwmove.c 1.4 +2 -1 src/usr.bin/window/wwopen.c 1.3 +2 -1 src/usr.bin/window/wwprintf.c 1.4 +2 -1 src/usr.bin/window/wwpty.c 1.3 +2 -1 src/usr.bin/window/wwputc.c 1.3 +2 -1 src/usr.bin/window/wwputs.c 1.3 +2 -1 src/usr.bin/window/wwredraw.c 1.3 +2 -1 src/usr.bin/window/wwredrawwin.c 1.3 +2 -1 src/usr.bin/window/wwrint.c 1.3 +2 -1 src/usr.bin/window/wwscroll.c 1.4 +2 -1 src/usr.bin/window/wwsize.c 1.6 +2 -1 src/usr.bin/window/wwspawn.c 1.4 +2 -1 src/usr.bin/window/wwsuspend.c 1.6 +2 -1 src/usr.bin/window/wwterminfo.c 1.3 +2 -1 src/usr.bin/window/wwtty.c 1.3 +2 -1 src/usr.bin/window/wwunframe.c 1.3 +2 -1 src/usr.bin/window/wwupdate.c 1.4 +2 -1 src/usr.bin/window/wwwrite.c 1.4 +2 -1 src/usr.bin/window/xx.c 1.3 +2 -1 src/usr.bin/window/xxflush.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 2:45:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACA9437B422; Thu, 17 May 2001 02:45:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H9j6d26013; Thu, 17 May 2001 02:45:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200105170945.f4H9j6d26013@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 02:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window alias.h char.c char.h cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c compress.c context.c context.h defs.h error.c lcmd.c lcmd.h lcmd1.c lcmd2.c local.h main.c mloop.c mystring.h parser.h parser1.c parser2.c parser3.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/17 02:45:06 PDT Modified files: (Branch: RELENG_4) usr.bin/window alias.h char.c char.h cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c compress.c context.c context.h defs.h error.c lcmd.c lcmd.h lcmd1.c lcmd2.c local.h main.c mloop.c mystring.h parser.h parser1.c parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c token.h tt.h ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c ttoutput.c tttermcap.c tttvi925.c ttwyse60.c ttwyse75.c ttzapple.c ttzentec.c value.h var.c var.h win.c ww.h wwadd.c wwalloc.c wwbox.c wwchild.c wwclose.c wwclreol.c wwclreos.c wwcursor.c wwdata.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c wwend.c wwenviron.c wwerror.c wwflush.c wwframe.c wwgets.c wwinit.c wwinschar.c wwinsline.c wwiomux.c wwlabel.c wwmisc.c wwmove.c wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c wwredrawwin.c wwrint.c wwscroll.c wwsize.c wwspawn.c wwsuspend.c wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xx.h xxflush.c Log: MFC: Fix/add rcsid's. Revision Changes Path 1.1.1.1.14.1 +1 -0 src/usr.bin/window/alias.h 1.2.14.1 +2 -0 src/usr.bin/window/char.c 1.3.6.1 +1 -0 src/usr.bin/window/char.h 1.2.14.1 +2 -0 src/usr.bin/window/cmd.c 1.2.14.1 +2 -0 src/usr.bin/window/cmd1.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/cmd2.c 1.1.1.1.14.2 +2 -1 src/usr.bin/window/cmd3.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/cmd4.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/cmd5.c 1.1.1.1.14.2 +2 -1 src/usr.bin/window/cmd6.c 1.2.6.2 +2 -1 src/usr.bin/window/cmd7.c 1.2.12.1 +2 -0 src/usr.bin/window/compress.c 1.1.1.1.14.2 +2 -1 src/usr.bin/window/context.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/context.h 1.1.1.1.14.1 +1 -0 src/usr.bin/window/defs.h 1.1.1.1.14.1 +2 -0 src/usr.bin/window/error.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/lcmd.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/lcmd.h 1.2.6.2 +2 -1 src/usr.bin/window/lcmd1.c 1.2.6.2 +2 -1 src/usr.bin/window/lcmd2.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/local.h 1.5.6.2 +2 -1 src/usr.bin/window/main.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/mloop.c 1.2.2.2 +0 -0 src/usr.bin/window/mystring.h 1.1.1.1.14.2 +0 -0 src/usr.bin/window/parser.h 1.1.1.1.14.1 +2 -0 src/usr.bin/window/parser1.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/parser2.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/parser3.c 1.2.6.1 +2 -0 src/usr.bin/window/parser4.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/parser5.c 1.2.14.1 +2 -0 src/usr.bin/window/scanner.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/startup.c 1.2.6.2 +2 -1 src/usr.bin/window/string.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/token.h 1.1.1.1.14.1 +1 -0 src/usr.bin/window/tt.h 1.1.1.1.14.1 +2 -0 src/usr.bin/window/ttf100.c 1.2.8.1 +2 -0 src/usr.bin/window/ttgeneric.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/tth19.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/tth29.c 1.2.12.1 +2 -0 src/usr.bin/window/ttinit.c 1.1.1.1.14.2 +2 -2 src/usr.bin/window/ttoutput.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/tttermcap.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/tttvi925.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/ttwyse60.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/ttwyse75.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/ttzapple.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/ttzentec.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/value.h 1.2.6.2 +2 -1 src/usr.bin/window/var.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/var.h 1.1.1.1.14.1 +2 -0 src/usr.bin/window/win.c 1.3.12.1 +1 -0 src/usr.bin/window/ww.h 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwadd.c 1.2.6.1 +2 -0 src/usr.bin/window/wwalloc.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwbox.c 1.1.1.1.14.2 +2 -2 src/usr.bin/window/wwchild.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwclose.c 1.2.12.1 +2 -0 src/usr.bin/window/wwclreol.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwclreos.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwcursor.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwdata.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwdelchar.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwdelete.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwdelline.c 1.2.6.1 +2 -0 src/usr.bin/window/wwdump.c 1.2.14.1 +2 -0 src/usr.bin/window/wwend.c 1.2.6.1 +2 -0 src/usr.bin/window/wwenviron.c 1.1.1.1.14.2 +2 -2 src/usr.bin/window/wwerror.c 1.2.6.1 +2 -0 src/usr.bin/window/wwflush.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwframe.c 1.3.14.1 +2 -0 src/usr.bin/window/wwgets.c 1.11.2.1 +2 -0 src/usr.bin/window/wwinit.c 1.2.14.1 +2 -0 src/usr.bin/window/wwinschar.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwinsline.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwiomux.c 1.3.14.1 +2 -0 src/usr.bin/window/wwlabel.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwmisc.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwmove.c 1.2.12.1 +2 -0 src/usr.bin/window/wwopen.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwprintf.c 1.2.2.1 +2 -0 src/usr.bin/window/wwpty.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwputc.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwputs.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwredraw.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwredrawwin.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwrint.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwscroll.c 1.2.6.1 +2 -0 src/usr.bin/window/wwsize.c 1.4.2.1 +2 -0 src/usr.bin/window/wwspawn.c 1.2.6.1 +2 -0 src/usr.bin/window/wwsuspend.c 1.3.6.1 +2 -0 src/usr.bin/window/wwterminfo.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwtty.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwunframe.c 1.1.1.1.14.1 +2 -0 src/usr.bin/window/wwupdate.c 1.2.14.1 +2 -0 src/usr.bin/window/wwwrite.c 1.2.12.1 +2 -0 src/usr.bin/window/xx.c 1.1.1.1.14.1 +1 -0 src/usr.bin/window/xx.h 1.1.1.1.14.1 +2 -0 src/usr.bin/window/xxflush.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 2:46:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8FA537B422; Thu, 17 May 2001 02:46:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4H9kTT26147; Thu, 17 May 2001 02:46:29 -0700 (PDT) (envelope-from obrien) Message-Id: <200105170946.f4H9kTT26147@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 02:46:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window scanner.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/17 02:46:29 PDT Modified files: (Branch: RELENG_4) usr.bin/window scanner.c Log: Fix a -Wall. Revision Changes Path 1.2.14.2 +2 -1 src/usr.bin/window/scanner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 3:12:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0940137B422; Thu, 17 May 2001 03:12:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HAClF31351; Thu, 17 May 2001 03:12:47 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171012.f4HAClF31351@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 03:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create perform.c pl.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/lib file.c src/usr.sbin/pkg_install/sign extern.h gzip.c gzip.h pgp_sign.c sha1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 03:12:47 PDT Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create perform.c pl.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/lib file.c usr.sbin/pkg_install/sign extern.h gzip.c gzip.h pgp_sign.c sha1.c Log: Style policy: reformat multiline comments to conform to style(9). Revision Changes Path 1.60 +7 -3 src/usr.sbin/pkg_install/add/perform.c 1.55 +4 -2 src/usr.sbin/pkg_install/create/perform.c 1.16 +22 -12 src/usr.sbin/pkg_install/create/pl.c 1.30 +6 -3 src/usr.sbin/pkg_install/delete/perform.c 1.47 +19 -9 src/usr.sbin/pkg_install/lib/file.c 1.2 +5 -4 src/usr.sbin/pkg_install/sign/extern.h 1.2 +3 -2 src/usr.sbin/pkg_install/sign/gzip.c 1.2 +8 -5 src/usr.sbin/pkg_install/sign/gzip.h 1.2 +6 -4 src/usr.sbin/pkg_install/sign/pgp_sign.c 1.2 +6 -5 src/usr.sbin/pkg_install/sign/sha1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 3:16: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 08EC537B422; Thu, 17 May 2001 03:15:52 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA30645; Thu, 17 May 2001 20:15:39 +1000 Date: Thu, 17 May 2001 20:14:10 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Warner Losh Cc: Brian Somers , Ruslan Ermilov , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <200105161641.f4GGfJN79939@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 16 May 2001, Warner Losh wrote: > In message <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> Brian Somers writes: > : How should this be done - and where should I install digiio.h if > : that's what's required ? > > I think that ppi device sets the standard here. It installs into > /usr/include/dev/ppi/ppi*.h. digiio should likely do the same. Ugh. ppi (actually ppbus) sets a bad example. A /usr/include/dev tree with an average of 1+epsilon files per directory is even worse than a /sys/dev tree with an average of about 3 files per directory (not counting 4 CVS files per directory). ppbus actually installs a lot of kernel-only headers so /sys/dev/ppbus is not all that small. Most headers that define ioctls are in . I think there should be at most one directory for ioctl headers and it shouldn't be a subdir of /usr/include/sys (/usr/include/sys/dev doesn't even reflect the kernel tree). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 3:29: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0814737B422; Thu, 17 May 2001 03:29:04 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HAT3W32922; Thu, 17 May 2001 03:29:03 -0700 (PDT) (envelope-from sos) Message-Id: <200105171029.f4HAT3W32922@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 17 May 2001 03:29:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/05/17 03:29:03 PDT Modified files: sys/sys ata.h Log: Change the ioctl interface to prepare for new functionality. Revision Changes Path 1.4 +51 -46 src/sys/sys/ata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 3:29:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 485C537B422; Thu, 17 May 2001 03:29:31 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HATUp33017; Thu, 17 May 2001 03:29:31 -0700 (PDT) (envelope-from sos) Message-Id: <200105171029.f4HATUp33017@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 17 May 2001 03:29:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/05/17 03:29:30 PDT Modified files: sys/dev/ata ata-all.c Log: Update to use the changed ioctl interface. Revision Changes Path 1.115 +43 -46 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 3:30:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EBA337B422; Thu, 17 May 2001 03:30:08 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HAU8G33097; Thu, 17 May 2001 03:30:08 -0700 (PDT) (envelope-from sos) Message-Id: <200105171030.f4HAU8G33097@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 17 May 2001 03:30:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atacontrol atacontrol.8 atacontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/05/17 03:30:08 PDT Modified files: sbin/atacontrol atacontrol.8 atacontrol.c Log: Update to use the new ioctl interface. Add the list command. Revision Changes Path 1.7 +6 -2 src/sbin/atacontrol/atacontrol.8 1.5 +67 -73 src/sbin/atacontrol/atacontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4: 4:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63DF337B422; Thu, 17 May 2001 04:04:37 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HB4bY41592; Thu, 17 May 2001 04:04:37 -0700 (PDT) (envelope-from joe) Message-Id: <200105171104.f4HB4bY41592@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 17 May 2001 04:04:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/17 04:04:36 PDT Modified files: . logcheck Log: Fix the trimming of trailing blank lines, to avoid a 'Use of uninitialized value'. Noticed by: imp Revision Changes Path 1.20 +8 -4 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4: 9:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F34737B423; Thu, 17 May 2001 04:09:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HB9Gu44514; Thu, 17 May 2001 04:09:16 -0700 (PDT) (envelope-from ru) Message-Id: <200105171109.f4HB9Gu44514@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 04:09:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atacontrol atacontrol.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 04:09:16 PDT Modified files: sbin/atacontrol atacontrol.8 Log: mdoc(7) police: update document date. Revision Changes Path 1.8 +2 -2 src/sbin/atacontrol/atacontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4:10:40 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id AC9E137B423; Thu, 17 May 2001 04:10:25 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4HBAMh56836; Thu, 17 May 2001 14:10:22 +0300 (EEST) (envelope-from ru) Date: Thu, 17 May 2001 14:10:22 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Soren Schmidt Subject: Re: cvs commit: src/sbin/atacontrol atacontrol.8 Message-ID: <20010517141022.B55371@sunbay.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Soren Schmidt References: <200105171109.f4HB9Gu44514@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105171109.f4HB9Gu44514@freefall.freebsd.org>; from ru@FreeBSD.org on Thu, May 17, 2001 at 04:09:16AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 04:09:16AM -0700, Ruslan Ermilov wrote: > ru 2001/05/17 04:09:16 PDT > > Modified files: > sbin/atacontrol atacontrol.8 > Log: > mdoc(7) police: update document date. > ... to reflect changes in revision 1.7. > Revision Changes Path > 1.8 +2 -2 src/sbin/atacontrol/atacontrol.8 Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4:22: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2354737B422; Thu, 17 May 2001 04:22:01 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HBM1m45527; Thu, 17 May 2001 04:22:01 -0700 (PDT) (envelope-from joe) Message-Id: <200105171122.f4HBM1m45527@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 17 May 2001 04:22:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-IO-Interface Makefile distinfo ports/net/p5-IO-Interface/files patch-OSIOCGIFCONF X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/05/17 04:22:00 PDT Modified files: net/p5-IO-Interface Makefile distinfo Removed files: net/p5-IO-Interface/files patch-OSIOCGIFCONF Log: Upgrade to version 0.97. Submitted by: Anton Berezin Revision Changes Path 1.2 +2 -2 ports/net/p5-IO-Interface/Makefile 1.2 +1 -1 ports/net/p5-IO-Interface/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D95837B422; Thu, 17 May 2001 04:31:21 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HBVLI46239; Thu, 17 May 2001 04:31:21 -0700 (PDT) (envelope-from tg) Message-Id: <200105171131.f4HBVLI46239@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 17 May 2001 04:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/py-reportlab Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/05/17 04:31:21 PDT Modified files: print/py-reportlab Makefile distinfo pkg-plist Log: Upgrade to 1.07. Revision Changes Path 1.5 +2 -2 ports/print/py-reportlab/Makefile 1.4 +1 -1 ports/print/py-reportlab/distinfo 1.5 +31 -0 ports/print/py-reportlab/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4:44: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id C187E37B423; Thu, 17 May 2001 04:43:58 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HBhfP00679; Thu, 17 May 2001 12:43:41 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HBheb62040; Thu, 17 May 2001 12:43:40 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171143.f4HBheb62040@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Bruce Evans Cc: Warner Losh , Brian Somers , Ruslan Ermilov , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: Message from Bruce Evans of "Thu, 17 May 2001 20:14:10 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 12:43:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> Brian Somers writes: > > : How should this be done - and where should I install digiio.h if > > : that's what's required ? > > > > I think that ppi device sets the standard here. It installs into > > /usr/include/dev/ppi/ppi*.h. digiio should likely do the same. > > Ugh. ppi (actually ppbus) sets a bad example. A /usr/include/dev > tree with an average of 1+epsilon files per directory is even worse > than a /sys/dev tree with an average of about 3 files per directory > (not counting 4 CVS files per directory). ppbus actually installs a > lot of kernel-only headers so /sys/dev/ppbus is not all that small. > > Most headers that define ioctls are in . I think there should > be at most one directory for ioctl headers and it shouldn't be a subdir > of /usr/include/sys (/usr/include/sys/dev doesn't even reflect the > kernel tree). Well, now we know what it shouldn't be :*0 I've created /usr/include/dev/digi/digiio.h pending any better suggestions. > Bruce -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 4:54:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFC2C37B422; Thu, 17 May 2001 04:54:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HBsUY47955; Thu, 17 May 2001 04:54:30 -0700 (PDT) (envelope-from bde) Message-Id: <200105171154.f4HBsUY47955@freefall.freebsd.org> From: Bruce Evans Date: Thu, 17 May 2001 04:54:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph/tty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/05/17 04:54:30 PDT Modified files: sys/modules/netgraph/tty Makefile Log: Backed out rev.1.8. Rev.1.8 was just to support a bogus unused include in ng_tty.c. Revision Changes Path 1.11 +2 -3 src/sys/modules/netgraph/tty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:11:50 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 954A537B423; Thu, 17 May 2001 05:11:37 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4HBv5x60677; Thu, 17 May 2001 14:57:05 +0300 (EEST) (envelope-from ru) Date: Thu, 17 May 2001 14:57:05 +0300 From: Ruslan Ermilov To: Bruce Evans Cc: Warner Losh , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010517145705.D55371@sunbay.com> Mail-Followup-To: Bruce Evans , Warner Losh , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org References: <200105161641.f4GGfJN79939@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Thu, May 17, 2001 at 08:14:10PM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 08:14:10PM +1000, Bruce Evans wrote: > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <200105161632.f4GGWIb30517@hak.lan.Awfulhak.org> Brian Somers writes: > > : How should this be done - and where should I install digiio.h if > > : that's what's required ? > > > > I think that ppi device sets the standard here. It installs into > > /usr/include/dev/ppi/ppi*.h. digiio should likely do the same. > > Ugh. ppi (actually ppbus) sets a bad example. A /usr/include/dev > tree with an average of 1+epsilon files per directory is even worse > than a /sys/dev tree with an average of about 3 files per directory > (not counting 4 CVS files per directory). ppbus actually installs a > lot of kernel-only headers so /sys/dev/ppbus is not all that small. > > Most headers that define ioctls are in . I think there should > be at most one directory for ioctl headers and it shouldn't be a subdir > of /usr/include/sys (/usr/include/sys/dev doesn't even reflect the > kernel tree). > Might I guess it should probably be called /usr/include/sys/io[ctl], and digiio.h put there. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:24:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4010437B423; Thu, 17 May 2001 05:24:39 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HCOdM53685; Thu, 17 May 2001 05:24:39 -0700 (PDT) (envelope-from jedgar) Message-Id: <200105171224.f4HCOdM53685@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Thu, 17 May 2001 05:24:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/code2html Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/05/17 05:24:39 PDT Modified files: textproc/code2html Makefile distinfo pkg-descr Log: Update port to 0.9 PR: 27279 Submitted by: Pete Fritchman Revision Changes Path 1.14 +5 -4 ports/textproc/code2html/Makefile 1.9 +1 -1 ports/textproc/code2html/distinfo 1.4 +6 -8 ports/textproc/code2html/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:33:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8E4F37B423; Thu, 17 May 2001 05:33:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HCXee54635; Thu, 17 May 2001 05:33:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171233.f4HCXee54635@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 05:33:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c perform.c src/usr.sbin/pkg_install/create perform.c pl.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 05:33:40 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add main.c perform.c usr.sbin/pkg_install/create perform.c pl.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c usr.sbin/pkg_install/lib deps.c exec.c file.c lib.h match.c msg.c pen.c str.c usr.sbin/pkg_install/sign extern.h gzip.c gzip.h pgp_sign.c sha1.c Log: MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38 of add/mail.c Revision Changes Path 1.29.2.6 +9 -10 src/usr.sbin/pkg_install/add/main.c 1.57.2.3 +7 -3 src/usr.sbin/pkg_install/add/perform.c 1.49.2.6 +4 -2 src/usr.sbin/pkg_install/create/perform.c 1.13.2.3 +21 -11 src/usr.sbin/pkg_install/create/pl.c 1.22.2.7 +8 -9 src/usr.sbin/pkg_install/delete/perform.c 1.11.2.7 +11 -0 src/usr.sbin/pkg_install/info/info.h 1.22.2.8 +27 -6 src/usr.sbin/pkg_install/info/main.c 1.29.2.7 +182 -5 src/usr.sbin/pkg_install/info/perform.c 1.24.2.9 +10 -1 src/usr.sbin/pkg_install/info/pkg_info.1 1.14.2.7 +0 -1 src/usr.sbin/pkg_install/info/show.c 1.1.2.2 +0 -1 src/usr.sbin/pkg_install/lib/deps.c 1.7.2.1 +48 -1 src/usr.sbin/pkg_install/lib/exec.c 1.40.2.7 +18 -8 src/usr.sbin/pkg_install/lib/file.c 1.29.2.5 +4 -0 src/usr.sbin/pkg_install/lib/lib.h 1.2.2.3 +12 -9 src/usr.sbin/pkg_install/lib/match.c 1.12.2.2 +2 -2 src/usr.sbin/pkg_install/lib/msg.c 1.31.2.2 +2 -2 src/usr.sbin/pkg_install/lib/pen.c 1.6.2.2 +34 -1 src/usr.sbin/pkg_install/lib/str.c 1.1.2.2 +6 -5 src/usr.sbin/pkg_install/sign/extern.h 1.1.2.2 +4 -3 src/usr.sbin/pkg_install/sign/gzip.c 1.1.2.2 +9 -6 src/usr.sbin/pkg_install/sign/gzip.h 1.1.2.2 +7 -5 src/usr.sbin/pkg_install/sign/pgp_sign.c 1.1.2.2 +7 -6 src/usr.sbin/pkg_install/sign/sha1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:34: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 5D8F937B424; Thu, 17 May 2001 05:33:46 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HCXiP00913; Thu, 17 May 2001 13:33:44 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HCXhb62786; Thu, 17 May 2001 13:33:43 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Bruce Evans , Warner Losh , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: Message from Ruslan Ermilov of "Thu, 17 May 2001 14:57:05 +0300." <20010517145705.D55371@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 13:33:43 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Most headers that define ioctls are in . I think there should > > be at most one directory for ioctl headers and it shouldn't be a subdir > > of /usr/include/sys (/usr/include/sys/dev doesn't even reflect the > > kernel tree). > > > Might I guess it should probably be called /usr/include/sys/io[ctl], > and digiio.h put there. Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd spell digiio.h /usr/include/sys/digi_io.h. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:40: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52EAA37B422; Thu, 17 May 2001 05:39:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HCdv855209; Thu, 17 May 2001 05:39:57 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171239.f4HCdv855209@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 05:39:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 05:39:57 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add main.c Log: (forced) Read `add/main.c' instead `add/mail.c' in the previous log. Revision Changes Path 1.29.2.7 +0 -0 src/usr.sbin/pkg_install/add/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:51:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD47737B422; Thu, 17 May 2001 05:51:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HCpip56224; Thu, 17 May 2001 05:51:44 -0700 (PDT) (envelope-from ru) Message-Id: <200105171251.f4HCpip56224@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 05:51:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctlnametomib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 05:51:44 PDT Modified files: lib/libc/gen sysctlnametomib.c Log: Suppress compiler warning by adding a type cast. Revision Changes Path 1.2 +3 -5 src/lib/libc/gen/sysctlnametomib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 5:58:36 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id E6F3637B422; Thu, 17 May 2001 05:58:27 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HCwLP01017; Thu, 17 May 2001 13:58:21 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HCwKb63116; Thu, 17 May 2001 13:58:20 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171258.f4HCwKb63116@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: Message from Poul-Henning Kamp of "Tue, 15 May 2001 10:25:30 +0200." <30165.989915130@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 13:58:20 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >> Revision Changes Path > >> 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c > > > >Does this mean that I can catch ``open("/dev/tun")'' and clone (say) > >/dev/tun100, returning that ? > > yes :-) I think the only thing that's missing is that you can't have the clone handler called for an existing device node. I'd like to be able to make_dev() /dev/tun during attach and allow the sysadmin (or whatever) to change it's permissions. Then, when an attempt to open it is made, have my clone handler called. My clone handler make_dev()s /dev/tunN and returns that. When /dev/tunN's final close is done, I destroy_dev() it. Unfortunately, I don't think this can be done very easily. We'd need to allocate a new vnode only at open time - probably in vn_open. It'd probably be convenient if devfs was able to set some new vnode flag in vnodes returned from it's lookup based on some flag passed into make_dev() (oops, there are no flags there). When vn_open() sees the flag, it calls some registered handler that goes off and returns either the original vnode or (if successfully cloned) a new vnode. Does any of that make sense ? > -- > 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. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 6:11:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B22D37B423; Thu, 17 May 2001 06:11:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HDBJF61162; Thu, 17 May 2001 06:11:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171311.f4HDBJF61162@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 06:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts distclean.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 06:11:19 PDT Modified files: Tools/scripts distclean.sh Log: - Add an option to disable interactive confirmation; - catch up possible signals to remove temporary files. Submitted by: dirk, sobomax Revision Changes Path 1.7 +18 -1 ports/Tools/scripts/distclean.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 6:42:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A045C37B424; Thu, 17 May 2001 06:42:12 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HDgBO83196; Thu, 17 May 2001 06:42:11 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171342.f4HDgBO83196@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 06:42:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/orion Makefile pkg-descr pkg-plist ports/java/orion/files orionctl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 06:42:11 PDT Modified files: java/orion Makefile pkg-descr pkg-plist Added files: java/orion/files orionctl Log: * Portrevision from 1 to 2 (version is still 1.4.5) * Changed reference to linux-jdk1.2.2 into linux-jdk1.3.0 in the shell script, since the port depends on linux-jdk1.3.0. * Fixed a few typos and other issues in the shell script * No longer installing a link from ${PREFIX}/orion -> ${PREFIX}/orion1.4.5 * Making all directories under ${PREFIX}/orion1.4.5 a+x * Added one mirror site for the DISTFILE * Renamed shell script from `orion.sh' to `orionctl' (similar to `apachectl') * Installing the shell script in the ${PREFIX}/bin/ directory and symlinking from ${PREFIX}/etc/rc.d/orion.sh to the former file, making sure that the shell script is +x * Including the shell script in ${FILESDIR} instead of downloading PR: 27407 Submitted by: maintainer Revision Changes Path 1.4 +30 -23 ports/java/orion/Makefile 1.2 +2 -2 ports/java/orion/pkg-descr 1.4 +1 -1 ports/java/orion/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 6:51:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A668637B423; Thu, 17 May 2001 06:51:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HDpil12054; Thu, 17 May 2001 06:51:44 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171351.f4HDpil12054@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 06:51:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts distclean.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 06:51:37 PDT Modified files: Tools/scripts distclean.sh Log: Fix problems in previous commit: - We don't really want to catch SIGCHLD; - actually enable new `-f' option. Revision Changes Path 1.8 +5 -5 ports/Tools/scripts/distclean.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 7: 7:32 2001 Delivered-To: cvs-all@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id 0EB0037B43C for ; Thu, 17 May 2001 07:07:26 -0700 (PDT) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 6371 invoked by uid 1001); 17 May 2001 14:07:08 -0000 Date: Thu, 17 May 2001 16:07:08 +0200 From: Neil Blakey-Milner To: Brian Somers Cc: Ying-Chieh Liao , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/socks5 Makefile pkg-plist Message-ID: <20010517160707.A5538@rapier.smartspace.co.za> References: <200105170926.f4H9Qab60547@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105170926.f4H9Qab60547@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Thu, May 17, 2001 at 10:26:36AM +0100 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu 2001-05-17 (10:26), Brian Somers wrote: > Is a PORTREVISION bump necessary for doc/example fixes ? > > To me, a PORTVERSION change means I need to rebuild & reinstall the Strictly, it should occur whenever the generated package is different in any way. Theoretically we should also bump it if something like a static archive that it relies upon gets changed, and things like that. If done properly, it can help maintain as high a standard as Debian usually enjoys in binary package dependencies and upgrades. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 7:30:14 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 0252037B424; Thu, 17 May 2001 07:30:06 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4HETpf18878; Thu, 17 May 2001 10:29:51 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 17 May 2001 10:29:51 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Warner Losh Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys ucred.h In-Reply-To: <200105170616.f4H6GcE01157@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 17 May 2001, Warner Losh wrote: > In message Robert Watson writes: > : Note that this may break binary compatibility for kernel modules that > : relied on the existing crhold() macro. As such, this probably needs a > : warning in UPDATING that modules must be recompiled, especially since this > : is in -STABLE. > > You are right, but any idea if such modules exist? Hmm. Well, credential references are manipulated by at least the NFS and SMBfs code, but I haven't really looked into much more detail. I haven't figured out the byte order issues, but it may be this has different effects on different platforms. I'd just give a general note of caution. I think having the cr_ref updating in -STABLE is great, we just need to be careful. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 8:20:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE68B37B422; Thu, 17 May 2001 08:20:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HFKHn76862; Thu, 17 May 2001 08:20:17 -0700 (PDT) (envelope-from ru) Message-Id: <200105171520.f4HFKHn76862@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 08:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 08:20:17 PDT Modified files: bin/date date.c Log: Fix an off-by-hour bug when crossing Daylight Saving Time boundary. PR: bin/27399 Submitted by: "Crist J. Clark" MFC after: 3 days Revision Changes Path 1.36 +4 -1 src/bin/date/date.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 8:30:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC62937B422; Thu, 17 May 2001 08:30:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HFUtD77891; Thu, 17 May 2001 08:30:55 -0700 (PDT) (envelope-from brian) Message-Id: <200105171530.f4HFUtD77891@freefall.freebsd.org> From: Brian Somers Date: Thu, 17 May 2001 08:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setkey setkey.8 token.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/17 08:30:53 PDT Modified files: usr.sbin/setkey setkey.8 token.l Log: Allow ``ip4'' as an ``upperspec'' value, and update the man page with *all* the permissible values. This should really be spelt ipencap (as /etc/protocols does), but a precedent has already been set by the ipproto array in setkey.c. It would be nice if /etc/protocols was parsed for the upperspec field, but I don't do yacc/lex... This change allows policies that only encrypt the encapsulated packets passing between the endpoints of a gif tunnel. Setting such a policy means that you can still talk directly (and unencrypted) between the public IP numbers with (say) ssh. MFC after: 1 week Revision Changes Path 1.13 +4 -1 src/usr.sbin/setkey/setkey.8 1.4 +2 -1 src/usr.sbin/setkey/token.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 8:47:10 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id A674237B422; Thu, 17 May 2001 08:47:02 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 May 2001 16:47:01 +0100 (BST) To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, iedowse@maths.tcd.ie Subject: Re: cvs commit: src/sys/coda coda_vfsops.c src/sys/fs/devfs devfs_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/fs/smbfs smbfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_subr.c ... In-Reply-To: Your message of "Thu, 17 May 2001 10:10:36 +0300." <20010517101036.C31873@sunbay.com> Date: Thu, 17 May 2001 16:47:01 +0100 From: Ian Dowse Message-ID: <200105171647.aa73697@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010517101036.C31873@sunbay.com>, Ruslan Ermilov writes: >> This commit also fixes a vnode reference leak in devfs, which could >> result in idle devfs filesystems that refuse to unmount. >> >Does this fix the case when DEVFS can't be unmounted on reboot? Quite possibly; devfs is one of the filesystems on which a forced unmount used to fail if there were any extra references held on the filesystem root vnode. The bug mentioned above would add an extra reference to the filesystem root vnode when a non-forced unmount failed because of references to a non-root vnode. So after one such failed unmount, all forced or non-forced unmounts would fail, e.g this would trigger it: mount -t devfs none /mnt (cd /mnt/fd; sleep 100) & # add an extra ref on /mnt/fd umount /mnt # fails, and leaks a root vnode ref kill %1 umount /mnt # fails umount -f /mnt # fails Following this change, forced unmounts can never fail with EBUSY, although they could still hang indefinitely waiting to lock a vnode, as has always been the case. Was there an easy way to repeat the devfs problem you mention? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 8:47:54 2001 Delivered-To: cvs-all@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 642E437B422; Thu, 17 May 2001 08:47:51 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id F099A22B06; Thu, 17 May 2001 08:44:03 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id 889C639; Thu, 17 May 2001 08:47:49 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f4HFln712654; Thu, 17 May 2001 08:47:49 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B03F2A4.90407@quack.kfu.com> Date: Thu, 17 May 2001 08:47:48 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: cvs=committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/crypto/telnet/libtelnet pk.c References: <200105161832.f4GIWkq20440@freefall.freebsd.org> <20010516200921.A15261@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > There is _ZERO_ way you even tried to compile this C code (C rules are > different from C++...): > I did, in fact, compile the code before committing it, but in doing so found the missing 'int i;' and put it in. Then I forgot to make that same change in my commit tree. Pointy hat for me. Sorry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 8:51:22 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8C55037B423; Thu, 17 May 2001 08:51:13 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f4HFpA631508; Thu, 17 May 2001 09:51:10 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f4HFrkl05377; Thu, 17 May 2001 09:53:46 -0600 (MDT) Message-Id: <200105171553.f4HFrkl05377@billy-club.village.org> To: Brian Somers Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Thu, 17 May 2001 13:33:43 BST." <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> References: <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Date: Thu, 17 May 2001 09:53:45 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Brian Somers writes: : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd : spell digiio.h /usr/include/sys/digi_io.h. We're not solaris :-). BSD traditionally spells things fooio.h for driver foo. FreeBSD changed the traditional place for devices, so one could argue for both /usr/include/sys/dev/foo/fooio.h or for /usr/include/sys/fooio.h. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 8:57:51 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 71AE737B422; Thu, 17 May 2001 08:57:45 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f4HFvi631532; Thu, 17 May 2001 09:57:44 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f4HG0Pl05438; Thu, 17 May 2001 10:00:25 -0600 (MDT) Message-Id: <200105171600.f4HG0Pl05438@billy-club.village.org> To: Brian Somers Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Thu, 17 May 2001 13:33:43 BST." <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> References: <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Date: Thu, 17 May 2001 10:00:25 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Brian Somers writes: : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd : spell digiio.h /usr/include/sys/digi_io.h. Actually, the more I think about it, the more I like putting it in /usr/include/sys/fooio.h. We have lots of other files there now. The down side to this approach is that it breaks up the driver sources that we've been trying to concentrate into sys/dev/foo/* (or introduces asymetry such that you can't just toss in a -I/sys and have the same tree that gets stuck under /usr/include). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:20:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AF0D37B423; Thu, 17 May 2001 09:20:39 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGKdM85359; Thu, 17 May 2001 09:20:39 -0700 (PDT) (envelope-from jeh) Message-Id: <200105171620.f4HGKdM85359@freefall.freebsd.org> From: "James E. Housley" Date: Thu, 17 May 2001 09:20:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/05/17 09:20:38 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4139 ****IMPORTANT NOTES**** * Notice: This emergency DAT release has been produced to provide protection for the VBS/VBSWG virus variant also known as "Mawanella". Revision Changes Path 1.31 +2 -2 ports/security/uvscan-dat/Makefile 1.30 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:21:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E0D537B422; Thu, 17 May 2001 09:21:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGLZ985519; Thu, 17 May 2001 09:21:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171621.f4HGLZ985519@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 09:21:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/py-amkCrypto Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/py-amkCrypto/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 09:21:35 PDT Modified files: security Makefile Added files: security/py-amkCrypto Makefile distinfo pkg-comment pkg-descr pkg-plist security/py-amkCrypto/files patch-aa Log: Add py-amkCrypto 0.1.3, a Python cryptography modules. PR: 26723 Submitted by: Jason R. Mastaler Revision Changes Path 1.190 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:21:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7DE137B424; Thu, 17 May 2001 09:21:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGLr385582; Thu, 17 May 2001 09:21:53 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171621.f4HGLr385582@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 09:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 09:21:53 PDT Modified files: . modules Log: py-amkCrypto --> ports/security/py-amkCrypto Revision Changes Path 1.3119 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:28:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD39C37B424; Thu, 17 May 2001 09:28:11 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGSBG86492; Thu, 17 May 2001 09:28:11 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105171628.f4HGSBG86492@freefall.freebsd.org> From: Nick Sayer Date: Thu, 17 May 2001 09:28:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet sra.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2001/05/17 09:28:11 PDT Modified files: crypto/telnet/libtelnet sra.c Log: Make the PAM user-override actually override the correect thing. Revision Changes Path 1.9 +4 -4 src/crypto/telnet/libtelnet/sra.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:28:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFAAE37B422; Thu, 17 May 2001 09:28:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGSgI86571; Thu, 17 May 2001 09:28:42 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171628.f4HGSgI86571@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 09:28:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/landscape Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 09:28:42 PDT Modified files: graphics Makefile Added files: graphics/landscape Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add landscape 0.5.1, a program for generating and rendering landscapes. PR: 27236 Submitted by: Jonathan Belson Revision Changes Path 1.308 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:29:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11BA237B422; Thu, 17 May 2001 09:29:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGTG086673; Thu, 17 May 2001 09:29:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171629.f4HGTG086673@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 09:29:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 09:29:15 PDT Modified files: . modules Log: landscape --> ports/graphics/landscape Revision Changes Path 1.3120 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:38: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 544E437B422; Thu, 17 May 2001 09:37:57 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HGbtP02139; Thu, 17 May 2001 17:37:55 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HGbsb65668; Thu, 17 May 2001 17:37:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171637.f4HGbsb65668@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Warner Losh Cc: Brian Somers , Bruce Evans , cvs-all@FreeBSD.org, current@FreeBSD.org, freebsd-arch@FreeBSD.org Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: Message from Warner Losh of "Thu, 17 May 2001 10:00:25 MDT." <200105171600.f4HG0Pl05438@billy-club.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 17:37:54 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [cc'd to -arch and not to cvs-committers] For anyone that's reading -arch and hasn't seen this on -current, the thread is discussing userland sources that have -I../../sys in their Makefile and then #include . I think everyone agrees that these headers should be made public, the question is ``where to put them ?''. Warner wrote: > In message <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Brian > Somers writes: > : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd > : spell digiio.h /usr/include/sys/digi_io.h. > > Actually, the more I think about it, the more I like putting it in > /usr/include/sys/fooio.h. We have lots of other files there now. The > down side to this approach is that it breaks up the driver sources > that we've been trying to concentrate into sys/dev/foo/* (or > introduces asymetry such that you can't just toss in a -I/sys and have > the same tree that gets stuck under /usr/include). The SHARED variable in src/include/Makefile makes this side of things tricky too - we've got to be careful that we either keep our sources together and maintain a resemblance of the hierarchy in /usr/include or split our sources. When I was working on Solaris I found it better to have the *io.h files in sys (separate from the driver) as it made it very clear that it was a public interface - the driver lived somewhere that just got built into a module and wasn't seen by the outside world. So I think I'd tend to vote (FWIW) for moving digiio.h (and other similar things) out of sys/dev// and into sys/sys/. Comments ? -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:41:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 850D137B423; Thu, 17 May 2001 09:41:52 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGfqx87946; Thu, 17 May 2001 09:41:52 -0700 (PDT) (envelope-from knu) Message-Id: <200105171641.f4HGfqx87946@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 17 May 2001 09:41:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-nqxml Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/17 09:41:52 PDT Modified files: textproc/ruby-nqxml Makefile distinfo pkg-plist Log: Update to 0.6.3. Revision Changes Path 1.5 +4 -3 ports/textproc/ruby-nqxml/Makefile 1.5 +1 -1 ports/textproc/ruby-nqxml/distinfo 1.2 +25 -0 ports/textproc/ruby-nqxml/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:45:11 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 1627037B422; Thu, 17 May 2001 09:45:07 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.3/8.11.3) with SMTP id f4HGZdf20710; Thu, 17 May 2001 12:35:40 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 17 May 2001 12:35:39 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Boris Popov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/miscfs/union union.h union_subr.c union_vnops.c In-Reply-To: <200105170452.f4H4qw077057@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yay! Any thoughts on how usable unionfs will be in the near future? Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 16 May 2001, Boris Popov wrote: > bp 2001/05/16 21:52:57 PDT > > Modified files: > sys/miscfs/union union.h union_subr.c union_vnops.c > Log: > Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. > > Revision Changes Path > 1.20 +1 -2 src/sys/miscfs/union/union.h > 1.51 +5 -36 src/sys/miscfs/union/union_subr.c > 1.82 +57 -25 src/sys/miscfs/union/union_vnops.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:55:40 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 71FBE37B422; Thu, 17 May 2001 09:55:14 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4HGqpd91246; Thu, 17 May 2001 19:52:51 +0300 (EEST) (envelope-from ru) Date: Thu, 17 May 2001 19:52:51 +0300 From: Ruslan Ermilov To: Brian Somers Cc: Warner Losh , Bruce Evans , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) Message-ID: <20010517195251.A90318@sunbay.com> Mail-Followup-To: Brian Somers , Warner Losh , Bruce Evans , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG References: <200105171637.f4HGbsb65668@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105171637.f4HGbsb65668@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Thu, May 17, 2001 at 05:37:54PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 05:37:54PM +0100, Brian Somers wrote: > [cc'd to -arch and not to cvs-committers] > > For anyone that's reading -arch and hasn't seen this on -current, the > thread is discussing userland sources that have -I../../sys in their > Makefile and then #include . > > I think everyone agrees that these headers should be made public, the > question is ``where to put them ?''. > > Warner wrote: > > In message <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Brian > > Somers writes: > > : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd > > : spell digiio.h /usr/include/sys/digi_io.h. > > > > Actually, the more I think about it, the more I like putting it in > > /usr/include/sys/fooio.h. We have lots of other files there now. The > > down side to this approach is that it breaks up the driver sources > > that we've been trying to concentrate into sys/dev/foo/* (or > > introduces asymetry such that you can't just toss in a -I/sys and have > > the same tree that gets stuck under /usr/include). > > The SHARED variable in src/include/Makefile makes this side of things > tricky too - we've got to be careful that we either keep our sources > together and maintain a resemblance of the hierarchy in /usr/include > or split our sources. > > When I was working on Solaris I found it better to have the *io.h > files in sys (separate from the driver) as it made it very clear that > it was a public interface - the driver lived somewhere that just got > built into a module and wasn't seen by the outside world. > > So I think I'd tend to vote (FWIW) for moving digiio.h (and other > similar things) out of sys/dev// and into sys/sys/. > > Comments ? > More to that. There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. All these are bogus. We should get rid of all of them (-I's). So far, I have found sbin/mount_* use headers from /sys/miscfs/ that are not installed into /usr/include, but should be. Where should these be installed? /usr/include/fs/ or should we preserve the /usr/include/miscfs/ layout like in /sys/miscfs? Modern fs'es install their headers into include/fs and old ones in include/. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 9:56:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34F2C37B422; Thu, 17 May 2001 09:56:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HGuLx89154; Thu, 17 May 2001 09:56:21 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105171656.f4HGuLx89154@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 09:56:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/05/17 09:56:21 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Scribble name of Jonathan Belson in our book of undead for his graphics/landscape port. "Welcome to my nightmare I think you're gonna like it I think you're gonna feel like you belong A nocturnal vacation Unnecessary sedation You want to feel at home 'cause you belong..." Revision Changes Path 1.415 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10: 3:30 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id BC7ED37B422; Thu, 17 May 2001 10:03:26 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4HH3Mr60546; Thu, 17 May 2001 10:03:22 -0700 (PDT) (envelope-from obrien) Date: Thu, 17 May 2001 10:03:22 -0700 From: "David O'Brien" To: Brian Somers Cc: Jesper Skriver , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.network Message-ID: <20010517100322.A60453@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105170919.f4H9JNb60433@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105170919.f4H9JNb60433@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Thu, May 17, 2001 at 10:19:23AM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 10:19:23AM +0100, Brian Somers wrote: > > On Thu, May 17, 2001 at 02:27:40AM +0100, Brian Somers wrote: > > > > > > I would have thought it's more appropriate to remove one of the > > > useless Host Keys in sshd_config instead. > > > > Maybe, but for now how about leave both until we figure out what the end > > result will be. I'm also leary of having an rc file just delete stuff > > out of /etc. > > Meaning that copying the file is doing irreversible damage ? I don't follow you? > > -- > > -- David (obrien@FreeBSD.org) \rant_for_lack_of_trimming_nowdays{ Did quoting my sig really add context? ;-) } -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:11: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id D030037B422; Thu, 17 May 2001 10:10:59 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f4HHAvo92052; Thu, 17 May 2001 10:10:57 -0700 (PDT) (envelope-from dillon) Date: Thu, 17 May 2001 10:10:57 -0700 (PDT) From: Matt Dillon Message-Id: <200105171710.f4HHAvo92052@earth.backplane.com> To: Brian Somers Cc: Jesper Skriver , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc.network References: <200105170127.f4H1Reb36757@hak.lan.Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This does not belong in an rc file. It belongs in upgrade instructions or, even better, perhaps ssh should be patched to accept the original host key file if the new one doesn't exist. But trying to do any modification of /etc assumes way, way too much about how the machine has been configured or is being used. For example, / might be mounted read-only. Additionally, doing 'one time corrections' from an rc file is pollutes its purpose. When do you propose that this modification be removed? A year? Two years? Is it supposed to stay there forever? -Matt : :> jesper 2001/05/16 12:23:55 PDT :> :> Modified files: :> etc rc.network :> Log: :> Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal with :> gratutious changes in the latest SSH :> :> Reviewed by: obrien :> Approved by: obrien :> :> Revision Changes Path :> 1.94 +8 -3 src/etc/rc.network : :I would have thought it's more appropriate to remove one of the :useless Host Keys in sshd_config instead. : :-- :Brian : :Don't _EVER_ lose your sense of humour ! : : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:22:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F100F37B424; Thu, 17 May 2001 10:22:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHMkd94277; Thu, 17 May 2001 10:22:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200105171722.f4HHMkd94277@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 10:22:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/lmbench/files patch-config-run X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/17 10:22:46 PDT Added files: benchmarks/lmbench/files patch-config-run Log: Change defaults to match FreeBSD, not Linux. Approved by: fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:23:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D69F737B423; Thu, 17 May 2001 10:23:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHNb394347; Thu, 17 May 2001 10:23:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200105171723.f4HHNb394347@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 10:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/lmbench/files patch-getbg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/05/17 10:23:37 PDT Added files: benchmarks/lmbench/files patch-getbg Log: Rewrite the per4 in perl5. Submitted by: eivind Approved by: fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:35:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8786737B424; Thu, 17 May 2001 10:35:22 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHZMB95642; Thu, 17 May 2001 10:35:22 -0700 (PDT) (envelope-from ade) Message-Id: <200105171735.f4HHZMB95642@freefall.freebsd.org> From: Ade Lovett Date: Thu, 17 May 2001 10:35:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/05/17 10:35:22 PDT Modified files: misc/mc Makefile misc/mc/files patch-af Log: Fix symlink for mcedit PR: 27352 (right idea, wrong patch) Submitted by: albert.kinderman@csun.edu Revision Changes Path 1.55 +2 -2 ports/misc/mc/Makefile 1.17 +10 -1 ports/misc/mc/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:39:16 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id F1EFB37B43C; Thu, 17 May 2001 10:39:11 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2F9ED66C8C; Thu, 17 May 2001 10:39:11 -0700 (PDT) Date: Thu, 17 May 2001 10:39:10 -0700 From: Kris Kennaway To: Neil Blakey-Milner Cc: Brian Somers , Ying-Chieh Liao , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/socks5 Makefile pkg-plist Message-ID: <20010517103910.A52819@xor.obsecurity.org> References: <200105170926.f4H9Qab60547@hak.lan.Awfulhak.org> <20010517160707.A5538@rapier.smartspace.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010517160707.A5538@rapier.smartspace.co.za>; from nbm@mithrandr.moria.org on Thu, May 17, 2001 at 04:07:08PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 17, 2001 at 04:07:08PM +0200, Neil Blakey-Milner wrote: > On Thu 2001-05-17 (10:26), Brian Somers wrote: > > Is a PORTREVISION bump necessary for doc/example fixes ? > >=20 > > To me, a PORTVERSION change means I need to rebuild & reinstall the=20 >=20 > Strictly, it should occur whenever the generated package is different in > any way. Theoretically we should also bump it if something like a > static archive that it relies upon gets changed, and things like that. > If done properly, it can help maintain as high a standard as Debian > usually enjoys in binary package dependencies and upgrades. The guidelines say something like "if it's worthwhile for the user to upgrade the package", and trivial fixes are exempted. If something affects a dependency, it's nontrivial. Kris --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BAy+Wry0BWjoQKURAtAgAJ9fH+sMwo1I0De7gYvW3PdJpbYpHwCghsHY yfpIJMAD1CHFWNQmN083PPI= =8EyS -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:43:41 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 4A23537B423; Thu, 17 May 2001 10:43:35 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E2C6866C8C; Thu, 17 May 2001 10:43:34 -0700 (PDT) Date: Thu, 17 May 2001 10:43:34 -0700 From: Kris Kennaway To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/setkey setkey.8 token.l Message-ID: <20010517104334.C52819@xor.obsecurity.org> References: <200105171530.f4HFUtD77891@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="xesSdrSSBC0PokLI" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105171530.f4HFUtD77891@freefall.freebsd.org>; from brian@FreeBSD.org on Thu, May 17, 2001 at 08:30:53AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --xesSdrSSBC0PokLI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 17, 2001 at 08:30:53AM -0700, Brian Somers wrote: > brian 2001/05/17 08:30:53 PDT >=20 > Modified files: > usr.sbin/setkey setkey.8 token.l=20 > Log: > Allow ``ip4'' as an ``upperspec'' value, and update the man > page with *all* the permissible values. > =20 > This should really be spelt ipencap (as /etc/protocols does), > but a precedent has already been set by the ipproto array in > setkey.c. > =20 > It would be nice if /etc/protocols was parsed for the upperspec > field, but I don't do yacc/lex... > =20 > This change allows policies that only encrypt the encapsulated > packets passing between the endpoints of a gif tunnel. Setting > such a policy means that you can still talk directly (and > unencrypted) between the public IP numbers with (say) ssh. > =20 > MFC after: 1 week Please submit this to KAME; core@kame.net, or it may be lost in a future vendor update. Kris --xesSdrSSBC0PokLI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BA3GWry0BWjoQKURAnECAJ41AX5ymlSLHyCmgWKmZa+kizIx9wCgnVyd G5vXq6Qw9cTX44sqYKwgG4o= =jTf2 -----END PGP SIGNATURE----- --xesSdrSSBC0PokLI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:53:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71DAE37B422; Thu, 17 May 2001 10:53:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHrM597247; Thu, 17 May 2001 10:53:22 -0700 (PDT) (envelope-from ru) Message-Id: <200105171753.f4HHrM597247@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 10:53:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 tcp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 10:53:22 PDT Modified files: share/man/man4 tcp.4 Log: Describe all current net.inet.tcp MIB variables. Submitted by: jlemon MFC after: 1 week Revision Changes Path 1.16 +62 -4 src/share/man/man4/tcp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:57:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 220B637B422; Thu, 17 May 2001 10:57:38 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHvbk97572; Thu, 17 May 2001 10:57:37 -0700 (PDT) (envelope-from ru) Message-Id: <200105171757.f4HHvbk97572@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 10:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 10:57:37 PDT Modified files: sys/sys sysctl.h Log: Cosmetics to rev.1.89: removed argument names in a function prototype. Revision Changes Path 1.91 +2 -2 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:59:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F10C137B422; Thu, 17 May 2001 10:59:28 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHxSK97740; Thu, 17 May 2001 10:59:28 -0700 (PDT) (envelope-from alfred) Message-Id: <200105171759.f4HHxSK97740@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 17 May 2001 10:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/05/17 10:59:28 PDT Modified files: sys/kern sys_pipe.c Log: pipe_create has to zero out the select record earlier to avoid returning a half-initialized pipe and causing pipeclose() to follow a junk pointer. Discovered by: "Nick S" Revision Changes Path 1.74 +2 -2 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 10:59:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E862637B422; Thu, 17 May 2001 10:59:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HHxrI97836; Thu, 17 May 2001 10:59:53 -0700 (PDT) (envelope-from ru) Message-Id: <200105171759.f4HHxrI97836@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 10:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/05/17 10:59:53 PDT Modified files: (Branch: RELENG_4) sys/sys sysctl.h Log: MFC: 1.89 (sysctlnametomib(3) function prototype). Forgotten by: obrien Revision Changes Path 1.81.2.6 +2 -2 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 11: 1:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5441037B422; Thu, 17 May 2001 11:01:53 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HI1rg98055; Thu, 17 May 2001 11:01:53 -0700 (PDT) (envelope-from greid) Message-Id: <200105171801.f4HI1rg98055@freefall.freebsd.org> From: George C A Reid Date: Thu, 17 May 2001 11:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mp3blaster Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greid 2001/05/17 11:01:53 PDT Modified files: audio/mp3blaster Makefile distinfo Log: Update to 3.0p7 Revision Changes Path 1.9 +3 -3 ports/audio/mp3blaster/Makefile 1.5 +1 -1 ports/audio/mp3blaster/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 11:23: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42C0C37B423; Thu, 17 May 2001 11:22:59 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HIMxS02985; Thu, 17 May 2001 11:22:59 -0700 (PDT) (envelope-from alfred) Message-Id: <200105171822.f4HIMxS02985@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 17 May 2001 11:22:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/05/17 11:22:59 PDT Modified files: sys/kern sys_pipe.c Log: initialize pipe pointers Revision Changes Path 1.75 +2 -1 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 11:23:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1CB637B422; Thu, 17 May 2001 11:23:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HINeE03123; Thu, 17 May 2001 11:23:40 -0700 (PDT) (envelope-from knu) Message-Id: <200105171823.f4HINeE03123@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 17 May 2001 11:23:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/17 11:23:40 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 1.25. Revision Changes Path 1.9 +3 -3 ports/sysutils/portupgrade/Makefile 1.9 +1 -1 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 11:32:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAC0537B422; Thu, 17 May 2001 11:32:21 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HIWLh04101; Thu, 17 May 2001 11:32:21 -0700 (PDT) (envelope-from bmah) Message-Id: <200105171832.f4HIWLh04101@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 17 May 2001 11:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO_8859-1/relnotes/common new.sgml src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/05/17 11:32:20 PDT Modified files: release/doc/en_US.ISO_8859-1/hardware/common dev.sgml release/doc/en_US.ISO_8859-1/relnotes/common new.sgml release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Fix typo: s/maestro3_load/snd_maestro3_load/ (pointed out by Tadayuki OKADA . New release notes: USER_LDT on by default (this entry is way overdue). Add Abocom URE 450 to supported USB Ethernet devices. Revision Changes Path 1.9 +5 -2 src/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml 1.12 +6 -3 src/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml 1.187 +5 -2 src/release/texts/alpha/RELNOTES.TXT 1.261 +5 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:11:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1906B37B423; Thu, 17 May 2001 12:11:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJBsJ10925; Thu, 17 May 2001 12:11:54 -0700 (PDT) (envelope-from brian) Message-Id: <200105171911.f4HJBsJ10925@freefall.freebsd.org> From: Brian Somers Date: Thu, 17 May 2001 12:11:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile README.changes bundle.c bundle.h chap.c chap_ms.c command.c defs.h ether.c filter.c filter.h iface.c ip.c ipcp.c main.c mp.c pap.c physical.c ppp.8 prompt.c radius.c radius.h route.c route.h server.c server.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/05/17 12:11:53 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp Makefile README.changes bundle.c bundle.h chap.c chap_ms.c command.c defs.h ether.c filter.c filter.h iface.c ip.c ipcp.c main.c mp.c pap.c physical.c ppp.8 prompt.c radius.c radius.h route.c route.h server.c server.h systems.c tun.c Log: MFC: Support -DPPP_CONFDIR Send PROTO_IP traffic when possible in single-link MP mode MAXPATHLEN -> PATH_MAX Update route MTUs when the interface MTU changes Show diagnostic socket info in ``show bundle'' Support ``set server open'', ``set server closed'' and SIGUSR1 Load netgraph.ko when required Support ipencap packets Be more consistent with the NET_RT_IFLIST sysctl when creating an interface Optimise out deleting and re-adding the same ifaddr on the tun interface Fix some man page markup and add some further examples. Call ourself ``localhost'' if we have no hostname Allow embedded NULs in radius passwords and challenges Do ioctl(TUNSIFINFO) as uid 0 Revision Changes Path 1.73.2.5 +5 -1 src/usr.sbin/ppp/Makefile 1.16.2.5 +4 -1 src/usr.sbin/ppp/README.changes 1.84.2.10 +41 -148 src/usr.sbin/ppp/bundle.c 1.33.2.6 +1 -3 src/usr.sbin/ppp/bundle.h 1.61.2.4 +6 -10 src/usr.sbin/ppp/chap.c 1.9.2.3 +2 -3 src/usr.sbin/ppp/chap_ms.c 1.230.2.9 +33 -10 src/usr.sbin/ppp/command.c 1.52.2.9 +4 -2 src/usr.sbin/ppp/defs.h 1.9.2.7 +8 -3 src/usr.sbin/ppp/ether.c 1.39.2.5 +8 -2 src/usr.sbin/ppp/filter.c 1.21.2.4 +5 -4 src/usr.sbin/ppp/filter.h 1.13.2.5 +85 -52 src/usr.sbin/ppp/iface.c 1.78.2.7 +24 -13 src/usr.sbin/ppp/ip.c 1.90.2.7 +10 -3 src/usr.sbin/ppp/ipcp.c 1.167.2.5 +16 -5 src/usr.sbin/ppp/main.c 1.36.2.6 +79 -33 src/usr.sbin/ppp/mp.c 1.42.2.2 +2 -2 src/usr.sbin/ppp/pap.c 1.34.2.6 +5 -5 src/usr.sbin/ppp/physical.c 1.209.2.22 +59 -10 src/usr.sbin/ppp/ppp.8 1.20.2.3 +4 -4 src/usr.sbin/ppp/prompt.c 1.11.2.4 +5 -5 src/usr.sbin/ppp/radius.c 1.3.2.3 +4 -3 src/usr.sbin/ppp/radius.h 1.60.2.4 +260 -14 src/usr.sbin/ppp/route.c 1.13.2.2 +5 -1 src/usr.sbin/ppp/route.h 1.28.2.5 +113 -40 src/usr.sbin/ppp/server.c 1.6.2.2 +19 -7 src/usr.sbin/ppp/server.h 1.58.2.5 +5 -5 src/usr.sbin/ppp/systems.c 1.20.2.2 +4 -3 src/usr.sbin/ppp/tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:14: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id BFE4637B423; Thu, 17 May 2001 12:13:58 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 353E918A47; Thu, 17 May 2001 14:13:47 -0500 (EST) Date: Thu, 17 May 2001 14:13:47 -0500 From: Will Andrews To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security Makefile ports/security/py-amkCrypto Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/py-amkCrypto/files patch-aa Message-ID: <20010517141346.I26877@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105171621.f4HGLZ985519@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105171621.f4HGLZ985519@freefall.freebsd.org>; from sobomax@FreeBSD.org on Thu, May 17, 2001 at 09:21:35AM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 09:21:35AM -0700, Maxim Sobolev wrote: > Added files: > security/py-amkCrypto Makefile distinfo pkg-comment pkg-descr > pkg-plist > security/py-amkCrypto/files patch-aa > Log: > Add py-amkCrypto 0.1.3, a Python cryptography modules. > > PR: 26723 > Submitted by: Jason R. Mastaler Thanks, Maxim. This port has been on my todo list for about nine or ten months now. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:19:31 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 181EF37B422; Thu, 17 May 2001 12:19:23 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4HJJMM60899; Thu, 17 May 2001 12:19:22 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id B6C4D380A; Thu, 17 May 2001 12:19:22 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Brian Somers Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: <200105171258.f4HCwKb63116@hak.lan.Awfulhak.org> Date: Thu, 17 May 2001 12:19:22 -0700 From: Peter Wemm Message-Id: <20010517191922.B6C4D380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > >> Revision Changes Path > > >> 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c > > > > > >Does this mean that I can catch ``open("/dev/tun")'' and clone (say) > > >/dev/tun100, returning that ? > > > > yes :-) > > I think the only thing that's missing is that you can't have the > clone handler called for an existing device node. > > I'd like to be able to make_dev() /dev/tun during attach and allow > the sysadmin (or whatever) to change it's permissions. Then, when an > attempt to open it is made, have my clone handler called. My clone > handler make_dev()s /dev/tunN and returns that. When /dev/tunN's > final close is done, I destroy_dev() it. > > Unfortunately, I don't think this can be done very easily. We'd need > to allocate a new vnode only at open time - probably in vn_open. > It'd probably be convenient if devfs was able to set some new vnode > flag in vnodes returned from it's lookup based on some flag passed > into make_dev() (oops, there are no flags there). When vn_open() > sees the flag, it calls some registered handler that goes off and > returns either the original vnode or (if successfully cloned) a new > vnode. > > Does any of that make sense ? It does make sense, but are you sure it's needed? The clone device (/dev/ tun in this case) has the same attributes as the redirected device. Ie: if you open /dev/tun, the attributes of it are actually those of /dev/tun100. I dont think we can have a persistant /dev/tun that actually shows up on ls(1) etc, because we'd then have races with multiple processes scanning/ accessing the directories or accessing and opening by different processes at once. Remember, the cloned device is different to every process. The whole permissions thing is a sticky one there. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:22:51 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id C04B537B423; Thu, 17 May 2001 12:22:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4HJMkM60920; Thu, 17 May 2001 12:22:46 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 99AA8380A; Thu, 17 May 2001 12:22:46 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sysctl.h In-Reply-To: <200105171757.f4HHvbk97572@freefall.freebsd.org> Date: Thu, 17 May 2001 12:22:46 -0700 From: Peter Wemm Message-Id: <20010517192246.99AA8380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > ru 2001/05/17 10:57:37 PDT > > Modified files: > sys/sys sysctl.h > Log: > Cosmetics to rev.1.89: removed argument names in a function prototype. It is also correct to merely move the names out of application space. ie, change: int foo(int *bar); to: int foo(int *_bar); For the bystanders, this is so that if somebody already has a macro: #define bar 1 then a later #include will fail due to: int foo(int *1); Applications are perfectly entitled to do this. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:23:25 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 9DF4A37B423; Thu, 17 May 2001 12:23:17 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HJNFP03790; Thu, 17 May 2001 20:23:15 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HJNEb67601; Thu, 17 May 2001 20:23:14 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171923.f4HJNEb67601@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: Brian Somers , Jesper Skriver , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc.network In-Reply-To: Message from "David O'Brien" of "Thu, 17 May 2001 10:03:22 PDT." <20010517100322.A60453@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 20:23:14 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, May 17, 2001 at 10:19:23AM +0100, Brian Somers wrote: > > > On Thu, May 17, 2001 at 02:27:40AM +0100, Brian Somers wrote: > > > > > > > > I would have thought it's more appropriate to remove one of the > > > > useless Host Keys in sshd_config instead. > > > > > > Maybe, but for now how about leave both until we figure out what the end > > > result will be. I'm also leary of having an rc file just delete stuff > > > out of /etc. > > > > Meaning that copying the file is doing irreversible damage ? > > I don't follow you? The change was to copy /etc/ssh/ssh_host_key* to /etc/ssh/ssh_host_rsa_key*. The only reason this is necessary is because the latest version of sshd_config says HostKey /etc/ssh/ssh_host_key HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key where the middle line is new. I'm arguing that the correct change is to take that middle line out. I don't think creating ssh_host_rsa_key on the fly gains anything whatsoever. > > > -- David (obrien@FreeBSD.org) > > \rant_for_lack_of_trimming_nowdays{ Did quoting my sig really add context? ;-) } Yes - it shows everyone who I'm replying to as my mailer doesn't add it when I quote what I'm replying to. > -- > -- David (obrien@FreeBSD.org) And here it is again - so everyone can be extra sure :*P -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:24:29 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 4A38137B423; Thu, 17 May 2001 12:24:19 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HJOHP03794; Thu, 17 May 2001 20:24:17 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HJOGb67616; Thu, 17 May 2001 20:24:16 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171924.f4HJOGb67616@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Matt Dillon Cc: Brian Somers , Jesper Skriver , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc.network In-Reply-To: Message from Matt Dillon of "Thu, 17 May 2001 10:10:57 PDT." <200105171710.f4HHAvo92052@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 20:24:16 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Agreed. We should remove the bogus HostKey line from sshd_config instead. > This does not belong in an rc file. It belongs in upgrade instructions > or, even better, perhaps ssh should be patched to accept the original > host key file if the new one doesn't exist. But trying to do any > modification of /etc assumes way, way too much about how the machine has > been configured or is being used. For example, / might be mounted > read-only. Additionally, doing 'one time corrections' from an rc file > is pollutes its purpose. When do you propose that this modification > be removed? A year? Two years? Is it supposed to stay there forever? > > -Matt > > : > :> jesper 2001/05/16 12:23:55 PDT > :> > :> Modified files: > :> etc rc.network > :> Log: > :> Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal with > :> gratutious changes in the latest SSH > :> > :> Reviewed by: obrien > :> Approved by: obrien > :> > :> Revision Changes Path > :> 1.94 +8 -3 src/etc/rc.network > : > :I would have thought it's more appropriate to remove one of the > :useless Host Keys in sshd_config instead. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:32:38 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 45F2E37B42C; Thu, 17 May 2001 12:32:08 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HJW6P03846; Thu, 17 May 2001 20:32:06 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HJW5b67715; Thu, 17 May 2001 20:32:05 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105171932.f4HJW5b67715@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Kris Kennaway Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/usr.sbin/setkey setkey.8 token.l In-Reply-To: Message from Kris Kennaway of "Thu, 17 May 2001 10:43:34 PDT." <20010517104334.C52819@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 20:32:05 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [.....] > > Allow ``ip4'' as an ``upperspec'' value, and update the man > > page with *all* the permissible values. [.....] > Please submit this to KAME; core@kame.net, or it may be lost in a > future vendor update. Done. > Kris -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:40:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B50A37B422; Thu, 17 May 2001 12:40:14 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJeDj14322; Thu, 17 May 2001 12:40:14 -0700 (PDT) (envelope-from eric) Message-Id: <200105171940.f4HJeDj14322@freefall.freebsd.org> From: Eric Melville Date: Thu, 17 May 2001 12:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/window wwterminfo.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eric 2001/05/17 12:40:13 PDT Modified files: (Branch: RELENG_4) usr.bin/window wwterminfo.c Log: MFC: mktemp(3) removal Reviewed by: -audit (silence) Approved by: murray Revision Changes Path 1.3.6.2 +2 -3 src/usr.bin/window/wwterminfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:47:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 160CB37B423; Thu, 17 May 2001 12:47:10 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJl9s15124; Thu, 17 May 2001 12:47:09 -0700 (PDT) (envelope-from alfred) Message-Id: <200105171947.f4HJl9s15124@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 17 May 2001 12:47:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/05/17 12:47:09 PDT Modified files: sys/kern sys_pipe.c Log: Cleanup Remove comment about setting error for reads on EOF, read returns 0 on EOF so the code should be ok. Remove non-effective priority boost, PRIO+1 doesn't do anything (according to McKusick), if a real priority boost is needed it should have been +4. Style fixes: .) return foo -> return (foo) .) FLAG1|FlAG2 -> FLAG1 | FlAG2 .) wrap long lines .) unwrap short lines .) for(i=0;i=foo;i++) -> for (i = 0; i=foo; i++) .) remove braces for some conditionals with a single statement .) fix continuation lines. md5 couldn't verify the binary because some code had to be shuffled around to address the style issues. Revision Changes Path 1.76 +51 -55 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:50:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E07337B422; Thu, 17 May 2001 12:50:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJodG15487; Thu, 17 May 2001 12:50:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105171950.f4HJodG15487@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 17 May 2001 12:50:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/proxy-suite/files patch-etcdir X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/05/17 12:50:39 PDT Added files: net/proxy-suite/files patch-etcdir Log: fix path PR: 27018 Submitted by: MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:51:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F263237B422; Thu, 17 May 2001 12:51:18 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJpIj15576; Thu, 17 May 2001 12:51:18 -0700 (PDT) (envelope-from knu) Message-Id: <200105171951.f4HJpIj15576@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 17 May 2001 12:51:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-postgres Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/05/17 12:51:18 PDT Modified files: databases/ruby-postgres Makefile Log: Add a WITH_OLD_LAYOUT hook for those who still use PostgreSQL with the old layout. PR: ports/27292 Submitted by: Hoss Firooznia Revision Changes Path 1.17 +6 -1 ports/databases/ruby-postgres/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 12:55:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6789137B422; Thu, 17 May 2001 12:55:12 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HJtCX16231; Thu, 17 May 2001 12:55:12 -0700 (PDT) (envelope-from dmlb) Message-Id: <200105171955.f4HJtCX16231@freefall.freebsd.org> From: Duncan Barclay Date: Thu, 17 May 2001 12:55:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dmlb 2001/05/17 12:55:12 PDT Modified files: etc/defaults pccard.conf Log: Add an entry for RAYLINK pccard using the ray driver. MFC after: 3 days Revision Changes Path 1.182 +7 -1 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13: 3:56 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id ECFD337B423; Thu, 17 May 2001 13:03:46 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HK3jP03974; Thu, 17 May 2001 21:03:45 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HK3ib68172; Thu, 17 May 2001 21:03:44 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105172003.f4HK3ib68172@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Peter Wemm Cc: Brian Somers , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/fs/devfs devfs_vnops.c In-Reply-To: Message from Peter Wemm of "Thu, 17 May 2001 12:19:22 PDT." <20010517191922.B6C4D380A@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 21:03:44 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Brian Somers wrote: > > > >> Revision Changes Path > > > >> 1.23 +7 -15 src/sys/fs/devfs/devfs_vnops.c > > > > > > > >Does this mean that I can catch ``open("/dev/tun")'' and clone (say) > > > >/dev/tun100, returning that ? > > > > > > yes :-) > > > > I think the only thing that's missing is that you can't have the > > clone handler called for an existing device node. > > > > I'd like to be able to make_dev() /dev/tun during attach and allow > > the sysadmin (or whatever) to change it's permissions. Then, when an > > attempt to open it is made, have my clone handler called. My clone > > handler make_dev()s /dev/tunN and returns that. When /dev/tunN's > > final close is done, I destroy_dev() it. > > > > Unfortunately, I don't think this can be done very easily. We'd need > > to allocate a new vnode only at open time - probably in vn_open. > > It'd probably be convenient if devfs was able to set some new vnode > > flag in vnodes returned from it's lookup based on some flag passed > > into make_dev() (oops, there are no flags there). When vn_open() > > sees the flag, it calls some registered handler that goes off and > > returns either the original vnode or (if successfully cloned) a new > > vnode. > > > > Does any of that make sense ? > > It does make sense, but are you sure it's needed? The clone device (/dev/ > tun in this case) has the same attributes as the redirected device. Ie: if > you open /dev/tun, the attributes of it are actually those of /dev/tun100. > I dont think we can have a persistant /dev/tun that actually shows up on > ls(1) etc, because we'd then have races with multiple processes scanning/ > accessing the directories or accessing and opening by different processes > at once. Remember, the cloned device is different to every process. > The whole permissions thing is a sticky one there. I think my problem is that even though it's very sexy to be able to clone devices on demand, there should be some way of determining in advance (or of the sysadmin controlling) who can open these devices. It's not easy to figure out what that means with cloning as it was, but now that we can have a specific device name that can be used again and again to get unique instances of the device, it seems clear that that specific device name should appear up front and be changable. I expect to be able to if (stat("/dev/tun", &st) == -1) /* Clone device not supported - revert to old behaviour */ else { printf("Opening %s\n", devname(st.st_dev, S_IFCHR)); fd = open("/dev/tun", O_RDWR); fstat(fd, &st); printf("Got %s\n", devname(st.st_dev, S_IFCHR)); } and have output saying Opening /dev/tun Got /dev/tun100 I'm not sure that I see any races - vn_open could pass a vnode pointer pointer into VOP_OPEN. Just before the devsw d_open is called, some handler could be asked if it'd like to change the dev_t. That handler can then make_dev(), returning the new dev_t, and d_open is passed that. On the way back, a vnode is created for the new dev_t and the vnode is passed back up into vn_open() which blindly continues as normal. ls -l sees /dev/tun which is make_dev()d in attach and destroy_dev()d in detach, and may see other tun* devices if they've been make_dev()d by this magic handler and haven't yet been destroy_dev()d by their final close. The Solaris (sysv?) way where a dev_t pointer is passed into d_open and may be changed is probably better - that way the driver can never be unsure about whether it's cloned a device that's about to be opened or not.... it just needs to track which minors are open (in fact, the infrastructure also does that for you in that you're guaranteed not to be detach()d if there are outstanding opens). > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:11:13 2001 Delivered-To: cvs-all@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 0389337B424; Thu, 17 May 2001 13:11:09 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id WAA19078; Thu, 17 May 2001 22:11:08 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 85F7814AF8; Thu, 17 May 2001 22:11:07 +0200 (CEST) Date: Thu, 17 May 2001 22:11:07 +0200 From: Alexander Langer To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20010517221107.A1109@zerogravity.kawo2.rwth-aachen.d> References: <200104241821.f3OILjP04442@freefall.freebsd.org> <20010516130904.A8466@dragon.nuxi.com> <20010516232056.C1742@kawoserv.kawo2.rwth-aachen.de> <20010516142628.B9603@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010516142628.B9603@dragon.nuxi.com>; from obrien@FreeBSD.org on Wed, May 16, 2001 at 02:26:28PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake David O'Brien (obrien@FreeBSD.org): > It is OK, but IMHO after having a little fun (which is good), write the > version that is explicit enough to whap someone over the head with. For > example: Ah, ok. I'll remember in future. Thank you :-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:11:31 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 0C4F737B423; Thu, 17 May 2001 13:11:24 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HKBMP04018; Thu, 17 May 2001 21:11:22 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4HKBLb68306; Thu, 17 May 2001 21:11:21 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105172011.f4HKBLb68306@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Peter Wemm Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/sys sysctl.h In-Reply-To: Message from Peter Wemm of "Thu, 17 May 2001 12:22:46 PDT." <20010517192246.99AA8380A@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 May 2001 21:11:21 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Ruslan Ermilov wrote: > > ru 2001/05/17 10:57:37 PDT > > > > Modified files: > > sys/sys sysctl.h > > Log: > > Cosmetics to rev.1.89: removed argument names in a function prototype. > > It is also correct to merely move the names out of application > space. ie, change: > int foo(int *bar); > to: > int foo(int *_bar); > > For the bystanders, this is so that if somebody already has a macro: > #define bar 1 > then a later #include will fail due to: int foo(int *1); > Applications are perfectly entitled to do this. On a somewhat more esoteric note, when compiling with -Wshadow and using something like int foo(int link) you end up with a warning if you include unistd.h (it confuses ``link'' with the function prototype. This may be a compiler bug though :) > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > "All of this is for nothing if we don't go to the stars" - JMS/B5 -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:12:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A753A37B42C; Thu, 17 May 2001 13:12:06 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HKC6220763; Thu, 17 May 2001 13:12:06 -0700 (PDT) (envelope-from jim) Message-Id: <200105172012.f4HKC6220763@freefall.freebsd.org> From: Jim Mock Date: Thu, 17 May 2001 13:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat-devel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/05/17 13:12:06 PDT Modified files: irc/xchat-devel Makefile distinfo Log: Update to version 1.7.4. Revision Changes Path 1.76 +2 -2 ports/irc/xchat-devel/Makefile 1.49 +1 -1 ports/irc/xchat-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:43:10 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7E06037B424; Thu, 17 May 2001 13:43:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4HKh0G92944; Thu, 17 May 2001 13:43:00 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105171947.f4HJl9s15124@freefall.freebsd.org> Date: Thu, 17 May 2001 13:42:08 -0700 (PDT) From: John Baldwin To: Alfred Perlstein Subject: RE: cvs commit: src/sys/kern sys_pipe.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On 17-May-01 Alfred Perlstein wrote: > alfred 2001/05/17 12:47:09 PDT > > Modified files: > sys/kern sys_pipe.c > Log: > Cleanup > .) for(i=0;i=foo;i++) -> for (i = 0; i=foo; i++) for (i = 0; i = foo; i++)? (notice spaces around second '=') -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:46:16 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 4ABE437B423; Thu, 17 May 2001 13:46:11 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4HKk7E62806; Thu, 17 May 2001 13:46:07 -0700 (PDT) (envelope-from obrien) Date: Thu, 17 May 2001 13:45:57 -0700 From: "David O'Brien" To: Brian Somers Cc: green@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.network Message-ID: <20010517134557.A61259@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200105171923.f4HJNEb67601@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105171923.f4HJNEb67601@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Thu, May 17, 2001 at 08:23:14PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 08:23:14PM +0100, Brian Somers wrote: > The change was to copy /etc/ssh/ssh_host_key* to > /etc/ssh/ssh_host_rsa_key*. The only reason this is necessary is > because the latest version of sshd_config says > > HostKey /etc/ssh/ssh_host_key > HostKey /etc/ssh/ssh_host_rsa_key > HostKey /etc/ssh/ssh_host_dsa_key > > where the middle line is new. I'm arguing that the correct change is > to take that middle line out. I don't think creating ssh_host_rsa_key > on the fly gains anything whatsoever. You may have the best fix. Green is being quiet on this for some reason. Brian? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:46:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A0437B422; Thu, 17 May 2001 13:46:14 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HKkEu24218; Thu, 17 May 2001 13:46:14 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105172046.f4HKkEu24218@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 13:46:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jad Makefile distinfo pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sobomax 2001/05/17 13:46:10 PDT Modified files: java/jad Makefile distinfo pkg-comment Log: - Update to 1.5.8c; - pass over maintainership to Ernst de Haan . PR: 27382 Submitted by: Ernst de Haan Approved by: maintainer (old) Revision Changes Path 1.4 +9 -5 ports/java/jad/Makefile 1.2 +1 -1 ports/java/jad/distinfo 1.3 +1 -1 ports/java/jad/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 13:46:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 511CF37B42C; Thu, 17 May 2001 13:46:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HKkEZ24226; Thu, 17 May 2001 13:46:14 -0700 (PDT) (envelope-from jkh) Message-Id: <200105172046.f4HKkEZ24226@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 17 May 2001 13:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jkh 2001/05/17 13:46:11 PDT Modified files: . access Log: Add Jim Pirzyk to committers. Welcome, Jim! Approved by: core Revision Changes Path 1.228 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14: 9:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 992BB37B422; Thu, 17 May 2001 14:09:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HL9Kh28753; Thu, 17 May 2001 14:09:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200105172109.f4HL9Kh28753@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 14:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport Makefile pkg-plist ports/devel/stlport/files patch-cwchar patch-stl_gcc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 14:09:20 PDT Modified files: devel/stlport Makefile pkg-plist Added files: devel/stlport/files patch-cwchar patch-stl_gcc.h Log: Upgrade the STLport to version 4.0. With help from: NetBSD, Tim Tretyak Revision Changes Path 1.11 +26 -10 ports/devel/stlport/Makefile 1.2 +325 -76 ports/devel/stlport/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14:16:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B1D37B422; Thu, 17 May 2001 14:16:46 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLGkn29502; Thu, 17 May 2001 14:16:46 -0700 (PDT) (envelope-from knu) Message-Id: <200105172116.f4HLGkn29502@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 17 May 2001 14:16:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/shells Makefile ports/lang/ruby distinfo pkg-plist ports/lang/ruby-devel Makefile distinfo pkg-plist ports/shells/ruby-shell Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/ruby-sha1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG knu 2001/05/17 14:16:46 PDT Modified files: Mk bsd.ruby.mk shells Makefile lang/ruby distinfo pkg-plist lang/ruby-devel Makefile distinfo pkg-plist security/ruby-sha1 Makefile Removed files: shells/ruby-shell Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Update lang/ruby and lang/ruby-devel to the latest snapshots. Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now. Revision Changes Path 1.42 +5 -5 ports/Mk/bsd.ruby.mk 1.33 +1 -2 ports/shells/Makefile 1.42 +1 -1 ports/lang/ruby/distinfo 1.30 +11 -0 ports/lang/ruby/pkg-plist 1.5 +3 -1 ports/lang/ruby-devel/Makefile 1.4 +1 -1 ports/lang/ruby-devel/distinfo 1.4 +15 -0 ports/lang/ruby-devel/pkg-plist 1.5 +10 -2 ports/security/ruby-sha1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14:17:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1221037B423; Thu, 17 May 2001 14:17:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLHav29588; Thu, 17 May 2001 14:17:36 -0700 (PDT) (envelope-from knu) Message-Id: <200105172117.f4HLHav29588@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 17 May 2001 14:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG knu 2001/05/17 14:17:35 PDT Modified files: . modules Log: Unlink ruby-shell. Revision Changes Path 1.3121 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14:37:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 596C837B422; Thu, 17 May 2001 14:37:42 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLbgr31193; Thu, 17 May 2001 14:37:42 -0700 (PDT) (envelope-from dmlb) Message-Id: <200105172137.f4HLbgr31193@freefall.freebsd.org> From: Duncan Barclay Date: Thu, 17 May 2001 14:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ieee80211.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG dmlb 2001/05/17 14:37:42 PDT Modified files: sys/net if_ieee80211.h Log: Add a couple more codes for upcoming raylink driver additions. MFC after: 3 days Revision Changes Path 1.4 +71 -10 src/sys/net/if_ieee80211.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14:46: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from superconductor.rush.net (superconductor.rush.net [208.9.155.8]) by hub.freebsd.org (Postfix) with ESMTP id 5DD9337B423; Thu, 17 May 2001 14:46:01 -0700 (PDT) (envelope-from bright@superconductor.rush.net) Received: (from bright@localhost) by superconductor.rush.net (8.11.2/8.11.2) id f4HLk0w11085; Thu, 17 May 2001 17:46:00 -0400 (EDT) Date: Thu, 17 May 2001 17:45:57 -0400 From: Alfred Perlstein To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sys_pipe.c Message-ID: <20010517174557.K7118@superconductor.rush.net> References: <200105171947.f4HJl9s15124@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us In-Reply-To: ; from jhb@FreeBSD.org on Thu, May 17, 2001 at 01:42:08PM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG * John Baldwin [010517 16:43] wrote: > > On 17-May-01 Alfred Perlstein wrote: > > alfred 2001/05/17 12:47:09 PDT > > > > Modified files: > > sys/kern sys_pipe.c > > Log: > > Cleanup > > > .) for(i=0;i=foo;i++) -> for (i = 0; i=foo; i++) > > for (i = 0; i = foo; i++)? > > (notice spaces around second '=') I think i = foo as the conditional is broken anyhow. :) But i didn't make the same mistake in the actual code, only the log message. -- -Alfred Perlstein [alfred@freebsd.org] Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14:48:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 682A937B43C; Thu, 17 May 2001 14:48:26 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLmQp32584; Thu, 17 May 2001 14:48:26 -0700 (PDT) (envelope-from ade) Message-Id: <200105172148.f4HLmQp32584@freefall.freebsd.org> From: Ade Lovett Date: Thu, 17 May 2001 14:48:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dia Makefile distinfo pkg-plist ports/graphics/dia/files patch-po::Makefile.in.in patch-ab patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ade 2001/05/17 14:48:26 PDT Modified files: graphics/dia Makefile distinfo pkg-plist graphics/dia/files patch-ab patch-ad patch-ae patch-af Added files: graphics/dia/files patch-po::Makefile.in.in Log: Update to 0.88 Revision Changes Path 1.13 +3 -4 ports/graphics/dia/Makefile 1.6 +1 -1 ports/graphics/dia/distinfo 1.9 +216 -4 ports/graphics/dia/pkg-plist 1.7 +13 -46 ports/graphics/dia/files/patch-ab 1.3 +32 -6 ports/graphics/dia/files/patch-ad 1.2 +5 -13 ports/graphics/dia/files/patch-ae 1.2 +15 -16 ports/graphics/dia/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 14:48:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 452D137B422; Thu, 17 May 2001 14:48:45 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLmj632630; Thu, 17 May 2001 14:48:45 -0700 (PDT) (envelope-from rwatson) Message-Id: <200105172148.f4HLmj632630@freefall.freebsd.org> From: Robert Watson Date: Thu, 17 May 2001 14:48:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG rwatson 2001/05/17 14:48:45 PDT Modified files: sys/kern kern_prot.c Log: o Modify access control checks in p_candebug() such that the policy is as follows: the effective uid of p1 (subject) must equal the real, saved, and effective uids of p2 (object), p2 must not have undergone a credential downgrade. A subject with appropriate privilege may override these protections. In the future, we will extend these checks to require that p1 effective group membership must be a superset of p2 effective group membership. Obtained from: TrustedBSD Project Revision Changes Path 1.90 +4 -4 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15: 7:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 836C637B422; Thu, 17 May 2001 15:07:34 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HM7YZ37872; Thu, 17 May 2001 15:07:34 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200105172207.f4HM7YZ37872@freefall.freebsd.org> From: Nick Hibma Date: Thu, 17 May 2001 15:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG n_hibma 2001/05/17 15:07:33 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs Log: MFC: 1.60 Revision Changes Path 1.11.2.11 +123 -20 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:11: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4ABA37B422; Thu, 17 May 2001 15:11:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMB3k39724; Thu, 17 May 2001 15:11:03 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200105172211.f4HMB3k39724@freefall.freebsd.org> From: Nick Hibma Date: Thu, 17 May 2001 15:11:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG n_hibma 2001/05/17 15:11:03 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.32.2.11 +113 -10 src/sys/dev/usb/usbdevs.h 1.32.2.11 +347 -11 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:21: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14AB737B423; Thu, 17 May 2001 15:20:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMKtl42269; Thu, 17 May 2001 15:20:56 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172220.f4HMKtl42269@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:20:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:20:55 PDT Modified files: sys/dev/wi if_wireg.h Log: Disable the wi driver locking for now. The driver tries to tsleep with the driver lock held on detach which can lead to annoying and useless panics. Revision Changes Path 1.14 +3 -3 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:22:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 302A437B422; Thu, 17 May 2001 15:22:21 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMMLl43174; Thu, 17 May 2001 15:22:21 -0700 (PDT) (envelope-from fenner) Message-Id: <200105172222.f4HMMLl43174@freefall.freebsd.org> From: Bill Fenner Date: Thu, 17 May 2001 15:22:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-SNMP-Util Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG fenner 2001/05/17 15:22:20 PDT Modified files: net/p5-SNMP-Util Makefile distinfo Log: Update to version 1.8 Revision Changes Path 1.5 +2 -2 ports/net/p5-SNMP-Util/Makefile 1.2 +1 -1 ports/net/p5-SNMP-Util/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:23:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4149437B423; Thu, 17 May 2001 15:23:51 -0700 (PDT) (envelope-from dmlb@FreeBSD.org) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMNoF44029; Thu, 17 May 2001 15:23:50 -0700 (PDT) (envelope-from dmlb) Message-Id: <200105172223.f4HMNoF44029@freefall.freebsd.org> From: Duncan Barclay Date: Thu, 17 May 2001 15:23:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_ray.c if_raydbg.h if_raymib.h if_rayvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG dmlb 2001/05/17 15:23:50 PDT Modified files: sys/dev/ray if_ray.c if_raydbg.h if_raymib.h if_rayvar.h Log: Primary purpose of this commit is to enable support for the Aviator Pro and Raylink cards with version 5 firmware. Only infra-structure mode has been tested. Specific changes for this feature are: o Add RFC1042 encapsulation of IP datagrams o Add authentication and association o Decode of the beacon (although not used) Other changes have been made: o Pass command completion status to *_done (in place for adding proper error recovery) o Move a couple of state variables into the current network parameters structure. This is in prep. for dealing with roaming. MFC after: 1 week Revision Changes Path 1.56 +542 -251 src/sys/dev/ray/if_ray.c 1.11 +10 -5 src/sys/dev/ray/if_raydbg.h 1.11 +120 -37 src/sys/dev/ray/if_raymib.h 1.16 +49 -13 src/sys/dev/ray/if_rayvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:24:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3804737B423; Thu, 17 May 2001 15:24:18 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMOIQ44256; Thu, 17 May 2001 15:24:18 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172224.f4HMOIQ44256@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:24:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa icu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:24:18 PDT Modified files: sys/i386/isa icu.h Log: - Axe the IMEN_BITS and APIC_IMEN_BITS constants. - Add back in a definition of NHWI which is preferred over ICU_LEN. Submitted by: bde Revision Changes Path 1.22 +4 -5 src/sys/i386/isa/icu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:24:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DC4337B422; Thu, 17 May 2001 15:24:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMOkC44546; Thu, 17 May 2001 15:24:46 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172224.f4HMOkC44546@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:24:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpapic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:24:46 PDT Modified files: sys/i386/i386 mpapic.c Log: Use NHWI instead of APIC_IMEN_BITS. Revision Changes Path 1.49 +2 -2 src/sys/i386/i386/mpapic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:28:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FA337B422; Thu, 17 May 2001 15:28:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMSlQ46602; Thu, 17 May 2001 15:28:47 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172228.f4HMSlQ46602@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:28:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/kern init_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:28:47 PDT Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/ia64/ia64 machdep.c sys/kern init_main.c Log: - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. - Attach a writable sysctl to bootverbose (debug.bootverbose) so it can be toggled after boot. - Move the printf of the version string to a SI_SUB_COPYRIGHT SYSINIT just afer the display of the copyright message instead of doing it by hand in three MD places. Revision Changes Path 1.129 +2 -6 src/sys/alpha/alpha/machdep.c 1.452 +2 -6 src/sys/i386/i386/machdep.c 1.32 +1 -5 src/sys/ia64/ia64/machdep.c 1.169 +13 -1 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F07237B422; Thu, 17 May 2001 15:43:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMhR352963; Thu, 17 May 2001 15:43:27 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172243.f4HMhR352963@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:43:26 PDT Modified files: sys/kern kern_intr.c sys/sys interrupt.h Log: - Remove the global ithread_list_lock spin lock in favor of per-ithread sleep locks. - Delay returning from ithread_remove_handler() until we are certain that the interrupt handler being removed has in fact been removed from the ithread. - XXX: There is still a problem in that nothing protects the kernel from adding a new handler while the ithread is running, though with our current architectures this is not a problem. Requested by: gibbs (2) Revision Changes Path 1.55 +31 -38 src/sys/kern/kern_intr.c 1.17 +5 -1 src/sys/sys/interrupt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:45: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E509237B424; Thu, 17 May 2001 15:45:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMj1g53721; Thu, 17 May 2001 15:45:01 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172245.f4HMj1g53721@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:45:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:44:57 PDT Modified files: sys/kern subr_witness.c Log: - Don't panic on a try lock operation for a sleep lock if we hold a spin lock. Since we won't actually block on a try lock operation, it's not a problem. Add a comment explaining why it is safe to skip lock order checking with try locks. - Remove the ithread list lock spin lock from the order list. Revision Changes Path 1.72 +7 -3 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:49:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D8F737B43C; Thu, 17 May 2001 15:49:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMn9b55818; Thu, 17 May 2001 15:49:09 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172249.f4HMn9b55818@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 15:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 15:49:06 PDT Modified files: sys/vm vm_pageout.c Log: During the code to pick a process to kill when memory is exhausted, keep the process in question locked as soon as we find it and determine it to be eligible until we actually kill it. To avoid deadlock, we don't block on the process lock but skip any process that is already locked during our search. Revision Changes Path 1.174 +19 -4 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 15:57:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 797AA37B424; Thu, 17 May 2001 15:57:51 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HMvpo59408; Thu, 17 May 2001 15:57:51 -0700 (PDT) (envelope-from imp) Message-Id: <200105172257.f4HMvpo59408@freefall.freebsd.org> From: Warner Losh Date: Thu, 17 May 2001 15:57:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG imp 2001/05/17 15:57:50 PDT Modified files: (Branch: RELENG_4) share/termcap Makefile Log: MFC: 1.13 set TERM to dumb when making termcap Revision Changes Path 1.12.2.2 +2 -2 src/share/termcap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 16: 5:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 818F437B424; Thu, 17 May 2001 16:05:09 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HN59t60740; Thu, 17 May 2001 16:05:09 -0700 (PDT) (envelope-from imp) Message-Id: <200105172305.f4HN59t60740@freefall.freebsd.org> From: Warner Losh Date: Thu, 17 May 2001 16:05:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG imp 2001/05/17 16:05:08 PDT Modified files: (Branch: RELENG_4) sys/i386/isa isa_compat.c Log: MFC: 1.20 don't complain about missing resources unless bootverbose Revision Changes Path 1.18.2.1 +5 -5 src/sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 16:15:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE6B337B422; Thu, 17 May 2001 16:15:54 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNFsd64010; Thu, 17 May 2001 16:15:54 -0700 (PDT) (envelope-from murray) Message-Id: <200105172315.f4HNFsd64010@freefall.freebsd.org> From: Murray Stokely Date: Thu, 17 May 2001 16:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG murray 2001/05/17 16:15:54 PDT Modified files: en_US.ISO_8859-1/books/handbook/install chapter.sgml Log: More rfd0 -> fd0 changes Submitted by: sheldonh and valentino.vaschetto@windriver.com Revision Changes Path 1.68 +6 -6 doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 16:23:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 483C037B423; Thu, 17 May 2001 16:23:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNNQQ64579; Thu, 17 May 2001 16:23:26 -0700 (PDT) (envelope-from jhb) Message-Id: <200105172323.f4HNNQQ64579@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 16:23:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 build.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 16:23:26 PDT Modified files: share/man/man7 build.7 Log: Replace references to the KERNEL variable with KERNCONF. Revision Changes Path 1.10 +5 -5 src/share/man/man7/build.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 16:41:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E54B37B42C; Thu, 17 May 2001 16:41:10 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNfA465889; Thu, 17 May 2001 16:41:10 -0700 (PDT) (envelope-from bmah) Message-Id: <200105172341.f4HNfA465889@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 17 May 2001 16:41:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.3R errata.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bmah 2001/05/17 16:41:09 PDT Modified files: en/releases/4.3R errata.sgml Log: Two fixes for the 4.3-RELEASE errata: Noted a typo when loading the Maestro-3/Allegro sound driver, and also mentioned FreeBSD-SA-01:39 (the fix was correctly noted in the release notes, but there was no cross-reference to the advisory because the advisory hadn't yet been issued at the time). Revision Changes Path 1.3 +11 -3 www/en/releases/4.3R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 16:50:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8FBF37B422; Thu, 17 May 2001 16:50:24 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HNoOm66591; Thu, 17 May 2001 16:50:24 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105172350.f4HNoOm66591@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 17 May 2001 16:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jlemon 2001/05/17 16:50:24 PDT Modified files: sys/dev/fxp if_fxp.c if_fxpvar.h Log: Add workaround for embedded NICs, in particular, the 815E boards. There appears to be a bug where the chip will lock up when running in 10Mb/s mode. Revision Changes Path 1.113 +43 -18 src/sys/dev/fxp/if_fxp.c 1.18 +3 -1 src/sys/dev/fxp/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 16:58:55 2001 Delivered-To: cvs-all@freebsd.org Received: from root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 8063F37B422; Thu, 17 May 2001 16:58:49 -0700 (PDT) (envelope-from dg@root.com) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id f4HNrpO77565; Thu, 17 May 2001 16:53:51 -0700 (PDT) (envelope-from dg) Date: Thu, 17 May 2001 16:53:51 -0700 From: David Greenman To: Jonathan Lemon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h Message-ID: <20010517165351.T19393@nexus.root.com> References: <200105172350.f4HNoOm66591@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200105172350.f4HNoOm66591@freefall.freebsd.org>; from jlemon@FreeBSD.org on Thu, May 17, 2001 at 04:50:24PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG >jlemon 2001/05/17 16:50:24 PDT > > Modified files: > sys/dev/fxp if_fxp.c if_fxpvar.h > Log: > Add workaround for embedded NICs, in particular, the 815E boards. > There appears to be a bug where the chip will lock up when running > in 10Mb/s mode. This is pretty bizzare - is this workaround documented in some Intel literature, or is it something you discovered through trial-and-error? -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17: 6:48 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id B6FFD37B423; Thu, 17 May 2001 17:06:43 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f4I06dR94976; Thu, 17 May 2001 19:06:39 -0500 (CDT) (envelope-from jlemon) Date: Thu, 17 May 2001 19:06:39 -0500 From: Jonathan Lemon To: David Greenman Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h Message-ID: <20010517190639.H56610@prism.flugsvamp.com> References: <200105172350.f4HNoOm66591@freefall.freebsd.org> <20010517165351.T19393@nexus.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20010517165351.T19393@nexus.root.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 04:53:51PM -0700, David Greenman wrote: > >jlemon 2001/05/17 16:50:24 PDT > > > > Modified files: > > sys/dev/fxp if_fxp.c if_fxpvar.h > > Log: > > Add workaround for embedded NICs, in particular, the 815E boards. > > There appears to be a bug where the chip will lock up when running > > in 10Mb/s mode. > > This is pretty bizzare - is this workaround documented in some Intel > literature, or is it something you discovered through trial-and-error? Through first hand reports, I did manage to narrow the problem down to 10Mb/s on certain board revisions. While hunting for a fix, I found this particular workaround in an Intel driver. I suppose it's documented in the Intel Errata, which I've requested, but hasn't arrived yet. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17: 8:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1CD737B422; Thu, 17 May 2001 17:08:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I08eW70632; Thu, 17 May 2001 17:08:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200105180008.f4I08eW70632@freefall.freebsd.org> From: John Baldwin Date: Thu, 17 May 2001 17:08:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c vm_meter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jhb 2001/05/17 17:08:40 PDT Modified files: sys/vm vm_glue.c vm_meter.c Log: - Use a timeout for the tsleep in scheduler() instead of having vmmeter() wakeup proc0 by hand to enforce the timeout. - When swapping out a process, keep the process locked via the proc lock from the first checks up until we clear PS_INMEM and set PS_SWAPPING in swapout(). The swapout() function now must be called with the proc lock held and releases it before returning. - Comment out the code to attempt to lock a process' VM structures before swapping out. It is broken in that it releases the lock after obtaining it. If it does grab the lock, it needs to hand it off to swapout() instead of releasing it. This can be revisisted when the VM is locked as this is a valid test to perform. It also causes a lock order reversal for the time being, which is the immediate cause for temporarily disabling it. Revision Changes Path 1.112 +22 -3 src/sys/vm/vm_glue.c 1.53 +2 -4 src/sys/vm/vm_meter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17:11:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E98BB37B422; Thu, 17 May 2001 17:11:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I0Bem70861; Thu, 17 May 2001 17:11:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180011.f4I0Bem70861@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 17:11:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 17:11:40 PDT Modified files: (Branch: RELENG_4) sys/sys param.h Log: Bump __FreeBSD_version for wint_t being defined. I may need this in a port. Revision Changes Path 1.61.2.14 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17:14:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4437B422; Thu, 17 May 2001 17:14:22 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I0EM771108; Thu, 17 May 2001 17:14:22 -0700 (PDT) (envelope-from bmah) Message-Id: <200105180014.f4I0EM771108@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 17 May 2001 17:14:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/relnotes/common new.sgml src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bmah 2001/05/17 17:14:22 PDT Modified files: release/doc/en_US.ISO_8859-1/relnotes/common new.sgml release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: digi driver, FICL 2.05, xargs(1) -J, apmd(8) now support battery state monitoring, ncurses 5.2-20010512. Woefully overdue release notes: ddb(4) show pcpu, telnet(1) autologin and encryption defaults and -y option. Revision Changes Path 1.13 +28 -3 src/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml 1.188 +20 -2 src/release/texts/alpha/RELNOTES.TXT 1.262 +22 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17:36: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3735B37B422; Thu, 17 May 2001 17:36:06 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I0a6X73220; Thu, 17 May 2001 17:36:06 -0700 (PDT) (envelope-from jasone) Message-Id: <200105180036.f4I0a6X73220@freefall.freebsd.org> From: Jason Evans Date: Thu, 17 May 2001 17:36:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG jasone 2001/05/17 17:36:06 PDT Modified files: lib/libc_r/uthread uthread_sem.c Log: Condition variable waiters are queued in descending priority order, so there is no need to wake all waiters to assure that the highest priority thread is run. As the semaphore code is written, there was no correctness problem, but the change improves sem_post() performance. Pointed out by: deischen Revision Changes Path 1.10 +3 -10 src/lib/libc_r/uthread/uthread_sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17:41:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDC0B37B422; Thu, 17 May 2001 17:41:10 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I0fAc73632; Thu, 17 May 2001 17:41:10 -0700 (PDT) (envelope-from bmah) Message-Id: <200105180041.f4I0fAc73632@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 17 May 2001 17:41:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bmah 2001/05/17 17:41:10 PDT Modified files: release/doc/en_US.ISO_8859-1/hardware/common dev.sgml Log: Fix typo: The awi driver doesn't support PRISM cards, it supports the AMD79C930 and Harris (Intersil). What crack was I smoking when I wrote this? Revision Changes Path 1.10 +3 -3 src/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 17:41:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 277C237B422; Thu, 17 May 2001 17:41:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I0fSu73710; Thu, 17 May 2001 17:41:28 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180041.f4I0fSu73710@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 17:41:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 17:41:28 PDT Modified files: lib/libncurses Makefile Log: Use the correct FreeBSD definitions for wint_t and wchar_t. Revision Changes Path 1.49 +4 -2 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 18:30:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3911437B423; Thu, 17 May 2001 18:30:21 -0700 (PDT) (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I1ULT80267; Thu, 17 May 2001 18:30:21 -0700 (PDT) (envelope-from mi) Message-Id: <200105180130.f4I1ULT80267@freefall.freebsd.org> From: Mikhail Teterin Date: Thu, 17 May 2001 18:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7/scripts configure.postgresql X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG mi 2001/05/17 18:30:21 PDT Modified files: databases/postgresql7/scripts configure.postgresql Log: Fix the autogenerated LIB_DEPENDS for TCL. PR: ports/27416 Submitted by: girgen@partitur.se (the maintainer) Revision Changes Path 1.5 +2 -2 ports/databases/postgresql7/scripts/configure.postgresql To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 18:36: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7C61637B422; Thu, 17 May 2001 18:36:03 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f4I1a1633298; Thu, 17 May 2001 19:36:02 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f4I1Ykl07024; Thu, 17 May 2001 19:34:46 -0600 (MDT) Message-Id: <200105180134.f4I1Ykl07024@billy-club.village.org> To: "Bruce A. Mah" Subject: Re: cvs commit: src/release/doc/en_US.ISO_8859-1/hardware/common dev.sgml Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 17 May 2001 17:41:10 PDT." <200105180041.f4I0fAc73632@freefall.freebsd.org> References: <200105180041.f4I0fAc73632@freefall.freebsd.org> Date: Thu, 17 May 2001 19:34:46 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG In message <200105180041.f4I0fAc73632@freefall.freebsd.org> "Bruce A. Mah" writes: : Fix typo: The awi driver doesn't support PRISM cards, it supports the : AMD79C930 and Harris (Intersil). What crack was I smoking when I : wrote this? The awi driver *DOES* support the PRISM cards. It just doesn't support the PRISM II cards. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 18:40:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F5537B42C; Thu, 17 May 2001 18:40:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I1eff81034; Thu, 17 May 2001 18:40:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180140.f4I1eff81034@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 18:40:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 18:40:41 PDT Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h Log: Style changes -- revert ordering to mostly two revs ago. Embellish some comments, fix tab'ing. Requested by: bde Revision Changes Path 1.15 +66 -66 src/sys/alpha/include/ansi.h 1.7 +60 -59 src/sys/arm/include/ansi.h 1.24 +52 -52 src/sys/i386/include/ansi.h 1.9 +55 -57 src/sys/ia64/include/ansi.h 1.7 +65 -62 src/sys/powerpc/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 18:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EEAE37B423; Thu, 17 May 2001 18:43:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I1hQv81254; Thu, 17 May 2001 18:43:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180143.f4I1hQv81254@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 18:43:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 18:43:26 PDT Modified files: sys/arm/include ansi.h sys/i386/include ansi.h sys/powerpc/include ansi.h Log: Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help flag errors where programmers assume time_t is a long, which it is not on 64-bit platforms. Submitted by: bde Revision Changes Path 1.8 +2 -2 src/sys/arm/include/ansi.h 1.25 +2 -2 src/sys/i386/include/ansi.h 1.8 +2 -2 src/sys/powerpc/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 19: 0:11 2001 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 879E137B424; Thu, 17 May 2001 19:00:07 -0700 (PDT) (envelope-from bp@freebsd.org) Received: by relay.butya.kz (Postfix, from userid 1000) id ACD4F2874D; Fri, 18 May 2001 08:59:59 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 9CAF62874B; Fri, 18 May 2001 08:59:59 +0700 (ALMST) Date: Fri, 18 May 2001 08:59:59 +0700 (ALMST) From: Boris Popov X-Sender: bp@lion.butya.kz To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/miscfs/union union.h union_subr.c union_vnops.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Thu, 17 May 2001, Robert Watson wrote: > From owner-cvs-all@freebsd.org Fri Sep 03 00:00:00 1999 > > Yay! Any thoughts on how usable unionfs will be in the near future? Well, recent PR reminded me about an old tree with unionfs fixes. It was stable enough to complete 'make world' and build ports. nullfs and unionfs can be also fixed in -stable after MFC of vop_*vobject VOPs (however vnode locking issues will still be in effect). -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 19:12:15 2001 Delivered-To: cvs-all@freebsd.org Received: from superconductor.rush.net (superconductor.rush.net [208.9.155.8]) by hub.freebsd.org (Postfix) with ESMTP id 6EF5737B422; Thu, 17 May 2001 19:12:09 -0700 (PDT) (envelope-from bright@superconductor.rush.net) Received: (from bright@localhost) by superconductor.rush.net (8.11.2/8.11.2) id f4I2C8l12393; Thu, 17 May 2001 22:12:08 -0400 (EDT) Date: Thu, 17 May 2001 22:12:08 -0400 From: Alfred Perlstein To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h Message-ID: <20010517221208.L7118@superconductor.rush.net> References: <200105180143.f4I1hQv81254@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us In-Reply-To: <200105180143.f4I1hQv81254@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, May 17, 2001 at 06:43:26PM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG * David E. O'Brien [010517 21:43] wrote: > obrien 2001/05/17 18:43:26 PDT > > Modified files: > sys/arm/include ansi.h > sys/i386/include ansi.h > sys/powerpc/include ansi.h > Log: > Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help > flag errors where programmers assume time_t is a long, which it is not on > 64-bit platforms. Actually isn't there a setting for compilers with int==64 bit? -- -Alfred Perlstein [alfred@freebsd.org] Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 20: 6:35 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 1C89737B423; Thu, 17 May 2001 20:06:32 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4I36NE07512; Thu, 17 May 2001 21:06:24 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105180306.f4I36NE07512@harmony.village.org> To: Szilveszter Adam Subject: Re: cvs commit: src Makefile.inc1 Cc: cvs-all@FreeBSD.ORG, current@FreeBSD.ORG In-reply-to: Your message of "Wed, 16 May 2001 11:17:40 +0200." <20010516111740.B2510@petra.hos.u-szeged.hu> References: <20010516111740.B2510@petra.hos.u-szeged.hu> <20010515181042.A67205@sunbay.com> Date: Thu, 17 May 2001 21:06:23 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG In message <20010516111740.B2510@petra.hos.u-szeged.hu> Szilveszter Adam writes: : I think that cross-platform means compilation between i386 and alpha (and : possibly others) not different OS's:-) (Although admittedly you can build : Debian CDs on FreeBSD with linux emulation way better than you can build : say a -STABLE release on a -CURRENT box... ) Cross platform means "any system that isn't the one that's installed" which is usually the case when you are building the world. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 21:15:24 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 6BCB837B42C; Thu, 17 May 2001 21:15:17 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I4Et767605; Thu, 17 May 2001 21:14:55 -0700 (PDT) (envelope-from obrien) Date: Thu, 17 May 2001 21:14:55 -0700 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h Message-ID: <20010517211455.A67586@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105180143.f4I1hQv81254@freefall.freebsd.org> <20010517221208.L7118@superconductor.rush.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010517221208.L7118@superconductor.rush.net>; from bright@rush.net on Thu, May 17, 2001 at 10:12:08PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 10:12:08PM -0400, Alfred Perlstein wrote: > * David E. O'Brien [010517 21:43] wrote: > > obrien 2001/05/17 18:43:26 PDT > > > > Modified files: > > sys/arm/include ansi.h > > sys/i386/include ansi.h > > sys/powerpc/include ansi.h > > Log: > > Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help > > flag errors where programmers assume time_t is a long, which it is not on > > 64-bit platforms. > > Actually isn't there a setting for compilers with int==64 bit? Sorry, I'm not following you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 21:55:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F26037B423; Thu, 17 May 2001 21:55:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I4tHw01430; Thu, 17 May 2001 21:55:17 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180455.f4I4tHw01430@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 21:55:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login.conf.5 src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 21:55:17 PDT Modified files: lib/libutil login.conf.5 usr.bin/login login.c Log: Add the "prompt" and "passwd_prompt" fields to /etc/login.conf, which makes lgoin more like getty in its ability to be configured. Submitted by: tlambert (code only) Revision Changes Path 1.32 +5 -1 src/lib/libutil/login.conf.5 1.59 +9 -4 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22: 5:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDEA037B423; Thu, 17 May 2001 22:05:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I55po04537; Thu, 17 May 2001 22:05:51 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180505.f4I55po04537@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:05:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:05:51 PDT Modified files: lib/libutil login.conf.5 Log: Sort. Revision Changes Path 1.33 +25 -24 src/lib/libutil/login.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:32:29 2001 Delivered-To: cvs-all@freebsd.org Received: from superconductor.rush.net (superconductor.rush.net [208.9.155.8]) by hub.freebsd.org (Postfix) with ESMTP id 0BF3537B42C; Thu, 17 May 2001 22:32:24 -0700 (PDT) (envelope-from bright@superconductor.rush.net) Received: (from bright@localhost) by superconductor.rush.net (8.11.2/8.11.2) id f4I5WMT09837; Fri, 18 May 2001 01:32:22 -0400 (EDT) Date: Fri, 18 May 2001 01:32:21 -0400 From: Alfred Perlstein To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h Message-ID: <20010518013221.M7118@superconductor.rush.net> References: <200105180143.f4I1hQv81254@freefall.freebsd.org> <20010517221208.L7118@superconductor.rush.net> <20010517211455.A67586@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us In-Reply-To: <20010517211455.A67586@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, May 17, 2001 at 09:14:55PM -0700 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG * David O'Brien [010518 00:15] wrote: > On Thu, May 17, 2001 at 10:12:08PM -0400, Alfred Perlstein wrote: > > * David E. O'Brien [010517 21:43] wrote: > > > obrien 2001/05/17 18:43:26 PDT > > > > > > Modified files: > > > sys/arm/include ansi.h > > > sys/i386/include ansi.h > > > sys/powerpc/include ansi.h > > > Log: > > > Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help > > > flag errors where programmers assume time_t is a long, which it is not on > > > 64-bit platforms. > > > > Actually isn't there a setting for compilers with int==64 bit? > > Sorry, I'm not following you. My apologies, afaik there's some convention IPL integer-pointer-long? Basically some 64 bit archs _can_ have 64 bit "int" most people don't do that though for storage reasons. -- -Alfred Perlstein [alfred@freebsd.org] Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:33:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55DF437B43C; Thu, 17 May 2001 22:33:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5Xhn14530; Thu, 17 May 2001 22:33:43 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180533.f4I5Xhn14530@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:33:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:33:43 PDT Modified files: usr.bin/login login.c Log: In a word -- style(9). Revision Changes Path 1.60 +52 -44 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:36:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C38737B423; Thu, 17 May 2001 22:36:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5aDi14854; Thu, 17 May 2001 22:36:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180536.f4I5aDi14854@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:36:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:36:13 PDT Modified files: (Branch: RELENG_4) usr.bin/login login.c Log: MFC: rev. 1.59 ("login_prompt" and "passwd_prompt" fields to /etc/login.conf) Revision Changes Path 1.51.2.6 +9 -4 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:38:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46C0C37B424; Thu, 17 May 2001 22:38:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5cM215105; Thu, 17 May 2001 22:38:22 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180538.f4I5cM215105@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:38:22 PDT Modified files: (Branch: RELENG_4) lib/libutil login.conf.5 Log: MFC: rev. 1.32 ("login_prompt" and "passwd_prompt" fields to /etc/login.conf) rev. 1.33 (sort) Revision Changes Path 1.22.2.8 +28 -23 src/lib/libutil/login.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:43:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C6C537B43E; Thu, 17 May 2001 22:43:18 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5hH615539; Thu, 17 May 2001 22:43:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105180543.f4I5hH615539@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 17 May 2001 22:43:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile distinfo pkg-plist ports/www/galeon/files patch-ab ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-ap patch-qt patch-security::manager::Makefile.in ports/www/mozilla-embedded pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sobomax 2001/05/17 22:43:17 PDT Modified files: www/galeon Makefile distinfo pkg-plist www/galeon/files patch-ab www/mozilla Makefile distinfo pkg-plist www/mozilla/files patch-ap patch-qt www/mozilla-embedded pkg-plist www/mozilla-headers pkg-plist Removed files: www/mozilla/files patch-security::manager::Makefile.in Log: Downgrade to 0.8.1 until numerous reported problems are fixed. Revision Changes Path 1.31 +7 -3 ports/www/galeon/Makefile 1.17 +1 -1 ports/www/galeon/distinfo 1.16 +25 -5 ports/www/galeon/pkg-plist 1.9 +4 -8 ports/www/galeon/files/patch-ab 1.62 +5 -8 ports/www/mozilla/Makefile 1.35 +1 -1 ports/www/mozilla/distinfo 1.36 +30 -215 ports/www/mozilla/pkg-plist 1.5 +19 -8 ports/www/mozilla/files/patch-ap 1.8 +10 -21 ports/www/mozilla/files/patch-qt 1.10 +0 -10 ports/www/mozilla-embedded/pkg-plist 1.6 +149 -181 ports/www/mozilla-headers/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:46:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B881237B424; Thu, 17 May 2001 22:46:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5keT15768; Thu, 17 May 2001 22:46:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180546.f4I5keT15768@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:46:40 PDT Modified files: usr.bin/login login.c Log: Missed a few things. Revision Changes Path 1.61 +5 -4 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:46:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DB0237B423; Thu, 17 May 2001 22:46:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5kru15811; Thu, 17 May 2001 22:46:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180546.f4I5kru15811@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:46:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:46:53 PDT Modified files: (Branch: RELENG_4) usr.bin/login login.c Log: MFC: style(9) Revision Changes Path 1.51.2.7 +48 -45 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:50:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A653837B424; Thu, 17 May 2001 22:50:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5oQc16122; Thu, 17 May 2001 22:50:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180550.f4I5oQc16122@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:50:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stddef.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:50:26 PDT Modified files: include stddef.h Log: Add mbstate_t and wint_t. Revision Changes Path 1.4 +11 -1 src/include/stddef.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:53:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CACC037B424; Thu, 17 May 2001 22:53:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I5r9916346; Thu, 17 May 2001 22:53:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180553.f4I5r9916346@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 22:53:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/i386/include ansi.h src/include stddef.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 22:53:09 PDT Modified files: (Branch: RELENG_4) sys/alpha/include ansi.h sys/i386/include ansi.h include stddef.h Log: MFC: Add mbstate_t and wint_t. Spell _BSD_TIME_T_ consistently as `int'. Update comments. Style tweaks. Revision Changes Path 1.5.2.6 +48 -30 src/sys/alpha/include/ansi.h 1.18.2.3 +23 -5 src/sys/i386/include/ansi.h 1.2.8.2 +10 -0 src/include/stddef.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 22:58:36 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id D139837B423; Thu, 17 May 2001 22:58:31 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4I5wT169067; Thu, 17 May 2001 22:58:29 -0700 (PDT) (envelope-from obrien) Date: Thu, 17 May 2001 22:58:29 -0700 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h Message-ID: <20010517225829.B68924@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105180143.f4I1hQv81254@freefall.freebsd.org> <20010517221208.L7118@superconductor.rush.net> <20010517211455.A67586@dragon.nuxi.com> <20010518013221.M7118@superconductor.rush.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518013221.M7118@superconductor.rush.net>; from bright@rush.net on Fri, May 18, 2001 at 01:32:21AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Fri, May 18, 2001 at 01:32:21AM -0400, Alfred Perlstein wrote: > My apologies, afaik there's some convention IPL integer-pointer-long? Yes. > Basically some 64 bit archs _can_ have 64 bit "int" most people don't > do that though for storage reasons. Yes, that and the assumption that int is 32 bits is stronger than a pointer can fit in an int. W/o 32-bit int, it would be very hard to do some things as a short could still legally be 16-bits (as the notion you refer to don't state the sizeof short). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 23: 9:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB73B37B424; Thu, 17 May 2001 23:09:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I69EH20825; Thu, 17 May 2001 23:09:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180609.f4I69EH20825@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 23:09:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 23:09:14 PDT Modified files: editors/openoffice Makefile distinfo Log: Update to build 627 (yes, still broken). Revision Changes Path 1.25 +8 -6 ports/editors/openoffice/Makefile 1.7 +1 -2 ports/editors/openoffice/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 23: 9:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0618B37B42C; Thu, 17 May 2001 23:09:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I69VS20862; Thu, 17 May 2001 23:09:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180609.f4I69VS20862@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 17 May 2001 23:09:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/17 23:09:31 PDT Modified files: editors/openoffice Makefile Log: Really make broken. Revision Changes Path 1.26 +2 -2 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 23:30:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3230F37B422; Thu, 17 May 2001 23:30:32 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I6UW722494; Thu, 17 May 2001 23:30:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105180630.f4I6UW722494@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 17 May 2001 23:30:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mpgtx Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ijliao 2001/05/17 23:30:31 PDT Modified files: graphics/mpgtx Makefile distinfo Log: upgrade to 0.7b Revision Changes Path 1.2 +2 -2 ports/graphics/mpgtx/Makefile 1.2 +1 -1 ports/graphics/mpgtx/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 23:56: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4B5D37B422; Thu, 17 May 2001 23:56:03 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I6u3p24948; Thu, 17 May 2001 23:56:03 -0700 (PDT) (envelope-from ru) Message-Id: <200105180656.f4I6u3p24948@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 23:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_cleanup_push.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/17 23:56:03 PDT Modified files: lib/libc_r/man pthread_cleanup_push.3 Log: Fixed typo in the description. PR: docs/27411 Submitted by: David Wimsey Revision Changes Path 1.8 +3 -3 src/lib/libc_r/man/pthread_cleanup_push.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 17 23:58:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E377237B422; Thu, 17 May 2001 23:58:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I6wdj25227; Thu, 17 May 2001 23:58:39 -0700 (PDT) (envelope-from ru) Message-Id: <200105180658.f4I6wdj25227@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 May 2001 23:58:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_cleanup_push.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/17 23:58:39 PDT Modified files: (Branch: RELENG_4) lib/libc_r/man pthread_cleanup_push.3 Log: MFC: 1.8 (fixed typo in the description). Revision Changes Path 1.5.2.3 +3 -3 src/lib/libc_r/man/pthread_cleanup_push.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 0: 1:54 2001 Delivered-To: cvs-all@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id E96AE37B424; Fri, 18 May 2001 00:01:49 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id JAA07735; Fri, 18 May 2001 09:01:49 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 923C014CB2; Fri, 18 May 2001 09:01:48 +0200 (CEST) Date: Fri, 18 May 2001 09:01:48 +0200 From: Alexander Langer To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h Message-ID: <20010518090148.B1080@zerogravity.kawo2.rwth-aachen.d> References: <200105180143.f4I1hQv81254@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105180143.f4I1hQv81254@freefall.freebsd.org>; from obrien@FreeBSD.org on Thu, May 17, 2001 at 06:43:26PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG Thus spake David E. O'Brien (obrien@FreeBSD.org): > Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help > flag errors where programmers assume time_t is a long, which it is not on > 64-bit platforms. > Submitted by: bde Thanks! I sent in a patch in July 2000, when BDE suggested it for the first time. It has been in my local tree since then w/o any problem. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 0:37:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38E3F37B422; Fri, 18 May 2001 00:37:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I7b8x31460; Fri, 18 May 2001 00:37:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105180737.f4I7b8x31460@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 May 2001 00:37:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/ttyrec Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ijliao 2001/05/18 00:37:08 PDT Modified files: misc/ttyrec Makefile distinfo Log: upgrade to 1.0.4 drop maintainership :) Revision Changes Path 1.2 +3 -3 ports/misc/ttyrec/Makefile 1.2 +1 -1 ports/misc/ttyrec/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 0:43:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ADEA37B424; Fri, 18 May 2001 00:43:14 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I7hEZ32013; Fri, 18 May 2001 00:43:14 -0700 (PDT) (envelope-from bp) Message-Id: <200105180743.f4I7hEZ32013@freefall.freebsd.org> From: Boris Popov Date: Fri, 18 May 2001 00:43:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bp 2001/05/18 00:43:14 PDT Modified files: sys/miscfs/union union_vnops.c Log: Currently there is no way to tell if write operation invoked via vn_start_write() on the given vnode will be successful. VOP_LEASE() may help to solve this problem, but its return value ignored nearly everywhere. For now just assume that the missing upper layer on write means insufficient access rights (which is correct for most cases). Revision Changes Path 1.84 +2 -2 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 1:17:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8431237B422; Fri, 18 May 2001 01:17:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I8HsQ38263; Fri, 18 May 2001 01:17:54 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105180817.f4I8HsQ38263@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 01:17:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/Mesa3 Makefile distinfo ports/graphics/Mesa3/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sobomax 2001/05/18 01:17:54 PDT Modified files: graphics/Mesa3 Makefile distinfo graphics/Mesa3/files patch-aa Log: Update to 3.4.2. Revision Changes Path 1.48 +2 -2 ports/graphics/Mesa3/Makefile 1.20 +2 -2 ports/graphics/Mesa3/distinfo 1.21 +3 -3 ports/graphics/Mesa3/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 1:52:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF44137B422; Fri, 18 May 2001 01:52:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I8quf41664; Fri, 18 May 2001 01:52:56 -0700 (PDT) (envelope-from nik) Message-Id: <200105180852.f4I8quf41664@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 01:52:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c src/sys/sys consio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG nik 2001/05/18 01:52:56 PDT Modified files: sys/dev/syscons syscons.c sys/sys consio.h Log: Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it copies out the current contents of the video buffer for a syscons terminal, providing a snapshot of the text and attributes. Based heavily on work originally submitted by Joel Holveck for 2.2.x almost 30 months ago, which I cleaned up a little, and forward ported to -current. See also the usr.bin/scrshot utility. Revision Changes Path 1.358 +19 -1 src/sys/dev/syscons/syscons.c 1.7 +11 -1 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2: 0:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80A7937B423; Fri, 18 May 2001 02:00:52 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I90qU42465; Fri, 18 May 2001 02:00:52 -0700 (PDT) (envelope-from nik) Message-Id: <200105180900.f4I90qU42465@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 02:00:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG nik 2001/05/18 02:00:52 PDT Added files: usr.bin/scrshot Makefile scrshot.1 scrshot.c Log: New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is scrshot /dev/ttyv0 > shot.scr See the shot2{txt,png} utilities (soon to be) in the ports collection. Reviewed by: -arch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2: 1:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A912137B422; Fri, 18 May 2001 02:01:53 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I91rs42630; Fri, 18 May 2001 02:01:53 -0700 (PDT) (envelope-from nik) Message-Id: <200105180901.f4I91rs42630@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 02:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c src/sys/sys consio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG nik 2001/05/18 02:01:53 PDT Modified files: sys/dev/syscons syscons.c sys/sys consio.h Log: Note, previous commit was Reviewed by: -arch Revision Changes Path 1.359 +1 -1 src/sys/dev/syscons/syscons.c 1.8 +1 -1 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2: 6: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 149A437B422; Fri, 18 May 2001 02:05:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I95vH45495; Fri, 18 May 2001 02:05:57 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105180905.f4I95vH45495@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 02:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sobomax 2001/05/18 02:05:56 PDT Modified files: usr.bin/make Makefile Log: By default build make(1) as a static binary. It costs only 100k of additional disk space, buf provides measureable speed increase for make-intensive operations, such as pkg_version(1), `make world' and so on. MFC after: 1 week Revision Changes Path 1.19 +3 -1 src/usr.bin/make/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2: 6:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 116F037B623; Fri, 18 May 2001 02:06:01 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I961845523; Fri, 18 May 2001 02:06:01 -0700 (PDT) (envelope-from nik) Message-Id: <200105180906.f4I961845523@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 02:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG nik 2001/05/18 02:06:00 PDT Modified files: usr.bin Makefile Log: Add scrshot to the i386 specific section. If someone can test this on the Alpha I'd appreciate it. Revision Changes Path 1.159 +2 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2: 9: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 1DA5A37B422; Fri, 18 May 2001 02:08:59 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4I9A3E03953; Fri, 18 May 2001 12:10:05 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4I99e019728; Fri, 18 May 2001 12:09:42 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4I98kg29621; Fri, 18 May 2001 12:08:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105180908.f4I98kg29621@vega.vega.com> Subject: Re: cvs commit: src/sys/dev/syscons syscons.c src/sys/sys consio.h To: nik@FreeBSD.ORG (Nik Clayton) Date: Fri, 18 May 2001 12:08:45 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Nik Clayton" at May 18, 2001 01:52:56 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG > > nik 2001/05/18 01:52:56 PDT > > Modified files: > sys/dev/syscons syscons.c > sys/sys consio.h > Log: > Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it > copies out the current contents of the video buffer for a syscons terminal, > providing a snapshot of the text and attributes. > > Based heavily on work originally submitted by Joel Holveck > for 2.2.x almost 30 months ago, which I cleaned up a little, and forward > ported to -current. > > See also the usr.bin/scrshot utility. Cool! I've really missed such functionality since my first encounter with FreeBSD. Thank you! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:14:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24E1837B423; Fri, 18 May 2001 02:14:40 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9EeG46458; Fri, 18 May 2001 02:14:40 -0700 (PDT) (envelope-from brian) Message-Id: <200105180914.f4I9EeG46458@freefall.freebsd.org> From: Brian Somers Date: Fri, 18 May 2001 02:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc netstart X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG brian 2001/05/18 02:14:40 PDT Modified files: etc netstart Log: Run network6_pass1 if ipv6_enable is YES Revision Changes Path 1.60 +16 -1 src/etc/netstart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:21:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2737037B424; Fri, 18 May 2001 02:21:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9LBr47151; Fri, 18 May 2001 02:21:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180921.f4I9LBr47151@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 02:21:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/a2ps-letter/files patch-printers.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/18 02:21:11 PDT Added files: print/a2ps-letter/files patch-printers.c Log: Don't send the generated output to the printer by default. Sending the file by default to the printer is (IMHO): . counter-intuitive; the name a2ps suggests that the tool converts ASCII (plus other files) to Postscript, but it by no means gives a hint that it would print something without asking, . violating the Unix way; we've got pipes, and people are used to use them when they want to print something (IMHO there isn't even a good reason for adding all the -P bloat to a2ps at all, but of course, i don't suggest changing _that_), . contradictionary to all the documentation about a2ps since the docs tell you that it would only start printing if a -P or -c option is being provided, . a waste of paper for the brave user who starts the program in the innocent assumption to get just a Postscript file out of it. Not objected by: ports@freebsd.org, maintainer Submitted by: joerg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98F6337B422; Fri, 18 May 2001 02:21:39 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9Ldq47233; Fri, 18 May 2001 02:21:39 -0700 (PDT) (envelope-from obrien) Message-Id: <200105180921.f4I9Ldq47233@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 02:21:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/a2ps-letter/files patch-nodefaultprint X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG obrien 2001/05/18 02:21:39 PDT Removed files: print/a2ps-letter/files patch-nodefaultprint Log: This patch was misnamed. It has reappeard as patch-printers.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:32:27 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 23E1237B422; Fri, 18 May 2001 02:32:12 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4I9XGE04577; Fri, 18 May 2001 12:33:16 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (root@das0-l110.uic-in.net [212.35.189.237]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4I9Wo020586; Fri, 18 May 2001 12:32:56 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4I9VwW29741; Fri, 18 May 2001 12:31:58 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105180931.f4I9VwW29741@vega.vega.com> Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c To: nik@FreeBSD.ORG (Nik Clayton) Date: Fri, 18 May 2001 12:31:58 +0300 (EEST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: from "Nik Clayton" at May 18, 2001 02:00:52 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG > > nik 2001/05/18 02:00:52 PDT > > Added files: > usr.bin/scrshot Makefile scrshot.1 scrshot.c > Log: > New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is > > scrshot /dev/ttyv0 > shot.scr > > See the shot2{txt,png} utilities (soon to be) in the ports collection. BTW, wouldn't it better to integrate this functionality into existing vidcontrol(8) utility instead of introducing yet another syscons-specific tool? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:48:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6865437B423; Fri, 18 May 2001 02:48:18 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9mI749327; Fri, 18 May 2001 02:48:18 -0700 (PDT) (envelope-from ru) Message-Id: <200105180948.f4I9mI749327@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 02:48:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/18 02:48:18 PDT Modified files: usr.bin/sed compile.c Log: Don't leak memory when compiling text following the `a', `c' or `i' command. Testcase: echo FOO | sed "/FOO/c\\ `jot -b 'aaaa\' 500`" Submitted by: Max Khon Revision Changes Path 1.15 +2 -2 src/usr.bin/sed/compile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:51:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CC5237B422; Fri, 18 May 2001 02:51:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9pZi49620; Fri, 18 May 2001 02:51:35 -0700 (PDT) (envelope-from ru) Message-Id: <200105180951.f4I9pZi49620@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 02:51:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/18 02:51:35 PDT Modified files: (Branch: RELENG_4) usr.bin/sed compile.c Log: MFC: 1.15 (fixed memory leak in compile_text()). Revision Changes Path 1.13.2.2 +2 -2 src/usr.bin/sed/compile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:55:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4753937B422; Fri, 18 May 2001 02:55:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9tQJ50016; Fri, 18 May 2001 02:55:26 -0700 (PDT) (envelope-from ru) Message-Id: <200105180955.f4I9tQJ50016@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 02:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/18 02:55:25 PDT Modified files: . modules Log: scrshot -> src/usr.bin/scrshot Revision Changes Path 1.3122 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 2:58:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 838B237B424; Fri, 18 May 2001 02:58:53 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I9wrT50415; Fri, 18 May 2001 02:58:53 -0700 (PDT) (envelope-from bp) Message-Id: <200105180958.f4I9wrT50415@freefall.freebsd.org> From: Boris Popov Date: Fri, 18 May 2001 02:58:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c kern_exec.c uipc_syscalls.c vfs_bio.c vfs_default.c vfs_subr.c vfs_syscalls.c vnode_if.src src/sys/sys vnode.h src/sys/vm vm_mmap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bp 2001/05/18 02:58:53 PDT Modified files: (Branch: RELENG_4) sys/kern imgact_aout.c imgact_elf.c kern_exec.c uipc_syscalls.c vfs_bio.c vfs_default.c vfs_subr.c vfs_syscalls.c vnode_if.src sys/sys vnode.h sys/vm vm_mmap.c Log: MFC: introduce VOP_CREATEVOBJECT(), VOP_GETVOBJECT and VOP_DESTROYVOBJECT() which help to get proper reference to VM backing object. Revision Changes Path 1.59.2.2 +2 -2 src/sys/kern/imgact_aout.c 1.73.2.5 +2 -2 src/sys/kern/imgact_elf.c 1.107.2.6 +2 -2 src/sys/kern/kern_exec.c 1.65.2.8 +2 -3 src/sys/kern/uipc_syscalls.c 1.242.2.8 +15 -13 src/sys/kern/vfs_bio.c 1.28.2.1 +113 -1 src/sys/kern/vfs_default.c 1.249.2.8 +13 -71 src/sys/kern/vfs_subr.c 1.151.2.8 +6 -5 src/sys/kern/vfs_syscalls.c 1.29.2.3 +25 -1 src/sys/kern/vnode_if.src 1.111.2.5 +4 -1 src/sys/sys/vnode.h 1.108.2.4 +10 -1 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3: 4:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8460937B422; Fri, 18 May 2001 03:04:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IA4S651165; Fri, 18 May 2001 03:04:28 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105181004.f4IA4S651165@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 03:04:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sobomax 2001/05/18 03:04:28 PDT Modified files: graphics/xine Makefile distinfo pkg-plist Log: Update to 0.4.3. PR: 27388 Submitted by: maintainer, sobomax Approved by: maintainer Revision Changes Path 1.14 +13 -12 ports/graphics/xine/Makefile 1.8 +1 -1 ports/graphics/xine/distinfo 1.11 +34 -5 ports/graphics/xine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3:39:28 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 7C2E837B424; Fri, 18 May 2001 03:39:22 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4IAdKP65961; Fri, 18 May 2001 11:39:20 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4IAdJb93821; Fri, 18 May 2001 11:39:19 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105181039.f4IAdJb93821@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Maxim Sobolev Cc: nik@FreeBSD.org (Nik Clayton), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c In-Reply-To: Message from Maxim Sobolev of "Fri, 18 May 2001 12:31:58 +0300." <200105180931.f4I9VwW29741@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 May 2001 11:39:19 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG > > > > nik 2001/05/18 02:00:52 PDT > > > > Added files: > > usr.bin/scrshot Makefile scrshot.1 scrshot.c > > Log: > > New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is > > > > scrshot /dev/ttyv0 > shot.scr > > > > See the shot2{txt,png} utilities (soon to be) in the ports collection. > > BTW, wouldn't it better to integrate this functionality into > existing vidcontrol(8) utility instead of introducing yet another > syscons-specific tool? My thoughts exactly :) > -Maxim -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3:39:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF56B37B423; Fri, 18 May 2001 03:39:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IAdfl56442; Fri, 18 May 2001 03:39:41 -0700 (PDT) (envelope-from ru) Message-Id: <200105181039.f4IAdfl56442@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 03:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/scrshot scrshot.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/18 03:39:41 PDT Modified files: usr.bin/scrshot scrshot.1 Log: mdoc(7) police: Fix markup and spelling. Revision Changes Path 1.2 +36 -39 src/usr.bin/scrshot/scrshot.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3:40:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC6937B42C; Fri, 18 May 2001 03:40:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IAeYi56574; Fri, 18 May 2001 03:40:34 -0700 (PDT) (envelope-from ru) Message-Id: <200105181040.f4IAeYi56574@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 03:40:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/scrshot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ru 2001/05/18 03:40:34 PDT Modified files: usr.bin/scrshot Makefile Log: Remove GCC-ism (-Wall). Revision Changes Path 1.2 +1 -4 src/usr.bin/scrshot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3:40:44 2001 Delivered-To: cvs-all@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 1D0FA37B423; Fri, 18 May 2001 03:40:32 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 150hgM-000AZE-0C; Fri, 18 May 2001 10:40:30 +0000 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f4IAdE727211; Fri, 18 May 2001 11:39:14 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 18 May 2001 11:39:14 +0100 (BST) From: Doug Rabson To: Warner Losh Cc: Brian Somers , Bruce Evans , , , Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: <200105171600.f4HG0Pl05438@billy-club.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Thu, 17 May 2001, Warner Losh wrote: > In message <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Brian > Somers writes: > : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd > : spell digiio.h /usr/include/sys/digi_io.h. > > Actually, the more I think about it, the more I like putting it in > /usr/include/sys/fooio.h. We have lots of other files there now. The > down side to this approach is that it breaks up the driver sources > that we've been trying to concentrate into sys/dev/foo/* (or > introduces asymetry such that you can't just toss in a -I/sys and have > the same tree that gets stuck under /usr/include). I quite like the fact that the programming interface is separated from the driver implementation. There is less chance that the driver writer will expose irrelavent implementation details in the API, which in turn makes for a more stable ABI. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3:48:38 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 9AD8737B422; Fri, 18 May 2001 03:48:29 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4IAmRP66713; Fri, 18 May 2001 11:48:27 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4IAmQb94138; Fri, 18 May 2001 11:48:26 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105181048.f4IAmQb94138@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Doug Rabson Cc: Warner Losh , Brian Somers , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org, brian@Awfulhak.org Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: Message from Doug Rabson of "Fri, 18 May 2001 11:39:14 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 May 2001 11:48:26 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG > On Thu, 17 May 2001, Warner Losh wrote: > > > In message <200105171233.f4HCXhb62786@hak.lan.Awfulhak.org> Brian > > Somers writes: > > : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd > > : spell digiio.h /usr/include/sys/digi_io.h. > > > > Actually, the more I think about it, the more I like putting it in > > /usr/include/sys/fooio.h. We have lots of other files there now. The > > down side to this approach is that it breaks up the driver sources > > that we've been trying to concentrate into sys/dev/foo/* (or > > introduces asymetry such that you can't just toss in a -I/sys and have > > the same tree that gets stuck under /usr/include). > > I quite like the fact that the programming interface is > separated from the driver implementation. There is less chance that the > driver writer will expose irrelavent implementation details in the API, > which in turn makes for a more stable ABI. I agree, and what's more, bde hasn't disagreed to any such suggestions.... > -- > Doug Rabson Mail: dfr@nlsystems.com > Phone: +44 20 8348 6160 -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 3:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA2A437B424; Fri, 18 May 2001 03:58:10 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IAwA558070; Fri, 18 May 2001 03:58:10 -0700 (PDT) (envelope-from tg) Message-Id: <200105181058.f4IAwA558070@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 18 May 2001 03:58:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sketch Makefile distinfo ports/graphics/sketch/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG tg 2001/05/18 03:58:10 PDT Modified files: graphics/sketch Makefile distinfo graphics/sketch/files patch-aa Log: Upgrade to 0.6.10. Revision Changes Path 1.26 +9 -7 ports/graphics/sketch/Makefile 1.14 +1 -1 ports/graphics/sketch/distinfo 1.4 +11 -25 ports/graphics/sketch/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 4: 1:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B8C937B422; Fri, 18 May 2001 04:01:24 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IB1OX59685; Fri, 18 May 2001 04:01:24 -0700 (PDT) (envelope-from bp) Message-Id: <200105181101.f4IB1OX59685@freefall.freebsd.org> From: Boris Popov Date: Fri, 18 May 2001 04:01:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/i386/conf LINT src/sys/kern subr_mchain.c src/sys/modules Makefile src/sys/modules/libmchain Makefile src/sys/sys mchain.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG bp 2001/05/18 04:01:24 PDT Modified files: (Branch: RELENG_4) sys/conf files options sys/i386/conf LINT sys/modules Makefile Added files: (Branch: RELENG_4) sys/kern subr_mchain.c sys/modules/libmchain Makefile sys/sys mchain.h Log: MFC: mbuild/mdissect subroutines for mbufs. Revision Changes Path 1.340.2.56 +2 -1 src/sys/conf/files 1.191.2.24 +2 -1 src/sys/conf/options 1.749.2.54 +4 -1 src/sys/i386/conf/Attic/LINT 1.110.2.24 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 4: 4:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8BF837B423; Fri, 18 May 2001 04:04:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IB4KQ64354; Fri, 18 May 2001 04:04:20 -0700 (PDT) (envelope-from kris) Message-Id: <200105181104.f4IB4KQ64354@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 18 May 2001 04:04:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/stty cchar.c gfmt.c key.c modes.c print.c stty.c stty.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG kris 2001/05/18 04:04:20 PDT Modified files: bin/stty cchar.c gfmt.c key.c modes.c print.c stty.c stty.h Log: BDECFLAGS cleanup Revision Changes Path 1.11 +6 -4 src/bin/stty/cchar.c 1.15 +4 -2 src/bin/stty/gfmt.c 1.14 +6 -5 src/bin/stty/key.c 1.10 +8 -6 src/bin/stty/modes.c 1.16 +8 -8 src/bin/stty/print.c 1.18 +4 -2 src/bin/stty/stty.c 1.8 +3 -3 src/bin/stty/stty.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 4:27:38 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 329E737B424; Fri, 18 May 2001 04:27:33 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f4IBRLX60396; Fri, 18 May 2001 15:27:22 +0400 (MSD) (envelope-from ache) Date: Fri, 18 May 2001 15:27:20 +0400 From: "Andrey A. Chernov" To: Brian Somers Cc: Maxim Sobolev , Nik Clayton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c Message-ID: <20010518152719.A60312@nagual.pp.ru> References: <200105181039.f4IAdJb93821@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105181039.f4IAdJb93821@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Fri, May 18, 2001 at 11:39:19AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Fri, May 18, 2001 at 11:39:19 +0100, Brian Somers wrote: > > > > BTW, wouldn't it better to integrate this functionality into > > existing vidcontrol(8) utility instead of introducing yet another > > syscons-specific tool? > > My thoughts exactly :) > My too. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 4:39: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ABCF37B422; Fri, 18 May 2001 04:38:59 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IBcxh70154; Fri, 18 May 2001 04:38:59 -0700 (PDT) (envelope-from sos) Message-Id: <200105181138.f4IBcxh70154@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 18 May 2001 04:38:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atacontrol atacontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG sos 2001/05/18 04:38:59 PDT Modified files: sbin/atacontrol atacontrol.c Log: Fix bogon introduce by last commit. Revision Changes Path 1.6 +2 -2 src/sbin/atacontrol/atacontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 5:35:38 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7C3B737B423; Fri, 18 May 2001 05:35:32 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA02364; Fri, 18 May 2001 22:35:08 +1000 Date: Fri, 18 May 2001 22:33:43 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Brian Somers Cc: Doug Rabson , Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: <200105181048.f4IAmQb94138@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Fri, 18 May 2001, Brian Somers wrote: > > On Thu, 17 May 2001, Warner Losh wrote: > > I quite like the fact that the programming interface is > > separated from the driver implementation. There is less chance that the > > driver writer will expose irrelavent implementation details in the API, > > which in turn makes for a more stable ABI. > > I agree, and what's more, bde hasn't disagreed to any such > suggestions.... I agree too :-). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 5:45: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BD1037B423; Fri, 18 May 2001 05:44:58 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ICiwn78606; Fri, 18 May 2001 05:44:58 -0700 (PDT) (envelope-from ache) Message-Id: <200105181244.f4ICiwn78606@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 18 May 2001 05:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mnoGoSearch-current Makefile distinfo pkg-plist ports/www/mnoGoSearch-current/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG ache 2001/05/18 05:44:57 PDT Modified files: www/mnoGoSearch-current Makefile distinfo pkg-plist www/mnoGoSearch-current/files patch-ac Log: Upgrade to 3.1.13 Revision Changes Path 1.21 +3 -3 ports/www/mnoGoSearch-current/Makefile 1.5 +1 -1 ports/www/mnoGoSearch-current/distinfo 1.7 +1 -0 ports/www/mnoGoSearch-current/pkg-plist 1.6 +3 -35 ports/www/mnoGoSearch-current/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 5:48:24 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 2756A37B424; Fri, 18 May 2001 05:48:17 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4ICmEM00657; Fri, 18 May 2001 13:48:14 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4ICmDb95301; Fri, 18 May 2001 13:48:13 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105181248.f4ICmDb95301@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: cvs@FreeBSD.org Cc: Bruce Evans , Doug Rabson , Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: Message from Bruce Evans of "Fri, 18 May 2001 22:33:43 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 May 2001 13:48:13 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG John/peter, could you repo-copy src/sys/dev/digi/digiio.h to src/sys/sys/digiio.h ? Ta. > On Fri, 18 May 2001, Brian Somers wrote: > > > > On Thu, 17 May 2001, Warner Losh wrote: > > > I quite like the fact that the programming interface is > > > separated from the driver implementation. There is less chance that the > > > driver writer will expose irrelavent implementation details in the API, > > > which in turn makes for a more stable ABI. > > > > I agree, and what's more, bde hasn't disagreed to any such > > suggestions.... > > I agree too :-). > > Bruce -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6: 1:38 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 8407137B422; Fri, 18 May 2001 06:01:31 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f4ID0j313389; Fri, 18 May 2001 14:00:45 +0100 (BST) (envelope-from nik) Date: Fri, 18 May 2001 13:59:24 +0100 From: Nik Clayton To: Maxim Sobolev Cc: Nik Clayton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c Message-ID: <20010518135924.A10772@catkin.nothing-going-on.org> References: <200105180931.f4I9VwW29741@vega.vega.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105180931.f4I9VwW29741@vega.vega.com>; from sobomax@FreeBSD.ORG on Fri, May 18, 2001 at 12:31:58PM +0300 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 18, 2001 at 12:31:58PM +0300, Maxim Sobolev wrote: > > nik 2001/05/18 02:00:52 PDT > >=20 > > Added files: > > usr.bin/scrshot Makefile scrshot.1 scrshot.c=20 > > Log: > > New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is > > =20 > > scrshot /dev/ttyv0 > shot.scr > > =20 > > See the shot2{txt,png} utilities (soon to be) in the ports collection. >=20 > BTW, wouldn't it better to integrate this functionality into > existing vidcontrol(8) utility instead of introducing yet another > syscons-specific tool? I'm easy if someone wants to do the work, but I do have one comments. vidcontrol is used to set options in syscons, scrshot pulls data from=20 syscons. By analogy, vidcontrol is "poke", scrshot is "peek". N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsFHKoACgkQk6gHZCw343VsMgCfdMM7p7Wv5NuaoQe9uS5s1l6i MyYAn0djPI4QePmf6SO3Wnk/ndMQVjbe =EEpM -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6: 9: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 49D7237B422; Fri, 18 May 2001 06:08:46 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4ID8hR78725; Fri, 18 May 2001 16:08:43 +0300 (EEST) (envelope-from ru) Date: Fri, 18 May 2001 16:08:43 +0300 From: Ruslan Ermilov To: Nik Clayton Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c Message-ID: <20010518160843.C65354@sunbay.com> Mail-Followup-To: Nik Clayton , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105180931.f4I9VwW29741@vega.vega.com> <20010518135924.A10772@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518135924.A10772@catkin.nothing-going-on.org>; from nik@FreeBSD.org on Fri, May 18, 2001 at 01:59:24PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On Fri, May 18, 2001 at 01:59:24PM +0100, Nik Clayton wrote: > On Fri, May 18, 2001 at 12:31:58PM +0300, Maxim Sobolev wrote: > > > nik 2001/05/18 02:00:52 PDT > > > > > > Added files: > > > usr.bin/scrshot Makefile scrshot.1 scrshot.c > > > Log: > > > New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is > > > > > > scrshot /dev/ttyv0 > shot.scr > > > > > > See the shot2{txt,png} utilities (soon to be) in the ports collection. > > > > BTW, wouldn't it better to integrate this functionality into > > existing vidcontrol(8) utility instead of introducing yet another > > syscons-specific tool? > > I'm easy if someone wants to do the work, but I do have one comments. > vidcontrol is used to set options in syscons, scrshot pulls data from > syscons. By analogy, vidcontrol is "poke", scrshot is "peek". > By analogy, kbdcontrol(1) both sets the keyboard and pulls data (-d). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:17:41 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 276CD37B424; Fri, 18 May 2001 06:17:35 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f4IDHWt76525; Fri, 18 May 2001 17:17:33 +0400 (MSD) (envelope-from ache) Date: Fri, 18 May 2001 17:17:29 +0400 From: "Andrey A. Chernov" To: Nik Clayton Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c Message-ID: <20010518171729.A76468@nagual.pp.ru> References: <200105180931.f4I9VwW29741@vega.vega.com> <20010518135924.A10772@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518135924.A10772@catkin.nothing-going-on.org>; from nik@FreeBSD.org on Fri, May 18, 2001 at 01:59:24PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 18, 2001 at 13:59:24 +0100, Nik Clayton wrote: > I'm easy if someone wants to do the work, but I do have one comments. > vidcontrol is used to set options in syscons, scrshot pulls data from=20 If you check kbdcontrol, it is used for get data (keyboard tables too), so vidcontrol is for set only temporary while there is nothing interesting to get from syscons. > syscons. By analogy, vidcontrol is "poke", scrshot is "peek". Even in this case one utility for syscons is enough: it is less space waste and more easy to remember. --=20 Andrey A. Chernov http://ache.pp.ru/ --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBOwUg6OJgpPLZnQjrAQEpKwQAsI4E60uB/8MKFVkaAgAMe9IQBm6p0tp0 kWTbHGNDAnoV+axHlff3equNwjKle7cE4URD39FoNshIAxgeGbOBRVCXXs/31kYc xQPiQuC98w8MU7Uk8SXd0jQrJlMJqQO21LnxYiW/0BUi+4uL41bXAXgoMVjz2JR/ TqbDqQPu8uU= =05Dd -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:41:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE6A037B422; Fri, 18 May 2001 06:41:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IDfhN06655; Fri, 18 May 2001 06:41:43 -0700 (PDT) (envelope-from ru) Message-Id: <200105181341.f4IDfhN06655@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 06:41:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio Makefile src/bin/ps Makefile src/lib/libdevstat Makefile src/lib/libipx Makefile src/lib/libkvm Makefile src/lib/libutil Makefile src/sbin/ccdconfig Makefile src/sbin/ipf Makefile src/sbin/ipfstat Makefile src/sbin/ipmon ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/05/18 06:41:43 PDT Modified files: bin/chio Makefile bin/ps Makefile lib/libdevstat Makefile lib/libipx Makefile lib/libkvm Makefile lib/libutil Makefile sbin/ccdconfig Makefile sbin/ipf Makefile sbin/ipfstat Makefile sbin/ipmon Makefile sbin/ipnat Makefile sbin/kldload Makefile sbin/kldstat Makefile sbin/kldunload Makefile sbin/mount_hpfs Makefile sbin/mount_ntfs Makefile usr.bin/fstat Makefile usr.bin/mt Makefile usr.bin/systat Makefile usr.bin/vmstat Makefile usr.sbin/atm/atmarpd Makefile usr.sbin/atm/scspd Makefile usr.sbin/iostat Makefile usr.sbin/ipftest Makefile usr.sbin/ipresend Makefile usr.sbin/ipsend Makefile usr.sbin/iptest Makefile usr.sbin/usbd Makefile usr.sbin/usbdevs Makefile Log: Removed -I${.CURDIR}/.../sys from CFLAGS. Revision Changes Path 1.7 +1 -3 src/bin/chio/Makefile 1.14 +2 -2 src/bin/ps/Makefile 1.6 +2 -2 src/lib/libdevstat/Makefile 1.5 +1 -4 src/lib/libipx/Makefile 1.12 +2 -2 src/lib/libkvm/Makefile 1.41 +2 -2 src/lib/libutil/Makefile 1.5 +1 -2 src/sbin/ccdconfig/Makefile 1.8 +2 -2 src/sbin/ipf/Makefile 1.10 +2 -2 src/sbin/ipfstat/Makefile 1.9 +2 -2 src/sbin/ipmon/Makefile 1.9 +2 -2 src/sbin/ipnat/Makefile 1.7 +1 -3 src/sbin/kldload/Makefile 1.7 +1 -3 src/sbin/kldstat/Makefile 1.7 +1 -3 src/sbin/kldunload/Makefile 1.4 +2 -2 src/sbin/mount_hpfs/Makefile 1.5 +2 -2 src/sbin/mount_ntfs/Makefile 1.6 +1 -2 src/usr.bin/fstat/Makefile 1.4 +1 -2 src/usr.bin/mt/Makefile 1.10 +1 -2 src/usr.bin/systat/Makefile 1.7 +1 -2 src/usr.bin/vmstat/Makefile 1.7 +1 -2 src/usr.sbin/atm/atmarpd/Makefile 1.11 +2 -2 src/usr.sbin/atm/scspd/Makefile 1.8 +1 -2 src/usr.sbin/iostat/Makefile 1.8 +2 -2 src/usr.sbin/ipftest/Makefile 1.7 +1 -2 src/usr.sbin/ipresend/Makefile 1.11 +2 -2 src/usr.sbin/ipsend/Makefile 1.7 +1 -2 src/usr.sbin/iptest/Makefile 1.6 +1 -2 src/usr.sbin/usbd/Makefile 1.8 +1 -2 src/usr.sbin/usbdevs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:44:39 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 57B1337B42C; Fri, 18 May 2001 06:44:26 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4IDhsk82931; Fri, 18 May 2001 16:43:54 +0300 (EEST) (envelope-from ru) Date: Fri, 18 May 2001 16:43:54 +0300 From: Ruslan Ermilov To: Bruce Evans Cc: Warner Losh , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010518164354.A81893@sunbay.com> Mail-Followup-To: Bruce Evans , Warner Losh , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org References: <200105160751.f4G7pqN77048@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Thu, May 17, 2001 at 12:51:59AM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 12:51:59AM +1000, Bruce Evans wrote: > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <20010516101947.B23288@sunbay.com> Ruslan Ermilov writes: > > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > > > I tend to dislike adding ../../sys to the includes list since they > > might not be compatible with the host's sys files used to build libc. > > I'd like to remove all the existing ones. They are a hack to handle > the case where you haven't bootstrapped properly. They intentionally > give includes which may be incompatible with the host ones, in > case the host ones are out of date relative to the src tree. This > depends on only a few headers like being out of date, > and sometimes helps mainly for headers like which declare > system structures that are groped in by userland. But it is just a > bug in general. > I've done the first step in that direction. :-) -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:52:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C1CC37B422; Fri, 18 May 2001 06:52:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IDqdl51641; Fri, 18 May 2001 06:52:39 -0700 (PDT) (envelope-from ache) Message-Id: <200105181352.f4IDqdl51641@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 18 May 2001 06:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/monetdef Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/05/18 06:52:39 PDT Modified files: share/monetdef Makefile Log: Add sk_SK PR: 27425 Submitted by: juraj@bednar.sk Revision Changes Path 1.24 +2 -1 src/share/monetdef/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:53:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5ABE37B423; Fri, 18 May 2001 06:53:21 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IDrL256582; Fri, 18 May 2001 06:53:21 -0700 (PDT) (envelope-from ache) Message-Id: <200105181353.f4IDrL256582@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 18 May 2001 06:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/monetdef sk_SK.ISO_8859-2.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/05/18 06:53:21 PDT Added files: share/monetdef sk_SK.ISO_8859-2.src Log: Add sk_SK PR: 27425 Submitted by: juraj@bednar.sk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:55:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 642C137B424; Fri, 18 May 2001 06:55:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IDtQ162665; Fri, 18 May 2001 06:55:26 -0700 (PDT) (envelope-from ache) Message-Id: <200105181355.f4IDtQ162665@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 18 May 2001 06:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/numericdef sk_SK.ISO_8859-2.src Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/05/18 06:55:26 PDT Modified files: share/numericdef Makefile Added files: share/numericdef sk_SK.ISO_8859-2.src Log: Add sk_SK PR: 27425 Submitted by: juraj@bednar.sk Revision Changes Path 1.25 +2 -1 src/share/numericdef/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:56:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED24937B42C; Fri, 18 May 2001 06:56:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IDuTS66714; Fri, 18 May 2001 06:56:29 -0700 (PDT) (envelope-from ru) Message-Id: <200105181356.f4IDuTS66714@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 06:56:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/kld/dyn_sysctl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/05/18 06:56:29 PDT Modified files: share/examples/kld/dyn_sysctl Makefile Log: Removed unneeded stuff. Revision Changes Path 1.2 +1 -13 src/share/examples/kld/dyn_sysctl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 6:58:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 160B237B42C; Fri, 18 May 2001 06:58:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IDw9672581; Fri, 18 May 2001 06:58:09 -0700 (PDT) (envelope-from ru) Message-Id: <200105181358.f4IDw9672581@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 18 May 2001 06:58:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppi Makefile ppilcd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/05/18 06:58:08 PDT Modified files: share/examples/ppi Makefile ppilcd.c Log: Grab headers from /usr/include. Revision Changes Path 1.4 +1 -5 src/share/examples/ppi/Makefile 1.4 +3 -4 src/share/examples/ppi/ppilcd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7: 5:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18F3F37B422; Fri, 18 May 2001 07:05:27 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IE5Q286080; Fri, 18 May 2001 07:05:26 -0700 (PDT) (envelope-from joe) Message-Id: <200105181405.f4IE5Q286080@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 18 May 2001 07:05:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/18 07:05:25 PDT Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunchgen.c Log: MFC: Revs 1.26-1.27, bringing this in sync with -current. Revision Changes Path 1.12.2.7 +3 -3 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7: 5:40 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 7936537B423; Fri, 18 May 2001 07:05:20 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IE6KE14244; Fri, 18 May 2001 17:06:25 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l105.uic-in.net [212.35.189.232]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IE5n031304; Fri, 18 May 2001 17:05:56 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4IE4pD00688; Fri, 18 May 2001 17:04:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105181404.f4IE4pD00688@vega.vega.com> Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c To: nik@FreeBSD.ORG (Nik Clayton) Date: Fri, 18 May 2001 17:04:20 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), nik@FreeBSD.ORG (Nik Clayton), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20010518135924.A10772@catkin.nothing-going-on.org> from "Nik Clayton" at May 18, 2001 01:59:24 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, May 18, 2001 at 12:31:58PM +0300, Maxim Sobolev wrote: > > > nik 2001/05/18 02:00:52 PDT > > >=20 > > > Added files: > > > usr.bin/scrshot Makefile scrshot.1 scrshot.c=20 > > > Log: > > > New scrshot utility, using the CONS_SCRSHOT ioctl. Usage is > > > =20 > > > scrshot /dev/ttyv0 > shot.scr > > > =20 > > > See the shot2{txt,png} utilities (soon to be) in the ports collection. > >=20 > > BTW, wouldn't it better to integrate this functionality into > > existing vidcontrol(8) utility instead of introducing yet another > > syscons-specific tool? > > I'm easy if someone wants to do the work, but I do have one comments. > vidcontrol is used to set options in syscons, scrshot pulls data from=20 > syscons. By analogy, vidcontrol is "poke", scrshot is "peek". Actually vidcontrol(8) has some features to pull data from syscons. For example: `vidcontrol -i mode' gets data from the driver about available video modes and prints them in human readable format. I'm ready to do the work, BTW. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7: 6:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA35437B42C; Fri, 18 May 2001 07:06:21 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IE6Lq87285; Fri, 18 May 2001 07:06:21 -0700 (PDT) (envelope-from joe) Message-Id: <200105181406.f4IE6Lq87285@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 18 May 2001 07:06:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/18 07:06:21 PDT Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunchgen.1 Log: MFC: Rev 1.23. Document ``special ident '' command. Revision Changes Path 1.11.2.7 +18 -1 src/usr.sbin/crunch/crunchgen/crunchgen.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7: 8: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABC5C37B422; Fri, 18 May 2001 07:07:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IE7uZ90958; Fri, 18 May 2001 07:07:56 -0700 (PDT) (envelope-from nik) Message-Id: <200105181407.f4IE7uZ90958@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 07:07:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/scrshot scrshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/05/18 07:07:56 PDT Modified files: usr.bin/scrshot scrshot.c Log: I appear to be badly out of practice. Remember to flush the output stream when mixing printf and write. Revision Changes Path 1.2 +2 -1 src/usr.bin/scrshot/scrshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:12:28 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id DE7CA37B423; Fri, 18 May 2001 07:12:08 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4IEBBa86305; Fri, 18 May 2001 17:11:11 +0300 (EEST) (envelope-from ru) Date: Fri, 18 May 2001 17:11:11 +0300 From: Ruslan Ermilov To: Brian Somers , Warner Losh , Bruce Evans , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) Message-ID: <20010518171110.D81893@sunbay.com> Mail-Followup-To: Brian Somers , Warner Losh , Bruce Evans , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG References: <200105171637.f4HGbsb65668@hak.lan.Awfulhak.org> <20010517195251.A90318@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010517195251.A90318@sunbay.com>; from ru@FreeBSD.org on Thu, May 17, 2001 at 07:52:51PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 07:52:51PM +0300, Ruslan Ermilov wrote: [...] > > There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. > All these are bogus. We should get rid of all of them (-I's). > > So far, I have found sbin/mount_* use headers from /sys/miscfs/ > that are not installed into /usr/include, but should be. Where > should these be installed? /usr/include/fs/ or > should we preserve the /usr/include/miscfs/ layout like in > /sys/miscfs? Modern fs'es install their headers into include/fs > and old ones in include/. > I have removed the -I${.CURDIR}/.../sys from the half of Makefiles that do not actually need it. Here is the rest of Makefiles that have the -I${.CURDIR}/.../sys in them, and it's currently required because they use headers from /sys that do not get installed into /usr/include (but should): sbin/atm/atm/Makefile sbin/atm/fore_dnld/Makefile sbin/atm/ilmid/Makefile sbin/mount_null/Makefile sbin/mount_portal/Makefile sbin/mount_umap/Makefile sbin/mount_union/Makefile sbin/vinum/Makefile usr.sbin/acpi/Makefile.inc very interesting example! usr.sbin/ancontrol/Makefile usr.sbin/dpt/dpt_ctlinfo/Makefile usr.sbin/dpt/dpt_ctls/Makefile usr.sbin/dpt/dpt_dm/Makefile usr.sbin/dpt/dpt_led/Makefile these even don't compile!!! usr.sbin/dpt/dpt_sig/Makefile usr.sbin/dpt/dpt_softc/Makefile usr.sbin/dpt/dpt_sysinfo/Makefile usr.sbin/mlxcontrol/Makefile usr.sbin/pciconf/Makefile usr.sbin/pnpinfo/Makefile usr.sbin/pstat/Makefile usr.sbin/raycontrol/Makefile usr.sbin/setkey/Makefile usr.sbin/sicontrol/Makefile Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:20:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D66537B423; Fri, 18 May 2001 07:20:19 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IEKJB97568; Fri, 18 May 2001 07:20:19 -0700 (PDT) (envelope-from knu) Message-Id: <200105181420.f4IEKJB97568@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 18 May 2001 07:20:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/05/18 07:20:16 PDT Modified files: sysutils/portupgrade pkg-plist Log: Fix a rmdir line so it never fails. Submitted by: Jimmy Olgeni Revision Changes Path 1.5 +2 -1 ports/sysutils/portupgrade/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:28:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C49FF37B423; Fri, 18 May 2001 07:28:15 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IESFQ98547; Fri, 18 May 2001 07:28:15 -0700 (PDT) (envelope-from joe) Message-Id: <200105181428.f4IESFQ98547@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 18 May 2001 07:28:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/18 07:28:15 PDT Modified files: . logcheck Log: Rearrange the commit message parser for legibility. Revision Changes Path 1.21 +35 -29 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (dhcp225-148-amp.ams.internap.com [212.118.225.148]) by hub.freebsd.org (Postfix) with ESMTP id 2A1F437B423; Fri, 18 May 2001 07:31:17 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id 681D8538; Fri, 18 May 2001 15:31:18 +0100 (BST) Date: Fri, 18 May 2001 15:31:18 +0100 From: Josef Karthauser To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT logcheck Message-ID: <20010518153118.B956@tao.org.uk> References: <200105181428.f4IESFQ98547@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105181428.f4IESFQ98547@freefall.freebsd.org>; from joe@FreeBSD.org on Fri, May 18, 2001 at 07:28:15AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 18, 2001 at 07:28:15AM -0700, Josef Karthauser wrote: > joe 2001/05/18 07:28:15 PDT >=20 > Modified files: > . logcheck=20 > Log: > Rearrange the commit message parser for legibility. > =20 > Revision Changes Path > 1.21 +35 -29 CVSROOT/logcheck ^^^^^^^ It looks like I've changed loads of code, but actually I've just pulled some code out of an inner block. Don't worry! :) Joe --CdrF4e02JqNVZeln Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsFMjUACgkQXVIcjOaxUBbWjQCdFlS5bDmCVdL6ktA56Bz0qTFQ D8sAnRViEOSy3685zPWhet+TGN4rvBba =K19y -----END PGP SIGNATURE----- --CdrF4e02JqNVZeln-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:38:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3879037B422; Fri, 18 May 2001 07:38:50 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IEcox99879; Fri, 18 May 2001 07:38:50 -0700 (PDT) (envelope-from joe) Message-Id: <200105181438.f4IEcox99879@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 18 May 2001 07:38:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT logcheck X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/18 07:38:49 PDT Modified files: . logcheck Log: Remove a trailing space in a comment. Revision Changes Path 1.22 +2 -2 CVSROOT/logcheck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:40:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDFCD37B423; Fri, 18 May 2001 07:40:45 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IEejV00209; Fri, 18 May 2001 07:40:45 -0700 (PDT) (envelope-from bmah) Message-Id: <200105181440.f4IEejV00209@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 18 May 2001 07:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.pl X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2001/05/18 07:40:45 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/version pkg_version.pl Log: MFC: Print longer package names in pkg_version(1). pkg_version.pl: 1.19->1.20 Revision Changes Path 1.4.2.11 +4 -4 src/usr.sbin/pkg_install/version/pkg_version.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:50:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D92437B424; Fri, 18 May 2001 07:50:28 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IEoSX01219; Fri, 18 May 2001 07:50:28 -0700 (PDT) (envelope-from ade) Message-Id: <200105181450.f4IEoSX01219@freefall.freebsd.org> From: Ade Lovett Date: Fri, 18 May 2001 07:50:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xml-i18n-tools Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2001/05/18 07:50:28 PDT Modified files: textproc/xml-i18n-tools Makefile distinfo pkg-plist Log: Update to 0.8.4 Revision Changes Path 1.7 +2 -2 ports/textproc/xml-i18n-tools/Makefile 1.5 +1 -1 ports/textproc/xml-i18n-tools/distinfo 1.4 +2 -1 ports/textproc/xml-i18n-tools/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 7:54:19 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 86D0037B422; Fri, 18 May 2001 07:54:04 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4IErZr91193; Fri, 18 May 2001 17:53:35 +0300 (EEST) (envelope-from ru) Date: Fri, 18 May 2001 17:53:35 +0300 From: Ruslan Ermilov To: Brian Somers , Warner Losh , Bruce Evans , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) Message-ID: <20010518175335.A90576@sunbay.com> Mail-Followup-To: Brian Somers , Warner Losh , Bruce Evans , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG References: <200105171637.f4HGbsb65668@hak.lan.Awfulhak.org> <20010517195251.A90318@sunbay.com> <20010518171110.D81893@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518171110.D81893@sunbay.com>; from ru@FreeBSD.org on Fri, May 18, 2001 at 05:11:11PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 18, 2001 at 05:11:11PM +0300, Ruslan Ermilov wrote: > On Thu, May 17, 2001 at 07:52:51PM +0300, Ruslan Ermilov wrote: > [...] > > > > There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. > > All these are bogus. We should get rid of all of them (-I's). > > > > So far, I have found sbin/mount_* use headers from /sys/miscfs/ > > that are not installed into /usr/include, but should be. Where > > should these be installed? /usr/include/fs/ or > > should we preserve the /usr/include/miscfs/ layout like in > > /sys/miscfs? Modern fs'es install their headers into include/fs > > and old ones in include/. > > > I have removed the -I${.CURDIR}/.../sys from the half of Makefiles > that do not actually need it. Here is the rest of Makefiles that > have the -I${.CURDIR}/.../sys in them, and it's currently required > because they use headers from /sys that do not get installed into > /usr/include (but should): > [...] > > sbin/mount_null/Makefile > sbin/mount_portal/Makefile > sbin/mount_umap/Makefile > sbin/mount_union/Makefile > FS headers should go into /usr/include/fs/fs.h, one per each filesystem. Boris, could you please move smbfs.h one directory up from the /usr/include/fs/smbfs/? Also, installing of smbfs_node.h and smbfs_subr.h seems to be not required as these are used solely within the kernel. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8: 2:24 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 8473137B422; Fri, 18 May 2001 08:02:19 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA73010; Fri, 18 May 2001 11:01:54 -0400 (EDT) (envelope-from wollman) Date: Fri, 18 May 2001 11:01:54 -0400 (EDT) From: Garrett Wollman Message-Id: <200105181501.LAA73010@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h In-Reply-To: <20010518013221.M7118@superconductor.rush.net> References: <200105180143.f4I1hQv81254@freefall.freebsd.org> <20010517221208.L7118@superconductor.rush.net> <20010517211455.A67586@dragon.nuxi.com> <20010518013221.M7118@superconductor.rush.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > My apologies, afaik there's some convention IPL integer-pointer-long? > Basically some 64 bit archs _can_ have 64 bit "int" most people don't > do that though for storage reasons. The don't do that because interacting with the real world requires 8, 16, and 32-bit types and C can only represent two of these if `int' is 64 bits wide. (C99 relaxes this restriction such that the implementation is free to create additional integral types of intermediate width, but all must be at least as wide as `char' and no wider than `intmax_t'. POSIX.1-200x unrelaxes this by requiring that types of exactly 8, 16, and 32 bits in width exist; a 64-bit type may exist but is not required.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8: 7:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A526237B42C; Fri, 18 May 2001 08:07:48 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IF7mK05851; Fri, 18 May 2001 08:07:48 -0700 (PDT) (envelope-from ade) Message-Id: <200105181507.f4IF7mK05851@freefall.freebsd.org> From: Ade Lovett Date: Fri, 18 May 2001 08:07:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/anjuta Makefile ports/x11/gnome-fifth-toe Makefile ports/x11-toolkits/scintilla Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ade 2001/05/18 08:07:48 PDT Modified files: devel/anjuta Makefile x11/gnome-fifth-toe Makefile x11-toolkits/scintilla Makefile Log: Bring anjuta into the gnome-fifth-toe port, and adjust maintainership accordingly. Submitted by: demon Revision Changes Path 1.2 +2 -2 ports/devel/anjuta/Makefile 1.3 +5 -3 ports/x11/gnome-fifth-toe/Makefile 1.8 +2 -2 ports/x11-toolkits/scintilla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:11:16 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 15B1737B422; Fri, 18 May 2001 08:11:03 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f4IFAxG93361; Fri, 18 May 2001 18:10:59 +0300 (EEST) (envelope-from ru) Date: Fri, 18 May 2001 18:10:59 +0300 From: Ruslan Ermilov To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile Message-ID: <20010518181059.C92396@sunbay.com> Mail-Followup-To: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105180905.f4I95vH45495@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105180905.f4I95vH45495@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, May 18, 2001 at 02:05:56AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 18, 2001 at 02:05:56AM -0700, Maxim Sobolev wrote: > sobomax 2001/05/18 02:05:56 PDT > > Modified files: > usr.bin/make Makefile > Log: > By default build make(1) as a static binary. It costs only 100k of additional > disk space, buf provides measureable speed increase for make-intensive > operations, such as pkg_version(1), `make world' and so on. > > MFC after: 1 week > > Revision Changes Path > 1.19 +3 -1 src/usr.bin/make/Makefile > Hmm, hmm, wonder what bde will say... /me knows bde likes static stuff. :-) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:14: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 1912137B424; Fri, 18 May 2001 08:13:58 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id BAA11655; Sat, 19 May 2001 01:13:54 +1000 Date: Sat, 19 May 2001 01:12:30 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "David O'Brien" Cc: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h In-Reply-To: <20010517225829.B68924@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 17 May 2001, David O'Brien wrote: > On Fri, May 18, 2001 at 01:32:21AM -0400, Alfred Perlstein wrote: > > My apologies, afaik there's some convention IPL integer-pointer-long? time_t needs to be int32_t if "int" is larger than 32 bits. > Yes. > > > Basically some 64 bit archs _can_ have 64 bit "int" most people don't > > do that though for storage reasons. > > Yes, that and the assumption that int is 32 bits is stronger than a > pointer can fit in an int. W/o 32-bit int, it would be very hard to do > some things as a short could still legally be 16-bits (as the notion you > refer to don't state the sizeof short). According to wollman, POSIX (.1g) will require at least 8-bit chars (char == uint8_t). Of course, the compiler can always fake it except for accesses to magic (device) memory. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:33:24 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 7C46A37B424; Fri, 18 May 2001 08:33:12 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IFYLE18380; Fri, 18 May 2001 18:34:21 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l105.uic-in.net [212.35.189.232]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IFXr034561; Fri, 18 May 2001 18:33:54 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4IFWp701153; Fri, 18 May 2001 18:32:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105181532.f4IFWp701153@vega.vega.com> Subject: Re: cvs commit: src/usr.bin/make Makefile To: ru@FreeBSD.ORG (Ruslan Ermilov) Date: Fri, 18 May 2001 18:32:50 +0300 (EEST) Cc: sobomax@FreeBSD.ORG (Maxim Sobolev), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20010518181059.C92396@sunbay.com> from "Ruslan Ermilov" at May 18, 2001 06:10:59 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > On Fri, May 18, 2001 at 02:05:56AM -0700, Maxim Sobolev wrote: > > sobomax 2001/05/18 02:05:56 PDT > > > > Modified files: > > usr.bin/make Makefile > > Log: > > By default build make(1) as a static binary. It costs only 100k of additional > > disk space, buf provides measureable speed increase for make-intensive > > operations, such as pkg_version(1), `make world' and so on. > > > > MFC after: 1 week > > > > Revision Changes Path > > 1.19 +3 -1 src/usr.bin/make/Makefile > > > Hmm, hmm, wonder what bde will say... > > /me knows bde likes static stuff. :-) Actually this already had been discussed some time ago and if my memory serves, nobody, including bde, had any problems with this. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:35:31 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id DCD5C37B42C; Fri, 18 May 2001 08:35:19 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA73284; Fri, 18 May 2001 11:35:02 -0400 (EDT) (envelope-from wollman) Date: Fri, 18 May 2001 11:35:02 -0400 (EDT) From: Garrett Wollman Message-Id: <200105181535.LAA73284@khavrinen.lcs.mit.edu> To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h In-Reply-To: References: <20010517225829.B68924@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > According to wollman, POSIX (.1g) will require at least 8-bit chars > (char == uint8_t). Of course, the compiler can always fake it except > for accesses to magic (device) memory. It's actually a bit more complicated than that. The networking specification (.1g) was written to harmonize with C89, and required the presence of a uint8_t which was subtly different from what was eventually standardized in C99. (Specifically, C99's version does not allow padding bits -- i.e., bits in the memory representation which do not participate in arithmetic operations -- whereas 1003.1g's version does.) The Austin Group was faced with a choice: we could invent lots of new types and semantics for the networking functions in order to work around the C99's more restrictive definition, or we could require eight-bit characters. Given the small and rapidly vanishing population of non-eight-bit machines, most of which never ran anything even vaguely like UNIX, we chose the latter option, so the current draft now requires uint8_t, uint16_t, and uint32_t to exist. The principal opposition to this approach came not from old PDP-10 hackers, but from people who wanted *16*-bit characters. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:38:46 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 0667737B422; Fri, 18 May 2001 08:38:39 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f4IFcX636045; Fri, 18 May 2001 09:38:37 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f4IFbPl09667; Fri, 18 May 2001 09:37:25 -0600 (MDT) Message-Id: <200105181537.f4IFbPl09667@billy-club.village.org> To: Bruce Evans Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) Cc: Brian Somers , Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org In-reply-to: Your message of "Fri, 18 May 2001 22:33:43 +1000." References: Date: Fri, 18 May 2001 09:37:25 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message Bruce Evans writes: : On Fri, 18 May 2001, Brian Somers wrote: : : > > On Thu, 17 May 2001, Warner Losh wrote: : > > I quite like the fact that the programming interface is : > > separated from the driver implementation. There is less chance that the : > > driver writer will expose irrelavent implementation details in the API, : > > which in turn makes for a more stable ABI. : > : > I agree, and what's more, bde hasn't disagreed to any such : > suggestions.... : : I agree too :-). Since it is the traditional home, I'll go along with leaving things there :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:50:17 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 6242737B422; Fri, 18 May 2001 08:50:02 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id B15594E30A; Sat, 19 May 2001 00:49:57 +0900 (JST) Date: Sat, 19 May 2001 00:49:57 +0900 Message-ID: <86ofsqejx6.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile In-Reply-To: <200105180905.f4I95vH45495@freefall.freebsd.org> References: <200105180905.f4I95vH45495@freefall.freebsd.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Fri, 18 May 2001 02:05:56 -0700 (PDT), sobomax wrote: > sobomax 2001/05/18 02:05:56 PDT > > Modified files: > usr.bin/make Makefile > Log: > By default build make(1) as a static binary. It costs only 100k of additional > disk space, buf provides measureable speed increase for make-intensive > operations, such as pkg_version(1), `make world' and so on. Speaking of speed increase, does anybody object against MFC'ing this? This allows you to use /bin/ksh instead of the default of /bin/sh. Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/make/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/11/15 17:07:45 1.13 +++ Makefile 2001/05/18 15:40:21 @@ -12,4 +12,20 @@ lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/lst.lib +# Set the shell which make(1) uses. Bourne is the default, but a decent +# Korn shell works fine, and much faster. Using the C shell for this +# will almost certainly break everything, but it's Unix tradition to +# allow you to shoot yourself in the foot if you want to :-) + +MAKE_SHELL?= sh +.if ${MAKE_SHELL} == "csh" +CFLAGS+= -DDEFSHELL=0 +.elif ${MAKE_SHELL} == "sh" +CFLAGS+= -DDEFSHELL=1 +.elif ${MAKE_SHELL} == "ksh" +CFLAGS+= -DDEFSHELL=2 +.else +.error "MAKE_SHELL must be set to one of \"csh\", \"sh\" or \"ksh\"." +.endif + .include Index: Makefile.dist =================================================================== RCS file: /home/ncvs/src/usr.bin/make/Makefile.dist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile.dist --- Makefile.dist 1994/05/27 12:32:13 1.1.1.1 +++ Makefile.dist 2001/05/18 15:34:48 @@ -1,7 +1,7 @@ # a very simple makefile... pmake: @echo 'make started.' - cc -I. -c *.c + cc -DDEFSHELL=1 -I. -c *.c cd lst.lib; cc -I.. -c *.c cc *.o lst.lib/*.o -o pmake @echo 'make completed.' Index: config.h =================================================================== RCS file: /home/ncvs/src/usr.bin/make/config.h,v retrieving revision 1.9 diff -u -r1.9 config.h --- config.h 1999/09/10 20:51:59 1.9 +++ config.h 2001/05/18 15:35:11 @@ -39,8 +39,6 @@ * $FreeBSD: src/usr.bin/make/config.h,v 1.9 1999/09/10 20:51:59 julian Exp $ */ -#define DEFSHELL 1 /* Bourne shell */ - /* * DEFMAXJOBS * DEFMAXLOCAL Index: job.c =================================================================== RCS file: /home/ncvs/src/usr.bin/make/job.c,v retrieving revision 1.17.2.2 diff -u -r1.17.2.2 job.c --- job.c 2001/02/13 03:13:57 1.17.2.2 +++ job.c 2001/05/18 15:39:14 @@ -198,6 +198,16 @@ "v", "e", }, /* + * KSH description. The Korn shell has a superset of + * the Bourne shell's functionality. + */ +{ + "ksh", + TRUE, "set -", "set -v", "set -", 5, + TRUE, "set -e", "set +e", + "v", "e", +}, + /* * UNKNOWN. */ { Index: main.c =================================================================== RCS file: /home/ncvs/src/usr.bin/make/main.c,v retrieving revision 1.35.2.4 diff -u -r1.35.2.4 main.c --- main.c 2001/03/04 09:40:32 1.35.2.4 +++ main.c 2001/05/18 15:38:38 @@ -486,6 +486,13 @@ /* avoid faults on read-only strings */ static char syspath[] = _PATH_DEFSYSPATH; +#if DEFSHELL == 2 + /* + * Turn off ENV to make ksh happier. + */ + unsetenv("ENV"); +#endif + #ifdef RLIMIT_NOFILE /* * get rid of resource limit on file descriptors @@ -1034,7 +1041,13 @@ (void) dup2(fds[1], 1); (void) close(fds[1]); +#if DEFSHELL == 1 (void) execv("/bin/sh", args); +#elif DEFSHELL == 2 + (void) execv("/bin/ksh", args); +#else +#error "DEFSHELL must be 1 or 2." +#endif _exit(1); /*NOTREACHED*/ -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 8:56:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FF5337B424; Fri, 18 May 2001 08:56:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IFuY011031; Fri, 18 May 2001 08:56:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105181556.f4IFuY011031@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 May 2001 08:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-qt Makefile distinfo pkg-plist ports/x11-toolkits/py-qt/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/18 08:56:34 PDT Modified files: x11-toolkits/py-qt Makefile distinfo pkg-plist x11-toolkits/py-qt/files patch-aa Log: upgrade to 2.4 PR: 27132 Submitted by: MAINTAINER Revision Changes Path 1.7 +3 -3 ports/x11-toolkits/py-qt/Makefile 1.4 +1 -1 ports/x11-toolkits/py-qt/distinfo 1.4 +18 -17 ports/x11-toolkits/py-qt/pkg-plist 1.2 +4393 -11 ports/x11-toolkits/py-qt/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 9: 1:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48D3837B422; Fri, 18 May 2001 09:01:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IG1mu11590; Fri, 18 May 2001 09:01:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105181601.f4IG1mu11590@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 May 2001 09:01:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/iverilog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/18 09:01:47 PDT Modified files: cad/iverilog Makefile Log: pass maintainership to keichii Revision Changes Path 1.3 +2 -2 ports/cad/iverilog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 9:15:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F2237B42C; Fri, 18 May 2001 09:15:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IGFdx15995; Fri, 18 May 2001 09:15:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105181615.f4IGFdx15995@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 May 2001 09:15:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/18 09:15:39 PDT Modified files: x11-fonts/webfonts Makefile distinfo Log: Updated distinfo - apparently trebuc32.exe has been updated from version 1.15 to 1.22 (cheers Mikhail). Also removed NO_PACKAGE, it doesn't seem to be justified. PR: 27365 Submitted by: MAINTAINER Revision Changes Path 1.2 +1 -2 ports/x11-fonts/webfonts/Makefile 1.2 +1 -1 ports/x11-fonts/webfonts/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 9:17:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id D1F2237B43C; Fri, 18 May 2001 09:17:24 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 648185D7D; Fri, 18 May 2001 18:18:33 +0200 (CEST) Date: Fri, 18 May 2001 18:18:33 +0200 From: Jesper Skriver To: David O'Brien Cc: Brian Somers , green@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.network Message-ID: <20010518181833.A56160@skriver.dk> References: <200105171923.f4HJNEb67601@hak.lan.Awfulhak.org> <20010517134557.A61259@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010517134557.A61259@dragon.nuxi.com>; from obrien@freebsd.org on Thu, May 17, 2001 at 01:45:57PM -0700 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 17, 2001 at 01:45:57PM -0700, David O'Brien wrote: > On Thu, May 17, 2001 at 08:23:14PM +0100, Brian Somers wrote: > > The change was to copy /etc/ssh/ssh_host_key* to > > /etc/ssh/ssh_host_rsa_key*. The only reason this is necessary is > > because the latest version of sshd_config says > > > > HostKey /etc/ssh/ssh_host_key > > HostKey /etc/ssh/ssh_host_rsa_key > > HostKey /etc/ssh/ssh_host_dsa_key > > > > where the middle line is new. I'm arguing that the correct change is > > to take that middle line out. I don't think creating ssh_host_rsa_key > > on the fly gains anything whatsoever. > > You may have the best fix. Green is being quiet on this for some reason. > Brian? Fine with me, then rc.network should create /etc/ssh/ssh_host_key again instead of /etc/ssh/ssh_host_rsa_key /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 9:24:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0B7F37B42C; Fri, 18 May 2001 09:24:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IGOXu16997; Fri, 18 May 2001 09:24:33 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105181624.f4IGOXu16997@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 09:24:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/orion Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/18 09:24:33 PDT Modified files: java/orion Makefile Log: Remove bogus comments from the end of file. Revealed by: phantom Revision Changes Path 1.5 +1 -20 ports/java/orion/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 9:32:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B97AD37B424; Fri, 18 May 2001 09:32:25 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IGWPI18606; Fri, 18 May 2001 09:32:25 -0700 (PDT) (envelope-from nik) Message-Id: <200105181632.f4IGWPI18606@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 09:32:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/shot2png Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/05/18 09:32:25 PDT Modified files: graphics Makefile Added files: graphics/shot2png Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add shot2png, which takes syscons screenshots generated by scrshot(1) and turns 'em in to PNG files. Revision Changes Path 1.309 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 9:32:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3AE037B617; Fri, 18 May 2001 09:32:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IGWUa18667; Fri, 18 May 2001 09:32:30 -0700 (PDT) (envelope-from nik) Message-Id: <200105181632.f4IGWUa18667@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 09:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/05/18 09:32:30 PDT Modified files: . modules Log: shot2png --> ports/graphics/shot2png Revision Changes Path 1.3123 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 10:33:16 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id C468E37B42C; Fri, 18 May 2001 10:33:09 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f4IDjNM14081; Fri, 18 May 2001 14:45:23 +0100 (BST) (envelope-from nik) Date: Fri, 18 May 2001 14:44:02 +0100 From: Nik Clayton To: Nik Clayton , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c Message-ID: <20010518144402.B10772@catkin.nothing-going-on.org> References: <200105180931.f4I9VwW29741@vega.vega.com> <20010518135924.A10772@catkin.nothing-going-on.org> <20010518160843.C65354@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518160843.C65354@sunbay.com>; from ru@FreeBSD.org on Fri, May 18, 2001 at 04:08:43PM +0300 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 18, 2001 at 04:08:43PM +0300, Ruslan Ermilov wrote: > > I'm easy if someone wants to do the work, but I do have one comments. > > vidcontrol is used to set options in syscons, scrshot pulls data from= =20 > > syscons. By analogy, vidcontrol is "poke", scrshot is "peek". > >=20 > By analogy, kbdcontrol(1) both sets the keyboard and pulls data (-d). I never said we were consistent. I have no ego invested in this code. Feel free to pull it in to vidcontrol if you want. /me wanders off to complete shot2png. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsFJxMACgkQk6gHZCw343W7NgCfbpI7kQtWvdqk1OhHg1KOiyIi mUgAniOhh+IZeLhjrmaUksakm96nloZu =pU2E -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 10:47: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3803937B422; Fri, 18 May 2001 10:47:02 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IHl2O27466; Fri, 18 May 2001 10:47:02 -0700 (PDT) (envelope-from sumikawa) Message-Id: <200105181747.f4IHl2O27466@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 18 May 2001 10:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla+ipv6 Makefile distinfo pkg-plist ports/www/mozilla+ipv6/files patch-security::manager::Makefile.in patch-ap patch-qt X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2001/05/18 10:47:01 PDT Modified files: www/mozilla+ipv6 Makefile distinfo pkg-plist www/mozilla+ipv6/files patch-ap patch-qt Added files: www/mozilla+ipv6/files patch-security::manager::Makefile.in Log: Upgrade to 0.9. Revision Changes Path 1.59 +7 -5 ports/www/mozilla+ipv6/Makefile 1.34 +1 -1 ports/www/mozilla+ipv6/distinfo 1.34 +215 -30 ports/www/mozilla+ipv6/pkg-plist 1.4 +8 -19 ports/www/mozilla+ipv6/files/patch-ap 1.6 +21 -10 ports/www/mozilla+ipv6/files/patch-qt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 11:10:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6374037B43C; Fri, 18 May 2001 11:10:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IIA4f31967; Fri, 18 May 2001 11:10:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200105181810.f4IIA4f31967@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 11:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network src/crypto/openssh sshd_config X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/05/18 11:10:03 PDT Modified files: etc rc.network crypto/openssh sshd_config Log: Restore the RSA host key to /etc/ssh/ssh_host_key. Also fix $FreeBSD$ spamage in crypto/openssh/sshd_config rev. 1.16. Revision Changes Path 1.95 +4 -9 src/etc/rc.network 1.17 +1 -2 src/crypto/openssh/sshd_config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 11:28: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE39037B42C; Fri, 18 May 2001 11:28:02 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IIS2Z33551; Fri, 18 May 2001 11:28:02 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200105181828.f4IIS2Z33551@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Fri, 18 May 2001 11:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2001/05/18 11:28:02 PDT Modified files: (Branch: RELENG_4) usr.sbin/ypserv Makefile.yp Log: MFC: The aliases file now lives in /etc/mail/. Revision Changes Path 1.32 +2 -2 src/usr.sbin/ypserv/Makefile.yp Revision Changes Path 1.28.2.3 +2 -2 src/usr.sbin/ypserv/Makefile.yp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 11:35:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E643A37B422; Fri, 18 May 2001 11:35:35 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IIZZx34189; Fri, 18 May 2001 11:35:35 -0700 (PDT) (envelope-from gshapiro) Message-Id: <200105181835.f4IIZZx34189@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Fri, 18 May 2001 11:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 eval.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2001/05/18 11:35:35 PDT Modified files: usr.bin/m4 eval.c Log: String operations could silently truncate long strings, leaving the output corrupted. Mark's patch fixes this be removing the MAXTOK limitation on substring operations and allowing the putback buffer size to be the limiting factor. If the putback buffer size if reached, m4 gives an error instead of silently truncating the string. PR: bin/26619 Submitted by: Mark Peek MFC after: 5 days Revision Changes Path 1.12 +9 -9 src/usr.bin/m4/eval.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 11:44:43 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 1110F37B422; Fri, 18 May 2001 11:44:31 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IIjfE23361; Fri, 18 May 2001 21:45:41 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l28.uic-in.net [212.35.189.155]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IIjG039887; Fri, 18 May 2001 21:45:17 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4IIiJJ00517; Fri, 18 May 2001 21:44:19 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B056D82.28A61294@FreeBSD.org> Date: Fri, 18 May 2001 21:44:18 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-fonts/webfonts Makefile distinfo References: <200105181615.f4IGFdx15995@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ying-Chieh Liao wrote: > ijliao 2001/05/18 09:15:39 PDT > > Modified files: > x11-fonts/webfonts Makefile distinfo > Log: > Updated distinfo - apparently trebuc32.exe has been updated from version > 1.15 to 1.22 (cheers Mikhail). > > Also removed NO_PACKAGE, it doesn't seem to be justified. I don't think it is right. By removing NO_PACKAGE you allow ftp distribution of the resulting package. I'm really not sure that the licence allows this. Please verify and adjust if necessary. We really don't want to be sued by M$. I'm not a lawyer, but the following clause from the licence rings a bell to me: http://www.microsoft.com/typography/fontpack/eula.htm "Restrictions on Alteration. You may not rename, edit or create any derivative works from the SOFTWARE PRODUCT, other than subsetting when embedding them in documents." Following is relevant clause from the Porter's Handbook: If the resulting package needs to be built uniquely for each site, or the resulting binary package cannot be distributed due to licensing; set the variable NO_PACKAGE to a string describing the reason why. We will make sure such packages will not go on the ftp site, nor into the CD-ROM come release time. The distfile will still be included on both however. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12: 6:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 281F037B422; Fri, 18 May 2001 12:06:14 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJ6E839457; Fri, 18 May 2001 12:06:14 -0700 (PDT) (envelope-from sf) Message-Id: <200105181906.f4IJ6E839457@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 18 May 2001 12:06:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/navi2ch-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/05/18 12:06:13 PDT Modified files: japanese Makefile Added files: japanese/navi2ch-emacs20 Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: add navi2ch-emacs20, a 2ch.net client for emacs20. Revision Changes Path 1.359 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12: 6:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2AD937B71D; Fri, 18 May 2001 12:06:21 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJ6Lx39512; Fri, 18 May 2001 12:06:21 -0700 (PDT) (envelope-from sf) Message-Id: <200105181906.f4IJ6Lx39512@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 18 May 2001 12:06:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/05/18 12:06:21 PDT Modified files: . modules Log: ja-navi2ch-emacs20 --> ports/japanese/navi2ch-emacs20 Revision Changes Path 1.3124 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12: 9: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5F3237B42C; Fri, 18 May 2001 12:09:02 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJ92o39818; Fri, 18 May 2001 12:09:02 -0700 (PDT) (envelope-from sf) Message-Id: <200105181909.f4IJ92o39818@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 18 May 2001 12:09:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/navi2ch-xemacs21-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/05/18 12:09:02 PDT Modified files: japanese Makefile Added files: japanese/navi2ch-xemacs21-mule Makefile Log: add navi2ch-xemacs-mule, a 2ch.net client for Xemacs21. This is a slave port of ja-navi2ch-emacs20. Revision Changes Path 1.360 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12: 9:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E47EE37B618; Fri, 18 May 2001 12:09:11 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJ9BO39856; Fri, 18 May 2001 12:09:11 -0700 (PDT) (envelope-from sf) Message-Id: <200105181909.f4IJ9BO39856@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 18 May 2001 12:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2001/05/18 12:09:11 PDT Modified files: . modules Log: ja-navi2ch-xemacs21-mule --> ports/japanese/navi2ch-xemacs21-mule Revision Changes Path 1.3125 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12:30:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7169A37B42C; Fri, 18 May 2001 12:30:27 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJURQ41666; Fri, 18 May 2001 12:30:27 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105181930.f4IJURQ41666@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 18 May 2001 12:30:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webalizer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/18 12:30:27 PDT Modified files: www/webalizer Makefile Log: - Bump Portrevision after successfull repro-copy. Revision Changes Path 1.24 +2 -2 ports/www/webalizer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12:42:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C693D37B43E; Fri, 18 May 2001 12:42:32 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJgWR42627; Fri, 18 May 2001 12:42:32 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105181942.f4IJgWR42627@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 18 May 2001 12:42:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/05/18 12:42:32 PDT Modified files: (Branch: RELENG_4) share/mk bsd.kmod.mk Log: MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to be built with the sources located elsewhere than /usr/src. Revision Changes Path 1.75.2.3 +3 -3 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12:43:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6E5137B43C; Fri, 18 May 2001 12:43:19 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IJhJF42687; Fri, 18 May 2001 12:43:19 -0700 (PDT) (envelope-from iedowse) Message-Id: <200105181943.f4IJhJF42687@freefall.freebsd.org> From: Ian Dowse Date: Fri, 18 May 2001 12:43:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_dg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/05/18 12:43:19 PDT Modified files: lib/libc/rpc clnt_dg.c Log: The function clnt_dg_call(), which is used for UDP RPC calls, could accidentally clobber the server address if a stray packet arrived at the client port. This would result in any further retransmits going to the wrong address. For now, fix this by not saving the source address of the reply; this matches the pre-tirpc behaviour. Revision Changes Path 1.6 +3 -5 src/lib/libc/rpc/clnt_dg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 12:57:12 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 5E89637B422; Fri, 18 May 2001 12:57:04 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4IJwDE24556; Fri, 18 May 2001 22:58:16 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l86.uic-in.net [212.35.189.213]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4IJvm042099; Fri, 18 May 2001 22:57:48 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4IJqbX00490; Fri, 18 May 2001 22:52:38 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B057D84.517B6D54@FreeBSD.org> Date: Fri, 18 May 2001 22:52:37 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Nik Clayton Subject: Re: cvs commit: src/usr.bin/scrshot Makefile scrshot.1 scrshot.c References: <200105180931.f4I9VwW29741@vega.vega.com> <20010518135924.A10772@catkin.nothing-going-on.org> <20010518160843.C65354@sunbay.com> <20010518144402.B10772@catkin.nothing-going-on.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nik Clayton wrote: > On Fri, May 18, 2001 at 04:08:43PM +0300, Ruslan Ermilov wrote: > > > I'm easy if someone wants to do the work, but I do have one comments. > > > vidcontrol is used to set options in syscons, scrshot pulls data from > > > syscons. By analogy, vidcontrol is "poke", scrshot is "peek". > > > > > By analogy, kbdcontrol(1) both sets the keyboard and pulls data (-d). > > I never said we were consistent. I have no ego invested in this code. > Feel free to pull it in to vidcontrol if you want. I'll take that. > /me wanders off to complete shot2png. ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 13: 0:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0C8237B424; Fri, 18 May 2001 13:00:30 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IK0U944453; Fri, 18 May 2001 13:00:30 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105182000.f4IK0U944453@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 18 May 2001 13:00:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile distinfo pkg-descr pkg-plist pkg-install ports/net/netatalk/files netatalk.sh patch-Makefile.in patch-config.h.in patch-configure patch-macusers patch-netatalk.pamd patch-aa patch-ab patch-ac patch-ad patch-ae ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/18 13:00:30 PDT Modified files: net/netatalk Makefile distinfo pkg-descr pkg-plist Added files: net/netatalk/files netatalk.sh patch-Makefile.in patch-config.h.in patch-configure patch-macusers patch-netatalk.pamd Removed files: net/netatalk pkg-install net/netatalk/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah patch-ai patch-aj patch-ak Log: - Update to 1.5pre6 - New MASTER_SITE, see http://netatalk.sourceforge.net/ - This version includes Adrian Sun's improvements - experimental PAM support (disabled by deafult) - package won't override existings configurations - Status script "macusers" - Maintainer: Joe "Marcus" Clarke PR: 26248 Submitted by: jclarke@cisco.com, dirk.meyer@dinoex.sub.org Revision Changes Path 1.19 +51 -22 ports/net/netatalk/Makefile 1.4 +1 -3 ports/net/netatalk/distinfo 1.3 +10 -7 ports/net/netatalk/pkg-descr 1.9 +103 -43 ports/net/netatalk/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 13:13:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7D1D37B496; Fri, 18 May 2001 13:13:25 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IKBL647714; Fri, 18 May 2001 13:11:21 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105182011.f4IKBL647714@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 18 May 2001 13:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/18 13:11:11 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: - Updated email of Joe Marcus Clarke to Revision Changes Path 1.416 +2 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 13:15:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0F4637B422; Fri, 18 May 2001 13:15:24 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IKFOx48173; Fri, 18 May 2001 13:15:24 -0700 (PDT) (envelope-from olgeni) Message-Id: <200105182015.f4IKFOx48173@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 18 May 2001 13:15:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/05/18 13:15:24 PDT Modified files: net/openldap2 Makefile distinfo Log: Update port to version 2.0.9. Revision Changes Path 1.33 +2 -2 ports/net/openldap2/Makefile 1.14 +1 -1 ports/net/openldap2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 13:34: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id B042E37B422; Fri, 18 May 2001 13:33:52 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4IKXfM02338; Fri, 18 May 2001 21:33:41 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f4IKXeb00641; Fri, 18 May 2001 21:33:40 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200105182033.f4IKXeb00641@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Jesper Skriver Cc: "David O'Brien" , Brian Somers , green@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc.network In-Reply-To: Message from Jesper Skriver of "Fri, 18 May 2001 18:18:33 +0200." <20010518181833.A56160@skriver.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 May 2001 21:33:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Thu, May 17, 2001 at 01:45:57PM -0700, David O'Brien wrote: > > On Thu, May 17, 2001 at 08:23:14PM +0100, Brian Somers wrote: > > > The change was to copy /etc/ssh/ssh_host_key* to > > > /etc/ssh/ssh_host_rsa_key*. The only reason this is necessary is > > > because the latest version of sshd_config says > > > > > > HostKey /etc/ssh/ssh_host_key > > > HostKey /etc/ssh/ssh_host_rsa_key > > > HostKey /etc/ssh/ssh_host_dsa_key > > > > > > where the middle line is new. I'm arguing that the correct change is > > > to take that middle line out. I don't think creating ssh_host_rsa_key > > > on the fly gains anything whatsoever. > > > > You may have the best fix. Green is being quiet on this for some reason. > > Brian? > > Fine with me, then rc.network should create /etc/ssh/ssh_host_key again > instead of /etc/ssh/ssh_host_rsa_key I think so. The alternative would be to simply fail to run sshd, sending mail to root that says ``please rename ssh_host_key to ssh_host_rsa_key, but I'm not too sure that people would be happy with that :*I > /Jesper > > -- > Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 > Work: Network manager @ AS3292 (Tele Danmark DataNetworks) > Private: FreeBSD committer @ AS2109 (A much smaller network ;-) > > One Unix to rule them all, One Resolver to find them, > One IP to bring them all and in the zone to bind them. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 15:16:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 030FB37B42C; Fri, 18 May 2001 15:16:30 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IMGTB62071; Fri, 18 May 2001 15:16:29 -0700 (PDT) (envelope-from mckusick) Message-Id: <200105182216.f4IMGTB62071@freefall.freebsd.org> From: Kirk McKusick Date: Fri, 18 May 2001 15:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2001/05/18 15:16:29 PDT Modified files: sys/ufs/ffs ffs_softdep.c Log: Must be a bit less aggressive about freeing pagedep structures. Obtained from: Robert Watson and Matthew Jacob Revision Changes Path 1.96 +2 -2 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 15:20:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2047237B424; Fri, 18 May 2001 15:20:11 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IMKBD62709; Fri, 18 May 2001 15:20:11 -0700 (PDT) (envelope-from nik) Message-Id: <200105182220.f4IMKBD62709@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 15:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/shot2txt Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/05/18 15:20:10 PDT Modified files: textproc Makefile Added files: textproc/shot2txt Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Convert scrshot(1) output to plain text, optionally replacing eight bit line drawing characters with seven bit ones. Revision Changes Path 1.202 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 15:20:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 574F437B626; Fri, 18 May 2001 15:20:15 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IMKFh62745; Fri, 18 May 2001 15:20:15 -0700 (PDT) (envelope-from nik) Message-Id: <200105182220.f4IMKFh62745@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 15:20:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2001/05/18 15:20:15 PDT Modified files: . modules Log: shot2txt --> ports/textproc/shot2txt Revision Changes Path 1.3126 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 15:47:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 986CD37B42C; Fri, 18 May 2001 15:47:54 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IMlsO76147; Fri, 18 May 2001 15:47:54 -0700 (PDT) (envelope-from pirzyk) Message-Id: <200105182247.f4IMlsO76147@freefall.freebsd.org> From: Jim Pirzyk Date: Fri, 18 May 2001 15:47:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pirzyk 2001/05/18 15:47:54 PDT Modified files: en/news newsflash.sgml Log: Reviewed by: jkh Approved by: jkh Announced new committer. Revision Changes Path 1.270 +5 -1 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 15:50:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC58037B424; Fri, 18 May 2001 15:50:17 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4IMoHs77639; Fri, 18 May 2001 15:50:17 -0700 (PDT) (envelope-from pirzyk) Message-Id: <200105182250.f4IMoHs77639@freefall.freebsd.org> From: Jim Pirzyk Date: Fri, 18 May 2001 15:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pirzyk 2001/05/18 15:50:17 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: Reviewed by: jkh Approved by: jkh Added new developer SGML entity Revision Changes Path 1.159 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: Reviewed by: jkh Approved by: jkh Added new developer PGP key Revision Changes Path 1.68 +38 -1 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Reviewed by: jkh Approved by: jkh Added new developer entry Revision Changes Path 1.212 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 16:47:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DD1A37B43C; Fri, 18 May 2001 16:47:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4INlKu87941; Fri, 18 May 2001 16:47:20 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105182347.f4INlKu87941@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 16:47:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/webfonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/18 16:47:19 PDT Modified files: x11-fonts/webfonts Makefile Log: Put back NO_PACKAGE - its absence doesn't provide any substantial benefits, while may cause license violation. As the maintainer said: "It doesn't make sense to take the risk for such a low return." So be it... Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/x11-fonts/webfonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 17:45: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 3304F37B43E; Fri, 18 May 2001 17:44:55 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.3/8.11.3) with ESMTP id f4J0jm408936; Fri, 18 May 2001 20:45:50 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200105190045.f4J0jm408936@aldan.algebra.com> Date: Fri, 18 May 2001 20:45:47 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: ports/x11-fonts/webfonts Makefile To: sobomax@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200105182347.f4INlKu87941@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 18 May, Maxim Sobolev wrote: > sobomax 2001/05/18 16:47:19 PDT > > Modified files: > x11-fonts/webfonts Makefile > Log: > Put back NO_PACKAGE - its absence doesn't provide any substantial benefits, > while may cause license violation. As the maintainer said: "It doesn't > make sense to take the risk for such a low return." So be it... > > Submitted by: maintainer Instead, RESTRICTED can be removed. The license quite explicitly allows you to make the files available for download. So we can mirror the distfiles... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18: 0:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C4CE37B422; Fri, 18 May 2001 18:00:53 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J10rG93804; Fri, 18 May 2001 18:00:53 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200105190100.f4J10rG93804@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 18 May 2001 18:00:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2001/05/18 18:00:53 PDT Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: Replace as s//>/ in . Revision Changes Path 1.69 +3 -3 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:20: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29E4A37B424; Fri, 18 May 2001 18:20:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J1K4F97327; Fri, 18 May 2001 18:20:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200105190120.f4J1K4F97327@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 18:20:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat4x.i386 libc_r.so.4.gz.uu libc.so.4.gz.uu X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/05/18 18:20:03 PDT Modified files: lib/compat/compat4x.i386 libc_r.so.4.gz.uu libc.so.4.gz.uu Log: Update the i386 compat4x dist to the FreeBSD 4.3 libs. There were some security issues fixed between 4.2 -> 4.3. Revision Changes Path 1.2 +6381 -6371 src/lib/compat/compat4x.i386/libc_r.so.4.gz.uu 1.2 +5553 -5539 src/lib/compat/compat4x.i386/libc.so.4.gz.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:28:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4955437B424; Fri, 18 May 2001 18:28:11 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J1SB498147; Fri, 18 May 2001 18:28:11 -0700 (PDT) (envelope-from alfred) Message-Id: <200105190128.f4J1SB498147@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 18 May 2001 18:28:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_namecache.c src/sys/compat/linprocfs linprocfs_misc.c src/sys/compat/pecoff imgact_pecoff.c src/sys/dev/md md.c src/sys/i386/i386 busdma_machdep.c machdep.c mem.c pmap.c trap.c vm_machdep.c src/sys/i386/linux linux_sysvec.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/05/18 18:28:11 PDT Modified files: sys/coda coda_namecache.c sys/compat/linprocfs linprocfs_misc.c sys/compat/pecoff imgact_pecoff.c sys/dev/md md.c sys/i386/i386 busdma_machdep.c machdep.c mem.c pmap.c trap.c vm_machdep.c sys/i386/linux linux_sysvec.c sys/kern imgact_aout.c imgact_elf.c init_main.c kern_exec.c kern_exit.c kern_fork.c kern_resource.c kern_synch.c link_elf.c subr_blist.c sys_pipe.c syscalls.master sysv_shm.c vfs_bio.c vfs_cluster.c vfs_default.c vfs_subr.c vfs_syscalls.c sys/miscfs/procfs procfs_map.c procfs_mem.c sys/miscfs/specfs spec_vnops.c sys/miscfs/union union_subr.c sys/nfs nfs_bio.c nfs_subs.c sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c sys/ufs/ufs ufs_readwrite.c sys/vm default_pager.c phys_pager.c swap_pager.c vm.h vm_fault.c vm_glue.c vm_init.c vm_kern.c vm_map.c vm_map.h vm_meter.c vm_mmap.c vm_object.c vm_object.h vm_page.c vm_page.h vm_pageout.c vm_pager.c vm_pager.h vm_unix.c vm_zone.c vnode_pager.c Log: Introduce a global lock for the vm subsystem (vm_mtx). vm_mtx does not recurse and is required for most low level vm operations. faults can not be taken without holding Giant. Memory subsystems can now call the base page allocators safely. Almost all atomic ops were removed as they are covered under the vm mutex. Alpha and ia64 now need to catch up to i386's trap handlers. FFS and NFS have been tested, other filesystems will need minor changes (grabbing the vm lock when twiddling page properties). Reviewed (partially) by: jake, jhb Revision Changes Path 1.13 +2 -1 src/sys/coda/coda_namecache.c 1.26 +2 -1 src/sys/compat/linprocfs/linprocfs_misc.c 1.6 +2 -1 src/sys/compat/pecoff/imgact_pecoff.c 1.32 +2 -1 src/sys/dev/md/md.c 1.22 +3 -1 src/sys/i386/i386/busdma_machdep.c 1.453 +5 -1 src/sys/i386/i386/machdep.c 1.89 +16 -4 src/sys/i386/i386/mem.c 1.280 +2 -1 src/sys/i386/i386/pmap.c 1.187 +8 -7 src/sys/i386/i386/trap.c 1.158 +17 -7 src/sys/i386/i386/vm_machdep.c 1.80 +2 -1 src/sys/i386/linux/linux_sysvec.c 1.68 +9 -1 src/sys/kern/imgact_aout.c 1.94 +19 -4 src/sys/kern/imgact_elf.c 1.170 +5 -1 src/sys/kern/init_main.c 1.127 +8 -1 src/sys/kern/kern_exec.c 1.127 +3 -1 src/sys/kern/kern_exit.c 1.112 +3 -1 src/sys/kern/kern_fork.c 1.83 +3 -1 src/sys/kern/kern_resource.c 1.136 +8 -1 src/sys/kern/kern_synch.c 1.36 +9 -1 src/sys/kern/link_elf.c 1.8 +2 -1 src/sys/kern/subr_blist.c 1.77 +11 -2 src/sys/kern/sys_pipe.c 1.90 +18 -18 src/sys/kern/syscalls.master 1.56 +7 -1 src/sys/kern/sysv_shm.c 1.280 +102 -5 src/sys/kern/vfs_bio.c 1.109 +11 -1 src/sys/kern/vfs_cluster.c 1.52 +16 -2 src/sys/kern/vfs_default.c 1.313 +15 -2 src/sys/kern/vfs_subr.c 1.190 +7 -2 src/sys/kern/vfs_syscalls.c 1.26 +2 -1 src/sys/miscfs/procfs/procfs_map.c 1.49 +12 -2 src/sys/miscfs/procfs/procfs_mem.c 1.158 +5 -1 src/sys/miscfs/specfs/spec_vnops.c 1.52 +2 -1 src/sys/miscfs/union/union_subr.c 1.94 +29 -4 src/sys/nfs/nfs_bio.c 1.101 +3 -1 src/sys/nfs/nfs_subs.c 1.12 +2 -1 src/sys/pci/agp.c 1.2 +2 -1 src/sys/pci/agp_ali.c 1.5 +2 -1 src/sys/pci/agp_amd.c 1.3 +2 -1 src/sys/pci/agp_i810.c 1.3 +2 -1 src/sys/pci/agp_intel.c 1.2 +2 -1 src/sys/pci/agp_sis.c 1.2 +2 -1 src/sys/pci/agp_via.c 1.78 +39 -10 src/sys/ufs/ufs/ufs_readwrite.c 1.27 +3 -1 src/sys/vm/default_pager.c 1.8 +11 -7 src/sys/vm/phys_pager.c 1.155 +67 -12 src/sys/vm/swap_pager.c 1.17 +5 -1 src/sys/vm/vm.h 1.119 +62 -5 src/sys/vm/vm_fault.c 1.113 +36 -4 src/sys/vm/vm_glue.c 1.26 +8 -2 src/sys/vm/vm_init.c 1.70 +69 -7 src/sys/vm/vm_kern.c 1.200 +34 -9 src/sys/vm/vm_map.c 1.63 +17 -7 src/sys/vm/vm_map.h 1.54 +7 -1 src/sys/vm/vm_meter.c 1.119 +50 -12 src/sys/vm/vm_mmap.c 1.191 +52 -8 src/sys/vm/vm_object.c 1.71 +29 -8 src/sys/vm/vm_object.h 1.162 +62 -63 src/sys/vm/vm_page.c 1.85 +26 -7 src/sys/vm/vm_page.h 1.175 +15 -6 src/sys/vm/vm_pageout.c 1.71 +24 -5 src/sys/vm/vm_pager.c 1.32 +16 -2 src/sys/vm/vm_pager.h 1.29 +8 -1 src/sys/vm/vm_unix.c 1.44 +25 -9 src/sys/vm/vm_zone.c 1.129 +39 -16 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:32:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0E7B37B43C; Fri, 18 May 2001 18:32:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J1Wc098389; Fri, 18 May 2001 18:32:38 -0700 (PDT) (envelope-from obrien) Message-Id: <200105190132.f4J1Wc098389@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 18:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat4x.alpha libc_r.so.4.gz.uu libc.so.4.gz.uu X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/05/18 18:32:38 PDT Modified files: lib/compat/compat4x.alpha libc_r.so.4.gz.uu libc.so.4.gz.uu Log: Update the AXP compat4x dist to the 4.3-FreeBSD libs. There were some security issues fixed between 4.2 -> 4.3. Revision Changes Path 1.2 +7952 -7933 src/lib/compat/compat4x.alpha/libc_r.so.4.gz.uu 1.2 +6885 -6844 src/lib/compat/compat4x.alpha/libc.so.4.gz.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:37:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9594737B422; Fri, 18 May 2001 18:37:13 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J1bDN98698; Fri, 18 May 2001 18:37:13 -0700 (PDT) (envelope-from alfred) Message-Id: <200105190137.f4J1bDN98698@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 18 May 2001 18:37:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall-hide.h syscall.h syscall.mk sysproto.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/05/18 18:37:13 PDT Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall-hide.h syscall.h syscall.mk sysproto.h Log: Regen syscalls that were made mpsafe via vm_mtx obreak, getpagesize, sbrk, sstk, mmap, ovadvise, munmap, mprotect, madvise, mincore, mmap, mlock, munlock, minherit, msync, mlockall, munlockall Revision Changes Path 1.100 +18 -18 src/sys/kern/init_sysent.c 1.89 +1 -1 src/sys/kern/syscalls.c 1.83 +1 -1 src/sys/sys/syscall-hide.h 1.87 +1 -1 src/sys/sys/syscall.h 1.41 +1 -1 src/sys/sys/syscall.mk 1.77 +1 -1 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:40:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37FA137B422; Fri, 18 May 2001 18:40:49 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J1enK98983; Fri, 18 May 2001 18:40:49 -0700 (PDT) (envelope-from alfred) Message-Id: <200105190140.f4J1enK98983@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 18 May 2001 18:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/05/18 18:40:48 PDT Modified files: sys/kern kern_synch.c Log: remove my private assertions from tsleep. add one assertion to ensure we don't sleep while holding vm. Revision Changes Path 1.137 +3 -8 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:47:14 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B45D237B422; Fri, 18 May 2001 18:47:07 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 5BAF86ACBC; Sat, 19 May 2001 11:16:35 +0930 (CST) Date: Sat, 19 May 2001 11:16:35 +0930 From: Greg Lehey To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile Message-ID: <20010519111635.I7513@wantadilla.lemis.com> References: <200105181040.f4IAeYi56574@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105181040.f4IAeYi56574@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, May 18, 2001 at 03:40:34AM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 18 May 2001 at 3:40:34 -0700, Ruslan Ermilov wrote: > ru 2001/05/18 03:40:34 PDT > > Modified files: > usr.bin/scrshot Makefile > Log: > Remove GCC-ism (-Wall). I suspect I've missed something here. What's wrong with -Wall? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:56:50 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 234E037B422 for ; Fri, 18 May 2001 18:56:48 -0700 (PDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.2/8.11.1) with SMTP id f4J1uda26569; Fri, 18 May 2001 21:56:39 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: dg@root.com (David Greenman) Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h Date: Fri, 18 May 2001 21:56:39 -0400 Message-ID: References: <200105172350.f4HNoOm66591@freefall.freebsd.org> In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17 May 2001 19:59:05 -0400, in sentex.lists.freebsd.cvs you wrote: >>jlemon 2001/05/17 16:50:24 PDT >> >> Modified files: >> sys/dev/fxp if_fxp.c if_fxpvar.h=20 >> Log: >> Add workaround for embedded NICs, in particular, the 815E boards. >> There appears to be a bug where the chip will lock up when running >> in 10Mb/s mode. > > This is pretty bizzare - is this workaround documented in some Intel >literature, or is it something you discovered through trial-and-error? It so far has fixed my problem 815e board. ---Mike Mike Tancsa (mdtancsa@sentex.net) =09 Sentex Communications Corp, =09 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 18:57:41 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id AA09637B42C; Fri, 18 May 2001 18:57:36 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id SAA21163; Thu, 17 May 2001 18:49:51 -0700 Date: Thu, 17 May 2001 18:49:51 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/powerpc/include ansi.h In-Reply-To: <200105180143.f4I1hQv81254@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm. Why don't we just get a jump on 2038 and make it a u_int64_t now? (ducks and runs) > obrien 2001/05/17 18:43:26 PDT > > Modified files: > sys/arm/include ansi.h > sys/i386/include ansi.h > sys/powerpc/include ansi.h > Log: > Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help > flag errors where programmers assume time_t is a long, which it is not on > 64-bit platforms. > > Submitted by: bde > > Revision Changes Path > 1.8 +2 -2 src/sys/arm/include/ansi.h > 1.25 +2 -2 src/sys/i386/include/ansi.h > 1.8 +2 -2 src/sys/powerpc/include/ansi.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 19:19:56 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 458DD37B422; Fri, 18 May 2001 19:19:51 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C6DD867B2A; Fri, 18 May 2001 19:19:49 -0700 (PDT) Date: Fri, 18 May 2001 19:19:49 -0700 From: Kris Kennaway To: Greg Lehey Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile Message-ID: <20010518191949.A2362@xor.obsecurity.org> References: <200105181040.f4IAeYi56574@freefall.freebsd.org> <20010519111635.I7513@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519111635.I7513@wantadilla.lemis.com>; from grog@lemis.com on Sat, May 19, 2001 at 11:16:35AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 19, 2001 at 11:16:35AM +0930, Greg Lehey wrote: > On Friday, 18 May 2001 at 3:40:34 -0700, Ruslan Ermilov wrote: > > ru 2001/05/18 03:40:34 PDT > > > > Modified files: > > usr.bin/scrshot Makefile > > Log: > > Remove GCC-ism (-Wall). >=20 > I suspect I've missed something here. What's wrong with -Wall? It's a GCC-ism. Kris --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BdhEWry0BWjoQKURAtm0AJ9HJw42wQ9PhgTNZj66G9ZWsk0kkACgo7x0 UDeiVJcSneyYF1JfQGvbd9M= =qiY3 -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 19:35:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 377FF37B422; Fri, 18 May 2001 19:35:48 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J2Zmu04739; Fri, 18 May 2001 19:35:48 -0700 (PDT) (envelope-from nyan) Message-Id: <200105190235.f4J2Zmu04739@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 18 May 2001 19:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 isa_compat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2001/05/18 19:35:48 PDT Modified files: (Branch: RELENG_4) sys/pc98/pc98 isa_compat.c Log: Merged from sys/i386/isa/isa_compat.c revision 1.18.2.1. Revision Changes Path 1.4.2.1 +5 -5 src/sys/pc98/pc98/Attic/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 19:36:13 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 38C3837B50F; Fri, 18 May 2001 19:35:58 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4J2ZwM66137; Fri, 18 May 2001 19:35:58 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id E85E0380A; Fri, 18 May 2001 19:35:57 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs@FreeBSD.org, Bruce Evans , Doug Rabson , Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: <200105181248.f4ICmDb95301@hak.lan.Awfulhak.org> Date: Fri, 18 May 2001 19:35:57 -0700 From: Peter Wemm Message-Id: <20010519023557.E85E0380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brian Somers wrote: > John/peter, could you repo-copy src/sys/dev/digi/digiio.h to > src/sys/sys/digiio.h ? Done. > Ta. > > > On Fri, 18 May 2001, Brian Somers wrote: > > > > > > On Thu, 17 May 2001, Warner Losh wrote: > > > > I quite like the fact that the programming interface is > > > > separated from the driver implementation. There is less chance that the > > > > driver writer will expose irrelavent implementation details in the API, > > > > which in turn makes for a more stable ABI. > > > > > > I agree, and what's more, bde hasn't disagreed to any such > > > suggestions.... > > > > I agree too :-). > > > > Bruce > > -- > Brian > > Don't _EVER_ lose your sense of humour ! > > > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 20:16:22 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D081537B422; Fri, 18 May 2001 20:16:16 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9910F6ACBE; Sat, 19 May 2001 12:46:13 +0930 (CST) Date: Sat, 19 May 2001 12:46:13 +0930 From: Greg Lehey To: Kris Kennaway Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile Message-ID: <20010519124613.C64759@wantadilla.lemis.com> References: <200105181040.f4IAeYi56574@freefall.freebsd.org> <20010519111635.I7513@wantadilla.lemis.com> <20010518191949.A2362@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518191949.A2362@xor.obsecurity.org>; from kris@obsecurity.org on Fri, May 18, 2001 at 07:19:49PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 18 May 2001 at 19:19:49 -0700, Kris Kennaway wrote: > On Sat, May 19, 2001 at 11:16:35AM +0930, Greg Lehey wrote: >> On Friday, 18 May 2001 at 3:40:34 -0700, Ruslan Ermilov wrote: >>> ru 2001/05/18 03:40:34 PDT >>> >>> Modified files: >>> usr.bin/scrshot Makefile >>> Log: >>> Remove GCC-ism (-Wall). >> >> I suspect I've missed something here. What's wrong with -Wall? > > It's a GCC-ism. I thought we were using gcc. What's the flag that provides equivalent functionality? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 20:30:35 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id AED8937B424; Fri, 18 May 2001 20:30:24 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4DA7067B2A; Fri, 18 May 2001 20:30:24 -0700 (PDT) Date: Fri, 18 May 2001 20:30:24 -0700 From: Kris Kennaway To: Greg Lehey Cc: arch@FreeBSD.org, Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Compiler-neutral warning flags Message-ID: <20010518203024.A20917@xor.obsecurity.org> Reply-To: arch@FreeBSD.org References: <200105181040.f4IAeYi56574@freefall.freebsd.org> <20010519111635.I7513@wantadilla.lemis.com> <20010518191949.A2362@xor.obsecurity.org> <20010519124613.C64759@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519124613.C64759@wantadilla.lemis.com>; from grog@lemis.com on Sat, May 19, 2001 at 12:46:13PM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 19, 2001 at 12:46:13PM +0930, Greg Lehey wrote: > On Friday, 18 May 2001 at 19:19:49 -0700, Kris Kennaway wrote: > > On Sat, May 19, 2001 at 11:16:35AM +0930, Greg Lehey wrote: > >> On Friday, 18 May 2001 at 3:40:34 -0700, Ruslan Ermilov wrote: > >>> ru 2001/05/18 03:40:34 PDT > >>> > >>> Modified files: > >>> usr.bin/scrshot Makefile > >>> Log: > >>> Remove GCC-ism (-Wall). > >> > >> I suspect I've missed something here. What's wrong with -Wall? > > > > It's a GCC-ism. >=20 > I thought we were using gcc. What's the flag that provides equivalent > functionality? We don't have a compiler-neutral way to do this. It would be great to be able to turn on -Werror and -Wall when building with gcc, as various parts of the tree get clean, to prevent the introduction of new warnings. NetBSD have a way to enable compiler warning flags (and other related stuff, like compiling in debugging assertions) which we should probably look into. I can take a look at this over the weekend. Kris --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BejPWry0BWjoQKURAroJAJ9nKS9pMA4PpHPWaBTJ+vVJeREs1wCgihow euw4LqgrapshM+CNyjP0Q8k= =Xv5x -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 21: 8: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6548B37B42C; Fri, 18 May 2001 21:08:03 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f4J47XE13910; Fri, 18 May 2001 22:07:33 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200105190407.f4J47XE13910@harmony.village.org> To: Greg Lehey Subject: Re: cvs commit: src/usr.bin/scrshot Makefile Cc: Kris Kennaway , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 19 May 2001 12:46:13 +0930." <20010519124613.C64759@wantadilla.lemis.com> References: <20010519124613.C64759@wantadilla.lemis.com> <200105181040.f4IAeYi56574@freefall.freebsd.org> <20010519111635.I7513@wantadilla.lemis.com> <20010518191949.A2362@xor.obsecurity.org> Date: Fri, 18 May 2001 22:07:33 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010519124613.C64759@wantadilla.lemis.com> Greg Lehey writes: : I thought we were using gcc. What's the flag that provides equivalent : functionality? Yes, but we don't use gcc-only flags in the Makefiles anywhere else in the project unless there's a compelling reason to do so. In the past, "just getting warnings" hasn't been a compelling reason. We do have them in the .mk files, but that's a different matter since one could, in theory, provide support for different compilers by just changing the .mk files. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 21:22:16 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 06F3837B422; Fri, 18 May 2001 21:21:53 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id F26846ACBE; Sat, 19 May 2001 13:26:58 +0930 (CST) Date: Sat, 19 May 2001 13:26:58 +0930 From: Greg Lehey To: arch@FreeBSD.org Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Compiler-neutral warning flags Message-ID: <20010519132658.H64759@wantadilla.lemis.com> References: <200105181040.f4IAeYi56574@freefall.freebsd.org> <20010519111635.I7513@wantadilla.lemis.com> <20010518191949.A2362@xor.obsecurity.org> <20010519124613.C64759@wantadilla.lemis.com> <20010518203024.A20917@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010518203024.A20917@xor.obsecurity.org>; from kris@obsecurity.org on Fri, May 18, 2001 at 08:30:24PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday, 18 May 2001 at 20:30:24 -0700, Kris Kennaway wrote: > On Sat, May 19, 2001 at 12:46:13PM +0930, Greg Lehey wrote: >> On Friday, 18 May 2001 at 19:19:49 -0700, Kris Kennaway wrote: >>> On Sat, May 19, 2001 at 11:16:35AM +0930, Greg Lehey wrote: >>>> On Friday, 18 May 2001 at 3:40:34 -0700, Ruslan Ermilov wrote: >>>>> ru 2001/05/18 03:40:34 PDT >>>>> >>>>> Modified files: >>>>> usr.bin/scrshot Makefile >>>>> Log: >>>>> Remove GCC-ism (-Wall). >>>> >>>> I suspect I've missed something here. What's wrong with -Wall? >>> >>> It's a GCC-ism. >> >> I thought we were using gcc. What's the flag that provides equivalent >> functionality? > > We don't have a compiler-neutral way to do this. > > It would be great to be able to turn on -Werror and -Wall when > building with gcc, as various parts of the tree get clean, to prevent > the introduction of new warnings. Have I missed more than I thought? Are we contemplating using a different compiler? That would make it more reasonable. > NetBSD have a way to enable compiler warning flags (and other related > stuff, like compiling in debugging assertions) which we should > probably look into. I can take a look at this over the weekend. Sounds good. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 21:53:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C886137B422; Fri, 18 May 2001 21:53:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J4rK617587; Fri, 18 May 2001 21:53:20 -0700 (PDT) (envelope-from imp) Message-Id: <200105190453.f4J4rK617587@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 21:53:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 21:53:20 PDT Modified files: sys/pccard i82365.h pcic.c Log: It turns out that Intel's i82365sl-DF step has the same ID as the VLSI 82C146. The Intel i82365SL-DF supports 3.3V cards. The Step A/B/C parts do not appear to support this. This is hard to know for sure since it was deduced from "compatible" parts' data sheets and the article mentioned below. Rework the VLSI detection to be a little nicer and not depend on scanning cards twice. This would allow bad VLSI cards to coexist with a good intel card, for example. We now detect i82365SL-DF cards where before we'd detect a VLSI. For the most part, this is good, but we run a small chance of detecting a single slot 82C146 as a i82365SL-DF. Since I can't find a datasheet for the 82c146, I don't know if this is a problem or not. This work is based on an excellent article, in Japanese, by NAKAGAWA, Yoshihisa-san that appeared in FreeBSD Press Number 4. He provided a patch against PAO3 in his article. Since the pcic.c code has changed some since then, I've gone ahead and cleaned up his patch somewhat and changed how the code detects the buggy '146 cards. I also removed the comment asking if there were other cards that matched the 82C146 since we found one and additional information isn't necessary. Revision Changes Path 1.13 +4 -5 src/sys/pccard/i82365.h 1.123 +61 -29 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22: 4:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 18D3A37B424; Fri, 18 May 2001 22:04:36 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4J527620078; Fri, 18 May 2001 22:02:07 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 May 2001 22:02:07 -0700 From: "David O'Brien" To: Greg Lehey Cc: arch@FreeBSD.org, Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Compiler-neutral warning flags Message-ID: <20010518220207.A20060@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200105181040.f4IAeYi56574@freefall.freebsd.org> <20010519111635.I7513@wantadilla.lemis.com> <20010518191949.A2362@xor.obsecurity.org> <20010519124613.C64759@wantadilla.lemis.com> <20010518203024.A20917@xor.obsecurity.org> <20010519132658.H64759@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519132658.H64759@wantadilla.lemis.com>; from grog@lemis.com on Sat, May 19, 2001 at 01:26:58PM +0930 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 19, 2001 at 01:26:58PM +0930, Greg Lehey wrote: > Have I missed more than I thought? Are we contemplating using a > different compiler? That would make it more reasonable. It is a lofty goal. But it also affects tools like lint, as other tools do not know what to do with -Wall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:21:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71B7037B424; Fri, 18 May 2001 22:21:24 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5LO129371; Fri, 18 May 2001 22:21:24 -0700 (PDT) (envelope-from imp) Message-Id: <200105190521.f4J5LO129371@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 22:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcicvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 22:21:24 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcicvar.h Log: Move ISA specific code into pcic_isa. This is the probe routine, the get/setb1 routines. Also expose clrb and setb as pcic_{clrb,setb} so we can use it from the probe. pcic_probe is no longer needed. Revision Changes Path 1.124 +40 -260 src/sys/pccard/pcic.c 1.2 +215 -2 src/sys/pccard/pcic_isa.c 1.3 +3 -3 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:24:35 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 7A48C37B422; Fri, 18 May 2001 22:24:23 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4J5ONM66507; Fri, 18 May 2001 22:24:23 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 46F4B380A; Fri, 18 May 2001 22:24:23 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Warner Losh Cc: Greg Lehey , Kris Kennaway , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile In-Reply-To: <200105190407.f4J47XE13910@harmony.village.org> Date: Fri, 18 May 2001 22:24:23 -0700 From: Peter Wemm Message-Id: <20010519052423.46F4B380A@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh wrote: > In message <20010519124613.C64759@wantadilla.lemis.com> Greg Lehey writes: > : I thought we were using gcc. What's the flag that provides equivalent > : functionality? > > Yes, but we don't use gcc-only flags in the Makefiles anywhere else in > the project unless there's a compelling reason to do so. In the past, > "just getting warnings" hasn't been a compelling reason. > > We do have them in the .mk files, but that's a different matter since > one could, in theory, provide support for different compilers by just > changing the .mk files. Personally, I think we should implement the WARNS make variable from NetBSD. It works there. There is no need to be gratuitously different. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:45:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 468EB37B422; Fri, 18 May 2001 22:45:56 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5juN30994; Fri, 18 May 2001 22:45:56 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105190545.f4J5juN30994@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 18 May 2001 22:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/05/18 22:45:55 PDT Modified files: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Add convenience function kernel_sysctlbyname() for kernel consumers, so they don't have to roll their own sysctlbyname function. Revision Changes Path 1.107 +25 -2 src/sys/kern/kern_sysctl.c 1.92 +4 -1 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:46:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E5EF37B424; Fri, 18 May 2001 22:46:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5kKP31075; Fri, 18 May 2001 22:46:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105190546.f4J5kKP31075@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 18 May 2001 22:46:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mahjong Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/18 22:46:20 PDT Modified files: games/mahjong Makefile distinfo Log: upgrade to 1.1 drop maintainership Revision Changes Path 1.5 +3 -3 ports/games/mahjong/Makefile 1.5 +1 -1 ports/games/mahjong/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:48:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17EB737B424; Fri, 18 May 2001 22:48:08 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5m8m31223; Fri, 18 May 2001 22:48:08 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105190548.f4J5m8m31223@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 18 May 2001 22:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netncp ncp_ncp.c ncp_subr.c ncp_subr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/05/18 22:48:07 PDT Modified files: sys/netncp ncp_ncp.c ncp_subr.c ncp_subr.h Log: Use new kernel_sysctlbyname function. Remove private copy. Revision Changes Path 1.7 +3 -3 src/sys/netncp/ncp_ncp.c 1.7 +1 -19 src/sys/netncp/ncp_subr.c 1.5 +1 -3 src/sys/netncp/ncp_subr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:50:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC87B37B424; Fri, 18 May 2001 22:50:42 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5ogL31483; Fri, 18 May 2001 22:50:42 -0700 (PDT) (envelope-from imp) Message-Id: <200105190550.f4J5ogL31483@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 22:50:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 22:50:42 PDT Modified files: sys/pccard pcic.c Log: Now that we've moved the mecia support out of pcic.c to its own driver, we no longer need to go through the cinfo.XXXX indirections. restore the direct calls that were replaced earlier. Revision Changes Path 1.125 +13 -13 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:53:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F3E37B422; Fri, 18 May 2001 22:53:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5rqK31762; Fri, 18 May 2001 22:53:52 -0700 (PDT) (envelope-from obrien) Message-Id: <200105190553.f4J5rqK31762@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 22:53:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat4x.alpha Makefile libdialog.so.4.gz.uu libedit.so.3.gz.uu libfetch.so.2.gz.uu libftpio.so.5.gz.uu libhistory.so.4.gz.uu libncurses.so.5.gz.uu libreadline.so.4.gz.uu libstdc++.so.3.gz.uu libutil.so.3.gz.uu libwrap.so.3.gz.uu ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/05/18 22:53:52 PDT Modified files: lib/compat/compat4x.alpha Makefile Removed files: lib/compat/compat4x.alpha libdialog.so.4.gz.uu libedit.so.3.gz.uu libfetch.so.2.gz.uu libftpio.so.5.gz.uu libhistory.so.4.gz.uu libncurses.so.5.gz.uu libreadline.so.4.gz.uu libstdc++.so.3.gz.uu libutil.so.3.gz.uu libwrap.so.3.gz.uu libxpg4.so.3.gz.uu Log: Remove these libs that are the samed .so version as the ones in 5-CURRENT. These libs will not be used [sitting in /usr/lib/compat] as the -current ones in /usr/lib will be found first by ld-elf.so.1. Revision Changes Path 1.3 +2 -13 src/lib/compat/compat4x.alpha/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:54:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CB0E37B422; Fri, 18 May 2001 22:54:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5sCe31807; Fri, 18 May 2001 22:54:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200105190554.f4J5sCe31807@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 18 May 2001 22:54:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat4x.i386 Makefile libdialog.so.4.gz.uu libedit.so.3.gz.uu libfetch.so.2.gz.uu libftpio.so.5.gz.uu libhistory.so.4.gz.uu libncurses.so.5.gz.uu libreadline.so.4.gz.uu libstdc++.so.3.gz.uu libutil.so.3.gz.uu libwrap.so.3.gz.uu ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/05/18 22:54:12 PDT Modified files: lib/compat/compat4x.i386 Makefile Removed files: lib/compat/compat4x.i386 libdialog.so.4.gz.uu libedit.so.3.gz.uu libfetch.so.2.gz.uu libftpio.so.5.gz.uu libhistory.so.4.gz.uu libncurses.so.5.gz.uu libreadline.so.4.gz.uu libstdc++.so.3.gz.uu libutil.so.3.gz.uu libwrap.so.3.gz.uu libxpg4.so.3.gz.uu Log: Remove these libs that are the same .so version as the ones in 5-CURRENT. These libs will not be used [sitting in /usr/lib/compat] as the -current ones in /usr/lib will be found first by ld-elf.so.1. Revision Changes Path 1.4 +2 -13 src/lib/compat/compat4x.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 22:54:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05CF037B422; Fri, 18 May 2001 22:54:26 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5sQR31843; Fri, 18 May 2001 22:54:26 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105190554.f4J5sQR31843@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 18 May 2001 22:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.h linprocfs_misc.c linprocfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/05/18 22:54:26 PDT Modified files: sys/compat/linprocfs linprocfs.h linprocfs_misc.c linprocfs_vnops.c Log: Add new 'loadavg' entry, fix overflow with meminfo. PR: 27253, 27350 Submitted by: Jim Pirzyk Revision Changes Path 1.9 +2 -1 src/sys/compat/linprocfs/linprocfs.h 1.27 +42 -9 src/sys/compat/linprocfs/linprocfs_misc.c 1.24 +2 -1 src/sys/compat/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:13:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C493E37B424; Fri, 18 May 2001 23:13:12 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6DCC35557; Fri, 18 May 2001 23:13:12 -0700 (PDT) (envelope-from imp) Message-Id: <200105190613.f4J6DCC35557@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 23:13:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard slot.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 23:13:12 PDT Modified files: sys/pccard slot.h Log: slots and next haven't been used in a while. GC them. Revision Changes Path 1.31 +1 -7 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:17:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92A8837B422; Fri, 18 May 2001 23:17:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6Hc035784; Fri, 18 May 2001 23:17:38 -0700 (PDT) (envelope-from imp) Message-Id: <200105190617.f4J6Hc035784@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 23:17:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard mecia.c pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 23:17:38 PDT Modified files: sys/pccard mecia.c pcic.c Log: Initialize cinfo structure at compile time rather than run time since they are now constant. Revision Changes Path 1.2 +17 -19 src/sys/pccard/mecia.c 1.126 +14 -17 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:27:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33B0E37B422; Fri, 18 May 2001 23:27:17 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6RHo36136; Fri, 18 May 2001 23:27:17 -0700 (PDT) (envelope-from imp) Message-Id: <200105190627.f4J6RHo36136@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 23:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 23:27:17 PDT Modified files: . UPDATING Log: Note ncurses import and ata ioctl changes. Revision Changes Path 1.145 +8 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:30:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9CC137B422; Fri, 18 May 2001 23:30:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6UGC36368; Fri, 18 May 2001 23:30:16 -0700 (PDT) (envelope-from imp) Message-Id: <200105190630.f4J6UGC36368@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 23:30:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 23:30:16 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Note possible binary incompatibility with the crhold macro and suggest recompiling kernel modules that use it. Revision Changes Path 1.73.2.32 +6 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:36:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BEB737B42C; Fri, 18 May 2001 23:36:10 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6aAM36798; Fri, 18 May 2001 23:36:10 -0700 (PDT) (envelope-from imp) Message-Id: <200105190636.f4J6aAM36798@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 23:36:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/05/18 23:36:10 PDT Modified files: sys/pccard pcic.c Log: Add back the plain i82365 to the list of bridges that do special things to get 3.3V. It appears that some cardbus chipsets have id registers that say they are C step parts, but they really support the DF step 3.3V functionality. # Need to verify that IBM KING is handled properly since the MISC1 # register is really a cirrus logic only register. Revision Changes Path 1.127 +2 -1 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:47:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83EF237B422; Fri, 18 May 2001 23:47:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6lad37499; Fri, 18 May 2001 23:47:36 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105190647.f4J6lad37499@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 18 May 2001 23:47:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/scrshot Makefile scrshot.1 scrshot.c src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/18 23:47:36 PDT Modified files: usr.bin Makefile usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Removed files: usr.bin/scrshot Makefile scrshot.1 scrshot.c Log: Move scrshot(1) functionality into vidcontrol(1). Suggested by: many Not objected to by: nik (scrshot co-author) Revision Changes Path 1.160 +1 -2 src/usr.bin/Makefile 1.35 +138 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.37 +86 -4 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:49:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 539FC37B422; Fri, 18 May 2001 23:49:21 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6nLV37613; Fri, 18 May 2001 23:49:21 -0700 (PDT) (envelope-from murray) Message-Id: <200105190649.f4J6nLV37613@freefall.freebsd.org> From: Murray Stokely Date: Fri, 18 May 2001 23:49:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/05/18 23:49:21 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Chern Lee to the list of contributors for his FAQ submissions and DNS section for the FreeBSD Handbook. Revision Changes Path 1.417 +6 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 18 23:56:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8937B37B42C; Fri, 18 May 2001 23:56:43 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J6uhY38202; Fri, 18 May 2001 23:56:43 -0700 (PDT) (envelope-from murray) Message-Id: <200105190656.f4J6uhY38202@freefall.freebsd.org> From: Murray Stokely Date: Fri, 18 May 2001 23:56:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/05/18 23:56:42 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add a FAQ entry about how to install a boot manager if another operating system destroys yours. Submitted by: Chern Lee Revision Changes Path 1.198 +55 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 0: 2:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD51E37B424; Sat, 19 May 2001 00:02:31 -0700 (PDT) (envelope-from eric@FreeBSD.org) Received: (from eric@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J72V038526; Sat, 19 May 2001 00:02:31 -0700 (PDT) (envelope-from eric) Message-Id: <200105190702.f4J72V038526@freefall.freebsd.org> From: Eric Melville Date: Sat, 19 May 2001 00:02:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmusic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2001/05/19 00:02:31 PDT Modified files: audio/wmusic Makefile Log: Directly depend on xpm now that the port does not depend on libdockapp. Revision Changes Path 1.7 +2 -1 ports/audio/wmusic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 0: 6:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BF3837B42C; Sat, 19 May 2001 00:06:51 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J76pS41399; Sat, 19 May 2001 00:06:51 -0700 (PDT) (envelope-from murray) Message-Id: <200105190706.f4J76pS41399@freefall.freebsd.org> From: Murray Stokely Date: Sat, 19 May 2001 00:06:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/backups chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/05/19 00:06:51 PDT Modified files: en_US.ISO_8859-1/books/handbook/backups chapter.sgml Log: s/rfd0/fd0/ Submitted by: Valentino Vaschetto Revision Changes Path 1.29 +7 -7 doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 0:59:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B12C37B422; Sat, 19 May 2001 00:59:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J7xj244580; Sat, 19 May 2001 00:59:45 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105190759.f4J7xj244580@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 00:59:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/bibelot Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 00:59:45 PDT Modified files: palm/bibelot Makefile distinfo Log: upgrade to 0.9.4 Revision Changes Path 1.7 +2 -2 ports/palm/bibelot/Makefile 1.5 +1 -1 ports/palm/bibelot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 1:17:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B122837B42C; Sat, 19 May 2001 01:17:35 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J8HZ748234; Sat, 19 May 2001 01:17:35 -0700 (PDT) (envelope-from schweikh) Message-Id: <200105190817.f4J8HZ748234@freefall.freebsd.org> From: Jens Schweikhardt Date: Sat, 19 May 2001 01:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.isdn X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2001/05/19 01:17:35 PDT Modified files: etc rc.isdn Log: Anti-foot-shooting for pcvt users: ignore isdn_screenflags which is only for syscons. Requested by: Alexander Leidinger MFC after: 7 days Revision Changes Path 1.9 +11 -1 src/etc/rc.isdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:18:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1757F37B422; Sat, 19 May 2001 02:18:38 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9IcV53737; Sat, 19 May 2001 02:18:38 -0700 (PDT) (envelope-from olgeni) Message-Id: <200105190918.f4J9IcV53737@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 19 May 2001 02:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/05/19 02:18:37 PDT Modified files: (Branch: RELENG_4) release/sysinstall package.c Log: MFC: Check for both hint files in /var/run (elf and aout) and eventually create them. (1.94) Revision Changes Path 1.90.2.4 +4 -2 src/release/sysinstall/Attic/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:22:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE02737B42C; Sat, 19 May 2001 02:22:41 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9Mfb53945; Sat, 19 May 2001 02:22:41 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105190922.f4J9Mfb53945@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 19 May 2001 02:22:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/19 02:22:41 PDT Modified files: net/netatalk Makefile Log: - Fix a PLIST problem, file was not removed (typo) Revision Changes Path 1.20 +2 -2 ports/net/netatalk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:28: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C389737B424; Sat, 19 May 2001 02:28:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9S3w54339; Sat, 19 May 2001 02:28:03 -0700 (PDT) (envelope-from brian) Message-Id: <200105190928.f4J9S3w54339@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 02:28:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/digi digi.c digi_isa.c digi_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 02:28:03 PDT Modified files: sys/dev/digi digi.c digi_isa.c digi_pci.c Log: digiio.h has moved to /usr/include/sys Revision Changes Path 1.7 +6 -6 src/sys/dev/digi/digi.c 1.4 +2 -2 src/sys/dev/digi/digi_isa.c 1.4 +2 -2 src/sys/dev/digi/digi_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:28:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0822A37B422; Sat, 19 May 2001 02:28:29 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9STw54421; Sat, 19 May 2001 02:28:29 -0700 (PDT) (envelope-from brian) Message-Id: <200105190928.f4J9STw54421@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 02:28:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/digictl digictl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 02:28:28 PDT Modified files: usr.sbin/digictl digictl.c Log: digiio.h has moved to /usr/include/sys Revision Changes Path 1.3 +2 -3 src/usr.sbin/digictl/digictl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:28:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 520D537B422; Sat, 19 May 2001 02:28:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9Sg354464; Sat, 19 May 2001 02:28:42 -0700 (PDT) (envelope-from brian) Message-Id: <200105190928.f4J9Sg354464@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 02:28:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 02:28:42 PDT Modified files: include Makefile Log: Back out previous commit. digiio.h has moved to /usr/include/sys Revision Changes Path 1.136 +2 -8 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:29: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2041737B422; Sat, 19 May 2001 02:29:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9T0f54500; Sat, 19 May 2001 02:29:00 -0700 (PDT) (envelope-from brian) Message-Id: <200105190929.f4J9T0f54500@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 02:29:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/digi/digi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 02:29:00 PDT Modified files: sys/modules/digi/digi Makefile Log: digiio.h has moved to /usr/include/sys Revision Changes Path 1.2 +2 -2 src/sys/modules/digi/digi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:29:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45B0437B422; Sat, 19 May 2001 02:29:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9TCI54535; Sat, 19 May 2001 02:29:12 -0700 (PDT) (envelope-from brian) Message-Id: <200105190929.f4J9TCI54535@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 02:29:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.include.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 02:29:12 PDT Modified files: etc/mtree BSD.include.dist Log: Back out previous commit. digiio.h has moved to /usr/include/sys Revision Changes Path 1.41 +1 -3 src/etc/mtree/BSD.include.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:30:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0561137B422; Sat, 19 May 2001 02:30:06 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9U5S54590; Sat, 19 May 2001 02:30:05 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105190930.f4J9U5S54590@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 19 May 2001 02:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/19 02:30:05 PDT Modified files: net/netatalk Makefile Log: - Fix MAN1 and LINKS, another PLIST problem solved. Revision Changes Path 1.21 +6 -6 ports/net/netatalk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 2:40:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4881B37B424; Sat, 19 May 2001 02:40:11 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J9eBq55028; Sat, 19 May 2001 02:40:11 -0700 (PDT) (envelope-from brian) Message-Id: <200105190940.f4J9eBq55028@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 02:40:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/digi digiio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 02:40:11 PDT Removed files: sys/dev/digi digiio.h Log: Fairwell digiio.h (moved to src/sys/sys) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 3:21:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9172637B422; Sat, 19 May 2001 03:21:52 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JALqi59932; Sat, 19 May 2001 03:21:52 -0700 (PDT) (envelope-from greid) Message-Id: <200105191021.f4JALqi59932@freefall.freebsd.org> From: George C A Reid Date: Sat, 19 May 2001 03:21:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/wapsh Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG greid 2001/05/19 03:21:52 PDT Modified files: shells/wapsh Makefile pkg-plist Log: Fix plist PR: 27447 Submitted by: David W. Chapman Jr. Revision Changes Path 1.3 +2 -2 ports/shells/wapsh/Makefile 1.2 +1 -0 ports/shells/wapsh/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 4: 5:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11B4937B424; Sat, 19 May 2001 04:05:43 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JB5gi72231; Sat, 19 May 2001 04:05:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191105.f4JB5gi72231@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 04:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/cppadvio Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/devel/cppadvio/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 04:05:42 PDT Modified files: devel Makefile Added files: devel/cppadvio Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist devel/cppadvio/files patch-Makefile Log: add cppadvio Advanced i/o, networking, and arithmetic compression C++ classlib PR: 23053 Submitted by: Oleg Revision Changes Path 1.538 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 4: 5:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0549137B440; Sat, 19 May 2001 04:05:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JB5kY72296; Sat, 19 May 2001 04:05:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191105.f4JB5kY72296@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 04:05:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 04:05:46 PDT Modified files: . modules Log: cppadvio --> ports/devel/cppadvio Revision Changes Path 1.3127 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 4:45:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 0DAE937B422; Sat, 19 May 2001 04:45:51 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (ppp-95.dial6.ctonet.it [212.110.181.95]) by mail.ctonet.it (Postfix) with ESMTP id 70EE3121F5; Sat, 19 May 2001 13:45:48 +0200 (CEST) Received: from localhost (bogus@localhost [127.0.0.1]) by olgeni.olgeni (8.11.3/8.11.3) with ESMTP id f4JBlDL39696; Sat, 19 May 2001 13:47:14 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Sat, 19 May 2001 13:47:13 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Jonathan Lemon Cc: , Subject: Re: cvs commit: src/share/mk bsd.kmod.mk In-Reply-To: <200105181942.f4IJgWR42627@freefall.freebsd.org> Message-ID: <20010519132332.E2852-100000@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 18 May 2001, Jonathan Lemon wrote: > jlemon 2001/05/18 12:42:32 PDT > > Modified files: (Branch: RELENG_4) > share/mk bsd.kmod.mk > Log: > MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to > be built with the sources located elsewhere than /usr/src. make buildkernel (-stable) stops here: ===> kue rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h ===> libmchain "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" *** Error code 1 Could it be related to this commit? -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 5:19:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5249637B422; Sat, 19 May 2001 05:19:42 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCJgQ79142; Sat, 19 May 2001 05:19:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191219.f4JCJgQ79142@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 05:19:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/bugseeker-demo Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 05:19:41 PDT Modified files: java Makefile Added files: java/bugseeker-demo Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add bugseekder-demo The original java/bugseeker, but this time renamed to java/bugseeker-demo. The java/bugseeker port is now the full version. PR: 24454 Submitted by: Ernst de Haan Revision Changes Path 1.27 +2 -1 ports/java/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 5:19:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E4537B620; Sat, 19 May 2001 05:19:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JCJlY79175; Sat, 19 May 2001 05:19:47 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191219.f4JCJlY79175@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 05:19:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 05:19:46 PDT Modified files: . modules Log: bugseeker-demo --> ports/java/bugseeker-demo Revision Changes Path 1.3128 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:28:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AED4D37B424; Sat, 19 May 2001 06:28:55 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDStG88547; Sat, 19 May 2001 06:28:55 -0700 (PDT) (envelope-from joerg) Message-Id: <200105191328.f4JDStG88547@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 19 May 2001 06:28:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-binutils pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2001/05/19 06:28:55 PDT Modified files: devel/avr-binutils pkg-plist Log: As a side-effect of no longer installing libbfd, some header files that used to be mentioned in the PLIST aren't installed anymore either. Submitted by: "David W. Chapman Jr." Revision Changes Path 1.3 +0 -3 ports/devel/avr-binutils/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:31:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99FC937B422; Sat, 19 May 2001 06:31:44 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDVi288813; Sat, 19 May 2001 06:31:44 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191331.f4JDVi288813@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 06:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Heap Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 06:31:44 PDT Modified files: devel Makefile Added files: devel/p5-Heap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-Heap Perl extensions for keeping data partially sorted PR: 26389 Submitted by: Anatoliy Dmytriyev Revision Changes Path 1.539 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:32: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F92137B42C; Sat, 19 May 2001 06:31:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDVnU88846; Sat, 19 May 2001 06:31:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191331.f4JDVnU88846@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 06:31:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 06:31:49 PDT Modified files: . modules Log: p5-Heap --> ports/devel/p5-Heap Revision Changes Path 1.3129 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:34:44 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 8F8D337B422; Sat, 19 May 2001 06:34:39 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f4JDYQL66386; Sat, 19 May 2001 08:34:26 -0500 (CDT) (envelope-from jlemon) Date: Sat, 19 May 2001 08:34:26 -0500 From: Jonathan Lemon To: Jimmy Olgeni Cc: Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.kmod.mk Message-ID: <20010519083426.Q56610@prism.flugsvamp.com> References: <200105181942.f4IJgWR42627@freefall.freebsd.org> <20010519132332.E2852-100000@olgeni.olgeni> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20010519132332.E2852-100000@olgeni.olgeni> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 19, 2001 at 01:47:13PM +0200, Jimmy Olgeni wrote: > > On Fri, 18 May 2001, Jonathan Lemon wrote: > > > jlemon 2001/05/18 12:42:32 PDT > > > > Modified files: (Branch: RELENG_4) > > share/mk bsd.kmod.mk > > Log: > > MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to > > be built with the sources located elsewhere than /usr/src. > > make buildkernel (-stable) stops here: > > ===> kue > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h > ===> libmchain > "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" > *** Error code 1 > > Could it be related to this commit? Remove the obj/ directory (compile/KERNEL/modules/libmchain, IIRC) and retry. I have this patch on my -stable machine and build both -current and -stable. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:45:20 2001 Delivered-To: cvs-all@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id A44CF37B422; Sat, 19 May 2001 06:45:15 -0700 (PDT) (envelope-from mixtim@home.com) Received: from cg392862-a.adubn1.nj.home.com ([65.2.79.221]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010519134515.ENOH6845.femail10.sdc1.sfba.home.com@cg392862-a.adubn1.nj.home.com>; Sat, 19 May 2001 06:45:15 -0700 Received: (from mixtim@localhost) by cg392862-a.adubn1.nj.home.com (8.11.3/8.11.3) id f4JDjDg13294; Sat, 19 May 2001 09:45:13 -0400 (EDT) (envelope-from mixtim) Date: Sat, 19 May 2001 09:45:13 -0400 From: Mixtim To: Jonathan Lemon Cc: Jimmy Olgeni , Jonathan Lemon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kmod.mk Message-ID: <20010519094513.A13268@home.com> References: <200105181942.f4IJgWR42627@freefall.freebsd.org> <20010519132332.E2852-100000@olgeni.olgeni> <20010519083426.Q56610@prism.flugsvamp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519083426.Q56610@prism.flugsvamp.com>; from jlemon@flugsvamp.com on Sat, May 19, 2001 at 08:34:26AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 19, 2001 at 08:34:26AM -0500, Jonathan Lemon wrote: > > make buildkernel (-stable) stops here: > > > > ===> kue > > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h > > ===> libmchain > > "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" > > *** Error code 1 > > Remove the obj/ directory (compile/KERNEL/modules/libmchain, IIRC) > and retry. I have this patch on my -stable machine and build both > -current and -stable. It has nothing to do with /usr/obj as I removed that directory and get the same error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:47:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C5CD37B422; Sat, 19 May 2001 06:47:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JDldp43253; Sat, 19 May 2001 06:47:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191347.f4JDldp43253@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 06:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/roxen Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/roxen/files MESSAGE.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 06:47:39 PDT Modified files: www/roxen Makefile distinfo pkg-comment pkg-descr pkg-plist www/roxen/files MESSAGE.in Log: upgrade to 2.1.231 PR: 26406 Submitted by: maintainer Revision Changes Path 1.10 +12 -14 ports/www/roxen/Makefile 1.3 +1 -1 ports/www/roxen/distinfo 1.3 +1 -1 ports/www/roxen/pkg-comment 1.4 +9 -6 ports/www/roxen/pkg-descr 1.4 +1232 -1365 ports/www/roxen/pkg-plist 1.2 +16 -5 ports/www/roxen/files/MESSAGE.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 6:57:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id 97CFE37B42C for ; Sat, 19 May 2001 06:57:40 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailg.telia.com (8.11.2/8.11.0) with ESMTP id f4JDvd508788 for ; Sat, 19 May 2001 15:57:39 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id PAA00129 for ; Sat, 19 May 2001 15:57:38 +0200 (CEST) Received: (qmail 7128 invoked by uid 1001); 19 May 2001 13:57:32 -0000 Date: Sat, 19 May 2001 15:57:32 +0200 From: Erik Trulsson To: Jimmy Olgeni Cc: Jonathan Lemon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.kmod.mk Message-ID: <20010519155732.A2162@student.uu.se> Mail-Followup-To: Jimmy Olgeni , Jonathan Lemon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200105181942.f4IJgWR42627@freefall.freebsd.org> <20010519132332.E2852-100000@olgeni.olgeni> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519132332.E2852-100000@olgeni.olgeni>; from olgeni@FreeBSD.ORG on Sat, May 19, 2001 at 01:47:13PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 19, 2001 at 01:47:13PM +0200, Jimmy Olgeni wrote: > > On Fri, 18 May 2001, Jonathan Lemon wrote: > > > jlemon 2001/05/18 12:42:32 PDT > > > > Modified files: (Branch: RELENG_4) > > share/mk bsd.kmod.mk > > Log: > > MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to > > be built with the sources located elsewhere than /usr/src. > > make buildkernel (-stable) stops here: > > ===> kue > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h > ===> libmchain > "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" > *** Error code 1 > > Could it be related to this commit? > It appears to be this commit that is the culprit. I have been seeing exactly the same error. After reading the above I tried to revert bsd.kmod.mk to the previous version. I am doing a build right now and this time it did not stop with that error. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7: 2:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C36B037B509; Sat, 19 May 2001 07:02:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JE26Y88275; Sat, 19 May 2001 07:02:06 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191402.f4JE26Y88275@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 07:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-NetPacket Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 07:02:05 PDT Modified files: net Makefile Added files: net/p5-NetPacket Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-NetPacket Modules to assemble/disassemble network packets at the protocol level PR: 26412 Submitted by: Anatoliy Dmytriyev From: Ying-Chieh Liao Date: Sat, 19 May 2001 07:02:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 07:02:21 PDT Modified files: . modules Log: p5-NetPacket --> ports/net/p5-NetPacket Revision Changes Path 1.3130 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7: 2:57 2001 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id A5D9E37B53A; Sat, 19 May 2001 07:02:21 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f4JE27689908; Sat, 19 May 2001 16:02:07 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200105191402.f4JE27689908@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/share/mk bsd.kmod.mk In-Reply-To: <20010519083426.Q56610@prism.flugsvamp.com> from Jonathan Lemon at "May 19, 2001 08:34:26 am" To: jlemon@flugsvamp.com (Jonathan Lemon) Date: Sat, 19 May 2001 16:02:07 +0200 (SAT) Cc: olgeni@FreeBSD.org (Jimmy Olgeni), jlemon@FreeBSD.org (Jonathan Lemon), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > > jlemon 2001/05/18 12:42:32 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > share/mk bsd.kmod.mk > > > Log: > > > MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to > > > be built with the sources located elsewhere than /usr/src. > > > > make buildkernel (-stable) stops here: > > > > ===> kue > > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h > > ===> libmchain > > "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" > > *** Error code 1 > > > > Could it be related to this commit? > > Remove the obj/ directory (compile/KERNEL/modules/libmchain, IIRC) > and retry. I have this patch on my -stable machine and build both > -current and -stable. Well my -stable nightly "make release" also died with this message and it starts with a clean chroot area, so I guess obj is as clean as it can be. :-) John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7: 3:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D899F37B424; Sat, 19 May 2001 07:03:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JE3L788520; Sat, 19 May 2001 07:03:21 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105191403.f4JE3L788520@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 19 May 2001 07:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/Mesa3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/19 07:03:21 PDT Modified files: graphics/Mesa3 Makefile distinfo Log: Distfile has been rerolled. diff between old and new version revealed that several bugs were fixed. Following are relevant changelog entries: - fixed stencil buffer clear width/height typo - fixed GL error glitches in gl[Client]ActiveTextureARB() - fixed Windows compilation problem in texutil.c - fixed 1/8-pixel AA triangle sampling error Submitted by: many Revision Changes Path 1.49 +2 -1 ports/graphics/Mesa3/Makefile 1.21 +1 -1 ports/graphics/Mesa3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7:20:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC0C37B50B; Sat, 19 May 2001 07:20:36 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JEKaw92773; Sat, 19 May 2001 07:20:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191420.f4JEKaw92773@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 07:20:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/py-bsddb3 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/py-bsddb3/files patch-setup.py patch-src:_db.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 07:20:36 PDT Modified files: databases Makefile Added files: databases/py-bsddb3 Makefile distinfo pkg-comment pkg-descr pkg-plist databases/py-bsddb3/files patch-setup.py patch-src:_db.c Log: add py-bsddb3 BerkeleyDB3 wrapper module for Python PR: 26448 Submitted by: Chang, Hye-Shik Revision Changes Path 1.108 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7:20:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFA6037B42C; Sat, 19 May 2001 07:20:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JEKfb92807; Sat, 19 May 2001 07:20:41 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191420.f4JEKfb92807@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 07:20:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 07:20:41 PDT Modified files: . modules Log: py-bsddb3 --> ports/databases/py-bsddb3 Revision Changes Path 1.3131 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7:38:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA21A37B42C; Sat, 19 May 2001 07:38:18 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JEcGU94323; Sat, 19 May 2001 07:38:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191438.f4JEcGU94323@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 07:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Mason Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 07:38:16 PDT Modified files: www/p5-HTML-Mason Makefile Log: add build-depends PR: 26504 Submitted by: maintainer Revision Changes Path 1.14 +4 -3 ports/www/p5-HTML-Mason/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 7:55: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 537DA37B422; Sat, 19 May 2001 07:54:54 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id AAA13420; Sun, 20 May 2001 00:54:42 +1000 Date: Sun, 20 May 2001 00:53:17 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Akinori MUSHA Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile In-Reply-To: <86ofsqejx6.wl@archon.local.idaemons.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 19 May 2001, Akinori MUSHA wrote: > Speaking of speed increase, does anybody object against MFC'ing this? > This allows you to use /bin/ksh instead of the default of /bin/sh. Yes. The DEFSHELL stuff is wrong even in -current. It complicates fixing the documented and required ways for controlling the shell: Documented way: there is a shell variable named .SHELL, and ".SHELL: path=/somewhere/someshell" is documented to set the shell. See /usr/share/doc/psd/12.make/*. This seems to be broken. Required (POSIX spec) way: (an old draft of) POSIX.2 says: --- The SHELL macro shall be treated specially. It shall be provided by make and set to the pathname of the shell command language interpreter (see sh in 4.56). The SHELL environment variable shall not affect the value of the SHELL macro. If SHELL is defined in the makefile or is specified on the command line, it shall replace the original value of the SHELL macro, but shall not affect the SHELL environment variable. Other effects of defining SHELL in the makefile or on the command line are implementation defined. ... The historical MAKESHELL feature was omitted. In some implementations it is used to provide a way of letting a user override the shell to be used to run make commands. This was confusing; for a portable make, the shell should be chosen by the makefile writer or specified on the make command line and not by a user running make. --- This is certainly broken -- make(1) treats the SHELL macro non-specially. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8: 5:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D90C37B422; Sat, 19 May 2001 08:05:17 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JF5Hb97024; Sat, 19 May 2001 08:05:17 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200105191505.f4JF5Hb97024@freefall.freebsd.org> From: Daniel Harris Date: Sat, 19 May 2001 08:05:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2001/05/19 08:05:16 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: A high securelevel doesn't mean you don't (was "do") have to follow good security practices. Submitted by: "Mike Boev" on -doc Revision Changes Path 1.199 +2 -2 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8: 6:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3238D37B724; Sat, 19 May 2001 08:06:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JF69n99268; Sat, 19 May 2001 08:06:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191506.f4JF69n99268@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 08:06:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 08:06:09 PDT Modified files: . modules Log: ft2demos --> ports/print/ft2demos Revision Changes Path 1.3132 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8: 6:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CAFF37B422; Sat, 19 May 2001 08:06:01 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JF61C99225; Sat, 19 May 2001 08:06:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191506.f4JF61C99225@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 08:06:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/ft2demos Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 08:06:01 PDT Modified files: print Makefile Added files: print/ft2demos Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add ft2demos Demo programs for FreeType2 PR: 26513 Submitted by: KANOU Hiroki Revision Changes Path 1.153 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8:28: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CA7B37B42C; Sat, 19 May 2001 08:28:01 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFS1O00872; Sat, 19 May 2001 08:28:01 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105191528.f4JFS1O00872@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 19 May 2001 08:28:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/05/19 08:28:01 PDT Modified files: (Branch: RELENG_4) sys/conf kmod.mk Log: MFC: r1.86; bring in other half of the fix for alternate /usr/src locations. Revision Changes Path 1.82.2.7 +2 -2 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8:30: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B458937B43C; Sat, 19 May 2001 08:29:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFTtl01083; Sat, 19 May 2001 08:29:55 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191529.f4JFTtl01083@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 08:29:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/autotrace Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/autotrace/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 08:29:55 PDT Modified files: graphics Makefile Added files: graphics/autotrace Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/autotrace/files patch-aa patch-ab Log: add autotrace convert bitmap to vector graphics PR: 26514 Submitted by: KANOU Hiroki Revision Changes Path 1.310 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8:30:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 381CE37B62D; Sat, 19 May 2001 08:30:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JFU3601138; Sat, 19 May 2001 08:30:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191530.f4JFU3601138@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 08:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 08:30:02 PDT Modified files: . modules Log: autotrace --> ports/graphics/autotrace Revision Changes Path 1.3133 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8:31:33 2001 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 25C8D37B422; Sat, 19 May 2001 08:31:25 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f4JFV2Z70025; Sat, 19 May 2001 10:31:02 -0500 (CDT) (envelope-from jlemon) Date: Sat, 19 May 2001 10:31:02 -0500 From: Jonathan Lemon To: John Hay Cc: Jonathan Lemon , Jimmy Olgeni , Jonathan Lemon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.kmod.mk Message-ID: <20010519103102.A68487@prism.flugsvamp.com> References: <20010519083426.Q56610@prism.flugsvamp.com> <200105191402.f4JE27689908@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200105191402.f4JE27689908@zibbi.icomtek.csir.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 19, 2001 at 04:02:07PM +0200, John Hay wrote: > > > > > > > jlemon 2001/05/18 12:42:32 PDT > > > > > > > > Modified files: (Branch: RELENG_4) > > > > share/mk bsd.kmod.mk > > > > Log: > > > > MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to > > > > be built with the sources located elsewhere than /usr/src. > > > > > > make buildkernel (-stable) stops here: > > > > > > ===> kue > > > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h > > > ===> libmchain > > > "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" > > > *** Error code 1 > > > > > > Could it be related to this commit? > > > > Remove the obj/ directory (compile/KERNEL/modules/libmchain, IIRC) > > and retry. I have this patch on my -stable machine and build both > > -current and -stable. > > Well my -stable nightly "make release" also died with this message and > it starts with a clean chroot area, so I guess obj is as clean as it > can be. :-) Bah. I checked my tree again and found the other half of the fix that I had neglected to commit: sys/conf/kmod.mk. I just committed that portion as well. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8:36:34 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9494537B424; Sat, 19 May 2001 08:36:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id BAA14957; Sun, 20 May 2001 01:36:08 +1000 Date: Sun, 20 May 2001 01:34:43 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Greg Lehey Cc: Kris Kennaway , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/scrshot Makefile In-Reply-To: <20010519124613.C64759@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 19 May 2001, Greg Lehey wrote: > On Friday, 18 May 2001 at 19:19:49 -0700, Kris Kennaway wrote: > > On Sat, May 19, 2001 at 11:16:35AM +0930, Greg Lehey wrote: > >> On Friday, 18 May 2001 at 3:40:34 -0700, Ruslan Ermilov wrote: > >>> ru 2001/05/18 03:40:34 PDT > >>> > >>> Modified files: > >>> usr.bin/scrshot Makefile > >>> Log: > >>> Remove GCC-ism (-Wall). > >> > >> I suspect I've missed something here. What's wrong with -Wall? > > > > It's a GCC-ism. > > I thought we were using gcc. What's the flag that provides equivalent > functionality? CC="gcc -Wall". Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 8:59:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 2921537B422; Sat, 19 May 2001 08:59:14 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id BAA15690; Sun, 20 May 2001 01:59:10 +1000 Date: Sun, 20 May 2001 01:57:45 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Ruslan Ermilov Cc: Brian Somers , Warner Losh , cvs-all@FreeBSD.ORG, current@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG Subject: Re: Where to put include files (was: cvs commit: src Makefile.inc1) In-Reply-To: <20010518175335.A90576@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 18 May 2001, Ruslan Ermilov wrote: > > sbin/mount_null/Makefile > > sbin/mount_portal/Makefile > > sbin/mount_umap/Makefile > > sbin/mount_union/Makefile > > > FS headers should go into /usr/include/fs/fs.h, one per > each filesystem. without a slash? This isn't so clear. Lots of headers may be needed for _fsck. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 9: 3:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AC1737B422; Sat, 19 May 2001 09:03:13 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JG3Dj04110; Sat, 19 May 2001 09:03:13 -0700 (PDT) (envelope-from hrs) Message-Id: <200105191603.f4JG3Dj04110@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 19 May 2001 09:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent doc/ja_JP.eucJP/books/handbook/backups chapter.sgml doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml doc/ja_JP.eucJP/books/handbook/pgpkeys chapter.sgml doc/ja_JP.eucJP/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/05/19 09:03:13 PDT Modified files: ja_JP.eucJP/books/handbook authors.ent ja_JP.eucJP/books/handbook/backups chapter.sgml ja_JP.eucJP/books/handbook/contrib chapter.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml ja_JP.eucJP/books/handbook/pgpkeys chapter.sgml ja_JP.eucJP/books/handbook/staff chapter.sgml Log: - Merge the following from the English version: 1.158 -> 1.159 authors.ent 1.28 -> 1.29 backups/chapter.sgml 1.410 -> 1.417 contrib/chapter.sgml 1.67 -> 1.69 pgpkeys/chapter.sgml 1.211 -> 1.212 staff/chapter.sgml - /ncvs -> /home/ncvs: 1.112 -> 1.121 mirrors/chapter.sgml Pointed out by: "NAKAMURA,Takeshi" References: [doc-jp 8228] Revision Changes Path 1.63 +4 -2 doc/ja_JP.eucJP/books/handbook/authors.ent 1.17 +8 -9 doc/ja_JP.eucJP/books/handbook/backups/chapter.sgml 1.67 +25 -5 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml 1.45 +102 -21 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml 1.25 +39 -2 doc/ja_JP.eucJP/books/handbook/pgpkeys/chapter.sgml 1.52 +6 -2 doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 9:11: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBF337B422; Sat, 19 May 2001 09:10:56 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JGAun07257; Sat, 19 May 2001 09:10:56 -0700 (PDT) (envelope-from knu) Message-Id: <200105191610.f4JGAun07257@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 19 May 2001 09:10:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ruby-clibpdf Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/05/19 09:10:55 PDT Modified files: print/ruby-clibpdf Makefile distinfo pkg-plist Log: Update to 20010519. Revision Changes Path 1.4 +8 -11 ports/print/ruby-clibpdf/Makefile 1.2 +1 -1 ports/print/ruby-clibpdf/distinfo 1.4 +4 -0 ports/print/ruby-clibpdf/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 9:33:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAE2F37B422; Sat, 19 May 2001 09:33:37 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JGXbs08980; Sat, 19 May 2001 09:33:37 -0700 (PDT) (envelope-from schweikh) Message-Id: <200105191633.f4JGXbs08980@freefall.freebsd.org> From: Jens Schweikhardt Date: Sat, 19 May 2001 09:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/hw chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2001/05/19 09:33:37 PDT Modified files: en_US.ISO_8859-1/books/handbook/hw chapter.sgml Log: Fixed three typos. Revision Changes Path 1.37 +4 -4 doc/en_US.ISO_8859-1/books/handbook/hw/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 9:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C2FA37B422; Sat, 19 May 2001 09:37:07 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JGb7p09225; Sat, 19 May 2001 09:37:07 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105191637.f4JGb7p09225@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 19 May 2001 09:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/19 09:37:07 PDT Modified files: net/netatalk Makefile Log: - Fix in Manpage Submitted by: marcus@marcuscom.com Revision Changes Path 1.22 +2 -2 ports/net/netatalk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10: 5:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80FD537B422; Sat, 19 May 2001 10:05:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JH5rP13384; Sat, 19 May 2001 10:05:53 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105191705.f4JH5rP13384@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 19 May 2001 10:05:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/19 10:05:53 PDT Modified files: lib/libvgl main.c Log: Use CONS_GETINFO ioctl to get geometry of the current text mode instead of TIOCGWINSZ. The former is more correct in this context. Revision Changes Path 1.11 +8 -6 src/lib/libvgl/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10: 6:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E7F37B422; Sat, 19 May 2001 10:06:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JH6mA13448; Sat, 19 May 2001 10:06:48 -0700 (PDT) (envelope-from brian) Message-Id: <200105191706.f4JH6mA13448@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 May 2001 10:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/digi digi.c digi_isa.c digi_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/05/19 10:06:48 PDT Modified files: sys/dev/digi digi.c digi_isa.c digi_pci.c Log: #include -> #include Suggested by: bde Revision Changes Path 1.8 +5 -5 src/sys/dev/digi/digi.c 1.5 +3 -3 src/sys/dev/digi/digi_isa.c 1.5 +4 -4 src/sys/dev/digi/digi_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:10: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECFB237B422; Sat, 19 May 2001 10:09:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JH9uL13843; Sat, 19 May 2001 10:09:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191709.f4JH9uL13843@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 10:09:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/pfaedit Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 10:09:56 PDT Modified files: print Makefile Added files: print/pfaedit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add pfaedit Type 1/TrueType/OpenType/bitmap font editor PR: 26515 Submitted by: KANOU Hiroki Revision Changes Path 1.154 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:10:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1286737B616; Sat, 19 May 2001 10:10:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHA2a13931; Sat, 19 May 2001 10:10:02 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191710.f4JHA2a13931@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 10:10:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 10:10:02 PDT Modified files: . modules Log: pfaedit --> ports/print/pfaedit Revision Changes Path 1.3134 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:22:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC8E237B422; Sat, 19 May 2001 10:22:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHM7g14848; Sat, 19 May 2001 10:22:07 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191722.f4JHM7g14848@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 10:22:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phpnuke Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 10:22:07 PDT Modified files: www/phpnuke Makefile Log: add missing runtime dependency: no check for mysql and php. PR: 26732 Submitted by: Janos Mohacsi Revision Changes Path 1.2 +8 -1 ports/www/phpnuke/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:47:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8529037B422; Sat, 19 May 2001 10:47:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHlFX16320; Sat, 19 May 2001 10:47:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191747.f4JHlFX16320@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 10:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/asfrecorder Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 10:47:15 PDT Modified files: net Makefile Added files: net/asfrecorder Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add asfrecorder Tool for downloading streaming media from the Internet PR: 26737 Submitted by: Roman Shterenzon Revision Changes Path 1.534 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:47:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B88037B50D; Sat, 19 May 2001 10:47:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHlL616356; Sat, 19 May 2001 10:47:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191747.f4JHlL616356@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 10:47:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 10:47:20 PDT Modified files: . modules Log: asfrecorder --> ports/net/asfrecorder Revision Changes Path 1.3135 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:47:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C246D37B424; Sat, 19 May 2001 10:47:51 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHlp916484; Sat, 19 May 2001 10:47:51 -0700 (PDT) (envelope-from archie) Message-Id: <200105191747.f4JHlp916484@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 19 May 2001 10:47:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_bpf.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/05/19 10:47:51 PDT Modified files: share/man/man4 ng_bpf.4 Log: Ensure the generated BPF in the example deliver the whole packet. Revision Changes Path 1.12 +2 -2 src/share/man/man4/ng_bpf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 10:49:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 039D837B422; Sat, 19 May 2001 10:49:05 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JHn4916689; Sat, 19 May 2001 10:49:04 -0700 (PDT) (envelope-from archie) Message-Id: <200105191749.f4JHn4916689@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 19 May 2001 10:49:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph/bpf ng_bpf.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/05/19 10:49:04 PDT Modified files: (Branch: RELENG_4) sys/modules/netgraph/bpf ng_bpf.4 Log: MFC: (rev. 1.12) Ensure example BPF delivers the whole packet. Revision Changes Path 1.3.2.7 +2 -2 src/sys/modules/netgraph/bpf/Attic/ng_bpf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 11:10:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0005537B42C; Sat, 19 May 2001 11:10:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIAE220999; Sat, 19 May 2001 11:10:14 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191810.f4JIAE220999@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 11:10:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gdcd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 11:10:14 PDT Modified files: audio/gdcd Makefile Log: change mastersite PR: 27348 Submitted by: Andreas Schulz Revision Changes Path 1.7 +2 -2 ports/audio/gdcd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 11:16:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A14237B422; Sat, 19 May 2001 11:16:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIGbR21798; Sat, 19 May 2001 11:16:37 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191816.f4JIGbR21798@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 11:16:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 11:16:37 PDT Modified files: mail/cyrus pkg-plist Log: add imapd.conf to pkg-plist PR: 27354 Submitted by: David W. Chapman Jr. Revision Changes Path 1.10 +1 -0 ports/mail/cyrus/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 11:18:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F13AD37B422; Sat, 19 May 2001 11:18:20 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIIK722097; Sat, 19 May 2001 11:18:20 -0700 (PDT) (envelope-from iedowse) Message-Id: <200105191818.f4JIIK722097@freefall.freebsd.org> From: Ian Dowse Date: Sat, 19 May 2001 11:18:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/05/19 11:18:20 PDT Modified files: (Branch: RELENG_4) sbin/mountd mountd.c Log: MFC: 1.49; Make sure we don't apply mount flags to the wrong filesystem. Revision Changes Path 1.39.2.1 +10 -2 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 11:34:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9BA537B43E; Sat, 19 May 2001 11:34:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIYbU23419; Sat, 19 May 2001 11:34:37 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191834.f4JIYbU23419@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 11:34:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/slashem-tty Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/games/slashem-tty/files patch-config.h patch-makefile.doc patch-makefile.src patch-makefile.top patch-makefile.utl ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 11:34:37 PDT Modified files: games Makefile Added files: games/slashem-tty Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist games/slashem-tty/files patch-config.h patch-makefile.doc patch-makefile.src patch-makefile.top patch-makefile.utl patch-system.h patch-tshirt patch-unixconf.h sample.slashemrc Log: add slashem-tty A dungeon explorin', slashin', hackin' game PR: 26754 Submitted by: Adam Kranzel Revision Changes Path 1.374 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 11:34:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8D8237B496; Sat, 19 May 2001 11:34:42 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIYge23452; Sat, 19 May 2001 11:34:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191834.f4JIYge23452@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 11:34:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 11:34:42 PDT Modified files: . modules Log: slashem-tty --> ports/games/slashem-tty Revision Changes Path 1.3136 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 11:55: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B34A37B42C; Sat, 19 May 2001 11:55:00 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JIt0a24850; Sat, 19 May 2001 11:55:00 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191855.f4JIt0a24850@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 11:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 11:54:59 PDT Modified files: japanese/postgresql7 Makefile distinfo Log: japanese postgresql7 version up to 7.1.1 with jumbo-patch 20010508, and include new binary japanize psql, called by psqlj. PR: 27372 Submitted by: maintainer Revision Changes Path 1.25 +2 -2 ports/japanese/postgresql7/Makefile 1.10 +3 -3 ports/japanese/postgresql7/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12: 3:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB0C37B422; Sat, 19 May 2001 12:03:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ3Zd25564; Sat, 19 May 2001 12:03:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191903.f4JJ3Zd25564@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:03:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/clisp Makefile distinfo pkg-plist ports/lang/clisp/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:03:35 PDT Modified files: lang/clisp Makefile distinfo pkg-plist lang/clisp/files patch-aa patch-ab Log: upgrade to 2.25.1 PR: 27373 Submitted by: maintainer Revision Changes Path 1.5 +21 -24 ports/lang/clisp/Makefile 1.3 +1 -1 ports/lang/clisp/distinfo 1.3 +7 -1 ports/lang/clisp/pkg-plist 1.2 +1 -1 ports/lang/clisp/files/patch-aa 1.3 +17 -16 ports/lang/clisp/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12: 4: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id E6CCA37B422; Sat, 19 May 2001 12:03:55 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.3/8.11.3) with ESMTP id f4JJ2PC17900; Sat, 19 May 2001 12:02:25 -0700 (PDT) (envelope-from jkh@osd.bsdi.com) To: jlemon@flugsvamp.com Cc: olgeni@FreeBSD.org, jlemon@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.kmod.mk In-Reply-To: <20010519083426.Q56610@prism.flugsvamp.com> References: <200105181942.f4IJgWR42627@freefall.freebsd.org> <20010519132332.E2852-100000@olgeni.olgeni> <20010519083426.Q56610@prism.flugsvamp.com> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010519120225O.jkh@osd.bsdi.com> Date: Sat, 19 May 2001 12:02:25 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 36 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll bet you didn't test it with a "make release" though. :) It's broken. - Jordan From: Jonathan Lemon Subject: Re: cvs commit: src/share/mk bsd.kmod.mk Date: Sat, 19 May 2001 08:34:26 -0500 > On Sat, May 19, 2001 at 01:47:13PM +0200, Jimmy Olgeni wrote: > > > > On Fri, 18 May 2001, Jonathan Lemon wrote: > > > > > jlemon 2001/05/18 12:42:32 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > share/mk bsd.kmod.mk > > > Log: > > > MFC: r1.86; don't check for ${_dir}/kern/. This allows the tree to > > > be built with the sources located elsewhere than /usr/src. > > > > make buildkernel (-stable) stops here: > > > > ===> kue > > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_kue.ko if_kue.kld if_kue.o @ machine symb.tmp tmp.o opt_bdg.h opt_usb.h bus_if.h device_if.h miibus_if.h > > ===> libmchain > > "/usr/src/sys/modules/libmchain/../../conf/kmod.mk", line 192: "can't find kernel source tree" > > *** Error code 1 > > > > Could it be related to this commit? > > Remove the obj/ directory (compile/KERNEL/modules/libmchain, IIRC) > and retry. I have this patch on my -stable machine and build both > -current and -stable. > -- > Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12: 7:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBAB37B42C; Sat, 19 May 2001 12:07:08 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ78D28486; Sat, 19 May 2001 12:07:08 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105191907.f4JJ78D28486@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 19 May 2001 12:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 dig.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/05/19 12:07:07 PDT Modified files: ja_JP.eucJP/man/man1 dig.1 Log: fix typo in roff macro. Original dig.1 does not have this typo. Submitted by: NAKANO Takeo Revision Changes Path 1.9 +2 -2 doc/ja_JP.eucJP/man/man1/dig.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12: 8:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F2F837B422; Sat, 19 May 2001 12:08:32 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ8WK28659; Sat, 19 May 2001 12:08:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191908.f4JJ8WK28659@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:08:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_python Makefile distinfo ports/www/mod_python/files optpatch-WANT_EAPI patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:08:32 PDT Modified files: www/mod_python Makefile distinfo www/mod_python/files optpatch-WANT_EAPI patch-configure Log: upgrade to 2.7.3 PR: 27379 Submitted by: maintainer Revision Changes Path 1.9 +2 -3 ports/www/mod_python/Makefile 1.6 +1 -1 ports/www/mod_python/distinfo 1.2 +2 -2 ports/www/mod_python/files/optpatch-WANT_EAPI 1.3 +4 -4 ports/www/mod_python/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12: 9: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 723E037B43E; Sat, 19 May 2001 12:08:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ8vo28703; Sat, 19 May 2001 12:08:57 -0700 (PDT) (envelope-from jkh) Message-Id: <200105191908.f4JJ8vo28703@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 19 May 2001 12:08:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/05/19 12:08:57 PDT Modified files: usr.sbin/sysinstall install.c Log: Make /compat a relative symlink instead of an absolute symlink. Requested by: jens Revision Changes Path 1.294 +3 -3 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12: 9:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4415837B422; Sat, 19 May 2001 12:09:19 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJ9J528852; Sat, 19 May 2001 12:09:19 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105191909.f4JJ9J528852@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 19 May 2001 12:09:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 vmstat.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/05/19 12:09:19 PDT Modified files: ja_JP.eucJP/man/man8 vmstat.8 Log: Fix mis-translation in -c description. Submitted by:Masato-Asou Revision Changes Path 1.13 +2 -2 doc/ja_JP.eucJP/man/man8/vmstat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:18:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD34D37B422; Sat, 19 May 2001 12:18:11 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJIB529587; Sat, 19 May 2001 12:18:11 -0700 (PDT) (envelope-from horikawa) Message-Id: <200105191918.f4JJIB529587@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 19 May 2001 12:18:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 find.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2001/05/19 12:18:11 PDT Modified files: ja_JP.eucJP/man/man1 find.1 Log: Fix mistranslation in -empty description. Submitted by:TAKEMURA Masahiro Revision Changes Path 1.22 +2 -2 doc/ja_JP.eucJP/man/man1/find.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:19:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56F6537B424; Sat, 19 May 2001 12:19:15 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJJFx29774; Sat, 19 May 2001 12:19:15 -0700 (PDT) (envelope-from greid) Message-Id: <200105191919.f4JJJFx29774@freefall.freebsd.org> From: George C A Reid Date: Sat, 19 May 2001 12:19:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/html2wml Makefile distinfo pkg-plist ports/www/html2wml/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG greid 2001/05/19 12:19:15 PDT Modified files: www/html2wml Makefile distinfo pkg-plist www/html2wml/files patch-aa Log: Update to version 0.4.2 Revision Changes Path 1.2 +21 -3 ports/www/html2wml/Makefile 1.2 +1 -1 ports/www/html2wml/distinfo 1.2 +24 -22 ports/www/html2wml/pkg-plist 1.2 +3 -6 ports/www/html2wml/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:22:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A97E337B422; Sat, 19 May 2001 12:22:28 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJMS630225; Sat, 19 May 2001 12:22:28 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191922.f4JJMS630225@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:22:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:22:28 PDT Modified files: databases/gigabase Makefile distinfo Log: upgrade to 2.32 PR: 27393 Submitted by: maintainer Revision Changes Path 1.14 +2 -2 ports/databases/gigabase/Makefile 1.16 +1 -1 ports/databases/gigabase/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:22:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 792EF37B422; Sat, 19 May 2001 12:22:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJMnH30333; Sat, 19 May 2001 12:22:49 -0700 (PDT) (envelope-from phk) Message-Id: <200105191922.f4JJMnH30333@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 19 May 2001 12:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/killall killall.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2001/05/19 12:22:49 PDT Modified files: (Branch: RELENG_4) usr.bin/killall killall.c Log: MFC: make the mib array big enough. Revision Changes Path 1.5.2.4 +2 -2 src/usr.bin/killall/killall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:24:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 056E637B422; Sat, 19 May 2001 12:24:28 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJORS30616; Sat, 19 May 2001 12:24:27 -0700 (PDT) (envelope-from mckusick) Message-Id: <200105191924.f4JJORS30616@freefall.freebsd.org> From: Kirk McKusick Date: Sat, 19 May 2001 12:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2001/05/19 12:24:27 PDT Modified files: sys/ufs/ffs ffs_softdep.c Log: Must ensure that all the entries on the pd_pendinghd list have been committed to disk before clearing them. More specifically, when free_newdirblk is called, we know that the inode claims the new directory block. However, if the associated pagedep is still linked onto the directory buffer dependency chain, then some of the entries on the pd_pendinghd list may not be committed to disk yet. In this case, we will simply note that the inode claims the block and let the pd_pendinghd list be processed when the pagedep is next written. If the pagedep is no longer on the buffer dependency chain, then all the entries on the pd_pending list are committed to disk and we can free them in free_newdirblk. This corrects a window of vulnerability introduced in the code added in version 1.95. Revision Changes Path 1.97 +12 -4 src/sys/ufs/ffs/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:28:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5F37B424; Sat, 19 May 2001 12:28:30 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJSUS31023; Sat, 19 May 2001 12:28:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191928.f4JJSUS31023@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:28:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms-crossfade Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:28:30 PDT Modified files: audio/xmms-crossfade Makefile distinfo pkg-descr pkg-plist Log: - Update xmms-crossfade 0.2.7 => 0.2.8 - Add noportdocs support - Add author of xmms-crossfade to pkg-descr PR: 27398 Submitted by: maintainer Revision Changes Path 1.7 +9 -2 ports/audio/xmms-crossfade/Makefile 1.7 +1 -1 ports/audio/xmms-crossfade/distinfo 1.2 +1 -0 ports/audio/xmms-crossfade/pkg-descr 1.2 +2 -0 ports/audio/xmms-crossfade/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:36:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01F1837B422; Sat, 19 May 2001 12:36:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJaW831616; Sat, 19 May 2001 12:36:32 -0700 (PDT) (envelope-from jdp) Message-Id: <200105191936.f4JJaW831616@freefall.freebsd.org> From: John Polstra Date: Sat, 19 May 2001 12:36:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/05/19 12:36:32 PDT Modified files: sys/netgraph ng_parse.c Log: Fix a range checking bug in ng_int32_parse which affected 64-bit machines. The code formerly read: long val; if (val < (long)-0x80000000 || ...) return EINVAL; The constant 0x80000000 has type unsigned int. The unary `-' operator does not change the type (or the value, in this case). Therefore the promotion to long is done by 0-extension, giving 0x0000000080000000 instead of the desired 0xffffffff80000000. I got rid of the `-' and changed the cast to (int32_t) to give proper sign-extension on all architectures and to better reflect the fact that we are range-checking a 32-bit value. This commit also makes the analogous changes to ng_int{8,16}_parse for consistency. MFC after: 3 days Revision Changes Path 1.11 +6 -5 src/sys/netgraph/ng_parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:43:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19AC037B422; Sat, 19 May 2001 12:43:38 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJhcg32022; Sat, 19 May 2001 12:43:38 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191943.f4JJhcg32022@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/p5-Switch Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:43:37 PDT Modified files: lang/p5-Switch Makefile distinfo Log: upgrade to 2.03 PR: 27413 Submitted by: maintainer Revision Changes Path 1.2 +4 -3 ports/lang/p5-Switch/Makefile 1.2 +1 -1 ports/lang/p5-Switch/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:45:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C03FE37B422; Sat, 19 May 2001 12:45:14 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJjET32266; Sat, 19 May 2001 12:45:14 -0700 (PDT) (envelope-from wilko) Message-Id: <200105191945.f4JJjET32266@freefall.freebsd.org> From: Wilko Bulte Date: Sat, 19 May 2001 12:45:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2001/05/19 12:45:14 PDT Modified files: . access Log: Back home.. Revision Changes Path 1.229 +2 -2 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:49:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3172937B424; Sat, 19 May 2001 12:49:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJnYP32514; Sat, 19 May 2001 12:49:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191949.f4JJnYP32514@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:49:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/p5-Text-PDF Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:49:34 PDT Modified files: print/p5-Text-PDF Makefile distinfo Log: upgrade to 0.14 PR: 27414 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/print/p5-Text-PDF/Makefile 1.3 +1 -1 ports/print/p5-Text-PDF/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 12:53:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C37337B422; Sat, 19 May 2001 12:53:35 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JJrZA32861; Sat, 19 May 2001 12:53:35 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105191953.f4JJrZA32861@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Mason Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 12:53:35 PDT Modified files: www/p5-HTML-Mason Makefile distinfo Log: upgrade to 1.03 PR: 27424 Submitted by: maintainer Revision Changes Path 1.15 +2 -2 ports/www/p5-HTML-Mason/Makefile 1.10 +1 -1 ports/www/p5-HTML-Mason/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13: 6:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C5D037B43C; Sat, 19 May 2001 13:06:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JK6P336321; Sat, 19 May 2001 13:06:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105192006.f4JK6P336321@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 13:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libuta Makefile distinfo ports/devel/libuta/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 13:06:25 PDT Modified files: devel/libuta Makefile distinfo devel/libuta/files patch-aa Log: upgrade to 0.3.38 PR: 27426 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/devel/libuta/Makefile 1.2 +1 -1 ports/devel/libuta/distinfo 1.3 +49 -2 ports/devel/libuta/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13: 7:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD72237B422; Sat, 19 May 2001 13:07:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JK7Fm36453; Sat, 19 May 2001 13:07:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105192007.f4JK7Fm36453@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 19 May 2001 13:07:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files patch-xml2Conf.sh.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/19 13:07:15 PDT Modified files: textproc/libxml2 Makefile Added files: textproc/libxml2/files patch-xml2Conf.sh.in Log: Correct gnome-config configuration file, so gnome-config outputs correct paths. Reported by: ijliao Revision Changes Path 1.48 +2 -1 ports/textproc/libxml2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13:17:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 595E937B422; Sat, 19 May 2001 13:17:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKHFX37360; Sat, 19 May 2001 13:17:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105192017.f4JKHFX37360@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 13:17:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/rand Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 13:17:15 PDT Modified files: textproc/rand Makefile pkg-descr Log: change master site and WWW: PR: 27450 Submitted by: maintainer Revision Changes Path 1.8 +2 -2 ports/textproc/rand/Makefile 1.3 +1 -1 ports/textproc/rand/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13:23:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75C0737B422; Sat, 19 May 2001 13:23:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKNJD37896; Sat, 19 May 2001 13:23:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200105192023.f4JKNJD37896@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 19 May 2001 13:23:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane Makefile distinfo pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2001/05/19 13:23:19 PDT Modified files: graphics/xsane Makefile distinfo pkg-message pkg-plist Log: upgrade to 0.76 PR: 27452 Submitted by: maintainer Revision Changes Path 1.26 +2 -2 ports/graphics/xsane/Makefile 1.18 +1 -1 ports/graphics/xsane/distinfo 1.4 +1 -1 ports/graphics/xsane/pkg-message 1.15 +5 -0 ports/graphics/xsane/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13:40:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D94437B61A; Sat, 19 May 2001 13:40:40 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKeer39114; Sat, 19 May 2001 13:40:40 -0700 (PDT) (envelope-from lioux) Message-Id: <200105192040.f4JKeer39114@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 19 May 2001 13:40:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-heroes Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/05/19 13:40:40 PDT Modified files: games/hlserver-heroes Makefile Log: Rollback to rev 1.2 Revision Changes Path 1.4 +3 -3 ports/games/hlserver-heroes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13:46: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1E3837B424; Sat, 19 May 2001 13:45:59 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKjx139432; Sat, 19 May 2001 13:45:59 -0700 (PDT) (envelope-from roam) Message-Id: <200105192045.f4JKjx139432@freefall.freebsd.org> From: Peter Pentchev Date: Sat, 19 May 2001 13:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/05/19 13:45:59 PDT Modified files: games/nethack Makefile Log: As much as I like Nethack, I just do not have the resources to maintain this port anymore. Taking maintainership over from -ports was done in an effort to unbreak it and preserve this classic game, but now it seems that my unresponsiveness is only standing in the way of more and much better updates. Apologies to all those who have CC'd me in the last few months in mail WRT updating/unifying the various Nethack ports; do not let my silence stop you any longer! Revision Changes Path 1.28 +2 -2 ports/games/nethack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13:46:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D2A037B424; Sat, 19 May 2001 13:46:14 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JKkEN39447; Sat, 19 May 2001 13:46:14 -0700 (PDT) (envelope-from deischen) Message-Id: <200105192046.f4JKkEN39447@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 19 May 2001 13:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/plan pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2001/05/19 13:46:13 PDT Modified files: deskutils/plan pkg-plist Log: Add share/plan to pkg-plist. PR: 27459 Submitted by: David W. Chapman Jr. Revision Changes Path 1.11 +1 -0 ports/deskutils/plan/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 13:59:54 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 6825D37B42C; Sat, 19 May 2001 13:59:51 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni (ppp-245.dial6.ctonet.it [212.110.181.245]) by mail.ctonet.it (Postfix) with ESMTP id 29555121FE; Sat, 19 May 2001 22:59:48 +0200 (CEST) Received: from localhost (bogus@localhost [127.0.0.1]) by olgeni.olgeni (8.11.3/8.11.3) with ESMTP id f4JL16B18668; Sat, 19 May 2001 23:01:07 +0200 (CEST) (envelope-from olgeni@FreeBSD.org) Date: Sat, 19 May 2001 23:01:06 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Jonathan Lemon Cc: John Hay , Jonathan Lemon , , Subject: Re: cvs commit: src/share/mk bsd.kmod.mk In-Reply-To: <20010519103102.A68487@prism.flugsvamp.com> Message-ID: <20010519230021.Q18497-100000@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 19 May 2001, Jonathan Lemon wrote: > fix that I had neglected to commit: sys/conf/kmod.mk. I just > committed that portion as well. It works now... thanks! -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 14: 0:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8A8C37B424; Sat, 19 May 2001 14:00:43 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JL0hw40255; Sat, 19 May 2001 14:00:43 -0700 (PDT) (envelope-from knu) Message-Id: <200105192100.f4JL0hw40255@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 19 May 2001 14:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/05/19 14:00:43 PDT Modified files: devel/cvsweb Makefile Log: Don't bother Perl with $@%'s in CVSROOT, TITLE, etc.. PR: ports/27234 Submitted by: Gordon Burditt Revision Changes Path 1.55 +6 -6 ports/devel/cvsweb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 14: 1:26 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id A7D7E37B422; Sat, 19 May 2001 14:01:15 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 5C2AE18A47; Sat, 19 May 2001 15:56:05 -0500 (EST) Date: Sat, 19 May 2001 15:56:05 -0500 From: Will Andrews To: Bruce Evans Cc: Akinori MUSHA , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile Message-ID: <20010519155605.K1198@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Bruce Evans , Akinori MUSHA , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <86ofsqejx6.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: ; from bde@zeta.org.au on Sun, May 20, 2001 at 12:53:17AM +1000 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 20, 2001 at 12:53:17AM +1000, Bruce Evans wrote: > Yes. The DEFSHELL stuff is wrong even in -current. It complicates fixing > the documented and required ways for controlling the shell: The only problem is that DEFSHELL has been in -current for almost 12 months now. I'm sure there are a number of people who would object to backing it out considering it's been in -current for so long now, so if anyone does it, you'd be the best one to. :) And for goodness sake, if someone's backing it out, do it now! The release for 5.0 is drawing ever nearer. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 14:12:28 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 5AAE337B42C; Sat, 19 May 2001 14:12:23 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BFB8567B2A; Sat, 19 May 2001 14:12:22 -0700 (PDT) Date: Sat, 19 May 2001 14:12:22 -0700 From: Kris Kennaway To: Will Andrews , Bruce Evans , Akinori MUSHA , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make Makefile Message-ID: <20010519141222.B43976@xor.obsecurity.org> References: <86ofsqejx6.wl@archon.local.idaemons.org> <20010519155605.K1198@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010519155605.K1198@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Sat, May 19, 2001 at 03:56:05PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 19, 2001 at 03:56:05PM -0500, Will Andrews wrote: > On Sun, May 20, 2001 at 12:53:17AM +1000, Bruce Evans wrote: > > Yes. The DEFSHELL stuff is wrong even in -current. It complicates fix= ing > > the documented and required ways for controlling the shell: >=20 > The only problem is that DEFSHELL has been in -current for almost 12 > months now. I'm sure there are a number of people who would object to > backing it out considering it's been in -current for so long now, so > if anyone does it, you'd be the best one to. :) That's too bad, they can adapt. Goes with the territory of running -current. Kris --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7BuG2Wry0BWjoQKURAjYrAJ44DzVpD/XfK7BLq8sIfHkdUh3KvACgy1Lr /DXXsjMmE7rdWoccapY7RhQ= =MiX1 -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 14:33:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D76F37B42C; Sat, 19 May 2001 14:33:07 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JLX7F44681; Sat, 19 May 2001 14:33:07 -0700 (PDT) (envelope-from lioux) Message-Id: <200105192133.f4JLX7F44681@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 19 May 2001 14:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/05/19 14:33:07 PDT Modified files: devel/understand_c Makefile distinfo Log: Update to version 1.4 Build 113 Revision Changes Path 1.11 +2 -2 ports/devel/understand_c/Makefile 1.10 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 14:36:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C171437B424; Sat, 19 May 2001 14:36:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JLadI44888; Sat, 19 May 2001 14:36:39 -0700 (PDT) (envelope-from lioux) Message-Id: <200105192136.f4JLadI44888@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 19 May 2001 14:36:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/05/19 14:36:39 PDT Modified files: devel/understand_c pkg-plist Log: Correct typo: %D points to ${LINUXBASE} and I wanted ${PREFIX} which is ${PKG_PREFIX} Revision Changes Path 1.6 +1 -1 ports/devel/understand_c/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 14:39:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E189237B422; Sat, 19 May 2001 14:39:26 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JLdQu45025; Sat, 19 May 2001 14:39:26 -0700 (PDT) (envelope-from joe) Message-Id: <200105192139.f4JLdQu45025@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 19 May 2001 14:39:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/19 14:39:26 PDT Modified files: devel Makefile Log: Sort a few misordered entries. Revision Changes Path 1.540 +4 -4 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 15:32:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37AFB37B42C; Sat, 19 May 2001 15:32:08 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JMW8X66218; Sat, 19 May 2001 15:32:08 -0700 (PDT) (envelope-from joe) Message-Id: <200105192232.f4JMW8X66218@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 19 May 2001 15:32:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Log-Dispatch Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/p5-Log-Dispatch/files patch-broken-perl-syslog patch-simpler-Makefile.PL ports/devel/p5-Log-Dispatch/scripts configure.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/19 15:32:08 PDT Modified files: devel Makefile Added files: devel/p5-Log-Dispatch Makefile distinfo pkg-comment pkg-descr pkg-plist devel/p5-Log-Dispatch/files patch-broken-perl-syslog patch-simpler-Makefile.PL devel/p5-Log-Dispatch/scripts configure.pl Log: Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. PR: ports/27412 Revision Changes Path 1.541 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 15:36:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 036C437B422; Sat, 19 May 2001 15:36:27 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JMaQ168954; Sat, 19 May 2001 15:36:26 -0700 (PDT) (envelope-from joe) Message-Id: <200105192236.f4JMaQ168954@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 19 May 2001 15:36:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/05/19 15:36:26 PDT Modified files: . modules Log: p5-Log-Dispatch -> ports/devel/p5-Log-Dispatch Revision Changes Path 1.3137 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 16: 0:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A9237B43E; Sat, 19 May 2001 16:00:08 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JN08k83013; Sat, 19 May 2001 16:00:08 -0700 (PDT) (envelope-from lioux) Message-Id: <200105192300.f4JN08k83013@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 19 May 2001 16:00:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-svencoop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2001/05/19 16:00:08 PDT Modified files: games/hlserver-svencoop Makefile distinfo Log: - Update MASTER_SITES - Fix checksum typo Submitted by: bento Revision Changes Path 1.3 +2 -5 ports/games/hlserver-svencoop/Makefile 1.2 +1 -1 ports/games/hlserver-svencoop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 16:18:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1936237B422; Sat, 19 May 2001 16:18:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JNIMp86494; Sat, 19 May 2001 16:18:22 -0700 (PDT) (envelope-from kris) Message-Id: <200105192318.f4JNIMp86494@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 16:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.sys.mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 16:18:21 PDT Modified files: share/mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk Added files: share/mk bsd.sys.mk Log: Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk to avoid polluting sys.mk. This directive controls the addition of compiler warning flags to CFLAGS in a relatively compiler-neutral manner. The idea is that WARNS can be set in Makefile.inc or in individual Makefiles as they become clean, to prevent the introduction of new warnings in the code. -Werror is added by default Revision Changes Path 1.31 +2 -2 src/share/mk/Makefile 1.87 +3 -1 src/share/mk/bsd.kmod.mk 1.96 +3 -1 src/share/mk/bsd.lib.mk 1.96 +3 -1 src/share/mk/bsd.prog.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 16:24:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDBD937B422; Sat, 19 May 2001 16:24:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JNOHP86828; Sat, 19 May 2001 16:24:17 -0700 (PDT) (envelope-from kris) Message-Id: <200105192324.f4JNOHP86828@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 16:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk bsd.sys.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 16:24:17 PDT Modified files: share/mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk bsd.sys.mk Log: (Previous commit was made prematurely before I could finish composing the log message) Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk to avoid polluting sys.mk. This directive controls the addition of compiler warning flags to CFLAGS in a relatively compiler-neutral manner. The idea is that WARNS can be set in Makefile.inc or in individual Makefiles as they become clean, to prevent the introduction of new warnings in the code (-Werror is added by default when WARNS > 0). This behaviour can be overridden with the following two knobs: NO_WARNS disables the checking of WARNS completely NO_WERROR disables the addition of -Werror to the flags. Additionally, setting WFORMAT to 1 (in makefiles) and/or defining FORMAT_AUDIT (by the user) will enable increased checking of format string arguments. Obtained from: NetBSD Reviewed by: peter Revision Changes Path 1.32 +1 -1 src/share/mk/Makefile 1.88 +1 -1 src/share/mk/bsd.kmod.mk 1.97 +1 -1 src/share/mk/bsd.lib.mk 1.97 +1 -1 src/share/mk/bsd.prog.mk 1.2 +1 -1 src/share/mk/bsd.sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 16:32:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 805CC37B424; Sat, 19 May 2001 16:32:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4JNWKa87279; Sat, 19 May 2001 16:32:20 -0700 (PDT) (envelope-from kris) Message-Id: <200105192332.f4JNWKa87279@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 16:32:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.sys.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 16:32:20 PDT Modified files: share/mk bsd.sys.mk Log: Only add -Werror if in fact we have set WARNS or WFORMAT to >0 Revision Changes Path 1.3 +7 -5 src/share/mk/bsd.sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 17:12:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EDE237B422; Sat, 19 May 2001 17:12:13 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K0CDk91526; Sat, 19 May 2001 17:12:13 -0700 (PDT) (envelope-from archie) Message-Id: <200105200012.f4K0CDk91526@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 19 May 2001 17:12:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys send.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/05/19 17:12:10 PDT Modified files: lib/libc/sys send.2 Log: Document ECONNREFUSED. Submitted by: Richard Hodges Revision Changes Path 1.13 +5 -1 src/lib/libc/sys/send.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 17:12:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF02F37B422; Sat, 19 May 2001 17:12:46 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K0Ckv91599; Sat, 19 May 2001 17:12:46 -0700 (PDT) (envelope-from archie) Message-Id: <200105200012.f4K0Ckv91599@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 19 May 2001 17:12:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys send.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2001/05/19 17:12:46 PDT Modified files: (Branch: RELENG_4) lib/libc/sys send.2 Log: MFC: (rev. 1.13) document ECONNREFUSED. Revision Changes Path 1.10.2.3 +5 -1 src/lib/libc/sys/send.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:18: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B191237B422; Sat, 19 May 2001 19:18:04 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2I4p02556; Sat, 19 May 2001 19:18:04 -0700 (PDT) (envelope-from vanilla) Message-Id: <200105200218.f4K2I4p02556@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 19 May 2001 19:18:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-BerkeleyDB Makefile distinfo ports/converters/p5-Convert-ASN1 Makefile distinfo ports/www/p5-FastCGI Makefile distinfo ports/devel/p5-File-Spec Makefile distinfo ports/misc/p5-Finance-Quote Makefile distinfo ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/05/19 19:18:04 PDT Modified files: databases/p5-BerkeleyDB Makefile distinfo converters/p5-Convert-ASN1 Makefile distinfo www/p5-FastCGI Makefile distinfo devel/p5-File-Spec Makefile distinfo misc/p5-Finance-Quote Makefile distinfo security/p5-IO-Socket-SSL Makefile distinfo devel/p5-Locale-Maketext Makefile distinfo net/p5-Mon Makefile distinfo net/p5-Net-IPv4Addr Makefile distinfo Log: Upgrade to latest version: p5-BerkeleyDB => 0.15 p5-Convert-ASN1 => 0.10 p5-FastCGI => 0.58 p5-File-Spec => 0.82 p5-Finance-Quote => 1.05 p5-IO-Socket-SSL => 0.78 p5-Locale-Maketext => 0.18 p5-Mon => 0.11 p5-Net-IPv4Addr => 0.10 Some ports NO response from: maintainers Some ports Approved by: maintainers Revision Changes Path 1.5 +2 -2 ports/databases/p5-BerkeleyDB/Makefile 1.3 +1 -1 ports/databases/p5-BerkeleyDB/distinfo 1.4 +2 -2 ports/converters/p5-Convert-ASN1/Makefile 1.3 +1 -1 ports/converters/p5-Convert-ASN1/distinfo 1.8 +3 -3 ports/www/p5-FastCGI/Makefile 1.3 +1 -1 ports/www/p5-FastCGI/distinfo 1.3 +2 -2 ports/devel/p5-File-Spec/Makefile 1.2 +1 -1 ports/devel/p5-File-Spec/distinfo 1.3 +17 -19 ports/misc/p5-Finance-Quote/Makefile 1.2 +1 -1 ports/misc/p5-Finance-Quote/distinfo 1.4 +2 -2 ports/security/p5-IO-Socket-SSL/Makefile 1.2 +1 -1 ports/security/p5-IO-Socket-SSL/distinfo 1.3 +5 -2 ports/devel/p5-Locale-Maketext/Makefile 1.2 +1 -1 ports/devel/p5-Locale-Maketext/distinfo 1.3 +2 -2 ports/net/p5-Mon/Makefile 1.2 +1 -1 ports/net/p5-Mon/distinfo 1.5 +2 -2 ports/net/p5-Net-IPv4Addr/Makefile 1.3 +1 -1 ports/net/p5-Net-IPv4Addr/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:19:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEA2537B422; Sat, 19 May 2001 19:19:10 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2JAp02668; Sat, 19 May 2001 19:19:10 -0700 (PDT) (envelope-from vanilla) Message-Id: <200105200219.f4K2JAp02668@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 19 May 2001 19:19:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-CClient Makefile distinfo pkg-plist ports/mail/p5-Mail-CClient/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2001/05/19 19:19:10 PDT Modified files: mail/p5-Mail-CClient Makefile distinfo pkg-plist mail/p5-Mail-CClient/files patch-aa Log: Upgrade to 1.1, Fix library link problem. Approved by: maintainer Revision Changes Path 1.5 +4 -2 ports/mail/p5-Mail-CClient/Makefile 1.2 +1 -1 ports/mail/p5-Mail-CClient/distinfo 1.3 +2 -0 ports/mail/p5-Mail-CClient/pkg-plist 1.3 +3 -3 ports/mail/p5-Mail-CClient/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:22:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 538E037B424; Sat, 19 May 2001 19:22:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2MO002907; Sat, 19 May 2001 19:22:24 -0700 (PDT) (envelope-from will) Message-Id: <200105200222.f4K2MO002907@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/shapelib Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/shapelib/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:22:24 PDT Modified files: devel Makefile Added files: devel/shapelib Makefile distinfo pkg-comment pkg-descr pkg-plist devel/shapelib/files patch-aa Log: Add shapelib 1.2.8, a C API for reading and writing ArcView Shapefiles. PR: 26929 Submitted by: Randall Hopper Revision Changes Path 1.542 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:22:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66AA637B50F; Sat, 19 May 2001 19:22:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2MUE02991; Sat, 19 May 2001 19:22:30 -0700 (PDT) (envelope-from will) Message-Id: <200105200222.f4K2MUE02991@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:22:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:22:30 PDT Modified files: . modules Log: shapelib --> ports/devel/shapelib Revision Changes Path 1.3138 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:31:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AF6137B42C; Sat, 19 May 2001 19:31:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2VCi03561; Sat, 19 May 2001 19:31:12 -0700 (PDT) (envelope-from will) Message-Id: <200105200231.f4K2VCi03561@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:31:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/isakmpd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/isakmpd/files patch-aa patch-ab patch-ac patch-ba patch-ca X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:31:11 PDT Modified files: security Makefile Added files: security/isakmpd Makefile distinfo pkg-comment pkg-descr pkg-plist security/isakmpd/files patch-aa patch-ab patch-ac patch-ba patch-ca Log: Add isakmpd 20010403, the OpenBSD IKE daemon. About time, too... PR: 27274 Submitted by: Martti Kuparinen Revision Changes Path 1.191 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:31:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E7B37B5AF; Sat, 19 May 2001 19:31:17 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2VHp03621; Sat, 19 May 2001 19:31:17 -0700 (PDT) (envelope-from will) Message-Id: <200105200231.f4K2VHp03621@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:31:17 PDT Modified files: . modules Log: isakmpd --> ports/security/isakmpd Revision Changes Path 1.3139 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:35:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86B5737B424; Sat, 19 May 2001 19:35:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2ZbV04000; Sat, 19 May 2001 19:35:37 -0700 (PDT) (envelope-from will) Message-Id: <200105200235.f4K2ZbV04000@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:35:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/lla Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/lla/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:35:37 PDT Modified files: net Makefile Added files: net/lla Makefile distinfo pkg-comment pkg-descr pkg-plist net/lla/files patch-aa Log: Add lla 0.98p14, a perl-based LDAP log statistics generator. PR: 27025 Submitted by: Sunagawa Koji Revision Changes Path 1.535 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:35:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3482737B424; Sat, 19 May 2001 19:35:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2ZnA04038; Sat, 19 May 2001 19:35:49 -0700 (PDT) (envelope-from will) Message-Id: <200105200235.f4K2ZnA04038@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:35:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:35:48 PDT Modified files: . modules Log: lla --> ports/net/lla Revision Changes Path 1.3140 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:40:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1533A37B422; Sat, 19 May 2001 19:40:31 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2eUB04343; Sat, 19 May 2001 19:40:31 -0700 (PDT) (envelope-from will) Message-Id: <200105200240.f4K2eUB04343@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:40:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/ssh-multiadd Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:40:30 PDT Modified files: security Makefile Added files: security/ssh-multiadd Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ssh-multiadd 1.3, a tool to add multiple ssh keys to the authentication agent. PR: 26975 Submitted by: Pete Fritchman Revision Changes Path 1.192 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:40:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5C3937B422; Sat, 19 May 2001 19:40:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2esf04385; Sat, 19 May 2001 19:40:54 -0700 (PDT) (envelope-from will) Message-Id: <200105200240.f4K2esf04385@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:40:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:40:54 PDT Modified files: . modules Log: ssh-multiadd --> ports/security/ssh-multiadd Revision Changes Path 1.3141 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:45:52 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 8DC6F37B422; Sat, 19 May 2001 19:45:47 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ECF3F67B2D; Sat, 19 May 2001 19:45:46 -0700 (PDT) Date: Sat, 19 May 2001 19:45:46 -0700 From: Kris Kennaway To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security Makefile ports/security/isakmpd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/isakmpd/files patch-aa patch-ab patch-ac patch-ba patch-ca Message-ID: <20010519194546.A84414@xor.obsecurity.org> References: <200105200231.f4K2VCi03561@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105200231.f4K2VCi03561@freefall.freebsd.org>; from will@FreeBSD.org on Sat, May 19, 2001 at 07:31:11PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 19, 2001 at 07:31:11PM -0700, Will Andrews wrote: > will 2001/05/19 19:31:11 PDT >=20 > Modified files: > security Makefile=20 > Added files: > security/isakmpd Makefile distinfo pkg-comment pkg-descr=20 > pkg-plist=20 > security/isakmpd/files patch-aa patch-ab patch-ac patch-ba=20 > patch-ca=20 > Log: > Add isakmpd 20010403, the OpenBSD IKE daemon. About time, too... > =20 > PR: 27274 > Submitted by: Martti Kuparinen Does it actually work on FreeBSD? I ported this a long time ago, but couldn't get it to work. Kris --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7By/aWry0BWjoQKURAp0+AJ9Lhk/5ayLW46JhYCvSGhY3bsZMWwCfbBXJ k2jhNDI9fo1aNdrRd3zjTrQ= =6+UO -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:48:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3435D37B422; Sat, 19 May 2001 19:48:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2mCb04861; Sat, 19 May 2001 19:48:12 -0700 (PDT) (envelope-from will) Message-Id: <200105200248.f4K2mCb04861@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:48:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/zsnes Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/emulators/zsnes/files patch-src::linux::protect.c patch-src::linux::zfilew.c patch-src::linux::ztcp.c patch-src::makefile.linux X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:48:12 PDT Modified files: emulators Makefile Added files: emulators/zsnes Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist emulators/zsnes/files patch-src::linux::protect.c patch-src::linux::zfilew.c patch-src::linux::ztcp.c patch-src::makefile.linux Log: Add zsnes 1.20, an x86 only Super Nintendo Entertainment System (SNES) Emulator. PR: 27077 Submitted by: Stijn Hoop Revision Changes Path 1.72 +2 -1 ports/emulators/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:48:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1508337B63A; Sat, 19 May 2001 19:48:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2mL804944; Sat, 19 May 2001 19:48:21 -0700 (PDT) (envelope-from will) Message-Id: <200105200248.f4K2mL804944@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:48:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:48:20 PDT Modified files: . modules Log: zsnes --> ports/emulators/zsnes Revision Changes Path 1.3142 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:54:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3061E37B422; Sat, 19 May 2001 19:54:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2soc05550; Sat, 19 May 2001 19:54:50 -0700 (PDT) (envelope-from will) Message-Id: <200105200254.f4K2soc05550@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/msyslog Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/msyslog/files msyslog.sh.sample patch-configure.in patch-im_tcp.c patch-im_udp.c patch-im_unix.c patch-ip_misc.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:54:50 PDT Modified files: sysutils Makefile Added files: sysutils/msyslog Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/msyslog/files msyslog.sh.sample patch-configure.in patch-im_tcp.c patch-im_udp.c patch-im_unix.c patch-ip_misc.c patch-md5.h patch-modules-Makefile.in patch-rmd160.h patch-sha1.h Log: Add msyslog 1.04b, a flexible and easy to integrate syslog daemon. PR: 27308 Submitted by: Anders Nordby Revision Changes Path 1.187 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 19:55: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1DBD37B634; Sat, 19 May 2001 19:54:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K2svc05592; Sat, 19 May 2001 19:54:57 -0700 (PDT) (envelope-from will) Message-Id: <200105200254.f4K2svc05592@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 19:54:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 19:54:57 PDT Modified files: . modules Log: msyslog --> ports/sysutils/msyslog Revision Changes Path 1.3143 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20: 1: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E5E737B424; Sat, 19 May 2001 20:01:02 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K312t05976; Sat, 19 May 2001 20:01:02 -0700 (PDT) (envelope-from will) Message-Id: <200105200301.f4K312t05976@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:01:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/crimson Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:01:01 PDT Modified files: games Makefile Added files: games/crimson Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add crimson 0.1.3, a tactical war game in the tradition of Battle Isle. PR: 27062 Submitted by: Jan Jungnickel Revision Changes Path 1.375 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20: 2: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33B6E37B424; Sat, 19 May 2001 20:01:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K31vT06128; Sat, 19 May 2001 20:01:57 -0700 (PDT) (envelope-from will) Message-Id: <200105200301.f4K31vT06128@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:01:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/xosd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/xosd/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:01:57 PDT Modified files: misc Makefile Added files: misc/xosd Makefile distinfo pkg-comment pkg-descr pkg-plist misc/xosd/files patch-aa Log: Add xosd 0.7.0, X On-Screen-Display Library and XMMS plug-in. PR: 27015 Submitted by: Hye-Shik Chang Revision Changes Path 1.346 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20: 2: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F86637B496; Sat, 19 May 2001 20:02:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K324c06217; Sat, 19 May 2001 20:02:04 -0700 (PDT) (envelope-from will) Message-Id: <200105200302.f4K324c06217@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:02:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:02:04 PDT Modified files: . modules Log: xosd --> ports/misc/xosd Revision Changes Path 1.3144 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20: 3:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC53037B424; Sat, 19 May 2001 20:03:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K33dM06334; Sat, 19 May 2001 20:03:39 -0700 (PDT) (envelope-from will) Message-Id: <200105200303.f4K33dM06334@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:03:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:03:35 PDT Modified files: . modules Log: games_crimson --> ports/games/crimson Revision Changes Path 1.3145 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:10:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CF8D37B424; Sat, 19 May 2001 20:09:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K391U09170; Sat, 19 May 2001 20:09:01 -0700 (PDT) (envelope-from kris) Message-Id: <200105200309.f4K391U09170@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 20:09:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 20:09:01 PDT src/crypto/openssl - Imported sources Update of /home/ncvs/src/crypto/openssl In directory freefall.freebsd.org:/c/tmp/cvs-serv6373 Log Message: Initial import of OpenSSL 0.9.6a Status: Vendor Tag: OPENSSL Release Tags: v0_9_6a U src/crypto/openssl/CHANGES U src/crypto/openssl/CHANGES.SSLeay U src/crypto/openssl/config U src/crypto/openssl/Configure U src/crypto/openssl/e_os2.h U src/crypto/openssl/e_os.h U src/crypto/openssl/FAQ U src/crypto/openssl/INSTALL U src/crypto/openssl/LICENSE U src/crypto/openssl/Makefile.org U src/crypto/openssl/Makefile.ssl U src/crypto/openssl/NEWS U src/crypto/openssl/openssl.doxy U src/crypto/openssl/openssl.spec U src/crypto/openssl/README U src/crypto/openssl/README.ENGINE U src/crypto/openssl/apps/app_rand.c U src/crypto/openssl/apps/apps.c U src/crypto/openssl/apps/apps.h U src/crypto/openssl/apps/asn1pars.c U src/crypto/openssl/apps/ca.c U src/crypto/openssl/apps/ca-cert.srl U src/crypto/openssl/apps/ca-key.pem U src/crypto/openssl/apps/CA.pl U src/crypto/openssl/apps/CA.pl.in U src/crypto/openssl/apps/ca-req.pem U src/crypto/openssl/apps/CA.sh U src/crypto/openssl/apps/cert.pem U src/crypto/openssl/apps/ciphers.c U src/crypto/openssl/apps/client.pem U src/crypto/openssl/apps/crl2p7.c U src/crypto/openssl/apps/crl.c U src/crypto/openssl/apps/der_chop U src/crypto/openssl/apps/der_chop.in U src/crypto/openssl/apps/dgst.c U src/crypto/openssl/apps/dh1024.pem U src/crypto/openssl/apps/dh2048.pem U src/crypto/openssl/apps/dh4096.pem U src/crypto/openssl/apps/dh512.pem U src/crypto/openssl/apps/dh.c U src/crypto/openssl/apps/dhparam.c U src/crypto/openssl/apps/dsa1024.pem U src/crypto/openssl/apps/dsa512.pem U src/crypto/openssl/apps/dsa.c U src/crypto/openssl/apps/dsa-ca.pem U src/crypto/openssl/apps/dsaparam.c U src/crypto/openssl/apps/dsa-pca.pem U src/crypto/openssl/apps/dsap.pem U src/crypto/openssl/apps/enc.c U src/crypto/openssl/apps/errstr.c U src/crypto/openssl/apps/gendh.c U src/crypto/openssl/apps/gendsa.c U src/crypto/openssl/apps/genrsa.c U src/crypto/openssl/apps/Makefile.save U src/crypto/openssl/apps/Makefile.ssl U src/crypto/openssl/apps/nseq.c U src/crypto/openssl/apps/oid.cnf U src/crypto/openssl/apps/openssl.c U src/crypto/openssl/apps/openssl.cnf U src/crypto/openssl/apps/passwd.c U src/crypto/openssl/apps/pca-cert.srl U src/crypto/openssl/apps/pca-key.pem U src/crypto/openssl/apps/pca-req.pem U src/crypto/openssl/apps/pkcs12.c U src/crypto/openssl/apps/pkcs7.c U src/crypto/openssl/apps/pkcs8.c U src/crypto/openssl/apps/privkey.pem U src/crypto/openssl/apps/progs.h U src/crypto/openssl/apps/progs.pl U src/crypto/openssl/apps/rand.c U src/crypto/openssl/apps/req.c U src/crypto/openssl/apps/req.pem U src/crypto/openssl/apps/rsa8192.pem U src/crypto/openssl/apps/rsa.c U src/crypto/openssl/apps/rsautl.c U src/crypto/openssl/apps/s1024key.pem U src/crypto/openssl/apps/s1024req.pem U src/crypto/openssl/apps/s512-key.pem U src/crypto/openssl/apps/s512-req.pem U src/crypto/openssl/apps/s_apps.h U src/crypto/openssl/apps/s_cb.c U src/crypto/openssl/apps/s_client.c U src/crypto/openssl/apps/server2.pem U src/crypto/openssl/apps/server.pem U src/crypto/openssl/apps/server.srl U src/crypto/openssl/apps/sess_id.c U src/crypto/openssl/apps/smime.c C src/crypto/openssl/apps/speed.c U src/crypto/openssl/apps/spkac.c U src/crypto/openssl/apps/s_server.c U src/crypto/openssl/apps/s_socket.c U src/crypto/openssl/apps/s_time.c U src/crypto/openssl/apps/testCA.pem U src/crypto/openssl/apps/testdsa.h U src/crypto/openssl/apps/testrsa.h U src/crypto/openssl/apps/verify.c U src/crypto/openssl/apps/version.c U src/crypto/openssl/apps/winrand.c U src/crypto/openssl/apps/x509.c U src/crypto/openssl/apps/set/set_b_ca.pem U src/crypto/openssl/apps/set/set_c_ca.pem U src/crypto/openssl/apps/set/set_d_ct.pem U src/crypto/openssl/apps/set/set-g-ca.pem U src/crypto/openssl/apps/set/set-m-ca.pem U src/crypto/openssl/apps/set/set_root.pem U src/crypto/openssl/apps/demoCA/cacert.pem U src/crypto/openssl/apps/demoCA/index.txt U src/crypto/openssl/apps/demoCA/serial U src/crypto/openssl/apps/demoCA/private/cakey.pem U src/crypto/openssl/bugs/alpha.c U src/crypto/openssl/bugs/dggccbug.c U src/crypto/openssl/bugs/MS U src/crypto/openssl/bugs/sgiccbug.c U src/crypto/openssl/bugs/sslref.dif U src/crypto/openssl/bugs/SSLv3 U src/crypto/openssl/bugs/stream.c U src/crypto/openssl/bugs/ultrixcc.c U src/crypto/openssl/bugs/VC16.bug U src/crypto/openssl/certs/ca-cert.pem U src/crypto/openssl/certs/dsa-ca.pem U src/crypto/openssl/certs/dsa-pca.pem U src/crypto/openssl/certs/factory.pem U src/crypto/openssl/certs/ICE-CA.pem U src/crypto/openssl/certs/ICE.crl U src/crypto/openssl/certs/ICE-root.pem U src/crypto/openssl/certs/ICE-user.pem U src/crypto/openssl/certs/nortelCA.pem U src/crypto/openssl/certs/pca-cert.pem U src/crypto/openssl/certs/rsa-cca.pem U src/crypto/openssl/certs/thawteCb.pem U src/crypto/openssl/certs/thawteCp.pem U src/crypto/openssl/certs/timCA.pem U src/crypto/openssl/certs/tjhCA.pem U src/crypto/openssl/certs/vsign1.pem U src/crypto/openssl/certs/vsign2.pem U src/crypto/openssl/certs/vsign3.pem U src/crypto/openssl/certs/vsignss.pem U src/crypto/openssl/certs/vsigntca.pem U src/crypto/openssl/certs/expired/ICE-CA.pem U src/crypto/openssl/certs/expired/ICE.crl U src/crypto/openssl/certs/expired/ICE-root.pem U src/crypto/openssl/certs/expired/ICE-user.pem U src/crypto/openssl/certs/expired/rsa-ssca.pem U src/crypto/openssl/crypto/cpt_err.c U src/crypto/openssl/crypto/cryptlib.c U src/crypto/openssl/crypto/cryptlib.h U src/crypto/openssl/crypto/crypto.h U src/crypto/openssl/crypto/cversion.c U src/crypto/openssl/crypto/ebcdic.c U src/crypto/openssl/crypto/ebcdic.h U src/crypto/openssl/crypto/ex_data.c U src/crypto/openssl/crypto/Makefile.save U src/crypto/openssl/crypto/Makefile.ssl U src/crypto/openssl/crypto/md32_common.h U src/crypto/openssl/crypto/mem.c U src/crypto/openssl/crypto/mem_dbg.c U src/crypto/openssl/crypto/opensslconf.h U src/crypto/openssl/crypto/opensslconf.h.in U src/crypto/openssl/crypto/opensslv.h U src/crypto/openssl/crypto/symhacks.h U src/crypto/openssl/crypto/tmdiff.c U src/crypto/openssl/crypto/tmdiff.h N src/crypto/openssl/crypto/uid.c U src/crypto/openssl/crypto/asn1/a_bitstr.c U src/crypto/openssl/crypto/asn1/a_bmp.c U src/crypto/openssl/crypto/asn1/a_bool.c U src/crypto/openssl/crypto/asn1/a_bytes.c U src/crypto/openssl/crypto/asn1/a_d2i_fp.c U src/crypto/openssl/crypto/asn1/a_digest.c U src/crypto/openssl/crypto/asn1/a_dup.c U src/crypto/openssl/crypto/asn1/a_enum.c U src/crypto/openssl/crypto/asn1/a_gentm.c U src/crypto/openssl/crypto/asn1/a_hdr.c U src/crypto/openssl/crypto/asn1/a_i2d_fp.c U src/crypto/openssl/crypto/asn1/a_int.c U src/crypto/openssl/crypto/asn1/a_mbstr.c U src/crypto/openssl/crypto/asn1/a_meth.c U src/crypto/openssl/crypto/asn1/a_null.c U src/crypto/openssl/crypto/asn1/a_object.c U src/crypto/openssl/crypto/asn1/a_octet.c U src/crypto/openssl/crypto/asn1/a_print.c U src/crypto/openssl/crypto/asn1/a_set.c U src/crypto/openssl/crypto/asn1/a_sign.c U src/crypto/openssl/crypto/asn1/asn1_err.c U src/crypto/openssl/crypto/asn1/asn1.h U src/crypto/openssl/crypto/asn1/asn1_lib.c U src/crypto/openssl/crypto/asn1/asn1_mac.h U src/crypto/openssl/crypto/asn1/asn1_par.c U src/crypto/openssl/crypto/asn1/f.c U src/crypto/openssl/crypto/asn1/asn_pack.c U src/crypto/openssl/crypto/asn1/a_strex.c U src/crypto/openssl/crypto/asn1/a_strnid.c U src/crypto/openssl/crypto/asn1/a_time.c U src/crypto/openssl/crypto/asn1/a_type.c U src/crypto/openssl/crypto/asn1/a_utctm.c U src/crypto/openssl/crypto/asn1/a_utf8.c U src/crypto/openssl/crypto/asn1/a_verify.c U src/crypto/openssl/crypto/asn1/a_vis.c U src/crypto/openssl/crypto/asn1/charmap.h U src/crypto/openssl/crypto/asn1/charmap.pl U src/crypto/openssl/crypto/asn1/d2i_dhp.c U src/crypto/openssl/crypto/asn1/d2i_dsap.c U src/crypto/openssl/crypto/asn1/d2i_pr.c U src/crypto/openssl/crypto/asn1/d2i_pu.c U src/crypto/openssl/crypto/asn1/d2i_r_pr.c U src/crypto/openssl/crypto/asn1/d2i_r_pu.c U src/crypto/openssl/crypto/asn1/d2i_s_pr.c U src/crypto/openssl/crypto/asn1/d2i_s_pu.c U src/crypto/openssl/crypto/asn1/evp_asn1.c U src/crypto/openssl/crypto/asn1/f_enum.c U src/crypto/openssl/crypto/asn1/f_int.c U src/crypto/openssl/crypto/asn1/f_string.c U src/crypto/openssl/crypto/asn1/i2d_dhp.c U src/crypto/openssl/crypto/asn1/i2d_dsap.c U src/crypto/openssl/crypto/asn1/i2d_pr.c U src/crypto/openssl/crypto/asn1/i2d_pu.c U src/crypto/openssl/crypto/asn1/i2d_r_pr.c U src/crypto/openssl/crypto/asn1/i2d_r_pu.c U src/crypto/openssl/crypto/asn1/i2d_s_pr.c U src/crypto/openssl/crypto/asn1/i2d_s_pu.c U src/crypto/openssl/crypto/asn1/Makefile.save U src/crypto/openssl/crypto/asn1/Makefile.ssl U src/crypto/openssl/crypto/asn1/n_pkey.c U src/crypto/openssl/crypto/asn1/nsseq.c U src/crypto/openssl/crypto/asn1/p5_pbe.c U src/crypto/openssl/crypto/asn1/p5_pbev2.c U src/crypto/openssl/crypto/asn1/p7_dgst.c U src/crypto/openssl/crypto/asn1/p7_enc.c U src/crypto/openssl/crypto/asn1/p7_enc_c.c U src/crypto/openssl/crypto/asn1/p7_evp.c U src/crypto/openssl/crypto/asn1/p7_i_s.c U src/crypto/openssl/crypto/asn1/p7_lib.c U src/crypto/openssl/crypto/asn1/p7_recip.c U src/crypto/openssl/crypto/asn1/p7_s_e.c U src/crypto/openssl/crypto/asn1/p7_signd.c U src/crypto/openssl/crypto/asn1/p7_signi.c U src/crypto/openssl/crypto/asn1/p8_key.c U src/crypto/openssl/crypto/asn1/p8_pkey.c U src/crypto/openssl/crypto/asn1/t_bitst.c U src/crypto/openssl/crypto/asn1/t_crl.c U src/crypto/openssl/crypto/asn1/t_pkey.c U src/crypto/openssl/crypto/asn1/t_req.c U src/crypto/openssl/crypto/asn1/t_spki.c U src/crypto/openssl/crypto/asn1/t_x509a.c U src/crypto/openssl/crypto/asn1/t_x509.c U src/crypto/openssl/crypto/asn1/x_algor.c U src/crypto/openssl/crypto/asn1/x_attrib.c U src/crypto/openssl/crypto/asn1/x_cinf.c U src/crypto/openssl/crypto/asn1/x_crl.c U src/crypto/openssl/crypto/asn1/x_exten.c U src/crypto/openssl/crypto/asn1/x_info.c U src/crypto/openssl/crypto/asn1/x_name.c U src/crypto/openssl/crypto/asn1/x_pkey.c U src/crypto/openssl/crypto/asn1/x_pubkey.c U src/crypto/openssl/crypto/asn1/x_req.c U src/crypto/openssl/crypto/asn1/x_sig.c U src/crypto/openssl/crypto/asn1/x_spki.c U src/crypto/openssl/crypto/asn1/x_val.c U src/crypto/openssl/crypto/asn1/x_x509a.c U src/crypto/openssl/crypto/asn1/x_x509.c U src/crypto/openssl/crypto/bf/bf_cbc.c U src/crypto/openssl/crypto/bf/bf_cfb64.c U src/crypto/openssl/crypto/bf/bf_ecb.c U src/crypto/openssl/crypto/bf/bf_enc.c U src/crypto/openssl/crypto/bf/bf_locl.h U src/crypto/openssl/crypto/bf/bf_ofb64.c U src/crypto/openssl/crypto/bf/bf_opts.c U src/crypto/openssl/crypto/bf/bf_pi.h U src/crypto/openssl/crypto/bf/bfs.cpp U src/crypto/openssl/crypto/bf/bf_skey.c U src/crypto/openssl/crypto/bf/bfspeed.c U src/crypto/openssl/crypto/bf/bftest.c U src/crypto/openssl/crypto/bf/blowfish.h U src/crypto/openssl/crypto/bf/COPYRIGHT U src/crypto/openssl/crypto/bf/INSTALL U src/crypto/openssl/crypto/bf/Makefile.save U src/crypto/openssl/crypto/bf/Makefile.ssl U src/crypto/openssl/crypto/bf/README U src/crypto/openssl/crypto/bf/VERSION U src/crypto/openssl/crypto/bf/asm/bf-586.pl U src/crypto/openssl/crypto/bf/asm/bf-686.pl U src/crypto/openssl/crypto/bf/asm/readme U src/crypto/openssl/crypto/bio/b_dump.c U src/crypto/openssl/crypto/bio/bf_buff.c U src/crypto/openssl/crypto/bio/bf_lbuf.c U src/crypto/openssl/crypto/bio/bf_nbio.c U src/crypto/openssl/crypto/bio/bf_null.c U src/crypto/openssl/crypto/bio/bio_cb.c U src/crypto/openssl/crypto/bio/bio_err.c U src/crypto/openssl/crypto/bio/bio.h U src/crypto/openssl/crypto/bio/bio_lib.c U src/crypto/openssl/crypto/bio/b_print.c U src/crypto/openssl/crypto/bio/b_sock.c U src/crypto/openssl/crypto/bio/bss_acpt.c U src/crypto/openssl/crypto/bio/bss_bio.c U src/crypto/openssl/crypto/bio/bss_conn.c U src/crypto/openssl/crypto/bio/bss_fd.c U src/crypto/openssl/crypto/bio/bss_file.c U src/crypto/openssl/crypto/bio/bss_log.c U src/crypto/openssl/crypto/bio/bss_mem.c U src/crypto/openssl/crypto/bio/bss_null.c U src/crypto/openssl/crypto/bio/bss_rtcp.c U src/crypto/openssl/crypto/bio/bss_sock.c U src/crypto/openssl/crypto/bio/Makefile.save U src/crypto/openssl/crypto/bio/Makefile.ssl U src/crypto/openssl/crypto/bn/bn_add.c U src/crypto/openssl/crypto/bn/bn_asm.c U src/crypto/openssl/crypto/bn/bn_blind.c U src/crypto/openssl/crypto/bn/bn_ctx.c U src/crypto/openssl/crypto/bn/bn_div.c U src/crypto/openssl/crypto/bn/bn_err.c U src/crypto/openssl/crypto/bn/bn_exp2.c U src/crypto/openssl/crypto/bn/bn_exp.c U src/crypto/openssl/crypto/bn/bn_gcd.c U src/crypto/openssl/crypto/bn/bn.h U src/crypto/openssl/crypto/bn/bn_lcl.h U src/crypto/openssl/crypto/bn/bn_lib.c U src/crypto/openssl/crypto/bn/bn_mont.c U src/crypto/openssl/crypto/bn/bn_mpi.c U src/crypto/openssl/crypto/bn/bn.mul U src/crypto/openssl/crypto/bn/bn_mul.c U src/crypto/openssl/crypto/bn/bn_prime.c U src/crypto/openssl/crypto/bn/bn_prime.h U src/crypto/openssl/crypto/bn/bn_prime.pl U src/crypto/openssl/crypto/bn/bn_print.c U src/crypto/openssl/crypto/bn/bn_rand.c U src/crypto/openssl/crypto/bn/bn_recp.c U src/crypto/openssl/crypto/bn/bn_shift.c U src/crypto/openssl/crypto/bn/bnspeed.c U src/crypto/openssl/crypto/bn/bn_sqr.c U src/crypto/openssl/crypto/bn/bntest.c U src/crypto/openssl/crypto/bn/bn_word.c U src/crypto/openssl/crypto/bn/divtest.c U src/crypto/openssl/crypto/bn/exp.c U src/crypto/openssl/crypto/bn/expspeed.c U src/crypto/openssl/crypto/bn/exptest.c U src/crypto/openssl/crypto/bn/Makefile.save U src/crypto/openssl/crypto/bn/Makefile.ssl U src/crypto/openssl/crypto/bn/todo U src/crypto/openssl/crypto/bn/asm/alpha.s U src/crypto/openssl/crypto/bn/asm/alpha.s.works U src/crypto/openssl/crypto/bn/asm/bn-586.pl U src/crypto/openssl/crypto/bn/asm/bn-alpha.pl U src/crypto/openssl/crypto/bn/asm/ca.pl U src/crypto/openssl/crypto/bn/asm/co-586.pl U src/crypto/openssl/crypto/bn/asm/co-alpha.pl U src/crypto/openssl/crypto/bn/asm/mips1.s U src/crypto/openssl/crypto/bn/asm/mips3.s U src/crypto/openssl/crypto/bn/asm/pa-risc2.s U src/crypto/openssl/crypto/bn/asm/pa-risc2W.s U src/crypto/openssl/crypto/bn/asm/pa-risc.s U src/crypto/openssl/crypto/bn/asm/r3000.s U src/crypto/openssl/crypto/bn/asm/README U src/crypto/openssl/crypto/bn/asm/sparcv8plus.S U src/crypto/openssl/crypto/bn/asm/sparcv8.S U src/crypto/openssl/crypto/bn/asm/x86.pl U src/crypto/openssl/crypto/bn/asm/alpha/add.pl U src/crypto/openssl/crypto/bn/asm/alpha/div.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_add.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_c4.works.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul.pl U src/crypto/openssl/crypto/bn/asm/alpha/sqr_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha/sqr_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha/sqr.pl U src/crypto/openssl/crypto/bn/asm/alpha/sub.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/add.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/div.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_add.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c4.works.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sub.pl U src/crypto/openssl/crypto/bn/asm/x86/add.pl U src/crypto/openssl/crypto/bn/asm/x86/comba.pl U src/crypto/openssl/crypto/bn/asm/x86/div.pl U src/crypto/openssl/crypto/bn/asm/x86/f U src/crypto/openssl/crypto/bn/asm/x86/mul_add.pl U src/crypto/openssl/crypto/bn/asm/x86/mul.pl U src/crypto/openssl/crypto/bn/asm/x86/sqr.pl U src/crypto/openssl/crypto/bn/asm/x86/sub.pl U src/crypto/openssl/crypto/buffer/buf_err.c U src/crypto/openssl/crypto/buffer/buffer.c U src/crypto/openssl/crypto/buffer/buffer.h U src/crypto/openssl/crypto/buffer/Makefile.save U src/crypto/openssl/crypto/buffer/Makefile.ssl U src/crypto/openssl/crypto/cast/cast.h U src/crypto/openssl/crypto/cast/cast_lcl.h U src/crypto/openssl/crypto/cast/castopts.c U src/crypto/openssl/crypto/cast/casts.cpp U src/crypto/openssl/crypto/cast/cast_s.h U src/crypto/openssl/crypto/cast/cast_spd.c U src/crypto/openssl/crypto/cast/casttest.c U src/crypto/openssl/crypto/cast/c_cfb64.c U src/crypto/openssl/crypto/cast/c_ecb.c U src/crypto/openssl/crypto/cast/c_enc.c U src/crypto/openssl/crypto/cast/c_ofb64.c U src/crypto/openssl/crypto/cast/c_skey.c U src/crypto/openssl/crypto/cast/Makefile.save U src/crypto/openssl/crypto/cast/Makefile.ssl U src/crypto/openssl/crypto/cast/asm/cast-586.pl U src/crypto/openssl/crypto/cast/asm/readme U src/crypto/openssl/crypto/comp/comp_err.c U src/crypto/openssl/crypto/comp/comp.h U src/crypto/openssl/crypto/comp/comp_lib.c U src/crypto/openssl/crypto/comp/c_rle.c U src/crypto/openssl/crypto/comp/c_zlib.c U src/crypto/openssl/crypto/comp/Makefile.save U src/crypto/openssl/crypto/comp/Makefile.ssl U src/crypto/openssl/crypto/conf/cnf_save.c U src/crypto/openssl/crypto/conf/conf_api.c U src/crypto/openssl/crypto/conf/conf_api.h U src/crypto/openssl/crypto/conf/conf_def.c U src/crypto/openssl/crypto/conf/conf_def.h U src/crypto/openssl/crypto/conf/conf_err.c U src/crypto/openssl/crypto/conf/conf.h U src/crypto/openssl/crypto/conf/conf_lib.c U src/crypto/openssl/crypto/conf/keysets.pl U src/crypto/openssl/crypto/conf/Makefile.save U src/crypto/openssl/crypto/conf/Makefile.ssl U src/crypto/openssl/crypto/conf/ssleay.cnf U src/crypto/openssl/crypto/conf/test.c U src/crypto/openssl/crypto/des/cbc3_enc.c U src/crypto/openssl/crypto/des/cbc_cksm.c U src/crypto/openssl/crypto/des/cbc_enc.c U src/crypto/openssl/crypto/des/cfb64ede.c U src/crypto/openssl/crypto/des/cfb64enc.c U src/crypto/openssl/crypto/des/cfb_enc.c U src/crypto/openssl/crypto/des/COPYRIGHT U src/crypto/openssl/crypto/des/des3s.cpp U src/crypto/openssl/crypto/des/des.c U src/crypto/openssl/crypto/des/des_enc.c C src/crypto/openssl/crypto/des/des.h U src/crypto/openssl/crypto/des/des_locl.h U src/crypto/openssl/crypto/des/des_opts.c U src/crypto/openssl/crypto/des/DES.pm U src/crypto/openssl/crypto/des/des.pod U src/crypto/openssl/crypto/des/dess.cpp U src/crypto/openssl/crypto/des/destest.c U src/crypto/openssl/crypto/des/des_ver.h U src/crypto/openssl/crypto/des/DES.xs U src/crypto/openssl/crypto/des/ecb3_enc.c U src/crypto/openssl/crypto/des/ecb_enc.c U src/crypto/openssl/crypto/des/ede_cbcm_enc.c U src/crypto/openssl/crypto/des/enc_read.c U src/crypto/openssl/crypto/des/enc_writ.c U src/crypto/openssl/crypto/des/fcrypt_b.c U src/crypto/openssl/crypto/des/fcrypt.c U src/crypto/openssl/crypto/des/FILES U src/crypto/openssl/crypto/des/Imakefile U src/crypto/openssl/crypto/des/INSTALL U src/crypto/openssl/crypto/des/KERBEROS U src/crypto/openssl/crypto/des/makefile.bc U src/crypto/openssl/crypto/des/Makefile.save U src/crypto/openssl/crypto/des/Makefile.ssl U src/crypto/openssl/crypto/des/ncbc_enc.c U src/crypto/openssl/crypto/des/ofb64ede.c U src/crypto/openssl/crypto/des/ofb64enc.c U src/crypto/openssl/crypto/des/ofb_enc.c U src/crypto/openssl/crypto/des/options.txt U src/crypto/openssl/crypto/des/pcbc_enc.c U src/crypto/openssl/crypto/des/qud_cksm.c U src/crypto/openssl/crypto/des/rand_key.c U src/crypto/openssl/crypto/des/read2pwd.c U src/crypto/openssl/crypto/des/README U src/crypto/openssl/crypto/des/read_pwd.c U src/crypto/openssl/crypto/des/rpc_des.h U src/crypto/openssl/crypto/des/rpc_enc.c U src/crypto/openssl/crypto/des/rpw.c U src/crypto/openssl/crypto/des/set_key.c U src/crypto/openssl/crypto/des/speed.c U src/crypto/openssl/crypto/des/spr.h U src/crypto/openssl/crypto/des/str2key.c U src/crypto/openssl/crypto/des/typemap U src/crypto/openssl/crypto/des/VERSION U src/crypto/openssl/crypto/des/xcbc_enc.c U src/crypto/openssl/crypto/des/asm/crypt586.pl U src/crypto/openssl/crypto/des/asm/des-586.pl U src/crypto/openssl/crypto/des/asm/des686.pl U src/crypto/openssl/crypto/des/asm/desboth.pl U src/crypto/openssl/crypto/des/asm/readme U src/crypto/openssl/crypto/des/t/test U src/crypto/openssl/crypto/des/times/486-50.sol U src/crypto/openssl/crypto/des/times/586-100.lnx U src/crypto/openssl/crypto/des/times/686-200.fre U src/crypto/openssl/crypto/des/times/aix.cc U src/crypto/openssl/crypto/des/times/alpha.cc U src/crypto/openssl/crypto/des/times/hpux.cc U src/crypto/openssl/crypto/des/times/sparc.gcc U src/crypto/openssl/crypto/des/times/usparc.cc U src/crypto/openssl/crypto/dh/dh1024.pem U src/crypto/openssl/crypto/dh/dh192.pem U src/crypto/openssl/crypto/dh/dh2048.pem U src/crypto/openssl/crypto/dh/dh4096.pem U src/crypto/openssl/crypto/dh/dh512.pem U src/crypto/openssl/crypto/dh/dh_check.c U src/crypto/openssl/crypto/dh/dh_err.c U src/crypto/openssl/crypto/dh/dh_gen.c U src/crypto/openssl/crypto/dh/dh.h U src/crypto/openssl/crypto/dh/dh_key.c U src/crypto/openssl/crypto/dh/dh_lib.c U src/crypto/openssl/crypto/dh/dhtest.c U src/crypto/openssl/crypto/dh/example U src/crypto/openssl/crypto/dh/generate U src/crypto/openssl/crypto/dh/Makefile.save U src/crypto/openssl/crypto/dh/Makefile.ssl U src/crypto/openssl/crypto/dh/p1024.c U src/crypto/openssl/crypto/dh/p192.c U src/crypto/openssl/crypto/dh/p512.c U src/crypto/openssl/crypto/dsa/dsa_asn1.c U src/crypto/openssl/crypto/dsa/dsa_err.c U src/crypto/openssl/crypto/dsa/dsa_gen.c U src/crypto/openssl/crypto/dsa/dsagen.c U src/crypto/openssl/crypto/dsa/dsa.h U src/crypto/openssl/crypto/dsa/dsa_key.c U src/crypto/openssl/crypto/dsa/dsa_lib.c U src/crypto/openssl/crypto/dsa/dsa_ossl.c U src/crypto/openssl/crypto/dsa/dsa_sign.c U src/crypto/openssl/crypto/dsa/dsatest.c U src/crypto/openssl/crypto/dsa/dsa_vrf.c U src/crypto/openssl/crypto/dsa/fips186a.txt U src/crypto/openssl/crypto/dsa/Makefile.save U src/crypto/openssl/crypto/dsa/Makefile.ssl U src/crypto/openssl/crypto/dsa/README U src/crypto/openssl/crypto/dso/dso_dl.c U src/crypto/openssl/crypto/dso/dso_dlfcn.c U src/crypto/openssl/crypto/dso/dso_err.c U src/crypto/openssl/crypto/dso/dso.h U src/crypto/openssl/crypto/dso/dso_lib.c U src/crypto/openssl/crypto/dso/dso_null.c U src/crypto/openssl/crypto/dso/dso_openssl.c U src/crypto/openssl/crypto/dso/Makefile.ssl U src/crypto/openssl/crypto/dso/README U src/crypto/openssl/crypto/err/err_all.c U src/crypto/openssl/crypto/err/err.c U src/crypto/openssl/crypto/err/err.h U src/crypto/openssl/crypto/err/err_prn.c U src/crypto/openssl/crypto/err/Makefile.save U src/crypto/openssl/crypto/err/Makefile.ssl U src/crypto/openssl/crypto/err/openssl.ec U src/crypto/openssl/crypto/evp/bio_b64.c U src/crypto/openssl/crypto/evp/bio_enc.c U src/crypto/openssl/crypto/evp/bio_md.c U src/crypto/openssl/crypto/evp/bio_ok.c U src/crypto/openssl/crypto/evp/c_all.c U src/crypto/openssl/crypto/evp/c_allc.c U src/crypto/openssl/crypto/evp/c_alld.c U src/crypto/openssl/crypto/evp/digest.c U src/crypto/openssl/crypto/evp/e_bf.c U src/crypto/openssl/crypto/evp/e_cast.c U src/crypto/openssl/crypto/evp/e_des3.c U src/crypto/openssl/crypto/evp/e_des.c U src/crypto/openssl/crypto/evp/e_dsa.c U src/crypto/openssl/crypto/evp/e_idea.c U src/crypto/openssl/crypto/evp/encode.c U src/crypto/openssl/crypto/evp/e_null.c U src/crypto/openssl/crypto/evp/e_rc2.c U src/crypto/openssl/crypto/evp/e_rc4.c U src/crypto/openssl/crypto/evp/e_rc5.c U src/crypto/openssl/crypto/evp/evp_enc.c U src/crypto/openssl/crypto/evp/evp_err.c U src/crypto/openssl/crypto/evp/evp.h U src/crypto/openssl/crypto/evp/evp_key.c U src/crypto/openssl/crypto/evp/evp_lib.c U src/crypto/openssl/crypto/evp/evp_locl.h U src/crypto/openssl/crypto/evp/evp_pbe.c U src/crypto/openssl/crypto/evp/evp_pkey.c U src/crypto/openssl/crypto/evp/e_xcbc_d.c U src/crypto/openssl/crypto/evp/Makefile.save U src/crypto/openssl/crypto/evp/Makefile.ssl U src/crypto/openssl/crypto/evp/m_dss1.c U src/crypto/openssl/crypto/evp/m_dss.c U src/crypto/openssl/crypto/evp/m_md2.c U src/crypto/openssl/crypto/evp/m_md4.c U src/crypto/openssl/crypto/evp/m_md5.c U src/crypto/openssl/crypto/evp/m_mdc2.c U src/crypto/openssl/crypto/evp/m_null.c U src/crypto/openssl/crypto/evp/m_ripemd.c U src/crypto/openssl/crypto/evp/m_sha1.c U src/crypto/openssl/crypto/evp/m_sha.c U src/crypto/openssl/crypto/evp/names.c U src/crypto/openssl/crypto/evp/p5_crpt2.c U src/crypto/openssl/crypto/evp/p5_crpt.c U src/crypto/openssl/crypto/evp/p_dec.c U src/crypto/openssl/crypto/evp/p_enc.c U src/crypto/openssl/crypto/evp/p_lib.c U src/crypto/openssl/crypto/evp/p_open.c U src/crypto/openssl/crypto/evp/p_seal.c U src/crypto/openssl/crypto/evp/p_sign.c U src/crypto/openssl/crypto/evp/p_verify.c U src/crypto/openssl/crypto/hmac/hmac.c U src/crypto/openssl/crypto/hmac/hmac.h U src/crypto/openssl/crypto/hmac/hmactest.c U src/crypto/openssl/crypto/hmac/Makefile.save U src/crypto/openssl/crypto/hmac/Makefile.ssl U src/crypto/openssl/crypto/idea/i_cbc.c U src/crypto/openssl/crypto/idea/i_cfb64.c U src/crypto/openssl/crypto/idea/idea.h U src/crypto/openssl/crypto/idea/idea_lcl.h U src/crypto/openssl/crypto/idea/idea_spd.c U src/crypto/openssl/crypto/idea/ideatest.c U src/crypto/openssl/crypto/idea/i_ecb.c U src/crypto/openssl/crypto/idea/i_ofb64.c U src/crypto/openssl/crypto/idea/i_skey.c U src/crypto/openssl/crypto/idea/Makefile.save U src/crypto/openssl/crypto/idea/Makefile.ssl U src/crypto/openssl/crypto/idea/version U src/crypto/openssl/crypto/lhash/lhash.c U src/crypto/openssl/crypto/lhash/lhash.h U src/crypto/openssl/crypto/lhash/lh_stats.c U src/crypto/openssl/crypto/lhash/lh_test.c U src/crypto/openssl/crypto/lhash/Makefile.save U src/crypto/openssl/crypto/lhash/Makefile.ssl U src/crypto/openssl/crypto/lhash/num.pl U src/crypto/openssl/crypto/md2/Makefile.save U src/crypto/openssl/crypto/md2/Makefile.ssl U src/crypto/openssl/crypto/md2/md2.c U src/crypto/openssl/crypto/md2/md2_dgst.c U src/crypto/openssl/crypto/md2/md2.h U src/crypto/openssl/crypto/md2/md2_one.c U src/crypto/openssl/crypto/md2/md2test.c U src/crypto/openssl/crypto/md4/Makefile.ssl U src/crypto/openssl/crypto/md4/md4.c U src/crypto/openssl/crypto/md4/md4_dgst.c U src/crypto/openssl/crypto/md4/md4.h U src/crypto/openssl/crypto/md4/md4_locl.h U src/crypto/openssl/crypto/md4/md4_one.c U src/crypto/openssl/crypto/md4/md4s.cpp U src/crypto/openssl/crypto/md4/md4test.c U src/crypto/openssl/crypto/md5/Makefile.save U src/crypto/openssl/crypto/md5/Makefile.ssl U src/crypto/openssl/crypto/md5/md5.c U src/crypto/openssl/crypto/md5/md5_dgst.c U src/crypto/openssl/crypto/md5/md5.h U src/crypto/openssl/crypto/md5/md5_locl.h U src/crypto/openssl/crypto/md5/md5_one.c U src/crypto/openssl/crypto/md5/md5s.cpp U src/crypto/openssl/crypto/md5/md5test.c U src/crypto/openssl/crypto/md5/asm/md5-586.pl U src/crypto/openssl/crypto/md5/asm/md5-sparcv9.S U src/crypto/openssl/crypto/mdc2/Makefile.save U src/crypto/openssl/crypto/mdc2/Makefile.ssl U src/crypto/openssl/crypto/mdc2/mdc2dgst.c U src/crypto/openssl/crypto/mdc2/mdc2.h U src/crypto/openssl/crypto/mdc2/mdc2_one.c U src/crypto/openssl/crypto/mdc2/mdc2test.c U src/crypto/openssl/crypto/objects/Makefile.save U src/crypto/openssl/crypto/objects/Makefile.ssl U src/crypto/openssl/crypto/objects/obj_dat.c U src/crypto/openssl/crypto/objects/obj_dat.h U src/crypto/openssl/crypto/objects/obj_dat.pl U src/crypto/openssl/crypto/objects/objects.h U src/crypto/openssl/crypto/objects/objects.pl U src/crypto/openssl/crypto/objects/objects.README U src/crypto/openssl/crypto/objects/objects.txt U src/crypto/openssl/crypto/objects/obj_err.c U src/crypto/openssl/crypto/objects/obj_lib.c U src/crypto/openssl/crypto/objects/obj_mac.h U src/crypto/openssl/crypto/objects/obj_mac.num U src/crypto/openssl/crypto/objects/o_names.c U src/crypto/openssl/crypto/pem/Makefile.save U src/crypto/openssl/crypto/pem/Makefile.ssl U src/crypto/openssl/crypto/pem/message U src/crypto/openssl/crypto/pem/pem2.h U src/crypto/openssl/crypto/pem/pem_all.c U src/crypto/openssl/crypto/pem/pem_err.c U src/crypto/openssl/crypto/pem/pem.h U src/crypto/openssl/crypto/pem/pem_info.c U src/crypto/openssl/crypto/pem/pem_lib.c U src/crypto/openssl/crypto/pem/pem_seal.c U src/crypto/openssl/crypto/pem/pem_sign.c U src/crypto/openssl/crypto/pem/pkcs7.lis U src/crypto/openssl/crypto/perlasm/alpha.pl U src/crypto/openssl/crypto/perlasm/cbc.pl U src/crypto/openssl/crypto/perlasm/readme U src/crypto/openssl/crypto/perlasm/x86asm.pl U src/crypto/openssl/crypto/perlasm/x86ms.pl U src/crypto/openssl/crypto/perlasm/x86nasm.pl U src/crypto/openssl/crypto/perlasm/x86unix.pl U src/crypto/openssl/crypto/pkcs12/Makefile.save U src/crypto/openssl/crypto/pkcs12/Makefile.ssl U src/crypto/openssl/crypto/pkcs12/p12_add.c U src/crypto/openssl/crypto/pkcs12/p12_attr.c U src/crypto/openssl/crypto/pkcs12/p12_bags.c U src/crypto/openssl/crypto/pkcs12/p12_crpt.c U src/crypto/openssl/crypto/pkcs12/p12_crt.c U src/crypto/openssl/crypto/pkcs12/p12_decr.c U src/crypto/openssl/crypto/pkcs12/p12_init.c U src/crypto/openssl/crypto/pkcs12/p12_key.c U src/crypto/openssl/crypto/pkcs12/p12_kiss.c U src/crypto/openssl/crypto/pkcs12/p12_lib.c U src/crypto/openssl/crypto/pkcs12/p12_mac.c U src/crypto/openssl/crypto/pkcs12/p12_mutl.c U src/crypto/openssl/crypto/pkcs12/p12_npas.c U src/crypto/openssl/crypto/pkcs12/p12_sbag.c U src/crypto/openssl/crypto/pkcs12/p12_utl.c U src/crypto/openssl/crypto/pkcs12/pk12err.c U src/crypto/openssl/crypto/pkcs12/pkcs12.h U src/crypto/openssl/crypto/pkcs7/bio_ber.c U src/crypto/openssl/crypto/pkcs7/dec.c U src/crypto/openssl/crypto/pkcs7/des.pem U src/crypto/openssl/crypto/pkcs7/doc U src/crypto/openssl/crypto/pkcs7/enc.c U src/crypto/openssl/crypto/pkcs7/es1.pem U src/crypto/openssl/crypto/pkcs7/example.c U src/crypto/openssl/crypto/pkcs7/example.h U src/crypto/openssl/crypto/pkcs7/infokey.pem U src/crypto/openssl/crypto/pkcs7/info.pem U src/crypto/openssl/crypto/pkcs7/Makefile.save U src/crypto/openssl/crypto/pkcs7/Makefile.ssl U src/crypto/openssl/crypto/pkcs7/pk7_attr.c U src/crypto/openssl/crypto/pkcs7/pk7_dgst.c U src/crypto/openssl/crypto/pkcs7/pk7_doit.c U src/crypto/openssl/crypto/pkcs7/pk7_enc.c U src/crypto/openssl/crypto/pkcs7/pk7_lib.c U src/crypto/openssl/crypto/pkcs7/pk7_mime.c U src/crypto/openssl/crypto/pkcs7/pk7_smime.c U src/crypto/openssl/crypto/pkcs7/pkcs7err.c U src/crypto/openssl/crypto/pkcs7/pkcs7.h U src/crypto/openssl/crypto/pkcs7/server.pem U src/crypto/openssl/crypto/pkcs7/sign.c U src/crypto/openssl/crypto/pkcs7/verify.c U src/crypto/openssl/crypto/pkcs7/p7/a1 U src/crypto/openssl/crypto/pkcs7/p7/a2 U src/crypto/openssl/crypto/pkcs7/p7/cert.p7c U src/crypto/openssl/crypto/pkcs7/p7/smime.p7m U src/crypto/openssl/crypto/pkcs7/p7/smime.p7s U src/crypto/openssl/crypto/pkcs7/t/3des.pem U src/crypto/openssl/crypto/pkcs7/t/3dess.pem U src/crypto/openssl/crypto/pkcs7/t/c.pem U src/crypto/openssl/crypto/pkcs7/t/ff U src/crypto/openssl/crypto/pkcs7/t/msie-e U src/crypto/openssl/crypto/pkcs7/t/msie-enc-01 U src/crypto/openssl/crypto/pkcs7/t/msie-enc-01.pem U src/crypto/openssl/crypto/pkcs7/t/msie-enc-02 U src/crypto/openssl/crypto/pkcs7/t/msie-enc-02.pem U src/crypto/openssl/crypto/pkcs7/t/msie-e.pem U src/crypto/openssl/crypto/pkcs7/t/msie-s-a-e U src/crypto/openssl/crypto/pkcs7/t/msie-s-a-e.pem U src/crypto/openssl/crypto/pkcs7/t/nav-smime U src/crypto/openssl/crypto/pkcs7/t/server.pem U src/crypto/openssl/crypto/pkcs7/t/s.pem U src/crypto/openssl/crypto/rand/Makefile.save U src/crypto/openssl/crypto/rand/Makefile.ssl U src/crypto/openssl/crypto/rand/md_rand.c U src/crypto/openssl/crypto/rand/rand_egd.c U src/crypto/openssl/crypto/rand/rand_err.c U src/crypto/openssl/crypto/rand/randfile.c U src/crypto/openssl/crypto/rand/rand.h U src/crypto/openssl/crypto/rand/rand_lcl.h U src/crypto/openssl/crypto/rand/rand_lib.c U src/crypto/openssl/crypto/rand/randtest.c U src/crypto/openssl/crypto/rand/rand_win.c U src/crypto/openssl/crypto/rc2/Makefile.save U src/crypto/openssl/crypto/rc2/Makefile.ssl U src/crypto/openssl/crypto/rc2/rc2_cbc.c U src/crypto/openssl/crypto/rc2/rc2cfb64.c U src/crypto/openssl/crypto/rc2/rc2_ecb.c U src/crypto/openssl/crypto/rc2/rc2.h U src/crypto/openssl/crypto/rc2/rc2_locl.h U src/crypto/openssl/crypto/rc2/rc2ofb64.c U src/crypto/openssl/crypto/rc2/rc2_skey.c U src/crypto/openssl/crypto/rc2/rc2speed.c U src/crypto/openssl/crypto/rc2/rc2test.c U src/crypto/openssl/crypto/rc2/rrc2.doc U src/crypto/openssl/crypto/rc2/tab.c U src/crypto/openssl/crypto/rc2/version U src/crypto/openssl/crypto/rc4/Makefile.save U src/crypto/openssl/crypto/rc4/Makefile.ssl U src/crypto/openssl/crypto/rc4/rc4.c U src/crypto/openssl/crypto/rc4/rc4_enc.c U src/crypto/openssl/crypto/rc4/rc4.h U src/crypto/openssl/crypto/rc4/rc4_locl.h U src/crypto/openssl/crypto/rc4/rc4s.cpp U src/crypto/openssl/crypto/rc4/rc4_skey.c U src/crypto/openssl/crypto/rc4/rc4speed.c U src/crypto/openssl/crypto/rc4/rc4test.c U src/crypto/openssl/crypto/rc4/rrc4.doc U src/crypto/openssl/crypto/rc4/asm/rc4-586.pl U src/crypto/openssl/crypto/rc5/Makefile.save U src/crypto/openssl/crypto/rc5/Makefile.ssl U src/crypto/openssl/crypto/rc5/rc5cfb64.c U src/crypto/openssl/crypto/rc5/rc5_ecb.c U src/crypto/openssl/crypto/rc5/rc5_enc.c U src/crypto/openssl/crypto/rc5/rc5.h U src/crypto/openssl/crypto/rc5/rc5_locl.h U src/crypto/openssl/crypto/rc5/rc5ofb64.c U src/crypto/openssl/crypto/rc5/rc5s.cpp U src/crypto/openssl/crypto/rc5/rc5_skey.c U src/crypto/openssl/crypto/rc5/rc5speed.c U src/crypto/openssl/crypto/rc5/rc5test.c U src/crypto/openssl/crypto/rc5/asm/rc5-586.pl U src/crypto/openssl/crypto/ripemd/Makefile.save U src/crypto/openssl/crypto/ripemd/Makefile.ssl U src/crypto/openssl/crypto/ripemd/README U src/crypto/openssl/crypto/ripemd/ripemd.h U src/crypto/openssl/crypto/ripemd/rmd160.c U src/crypto/openssl/crypto/ripemd/rmdconst.h U src/crypto/openssl/crypto/ripemd/rmd_dgst.c U src/crypto/openssl/crypto/ripemd/rmd_locl.h U src/crypto/openssl/crypto/ripemd/rmd_one.c U src/crypto/openssl/crypto/ripemd/rmdtest.c U src/crypto/openssl/crypto/ripemd/asm/rips.cpp U src/crypto/openssl/crypto/ripemd/asm/rmd-586.pl U src/crypto/openssl/crypto/rsa/Makefile.save U src/crypto/openssl/crypto/rsa/Makefile.ssl U src/crypto/openssl/crypto/rsa/rsa_chk.c C src/crypto/openssl/crypto/rsa/rsa_eay.c U src/crypto/openssl/crypto/rsa/rsa_err.c U src/crypto/openssl/crypto/rsa/rsa_gen.c U src/crypto/openssl/crypto/rsa/rsa.h C src/crypto/openssl/crypto/rsa/rsa_lib.c U src/crypto/openssl/crypto/rsa/rsa_none.c U src/crypto/openssl/crypto/rsa/rsa_null.c U src/crypto/openssl/crypto/rsa/rsa_oaep.c U src/crypto/openssl/crypto/rsa/rsa_pk1.c U src/crypto/openssl/crypto/rsa/rsa_saos.c U src/crypto/openssl/crypto/rsa/rsa_sign.c U src/crypto/openssl/crypto/rsa/rsa_ssl.c U src/crypto/openssl/crypto/rsa/rsa_test.c U src/crypto/openssl/crypto/sha/Makefile.save U src/crypto/openssl/crypto/sha/Makefile.ssl U src/crypto/openssl/crypto/sha/sha1.c U src/crypto/openssl/crypto/sha/sha1dgst.c U src/crypto/openssl/crypto/sha/sha1_one.c U src/crypto/openssl/crypto/sha/sha1s.cpp U src/crypto/openssl/crypto/sha/sha1test.c U src/crypto/openssl/crypto/sha/sha.c U src/crypto/openssl/crypto/sha/sha_dgst.c U src/crypto/openssl/crypto/sha/sha.h U src/crypto/openssl/crypto/sha/sha_locl.h U src/crypto/openssl/crypto/sha/sha_one.c U src/crypto/openssl/crypto/sha/shatest.c U src/crypto/openssl/crypto/sha/asm/README U src/crypto/openssl/crypto/sha/asm/sha1-586.pl U src/crypto/openssl/crypto/stack/Makefile.save U src/crypto/openssl/crypto/stack/Makefile.ssl U src/crypto/openssl/crypto/stack/safestack.h U src/crypto/openssl/crypto/stack/stack.c U src/crypto/openssl/crypto/stack/stack.h U src/crypto/openssl/crypto/threads/mttest.c U src/crypto/openssl/crypto/threads/profile.sh U src/crypto/openssl/crypto/threads/pthread2.sh U src/crypto/openssl/crypto/threads/pthread.sh U src/crypto/openssl/crypto/threads/purify.sh U src/crypto/openssl/crypto/threads/README U src/crypto/openssl/crypto/threads/th-lock.c U src/crypto/openssl/crypto/txt_db/Makefile.save U src/crypto/openssl/crypto/txt_db/Makefile.ssl U src/crypto/openssl/crypto/txt_db/txt_db.c U src/crypto/openssl/crypto/txt_db/txt_db.h U src/crypto/openssl/crypto/x509/by_dir.c U src/crypto/openssl/crypto/x509/by_file.c U src/crypto/openssl/crypto/x509/Makefile.save U src/crypto/openssl/crypto/x509/Makefile.ssl U src/crypto/openssl/crypto/x509/x509_att.c U src/crypto/openssl/crypto/x509/x509_cmp.c U src/crypto/openssl/crypto/x509/x509_d2.c U src/crypto/openssl/crypto/x509/x509_def.c U src/crypto/openssl/crypto/x509/x509_err.c U src/crypto/openssl/crypto/x509/x509_ext.c U src/crypto/openssl/crypto/x509/x509.h U src/crypto/openssl/crypto/x509/x509_lu.c U src/crypto/openssl/crypto/x509/x509name.c U src/crypto/openssl/crypto/x509/x509_obj.c U src/crypto/openssl/crypto/x509/x509_r2x.c U src/crypto/openssl/crypto/x509/x509_req.c U src/crypto/openssl/crypto/x509/x509rset.c U src/crypto/openssl/crypto/x509/x509_set.c U src/crypto/openssl/crypto/x509/x509spki.c U src/crypto/openssl/crypto/x509/x509_trs.c U src/crypto/openssl/crypto/x509/x509_txt.c U src/crypto/openssl/crypto/x509/x509type.c U src/crypto/openssl/crypto/x509/x509_v3.c U src/crypto/openssl/crypto/x509/x509_vfy.c U src/crypto/openssl/crypto/x509/x509_vfy.h U src/crypto/openssl/crypto/x509/x_all.c U src/crypto/openssl/crypto/x509v3/ext_dat.h U src/crypto/openssl/crypto/x509v3/Makefile.save U src/crypto/openssl/crypto/x509v3/Makefile.ssl U src/crypto/openssl/crypto/x509v3/tabtest.c U src/crypto/openssl/crypto/x509v3/v3_akey.c U src/crypto/openssl/crypto/x509v3/v3_alt.c U src/crypto/openssl/crypto/x509v3/v3_bcons.c U src/crypto/openssl/crypto/x509v3/v3_bitst.c U src/crypto/openssl/crypto/x509v3/v3_conf.c U src/crypto/openssl/crypto/x509v3/v3conf.c U src/crypto/openssl/crypto/x509v3/v3_cpols.c U src/crypto/openssl/crypto/x509v3/v3_crld.c U src/crypto/openssl/crypto/x509v3/v3_enum.c U src/crypto/openssl/crypto/x509v3/v3err.c U src/crypto/openssl/crypto/x509v3/v3_extku.c U src/crypto/openssl/crypto/x509v3/v3_genn.c U src/crypto/openssl/crypto/x509v3/v3_ia5.c U src/crypto/openssl/crypto/x509v3/v3_info.c U src/crypto/openssl/crypto/x509v3/v3_int.c U src/crypto/openssl/crypto/x509v3/v3_lib.c U src/crypto/openssl/crypto/x509v3/v3_pku.c U src/crypto/openssl/crypto/x509v3/v3prin.c U src/crypto/openssl/crypto/x509v3/v3_prn.c U src/crypto/openssl/crypto/x509v3/v3_purp.c U src/crypto/openssl/crypto/x509v3/v3_skey.c U src/crypto/openssl/crypto/x509v3/v3_sxnet.c U src/crypto/openssl/crypto/x509v3/v3_utl.c U src/crypto/openssl/crypto/x509v3/x509v3.h U src/crypto/openssl/demos/b64.c U src/crypto/openssl/demos/b64.pl U src/crypto/openssl/demos/privkey.pem U src/crypto/openssl/demos/README U src/crypto/openssl/demos/selfsign.c U src/crypto/openssl/demos/spkigen.c U src/crypto/openssl/demos/bio/Makefile U src/crypto/openssl/demos/bio/README U src/crypto/openssl/demos/bio/saccept.c U src/crypto/openssl/demos/bio/sconnect.c U src/crypto/openssl/demos/bio/server.pem U src/crypto/openssl/demos/eay/base64.c U src/crypto/openssl/demos/eay/conn.c U src/crypto/openssl/demos/eay/loadrsa.c U src/crypto/openssl/demos/eay/Makefile U src/crypto/openssl/demos/maurice/cert.pem U src/crypto/openssl/demos/maurice/example1.c U src/crypto/openssl/demos/maurice/example2.c U src/crypto/openssl/demos/maurice/example3.c U src/crypto/openssl/demos/maurice/example4.c U src/crypto/openssl/demos/maurice/loadkeys.c U src/crypto/openssl/demos/maurice/loadkeys.h U src/crypto/openssl/demos/maurice/Makefile U src/crypto/openssl/demos/maurice/privkey.pem U src/crypto/openssl/demos/maurice/README U src/crypto/openssl/demos/prime/Makefile U src/crypto/openssl/demos/prime/prime.c U src/crypto/openssl/demos/sign/cert.pem U src/crypto/openssl/demos/sign/key.pem U src/crypto/openssl/demos/sign/Makefile U src/crypto/openssl/demos/sign/sign.c U src/crypto/openssl/demos/sign/sign.txt U src/crypto/openssl/demos/sign/sig.txt U src/crypto/openssl/demos/ssl/cli.cpp U src/crypto/openssl/demos/ssl/inetdsrv.cpp U src/crypto/openssl/demos/ssl/serv.cpp U src/crypto/openssl/doc/c-indentation.el U src/crypto/openssl/doc/openssl_button.gif U src/crypto/openssl/doc/openssl_button.html U src/crypto/openssl/doc/openssl.txt U src/crypto/openssl/doc/README U src/crypto/openssl/doc/ssleay.txt U src/crypto/openssl/doc/standards.txt U src/crypto/openssl/doc/apps/asn1parse.pod U src/crypto/openssl/doc/apps/CA.pl.pod U src/crypto/openssl/doc/apps/ca.pod U src/crypto/openssl/doc/apps/ciphers.pod U src/crypto/openssl/doc/apps/config.pod U src/crypto/openssl/doc/apps/crl2pkcs7.pod U src/crypto/openssl/doc/apps/crl.pod U src/crypto/openssl/doc/apps/dgst.pod U src/crypto/openssl/doc/apps/dhparam.pod U src/crypto/openssl/doc/apps/dsaparam.pod U src/crypto/openssl/doc/apps/dsa.pod U src/crypto/openssl/doc/apps/enc.pod U src/crypto/openssl/doc/apps/gendsa.pod U src/crypto/openssl/doc/apps/genrsa.pod U src/crypto/openssl/doc/apps/nseq.pod U src/crypto/openssl/doc/apps/openssl.pod U src/crypto/openssl/doc/apps/passwd.pod U src/crypto/openssl/doc/apps/pkcs12.pod U src/crypto/openssl/doc/apps/pkcs7.pod U src/crypto/openssl/doc/apps/pkcs8.pod U src/crypto/openssl/doc/apps/rand.pod U src/crypto/openssl/doc/apps/req.pod U src/crypto/openssl/doc/apps/rsa.pod U src/crypto/openssl/doc/apps/rsautl.pod U src/crypto/openssl/doc/apps/sess_id.pod U src/crypto/openssl/doc/apps/s_client.pod U src/crypto/openssl/doc/apps/smime.pod U src/crypto/openssl/doc/apps/speed.pod U src/crypto/openssl/doc/apps/spkac.pod U src/crypto/openssl/doc/apps/s_server.pod U src/crypto/openssl/doc/apps/verify.pod U src/crypto/openssl/doc/apps/version.pod U src/crypto/openssl/doc/apps/x509.pod U src/crypto/openssl/doc/crypto/BIO_ctrl.pod U src/crypto/openssl/doc/crypto/BIO_f_base64.pod U src/crypto/openssl/doc/crypto/BIO_f_buffer.pod U src/crypto/openssl/doc/crypto/BIO_f_cipher.pod U src/crypto/openssl/doc/crypto/BIO_find_type.pod U src/crypto/openssl/doc/crypto/BIO_f_md.pod U src/crypto/openssl/doc/crypto/BIO_f_null.pod U src/crypto/openssl/doc/crypto/BIO_f_ssl.pod U src/crypto/openssl/doc/crypto/BIO_new_bio_pair.pod U src/crypto/openssl/doc/crypto/BIO_new.pod U src/crypto/openssl/doc/crypto/bio.pod U src/crypto/openssl/doc/crypto/BIO_push.pod U src/crypto/openssl/doc/crypto/BIO_read.pod U src/crypto/openssl/doc/crypto/BIO_s_accept.pod U src/crypto/openssl/doc/crypto/BIO_s_bio.pod U src/crypto/openssl/doc/crypto/BIO_s_connect.pod U src/crypto/openssl/doc/crypto/BIO_set_callback.pod U src/crypto/openssl/doc/crypto/BIO_s_fd.pod U src/crypto/openssl/doc/crypto/bn.pod U src/crypto/openssl/doc/crypto/BIO_s_file.pod U src/crypto/openssl/doc/crypto/BIO_should_retry.pod U src/crypto/openssl/doc/crypto/BIO_s_mem.pod U src/crypto/openssl/doc/crypto/BIO_s_null.pod U src/crypto/openssl/doc/crypto/BIO_s_socket.pod U src/crypto/openssl/doc/crypto/blowfish.pod U src/crypto/openssl/doc/crypto/BN_add.pod U src/crypto/openssl/doc/crypto/BN_add_word.pod U src/crypto/openssl/doc/crypto/BN_bn2bin.pod U src/crypto/openssl/doc/crypto/BN_cmp.pod U src/crypto/openssl/doc/crypto/BN_copy.pod U src/crypto/openssl/doc/crypto/BN_CTX_new.pod U src/crypto/openssl/doc/crypto/BN_CTX_start.pod U src/crypto/openssl/doc/crypto/BN_generate_prime.pod U src/crypto/openssl/doc/crypto/bn_internal.pod U src/crypto/openssl/doc/crypto/BN_mod_inverse.pod U src/crypto/openssl/doc/crypto/BN_mod_mul_montgomery.pod U src/crypto/openssl/doc/crypto/BN_mod_mul_reciprocal.pod U src/crypto/openssl/doc/crypto/BN_new.pod U src/crypto/openssl/doc/crypto/BN_rand.pod U src/crypto/openssl/doc/crypto/BN_num_bytes.pod U src/crypto/openssl/doc/crypto/BN_set_bit.pod U src/crypto/openssl/doc/crypto/BN_zero.pod U src/crypto/openssl/doc/crypto/buffer.pod U src/crypto/openssl/doc/crypto/crypto.pod U src/crypto/openssl/doc/crypto/CRYPTO_set_ex_data.pod U src/crypto/openssl/doc/crypto/d2i_DHparams.pod U src/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod U src/crypto/openssl/doc/crypto/des_modes.pod U src/crypto/openssl/doc/crypto/des.pod U src/crypto/openssl/doc/crypto/DH_generate_key.pod U src/crypto/openssl/doc/crypto/DH_generate_parameters.pod U src/crypto/openssl/doc/crypto/DH_get_ex_new_index.pod U src/crypto/openssl/doc/crypto/DH_new.pod U src/crypto/openssl/doc/crypto/dh.pod U src/crypto/openssl/doc/crypto/DH_set_method.pod U src/crypto/openssl/doc/crypto/DH_size.pod U src/crypto/openssl/doc/crypto/DSA_do_sign.pod U src/crypto/openssl/doc/crypto/DSA_dup_DH.pod U src/crypto/openssl/doc/crypto/DSA_generate_key.pod U src/crypto/openssl/doc/crypto/dsa.pod U src/crypto/openssl/doc/crypto/DSA_generate_parameters.pod U src/crypto/openssl/doc/crypto/DSA_get_ex_new_index.pod U src/crypto/openssl/doc/crypto/DSA_new.pod U src/crypto/openssl/doc/crypto/DSA_set_method.pod U src/crypto/openssl/doc/crypto/DSA_SIG_new.pod U src/crypto/openssl/doc/crypto/DSA_sign.pod U src/crypto/openssl/doc/crypto/DSA_size.pod U src/crypto/openssl/doc/crypto/ERR_clear_error.pod U src/crypto/openssl/doc/crypto/ERR_error_string.pod U src/crypto/openssl/doc/crypto/ERR_get_error.pod U src/crypto/openssl/doc/crypto/ERR_GET_LIB.pod U src/crypto/openssl/doc/crypto/ERR_load_crypto_strings.pod U src/crypto/openssl/doc/crypto/ERR_load_strings.pod U src/crypto/openssl/doc/crypto/err.pod U src/crypto/openssl/doc/crypto/ERR_print_errors.pod U src/crypto/openssl/doc/crypto/ERR_put_error.pod U src/crypto/openssl/doc/crypto/ERR_remove_state.pod U src/crypto/openssl/doc/crypto/evp.pod U src/crypto/openssl/doc/crypto/EVP_DigestInit.pod U src/crypto/openssl/doc/crypto/EVP_EncryptInit.pod U src/crypto/openssl/doc/crypto/EVP_OpenInit.pod U src/crypto/openssl/doc/crypto/EVP_SealInit.pod U src/crypto/openssl/doc/crypto/EVP_SignInit.pod U src/crypto/openssl/doc/crypto/EVP_VerifyInit.pod U src/crypto/openssl/doc/crypto/hmac.pod U src/crypto/openssl/doc/crypto/lhash.pod U src/crypto/openssl/doc/crypto/lh_stats.pod U src/crypto/openssl/doc/crypto/md5.pod U src/crypto/openssl/doc/crypto/mdc2.pod U src/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod U src/crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod U src/crypto/openssl/doc/crypto/RAND_add.pod U src/crypto/openssl/doc/crypto/RAND_bytes.pod U src/crypto/openssl/doc/crypto/RAND_cleanup.pod U src/crypto/openssl/doc/crypto/RAND_egd.pod U src/crypto/openssl/doc/crypto/RAND_load_file.pod U src/crypto/openssl/doc/crypto/rand.pod U src/crypto/openssl/doc/crypto/rc4.pod U src/crypto/openssl/doc/crypto/rsa.pod U src/crypto/openssl/doc/crypto/RAND_set_rand_method.pod U src/crypto/openssl/doc/crypto/ripemd.pod U src/crypto/openssl/doc/crypto/RSA_blinding_on.pod U src/crypto/openssl/doc/crypto/RSA_check_key.pod U src/crypto/openssl/doc/crypto/RSA_generate_key.pod U src/crypto/openssl/doc/crypto/RSA_get_ex_new_index.pod U src/crypto/openssl/doc/crypto/RSA_new.pod U src/crypto/openssl/doc/crypto/RSA_padding_add_PKCS1_type_1.pod U src/crypto/openssl/doc/crypto/RSA_print.pod U src/crypto/openssl/doc/crypto/RSA_private_encrypt.pod U src/crypto/openssl/doc/crypto/RSA_public_encrypt.pod U src/crypto/openssl/doc/crypto/RSA_set_method.pod U src/crypto/openssl/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod U src/crypto/openssl/doc/crypto/RSA_sign.pod U src/crypto/openssl/doc/crypto/RSA_size.pod U src/crypto/openssl/doc/crypto/sha.pod U src/crypto/openssl/doc/crypto/threads.pod U src/crypto/openssl/doc/ssl/d2i_SSL_SESSION.pod U src/crypto/openssl/doc/ssl/SSL_accept.pod U src/crypto/openssl/doc/ssl/SSL_CIPHER_get_name.pod U src/crypto/openssl/doc/ssl/SSL_clear.pod U src/crypto/openssl/doc/ssl/SSL_connect.pod U src/crypto/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod U src/crypto/openssl/doc/ssl/SSL_CTX_add_session.pod U src/crypto/openssl/doc/ssl/SSL_CTX_flush_sessions.pod U src/crypto/openssl/doc/ssl/SSL_CTX_free.pod U src/crypto/openssl/doc/ssl/SSL_CTX_get_ex_new_index.pod U src/crypto/openssl/doc/ssl/SSL_CTX_get_verify_mode.pod U src/crypto/openssl/doc/ssl/SSL_CTX_load_verify_locations.pod U src/crypto/openssl/doc/ssl/SSL_CTX_new.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sessions.pod U src/crypto/openssl/doc/ssl/SSL_free.pod N src/crypto/openssl/doc/ssl/SSL_CTX_sess_number.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sess_set_get_cb.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_client_CA_list.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_default_passwd_cb.pod N src/crypto/openssl/doc/ssl/SSL_CTX_set_mode.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_options.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_session_cache_mode.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_session_id_context.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_timeout.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_verify.pod U src/crypto/openssl/doc/ssl/SSL_get_ciphers.pod U src/crypto/openssl/doc/ssl/SSL_CTX_use_certificate.pod U src/crypto/openssl/doc/ssl/SSL_get_client_CA_list.pod U src/crypto/openssl/doc/ssl/SSL_get_current_cipher.pod U src/crypto/openssl/doc/ssl/SSL_get_error.pod U src/crypto/openssl/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod U src/crypto/openssl/doc/ssl/SSL_get_ex_new_index.pod U src/crypto/openssl/doc/ssl/SSL_get_fd.pod U src/crypto/openssl/doc/ssl/SSL_get_peer_cert_chain.pod U src/crypto/openssl/doc/ssl/SSL_get_peer_certificate.pod U src/crypto/openssl/doc/ssl/SSL_get_rbio.pod U src/crypto/openssl/doc/ssl/SSL_get_session.pod U src/crypto/openssl/doc/ssl/SSL_get_verify_result.pod N src/crypto/openssl/doc/ssl/SSL_get_version.pod U src/crypto/openssl/doc/ssl/SSL_library_init.pod U src/crypto/openssl/doc/ssl/SSL_load_client_CA_file.pod U src/crypto/openssl/doc/ssl/SSL_new.pod U src/crypto/openssl/doc/ssl/SSL_pending.pod U src/crypto/openssl/doc/ssl/ssl.pod U src/crypto/openssl/doc/ssl/SSL_read.pod U src/crypto/openssl/doc/ssl/SSL_SESSION_free.pod U src/crypto/openssl/doc/ssl/SSL_SESSION_get_ex_new_index.pod U src/crypto/openssl/doc/ssl/SSL_SESSION_get_time.pod U src/crypto/openssl/doc/ssl/SSL_set_bio.pod N src/crypto/openssl/doc/ssl/SSL_set_connect_state.pod U src/crypto/openssl/doc/ssl/SSL_set_fd.pod U src/crypto/openssl/doc/ssl/SSL_set_session.pod N src/crypto/openssl/doc/ssl/SSL_set_shutdown.pod U src/crypto/openssl/doc/ssl/SSL_set_verify_result.pod U src/crypto/openssl/doc/ssl/SSL_shutdown.pod U src/crypto/openssl/doc/ssl/SSL_write.pod U src/crypto/openssl/ssl/bio_ssl.c U src/crypto/openssl/ssl/Makefile.save U src/crypto/openssl/ssl/Makefile.ssl U src/crypto/openssl/ssl/s23_clnt.c C src/crypto/openssl/ssl/s23_lib.c U src/crypto/openssl/ssl/s23_meth.c U src/crypto/openssl/ssl/s23_pkt.c U src/crypto/openssl/ssl/s23_srvr.c U src/crypto/openssl/ssl/s2_clnt.c U src/crypto/openssl/ssl/s2_enc.c U src/crypto/openssl/ssl/s2_lib.c U src/crypto/openssl/ssl/s2_meth.c C src/crypto/openssl/ssl/s2_pkt.c U src/crypto/openssl/ssl/s2_srvr.c U src/crypto/openssl/ssl/s3_both.c U src/crypto/openssl/ssl/s3_clnt.c U src/crypto/openssl/ssl/s3_enc.c U src/crypto/openssl/ssl/s3_lib.c U src/crypto/openssl/ssl/s3_meth.c U src/crypto/openssl/ssl/s3_pkt.c U src/crypto/openssl/ssl/s3_srvr.c U src/crypto/openssl/ssl/ssl23.h U src/crypto/openssl/ssl/ssl2.h U src/crypto/openssl/ssl/ssl3.h U src/crypto/openssl/ssl/ssl_algs.c U src/crypto/openssl/ssl/ssl_asn1.c U src/crypto/openssl/ssl/ssl_cert.c U src/crypto/openssl/ssl/ssl_ciph.c U src/crypto/openssl/ssl/ssl_err2.c U src/crypto/openssl/ssl/ssl_err.c U src/crypto/openssl/ssl/ssl.h U src/crypto/openssl/ssl/ssl_lib.c U src/crypto/openssl/ssl/ssl_locl.h U src/crypto/openssl/ssl/ssl_rsa.c U src/crypto/openssl/ssl/ssl_sess.c U src/crypto/openssl/ssl/ssl_stat.c U src/crypto/openssl/ssl/ssl_task.c U src/crypto/openssl/ssl/ssltest.c U src/crypto/openssl/ssl/ssl_txt.c U src/crypto/openssl/ssl/t1_clnt.c U src/crypto/openssl/ssl/t1_enc.c U src/crypto/openssl/ssl/t1_lib.c U src/crypto/openssl/ssl/t1_meth.c U src/crypto/openssl/ssl/t1_srvr.c U src/crypto/openssl/ssl/tls1.h U src/crypto/openssl/perl/Makefile.PL U src/crypto/openssl/perl/MANIFEST U src/crypto/openssl/perl/openssl_bio.xs U src/crypto/openssl/perl/openssl_bn.xs U src/crypto/openssl/perl/openssl_cipher.xs U src/crypto/openssl/perl/openssl_digest.xs U src/crypto/openssl/perl/openssl_err.xs U src/crypto/openssl/perl/openssl.h U src/crypto/openssl/perl/OpenSSL.pm U src/crypto/openssl/perl/openssl_ssl.xs U src/crypto/openssl/perl/openssl_x509.xs U src/crypto/openssl/perl/OpenSSL.xs U src/crypto/openssl/perl/README.1ST U src/crypto/openssl/perl/typemap U src/crypto/openssl/perl/t/01-use.t U src/crypto/openssl/perl/t/02-version.t U src/crypto/openssl/perl/t/03-bio.t U src/crypto/openssl/rsaref/Makefile.save U src/crypto/openssl/rsaref/Makefile.ssl U src/crypto/openssl/rsaref/rsaref.c U src/crypto/openssl/rsaref/rsaref.h U src/crypto/openssl/rsaref/rsar_err.c U src/crypto/openssl/shlib/README U src/crypto/openssl/test/bctest U src/crypto/openssl/test/CAss.cnf U src/crypto/openssl/test/CAssdh.cnf U src/crypto/openssl/test/CAssdsa.cnf U src/crypto/openssl/test/CAssrsa.cnf U src/crypto/openssl/test/Makefile.save U src/crypto/openssl/test/Makefile.ssl U src/crypto/openssl/test/tcrl U src/crypto/openssl/test/methtest.c U src/crypto/openssl/test/pkcs7-1.pem U src/crypto/openssl/test/pkcs7.pem U src/crypto/openssl/test/r160test.c U src/crypto/openssl/test/Sssdsa.cnf U src/crypto/openssl/test/Sssrsa.cnf U src/crypto/openssl/test/testca U src/crypto/openssl/test/test.cnf U src/crypto/openssl/test/testcrl.pem U src/crypto/openssl/test/testenc U src/crypto/openssl/test/testgen U src/crypto/openssl/test/testp7.pem U src/crypto/openssl/test/testreq2.pem U src/crypto/openssl/test/testrsa.pem U src/crypto/openssl/test/testsid.pem U src/crypto/openssl/test/testss U src/crypto/openssl/test/testssl U src/crypto/openssl/test/testx509.pem U src/crypto/openssl/test/times U src/crypto/openssl/test/tpkcs7 U src/crypto/openssl/test/tpkcs7d U src/crypto/openssl/test/treq U src/crypto/openssl/test/trsa U src/crypto/openssl/test/tsid U src/crypto/openssl/test/tx509 U src/crypto/openssl/test/Uss.cnf U src/crypto/openssl/test/v3-cert1.pem U src/crypto/openssl/test/v3-cert2.pem U src/crypto/openssl/test/VMSca-response.1 U src/crypto/openssl/test/VMSca-response.2 U src/crypto/openssl/times/100.lnx U src/crypto/openssl/times/100.nt U src/crypto/openssl/times/200.lnx U src/crypto/openssl/times/486-66.dos U src/crypto/openssl/times/486-66.nt U src/crypto/openssl/times/486-66.w31 U src/crypto/openssl/times/586-085i.nt U src/crypto/openssl/times/586-1002.lnx U src/crypto/openssl/times/586-100.dos U src/crypto/openssl/times/586-100.LN3 U src/crypto/openssl/times/586-100.ln4 U src/crypto/openssl/times/586-100.lnx U src/crypto/openssl/times/586-100.nt U src/crypto/openssl/times/586-100.NT2 U src/crypto/openssl/times/586-100.ntx U src/crypto/openssl/times/586-100.w31 U src/crypto/openssl/times/586p-100.lnx U src/crypto/openssl/times/5.lnx U src/crypto/openssl/times/686-200.bsd U src/crypto/openssl/times/686-200.lnx U src/crypto/openssl/times/686-200.nt U src/crypto/openssl/times/aixold.t U src/crypto/openssl/times/aix.t U src/crypto/openssl/times/alpha.t U src/crypto/openssl/times/L1 U src/crypto/openssl/times/alpha400.t U src/crypto/openssl/times/cyrix100.lnx U src/crypto/openssl/times/dgux.t U src/crypto/openssl/times/dgux-x86.t U src/crypto/openssl/times/hpux-acc.t U src/crypto/openssl/times/hpux-kr.t U src/crypto/openssl/times/hpux.t U src/crypto/openssl/times/p2.w95 U src/crypto/openssl/times/pent2.t U src/crypto/openssl/times/R10000.t U src/crypto/openssl/times/R4400.t U src/crypto/openssl/times/readme U src/crypto/openssl/times/s586-100.lnx U src/crypto/openssl/times/s586-100.nt U src/crypto/openssl/times/sgi.t U src/crypto/openssl/times/sparc2 U src/crypto/openssl/times/sparcLX.t U src/crypto/openssl/times/sparc.t U src/crypto/openssl/times/usparc.t U src/crypto/openssl/times/090/586-100.nt U src/crypto/openssl/times/091/486-50.nt U src/crypto/openssl/times/091/586-100.lnx U src/crypto/openssl/times/091/68000.bsd U src/crypto/openssl/times/091/686-200.lnx U src/crypto/openssl/times/091/alpha064.osf U src/crypto/openssl/times/091/alpha164.lnx U src/crypto/openssl/times/091/alpha164.osf U src/crypto/openssl/times/091/mips-rel.pl U src/crypto/openssl/times/091/r10000.irx U src/crypto/openssl/times/091/r3000.ult U src/crypto/openssl/times/091/r4400.irx U src/crypto/openssl/times/x86/bfs.cpp U src/crypto/openssl/times/x86/casts.cpp U src/crypto/openssl/times/x86/des3s.cpp U src/crypto/openssl/times/x86/dess.cpp U src/crypto/openssl/times/x86/md4s.cpp U src/crypto/openssl/times/x86/md5s.cpp U src/crypto/openssl/times/x86/rc4s.cpp U src/crypto/openssl/times/x86/sha1s.cpp U src/crypto/openssl/tools/c_hash U src/crypto/openssl/tools/c_info U src/crypto/openssl/tools/c_issuer U src/crypto/openssl/tools/c_name U src/crypto/openssl/tools/c_rehash U src/crypto/openssl/tools/c_rehash.in U src/crypto/openssl/tools/Makefile.ssl U src/crypto/openssl/util/add_cr.pl U src/crypto/openssl/util/bat.sh U src/crypto/openssl/util/ck_errf.pl U src/crypto/openssl/util/clean-depend.pl U src/crypto/openssl/util/deleof.pl U src/crypto/openssl/util/domd U src/crypto/openssl/util/do_ms.sh U src/crypto/openssl/util/err-ins.pl U src/crypto/openssl/util/files.pl U src/crypto/openssl/util/fixNT.sh U src/crypto/openssl/util/FreeBSD.sh U src/crypto/openssl/util/install.sh U src/crypto/openssl/util/libeay.num U src/crypto/openssl/util/mk1mf.pl U src/crypto/openssl/util/mkcerts.sh U src/crypto/openssl/util/mkdef.pl U src/crypto/openssl/util/mkdir-p.pl U src/crypto/openssl/util/mkerr.pl U src/crypto/openssl/util/mkfiles.pl U src/crypto/openssl/util/mklink.pl U src/crypto/openssl/util/mkstack.pl U src/crypto/openssl/util/perlpath.pl U src/crypto/openssl/util/pod2man.pl U src/crypto/openssl/util/point.sh U src/crypto/openssl/util/selftest.pl U src/crypto/openssl/util/sp-diff.pl U src/crypto/openssl/util/speed.sh U src/crypto/openssl/util/src-dep.pl U src/crypto/openssl/util/ssleay.num U src/crypto/openssl/util/tab_num.pl U src/crypto/openssl/util/x86asm.sh U src/crypto/openssl/util/pl/BC-16.pl U src/crypto/openssl/util/pl/BC-32.pl U src/crypto/openssl/util/pl/linux.pl U src/crypto/openssl/util/pl/Mingw32f.pl U src/crypto/openssl/util/pl/Mingw32.pl U src/crypto/openssl/util/pl/ultrix.pl U src/crypto/openssl/util/pl/unix.pl U src/crypto/openssl/util/pl/VC-16.pl U src/crypto/openssl/util/pl/VC-32.pl 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENSSL:yesterday -jOPENSSL src/crypto/openssl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:13: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7ED537B422; Sat, 19 May 2001 20:13:00 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3D0x09429; Sat, 19 May 2001 20:13:00 -0700 (PDT) (envelope-from sanpei) Message-Id: <200105200313.f4K3D0x09429@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sat, 19 May 2001 20:12:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sanpei 2001/05/19 20:12:56 PDT Modified files: sys/isa sio.c Log: Add SmartLink 5634PCV SurfRider PR: kern/26952 Submitted by: Simon Dick Revision Changes Path 1.332 +2 -1 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:15:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E9FD37B424; Sat, 19 May 2001 20:15:27 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3FR809728; Sat, 19 May 2001 20:15:27 -0700 (PDT) (envelope-from will) Message-Id: <200105200315.f4K3FR809728@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:15:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/ftpproxy Makefile distinfo pkg-comment pkg-descr pkg-list pkg-plist ports/ftp/ftpproxy/files patch-ftp.c patch-main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:15:26 PDT Modified files: ftp Makefile Added files: ftp/ftpproxy Makefile distinfo pkg-comment pkg-descr pkg-list pkg-plist ftp/ftpproxy/files patch-ftp.c patch-main.c Log: Add ftpproxy 1.0.1, a ftp proxy. PR: 27390 Submitted by: Philippe Le Berre Revision Changes Path 1.27 +2 -1 ports/ftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:15:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45A4E37B623; Sat, 19 May 2001 20:15:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3Fbw09825; Sat, 19 May 2001 20:15:37 -0700 (PDT) (envelope-from will) Message-Id: <200105200315.f4K3Fbw09825@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:15:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:15:37 PDT Modified files: . modules Log: ftpproxy --> ports/ftp/ftpproxy Revision Changes Path 1.3146 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:16:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CA0C37B424; Sat, 19 May 2001 20:16:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3G9o10054; Sat, 19 May 2001 20:16:09 -0700 (PDT) (envelope-from will) Message-Id: <200105200316.f4K3G9o10054@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:16:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_auth_external Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/www/mod_auth_external/files patch-mod_auth_external.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:16:09 PDT Modified files: www Makefile Added files: www/mod_auth_external Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist www/mod_auth_external/files patch-mod_auth_external.c Log: Add mod_auth_external 2.1.11, an Apache module that enables the use of external mechanisms for user authentication. PR: 27321 Submitted by: Anders Nordby Revision Changes Path 1.364 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:16:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D89CE37B624; Sat, 19 May 2001 20:16:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3GI410096; Sat, 19 May 2001 20:16:18 -0700 (PDT) (envelope-from will) Message-Id: <200105200316.f4K3GI410096@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:16:18 PDT Modified files: . modules Log: mod_auth_external --> ports/www/mod_auth_external Revision Changes Path 1.3147 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:17:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00EE437B422; Sat, 19 May 2001 20:17:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3HZt10277; Sat, 19 May 2001 20:17:35 -0700 (PDT) (envelope-from kris) Message-Id: <200105200317.f4K3HZt10277@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 20:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/apps speed.c src/crypto/openssl/crypto/des des.h src/crypto/openssl/crypto/rsa rsa_eay.c rsa_lib.c src/crypto/openssl/ssl s23_lib.c s2_pkt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 20:17:35 PDT Modified files: crypto/openssl/apps speed.c crypto/openssl/crypto/des des.h crypto/openssl/crypto/rsa rsa_eay.c rsa_lib.c crypto/openssl/ssl s23_lib.c s2_pkt.c Log: Resolve conflicts Revision Changes Path 1.7 +4 -2 src/crypto/openssl/apps/speed.c 1.6 +5 -5 src/crypto/openssl/crypto/des/des.h 1.6 +12 -2 src/crypto/openssl/crypto/rsa/rsa_eay.c 1.6 +6 -6 src/crypto/openssl/crypto/rsa/rsa_lib.c 1.5 +25 -15 src/crypto/openssl/ssl/s23_lib.c 1.6 +2 -2 src/crypto/openssl/ssl/s2_pkt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:18:45 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 75E9137B422; Sat, 19 May 2001 20:18:39 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id F416218A47; Sat, 19 May 2001 22:13:26 -0500 (EST) Date: Sat, 19 May 2001 22:13:26 -0500 From: Will Andrews To: Kris Kennaway Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security Makefile ports/security/isakmpd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/isakmpd/files patch-aa patch-ab patch-ac patch-ba patch-ca Message-ID: <20010519221326.U1198@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Kris Kennaway , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105200231.f4K2VCi03561@freefall.freebsd.org> <20010519194546.A84414@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010519194546.A84414@xor.obsecurity.org>; from kris@obsecurity.org on Sat, May 19, 2001 at 07:45:46PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 19, 2001 at 07:45:46PM -0700, Kris Kennaway wrote: > Does it actually work on FreeBSD? I ported this a long time ago, but > couldn't get it to work. I did not try. I only tested whether it compiled and packaged properly. However, I might be setting up an IPSec tunnel soon, so... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:20:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2938C37B424; Sat, 19 May 2001 20:20:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3KPt10536; Sat, 19 May 2001 20:20:25 -0700 (PDT) (envelope-from will) Message-Id: <200105200320.f4K3KPt10536@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/gemcal Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:20:21 PDT Modified files: deskutils Makefile Added files: deskutils/gemcal Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gemcal 20010510, a calender program for MHC. PR: 27248 Submitted by: Yoichi NAKAYAMA Revision Changes Path 1.47 +2 -1 ports/deskutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:20:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBB0737B62B; Sat, 19 May 2001 20:20:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3KUS10574; Sat, 19 May 2001 20:20:30 -0700 (PDT) (envelope-from will) Message-Id: <200105200320.f4K3KUS10574@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:20:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:20:30 PDT Modified files: . modules Log: gemcal --> ports/deskutils/gemcal Revision Changes Path 1.3148 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C40D537B42C; Sat, 19 May 2001 20:21:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3Lb410835; Sat, 19 May 2001 20:21:37 -0700 (PDT) (envelope-from will) Message-Id: <200105200321.f4K3Lb410835@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:21:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/kuickshow Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/kuickshow/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:21:37 PDT Modified files: graphics Makefile Added files: graphics/kuickshow Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/kuickshow/files patch-Makefile.in Log: Add kuickshow 0.8.1, a fast image viewer/browser. PR: 27170 Submitted by: Anders Nordby Revision Changes Path 1.311 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:22: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80A5B37B50B; Sat, 19 May 2001 20:21:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3LoF10917; Sat, 19 May 2001 20:21:50 -0700 (PDT) (envelope-from will) Message-Id: <200105200321.f4K3LoF10917@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:21:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:21:49 PDT Modified files: . modules Log: kuickshow --> ports/graphics/kuickshow Revision Changes Path 1.3149 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:24:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBEAF37B422; Sat, 19 May 2001 20:24:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3OU811108; Sat, 19 May 2001 20:24:30 -0700 (PDT) (envelope-from kris) Message-Id: <200105200324.f4K3OU811108@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 20:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod Makefile chmod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 20:24:25 PDT Modified files: bin/chmod Makefile chmod.c Log: Make this compile with WARNS=2 Revision Changes Path 1.6 +3 -1 src/bin/chmod/Makefile 1.19 +2 -1 src/bin/chmod/chmod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:25:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DD2837B422; Sat, 19 May 2001 20:25:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3PJu11277; Sat, 19 May 2001 20:25:19 -0700 (PDT) (envelope-from will) Message-Id: <200105200325.f4K3PJu11277@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:25:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/nbsmtp Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/nbsmtp/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:25:18 PDT Modified files: mail Makefile Added files: mail/nbsmtp Makefile distinfo pkg-comment pkg-descr pkg-plist mail/nbsmtp/files patch-aa Log: Add nbsmtp 0.8, simple program for outgoing SMTP delivery. PR: 27096 Submitted by: Anders Nordby Revision Changes Path 1.221 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:25:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0526437B424; Sat, 19 May 2001 20:25:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3PTN11374; Sat, 19 May 2001 20:25:29 -0700 (PDT) (envelope-from will) Message-Id: <200105200325.f4K3PTN11374@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:25:29 PDT Modified files: . modules Log: nbsmtp --> ports/mail/nbsmtp Revision Changes Path 1.3150 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:26:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E495337B42C; Sat, 19 May 2001 20:26:28 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3QSI11597; Sat, 19 May 2001 20:26:28 -0700 (PDT) (envelope-from will) Message-Id: <200105200326.f4K3QSI11597@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:26:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/autosig Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:26:28 PDT Modified files: mail Makefile Added files: mail/autosig Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add autosig 2.3, a random .signature generator with header file included. PR: 27458 Submitted by: Yen-Ming Lee Revision Changes Path 1.222 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:26:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B04437B637; Sat, 19 May 2001 20:26:36 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3Qas11640; Sat, 19 May 2001 20:26:36 -0700 (PDT) (envelope-from will) Message-Id: <200105200326.f4K3Qas11640@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:26:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:26:36 PDT Modified files: . modules Log: autosig --> ports/mail/autosig Revision Changes Path 1.3151 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:36:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6912137B422; Sat, 19 May 2001 20:36:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3aqF12542; Sat, 19 May 2001 20:36:52 -0700 (PDT) (envelope-from will) Message-Id: <200105200336.f4K3aqF12542@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/sex Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:36:49 PDT Modified files: games Makefile Added files: games/sex Makefile distinfo pkg-comment pkg-descr pkg-plist Log: **LOUD CRASH** General: Soldier! Soldier: Sir! General: Why the hell haven't you added this package yet!? Soldier: Erm, I thought we'd get slandered by the press for including this binary that spouts silly mad-lib style porn-like text! General: WHAT YOU SAY!! SOLDIER, ADD THE PACKAGE BEFORE I FORCE YOU TO GIVE UP YOUR COMMISSION!! Soldier: B-b-but, sir...! General: NOW!! Soldier: Yes, sir!! **CLICK** PR: 26887 Submitted by: Nick Johnson Revision Changes Path 1.376 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CD4937B64F; Sat, 19 May 2001 20:37:03 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3b3q12583; Sat, 19 May 2001 20:37:03 -0700 (PDT) (envelope-from will) Message-Id: <200105200337.f4K3b3q12583@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:37:03 PDT Modified files: . modules Log: sex --> ports/games/sex Revision Changes Path 1.3152 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:41:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D68C37B422; Sat, 19 May 2001 20:41:14 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3fET12969; Sat, 19 May 2001 20:41:14 -0700 (PDT) (envelope-from will) Message-Id: <200105200341.f4K3fET12969@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:41:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libvanessa_logger Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:41:14 PDT Modified files: devel Makefile Added files: devel/libvanessa_logger Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add libvanessa_logger 0.0.1, a library that provides a generic logging layer. PR: 26934 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.543 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:41:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A36837B630; Sat, 19 May 2001 20:41:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3fPa13039; Sat, 19 May 2001 20:41:25 -0700 (PDT) (envelope-from will) Message-Id: <200105200341.f4K3fPa13039@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:41:25 PDT Modified files: . modules Log: libvanessa_logger --> ports/devel/libvanessa_logger Revision Changes Path 1.3153 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:43:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90ADB37B62A; Sat, 19 May 2001 20:43:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3hFZ13150; Sat, 19 May 2001 20:43:15 -0700 (PDT) (envelope-from kris) Message-Id: <200105200343.f4K3hFZ13150@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 20:43:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 20:43:15 PDT Modified files: secure/lib/libcrypto Makefile Log: Update for OpenSSL 0.9.6a MFC after: 2 weeks Revision Changes Path 1.39 +6 -3 src/secure/lib/libcrypto/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:58:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04AD037B424; Sat, 19 May 2001 20:58:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3wnT14131; Sat, 19 May 2001 20:58:49 -0700 (PDT) (envelope-from will) Message-Id: <200105200358.f4K3wnT14131@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libvanessa_socket Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:58:49 PDT Modified files: devel Makefile Added files: devel/libvanessa_socket Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add libvanessa_socket 0.0.1, a library that provides a simple layer for TCP/IP socket operations. PR: 26936 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.544 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:59: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB6D237B628; Sat, 19 May 2001 20:58:55 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3wtu14166; Sat, 19 May 2001 20:58:55 -0700 (PDT) (envelope-from will) Message-Id: <200105200358.f4K3wtu14166@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:58:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:58:55 PDT Modified files: . modules Log: libvanessa_socket --> ports/devel/libvanessa_socket Revision Changes Path 1.3154 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:59:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83A3337B43C; Sat, 19 May 2001 20:59:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3xTr14274; Sat, 19 May 2001 20:59:29 -0700 (PDT) (envelope-from will) Message-Id: <200105200359.f4K3xTr14274@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libvanessa_adt Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:59:29 PDT Modified files: devel Makefile Added files: devel/libvanessa_adt Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add libvanessa_adt 0.0.1, a library that provides ADTs (queues, dynamic arrays and more). PR: 26935 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.545 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 20:59:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A2AF37B61A; Sat, 19 May 2001 20:59:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K3xaE14360; Sat, 19 May 2001 20:59:36 -0700 (PDT) (envelope-from will) Message-Id: <200105200359.f4K3xaE14360@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 20:59:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 20:59:36 PDT Modified files: . modules Log: libvanessa_adt --> ports/devel/libvanessa_adt Revision Changes Path 1.3155 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21: 0: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED56837B422; Sat, 19 May 2001 21:00:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K401X14579; Sat, 19 May 2001 21:00:01 -0700 (PDT) (envelope-from will) Message-Id: <200105200400.f4K401X14579@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 21:00:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/perdition Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/perdition/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 21:00:00 PDT Modified files: mail Makefile Added files: mail/perdition Makefile distinfo pkg-comment pkg-descr pkg-plist mail/perdition/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log: Add perdition 0.1.7, a POP3 & IMAP4 proxy that can map users to multiple backend servers. PR: 26937 Submitted by: Konstantinos Konstantinidis Revision Changes Path 1.223 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21: 0:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0160137B449; Sat, 19 May 2001 21:00:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K40BE14700; Sat, 19 May 2001 21:00:11 -0700 (PDT) (envelope-from will) Message-Id: <200105200400.f4K40BE14700@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 21:00:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 21:00:11 PDT Modified files: . modules Log: perdition --> ports/mail/perdition Revision Changes Path 1.3156 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:12:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC6AD37B422; Sat, 19 May 2001 21:12:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4CYo17921; Sat, 19 May 2001 21:12:34 -0700 (PDT) (envelope-from kris) Message-Id: <200105200412.f4K4CYo17921@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:12:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df Makefile df.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:12:34 PDT Modified files: bin/df Makefile df.c Log: BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha. Reviewed by: the great man himself (except alpha cleanups) Revision Changes Path 1.12 +3 -1 src/bin/df/Makefile 1.27 +16 -15 src/bin/df/df.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:22:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 579EE37B422; Sat, 19 May 2001 21:22:37 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4Mb218376; Sat, 19 May 2001 21:22:37 -0700 (PDT) (envelope-from dinoex) Message-Id: <200105200422.f4K4Mb218376@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 19 May 2001 21:22:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/cnews Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/05/19 21:22:37 PDT Modified files: news/cnews Makefile pkg-plist Log: - Add matchting @unexec lines for serveral "@exec" So when package is removed, disr will clean. Problem only found in depended ports: c-nocem, nntpd, ... - Bumped PORTREVISION PR: 27340 Revision Changes Path 1.40 +2 -1 ports/news/cnews/Makefile 1.17 +6 -0 ports/news/cnews/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:34:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63D5C37B42C; Sat, 19 May 2001 21:34:28 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4YSB19022; Sat, 19 May 2001 21:34:28 -0700 (PDT) (envelope-from will) Message-Id: <200105200434.f4K4YSB19022@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 21:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/mwavem Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/mwavem/files mwave.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 21:34:28 PDT Modified files: comms Makefile Added files: comms/mwavem Makefile distinfo pkg-comment pkg-descr pkg-plist comms/mwavem/files mwave.sh Log: Add mwavem 1.0, a loadable module and user excutable to support IBM Mwave ACP modem. PR: 27064 Submitted by: R. Kevin Oberman Revision Changes Path 1.52 +2 -1 ports/comms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:34:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61BDE37B50D; Sat, 19 May 2001 21:34:36 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4YaG19073; Sat, 19 May 2001 21:34:36 -0700 (PDT) (envelope-from will) Message-Id: <200105200434.f4K4YaG19073@freefall.freebsd.org> From: Will Andrews Date: Sat, 19 May 2001 21:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2001/05/19 21:34:36 PDT Modified files: . modules Log: mwavem --> ports/comms/mwavem Revision Changes Path 1.3157 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:36:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 993EF37B424; Sat, 19 May 2001 21:36:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4aGE19232; Sat, 19 May 2001 21:36:16 -0700 (PDT) (envelope-from kris) Message-Id: <200105200436.f4K4aGE19232@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:36:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/domainname Makefile domainname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:36:16 PDT Modified files: bin/domainname Makefile domainname.c Log: Make this pass WARNS=2 and BDECFLAGS Revision Changes Path 1.5 +3 -1 src/bin/domainname/Makefile 1.13 +4 -3 src/bin/domainname/domainname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:37:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58EA337B422; Sat, 19 May 2001 21:37:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4bSn19315; Sat, 19 May 2001 21:37:28 -0700 (PDT) (envelope-from kris) Message-Id: <200105200437.f4K4bSn19315@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:37:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/echo Makefile echo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:37:28 PDT Modified files: bin/echo Makefile echo.c Log: Make this pass WARNS=2 and BDECFLAGS Revision Changes Path 1.6 +3 -1 src/bin/echo/Makefile 1.9 +4 -2 src/bin/echo/echo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:47:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C080C37B422; Sat, 19 May 2001 21:47:55 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4lt119953; Sat, 19 May 2001 21:47:55 -0700 (PDT) (envelope-from kris) Message-Id: <200105200447.f4K4lt119953@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/getfacl getfacl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:47:55 PDT Modified files: bin/getfacl getfacl.c Log: Silence warnings on alpha. Unfortunately we can't add WARNS to this because of that stupid mode_t warning bug. MFC After: 1 week Revision Changes Path 1.4 +3 -2 src/bin/getfacl/getfacl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:50:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E79537B422; Sat, 19 May 2001 21:50:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4oYc20096; Sat, 19 May 2001 21:50:34 -0700 (PDT) (envelope-from kris) Message-Id: <200105200450.f4K4oYc20096@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/hostname Makefile hostname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:50:34 PDT Modified files: bin/hostname Makefile hostname.c Log: Silence WARNS=2 and BDECFLAGS on i386 and alpha MFC After: 1 week Revision Changes Path 1.6 +3 -1 src/bin/hostname/Makefile 1.11 +4 -3 src/bin/hostname/hostname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:52:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1EDA37B422; Sat, 19 May 2001 21:52:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4qbE20255; Sat, 19 May 2001 21:52:37 -0700 (PDT) (envelope-from kris) Message-Id: <200105200452.f4K4qbE20255@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:52:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/kill Makefile kill.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:52:37 PDT Modified files: bin/kill Makefile kill.c Log: Silence WARNS=2 and BDECFLAGS on the i386 and alpha MFC After: 1 week Revision Changes Path 1.6 +3 -1 src/bin/kill/Makefile 1.12 +3 -2 src/bin/kill/kill.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 21:54:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5F7F37B422; Sat, 19 May 2001 21:54:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K4sF320431; Sat, 19 May 2001 21:54:15 -0700 (PDT) (envelope-from kris) Message-Id: <200105200454.f4K4sF320431@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 21:54:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln Makefile ln.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 21:54:15 PDT Modified files: bin/ln Makefile ln.c Log: Silence WARNS=2 and BDECFLAGS on i386 and alpha MFC After: 1 week Revision Changes Path 1.9 +3 -1 src/bin/ln/Makefile 1.21 +6 -5 src/bin/ln/ln.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22: 0:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AF1A37B422; Sat, 19 May 2001 22:00:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K50GV20749; Sat, 19 May 2001 22:00:16 -0700 (PDT) (envelope-from kris) Message-Id: <200105200500.f4K50GV20749@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:00:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mv mv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:00:16 PDT Modified files: bin/mv mv.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_t warnings. MFC after: 1 week Revision Changes Path 1.28 +9 -8 src/bin/mv/mv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22: 1:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E062B37B42C; Sat, 19 May 2001 22:01:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K51mC20877; Sat, 19 May 2001 22:01:48 -0700 (PDT) (envelope-from kris) Message-Id: <200105200501.f4K51mC20877@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd Makefile pwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:01:48 PDT Modified files: bin/pwd Makefile pwd.c Log: Silence WARNS=2 and BDECFLAGS on i386 and alpha. MFC After: 1 week Revision Changes Path 1.8 +3 -1 src/bin/pwd/Makefile 1.12 +3 -2 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:10: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5E7B37B422; Sat, 19 May 2001 22:10:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5A4M24298; Sat, 19 May 2001 22:10:04 -0700 (PDT) (envelope-from kris) Message-Id: <200105200510.f4K5A4M24298@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rmdir Makefile rmdir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:10:04 PDT Modified files: bin/rmdir Makefile rmdir.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.6 +3 -1 src/bin/rmdir/Makefile 1.11 +2 -1 src/bin/rmdir/rmdir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:12:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C4C37B422; Sat, 19 May 2001 22:12:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5CNV24507; Sat, 19 May 2001 22:12:23 -0700 (PDT) (envelope-from kris) Message-Id: <200105200512.f4K5CNV24507@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/setfacl Makefile file.c setfacl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:12:23 PDT Modified files: bin/setfacl Makefile file.c setfacl.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC After: 1 week Revision Changes Path 1.5 +3 -1 src/bin/setfacl/Makefile 1.2 +2 -2 src/bin/setfacl/file.c 1.3 +2 -2 src/bin/setfacl/setfacl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:13:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6630F37B422; Sat, 19 May 2001 22:13:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5DMu24622; Sat, 19 May 2001 22:13:22 -0700 (PDT) (envelope-from kris) Message-Id: <200105200513.f4K5DMu24622@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:13:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sleep Makefile sleep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:13:22 PDT Modified files: bin/sleep Makefile sleep.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC After: 1 week Revision Changes Path 1.6 +3 -1 src/bin/sleep/Makefile 1.10 +2 -1 src/bin/sleep/sleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:25:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 884C437B424; Sat, 19 May 2001 22:25:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5Pcg32601; Sat, 19 May 2001 22:25:38 -0700 (PDT) (envelope-from kris) Message-Id: <200105200525.f4K5Pcg32601@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:25:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/stty Makefile gfmt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:25:38 PDT Modified files: bin/stty Makefile gfmt.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.6 +3 -1 src/bin/stty/Makefile 1.16 +3 -3 src/bin/stty/gfmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:33:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD09637B422; Sat, 19 May 2001 22:33:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5XrR32973; Sat, 19 May 2001 22:33:53 -0700 (PDT) (envelope-from kris) Message-Id: <200105200533.f4K5XrR32973@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:33:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/test Makefile test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:33:53 PDT Modified files: bin/test Makefile test.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC After: 1 week Revision Changes Path 1.7 +3 -1 src/bin/test/Makefile 1.31 +18 -16 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:35:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 155DC37B422; Sat, 19 May 2001 22:35:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5ZOK33096; Sat, 19 May 2001 22:35:24 -0700 (PDT) (envelope-from kris) Message-Id: <200105200535.f4K5ZOK33096@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:35:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sync Makefile sync.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:35:23 PDT Modified files: bin/sync Makefile sync.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.8 +3 -1 src/bin/sync/Makefile 1.10 +3 -1 src/bin/sync/sync.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:37:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9921C37B422; Sat, 19 May 2001 22:37:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5bkJ33262; Sat, 19 May 2001 22:37:46 -0700 (PDT) (envelope-from kris) Message-Id: <200105200537.f4K5bkJ33262@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:37:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/adventure Makefile io.c vocab.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:37:46 PDT Modified files: games/adventure Makefile io.c vocab.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.10 +3 -1 src/games/adventure/Makefile 1.10 +2 -2 src/games/adventure/io.c 1.10 +2 -1 src/games/adventure/vocab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:43: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 850A037B424; Sat, 19 May 2001 22:42:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5gwC33568; Sat, 19 May 2001 22:42:58 -0700 (PDT) (envelope-from kris) Message-Id: <200105200542.f4K5gwC33568@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:42:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/caesar Makefile caesar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:42:57 PDT Modified files: games/caesar Makefile caesar.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.8 +2 -2 src/games/caesar/Makefile 1.10 +6 -5 src/games/caesar/caesar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:44:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E1637B422; Sat, 19 May 2001 22:44:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5i5C33673; Sat, 19 May 2001 22:44:05 -0700 (PDT) (envelope-from kris) Message-Id: <200105200544.f4K5i5C33673@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:44:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/pom Makefile pom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:44:03 PDT Modified files: games/pom Makefile pom.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.5 +3 -2 src/games/pom/Makefile 1.10 +2 -1 src/games/pom/pom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:49:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1642037B43E; Sat, 19 May 2001 22:49:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K5nLg34040; Sat, 19 May 2001 22:49:21 -0700 (PDT) (envelope-from kris) Message-Id: <200105200549.f4K5nLg34040@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 22:49:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mkdir mkdir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 22:49:20 PDT Modified files: bin/mkdir mkdir.c Log: Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings. MFC after: 1 week Revision Changes Path 1.21 +2 -1 src/bin/mkdir/mkdir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 22:55:51 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 1B83A37B422; Sat, 19 May 2001 22:55:46 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id PAA16941; Sun, 20 May 2001 15:55:43 +1000 Date: Sun, 20 May 2001 15:54:17 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.sys.mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk In-Reply-To: <200105192318.f4JNIMp86494@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 19 May 2001, Kris Kennaway wrote: > kris 2001/05/19 16:18:21 PDT > > Modified files: > share/mk Makefile bsd.kmod.mk bsd.lib.mk > bsd.prog.mk > Added files: > share/mk bsd.sys.mk > Log: > Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk > to avoid polluting sys.mk. This directive controls the addition of > compiler warning flags to CFLAGS in a relatively compiler-neutral manner. > > The idea is that WARNS can be set in Makefile.inc or in individual > Makefiles as they become clean, to prevent the introduction of new > warnings in the code. -Werror is added by default Please don't clutter individual Makefiles with it. I think it would be more useful to fix all the bugs reported with the standard warning flags (-Wall for src/bin, lots for kernels, but none for everything else) first. The output from `make -ss' should be null, but is currently almost 100K. -Wall in individual Makefiles has had a negative effect in preventing new warnings (it causes so many warnings that people ignore them all). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:15:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4D0837B424; Sat, 19 May 2001 23:15:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6FA837721; Sat, 19 May 2001 23:15:10 -0700 (PDT) (envelope-from kris) Message-Id: <200105200615.f4K6FA837721@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 23:15:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 23:15:10 PDT Modified files: usr.bin/apply Makefile Log: This passes WARNS=2 on alpha and i386 Revision Changes Path 1.3 +3 -1 src/usr.bin/apply/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:16:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F02B37B422; Sat, 19 May 2001 23:16:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6GsH37830; Sat, 19 May 2001 23:16:54 -0700 (PDT) (envelope-from kris) Message-Id: <200105200616.f4K6GsH37830@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 23:16:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/banner Makefile banner.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 23:16:53 PDT Modified files: usr.bin/banner Makefile banner.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC After: 1 week Revision Changes Path 1.5 +3 -2 src/usr.bin/banner/Makefile 1.10 +2 -2 src/usr.bin/banner/banner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:18:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D31E37B422; Sat, 19 May 2001 23:18:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6Ib037931; Sat, 19 May 2001 23:18:37 -0700 (PDT) (envelope-from kris) Message-Id: <200105200618.f4K6Ib037931@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 23:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/basename basename.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 23:18:37 PDT Modified files: usr.bin/basename basename.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.7 +2 -1 src/usr.bin/basename/basename.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:21:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA78937B424; Sat, 19 May 2001 23:21:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6LCq38045; Sat, 19 May 2001 23:21:12 -0700 (PDT) (envelope-from kris) Message-Id: <200105200621.f4K6LCq38045@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 19 May 2001 23:21:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chflags Makefile chflags.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/05/19 23:21:12 PDT Modified files: usr.bin/chflags Makefile chflags.c Log: Silence WARNS=2 and BDECFLAGS on alpha and i386 MFC after: 1 week Revision Changes Path 1.11 +2 -2 src/usr.bin/chflags/Makefile 1.10 +3 -2 src/usr.bin/chflags/chflags.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:24:33 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-32.dsl.lsan03.pacbell.net [63.207.60.32]) by hub.freebsd.org (Postfix) with ESMTP id 50B3637B422; Sat, 19 May 2001 23:24:26 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BBA0B66E20; Sat, 19 May 2001 23:24:25 -0700 (PDT) Date: Sat, 19 May 2001 23:24:25 -0700 From: Kris Kennaway To: Bruce Evans Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.sys.mk Makefile bsd.kmod.mk bsd.lib.mk bsd.prog.mk Message-ID: <20010519232425.A20670@xor.obsecurity.org> References: <200105192318.f4JNIMp86494@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Sun, May 20, 2001 at 03:54:17PM +1000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 20, 2001 at 03:54:17PM +1000, Bruce Evans wrote: > On Sat, 19 May 2001, Kris Kennaway wrote: >=20 > > kris 2001/05/19 16:18:21 PDT > >=20 > > Modified files: > > share/mk Makefile bsd.kmod.mk bsd.lib.mk=20 > > bsd.prog.mk=20 > > Added files: > > share/mk bsd.sys.mk=20 > > Log: > > Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.= mk > > to avoid polluting sys.mk. This directive controls the addition of > > compiler warning flags to CFLAGS in a relatively compiler-neutral man= ner. > > =20 > > The idea is that WARNS can be set in Makefile.inc or in individual > > Makefiles as they become clean, to prevent the introduction of new > > warnings in the code. -Werror is added by default >=20 > Please don't clutter individual Makefiles with it. >=20 > I think it would be more useful to fix all the bugs reported with the > standard warning flags (-Wall for src/bin, lots for kernels, but none > for everything else) first. The output from `make -ss' should be null, > but is currently almost 100K. -Wall in individual Makefiles has had > a negative effect in preventing new warnings (it causes so many warnings > that people ignore them all). I'm only adding WARNS once I've fixed all warnings on alpha and i386. Since it has the effect of adding -Werror, it's kind of hard for people to ignore it when they introduce a new one :-) For people doing a new architecture port or playing with weird compilation options, NO_WERROR or NO_WARNS is available. Once we get all (or most) of the subdirectories building with WARNS, we can shift it to ../Makefile.inc and set WARNS=3D0 on the remainder. Kris --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7B2MZWry0BWjoQKURAiSfAJ41mHWZfjdzQmpRAsCAWq5GxB7iDQCfatDi PQTpSmT+VN57huqgM4Zid1Q= =A6JB -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:35:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF97A37B424; Sat, 19 May 2001 23:35:34 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6ZYk38558; Sat, 19 May 2001 23:35:34 -0700 (PDT) (envelope-from hrs) Message-Id: <200105200635.f4K6ZYk38558@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 19 May 2001 23:35:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/releases/4.3R errata.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2001/05/19 23:35:34 PDT Modified files: ja/releases/4.3R errata.sgml Log: Merge the following from the English version: 1.2 -> 1.3 releases/4.3R/errata.sgml Revision Changes Path 1.2 +18 -4 www/ja/releases/4.3R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 19 23:46:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA80D37B422; Sat, 19 May 2001 23:46:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K6kqU39250; Sat, 19 May 2001 23:46:52 -0700 (PDT) (envelope-from sobomax) Message-Id: <200105200646.f4K6kqU39250@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 19 May 2001 23:46:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pygmy Makefile distinfo ports/mail/pygmy/files patch-aa patch-ab patch-edit.py patch-folder.py patch-icons::reply_to_all.xpm patch-icons::reply_to_all_menu.xpm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/05/19 23:46:52 PDT Modified files: mail/pygmy Makefile distinfo mail/pygmy/files patch-aa patch-ab Removed files: mail/pygmy/files patch-edit.py patch-folder.py patch-icons::reply_to_all.xpm patch-icons::reply_to_all_menu.xpm Log: Update to 0.5.8. Revision Changes Path 1.14 +1 -2 ports/mail/pygmy/Makefile 1.10 +1 -1 ports/mail/pygmy/distinfo 1.7 +3 -11 ports/mail/pygmy/files/patch-aa 1.6 +2 -35 ports/mail/pygmy/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message